Home
last modified time | relevance | path

Searched refs:previous (Results 476 – 500 of 556) sorted by path

1...<<11121314151617181920>>...23

/plugin/prosemirror/parser/
H A DPluginNode.php10 public function __construct($data, Node $parent, Node $previous = null) argument
12 $this->textNode = new TextNode($data['content'][0], $this, $previous);
H A DSmileyNode.php15 public function __construct($data, Node $parent, Node $previous = null) argument
21 $this->textNode = new TextNode(['marks' => $data['marks'] ?? null], $parent, $previous);
H A DTextNode.php9 public $previous = null; variable in dokuwiki\\plugin\\prosemirror\\parser\\TextNode
19 public function __construct($data, Node $parent, Node $previous = null) argument
22 if ($previous !== false) {
23 $this->previous = &$previous;
132 if ($this->previous !== null) {
133 $this->previous->increaseMark($type);
149 if ($this->previous !== null) {
150 $this->previous->increaseMark($markType);
156 if ($this === $this->previous) {
[all...]
/plugin/publish/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php30 Throwable $previous = null
39 $previous
24 __construct(string $message = '', int $code = ResultCode OPERATIONS_ERROR, \\Throwable $previous = null) global() argument
H A DUnsolicitedNotificationException.php31 * @param \Throwable|null $previous argument
34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "")
37 parent::__construct($message, $code, $previous);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md188 * With the previous Phar builds, some users received `phar error: invalid url
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DHttpException.php19 \Exception $previous = null
22 parent::__construct($message, $httpStatus, $previous);
H A DInvalidRequestException.php21 \Exception $previous = null
24 parent::__construct($message, $httpStatus, $uri, $previous);
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php25 \Exception $previous = null
28 parent::__construct($message, $httpStatus, $previous);
H A DInvalidRequestException.php27 \Exception $previous = null
30 parent::__construct($message, $httpStatus, $uri, $previous);
/plugin/quickstats/
H A DHOW-TO77 Stats for a previous month
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/revealjs/
H A DREADME.md268 - `---->` opens a new slide with the default transition in the default speed (open previous slides …
279 - The next `---->>` will close the previous container (and slide) implicitly
H A Dchangelog.md20 …- `---->` opens a new slide with default transition in default speed (open previous slides will be…
31 - The next `---->>` will close the previous container (and slide) implicitly
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2042 previous: function(element, expression, index) { method in Element.Methods
/plugin/schedule/
H A DTODO.txt28 convert -dispose previous -loop 10 -delay 20 green.png -delay 10 green-23.png green-21.png green-18…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
H A DCore.DirectLexLineNumberSyncInterval.txt
H A DURI.Munge.txt
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/searchform/
H A Dplugin.info.txt2 author Gerrit Uitslag, (previous: Adolfo González Blázquez)
/plugin/searchformgoto/
H A DCOPYING48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js3843 if (length == lastIndex || index !== previous) {
3844 var previous = index;
8986 previous.__wrapped__ = clone;
8990 var previous = clone;
8993 previous.__wrapped__ = value;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3166 invocation is supplied the return value of the previous. If `accumulator`
6953 Subsequent sources overwrite property assignments of previous sources.
7671 property assignments of previous values.
7914 sources overwrite property assignments of previous sources.
10289 invocation is supplied the return value of the previous.
10626 Reverts the `_` variable to its previous value and returns a reference to

1...<<11121314151617181920>>...23