Home
last modified time | relevance | path

Searched refs:getPrevious (Results 1 – 25 of 46) sorted by relevance

12

/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php44 while ($delimiter !== null && $delimiter->getPrevious() !== $stackBottom) {
45 $delimiter = $delimiter->getPrevious();
53 if ($delimiter->getPrevious() !== null) {
55 $delimiter->getPrevious()->setNext($delimiter->getNext());
60 $this->top = $delimiter->getPrevious();
63 $delimiter->getNext()->setPrevious($delimiter->getPrevious());
75 $delimiter = $closer->getPrevious();
77 $previous = $delimiter->getPrevious();
98 $opener = $opener->getPrevious();
117 $opener = $opener->getPrevious();
[all...]
H A DDelimiterInterface.php47 public function getPrevious(): ?DelimiterInterface;
63 public function getPrevious(): ?DelimiterInterface; global() function
H A DDelimiter.php125 public function getPrevious(): ?DelimiterInterface
141 public function getPrevious(): ?DelimiterInterface global() function in League\\CommonMark\\Delimiter\\Delimiter
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php51 if ($e->getPrevious()) {
52 $this->previous = new self($e->getPrevious());
/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/src/Util/
H A DFilter.php48 if ($e->getPrevious()) {
49 $e = $e->getPrevious();
/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/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getPrevious())){t=u.getChild([i.getParent().getIndex(),0]);t.focus()}s.preventDefault();break;case…
H A Dsmiley.js.4.36 …r d="rtl"==f.lang.dir;switch(b){case 38:if(b=c.getParent().getParent().getPrevious())b=b.getChild(…
7 …37:if(b=c.getParent().getPrevious())b=b.getChild(0),b.focus(),a.preventDefault(!0);else if(b=c.get…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getPrevious())){l=m.getChild([j.getParent().getIndex(),0]);l.focus();a(null,j);i(null,l)}k.prevent…
H A Dspecialchar.js.orig7 …r f="rtl"==i.lang.dir;switch(a){case 38:if(a=b.getParent().getParent().getPrevious())a=a.getChild(…
8 …b.getParent().getPrevious())?(a=a.getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):…
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js1getPrevious())){l=m.getChild([j.getParent().getIndex(),0]);l.focus();a(null,j);i(null,l)}k.prevent…
H A Dspecialchar.js.orig7 …r f="rtl"==i.lang.dir;switch(a){case 38:if(a=b.getParent().getParent().getPrevious())a=a.getChild(…
8 …b.getParent().getPrevious())?(a=a.getChild(0),a.focus(),d(null,b),g(null,a),c.preventDefault(!0)):…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1getPrevious())){t=u.getChild([i.getParent().getIndex(),0]);t.focus()}s.preventDefault();break;case…
H A Dsmiley.js.4.36 …r d="rtl"==f.lang.dir;switch(b){case 38:if(b=c.getParent().getParent().getPrevious())b=b.getChild(…
7 …37:if(b=c.getParent().getPrevious())b=b.getChild(0),b.focus(),a.preventDefault(!0);else if(b=c.get…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php71 $previous = self::getPrevious($previous);
108 private static function getPrevious(?Node $node = null): ?Node
115 private static function getPrevious(?Node $node = null): ?Node global() function in League\\CommonMark\\Extension\\Attributes\\Event\\AttributesListener
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js7 …etKeystroke(),e="rtl"==x.lang.dir;switch(g){case 38:if(a=b.getParent().getPrevious())a=a.getChild(…
8 …ault(!0));break;case e?39:37:if(a=b.getPrevious())a.focus(),c.preventDefault(!0);else if(a=b.getPa…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.js7 …etKeystroke(),d="rtl"==x.lang.dir;switch(k){case 38:if(a=b.getParent().getPrevious())a=a.getChild(…
8 …ault(!0));break;case d?39:37:if(a=b.getPrevious())a.focus(),c.preventDefault(!0);else if(a=b.getPa…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php151 if ($previous = $e->getPrevious()) {
154 } while ($previous = $previous->getPrevious());
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLookbehind.php165 public function getPrevious() function in Hoa\\Iterator\\Lookbehind
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php68 … if ($e->getPrevious() instanceof RingException || !$rawResponse instanceof ResponseInterface) {
/plugin/sentry/
H A DEvent.php122 if ($e->getPrevious() !== null) {
123 $this->addException($e->getPrevious());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php346 $previous = $e->getPrevious();
353 $previous = $previous->getPrevious();
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php293 public function getPrevious(); function
/plugin/authfacebook/lib/FileUpload/
H A DFacebookResumableUploader.php119 $preException = $e->getPrevious();

12