Home
last modified time | relevance | path

Searched refs:header (Results 51 – 75 of 1105) sorted by path

12345678910>>...45

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php147 $header = $response_headers[$i];
148 if (strncasecmp("HTTP", $header, strlen("HTTP")) == 0) {
149 $response = explode(' ', $header);
161 $header = $response_headers[$i];
162 $header_parts = explode(':', $header);
/plugin/authgooglesheets/
H A Dhelper.php79 $header = array_shift($values);
80 $this->columnMap = array_flip($header);
328 $header = $response->getValues();
330 $isValid = array_intersect($this->requiredCols, $header[0]) === $this->requiredCols;
/plugin/authgooglesheets/vendor/composer/
H A Dplatform_check.php13 header('HTTP/1.1 500 Internal Server Error');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php107 if (null === ($header = static::jsonDecode($headerRaw))) {
122 if (empty($header->alg)) {
125 if (empty(static::$supported_algs[$header->alg])) {
129 $key = self::getKey($keyOrKeyArray, property_exists($header, 'kid') ? $header->kid : null);
132 if (!self::constantTimeEquals($key->getAlgorithm(), $header->alg)) {
136 if ($header->alg === 'ES256' || $header->alg === 'ES384') {
140 if (!self::verify("$headb64.$bodyb64", $sig, $key->getKeyMaterial(), $header->alg)) {
191 $header = ['typ' => 'JWT', 'alg' => $alg];
193 $header['kid'] = $keyId;
196 $header = \array_merge($head, $header);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DGenerateMediationReportResponse.php46 public function setHeader(ReportHeader $header) argument
48 $this->header = $header;
55 return $this->header;
H A DGenerateNetworkReportResponse.php46 public function setHeader(ReportHeader $header) argument
48 $this->header = $header;
55 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DGoogleOperations.php40 public $header; variable in Google\\Service\\AlertCenter\\GoogleOperations
105 public function setHeader($header) argument
107 $this->header = $header;
114 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DTermsAndConditions.php44 public function setHeader(UserFacingMessage $header) argument
46 $this->header = $header;
53 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageColumnProperties.php25 public $header; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageColumnProperties
34 public function setHeader($header) argument
36 $this->header = $header;
43 return $this->header;
H A DGoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php25 public $header; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageColumnProperties
34 public function setHeader($header) argument
36 $this->header = $header;
43 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
H A DChangesListResponse.php53 public function setHeader(ResponseHeader $header) argument
55 $this->header = $header;
62 return $this->header;
H A DDnsKeysListResponse.php53 public function setHeader(ResponseHeader $header) argument
55 $this->header = $header;
62 return $this->header;
H A DManagedZoneOperationsListResponse.php39 public function setHeader(ResponseHeader $header) argument
41 $this->header = $header;
48 return $this->header;
H A DManagedZonesListResponse.php39 public function setHeader(ResponseHeader $header) argument
41 $this->header = $header;
48 return $this->header;
H A DPoliciesListResponse.php39 public function setHeader(ResponseHeader $header) argument
41 $this->header = $header;
48 return $this->header;
H A DPoliciesPatchResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
H A DPoliciesUpdateResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
H A DResourceRecordSetsListResponse.php39 public function setHeader(ResponseHeader $header) argument
41 $this->header = $header;
48 return $this->header;
H A DResponsePoliciesListResponse.php35 public function setHeader(ResponseHeader $header) argument
37 $this->header = $header;
44 return $this->header;
H A DResponsePoliciesPatchResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
H A DResponsePoliciesUpdateResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
H A DResponsePolicyRulesListResponse.php35 public function setHeader(ResponseHeader $header) argument
37 $this->header = $header;
44 return $this->header;
H A DResponsePolicyRulesPatchResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
H A DResponsePolicyRulesUpdateResponse.php30 public function setHeader(ResponseHeader $header) argument
32 $this->header = $header;
39 return $this->header;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DCard.php51 public function setHeader(CardHeader $header) argument
53 $this->header = $header;
60 return $this->header;

12345678910>>...45