Searched refs:template_cache (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/@asciidoctor/core/types/ |
| D | index.d.ts | 3394 template_cache?: TemplateCache;
|
| /plugin/asciidocjs/node_modules/asciidoctor/types/ |
| D | index.d.ts | 3394 template_cache?: TemplateCache;
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 290 var $a, $b, self = this, template_cache = nil, $ret_or_1 = nil; 292 …template_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 …]
|
| D | asciidoctor.cjs | 240 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; 279 …template_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/ |
| D | asciidoctor.js | 45778 if (opts && opts.template_cache) { 45779 opts.template_cache = toHash(opts.template_cache)
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 46030 if (opts && opts.template_cache) { 46031 opts.template_cache = toHash(opts.template_cache)
|