Home
last modified time | relevance | path

Searched full:parser_cache_use (Results 1 – 25 of 68) sorted by last modified time

123

/plugin/pagequery/
H A Daction.php15 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'purgecache');
H A Dsyntax.php314 // this is a pagequery page needing PARSER_CACHE_USE event trigger;
/dokuwiki/inc/Cache/
H A DCacheParser.php30 $this->setEvent('PARSER_CACHE_USE');
/plugin/structpublish/action/
H A Dcache.php19 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleCacheAggregation');
/plugin/struct/action/
H A Dcache.php24 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleCacheSchemachange');
25 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleCacheAggregation');
26 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handleCacheDynamic');
/plugin/qna/
H A Daction.php30 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'beforeParserCacheUse');
/plugin/dev/
H A Devents.txt92 PARSER_CACHE_USE
/plugin/combo/action/
H A Dcache.php38 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'createCacheResult', array());
H A Dcacheexpiration.php45 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'slotCreateCacheExpiration', array());
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php373 * the event coupled to the cache (ie PARSER_CACHE_USE)
/plugin/const/
H A Daction.php38 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_cache_control');
/plugin/approve/action/
H A Dcache.php16 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/notification/action/
H A Dcache.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/ireadit/action/
H A Dcache.php26 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handle_parser_cache_use');
/plugin/odt/action/
H A Dcache.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache_prepare');
/plugin/extranet/
H A Daction.php10 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_createextranetcache');
/plugin/navi/
H A Daction.php13 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache_prepare');
/plugin/blog/
H A Daction.php16 $contr->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache');
/plugin/epub/
H A Daction.php23 … $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'prevent_cache');
/plugin/changes/
H A Daction.php26 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'beforeParserCacheUse');
30 * Handle PARSER_CACHE_USE:BEFORE event
/plugin/davcal/action/
H A Dcache.php21 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/indexmenu/
H A Daction.php35 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'purgeCache');
/plugin/indexmenu/syntax/
H A Dindexmenu.php473 //this is an indexmenu page that needs the PARSER_CACHE_USE event trigger;
/plugin/authorstats/
H A Daction.php34 $controller->register_hook("PARSER_CACHE_USE", "BEFORE", $this, "_cachePrepare");
/plugin/include/
H A Daction.php32 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');

123