Home
last modified time | relevance | path

Searched refs:con (Results 51 – 66 of 66) sorted by path

123

/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/piwik2/
H A Dplugin.info.txt3 email info@ask-sheldon.con
/plugin/s5reloaded/ui/thesis/
H A DLEEME.txt25 con el nombre favicon.ico
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js1274 var con = R._getContainer.apply(0, arguments),
1275 container = con && con.container;
1279 var x = con.x,
1280 y = con.y,
1281 width = con.width,
1282 height = con.height,
H A Draphael.vml.js929 var con = R._getContainer.apply(0, arguments),
930 container = con.container,
931 height = con.height,
933 width = con.width,
934 x = con.x,
935 y = con.y;
/plugin/sqlcomp/
H A Dsyntax.php82 $con = explode(":",$match[0]); # DBTYPE, DBSERVER, DBUSER, DBPASS, DBNAME
83 if(count($con) != 5) {
87 $data[] = $con;
/plugin/sqlite/lang/es/
H A Dintro.txt3 Esta pantalla le permite interactuar directamente con las bases de datos SQLite existentes. Sólo tienes que seleccionar las bases de datos desde la tabl (…)
/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/sync/lang/es/
H A Dintro.txt3 Esta herramienta le permite sincronizar el contenido de su wiki con otras wikis. Múltiples wikis pu…
/plugin/tagsections/action/
H A Dajax.php160 …saveWikiText($ID,con($PRE,$TEXT,$SUF,true),'Update tags using tagsections in range ' . $range, tru…
/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/wysiwyg/
H A Dajax.php110 …saveWikiText($ID,con($PRE,$this->newPage,$SUF,1),$SUM,$_REQUEST['minor']); //use pretty mode for c…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5701 case "Rangos con nombre":
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1con","scroll_top","scroll_left","view_height","_cover","_document_height","_scroll_height","lightb…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js13465 var con = this._lightbox.childNodes[1];
13466 con.style.height = "0px";
13467 con.style.height = con.scrollHeight + "px";
13468 this._lightbox.style.height = con.scrollHeight + this.config.lightbox_additional_height + "px";
13469 con.style.height = con.scrollHeight + "px"; //it is incredible , how ugly IE can be
/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 …]

123