Home
last modified time | relevance | path

Searched refs:instance (Results 176 – 200 of 405) sorted by path

12345678910>>...17

/plugin/ditaa/ditaa/
H A Dditaa.jar ... OutputName static final java.util.logging.Formatter INSTANCE public void <init> () public java. ...
/plugin/dokuprism/
H A DREADME.md7 1. Log in as admin in your instance of DokuWiki
/plugin/dokutexit/
H A DREADME.md129 instance, follow the link in the administration page). What seems to me as
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md415 - instance of preg_replace with /e modifier causing error in PHP 5.5
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md102 Alternatively, you can create your own `DeepCopy` instance to configure it differently for example:
175 The `TypeMatcher` will match any element by its type (instance of a class or any value that could be parameter of
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt60 …apache. Once you have done this, you can then clone repositories as the web server. For instance:
/plugin/edittable/lib/
H A Dhandsontable.full.js6817 this.instance = instance;
16492 cellProperties.instance = instance;
16883 …var obj = instance.getSourceData() && instance.getSourceData()[0] ? instance.getSourceData()[0] : …
25151 this.instance = instance;
25217 mainWOT = that.instance.cloneSource || that.instance;
27751 this.instance = wtTable.instance;
31460 output = instance[action].apply(instance, args);
33293 this.instance = instance;
42082 var instance;
47297 instance.search = new Search(instance);
[all …]
/plugin/edittable/script/
H A Deditor.js202 renderer: function (instance, td, row, col) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh26 export es_node_name=instance
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md109 1. Add `elasticsearch/elasticsearch` as a dependency in your project's `composer.json` file (change version to suit your version of Elasticsearch, for instance for ES 7.0):
446 If you want to send a PR for version `Y` please use the `Y.x` branch. For instance if you want to send a PR for **elasticsearch-php 7** use the `7.x` branch.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc542 $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
H A DClientBuilder.asciidoc54 Create an instance of ClientBuilder
147 Get the handler instance (CurlHandler)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc35 are generated when you deploy a new cloud instance. You need to store the
H A Dconnection-pool.asciidoc148 You can then instantiate an instance of your ConnectionPool and inject it into
H A Dhelpers.asciidoc37 // $client is Elasticsearch\Client instance
74 // $client is Elasticsearch\Client instance
H A Dhttp-meta-data.asciidoc14 used by the client. For instance, a value of `x-elastic-client-meta` can be
H A Dper-request-configuration.asciidoc50 configure it in the `client` parameter of the request array. For instance, the
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md838 Note that if a rejection value is not an instance of `\Exception`, it will be
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md67 * Deprecated passing a `string` as 1st argument to `Search::addIndex()` and `Search::hasIndex()`, pass an Index instance instead by @franmomu [#2103](https://github.com/ruflin/Elastica/pull/2103)
180 * Fixed `Elastica\Connection\StrategyInterface` instance checks [#1921](https://github.com/ruflin/Elastica/pull/1921)
1026 - `CallbackStrategy` now will accept any `callable` as callback, not only instance of `Closure`. [#871](https://github.com/ruflin/Elastica/pull/871)
1158 - Filter\HasChild::setType, Filter\HasParent::setType now support Type instance as argument
1159 - Filter\Indices::setIndices, Filter\Indices::addIndex now support Index instance as argument
1232 - Deprecated: Elastica\Query::setPostFilter() passing filter as array is deprecated. Pass instance of AbstractFilter instead. [#669](https://github.com/ruflin/Elastica/issues/669/)
/plugin/etherpadlite/
H A DREADME.md11 This dokuwiki plugin lets you edit your pages using an existing etherpad lite instance. Using an ap…
/plugin/etherpadlite/action/
H A Detherpadlite.php28 if (isset($this->instance)) return;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A DREADME.md7 $instance = new EtherpadLiteClient('EtherpadFTW,http://beta.etherpad.org/api');
8 $revisionCount = $instance->getRevisionsCount('testPad');
22 $padContents = $instance->getText('testPad');
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
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 …]
/plugin/extendpage/meta/
H A DAssignments.php24 protected static $instance = null; variable in dokuwiki\\plugin\\extendpage\\meta\\Assignments
34 if (is_null(self::$instance) or $forcereload) {
36 self::$instance = new $class();
38 return self::$instance;

12345678910>>...17