Searched refs:filesinfo (Results 1 – 1 of 1) sorted by relevance
/plugin/farm/ |
H A D | infos.animal.class.php | 135 …public function filesinfo($p='.', $regexp='', $stripinitialpath=false, $stripend=0, $initialpath='… function in dokuwiki_farm_animal_infos 146 …if(@is_dir($p.'/'.$i)) $r = array_merge($r, $this->filesinfo($p.'/'.$i, $regexp, $stripinitialpath… 303 $fi = $this->filesinfo($this->animal->getPath().'/data/pages', '.*\.txt', true, 4); 397 $fi = $this->filesinfo($this->animal->getPath().'/data/media', '', true);
|