Home
last modified time | relevance | path

Searched full:status (Results 226 – 250 of 3084) sorted by path

12345678910>>...124

/plugin/authgoogle/google/contrib/
H A DGoogle_ResellerService.php517 public $status; variable in Google_Subscription
579 public function setStatus( $status) { argument
580 $this->status = $status;
583 return $this->status;
H A DGoogle_SQLAdminService.php443 public $status; variable in Google_BackupRun
492 public function setStatus( $status) { argument
493 $this->status = $status;
496 return $this->status;
H A DGoogle_ShoppingService.php1161 public $status; variable in Google_ShoppingModelProductJsonV1Images
1171 public function setStatus( $status) { argument
1172 $this->status = $status;
1175 return $this->status;
H A DGoogle_TasksService.php349 public $status; variable in Google_Task
425 public function setStatus( $status) { argument
426 $this->status = $status;
429 return $this->status;
H A DGoogle_UrlshortenerService.php248 public $status; variable in Google_Url
279 public function setStatus( $status) { argument
280 $this->status = $status;
283 return $this->status;
H A DGoogle_YouTubeService.php1558 public $status; variable in Google_Channel
1617 $this->status = $status;
2502 public $status; variable in Google_LiveBroadcast
2534 $this->status = $status;
2763 public $status; variable in Google_LiveStream
2795 $this->status = $status;
3026 public $status; variable in Google_Playlist
3064 $this->status = $status;
3093 public $status; variable in Google_PlaylistItem
3125 $this->status = $status;
[all …]
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php89 $status = substr($part, 0, strpos($part, "\n"));
90 $status = explode(" ", $status);
91 $status = $status[1];
95 $response->setResponseHttpCode($status);
/plugin/authgoogle2fa/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/authgooglesheets/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md1 ![Build Status](https://github.com/firebase/php-jwt/actions/workflows/tests.yml/badge.svg)
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php458 $status = 0;
460 $status |= (\ord($left[$i]) ^ \ord($right[$i]));
462 $status |= (self::safeStrlen($left) ^ self::safeStrlen($right));
464 return ($status === 0);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_AIPlatformNotebooks_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsOperations.php43 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DOperation.php26 protected $errorType = Status::class;
56 * @param Status
58 public function setError(Status $error)
63 * @return Status
H A DServicePerimeter.php106 public function setStatus(ServicePerimeterConfig $status) argument
108 $this->status = $status;
115 return $this->status;
H A DStatus.php20 class Status extends \Google\Collection class
81 class_alias(Status::class, 'Google_Service_AccessContextManager_Status');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/Resource/
H A DAccessPolicies.php41 * an access policy. The long-running operation has a successful status after
58 * operation has a successful status after the access policy is removed from
125 * successful status after the changes to the access policy propagate to long-
H A DAccessPoliciesAccessLevels.php39 * successful status after the access level propagates to long-lasting storage.
57 * operation from this RPC has a successful status after the access level has
118 * successful status after the changes to the access level propagate to long-
143 * this RPC has a successful status after all replacements propagate to long-
H A DAccessPoliciesServicePerimeters.php41 * field to the `status` field of the service perimeter. Only service perimeters
43 * operation. The long-running operation from this RPC has a successful status
66 * successful status after the service perimeter propagates to long-lasting
84 * operation from this RPC has a successful status after the service perimeter
135 * successful status after the service perimeter propagates to long-lasting
159 * this RPC has a successful status after all replacements propagate to long-
H A DOperations.php43 * Operation.error value with a google.rpc.Status.code of 1, corresponding to
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DCreatives.php49 * Gets the status for a single creative. A creative will be available 30-40
87 * given deals status are returned.
91 * having the given open auction status are returned.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DBidResponseWithoutBidsStatusRow.php29 public $status; variable in Google\\Service\\AdExchangeBuyerII\\BidResponseWithoutBidsStatusRow
62 public function setStatus($status) argument
64 $this->status = $status;
71 return $this->status;
H A DClient.php53 public $status; variable in Google\\Service\\AdExchangeBuyerII\\Client
160 public function setStatus($status) argument
162 $this->status = $status;
169 return $this->status;
H A DClientUser.php33 public $status; variable in Google\\Service\\AdExchangeBuyerII\\ClientUser
70 public function setStatus($status) argument
72 $this->status = $status;
79 return $this->status;

12345678910>>...124