Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/plugin/gitbacked/classes/
DGitRepo.php490 public function createBranch($branch) argument
492 return $this->run("branch $branch");
504 public function deleteBranch($branch, $force = false) argument
506 return $this->run("branch " . (($force) ? '-D' : '-d') . " $branch");
519 foreach ($branchArray as $i => &$branch) {
520 $branch = trim($branch);
522 $branch = str_replace("* ", "", $branch);
524 if ($branch == "") {
542 foreach ($branchArray as $i => &$branch) {
543 $branch = trim($branch);
[all …]
/plugin/git/lib/
DGit.php288 public function getFile($filename, $branch = 'HEAD') { argument
290 $cmd = 'show '.$branch.':'.$filename;
487 public function create_branch($branch) { argument
488 return $this->run("branch $branch");
500 public function delete_branch($branch, $force = false) { argument
501 return $this->run("branch ".(($force) ? '-D' : '-d')." $branch");
513 foreach($branchArray as $i => &$branch) {
514 $branch = trim($branch);
516 $branch = str_replace("* ", "", $branch);
517 if ($branch == "")
[all …]
/plugin/ahrefmenu/
DxmlTree.js6 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);
Dtree.dtd1 <!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/CloudBuild/
DPullRequestFilter.php25 public $branch; variable in Google\\Service\\CloudBuild\\PullRequestFilter
38 public function setBranch($branch) argument
40 $this->branch = $branch;
47 return $this->branch;
DPushFilter.php25 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/
DGoogleCloudRetailV2GetDefaultBranchResponse.php25 public $branch; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2GetDefaultBranchResponse
38 public function setBranch($branch) argument
40 $this->branch = $branch;
47 return $this->branch;
DGoogleCloudRetailV2SearchRequest.php28 public $branch; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequest
105 public function setBranch($branch) argument
107 $this->branch = $branch;
114 return $this->branch;
/plugin/tagfilter/script/select2/
Drelease.sh19 branch="build-$ver"
20 curbranch=`git branch | grep "*" | sed "s/* //"`
42 git branch "$branch"
43 git checkout "$branch"
77 git branch -D "$branch"
/plugin/webdav/vendor/sabre/dav/
DREADME.md17 | branch | status | minimum PHP version |
19 | master | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=master)](https:/…
20 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://tr…
21 | 3.0 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=3.0)](https://tr…
22 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=2.1)](https://tr…
23 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=2.0)](https://tr…
24 | 1.8 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.8)](https://tr…
25 | 1.7 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.7)](https://tr…
26 | 1.6 | [![Build Status](https://travis-ci.org/fruux/sabre-dav.svg?branch=1.6)](https://tr…
/plugin/icalevents/vendor/sabre/vobject/
DREADME.md34 | branch | status |
36 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
37 | 3.5 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.5)](https://trav…
38 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
39 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
40 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
41 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/webdav/vendor/sabre/vobject/
DREADME.md34 | branch | status |
36 | master | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=master)](https://trav…
37 | 3.5 | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.5)](https://travis-…
38 | 3.4 | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.4)](https://travis-…
39 | 3.1 | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=3.1)](https://travis-…
40 | 2.1 | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=2.1)](https://travis-…
41 | 2.0 | [![Build Status](https://travis-ci.org/sabre-io/vobject.svg?branch=2.0)](https://travis-…
/plugin/webdav/vendor/sabre/event/
DREADME.md22 This package requires PHP 5.5. The 2.0 branch is still maintained as well, and
28 | branch | status |
30 | master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://tra…
31 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis…
32 | 1.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis…
33 | php53 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://trav…
/plugin/webdavclient/vendor/sabre/vobject/
DREADME.md12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/davcard/vendor/sabre/vobject/
DREADME.md12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md12 | branch | status |
14 | master | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=master)](https://t…
15 | 3.4 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.4)](https://trav…
16 | 3.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=3.1)](https://trav…
17 | 2.1 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.1)](https://trav…
18 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-vobject.svg?branch=2.0)](https://trav…
/plugin/elasticsearch/vendor/ruflin/elastica/
DREADME.md5 …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/davcal/vendor/sabre/event/
H A DREADME.md26 | branch | status |
28 | master | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=master)](https://tra…
29 | 2.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=2.0)](https://travis…
30 | 1.0 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=1.0)](https://travis…
31 | php53 | [![Build Status](https://travis-ci.org/fruux/sabre-event.svg?branch=php53)](https://trav…
/plugin/dwcommits/
Dhelper.php214 $branch = $_REQUEST['dwc__branch'];
215 exec("$this->git checkout $branch",$retv, $exit_code);
217 …$this->status_message = array_merge(array(getcwd(),"git checkout $branch", $status),$this->status_…
232 …$this->status_message = array_merge(array(getcwd(),"git checkout $branch", $status),$this->status_…
287 foreach ($retv as $branch) {
288 if(preg_match('/\*(.*)/',$branch,$matches)) {
293 $this->branches[] = $this->html_option($branch);
463 $branch = "";
476 $branch = $this->construct_term('gitbranch',$val);
496 $ab_clause = $this->construct_ab_clause($author,$branch,$query['OP_2'],$msg);
[all …]
/plugin/findologicxmlexport/vendor/hoa/zformat/
DParameter.php269 * @param string $branch Branch.
272 public function branchExists($branch) argument
274 $qBranch = preg_quote($branch);
288 * @param string $branch Branch.
291 public function unlinearizeBranch($branch) argument
295 $lBranch = strlen($branch);
298 if ($branch !== substr($key, 0, $lBranch)) {
/plugin/findologicxmlexport/vendor/jms/serializer/
DREADME.md32 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/jplayer/vendor/happyworm/jplayer/
DCONTRIBUTING.md14 * Make a branch in your fork. For example, **patch-1**
15 * Apply your changes to that branch
17 * Make a Pull Request to the **master** branch
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
DREADME.md6 [![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-c…
7 …o/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallh…
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
DREADME.md3 [![Build Status](https://travis-ci.org/goetas-webservices/xsd2php-runtime.svg?branch=master)](https…
4 …rage.png?b=master)](https://scrutinizer-ci.com/g/goetas-webservices/xsd2php-runtime/?branch=master)
5 …core.png?b=master)](https://scrutinizer-ci.com/g/goetas-webservices/xsd2php-runtime/?branch=master)
/plugin/matrixnotifierwas/vendor/ralouphie/getallheaders/
DREADME.md6 [![Build Status](https://travis-ci.org/ralouphie/getallheaders.svg?branch=master)](https://travis-c…
7 …o/repos/ralouphie/getallheaders/badge.png?branch=master)](https://coveralls.io/r/ralouphie/getallh…

12345678910>>...15