Home
last modified time | relevance | path

Searched refs:query (Results 201 – 225 of 964) sorted by relevance

12345678910>>...39

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DNetworkServices.php91 'location' => 'query',
95 'location' => 'query',
99 'location' => 'query',
123 'location' => 'query',
167 'location' => 'query',
211 'location' => 'query',
255 'location' => 'query',
289 'location' => 'query',
303 'location' => 'query',
307 'location' => 'query',
[all …]
H A DAccessContextManager.php109 'location' => 'query',
113 'location' => 'query',
117 'location' => 'query',
131 'location' => 'query',
195 'location' => 'query',
209 'location' => 'query',
213 'location' => 'query',
217 'location' => 'query',
231 'location' => 'query',
315 'location' => 'query',
[all …]
H A DTranslate.php91 'location' => 'query',
95 'location' => 'query',
169 'location' => 'query',
173 'location' => 'query',
187 'location' => 'query',
191 'location' => 'query',
195 'location' => 'query',
269 'location' => 'query',
273 'location' => 'query',
277 'location' => 'query',
[all …]
H A DSmartDeviceManagement.php102 'location' => 'query',
106 'location' => 'query',
110 'location' => 'query',
144 'location' => 'query',
148 'location' => 'query',
152 'location' => 'query',
186 'location' => 'query',
190 'location' => 'query',
H A DPolicySimulator.php117 'location' => 'query',
121 'location' => 'query',
150 'location' => 'query',
154 'location' => 'query',
158 'location' => 'query',
162 'location' => 'query',
216 'location' => 'query',
220 'location' => 'query',
274 'location' => 'query',
278 'location' => 'query',
H A DSpeech.php83 'location' => 'query',
87 'location' => 'query',
91 'location' => 'query',
95 'location' => 'query',
149 'location' => 'query',
153 'location' => 'query',
167 'location' => 'query',
221 'location' => 'query',
225 'location' => 'query',
239 'location' => 'query',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
H A DMemberRestriction.php27 public $query; variable in Google\\Service\\CloudIdentity\\MemberRestriction
46 public function setQuery($query) argument
48 $this->query = $query;
55 return $this->query;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasChild.php8 * Returns parent documents having child docs matching the query.
12 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-has-child-query.html
18 * @param AbstractQuery|array|BaseQuery|string|null $query
19 * @phpstan-param TCreateQueryArgsMatching $query
23 public function __construct($query, ?string $type = null) argument
26 $this->setQuery($query);
30 * Sets query object.
32 * @param AbstractQuery|array|BaseQuery|string|null $query
33 * @phpstan-param TCreateQueryArgsMatching $query
37 setQuery($query) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DReportingRule.php33 public $query; variable in Google\\Service\\AlertCenter\\ReportingRule
66 public function setQuery($query) argument
68 $this->query = $query;
75 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DQueryTimeSeriesRequest.php33 public $query; variable in Google\\Service\\Monitoring\\QueryTimeSeriesRequest
66 public function setQuery($query) argument
68 $this->query = $query;
75 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DSearchRequest.php33 public $query; variable in Google\\Service\\ShoppingContent\\SearchRequest
66 public function setQuery($query) argument
68 $this->query = $query;
75 return $this->query;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D3cd50a789b8e1f0ebbbc53a8d7ecf656.asciidoc1 // query-dsl/multi-match-query.asciidoc:438
7 'query' => [
12 'query' => 'Will Smith',
23 'query' => 'Will Smith',
/plugin/statistics/inc/
H A DStatisticsLogger.class.php125 $query = '';
131 $qpart = $urlparts['query'];
145 $query = $params[$k];
153 if($type != 'search') foreach(array('search', 'query', 'q', 'keywords', 'keyword') as $k) {
155 $query = $params[$k];
167 // clean the query
168 $query = preg_replace('/^(cache|related):[^\+]+/', '', $query); // non-search queries
169 $query = preg_replace('/ +/', ' ', $query); // w
184 log_search($page, $query, $words, $engine) global() argument
[all...]
/plugin/extendpage/meta/
H A DAssignments.php61 $res = $this->sqlite->query($sql);
77 $ok = (bool) $this->sqlite->query($sql, array($pattern, $page, $pos));
80 $res = $this->sqlite->query($sql);
100 $ok = (bool) $this->sqlite->query($sql, array($id));
107 $res = $this->sqlite->query($sql, $id);
133 $ok = (bool) $this->sqlite->query($sql);
140 $ok = $ok && (bool) $this->sqlite->query($sql);
158 return (bool) $this->sqlite->query($sql, array($page, $pattern));
171 return (bool) $this->sqlite->query($sql, array($page, $pattern));
214 $res = $this->sqlite->query($sql, array($page, $pos));
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php141 if ($this->cursor = $this->mysqli->query($SQLquery)) {
156 $this->mysqli->query('TRUNCATE TABLE `'.$this->mysqli->real_escape_string($this->table).'`');
157 …$this->mysqli->query('INSERT INTO `'.$this->mysqli->real_escape_string($this->table).'` (`hash`, `…
170 $this->cursor = $this->mysqli->query($SQLquery);
174 $this->mysqli->query($SQLquery);
179 $this->mysqli->query($SQLquery);
186 $this->mysqli->query($SQLquery);
215 $this->cursor = $this->mysqli->query($SQLquery);
236 $this->cursor = $this->mysqli->query($SQLquery);
250 $this->mysqli->query($SQLquery);
[all …]
/plugin/struct/action/
H A Dmove.php55 $this->db->query('BEGIN TRANSACTION');
82 $ok = $this->db->query('COMMIT TRANSACTION');
84 $this->db->query('ROLLBACK TRANSACTION');
104 $this->db->query($sql, [$new, $old]);
108 $this->db->query($sql, [$new, $old]);
122 $this->db->query($sql, [$new, $old]);
137 $this->db->query($sql, [$new, $old]);
168 $this->db->query($sql, [$old, $new, $old]); // exact match
170 $this->db->query($sql, [$old, $new, "$old#%"]); // match with hashes
173 $this->db->query(
[all...]
/plugin/top/_test/
H A Ddate.test.php21 $sqlite->query($sql,'wiki:start',3,'','201407');
22 $sqlite->query($sql,'wiki:start',2,'','201401');
23 $sqlite->query($sql,'wiki:start',6,'','201201');
24 $sqlite->query($sql,'wiki:start',1,'',null);
25 $sqlite->query($sql,'en:wiki:start',8,'en','201201');
26 $sqlite->query($sql,'en:wiki:start',1,'en','201303');
27 $sqlite->query($sql,'de:wiki:start',6,'de','201201');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DSearchGoogleLocationsRequest.php31 public $query; variable in Google\\Service\\MyBusinessBusinessInformation\\SearchGoogleLocationsRequest
64 public function setQuery($query) argument
66 $this->query = $query;
73 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1PhraseMatchRule.php31 public $query; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatchRule
64 public function setQuery($query) argument
66 $this->query = $query;
73 return $this->query;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DPDOSqliteTest.php25 …$pdo->query('CREATE TABLE principals (id INTEGER PRIMARY KEY ASC, uri TEXT, email VARCHAR(80), dis…
26 … $pdo->query('INSERT INTO principals VALUES (1, "principals/user","user@example.org","User")');
27 … $pdo->query('INSERT INTO principals VALUES (2, "principals/group","group@example.org","Group")');
29 $pdo->query("CREATE TABLE groupmembers (
36 $pdo->query("INSERT INTO groupmembers (principal_id,member_id) VALUES (2,1)");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DJwtLocation.php33 public $query; variable in Google\\Service\\ServiceManagement\\JwtLocation
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DJwtLocation.php33 public $query; variable in Google\\Service\\ServiceNetworking\\JwtLocation
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DJwtLocation.php33 public $query; variable in Google\\Service\\ServiceUsage\\JwtLocation
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DJwtLocation.php33 public $query; variable in Google\\Service\\ServiceConsumerManagement\\JwtLocation
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSuggestRequest.php28 public $query; variable in Google\\Service\\CloudSearch\\SuggestRequest
49 public function setQuery($query) argument
51 $this->query = $query;
58 return $this->query;

12345678910>>...39