Home
last modified time | relevance | path

Searched defs:request (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php26 public function __invoke(array $request, $handle = null) argument
70 createResponse(callable $handler, array $request, array $response, array $headers, $body) global() argument
97 createErrorResponse(callable $handler, array $request, array $response) global() argument
138 getOutputBody(array $request, array& $options) global() argument
157 getDefaultOptions(array $request, array& $headers) global() argument
200 applyMethod(array $request, array& $options) global() argument
226 applyBody(array $request, array& $options) global() argument
262 addStreamingBody(array $request, array& $options) global() argument
293 applyHeaders(array $request, array& $options) global() argument
352 applyHandlerOptions(array $request, array& $options) global() argument
525 retryFailedRewind(callable $handler, array $request, array $response) global() argument
[all...]
H A DStreamHandler.php26 public function __invoke(array $request) argument
41 private function createResponse(array $request, $url, $stream) argument
69 checkDecode(array $request, array $response, $stream) global() argument
183 createStream($url, array $request) global() argument
223 getDefaultOptions(array $request) global() argument
256 add_proxy(array $request, & $options, $value, & $params) global() argument
268 add_timeout(array $request, & $options, $value, & $params) global() argument
273 add_verify(array $request, & $options, $value, & $params) global() argument
298 add_cert(array $request, & $options, $value, & $params) global() argument
312 add_progress(array $request, & $options, $value, & $params) global() argument
326 add_debug(array $request, & $options, $value, & $params) global() argument
366 applyCustomOptions(array $request, array& $options) global() argument
382 createContext(array $request, array $options, array $params) global() argument
396 createStreamResource($url, array $request, array $options, $context) global() argument
[all...]
/plugin/authgoogle/google/io/
H A DGoogle_IO.php37 abstract function authenticatedRequest(Google_HttpRequest $request);
44 abstract function makeRequest(Google_HttpRequest $request);
59 protected function setCachedRequest(Google_HttpRequest $request) {
75 protected function getCachedRequest(Google_HttpRequest $request) {
89 protected function processEntityRequest(Google_HttpRequest $request) {
122 protected function checkMustRevaliadateCachedRequest($cached, $request) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php76 function httpGet(RequestInterface $request, ResponseInterface $response) {
210 function httpOptions(RequestInterface $request, ResponseInterface $response) {
245 function httpHead(RequestInterface $request, ResponseInterface $response) {
282 function httpDelete(RequestInterface $request, ResponseInterface $response) {
315 function httpPropFind(RequestInterface $request, ResponseInterface $response) {
374 function httpPropPatch(RequestInterface $request, ResponseInterface $response) {
447 function httpPut(RequestInterface $request, ResponseInterface $response) {
552 function httpMkcol(RequestInterface $request, ResponseInterface $response) {
620 function httpMove(RequestInterface $request, ResponseInterface $response) {
672 function httpCopy(RequestInterface $request, ResponseInterface $response) {
[all …]
H A DTemporaryFileFilterPlugin.php110 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
188 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
209 function httpPut(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
236 function httpDelete(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
259 function httpPropfind(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php78 function httpGet(RequestInterface $request, ResponseInterface $response) {
210 function httpOptions(RequestInterface $request, ResponseInterface $response) {
245 function httpHead(RequestInterface $request, ResponseInterface $response) {
282 function httpDelete(RequestInterface $request, ResponseInterface $response) {
315 function httpPropFind(RequestInterface $request, ResponseInterface $response) {
374 function httpPropPatch(RequestInterface $request, ResponseInterface $response) {
447 function httpPut(RequestInterface $request, ResponseInterface $response) {
552 function httpMkcol(RequestInterface $request, ResponseInterface $response) {
620 function httpMove(RequestInterface $request, ResponseInterface $response) {
672 function httpCopy(RequestInterface $request, ResponseInterface $response) {
[all …]
H A DTemporaryFileFilterPlugin.php110 function beforeMethod(RequestInterface $request, ResponseInterface $response) {
191 function httpGet(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
212 function httpPut(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
239 function httpDelete(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
262 function httpPropfind(RequestInterface $request, ResponseInterface $hR, $tempLocation) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php30 public function __invoke(RequestInterface $request, array $options)
77 RequestInterface $request,
95 RequestInterface $request,
259 private function createStream(RequestInterface $request, array $options)
339 private function resolveHost(RequestInterface $request, array $options)
374 private function getDefaultContext(RequestInterface $request)
408 private function add_proxy(RequestInterface $request, &$options, $value, &$params)
427 private function add_timeout(RequestInterface $request, &$options, $value, &$params)
434 private function add_verify(RequestInterface $request, &$options, $value, &$params)
460 private function add_cert(RequestInterface $request, &$options, $value, &$params)
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s…
168 public static function getID($request)
199 public static function getNameIdData($request, $key = null)
262 public static function getNameId($request, $key = null)
276 public static function getIssuer($request)
305 public static function getSessionIndexes($request)
/plugin/batchedit/
H A Dadmin.php98 private function handlePreview($request) { argument
110 handleApply($request) global() argument
135 findMatches($engine, $request) global() argument
145 markMatches($engine, $request) global() argument
156 applyMatches($engine, $request) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php50 RequestInterface $request,
79 …public static function doExecute(ClientInterface $client, RequestInterface $request, $expectedClas…
117 RequestInterface $request = null,
144 private static function decodeBody(ResponseInterface $response, RequestInterface $request = null)
154 private static function determineExpectedClass($expectedClass, RequestInterface $request = null)
181 private static function isAltMedia(RequestInterface $request = null)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php49 public function __invoke(RequestInterface $request, array $options)
84 RequestInterface $request,
150 private function guardMax(RequestInterface $request, array &$options)
174 RequestInterface $request,
231 RequestInterface $request,
H A DClient.php106 public function sendAsync(RequestInterface $request, array $options = [])
126 public function send(RequestInterface $request, array $options = [])
179 public function request($method, $uri = '', array $options = []) function in GuzzleHttp\\Client
332 private function transfer(RequestInterface $request, array $options)
365 private function applyOptions(RequestInterface $request, array &$options)
H A DClientInterface.php30 public function send(RequestInterface $request, array $options = []);
41 public function sendAsync(RequestInterface $request, array $options = []);
57 public function request($method, $uri, array $options = []); function
/plugin/autotweet/
H A DOAuth.php104 public function build_signature($request, $consumer, $token) {
139 public function build_signature($request, $consumer, $token) {
172 protected abstract function fetch_public_cert(&$request);
178 protected abstract function fetch_private_cert(&$request);
180 public function build_signature($request, $consumer, $token) {
503 public function fetch_request_token(&$request) {
524 public function fetch_access_token(&$request) {
544 public function verify_request(&$request) {
556 private function get_version(&$request) {
572 private function get_signature_method(&$request) {
[all …]
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php89 function send(RequestInterface $request) {
181 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) {
343 protected function doRequest(RequestInterface $request) {
397 protected function createCurlSettingsArray(RequestInterface $request) {
546 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error…
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php87 function send(RequestInterface $request) {
179 … function sendAsync(RequestInterface $request, callable $success = null, callable $error = null) {
341 protected function doRequest(RequestInterface $request) {
395 protected function createCurlSettingsArray(RequestInterface $request) {
544 …protected function sendAsyncInternal(RequestInterface $request, callable $success, callable $error…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php59 isAuthenticationRequired(RequestInterface $request) global() argument
83 isAuthenticationTypeSupported(RequestInterface $request) global() argument
95 isAuthenticationRequest(RequestInterface $request) global() argument
133 isRootDseSearch(RequestInterface $request) global() argument
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php15 private $request; variable in GuzzleHttp\\Exception\\RequestException
25 RequestInterface $request,
48 public static function wrapException(RequestInterface $request, \Exception $e)
66 RequestInterface $request,
/plugin/openid/Auth/OpenID/
H A DExtension.php35 function getExtensionArgs($request = null)
49 function toMessage($message, $request = null)
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php53 public function __invoke(RequestInterface $request, array $options = [])
69 public function async(RequestInterface $request, array $options = [])
107 private function createGuzzle5Request(RequestInterface $request, array $options)
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php75 public function add($request, $options = null)
123 public function addFallbackDefaults(FacebookRequest $request)
151 public function extractFileAttachments(FacebookRequest $request)
244 …public function requestEntityToBatchArray(FacebookRequest $request, $options = null, $attachedFile…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBackendInterface.php45 function check(RequestInterface $request, ResponseInterface $response);
68 function challenge(RequestInterface $request, ResponseInterface $response);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DBackendInterface.php45 function check(RequestInterface $request, ResponseInterface $response);
68 function challenge(RequestInterface $request, ResponseInterface $response);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php163 function httpPost(RequestInterface $request, ResponseInterface $response) {
275 …function calendarObjectChange(RequestInterface $request, ResponseInterface $response, VCalendar $v…
597 …function outboxRequest(IOutbox $outboxNode, RequestInterface $request, ResponseInterface $response…
657 …dleFreeBusyRequest(IOutbox $outbox, VObject\Component $vObject, RequestInterface $request, Respons…
756 …unction getFreeBusyForEmail($email, \DateTime $start, \DateTime $end, VObject\Component $request) {
870 private function scheduleReply(RequestInterface $request) {

12345678910>>...12