Home
last modified time | relevance | path

Searched full:css_styles_included (Results 1 – 5 of 5) sorted by path

/dokuwiki/lib/exe/
H A Dcss.php99 $CSSEvt = new Event('CSS_STYLES_INCLUDED', $media_files[$mediatype]);
134 // Fire CSS_STYLES_INCLUDED for one last time to let the
138 Event::createAndTrigger('CSS_STYLES_INCLUDED', $media_files['DW_DEFAULT'], 'css_defaultstyles');
296 * Wrapper for the files, content and mediatype for the event CSS_STYLES_INCLUDED
317 * This function is being called by a CSS_STYLES_INCLUDED event
/plugin/combo/action/
H A Dcss.php99 * * With CSS_STYLES_INCLUDED, you choose the file that you want
102 $controller->register_hook('CSS_STYLES_INCLUDED', 'BEFORE', $this, 'handle_front_css_styles');
/plugin/dev/
H A Devents.txt21 CSS_STYLES_INCLUDED
/plugin/lightweightcss/
H A Daction.php87 $controller->register_hook('CSS_STYLES_INCLUDED', 'BEFORE', $this, 'handle_css_styles');
/plugin/siteexport/action/
H A Dpdfstyles.php25 $controller->register_hook('CSS_STYLES_INCLUDED', 'BEFORE', $this, 'handle_css_styles');