Home
last modified time | relevance | path

Searched refs:getScope (Results 26 – 44 of 44) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DTokeninfo.php123 public function getScope() function in Google\\Service\\Oauth2\\Tokeninfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCVSS.php221 public function getScope() function in Google\\Service\\OnDemandScanning\\CVSS
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DCvssv3.php158 public function getScope() function in Google\\Service\\SecurityCommandCenter\\Cvssv3
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php265 if ($this->auth->getScope()) {
293 $this->auth->getScope()
347 return is_null($this->auth->getScope());
H A DServiceAccountJwtAccessCredentials.php120 $scope = $this->auth->getScope();
140 $scope = $this->auth->getScope();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php453 if (!(is_null($this->getScope()))) {
454 $assertion['scope'] = $this->getScope();
684 'scope' => $this->getScope(),
806 public function getScope() function in Google\\Auth\\OAuth2
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/evesso/classes/
H A DAbstractAdapter.php51 $this->getScope()
227 public function getScope() { function in OAuth\\Plugin\\AbstractAdapter
H A DEveOnlineAdapter.php92 public function getScope() { function in OAuth\\Plugin\\EveOnlineAdapter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php146 public function getScope(): ?string
132 public function getScope(): ?string global() function in FreeDSx\\Ldap\\LdapUrl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php266 public function getScope(): int
264 public function getScope(): int global() function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php195 if ($referral->getScope() !== null && $request instanceof SearchRequest) {
196 if ($referral->getScope() === LdapUrl::SCOPE_SUB) {
198 } elseif ($referral->getScope() === LdapUrl::SCOPE_BASE) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php77 return $request->getScope() === SearchRequest::SCOPE_BASE_OBJECT
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php140 return $request->getScope() === SearchRequest::SCOPE_BASE_OBJECT
/plugin/refnotes/
H A Dnamespace.php341 private function getScope($index) { function in refnotes_namespace
351 return $this->getScope(-2);
358 return $this->getScope(-1);
H A Dnote.php90 public function getScope() { function in refnotes_note_mock
185 public function getScope() { function in refnotes_note
H A Dreference.php71 $this->id = $this->note->getScope()->getReferenceId();
112 $result .= $this->note->getScope()->getName();
125 $doc = $this->note->getScope()->getRenderer()->renderReference($mode, $this);
163 $include = $this->note->getScope()->getRenderer()->getReferenceSharedDataSet();
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1getScope","scopes","headerCell","taskCell","findVisibleColumnIndex","columnName","clearInterval","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js396 function getScope(mode){ function
421 var scopeObject = getScope(scope);
433 var scopeObject = getScope(scope);
441 var scopeObject = getScope(scope);
448 var constructor = getScope(type);

12