Home
last modified time | relevance | path

Searched refs:instances (Results 26 – 50 of 176) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DListInstancesResponse.php33 public function setInstances($instances) argument
35 $this->instances = $instances;
42 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListInstancesResponse.php33 public function setInstances($instances) argument
35 $this->instances = $instances;
42 return $this->instances;
H A DGoogleCloudApigeeV1Deployment.php115 public function setInstances($instances) argument
117 $this->instances = $instances;
124 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DLinkedRouterApplianceInstances.php33 public function setInstances($instances) argument
35 $this->instances = $instances;
42 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstancesScopedList.php31 public function setInstances($instances) argument
33 $this->instances = $instances;
40 return $this->instances;
H A DPacketMirroringMirroredResourceInfo.php35 public function setInstances($instances) argument
37 $this->instances = $instances;
44 return $this->instances;
H A DTargetPool.php50 public $instances; variable in Google\\Service\\Compute\\TargetPool
159 public function setInstances($instances) argument
161 $this->instances = $instances;
168 return $this->instances;
H A DNodeGroupNode.php34 public $instances; variable in Google\\Service\\Compute\\NodeGroupNode
103 public function setInstances($instances) argument
105 $this->instances = $instances;
112 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DListInstancesResponse.php51 public function setInstances($instances) argument
53 $this->instances = $instances;
60 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRedis/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
H A DProvisioningConfig.php107 public function setInstances($instances) argument
109 $this->instances = $instances;
116 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DListInstancesResponse.php37 public function setInstances($instances) argument
39 $this->instances = $instances;
46 return $this->instances;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php25 private static $instances; variable in Mustache_Autoloader
58 if (!isset(self::$instances[$key])) {
59 self::$instances[$key] = new self($baseDir);
62 $loader = self::$instances[$key];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DApplication.php175 public function setInstances($instances) argument
177 $this->instances = $instances;
184 return $this->instances;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseRealtimeDatabase.php73 'instances',
77 'path' => 'v1beta/{+parent}/instances',
125 'path' => 'v1beta/{+parent}/instances',
H A DCloudMemorystoreforMemcached.php108 'instances',
122 'path' => 'v1/{+parent}/instances',
156 'path' => 'v1/{+parent}/instances',
H A DDataFusion.php117 'instances',
121 'path' => 'v1/{+parent}/instances',
169 'path' => 'v1/{+parent}/instances',
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
17 As of 1.12.1 you can read constants from object instances as well:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
16 You can test constants from object instances as well:
/plugin/ckgedit/
H A Dlocktimer.js71 if(CKEDITOR.instances) {
72 dwform.elements.wikitext.value = CKEDITOR.instances.wiki__text.getData();
138 …GetE('saved_wiki_html').innerHTML = CKEDITOR.instances.wiki__text.getData(); // ourFCKEditorNode.i…

12345678