Home
last modified time | relevance | path

Searched refs:query (Results 326 – 350 of 964) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudScheduler.php86 'location' => 'query',
90 'location' => 'query',
94 'location' => 'query',
148 'location' => 'query',
152 'location' => 'query',
166 'location' => 'query',
/plugin/sphinxsearch-was/
H A DPageMapper.php24 $q = @$db->query("SELECT 1 FROM {$this->_table} limit 1");
26 …$result = $db->query("CREATE TABLE {$this->_table} ( page varchar(1024), page_crc int(11), hid var…
43 …$result = $this->_db->query("REPLACE into {$this->_table}(page, page_crc, hid, title, title_text) …
56 $result = $this->_db->query("select * from {$this->_table}");
63 $result = $this->_db->query($sql);
/plugin/sphinxsearch/
H A DPageMapper.php24 $q = @$db->query("SELECT 1 FROM {$this->_table} limit 1");
26 …$result = $db->query("CREATE TABLE {$this->_table} ( page varchar(1024), page_crc int(11), hid var…
44 …$result = $this->_db->query("REPLACE into {$this->_table}(page, page_crc, hid, title, title_text) …
57 $result = $this->_db->query("select * from {$this->_table}");
64 $result = $this->_db->query($sql);
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php53 'query' => 'foo=bar',
80 'query' => null,
94 'query' => 'foo=bar',
106 'query' => null,
170 'query' => null,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc17 Consider adding a highlight to a query:
22 "query" : {
38 the empty object is explicitly an object, not an array. To define this query in
44 'query' => array(
69 adding a sort to your query:
74 "query" : {
93 'query' => array(
115 'query' => [
132 The function score query is a good example, it sometimes requires an array of
135 Given this query
[all...]
/plugin/approve/action/
H A Dapprove.php96 $res = $sqlite->query('SELECT MAX(version)+1 FROM revision
103 $sqlite->query('UPDATE revision
133 $sqlite->query('UPDATE revision SET ready_for_approval=?, ready_for_approval_by=?
208 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
247 $res = $sqlite->query('SELECT rev, current FROM revision
280 $res = $sqlite->query('SELECT rev, current FROM revision
363 $res = $sqlite->query('SELECT rev FROM revision
411 $sqlite->query('UPDATE revision SET rev=? WHERE page=? AND rev=?',
416 $sqlite->query('UPDATE revision SET current=0
429 $sqlite->query('DELET
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DTarget.php74 public function setQuery(QueryTarget $query) argument
76 $this->query = $query;
83 return $this->query;
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php112 $idpDescriptorNodes = OneLogin_Saml2_Utils::query($dom, $idpDescryptorXPath);
127 …$ssoNodes = OneLogin_Saml2_Utils::query($dom, './md:SingleSignOnService[@Binding="'.$desiredSSOBin…
129 … $ssoNodes = OneLogin_Saml2_Utils::query($dom, './md:SingleSignOnService', $idpDescriptor);
138 …$sloNodes = OneLogin_Saml2_Utils::query($dom, './md:SingleLogoutService[@Binding="'.$desiredSLOBin…
140 … $sloNodes = OneLogin_Saml2_Utils::query($dom, './md:SingleLogoutService', $idpDescriptor);
153 …$keyDescriptorCertSigningNodes = OneLogin_Saml2_Utils::query($dom, './md:KeyDescriptor[not(contain…
155 …$keyDescriptorCertEncryptionNodes = OneLogin_Saml2_Utils::query($dom, './md:KeyDescriptor[not(cont…
183 … $nameIdFormatNodes = OneLogin_Saml2_Utils::query($dom, './md:NameIDFormat', $idpDescriptor);
/plugin/openid/Auth/
H A DOpenID.php278 * @param string|null $query
281 static function parse_str($query) argument
283 if ($query === null) {
287 $parts = explode('&', $query);
382 * @param string $query The query.
388 $query = '', $fragment = '') argument
411 if ($query) {
412 $result .= "?" . $query;
/plugin/pagequery/
H A Dsyntax.php44 * {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;spelldate;proper}}
56 $opt['query'] = $params[0];
248 $query = $data['query'];
254 $results = $pq->pageSearch($query);
258 // fullregex option considers entire query to be a regex
261 [$query, $incl_ns, $excl_ns] = $pq->parseNamespaceQuery($query);
265 if ($query === '*') {
266 $query
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D81c9aa2678d6166a9662ddf2c011a6a5.asciidoc1 // query-dsl/match-all-query.asciidoc:39
7 'query' => [
H A D09d617863a103c82fb4101e6165ea7fe.asciidoc1 // query-dsl/match-all-query.asciidoc:11
7 'query' => [
H A D75330ec1305d2beb0e2f34d2195464e2.asciidoc1 // query-dsl/match-all-query.asciidoc:23
7 'query' => [
H A Df70a54cd9a9f4811bf962e469f2ca2ea.asciidoc1 // query-dsl/bool-query.asciidoc:88
7 'query' => [
H A Da116949e446f34dc25ae57d4b703d0c1.asciidoc1 // query-dsl/range-query.asciidoc:16
7 'query' => [
H A Dd0a8a938a2fa913b6fdbc871079a59dd.asciidoc1 // query-dsl/term-query.asciidoc:28
7 'query' => [
H A D162b5b693b713f0bfab1209d59443c46.asciidoc1 // query-dsl/bool-query.asciidoc:130
7 'query' => [
H A Dfa2fe60f570bd930d2891778c6efbfe6.asciidoc1 // query-dsl/match-query.asciidoc:150
7 'query' => [
/plugin/fksnewsfeed/inc/ORM/
H A DAbstractService.php27 …$res = $this->sqlite->query('SELECT * FROM ' . $this->table . ' WHERE ' . $this->table . '_id = ?'…
37 return (bool)$this->sqlite->query($sql,
46 $this->sqlite->query($sql,
55 $res = $this->sqlite->query('SELECT max(' . $this->table . '_id) FROM ?', $this->table);
61 $res = $this->sqlite->query('SELECT * FROM ?', $this->table);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php90 $row = $pdo->query("SELECT * FROM $tableName LIMIT 1")->fetch();
210 $pdo->query("SELECT * FROM $changesTable LIMIT 1");
255 $pdo->query("SELECT * FROM calendarsubscriptions LIMIT 1");
311 $pdo->query("SELECT * FROM propertystorage LIMIT 1");
358 $row = $pdo->query("SELECT * FROM cards LIMIT 1")->fetch();
438 $result = $pdo->query('SELECT id, carddata FROM cards');
/plugin/authphpbb3/
H A Dauth.php159 $query = "SELECT config_name, config_value
162 $result = $this->_phpbb_sql_link->prepare($query);
355 $result = $this->_phpbb_sql_link->prepare($query);
383 $query = "SELECT *
440 $query = "SELECT *
443 $result = $this->_phpbb_sql_link->prepare($query);
681 $query = "SELECT config_name, config_value
684 $result = $this->_phpbb_sql_link->prepare($query);
714 $query = "SELECT *
719 $result = $this->_phpbb_sql_link->prepare($query);
[all …]
/plugin/do/
H A Dhelper.php47 $this->db->query('DELETE FROM tasks WHERE page = ?', $id);
48 $this->db->query('DELETE FROM task_assignees WHERE page = ?', $id);
65 $this->db->query(
76 $this->db->query(
203 $query = 'SELECT A.page AS page,
220 $res = $this->db->query($query);
267 $res = $this->db->query(
294 $this->db->query(
306 $this->db->query(
403 $res = $this->db->query(
/plugin/data/_test/
H A Daction_handle.test.php
/plugin/prosemirror/parser/
H A DImageNode.php44 $query = [];
46 $query[] = $this->attrs['width'] . 'x' . $this->attrs['height'];
48 $query[] = $this->attrs['width'];
51 $query[] = $this->attrs['linking'];
54 $query[] = $this->attrs['cache'];
58 if (!empty($query)) {
59 $queryString = '?' . implode('&', $query);
/plugin/strata/driver/
H A Dmysql.php25 $this->query('SET NAMES utf8mb4');
26 $this->query("SET sql_mode = 'PIPES_AS_CONCAT'"); // Ensure that || works as string concatenation
30 return $this->_db->query("SHOW TABLES LIKE 'data'")->rowCount() != 0;

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