Home
last modified time | relevance | path

Searched refs:query (Results 376 – 400 of 964) sorted by relevance

1...<<11121314151617181920>>...39

/plugin/authucenter/lib/uc_client/model/
H A Dfriend.php29 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."friends SET uid='$uid', friendid='$friendid', comme…
30 …$this->db->query("UPDATE ".UC_DBTABLEPRE."friends SET direction='3' WHERE uid='$friendid' AND frie…
37 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."friends SET uid='$uid', friendid='$friendid', comme…
44 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."friends WHERE uid='$uid' AND friendid IN ($friendid…
47 …$this->db->query("UPDATE ".UC_DBTABLEPRE."friends SET direction=1 WHERE uid IN ($friendids) AND fr…
H A Dtag.php53 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET data='$datanew', expiration='".$this->base->tim…
55 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, data, expiration) VALUES ('$d…
63 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET expiration='0' WHERE tagname='$tagname' AND app…
65 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, expiration) VALUES ('$tagname…
H A Dmail.php49 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."mailqueue WHERE mailid IN ($ids)");
66 $this->db->query($sql);
68 …$insert_id && $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars SET name='mailexists', value='1…
99 $this->db->query("REPLACE INTO ".UC_DBTABLEPRE."vars SET name='mailexists', value='0'");
140 return $this->db->query("DELETE FROM ".UC_DBTABLEPRE."mailqueue WHERE mailid='$mailid'");
145 …return $this->db->query("UPDATE ".UC_DBTABLEPRE."mailqueue SET failures=failures+1 WHERE mailid='$…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DQueryRequest.php66 public $query; variable in Google\\Service\\Bigquery\\QueryRequest
243 public function setQuery($query) argument
245 $this->query = $query;
252 return $this->query;
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php158 $this->connection->query(
201 $this->connection->query(sprintf("DELETE FROM %s",
204 $this->connection->query(sprintf("DELETE FROM %s",
303 $r = $this->connection->query($this->sql['nonce_table']);
312 $r = $this->connection->query($this->sql['assoc_table']);
324 return $this->connection->query($this->sql['set_assoc'],
386 if ($this->resultToBool($this->connection->query(
457 $result = $this->connection->query($sql, array($server_url,
541 $this->connection->query($this->sql['clean_nonce'], array($v));
549 $this->connection->query($this->sql['clean_assoc'],
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php54 * elasticsearch query DSL.
58 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-queries.html
71 * match query.
73 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
83 * multi match query.
85 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html
93 * bool query.
95 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query
120 common_terms(string $field, string $query, float $cutoffFrequency) global() argument
221 has_child($query, string $type = null) global() argument
234 has_parent($query, string $type) global() argument
350 simple_query_string(string $query, array $fields = []) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D06afce2955f9094d96d27067ebca32e8.asciidoc1 // query-dsl/bool-query.asciidoc:36
7 'query' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeData.php113 public function setQuery(RealtimeDataQuery $query) argument
115 $this->query = $query;
122 return $this->query;
/plugin/judge/
H A Daction.php214 … $query = 'UPDATE submissions SET status_code =1 WHERE submit_id = ' . $_POST['id'] . ';';
215 $db->exec($query);
216 …$query = 'UPDATE submission_test_case SET valid =' . $run_status . ' WHERE submit_id = ' . $_POST[…
217 $db->exec($query);
257 …$query = 'INSERT INTO submissions VALUES (NULL,"' . time() . '","' . $_POST['problem_name'] . '","…
260 $db->exec($query);
317 $query = 'SELECT submit_id FROM submissions ORDER BY submit_id DESC LIMIT 1';
318 $id = $db->exec($query);
/plugin/bez/mdl/
H A DThread.php158 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=?, closed_by=?, close_date=? WHERE id=?",
167 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=? WHERE id=?", $state, $this->id);
184 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET private=? WHERE id=?", $private, $this->id);
187 $this->model->sqlite->query("UPDATE task SET private=? WHERE thread_id=?", $private, $this->id);
192 $this->model->sqlite->query('UPDATE thread SET last_activity_date=? WHERE id=?',
211 $r = $this->model->sqlite->query($sql, $this->id);
230 $r = $this->model->sqlite->query($q, $this->id, $user_id);
269 $this->model->sqlite->query($sql, $this->id, $user_id);
309 $this->model->sqlite->query($q, $this->id, $user_id);
334 $this->model->sqlite->query(
[all...]
/plugin/fedauth/Auth/
H A DOpenID.php265 static function parse_str($query) argument
267 if ($query === null) {
271 $parts = explode('&', $query);
366 * @param string $query The query.
372 $query = '', $fragment = '') argument
395 if ($query) {
396 $result .= "?" . $query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudIAP.php148 'location' => 'query',
152 'location' => 'query',
186 'location' => 'query',
220 'location' => 'query',
224 'location' => 'query',
238 'location' => 'query',
302 'location' => 'query',
H A DLicensing.php131 'location' => 'query',
136 'location' => 'query',
140 'location' => 'query',
159 'location' => 'query',
164 'location' => 'query',
168 'location' => 'query',
H A DWorkflowExecutions.php116 'location' => 'query',
130 'location' => 'query',
134 'location' => 'query',
138 'location' => 'query',
H A DManufacturerCenter.php95 'location' => 'query',
110 'location' => 'query',
115 'location' => 'query',
119 'location' => 'query',
H A DLibraryagent.php81 'location' => 'query',
85 'location' => 'query',
129 'location' => 'query',
133 'location' => 'query',
/plugin/addressbook/
H A Daction.php76 $query = $sqlite->query($sql);
77 $res = $sqlite->res2arr($query);
79 if ($sqlite->res2count($sqlite->query($sql)) == 0) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php65 * @param array<string, mixed> $query
69 public function sanityzeQueryStringBool(array $query) argument
71 foreach ($query as $key => $value) {
73 $query[$key] = ($value) ? 'true' : 'false';
77 return $query;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php62 …$query = 'SELECT owner, token, timeout, created, scope, depth, uri FROM ' . $this->tableName . ' W…
78 $query .= ' OR (depth!=0 AND uri = ?)';
85 $query .= ' OR (uri LIKE ?)';
89 $query .= ')';
91 $stmt = $this->pdo->prepare($query);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php62 …$query = 'SELECT owner, token, timeout, created, scope, depth, uri FROM ' . $this->tableName . ' W…
78 $query .= ' OR (depth!=0 AND uri = ?)';
85 $query .= ' OR (uri LIKE ?)';
89 $query .= ')';
91 $stmt = $this->pdo->prepare($query);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php171 $this->connection->query(
214 $this->connection->query(sprintf("DELETE FROM %s",
217 $this->connection->query(sprintf("DELETE FROM %s",
319 $r = $this->connection->query($this->sql['nonce_table']);
328 $r = $this->connection->query($this->sql['assoc_table']);
347 return $this->connection->query($this->sql['set_assoc'],
415 if ($this->resultToBool($this->connection->query(
490 $result = $this->connection->query($sql, [
580 $this->connection->query($this->sql['clean_nonce'], [$v]);
588 $this->connection->query($this->sql['clean_assoc'], [time()]);
/plugin/datasearchform/
H A Daction.php62 private function _addNamespace2query(&$query) { argument
68 if(!preg_match('/(?:^| )(?:@|ns:)[\w:]+/u', $query, $matches)) {
69 $query .= ' @' . $ns;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DExport.php140 public function setQuery(Query $query) argument
142 $this->query = $query;
149 return $this->query;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php423 $query .= ')';
425 $stmt = $this->pdo->prepare($query);
712 $query .= " AND componenttype = :componenttype";
717 $query .= " AND lastoccurence > :startdate";
721 $query .= " AND firstoccurence < :enddate";
725 $stmt = $this->pdo->prepare($query);
764 $query = <<<SQL
778 $stmt = $this->pdo->prepare($query);
862 if ($limit > 0) $query .= " LIMIT " . (int)$limit;
865 $stmt = $this->pdo->prepare($query);
[all …]
/plugin/approve/
H A Dhelper.php14 $res = $sqlite->query('SELECT value FROM config WHERE key=?', $key);
19 $sqlite->query('UPDATE config SET value=? WHERE key=?', $no_apr_namespaces_conf, $key);
21 $res = $sqlite->query('SELECT page, hidden FROM page');
30 $sqlite->query('UPDATE page SET hidden=? WHERE page=?', $new_hidden, $id);
49 $res = $sqlite->query('SELECT page, approver FROM page WHERE page=? AND hidden=0', $id);
64 $res = $sqlite->query('SELECT rev FROM revision
111 $res = $sqlite->query('SELECT id,namespace,approver FROM maintainer');
176 $sqlite->query('DELETE FROM page');

1...<<11121314151617181920>>...39