Home
last modified time | relevance | path

Searched refs:resources (Results 1 – 25 of 157) sorted by relevance

1234567

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php28 private $resources; variable in Assetic\\Factory\\LazyAssetManager
43 $this->resources = array();
73 $this->resources[$loader][] = $resource;
84 $resources = array();
85 foreach ($this->resources as $r) {
86 $resources = array_merge($resources, $r);
89 return $resources;
152 if ($diff = array_diff(array_keys($this->resources), array_keys($this->loaders))) {
158 foreach ($this->resources as $loader => $resources) {
159 foreach ($resources as $resource) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DResources.php26 public $resources; variable in Google\\Service\\CloudHealthcare\\Resources
31 public function setResources($resources) argument
33 $this->resources = $resources;
40 return $this->resources;
H A DFhirFilter.php28 public function setResources(Resources $resources) argument
30 $this->resources = $resources;
37 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1EgressTo.php28 public $resources; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1EgressTo
47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DGoogleIdentityAccesscontextmanagerV1IngressTo.php28 public $resources; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1IngressTo
47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.php34 public $resources; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig
87 public function setResources($resources) argument
89 $this->resources = $resources;
96 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DEgressTo.php28 public $resources; variable in Google\\Service\\AccessContextManager\\EgressTo
47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DIngressTo.php28 public $resources; variable in Google\\Service\\AccessContextManager\\IngressTo
47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DServicePerimeterConfig.php34 public $resources; variable in Google\\Service\\AccessContextManager\\ServicePerimeterConfig
87 public function setResources($resources) argument
89 $this->resources = $resources;
96 return $this->resources;
/plugin/diagramsnet/lib/
H A Dservice-worker.js.map1resources/dia.txt\",\n \"revision\": \"f894dd4d34567dc73649828c996eb1c9\"\n },\n {\n \"url…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ValidationMessage.php36 public $resources; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ValidationMessage
87 public function setResources($resources) argument
89 $this->resources = $resources;
96 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DResourcesListResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DListFeaturesResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DListCollectionStatusesResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DListCollectionsResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DPosListResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DReturnpolicyListResponse.php47 public function setResources($resources) argument
49 $this->resources = $resources;
56 return $this->resources;
H A DProductsListResponse.php65 public function setResources($resources) argument
67 $this->resources = $resources;
74 return $this->resources;
H A DShippingsettingsListResponse.php65 public function setResources($resources) argument
67 $this->resources = $resources;
74 return $this->resources;
H A DAccounttaxListResponse.php65 public function setResources($resources) argument
67 $this->resources = $resources;
74 return $this->resources;
H A DDatafeedstatusesListResponse.php65 public function setResources($resources) argument
67 $this->resources = $resources;
74 return $this->resources;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php48 public function load(ResourceInterface $resources) argument
50 if (!$resources instanceof IteratorResourceInterface) {
51 $resources = array($resources);
56 foreach ($resources as $resource) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceGroup.php45 public function setResources($resources) argument
47 $this->resources = $resources;
54 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DListConnectivityTestsResponse.php51 public function setResources($resources) argument
53 $this->resources = $resources;
60 return $this->resources;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ReportInstanceStatusRequest.php65 public function setResources($resources) argument
67 $this->resources = $resources;
74 return $this->resources;

1234567