Searched full:star (Results 1 – 25 of 248) sorted by relevance
12345678910
| /plugin/subjectindex/plugins/ |
| D | EntryDefault.php | 14 * ...|text*}} User-defined text + star(*) 16 * ...|-*}} No text, but show star(*) 17 * ...|*}} Use entry text + star(*) 22 * '*' => add a star symbol to end. 38 // [1] = section; [2] = entry; [3] = display; [4] = star 57 $item['star'] = ($match[4] == '*'); 60 $item['star'] = false;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | encoding.dingbats.inc.php | 39 "\x41" => 0x2721, // STAR OF DAVID // a10 44 "\x46" => 0x2726, // BLACK FOUR POINTED STAR // a33 45 "\x47" => 0x2727, // WHITE FOUR POINTED STAR // a34 46 "\x48" => 0x2605, // BLACK STAR // a35 47 "\x49" => 0x2729, // STRESS OUTLINED WHITE STAR // a36 48 "\x4A" => 0x272A, // CIRCLED WHITE STAR // a37 49 "\x4B" => 0x272B, // OPEN CENTRE BLACK STAR // a38 50 "\x4C" => 0x272C, // BLACK CENTRE WHITE STAR // a39 51 "\x4D" => 0x272D, // OUTLINED BLACK STAR // a40 52 "\x4E" => 0x272E, // HEAVY OUTLINED BLACK STAR // a41 [all …]
|
| /plugin/starred/ |
| D | helper.php | 38 * toggle the star for the user and page 70 * check the star for the current user and page 74 * @return bool|int the time the star was added or false if not 131 * Create the html for a star 133 * @param string $ID The page where the star is supposed to appear. 134 * @param string $pageid The page which the star is supposed to toggle. 137 * @return string The html for the star 154 $result .= inlineSVG(__DIR__ . '/pix/star.svg'); 158 $result .= inlineSVG(__DIR__ . '/pix/star-outline.svg');
|
| D | deleted.files | 1 pix/star.png
|
| /plugin/subjectindex/syntax/ |
| D | entry.php | 93 $star = $item['star']; 94 $star_css = ($star) ? '' : ' no-star'; 99 $hidden_css = ($star === false) ? ' hidden' : ' no text';
|
| /plugin/stars/ |
| D | readme.txt | 10 - star limit by anon and kenc 12 - new star image instead of transparency 27 to use custom images, just replace the star.png, halfstar.png, and emptystar.png files
|
| D | syntax.php | 16 - star limit by anon and kenc 18 - new star image instead of transparency 33 to use custom images, just replace the star.gif, halfstar.gif, and emptystar.cif files 109 $string .= '<img class="starimage" src="' . DOKU_PATH .'/lib/plugins/stars/star.gif" alt="" />'; 111 // render half star if necessary
|
| /plugin/rater/ |
| D | README | 2 * Rater Plugin: allows a simple 5-star-rater and thumb voting 13 Simply place the following syntax into the page markup for 5-Star-Rater: 28 …tracedetails=1 - will show the quantity of single star ratings or a list of clear ip/names for vot…
|
| D | syntax.php | 223 // Assign star image 242 …et_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/1star.gif?w=40&" alt="1 Star" widt… 243 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/2star.gif?w=40&" alt="2 Stars" w… 244 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/3star.gif?w=40&" alt="3 Stars" w… 245 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/4star.gif?w=40&" alt="4 Stars" w… 246 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/5star.gif?w=40&" alt="5 Stars" w… 646 …et_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/1star.gif?w=40&" alt="1 Star" widt… 647 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/2star.gif?w=40&" alt="2 Stars" w… 648 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/3star.gif?w=40&" alt="3 Stars" w… 649 …$ret_details .= '<img src="'.DOKU_BASE.'lib/plugins/rater/img/4star.gif?w=40&" alt="4 Stars" w… [all …]
|
| /plugin/icons/exe/ |
| D | list-typicons.php | 273 'star', 274 'star-full-outline', 275 'star-half', 276 'star-half-outline', 277 'star-outline',
|
| D | list-font-awesome.php | 633 'star', 634 'star-half', 635 'star-half-empty', 636 'star-half-full', 637 'star-half-o', 638 'star-o',
|
| D | list-material-design-icons.php | 72 'account-star-outline', 73 'account-star', 762 'calendar-star', 1293 'death-star-variant', 1294 'death-star', 1735 'folder-star-outline', 1736 'folder-star', 2481 'monitor-cellphone-star', 2488 'monitor-star', 2850 'playlist-star', [all …]
|
| D | list-glyphicon.php | 227 'star', 228 'star-empty',
|
| /plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
| D | escape-in-link.md | 1 nice [video](http://www.youtube.com/video\-on\e). Nice\-vide\o star \* 3 nice . Nice\-vide\o star \*
|
| D | escape-in-link.html | 1 <p>nice <a href="http://www.youtube.com/video-on\e">video</a>. Nice-vide\o star *</p> 2 <p>nice <img src="http://www.youtube.com/video-on\e" alt="video" />. Nice-vide\o star *</p>
|
| /plugin/improg/ |
| D | syntax.php | 63 // Assign star image 155 if ($improg_rating == 1 ){$improg_stars = DOKU_BASE."lib/plugins/improg/img/1star.gif";} 156 else if ($improg_rating == 2 ){$improg_stars = DOKU_BASE."lib/plugins/improg/img/2star.gif";} 157 else if ($improg_rating == 3 ){$improg_stars = DOKU_BASE."lib/plugins/improg/img/3star.gif";} 158 else if ($improg_rating == 4 ){$improg_stars = DOKU_BASE."lib/plugins/improg/img/4star.gif";} 159 else if ($improg_rating >= 5 ){$improg_stars = DOKU_BASE."lib/plugins/improg/img/5star.gif";} 160 else { $improg_stars = DOKU_BASE . "lib/plugins/improg/img/00star.gif";
|
| D | README | 2 * Improg Plugin: allows a simple 5 star implementation progress 15 Provides a simple 5 star implementation progress, modification of the rater plugin.
|
| /plugin/diagramsnet/lib/js/diagramly/sidebar/ |
| D | Sidebar-Basic.js | 29 …this.createVertexTemplateEntry(s2 + '4_point_star_2;dx=0.8;', w, h, '', '4 Point Star', null, null… 30 …this.createVertexTemplateEntry(s2 + '6_point_star', w, h * 0.9, '', '6 Point Star', null, null, th… 31 …this.createVertexTemplateEntry(s2 + '8_point_star', w, h, '', '8 Point Star', null, null, this.get… 69 …this.createVertexTemplateEntry(s2 + 'star', w, h * 0.95, '', 'Star', null, null, this.getTagsForSt…
|
| /plugin/combo/resources/dictionary/ |
| H A D | icomoon-icons.json | 217 "star-empty": "216-star-empty", 218 "star-half": "217-star-half", 219 "star-full": "218-star-full",
|
| /plugin/stars2/ |
| D | action.php | 42 'title' => $this->getLang('star'), 43 'icon' => '../../plugins/stars2/images/toolbar/star.png',
|
| /plugin/combo/grammar/ |
| H A D | PageSql.g4 | 22 STAR: '*'; 96 | PLUS | STAR | QUESTION | MINUS | DOT 245 (STAR|columns)?
|
| /plugin/creole/_test/ |
| D | creole.test.php | 250 …strong>bold, this is still bold. This line deliberately does not end in star-star.</strong>\n</p>\… 252 …ks: **bold,\nthis is still bold. This line deliberately does not end in star-star.\n\nNot bold. Ch…
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | statement.js | 264 isGenerator = this.eat(tt.star) 271 isGenerator = this.eat(tt.star) 309 node.generator = this.eat(tt.star) 321 if (this.eat(tt.star)) { 375 if (this.tok.type === tt.star) { 387 if (this.eat(tt.star)) {
|
| /plugin/scrape/vendor/symfony/css-selector/Parser/ |
| D | TokenStream.php | 137 * Returns next identifier or null if star delimiter token is found. 139 * @throws SyntaxErrorException If next token is not an identifier or a star delimiter
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | statement.js | 270 isGenerator = this.eat(tt.star) 277 isGenerator = this.eat(tt.star) 324 node.generator = this.eat(tt.star) 342 if (this.eat(tt.star)) { 400 if (this.tok.type === tt.star) { 412 if (this.eat(tt.star)) {
|
12345678910