Home
last modified time | relevance | path

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

/plugin/include/_test/
H A Dnamespace_includes.test.php68 $flags = $this->helper->get_flags(array());
79 $flags = $this->helper->get_flags(array());
84 $flags = $this->helper->get_flags(array('depth=2'));
90 $flags = $this->helper->get_flags(array('depth=2'));
96 $flags = $this->helper->get_flags(array('depth=0'));
105 $flags = $this->helper->get_flags(array());
108 $flags = $this->helper->get_flags(array('depth=2'));
146 $flags = $this->helper->get_flags(array());
156 $flags = $this->helper->get_flags(array('rsort'));
164 $flags = $this->helper->get_flags(array('order=custom'));
[all …]
/plugin/include/syntax/
H A Dinclude.php102 $flags = $this->helper->get_flags($flags);
/plugin/mediasyntax/
Dhelper.php58 function get_flags($setflags) function in helper_plugin_mediasyntax
243 $flags = $this->get_flags($flags);
/plugin/blog/syntax/
Dblog.php104 $include_flags = $include->get_flags($flags);
/plugin/randominc/
Dsyntax.php135 $flags = $this->helper->get_flags($flags);
/plugin/tagfilter/syntax/
Dfilter.php236 $includeFlags = $includeHelper->get_flags($flags['include']);
/plugin/include/
H A Dhelper.php69 function get_flags($setflags) { function in helper_plugin_include