Home
last modified time | relevance | path

Searched refs:Issue (Results 26 – 50 of 64) sorted by path

123

/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …3]="Folder",e[e.TypeParameter=24]="TypeParameter",e[e.User=25]="User",e[e.Issue=26]="Issue",e[e.Sn…
/plugin/displayfile/
H A DREADME.md42 …security concerns or suggestions are welcome and should be raised on the [Issue Tracker](https://g…
/plugin/dokucrypt2/
H A DREADME.md41 * 2021-05-18: Fix for internal link edit toolbar button. Issue #12.
/plugin/drawio/
H A DREADME.md33 ## Before you open a PR or an Issue
35 I am very grateful for all contribution, but before you open a PR or an Issue please make sure your…
39 I am using labels for Issue for the ones that I would like to be implemented by somebody else. The …
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md200 - Added Issue template
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md389 * Added support for Field Collapsing (Issue: [#1392](https://github.com/ruflin/Elastica/issues/1392); PR: [#1653](https://github.com/ruflin/Elastica/pull/1653))
1514 - Issue [#491](https://github.com/ruflin/Elastica/issues/491/) resolved
1517 - Issue [#501](https://github.com/ruflin/Elastica/issues/501/) resolved
1539 - Issue [#490](https://github.com/ruflin/Elastica/issues/490/): Set Elastica\Query\FunctionScore::DECAY_EXPONENTIAL to "exp" instead of "exponential"
/plugin/eventum/
H A Dplugin.info.txt6 desc Makes links to Eventum Issue Tracker
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DIssue.php52 class Issue extends Test\Unit\Suite implements Test\Decorrelated class
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DIssue.php50 class Issue extends Test\Unit\Suite implements Test\Decorrelated class
/plugin/flattr/
H A DCHANGELOG2 * Added ability to create static (HTML only) buttons (Implements Issue #4)
4 * Introduced helper plugin (as preparation for Issue #2)
5 * Fixed Issue #1, Issue #3
/plugin/flowplayer/player/
H A DREADME.txt57 - cuepoints were fired multiple times when there is a playlist with several clips. Issue #150.
69 …ity with linkUrls. Thank you Szymon Gruszecki for discovering and reporting this to us. Issue #329.
73 - Issue #355 setup targeting for Flash 10.0 and 10.1 to provide support for Flash 10.0 without Stag…
76 - Issue #384 added links support in context menus with configuration { url: "domain.com", target: "…
250 - Issue 12: cuepointMultiplier was undefined in the clip object set to JS event listeners
251 - Issue 14: onBeforeStop was unnecessarily fired when calling setPlaylist() and the player was not …
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md392 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
394 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
436 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
439 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
442 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
448 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
478 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
495 * Fixed: Issue #53. A regression in RecurrenceIterator.
640 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
668 * Fixed: Issue #55. \r must be stripped from property values.
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md70 Bug reports and feature requests can be submitted on the [Github Issue Tracker](https://github.com/…
/plugin/issuelinks/action/
H A Dajax.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
297 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
312 $issue = Issue::getInstance($pmServiceName, $projectKey, $issueId, $isMergeRequest);
/plugin/issuelinks/classes/
H A DIssue.php12 /** @var Issue[] */
65 * @return Issue
197 * @return Issue
218 * @return Issue
237 * @return Issue
256 * @return Issue
289 * @return Issue
314 * @return Issue
336 * @return Issue
357 * @return Issue
[all …]
/plugin/issuelinks/helper/
H A Ddata.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
212 * @return bool|Issue
216 $issue = Issue::getInstance($pmServiceName, $project, $issueid, $isMergeRequest);
234 $issue = Issue::getInstance(
H A Ddb.php10 use dokuwiki\plugin\issuelinks\classes\Issue; alias
253 * @param Issue $issue
257 public function saveIssue(Issue $issue)
295 public function saveIssueIssues(Issue $issue, array $issues)
/plugin/issuelinks/
H A Dplugin.info.txt5 name Issue Links
H A Dsyntax.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
127 …$issue = Issue::getInstance($data['service'], $data['project'], $data['issueId'], $data['isMergeRe…
/plugin/issuelinks/services/
H A DGitHub.service.php8 use dokuwiki\plugin\issuelinks\classes\Issue; alias
46 public static function isIssueValid(Issue $issue)
67 $issue = Issue::getInstance('github', $projectKey, $issueId, true);
75 $issue = Issue::getInstance('github', $projectKey, $issueId, false);
376 $issue = Issue::getInstance(
390 * @param Issue $issue
393 protected function setIssueData(Issue $issue, $info)
457 public function retrieveIssue(Issue $issue)
546 $issue = Issue::getInstance(
H A DGitLab.service.php7 use dokuwiki\plugin\issuelinks\classes\Issue; alias
39 * @param Issue $issue
43 public static function isIssueValid(Issue $issue)
294 * @return Issue
305 $issue = Issue::getInstance('gitlab', $projectKey, $issueId, $isMergeRequest);
310 public function retrieveIssue(Issue $issue)
333 * @param Issue $issue
336 protected function setIssueData(Issue $issue, $info)
429 $issue = Issue::getInstance('gitlab', $projectKey, $issueData['iid'], false);
442 $issue = Issue::getInstance('gitlab', $projectKey, $mrData['iid'], true);
[all …]
H A DJira.service.php12 use dokuwiki\plugin\issuelinks\classes\Issue; alias
47 * @param Issue $issue
51 public static function isIssueValid(Issue $issue)
98 * @return Issue
108 $issue = Issue::getInstance('jira', $projectKey, $issueNumber, false);
H A DServiceInterface.php6 use dokuwiki\plugin\issuelinks\classes\Issue; alias
24 * @param Issue $issue
28 public static function isIssueValid(Issue $issue);
55 * @return Issue
82 public function retrieveIssue(Issue $issue);
/plugin/issuetracker/
H A DREADME35 ====== Report an Issue ======
87 Issue list status text as tooltip to save space
92 Issue list severity text as tooltip to save space
121 Issue Title the headline of the issue
122 Issue Description user to enter the issue details
127 2. Issue List
136 3. Issue Details view
139 issue. Therefore the Issue List containing a input and button to specify the
H A Dprint.css95 /* ----- Issue List Elements ------- */
185 /* ----- Issue Detail Elements ----- */

123