Home
last modified time | relevance | path

Searched refs:Issue (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/syntaxhighlighter4/
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/flattr/
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/issuelinks/services/
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);
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 …]
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(
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);
/plugin/issuelinks/classes/
DIssue.php9 class Issue extends \DokuWiki_Plugin implements \JsonSerializable class
12 /** @var Issue[] */
65 * @return Issue
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
197 * @return Issue
218 * @return Issue
237 * @return Issue
256 * @return Issue
289 * @return Issue
314 * @return Issue
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
DTestRulesetResponse.php23 protected $issuesType = Issue::class;
29 * @param Issue[]
36 * @return Issue[]
DIssue.php20 class Issue extends \Google\Model class
78 class_alias(Issue::class, 'Google_Service_FirebaseRules_Issue');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
DProduct.php31 protected $issuesType = Issue::class;
93 * @param Issue[]
100 * @return Issue[]
DIssue.php20 class Issue extends \Google\Model class
170 class_alias(Issue::class, 'Google_Service_ManufacturerCenter_Issue');
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md835 * Fixed: #456: Issue in sqlite migration script.
857 * Fixed: Issue #422 Preconditions were not being set on PUT on non-existent
859 * Fixed: Issue #428: Etag check with `If:` fails if the target is a collection.
874 * Updated: Issue #439. Lots of updates in PATCH support. The
885 * Fixed: Issue #178. Support for multiple items in the Timeout header.
886 * Fixed: Issue #382. Stricter checking if calendar-query is allowed to run.
940 (Issue #299).
954 * Added: Issue 333: It's now possible to override the calendar-home in the
957 * Fixed: Issue 349: Denying copying or moving a resource into it's own subtree.
959 * Added: Issue #358, adding a component=vevent parameter to the content-types
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md220 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
227 * 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.
272 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
274 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
275 * Fixed: Issue #26. Return a more descriptive error when coming across broken
277 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
[all …]
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md220 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
227 * 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.
272 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
274 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
275 * Fixed: Issue #26. Return a more descriptive error when coming across broken
277 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
278 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
282 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
[all …]
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md180 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
187 * Added: Issue #98. The VCardConverter now takes `X-APPLE-OMIT-YEAR` into
189 * Fixed: Issue #96. Some support for Yahoo's broken vcards.
231 * Fixed: Issue #68. Couldn't decode properties ending in a colon.
232 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
234 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
235 * Fixed: Issue #26. Return a more descriptive error when coming across broken
237 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
238 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
242 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
[all …]
/plugin/issuetracker/
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
/plugin/webdav/vendor/sabre/vobject/
DCHANGELOG.md446 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
453 * 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.
498 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
500 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
501 * Fixed: Issue #26. Return a more descriptive error when coming across broken
503 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
504 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
508 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
[all …]
/plugin/icalevents/vendor/sabre/vobject/
DCHANGELOG.md385 * Fixed: Issue #101: RecurrenceIterator::nextMonthly() shows events that are
392 * 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.
437 * Fixed: Issue #72. RecurrenceIterator should respect timezone in the UNTIL
439 * Fixed: Issue #67. BYMONTH limit on DAILY recurrences.
440 * Fixed: Issue #26. Return a more descriptive error when coming across broken
442 * Fixed: Issue #28. Incorrect timezone detection for some timezones.
443 * Fixed: Issue #70. Casting a parameter with a null value to string would fail.
447 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
[all …]
/plugin/issuelinks/helper/
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(
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/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md74 dependent projects. Issue #169.
148 would turn into absolute source paths. Issue #124.
152 * Allow the `names` mapping property to be an empty string. Issue #121.
158 relative to. Issue #105.
162 simply not exist. Issue #104.
165 Issue #116.
169 * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
172 `SourceMapGenerator.prototype.applySourceMap`. Issue #100.
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md74 dependent projects. Issue #169.
148 would turn into absolute source paths. Issue #124.
152 * Allow the `names` mapping property to be an empty string. Issue #121.
158 relative to. Issue #105.
162 simply not exist. Issue #104.
165 Issue #116.
169 * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
172 `SourceMapGenerator.prototype.applySourceMap`. Issue #100.
/plugin/issuelinks/
Dsyntax.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
127 …$issue = Issue::getInstance($data['service'], $data['project'], $data['issueId'], $data['isMergeRe…
/plugin/syntaxhighlighter3/
DCHANGELOG.md21 * Defaults configuration can be overrided in the Config Manager (Issue #11)
26 * Hide box shadow (Issue #1)
/plugin/issuelinks/action/
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);

1234