Home
last modified time | relevance | path

Searched refs:getQuery (Results 1 – 25 of 100) sorted by relevance

1234

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.sqlite3.php136 $sql = $this->getQuery('version_check');
162 $sql = $this->getQuery('delete_cache');
164 $sql = $this->getQuery('set_version');
194 $sql = $this->getQuery('get_id3_data');
207 $sql = $this->getQuery('cache_file');
227 $sql = $this->getQuery('make_table');
244 $sql = $this->getQuery('get_cached_dir');
261 public function getQuery($name) function in getID3_cached_sqlite3
294 return $this->getQuery($name);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriResolver.php79 $targetQuery = $rel->getQuery();
84 $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery();
101 $targetQuery = $rel->getQuery();
168 if ($base->getQuery() === $target->getQuery()) {
175 if ($target->getQuery() === '') {
DUriNormalizer.php153 if ($flags & self::SORT_QUERY_PARAMETERS && $uri->getQuery() !== '') {
154 $queryKeyValues = explode('&', $uri->getQuery());
195 preg_replace_callback($regex, $callback, $uri->getQuery())
211 preg_replace_callback($regex, $callback, $uri->getQuery())
DUri.php299 && ($uri->getQuery() === $base->getQuery());
302 …cheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->getQuery() === '';
462 public function getQuery() function in GuzzleHttp\\Psr7\\Uri
698 $current = $uri->getQuery();
DRequest.php69 if ($this->uri->getQuery() != '') {
70 $target .= '?' . $this->uri->getQuery();
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriResolver.php72 $targetQuery = $rel->getQuery();
77 $targetQuery = $rel->getQuery() != '' ? $rel->getQuery() : $base->getQuery();
94 $targetQuery = $rel->getQuery();
156 if ($base->getQuery() === $target->getQuery()) {
163 if ($target->getQuery() === '') {
DUriNormalizer.php156 if ($flags & self::SORT_QUERY_PARAMETERS && $uri->getQuery() !== '') {
157 $queryKeyValues = explode('&', $uri->getQuery());
196 preg_replace_callback($regex, $callback, $uri->getQuery())
212 preg_replace_callback($regex, $callback, $uri->getQuery())
DRequest.php71 if ($this->uri->getQuery() != '') {
72 $target .= '?'.$this->uri->getQuery();
DUri.php290 && ($uri->getQuery() === $base->getQuery());
293 …cheme() === '' && $uri->getAuthority() === '' && $uri->getPath() === '' && $uri->getQuery() === '';
408 public function getQuery(): string function in GuzzleHttp\\Psr7\\Uri
647 $current = $uri->getQuery();
/plugin/statistics/
Dadmin.php137 $this->hlp->getQuery()->setTimeFrame($from, $to);
306 $result = $this->hlp->getQuery()->aggregate();
341 $result = call_user_func([$this->hlp->getQuery(), $graph['query']]);
366 $result = $this->hlp->getQuery()->$name();
374 $result = $this->hlp->getQuery()->resolution();
381 $result = $this->hlp->getQuery()->$name();
390 $result = $this->hlp->getQuery()->imagessum();
395 $result = $this->hlp->getQuery()->images();
403 $result = $this->hlp->getQuery()->downloadssum();
408 $result = $this->hlp->getQuery()->downloads();
[all …]
DStatisticsGraph.php64 $result = $this->hlp->getQuery()->$query();
105 $result = $this->hlp->getQuery()->history($info, $interval);
181 $result = $this->hlp->getQuery()->viewport();
206 $result = $this->hlp->getQuery()->resolution();
253 $result = $this->hlp->getQuery()->dashboardviews($hours);
290 $result = $this->hlp->getQuery()->dashboardwiki($hours);
/plugin/statistics/_test/
DSearchEnginesTest.php370 $this->assertEquals($expectedQuery, $searchEngine->getQuery());
392 $this->assertEquals($expectedQuery, $searchEngine->getQuery());
414 $this->assertEquals($expectedQuery, $searchEngine->getQuery());
432 $this->assertEquals($expectedQuery, $searchEngine->getQuery());
450 $this->assertEquals($expectedQuery, $searchEngine->getQuery());
495 $this->assertEquals('url encoded query', $searchEngine->getQuery());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DSearch.php293 public function getQuery(): Query function in Elastica\\Search
339 $query = $this->getQuery();
372 $query = clone $this->getQuery();
402 $this->getQuery()->setSize($options);
405 $this->getQuery()->setSize($options['limit']);
409 $this->getQuery()->setExplain($options['explain']);
/plugin/elasticsearch/vendor/nyholm/dsn/src/
DDsnParser.php154 …, $parts['host'], $parts['port'] ?? null, $parts['path'] ?? null, self::getQuery($parts), $authent…
175 private static function getQuery(array $parts): array function in Nyholm\\Dsn\\DsnParser
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/
DDynamicGroupQuery.php41 public function getQuery() function in Google\\Service\\CloudIdentity\\DynamicGroupQuery
DMemberRestriction.php53 public function getQuery() function in Google\\Service\\CloudIdentity\\MemberRestriction
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
DCountArtifactsRequest.php39 public function getQuery() function in Google\\Service\\Vault\\CountArtifactsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DQueryTimeSeriesRequest.php73 public function getQuery() function in Google\\Service\\Monitoring\\QueryTimeSeriesRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DSearchRequest.php73 public function getQuery() function in Google\\Service\\ShoppingContent\\SearchRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DReportingRule.php73 public function getQuery() function in Google\\Service\\AlertCenter\\ReportingRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DRunQueryResponse.php51 public function getQuery() function in Google\\Service\\Datastore\\RunQueryResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
DGoogleCloudContactcenterinsightsV1PhraseMatchRule.php71 public function getQuery() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1PhraseMatchRule
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
DSearchGoogleLocationsRequest.php71 public function getQuery() function in Google\\Service\\MyBusinessBusinessInformation\\SearchGoogleLocationsRequest
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
DUriInterface.php50 public function getQuery(); function
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUriInterface.php50 public function getQuery(); function

1234