Home
last modified time | relevance | path

Searched refs:_get_tree (Results 1 – 6 of 6) sorted by relevance

/plugin/autlogin/
H A Dajax.php42 $data = $acl->_get_tree($ns,$ns);
H A Dadmin.php1633 $data = $this->_get_tree($ns);
1658 function _get_tree($folder,$limit=''){ function in admin_plugin_autlogin
/plugin/dokutranslate/
H A Dajax.php49 $data = $dokutranslate->_get_tree($ns,$ns);
H A Dadmin.php190 $data = $this->_get_tree($ns);
208 function _get_tree($folder,$limit=''){ function in admin_plugin_dokutranslate
/plugin/pycode/
H A Dsyntax.php299 $tree_loc = $this->mpp->_get_tree($code_loc);
317 $tree_loc = $this->mpp->_get_tree($code_loc);
319 $tree_raw = $this->mpp->_get_tree($code_raw);
H A Dmethod.php377 public function _get_tree($code_cls) { function in method_pycode_plugin