Searched refs:renderFile (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/jstransformer/ |
| D | index.js | 121 renderFile: ['renderFile', 'render', 'compileFile', 'compile'], property 178 return tr.normalize(this._tr.renderFile(filename, options, locals)).body; 318 Transformer.prototype.renderFile = function (filename, options, locals) { method in Transformer 324 return tr.normalize(this._tr.renderFile(filename, options, locals)); 346 return tr.normalizeAsync(this._tr.renderFile(filename, options, locals), cb);
|
| D | README.md | 67 ### `.renderFile` 70 transformer.renderFile(filename, options, locals) 74 _requires the underlying transform to implement `.renderFile`, `.render`, `.compileFile`, or `.comp… 89 _requires the underlying transform to implement `.renderFileAsync`, `.renderFile`, `.renderAsync`, …
|
| /plugin/asciidocjs/node_modules/pug/lib/ |
| D | index.js | 409 exports.renderFile = function(path, options, fn){ function 417 res = exports.renderFile(path, options); 464 exports.renderFile(path, options, fn);
|
| /plugin/asciidocjs/node_modules/ejs/ |
| D | README.md | 47 ejs.renderFile(filename, data, options, function(err, str){ 65 are using `renderFile()`. Used by `cache` to key caches, and for includes. 130 call unless you are using `renderFile()`. 247 1. Obviously, since you do not have access to the filesystem, `ejs.renderFile()` won't work.
|
| D | ejs.min.js | 1 …renderFile=function(){var args=Array.prototype.slice.call(arguments);var filename=args.shift();var…
|
| D | ejs.js | 442 exports.renderFile = function () { 927 exports.__express = exports.renderFile;
|
| /plugin/diagramsnet/lib/js/onedrive/ |
| D | mxODPicker.js | 7 previewFn = renderFile; 362 function renderFile(file) function
|
| /plugin/asciidocjs/node_modules/ejs/lib/ |
| D | ejs.js | 441 exports.renderFile = function () { function 926 exports.__express = exports.renderFile;
|
| /plugin/json/script/ |
| D | ejs.min.js | 1 …renderFile=function(){var args=Array.prototype.slice.call(arguments);var filename=args.shift();var…
|
| /plugin/asciidocjs/node_modules/pug/ |
| D | History.md | 510 * pug.renderFile() is back! (for express 3.x) 590 * Removed `pug.render()` and `pug.renderFile()` 656 * Fixed try/catch issue with renderFile(). Closes #227 951 * Added support for `pug.renderFile()` to utilize primed cache
|