Home
last modified time | relevance | path

Searched refs:isNewLine (Results 1 – 22 of 22) sorted by relevance

/plugin/asciidocjs/node_modules/acorn/src/loose/
Dtokenize.js1 import {tokTypes as tt, Token, isNewLine, SourceLocation, getLineInfo, lineBreakG} from "../index"
7 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch)
62 if (ch === 34 || ch === 39 || isNewLine(ch)) break
Dstate.js1 import {tokenizer, SourceLocation, tokTypes as tt, Node, lineBreak, isNewLine} from "../index"
122 while (pos < this.input.length && !isNewLine(this.input.charCodeAt(pos))) ++pos
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dtokenize.js1 import {tokTypes as tt, Token, isNewLine, SourceLocation, getLineInfo, lineBreakG} from "acorn"
7 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch)
62 if (ch === 34 || ch === 39 || isNewLine(ch)) break
Dstate.js1 import {tokenizer, SourceLocation, tokTypes as tt, Node, lineBreak, isNewLine} from "acorn"
121 while (pos < this.input.length && !isNewLine(this.input.charCodeAt(pos))) ++pos
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dwhitespace.js7 export function isNewLine(code) { function
Dindex.js37 export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
Dtokenize.js5 import {lineBreak, lineBreakG, isNewLine, nonASCIIwhitespace} from "./whitespace"
552 if (isNewLine(ch)) this.raise(this.start, "Unterminated string constant")
584 } else if (isNewLine(ch)) {
/plugin/asciidocjs/node_modules/acorn/src/
Dwhitespace.js7 export function isNewLine(code) { function
Dindex.js37 export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
Dtokenize.js5 import {lineBreak, lineBreakG, isNewLine, nonASCIIwhitespace} from "./whitespace"
540 if (isNewLine(ch)) this.raise(this.start, "Unterminated string constant")
572 } else if (isNewLine(ch)) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js1 … addLooseExports, SourceLocation, tokTypes, tokenizer, Node, lineBreak, isNewLine, getLineInfo, To…
125 while (pos < this.input.length && !isNewLine(this.input.charCodeAt(pos))) ++pos
174 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch)
233 if (ch === 34 || ch === 39 || isNewLine(ch)) break
Dacorn_loose.js129 while (pos < this.input.length && !__acorn.isNewLine(this.input.charCodeAt(pos))) ++pos
178 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || __acorn.isNewLine(ch)
237 if (ch === 34 || ch === 39 || __acorn.isNewLine(ch)) break
Dacorn.js245 function isNewLine(code) { function
3195 if (isNewLine(ch)) this$1.raise(this$1.start, "Unterminated string constant")
3229 } else if (isNewLine(ch)) {
3427 exports.isNewLine = isNewLine;
Dacorn.es.js239 function isNewLine(code) { function
3189 if (isNewLine(ch)) this$1.raise(this$1.start, "Unterminated string constant")
3223 } else if (isNewLine(ch)) {
3401 …text, types as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNewLine, lineBreak, line…
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js1 import acorn, { SourceLocation, tokTypes, tokenizer, Node, lineBreak, isNewLine, getLineInfo, Token…
124 while (pos < this.input.length && !isNewLine(this.input.charCodeAt(pos))) ++pos
173 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch)
232 if (ch === 34 || ch === 39 || isNewLine(ch)) break
Dacorn_loose.js130 while (pos < this.input.length && !acorn.isNewLine(this.input.charCodeAt(pos))) ++pos
179 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || acorn.isNewLine(ch)
238 if (ch === 34 || ch === 39 || acorn.isNewLine(ch)) break
Dacorn.js246 function isNewLine(code) { function
2938 if (isNewLine(ch)) this$1.raise(this$1.start, "Unterminated string constant")
2972 } else if (isNewLine(ch)) {
3136 exports.isNewLine = isNewLine;
Dacorn.es.js240 function isNewLine(code) { function
2932 if (isNewLine(ch)) this$1.raise(this$1.start, "Unterminated string constant")
2966 } else if (isNewLine(ch)) {
3112 …text, types as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNewLine, lineBreak, line…
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js379 function isNewLine(code) { function
1317 if (isNewLine(ch)) this.raise(this.state.start, "Unterminated string constant");
1358 } else if (isNewLine(ch)) {
6902 if (isNewLine(ch)) {
6944 } else if (isNewLine(ch)) {
/plugin/aceeditor/
Dbuild.js1isNewLine=function(e){return e=="\r\n"||e=="\r"||e=="\n"},this.getLine=function(e){return this.$li… method
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js14648 var isNewLine = item.length === 0;
14650 if (!isNewLine) {
Dpdfmake.min.js.map1isNewLine","shouldAddLine","lineEnd","copyStyle","destination","normalizeTextArray","removeDiacrit…