Home
last modified time | relevance | path

Searched refs:Request (Results 226 – 250 of 314) sorted by relevance

12345678910>>...13

/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp49 sBasePath = Request.ServerVariables("PATH_INFO")
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php23 use FreeDSx\Ldap\Operation\Request\SearchRequest;
H A DVlv.php24 use FreeDSx\Ldap\Operation\Request\SearchRequest;
111 * Request to start at a specific offset/percentage of entries.
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php7 use Sabre\DAV\Xml\Request\SyncCollectionReport;
/plugin/adfs/phpsaml/
H A DCHANGELOG63 …onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
193 * Do accesible the ID of the object Logout Request (id attribute).
236 * The isValid method of the Logout Request is now non-static. (affects processSLO method of Auth.ph…
237 * Logout Request constructor now accepts encoded logout requests.
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp78 lcSkin=request.querystring("Skin") && Request Parameter
H A Dsample02.afp86 lcLanguage=request.querystring("Lang") && Request Parameter
H A Dfck.afpa.code107 sAgent= LOWER(Request.ServerVariables("HTTP_USER_AGENT"))
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php22 use FreeDSx\Ldap\Operation\Request\SaslBindRequest;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php58 function request(HTTP\Request $request) {
H A DSharingPluginTest.php65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
H A DPluginTest.php89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response());
93 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php542 public function search($query = '', $options = null, string $method = Request::POST): ResultSet
552 public function count($query = '', string $method = Request::POST): int
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1Request if\n * a matching route exists.\n *\n * If no route matches a given a request, the Router …
H A Dworkbox-9fe249eb.js.map1Request if\n * a matching route exists.\n *\n * If no route matches a given a request, the Router …
H A Dworkbox-f163abaa.js.map1Request if\n * a matching route exists.\n *\n * If no route matches a given a request, the Router …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DRequest.php20 class Request extends \Google\Model class
1066 class_alias(Request::class, 'Google_Service_Sheets_Request');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php12 namespace FreeDSx\Ldap\Operation\Request;
30 * A Search Request. RFC 4511, 4.5.1.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php5 use Sabre\HTTP\Request; alias
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php25 use GuzzleHttp\Psr7\Request; alias
524 return new Request(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md31 $request = new \GuzzleHttp\Psr7\Request('GET', 'http://httpbin.org');
H A DUPGRADING.md10 HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be
494 #### Request lifecycle events
683 - Marked `Guzzle\Http\Message\Request::isResponseBodyRepeatable()` as deprecated. Use `$request->ge…
684 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
685 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
686 - Marked `Guzzle\Http\Message\Request::setIsRedirect()` as deprecated. Use the HistoryPlugin instea…
687 - Marked `Guzzle\Http\Message\Request::isRedirect()` as deprecated. Use the HistoryPlugin instead.
726 - Added an `$options` argument to the end of `Guzzle\Http\Message\Request\RequestFactoryInterface::…
727 - Added an `applyOptions()` method to `Guzzle\Http\Message\Request\RequestFactoryInterface`
775 … the Host header and URL host in sync is now handled by overriding the addHeader method in Request.
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md98 6. Send us a Pull Request
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php228 return new Request(
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php81 $request = new HTTP\Request('REPORT', '/coll/', ['Content-Type' => 'application/xml']);

12345678910>>...13