Home
last modified time | relevance | path

Searched refs:contr (Results 1 – 25 of 28) sorted by relevance

12

/plugin/newpagetemplate/
H A Daction.php44 function register(Doku_Event_Handler $contr){
46 $contr->register_hook('COMMON_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'pagefromtemplate', array()); argument
47 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array());
48 $contr->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'check_acl', array());
49 $contr->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'write_msg', array());
50 $contr->register_hook('HTML_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'pagefromtemplate', array());
/plugin/maintenance/
H A Daction.php17 function register(&$contr){ argument
19 $contr->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'before_start', array());
20 … $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'before_action', array());
23 $contr->register_hook('DOKUWIKI_DONE', 'AFTER', $this, 'after_done', array());
/plugin/owncloud/
H A Daction.php32 function register(&$contr) { argument
33 $contr->register_hook('IO_WIKIPAGE_WRITE','BEFORE',$this,'write');
35 $contr->register_hook('MEDIA_UPLOAD_FINISH','AFTER',$this,'filecache',self::FILEUPDATE);
36 $contr->register_hook('MEDIA_DELETE_FILE','AFTER',$this,'filecache',self::FILEREMOVE);
37 $contr->register_hook('IO_NAMESPACE_DELETED','AFTER',$this,'filecache',self::NSREMOVE);
38 $contr->register_hook('RENDERER_CONTENT_POSTPROCESS','AFTER',$this,'mediaOnThisPage');
39 $contr->register_hook('TPL_ACT_RENDER','AFTER',$this,'mediaOnThisPageREV');
/plugin/blog/
H A Daction.php11 * @param Doku_Event_Handler $contr
13 function register(Doku_Event_Handler $contr) { argument
14 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess', array());
15 $contr->register_hook('FEED_ITEM_ADD', 'BEFORE', $this, 'handle_feed_item');
16 $contr->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, 'handle_cache');
/plugin/translate/
H A Daction.php30 public function register(Doku_Event_Handler $contr) { argument
31 $contr->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handleDokuwikiStarted');
32 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handleTplActUnknown');
33 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActPreprocess');
35 $contr->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput', []);
37 $contr->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput');
40 $contr->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handleActRender');
/plugin/keyboard/
H A Daction.php15 function register(Doku_Event_Handler $contr) { argument
16 $contr->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/favoris/
H A Daction.php37 function register(&$contr) { argument
38 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_update_cookie', array());
39 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/interwiki/
H A Daction.php25 function register(Doku_Event_Handler $contr) { argument
26 $contr->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/page4release/
H A Daction.php18 function register(&$contr) { argument
19 $contr->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'indexer', array());
/plugin/authorlist/
H A Daction.php22 function register(Doku_Event_Handler $contr) { argument
24 $contr->register_hook('PARSER_WIKITEXT_PREPROCESS','BEFORE',$this,'appendAuthors');
/plugin/prettyprint/
H A Daction.php19 if (($contr = $meta['contributor'][$name]) != NULL) {
20 return $contr;
/plugin/superacl/lang/fr/
H A Dhelp.txt7 Dans la table ci-dessous toutes les listes de contrôle d'accès actuelles sont affichées.
10 …s]] pourra vous permettre de comprendre complètement le fonctionnement du contrôle d'accès dans Do…
/plugin/regex_template/
H A Daction.php24 function register(&$contr){ argument
25 $contr->register_hook('HTML_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'regex_template', array());
/plugin/formatplus2/
H A Daction.php16 function register(Doku_Event_Handler $contr){ argument
17 $contr->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_event', array());
/plugin/formatplus/
H A Daction.php16 function register(&$contr){ argument
17 $contr->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_event', array());
/plugin/discussion/
H A Daction.php32 $contr->register_hook(
39 $contr->register_hook(
46 $contr->register_hook(
53 $contr->register_hook(
60 $contr->register_hook(
67 $contr->register_hook(
74 $contr->register_hook(
81 $contr->register_hook(
88 $contr->register_hook(
95 $contr->register_hook(
[all …]
/plugin/task/
H A Daction.php12 function register(Doku_Event_Handler $contr) { argument
13 $contr->register_hook('ACTION_ACT_PREPROCESS',
/plugin/editx/
H A Daction.php18 function register(Doku_Event_Handler $contr) { argument
19 $contr->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_append_to_edit', array());
20 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
21 $contr->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, '_handle_tpl_act', array());
/plugin/elwikiupgrade/lang/fr/
H A Dstep0.txt3 …voir les droits en écriture sur les fichiers de DokuWiki. Cette extension contrôle les permissions…
/plugin/upgrade/lang/fr/
H A Dstep0.txt
/plugin/quickstats/lang/fr/
H A Dgeneral_intro.txt1 Avec ce panneau de contrôle, vous pouvez faire trois choses
/plugin/farmer/lang/fr/
H A Dtab_plugins_help.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wa/
H A Dwa.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/
H A Doc.txt

12