Home
last modified time | relevance | path

Searched refs:_get_instructions (Results 1 – 6 of 6) sorted by relevance

/plugin/tipoftheday/syntax/
H A Dtotd.php65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
/plugin/include/syntax/
H A Dinclude.php150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/mediasyntax/
H A Dhelper.php252 $ins_inc = $this->_get_instructions($page, $sect, $mode, $lvl, $flags);
297 function _get_instructions($page, $sect, $mode, $lvl, $flags)
310 function _get_instructions($page, $sect, $mode, $lvl, $flags) { global() function in helper_plugin_mediasyntax
/plugin/blog/syntax/
H A Dblog.php130 $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
/plugin/randominc/
H A Dsyntax.php188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
/plugin/include/
H A Dhelper.php237 function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = array()) { function in helper_plugin_include