Home
last modified time | relevance | path

Searched refs:sexpr (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dcompiler.js229 SubExpression: function(sexpr) { argument
230 transformLiteralToPath(sexpr);
231 let type = this.classifySexpr(sexpr);
234 this.simpleSexpr(sexpr);
236 this.helperSexpr(sexpr);
238 this.ambiguousSexpr(sexpr);
241 ambiguousSexpr: function(sexpr, program, inverse) { argument
242 let path = sexpr.path,
257 simpleSexpr: function(sexpr) { argument
258 let path = sexpr.path;
[all …]
Dprinter.js124 PrintVisitor.prototype.SubExpression = function(sexpr) { argument
125 let params = sexpr.params,
135 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : '';
137 return this.accept(sexpr.path) + ' ' + params + hash;
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dcompiler.js236 SubExpression: function SubExpression(sexpr) {
237 transformLiteralToPath(sexpr);
238 var type = this.classifySexpr(sexpr);
241 this.simpleSexpr(sexpr);
243 this.helperSexpr(sexpr);
245 this.ambiguousSexpr(sexpr);
248 ambiguousSexpr: function ambiguousSexpr(sexpr, program, inverse) {
249 var path = sexpr.path,
264 simpleSexpr: function simpleSexpr(sexpr) {
265 var path = sexpr.path;
[all …]
Dprinter.js131 PrintVisitor.prototype.SubExpression = function (sexpr) { argument
132 var params = sexpr.params,
142 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : '';
144 return this.accept(sexpr.path) + ' ' + params + hash;
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dcompiler.js231 SubExpression: function SubExpression(sexpr) {
232 transformLiteralToPath(sexpr);
233 var type = this.classifySexpr(sexpr);
236 this.simpleSexpr(sexpr);
238 this.helperSexpr(sexpr);
240 this.ambiguousSexpr(sexpr);
243 ambiguousSexpr: function ambiguousSexpr(sexpr, program, inverse) {
244 var path = sexpr.path,
259 simpleSexpr: function simpleSexpr(sexpr) {
260 var path = sexpr.path;
[all …]
Dprinter.js130 PrintVisitor.prototype.SubExpression = function (sexpr) { argument
131 var params = sexpr.params,
141 hash = sexpr.hash ? ' ' + this.accept(sexpr.hash) : '';
143 return this.accept(sexpr.path) + ' ' + params + hash;
/plugin/asciidocjs/node_modules/handlebars/types/
Dindex.d.ts141 SubExpression(sexpr: hbs.AST.SubExpression): void;
164 SubExpression(sexpr: hbs.AST.SubExpression): void;
/plugin/asciidocjs/node_modules/handlebars/dist/
Dhandlebars.amd.min.js27 …K:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,s… property
Dhandlebars.min.js27 …K:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,s…