Home
last modified time | relevance | path

Searched refs:cp_r (Results 1 – 3 of 3) sorted by relevance

/plugin/farm/install/
H A Dfarmstructurecreator.php18 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 Dfarmstructurecreator.php.bak11 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 Danimal.class.php639 …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);