Home
last modified time | relevance | path

Searched refs:getQuery (Results 51 – 75 of 88) sorted by path

1234

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRequest.php69 if ($this->uri->getQuery() != '') {
70 $target .= '?' . $this->uri->getQuery();
H A 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();
H A 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())
H A 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() === '') {
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php156 public function getQuery(); function
/plugin/bpmnioeditor/
H A Dscript.js18 window.bpmn[index]['name'] = getQuery($bpmn.attr('href'), 'media');
288 function getQuery(searchstring, q) { function
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js1 …rchArgs.wholeWordOnly;bb(b).setReversed(!e);var g=e?"/":"?";var h=bb(b).getQuery();var i=b.getScro…
2 …line+c.repeat-1,Infinity)},findNext:function(a,b,c){var d=bb(a);var e=d.getQuery();if(!e){return}v…
3getQuery:function(){return R.query},setQuery:function(a){R.query=a},getOverlay:function(){return t…
H A Dvim.min.js.map1getQuery","originalScrollPos","getScrollInfo","handleQuery","ignoreCase","smartCase","updateSearch…
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php143 return new Dsn($scheme, self::getQuery($parts));
149 return new Path($scheme, $parts['path'], self::getQuery($parts), $authentication);
154 return new Url($scheme, $parts['host'], $parts['port'] ?? null, $parts['path'] ?? null, self::getQuery($parts), $authentication);
175 private static function getQuery(array $parts): array function in Nyholm\\Dsn\\DsnParser
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1597 - Add a getQuery method on the FilteredQuery object
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php196 $q = Query::create($query)->getQuery();
358 $query = Query::create($query)->getQuery();
H A DQuery.php148 public function getQuery()
147 public function getQuery() global() function in Elastica\\Query
H A DRequest.php119 public function getQuery(): array function in Elastica\\Request
H A DResultSet.php210 public function getQuery(): Query function in Elastica\\ResultSet
H A DSearch.php293 public function getQuery(): Query
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']);
291 public function getQuery(): Query global() function in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DMultiBuilder.php23 return $search->getResultSetBuilder()->buildResultSet($childResponse, $search->getQuery());
H A DSearch.php159 $query = $search->getQuery();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php187 $query = $request->getQuery();
H A DHttp.php70 $query = $request->getQuery();
H A DHttpAdapter.php141 $query = $request->getQuery();
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php195 public function getQuery() function in OAuth\\Common\\Http\\Uri\\Uri
H A DUriInterface.php50 public function getQuery(); function
/plugin/fedauth/Auth/
H A DOpenID.php145 static function getQuery($query_str=null) function in Auth_OpenID
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php421 $query = Auth_OpenID::getQuery();
H A DServer.php1758 $query = Auth_OpenID::getQuery();

1234