Home
last modified time | relevance | path

Searched refs:query (Results 851 – 875 of 964) sorted by last modified time

1...<<313233343536373839

/plugin/wikipediasnippet/
H A Dsyntax.php99 $title = $xml->query->pages->page['title'];
100 $text = $xml->query->pages->page->extract;
138 $url = $wpUrl.'w/api.php?action=query&meta=siteinfo&siprop=rightsinfo&format=xml';
/plugin/eventum/
H A Dsyntax.php136 function query($id) { function in syntax_plugin_eventum
184 $data += $this->query($data['id']);
/plugin/datatemplate/syntax/inc/
H A Dcache.php55 $res = $sqlite->query($sqlcc);
74 $res = $sqlite->query($sql);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
H A Dsyntax.php49 [$url, $query] = sexplode(' ', $url, 2);
52 if ($hash) $query = trim('#' . $hash . ' ' . $query);
53 if (!$query) $query = 'body ~';
56 if (substr($query, -1) == '~') {
57 $query = rtrim($query, '~ ');
64 'query' => $query,
[all...]
/plugin/labeled/
H A Dhelper.php99 $db->query('INSERT INTO labeled (id, label) VALUES (?,?)', $id, $label);
108 $db->query('UPDATE labels SET color=? WHERE name=?', $newColor, $label);
121 $db->query('DELETE FROM labeled WHERE id=? AND label=?', $id, $label);
135 $db->query('DELETE FROM labeled WHERE id=?', $id);
163 $db->query('UPDATE labels set name=? WHERE name=?', $newName, $label);
164 $db->query('UPDATE labeled set label=? WHERE label=?', $newName, $label);
179 $res = $db->query('SELECT label FROM labeled WHERE id=?', $id);
207 $res = $db->query('SELECT name, color, namespace, ordernr FROM labels ORDER BY ordernr');
242 $db->query('UPDATE labels SET ordernr=? WHERE name=?', ($i+1), $keys[$i]);
279 $db->query('DELETE FROM labels WHERE name=?', $label);
[all …]
/plugin/crossdbsqlclient/syntax/
H A Dcrossdbsqlclient.php103 $query='';
105 $query = trim ( $_GET ['q'] );
107 $queryEsc = strtr ( $query, array (
148 $db->executeQuery($query);
H A Ddbwrapper.php17 public function executeQuery($query) { argument
18 if ($query !== '') {
26 $this->_mysql ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
29 $this->_oracle ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
32 … $this->_postgresql ( $this->serverName, $this->userName, $this->passWord, $this->dbName, $query );
62 private function _mysql($serverName, $userName, $passWord, $dbName, $query) { argument
73 if ($db->multi_query ( $query )) {
112 private function _postgresql($serverName, $userName, $passWord, $dbName, $query) { argument
134 $result = pg_query ( $db, $query );
/plugin/badbehaviour/bad-behavior/
H A Dhousekeeping.inc.php6 …$query = "DELETE FROM `" . $settings['log_table'] . "` WHERE `date` < DATE_SUB('" . bb2_db_date() …
7 bb2_db_query($query);
11 $query = "OPTIMIZE TABLE `" . $settings['log_table'] . "`";
12 bb2_db_query($query);
/plugin/badbehaviour/
H A Daction.php84 function bb2_db_query($query) { return false; } argument
/plugin/rating/
H A Dhelper.php64 $res = $sqlite->query($sql, $ID);
69 $res = $sqlite->query($sql, $ID, $this->userID());
96 $res = $sqlite->query($sql, $page);
114 $res = $sqlite->query($sql, $num);
117 $res = $sqlite->query($sql, $lang, $num);
120 $res = $sqlite->query($sql, $startdate, $num);
123 $res = $sqlite->query($sql, $lang, $startdate, $num);
160 $sqlite->query($sql, $page, $this->userID(), $lang, $date, $rate);
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php115 $result = mysql_query($query, $db);
125 $query = $this->_sql_create_table;
126 $query = str_replace('%engine%', $c->container_cfg_mysql_engine,$query);
127 $query = str_replace('%table%', $c->container_cfg_mysql_table,$query);
128 $query = str_replace('%fieldtype_server%', $c->container_cfg_mysql_fieldtype_server,$query);
129 $query = str_replace('%fieldtype_group%', $c->container_cfg_mysql_fieldtype_group,$query);
130 … $query = str_replace('%fieldtype_subgroup%', $c->container_cfg_mysql_fieldtype_subgroup,$query);
131 $query = str_replace('%fieldtype_leaf%', $c->container_cfg_mysql_fieldtype_leaf,$query);
132 … $query = str_replace('%fieldtype_leafvalue%', $c->container_cfg_mysql_fieldtype_leafvalue,$query);
133 …$query = str_replace('%fieldtype_timestamp%', $c->container_cfg_mysql_fieldtype_timestamp,$query);…
[all …]
H A Doracle.class.php187 $res = $this->_db->query($sql_count);
203 $res=$this->_db->query($sql_insert);
212 $res=$this->_db->query($sql_update);
263 $thisresult = $this->_db->query($sql_select);
309 $res = $this->_db->query($sql_count);
323 $res=$this->_db->query($sql_insert);
335 $res=$this->_db->query($sql_update);
342 $res = $this->_db->query($sql_last);
376 $res=$this->_db->query($sql_delete);
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php157 $query = "/(";
163 $query .= preg_quote($s_str,'/')."|";
168 $query = substr($query, 0, strlen($query)-1);
169 $query .= ")/i";
171 $split_words = preg_split($query, $msg, -1, PREG_SPLIT_DELIM_CAPTURE);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1516 var query = document.evaluate(expression, $(parentElement) || document,
1518 for (var i = 0, length = query.snapshotLength; i < length; i++)
1519 results.push(Element.extend(query.snapshotItem(i)));
/plugin/data-graph/
H A Dsyntax.php153 …$arr = $this->db->res2arr($this->db->query('select d2.value as k, sum(d.value) as s, count(d.value…
/plugin/datapopup/
H A Daction.php37 …$query = "SELECT data.value FROM data JOIN pages ON data.pid=pages.pid WHERE pages.page='".$link."…
38 $res = $sqlite->query($query);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php93 $query='';
95 $query = trim ( $_GET ['q'] );
97 $queryEsc = strtr ( $query, array (
140 if ($query !== '') {
154 if ($db->multi_query ( $query )) {
/plugin/pgn4web/pgn4web/images/tilesvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=Chess+tile
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1460 based on the value of the integer used to denote the playing round. A query or
1461 hyphen used for the round is ordered before any integer value. A query
H A DREADME.txt478 http://openclipart.org/search/?query=chess+symbols+set by Igor Krizanovskij
479 and from http://openclipart.org/search/?query=Chess+tile both dedicated to
/plugin/pgn4web/pgn4web/images/igorsvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=chess+symbols+set by
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js60 srcAbs.query = null;
223 this.query = null;
231 this.query = m[9] ? m[10] : null;
241 if(this.query !== null) { result = result + '?' + this.query; }
261 t.query = r.query;
266 t.query = r.query;
270 if(r.query !== null) {
271 t.query = r.query;
273 t.query = base.query;
286 t.query = r.query;
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php67 $query = $this->query($sql);
72 $query = $this->query($sql);
78 $query = $this->query($sql);
96 return $query;
112 $query = @mysql_result($query, $row);
113 return $query;
117 $query = mysql_num_rows($query);
118 return $query;
134 $query = mysql_fetch_row($query);
135 return $query;
[all …]

1...<<313233343536373839