Searched refs:create_new (Results 1 – 2 of 2) sorted by relevance
/plugin/git/lib/ |
H A 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/lib/ |
H A D | Git.php | 71 return GitRepo::create_new($repo_path, $source, $plugin); 102 return GitRepo::create_new($repo_path, $plugin, $remote, true, $reference); 157 …public static function &create_new($repo_path, \action_plugin_gitbacked_editcommit $plugin = null,… function in GitRepo 192 …repo_path = null, \action_plugin_gitbacked_editcommit $plugin = null, $create_new = false, $_init … argument 195 $this->set_repo_path($repo_path, $create_new, $_init); 210 public function set_repo_path($repo_path, $create_new = false, $_init = true) { argument 227 if ($create_new) { 240 if ($create_new) {
|