Lines Matching defs:strip
2717 var strip = new _whitespaceControl2['default'](options);
2719 return strip.accept(ast);
2769 strip: yy.stripFlags($$[$0], $$[$0]),
2796 this.$ = { open: $$[$0 - 5], path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
2799 this.$ = { path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
2802 this.$ = { path: $$[$0 - 4], params: $$[$0 - 3], hash: $$[$0 - 2], blockParams: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 5], $$[$0]) };
2805 this.$ = { strip: yy.stripFlags($$[$0 - 1], $$[$0 - 1]), program: $$[$0] };
2812 this.$ = { strip: $$[$0 - 2].strip, program: program, chain: true };
2819 this.$ = { path: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 2], $$[$0]) };
2834 strip: yy.stripFlags($$[$0 - 4], $$[$0]),
2843 this.$ = { path: $$[$0 - 3], params: $$[$0 - 2], hash: $$[$0 - 1], strip: yy.stripFlags($$[$0 - 4], $$[$0]) };
3276 function strip(start, end) {
3284 strip(0, 1);
3287 strip(0, 1);
3314 strip(5, 9);
3408 yy_.yytext = strip(1, 2).replace(/\\"/g, '"');return 80;
3411 yy_.yytext = strip(1, 2).replace(/\\'/g, "'");return 80;
3493 strip = this.accept(current);
3495 if (!strip) {
3501 openStandalone = strip.openStandalone && _isPrevWhitespace,
3502 closeStandalone = strip.closeStandalone && _isNextWhitespace,
3503 inlineStandalone = strip.inlineStandalone && _isPrevWhitespace && _isNextWhitespace;
3505 if (strip.close) {
3508 if (strip.open) {
3530 // Always strip the next node
3559 var strip = {
3596 return strip;
3600 return mustache.strip;
3605 var strip = node.strip || {};
3608 open: strip.open,
3609 close: strip.close
3619 // cased for strip operations)
3931 function prepareMustache(path, params, hash, open, strip, locInfo) {
3943 strip: strip,
3955 strip: {},
3990 inverseAndProgram.program.body[0].closeStrip = close.strip;
3993 inverseStrip = inverseAndProgram.strip;
4010 openStrip: openBlock.strip,
4012 closeStrip: close && close.strip,
4041 strip: {},
4055 openStrip: open.strip,
4056 closeStrip: close && close.strip,