Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js34 appendToBuffer: function appendToBuffer(source, location, explicit) {
49 source.appendToBuffer = true;
267 if (line.appendToBuffer) {
392 this.pushSource(this.appendToBuffer(this.popStack()));
395 …this.pushSource(['if (', local, ' != null) { ', this.appendToBuffer(local, undefined, true), ' }']…
397 this.pushSource(['else { ', this.appendToBuffer("''", undefined, true), ' }']);
409 …this.pushSource(this.appendToBuffer([this.aliasable('container.escapeExpression'), '(', this.popSt…
875 …this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent), this.pendingLo…
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js42 appendToBuffer: function appendToBuffer(source, location, explicit) {
57 source.appendToBuffer = true;
275 if (line.appendToBuffer) {
400 this.pushSource(this.appendToBuffer(this.popStack()));
403 …this.pushSource(['if (', local, ' != null) { ', this.appendToBuffer(local, undefined, true), ' }']…
405 this.pushSource(['else { ', this.appendToBuffer("''", undefined, true), ' }']);
417 …this.pushSource(this.appendToBuffer([this.aliasable('container.escapeExpression'), '(', this.popSt…
883 …this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent), this.pendingLo…
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js33 appendToBuffer: function(source, location, explicit) { method in JavaScriptCompiler
48 source.appendToBuffer = true;
284 if (line.appendToBuffer) {
429 this.pushSource(this.appendToBuffer(this.popStack()));
436 this.appendToBuffer(local, undefined, true),
442 this.appendToBuffer("''", undefined, true),
457 this.appendToBuffer([
983 this.appendToBuffer(
/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js304 appendToBuffer(pt);
320 appendToBuffer(pt);
347 var appendToBuffer = function (pt) method