Home
last modified time | relevance | path

Searched refs:instances (Results 1 – 25 of 176) sorted by path

12345678

/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1658 if (isset(self::$instances[$name]))
1660 return self::$instances[$name];
1665 self::$instances[$name] = $instance;
1670 private static $instances = array(); variable in Parsedown
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3368 fabric.parseElements(elements, function(instances) { argument
3371 callback(instances, options);
3839 this.instances = new Array(this.elements.length);
3880 this.instances[index] = obj;
3891 _this.instances[index] = obj;
3911 this.instances = this.instances.filter(function(el) {
3914 this.callback(this.instances);
H A Dfabric.min.js2instances){fabric.documentParsingTime=new Date-startTime;if(callback){callback(instances,options)}… argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1instances,\n\t * See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438.\n\t *\n\t * - Saf…
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php494 public function instances($calendarId, $eventId, $optParams = array()) { function in Google_EventsServiceResource
H A DGoogle_ComputeService.php1538 public $instances; variable in Google_ComputeService
1565 …$this->instances = new Google_InstancesServiceResource($this, $this->serviceName, 'instances', jso…
2677 public $instances; variable in Google_InstancesScopedList
2681 public function setInstances(/* array(Google_Instance) */ $instances) { argument
2682 $this->assertIsArray($instances, 'Google_Instance', __METHOD__);
2683 $this->instances = $instances;
2686 return $this->instances;
H A DGoogle_GamesService.php875 public $instances; variable in Google_Application
917 public function setInstances(/* array(Google_Instance) */ $instances) { argument
918 $this->assertIsArray($instances, 'Google_Instance', __METHOD__);
919 $this->instances = $instances;
922 return $this->instances;
H A DGoogle_SQLAdminService.php377 public $instances; variable in Google_SQLAdminService
392 …$this->instances = new Google_InstancesServiceResource($this, $this->serviceName, 'instances', jso…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php242 'instances',
246 'path' => 'v1/{+parent}/instances',
318 'path' => 'v1/{+parent}/instances',
336 'path' => 'v1/{+parent}/instances:register',
H A DApigee.php3239 'instances',
3243 'path' => 'v1/{+parent}/instances',
3273 'path' => 'v1/{+parent}/instances',
H A DAppengine.php735 'instances',
739 …'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}:de…
764 … 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}',
789 … 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances/{instancesId}',
814 'path' => 'v1/apps/{appsId}/services/{servicesId}/versions/{versionsId}/instances',
H A DBaremetalsolution.php135 'instances',
149 'path' => 'v2/{+parent}/instances',
H A DBigtableAdmin.php166 'instances',
170 'path' => 'v2/{+parent}/instances',
210 'path' => 'v2/{+parent}/instances',
H A DCalendar.php543 ],'instances' => [
544 'path' => 'calendars/{calendarId}/events/{eventId}/instances',
H A DCloudFilestore.php196 'instances',
200 'path' => 'v1/{+parent}/instances',
238 'path' => 'v1/{+parent}/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/Apigee/
H A DGoogleCloudApigeeV1Deployment.php115 public function setInstances($instances) argument
117 $this->instances = $instances;
124 return $this->instances;
H A DGoogleCloudApigeeV1ListInstancesResponse.php33 public function setInstances($instances) argument
35 $this->instances = $instances;
42 return $this->instances;
/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;
H A DManualScaling.php25 public $instances; variable in Google\\Service\\Appengine\\ManualScaling
30 public function setInstances($instances) argument
32 $this->instances = $instances;
39 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/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/Calendar/Resource/
H A DEvents.php180 public function instances($calendarId, $eventId, $optParams = []) function in Google\\Service\\Calendar\\Resource\\Events
/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;

12345678