Searched refs:createNew (Results 1 – 5 of 5) sorted by relevance
| /plugin/gitbacked/classes/ |
| D | Git.php | 78 return GitRepo::createNew($repo_path, $source, $plugin); 115 return GitRepo::createNew($repo_path, $plugin, $remote, true, $reference);
|
| D | GitRepo.php | 43 public static function &createNew( function in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo
|
| /plugin/farm/ |
| D | soapserver.php | 138 if($n = dokuwiki_farm_animal::createNew($name, $template, $host, $eh)) {
|
| D | animalmanager.class.php | 51 if($n = dokuwiki_farm_animal::createNew($_POST['animal_name'], $tpl, $host, $this)) {
|
| D | animal.class.php | 580 public static function createNew($name = '', $template = null, $host = null, $handler = null) { function in dokuwiki_farm_animal
|