Home
last modified time | relevance | path

Searched refs:instances (Results 51 – 75 of 176) sorted by relevance

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRedis.php106 'instances',
110 'path' => 'v1/{+parent}/instances',
184 'path' => 'v1/{+parent}/instances',
H A DCloudFilestore.php196 'instances',
200 'path' => 'v1/{+parent}/instances',
238 '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 DAIPlatformNotebooks.php242 'instances',
246 'path' => 'v1/{+parent}/instances',
318 'path' => 'v1/{+parent}/instances',
336 'path' => 'v1/{+parent}/instances:register',
H A DBigtableAdmin.php166 'instances',
170 'path' => 'v2/{+parent}/instances',
210 'path' => 'v2/{+parent}/instances',
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php40 public static $instances; variable in phpseclib3\\Net\\SFTP\\Stream
216 if (isset(self::$instances[$host][$port][$user][(string) $pass])) {
217 $this->sftp = self::$instances[$host][$port][$user][(string) $pass];
243 self::$instances[$host][$port][$user][(string) $pass] = $this->sftp;
/plugin/issuelinks/classes/
H A DIssue.php13 private static $instances = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
75 if (empty(self::$instances[$issueHash]) || $forcereload) {
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
78 return self::$instances[$issueHash];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dsimple_xml_element.test2 Twig is able to deal with SimpleXMLElement instances as variables
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate_modify.rst14 by the `strtotime`_ function) or `DateTime`_ instances. You can easily combine
H A Ddate.rst27 `strtotime`_ function), `DateTime`_ instances, or `DateInterval`_ instances. For
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php144 private static $instances = []; variable in PHPUnit_Util_Configuration
186 if (!isset(self::$instances[$realpath])) {
187 self::$instances[$realpath] = new self($realpath);
190 return self::$instances[$realpath];
/plugin/randomquote/
H A DREADME.md8 After installing the plugin, all instances of `<randomquote>` will be replaced with a random quote.
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md15 …tor-plugin-scayt/issues/105) Javascript error fired in case of multiple instances of CKEditor in o…
H A DLICENSE.md23 … and consists of CKSource-owned intellectual property. In some specific instances, the plugin will…
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md15 …tor-plugin-scayt/issues/105) Javascript error fired in case of multiple instances of CKEditor in o…
H A DLICENSE.md23 … and consists of CKSource-owned intellectual property. In some specific instances, the plugin will…
/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/ckgdoku/ckeditor/plugins/wsc/
H A DLICENSE.md23 … and consists of CKSource-owned intellectual property. In some specific instances, the plugin will…
/plugin/quickstats/db/
H A DdataBaseStructure.txt66 …[<ip>] => <n> /* number of instances where a value occurs, so value_1 shows up here as occuring <…
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DLICENSE.md23 … and consists of CKSource-owned intellectual property. In some specific instances, the plugin will…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst18 The instantiator is able to create new instances of any class without
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1instances.wiki__text._.filebrowserFn;var l=DOKU_BASE+"lib/exe/fetch.php?media="+c;CKEDITOR.tools.c…
/plugin/ckgdoku/
H A Dscript.js436 var funcNum = CKEDITOR.instances.wiki__text._.filebrowserFn;
456 var funcNum = CKEDITOR.instances.wiki__text._.filebrowserFn;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js103 Popcorn.instances = [];
223 Popcorn.instances.push( this );
381 var instances = Popcorn.instances,
382 length = instances.length,
386 if ( instances[ i ].id === str ) {
387 return instances[ i ];
584 Popcorn.instances.splice( Popcorn.instances.indexOf( instance ), 1 );
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md23 The instantiator is able to create new instances of any class without using the constructor or any …

12345678