Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
DConfigCache.php36 * @param string $resource A cache key
40 public function has($resource) argument
42 return file_exists($this->getSourcePath($resource));
48 * @param string $resource A cache key
51 public function set($resource, $value) argument
53 $path = $this->getSourcePath($resource);
61 …if (false === @file_put_contents($path, sprintf("<?php\n\n// $resource\nreturn %s;\n", var_export(…
71 * @param string $resource A cache key
75 public function get($resource) argument
77 $path = $this->getSourcePath($resource);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DNetworkServices.php114 'path' => 'v1/{+resource}:getIamPolicy',
117 'resource' => [
128 'path' => 'v1/{+resource}:setIamPolicy',
131 'resource' => [
138 'path' => 'v1/{+resource}:testIamPermissions',
141 'resource' => [
158 'path' => 'v1/{+resource}:getIamPolicy',
161 'resource' => [
172 'path' => 'v1/{+resource}:setIamPolicy',
175 'resource' => [
[all …]
DBackupforGKE.php164 'path' => 'v1/{+resource}:getIamPolicy',
167 'resource' => [
218 'path' => 'v1/{+resource}:setIamPolicy',
221 'resource' => [
228 'path' => 'v1/{+resource}:testIamPermissions',
231 'resource' => [
290 'path' => 'v1/{+resource}:getIamPolicy',
293 'resource' => [
344 'path' => 'v1/{+resource}:setIamPolicy',
347 'resource' => [
[all …]
DDataprocMetastore.php219 'path' => 'v1beta/{+resource}:getIamPolicy',
222 'resource' => [
277 'path' => 'v1beta/{+resource}:removeIamPolicy',
280 'resource' => [
297 'path' => 'v1beta/{+resource}:setIamPolicy',
300 'resource' => [
307 'path' => 'v1beta/{+resource}:testIamPermissions',
310 'resource' => [
369 'path' => 'v1beta/{+resource}:getIamPolicy',
372 'resource' => [
[all …]
/plugin/svgpureinsert/_test/
Dsvglogo.svg14 xmlns:cc="http://web.resource.org/cc/">
23 <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.5/" />
25 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
28 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
29 <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
30 <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
31 <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
32 <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
33 <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
34 <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DStream.php39 * @param resource|string|StreamInterface $resource Entity body data
45 public static function factory($resource = '', array $options = []) argument
47 $type = gettype($resource);
51 if ($resource !== '') {
52 fwrite($stream, $resource);
59 return new self($resource, $options);
62 if ($resource instanceof StreamInterface) {
63 return $resource;
66 if ($type == 'object' && method_exists($resource, '__toString')) {
67 return self::factory((string) $resource, $options);
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUtils.php303 public static function streamFor($resource = '', array $options = []) argument
305 if (is_scalar($resource)) {
307 if ($resource !== '') {
308 fwrite($stream, $resource);
314 switch (gettype($resource)) {
320 $metaData = \stream_get_meta_data($resource);
323 fwrite($stream, stream_get_contents($resource));
325 $resource = $stream;
327 return new Stream($resource, $options);
329 if ($resource instanceof StreamInterface) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/Resource/
DProjectsLocationsInternalRanges.php39 * @param string $resource REQUIRED: The resource for which the policy is being
54 public function getIamPolicy($resource, $optParams = []) argument
56 $params = ['resource' => $resource];
65 * @param string $resource REQUIRED: The resource for which the policy is being
72 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
74 $params = ['resource' => $resource, 'postBody' => $postBody];
86 * @param string $resource REQUIRED: The resource for which the policy detail is
93 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
95 $params = ['resource' => $resource, 'postBody' => $postBody];
DProjectsLocationsNetworkconnectivityGlobalPolicyBasedRoutes.php40 * @param string $resource REQUIRED: The resource for which the policy is being
59 public function getIamPolicy($resource, $optParams = []) argument
61 $params = ['resource' => $resource];
70 * @param string $resource REQUIRED: The resource for which the policy is being
77 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
79 $params = ['resource' => $resource, 'postBody' => $postBody];
91 * @param string $resource REQUIRED: The resource for which the policy detail is
98 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
100 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BinaryAuthorization/Resource/
DProjectsPolicy.php39 * @param string $resource REQUIRED: The resource for which the policy is being
58 public function getIamPolicy($resource, $optParams = []) argument
60 $params = ['resource' => $resource];
69 * @param string $resource REQUIRED: The resource for which the policy is being
76 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
78 $params = ['resource' => $resource, 'postBody' => $postBody];
89 * @param string $resource REQUIRED: The resource for which the policy detail is
96 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
98 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkServices/Resource/
DProjectsLocationsEdgeCacheOrigins.php40 * @param string $resource REQUIRED: The resource for which the policy is being
59 public function getIamPolicy($resource, $optParams = []) argument
61 $params = ['resource' => $resource];
70 * @param string $resource REQUIRED: The resource for which the policy is being
77 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
79 $params = ['resource' => $resource, 'postBody' => $postBody];
91 * @param string $resource REQUIRED: The resource for which the policy detail is
98 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
100 $params = ['resource' => $resource, 'postBody' => $postBody];
DProjectsLocationsEdgeCacheServices.php40 * @param string $resource REQUIRED: The resource for which the policy is being
59 public function getIamPolicy($resource, $optParams = []) argument
61 $params = ['resource' => $resource];
70 * @param string $resource REQUIRED: The resource for which the policy is being
77 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
79 $params = ['resource' => $resource, 'postBody' => $postBody];
91 * @param string $resource REQUIRED: The resource for which the policy detail is
98 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
100 $params = ['resource' => $resource, 'postBody' => $postBody];
DProjectsLocationsEdgeCacheKeysets.php40 * @param string $resource REQUIRED: The resource for which the policy is being
59 public function getIamPolicy($resource, $optParams = []) argument
61 $params = ['resource' => $resource];
70 * @param string $resource REQUIRED: The resource for which the policy is being
77 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
79 $params = ['resource' => $resource, 'postBody' => $postBody];
91 * @param string $resource REQUIRED: The resource for which the policy detail is
98 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
100 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/Resource/
DProjectsLocationsLakesContent.php39 * @param string $resource REQUIRED: The resource for which the policy is being
57 public function getIamPolicy($resource, $optParams = []) argument
59 $params = ['resource' => $resource];
68 * @param string $resource REQUIRED: The resource for which the policy is being
75 public function setIamPolicy($resource, GoogleIamV1SetIamPolicyRequest $postBody, $optParams = []) argument
77 $params = ['resource' => $resource, 'postBody' => $postBody];
88 * @param string $resource REQUIRED: The resource for which the policy detail is
95 …public function testIamPermissions($resource, GoogleIamV1TestIamPermissionsRequest $postBody, $opt… argument
97 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataprocMetastore/Resource/
DProjectsLocationsServicesDatabasesTables.php39 * @param string $resource REQUIRED: The resource for which the policy is being
57 public function getIamPolicy($resource, $optParams = []) argument
59 $params = ['resource' => $resource];
68 * @param string $resource REQUIRED: The resource for which the policy is being
75 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
77 $params = ['resource' => $resource, 'postBody' => $postBody];
88 * @param string $resource REQUIRED: The resource for which the policy detail is
95 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
97 $params = ['resource' => $resource, 'postBody' => $postBody];
DProjectsLocationsServicesDatabases.php39 * @param string $resource REQUIRED: The resource for which the policy is being
57 public function getIamPolicy($resource, $optParams = []) argument
59 $params = ['resource' => $resource];
68 * @param string $resource REQUIRED: The resource for which the policy is being
75 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
77 $params = ['resource' => $resource, 'postBody' => $postBody];
89 * @param string $resource REQUIRED: The resource for which the policy detail is
96 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
98 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/Resource/
DProjectsLocationsChannelConnections.php40 * @param string $resource REQUIRED: The resource for which the policy is being
59 public function getIamPolicy($resource, $optParams = []) argument
61 $params = ['resource' => $resource];
70 * @param string $resource REQUIRED: The resource for which the policy is being
77 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
79 $params = ['resource' => $resource, 'postBody' => $postBody];
91 * @param string $resource REQUIRED: The resource for which the policy detail is
98 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
100 $params = ['resource' => $resource, 'postBody' => $postBody];
DProjectsLocationsChannels.php39 * @param string $resource REQUIRED: The resource for which the policy is being
58 public function getIamPolicy($resource, $optParams = []) argument
60 $params = ['resource' => $resource];
69 * @param string $resource REQUIRED: The resource for which the policy is being
76 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
78 $params = ['resource' => $resource, 'postBody' => $postBody];
89 * @param string $resource REQUIRED: The resource for which the policy detail is
96 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
98 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
DProjectsLocationsProviders.php39 * @param string $resource REQUIRED: The resource for which the policy is being
58 public function getIamPolicy($resource, $optParams = []) argument
60 $params = ['resource' => $resource];
69 * @param string $resource REQUIRED: The resource for which the policy is being
76 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
78 $params = ['resource' => $resource, 'postBody' => $postBody];
90 * @param string $resource REQUIRED: The resource for which the policy detail is
97 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
99 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DSocketHandler.php32 private $resource; variable in Monolog\\Handler\\SocketHandler
117 if (is_resource($this->resource)) {
118 fclose($this->resource);
119 $this->resource = null;
239 return is_resource($this->resource)
240 && !feof($this->resource); // on TCP - other party can close connection.
275 if (!is_resource($this->resource)) {
279 return stream_set_timeout($this->resource, (int) $seconds, (int) $microseconds);
291 if (!is_resource($this->resource)) {
299 return stream_set_chunk_size($this->resource, $this->chunkSize);
[all …]
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUtils.php287 public static function streamFor($resource = '', array $options = []): StreamInterface argument
289 if (is_scalar($resource)) {
291 if ($resource !== '') {
292 fwrite($stream, (string) $resource);
299 switch (gettype($resource)) {
307 if ((\stream_get_meta_data($resource)['uri'] ?? '') === 'php://input') {
309 stream_copy_to_stream($resource, $stream);
311 $resource = $stream;
314 return new Stream($resource, $options);
317 if ($resource instanceof StreamInterface) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIot/Resource/
DProjectsLocationsRegistriesGroups.php40 * @param string $resource REQUIRED: The resource for which the policy is being
47 public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParams = []) argument
49 $params = ['resource' => $resource, 'postBody' => $postBody];
57 * @param string $resource REQUIRED: The resource for which the policy is being
64 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
66 $params = ['resource' => $resource, 'postBody' => $postBody];
75 * @param string $resource REQUIRED: The resource for which the policy detail is
82 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
84 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/Resource/
DServicesConsumers.php40 * @param string $resource REQUIRED: The resource for which the policy is being
47 public function getIamPolicy($resource, GetIamPolicyRequest $postBody, $optParams = []) argument
49 $params = ['resource' => $resource, 'postBody' => $postBody];
58 * @param string $resource REQUIRED: The resource for which the policy is being
65 public function setIamPolicy($resource, SetIamPolicyRequest $postBody, $optParams = []) argument
67 $params = ['resource' => $resource, 'postBody' => $postBody];
79 * @param string $resource REQUIRED: The resource for which the policy detail is
86 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
88 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
DWrapper.php134 … $this->function->flock = function ($resource, $operation) use (&$_resource, &$_operation) {
135 $_resource = $resource;
142 return flock($resource, $operation);
151 ->resource($_resource)
350 ->resource($openedPath)
400 ->resource($openedPath)
408 $this->function->fread = function ($resource, $count) use (&$_resource, &$_count) {
409 $_resource = $resource;
412 return fread($resource, $count);
422 ->resource($_resource)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
DSnapshots.php88 * @param string $resource Name or id of the resource for this request.
94 public function getIamPolicy($project, $resource, $optParams = []) argument
96 $params = ['project' => $project, 'resource' => $resource];
188 * @param string $resource Name or id of the resource for this request.
193 …public function setIamPolicy($project, $resource, GlobalSetPolicyRequest $postBody, $optParams = [… argument
195 $params = ['project' => $project, 'resource' => $resource, 'postBody' => $postBody];
204 * @param string $resource Name or id of the resource for this request.
209 public function setLabels($project, $resource, GlobalSetLabelsRequest $postBody, $optParams = []) argument
211 $params = ['project' => $project, 'resource' => $resource, 'postBody' => $postBody];
220 * @param string $resource Name or id of the resource for this request.
[all …]

12345678910>>...18