>DansTonCode();

Tous les codes sources "Mais pourquoi ?"page 25

PHP
 28 July, 2014 à 03:49
#174
if($publickey!=null&&$publickey!=''&&$publickey!=' '&&$publickey!='  '&&$publickey!='   ')
PHP
 28 July, 2014 à 01:39
#193
	function obtenerAdjuntoImagen01() { return (!empty($this->_arrAdjuntos[0]) ? $this->_arrAdjuntos[0] : ''); }
	function obtenerAdjuntoImagen02() { return (!empty($this->_arrAdjuntos[1]) ? $this->_arrAdjuntos[1] : ''); }
	function obtenerAdjuntoImagen03() { return (!empty($this->_arrAdjuntos[2]) ? $this->_arrAdjuntos[2] : ''); }
	function obtenerAdjuntoImagen04() { return (!empty($this->_arrAdjuntos[3]) ? $this->_arrAdjuntos[3] : ''); }
	function obtenerAdjuntoImagen05() { return (!empty($this->_arrAdjuntos[4]) ? $this->_arrAdjuntos[4] : ''); }
	function obtenerAdjuntoImagen06() { return (!empty($this->_arrAdjuntos[5]) ? $this->_arrAdjuntos[5] : ''); }
	function obtenerAdjuntoImagen07() { return (!empty($this->_arrAdjuntos[6]) ? $this->_arrAdjuntos[6] : ''); }
	function obtenerAdjuntoImagen08() { return (!empty($this->_arrAdjuntos[7]) ? $this->_arrAdjuntos[7] : ''); }
	function obtenerAdjuntoImagen09() { return (!empty($this->_arrAdjuntos[8]) ? $this->_arrAdjuntos[8] : ''); }
	function obtenerAdjuntoImagen10() { return (!empty($this->_arrAdjuntos[9]) ? $this->_arrAdjuntos[9] : ''); }
	function obtenerAdjuntoImagen11() { return (!empty($this->_arrAdjuntos[10])? $this->_arrAdjuntos[10]: ''); }
	function obtenerAdjuntoImagen12() { return (!empty($this->_arrAdjuntos[11])? $this->_arrAdjuntos[11]: ''); }
	function obtenerAdjuntoImagen13() { return (!empty($this->_arrAdjuntos[12])? $this->_arrAdjuntos[12]: ''); }
	function obtenerAdjuntoImagen14() { return (!empty($this->_arrAdjuntos[13])? $this->_arrAdjuntos[13]: ''); }
	function obtenerAdjuntoImagen15() { return (!empty($this->_arrAdjuntos[14])? $this->_arrAdjuntos[14]: ''); }
	function obtenerAdjuntoImagen16() { return (!empty($this->_arrAdjuntos[15])? $this->_arrAdjuntos[15]: ''); }
	function obtenerAdjuntoImagen17() { return (!empty($this->_arrAdjuntos[16])? $this->_arrAdjuntos[16]: ''); }
	function obtenerAdjuntoImagen18() { return (!empty($this->_arrAdjuntos[17])? $this->_arrAdjuntos[17]: ''); }
	function obtenerAdjuntoImagen19() { return (!empty($this->_arrAdjuntos[18])? $this->_arrAdjuntos[18]: ''); }
	function obtenerAdjuntoImagen20() { return (!empty($this->_arrAdjuntos[19])? $this->_arrAdjuntos[19]: ''); }
Java
 24 July, 2014 à 01:18
#143
	public static IStorage create(boolean storeInMemory) {
		if (storeInMemory) {
			return new MemoryStorage();
		} else {
			return new MemoryStorage();
		}
	}