Home
last modified time | relevance | path

Searched refs:peek (Results 151 – 175 of 192) sorted by path

12345678

/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
H A DInlineParserEngine.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php34 $char = (string) $cursor->peek(-1);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Parser/
H A DAnonymousFootnoteRefParser.php
H A DFootnoteRefParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php58 $previousChar = $cursor->peek(-1);
60 // peek() doesn't modify the cursor, so no need to restore state first
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php45 $charBefore = $cursor->peek(-1);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php171 if ($cursor->peek() === '|') {
/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/Util/
H A DLinkParserHelper.php108 if ($c === '\\' && ($peek = $cursor->peek()) !== null && RegexHelper::isEscapable($peek)) {
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1peek()),assistants.push(strategy)):(strategy==null&&(strategy=node.getElement().LayoutStrategyId!=…
H A Dbridge.collections.min.js1peek:function(){if(this._size===0)throw new System.InvalidOperationException("Queue empty.");retur…
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js1563peek=function(){return this.level_[this.level_.length-1]||null};sre.Levels.prototype.indexOf=funct… method in sre.Levels
1564 sre.Levels.prototype.get=function(a){var b=this.peek();return!b||0>a||a>=b.length?null:b[a]};sre.Le…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396peek(i);if(r&&r.touch>a&&r.type===n[t].completion.kind&&r.insertText===n[t].completion.insertText&…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 … 'partition-all',\n 'partition-by',\n 'pcalls',\n 'peek',\n 'persist…
H A D2.2.js26705 Parser.prototype.peek = function (type) { method in Parser
27280 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].SemiColon) && !this.peek(_…
27586 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].Ident) && !this.peek(_cssS…
28021 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_0__["TokenType"].String) && !this.peek(_css…
29154 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_…
29691peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_cssScanner…
30036 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_…
30172 …if (this.peek(_scssScanner_js__WEBPACK_IMPORTED_MODULE_0__["EqualsOperator"]) || this.peek(_scssSc…
30173 …|| this.peek(_scssScanner_js__WEBPACK_IMPORTED_MODULE_0__["GreaterEqualsOperator"]) || this.peek(_…
30665 …if (!this.peek(_cssScanner_js__WEBPACK_IMPORTED_MODULE_1__["TokenType"].SemiColon) && !this.peek(_…
[all …]
H A D2.2.js.map1peek = function (type) {\n return type === this.token.type;\n };\n Parser.prototype.p…
H A D3.3.js.map1peek = function(index) {\n var val = null;\n index = index || 0;\n index += this.__position;\n …
H A D4.4.js1peek=function(e){return e===this.token.type},e.prototype.peekRegExp=function(e,t){return e===this.… method in e

12345678