Home
last modified time | relevance | path

Searched full:parser_cache_use (Results 26 – 50 of 68) sorted by relevance

123

/plugin/qstat/
H A Daction.php57 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/linksenhanced/
H A Daction.php16 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/datatemplate/
H A Daction.php39 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/approve/action/
H A Dcache.php16 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/timetrack/
H A Daction.php40 // $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'checkCacheBefore');
41 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'checkCacheAfter');
/plugin/odt/action/
H A Dcache.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache_prepare');
/plugin/notification/action/
H A Dcache.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/dokuwiki/inc/Cache/
H A DCacheParser.php30 $this->setEvent('PARSER_CACHE_USE');
/plugin/upload/
H A Daction.php35 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_hook_function_cache');
/plugin/htmlokay/
H A Dhelper.php221 trigger_event('PARSER_CACHE_USE', $cache);
263 $INFO['htmlOK_client'] = false; // deactivate PARSER_CACHE_USE event, which
/plugin/editsections/action/
H A Des.php34 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_cache_use');
92 dbglog('PARSER_CACHE_USE hook', 'editsections plugin');
/plugin/pagequery/
H A Daction.php15 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'purgecache');
/plugin/lightbox/
H A Daction.php40 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/source/
H A Daction.php39 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/toctweak/syntax/
H A Dautotoc.php83 // store matadata to overwrite $conf in PARSER_CACHE_USE event handler
H A Dmetatoc.php85 // set dependency info for PARSER_CACHE_USE event handler
/plugin/latexit/
H A Daction.php33 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgeCache');
/plugin/src/
H A Daction.php41 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/indexmenu2/
H A Daction.php42 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/tindexmenu/
H A Daction.php37 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/footer/
H A Daction.php36 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/extranet/
H A Daction.php10 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_createextranetcache');
/plugin/externalembed/
H A Daction.php34 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/combo/action/
H A Dcache.php38 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'createCacheResult', array());
/plugin/move/action/
H A Drewrite.php23 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache', array());

123