Home
last modified time | relevance | path

Searched refs:scopes (Results 51 – 75 of 114) sorted by path

12345

/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DEveOnline.php31 $scopes = array(), argument
34 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php98 * @param array|null $scopes If creating an oauth2 service, array of scopes
107 $scopes = array(), argument
151 * @param array|null $scopes Array of scopes for the service
162 array $scopes, argument
169 $this->resolveScopes($serviceName, $scopes),
178 * @param array $scopes List of scopes for the service
182 private function resolveScopes($serviceName, array $scopes) argument
188 foreach ($scopes as $scope) {
207 * @param array $scopes
218 $scopes, argument
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm23 <!--- make no difference between URL and FORM scopes --->
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst123 to variables from outer scopes:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractVariableSniff.php69 $scopes = array(
83 parent::__construct($scopes, $listen, true);
/plugin/issuelinks/services/
H A DGitHub.service.php105 $missing_scopes = array_diff($this->scopes, explode(', ', $headers['x-oauth-scopes']));
199 $scopes = implode(', ', $this->scopes);
203 …message .= " Please go to $link and generate a new token for this plugin with the scopes $scopes.";
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DEtsy.php17 protected $scopes = array(); variable in OAuth\\OAuth1\\Service\\Etsy
39 $scopes = $this->getScopes();
41 if (count($scopes)) {
42 $uri->setQuery('scope=' . implode('%20', $scopes));
108 * Set the scopes for permissions
110 * @param array $scopes
114 public function setScopes(array $scopes) argument
116 if (!is_array($scopes)) {
117 $scopes = array();
120 $this->scopes
[all...]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php23 protected $scopes; variable in OAuth\\OAuth2\\Service\\AbstractService
35 * @param array $scopes
43 $scopes = [], argument
51 foreach ($scopes as $scope) {
57 $this->scopes = $scopes;
79 $parameters['scope'] = implode($this->getScopesDelimiter(), $this->scopes);
339 * Returns delimiter to scopes in getAuthorizationUri
341 * and use scopes with commas as delimiter.
H A DAmazon.php22 * Defined scopes
32 $scopes = array(), argument
35 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBattleNet.php18 * Defined scopes.
40 $scopes = array(), argument
44 $scopes, $baseApiUri );
H A DBitly.php19 $scopes = array(), argument
22 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DBitrix24.php83 'scope' => $this->scopes
86 $parameters['scope'] = implode(' ', $this->scopes);
H A DBox.php25 $scopes = array(), argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true);
H A DBuffer.php24 $scopes = array(), argument
27 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDailymotion.php53 $scopes = array(), argument
56 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDeezer.php30 * Defined scopes
45 $scopes = array(), argument
52 $scopes,
H A DDelicious.php33 $scopes = array(), argument
40 $scopes,
H A DDeviantArt.php22 * Defined scopes
40 $scopes = array(), argument
43 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DDropbox.php25 $scopes = array(), argument
28 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
49 $parameters['scope'] = implode(' ', $this->scopes);
H A DEveOnline.php28 $scopes = array(), argument
31 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DFacebook.php22 * Defined scopes
31 // Email scopes
129 $scopes = array(), argument
133 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri, true, $apiVersion);
H A DFoursquare.php21 $scopes = array(), argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DGitHub.php16 * Defined scopes, see http://developer.github.com/v3/oauth/ for definitions.
63 * public_repo scopes already include access to commit status for private and public repositories, respectively.
131 $scopes = [], argument
134 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHarvest.php21 $scopes = array(), argument
24 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);
H A DHeroku.php22 * Defined scopes
23 * @link https://devcenter.heroku.com/articles/oauth#scopes
39 $scopes = array(), argument
42 parent::__construct($credentials, $httpClient, $storage, $scopes, $baseApiUri);

12345