Home
last modified time | relevance | path

Searched refs:createNew (Results 1 – 5 of 5) sorted by relevance

/plugin/gitbacked/classes/
DGit.php78 return GitRepo::createNew($repo_path, $source, $plugin);
115 return GitRepo::createNew($repo_path, $plugin, $remote, true, $reference);
DGitRepo.php43 public static function &createNew( function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo
/plugin/farm/
Dsoapserver.php138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
Danimalmanager.class.php51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
Danimal.class.php580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { function in dokuwiki_farm_animal