Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/404manager/
H A DREADME.md15 …nt problem is that thus external links become obsolete (especially for search engine for instance).
137 Just copy the directory [lang/en](lang/en), rename it in your own language (For instance, for franc…
/plugin/a2s/
H A DASCIIToSVG.php1639 private static $instance = null; variable in dokuwiki\\plugin\\a2s\\Scale
1648 if (self::$instance == null) {
1649 self::$instance = new Scale();
1652 return self::$instance;
/plugin/achart/
H A DREADME.md132 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/achart/assets/
H A Dapexcharts.min.js6instance?t.instance:((i="svg"==t.nodeName?t.parentNode instanceof e.SVGElement?new a.Nested:new a.…
/plugin/addressbook/
H A Dsyntax.php147 $this->instance++;
148 if ($this->instance > 1) return;
/plugin/adfs/phpsaml/
H A DREADME.md1100 $auth = new OneLogin_Saml2_Auth($settingsInfo); // Initialize the SP SAML instance
1276 initializing the SP SAML instance.
1284 Internally initializes an SP SAML instance and an `OneLogin_Saml2_Response`.
1315 * `OneLogin_Saml2_Auth` - Initializes the SP SAML instance
/plugin/adminperm/
H A Daction.php49 $instance = $event->data['instance'];
50 $pname = $instance->getPluginName();
/plugin/advrack/
H A Djquery.qtip.js205 var instance;
206 if(this.initialize === 'render' && (instance = this(self))) {
207 self.plugins[name] = instance;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1656 static function instance($name = 'default') function in Parsedown
1663 $instance = new static();
1665 self::$instances[$name] = $instance;
1667 return $instance;
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md55 // Create a new instance
/plugin/amcharts/
H A DREADME.md72 For instance to make your chart occupying half width of its container and floated to the right:
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md789 toBlob | (object) options, (function) callback | Prepares a BLOB and passes the instance to the cal…
1023 * Added: afterCapture to be able to modify the fabric instance if needed
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js5166 fromElement: function(el, instance) { argument
5225 offsetX: -instance.left,
5226 offsetY: -instance.top
6745 instance.includeDefaultValues = false;
6772 if (instance.group && instance.group === this.getActiveGroup()) {
6776 originalValues[prop] = instance[prop];
6794 instance.set(originalValues);
6952 var instance = objects[i],
6956 markup.push(instance.toSVG(reviver));
17416 var instance = new fabric.Image(img, object);
[all …]
H A Dfabric.min.js4instance){var colorStopEls=el.getElementsByTagName("stop"),type=el.nodeName==="linearGradient"?"li… argument
9 …ion(filters){object.filters=filters||[];var instance=new fabric.Image(img,object);callback&&callba…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1instance, for best performance\n\t array.byteLength\n\t that = Buffer._augment(new Uint8Arra…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md25 enable "responsive" plugin for your chart instance.
/plugin/authdiscourse/
H A Dplugin.info.txt6 desc Provides user authentication against a Discourse instance
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php38 protected static $instance; variable in Facebook\\FileUpload\\Mimetypes
956 if (!self::$instance) {
957 self::$instance = new self();
960 return self::$instance;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php601 * @param string $instance Instance name.
643 * @param string $instance Instance name.
663 * @param string $instance Name of the instance resource to delete.
682 * @param string $instance Instance name.
703 * @param string $instance Instance name.
723 * @param string $instance Name of the instance resource to return.
727 public function get($project, $zone, $instance, $optParams = array()) { argument
742 * @param string $instance Name of the instance scoping this request.
803 * @param string $instance Name of the instance scoping this request.
823 * @param string $instance Name of the instance scoping this request.
[all …]
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/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php3305 'path' => 'v1/{+instance}:reportStatus',
3308 'instance' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1InstanceDeploymentStatus.php30 public $instance; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1InstanceDeploymentStatus
63 public function setInstance($instance) argument
65 $this->instance = $instance;
72 return $this->instance;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsInstances.php126 * @param string $instance The name of the instance reporting this status. For
133 …public function reportStatus($instance, GoogleCloudApigeeV1ReportInstanceStatusRequest $postBody, … argument
135 $params = ['instance' => $instance, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DCreateInstanceRequest.php52 public function setInstance(Instance $instance) argument
54 $this->instance = $instance;
61 return $this->instance;
H A DPartialUpdateInstanceRequest.php32 public function setInstance(Instance $instance) argument
34 $this->instance = $instance;
41 return $this->instance;

12345678910>>...17