Home
last modified time | relevance | path

Searched full:dokuwiki_started (Results 126 – 150 of 173) sorted by relevance

1234567

/plugin/twistienav4bootstrap3/
H A Daction.php39 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'populate_jsinfo', array());
/plugin/loglog/
H A Daction.php86 'DOKUWIKI_STARTED',
/plugin/tocselect/
H A Daction.php22 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this,'handle_started');
/plugin/move/action/
H A Drename.php22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handle_init');
/plugin/crosspost/
H A Daction.php14 $controller->register_hook( 'DOKUWIKI_STARTED', 'BEFORE', $this,
/plugin/authvk/
H A Daction.php20 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_start');
/plugin/pagebuttons/
H A Daction.php38 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addjsinfo');
/plugin/mobiletable/
H A Daction.php12 'DOKUWIKI_STARTED',
/plugin/fastwiki/
H A Daction.php25 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_start');
26 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'override_loadskin');
/plugin/newpagetemplate/
H A Daction.php48 $contr->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'check_acl', array());
/plugin/semantic/
H A Daction.php59 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'jsinfo');
/plugin/oauth/action/
H A Dlogin.php47 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handleStart');
/plugin/combo/action/
H A Dsnippets.php211 * DOKUWIKI_STARTED hook
H A Drouter.php132 * Unfortunately, DOKUWIKI_STARTED is not the first event
232 * The event is not DOKUWIKI_STARTED because this is not the first one
236 $controller->register_hook('DOKUWIKI_STARTED',
332 * Unfortunately, DOKUWIKI_STARTED is not the first event
/plugin/siteexport/action/
H A Dstartup.php22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'siteexport_check_template');
/plugin/bez/action/
H A Ddefault.php55 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'setup_id');
56 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'setup_enviroment');
/plugin/overlay/
H A Daction.php13 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'set_admin');
/plugin/htmlokay/
H A Daction.php28 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'dw_started', array());
/plugin/tagadd/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_addjs');
/plugin/dtable/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'add_php_data');
/plugin/do/
H A Daction.php24 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_adduser');
/plugin/editsections/action/
H A Des.php36 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_addconf');
/plugin/katex/action/
H A Dsetup.php24 $controller->register_hook( 'DOKUWIKI_STARTED', 'BEFORE', $this, 'setup_options' );
/plugin/struct/action/
H A Daggregationeditor.php46 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addJsinfo');
/plugin/sectiontoggle/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_jsinfo');

1234567