Home
last modified time | relevance | path

Searched refs:con (Results 51 – 66 of 66) sorted by last modified time

123

/plugin/authldaplocal/
H A Dauth.php23 protected $con = null; variable in auth_plugin_authldaplocal
117 if(!@ldap_bind($this->con)) {
127 if(!@ldap_bind($this->con, $dn, $pass)) {
144 if(!@ldap_bind($this->con, $dn, $pass)) {
214 $result = @ldap_get_entries($this->con, $sr);
272 $result = ldap_get_entries($this->con, $sr);
726 $this->con = @ldap_connect($server, $port);
727 if(!$this->con) {
742 $this->con, LDAP_OPT_PROTOCOL_VERSION,
751 if(!@ldap_start_tls($this->con)) {
[all …]
/plugin/tuxquote/
H A Dquotes.txt430 Si tu veux jouer au plus con, c'est pas toi qui va gagner. (If the game is to see who can be the bi…
3779 If the opposite of pro is con, then what must be the opposite of progress?
/plugin/subjectindex/plugins/
H A Dbible_verses.txt8164 And they came gradually as far as the threshing floor of Na'con, and Uz'zah now thrust [his hand] o…
21696 …etween the boundary of Damascus and the boundary of Ha'math; Ha'zer-hat'ti·con, which is toward th…
/plugin/authdrupal7/
H A 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/advrack/
H A Draphael.js6981 var con = R._getContainer.apply(0, arguments),
6982 container = con && con.container,
6983 x = con.x,
6984 y = con.y,
6985 width = con.width,
6986 height = con.height;
8040 container = con.container,
8041 height = con.height,
8043 width = con.width,
8044 x = con.x,
[all …]
/plugin/zenlogin/
H A 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);
175 …E ".$this->zp_mysql_prefix."administrators SET name = '".$name."' WHERE user = '".$user."'", $con);
188 …E ".$this->zp_mysql_prefix."administrators SET pass = '".$pass."' WHERE user = '".$user."'", $con);
202 …mysql_query("DELETE FROM ".$this->zp_mysql_prefix."administrators WHERE user = '".$user."'", $con);
[all …]
/plugin/pagemove/lang/es/
H A 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/s5reloaded/ui/thesis/
H A DLEEME.txt25 con el nombre favicon.ico
/plugin/conflictmerger/
H A Daction.php163 $this->html_conflict_solving(con($PRE,$TEXT,$SUF));
/plugin/jmol2/jmol/
H A DLEAME.txt41 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/conflictmerger/lang/es/
H A 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/highlightjs/highlight/
H A Dreadme.eng.txt351 stream DOS special files ("con", "prn", ...)
H A Dreadme.rus.txt357 stream специальные файлы DOS ("con", "prn", ...)
H A Dhighlight.pack.js1 …,endlocal:1,set:1,pause:1,copy:1},stream:{prn:1,nul:1,lpt3:1,lpt2:1,lpt1:1,con:1,com4:1,com3:1,com… property in hljs.LANGUAGES.dos.dM.k.stream
/plugin/phpbblinks/
H A 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);
277 mysql_close($this->con);
280 $r = @mysql_query($q,$this->con);
283 $this->admMsg('Database Error '.@mysql_error($this->con),-1);
[all …]
/plugin/wysiwyg/
H A Dajax.php110 …saveWikiText($ID,con($PRE,$this->newPage,$SUF,1),$SUM,$_REQUEST['minor']); //use pretty mode for c…

123