Home
last modified time | relevance | path

Searched refs:lexer (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dlunr.js3083 lunr.QueryLexer.lexField = function (lexer) { argument
3084 lexer.backup()
3085 lexer.emit(lunr.QueryLexer.FIELD)
3086 lexer.ignore()
3090 lunr.QueryLexer.lexTerm = function (lexer) { argument
3091 if (lexer.width() > 1) {
3092 lexer.backup()
3093 lexer.emit(lunr.QueryLexer.TERM)
3096 lexer.ignore()
3098 if (lexer.more()) {
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.js125 function SourceLocation(lexer, start, end) {
126 this.lexer = void 0;
129 this.lexer = lexer;
146 } else if (!first || !first.loc || !second.loc || first.loc.lexer !== second.loc.lexer) {
149 return new SourceLocation(first.loc.lexer, first.loc.start, second.loc.end);
226 var input = loc.lexer.input; // Prepend some information
15022 this.lexer = void 0;
15043 this.lexer = new Lexer_Lexer(input, this.settings);
15077 this.pushToken(this.lexer.lex());
16851 this.gullet.lexer.setCatcode("%", 13); // active character
[all …]
Dkatex.min.js1lexer=void 0,this.start=void 0,this.end=void 0,this.lexer=t,this.start=e,this.end=r}return t.range…
Dkatex.mjs10 constructor(lexer, start, end) { argument
11 this.lexer = void 0;
14 this.lexer = lexer;
31 } else if (!first || !first.loc || !second.loc || first.loc.lexer !== second.loc.lexer) {
34 return new SourceLocation(first.loc.lexer, first.loc.start, second.loc.end);
50 * but instead of referencing the bare input string, we refer to the lexer.
101 const input = loc.lexer.input; // Prepend some information
13553 * parser expects us to be able to backtrack, the lexer allows lexing from any
14684 this.lexer = void 0;
14703 this.lexer = new Lexer(input, this.settings);
[all …]