Home
last modified time | relevance | path

Searched refs:scope (Results 76 – 100 of 675) sorted by relevance

12345678910>>...27

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractScopeSniff.php147 foreach ($tokens[$stackPtr]['conditions'] as $scope => $code) {
149 $this->processTokenWithinScope($phpcsFile, $stackPtr, $scope);
/plugin/medialist/
H A DREADME.md14 Specify a scope parameter that defines the output of the list of media files. The scope can be a “p…
20 in order to specify the scope parameter.
44 In ehe older release 2009-05-21 version, the scope parameter could be one of literal keywords, `@PA…
/plugin/authgoogle/google/
H A DGoogle_Client.php151 unset($val['scope']);
155 $service['scope'] = implode(' ', $scopes);
187 return self::$auth->createAuthUrl($service['scope']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidFunctionNameSniff.php122 $scope = $methodProps['scope'];
147 ucfirst($scope),
168 ucfirst($scope),
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js67 eve = function (name, scope) { argument
93 out.push(l.apply(scope, args));
103 out.push(l.apply(scope, args));
110 l && out.push(l.apply(scope, args));
119 out.push(l.apply(scope, args));
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php128 * @param string $scope The scope is expressed as a list of space-delimited strings.
131 public function createAuthUrl($scope) { argument
136 'scope=' . urlencode($scope),
143 if(strpos($scope, 'plus.login') && count($this->requestVisibleActions) > 0) {
H A DGoogle_Auth.php29 abstract public function createAuthUrl($scope); argument
H A DGoogle_AssertionCredentials.php68 'scope' => $this->scopes,
H A DGoogle_AuthNone.php37 public function createAuthUrl($scope) {return null;} argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php183 if ($existingLock->scope === LockInfo::EXCLUSIVE) {
191 if ($existingLock && $lockInfo->scope != LockInfo::SHARED)
562 $lockInfo->scope = $result->scope;
H A DLockInfo.php65 public $scope = self::EXCLUSIVE; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php183 if ($existingLock->scope === LockInfo::EXCLUSIVE) {
191 if ($existingLock && $lockInfo->scope != LockInfo::SHARED)
562 $lockInfo->scope = $result->scope;
H A DLockInfo.php65 public $scope = self::EXCLUSIVE; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/tagging/script/
H A Deditable.js211 this.options.success.call(this.options.scope, response, newValue);
376 scope : this.options.scope,
438 scope : null, //success calback scope property in $.fn.editable.defaults
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js955 …if (t.leadChar && t.leadChar !== leadChar || t.scope !== scope && t.scope !== 'all' || t.flag && f…
1062 scope = defaultScope,
1234 scope: options.scope || defaultScope,
1512 var global = regex.global && scope !== 'one' || scope === 'all',
1523 removeG: scope === 'one',
1646 global = search.global && scope !== 'one' || scope === 'all',
1659 removeG: scope === 'one',
2188 scope: 'all',
2216 scope: 'all',
2284 scope: 'all',
[all …]
/plugin/mediasyntax/
H A Dhelper.php166 $scope = $id;
240 resolve_pageid(getNS($scope), $page, $exists); // resolve shortcuts
241 $ins[$i][1][1][4] = $scope;
242 $scope = $page;
266 // check if we left the range of possible sub includes and reset lvl and scope to toplevel_id
270 // reset scope to toplevel_id
271 $scope = $this->toplevel_id;
/plugin/latexport/implementation/
H A Ddecorator.php141 * @param scope The name of the scope, or the mandatory argument,
147 function appendCommand($command, $scope, $argument = '') { argument
149 $this->decorator->appendCommand($command, $scope, $argument);
155 * @param scope The name of the scope, or the mandatory argument,
161 function appendInlineCommand($command, $scope, $argument = '') { argument
163 $this->decorator->appendInlineCommand($command, $scope, $argument);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc75 $params['index'] = (string) The name of the index to scope the operation
79 $params['body'] = (array) Eql request body. Use the `query` to limit the query scope. (Required)
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm136 <cflock scope="application" type="readonly" timeout="5">
142 <cflock scope="server" type="readonly" timeout="5">
151 <cflock scope="application" type="readonly" timeout="5">
157 <cflock scope="server" type="readonly" timeout="5">
162 <!--- catch potential "The requested scope application has not been enabled" exception --->
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.php_cs.dist14 'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'all'],
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php171 $scope = ucfirst($memberProps['scope']);
174 $scope,
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php534 public $scope; variable in Google_ElectoralDistrict
547 public function setScope( $scope) { argument
548 $this->scope = $scope;
551 return $this->scope;
/plugin/latexport/_test/
H A Ddecorator_mock.php142 function appendCommand($command, $scope, $argument = '') { argument
143 $this->listOfCommands->enqueue(new CommandAppendCommand($command, $scope, $argument));
/plugin/authfacebook/lib/Authentication/
H A DOAuth2Client.php143 'scope' => implode(',', $scope)
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DDropbox.php49 $parameters['scope'] = implode(' ', $this->scopes);

12345678910>>...27