Home
last modified time | relevance | path

Searched refs:query (Results 226 – 250 of 964) sorted by relevance

12345678910>>...39

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DBigQueryIODetails.php33 public $query; variable in Google\\Service\\Dataflow\\BigQueryIODetails
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DMaterializedViewDefinition.php33 public $query; variable in Google\\Service\\Bigquery\\MaterializedViewDefinition
70 public function setQuery($query) argument
72 $this->query = $query;
79 return $this->query;
H A DViewDefinition.php26 public $query; variable in Google\\Service\\Bigquery\\ViewDefinition
41 public function setQuery($query) argument
43 $this->query = $query;
50 return $this->query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DContainerAnalysis.php88 'location' => 'query',
132 'location' => 'query',
136 'location' => 'query',
140 'location' => 'query',
154 'location' => 'query',
198 'location' => 'query',
202 'location' => 'query',
206 'location' => 'query',
290 'location' => 'query',
304 'location' => 'query',
[all …]
H A DDocument.php125 'location' => 'query',
129 'location' => 'query',
133 'location' => 'query',
177 'location' => 'query',
181 'location' => 'query',
185 'location' => 'query',
269 'location' => 'query',
273 'location' => 'query',
377 'location' => 'query',
381 'location' => 'query',
[all …]
H A DServiceConsumerManagement.php108 'location' => 'query',
112 'location' => 'query',
116 'location' => 'query',
140 'location' => 'query',
144 'location' => 'query',
147 'query' => [
148 'location' => 'query',
232 'location' => 'query',
236 'location' => 'query',
240 'location' => 'query',
H A DDataproc.php122 'location' => 'query',
126 'location' => 'query',
180 'location' => 'query',
184 'location' => 'query',
218 'location' => 'query',
222 'location' => 'query',
256 'location' => 'query',
270 'location' => 'query',
304 'location' => 'query',
318 'location' => 'query',
[all …]
H A DCloudTasks.php87 'location' => 'query',
91 'location' => 'query',
95 'location' => 'query',
159 'location' => 'query',
163 'location' => 'query',
167 'location' => 'query',
181 'location' => 'query',
275 'location' => 'query',
289 'location' => 'query',
293 'location' => 'query',
[all …]
H A DPubsub.php83 'location' => 'query',
107 'location' => 'query',
121 'location' => 'query',
135 'location' => 'query',
139 'location' => 'query',
143 'location' => 'query',
237 'location' => 'query',
251 'location' => 'query',
255 'location' => 'query',
359 'location' => 'query',
[all …]
H A DPolicyAnalyzer.php65 'query' => [
66 'path' => 'v1/{+parent}/activities:query',
75 'location' => 'query',
79 'location' => 'query',
83 'location' => 'query',
H A DCloudMachineLearningEngine.php157 'location' => 'query',
171 'location' => 'query',
175 'location' => 'query',
179 'location' => 'query',
193 'location' => 'query',
247 'location' => 'query',
251 'location' => 'query',
305 'location' => 'query',
499 'location' => 'query',
513 'location' => 'query',
[all …]
H A DOrgPolicyAPI.php81 'location' => 'query',
85 'location' => 'query',
149 'location' => 'query',
153 'location' => 'query',
187 'location' => 'query',
191 'location' => 'query',
255 'location' => 'query',
259 'location' => 'query',
293 'location' => 'query',
297 'location' => 'query',
[all …]
/plugin/searchform/
H A Daction.php29 * Restrict the global query to namespace given as url parameter
47 * Extend query string with namespace, if it doesn't contain a namespace expression argument
49 * @param string &$query (reference) search query string
51 private function addNamespaceToQuery(&$query) {
57 if(!preg_match('/(?:^| )(?:\^|@|-ns:|ns:)[\w:]+/u', $query, $matches)) {
58 $query .= ' @' . $ns;
64 if(!preg_match('/(?:^| )(?:\^|@|-ns:|ns:)[\w:]+/u', $query, $matches)) {
65 $query .= ' ^' . $notns;
/plugin/timetrack/
H A Dhelper.php260 $res = $sqlite->query("SELECT
275 $res = $sqlite->query("SELECT
311 $res = $sqlite->query("SELECT
328 $res = $sqlite->query("SELECT
358 $res = $sqlite->query('SELECT
466 $res = $sqlite->query("SELECT
506 $res = $sqlite->query("SELECT
579 $res = $sqlite->query("SELECT
606 $res = $sqlite->query("SELECT
634 $res = $sqlite->query("SELECT
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DMonitoringQueryLanguageCondition.php33 public $query; variable in Google\\Service\\Monitoring\\MonitoringQueryLanguageCondition
68 public function setQuery($query) argument
70 $this->query = $query;
77 return $this->query;
/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/tag/_test/
H A Dtopic_and_tagrefine.test.php66 $this->hasPages([], $pages, 'Refine with empty input array and "mytag" query: ');
73 * @param string $query the query for the tagRefine/getTopic-functions
75 private function assertTopicRefine($expected, $query) { argument
78 $pages = $helper->tagRefine($this->all_pages, $query);
79 $this->hasPages($expected, $pages, 'Refine: '.$query.': ');
80 $pages = $helper->getTopic('', '', $query);
81 $this->hasPages($expected, $pages, 'Topic: '.$query.': ');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1SearchCatalogRequest.php25 public $query; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1SearchCatalogRequest
53 public function setQuery($query) argument
55 $this->query = $query;
59 return $this->query;
H A DGoogleCloudDatacatalogV1SearchCatalogRequest.php37 public $query; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1SearchCatalogRequest
86 public function setQuery($query) argument
88 $this->query = $query;
95 return $this->query;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSimpleQueryString.php8 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html
15 public function __construct(string $query, array $fields = []) argument
17 $this->setQuery($query);
24 * Set the querystring for this query.
26 * @param string $query see ES documentation for querystring syntax
30 public function setQuery(string $query): self argument
32 return $this->setParam('query', $query);
[all...]
/plugin/scrape/
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/bez/mdl/
H A DThreadFactory.php14 $r = $this->model->sqlite->query('SELECT create_date FROM thread ORDER BY id LIMIT 1');
42 $r = $this->model->sqlite->query($sql, $from, $to);
53 $r = $this->model->sqlite->query($sql);
66 $r = $this->model->sqlite->query($sql, $from, $to);
71 $r = $this->model->sqlite->query($sql);
90 $r = $this->model->sqlite->query($sql, $from, $to, $from, $to);
97 $r = $this->model->sqlite->query($sql);
128 $r = $this->model->sqlite->query($sql, $from, $to);
147 $r = $this->model->sqlite->query($sql);
172 $r = $this->model->sqlite->query(
[all...]
/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/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php183 $query = "UPDATE " . $this->tableName . " SET ";
193 $query .= ', ';
196 $query .= $dbField . ' = :' . $dbField;
201 $query .= " WHERE uri = :uri";
204 $stmt = $this->pdo->prepare($query);
245 $query = 'SELECT uri FROM ' . $this->tableName . ' WHERE ';
259 if (count($values) > 0) $query .= (strcmp($test, "anyof") == 0 ? " OR " : " AND ");
260 $query .= 'lower(' . $column . ') LIKE lower(?)';
264 $stmt = $this->pdo->prepare($query);
308 $query = 'SELECT uri FROM ' . $this->tableName . ' WHERE lower(email)=lower(?)';
[all …]
/plugin/data-au/admin/
H A Daliases.php68 $sqlite->query("BEGIN TRANSACTION");
69 if (!$sqlite->query("DELETE FROM aliases")) {
70 $sqlite->query('ROLLBACK TRANSACTION');
84 if (!$sqlite->query("INSERT INTO aliases (name, type, prefix, postfix, enum)
86 $sqlite->query('ROLLBACK TRANSACTION');
90 $sqlite->query("COMMIT TRANSACTION");
103 $res = $sqlite->query($sql);

12345678910>>...39