Home
last modified time | relevance | path

Searched refs:tag (Results 126 – 150 of 1150) sorted by path

12345678910>>...46

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo.php25 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
H A DGoogleCloudDialogflowCxV3beta1Fulfillment.php36 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1Fulfillment
101 public function setTag($tag) argument
103 $this->tag = $tag;
110 return $this->tag;
H A DGoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo.php25 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php100 public $tag; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
395 public function setTag($tag) argument
397 $this->tag = $tag;
404 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DAddTenantProjectRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\AddTenantProjectRequest
46 public function setTag($tag) argument
48 $this->tag = $tag;
55 return $this->tag;
H A DApplyTenantProjectConfigRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\ApplyTenantProjectConfigRequest
46 public function setTag($tag) argument
48 $this->tag = $tag;
55 return $this->tag;
H A DAttachTenantProjectRequest.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\AttachTenantProjectRequest
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
H A DDeleteTenantProjectRequest.php25 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\DeleteTenantProjectRequest
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
H A DRemoveTenantProjectRequest.php25 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\RemoveTenantProjectRequest
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
H A DTenantResource.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\TenantResource
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
H A DUndeleteTenantProjectRequest.php25 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\UndeleteTenantProjectRequest
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
H A DV1Beta1ServiceIdentity.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1Beta1ServiceIdentity
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DV1DefaultIdentity.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1DefaultIdentity
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DV1ServiceAccount.php37 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\V1ServiceAccount
88 public function setTag($tag) argument
90 $this->tag = $tag;
97 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php263 public function setTag($tag) argument
265 $this->tag = $tag;
272 return $this->tag;
H A DEntity.php82 public function setTag(Tag $tag) argument
84 $this->tag = $tag;
91 return $this->tag;
H A DFolderEntities.php51 public function setTag($tag) argument
53 $this->tag = $tag;
60 return $this->tag;
H A DListTagsResponse.php47 public function setTag($tag) argument
49 $this->tag = $tag;
56 return $this->tag;
H A DRevertTagResponse.php28 public function setTag(Tag $tag) argument
30 $this->tag = $tag;
37 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoSuggestionsTagSuggestion.php30 public $tag; variable in Google\\Service\\YouTube\\VideoSuggestionsTagSuggestion
49 public function setTag($tag) argument
51 $this->tag = $tag;
58 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md433 For support with the library the best place to ask is via the google-api-php-client tag on StackOve…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php60 $tag = $record['channel'];
62 $tag .= '.' . strtolower($record['level_name']);
76 return Utils::jsonEncode([$tag, $record['datetime']->getTimestamp(), $message]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php44 protected $tag = []; variable in Monolog\\Handler\\LogglyHandler
99 * @param string[]|string $tag
101 public function setTag($tag): self argument
103 $tag = !empty($tag) ? $tag : [];
104 $this->tag = is_array($tag) ? $tag : [$tag];
110 * @param string[]|string $tag
112 public function addTag($tag): self argument
114 if (!empty($tag)) {
115 $tag = is_array($tag) ? $tag : [$tag];
116 $this->tag = array_unique(array_merge($this->tag, $tag));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1925 * @param string $tag
1930 public function setTag($tag) argument
1940 $length = strlen($tag);
1944 $this->oldtag = $tag;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php248 $tag = $type & 0x1F;
249 if ($tag == 0x1F) {
250 $tag = 0;
259 $tag <<= 7;
265 $tag |= $temp;
351 'constant' => $tag,
361 $current += ['type' => $tag];
364 switch ($tag) {
893 $tag = $mapping['type'];
895 switch ($tag) {
[all …]

12345678910>>...46