Home
last modified time | relevance | path

Searched refs:query (Results 601 – 625 of 964) sorted by relevance

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

/plugin/openid/Auth/OpenID/
H A DServer.php1720 * @param array $query
1723 function decode($query) argument
1725 if (!$query) {
1729 $message = Auth_OpenID_Message::fromPostArgs($query);
1739 $old_ns = $query['openid.ns'];
1741 $query['openid.ns'] = Auth_OpenID_OPENID2_NS;
1984 * @param array|null $query
1987 function decodeRequest($query=null) argument
1989 if ($query === null) {
1990 $query = Auth_OpenID::getQuery();
[all …]
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php266 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibtex_key));
358 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$key));
390 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$key));
479 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibtex_key));
537 $rawBibtexEntry = $this->sqlite->res2arr($this->sqlite->query("SELECT entry FROM bibtex WHERE key=?",$bibkey));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php159 $query = $search->getQuery();
161 // Keep other query options as part of the search body
165 $data .= JSON::stringify($query->toArray() + $queryOptions)."\n";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchQuery.php6 * Match query.
11 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html
64 * Sets the query string.
68 public function setFieldQuery(string $field, string $query): self argument
70 return $this->setFieldParam($field, 'query', $query);
112 * @see Possible values for minimum_should_match https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
162 * Set zero terms query.
/plugin/bez/mdl/
H A DTask_commentFactory.php37 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=1 WHERE id=?",
44 $this->model->sqlite->query("UPDATE {$this->get_table_name()} SET closing=0 WHERE task_id=?",
/plugin/sphinxsearch-was/
H A Dfunctions.php337 function printNamespaces($query) argument
340 $query = str_replace(" ", "_", $query);
341 $data = ft_pageLookup($query, false);
/plugin/authucenter/lib/uc_client/control/
H A Duser.php207 …$this->db->query("REPLACE INTO ".UC_DBTABLEPRE."protectedmembers SET uid='$uid', username='$userna…
218 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."protectedmembers WHERE username='$username' AND app…
234 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."mergemembers WHERE appid='".$this->app['appid']."' …
241 …$this->db->query("DELETE FROM ".UC_DBTABLEPRE."mergemembers WHERE appid='".$this->app['appid']."' …
/plugin/sphinxsearch/
H A Dfunctions.php343 function printNamespaces($query) argument
346 $query = str_replace(" ", "_", $query);
347 $data = ft_pageLookup($query, false);
H A Dchangelog19 * Fixed search query escaping
28 * Fixed bug with search query
/plugin/fedauth/Auth/OpenID/
H A DServer.php1540 function decode($query) argument
1542 if (!$query) {
1546 $message = Auth_OpenID_Message::fromPostArgs($query);
1556 $old_ns = $query['openid.ns'];
1558 $query['openid.ns'] = Auth_OpenID_OPENID2_NS;
1559 $message = Auth_OpenID_Message::fromPostArgs($query);
1755 function decodeRequest($query=null) argument
1757 if ($query === null) {
1758 $query = Auth_OpenID::getQuery();
1761 return $this->decoder->decode($query);
/plugin/strata/syntax/
H A Dlist.php12 * List syntax for basic query handling.
38 $query = $this->prepareQuery($data['query']);
40 // execute the query
41 $result = $this->triples->queryRelations($query);
/plugin/strata/_test/
H A Dstrataquerytest.inc.php6 * Tests query.
67 function assertQueryResult($query, $expectedResult, $message='') { argument
68 $relations = $this->_triples->queryRelations($query);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php79 $query = 'SELECT name, value, valuetype FROM propertystorage WHERE path = ?';
80 $stmt = $this->pdo->prepare($query);
/plugin/ireadit/action/
H A Direadit.php51 $res = $sqlite->query('SELECT user, timestamp FROM ireadit
129 $sqlite->query('INSERT INTO ireadit (page,rev,user,timestamp)
/plugin/strata/driver/
H A Dsqlite.php20 return $this->_db->query("SELECT count(*) FROM sqlite_master WHERE name = 'data'")->fetchColumn() != 0;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js116 search: function(query, page) { argument
117 this.query = query;
161 query: function(entity, args) {
198 assert.equal(router.query, 'news');
208 assert.equal(router.query, 'тест');
218 assert.equal(router.query, 'nyc');
225 assert.equal(router.query, 'manhattan');
238 assert.equal(router.query, 'manhattan');
427 assert.equal(router.query, 'fat');
904 'myyjä/:query': function(query) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md142 $query = 'Henry David Thoreau';
248 "query": {
269 // build the query - this maps directly to the JSON
270 $query = new Google\Service\Datastore\Query([
286 $request = new Google\Service\Datastore\RunQueryRequest(['query' => $query]);
296 // build the query
298 $query = new Google\Service\Datastore\Query();
305 $query->setOrder([$order]);
309 $query->setKinds([$kind]);
311 $query->setLimit(10);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DBuilderInterface.php12 * Builds a ResultSet given a specific response and query.
14 public function buildResultSet(Response $response, Query $query): ResultSet; argument
/plugin/sqlquery/
H A DREADME.md2 A dokiwiki plugin for processing query to MySQL databases and display results as a table.
/plugin/sqljson/
H A DREADME.md2 A dokuwiki plugin for processing query to MySQL databases and insert results as a json.
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md216 function_name[:](configuration[,configuration])[?query]
222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
237 query:
238 "Normal" URL query according to RFC3986 section 3.4.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D0ce3606f1dba490eef83c4317b315b62.asciidoc8 'query' => [
H A D231aa0bb39c35fe199d28fe0e4a62b2e.asciidoc8 'query' => [
H A Dcd247f267968aa0927bfdad56852f8f5.asciidoc8 'query' => [
H A D506844befdc5691d835771bcbb1c1a60.asciidoc8 'query' => [

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