Home
last modified time | relevance | path

Searched full:parser_cache_use (Results 51 – 68 of 68) sorted by path

123

/plugin/randominc/
H A Daction.php28 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
30 //$controller->register_hook('PARSER_CACHE_USE','AFTER', $this, '_cache_result');
/plugin/refnotes/
H A Daction.php560 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle');
/plugin/rrdgraph/
H A Daction.php83 $controller->register_hook ( 'PARSER_CACHE_USE', 'BEFORE', $this, '_handle_cache_use' );
89 * Event-Handler for PARSER_CACHE_USE.
/plugin/source/
H A Daction.php39 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/plugin/src/
H A Daction.php41 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, '_cache_prepare');
/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/structat/action/
H A Dcache.php22 …$controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleCacheAggregation', null, 1);
23 … $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handleCacheDynamic', null, 1);
/plugin/structpublish/action/
H A Dcache.php19 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleCacheAggregation');
/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/tindexmenu/
H A Daction.php37 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/tindexmenu/syntax/
H A Dindexmenu.php236 //this is an indexmenu page that needs the PARSER_CACHE_USE event trigger;
/plugin/toctweak/action/
H A Drendertoc.php25 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleParserCache');
80 * PARSER_CACHE_USE
/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/twitter/
H A Daction.php21 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_cache_prepare');
/plugin/upload/
H A Daction.php35 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_hook_function_cache');
/plugin/watchcycle/
H A Daction.php28 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handle_parser_cache_use');
/plugin/wikistats/
H A Daction.php49 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');

123