Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js210 function handleCache(options, template) { function
260 result = handleCache(options)(data);
274 result = handleCache(options)(data);
319 return handleCache(opts, includerResult.template);
323 return handleCache(opts);
425 return handleCache(opts, template)(data);
/plugin/json/script/
Dejs.min.js1handleCache(options,template){var func;var filename=options.filename;var hasTemplate=arguments.len…
/plugin/diagrams/action/
H A Daction.php65 public function handleCache(Doku_Event $event) function in action_plugin_diagrams_action
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1handleCache(options,template){var func;var filename=options.filename;var hasTemplate=arguments.len…
Dejs.js211 function handleCache(options, template) {
261 result = handleCache(options)(data);
275 result = handleCache(options)(data);
320 return handleCache(opts, includerResult.template);
324 return handleCache(opts);
426 return handleCache(opts, template)(data);
/plugin/fksnewsfeed/
Daction.php89 $this->handleCache();
215 private function handleCache(): void { function in action_plugin_newsfeed