Home
last modified time | relevance | path

Searched refs:Issue (Results 26 – 50 of 64) sorted by last modified time

123

/plugin/displayfile/
H A DREADME.md42 …security concerns or suggestions are welcome and should be raised on the [Issue Tracker](https://g…
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md188 * Fixed: Issue #4: Don't escape colon (:) when it's not needed.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md940 (Issue #299).
1662 (Issue 60).
1775 incorrectly. (Issue 85).
1791 * Fixed: Issue 88, Issue 89: Fixed compatibility for running SabreDAV on
1930 * Fixed: Issue 39 & Issue 40: Basename fails on non-utf-8 locales.
2064 * Fixed: Issue 21: typos causing errors
2075 * Fixed: Issue 19 regression for MS Office
2113 * Fixed: Issue 15: typos in examples
2186 * Fixed: Issue 13.
2197 authentication. (Issue 11)
[all …]
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md64 * Fixed: Issue #4. Compatiblitiy for PHP < 5.4.14.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md453 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
455 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
497 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
500 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
503 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
509 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
539 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
556 * Fixed: Issue #53. A regression in RecurrenceIterator.
701 * Fixed: Issue #94, a workaround for bad escaping of ; and , in compound
729 * Fixed: Issue #55. \r must be stripped from property values.
[all …]
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …etTimeout(function () { return cm.display.input.reset(true); }, 20); } // Issue #1730\n }\n …
/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/issuelinks/
H A Dsyntax.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
127 …$issue = Issue::getInstance($data['service'], $data['project'], $data['issueId'], $data['isMergeRe…
H A Dplugin.info.txt5 name Issue Links
/plugin/issuelinks/helper/
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)
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(
/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/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/minimap/
H A DREADME.md116 …or the mini-map elements and will not interfere with the admin page. See [Issue 2](https://github.…
/plugin/securelogin/
H A DREADME.md42 ### CAPTCHA Plugin Login Issue
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md11 * Fix underscores not showing on last line (Issue #23)
15 * Change option `override` with a list of tags (code, file) to override (Issue #16)
26 * Remove unnecessary vertical scrollbar (Issue #14)
30 * Add option to override `<code>` DokuWiki syntax (Issue #4)
35 * Fix short syntax for arrays (Issue #8)
36 * Fix method signatures for PHP 7.0 (Issue #6)
41 * onoff values are `true` or `false` (Issue #3)
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md227 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
229 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
271 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
274 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
277 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
283 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
313 * Fixed: Issue 62: Parsing iCalendar parameters with no value.
330 * Fixed: Issue #53. A regression in RecurrenceIterator.
503 * Fixed: Issue #55. \r must be stripped from property values.
[all …]
/plugin/sphinxsearch-was/
H A DINSTALL68 4.) Issue the commands in sequence:
/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/ckgdoku/ckeditor/
H A DCHANGES.md176Issue summary: If a victim had access to a spoofed version of ckeditor.com via HTTP (e.g. due to D…
273 * Issue with pasting SCAYT markup in CKEditor.
532Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) …
588Issue summary: It was possible to execute XSS inside CKEditor after persuading the victim to: (i) …
713 * [#11478](http://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [adap…
714 * [#10867](http://dev.ckeditor.com/ticket/10867): Fixed: Issue with setting encoded URI as image li…
746 * [#11223](http://dev.ckeditor.com/ticket/11223): Fixed: Issue when [Protected Source](http://docs.…
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md19 * Issue with pasting SCAYT markup in CKEditor

123