Home
last modified time | relevance | path

Searched refs:issue (Results 101 – 125 of 228) sorted by last modified time

12345678910

/plugin/codemirror/dist/
H A Dscripts.min.js.map1issue #2901\n if (webkit) {\n var last = builder.content.lastChild;\n if (/\\bcm-tab\…
H A Dstyles.min.css.map1 …irror div.CodeMirror-cursors {\n visibility: hidden;\n }\n}\n\n/* See issue #2901 */\n.cm-tab-…
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1 …reball.net/2010/07/improved_regex_for_matching_urls\n // And then (issue #1160) simplified …
/plugin/issuelinks/services/
H A DGitHub.service.php48 $summary = $issue->getSummary();
50 $status = $issue->getStatus();
52 $type = $issue->getType();
71 return $issue;
76 $issue->getFromDB();
78 return $issue;
386 return $issue->saveToDB();
390 * @param Issue $issue
408 $issue->setLabels($labels);
469 $mergeRequestText = $issue->getSummary() . ' ' . $issue->getDescription();
[all …]
H A DGitLab.service.php39 * @param Issue $issue
45 $summary = $issue->getSummary();
47 $status = $issue->getStatus();
306 $issue->getFromDB();
307 return $issue;
319 $mergeRequestText = $issue->getSummary() . ' ' . $issue->getDescription();
333 * @param Issue $issue
431 $issue->saveToDB();
444 $issue->saveToDB();
446 $issueText = $issue->getSummary() . ' ' . $issue->getDescription();
[all …]
H A DJira.service.php47 * @param Issue $issue
51 public static function isIssueValid(Issue $issue) argument
53 $summary = $issue->getSummary();
55 $status = $issue->getStatus();
57 $type = $issue->getType();
108 $issue = Issue::getInstance('jira', $projectKey, $issueNumber, false);
109 $issue->getFromDB();
111 return $issue;
473 list($projectKey, $issueId) = explode('-', $data['issue']['key']);
492 $issueData = $data['issue'];
H A DServiceInterface.php24 * @param Issue $issue
28 public static function isIssueValid(Issue $issue); argument
82 public function retrieveIssue(Issue $issue); argument
/plugin/issuelinks/
H A Dstyle.less257 &.issue::before {
258 background-image: url('images/issue-opened.svg');
H A Dsyntax.php70 if (null === $issue) {
78 $issue->getServiceName(),
79 $issue->getProject(),
80 $issue->getKey(),
81 $issue->isMergeRequest()
86 'service' => $issue->getServiceName(),
87 'project' => $issue->getProject(),
88 'issueId' => $issue->getKey(),
89 'isMergeRequest' => $issue->isMergeRequest(),
128 $issue->getFromDB();
[all …]
/plugin/issuelinks/helper/
H A Ddb.php253 * @param Issue $issue
257 public function saveIssue(Issue $issue) argument
261 'project' => $issue->getProject(),
262 'id' => $issue->getKey(),
264 'summary' => $issue->getSummary(),
266 'type' => $issue->getType(),
267 'status' => $issue->getStatus(),
268 'parent' => $issue->getParent(),
272 'duedate' => $issue->getDuedate(),
300 'id' => $issue->getKey(),
[all …]
H A Ddata.php216 $issue = Issue::getInstance($pmServiceName, $project, $issueid, $isMergeRequest);
217 if (!$issue->isValid()) {
219 $issue->getFromService();
220 $issue->saveToDB();
225 return $issue;
234 $issue = Issue::getInstance(
240 $issue->getFromDB();
241 $issueData['summary'] = $issue->getSummary();
242 $issueData['status'] = $issue->getStatus();
243 $issueData['url'] = $issue->getIssueURL();
/plugin/issuelinks/classes/
H A DIssue.php89 if (empty($issue)) {
92 $this->summary = $issue['summary'] ?: '';
93 $this->status = $issue['status'];
94 $this->type = $issue['type'];
95 $this->description = $issue['description'];
96 $this->setComponents($issue['components']);
97 $this->setLabels($issue['labels']);
98 $this->priority = $issue['priority'];
99 $this->duedate = $issue['duedate'];
100 $this->setVersions($issue['versions']);
[all …]
/plugin/issuelinks/action/
H A Dajax.php297 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
298 $issue->getFromDB();
302 if (!$issue->isValid()) {
306 return [200, $issue->buildTooltipHTML()];
312 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
313 $issue->getFromDB();
317 if (!$issue->isValid()) {
321 return [200, $issue->getAdditionalDataHTML()];
/plugin/revealjs/css/
H A Dreveal.css156 /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
H A Dreveal.scss196 /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
/plugin/pdfjs/pdfjs/
H A DLICENSE58 and issue tracking systems that are managed by, or on behalf of, the
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1issue 8541)\n set href(value) {\n clear.call(this);\n parse.call(this, value);\n }…
H A Dpdf.worker.js.map1issue.\n Function(\"r\", \"regeneratorRuntime = r\")(runtime);\n}\n","module.exports = function(m…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1issue when disableAutoFetch is enabled).\n return;\n }\n let percent = Math.round(level…
/plugin/note/
H A DCHANGES.md22 * fix the issue with protected modes (e.g. ```<tt><code></tt>``` & ```<tt><file></tt>```) not being allowed within notes
/plugin/authmantis/
H A DREADME.md62 [MantisBT Wiki]: https://mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwiki.
63 [2012-12-01 13:26]: https://mantisbt.org/wiki/doku.php/mantisbt:issue:7075:integration_with_dokuwik…
/plugin/minimap/
H A DLICENSE57 and issue tracking systems that are managed by, or on behalf of, the
/plugin/securelogin/
H A DREADME.md123 * Fixed issue where second password was not encrypted on add/modify users
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md40 * Required DokuWiki >= Elenor of Tsort ([dokuwiki issue](https://github.com/splitbrain/dokuwiki/pul…
/plugin/imagecarousel/vendor/slick/
H A DCONTRIBUTING.markdown8 + A test case clearly demonstrates the bug or issue.
13 Providing a test case is the best way to get your issue addressed. Without a test case; your issue
14 You must provide a clear and simple way to reproduce the issue with the provided fiddle.

12345678910