Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts3389 export namespace TemplateConverter {
3429 …on create(backend: string, templateDirectories: string[], opts?: CreateOptions): TemplateConverter;
3436 export class TemplateConverter extends Converter {
3440 static getCache(): TemplateConverter.TemplateCache;
3473 getTemplates(): TemplateConverter.TemplateIndexed;
3482 register(name: string, template: Template): TemplateConverter.TemplateIndexed;
3515 getTemplates(): TemplateConverter.TemplateIndexed;
3524 register(name: string, template: Template): TemplateConverter.TemplateIndexed;
3710 TemplateConverter: typeof TemplateConverter;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts3389 export namespace TemplateConverter {
3429 …on create(backend: string, templateDirectories: string[], opts?: CreateOptions): TemplateConverter;
3436 export class TemplateConverter extends Converter {
3440 static getCache(): TemplateConverter.TemplateCache;
3473 getTemplates(): TemplateConverter.TemplateIndexed;
3482 register(name: string, template: Template): TemplateConverter.TemplateIndexed;
3515 getTemplates(): TemplateConverter.TemplateIndexed;
3524 register(name: string, template: Template): TemplateConverter.TemplateIndexed;
3710 TemplateConverter: typeof TemplateConverter;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js21394 const TemplateConverter = Opal.Asciidoctor.Converter.TemplateConverter constant
21396 if (TemplateConverter) {
21398 Opal.Asciidoctor.TemplateConverter = TemplateConverter
21412 TemplateConverter.create = function (backend, templateDirectories, opts) {
21423 TemplateConverter.getCache = function () {
21443 TemplateConverter.clearCache = function () {
21459 TemplateConverter.prototype.convert = function (node, templateName, opts) { class
21470 TemplateConverter.prototype.handles = function (name) {
21481 TemplateConverter.prototype.getContentOnly = function (node) {
21491 TemplateConverter.prototype.skip = function (node) {
[all …]
Dasciidoctor.cjs209 var self = $klass($base, $super, 'TemplateConverter');
5370 …return $$('CompositeConverter').$new(backend, $$('TemplateConverter').$new(backend, template_dirs,…
5378 …} return $$('CompositeConverter').$new(backend, $$('TemplateConverter').$new(backend,…
5380 return $$('TemplateConverter').$new(backend, template_dirs, opts)
19919 * @module Converter/TemplateConverter
19921 const TemplateConverter = Opal.Asciidoctor.Converter.TemplateConverter;
19923 if (TemplateConverter) {
19925 Opal.Asciidoctor.TemplateConverter = TemplateConverter;
19928 * Create a new TemplateConverter.
19936 * @returns {TemplateConverter}
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js45759 const TemplateConverter = Opal.Asciidoctor.Converter.TemplateConverter
45761 if (TemplateConverter) {
45763 Opal.Asciidoctor.TemplateConverter = TemplateConverter
45777 TemplateConverter.create = function (backend, templateDirectories, opts) {
45788 TemplateConverter.getCache = function () {
45808 TemplateConverter.clearCache = function () {
45824 TemplateConverter.prototype.convert = function (node, templateName, opts) { class
45835 TemplateConverter.prototype.handles = function (name) {
45846 TemplateConverter.prototype.getContentOnly = function (node) {
45856 TemplateConverter.prototype.skip = function (node) {
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js46011 const TemplateConverter = Opal.Asciidoctor.Converter.TemplateConverter
46013 if (TemplateConverter) {
46015 Opal.Asciidoctor.TemplateConverter = TemplateConverter
46029 TemplateConverter.create = function (backend, templateDirectories, opts) {
46040 TemplateConverter.getCache = function () {
46060 TemplateConverter.clearCache = function () {
46076 TemplateConverter.prototype.convert = function (node, templateName, opts) { class
46087 TemplateConverter.prototype.handles = function (name) {
46098 TemplateConverter.prototype.getContentOnly = function (node) {
46108 TemplateConverter.prototype.skip = function (node) {
[all …]