Home
last modified time | relevance | path

Searched refs:templateEngineAdapter (Results 1 – 6 of 6) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts3599 static register(names: string | string[], templateEngineAdapter: TemplateEngine.Adapter): void;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts3599 static register(names: string | string[], templateEngineAdapter: TemplateEngine.Adapter): void;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js21553 TemplateEngine.register = function (names, templateEngineAdapter) { argument
21555 this.registry[names] = templateEngineAdapter
21560 this.registry[name] = templateEngineAdapter
Dasciidoctor.cjs20063 * @param {Object} templateEngineAdapter - a template engine adapter instance
20080 TemplateEngine.register = function (names, templateEngineAdapter) {
20082 this.registry[names] = templateEngineAdapter;
20087 this.registry[name] = templateEngineAdapter;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js45918 TemplateEngine.register = function (names, templateEngineAdapter) { argument
45920 this.registry[names] = templateEngineAdapter
45925 this.registry[name] = templateEngineAdapter
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js46170 TemplateEngine.register = function (names, templateEngineAdapter) { argument
46172 this.registry[names] = templateEngineAdapter
46177 this.registry[name] = templateEngineAdapter