Home
last modified time | relevance | path

Searched refs:payload (Results 1 – 25 of 111) sorted by path

12345

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md800 To avoid having a bigger payload by including senseless polyfills to your site,
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1730 function write_record(ba, type, payload, length) { argument
1732 if(!length) length = XLSBRecordEnum[t].p || (payload||[]).length || 0;
1745 if(length > 0 && is_buf(payload)) ba.push(payload);
H A Dxlsx.min.js3payload,length){var t=evert_RE[type],l;if(!length)length=XLSBRecordEnum[t].p||(payload||[]).length… argument
H A Dxlsx.min.map1 …","next","ba_next","end","ba_end","ba_push","_bufs","write_record","ba","payload","evert_RE","p","…
/plugin/authdiscourse/
H A Dauth.php118 $payload = base64_encode(http_build_query(array(
123 'sso' => $payload,
124 'sig' => hash_hmac('sha256', $payload, $this->sso_secret),
/plugin/authfacebook/lib/
H A DSignedRequest.php48 protected $payload; variable in Facebook\\SignedRequest
86 return $this->payload;
100 return $this->payload[$key];
129 * @param array $payload
133 public function make(array $payload) argument
135 … $payload['algorithm'] = isset($payload['algorithm']) ? $payload['algorithm'] : 'HMAC-SHA256';
136 $payload['issued_at'] = isset($payload['issued_at']) ? $payload['issued_at'] : time();
213 if ($payload) {
214 $payload = json_decode($payload, true);
217 if (!is_array($payload)) {
[all …]
/plugin/authgoogle/google/auth/
H A DGoogle_LoginTicket.php30 private $payload; variable in Google_LoginTicket
36 * @param string $payload Information from a verified authentication token.
38 public function __construct($envelope, $payload) { argument
40 $this->payload = $payload;
49 if (array_key_exists(self::USER_ATTR, $this->payload)) {
50 return $this->payload[self::USER_ATTR];
61 return array("envelope" => $this->envelope, "payload" => $this->payload);
H A DGoogle_OAuth2.php389 $payload = json_decode($json_body, true);
390 if (!$payload) {
410 if (array_key_exists("iat", $payload)) {
411 $iat = $payload["iat"];
421 if (array_key_exists("exp", $payload)) {
422 $exp = $payload["exp"];
445 $aud = $payload["aud"];
451 return new Google_LoginTicket($envelope, $payload);
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php737 public $payload; variable in Google_MenuItem
754 public function setPayload( $payload) { argument
755 $this->payload = $payload;
758 return $this->payload;
1189 public $payload; variable in Google_UserAction
1191 public function setPayload( $payload) { argument
1192 $this->payload = $payload;
1195 return $this->payload;
/plugin/authgoogle/google/service/
H A DGoogle_MediaFileUpload.php78 $payload = array();
80 $uploadType = self::getUploadType($meta, $payload, $params);
99 $mimeType = $payload['content-type'];
115 $payload['content-type'] = $mimeType;
116 $payload['postBody'] = is_string($meta) ? $meta : json_encode($meta);
120 $payload['content-type'] = $mimeType;
121 $payload['postBody'] = $data;
137 $payload['postBody'] = $related;
140 return $payload;
176 public static function getUploadType($meta, &$payload, &$params) { argument
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md33 $payload = array(
46 $jwt = JWT::encode($payload, $key, 'HS256');
101 $payload = array(
108 $jwt = JWT::encode($payload, $privateKey, 'RS256');
142 $payload = array(
149 $jwt = JWT::encode($payload, $privateKey, 'RS256');
176 $payload = array(
183 $jwt = JWT::encode($payload, $privateKey, 'EdDSA');
203 JWT::decode($payload, JWK::parseKeySet($jwks));
216 $decoded = JWT::decode($payload, $keys);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php111 if (null === ($payload = static::jsonDecode($payloadRaw))) {
114 if (is_array($payload)) {
116 $payload = (object) $payload;
118 if (!$payload instanceof stdClass) {
146 if (isset($payload->nbf) && $payload->nbf > ($timestamp + static::$leeway)) {
148 'Cannot handle token prior to ' . \date(DateTime::ISO8601, $payload->nbf)
155 if (isset($payload->iat) && $payload->iat > ($timestamp + static::$leeway)) {
162 if (isset($payload->exp) && ($timestamp - static::$leeway) >= $payload->exp) {
166 return $payload;
185 array $payload, argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DChannel.php45 public $payload; variable in Google\\Service\\Calendar\\Channel
136 public function setPayload($payload) argument
138 $this->payload = $payload;
145 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php39 public $payload; variable in Google\\Service\\CloudSearch\\Item
126 public function setPayload($payload) argument
128 $this->payload = $payload;
135 return $this->payload;
H A DPushItem.php33 public $payload; variable in Google\\Service\\CloudSearch\\PushItem
80 public function setPayload($payload) argument
82 $this->payload = $payload;
89 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DEnvelope.php26 public $payload; variable in Google\\Service\\ContainerAnalysis\\Envelope
37 public function setPayload($payload) argument
39 $this->payload = $payload;
46 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3QueryParameters.php48 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3QueryParameters
147 public function setPayload($payload) argument
149 $this->payload = $payload;
156 return $this->payload;
H A DGoogleCloudDialogflowCxV3ResponseMessage.php35 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ResponseMessage
116 public function setPayload($payload) argument
118 $this->payload = $payload;
125 return $this->payload;
H A DGoogleCloudDialogflowCxV3WebhookRequest.php42 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequest
151 public function setPayload($payload) argument
153 $this->payload = $payload;
160 return $this->payload;
H A DGoogleCloudDialogflowCxV3WebhookResponse.php29 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookResponse
72 public function setPayload($payload) argument
74 $this->payload = $payload;
81 return $this->payload;
H A DGoogleCloudDialogflowCxV3beta1ResponseMessage.php35 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1ResponseMessage
116 public function setPayload($payload) argument
118 $this->payload = $payload;
125 return $this->payload;
H A DGoogleCloudDialogflowCxV3beta1WebhookRequest.php42 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookRequest
151 public function setPayload($payload) argument
153 $this->payload = $payload;
160 return $this->payload;
H A DGoogleCloudDialogflowCxV3beta1WebhookResponse.php29 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookResponse
72 public function setPayload($payload) argument
74 $this->payload = $payload;
81 return $this->payload;
H A DGoogleCloudDialogflowV2IntentMessage.php41 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessage
172 public function setPayload($payload) argument
174 $this->payload = $payload;
181 return $this->payload;
H A DGoogleCloudDialogflowV2OriginalDetectIntentRequest.php25 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2OriginalDetectIntentRequest
38 public function setPayload($payload) argument
40 $this->payload = $payload;
47 return $this->payload;

12345