Home
last modified time | relevance | path

Searched refs:nextChar (Results 1 – 17 of 17) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/compiler/
DLl1.php378 $nextChar = null;
424 $nextChar = $in[$i];
427 if (isset($_skip[$nextChar])) {
428 if ("\n" === $nextChar) {
518 if (isset($_tokens[$nextChar])) {
519 $token = $nextChar;
522 if ("\n" === $nextChar) {
549 $nextChar = $match[1];
594 $i -= strlen($nextChar);
624 $this->buffers[-1] = $nextChar;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Strings/
DUnnecessaryStringConcatSniff.php113 $nextChar = $tokens[$next]['content'][1];
114 $combined = $prevChar.$nextChar;
/plugin/codemirror/dist/modes/
Dsass.min.js.map1nextChar","peekChar","previousChar","string","charAt","pos","endingString","cursorHalf","buildInte…
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js16340 lexer.nextChar();
16377 lexer.nextChar();
16544 this.nextChar();
16552 value: function nextChar() {
16570 ch = this.nextChar();
16573 ch = this.nextChar();
16577 ch = this.nextChar();
16582 ch = this.nextChar();
16588 ch = this.nextChar();
16605 while ((ch = this.nextChar()) >= 0) {
[all …]
Dpdf.worker.js.map1nextChar","getToken","isSpecial","readCharStrings","lenIV","extractFontProgram","privateData","pro…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DOtl.php2847 $nextChar = null;
2877 $nextChar = $crntChar;
2885 if ($nextChar && isset($this->arabRightJoining[hexdec($nextChar)])) {
2889 $nextChar = $crntChar;
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
D4.4.js1nextChar=function(){return this.source.charCodeAt(this.position++)||0},e.prototype.peekChar=functi… method in e
D2.2.js28222 MultiLineStream.prototype.nextChar = function () {
28483 this.stream.nextChar();
28605 var closeQuote = this.stream.nextChar();
28611 this.stream.nextChar();
D5.5.js1 …totype.goToEnd=function(){this.position=this.source.length},e.prototype.nextChar=function(){return… method in e
D2.2.js.map1nextChar = function () {\n return this.source.charCodeAt(this.position++) || 0;\n };\n …
D3.3.js.map1 …s.position = this.source.length;\n };\n MultiLineStream.prototype.nextChar = function () {\n…
Dbundle.js.map1nextChar;\n let offset = firstCodiconIndex;\n const length = text.length;\n // Append all…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1nextChar","ln","curr","last_valid","skip_empty_lines","reverse","curr_index","bracketRegexp","open…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js37396 seqObj = this.seqObj, nextChar = -1,
37401 if (nextChar === -1) {
37406 var uCode = nextChar;
37407 nextChar = -1;
37434 nextChar = uCode; uCode = UNASSIGNED; // Write an error, then current char.
37455nextChar = uCode; // Current character will be written too in the next iteration.
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1nextChar = line.text.slice(Math.min(pos, next) - line.from, Math.max(pos, next) - line.from);\n …