Home
last modified time | relevance | path

Searched refs:traverseDirTree (Results 1 – 2 of 2) sorted by relevance

/plugin/htmlokay/
H A Ddirectory_scan-3.php22 function traverseDirTree($base,$fileFunc,$dirFunc=null,$afterDirFunc=null){ function
31 traverseDirTree($path.'/',$fileFunc,$dirFunc,$afterDirFunc);
125 traverseDirTree($htmlokay_path,'outputpath','outputpath');
H A Dadmin.php54 $this->traverseDirTree($this->path, 'outputpath', 'outputpath');
223 function traverseDirTree($base, $fileFunc, $dirFunc = null, $afterDirFunc = null) function in admin_plugin_htmlOKay
242 $this->traverseDirTree($path . '/', $fileFunc, $dirFunc, $afterDirFunc);