Home
last modified time | relevance | path

Searched refs:query (Results 726 – 750 of 964) sorted by relevance

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

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1491 public $query; variable in Google_GaData
1545 public function setQuery(Google_GaDataQuery $query) { argument
1546 $this->query = $query;
1549 return $this->query;
2112 public $query; variable in Google_McfData
2168 public function setQuery(Google_McfDataQuery $query) { argument
2169 $this->query = $query;
2172 return $this->query;
2636 public $query; variable in Google_RealtimeData
2667 $this->query = $query;
[all …]
H A DGoogle_DatastoreService.php873 public $query; variable in Google_RunQueryRequest
883 public function setQuery(Google_Query $query) { argument
884 $this->query = $query;
887 return $this->query;
H A DGoogle_YouTubeAnalyticsService.php45 public function query($ids, $start_date, $end_date, $metrics, $optParams = array()) { function in Google_ReportsServiceResource
/plugin/data/syntax/
H A Dentry.php270 $sqlite->query("DELETE FROM DATA WHERE pid = ?", $pid);
323 return call_user_func_array(array(&$sqlite, 'query'), $args);
/plugin/badbehaviour/
H A Daction.php84 function bb2_db_query($query) { return false; } argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php70 …$temp = $xpath->query("//*[translate(local-name(), 'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopq…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSiteVerification.php97 'location' => 'query',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/Resource/
H A DProjectsTimeSeries.php218 public function query($name, QueryTimeSeriesRequest $postBody, $optParams = []) function in Google\\Service\\Monitoring\\Resource\\ProjectsTimeSeries
/plugin/approve/action/
H A Dprettyprint.php45 $res = $sqlite->query('SELECT ready_for_approval, ready_for_approval_by,
H A Dnotification.php
H A Drevisions.php31 $res = $sqlite->query('SELECT rev, approved, ready_for_approval
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php90 return $this->sqlite->query(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md5 functionality like query string parsing.
396 Parse a query string into an associative array.
408 Build a query string from an array of key value pairs.
410 This function can use the return value of `parse()` to build a query
462 - query: (string) Set the query string value of the URI.
652 `public static function composeComponents($scheme, $authority, $path, $query, $fragment): string`
669 Creates a new URI with a specific query string value. Any existing query string values that exactly…
670 …y are removed and replaced with the given key value pair. A value of null will set the query string
677 Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()`…
684 Creates a new URI with a specific query string value removed. Any existing query string values that…
[all …]
/plugin/pagequery/
H A Dreadme.md46 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=10;cols=2;inwords;proper}}
49 {{pagequery>[query];fulltext;sort=key:direction,key2:direction;group;limit=100;cols=6;inwords;proper;snippet=5;border=inside;nostart;case;natsort}}
60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
70 The same query, but now searching for pages contenting the word "help" (NOTE: ''fulltext'' means search in the page "content" not just its "name":
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/Resource/
H A DDevices.php50 public function query(QueryRequest $postBody, $optParams = []) function in Google\\Service\\HomeGraphService\\Resource\\Devices
/plugin/struct/meta/
H A DPageMeta.php52 $this->sqlite->query($sql, [$this->pid, $this->title, $this->lasteditor, $this->lastrev, $this->lastsummary]);
/plugin/facebookalbum/
H A Dfacebook.php892 $query = '';
900 $query = '?' . http_build_query($params, null, '&');
912 return $protocol . $parts['host'] . $port . $parts['path'] . $query;
/plugin/aimg/
H A Dsyntax.php95 $img_id = str_replace(':','',cleanID($src['host'].$src['path'].$src['query']));
/plugin/pdb/
H A Dsyntax.php49 list($state, $query) = $data;
50 list($cmd,$pdbid) = $query;
/plugin/nssearch/
H A Daction.php19 // Edit the query before doing a string search.
21 // The page results don't have an edittable query for some reason, so filter invalid results after the search.
47 if ($ns && $event->data['query'])
48 $event->data['query'] = 'ns:' . $ns . ' ' . $event->data['query'];
51 // You can't edit the query before a page search, so instead we have to filter the results after the search.
/plugin/pgsqlquery/
H A Dsyntax.php100 $stmt = $link->query($querystring);
/plugin/watchcycle/
H A Dadmin.php119 $res = $sqlite->query($q, $q_args);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSqlNamespace.php118 * $params['body'] = (array) Use the `query` element to start a query. Use the `cursor` element to continue a query. (Required)
124 public function query(array $params = []) function in Elasticsearch\\Namespaces\\SqlNamespace
138 * $params['body'] = (array) Specify the query in the `query` element. (Required)
/plugin/wysiwyg/
H A Dscript.js140 var query = location.search.substring(1);
141 var pairs = query.split("&");
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php132 …>assertEquals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only…

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