Home
last modified time | relevance | path

Searched refs:resource (Results 251 – 275 of 428) sorted by relevance

1...<<1112131415161718

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudTasks.php140 'path' => 'v2/{+resource}:getIamPolicy',
143 'resource' => [
216 'path' => 'v2/{+resource}:setIamPolicy',
219 'resource' => [
226 'path' => 'v2/{+resource}:testIamPermissions',
229 'resource' => [
H A DDeploymentManager.php130 … 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/getIamPolicy',
138 'resource' => [
220 … 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/setIamPolicy',
228 'resource' => [
250 …'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{resource}/testIamPermission…
258 'resource' => [
414 … => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/resources/{resource}',
427 'resource' => [
H A DAIPlatformNotebooks.php280 'path' => 'v1/{+resource}:getIamPolicy',
283 'resource' => [
386 'path' => 'v1/{+resource}:setIamPolicy',
389 'resource' => [
436 'path' => 'v1/{+resource}:testIamPermissions',
439 'resource' => [
610 'path' => 'v1/{+resource}:getIamPolicy',
613 'resource' => [
672 'path' => 'v1/{+resource}:setIamPolicy',
675 'resource' => [
[all …]
H A DEssentialcontacts.php153 'path' => 'v1/{+resource}/contacts:sendTestMessage',
156 'resource' => [
258 'path' => 'v1/{+resource}/contacts:sendTestMessage',
261 'resource' => [
363 'path' => 'v1/{+resource}/contacts:sendTestMessage',
366 'resource' => [
H A DCloudDomains.php212 'path' => 'v1/{+resource}:getIamPolicy',
215 'resource' => [
334 'path' => 'v1/{+resource}:setIamPolicy',
337 'resource' => [
344 'path' => 'v1/{+resource}:testIamPermissions',
347 'resource' => [
H A DBigquery.php612 'path' => '{+resource}:getIamPolicy',
615 'resource' => [
650 'path' => '{+resource}:setIamPolicy',
653 'resource' => [
660 'path' => '{+resource}:testIamPermissions',
663 'resource' => [
790 'path' => '{+resource}:getIamPolicy',
793 'resource' => [
862 'path' => '{+resource}:setIamPolicy',
865 'resource' => [
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php188 ->isEqualTo($resource)
231 ->resource($result->getStream())
232 ->isNotEqualTo($resource)
293 ->resource($result)
357 ->resource($result)
388 ->resource($result)
436 ->resource($_stream)
516 ->resource($_stream)
556 ->resource($_stream)
587 ->resource($_stream)
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php42 * @param $resource
45 public static function toMetadataStore($readStore, $resource): MetadataStore argument
56 if ($resource === null) {
57 throw new ExceptionRuntime("The resource is null. You can't implement a store without a resource.");
59 return $readStore::getOrCreateFromResource($resource);
H A DMetadata.php91 * The metadata is for this resource
92 * @var ResourceCombo $resource
94 private $resource; variable in ComboStrap\\Meta\\Api\\Metadata
272 * By default, this is the {@link ResourceCombo::getReadStoreOrDefault() default resource metadata store}
298 * Because the metadata is stored by resource, the persist function is
299 * also made available on the resource level
325 LogUtility::msg("The metadata store is unknown. You need to define a resource or a store to build from it");
361 * @return ResourceCombo - The resource
365 if ($this->resource !== null) {
366 return $this->resource;
379 setResource(ResourceCombo $resource) global() argument
[all...]
/plugin/aclauditor/
H A Dhelper.php29 'desc' => 'returns the list of ACLs that are applied on a resource (page/media)',
31 'resource' => 'string'
49 …'desc' => 'returns the list of ACLs that are applied on a resource (page/media) for a user or a …
52 'resource' => 'string'
/plugin/bibtex/OSBib/format/
H A DREADME.txt62resource type's array changing ONLY the key of each element. However, do NOT edit any key (or its…
64 …KINDX to display each resource in a format suitable for OSBib processing returns the following ass…
129 $info -- general information about the resource including description, language, version etc.
132 $styleTypes -- bibliographic styling for each resource type supported by that particular style.
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
167 Format the title of the resource.
170 $title -- The title of the resource.
209 // Get the resource type ('book', 'journal_article', 'artwork' etc.)
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
[all …]
/plugin/combo/ComboStrap/
H A DLowQualityCalculatedIndicator.php45 $resource = $this->getResource();
46 if (!($resource instanceof MarkupPath)) {
50 $analyticsDocument = $resource->fetchAnalyticsDocument();
H A DFirstImage.php18 public static function createForPage(ResourceCombo $resource): FirstImage argument
21 ->setResource($resource);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DFormulaLoaderInterface.php29 * @param ResourceInterface $resource A resource
33 public function load(ResourceInterface $resource); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php212 public function setResource(MonitoredResource $resource) argument
214 $this->resource = $resource;
221 return $this->resource;
H A DRequestLog.php101 public $resource; variable in Google\\Service\\Logging\\RequestLog
426 public function setResource($resource) argument
428 $this->resource = $resource;
435 return $this->resource;
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php66 public function __construct($service, $serviceName, $resourceName, $resource) argument
73 $this->methods = is_array($resource) && isset($resource['methods']) ?
74 $resource['methods'] :
75 array($resourceName => $resource);
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DSnapshotClass.php25 private static $resource; variable in SebastianBergmann\\GlobalState\\TestFixture\\SnapshotClass
34 self::$resource = fopen('php://memory', 'r');
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php56 public function __construct($service, $serviceName, $resourceName, $resource) { argument
60 …$this->methods = isset($resource['methods']) ? $resource['methods'] : array($resourceName => $reso…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Essentialcontacts/Resource/
H A DFoldersContacts.php161 * @param string $resource Required. The name of the resource to send the test
169 …public function sendTestMessage($resource, GoogleCloudEssentialcontactsV1SendTestMessageRequest $p… argument
171 $params = ['resource' => $resource, 'postBody' => $postBody];
H A DProjectsContacts.php161 * @param string $resource Required. The name of the resource to send the test
169 …public function sendTestMessage($resource, GoogleCloudEssentialcontactsV1SendTestMessageRequest $p… argument
171 $params = ['resource' => $resource, 'postBody' => $postBody];
H A DOrganizationsContacts.php161 * @param string $resource Required. The name of the resource to send the test
169 …public function sendTestMessage($resource, GoogleCloudEssentialcontactsV1SendTestMessageRequest $p… argument
171 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/Resource/
H A DV1.php198 * @param string $resource Required. Name of the resource to perform the
213 public function analyzeMove($resource, $optParams = []) argument
215 $params = ['resource' => $resource];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/Resource/
H A DAccessPoliciesAccessLevels.php169 * @param string $resource REQUIRED: The resource for which the policy detail is
176 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
178 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalForwardingRules.php191 * @param string $resource Name or id of the resource for this request.
196 public function setLabels($project, $resource, GlobalSetLabelsRequest $postBody, $optParams = []) argument
198 $params = ['project' => $project, 'resource' => $resource, 'postBody' => $postBody];

1...<<1112131415161718