Searched refs:create_new (Results 1 – 2 of 2) sorted by relevance
| /plugin/git/lib/ |
| D | Git.php | 41 return GitRepo::create_new($repo_path, $source); 117 public static function &create_new($repo_path, $source = null) { function in GitRepo 139 public function __construct($repo_path = null, $create_new = false, $_init = true) { argument 141 $this->set_repo_path($repo_path, $create_new, $_init); 154 public function set_repo_path($repo_path, $create_new = false, $_init = true) { argument 162 if ($create_new) { 173 if ($create_new) {
|
| /plugin/gitbacked/classes/ |
| D | GitRepo.php | 97 $create_new = false, argument 102 $this->setRepoPath($repo_path, $create_new, $_init); 117 public function setRepoPath($repo_path, $create_new = false, $_init = true) argument 134 } elseif ($create_new) { 151 } elseif ($create_new) {
|