Home
last modified time | relevance | path

Searched full:pageutils_id_hidepage (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/action/
H A Dhiddenpage.php26 * https://www.dokuwiki.org/devel:event:pageutils_id_hidepage
28 $controller->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'handleIsHidden', array());
H A Dpageprotection.php34 * https://www.dokuwiki.org/devel:event:pageutils_id_hidepage
36 $controller->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'handleHiddenCheck', array());
/plugin/dev/
H A Devents.txt91 PAGEUTILS_ID_HIDEPAGE
/plugin/publish/action/
H A Dhide.php18 $controller->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'hidePage', array());
/plugin/hidepages/
H A Daction.php21 $controller->register_hook('PAGEUTILS_ID_HIDEPAGE', 'BEFORE', $this, 'handle_hidepages');
/dokuwiki/inc/
H A Dpageutils.php627 Event::createAndTrigger('PAGEUTILS_ID_HIDEPAGE', $data, '_isHiddenPage');