Home
last modified time | relevance | path

Searched refs:branch (Results 176 – 200 of 283) sorted by path

12345678910>>...12

/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md102 - Added the branch alias and changed the constraint on common [\#8](https://github.com/schmittjoh/m…
H A DREADME.md49 [Master coverage]: https://scrutinizer-ci.com/g/schmittjoh/metadata/?branch=master
54 [1.x coverage]: https://scrutinizer-ci.com/g/schmittjoh/metadata/?branch=1.x
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md876 - bump branch alias to 0.17 as 0.16 is already released [\#305](https://github.com/schmittjoh/seria…
H A DCONTRIBUTING.md73 and [rebase your branch](http://git-scm.com/book/en/Git-Branching-Rebasing)
H A 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
H A DUPGRADING.md13 - "deeper branch group exclusion strategy" has a different behaviour, the latest group is used inst…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md5 [![Build Status](https://travis-ci.org/myclabs/DeepCopy.png?branch=1.x)](https://travis-ci.org/mycl…
6 …/coveralls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://coveralls.io/r/myclabs/DeepCop…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A DREADME.md2 [![Build Status](https://travis-ci.org/phpDocumentor/ReflectionCommon.svg?branch=master)](https://t…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md4 [![Build Status](https://travis-ci.org/phpspec/prophecy.svg?branch=master)](https://travis-ci.org/p…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md2 [![Build Status](https://travis-ci.org/sebastianbergmann/php-code-coverage.svg?branch=master)](http…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md1 [![Build Status](https://travis-ci.org/sebastianbergmann/php-timer.svg?branch=master)](https://trav…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md1 [![Build Status](https://travis-ci.org/sebastianbergmann/php-token-stream.svg?branch=master)](https…
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md1 [![Build Status](https://travis-ci.org/sebastianbergmann/comparator.svg?branch=master)](https://tra…
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md6 [![Build Status](https://travis-ci.org/sebastianbergmann/environment.png?branch=master)](https://tr…
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md4 [![Build Status](https://secure.travis-ci.org/sebastianbergmann/exporter.png?branch=master)](https:…
/plugin/findologicxmlexport/vendor/sebastian/global-state/
H A DREADME.md5 [![Build Status](https://travis-ci.org/sebastianbergmann/global-state.svg?branch=master)](https://t…
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md19 …me of the release series (`X.Y`) when no release has been made from that branch / for that release…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md4 [![Build Status](https://travis-ci.org/webmozart/assert.svg?branch=master)](https://travis-ci.org/w…
5 …pi/projects/status/lyg83bcsisrr94se/branch/master?svg=true)](https://ci.appveyor.com/project/webmo…
/plugin/geophp/
H A DREADME.md16 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geophp/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geophp/?branch=master)
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md1 [![Build Status](https://travis-ci.org/funiq/geoPHP.svg?branch=master)](https://travis-ci.org/funiq/geoPHP)
18 Forks and contributions are welcome. Please open [issues](https://github.com/funiq/geoPHP/issues), send [pull](https://github.com/funiq/geoPHP/pulls) requests and I will merge them into the main branch.
/plugin/geotag/
H A DREADME.md13 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geotag/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mprins/dokuwiki-plugin-geotag/?branch=master)
/plugin/git/lib/
H A DGit.php487 public function create_branch($branch) { argument
488 return $this->run("branch $branch");
513 foreach($branchArray as $i => &$branch) {
514 $branch = trim($branch);
516 $branch = str_replace("* ", "", $branch);
517 if ($branch == "")
549 public function checkout($branch) { argument
550 return $this->run("checkout $branch");
560 * @param string $branch
649 * @param string $branch
[all …]
/plugin/gitbacked/
H A DCHANGELOG.md93 …e referred COPYING license file originally hosted on the DokuWiki master branch to simplify a prob…
/plugin/gitbacked/lib/
H A DGit.php562 return $this->run("branch $branch");
588 $branch = trim($branch);
590 $branch = str_replace("* ", "", $branch);
592 if ($branch == "") {
610 $branch = trim($branch);
611 if ($branch == "" || strpos($branch, 'HEAD -> ') !== false) {
645 public function checkout($branch) { argument
656 * @param string $branch
659 public function merge($branch) { argument
722 * @param string $branch
[all …]
/plugin/hipchat/
H A Dcomposer.lock62 "branch-alias": {
176 "branch-alias": {

12345678910>>...12