Home
last modified time | relevance | path

Searched refs:requestMethod (Results 1 – 12 of 12) sorted by last modified time

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5390 file.method=http.requestMethod;
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php95 $requestMethod = $_SERVER['REQUEST_METHOD'];
96 switch ($requestMethod) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DHttpRequest.php30 public $requestMethod; variable in Google\\Service\\Networkconnectivity\\HttpRequest
102 public function setRequestMethod($requestMethod) argument
104 $this->requestMethod = $requestMethod;
108 return $this->requestMethod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DHttpCheck.php51 public $requestMethod; variable in Google\\Service\\Monitoring\\HttpCheck
162 public function setRequestMethod($requestMethod) argument
164 $this->requestMethod = $requestMethod;
171 return $this->requestMethod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DV2HttpRequest.php57 public $requestMethod; variable in Google\\Service\\ServiceControl\\V2HttpRequest
198 public function setRequestMethod($requestMethod) argument
200 $this->requestMethod = $requestMethod;
207 return $this->requestMethod;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DHttpRequest.php57 public $requestMethod; variable in Google\\Service\\Logging\\HttpRequest
198 public function setRequestMethod($requestMethod) argument
200 $this->requestMethod = $requestMethod;
207 return $this->requestMethod;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js5379 file.method=http.requestMethod;
/plugin/revealjs/js/
H A Dreveal.js2728 var requestMethod = element.requestFullscreen ||
2734 if( requestMethod ) {
2735 requestMethod.apply( element );
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js20411 file.method = http.requestMethod;
/plugin/recaptcha2/lib/ReCaptcha/
H A DReCaptcha.php50 private $requestMethod; variable in ReCaptcha\\ReCaptcha
56 * @param RequestMethod $requestMethod method used to send the request. Defaults to POST.
58 public function __construct($secret, RequestMethod $requestMethod = null) argument
70 if (!is_null($requestMethod)) {
71 $this->requestMethod = $requestMethod;
73 $this->requestMethod = new RequestMethod\Post();
94 $rawResponse = $this->requestMethod->submit($params);
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php36 protected $requestMethod; variable in Google_HttpRequest
160 return $this->requestMethod;
210 $this->requestMethod = strtoupper($method);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DHTTPClient.php49 var $requestMethod; variable in HTTPClient
68 $this->requestMethod = $this->defaultRequestMethod;
92 $headers = $this->requestMethod . " " . $this->requestURI . " " . $this->requestVersion . "\r\n";
98 if($this->requestMethod == "POST") {
123 $this->requestMethod = strtoupper($method);