Home
last modified time | relevance | path

Searched refs:previous (Results 51 – 75 of 556) sorted by last modified time

12345678910>>...23

/plugin/combo/syntax/
H A Dbrand.php168 while ($actualCall = $callStack->previous()) {
/plugin/combo/ComboStrap/
H A DLogException.php22 public function __construct($message = "", $code = 0, Throwable $previous = null) argument
24 parent::__construct($message, $code, $previous);
H A DTabsTag.php265 $previousOpeningTag = $callStack->previous();
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md7 due to run, calculate the next run date of the expression, and calculate the previous
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php10 public function __construct(\Exception $previous = null) argument
13 \Exception::__construct($this->getMessage(), $this->getCode(), $previous);
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null) argument
41 parent::__construct($this->message, 0, $previous);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php200 $previous = $mergeCache->getByTwoKeys($a, $b);
202 if ($previous !== null) {
203 return $previous;
206 $previous = $mergeCache->getByTwoKeys($b, $a);
208 if ($previous !== null) {
209 return $previous;
410 $previous = $mergeCache->getByTwoKeys($a, $b);
412 if ($previous !== null) {
413 return $previous;
416 $previous
[all...]
/plugin/combo/.travis/
H A D.travis.yml19 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
23 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
27 env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
30 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
33 # env: DOKUWIKI=stable # the last version of dokuwiki (master = dev, old-stable = previous)
/plugin/dwtimeline/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/mobiletable/
H A DREADME.md138 Note that the previous example could also be expressed using the ''!''-syntax for backwards compati…
/plugin/katex/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/bbcodeextensions/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/confightmlok/
H A DLICENSE22 For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions.
158 An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.
/plugin/oauth/
H A DException.php19 * @param \Throwable|null $previous
21 public function __construct($message = "", $context = [], $code = 0, \Throwable $previous = null) argument
23 parent::__construct($message, $code, $previous);
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/upgrade/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DException.php26 * @param \Exception $previous The previous exception used for the exception chaining.
28 public function __construct($message = "", $code = 0, \Exception $previous = null) argument
33 parent::__construct($message, $code, $previous);
/plugin/htmlokalt/
H A DLICENSE22 …changed, so that their problems will not be attributed erroneously to authors of previous versions.
158 …he work the party's predecessor in interest had or could give under the previous paragraph, plus a…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt345 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
371 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/plugin/farmer/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/approve/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/notification/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/ireadit/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/odt/ODT/
H A DODTState.php138 $previous = $this->stack [$this->size-1];
151 $element->determineParent ($previous);
/plugin/odt/ODT/elements/
H A DODTContainerElement.php50 * @param ODTStateElement $previous
52 public function determineParent(ODTStateElement $previous) { argument
53 $container = $previous;
67 $this->owner->setParent($previous);

12345678910>>...23