Home
last modified time | relevance | path

Searched full:detail_started (Results 1 – 7 of 7) sorted by relevance

/plugin/dev/
H A Devents.txt22 DETAIL_STARTED
/plugin/loadskin/
H A Daction.php27 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, '_handleConf');
32 $controller->register_hook('DETAIL_STARTED', 'AFTER', $this, '_defineConstants');
/plugin/combo/action/
H A Ddirectorylayout.php20 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'set_home', array());
/dokuwiki/lib/exe/
H A Ddetail.php22 Event::createAndTrigger('DETAIL_STARTED', $tmp);
/plugin/autologoff/
H A Daction.php29 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started');
/plugin/feedback/
H A Daction.php28 $controller->register_hook('DETAIL_STARTED', 'BEFORE', $this, 'handle_detail_started');
/plugin/userhomepage/
H A Daction.php20 $controller->register_hook('DETAIL_STARTED', 'AFTER', $this, 'init',array());
47 //if ($event == "DETAIL_STARTED") { return false; }
50 …plates_path').'/userhomepage_private.txt')) && ($this->userOk()) && ($event != "DETAIL_STARTED")) {
68 …plates_path').'/userhomepage_public.txt')) and ($this->userOk()) && ($event != "DETAIL_STARTED")) {
82 …s_path').'/userhomepage_publicspace.txt')) and ($this->userOk()) && ($event != "DETAIL_STARTED")) {