Searched defs:repo_path (Results 1 – 4 of 4) sorted by relevance
| /plugin/gitbacked/classes/ |
| D | GitRepo.php | 24 protected $repo_path; variable in woolfg\\dokuwiki\\plugin\\gitbacked\\GitRepo 44 $repo_path, 95 $repo_path = null, 117 public function setRepoPath($repo_path, $create_new = false, $_init = true) 286 protected static function handleCreateNewError($repo_path, $reference, $error_message, $plugin) 302 protected function handleRepoPathError($repo_path, $error_message) 321 protected function handleCommandError($repo_path, $cwd, $command, $status, $error_message) 338 protected function handleCommandSuccess($repo_path, $cwd, $command)
|
| D | Git.php | 76 …public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $pl… 91 public static function open($repo_path, \action_plugin_gitbacked_editcommit $plugin = null) 110 $repo_path,
|
| /plugin/git/lib/ |
| D | Git.php | 40 public static function &create($repo_path, $source = null) { 53 public static function open($repo_path) { 84 protected $repo_path = null; variable in GitRepo 117 public static function &create_new($repo_path, $source = null) { 139 public function __construct($repo_path = null, $create_new = false, $_init = true) { 154 public function set_repo_path($repo_path, $create_new = false, $_init = true) {
|
| /plugin/gitbacked/action/ |
| D | editcommit.php | 310 public function notifyCreateNewError($repo_path, $reference, $error_message) 328 public function notifyRepoPathError($repo_path, $error_message) 348 public function notifyCommandError($repo_path, $cwd, $command, $status, $error_message) 369 public function notifyCommandSuccess($repo_path, $cwd, $command)
|