Home
last modified time | relevance | path

Searched refs:con (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mysqli.php32 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/
Dauth.php23 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/
Daction.php19 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/
Daction.php89 … $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/
Dauth.php19 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/
Dauth.php304 …$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/
Dauth.php310 …$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/newpagefill/
H A DREADME_ES.md6 - abrir un pequeño diálogo de creación de página con título e identificador;
8 - rellenar la nueva página con una plantilla del plugin si no existe ninguna plantilla nativa;
9 - extender las plantillas nativas de DokuWiki con `@TITLE@`.
40 ## Compatibilidad con plantillas DokuWiki
74 - `'@same@'`: crear una subpágina con el mismo nombre que el identificador;
75 - cualquier otra cadena: crear una subpágina con ese valor;
81 - subpágina con el mismo nombre.
H A DDOKU_ES4 description: Asistente de creación de páginas con relleno automático y soporte de @TITLE@
52 * ''same'': crear una subpágina con el mismo nombre.
68 ===== Compatibilidad con plantillas =====
101 * ''@same@'': crear una subpágina con el mismo nombre que el identificador;
102 * cualquier otra cadena: crear una subpágina con ese valor;
108 * subpágina con el mismo nombre.
/plugin/move/lang/it/
Dmove.txt3 …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/visualindex/
H A DREADME_ES.md9 Es compatible con:
15 …in lee un namespace, construye una lista de elementos accesibles para lectura y muestra fichas con:
42 - `filter`: filtro simple con `*` (ej. `guide*|doc*`);
62 ## Integración con pagesicon
76 … `Visualindex` en ProseMirror (cuando `show_in_editor_menu` está activado) con un popup de configu…
H A DDOKU_ES.md32 Es compatible con:
52 * ''filter'' : filtro simple con ''*'' (ejemplo: ''guide*|doc*'');
71 ===== Integración con pagesicon =====
85 …isualindex'' en ProseMirror (cuando ''show_in_editor_menu'' está activado) con un popup de configu…
/plugin/pagemove/lang/es/
Dpagemove.txt.txt6 …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/
Dconflict-unsolved.txt6 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/extranet/
DDOKU_ES26 Instalar el plugin desde el [[plugin:extension|Gestor de extensiones]] con la URL anterior, o copia…
35 * añadir excepciones por página con ''~~NOEXTRANET~~'' y ''~~EXTRANET~~'';
36 * integrarse con ProseMirror para conservar estas macros en edición WYSIWYG.
75 …* ''allow'' : todo está permitido excepto las páginas filtradas o las páginas marcadas con ''~~NOE…
76 …* ''block'' : todo está bloqueado excepto las páginas filtradas o las páginas marcadas con ''~~EXT…
DREADME_ES.md15 - integrarse con ProseMirror para conservar correctamente ese estado en modo WYSIWYG.
26 - `allow`: todo está permitido excepto las páginas filtradas o marcadas con `~~NOEXTRANET~~`
27 - `block`: todo está bloqueado excepto las páginas filtradas o marcadas con `~~EXTRANET~~`
/plugin/authsqlite/
Dauth.php301 $con = new SQLite3($this->conf['database']);
302 if($con) {
303 $this->dbcon = $con;
/plugin/sqlite/lang/es/
H A Dintro.txt3 Esta pantalla le permite interactuar directamente con las bases de datos SQLite existentes. Sólo ti…
/plugin/sync/lang/es/
Dintro.txt3 Esta herramienta le permite sincronizar el contenido de su wiki con otras wikis. Múltiples wikis pu…
/plugin/diffpreview/helper/
Dchanges.php36 ->compareWith(con($PRE,$TEXT,$SUF))
/plugin/matomo/
Dplugin.info.txt3 email info@ask-sheldon.con
/plugin/ckgedit/lang/es/
Dlang.php48 $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…
Dmerger.txt2 …- Con la actualización a 4.9, ckgedit se fusionó con [[doku>plugin:ckgdoku|ckgdoku]]. Ver las opc…
/plugin/piwik2/
Dplugin.info.txt3 email info@ask-sheldon.con
/plugin/catmenu/
H A DREADME_ES43 - Compatible con el plugin [ProseMirror](https://www.dokuwiki.org/plugin:prosemirror).
45 - Compatible con el plugin `newpagefill` para la creación de páginas. Cuando está disponible, `catm…

1234