Home
last modified time | relevance | path

Searched refs:issues (Results 26 – 50 of 722) sorted by relevance

12345678910>>...29

/plugin/youtrack/syntax/
H A Dlist.php54 $issues = array();
102 $issues[] = $issueData;
105 return array($issues, $cols);
117 list($issues, $cols) = $data;
119 if (count($issues) == 0) {
128 $yt->renderIssueTable($renderer, $issues, $cols);
/plugin/issuetracker/
H A Daction.php307 $issues = $tmp;
748 $issues = $this->_issues_globalsort($issues, $sort_key);
753 elseif($start>count($issues)) {$start=count($issues)-step;}
1045 $issues = $this->_issues_globalsort($issues, $sort_key);
1048 $issues = $this->_issues_globalsort($issues, $sort_key);
1052 if ($start>count($issues)) $start=count($issues)-$step;
1314 if($next_start>count($issues)) $next_start = count($issues);
3236 return $issues;
3718 $issues = array();
3730 $issues = array_merge($issues, $tmp);
[all …]
H A Ditsearch.php36 $issues = array(); variable
49 $issues = array_merge($issues, $tmp); variable
59 { $issues = unserialize(@file_get_contents($pfile)); variable
60 foreach($issues as &$issue) {
73 foreach($issues as &$issue) {
119 … $text_snip = $this->xs_format($issues[$item['project']."_".$item['id']]['description']);
H A Dedit.php368 {$issues = unserialize(@file_get_contents($pfile));} variable
370 {$issues = array();} variable
376 $issues[$id_issue]['status'] = $lang['issue_resolved_status'];
379 $old_value = $issues[$id_issue][$field];
380 $issues[$id_issue][$field] = $value;
381 $issues[$id_issue]['modified'] = $cur_date;
390 $issues[$id_issue]['assigned'] = $value;
397 if($issues[$id_issue]['assigned']=='')
399 $issues[$id_issue]['status'] = $status[0];
401 else $issues[$id_issue]['status'] = $status[1];
[all …]
/plugin/backup/
H A DCHANGELOG.md31 …nning on a Windows-based server, we now alert the user that there may be issues with the plugin, a…
39 [BT-39]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/39
40 [BT-38]: https://github.com/tatewake/dokuwiki-plugin-backup/issues/38
42 [BT-42]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/42
43 [BT-43]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/43
44 [BT-44]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/44
45 [BT-46]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/46
46 [BT-47]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/47
/plugin/gitlabapi/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DRegistration.php42 public $issues; variable in Google\\Service\\CloudDomains\\Registration
137 public function setIssues($issues) argument
139 $this->issues = $issues;
146 return $this->issues;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DAmpInspectionResult.php99 public function setIssues($issues) argument
101 $this->issues = $issues;
108 return $this->issues;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DProduct.php95 public function setIssues($issues) argument
97 $this->issues = $issues;
104 return $this->issues;
/plugin/issuelinks/db/
H A Dupdate0001.sql1 CREATE TABLE issues ( table
51 FOREIGN KEY (service) REFERENCES issues (service),
52 FOREIGN KEY (project_id) REFERENCES issues(project),
53 FOREIGN KEY (issue_id) REFERENCES issues(id),
54 FOREIGN KEY (is_mergerequest) REFERENCES issues(is_mergerequest),
/plugin/codeprettify/code-prettify/
H A DCHANGES.md17 for PHP support to address issue [#3](https://github.com/google/code-prettify/issues/3).
18 * Fixed bug [#6](https://github.com/google/code-prettify/issues/6): `prettyPrintOne`
20 * Fixed bug [#4](https://github.com/google/code-prettify/issues/4): recursing into a
23 * Fixed bug [#8](https://github.com/google/code-prettify/issues/8): was eating tabs
31 * Added *noisefree*'s C# patch [#7](https://github.com/google/code-prettify/issues/7)
38 * Added [#17](https://github.com/google/code-prettify/issues/17) language specific
40 * Fixed bug [#29](https://github.com/google/code-prettify/issues/29): python
61 See issue [#37](https://github.com/google/code-prettify/issues/37).
87 * Added YAML support. Bug [#123](https://github.com/google/code-prettify/issues/123)
94 when embedded in XML. Bug [#108](https://github.com/google/code-prettify/issues/108).
[all …]
/plugin/barcodes/
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/mikioplugin/
H A DREADME.md44 - `<col>` now supports the `vertical-align` option, defaulting to top [#30](https://github.com/nomadjimbob/mikioplugin/issues/30). Thanks EmmaKnijn.
49 - Fix missing default options of height and width in nav element [#29](https://github.com/nomadjimbob/mikioplugin/issues/29). Thanks armandostyl.
53 - Fix a LESS compiliation error introduced in [#26](https://github.com/nomadjimbob/mikioplugin/issues/26). Thanks WetenSchaap.
62 - Fixed pagination when using nice urls, rewrites and slashes [#26](https://github.com/nomadjimbob/mikioplugin/issues/26). Thanks armandostyl.
64 - Fixed up some border radius issues and dark mode theming on pagination element.
96 - Fixed small tag not being inline [#22](https://github.com/nomadjimbob/mikioplugin/issues/22). Thanks Rayaqu
101 - Fixed card height issues on smaller viewports.
102 - Fixed columns not stacking on small viewports when using sizing. [#21](https://github.com/nomadjimbob/mikioplugin/issues/21). Thanks armandostyl
106 - Fixed spacing issues with listgroup items with mixed styles. [#20](https://github.com/nomadjimbob/mikioplugin/issues/2
[all...]
/plugin/googleanalytics/
H A DCHANGELOG.md46 [DPG-21]: http://192.168.1.150/open-source/dokuwiki/googleanalytics/-/issues/21
47 [DPG-20]: http://192.168.1.150/open-source/dokuwiki/googleanalytics/-/issues/20
48 [DPG-19]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/19
49 [DPG-17]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/17
50 [DPG-15]: https://github.com/tatewake/dokuwiki-plugin-googleanalytics/issues/15
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md13 Total issues resolved: **3**
23 Total issues resolved: **7**
26 - [146: Import error on @experimental Annotation](https://github.com/doctrine/annotations/issues/14…
46 - [134: Require PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) tha…
76 Total issues resolved: **2**
103 Total issues resolved: **15**
111 …ons that are indented by tab are not processed.](https://github.com/doctrine/annotations/issues/68)
123 Total issues resolved: **1**
129 Total issues resolved: [**2**](https://github.com/doctrine/annotations/milestones/v1.2.3)
136 Total issues resolved: **4**
[all …]
/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/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DChangeLog.md9 …ann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github.com/sebastianb…
15 * Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not con…
21 * Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use…
/plugin/gitbacked/
H A DCHANGELOG.md174 [#86]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/86
175 [#82]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/82
176 [#80]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/80
177 [#79]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/79
178 [#69]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/69
179 [#67]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/67
180 [#66]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/66
181 [#63]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/63
182 [#53]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/53
183 [#39]: https://github.com/woolfg/dokuwiki-plugin-gitbacked/issues/39
[all …]
/plugin/issuelinks/services/
H A DGitHub.service.php59 return 'https://github.com' . '/' . $projectId . '/issues/' . $issueId;
470 $issues = $this->parseMergeRequestDescription($repo, $mergeRequestText);
473 $db->saveIssueIssues($issue, $issues);
489 $issues = [];
494 $issues[] = [
507 $issues[] = [
514 return $issues;
535 $issues = $this->makeGitHubGETRequest($endpoint);
537 if (!is_array($issues)) {
541 $this->total = $this->estimateTotal($perPage, count($issues));
[all …]
H A DGitLab.service.php320 $issues = $this->parseMergeRequestDescription($issue->getProject(), $mergeRequestText);
323 $db->saveIssueIssues($issue, $issues);
390 $issues = [];
395 $issues[] = [
407 $issues[] = [
413 return $issues;
421 $issues = $this->makeSingleGitLabGetRequest($endpoint);
422 $this->total = $this->estimateTotal($perPage, count($issues));
428 foreach ($issues as $issueData) {
447 $issues = $this->parseMergeRequestDescription($projectKey, $issueText);
[all …]
/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...]
/plugin/pureldap/
H A Dcomposer.lock63 "issues": "https://github.com/FreeDSx/ASN1/issues",
127 "issues": "https://github.com/FreeDSx/LDAP/issues",
181 "issues": "https://github.com/FreeDSx/SASL/issues",
237 "issues": "https://github.com/FreeDSx/Socket/issues",
/plugin/ckgedit/lang/ru/
H A Dmerger.txt4 …ообщайте о любых проблемах [[https://github.com/turnermm/ckgedit/issues|ckgedit's issues]] на gith…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md16 * Fixed [#370](https://github.com/sebastianbergmann/php-code-coverage/issues/370): Confusing statis…
18 * Fixed [#382](https://github.com/sebastianbergmann/php-code-coverage/issues/382): Crap4J report ge…
28 …environment` to 1.3.2 for [#365](https://github.com/sebastianbergmann/php-code-coverage/issues/365)
34 …environment` to 1.3.1 for [#365](https://github.com/sebastianbergmann/php-code-coverage/issues/365)
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock62 "issues": "https://github.com/composer/pcre/issues",
143 "issues": "https://github.com/composer/semver/issues",
209 "issues": "https://github.com/composer/xdebug-handler/issues",
299 "issues": "https://github.com/doctrine/annotations/issues",
355 "issues": "https://github.com/doctrine/instantiator/issues",
[all...]

12345678910>>...29