Home
last modified time | relevance | path

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

123

/plugin/redissue/
DREADME.md63 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 …]
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>';
Dstyle.css113 span.tracker {
/plugin/dx/
D.versionrc.js2 const tracker = { variable
8 bumpFiles: [tracker],
/plugin/yearbox/
D.versionrc.js2 const tracker = { variable
8 bumpFiles: [tracker],
/plugin/dx/skel/
D.versionrc.js.skel2 const tracker = {
8 bumpFiles: [tracker],
/plugin/googleanalytics/
Dscript.js58 ga(function(tracker) { argument
61 var originalSendHitTask = tracker.get('sendHitTask');
64 tracker.set('sendHitTask', function(model) {
/plugin/issuetracker/
DINFO7 desc provides a simple issue tracker
Dplugin.info.txt8 desc provides a simple issue tracker
/plugin/dokumicrobugtracker/
DINFO7 desc allows to create simple bug tracker
DREADME.md8 DokuMicroBugTracker is a DokuWiki plugin which integrates a really small bug tracker in your wiki b…
/plugin/dw2pdf/vendor/mpdf/qrcode/.github/
DCONTRIBUTING.md4 Issue tracker
7 The Issue tracker serves mainly as a place to report bugs and request new features.
/plugin/dw2pdf/vendor/mpdf/mpdf/.github/
DCONTRIBUTING.md4 Issue tracker
7 The Issue tracker serves mainly as a place to report bugs and request new features.
/plugin/editsections2/
DREADME21 If you have any problems, please open issues on the issue tracker.
/plugin/usecounter/
Ddokuwiki_plugin_page.wiki57 See [[https://github.com/ternite/dokuwiki-plugin-usecounter/issues|issue tracker]] on github.
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/
DREADME.md66 instead of using the issue tracker.
/plugin/authnc/
DREADME.md43 Please use the bug tracker for any of them.
/plugin/elasticsearch/vendor/ruflin/elastica/
DREADME.md15 All library issues should go to the [issue tracker from GitHub](https://github.com/ruflin/Elastica/…
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DREADME.md81 …ity related issues, please email benjamin.delespierre@gmail.com instead of using the issue tracker.
/plugin/txt2tags/
DREADME.doku109 …to works well, there might be some glitches. If you find any, please report them on the bug tracker
DREADME.t2t109 …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 DREADME.md89 Original Tracker : <http://sourceforge.net/tracker/?group_id=148404&atid=771415>
/plugin/tagfilter/script/select2/
DREADME.md49 Bug tracker
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DREADME.md70 …r](https://github.com/squizlabs/PHP_CodeSniffer/issues) or the [PEAR bug tracker](http://pear.php.…
/plugin/symbols4odt/
Ddokuwiki_plugin_page.wiki82 See [[https://github.com/ternite/dokuwiki-plugin-symbols4odt/issues|issue tracker]] on github.

123