Home
last modified time | relevance | path

Searched refs:label (Results 51 – 75 of 1053) sorted by path

12345678910>>...43

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1DateTimePicker.php25 public $label; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1DateTimePicker
48 public function setLabel($label) argument
50 $this->label = $label;
57 return $this->label;
H A DGoogleAppsCardV1SelectionInput.php28 public $label; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SelectionInput
57 public function setLabel($label) argument
59 $this->label = $label;
66 return $this->label;
H A DGoogleAppsCardV1TextInput.php33 public $label; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextInput
94 public function setLabel($label) argument
96 $this->label = $label;
103 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDroppedLabels.php25 public $label; variable in Google\\Service\\Monitoring\\DroppedLabels
30 public function setLabel($label) argument
32 $this->label = $label;
39 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DFreeFormServiceItem.php46 public function setLabel(Label $label) argument
48 $this->label = $label;
55 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DGuestUnitType.php32 public $label; variable in Google\\Service\\MyBusinessLodging\\GuestUnitType
65 public function setLabel($label) argument
67 $this->label = $label;
74 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DRelatedUrl.php25 public $label; variable in Google\\Service\\OnDemandScanning\\RelatedUrl
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPivotGroup.php32 public $label; variable in Google\\Service\\Sheets\\PivotGroup
99 public function setLabel($label) argument
101 $this->label = $label;
108 return $this->label;
H A DWaterfallChartColumnStyle.php29 public $label; variable in Google\\Service\\Sheets\\WaterfallChartColumnStyle
62 public function setLabel($label) argument
64 $this->label = $label;
71 return $this->label;
H A DWaterfallChartCustomSubtotal.php29 public $label; variable in Google\\Service\\Sheets\\WaterfallChartCustomSubtotal
52 public function setLabel($label) argument
54 $this->label = $label;
61 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php205 'label' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnAddress.php35 public $label; variable in Google\\Service\\ShoppingContent\\ReturnAddress
90 public function setLabel($label) argument
92 $this->label = $label;
99 return $this->label;
H A DReturnPolicy.php34 public $label; variable in Google\\Service\\ShoppingContent\\ReturnPolicy
85 public function setLabel($label) argument
87 $this->label = $label;
94 return $this->label;
H A DReturnPolicyOnline.php34 public $label; variable in Google\\Service\\ShoppingContent\\ReturnPolicyOnline
89 public function setLabel($label) argument
91 $this->label = $label;
98 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DContextValue.php40 public function setLabel(LocalizedString $label) argument
42 $this->label = $label;
49 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p1beta1WebDetectionWebLabel.php25 public $label; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1WebDetectionWebLabel
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
H A DGoogleCloudVisionV1p2beta1WebDetectionWebLabel.php25 public $label; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1WebDetectionWebLabel
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
H A DGoogleCloudVisionV1p3beta1WebDetectionWebLabel.php25 public $label; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1WebDetectionWebLabel
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
H A DGoogleCloudVisionV1p4beta1WebDetectionWebLabel.php25 public $label; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1WebDetectionWebLabel
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
H A DWebLabel.php25 public $label; variable in Google\\Service\\Vision\\WebLabel
34 public function setLabel($label) argument
36 $this->label = $label;
43 return $this->label;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoAbuseReportReasonSnippet.php26 public $label; variable in Google\\Service\\YouTube\\VideoAbuseReportReasonSnippet
33 public function setLabel($label) argument
35 $this->label = $label;
42 return $this->label;
H A DVideoAbuseReportSecondaryReason.php29 public $label; variable in Google\\Service\\YouTube\\VideoAbuseReportSecondaryReason
48 public function setLabel($label) argument
50 $this->label = $label;
57 return $this->label;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php83 $label = 'Client error';
86 $label = 'Server error';
89 $label = 'Unsuccessful request';
100 $label,
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md211 …* Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly us…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DWildfireFormatter.php90 $label = $record['channel'] .': '. $record['message'];
94 $label = $record['channel'];
103 'Label' => $label,

12345678910>>...43