Searched refs:compileClient (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | index.js | 113 compileClient: ['compileClient'], property 210 Transformer.prototype.compileClient = function (str, options) { method in Transformer 220 return tr.normalize(this._tr.compileClient(str, options)); 233 return tr.normalizeAsync(this._tr.compileClient(str, options), cb); 249 return tr.normalize(this._tr.compileClient(tr.readFileSync(filename, 'utf8'), options)); 267 return this._tr.compileClient(str, options);
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | README.md | 42 // By default compileClient automatically embeds the needed runtime functions, 44 var compiledCode = pug.compileClient(pugSrc, { 54 compiledCode = pug.compileClient(pugSrc, {
|
| /plugin/asciidocjs/node_modules/pug/lib/ |
| D | index.js | 335 exports.compileClient = function (str, options) { function 451 var out = exports.compileClient(str, options);
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 219 …* Add a sepatate `compileClient` and `compileFileClient` to replace the `client` option ([@ForbesL…
|