Home
last modified time | relevance | path

Searched refs:getPrevious (Results 1 – 25 of 46) sorted by last modified time

12

/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/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/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/ckgedit/ckeditor/
H A Dckeditor.js.unc1929 a = this.getPrevious()
1934 a = f.getPrevious()
1938 getPrevious: function(a) {
2966 getPrevious: 1,
3207 var d = c ? a.getPrevious() : a.getNext();
3560 t = l.getPrevious()
9952 var c = a.getPrevious(H),
10451 …quals(n.getPrevious()) ? (c.startOffset = c.startOffset - k.getLength() - a.getPrevious().getLengt…
13330 !c || !f.getPrevious() || f.getPrevious().type ==
16821 … c.getPrevious().getFirst(CKEDITOR.dom.walker.invisible(1)) || c.getPrevious().remove();
[all …]
H A Dckeditor.js79 …his.type==CKEDITOR.NODE_ELEMENT&&b&&!1===b(this,!0))return null;a=this.getPrevious()}for(;!a&&(f=(…
80 b(f,!0))return null;a=f.getPrevious()}return!a||b&&!1===b(a)?null:d&&a.type!=d?a.getPreviousSourceN…
117getPrevious(),!c||c.type!=CKEDITOR.NODE_ELEMENT)return;if(b.isIdentical(c)){for(var h=e?b.getLast(…
157getPrevious())&&m.type==CKEDITOR.NODE_TEXT;)f+=m.getText().replace(CKEDITOR.dom.selection.FILLING_…
166 …L=!1,C?k=n:this.setStartBefore(n));r=n.getPrevious()}for(;r;)if(E=!1,r.type==CKEDITOR.NODE_COMMENT…
211getPrevious())&&x.type==CKEDITOR.NODE_ELEMENT&&("br"==x.getName()?x.remove():x.getLast()&&"br"==x.…
476 (J||!B.hasPrevious()||B.getPrevious().is&&B.getPrevious().is("br")),J=b.document.createElement("spa…
524 …ode;k.equals(p.getPrevious())?(c.startOffset=c.startOffset-k.getLength()-a.getPrevious().getLength…
668 …ame()){b=new CKEDITOR.dom.documentFragment(g.document);!c||!f.getPrevious()||f.getPrevious().type==
856 …kquote")){c.breakParent(c.getParent());c.getPrevious().getFirst(CKEDITOR.dom.walker.invisible(1))|…
[all …]
/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)):…
H A Dspecialchar.js.unc85 if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
144 if ( ( relative = element.getParent().getPrevious() ) ) {
152 else if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
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…
H A Dsmiley.js.unc56 if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
99 if ( ( relative = element.getParent().getPrevious() ) ) {
105 else if ( ( relative = element.getParent().getParent().getPrevious() ) ) {
H A Dsmiley.js1getPrevious())){t=u.getChild([i.getParent().getIndex(),0]);t.focus()}s.preventDefault();break;case…
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php284 while ($previous = $previous->getPrevious()) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php151 if ($previous = $e->getPrevious()) {
154 } while ($previous = $previous->getPrevious());
H A DNormalizerFormatter.php237 if ($previous = $e->getPrevious()) {
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterInterface.php47 public function getPrevious(): ?DelimiterInterface;
63 public function getPrevious(): ?DelimiterInterface; global() function
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 DDelimiter.php125 public function getPrevious(): ?DelimiterInterface
141 public function getPrevious(): ?DelimiterInterface global() function in League\\CommonMark\\Delimiter\\Delimiter
/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/refnotes/
H A Dinstructions.php198 public function getPrevious() {
187 public function getPrevious() { global() function in refnotes_instruction_reference
H A Daction.php353 if ($call->getPrevious()->getName() != 'plugin_refnotes_references') {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php290 while ($previous = $previous->getPrevious()) {
/plugin/sentry/
H A DEvent.php122 if ($e->getPrevious() !== null) {
123 $this->addException($e->getPrevious());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php267 while ($e = $e->getPrevious()) {

12