Home
last modified time | relevance | path

Searched refs:state (Results 401 – 425 of 2205) sorted by path

1...<<11121314151617181920>>...89

/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/
H A DUpgradeStatus.php35 public $state; variable in Google\\Service\\VMMigrationService\\UpgradeStatus
86 public function setState($state) argument
88 $this->state = $state;
95 return $this->state;
H A DUtilizationReport.php44 public $state; variable in Google\\Service\\VMMigrationService\\UtilizationReport
133 public function setState($state) argument
135 $this->state = $state;
142 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DVault.php149 'state' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DMatter.php40 public $state; variable in Google\\Service\\Vault\\Matter
101 public function setState($state) argument
103 $this->state = $state;
110 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DBatchOperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\BatchOperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p1beta1OperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1OperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p2beta1OperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1OperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p3beta1BatchOperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1BatchOperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p3beta1OperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1OperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p4beta1BatchOperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1BatchOperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DGoogleCloudVisionV1p4beta1OperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1OperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
H A DOperationMetadata.php29 public $state; variable in Google\\Service\\Vision\\OperationMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleCloudWebriskV1SubmitUriMetadata.php29 public $state; variable in Google\\Service\\WebRisk\\GoogleCloudWebriskV1SubmitUriMetadata
52 public function setState($state) argument
54 $this->state = $state;
61 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DExecution.php51 public $state; variable in Google\\Service\\WorkflowExecutions\\Execution
158 public function setState($state) argument
160 $this->state = $state;
167 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Workflows/
H A DWorkflow.php57 public $state; variable in Google\\Service\\Workflows\\Workflow
178 public function setState($state) argument
180 $this->state = $state;
187 return $this->state;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php646 * @param string $state
648 public function setState($state) argument
650 $this->config['state'] = $state;
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING131 5. Submission of Contributions. Unless You explicitly state otherwise,
H A DLICENSE130 5. Submission of Contributions. Unless You explicitly state otherwise,
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php137 private $state; variable in Google\\Auth\\OAuth2
683 'state' => $this->state,
907 return $this->state;
913 * @param string $state
916 public function setState($state) argument
918 $this->state = $state;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md194 their state if the encoding was automatically removed by a handler. This
304 * Finishing state transitions is now handled in the RequestFsm rather than the
503 put the request in a desired state (e.g., signed the request).
1159 …ody of a request to null after completing a request, not when setting the state of a request to new
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md253 When synchronously waiting on a promise, you are joining the state of the
254 promise into the current state of execution (i.e., return the value of the
257 the promise state.
259 You can force a promise to resolve and *not* unwrap the state of the promise
340 Returns the state of the promise. One of `pending`, `fulfilled`, or
489 iteratively is that you need to be able for one promise to reach into the state
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php12 private $state = self::PENDING; variable in GuzzleHttp\\Promise\\Promise
35 if ($this->state === self::PENDING) {
44 if ($this->state === self::FULFILLED) {
78 return $this->state;
83 if ($this->state !== self::PENDING) {
103 if ($this->state === self::PENDING) {
118 private function settle($state, $value) argument
122 if ($state === $this->state && $value === $this->result) {
125 throw $this->state === $state
127 : new \LogicException("Cannot change a {$this->state} promise to {$state}");
[all …]
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php104 $state = 0;
132 if ($state === 0) {
137 $state ^= 1;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRijndael.php343 $state = [];
354 $state[] = $word ^ $w[++$wc];
383 $state = $temp;
388 $state[$i] = $sbox[$state[$i] & 0x000000FF] |
433 $state = [];
444 $state[] = $word ^ $dw[++$wc];
465 $state = $temp;
475 $word = ($state[$i] & 0xFF000000) |
476 ($state[$j] & 0x00FF0000) |
477 ($state[$k] & 0x0000FF00) |
[all …]

1...<<11121314151617181920>>...89