Home
last modified time | relevance | path

Searched full:parser_cache_use (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/move/action/
H A Drewrite.php23 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache', array());
/plugin/watchcycle/
H A Daction.php28 $controller->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'handle_parser_cache_use');
/plugin/externalembed/
H A Daction.php34 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/refnotes/
H A Daction.php560 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle');
/plugin/footer/
H A Daction.php36 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/twitter/
H A Daction.php21 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_cache_prepare');
/plugin/filelisting/action/
H A Dcache.php28 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/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/pagetitle/
H A Daction.php21 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_prepare_cache');
115 * PARSER_CACHE_USE
/plugin/linksenhanced/
H A Daction.php16 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/log/
H A Daction.php23 $controller->register_hook('PARSER_CACHE_USE','BEFORE', $this, 'handle_cache_prepare');
/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/indexmenu2/
H A Daction.php42 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
/plugin/dwcommits/
H A Daction.php18 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this,
/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/fckg/syntax/
H A Ddwplugin.php28 $EVENT_HANDLER->register_hook('PARSER_CACHE_USE', 'AFTER', $this, 'cache_bypass_after');
/plugin/toctweak/syntax/
H A Dmetatoc.php85 // set dependency info for PARSER_CACHE_USE event handler
H A Dautotoc.php83 // store matadata to overwrite $conf in PARSER_CACHE_USE event handler
/plugin/toctweak/action/
H A Drendertoc.php25 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handleParserCache');
80 * PARSER_CACHE_USE
/plugin/htmlokay/
H A Daction.php24 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'bypasss_cache');
H A Dhelper.php221 trigger_event('PARSER_CACHE_USE', $cache);
263 $INFO['htmlOK_client'] = false; // deactivate PARSER_CACHE_USE event, which
/plugin/davcard/action/
H A Dcache.php18 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_parser_cache_use');
/plugin/filterrss/
H A Daction.php20 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_preventCache', array ());
/plugin/alphalist/
H A Daction.php14 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_preventCache', array ());
/plugin/rrdgraph/
H A Daction.php83 $controller->register_hook ( 'PARSER_CACHE_USE', 'BEFORE', $this, '_handle_cache_use' );
89 * Event-Handler for PARSER_CACHE_USE.

123