Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug/
Dregister.js5 var template = pug.compileFileClient(filename, {inlineRuntimeFunctions: false});
DHistory.md219 …* Add a sepatate `compileClient` and `compileFileClient` to replace the `client` option ([@ForbesL…
/plugin/asciidocjs/node_modules/jstransformer/
Dindex.js115 compileFileClient: ['compileFileClient', 'compileClient'], property
236 Transformer.prototype.compileFileClient = function (filename, options) { method in Transformer
245 return tr.normalize(this._tr.compileFileClient(filename, options));
259 return tr.normalizeAsync(this._tr.compileFileClient(filename, options), cb);
/plugin/asciidocjs/node_modules/pug/lib/
Dindex.js440 exports.compileFileClient = function(path, options){ function