Home
last modified time | relevance | path

Searched refs:state (Results 76 – 100 of 2205) sorted by path

12345678910>>...89

/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php35 public $state; variable in Google_OAuth2
148 if (isset($this->state)) {
149 $params[] = 'state=' . urlencode($this->state);
178 public function setState($state) { argument
179 $this->state = $state;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1274 public $state; variable in Google_JobListJobs
1311 public function setState( $state) { argument
1312 $this->state = $state;
1315 return $this->state;
1452 public $state; variable in Google_JobStatus
1466 public function setState( $state) { argument
1467 $this->state = $state;
1470 return $this->state;
H A DGoogle_CivicInfoService.php632 public $state; variable in Google_SimpleAddressType
664 public function setState( $state) { argument
665 $this->state = $state;
668 return $this->state;
724 public $state; variable in Google_VoterInfoResponse
765 public function setState(/* array(Google_AdministrationRegion) */ $state) { argument
766 $this->assertIsArray($state, 'Google_AdministrationRegion', __METHOD__);
767 $this->state = $state;
770 return $this->state;
H A DGoogle_ComputeService.php1890 public $state; variable in Google_DeprecationStatus
1915 public function setState( $state) { argument
1916 $this->state = $state;
1919 return $this->state;
H A DGoogle_CoordinateService.php487 public $state; variable in Google_Job
507 public function setState(Google_JobState $state) { argument
508 $this->state = $state;
511 return $this->state;
519 public $state; variable in Google_JobChange
527 public function setState(Google_JobState $state) { argument
528 $this->state = $state;
531 return $this->state;
H A DGoogle_MirrorService.php778 public $state; variable in Google_MenuValue
791 public function setState( $state) { argument
792 $this->state = $state;
795 return $this->state;
H A DGoogle_SQLAdminService.php539 public $state; variable in Google_DatabaseInstance
594 public function setState( $state) { argument
595 $this->state = $state;
598 return $this->state;
677 public $state; variable in Google_InstanceOperation
740 public function setState( $state) { argument
741 $this->state = $state;
744 return $this->state;
/plugin/authgooglesheets/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DExecution.php51 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Execution
158 public function setState($state) argument
160 $this->state = $state;
167 return $this->state;
H A DInstance.php136 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Instance
577 public function setState($state) argument
579 $this->state = $state;
586 return $this->state;
H A DRuntime.php43 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Runtime
138 public function setState($state) argument
140 $this->state = $state;
147 return $this->state;
H A DSchedule.php50 public $state; variable in Google\\Service\\AIPlatformNotebooks\\Schedule
161 public function setState($state) argument
163 $this->state = $state;
170 return $this->state;
H A DUpgradeHistoryEntry.php45 public $state; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry
136 public function setState($state) argument
138 $this->state = $state;
145 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DProduct.php54 public $state; variable in Google\\Service\\AdExchangeBuyer\\Product
292 public function setState($state) argument
294 $this->state = $state;
298 return $this->state;
H A DPublisherProfileApiProto.php49 public $state; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
254 public function setState($state) argument
256 $this->state = $state;
260 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAccount.php46 public $state; variable in Google\\Service\\Adsense\\Account
123 public function setState($state) argument
125 $this->state = $state;
132 return $this->state;
H A DAdClient.php37 public $state; variable in Google\\Service\\Adsense\\AdClient
84 public function setState($state) argument
86 $this->state = $state;
93 return $this->state;
H A DAdUnit.php39 public $state; variable in Google\\Service\\Adsense\\AdUnit
100 public function setState($state) argument
102 $this->state = $state;
109 return $this->state;
H A DSite.php41 public $state; variable in Google\\Service\\Adsense\\Site
102 public function setState($state) argument
104 $this->state = $state;
111 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAccountSuspensionWarning.php30 public $state; variable in Google\\Service\\AlertCenter\\AccountSuspensionWarning
51 public function setState($state) argument
53 $this->state = $state;
60 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php121 …path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state',
156 …path' => 'androidenterprise/v1/enterprises/{enterpriseId}/users/{userId}/devices/{deviceId}/state',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProductPermission.php29 public $state; variable in Google\\Service\\AndroidEnterprise\\ProductPermission
48 public function setState($state) argument
50 $this->state = $state;
57 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplicationReport.php54 public $state; variable in Google\\Service\\AndroidManagement\\ApplicationReport
179 public function setState($state) argument
181 $this->state = $state;
188 return $this->state;
H A DDevice.php120 public $state; variable in Google\\Service\\AndroidManagement\\Device
569 public function setState($state) argument
571 $this->state = $state;
578 return $this->state;

12345678910>>...89