Home
last modified time | relevance | path

Searched refs:tracker (Results 1 – 25 of 44) sorted by relevance

12

/plugin/redissue/
H A DREADME.md66 * 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 Dsyntax.php102 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 Dstyle.css113 span.tracker {
/plugin/yearbox/
H A D.versionrc.js2 const tracker = { class
8 bumpFiles: [tracker],
/plugin/dx/
H A D.versionrc.js2 const tracker = { class
8 bumpFiles: [tracker],
/plugin/dx/skel/
H A D.versionrc.js.skel2 const tracker = {
8 bumpFiles: [tracker],
/plugin/googleanalytics/
H A Dscript.js58 ga(function(tracker) { argument
61 var originalSendHitTask = tracker.get('sendHitTask');
64 tracker.set('sendHitTask', function(model) {
/plugin/dokumicrobugtracker/
H A DINFO7 desc allows to create simple bug tracker
H A DREADME.md8 DokuMicroBugTracker is a DokuWiki plugin which integrates a really small bug tracker in your wiki b…
/plugin/issuetracker/
H A DINFO7 desc provides a simple issue tracker
H A Dplugin.info.txt8 desc provides a simple issue tracker
H A DREADME2 * IssueTracker Plugin: allows to create simple issue tracker
/plugin/editsections2/
H A DREADME21 If you have any problems, please open issues on the issue tracker.
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki57 See [[https://github.com/ternite/dokuwiki-plugin-usecounter/issues|issue tracker]] on github.
/plugin/authnc/
H A DREADME.md43 Please use the bug tracker for any of them.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DREADME.md15 All library issues should go to the [issue tracker from GitHub](https://github.com/ruflin/Elastica/issues).
/plugin/txt2tags/
H A DREADME.doku109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
H A DREADME.t2t109 …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 DREADME.md49 Bug tracker
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md70 …r](https://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http://pear.php.…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki82 See [[https://github.com/ternite/dokuwiki-plugin-symbols4odt/issues|issue tracker]] on github.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md153 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 DREADME.md235 * Report any bugs or issues you find on the [issue tracker].
254 [issue tracker]: https://github.com/webmozart/assert/issues
/plugin/wikistats/
H A DREADME.md169 Please report issues in the [bug tracker](https://github.com/4x4-chris/wikistats/issues)

12