Home
last modified time | relevance | path

Searched refs:query (Results 551 – 575 of 964) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebasestorage.php99 'location' => 'query',
103 'location' => 'query',
H A DSearchConsole.php73 'query' => [
74 'path' => 'webmasters/v3/sites/{siteUrl}/searchAnalytics/query',
133 'location' => 'query',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php24 foreach($queries as $query) {
25 $pdo->exec($query);
/plugin/authucenter/lib/uc_client/control/
H A Dfeed.php48 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."feeds SET appid='$appid', icon='$icon', uid='$uid',…
60 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>'$start' AND feedid<'$end'");
85 $this->db->query("DELETE FROM ".UC_DBTABLEPRE."feeds WHERE feedid>='$start' AND feedid<='$end'");
/plugin/data-au/
H A Daction.php55 $res = $sqlite->query('SELECT pid FROM pages WHERE page = ?',$id);
59 $sqlite->query('DELETE FROM dataau WHERE pid = ?',$pid);
60 $sqlite->query('DELETE FROM pages WHERE pid = ?',$pid);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php141 $query = $request->getQuery();
143 if (!empty($query)) {
144 $baseUri .= '?'.\http_build_query($query);
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php173 * Parse query params into an array.
177 $query = [];
178 if (isset($parts['query'])) {
179 parse_str($parts['query'], $query);
182 return $query;
/plugin/data/
H A Daction.php
/plugin/sqlite/_test/
H A DHelperTest.php48 $res = $SqliteHelper->query($sql);
62 $res = $SqliteHelper->query($sql);
270 $res = $SqliteHelper->query('SELECT * FROM testdata');
276 $res = $obj->query('SELECT * FROM testdata');
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/404manager/
H A Dadmin.php332 $res = $this->sqlite->query('delete from redirections where source = ?', $sourcePageId);
364 $res = $this->sqlite->query("SELECT * FROM redirections");
447 $res = $this->sqlite->query($statement, $sourcePageId);
457 $res = $this->sqlite->query($statement, $entry);
561 … $res = $this->sqlite->query("select target from redirections where source = ?", $sourcePageId);
744 $res = $this->sqlite->query("delete from redirections");
774 $res = $this->sqlite->query("select count(1) from redirections");
807 $res = $this->sqlite->query("select * from redirections");
/plugin/bez/syntax/
H A Dqlink.php36 $res = $sqlite->query("SELECT thread_id FROM thread_comment WHERE id=?", $id);
50 $res = $sqlite->query("SELECT task_id FROM task_comment WHERE id=?", $id);
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js51 srcAbs.query = null;
191 this.query = null;
199 this.query = m[9] ? m[10] : null;
209 if(this.query !== null) { result = result + '?' + this.query; }
229 t.query = r.query;
234 t.query = r.query;
238 if(r.query !== null) {
239 t.query = r.query;
241 t.query = base.query;
254 t.query = r.query;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php108 $query = Arrays::get($p, 'query', null);
109 if ($query) {
110 $file .= '?' . $query;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc165 $params['q'] = (string) Query in the Lucene query string syntax
166 $params['analyzer'] = (string) The analyzer to use for the query string
168 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
169 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
170 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
171 $params['terminate_after'] = (number) The maximum count for each shard, upon reaching which the query execution will terminate early
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
233 $params['analyzer'] = (string) The analyzer to use for the query string
235 $params['default_operator'] = (enum) The default operator for query strin
[all...]
/plugin/struct/meta/
H A DAccessTablePage.php82 $ok = $this->sqlite->query(
87 return $ok && $this->sqlite->query(
94 * Names of non-input columns to be inserted into SQL query.
/plugin/linkfix/
H A Dadmin.php107 $query = $this->changefrom . '*';
108 $data = idx_get_indexer()->lookupKey('relation_media', $query);
110 $query = $this->changefrom . '*';
111 $data = idx_get_indexer()->lookupKey('relation_references', $query);
/plugin/solr/
H A Dhelper.php123 * @param string $query URL query string parameters
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
129 $url = $this->getConf('url')."/{$path}?{$query}";
147 'query' => $query,
/plugin/tagfilter/script/select2/
H A Dselect2.js403 * Produces an ajax-based query function
409 * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameters for the above url.
425 return function (query) { argument
440 data = data ? data.call(self, query.term, query.page, query.context) : null;
441 url = (typeof url === 'function') ? url.call(self, query.term, query.page, query.context) : url;
458 // TODO - replace query
508 AnonymousFunctionbb87bed01300(query) global() argument
543 AnonymousFunctionbb87bed01600(query) global() argument
882 AnonymousFunctionbb87bed02800(container, results, query) global() argument
953 AnonymousFunctionbb87bed02900(query) global() argument
3321 formatResult(result, container, query, escapeMarkup) global() argument
3329 sortResults(results, container, query) global() argument
3381 query: { global() class in window.Select2
[all...]
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php63 $row = $pdo->query("SELECT * FROM calendarobjects LIMIT 1")->fetch();
147 $result = $pdo->query('SELECT id, calendardata FROM calendarobjects');
181 $row = $pdo->query("SELECT * FROM calendars LIMIT 1")->fetch();
H A Dmigrateto21.php85 $result = $pdo->query('SELECT * FROM calendarobjects LIMIT 1');
115 $result = $pdo->query('SELECT id, calendardata FROM calendarobjects');
/plugin/backlinks2/_test/
H A Dsyntax.test.php79 $query = array('ross');
91 idx_lookup($query)
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php147 $query = http_build_query($params, null, '&');
148 $params = explode('&', $query);
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php66 $query = $parts[1];
67 $uri->setQuery($query);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php66 $query = $parts[1];
67 $uri->setQuery($query);

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