Home
last modified time | relevance | path

Searched refs:scope (Results 51 – 75 of 675) sorted by relevance

12345678910>>...27

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php36 public $scope; variable in Sabre\\DAV\\Xml\\Request\\Lock
70 $new->scope = LockInfo::SHARED;
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DLock.php36 public $scope; variable in Sabre\\DAV\\Xml\\Request\\Lock
70 $new->scope = LockInfo::SHARED;
74 if ($elem['name'] === '{DAV:}exclusive') $new->scope = LockInfo::EXCLUSIVE;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasParent.php53 * Sets the scope.
55 * @param string $scope Scope
59 public function setScope(string $scope): self argument
61 return $this->setParam('_scope', $scope);
H A DHasChild.php55 * Sets the scope.
57 * @param string $scope Scope
61 public function setScope(string $scope): self argument
63 return $this->setParam('_scope', $scope);
/plugin/combo/ComboStrap/
H A DIdManager.php75 private function generateAndGetNewSequenceValueForScope(string $scope) argument
78 $lastId = $this->lastIdByScope[$scope] ?? null;
84 $this->lastIdByScope[$scope] = $lastId;
H A DSnippetSystem.php339 * The scope is mandatory:
347 function toHtml($scope): string argument
349 switch ($scope) {
359 if ($scope !== Snippet::ALL_SCOPE) {
360 LogUtility::internalError("Scope ($scope) is unknown, we have defaulted to all");
/plugin/strata/helper/
H A Dsyntax.php255 list($group, $scope) = $this->transformGroup($tree, $typemap);
273 if(!in_array($var->name, $scope)) {
300 if(!in_array($var->name, $scope)) {
324 if(!in_array($var->name, $scope)) {
336 if(!in_array($var, $scope)) {
342 return array($result, $scope);
350 * @return the transformed group and a list of in-scope variables
371 list($patterns, $filters, $scope) = $this->transformPatterns($patterns, $typemap);
376 $scope = array_merge($scope,
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php54 * @param string|string[] $scope the scope of the access request, expressed
60 $scope, argument
91 'scope' => $scope,
H A DServiceAccountCredentials.php105 * @param string|string[]|null $scope the scope of the access request, expressed
114 $scope, argument
141 if ($scope && $targetAudience) {
153 'scope' => $scope,
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php127 public $scope; variable in Google_Tokeninfo
160 public function setScope( $scope) { argument
161 $this->scope = $scope;
164 return $this->scope;
/plugin/latexport/implementation/
H A Ddecorator_persister.php59 * @param scope The name of the scope, or the mandatory argument,
65 function appendCommand($command, $scope = null, $argument = '') { argument
66 $this->appendInlineCommand($command, $scope, $argument);
73 * @param scope The name of the scope, or the mandatory argument,
79 function appendInlineCommand($command, $scope = null, $argument = '') { argument
85 switch($scope) {
87 $text = '\\'.$command.'{'.$scope.'}{'.$argument.'}';
91 $text = '\\'.$command.'{'.$scope.'}['.$argument.']';
98 $text = '\\'.$command.'['.$argument.']{'.$scope.'}';
104 if ($scope) {
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php53 foreach ($scopes as $scope) {
54 if (!$this->isValidScope($scope)) {
55 …throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this…
226 * @param string $scope
230 public function isValidScope($scope) argument
234 return in_array($scope, $reflectionClass->getConstants(), true);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php51 foreach ($scopes as $scope) {
52 if (!$this->isValidScope($scope)) {
53 throw new InvalidScopeException('Scope ' . $scope . ' is not valid for service ' . get_class($this));
79 $parameters['scope'] = implode($this->getScopesDelimiter(), $this->scopes);
221 * Return whether or not the passed scope value is valid.
223 * @param string $scope
227 public function isValidScope($scope) argument
231 return in_array($scope, $reflectionClass->getConstants(), true);
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php363 public function createAuthUrl($scope = null) argument
365 if (empty($scope)) {
366 $scope = $this->prepareScopes();
368 if (is_array($scope)) {
369 $scope = implode(' ', $scope);
392 'scope' => $scope,
400 if (strlen($rva) > 0 && false !== strpos($scope, 'plus.login')) {
848 foreach ($scope_or_scopes as $scope) {
849 $this->addScope($scope);
1286 private function createUserRefreshCredentials($scope, $refreshToken) argument
[all …]
/plugin/codemirror/dist/modes/
H A Dyacas.min.js.map1scope","currentScope","pop","end","escaped","prev","startState","token","eatSpace","indent","textA…
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/oauth/Service/
H A DAbstractOAuth2Base.php50 * @param string $scope
53 public function isValidScope($scope)
54 isValidScope($scope) global() argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js243 … if ((t.scope === "all" || t.scope === scope) && (!t.trigger || t.trigger.call(context))) {
334 scope = defaultScope,
381 scope = classScope;
408 scope: options.scope || defaultScope,
740 search2 = copy(search, scope === "all" ? "g" : "", scope === "all" ? "" : "g");
741 } else if (scope === "all") {
1152 function (match, scope) { argument
1159 {scope: "all"});
1247 function (match, scope) { argument
1254 {scope: "all"});
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php103 $lockInfo->scope = $row['scope'];
139 $lockInfo->scope,
150 $lockInfo->scope,
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php103 $lockInfo->scope = $row['scope'];
139 $lockInfo->scope,
150 $lockInfo->scope,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLockDiscoveryTest.php17 $lock->scope = LockInfo::EXCLUSIVE;
55 $lock->scope = LockInfo::SHARED;
/plugin/latexport/_test/
H A Dcommand.php137 public $scope; variable in CommandAppendCommand
140 function __construct($command, $scope, $argument = '') { argument
143 $this->scope = $scope;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php56 $scope = $memberProps['scope'];
77 ucfirst($scope),
/plugin/evesso/phpoauthlib/src/OAuth/
H A DServiceFactory.php188 foreach ($scopes as $scope) {
189 $key = strtoupper('SCOPE_' . $scope);
194 $resolvedScopes[] = $scope;
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/
H A DServiceFactory.php199 foreach ($scopes as $scope) {
200 $key = strtoupper('SCOPE_' . $scope);
205 $resolvedScopes[] = $scope;

12345678910>>...27