Home
last modified time | relevance | path

Searched refs:scope (Results 526 – 550 of 675) sorted by last modified time

1...<<21222324252627

/plugin/shortcutkey/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php56 $scope = $memberProps['scope'];
77 ucfirst($scope),
H A DValidFunctionNameSniff.php122 $scope = $methodProps['scope'];
147 ucfirst($scope),
168 ucfirst($scope),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php171 $scope = ucfirst($memberProps['scope']);
174 $scope,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php74 $scope = 'main';
91 $scope = 'main';
112 $scope = $name;
113 } else if (isset($classNames[$scope][$name]) === true) {
114 $first = $classNames[$scope][$name];
119 $classNames[$scope][$name] = $next;
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php2961 $scope = 'public';
2975 $scope = 'public';
2979 $scope = 'private';
2983 $scope = 'protected';
2999 'scope' => $scope,
3075 $scope = 'public';
3086 $scope = 'public';
3090 $scope = 'private';
3094 $scope = 'protected';
3104 'scope' => $scope,
/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_AssertionCredentials.php68 'scope' => $this->scopes,
H A DGoogle_Auth.php29 abstract public function createAuthUrl($scope); argument
H A DGoogle_AuthNone.php37 public function createAuthUrl($scope) {return null;} argument
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php786 public $scope; variable in Google_AclRule
811 public function setScope(Google_AclRuleScope $scope) { argument
812 $this->scope = $scope;
815 return $this->scope;
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;
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/authgoogle/google/
H A Dconfig.php53 'analytics' => array('scope' => 'https://www.googleapis.com/auth/analytics.readonly'),
62 'scope' => array(
67 'moderator' => array('scope' => 'https://www.googleapis.com/auth/moderator'),
75 'siteVerification' => array('scope' => 'https://www.googleapis.com/auth/siteverification'),
77 'urlshortener' => array('scope' => 'https://www.googleapis.com/auth/urlshortener')
H A DGoogle_Client.php151 unset($val['scope']);
155 $service['scope'] = implode(' ', $scopes);
187 return self::$auth->createAuthUrl($service['scope']);
/plugin/toggle/
H A DLICENSE522 the scope of its coverage, prohibits the exercise of, or is
/plugin/doodle3/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/authlinotp/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …d the generated\n\t // code to add the data object to the top of the scope chain.\n\t va…
/plugin/amcharts/assets/amcharts/
H A Damcharts.js2 …dler:c,scope:this})},b.prototype.addListener=function(a,b,c){this.removeListener(this,a,b);a&&this…
3 c=0;c<b.length;c++){var d=b[c];d.handler.call(d.scope,a)}});for(var c in a)b.prototype[c]=a[c];retu…
/plugin/authg2fa/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/namespacemessage/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/ldapsearch/
H A Dsyntax.php136 $value = "Unknown scope ".$ldapDetails['scope']."\n";
/plugin/relativetimehelper/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.

1...<<21222324252627