Home
last modified time | relevance | path

Searched full:issue (Results 1 – 25 of 759) sorted by relevance

12345678910>>...31

/plugin/issuelinks/lang/en/
Dlang.php11 $lang['btn:addIssueContextToPage'] = 'Add issue %s';
12 $lang['btn:Save without Issue'] = 'Save without Issue';
13 $lang['btn:Save with Issue'] = 'Save with Issue';
18 $lang['label:issuenumber'] = 'Number of the issue to import, e.g. "27". Import all, if empty';
20 $lang['label:issue import offest'] = '(optional) Offset number of issues from the end';
26 $lang['label:issue dropdown'] = 'Select the issue';
41 $lang['tab:issueimport'] = 'Issue-Import';
49 $lang['info:issue import in progress'] = 'Issue import by %s in progress!';
50 $lang['info:Issue import in progress no user'] = 'Issue import in progress!';
52 $lang['success:issue imported'] = 'Issue imported:';
[all …]
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md10 * Fixed issue [#1106](https://github.com/jakubpawlowicz/clean-css/issues/1106) - regression in hand…
16 * Fixed issue [#1077](https://github.com/jakubpawlowicz/clean-css/issues/1077) - local fonts with c…
17 * Fixed issue [#1082](https://github.com/jakubpawlowicz/clean-css/issues/1082) - correctly convert …
18 * Fixed issue [#1085](https://github.com/jakubpawlowicz/clean-css/issues/1085) - prevent unquoting …
29 * Fixed issue [#861](https://github.com/jakubpawlowicz/clean-css/issues/861) - new `transition` pro…
30 * Fixed issue [#895](https://github.com/jakubpawlowicz/clean-css/issues/895) - ignoring specific st…
31 * Fixed issue [#947](https://github.com/jakubpawlowicz/clean-css/issues/947) - selector based filte…
32 * Fixed issue [#964](https://github.com/jakubpawlowicz/clean-css/issues/964) - adds configurable li…
33 * Fixed issue [#986](https://github.com/jakubpawlowicz/clean-css/issues/986) - level 2 optimization…
34 * Fixed issue [#1000](https://github.com/jakubpawlowicz/clean-css/issues/1000) - carriage return ha…
[all …]
/plugin/issuetracker/
DREADME2 * IssueTracker Plugin: allows to create simple issue tracker
10 Simply spoken a user can easily report an issue for defined products which will
11 be added to an issue log (project). Some checks are implemented to prove if
13 if the issue was added successfully to the log file or a red one with details
14 to provide missing information. The issue will be stored to a file of issues
16 new entry to the issue list. The complete issue list delivers a detailed
21 Members of configured 'assign' groups are able to edit the entries of the issue
22 list and see the complete set of details. The issue list is sortable on all
24 into the lists select box to be easily set as issue related contact.
35 ====== Report an Issue ======
[all …]
Ditsearch.php14 $cnt_i_findings = -1; // count issue findings
44 // 1. get issue file content
55 // 1. get issue file content
60 foreach($issues as &$issue) {
61 $issue['project'] = $project;
73 foreach($issues as &$issue) {
74 $issue_string = implode($issue);
76 …'it_data']==false) $comments_file = DOKU_CONF."../data/meta/".$issue['project']."_".$issue['id']. …
77 …= DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$issue['project']."_".$issue['id']. …
81 // 2.0 loop through search words and search issue and comments per word
[all …]
Dedit.php17 /* send an e-mail to user due to issue modificaion
19 function _emailForIssueMod($currentID, $project, $issue, $old_value, $column, $new_value, $usr) argument
39 //issuemod_subject = 'Issue #%s on %s: %s';
40 … $subject = sprintf($lang['issuemod_subject'], $issue['id'], $project, $lang['th_'.$column]);
42 … $pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($project));
43 //issuemod_changes = The issue changed on %s from %s to %s.
49 $lang['issuemod_title'].$issue['title'].chr(10).
50 $lang['issuemod_issueid'].$issue['id'].chr(10).
51 $lang['issuemod_product'].$issue['product'].chr(10).
52 $lang['issuemod_version'].$issue['version'].chr(10).
[all …]
Daction.php5 ** Action to display details of a selected issue
28 'name' => 'Issue comments (action plugin component)',
29 'desc' => 'to display details of a dedicated issue.',
275 $usr = $user_grp['userinfo']['name'] ; //to log issue mods
286 {// promt error message that issue with ID does not exist
296 // 3. filter for related issue id
297 foreach($issues as $issue) {
298 if($issue['id']==$issue_id) {
299 $tmp[] = $issue;
300 …$pstring = sprintf("showid=%s&project=%s", urlencode($issue['id']), urlencode($issue['project'…
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md27 issue #212.
43 explicitly start with the source root. See issue #199.
47 * Fix an issue where using a `SourceMapGenerator` after having created a
49 issue #191.
51 * Fix an issue with where `SourceMapGenerator` would mistakenly consider
53 issue #192.
62 searching in the presence of a column option. See issue #177.
65 the root. See issue #182.
69 issue #190.
74 dependent projects. Issue #169.
[all …]
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md27 issue #212.
43 explicitly start with the source root. See issue #199.
47 * Fix an issue where using a `SourceMapGenerator` after having created a
49 issue #191.
51 * Fix an issue with where `SourceMapGenerator` would mistakenly consider
53 issue #192.
62 searching in the presence of a column option. See issue #177.
65 the root. See issue #182.
69 issue #190.
74 dependent projects. Issue #169.
[all …]
/plugin/issuelinks/services/
DGitLab.service.php7 use dokuwiki\plugin\issuelinks\classes\Issue; alias
37 * Decide whether the provided issue is valid
39 * @param Issue $issue
43 public static function isIssueValid(Issue $issue) argument
45 $summary = $issue->getSummary();
47 $status = $issue->getStatus();
53 …* Provide the character separation the project name from the issue number, may be different for me…
278 * Get the url to the given issue at the given project
294 * @return Issue
305 $issue = Issue::getInstance('gitlab', $projectKey, $issueId, $isMergeRequest);
[all …]
DJira.service.php12 use dokuwiki\plugin\issuelinks\classes\Issue; alias
45 * Decide whether the provided issue is valid
47 * @param Issue $issue
51 public static function isIssueValid(Issue $issue) argument
53 $summary = $issue->getSummary();
55 $status = $issue->getStatus();
57 $type = $issue->getType();
63 …* Provide the character separation the project name from the issue number, may be different for me…
82 * Get the url to the given issue at the given project
98 * @return Issue
[all …]
DGitHub.service.php8 use dokuwiki\plugin\issuelinks\classes\Issue; alias
46 public static function isIssueValid(Issue $issue) argument
48 $summary = $issue->getSummary();
50 $status = $issue->getStatus();
52 $type = $issue->getType();
67 $issue = Issue::getInstance('github', $projectKey, $issueId, true);
68 $isPullRequest = $issue->getFromDB();
71 return $issue;
74 // not a pull request, retrieve it as normal issue
75 $issue = Issue::getInstance('github', $projectKey, $issueId, false);
[all …]
DServiceInterface.php6 use dokuwiki\plugin\issuelinks\classes\Issue; alias
22 * Decide whether the provided issue is valid
24 * @param Issue $issue
28 public static function isIssueValid(Issue $issue); argument
31 …* Provide the character separation the project name from the issue number, may be different for me…
42 * Get the url to the given issue at the given project
55 * @return Issue
82 public function retrieveIssue(Issue $issue); argument
/plugin/issuetracker/lang/en/
Dlang.php9 // Issue Report controls
10 $lang['msg_reporttrue'] = 'Your report has been successfully stored as issue #';
11 … address, preferrably your own, for clarifications and/or feedback regarding your reported issue.';
12 $lang['wmsg2'] = 'Please enter a valid product version to relate this issue properly.';
13 $lang['wmsg3'] = 'Please provide a better description of your issue.';
14 …"color:blue;text-decoration:underline;" title="Login">Sign in</a> if you want to report an issue.';
15 $lang['wmsg5'] = 'Please provide a descriptive issue title.';
22 // further settings see 'th_...' options at Issue List controls section below
25 // Issue List controls
27 $lang['lbl_scroll'] = 'Scroll Issue List: &nbsp;';
[all …]
/plugin/issuelinks/helper/
Ddb.php10 use dokuwiki\plugin\issuelinks\classes\Issue; alias
251 * Save an issue into the database
253 * @param Issue $issue
257 public function saveIssue(Issue $issue) argument
260 'service' => $issue->getServiceName(),
261 'project' => $issue->getProject(),
262 'id' => $issue->getKey(),
263 'is_mergerequest' => $issue->isMergeRequest() ? '1' : '0',
264 'summary' => $issue->getSummary(),
265 'description' => $issue->getDescription(),
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/Resource/
DProjectsLocationsIssueModels.php38 * Gets an issue model's statistics. (issueModels.calculateIssueModelStats)
40 * @param string $issueModel Required. The resource name of the issue model to
52 * Creates an issue model. (issueModels.create)
54 * @param string $parent Required. The parent resource of the issue model.
66 * Deletes an issue model. (issueModels.delete)
68 * @param string $name Required. The name of the issue model to delete.
79 * Deploys an issue model. Returns an error if a model is already deployed. An
80 * issue model can only be used in analysis after it has been deployed.
83 * @param string $name Required. The issue model to deploy.
95 * Gets an issue model. (issueModels.get)
[all …]
/plugin/issuelinks/
Dsyntax.php9 use dokuwiki\plugin\issuelinks\classes\Issue; alias
68 $issue = $serviceClass->parseIssueSyntax($issueSyntax);
70 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(),
[all …]
/plugin/redissue/
Dsyntax.php3 * Redissue Syntax Plugin: Insert a link to redmine's issue
72 // Issue Id
163 $issues = $redmine->client->issue->all([
175 …gin: "project" ID or "tracker" ID is invalid ! Redissue try to display single issue instead !</p>';
196 // Check if issue or not
210 …$renderer->doc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueU…
216 …$renderer->doc .= '<a title="'.$this->getLang('redissue.link.issue').'" href="' . $this->getIssueU…
232 $issue = $redmine->getIssue($data['id']);
235 if($issue == 'Syntax error') {
238 } elseif (isset($issue['issue'])) {
[all …]
DREADME.md5 * Name of issue
6 * Number, percentage, author of issue
7 * Make a link to the choosen issue in Redmine and the related project.
46 * Userview: doesn't manage access rights and display issue even if it's in private project.
52 ### Single issue syntax:
58 * id: id of the wanted issue.
59 * text: displays a text other than the default if the user does not have the rights or the issue do…
61 ### Multiple issue syntax
92 // Sort issue by ascending "id", for project "myproject" and tracker "1"
94 // Sort issue by "subject" for project "myproject" and all trackers
[all …]
/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)
40 * Required DokuWiki >= Elenor of Tsort ([dokuwiki issue](https://github.com/splitbrain/dokuwiki/pul…
41 * onoff values are `true` or `false` (Issue #3)
/plugin/issuelinks/classes/
DIssue.php7 * Class Issue
9 class Issue extends \DokuWiki_Plugin implements \JsonSerializable class
12 /** @var Issue[] */
38 * @param int $issueId The id of the issue, e.g. 42
45 throw new \InvalidArgumentException('Empty value passed to Issue constructor');
57 * Get the singleton instance of a issue
65 * @return Issue
76 … self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
82 * @return bool true if issue was found in database, false otherwise
88 …$issue = $db->loadIssue($this->serviceID, $this->projectId, $this->issueId, $this->isMergeRequest);
[all …]
/plugin/bez/tpl/cron/
H A Dweekly-message.php42 <?php foreach ($tpl->get('issues') as $issue): ?>
44 switch($issue->priority) {
57 <td><a href="<?php echo $tpl->url('thread', 'id', $issue->id) ?>">
58 #<?php echo $issue->id ?>
60 <td><?php echo $issue->label_name ?></td>
61 <td><?php echo $issue->title ?></td>
62 …<td><?php echo $issue->create_date ?> (<?php echo $tpl->date_fuzzy_age($issue->create_date) ?>)</t…
63 <td><?php echo $issue->task_count_closed ?>/<?php echo $issue->task_count ?></td>
/plugin/youtracklinks/
Dhelper.php85 * function to fetch issue details from YouTrack
105 // fetch issue
106 $xml = $this->CallAPI("GET", $url . "/rest/issue/$id", false, $cookiejar);
117 * function to generate html link to the issue with name of issue
119 function generateLinkForIssue($issue) { argument
121 if ($issue == null || $issue['0'] == "You are not logged in.") {
130 $id = $issue->attributes()->id;
131 foreach($issue as $key => $field) {
142 foreach($issue as $key => $field) {
149 …text-decoration: line-through;'" : "") . "><a target='$target' href='$url/issue/$id'><b>$id</b> $s…
/plugin/siteexport/.github/
Dstyle.yml1 # Number of days of inactivity before an issue becomes stale
3 # Number of days of inactivity before a stale issue is closed
10 # Label to use when marking an issue as stale
12 # Comment to post when marking an issue as stale. Set to `false` to disable
14 This issue has been automatically marked as stale because it has not had
17 # Comment to post when closing a stale issue. Set to `false` to disable
/plugin/youtrack/
Dhelper.php50 'desc' => 'Get issue by ID',
54 'return' => array('Issue data' => 'SimpleXMLElement')
195 * Get issue by ID
197 * @param string $id ID of issue
198 * @return SimpleXMLElement Issue data
202 $xml = $this->request("GET", "/rest/issue/$id");
217 "/rest/issue/",
228 * Get link to issue
230 * @param string $id ID of issue
237 return $this->getBaseUrl().'/issue/'.$id;
[all …]
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md602 * #566: Another issue related to the migration script, which would cause
835 * 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.
[all …]

12345678910>>...31