Lines Matching refs:pp
57 this.pp = options.pretty || false;
58 if (this.pp && typeof this.pp !== 'string') {
59 this.pp = ' ';
61 if (this.pp && !/^\s+$/.test(this.pp)) {
113 if (this.pp) this.buf.push("var pug_indent = [];");
244 this.buffer(newline + Array(this.indents + offset).join(this.pp));
371 var pp = this.pp;
374 if (pp && block.nodes.length > 1 && !escapePrettyMode &&
380 if (pp && i > 0 && !escapePrettyMode &&
397 if (this.pp) this.buf.push("pug_indent.push('" + Array(this.indents + 1).join(this.pp) + "');");
399 if (this.pp) this.buf.push("pug_indent.pop();");
434 var pp = this.pp;
443 if (pp) this.buf.push("pug_indent.push('" + Array(this.indents + 1).join(pp) + "');")
490 if (pp) this.buf.push("pug_indent.pop();")
529 , pp = this.pp
547 if (pp && !tag.isInline)
577 … if (pp && !tag.isInline && WHITE_SPACE_SENSITIVE_TAGS[tag.name] !== true && !tagCanInline(tag))
621 if (this.pp) this.prettyIndent(1, true);
645 if (this.pp) this.prettyIndent(1, true);
648 if (this.pp) this.prettyIndent(1, true);