Home
last modified time | relevance | path

Searched refs:tpl_inlineScript (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/Ui/
H A DEditor.php153 tpl_inlineScript('textChanged = ' . ($mod ? 'true' : 'false') . ';');
/dokuwiki/inc/
H A Dtemplate.php455 function tpl_inlineScript($script, $return = false) function