Home
last modified time | relevance | path

Searched refs:get (Results 76 – 100 of 3429) sorted by path

12345678910>>...138

/plugin/authfacebook/
H A DdwPersistentData.php15 public function get($key) function in MyDokuWikiPersistentDataHandler
H A Dplugin.info.txt6 desc Plugin to get authentication and groups from Facebook
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php56 $errorMessage = $this->get('message', 'Unknown error from Graph.');
57 $errorCode = $this->get('code', -1);
148 private function get($key, $default = null) function in Facebook\\Exceptions\\FacebookResponseException
174 return $this->get('error_subcode', -1);
184 return $this->get('type', '');
/plugin/authfacebook/lib/
H A DFacebook.php333 public function get($endpoint, $accessToken = null, $eTag = null, $graphVersion = null) function in Facebook\\Facebook
H A DSignedRequest.php97 public function get($key, $default = null) function in Facebook\\SignedRequest
113 return $this->get('user_id');
123 return $this->get('oauth_token') || $this->get('code');
231 if ($this->get('algorithm') !== 'HMAC-SHA256') {
/plugin/authfacebook/lib/Helpers/
H A DFacebookCanvasHelper.php40 return $this->signedRequest ? $this->signedRequest->get('app_data') : null;
H A DFacebookPageTabHelper.php56 $this->pageData = $this->signedRequest->get('page');
H A DFacebookRedirectLoginHelper.php125 …$state = $this->persistentDataHandler->get('state') ?: $this->pseudoRandomStringGenerator->getPseu…
255 * Resets the CSRF so that it doesn't get reused.
H A DFacebookSignedRequestFromInputHelper.php97 $code = $this->signedRequest->get('code');
98 $accessToken = $this->signedRequest->get('oauth_token');
104 $expiresAt = $this->signedRequest->get('expires', 0);
/plugin/authfacebook/lib/PersistentData/
H A DFacebookMemoryPersistentDataHandler.php41 public function get($key) function in Facebook\\PersistentData\\FacebookMemoryPersistentDataHandler
H A DFacebookSessionPersistentDataHandler.php60 public function get($key) function in Facebook\\PersistentData\\FacebookSessionPersistentDataHandler
H A DPersistentDataInterface.php40 public function get($key); function
/plugin/authg2fa/
H A DLICENSE24 this service if you wish), that you receive source code or can get it
35 you have. You must make sure that they, too, receive or can get the
325 You should also get your employer (if you work as a programmer) or your
/plugin/authgoogle/
H A Dauth.php128 $user = $oauth2->userinfo->get();
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php70 public function get($key, $expiration = false) { function in googleApcCache
H A DGoogle_Cache.php36 abstract function get($key, $expiration = false); function in Google_Cache
H A DGoogle_FileCache.php88 public function get($key, $expiration = false) { function in Google_FileCache
H A DGoogle_MemcacheCache.php95 public function get($key, $expiration = false) { function in Google_MemcacheCache
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php66 public function get($adClientId, $adUnitId, $optParams = array()) { function in Google_AdunitsServiceResource
150 public function get($adClientId, $customChannelId, $optParams = array()) { function in Google_CustomchannelsServiceResource
H A DGoogle_AdSenseService.php36 public function get($accountId, $optParams = array()) { function in Google_AccountsServiceResource
117 public function get($accountId, $adClientId, $adUnitId, $optParams = array()) { function in Google_AccountsAdunitsServiceResource
253 public function get($accountId, $adClientId, $customChannelId, $optParams = array()) { function in Google_AccountsCustomchannelsServiceResource
436 public function get($accountId, $savedAdStyleId, $optParams = array()) { function in Google_AccountsSavedadstylesServiceResource
549 public function get($adClientId, $adUnitId, $optParams = array()) { function in Google_AdunitsServiceResource
681 public function get($adClientId, $customChannelId, $optParams = array()) { function in Google_CustomchannelsServiceResource
928 public function get($savedAdStyleId, $optParams = array()) { function in Google_SavedadstylesServiceResource
H A DGoogle_AdexchangebuyerService.php34 public function get($id, $optParams = array()) { function in Google_AccountsServiceResource
116 public function get($accountId, $buyerCreativeId, $optParams = array()) { function in Google_CreativesServiceResource
182 public function get($id, $optParams = array()) { function in Google_DirectDealsServiceResource
H A DGoogle_AdsensehostService.php34 public function get($accountId, $optParams = array()) { function in Google_AccountsServiceResource
82 public function get($accountId, $adClientId, $optParams = array()) { function in Google_AccountsAdclientsServiceResource
151 public function get($accountId, $adClientId, $adUnitId, $optParams = array()) { function in Google_AccountsAdunitsServiceResource
323 public function get($adClientId, $optParams = array()) { function in Google_AdclientsServiceResource
442 public function get($adClientId, $customChannelId, $optParams = array()) { function in Google_CustomchannelsServiceResource
H A DGoogle_AnalyticsService.php56 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { function in Google_DataGaServiceResource
93 public function get($ids, $start_date, $end_date, $metrics, $optParams = array()) { function in Google_DataMcfServiceResource
127 public function get($ids, $metrics, $optParams = array()) { function in Google_DataRealtimeServiceResource
324 … public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) { function in Google_ManagementExperimentsServiceResource
H A DGoogle_AndroidpublisherService.php36 public function get($packageName, $productId, $token, $optParams = array()) { function in Google_InapppurchasesServiceResource
83 public function get($packageName, $subscriptionId, $token, $optParams = array()) { function in Google_PurchasesServiceResource
H A DGoogle_AppstateService.php70 public function get($stateKey, $optParams = array()) { function in Google_StatesServiceResource

12345678910>>...138