Home
last modified time | relevance | path

Searched refs:query (Results 501 – 525 of 964) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DServerRequestInterface.php119 * @param array $query Array of query string arguments, typically from
123 public function withQueryParams(array $query); argument
H A DUriInterface.php277 * @param string $query The query string to use with the new instance.
281 public function withQuery($query); argument
/plugin/zotero/
H A DImportZoteroFeedReader.php81 $next = $xpath->query("//atom:feed/atom:link[@rel='next']")->item(0);
92 $root = $xpath->query('/atom:feed')->item(0);
94 $r = $xpath->query('//atom:feed/atom:entry');
/plugin/telleveryone/action/
H A Dnotification.php83 $res = $sqlite->query($q, $this->getConf('limit'));
98 $query = http_build_query(['token' => $token, 'limit' => $this->getConf('limit')]);
99 $full_url .= '/lib/plugins/telleveryone/api.php?' . $query;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudShell.php107 'location' => 'query',
111 'location' => 'query',
115 'location' => 'query',
H A DCloudVideoIntelligence.php150 'location' => 'query',
154 'location' => 'query',
158 'location' => 'query',
H A DFcmdata.php76 'location' => 'query',
80 'location' => 'query',
H A DWebmasters.php70 'query' => [
71 'path' => 'sites/{siteUrl}/searchAnalytics/query',
130 'location' => 'query',
/plugin/notification/action/
H A Dcron.php54 $res = $sqlite->query('SELECT user, MIN(timestamp) FROM cron_check');
60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
83 … $res = $sqlite->query('SELECT plugin, notification_id FROM notification WHERE user=?', $user);
/plugin/aichat/Storage/
H A DSQLiteStorage.php179 $query = "SELECT cluster || ' ' || lang, COUNT(*) || ' chunks' as cnt
183 $clusters = $this->db->queryKeyValueList($query);
196 * @param string $query JSON encoded vector array
200 public function sqliteCosineSimilarityCallback($query, $embedding)
203 json_decode($query, true, 512, JSON_THROW_ON_ERROR),
262 $query = "DELETE FROM clusters $where";
263 $this->db->exec($query);
264 $query = "UPDATE embeddings SET cluster = NULL $where";
265 $this->db->exec($query);
268 $query
134 sqliteCosineSimilarityCallback($query, $embedding) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php26 foreach($queries as $query) {
27 $pdo->exec($query);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php33 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…
H A DAceConflictTest.php33 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…
H A DNoAbstractTest.php33 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…
H A DNotSupportedPrivilegeTest.php33 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…
H A DNeedPrivilegesExceptionTest.php43 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…
/plugin/authyubikey/lib/
H A DYubico.php318 $query = "https://";
320 $query = "http://";
322 $query .= $URLpart . "?" . $parameters;
325 $this->_lastquery .= $query;
327 $handle = curl_init($query);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc82 $params['analyzer'] = (string) The analyzer to use for the query string
84 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
85 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
94 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
96 $params['q'] = (string) Query in the Lucene query string syntax
104 $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
/plugin/geonav/server/
H A DgetContinent.php23 $query = "SELECT * FROM continents WHERE code_2 = '".$countryCode2."'";
24 $result = sqlite_query($db, $query);
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php84 $query = Query::parse($request->getUri()->getQuery());
85 $params = array_merge($query, $this->config);
/plugin/bez/mdl/
H A DTask.php300 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=?, closed_by=?, close_date=? WHERE id=?",
307 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET state=? WHERE id=?", $state, $this->id);
319 $this->model->sqlite->query('UPDATE task SET last_activity_date=? WHERE id=?',
356 $r = $this->model->sqlite->query($sql, $this->id);
375 $r = $this->model->sqlite->query($q, $this->id, $user_id);
414 $this->model->sqlite->query($sql, $this->id, $user_id);
453 $this->model->sqlite->query($q, $this->id, $user_id);
473 $this->model->sqlite->query($q, $this->id, $user_id);
487 $r = $this->model->sqlite->query($q, $thread_id);
499 $this->model->sqlite->query(
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php206 * @param array $query query string parameters
214 public function request($path, $method = Request::GET, $data = [], array $query = [])
216 return $this->_client->request('_snapshot/'.$path, $method, $data, $query);
180 request($path, $method = Request GET, $data = [], array $query = []) global() argument
/plugin/structstatus/
H A Daction.php78 $sqlite->query($sql);
122 $ok = true && $sqlite->query($s);
126 $ok = $ok && $sqlite->query($s);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php218 * @param string $query Xpath Expresion
222 private function _query($query) argument
224 return OneLogin_Saml2_Utils::query($this->document, $query);
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php84 $this->connection->query($this->sql['set_assoc']['update_assoc'],
90 $this->connection->query($this->sql['set_assoc']['insert_assoc'],

1...<<21222324252627282930>>...39