Searched refs:cp_r (Results 1 – 3 of 3) sorted by relevance
/plugin/farm/install/ |
H A D | farmstructurecreator.php | 18 function cp_r($src, $dest, $mv=false, $avoid=array(), $lvl=0) { function 32 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid, $lvl+1); 126 if(!cp_r( 169 if(!cp_r(
|
H A D | farmstructurecreator.php.bak | 11 function cp_r($src, $dest, $mv=false, $forbid=array(), $lvl=0) { 29 $r &= cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $forbid, $lvl+1); 70 if(!cp_r( 113 if(!cp_r(
|
/plugin/farm/ |
H A D | animal.class.php | 639 …if(!self::cp_r(self::$farmconf['farmfsroot'].self::$farmconf['barn'].$template, self::$farmconf['f… 721 private static function cp_r($src, $dest, $mv=false, $avoid=array(), $copyhook = null) { function in dokuwiki_farm_animal 736 $r &= self::cp_r($src.'/'.$i, $dest.'/'.$i, $mv, $avoid);
|