Home
last modified time | relevance | path

Searched refs:cursor (Results 276 – 300 of 652) sorted by path

1...<<11121314151617181920>>...27

/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DBangParser.php
H A DCloseBracketParser.php
H A DEscapableParser.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserContext.php
H A DInlineParserEngine.php
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceParser.php97 $cursor = new Cursor($line);
98 while (! $cursor->isAtEnd()) {
106 $result = $this->parseStartDefinition($cursor);
109 $result = $this->parseLabel($cursor);
112 $result = $this->parseDestination($cursor);
115 $result = $this->parseStartTitle($cursor);
118 $result = $this->parseTitle($cursor);
133 private function parseStartDefinition(Cursor $cursor): bool
135 $cursor->advanceToNextNonSpaceOrTab();
136 if ($cursor
39 parse(Cursor $cursor) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php31 public static function parseLinkDestination(Cursor $cursor): ?string
33 if ($res = $cursor->match(RegexHelper::REGEX_LINK_DESTINATION_BRACES)) {
40 if ($cursor->getCurrentCharacter() === '<') {
44 $destination = self::manuallyParseLinkDestination($cursor);
54 public static function parseLinkLabel(Cursor $cursor): int
56 $match = $cursor->match('/^\[(?:[^\\\\\[\]]|\\\\.){0,1000}\]/');
70 public static function parsePartialLinkLabel(Cursor $cursor): ?string
72 return $cursor->match('/^(?:[^\\\\\[\]]+|\\\\.?)*/');
80 public static function parseLinkTitle(Cursor $cursor): ?string
82 if ($title = $cursor
28 parseLinkDestination(Cursor $cursor) global() argument
51 parseLinkLabel(Cursor $cursor) global() argument
74 parseLinkTitle(Cursor $cursor) global() argument
84 manuallyParseLinkDestination(Cursor $cursor) global() argument
[all...]
/plugin/confmanager/
H A Dstyle.css62 cursor: pointer;
82 cursor: pointer;
179 cursor: wait;
/plugin/cookiebanner/
H A Dstyle.less19 cursor: pointer;
/plugin/copycode/
H A Dstyle.css
/plugin/crypto/
H A Dstyle.css29 cursor: pointer;
/plugin/database2/
H A Dstyle.css152 cursor: pointer;
/plugin/datatables/assets/datatables.net-bs/css/
H A DdataTables.bootstrap.min.css
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.css
/plugin/datatables/assets/datatables.net-responsive-bs/css/
H A Dresponsive.bootstrap.min.css
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js792 this.title.style.cursor = "move";
949 cell.style.cursor = "move";
/plugin/datepicker/
H A Dstyle.css20 cursor: default;
180 cursor: default;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.less134 cursor: pointer;
179 cursor: pointer;
209 cursor: pointer;
289 cursor: pointer;
329 cursor: default;
362 cursor: default;
391 cursor: pointer;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less45 /* text & cursor */
49 cursor: pointer; }
120 cursor: default;
157 cursor: pointer; }
230 cursor: pointer; }
356 cursor: pointer;
448 cursor: w-resize;
455 cursor: e-resize;
548 cursor: pointer;
1151 cursor: s-resize; }
[all …]
/plugin/diagrams/
H A Dstyle.less
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js610 …else this.node.style.cssText="position:absolute;"+(null!=this.cursor?"cursor:"+this.cursor+";":"")…
641 …null==a&&(a="");this.cursor=a;null!=this.node&&(this.node.style.cursor=a)};mxShape.prototype.getCu…
1155 …),this.installCellOverlayListeners(a,b[d],e),null!=b[d].cursor&&(e.node.style.cursor=b[d].cursor))…
1553 a.style.cursor=""}else a.parentNode.removeChild(a)}))};
1711 null!=this.cursor&&(this.graph.container.style.cursor=this.cursor);mxEvent.consume(b.getEvent());b.…
1723 …pe.destroy(),this.shape=null);null!=this.cursor&&null!=this.graph.container&&(this.graph.container…
1765 ….state=a;this.cursor=null!=b?b:this.cursor;this.image=null!=c?c:this.image;this.shape=null!=d?d:nu… method in mxHandle
1770cursor&&this.shape.init(this.graph.getView().getOverlayPane()));mxEvent.redirectMouseEvents(this.s…
2852 …&(this.container.style.cursor=b.state.shape.node.style.cursor))}null==b.getState()&&this.isEnabled…
10773cursor="",y.autoScroll=!0)}));Graph.fileSupport&&(mxEvent.addListener(g,"dragover",mxUtils.bind(th…
[all …]
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.css1cursor:row-resize;width:100%;height:10px}.croppie-container .cr-resizer-vertical::after{left:50%;m…

1...<<11121314151617181920>>...27