Home
last modified time | relevance | path

Searched refs:request (Results 401 – 425 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/oauthdoorkeeper/
H A Daction.php27 $raw = $oauth->request($url);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php885 public function execute(RequestInterface $request, $expectedClass = null) argument
887 $request = $request
907 $request = $request->withHeader(
919 $request,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc15 request and 9 out of the 10 nodes fail due to connection timeouts. The tenth
20 When the next request is sent to the client, nodes 1-9 are still considered
21 "dead", so they are skipped. The request is sent to the only known alive node
34 alive when the client initializes. If a node fails a request, it is marked as
36 revived and put back into rotation. Each additional failed request causes the
39 A successful request resets the "failed ping timeout" counter.
/plugin/logger/
H A Dplugin.info.txt6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php180 $request = $all_headers . "\r\n\r\n" . $body;
211 fputs($sock, $request);
/plugin/stale/
H A DREADME.md21 … are cache dependencies and if touched will then prohibit the use of the cache by the next request.
34 …* As [per request 2](https://github.com/ComboStrap/stale/issues/2), Make the cache stale, reload t…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlMultiHandler.php81 public function __invoke(RequestInterface $request, array $options) argument
83 $easy = $this->factory->create($request, $options);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php37 $request = new HTTP\Request('PROPFIND', $path, $headers, $body);
39 $this->server->httpRequest = $request;
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php189 $request = $all_headers . "\r\n\r\n" . $body;
220 fputs($sock, $request);
/plugin/oauthwechange/
H A Daction.php24 $json = $oauth->request($this->getConf('baseurl') . '/o/me?format=json');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jar ... .AsyncContext context private final javax.servlet.ServletRequest request private final javax.servlet.ServletResponse response private final ...
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md103 // make the request
160 // make the request
209 // make the request
219 and your application occupies the `Authorization` request header,
222 IAP authorizes the request with it. After authorizing the request, IAP passes
251 // make the request
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DNullTransport.php86 public function exec(Request $request, array $params): Response argument
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst7 Fork this repository, add your extension, and request a pull.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php225 * @param RequestInterface $request
229 function validateTokens(RequestInterface $request, &$conditions) { argument
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md20 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as…
28 We automatically run your pull request through [Travis CI](https://www.travis-ci.org)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php225 * @param RequestInterface $request
229 function validateTokens(RequestInterface $request, &$conditions) { argument
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt2 …- Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant …
/plugin/sentry/
H A Dscript.js16 data.request = { class in data
/plugin/oauthkeycloak/
H A Daction.php36 $raw = $oauth->request($url);
/plugin/oauthdrkserver/
H A Daction.php33 $result = json_decode($oauth->request(DRKServer::getUserInfoEndpoint()), true);
/plugin/sympaauth/lang/en/
H A Dlogin.txt10 …assword or for the first login [[<http URL for sympa list server>/remindpasswd|request a password]]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php483 $request = print_r($_REQUEST,true);
484 $request .= "\n" . print_r($Dwfck_conf_values,true);
485 …, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "\r\n" .$request ."\r\n");
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php215 function &handleRequest($request) argument
233 $res = pfcCommand::ParseCommand($request);
235 $cmdstr = isset($res['cmdstr']) ? $res['cmdstr'] : $request;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php485 $request = print_r($_REQUEST,true);
486 $request .= "\n" . print_r($Dwfck_conf_values,true);
487 …, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "\r\n" .$request ."\r\n");

1...<<11121314151617181920>>...27