Home
last modified time | relevance | path

Searched defs:request (Results 76 – 100 of 282) sorted by relevance

12345678910>>...12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientProtocolContext.php45 protected $request; global() variable in FreeDSx\\Ldap\\Protocol\\ClientProtocolHandler\\ClientProtocolContext
58 __construct(RequestInterface $request, array $controls, ClientProtocolHandler $protocolHandler, ClientQueue $queue, array $options) global() argument
H A DMessageCreationTrait.php24 makeRequest(LdapQueue $queue, RequestInterface $request, array $controls) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DTestCase.php40 public $request; variable in Google\\Service\\FirebaseRules\\TestCase
105 public function setRequest($request)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php63 public function __invoke(RequestInterface $request, array $options)
122 …private function doRetry(RequestInterface $request, array $options, ResponseInterface $response = …
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php92 function httpGetEarly(RequestInterface $request, ResponseInterface $response) {
108 function httpGet(RequestInterface $request, ResponseInterface $response) {
165 function httpPOST(RequestInterface $request, ResponseInterface $response) {
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php390 function createCurlSettingsArray(RequestInterface $request) {
413 function doRequest(RequestInterface $request) {
/plugin/davcal/vendor/sabre/http/examples/
H A Dstringify.php30 $request = new Request('POST', '/foo'); variable
H A Dasyncclient.php32 $request = new Request('GET', 'http://localhost/'); variable
H A Dclient.php30 $request = new Request('GET', 'http://localhost/'); variable
H A Dbasicauth.php34 $request = Sapi::getRequest(); variable
H A Dreverseproxy.php33 $request = Sapi::getRequest(); variable
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php92 function httpGetEarly(RequestInterface $request, ResponseInterface $response) {
108 function httpGet(RequestInterface $request, ResponseInterface $response) {
165 function httpPOST(RequestInterface $request, ResponseInterface $response) {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphEdge.php40 protected $request; variable in Facebook\\GraphNodes\\GraphEdge
66 …public function __construct(FacebookRequest $request, array $data = [], array $metaData = [], $par…
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DRequestFactory.php22 public function request($url, $options) function in MaxMind\\WebService\\Http\\RequestFactory
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DOperationMetadataV1.php33 public $request; variable in Google\\Service\\CloudFunctions\\OperationMetadataV1
86 public function setRequest($request)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php63 public function __invoke(RequestInterface $request, array $options)
184 RequestInterface $request,
H A DCurlFactoryInterface.php17 public function create(RequestInterface $request, array $options);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php256 function httpMkCalendar(RequestInterface $request, ResponseInterface $response) {
786 …protected function validateICalendar(&$data, $path, &$modified, RequestInterface $request, Respons…
940 function httpAfterGet(RequestInterface $request, ResponseInterface $response) {
/plugin/combo/ComboStrap/
H A DIdentity.php57 public static function becomeSuperUser(&$request = null, $user = 'admin') argument
101 public static function logIn(&$request, $user = 'defaultUser') argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DPartialShardFailureException.php19 public function __construct(Request $request, Response $response) argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php441 …function invokeMethod(RequestInterface $request, ResponseInterface $response, $sendResponse = true…
696 function getCopyAndMoveInfo(RequestInterface $request) {
1218 function checkPreconditions(RequestInterface $request, ResponseInterface $response) {
1502 function getIfConditions(RequestInterface $request) {
/plugin/openid/Auth/OpenID/
H A DAX.php330 function getExtensionArgs($request = null)
403 static function fromOpenIDRequest($request)
827 function getExtensionArgs($request=null)
1044 function getExtensionArgs($request = null)
/plugin/fedauth/classes/
H A Dfa_service.class.php38 function request($username, $return_to) { function in fa_service
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DRootDseHandlerInterface.php32 rootDse(RequestContext $context, SearchRequest $request, Entry $rootDse) global() argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php160 function request($request) { function in Sabre\\DAVServerTest

12345678910>>...12