Searched refs:stars (Results 1 – 25 of 82) sorted by relevance
1234
/plugin/stars2/ |
D | README.md | 26 <td>rating, stars, stars2, skull, embed</td> 38 * Added negative rating for ? stars 66 {{stars>num}} 67 {{stars>-1/5}} 68 {{stars>-5/5}} 69 {{stars>}} 70 {{stars>1/5}} 71 {{stars>2/5}} 72 {{stars>3/5}} 73 {{stars>4/5}} [all …]
|
D | action.php | 49 'insert'=> '{{stars>1/5}}' 55 'insert' => '{{stars>2/5}}' 61 'insert' => '{{stars>3/5}}' 67 'insert' => '{{stars>4/5}}' 73 'insert' => '{{stars>5/5}}' 79 'insert' => '{{stars>-1/5}}'
|
D | plugin.info.txt | 6 desc Dokuwiki Plugin to add stars for rating, difficulty etc.
|
D | syntax.php | 68 $this->Lexer->addSpecialPattern('\{\{stars>.*?\}\}',$mode,'plugin_stars2');
|
/plugin/stars/ |
D | readme.txt | 14 - show half stars (number is floored to the nearest half) 18 Usage: [stars=num] where num is a number, eg: 5, or a ratio, eg: 5/7 19 limits the number of stars to 10 -- ratios over ten, eg: 100/500, will be reduced, eg: 2/10 22 show 2 stars: [stars=2] 23 show 3/10 stars: [stars=3/10] 24 show 4.5/5 stars: [stars=4.5/5] 36 including a fix for half stars, changing the pngs to gifs, and
|
D | syntax.php | 105 $string="<span class='starspan' alt='" . $d[0] . '/' . $d[1] . " stars'>";
|
/plugin/starred/db/ |
D | update0001.sql | 1 CREATE TABLE stars ( table 7 CREATE UNIQUE INDEX idx_stars_pid_login ON stars(pid, login);
|
/plugin/passwordgrey/ |
D | script.js | 24 const stars = "".padStart(passwordLength, "•"); constant 26 span.textContent = stars; 32 span.textContent = stars;
|
/plugin/backlinks2/ |
D | README.md | 13 [](https:/…
|
/plugin/description/ |
D | README.md | 13 [](https…
|
/plugin/webmaster/ |
D | README.md | 11 [](https:/…
|
/plugin/backlinks/ |
D | README.md | 13 [](https:/…
|
/plugin/socialcards/ |
D | README.md | 16 [](https…
|
/plugin/twitter/ |
D | README.md | 14 [](https://github.c…
|
/plugin/snow/ |
D | README.md | 18 [](https://gith…
|
/plugin/yalist/ |
D | README.md | 26 [](https://gi…
|
/plugin/openlayersmapoverlays/ |
D | README.md | 22 [](https://…
|
/plugin/geotag/ |
D | README.md | 16 [](https://gi…
|
/plugin/spatialhelper/ |
D | README.md | 17 [](htt…
|
/plugin/geophp/ |
D | README.md | 19 [](https://gi…
|
/plugin/openlayersmap/ |
D | README.md | 21 [](htt…
|
/plugin/refnotes/conf/ |
D | namespaces.dat | 1 …stars:";a:5:{s:10:"refnote-id";s:1:"*";s:16:"reference-format";s:4:"none";s:12:"multi-ref-id";s:4:…
|
/plugin/asciidocjs/node_modules/is-core-module/ |
D | README.md | 32 [11]: https://nodei.co/npm/is-core-module.png?downloads=true&stars=true
|
/plugin/asciidocjs/node_modules/has-proto/ |
D | README.md | 30 [npm-badge-png]: https://nodei.co/npm/has-proto.png?downloads=true&stars=true
|
1234