Home
last modified time | relevance | path

Searched refs:branch (Results 126 – 150 of 283) sorted by path

12345678910>>...12

/plugin/dokusioc/
H A DREADME.md20 …y-score.png?b=master)](https://scrutinizer-ci.com/g/mprins/DokuWiki-Plugin-DokuSIOC/?branch=master)
/plugin/dw2pdf/
H A Dcomposer.lock219 "branch-alias": {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md13 > the default repository branch is `development` which can differ from the last stable release.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php817 $branch = isset($path[2]) ? trim($path[2]) : '';
818 $revFile = __DIR__ . '/../../.git/refs/heads/' . $branch;
819 if ($branch && file_exists($revFile)) {
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md5 [![Build Status](https://travis-ci.org/mpdf/qrcode.svg?branch=development)](https://travis-ci.org/mpdf/mpdf)
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md5 [![Build Status](https://travis-ci.org/myclabs/DeepCopy.png?branch=1.x)](https://travis-ci.org/myclabs/DeepCopy)
6 [![Coverage Status](https://coveralls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://coveralls.io/r/myclabs/DeepCopy?branch=1.x)
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md8 [![Build Status](https://travis-ci.org/Setasign/FPDI.svg?branch=development)](https://travis-ci.org/Setasign/FPDI)
/plugin/dwcommits/
H A Dadmin.php74 'branch'=>"dwc_repos_div",'repro'=>"dwc_repos_div",
94 case 'branch':
H A Dhelper.php214 $branch = $_REQUEST['dwc__branch'];
215 exec("$this->git checkout $branch",$retv, $exit_code);
287 foreach ($retv as $branch) {
288 if(preg_match('/\*(.*)/',$branch,$matches)) {
463 $branch = "";
537 $branch = "";
560 $branch = $val;
674 function construct_ab_clause($author,$branch,$op,$msg){ argument
684 if($branch) {
686 $q .= " AND $branch ";
[all …]
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt86 In this window you can change the current git and switch to another branch of the current git.
/plugin/elasticsearch/
H A Dcomposer.lock93 "branch-alias": {
155 "branch-alias": {
201 "default-branch": true,
204 "branch-alias": {
265 "default-branch": true,
314 "branch-alias": {
455 "branch-alias": {
505 "branch-alias": {
570 "default-branch": true,
573 "branch
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml5 description: Testing the elasticsearch-php 7.x branch.
10 description: the Git branch specifier to build (<branchName>, <tagName>,
H A Delastic+elasticsearch-php+master.yml5 description: Testing the elasticsearch-php master branch.
10 description: the Git branch specifier to build (<branchName>, <tagName>,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md84 - If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85 - If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86 - If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
87 - If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
88 - If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
89 - You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
446 If you want to send a PR for version `Y` please use the `Y.x` branch. For instance if you want to send a PR for **elasticsearch-php 7** use the `7.x` branch
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc32 The master branch will always track {es} master, but it is not recommended to
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md7 [![CI status](https://github.com/reactphp/promise/actions/workflows/ci.yml/badge.svg?branch=2.x)](https://github.com/reactphp/promise/actions)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1221 - Update the branch alias in composer.json to match the library version [#683](https://github.com/ruflin/Elastica/issues/683/)
H A DREADME.md5 [![Build Status](https://github.com/ruflin/elastica/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/ruflin/Elastica/actions?query=workflow%3A%22Continuous%20integration%22%20branch%3Amaster)
6 [![codecov.io](http://codecov.io/github/ruflin/Elastica/coverage.svg?branch=master)](http://codecov.io/github/ruflin/Elastica?branch=master)
8 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ruflin/Elastica/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/elwikiupgrade/
H A Dadmin.php30 $branch = 'stable';
/plugin/evesso/phpoauthlib/
H A DREADME.md5 [![Build Status](https://travis-ci.org/Lusitanian/PHPoAuthLib.png?branch=master)](https://travis-ci…
/plugin/feedaggregator/
H A DREADME.md16 [![Build Status](https://travis-ci.org/samwilson/dokuwiki-plugin-feedaggregator.svg?branch=master)]…
/plugin/findologicxmlexport/
H A DREADME.md3 [![Travis](https://travis-ci.org/findologic/dokuwiki-plugin-findologic-xml-export.svg?branch=master…
5 [![codecov](https://codecov.io/gh/findologic/dokuwiki-plugin-findologic-xml-export/branch/master/gr…
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md15 - [165: Update the composer branch alias](https://github.com/doctrine/annotations/pull/165) thanks …
H A DREADME.md3 [![Build Status](https://travis-ci.org/doctrine/annotations.svg?branch=master)](https://travis-ci.o…
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DCONTRIBUTING.md7 * Pull requests must be sent from a new hotfix/feature branch, not from `master`.

12345678910>>...12