Home
last modified time | relevance | path

Searched refs:previous (Results 176 – 200 of 556) sorted by path

12345678910>>...23

/plugin/fckg/
H A DREADME5 for all previous versions of Dokuwiki.
/plugin/fckg/fckeditor/
H A DInstall_README24 with previous versions of DokuWikiFCK or to one based on Microsoft Office 2003.
H A Dlicense.txt820 substance or structure of either the Original Code or any previous
824 containing Original Code or previous Modifications.
827 previous Modifications.
/plugin/fckg/fckeditor/editor/css/
H A Dfck_internal.css81 /* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
/plugin/file2dw/
H A DREADME.md43 …e is executed by any other user on your system, you only have to change it in the previous command.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst261 Using the library API is simple. Using the annotations described in the previous section
H A Dindex.rst40 class of the previous example looks like this:
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php469 $this->_tokenSequence->previous();
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md162 compiler. The following code will use the previous grammar to create a compiler,
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php67 $previous = null argument
69 parent::__construct($message, $code, $arguments, $previous);
H A DGroup.php70 \Exception $previous = null
72 parent::__construct($message, $code, $arguments, $previous);
82 * @param bool $previous Whether raise previous exception if exists.
85 public function raise($previous = false) argument
87 $out = parent::raise($previous);
101 $exception->raise($previous)
H A DIdle.php103 \Exception $previous = null
106 parent::__construct($message, $code, $previous);
219 * @param bool $previous Whether raise previous exception if exists.
222 public function raise($previous = false) argument
248 if (true === $previous &&
249 null !== $previous = $this->getPreviousThrow()) {
252 'Nested exception (' . get_class($previous) . '):' . "\n" .
253 ($previous instanceof self
254 ? $previous->raise(true)
255 : $previous->getMessage());
H A DREADME.md74 * A previous exception (optional).
93 $previous = new Hoa\Exception\Exception('Hello previous.');
94 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world', $previous);
106 * {main}: (0) Hello previous.
137 * `commitTransaction` to merge all newly added exceptions in the previous
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php71 $previous = new SUT('previous')
73 ->when($result = new SUT($message, $code, $arguments, $previous), $line = __LINE__)
82 ->isIdenticalTo($previous)
H A DIdle.php82 $previous = new SUT('previous'),
83 $exception = new SUT('foo', 0, [], $previous)
88 ->isIdenticalTo($previous);
165 $previous = new SUT('previous'), $previousLine = __LINE__,
166 $exception = new SUT('foo', 0, [], $previous), $line = __LINE__
175 'Nested exception (' . get_class($previous) . '):' . "\n" .
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWatcher.php102 $previous = iterator_to_array($iterator);
103 $current = $previous;
107 if (!isset($previous[$name])) {
124 if ($previous[$name]->getHash() != $c->getHash()) {
133 unset($previous[$name]);
136 foreach ($previous as $p) {
147 $previous = $current;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php195 public function previous() function in Hoa\\Iterator\\Buffer
H A DREADME.md384 previous element.
404 $buffer->previous();
407 $buffer->previous();
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php285 ->variable($result->previous())
309 ->variable($result->previous())
429 ->variable($result->previous())
H A DLookbehind.php77 $previous = $lookbehind->getPrevious()
86 ->variable($previous)
94 $previous = $lookbehind->getPrevious()
103 ->string($previous)
111 $previous = $lookbehind->getPrevious()
120 ->string($previous)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md575 - Added clearing previous libxml errors [\#688](https://github.com/schmittjoh/serializer/pull/688) …
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE13 …ss permission from the Licensor to exercise rights under this License despite a previous violation.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst271 If the previous exclusion strategies are not enough, is possible to use the ``ExpressionLanguageExc…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php46 $previous = libxml_use_internal_errors(true);
50 libxml_use_internal_errors($previous);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php71 $previous = libxml_use_internal_errors(true);
88 libxml_use_internal_errors($previous);

12345678910>>...23