/plugin/dokugitviewer/ |
H A D | git-utils.inc.php | 5 function run_git($command, $repo, $bare=false) argument 7 $repo = str_replace('/', '', $repo); 8 $repo = str_replace('\\', '', $repo); 10 $repo.='/.git'; 14 $c = GIT_EXEC.' --git-dir='.ROOT_DIR.$repo.' '.$command; 24 function git_get_log($repo, $limit = 10, $bare=false) argument 28 $data = run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare);
|
/plugin/git/syntax/ |
H A D | localstatus.php | 120 … $this->helper->render_changed_files_table($renderer, $commits, $repo); 121 … $this->helper->renderChangesMade($renderer, $repo, 'Commit local'); 122 $this->renderCommitMessage($renderer, $repo); 128 if ($repo->LocalCommitsExist()) 154 $this->renderSubmitMessage($renderer, $repo); 158 $log = $repo->get_log('origin/master..HEAD'); 159 $commits = $repo->get_commits($log); 171 $this->helper->render_changed_files_table($renderer, $commits, $repo); 172 $this->helper->renderChangesMade($renderer, $repo, 'Approve Local'); 193 function renderCommitMessage(&$renderer, $repo) argument [all …]
|
H A D | remotestatus.php | 118 $waiting_to_commit = $repo->get_status(); 126 $commits = $repo->get_commits($log); 131 … $this->helper->render_changed_files_table($renderer, $commits, $repo); 132 … $this->helper->renderChangesMade($renderer, $repo, 'Merge upstream');
|
/plugin/git/ |
H A D | helper.php | 107 function resetGitStatusCache($repo) argument 174 $repo = new GitRepo($destination, true, false); 175 $repo->git_path = $git_exe_path; 176 $repo->clone_from($origin); 340 function renderChangesMade(&$renderer, &$repo, $mode) argument 390 $r_text = $repo->getFile($fileForDiff, $hash); 533 $repo = new GitRepo($datapath); 534 $repo->git_path = $git_exe_path; 536 if ($repo->test_origin() === false) { 541 $repo->fetch(); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/ |
H A D | UpdateRepoRequest.php | 32 public function setRepo(Repo $repo) argument 34 $this->repo = $repo; 41 return $this->repo;
|
/plugin/gitlog/ |
H A D | syntax.php | 149 * @param string $repo 154 function git_log($repo, $limit = 10, $bare=false) argument 158 $data = $this->run_git('log --pretty=format:"'.$params.'" -'.$limit, $repo, $bare); 167 $changedfiles = $this->run_git('show --pretty="format:" --name-only '.$columns[0], $repo, $bare); 186 * @param string $repo 190 function run_git($command, $repo, $bare=false) argument 194 $repo .= DIRECTORY_SEPARATOR . '.git'; 199 $c = $this->getConf('git_exec').' --git-dir="'.$repo.'" '.$command;
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 42 $repo = new GitRepo($repoPath, $this, true, true); 56 return $repo; 76 $repo = $this->initRepo(); 79 $repo->add($filePath); 80 $repo->commit($message); 84 $repo->push('origin',$repo->active_branch()); 119 $repo = $this->initRepo(); 122 $repo->pull('origin',$repo->active_branch());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | BitbucketServerConnectedRepository.php | 48 public function setRepo(BitbucketServerRepositoryId $repo) argument 50 $this->repo = $repo; 57 return $this->repo;
|
/plugin/issuelinks/helper/ |
H A D | db.php | 109 * @param string $repo The repository 113 public function saveWebhook($service, $repo, $id, $secret) argument 117 'repository_id' => $repo, 160 * @param string $repo 164 public function getWebhookSecrets($service, $repo) argument 167 $secrets = $this->sqlArrayQuery($sql, [$service, $repo]); 200 * @param string $repo 203 public function deleteWebhook($service, $repo, $id) argument 207 'repository_id' => $repo, 237 if ($repo) { [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitHubClient.js | 415 var repo = tokens[1]; 427 var url = this.baseUrl + '/repos/' + org + '/' + repo + 531 var repo = tokens[1]; 659 var repo = tokens[1]; 703 var repo = file.meta.repo; 709 this.writeFile(org, repo, ref, path, message, data, sha, 787 var repo = null; 906 repo = null; 1230 repo = tmpRepo; 1244 repo = file.meta.repo; [all …]
|
H A D | GitLabClient.js | 338 var repo = tokens[repoPos]; 387 var repo = tokens[repoPos]; 537 var repo = tokens[repoPos]; 578 success(this.createGitLabFile(org, repo, ref, 686 var repo = file.meta.repo; 773 var repo = null; 891 repo = null; 1011 fn(org + '/' + repo + '/' + ref + '/' + file.path); 1268 repo = tokens[1]; 1314 repo = repository.path; [all …]
|
H A D | GitLabFile.js | 25 encodeURIComponent(this.meta.repo) +'/-/project_members'); 37 ((this.meta.repo != null) ? encodeURIComponent(this.meta.repo) + '/' +
|
/plugin/issuelinks/action/ |
H A D | ajax.php | 147 foreach ($repos as $repo) { 148 $stateIssue = empty($repo->hookID) ? 'inactive' : 'active'; 149 if ($repo->error === 403) { 151 } elseif (!empty($repo->error)) { 154 $repoDisplayName = $repo->displayName; 155 $project = $repo->full_name; 156 …$hookTitle = $repo->error === 403 ? $this->getLang('title:forbidden') : $this->getLang('title:issu… 161 'data-id' => $repo->hookID,
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | README.md | 79 | 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-d… 80 | 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A … 81 | 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-d… 82 | 6.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-d… 84 [guzzle-3-repo]: https://github.com/guzzle/guzzle3 85 [guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x 86 [guzzle-5-repo]: https://github.com/guzzle/guzzle/tree/5.3 87 [guzzle-6-repo]: https://github.com/guzzle/guzzle
|
/plugin/git/action/ |
H A D | revert.php | 49 $repo = new GitRepo($datapath); 50 $repo->git_path = $git_exe_path; 51 $repo->revertLastCommit();
|
H A D | merge.php | 45 $repo = new GitRepo($datapath); 46 $repo->git_path = $git_exe_path; 47 $repo->pull('origin', 'master');
|
H A D | commit.php | 55 $repo = new GitRepo($datapath); 56 $repo->git_path = $git_exe_path; 57 $result = $repo->commit($commit_message);
|
H A D | push.php | 60 $repo = new GitRepo($datapath); 61 $repo->git_path = $git_exe_path; 62 $result = $repo->push();
|
/plugin/git/db/ |
H A D | update0002.sql | 1 INSERT INTO git(repo, timestamp, status ) VALUES ('local', 0, 'clean'); 2 INSERT INTO git(repo, timestamp, status ) VALUES ('upstream', 0, 'clean');
|
H A D | update0001.sql | 1 CREATE TABLE git (repo TEXT PRIMARY KEY, timestamp INTEGER, status TEXT); field 2 CREATE UNIQUE INDEX idx_git ON git(repo);
|
/plugin/issuelinks/services/ |
H A D | GitHub.service.php | 235 $repo = new Repository(); 236 $repo->full_name = $repoData['full_name']; 237 $repo->displayName = $repoData['name']; 244 $repo->error = 403; 249 $repo->hookID = $ourIsseHook['id']; 251 $projects[] = $repo; 459 $repo = $issue->getProject(); 461 $endpoint = '/repos/' . $repo . '/issues/' . $issueNumber; 466 $endpoint = '/repos/' . $repo . '/pulls/' . $issueNumber; 470 $issues = $this->parseMergeRequestDescription($repo, $mergeRequestText);
|
/plugin/pycode/ |
H A D | syntax.php | 217 $repo = array(); // store all <src-url>(s) found in the current page 248 $repo[$src_url] = 0; 251 in_array($src_url, array_keys($repo)) == false) { 252 $repo[$src_url] = 2; 265 if ($repo[$src_url] == 0) { 274 elseif ($repo[$src_url] == 2) { 293 if ($repo[$src_url] == 0 or $repo[$src_url] == 1) { 302 $repo[$src_url] = 1; 304 elseif ($repo[$src_url] == 2) {
|
/plugin/repo/ |
H A D | plugin.info.txt | 1 base repo 7 url http://www.dokuwiki.org/plugin:repo
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | run-repository.sh | 33 repo=$(realpath $(dirname $(realpath -s $0))/../) 38 --volume=${repo}/tests:/usr/src/app/tests \
|
H A D | make.sh | 28 repo=$(realpath "$script_path/../") 41 OUTPUT_DIR="$repo/${output_folder}"
|