Home
last modified time | relevance | path

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

/plugin/tipoftheday/syntax/
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, $sec…
/plugin/mediasyntax/
Dhelper.php252 $ins_inc = $this->_get_instructions($page, $sect, $mode, $lvl, $flags);
297 function _get_instructions($page, $sect, $mode, $lvl, $flags) function in helper_plugin_mediasyntax
/plugin/blog/syntax/
Dblog.php130 … $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
/plugin/randominc/
Dsyntax.php188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
/plugin/tagfilter/syntax/
Dfilter.php239 … $renderer->nest($includeHelper->_get_instructions($page['id'], '', 'page', 0, $includeFlags));
/plugin/include/
H A Dhelper.php239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… function in helper_plugin_include