Home
last modified time | relevance | path

Searched refs:issues (Results 126 – 150 of 722) sorted by last modified time

12345678910>>...29

/plugin/barcodes/vendor/composer/
H A Dplatform_check.php5 $issues = array(); variable
8 …$issues[] = 'Your Composer dependencies require a PHP version ">= 5.4.0". You are running ' . PHP_…
11 if ($issues) {
17 …detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL…
19 … . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EO…
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
/plugin/barcodes/
H A DREADME.md46 …ited to submit a [feature request](https://gitlab.com/MatthiasLohr/dokuwiki-barcodes/-/issues/new).
H A Dcomposer.lock56 "issues": "https://github.com/jucksearm/php-barcode/issues",
114 "issues": "https://github.com/doctrine/instantiator/issues",
181 "issues": "https://github.com/myclabs/DeepCopy/issues",
243 "issues": "https://github.com/nikic/PHP-Parser/issues",
303 "issues": "https://github.com/phar-io/manifest/issues",
354 "issues": "https://github.com/phar-io/version/issues",
666 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
760 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1132 "issues": "https://github.com/sebastianbergmann/diff/issues",
1679 "issues": "https://github.com/sebastianbergmann/type/issues",
[all …]
/plugin/fastwiki/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/snow/
H A DREADME.md16 [![GitHub issues](https://img.shields.io/github/issues/mprins/dokuwiki-plugin-snow.svg)](https://gi…
/plugin/twofactoraltemail/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/gitlabapi/
H A DREADME.md43 - **issues="n"** lists the latest $n$ issues.
46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, t…
49 <gitlab-api project-path="ns/dir/project" commits="10" issues="5" milestones="3" pipelines="10" />
H A Dplugin.info.txt6 desc Display some information such as commits, issues etc. from a GitLab project.
H A Dsyntax.php82 preg_match("/issues *= *(['\"])(.*?)\\1/", $match, $issues);
83 $data['issues'] = $issues[2];
199 $issues = $gitlab->getIssues($project_id);
215 $total = count($issues) < $number ? count($issues) : $number;
218 $renderer->doc .= '<td>'.$issues[$i]['author']['name'].'</td>';
219 $renderer->doc .= '<td>'.$issues[$i]['title'].'</td>';
220 $labels = $issues[$i]['labels'];
225 $assignees = $issues[$i]['assignees'];
230 $renderer->doc .= '<td>'.$issues[$i]['state'].'</td>';
231 $renderer->doc .= '<td><a href='.$issues[$i]['web_url'].'>Issue link</a></td>';
/plugin/gitlabapi/gitlab/
H A Dgitlabapi.php52 $issues = $this->gitlabRequest($url_request);
53 return $issues;
/plugin/edittable/lib/
H A Dhandsontable.less151 …ootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
/plugin/blog/
H A DCOPYING201 infringement or for any other reason (not limited to patent issues),
/plugin/pubmed2020/site/
H A Ddescription.txt15 bugtracker : https://github.com/EricMaeker/dokuwiki-plugin-pubmed/issues
/plugin/googletagmanager/
H A DREADME.md8 For feedback please create an issue https://github.com/alexlehm/dokuwiki-plugin-gtm/issues
/plugin/advanced/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/linksuggest/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/firenews/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/pageredirect/
H A DChangeLog.md38 [#18]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/18
39 [#19]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/19
40 [#23]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/23
41 [#24]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/24
42 [#25]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/25
58 [#13]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/13
65 [#9]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/9
78 [#10]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/10
79 [#11]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/11
82 [#6]: https://github.com/glensc/dokuwiki-plugin-pageredirect/issues/
[all...]
/plugin/archivegenerator/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/fullscreenmode/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/elasticsearch/
H A Dcomposer.lock232 "issues": "https://github.com/Nyholm/dsn/issues",
290 "issues": "https://github.com/patrickschur/language-detection/issues",
406 "issues": "https://github.com/reactphp/promise/issues",
481 "issues": "https://github.com/ruflin/Elastica/issues",
/plugin/elasticsearch/vendor/composer/
H A Dplatform_check.php5 $issues = array(); variable
8 $issues[] = 'Your Composer dependencies require a PHP version ">= 7.4.0". You are running ' . PHP_VERSION . '.';
11 if ($issues) {
17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
19 echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md107 - Fixes port missing in log [#925](https://github.com/elastic/elasticsearch-php/issues/925)
110 `port` in the `Host` header. This fixes [#993](https://github.com/elastic/elasticsearch-php/issues/993).
133 (e.g. using Laravel with issue https://github.com/babenkoivan/scout-elasticsearch-driver/issues/297)
290 - Fix `SearchResponseIterator` is scrolling the first page twice [#871](https://github.com/elastic/elasticsearch-php/pull/871), issue [#595](https://github.com/elastic/elasticsearch-php/issues/595)
H A DLICENSE-LGPL383 infringement or for any other reason (not limited to patent issues),
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md244 * Fixed issue [1789](https://github.com/ruflin/Elastica/issues/1789)
249 * Replaced `_routing` and `_retry_on_conflict` by `routing` and `retry_on_conflict` in `AbstractUpdateAction` [#1807](https://github.com/ruflin/Elastica/issues/1807)
286 * Require guzzle >= v6.3 as development library: fixes issues on PHP >= 7.2
377 * Properly handle underscore prefixes in options and bulk request metadata ([cf upstream](https://github.com/elastic/elasticsearch/issues/26886). [#1621](https://github.com/ruflin/Elastica/pull/1621)
388 * Added request method parameter to `Elastica\SearchableInterface->search()` and `Elastica\SearchableInterface->count()`. Same for `Elastica\Search`[#1441](https://github.com/ruflin/Elastica/issues/1441)
389 * Added support for Field Collapsing (Issue: [#1392](https://github.com/ruflin/Elastica/issues/1392); PR: [#1653](https://github.com/ruflin/Elastica/pull/1653))
390 * Support string DSN in `\Elastica\Client` constructor for config argument [#1640](https://github.com/ruflin/Elastica/issues/1640)
393 * Added `setTrackTotalHits` method to `Elastica\Query`[#1663](https://github.com/ruflin/Elastica/issues/1663)
394 * Allow metadata to be set on Aggregations (via `AbstractAggregation::setMeta(array)`). [#1677](https://github.com/ruflin/Elastica/issues/1677)
436 * add parent_id (reference [#1518](https://github.com/ruflin/Elastica/issues/151
[all...]

12345678910>>...29