Home
last modified time | relevance | path

Searched refs:scope (Results 151 – 175 of 675) sorted by last modified time

12345678910>>...27

/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php75 if ($lock->scope === LockInfo::SHARED) {
/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/davcal/vendor/sabre/http/
H A DREADME.md59 releases and hopefully giving it use outside of the scope of just `sabre/dav`.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less325 /* re-scope all positions */
394 /* user of this util can scope within a lower z-index */
1055 /* scope inner z-index's */ }
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md12 features are out of scope for our projects.
/plugin/pot/
H A DLICENSE74 covered by this License; they are outside its scope. The act of
133 the scope of this License.
/plugin/spreadout/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/indexmenu/
H A DCOPYING74 covered by this License; they are outside its scope. The act of
134 the scope of this License.
/plugin/actionrenderer/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/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/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/Oauth2/
H A DTokeninfo.php47 public $scope; variable in Google\\Service\\Oauth2\\Tokeninfo
116 public function setScope($scope) argument
118 $this->scope = $scope;
125 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/
H A DDfareporting.php2338 'scope' => [
3953 '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/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/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/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];
H A DV1.php43 * @param string $scope Required. The relative name of the root asset. Only
155 public function analyzeIamPolicy($scope, $optParams = []) argument
157 $params = ['scope' => $scope];
171 * @param string $scope Required. The relative name of the root asset. Only
187 $params = ['scope' => $scope, 'postBody' => $postBody];
295 * @param string $scope Required. A scope can be a project, a folder, or an
368 public function searchAllIamPolicies($scope, $optParams = []) argument
370 $params = ['scope' => $scope];
380 * @param string $scope Required. A scope can be a project, a folder, or an
461 public function searchAllResources($scope, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DAclInfo.php29 public $scope; variable in Google\\Service\\CloudSearch\\AclInfo
52 public function setScope($scope) argument
54 $this->scope = $scope;
61 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;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountJwtAccessCredentials.php67 * @param string|string[] $scope the scope of the access request, expressed
70 public function __construct($jsonKey, $scope = null) argument
99 'scope' => $scope,
120 $scope = $this->auth->getScope();
121 if (empty($authUri) && empty($scope)) {
140 $scope = $this->auth->getScope();
141 if (empty($audience) && empty($scope)) {
145 if (!empty($audience) && !empty($scope)) {
H A DUserRefreshCredentials.php54 * @param string|string[] $scope the scope of the access request, expressed
60 $scope, argument
91 'scope' => $scope,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
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;
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;

12345678910>>...27