Home
last modified time | relevance | path

Searched refs:template_dirs (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/
Doptions.js76 options.template_dirs = templateDir
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts688 template_dirs?: string[];
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts688 template_dirs?: string[];
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs213 … $proto.templates = $proto.caches = $proto.backend = $proto.engine = $proto.template_dirs = nil;
230 $def(self, '$initialize', function $$initialize(backend, template_dirs, opts) {
237 self.template_dirs = template_dirs;
290 …return $send(self.template_dirs, 'each', [], function $$2(template_dir){var $a, self = $$2.$$s == …
5361 var self = this, converter = nil, template_dirs = nil, delegate_backend = nil;
5369 …} if ((($truthy((template_dirs = opts['$[]']("template_dirs"))) && ($eqeqeq($$('Backend…
5370 …positeConverter').$new(backend, $$('TemplateConverter').$new(backend, template_dirs, opts), conver…
5373 } } else if ($truthy((template_dirs = opts['$[]']("template_dirs")))) {
5378 …positeConverter').$new(backend, $$('TemplateConverter').$new(backend, template_dirs, opts), conver…
5380 return $$('TemplateConverter').$new(backend, template_dirs, opts)
[all …]
Dasciidoctor.js221 … $proto.templates = $proto.caches = $proto.backend = $proto.engine = $proto.template_dirs = nil;
240 $def(self, '$initialize', function $$initialize(backend, template_dirs, opts) { argument
247 self.template_dirs = template_dirs;
303 …return $send(self.template_dirs, 'each', [], function $$2(template_dir){var $a, self = $$2.$$s == …