Home
last modified time | relevance | path

Searched refs:resources (Results 51 – 75 of 157) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCommitment.php261 public function setResources($resources) argument
263 $this->resources = $resources;
270 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsVersioningV1mainWorkload.php307 public function setResources($resources) argument
309 $this->resources = $resources;
316 return $this->resources;
H A DGoogleCloudAssuredworkloadsV1beta1Workload.php307 public function setResources($resources) argument
309 $this->resources = $resources;
316 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DContainer.php217 public function setResources(ResourceRequirements $resources) argument
219 $this->resources = $resources;
226 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1EnvironmentConfig.php267 public function setResources($resources) argument
269 $this->resources = $resources;
276 return $this->resources;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.MungeResources.txt
H A DURI.DisableResources.txt
H A DURI.DisableExternalResources.txt
H A DURI.Host.txt
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php547 public function setResources(Resources $resources) argument
549 $this->resources = $resources;
556 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php1198 'path' => 'admin/directory/v1/customer/{customer}/resources/buildings/{buildingId}',
1228 'path' => 'admin/directory/v1/customer/{customer}/resources/buildings',
1242 'path' => 'admin/directory/v1/customer/{customer}/resources/buildings',
1338 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars',
1348 'path' => 'admin/directory/v1/customer/{customer}/resources/calendars',
1414 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
1429 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
1444 'path' => 'admin/directory/v1/customer/{customer}/resources/features',
1454 'path' => 'admin/directory/v1/customer/{customer}/resources/features',
1472 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
[all …]
H A DDeploymentManager.php55 public $resources; variable in Google\\Service\\DeploymentManager
410 'resources',
414 … => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/resources/{resource}',
434 … 'path' => 'deploymentmanager/v2/projects/{project}/global/deployments/{deployment}/resources',
/plugin/sketchcanvas/script/
H A Dtranslation.js1 export var resources = { class
/plugin/redirect2/
H A Dplugin.info.txt6 desc Redirect pages and media access by asking the client to refetch resources at the new locatio…
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php20 public static $resources = array(); variable in bibtexrender_plugin_bibtex4dw
126 if (!array_key_exists($id, self::$resources)) {
128 self::$resources[$id] = $x;
131 return self::$resources[$id];
/plugin/combo/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
/plugin/tline/
H A DREADME.txt14 Timeline consists of static resources, Javascript libraries,
16 serve those resources off a web server. Any web server will do.
/plugin/likeit/
H A DREADME.md11 - jquery.hoverIntent http://cherne.net/brian/resources/jquery.hoverIntent.html MIT license
/plugin/pgn4web/pgn4web/libs/garbochess/
H A DREADME.txt13 computing resources, the analysis of each board is limited to a short time.
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md3 Provides a list of PHP built-in functions that operate on resources.
/plugin/dump/
H A DREADME.md14 ![CallStack icon](./resources/image/stack.png)
/plugin/webcode/
H A DREADME.md84 …output of a `console.log` javascript statement in JsFiddle, the firebug resources have been added …
108 …iddle/jsfiddle-issues/issues/726) makes the resources order not consistent. Solution: More than on…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconfig.asp67 ' these resources will be located.
79 ' these resources will be uploaded using the Upload tab in the resources
/plugin/combo/resources/library/bootstrap/
H A DREADME.md5 This directory contains all `Bootstrap` related resources such as Javascript and Css files used by [ComboStrap](https://combostrap.com)
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php92 * Release resources and file handles.
284 $resources = $page->getAttribute('Resources');
285 if ($resources !== null) {
286 $dict->value['Resources'] = $resources;

1234567