Home
last modified time | relevance | path

Searched refs:resource (Results 226 – 250 of 428) sorted by relevance

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSpanner.php218 'path' => 'v1/{+resource}:getIamPolicy',
221 'resource' => [
264 'path' => 'v1/{+resource}:setIamPolicy',
267 'resource' => [
277 'resource' => [
381 'resource' => [
427 'resource' => [
437 'resource' => [
591 'resource' => [
651 'resource' => [
[all …]
H A DCloudbilling.php91 'path' => 'v1/{+resource}:getIamPolicy',
94 'resource' => [
136 'path' => 'v1/{+resource}:setIamPolicy',
139 'resource' => [
146 'path' => 'v1/{+resource}:testIamPermissions',
149 'resource' => [
H A DCloudDeploy.php185 'path' => 'v1/{+resource}:getIamPolicy',
188 'resource' => [
251 'path' => 'v1/{+resource}:setIamPolicy',
254 'resource' => [
261 'path' => 'v1/{+resource}:testIamPermissions',
264 'resource' => [
547 'path' => 'v1/{+resource}:getIamPolicy',
550 'resource' => [
613 'path' => 'v1/{+resource}:setIamPolicy',
616 'resource' => [
[all …]
H A DAccessContextManager.php95 'path' => 'v1/{+resource}:getIamPolicy',
98 'resource' => [
136 'path' => 'v1/{+resource}:setIamPolicy',
139 'resource' => [
146 'path' => 'v1/{+resource}:testIamPermissions',
149 'resource' => [
246 'path' => 'v1/{+resource}:testIamPermissions',
249 'resource' => [
348 'path' => 'v1/{+resource}:testIamPermissions',
351 'resource' => [
H A DIDS.php156 'path' => 'v1/{+resource}:getIamPolicy',
159 'resource' => [
196 'path' => 'v1/{+resource}:setIamPolicy',
199 'resource' => [
206 'path' => 'v1/{+resource}:testIamPermissions',
209 'resource' => [
H A DCloudFunctions.php201 'path' => 'v1/{+resource}:getIamPolicy',
204 'resource' => [
247 'path' => 'v1/{+resource}:setIamPolicy',
250 'resource' => [
257 'path' => 'v1/{+resource}:testIamPermissions',
260 'resource' => [
H A DNetworkManagement.php145 'path' => 'v1/{+resource}:getIamPolicy',
148 'resource' => [
209 'path' => 'v1/{+resource}:setIamPolicy',
212 'resource' => [
219 'path' => 'v1/{+resource}:testIamPermissions',
222 'resource' => [
H A DCloudMachineLearningEngine.php148 'path' => 'v1/{+resource}:getIamPolicy',
151 'resource' => [
198 'path' => 'v1/{+resource}:setIamPolicy',
201 'resource' => [
208 'path' => 'v1/{+resource}:testIamPermissions',
211 'resource' => [
490 'path' => 'v1/{+resource}:getIamPolicy',
493 'resource' => [
540 'path' => 'v1/{+resource}:setIamPolicy',
543 'resource' => [
[all …]
H A DCloudHealthcare.php172 'resource' => [
218 'resource' => [
228 'resource' => [
302 'resource' => [
362 'resource' => [
372 'resource' => [
812 'resource' => [
917 'resource' => [
942 'resource' => [
1296 'resource' => [
[all …]
H A DSecretManager.php159 'path' => 'v1/{+resource}:getIamPolicy',
162 'resource' => [
209 'path' => 'v1/{+resource}:setIamPolicy',
212 'resource' => [
219 'path' => 'v1/{+resource}:testIamPermissions',
222 'resource' => [
H A DDataFusion.php155 'path' => 'v1/{+resource}:getIamPolicy',
158 'resource' => [
219 'path' => 'v1/{+resource}:setIamPolicy',
222 'resource' => [
229 'path' => 'v1/{+resource}:testIamPermissions',
232 'resource' => [
H A DCloudIAP.php253 'path' => 'v1/{+resource}:getIamPolicy',
256 'resource' => [
273 'path' => 'v1/{+resource}:setIamPolicy',
276 'resource' => [
283 'path' => 'v1/{+resource}:testIamPermissions',
286 'resource' => [
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DDirectoryResource.php46 foreach ($this as $resource) {
47 if (!$resource->isFresh($timestamp)) {
61 foreach ($this as $resource) {
62 $content[] = $resource->getContent();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DAttributeContext.php115 public function setResource(ServicecontrolResource $resource) argument
117 $this->resource = $resource;
124 return $this->resource;
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php61 $resource = $this->getResource();
62 if (!($resource instanceof MarkupPath)) {
63 LogUtility::msg("Backlink count is not yet supported on the resource type ({$resource->getType()}");
66 $backlinks = $resource->getBacklinks();
/plugin/combo/ComboStrap/
H A DPageType.php101 $resource = $this->getResource();
102 if (!($resource instanceof MarkupPath)) {
106 if ($resource->isRootHomePage()) {
108 } else if ($resource->isIndexPage()) {
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php55 * @throws ExceptionNotExists - if the resource does not exist in the database
57 public function __construct(ResourceCombo $resource) argument
63 $this->resourceUidMeta = $resource->getUid();
69 $this->resourceUidMetaValue = MetadataDokuWikiStore::getOrCreateFromResource($resource)
72 parent::__construct($resource);
105 $resource = $metadata->getResource();
106 if (!($resource instanceof MarkupPath)) {
107 throw new ExceptionRuntime("The resource type ({$resource->getType()}) is not yet supported for the database metadata store", self::CANONICAL);
116 $pageMetaFromFileSystem = MarkupPath::createPageFromAbsoluteId($resource
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/Resource/
H A DResources.php38 * @param string $resource The name of the resource for this request.
42 public function get($project, $deployment, $resource, $optParams = []) argument
44 $params = ['project' => $project, 'deployment' => $deployment, 'resource' => $resource];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsEntryGroupsEntries.php114 * @param string $resource REQUIRED: The resource for which the policy is being
121 public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParams = []) argument
123 $params = ['resource' => $resource, 'postBody' => $postBody];
238 * @param string $resource REQUIRED: The resource for which the policy detail is
245 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
247 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleCloudAssetV1p7beta1Asset.php169 public function setResource(GoogleCloudAssetV1p7beta1Resource $resource) argument
171 $this->resource = $resource;
178 return $this->resource;
H A DAsset.php185 public function setResource(CloudassetResource $resource) argument
187 $this->resource = $resource;
194 return $this->resource;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DLicenseCodes.php58 * @param string $resource Name or id of the resource for this request.
63 …public function testIamPermissions($project, $resource, TestPermissionsRequest $postBody, $optPara… argument
65 $params = ['project' => $project, 'resource' => $resource, 'postBody' => $postBody];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php68 * @param ResourceInterface $resource A resource
71 public function addResource(ResourceInterface $resource, $loader) argument
73 $this->resources[$loader][] = $resource;
159 foreach ($resources as $resource) {
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php34 public function load(ResourceInterface $resource) argument
37 … $tokens = $this->twig->tokenize(new \Twig_Source($resource->getContent(), (string) $resource));
41 …$this->logger->error(sprintf('The template "%s" contains an error: %s', $resource, $e->getMessage(…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsInstances.php105 * @param string $resource REQUIRED: The resource for which the policy is being
124 public function getIamPolicy($resource, $optParams = []) argument
126 $params = ['resource' => $resource];
266 * @param string $resource REQUIRED: The resource for which the policy is being
273 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
275 $params = ['resource' => $resource, 'postBody' => $postBody];
347 * @param string $resource REQUIRED: The resource for which the policy detail is
354 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
356 $params = ['resource' => $resource, 'postBody' => $postBody];

12345678910>>...18