Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
DInstances.php51 * @param string $instance Cloud SQL instance ID. This does not include the
56 public function addServerCa($project, $instance, $optParams = []) argument
58 $params = ['project' => $project, 'instance' => $instance];
68 * @param string $instance The ID of the Cloud SQL instance to be cloned
74 …public function cloneInstances($project, $instance, InstancesCloneRequest $postBody, $optParams = … argument
76 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
85 * @param string $instance Cloud SQL instance ID. This does not include the
90 public function delete($project, $instance, $optParams = []) argument
92 $params = ['project' => $project, 'instance' => $instance];
101 * @param string $instance Cloud SQL instance name.
[all …]
DDatabases.php38 * @param string $instance Database instance ID. This does not include the
44 public function delete($project, $instance, $database, $optParams = []) argument
46 $params = ['project' => $project, 'instance' => $instance, 'database' => $database];
55 * @param string $instance Database instance ID. This does not include the
61 public function get($project, $instance, $database, $optParams = []) argument
63 $params = ['project' => $project, 'instance' => $instance, 'database' => $database];
72 * @param string $instance Database instance ID. This does not include the
78 public function insert($project, $instance, Database $postBody, $optParams = []) argument
80 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
89 * @param string $instance Cloud SQL instance ID. This does not include the
[all …]
DSslCerts.php44 * @param string $instance Cloud SQL instance ID. This does not include the
50 …public function createEphemeral($project, $instance, SslCertsCreateEphemeralRequest $postBody, $op… argument
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
69 … $params = ['project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint];
79 * @param string $instance Cloud SQL instance ID. This does not include the
85 public function get($project, $instance, $sha1Fingerprint, $optParams = []) argument
87 … $params = ['project' => $project, 'instance' => $instance, 'sha1Fingerprint' => $sha1Fingerprint];
97 * @param string $instance Cloud SQL instance ID. This does not include the
[all …]
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
81 $params = ['project' => $project, 'instance' => $instance, 'postBody' => $postBody];
91 * @param string $instance Cloud SQL instance ID, or "-" for all instances. This
[all …]
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 …]
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];
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/
DInstances.php69 * @param string $instance The instance name for this request.
87 …public function addAccessConfig($project, $zone, $instance, $networkInterface, AccessConfig $postB… argument
89 …$params = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'networkInterface' => …
100 * @param string $instance The instance name for this request.
116 …public function addResourcePolicies($project, $zone, $instance, InstancesAddResourcePoliciesReques… argument
118 …$params = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBod…
193 * @param string $instance The instance name for this request.
212 public function attachDisk($project, $zone, $instance, AttachedDisk $postBody, $optParams = []) argument
214 …$params = ['project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBod…
251 * @param string $instance Name of the instance resource to delete.
[all …]
/plugin/sfauth/
Dhelper.php20 protected $instance = 1; variable in helper_plugin_sfauth
36 * @param int $instance the salesforce configuration instance to use (1 to 3)
39 public static function getLoginURL($instance) { argument
40 $instance = (int) $instance;
41 if($instance < 1 || $instance > 3) $instance = 1;
42 return DOKU_URL . DOKU_SCRIPT . '?do=login&u=sf&p=sf&sf='.$instance;
84 * @param int $instance Salesforce config instance
87 public function init_by_oauth($instance) { argument
90 $instance = (int) $instance;
91 if($instance < 1 || $instance > 3) $instance = 1;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DSQLAdmin.php78 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns/{id}',
86 'instance' => [
98 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns/{id}',
106 'instance' => [
118 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns',
126 'instance' => [
133 'path' => 'v1/projects/{project}/instances/{instance}/backupRuns',
141 'instance' => [
166 'path' => 'v1/projects/{project}/instances/{instance}:generateEphemeralCert',
174 'instance' => [
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dhelpers.js9 export function registerDefaultHelpers(instance) { argument
10 registerBlockHelperMissing(instance);
11 registerEach(instance);
12 registerHelperMissing(instance);
13 registerIf(instance);
14 registerLog(instance);
15 registerLookup(instance);
16 registerWith(instance);
19 export function moveHelperToHooks(instance, helperName, keepHelper) { argument
20 if (instance.helpers[helperName]) {
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dhelpers.js25 function registerDefaultHelpers(instance) { argument
26 _registerBlockHelperMissing['default'](instance);
27 _registerEach['default'](instance);
28 _registerHelperMissing['default'](instance);
29 _registerIf['default'](instance);
30 _registerLog['default'](instance);
31 _registerLookup['default'](instance);
32 _registerWith['default'](instance);
35 function moveHelperToHooks(instance, helperName, keepHelper) { argument
36 if (instance.helpers[helperName]) {
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dhelpers.js38 function registerDefaultHelpers(instance) { argument
39 _helpersBlockHelperMissing2['default'](instance);
40 _helpersEach2['default'](instance);
41 _helpersHelperMissing2['default'](instance);
42 _helpersIf2['default'](instance);
43 _helpersLog2['default'](instance);
44 _helpersLookup2['default'](instance);
45 _helpersWith2['default'](instance);
48 function moveHelperToHooks(instance, helperName, keepHelper) { argument
49 if (instance.helpers[helperName]) {
[all …]
/plugin/webdav/vendor/sabre/event/lib/Loop/
Dfunctions.php14 instance()->setTimeout($cb, $timeout);
30 return instance()->setInterval($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);
[all …]
/plugin/etherpadlite/externals/etherpad-lite-client/
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 …]
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/
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/
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]);
67 assert.deepEqual(instance.splice(0, 1).value(), [], '#397 Can create empty array');
71 var instance = _([1, 2, 3]).chain();
72 assert.deepEqual(instance.shift().value(), [2, 3]);
73 assert.deepEqual(instance.shift().value(), [3]);
74 assert.deepEqual(instance.shift().value(), [], '#397 Can create empty array');
78 var instance = _([1, 2, 3]).chain();
[all …]
/plugin/authgoogle/google/contrib/
DGoogle_SQLAdminService.php31 * @param string $instance Database instance ID. This does not include the project ID.
37 public function get($project, $instance, $backupConfiguration, $dueTime, $optParams = array()) { argument
38 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo…
52 * @param string $instance Database instance ID. This does not include the project ID.
60 … public function listBackupRuns($project, $instance, $backupConfiguration, $optParams = array()) { argument
61 …$params = array('project' => $project, 'instance' => $instance, 'backupConfiguration' => $backupCo…
86 * @param string $instance Database instance ID. This does not include the project ID.
90 public function delete($project, $instance, $optParams = array()) { argument
91 $params = array('project' => $project, 'instance' => $instance);
105 * @param string $instance Database instance ID. This does not include the project ID.
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DEntityLookup.php34 public static function instance($prototype = false) function in HTMLPurifier_EntityLookup
37 static $instance = null;
39 $instance = $prototype;
40 } elseif (!$instance) {
41 $instance = new HTMLPurifier_EntityLookup();
42 $instance->setup();
44 return $instance;
DDefinitionCacheFactory.php36 public static function instance($prototype = null) function in HTMLPurifier_DefinitionCacheFactory
38 static $instance;
40 $instance = $prototype;
41 } elseif ($instance === null || $prototype === true) {
42 $instance = new HTMLPurifier_DefinitionCacheFactory();
43 $instance->setup();
45 return $instance;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
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/
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/
DWorkerReleasedEvent.php25 public $instance; variable in Google\\Service\\Genomics\\WorkerReleasedEvent
34 public function setInstance($instance) argument
36 $this->instance = $instance;
43 return $this->instance;

12345678910>>...21