Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 166) sorted by path

1234567

/plugin/actickets/
H A Dscript.js3 requests: [], // list of all ticket requests we have to issue property in actickets
26 for (var r = 0; r < actickets.requests.length; r++) {
27 req = actickets.requests[r];
34 actickets.requests[actickets.requests.length] = { class in actickets
60 if (end > actickets.requests.length) {
61 end = actickets.requests.length;
65 var ticket = actickets.requests[n];
107 if (actickets.requested < actickets.requests.length) {
/plugin/adfs/phpsaml/
H A DCHANGELOG96 * Add hooks to retrieve last-sent and last-received requests and responses
237 * Logout Request constructor now accepts encoded logout requests.
H A DREADME.md451 'requests' => true,
581 data that has been compressed using [gzip](gzip) ('requests' and 'responses').
/plugin/advanced/lang/en/config/
H A Duserscript.txt3 …Script files are delivered through a single dispatcher to minimize HTTP requests, for caching and …
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md164 ## Adding custom headers to HTTP requests
166 If you want to add additional headers to your data load HTTP requests, use
329 * Added `headers` config variable which allows adding custom headers to HTTP requests
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 … Zlib class they all inherit from\n\t// This thing manages the queue of requests, and returns\n\t/…
/plugin/api/
H A DREADME.md11 All requests are made with the `public` permissions (ie [@ALL group](https://www.dokuwiki.org/acl))
/plugin/authfacebook/lib/
H A DFacebook.php475 * @param array $requests
483 public function sendBatchRequest(array $requests, $accessToken = null, $graphVersion = null) argument
489 $requests,
H A DFacebookBatchRequest.php42 protected $requests; variable in Facebook\\FacebookBatchRequest
53 * @param array $requests
61 $this->add($requests);
111 $this->requests[] = $requestToAdd;
178 return $this->requests;
202 $requests = [];
203 foreach ($this->requests as $request) {
215 return json_encode($requests);
225 $batchCount = count($this->requests);
312 unset($this->requests[$offset]);
[all …]
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php26 private $requests = array(); variable in Google_BatchRequest
38 $this->requests[$key] = $request;
45 foreach($this->requests as $key => $req) {
/plugin/authgooglesheets/
H A Dhelper.php205 $requests = [];
211 $requests[] = [
225 'requests' => $requests
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DBatchRunPivotReportsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DBatchRunReportsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DInstance.php57 public $requests; variable in Google\\Service\\Appengine\\Instance
206 public function setRequests($requests) argument
208 $this->requests = $requests;
215 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DBatchCreateRowsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DBatchUpdateRowsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DBatchUpdateDealsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromePolicy/
H A DGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBatchCreateBitbucketServerConnectedRepositoriesRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DResourceRequirements.php29 public $requests; variable in Google\\Service\\CloudRun\\ResourceRequirements
48 public function setRequests($requests) argument
50 $this->requests = $requests;
57 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DBatchCreatePrintersRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DBatchUpdateDocumentRequest.php31 public function setRequests($requests) argument
33 $this->requests = $requests;
40 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/
H A DGoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest.php33 public function setRequests($requests) argument
35 $this->requests = $requests;
42 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DBatchUpdateFormRequest.php49 public function setRequests($requests) argument
51 $this->requests = $requests;
58 return $this->requests;

1234567