Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts3394 template_cache?: TemplateCache;
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts3394 template_cache?: TemplateCache;
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js290 var $a, $b, self = this, template_cache = nil, $ret_or_1 = nil;
292template_cache = ($truthy(($ret_or_1 = self.caches['$[]']("templates"))) ? (template.$file) : ($re…
303 …ngine_dir = nil, backend_dir = nil, pattern = nil, scan_cache = nil, template_cache = nil, templat…
327 template_cache = self.caches['$[]']("templates");
329 …templates = ($a = [pattern, self.$scan_dir(template_dir, pattern, template_cache)], $send(scan_cac…
337 …return ($b = [name, ($c = [template.$file(), template], $send(template_cache, '[]=', $c), $c[$c.le…
355 return $def(self, '$scan_dir', function $$scan_dir(template_dir, pattern, template_cache) { argument
359 if (template_cache == null) template_cache = nil;
381 if (!($truthy(template_cache) && ($truthy((template = template_cache['$[]'](file)))))) {
21413 if (opts && opts.template_cache) {
[all …]
Dasciidoctor.cjs240 if ($eqeqeq(true, ($ret_or_1 = opts['$[]']("template_cache")))) {
243 self.caches = opts['$[]']("template_cache");
277 var $a, $b, self = this, template_cache = nil, $ret_or_1 = nil;
279template_cache = ($truthy(($ret_or_1 = self.caches['$[]']("templates"))) ? (template.$file) : ($re…
290 …ngine_dir = nil, backend_dir = nil, pattern = nil, scan_cache = nil, template_cache = nil, templat…
310 template_cache = self.caches['$[]']("templates");
312 …templates = ($a = [pattern, self.$scan_dir(template_dir, pattern, template_cache)], $send(scan_cac…
319 …return ($b = [name, ($c = [template.$file(), template], $send(template_cache, '[]=', $c), $c[$c.le…
336 return $def(self, '$scan_dir', function $$scan_dir(template_dir, pattern, template_cache) {
340 if (template_cache == null) template_cache = nil;
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js45778 if (opts && opts.template_cache) {
45779 opts.template_cache = toHash(opts.template_cache)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js46030 if (opts && opts.template_cache) {
46031 opts.template_cache = toHash(opts.template_cache)