| /plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
| D | demo.mysqli.php | 32 if ($con = mysqli_connect(GETID3_DB_HOST, GETID3_DB_USER, GETID3_DB_PASS)){ variable 37 …blockquote style="background-color: #FF9933; padding: 10px;">'.mysqli_error($con).'</blockquote>'); 40 if (mysqli_select_db($con,GETID3_DB_DB)){ 45 …blockquote style="background-color: #FF9933; padding: 10px;">'.mysqli_error($con).'</blockquote>'); 115 $SQLquery = 'DELETE FROM `'.mysqli_real_escape_string($con, GETID3_DB_TABLE).'`'; 116 $SQLquery .= ' WHERE (`filename` = "'.mysqli_real_escape_string($con, $from).'")'; 117 mysqli_query_safe($con, $SQLquery); 159 function mysqli_query_safe($con, $SQLquery) { argument 165 $result = mysqli_query($con, $SQLquery); 167 if (mysqli_error($con)) { [all …]
|
| /plugin/authldaplocal/ |
| D | auth.php | 23 protected $con = null; variable in auth_plugin_authldaplocal 93 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))… 94 …$this->_debug('LDAP bind as superuser: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __… 117 if(!@ldap_bind($this->con)) { 119 …$this->_debug('LDAP anonymous bind: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __FIL… 127 if(!@ldap_bind($this->con, $dn, $pass)) { 129 …$this->_debug('LDAP user dn bind: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __FILE_… 144 if(!@ldap_bind($this->con, $dn, $pass)) { 146 … $this->_debug('LDAP user bind: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __FILE__); 185 …if(!@ldap_bind($this->con, $this->getConf('binddn'), conf_decodeString($this->getConf('bindpw'))))… [all …]
|
| /plugin/phpbblinks/ |
| D | action.php | 19 var $con; variable in action_plugin_phpbblinks 211 if (!$this->con) return ''; 221 if (!$this->con) return ''; 261 $con = @mysql_connect( $host , $user , $pass) or $err = @mysql_error(); 262 if (!$con) 267 $this->con = $con; 268 $db = @mysql_select_db($dbu,$this->con); 273 $this->admMsg('Database selection failed '.@mysql_error($this->con),-1); 277 mysql_close($this->con); 280 $r = @mysql_query($q,$this->con); [all …]
|
| /plugin/zenlogin/ |
| D | action.php | 89 … $con = mysql_connect($this->zp_mysql_host,$this->zp_mysql_user,$this->zp_mysql_pass); 90 if (!$con) 93 mysql_select_db($this->zp_mysql_database, $con); 97 $result = mysql_query($query, $con); 150 $con = mysql_connect($this->zp_mysql_host,$this->zp_mysql_user,$this->zp_mysql_pass); 151 if (!$con) 156 mysql_select_db($this->zp_mysql_database, $con); 166 …r."', '".$pass."', '".$name."', '".$email."', ".$this->zp_rights.", 1, '".$custom_data."')", $con); 175 …E ".$this->zp_mysql_prefix."administrators SET name = '".$name."' WHERE user = '".$user."'", $con); 181 …".$this->zp_mysql_prefix."administrators SET email = '".$email."' WHERE user = '".$user."'", $con); [all …]
|
| /plugin/authnc/ |
| D | auth.php | 19 protected $con = NULL; variable in auth_plugin_authnc 87 $server = $this->con . 'users/' . $user; 238 $server = $this->con . 'users'; 257 $server = $this->con . 'users/' . (string)$user; 286 $server = $this->con . 'users'; 322 $server = $this->con . 'groups'; 417 if ($this->con) return true; // some link is already set 422 …$this->con = $this->getConf('server') . ':' . $this->getConf('port') . '/' . $this->getConf('ocs-p…
|
| /plugin/authdrupal8/ |
| D | auth.php | 304 …$con = @mysqli_connect($this->getConf('host'), $this->getConf('username'), $this->getConf('passwor… 305 if($con) { 306 if((mysqli_select_db($con, $this->getConf('database')))) { 307 if((preg_match('/^(\d+)\.(\d+)\.(\d+).*/', mysqli_get_server_info($con), $result)) == 1) { 312 $this->dbcon = $con; 314 mysqli_query($con, "SET CHARACTER SET 'utf8'"); 318 mysqli_close($con);
|
| /plugin/authdrupal7/ |
| D | auth.php | 310 …$con = @mysql_connect($this->getConf('server'), $this->getConf('user'), $this->getConf('password')… 311 if($con) { 312 if((mysql_select_db($this->getConf('database'), $con))) { 313 … if((preg_match('/^(\d+)\.(\d+)\.(\d+).*/', mysql_get_server_info($con), $result)) == 1) { 318 $this->dbcon = $con; 320 mysql_query('SET CHARACTER SET "'.$this->getConf('charset').'"', $con); 324 mysql_close($con);
|
| /plugin/move/lang/it/ |
| D | move.txt | 3 …ominare la pagina corrente o muovere e/o rinominare il namespace corrente, con le seguenti restriz… 8 * Non puoi muovere una pagina verso un namespace dove una pagina con lo stesso nome già esiste. 10 Tutti i collegamenti verso e dalle pagine che verranno mosse saranno aggiornate in coerenza con la …
|
| /plugin/pagemove/lang/es/ |
| D | pagemove.txt.txt | 6 …er permisos de edición sobre el documento actual y sobre todos los documentos que enlazan con éste. 9 …* No puede mover el documento a un Espacio de Nombres donde ya existe un documento con el mismo no…
|
| /plugin/conflictmerger/lang/es/ |
| D | conflict-unsolved.txt | 6 Los cambios realizados entran en conflicto con los hechos por ti, así que ambas 14 Ten en cuenta que si editas tu versión pero no solucionas los conflictos con la
|
| /plugin/authsqlite/ |
| D | auth.php | 301 $con = new SQLite3($this->conf['database']); 302 if($con) { 303 $this->dbcon = $con;
|
| /plugin/sqlite/lang/es/ |
| H A D | intro.txt | 3 Esta pantalla le permite interactuar directamente con las bases de datos SQLite existentes. Sólo ti…
|
| /plugin/sync/lang/es/ |
| D | intro.txt | 3 Esta herramienta le permite sincronizar el contenido de su wiki con otras wikis. Múltiples wikis pu…
|
| /plugin/diffpreview/helper/ |
| D | changes.php | 36 ->compareWith(con($PRE,$TEXT,$SUF))
|
| /plugin/matomo/ |
| D | plugin.info.txt | 3 email info@ask-sheldon.con
|
| /plugin/ckgedit/lang/es/ |
| D | lang.php | 48 $lang['js']['broken_image_1'] = 'Usa el plugin imagePaste con el Dokuwiki Mediamanager o prueba la… 49 $lang['js']['broken_image_2'] = 'Se pueden colgar imágenes Ctrl-v con datos en bruto de más de 2.5…
|
| D | merger.txt | 2 …- Con la actualización a 4.9, ckgedit se fusionó con [[doku>plugin:ckgdoku|ckgdoku]]. Ver las opc…
|
| D | scayt.txt | 1 …eguridad, sin embargo este cambio se hace por consideración a los usuarios con wikis privados que …
|
| /plugin/piwik2/ |
| D | plugin.info.txt | 3 email info@ask-sheldon.con
|
| /plugin/s5reloaded/ui/thesis/ |
| D | LEEME.txt | 25 con el nombre favicon.ico
|
| /plugin/move/lang/es/ |
| D | move.txt | 8 * No puede mover la página a un espacio de nombres donde ya existe una página con el mismo nombre.
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/ |
| D | IntegrationTest.php | 134 private function createEntityManager(Connection $con) argument 144 return EntityManager::create($con, $cfg);
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/it/ |
| D | it.txt | 17 Considerato che gli Stati membri si sono impegnati a perseguire, in cooperazione con le Nazioni Uni… 25 …endo costantemente presente questa Dichiarazione, si sforzi di promuovere, con l'insegnamento e l'… 85 2. Il matrimonio potrà essere concluso soltanto con il libero e pieno consenso dei futuri coniugi. 90 1. Ogni individuo ha il diritto ad avere una proprietà sua personale o in comune con altri. 113 …averso lo sforzo nazionale e la cooperazione internazionale ed in rapporto con l'organizzazione e … 128 …iciente a garantire la salute e il benessere proprio e della sua famiglia, con particolare riguard… 152 3. Questi diritti e queste libertà non possono in nessun caso essere esercitati in contrasto con i …
|
| /plugin/jmol2/jmol/ |
| D | LEAME.txt | 41 sistema, normalmente basta con hacer doble clic en este archivo. 61 que se mantiene principalmente por compatibilidad con p�ginas 70 completo, con todos sus componentes, antes de que se pueda mostrar 109 La miniaplicaci�n se divide en varios trozos de acuerdo con su
|
| /plugin/pdfjs/pdfjs/web/locale/it/ |
| D | viewer.properties | 50 scroll_wrapped_label = Scorrimento con a capo automatico 53 spread_odd.title = Crea gruppi di pagine che iniziano con numeri di pagina dispari 55 spread_even.title = Crea gruppi di pagine che iniziano con numeri di pagina pari
|