Lines Matching refs:flags

68         $flags = $this->helper->get_flags(array());
69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags);
79 $flags = $this->helper->get_flags(array());
80 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
84 $flags = $this->helper->get_flags(array('depth=2'));
85 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
90 $flags = $this->helper->get_flags(array('depth=2'));
91 $pages = $this->helper->_get_included_pages('namespace', 'incltest:ns', '', '', $flags);
96 $flags = $this->helper->get_flags(array('depth=0'));
97 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
105 $flags = $this->helper->get_flags(array());
106 $pages = $this->helper->_get_included_pages('namespace', ':', '', '', $flags);
108 $flags = $this->helper->get_flags(array('depth=2'));
109 $pages = $this->helper->_get_included_pages('namespace', ':', '', '', $flags);
146 $flags = $this->helper->get_flags(array());
147 $pages = $this->helper->_get_included_pages('namespace', 'inclorder:', '', '', $flags);
156 $flags = $this->helper->get_flags(array('rsort'));
157 $pages = $this->helper->_get_included_pages('namespace', 'inclorder:', '', '', $flags);
164 $flags = $this->helper->get_flags(array('order=custom'));
165 $pages = $this->helper->_get_included_pages('namespace', 'inclorder:', '', '', $flags);
173 $flags = $this->helper->get_flags(array('order=custom', 'rsort'));
174 $pages = $this->helper->_get_included_pages('namespace', 'inclorder:', '', '', $flags);