Home
last modified time | relevance | path

Searched refs:request (Results 426 – 450 of 659) sorted by relevance

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

/plugin/doodle4/
H A DREADME.md3 Unfortunatly there was no activity since years and he did not accept my pull request or answers my …
/plugin/letsencrypt/lang/en/
H A Dinfo.txt1 This plugin will request a single certificate with all listed domains as Subject Alternative Names …
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md60 … create a pull request following the steps mentioned at [this Github help page.](https://help.gith…
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php304 $request = new Request('POST', self::OAUTH2_REVOKE_URI, [
311 $response = $httpHandler($request, $options);
/plugin/daummovie/
H A Dsyntax.php56 $request = 'http://apis.daum.net/contents/movie?apikey='.$apikey
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DAbstractServer.php13 protected $request; variable in Sabre\\DAV\\AbstractServer
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... io.IOException org.apache.http.HttpRequest request org.apache.http.protocol.HttpContext context ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... io.IOException org.apache.http.HttpRequest request org.apache.http.protocol.HttpContext context ...
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js18 request = require('request'), variable
550 request.del(_.template('https://saucelabs.com/rest/v1/${user}/jobs/${id}')(this), {
610 request.post(_.template('https://saucelabs.com/rest/v1/${user}/js-tests')(this), {
632 request.post(_.template('https://saucelabs.com/rest/v1/${user}/js-tests/status')(this), {
663 request.put(_.template('https://saucelabs.com/rest/v1/${user}/jobs/${id}/stop')(this), {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DisableExternalResources.txt
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/Resource/
H A DReports.php79 public function request(ReportRequest $postBody, $optParams = []) function in Google\\Service\\Doubleclicksearch\\Resource\\Reports
/plugin/siteexport/action/
H A Dajax.php482 $request = $this->functions->settings->additionalParameters;
483 unset($request['diPlu']); // This will not be needed for the first request.
484 unset($request['diInv']); // This will not be needed for the first request.
503 $request['do'] = $do;
508 $request['template'] = $_REQUEST['template'];
511 $this->functions->debug->message("REQUEST for add_site:", $request, 2);
514 $url = $this->functions->wl($ID, $request, true, '&');
1217 $request = preg_replace('/\/\/+/', '/', $url);
1220 $id = $request;
1221 if (preg_match('/^' . preg_quote($script, '/') . '(.*)/', $request, $match)) {
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php65 function request($username, $return_to) { function in fa_openid_svc
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt9 - Choose ''POST'' as the the request type
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php29 public $request; variable in GuzzleHttp\\Handler\\EasyHandle
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md8 * The C extension now supports PHP 8. Pull request by John Boehr.
80 that they are not part of the Composer release. Pull request by Michele
86 * The MaxMind DB extension now supports PHP 7. Pull request by John Boehr.
/plugin/combo/syntax/
H A Diterator.php418 $request = $sqlite
423 $rowsInDb = $request
430 $request->close();
/plugin/combo/
H A Dcli.php418 $request = $sqlite
423 $rows = $request
430 $request->close();
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md8 after the (previous) last request in the queue was resolved.
50 * #47 #35: When re-using the client and doing any request after a `HEAD`
51 request, the client discards the body.
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
/plugin/oauthazure/
H A Daction.php53 $usergroups = $oauth->request(Azure::GRAPH_MEMBEROF);
/plugin/snow/
H A DCONTRIBUTING.md12 Removing the copyright notice will result in your pull request being rejected.
/plugin/oauthgeneric/
H A Daction.php26 $raw = $oauth->request($url);
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md41 after the (previous) last request in the queue was resolved.
83 * #47 #35: When re-using the client and doing any request after a `HEAD`
84 request, the client discards the body.
219 * Fixed: Doing a GET request with the client uses the last used HTTP method

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