| /plugin/gitbacked/classes/ |
| H A D | GitRepo.php | 482 * Runs a `git branch` call 484 * Accepts a name for the branch 487 * @param string branch name 490 public function createBranch($branch) argument 492 return $this->run("branch $branch"); 496 * Runs a `git branch -[d|D]` call 498 * Accepts a name for the branch 501 * @param string branch name 504 public function deleteBranch($branch, $force = false) argument 506 return $this->run("branch " . (($force) ? '-D' : '-d') . " $branch"); [all …]
|
| /plugin/git/lib/ |
| D | Git.php | 285 * @param string identifyer to id the branch/commit/position 288 public function getFile($filename, $branch = 'HEAD') { argument 290 $cmd = 'show '.$branch.':'.$filename; 325 $pos = strpos($status, 'Your branch is ahead of'); 479 * Runs a `git branch` call 481 * Accepts a name for the branch 484 * @param string branch name 487 public function create_branch($branch) { argument 488 return $this->run("branch $branch"); 492 * Runs a `git branch -[d|D]` call [all …]
|
| /plugin/combo/.github/ |
| H A D | bootstrap.sh | 9 # The head ref or source branch of the pull request in a workflow run. 11 # For example, feature-branch-1 13 # The name of the base ref or target branch of the pull request in a workflow run. 17 echo -e "\nPull request from the branch (${BUILD_BRANCH}) to the branch (${BUILD_TARGET_BRANCH})" 19 # The short ref name of the branch or tag that triggered the workflow run. 20 # This value matches the branch or tag name shown on GitHub. 21 # For example, feature-branch-1 or 57/merge for a pull request 25 # ${TRAVIS_BRANCH} in a PR build is the target branch 29 # echo -e "\nPush Build on the branch (${BUILD_BRANCH})" 32 # echo -e "\nPull Request Build from the branch (${TRAVIS_PULL_REQUEST_BRANCH})" [all …]
|
| /plugin/ahrefmenu/ |
| D | local_map.xml | 5 <branch id="http://sql2008rs:81/dokuwiki/doku.php" link="http://sql2008rs:81/dokuwiki/doku.php"> 7 …<branch id="http://sql2008rs:81/dokuwiki/doku.php?id=start" link="http://sql2008rs:81/dokuwiki/dok… 9 …<branch id="http://sql2008rs:81/dokuwiki/doku.php?id=reports:start" link="http://sql2008rs:81/doku… 11 …<branch id="http://sql2008rs:81/dokuwiki/doku.php?id=reports:prodej_dle_prodejce" link="http://sql… 25 …<branch id="http://sql2008rs:81/dokuwiki/lib/exe/detail.php?id=reports%3Aprodej_dle_prodejce&c… 33 </branch> 34 …<branch id="http://sql2008rs:81/dokuwiki/doku.php?id=tag:obchod&do=showtag&tag=obchod" lin… 36 …<branch id="http://sql2008rs:81/dokuwiki/doku.php?id=terms:casova_perioda" link="http://sql2008rs:… 41 </branch> 45 </branch> [all …]
|
| D | xmlTree.js | 6 function showBranch(branch){ argument 7 var objBranch = document.getElementById(branch); 13 swapFolder('I' + branch); 33 function highlightBranch(branch){ argument 35 var objBranch = document.getElementById(branch); 39 window.setTimeout("unhiglightBranch('" + branch + "','" + objBack + "')", 5000) 43 function unhiglightBranch(branch, objBack) { argument 44 var objBranch = document.getElementById(branch);
|
| D | tree.dtd | 1 <!ELEMENT tree (branch+)> 2 <!ELEMENT branch (branchText,(branch|leaf|branchLink)*)> element 3 <!ATTLIST branch id CDATA #REQUIRED> 4 <!ATTLIST branch link CDATA #REQUIRED>
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/ |
| D | ProjectsLocationsCatalogs.php | 86 * Get which branch is currently default branch set by 148 * Set a specified branch id as default branch. API methods such as 150 * will treat requests using "default_branch" to the actual branch id set as 152 * default, setting SearchRequest.branch to 154 * setting SearchRequest.branch to `projects/locations/catalogs/branches/1`. 156 * staging branch to test and verify for future usage. When it becomes ready, 157 * developers switch on the staging branch using this API while keeping using 158 * `projects/locations/catalogs/branches/default_branch` as SearchRequest.branch 159 * to route the traffic to this staging branch. CAUTION: If you have live 160 * predict/search traffic, switching the default branch could potentially cause [all …]
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | README.md | 17 | branch | status | minimum PHP version | 19 | master | [](https:/… 20 | 3.1 | [](https://tr… 21 | 3.0 | [](https://tr… 22 | 2.1 | [](https://tr… 23 | 2.0 | [](https://tr… 24 | 1.8 | [](https://tr… 25 | 1.7 | [](https://tr… 26 | 1.6 | [](https://tr…
|
| /plugin/tagfilter/script/select2/ |
| D | release.sh | 19 branch="build-$ver" 20 curbranch=`git branch | grep "*" | sed "s/* //"` 42 git branch "$branch" 43 git checkout "$branch" 77 git branch -D "$branch"
|
| /plugin/backlinks/.github/workflows/ |
| H A D | CI.yml | 11 dokuwiki-branch: [ 'master', 'stable' ] 14 dokuwiki-branch: 'stable' 16 dokuwiki-branch: 'master' 21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
|
| /plugin/description/.github/workflows/ |
| H A D | CI.yml | 11 dokuwiki-branch: [ 'master', 'stable' ] 14 dokuwiki-branch: 'master' 16 dokuwiki-branch: 'master' 21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
|
| /plugin/openlayersmap/.github/workflows/ |
| H A D | CI.yml | 11 dokuwiki-branch: [ 'stable', 'master' ] 14 dokuwiki-branch: 'stable' 16 dokuwiki-branch: 'master' 21 dokuwiki-branch: "${{ matrix.dokuwiki-branch }}"
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | README.md | 34 | branch | status | 36 | master | [](https://t… 37 | 3.5 | [](https://trav… 38 | 3.4 | [](https://trav… 39 | 3.1 | [](https://trav… 40 | 2.1 | [](https://trav… 41 | 2.0 | [](https://trav…
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | README.md | 34 | branch | status | 36 | master | [](https://trav… 37 | 3.5 | [](https://travis-… 38 | 3.4 | [](https://travis-… 39 | 3.1 | [](https://travis-… 40 | 2.1 | [](https://travis-… 41 | 2.0 | [](https://travis-…
|
| /plugin/webdav/vendor/sabre/event/ |
| D | README.md | 22 This package requires PHP 5.5. The 2.0 branch is still maintained as well, and 28 | branch | status | 30 | master | [](https://tra… 31 | 2.0 | [](https://travis… 32 | 1.0 | [](https://travis… 33 | php53 | [](https://trav…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
| D | PullRequestFilter.php | 25 public $branch; variable in Google\\Service\\CloudBuild\\PullRequestFilter 38 public function setBranch($branch) argument 40 $this->branch = $branch; 47 return $this->branch;
|
| D | PushFilter.php | 25 public $branch; variable in Google\\Service\\CloudBuild\\PushFilter 38 public function setBranch($branch) argument 40 $this->branch = $branch; 47 return $this->branch;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/ |
| D | GoogleCloudRetailV2GetDefaultBranchResponse.php | 25 public $branch; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2GetDefaultBranchResponse 38 public function setBranch($branch) argument 40 $this->branch = $branch; 47 return $this->branch;
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | README.md | 12 | branch | status | 14 | master | [](https://t… 15 | 3.4 | [](https://trav… 16 | 3.1 | [](https://trav… 17 | 2.1 | [](https://trav… 18 | 2.0 | [](https://trav…
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | README.md | 12 | branch | status | 14 | master | [](https://t… 15 | 3.4 | [](https://trav… 16 | 3.1 | [](https://trav… 17 | 2.1 | [](https://trav… 18 | 2.0 | [](https://trav…
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | README.md | 12 | branch | status | 14 | master | [](https://t… 15 | 3.4 | [](https://trav… 16 | 3.1 | [](https://trav… 17 | 2.1 | [](https://trav… 18 | 2.0 | [](https://trav…
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
| D | GitProcessor.php | 18 * Injects Git branch and Git commit SHA in all records 30 /** @var array{branch: string, commit: string}|array<never>|null */ 59 * @return array{branch: string, commit: string}|array<never> 67 $branches = `git branch -v --no-abbrev`; 70 'branch' => $matches[1],
|
| /plugin/findologicxmlexport/vendor/jms/serializer/ |
| D | README.md | 32 check the [1.x][1.x] branch. 39 Pull requests for new features are accepted only on the master branch. 41 Bug fixes sent on the 1.x branch, will be ported to the master branch when possible. 49 [Master coverage]: https://scrutinizer-ci.com/g/schmittjoh/serializer/?branch=master 54 [1.x coverage]: https://scrutinizer-ci.com/g/schmittjoh/serializer/?branch=1.x
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | README.md | 5 …egration/badge.svg?branch=master)](https://github.com/ruflin/Elastica/actions?query=workflow%3A%22… 6 …decov.io/github/ruflin/Elastica/coverage.svg?branch=master)](http://codecov.io/github/ruflin/Elast… 8 …ca/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ruflin/Elastica/?branch=master) 34 It is generally recommended to use the latest point release of the relevant branch. 36 | Elastica branch | ElasticSearch | elasticsearch-php | PHP …
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | Branch.php | 28 * Branch class is part of a Tree-Branch-Leaf trio 29 * @class Branch 38 class Branch extends Tree { class
|