Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 405) sorted by relevance

12345678910>>...17

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DInstances.php56 public function addServerCa($project, $instance, $optParams = []) argument
58 $params = ['project' => $project, 'instance' => $instance];
90 public function delete($project, $instance, $optParams = []) argument
92 $params = ['project' => $project, 'instance' => $instance];
101 * @param string $instance Cloud SQL instance name.
162 public function get($project, $instance, $optParams = []) argument
164 $params = ['project' => $project, 'instance' => $instance];
241 $params = ['project' => $project, 'instance' => $instance];
274 $params = ['project' => $project, 'instance' => $instance];
290 $params = ['project' => $project, 'instance' => $instance];
[all …]
H A DDatabases.php38 * @param string $instance Database instance ID. This does not include the
44 public function delete($project, $instance, $database, $optParams = []) argument
55 * @param string $instance Database instance ID. This does not include the
61 public function get($project, $instance, $database, $optParams = []) argument
72 * @param string $instance Database instance ID. This does not include the
78 public function insert($project, $instance, Database $postBody, $optParams = []) argument
89 * @param string $instance Cloud SQL instance ID. This does not include the
94 public function listDatabases($project, $instance, $optParams = []) argument
96 $params = ['project' => $project, 'instance' => $instance];
105 * @param string $instance Database instance ID. This does not include the
[all …]
H A DSslCerts.php44 * @param string $instance Cloud SQL instance ID. This does not include the
52 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
61 * @param string $instance Cloud SQL instance ID. This does not include the
67 public function delete($project, $instance, $sha1Fingerprint, $optParams = []) argument
79 * @param string $instance Cloud SQL instance ID. This does not include the
85 public function get($project, $instance, $sha1Fingerprint, $optParams = []) argument
97 * @param string $instance Cloud SQL instance ID. This does not include the
105 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
114 * @param string $instance Cloud SQL instance ID. This does not include the
119 public function listSslCerts($project, $instance, $optParams = []) argument
[all …]
H A DBackupRuns.php38 * @param string $instance Cloud SQL instance ID. This does not include the
46 public function delete($project, $instance, $id, $optParams = []) argument
48 $params = ['project' => $project, 'instance' => $instance, 'id' => $id];
57 * @param string $instance Cloud SQL instance ID. This does not include the
63 public function get($project, $instance, $id, $optParams = []) argument
65 $params = ['project' => $project, 'instance' => $instance, 'id' => $id];
73 * @param string $instance Cloud SQL instance ID. This does not include the
79 public function insert($project, $instance, BackupRun $postBody, $optParams = []) argument
91 * @param string $instance Cloud SQL instance ID, or "-" for all instances. This
100 public function listBackupRuns($project, $instance, $optParams = []) argument
[all …]
H A DUsers.php38 * @param string $instance Database instance ID. This does not include the
46 public function delete($project, $instance, $optParams = []) argument
48 $params = ['project' => $project, 'instance' => $instance];
56 * @param string $instance Database instance ID. This does not include the
62 public function insert($project, $instance, User $postBody, $optParams = []) argument
64 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
72 * @param string $instance Database instance ID. This does not include the
77 public function listUsers($project, $instance, $optParams = []) argument
79 $params = ['project' => $project, 'instance' => $instance];
87 * @param string $instance Database instance ID. This does not include the
[all …]
H A DProjectsInstances.php41 * @param string $instance Cloud SQL instance ID. This does not include the
47 …public function rescheduleMaintenance($project, $instance, SqlInstancesRescheduleMaintenanceReques… argument
49 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
57 * @param string $instance Cloud SQL instance ID. This does not include the
63 …public function startExternalSync($project, $instance, SqlInstancesStartExternalSyncRequest $postB… argument
65 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
74 * @param string $instance Cloud SQL instance ID. This does not include the
80 …public function verifyExternalSyncSettings($project, $instance, SqlInstancesVerifyExternalSyncSett… argument
82 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
H A DConnect.php41 * @param string $instance Cloud SQL instance ID. This does not include the
47 …public function generateEphemeralCert($project, $instance, GenerateEphemeralCertRequest $postBody,… argument
49 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
57 * @param string $instance Cloud SQL instance ID. This does not include the
65 public function get($project, $instance, $optParams = []) argument
67 $params = ['project' => $project, 'instance' => $instance];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DInstances.php69 * @param string $instance The instance name for this request.
100 * @param string $instance The instance name for this request.
193 * @param string $instance The instance name for this request.
278 * @param string $instance The instance name for this request.
306 * @param string $instance Instance name for this request.
339 public function get($project, $zone, $instance, $optParams = []) argument
624 * @param string $instance The instance name for this request.
750 * @param string $instance The instance name for this request.
942 * @param string $instance Instance name for this request.
1249 * @param string $instance The instance name for this request.
[all …]
/plugin/sfauth/
H A Dhelper.php40 $instance = (int) $instance;
41 if($instance < 1 || $instance > 3) $instance = 1;
90 $instance = (int) $instance;
91 if($instance < 1 || $instance > 3) $instance = 1;
92 $this->instance = $instance;
190 $instance = (int) $instance;
191 if($instance < 1 || $instance > 3) $instance = 1;
192 $this->instance = $instance;
215 $instance = (int) $instance;
216 if($instance < 1 || $instance > 3) $instance = 1;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSQLAdmin.php86 'instance' => [
106 'instance' => [
126 'instance' => [
141 'instance' => [
174 'instance' => [
189 'instance' => [
218 'instance' => [
238 'instance' => [
258 'instance' => [
273 'instance' => [
[all …]
/plugin/webdav/vendor/sabre/event/lib/Loop/
H A Dfunctions.php14 instance()->setTimeout($cb, $timeout);
42 instance()->clearInterval($intervalId);
54 instance()->nextTick($cb);
74 instance()->addReadStream($stream, $cb);
93 instance()->addWriteStream($stream, $cb);
105 instance()->removeReadStream($stream);
117 instance()->removeWriteStream($stream);
132 instance()->run();
153 return instance()->tick($block);
164 instance()->stop();
[all …]
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php7 $instance = new EtherpadLiteClient('EtherpadFTW','http://beta.etherpad.org:9001/api'); // Example U… variable
131 $createGroup = $instance->createGroup();
141 $newPad = $instance->createGroupPad($groupID,'testpad','Example text body');
151 $padList = $instance->listPads($groupID);
161 $mapGroup = $instance->createGroupIfNotExistsFor("Guests");
168 $instance->deleteGroup($groupID);
179 $sessionID = $instance->createSession($groupID, $authorID, $validUntil);
185 $sessioninfo = $instance->getSessionInfo($sessionID);
191 $authorSessions = $instance->listSessionsOfAuthor($authorID);
196 $groupSessions = $instance->listSessionsOfGroup($groupID);
[all …]
H A Dexample_big.php26 $instance = new EtherpadLiteClient('EtherpadFTW','http://beta.etherpad.org/api'); // Example URL: … variable
72 $newPad = $instance->createGroupPad($groupID,$name,$contents);
86 $instance->deletePad($groupID . "\$" . $name);
96 $instance->setPublicStatus($name,"true");
106 $instance->setPublicStatus($name,"false");
118 $padList = $instance->listPads($groupID);
136 $padContents = $instance->getText($pad); // Get the pad contents
147 $readOnlyID = $instance->getReadOnlyID($pad);
150 $getpublicStatus = $instance->getPublicStatus($pad); // get Security status of the pad
/plugin/html2pdf/html2pdf/html2ps/
H A Dlogger.php4 static $instance = null; variable in Logger
14 if (is_null(Logger::$instance)) {
15 Logger::$instance = new Logger();
18 return Logger::$instance;
21 /* static */ function set_instance($instance) { argument
22 Logger::$instance = $instance;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js63 var instance = _([1, 2, 3, 4, 5]).chain();
64 assert.deepEqual(instance.splice(1, 3).value(), [1, 5]);
65 assert.deepEqual(instance.splice(1, 0).value(), [1, 5]);
66 assert.deepEqual(instance.splice(1, 1).value(), [1]);
71 var instance = _([1, 2, 3]).chain();
72 assert.deepEqual(instance.shift().value(), [2, 3]);
73 assert.deepEqual(instance.shift().value(), [3]);
78 var instance = _([1, 2, 3]).chain();
79 assert.deepEqual(instance.pop().value(), [1, 2]);
80 assert.deepEqual(instance.pop().value(), [1]);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php440 public $instance; variable in Google_BackupRun
474 public function setInstance( $instance) { argument
475 $this->instance = $instance;
478 return $this->instance;
531 public $instance; variable in Google_DatabaseInstance
558 public function setInstance( $instance) { argument
559 $this->instance = $instance;
562 return $this->instance;
672 public $instance; variable in Google_InstanceOperation
711 $this->instance = $instance;
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DShareableCalendarTest.php10 protected $instance; variable in Sabre\\CalDAV\\ShareableCalendarTest
29 $this->instance = new ShareableCalendar($this->backend, $props);
35 $this->instance->updateShares(array(
50 )), $this->instance->getShares());
56 $this->assertNull($this->instance->setPublishStatus(true));
57 $this->assertNull($this->instance->setPublishStatus(false));
H A DCalendarHomeSharedCalendarsTest.php45 $instance = $this->getInstance();
46 $this->assertEquals('user1', $instance->getName());
52 $instance = $this->getInstance();
53 $children = $instance->getChildren();
83 $instance = $this->getInstance();
84 $result = $instance->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceReference.php25 public $instance; variable in Google\\Service\\Compute\\InstanceReference
30 public function setInstance($instance) argument
32 $this->instance = $instance;
39 return $this->instance;
/plugin/html2pdf/html2pdf/html2ps/features/
H A D_factory.php11 $instance =& FeatureFactory::get_instance();
12 return $instance->_get($name);
38 static $instance = null;
39 if (is_null($instance)) {
40 $instance =& new FeatureFactory();
43 return $instance;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DWorkerReleasedEvent.php25 public $instance; variable in Google\\Service\\Genomics\\WorkerReleasedEvent
34 public function setInstance($instance) argument
36 $this->instance = $instance;
43 return $this->instance;
H A DWorkerAssignedEvent.php25 public $instance; variable in Google\\Service\\Genomics\\WorkerAssignedEvent
38 public function setInstance($instance) argument
40 $this->instance = $instance;
47 return $this->instance;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DWorkerReleasedEvent.php25 public $instance; variable in Google\\Service\\CloudLifeSciences\\WorkerReleasedEvent
34 public function setInstance($instance) argument
36 $this->instance = $instance;
43 return $this->instance;
H A DWorkerAssignedEvent.php25 public $instance; variable in Google\\Service\\CloudLifeSciences\\WorkerAssignedEvent
38 public function setInstance($instance) argument
40 $this->instance = $instance;
47 return $this->instance;

12345678910>>...17