Home
last modified time | relevance | path

Searched full:status (Results 201 – 225 of 3084) sorted by path

12345678910>>...124

/plugin/authfacebook/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
H A Dauth.php118 if ($permission['status'] == 'granted')
240 … if ($permission['permission'] == 'user_managed_groups' && $permission['status'] == 'granted'){
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php102 // Login status or token expired, revoked, or invalid
158 * Returns the HTTP status code
/plugin/authfacebook/lib/
H A DFacebookResponse.php38 * @var int The HTTP status code response from Graph.
116 * Return the HTTP status code for this response.
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php44 * @var int The HTTP status response code.
/plugin/authg2fa/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/authgoogle/google/auth/
H A DGoogle_PemVerifier.php60 $status = openssl_verify($data, $signature, $this->publicKey, "sha256");
61 if ($status === -1) {
64 return $status === 1;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php467 public $status; variable in Google_AdUnit
492 public function setStatus( $status) { argument
493 $this->status = $status;
496 return $this->status;
H A DGoogle_AdSenseService.php1341 public $status; variable in Google_AdUnit
1396 public function setStatus( $status) { argument
1397 $this->status = $status;
1400 return $this->status;
H A DGoogle_AdexchangebuyerService.php109 * Gets the status for a single creative. (creatives.get)
150 …* @opt_param string statusFilter When specified, only creatives having the given status are return…
389 public $status; variable in Google_Creative
477 public function setStatus( $status) { argument
478 $this->status = $status;
481 return $this->status;
H A DGoogle_AdsensehostService.php692 public $status; variable in Google_Account
711 public function setStatus( $status) { argument
712 $this->status = $status;
715 return $this->status;
939 public $status; variable in Google_AdUnit
982 public function setStatus( $status) { argument
983 $this->status = $status;
986 return $this->status;
1111 public $status; variable in Google_AssociationSession
1147 $this->status = $status;
[all …]
H A DGoogle_AnalyticsService.php1185 public $status; variable in Google_Experiment
1314 public function setStatus( $status) { argument
1315 $this->status = $status;
1318 return $this->status;
1378 public $status; variable in Google_ExperimentVariations
1388 public function setStatus( $status) { argument
1389 $this->status = $status;
1392 return $this->status;
H A DGoogle_AndroidpublisherService.php28 * Checks the purchase and consumption status of an inapp item. (inapppurchases.get)
H A DGoogle_BigqueryService.php816 public $status; variable in Google_Job
859 public function setStatus(Google_JobStatus $status) { argument
860 $this->status = $status;
863 return $this->status;
1280 public $status; variable in Google_JobListJobs
1323 public function setStatus(Google_JobStatus $status) { argument
1324 $this->status = $status;
1327 return $this->status;
H A DGoogle_CalendarService.php488 …* @opt_param bool showDeleted Whether to include deleted events (with 'status' equals 'cancelled')…
517 …* @opt_param bool showDeleted Whether to include deleted events (with 'status' equals 'cancelled')…
1161 public $status; variable in Google_Event
1354 public function setStatus( $status) { argument
1355 $this->status = $status;
1358 return $this->status;
H A DGoogle_CivicInfoService.php725 public $status; variable in Google_VoterInfoResponse
772 public function setStatus( $status) { argument
773 $this->status = $status;
776 return $this->status;
H A DGoogle_ComputeService.php1622 public $status; variable in Google_Address
1673 $this->status = $status;
1934 public $status; variable in Google_Disk
1997 $this->status = $status;
2317 public $status; variable in Google_Image
2379 $this->status = $status;
2568 $this->status = $status;
3394 $this->status = $status;
3819 $this->status = $status;
4179 $this->status = $status;
[all …]
H A DGoogle_DfareportingService.php614 public $status; variable in Google_DfareportingFile
666 public function setStatus( $status) { argument
667 $this->status = $status;
670 return $this->status;
H A DGoogle_DirectoryService.php1023 public $status; variable in Google_ChromeOsDevice
1128 public function setStatus($status) { argument
1129 $this->status = $status;
1132 return $this->status;
1342 public $status; variable in Google_MobileDevice
1414 public function setStatus($status) { argument
1415 $this->status = $status;
1418 return $this->status;
2001 public $status; variable in Google_UserMakeAdmin
2003 $this->status = $status;
[all …]
H A DGoogle_DriveService.php2022 public $status; variable in Google_Comment
2108 public function setStatus( $status) { argument
2109 $this->status = $status;
2112 return $this->status;
H A DGoogle_FreebaseService.php166 public $status; variable in Google_TopicPropertyvalue
177 public function setStatus( $status) { argument
178 $this->status = $status;
181 return $this->status;
H A DGoogle_GamesService.php1894 public $status; variable in Google_Room
1958 $this->status = $status;
1961 return $this->status;
2256 public $status; variable in Google_RoomP2PStatus
2289 $this->status = $status;
2292 return $this->status;
2337 public $status; variable in Google_RoomParticipant
2388 $this->status = $status;
2391 return $this->status;
2404 public $status; variable in Google_RoomStatus
[all …]
H A DGoogle_GanService.php416 public $status; variable in Google_Advertiser
539 public function setStatus( $status) { argument
540 $this->status = $status;
543 return $this->status;
1171 public $status; variable in Google_Event
1270 public function setStatus( $status) { argument
1271 $this->status = $status;
1274 return $this->status;
1670 public $status; variable in Google_Publisher
1733 $this->status = $status;
[all …]
H A DGoogle_OrkutService.php1561 public $status; variable in Google_CommunityMembershipStatus
1622 public function setStatus( $status) { argument
1623 $this->status = $status;
1626 return $this->status;
H A DGoogle_PredictionService.php90 * Check training status of your model. (trainedmodels.get)

12345678910>>...124