Home
last modified time | relevance | path

Searched refs:previous (Results 101 – 125 of 556) sorted by last modified time

12345678910>>...23

/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) { argument
20 parent::__construct($message, $code, $previous);
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { argument
36 parent::__construct($message, $code, $previous);
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) { argument
51 parent::__construct($message, $code, $previous);
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) { argument
70 parent::__construct($message, $code, $previous);
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) { argument
92 parent::__construct($message, $code, $previous);
[all …]
/plugin/imgpaste/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/odtsupport/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/usecounter/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/structgantt/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/twofactoraltemail/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/docnavigation/
H A DREADME.md5 Add navigation elements to next and previous pages for documentation
/plugin/blog/
H A Dplugin.info.txt7 desc Use DokuWiki as blogging tool. (previous authors: Esther Brunner)
/plugin/advanced/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc131 Occasionally, you'll encounter DSL that requires both of the previous patterns.
H A Dfutures.asciidoc247 // Should return immediately, since the previous future resolved the entire batch
H A Dset-retries.asciidoc42 $previous = $e->getPrevious();
43 if ($previous instanceof 'Elasticsearch\Common\Exceptions\MaxRetriesException') {
52 `TransportException` and then check it's previous value:
64 $previous = $e->getPrevious();
65 if ($previous instanceof 'Elasticsearch\Common\Exceptions\MaxRetriesException') {
H A Dindex-operations.asciidoc68 as the previous example, the more complicated example can be helpful for "real
H A Dconnecting.asciidoc338 The response here is different from the previous ones. You can see metadata
H A Dconnection-pool.asciidoc99 Unlike the two previous static connection pools, this one is dynamic. The user
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php56 public function __construct($code, $input, $result, $previous = null) argument
62 parent::__construct(self::$messages[$code], $code, $previous);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md310 * Scroll releases previous ResultSet from memory before calling ES for next data batch [#1740](https://github.com/ruflin/Elastica/pull/1740)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md283 The response is a little different from the previous responses. We see some metadata (`took`, `timed_out`, etc.) and
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md100 memory growth in previous versions. By explicitly avoiding and explicitly
H A DREADME.md643 value of the previous handler. This creates a promise "pipeline".
657 // previous handler.
663 // previous handler.
669 // previous handler.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DRequestEntityTooLargeException.php9 public function __construct(?Throwable $previous = null) argument
11 parent::__construct('Request entity is too large.', 0, $previous);
/plugin/ckgedit/ckeditor/
H A DCHANGES.md883 …ipboard. Internal and cross-editor paste is safe due to the change explained in the previous point.
935 …atest/api/CKEDITOR_dom_element.html#method-hasClass) methods. Note: The previous implementation al…
1032 …://ckeditor.com/cke4/addon/font) style should not lead to nesting it in the previous style element.
1562 …Pressing *Delete* or *Backspace* in an empty table cell moves the cursor to the next/previous cell.
H A DLICENSE.md861 substance or structure of either the Original Code or any previous
865 containing Original Code or previous Modifications.
868 previous Modifications.
H A Dckeditor.js.unc3046 previous: function() {
3913 return c.previous()
6212 b = this.previous,
6215 c && (c.previous = b);
6222 c = a.previous = this.previous,
6236 this.previous = a;
6246 (this.previous = a.previous) && (a.previous.next = this);
6247 a.previous = this;
6518 a.previous = c;
6743 for (a = a.previous; a && f(a);) a = a.previous;
[all …]
/plugin/ckgedit/lang/en/
H A Dhogfather.txt1 … hogfather dokuwiki distribution. The most significant difference from previous versions is that …

12345678910>>...23