Home
last modified time | relevance | path

Searched +full:depth +(+path:plugin +path:include) -(+path:plugin +path:include +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/include/conf/
H A Ddefault.php27 $conf['depth'] = 1; // maximum depth of namespace includes, 0 for unlimited depth
H A Dmetadata.php30 $meta['depth'] = array('numeric', '_min' => 0);
/plugin/include/
H A Dhelper.php47 $this->defaults['depth'] = $this->getConf('depth');
205 case 'depth':
206 $flags['depth'] = max(intval($value), 0);
702 // depth is absolute depth, not relative depth, but 0 has a special meaning.
703 $depth = $flags['depth'] ? $flags['depth']
[all...]
/plugin/include/_test/
H A Dnamespace_includes.test.php76 * Test include depth limit
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'));
108 $flags = $this->helper->get_flags(array('depth=2'));