Searched refs:tracker (Results 1 – 25 of 56) sorted by relevance
123
| /plugin/redissue/ |
| D | README.md | 63 If you want to get all issues of a specific project and/or a specific tracker, it's also possible. … 66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num… 68 …pty. E.g: if you want to have all issues of a project for all trackers, you can leave tracker empty 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" [all …]
|
| 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>';
|
| D | style.css | 113 span.tracker {
|
| /plugin/dx/ |
| D | .versionrc.js | 2 const tracker = { variable 8 bumpFiles: [tracker],
|
| /plugin/yearbox/ |
| D | .versionrc.js | 2 const tracker = { variable 8 bumpFiles: [tracker],
|
| /plugin/dx/skel/ |
| D | .versionrc.js.skel | 2 const tracker = { 8 bumpFiles: [tracker],
|
| /plugin/googleanalytics/ |
| D | script.js | 58 ga(function(tracker) { argument 61 var originalSendHitTask = tracker.get('sendHitTask'); 64 tracker.set('sendHitTask', function(model) {
|
| /plugin/issuetracker/ |
| D | INFO | 7 desc provides a simple issue tracker
|
| D | plugin.info.txt | 8 desc provides a simple issue tracker
|
| /plugin/dokumicrobugtracker/ |
| D | INFO | 7 desc allows to create simple bug tracker
|
| D | README.md | 8 DokuMicroBugTracker is a DokuWiki plugin which integrates a really small bug tracker in your wiki b…
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/.github/ |
| D | CONTRIBUTING.md | 4 Issue tracker 7 The Issue tracker serves mainly as a place to report bugs and request new features.
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/.github/ |
| D | CONTRIBUTING.md | 4 Issue tracker 7 The Issue tracker serves mainly as a place to report bugs and request new features.
|
| /plugin/editsections2/ |
| D | README | 21 If you have any problems, please open issues on the issue tracker.
|
| /plugin/usecounter/ |
| D | dokuwiki_plugin_page.wiki | 57 See [[https://github.com/ternite/dokuwiki-plugin-usecounter/issues|issue tracker]] on github.
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/ |
| D | README.md | 66 instead of using the issue tracker.
|
| /plugin/authnc/ |
| D | README.md | 43 Please use the bug tracker for any of them.
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | README.md | 15 All library issues should go to the [issue tracker from GitHub](https://github.com/ruflin/Elastica/…
|
| /plugin/aichat/vendor/bdelespierre/php-kmeans/ |
| D | README.md | 81 …ity related issues, please email benjamin.delespierre@gmail.com instead of using the issue tracker.
|
| /plugin/txt2tags/ |
| D | README.doku | 109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
|
| D | README.t2t | 109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | README.md | 89 Original Tracker : <http://sourceforge.net/tracker/?group_id=148404&atid=771415>
|
| /plugin/tagfilter/script/select2/ |
| D | README.md | 49 Bug tracker
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
| D | README.md | 70 …r](https://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http://pear.php.…
|
| /plugin/symbols4odt/ |
| D | dokuwiki_plugin_page.wiki | 82 See [[https://github.com/ternite/dokuwiki-plugin-symbols4odt/issues|issue tracker]] on github.
|
123