Home
last modified time | relevance | path

Searched refs:resource (Results 276 – 300 of 428) sorted by relevance

1...<<1112131415161718

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInstances.php389 * @param string $resource Name or id of the resource for this request.
395 public function getIamPolicy($project, $zone, $resource, $optParams = []) argument
397 $params = ['project' => $project, 'zone' => $zone, 'resource' => $resource];
721 * @param string $resource Name or id of the resource for this request.
738 public function setDeletionProtection($project, $zone, $resource, $optParams = []) argument
740 $params = ['project' => $project, 'zone' => $zone, 'resource' => $resource];
781 * @param string $resource Name or id of the resource for this request.
786 …public function setIamPolicy($project, $zone, $resource, ZoneSetPolicyRequest $postBody, $optParam… argument
788 …$params = ['project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBod…
1191 * @param string $resource Name or id of the resource for this request.
[all …]
H A DPacketMirrorings.php258 * @param string $resource Name or id of the resource for this request.
263 …public function testIamPermissions($project, $region, $resource, TestPermissionsRequest $postBody,… argument
265 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…
H A DForwardingRules.php257 * @param string $resource Name or id of the resource for this request.
273 …public function setLabels($project, $region, $resource, RegionSetLabelsRequest $postBody, $optPara… argument
275 …$params = ['project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $pos…
H A DNetworkEndpointGroups.php362 * @param string $resource Name or id of the resource for this request.
367 …public function testIamPermissions($project, $zone, $resource, TestPermissionsRequest $postBody, $… argument
369 …$params = ['project' => $project, 'zone' => $zone, 'resource' => $resource, 'postBody' => $postBod…
/plugin/combo/ComboStrap/
H A DFirstSvgIllustration.php21 public static function createForPage(ResourceCombo $resource): FirstSvgIllustration argument
24 ->setResource($resource);
H A DFirstRasterImage.php23 public static function createForPage(ResourceCombo $resource): FirstRasterImage argument
26 ->setResource($resource);
H A DFeaturedIcon.php18 public static function createForPage(ResourceCombo $resource): FeaturedIcon argument
21 ->setResource($resource);
H A DMetadataStoreTransfer.php46 * @param MarkupPath $resource
48 public function __construct(ResourceCombo $resource) argument
50 $this->page = $resource;
H A DResourceName.php17 public static function createForResource(ResourceCombo $resource): ResourceName argument
20 ->setResource($resource);
H A DSlug.php15 public static function createForPage(ResourceCombo $resource) argument
18 ->setResource($resource);
H A DPageUrlPath.php85 throw new ExceptionNotFound("The Url Path is not implemented for the resource type (" . $page->getType() . ")");
226 * Utility to change the type of the resource
231 $resource = $this->getResource();
232 if ($resource instanceof MarkupPath) {
233 return $resource;
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md7 …oject dependency to your project, simply add a dependency on `sebastian/resource-operations` to yo…
12 "sebastian/resource-operations": "~1.0"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/Resource/
H A DAccessPoliciesServicePerimeters.php183 * @param string $resource REQUIRED: The resource for which the policy detail is
190 …public function testIamPermissions($resource, TestIamPermissionsRequest $postBody, $optParams = []) argument
192 $params = ['resource' => $resource, 'postBody' => $postBody];
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php13 * Safely opens a PHP stream resource using a filename.
21 * @return resource
185 * @param mixed $resource Resource to create
194 public static function create($resource, array $options = []) argument
196 return Stream::factory($resource, $options);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php66 $resource = $easy->handle;
70 curl_close($resource);
76 curl_setopt($resource, CURLOPT_HEADERFUNCTION, null);
77 curl_setopt($resource, CURLOPT_READFUNCTION, null);
78 curl_setopt($resource, CURLOPT_WRITEFUNCTION, null);
79 curl_setopt($resource, CURLOPT_PROGRESSFUNCTION, null);
80 curl_reset($resource);
81 $this->handles[] = $resource;
H A DStreamHandler.php243 $resource = $callback();
246 if (!$resource) {
256 return $resource;
324 $resource = fopen((string) $uri, 'r', null, $context);
331 stream_set_timeout($resource, $sec, $usec);
334 return $resource;
/plugin/combo/vendor/symfony/polyfill-php80/
H A Dbootstrap.php41 function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); } argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DArtifactRegistry.php210 'path' => 'v1/{+resource}:getIamPolicy',
213 'resource' => [
256 'path' => 'v1/{+resource}:setIamPolicy',
259 'resource' => [
266 'path' => 'v1/{+resource}:testIamPermissions',
269 'resource' => [
H A DGameServices.php161 'path' => 'v1/{+resource}:getIamPolicy',
164 'resource' => [
243 'path' => 'v1/{+resource}:setIamPolicy',
246 'resource' => [
253 'path' => 'v1/{+resource}:testIamPermissions',
256 'resource' => [
H A DCompute.php1282 'resource' => [
1412 'resource' => [
1432 'resource' => [
1456 'resource' => [
1559 'resource' => [
1574 'resource' => [
1682 'resource' => [
1847 'resource' => [
1857 'resource' => [
2169 'resource' => [
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php87 * @param resource $stream
88 * @param string|resource|StreamInterface $dest
148 * Create a resource and check to ensure it was created successfully
150 * @param callable $callback Callable that returns stream resource
152 * @return resource
167 $resource = $callback();
170 if (!$resource) {
171 $message = 'Error creating resource: ';
180 return $resource;
406 $resource
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php37 * @var resource|null
42 * @var resource|null
98 * @param resource|null $resource
101 public function __construct($resource = null, array $options = [])
103 $this->socket = $resource;
330 * @return resource
355 * Sets options on the stream that must be done after it is a resource.
100 __construct($resource = null, array $options = []) global() argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1resource: relatedResource.uri,\n startLineNumber: startLineNumber,\n …
/plugin/git/lib/
H A DGit.php200 $resource = proc_open($this->git_path, $descriptorspec, $pipes);
208 $status = trim(proc_close($resource));
228 $resource = proc_open($command, $descriptorspec, $pipes, $this->repo_path);
236 $status = trim(proc_close($resource));
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst66 * LazyOpenStream now correctly returns the underlying stream resource when
88 * Updated the ``detach()`` method to return the underlying stream resource or
89 ``null`` if it does not wrap a resource.
90 * Multiple fixes for how streams behave when the underlying resource is

1...<<1112131415161718