Home
last modified time | relevance | path

Searched refs:scope (Results 26 – 50 of 675) sorted by relevance

12345678910>>...27

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php171 * @param string|string[] $scope [optional] the scope of the access request,
181 $scope = null, argument
188 if ($scope && $targetAudience) {
195 if ($scope) {
196 if (is_string($scope)) {
197 $scope = explode(' ', $scope);
200 $scope = implode(',', $scope);
202 $tokenUri = $tokenUri . '?scopes=' . $scope;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php81 * @param string|string[] $scope the scope of the access request, expressed
91 $scope = null, argument
96 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache);
109 * @param string|string[] $scope the scope of the access request, expressed
121 $scope = null, argument
127 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject);
136 * @param string|string[] $scope the scope of the access request, expressed
152 $scope = null, argument
162 $anyScope = $scope ?: $defaultScope;
178 $scope,
H A DOAuth2.php130 private $scope; variable in Google\\Auth\\OAuth2
560 if (is_array($this->scope)) {
808 if (is_null($this->scope)) {
809 return $this->scope;
823 public function setScope($scope) argument
825 if (is_null($scope)) {
826 $this->scope = null;
828 $this->scope = explode(' ', $scope);
829 } elseif (is_array($scope)) {
830 foreach ($scope as $s) {
[all …]
/plugin/refnotes/
H A Dnamespace.php107 /* Default inheritance for the first scope */
229 private $scope; variable in refnotes_namespace
282 $this->scope = array();
301 return count($this->scope);
342 $index = count($this->scope) + $index;
344 return ($index >= 0) ? $this->scope[$index] : new refnotes_scope_mock();
366 $this->scope[] = new refnotes_scope($this, count($this->scope) + 1);
378 $this->scope[] = new refnotes_scope(NULL, 0, $callIndex);
386 /* Create an empty scope i
[all...]
H A Dcore.php16 require_once(DOKU_PLUGIN . 'refnotes/scope.php');
291 $scope = $this->getNamespace($namespaceName)->getActiveScope();
292 $note = $scope->findNote($namespaceName, $noteName);
295 $scope = $this->getNamespace($this->mapping[$namespaceName])->getActiveScope();
296 $note = $scope->findNote($namespaceName, $noteName);
301 $note = $this->createNote($scope, $namespaceName, $noteName);
303 $scope->addNote($note);
316 abstract protected function createNote($scope, $namespaceName, $noteName); argument
396 protected function createNote($scope, $namespaceName, $noteName) {
397 return new refnotes_renderer_note($scope,
376 createNote($scope, $namespaceName, $noteName) global() argument
480 createNote($scope, $namespaceName, $noteName) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
H A DGoogleIdentityStsV1IntrospectTokenResponse.php48 public $scope; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenResponse
131 public function setScope($scope) argument
133 $this->scope = $scope;
140 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DIamPolicyAnalysisQuery.php35 public $scope; variable in Google\\Service\\CloudAsset\\IamPolicyAnalysisQuery
110 public function setScope($scope) argument
112 $this->scope = $scope;
119 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DCvssv3.php50 public $scope; variable in Google\\Service\\SecurityCommandCenter\\Cvssv3
151 public function setScope($scope) argument
153 $this->scope = $scope;
160 return $this->scope;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst7 Use the ``with`` tag to create a new inner scope. Variables set within this
8 scope are not visible outside of the scope:
18 Instead of defining variables at the beginning of the scope, you can pass a
35 By default, the inner scope has access to the outer scope context; you can
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DCVSSv3.php61 public $scope; variable in Google\\Service\\OSConfig\\CVSSv3
196 public function setScope($scope) argument
198 $this->scope = $scope;
205 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DCVSSv3.php61 public $scope; variable in Google\\Service\\ContainerAnalysis\\CVSSv3
196 public function setScope($scope) argument
198 $this->scope = $scope;
205 return $this->scope;
H A DCVSS.php65 public $scope; variable in Google\\Service\\ContainerAnalysis\\CVSS
214 public function setScope($scope) argument
216 $this->scope = $scope;
223 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DAclRule.php100 public function setScope(AclRuleScope $scope) argument
102 $this->scope = $scope;
109 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1SearchCatalogRequest.php64 public function setScope(GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope $scope) argument
66 $this->scope = $scope;
73 return $this->scope;
H A DGoogleCloudDatacatalogV1SearchCatalogRequest.php100 public function setScope(GoogleCloudDatacatalogV1SearchCatalogRequestScope $scope) argument
102 $this->scope = $scope;
109 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCVSS.php65 public $scope; variable in Google\\Service\\OnDemandScanning\\CVSS
214 public function setScope($scope) argument
216 $this->scope = $scope;
223 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateManager/
H A DCertificate.php56 public $scope; variable in Google\\Service\\CertificateManager\\Certificate
179 public function setScope($scope) argument
181 $this->scope = $scope;
188 return $this->scope;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomDimension.php55 public $scope; variable in Google\\Service\\Analytics\\CustomDimension
184 public function setScope($scope) argument
186 $this->scope = $scope;
193 return $this->scope;
H A DCustomMetric.php67 public $scope; variable in Google\\Service\\Analytics\\CustomMetric
228 public function setScope($scope) argument
230 $this->scope = $scope;
237 return $this->scope;
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php117 * @param array $scope List of permissions to request during login.
123 private function makeUrl($redirectUrl, array $scope, array $params = [], $separator = '&') argument
128 …return $this->oAuth2Client->getAuthorizationUrl($redirectUrl, $state, $scope, $params, $separator);
135 * @param array $scope List of permissions to request during login.
140 public function getLoginUrl($redirectUrl, array $scope = [], $separator = '&') argument
142 return $this->makeUrl($redirectUrl, $scope, [], $separator);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/Resource/
H A DEffectiveIamPolicies.php36 * @param string $scope Required. Only IAM policies on or below the scope will
54 public function batchGet($scope, $optParams = []) argument
56 $params = ['scope' => $scope];
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js120 dump: function(scope) { argument
121 if(typeof scope != 'object' && typeof scope != 'function') scope = window; //global scope
131 scope[tag] = function() { function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudAsset.php117 'path' => 'v1/{+scope}/effectiveIamPolicies:batchGet',
120 'scope' => [
302 'path' => 'v1/{+scope}:analyzeIamPolicy',
305 'scope' => [
366 'path' => 'v1/{+scope}:analyzeIamPolicyLongrunning',
369 'scope' => [
436 'path' => 'v1/{+scope}:searchAllIamPolicies',
439 'scope' => [
467 'path' => 'v1/{+scope}:searchAllResources',
470 'scope' => [
/plugin/dokutranslate/
H A Dadmin.php70 $scope = '*';
72 $scope = $this->ns.':*';
75 if (isset($_REQUEST['cmd']['save']) && $scope && isset($_REQUEST['modgroup'])) {
77 $this->_acl_del($scope);
78 $this->_acl_add($scope, trim($_REQUEST['modgroup']));
79 } elseif (isset($_REQUEST['cmd']['del']) && $scope) {
81 $this->_acl_del($scope);
/plugin/webdav/
H A Dadmin.php152 echo "<td>{$this->getLockType($lock->scope)}</td>";
183 * @param string $scope
186 private function getLockType($scope) argument
188 switch ($scope) {

12345678910>>...27