Home
last modified time | relevance | path

Searched refs:getPrevious (Results 26 – 46 of 46) sorted by path

12

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php284 while ($previous = $previous->getPrevious()) {
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dset-retries.asciidoc30 check if it wraps a MaxRetriesException using `getPrevious()`:
42 $previous = $e->getPrevious();
64 $previous = $e->getPrevious();
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php293 public function getPrevious(); function
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php137 $this->_previous = $this->getPrevious();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookbehind.php165 public function getPrevious() function in Hoa\\Iterator\\Lookbehind
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLookbehind.php77 $previous = $lookbehind->getPrevious()
94 $previous = $lookbehind->getPrevious()
111 $previous = $lookbehind->getPrevious()
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php308 if ($exception->getPrevious()) {
309 $exception = $exception->getPrevious();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php51 if ($e->getPrevious()) {
52 $this->previous = new self($e->getPrevious());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php267 while ($e = $e->getPrevious()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php48 if ($e->getPrevious()) {
49 $e = $e->getPrevious();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php346 $previous = $e->getPrevious();
353 $previous = $previous->getPrevious();
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php311 while ($e instanceof self && $e = $e->getPrevious()) {
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/prosemirror/parser/
H A DMark.php135 public function getPrevious() function in dokuwiki\\plugin\\prosemirror\\parser\\Mark
H A DTextNode.php93 while ($mark = $mark->getPrevious()) {
/plugin/refnotes/
H A Daction.php353 if ($call->getPrevious()->getName() != 'plugin_refnotes_references') {
H A Dinstructions.php198 public function getPrevious() {
187 public function getPrevious() { global() function in refnotes_instruction_reference
/plugin/sentry/
H A DEvent.php122 if ($e->getPrevious() !== null) {
123 $this->addException($e->getPrevious());
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php290 while ($previous = $previous->getPrevious()) {

12