Searched refs:QueryString (Results 1 – 20 of 20) sorted by relevance
49 ' The the file type (from the QueryString, by default 'File').51 If ( Request.QueryString("Type") <> "" ) Then52 resourceType = Request.QueryString("Type")
67 sCommand = Request.QueryString("Command")70 sResourceType = Request.QueryString("Type")73 sCurrentFolder = Request.QueryString("CurrentFolder")
46 sCommand = Request.QueryString("Command")48 sResourceType = Request.QueryString("Type")
44 sResourceType = Request.QueryString("Type")
98 sNewFolderName = Request.QueryString( "NewFolderName" )
167 sCurrentFolder = Request.QueryString("CurrentFolder")
34 use Elastica\Query\QueryString; alias340 public function query_string(string $queryString = ''): QueryString342 return new QueryString($queryString);
81 If Request.QueryString("Toolbar") <> "" Then82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )
87 If Request.QueryString("Skin") <> "" Then88 …("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryString("Skin") ) + "/"
93 If Request.QueryString("Lang") = "" Then98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
9 use Elastica\Query\QueryString; alias119 return new static(new QueryString($query));
12 class QueryString extends AbstractQuery class
700 * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used ba…966 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…973 * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to …975 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized1031 * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs1170 * QueryString and Collection performance improvements1181 …variables will always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?a…1184 * Changed the aggregation functions of QueryString to be static methods1317 * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory m…
322 - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
995 * `Guzzle\Http\QueryString::factory()` now guesses the most appropriate query aggregator to used ba…1261 * Guzzle\Http\QueryString does no longer manages the leading "?". This is now handled in Guzzle\Htt…1268 * Guzzle\Http\QueryString now uses Guzzle\Http\QueryAggregator\QueryAggregatorInterface objects to …1270 * The URL encoding implementation of Guzzle\Http\QueryString can now be customized1326 * Bug: QueryString::fromString now properly parses query string parameters that contain equal signs1465 * QueryString and Collection performance improvements1476 …variables will always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?a…1479 * Changed the aggregation functions of QueryString to be static methods1612 * Moving the parseQuery method out of Url and on to QueryString::fromString() as a static factory m…
372 - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
360 * Removed no longer supported \Elastica\Query\QueryString::setAutoGeneratePhraseQueries( $bool ) [#…522 - In QueryString is not allowed to use fields parameters in conjunction with default_field paramete…1075 - Elastica\Query\QueryString::setLowercaseExpandedTerms removed [#813](https://github.com/ruflin/El…1098 - Added Elastica\Query\QueryString::setTimezone [#813](https://github.com/ruflin/Elastica/issues/81…1713 - Removed deprecated methods Query\QueryString::setTieBraker() and Query\QueryString::setQueryStrin…1959 - QueryString useDisMax added