Home
last modified time | relevance | path

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

12345

/plugin/yuriigantt/src/
H A DJsonRequest.php39 protected $payload; variable in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
48 * @param string|null $payload
54 $this->payload = json_decode($payload);
79 $this->driver->open($this->payload->pageId);
81 switch ($this->payload->action) {
94 $this->driver->deleteTask($this->payload->id);
97 $this->driver->deleteLink($this->payload->id);
123 if (!$this->payload) {
128 …if (empty($this->payload->action) || !in_array($this->payload->action, [self::ACTION_UPDATE, self:…
133 …if (empty($this->payload->action) || !in_array($this->payload->action, [self::ACTION_UPDATE, self:…
[all …]
/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);
/plugin/slacknotifier/helper/
H A DFormatter.php15 format(Payload $payload, Context $context) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DSignJwtRequest.php25 public $payload; variable in Google\\Service\\Iam\\SignJwtRequest
30 public function setPayload($payload) argument
32 $this->payload = $payload;
39 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/google/apiclient-services/src/Directory/
H A DDirectoryChromeosdevicesIssueCommandRequest.php29 public $payload; variable in Google\\Service\\Directory\\DirectoryChromeosdevicesIssueCommandRequest
48 public function setPayload($payload) argument
50 $this->payload = $payload;
57 return $this->payload;
H A DDirectoryChromeosdevicesCommand.php39 public $payload; variable in Google\\Service\\Directory\\DirectoryChromeosdevicesCommand
108 public function setPayload($payload) argument
110 $this->payload = $payload;
117 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
H A DSignBlobRequest.php30 public $payload; variable in Google\\Service\\IAMCredentials\\SignBlobRequest
49 public function setPayload($payload) argument
51 $this->payload = $payload;
58 return $this->payload;
H A DSignJwtRequest.php30 public $payload; variable in Google\\Service\\IAMCredentials\\SignJwtRequest
49 public function setPayload($payload) argument
51 $this->payload = $payload;
58 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
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;
H A DGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php25 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
38 public function setPayload($payload) argument
40 $this->payload = $payload;
47 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 DGoogleCloudDialogflowCxV3WebhookResponse.php29 public $payload; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookResponse
72 public function setPayload($payload) argument
74 $this->payload = $payload;
81 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DEnvelope.php26 public $payload; variable in Google\\Service\\OnDemandScanning\\Envelope
37 public function setPayload($payload) argument
39 $this->payload = $payload;
46 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/WorkflowExecutions/
H A DError.php29 public $payload; variable in Google\\Service\\WorkflowExecutions\\Error
50 public function setPayload($payload) argument
52 $this->payload = $payload;
59 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DApnsConfig.php31 public $payload; variable in Google\\Service\\FirebaseCloudMessaging\\ApnsConfig
64 public function setPayload($payload) argument
66 $this->payload = $payload;
73 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DOrgPolicyViolationInfo.php26 public $payload; variable in Google\\Service\\ServiceControl\\OrgPolicyViolationInfo
41 public function setPayload($payload) argument
43 $this->payload = $payload;
50 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DQueryRequestInput.php28 public function setPayload(QueryRequestPayload $payload) argument
30 $this->payload = $payload;
37 return $this->payload;
H A DQueryResponse.php32 public function setPayload(QueryResponsePayload $payload) argument
34 $this->payload = $payload;
41 return $this->payload;
H A DSyncResponse.php32 public function setPayload(SyncResponsePayload $payload) argument
34 $this->payload = $payload;
41 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DAddSecretVersionRequest.php28 public function setPayload(SecretPayload $payload) argument
30 $this->payload = $payload;
37 return $this->payload;
H A DAccessSecretVersionResponse.php46 public function setPayload(SecretPayload $payload) argument
48 $this->payload = $payload;
55 return $this->payload;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
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;

12345