Searched refs:tracker (Results 1 – 25 of 44) sorted by relevance
12
/plugin/redissue/ |
H A D | README.md | 66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num… 75 // Display the first 25 issues with tracker 1 for project "myproject" 76 <redissue project="myproject" tracker="1" /> 78 <redissue project="myproject" tracker="" /> 79 // Display the first 50 issues with tracker 4 for all projects (if you have rights) 80 <redissue project="" tracker="4" limit="50" /> 87 You can choose to sort by : id, subject, project, tracker, ... 92 // Sort issue by ascending "id", for project "myproject" and tracker "1" 93 <redissue project="myproject" tracker="1" sort="id" /> 95 <redissue project="myproject" tracker="" sort="subject"/> [all …]
|
H A D | syntax.php | 102 preg_match("/tracker *= *(['\"])(.*?)\\1/", $match, $tracker); 103 if( count($tracker) != 0 ) { 104 $data['tracker_id'] = $tracker[2]; 242 $tracker = $issue['issue']['tracker']; 266 $renderer->doc .= ' <span class="badge-prio tracker">'. $tracker['name'].'</span>'; 279 $renderer->doc .= ' <span class="label label-primary">'. $tracker['name'].'</span>';
|
H A D | style.css | 113 span.tracker {
|
/plugin/yearbox/ |
H A D | .versionrc.js | 2 const tracker = { class 8 bumpFiles: [tracker],
|
/plugin/dx/ |
H A D | .versionrc.js | 2 const tracker = { class 8 bumpFiles: [tracker],
|
/plugin/dx/skel/ |
H A D | .versionrc.js.skel | 2 const tracker = { 8 bumpFiles: [tracker],
|
/plugin/googleanalytics/ |
H A D | script.js | 58 ga(function(tracker) { argument 61 var originalSendHitTask = tracker.get('sendHitTask'); 64 tracker.set('sendHitTask', function(model) {
|
/plugin/dokumicrobugtracker/ |
H A D | INFO | 7 desc allows to create simple bug tracker
|
H A D | README.md | 8 DokuMicroBugTracker is a DokuWiki plugin which integrates a really small bug tracker in your wiki b…
|
/plugin/issuetracker/ |
H A D | INFO | 7 desc provides a simple issue tracker
|
H A D | plugin.info.txt | 8 desc provides a simple issue tracker
|
H A D | README | 2 * IssueTracker Plugin: allows to create simple issue tracker
|
/plugin/editsections2/ |
H A D | README | 21 If you have any problems, please open issues on the issue tracker.
|
/plugin/usecounter/ |
H A D | dokuwiki_plugin_page.wiki | 57 See [[https://github.com/ternite/dokuwiki-plugin-usecounter/issues|issue tracker]] on github.
|
/plugin/authnc/ |
H A D | README.md | 43 Please use the bug tracker for any of them.
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | README.md | 15 All library issues should go to the [issue tracker from GitHub](https://github.com/ruflin/Elastica/issues).
|
/plugin/txt2tags/ |
H A D | README.doku | 109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
|
H A D | README.t2t | 109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
|
/plugin/tagfilter/script/select2/ |
H A D | README.md | 49 Bug tracker
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | README.md | 70 …r](https://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http://pear.php.…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | README.md |
|
/plugin/symbols4odt/ |
H A D | dokuwiki_plugin_page.wiki | 82 See [[https://github.com/ternite/dokuwiki-plugin-symbols4odt/issues|issue tracker]] on github.
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
H A D | README.md | 153 Please report all issues with this code using the [GitHub issue tracker](https://github.com/maxmind/MaxMind-DB-Reader-php/issues).
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | README.md | 235 * Report any bugs or issues you find on the [issue tracker]. 254 [issue tracker]: https://github.com/webmozart/assert/issues
|
/plugin/wikistats/ |
H A D | README.md | 169 Please report issues in the [bug tracker](https://github.com/4x4-chris/wikistats/issues)
|
12