Searched refs:templatesPath (Results 1 – 7 of 7) sorted by relevance
/plugin/asciidocjs/node_modules/nunjucks/ |
D | index.js | 19 function configure(templatesPath, opts) { argument 21 if (lib.isObject(templatesPath)) { 22 opts = templatesPath; 23 templatesPath = null; 27 TemplateLoader = new loaders.FileSystemLoader(templatesPath, { 32 TemplateLoader = new loaders.WebLoader(templatesPath, {
|
/plugin/asciidocjs/node_modules/nunjucks/browser/ |
D | nunjucks-slim.js | 946 function configure(templatesPath, opts) { 948 if (lib.isObject(templatesPath)) { 949 opts = templatesPath; 950 templatesPath = null; 954 TemplateLoader = new loaders.FileSystemLoader(templatesPath, { 959 TemplateLoader = new loaders.WebLoader(templatesPath, {
|
D | nunjucks.js | 4466 function configure(templatesPath, opts) { 4468 if (lib.isObject(templatesPath)) { 4469 opts = templatesPath; 4470 templatesPath = null; 4474 TemplateLoader = new loaders.FileSystemLoader(templatesPath, { 4479 TemplateLoader = new loaders.WebLoader(templatesPath, {
|
D | nunjucks-slim.min.js.map | 1 …templatesPath","opts","TemplateLoader","FileSystemLoader","watch","noCache","WebLoader","useCache"…
|
D | nunjucks-slim.js.map | 1 …templatesPath","opts","TemplateLoader","FileSystemLoader","watch","noCache","WebLoader","useCache"…
|
D | nunjucks.min.js.map | 1 …templatesPath","TemplateLoader","watch","web","NodeResolveLoader","reset","precompileString","rawA…
|
D | nunjucks.js.map | 1 …templatesPath","TemplateLoader","watch","web","NodeResolveLoader","reset","precompileString","sym"…
|