Searched refs:_get_instructions (Results 1 – 7 of 7) sorted by relevance
| /plugin/tipoftheday/syntax/ |
| D | totd.php | 65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
|
| /plugin/include/syntax/ |
| H A D | include.php | 150 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
|
| /plugin/mediasyntax/ |
| D | helper.php | 252 $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/ |
| D | blog.php | 130 … $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
|
| /plugin/randominc/ |
| D | syntax.php | 188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
|
| /plugin/tagfilter/syntax/ |
| D | filter.php | 239 … $renderer->nest($includeHelper->_get_instructions($page['id'], '', 'page', 0, $includeFlags));
|
| /plugin/include/ |
| H A D | helper.php | 239 …function _get_instructions($page, $sect, $mode, $lvl, $flags, $root_id = null, $included_pages = a… function in helper_plugin_include
|