| /plugin/asciidocjs/node_modules/emoji-regex/ |
| D | README.md | 1 # emoji-regex [](… 3 …regex_ offers a regular expression to match all emoji symbols (including textual representations o… 5 …ecause of this, the regular expression can easily be updated whenever new emoji are added to the U… 12 npm install emoji-regex 18 const emojiRegex = require('emoji-regex'); 25 \u{231A}: ⌚ default emoji presentation character (Emoji_Presentation) 26 \u{2194}\u{FE0F}: ↔️ default text presentation character rendered as emoji 27 \u{1F469}: emoji modifier base (Emoji_Modifier_Base) 28 \u{1F469}\u{1F3FF}: emoji modifier base followed by a modifier 34 const emoji = match[0]; [all …]
|
| D | package.json | 2 "name": "emoji-regex", 4 …"description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.", 5 "homepage": "https://mths.be/emoji-regex", 16 "emoji" 25 "url": "https://github.com/mathiasbynens/emoji-regex.git" 27 "bugs": "https://github.com/mathiasbynens/emoji-regex/issues",
|
| D | index.d.ts | 1 declare module 'emoji-regex' { 7 declare module 'emoji-regex/text' { 13 declare module 'emoji-regex/es2015' { 19 declare module 'emoji-regex/es2015/text' {
|
| /plugin/emoji/_test/ |
| D | emoji_unicode.test.php | 4 * Test emoji unicode substitution 9 $this->pluginsEnabled[] = 'emoji'; 20 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true); 21 $this->assertEquals(0, $foundemoji, 'Emoji failed implicit text.'); 33 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions)); 34 $this->assertEquals(6, $foundemoji, 'Emoji failed implicit emoji.'); 45 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions), true); 46 $this->assertEquals(0, $foundemoji, 'Emoji failed explicit text.'); 57 $foundemoji = $this->count_array_values('emoji', $this->flatten_array($instructions)); 58 $this->assertEquals(5, $foundemoji, 'Emoji failed explicit emoji.');
|
| D | emoji_conflicts.test.php | 4 * Test emoji conflicts with other syntax 8 $this->pluginsEnabled[] = 'emoji'; 13 $this->assertNotContains('😃', p_wiki_xhtml('emoji_page'), 'Emoji without spaces.'); 17 … $this->assertNotContains('😕', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with path.'); 21 …$this->assertNotContains('😛', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with wiki path.… 25 … $this->assertNotContains(''', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with monospace.'); 29 …$this->assertNotContains('😉', p_wiki_xhtml('emoji_page'), 'Emoji conflicts with footnote.'…
|
| D | emoji_syntax.test.php | 4 * Test emoji substitution syntax 8 $this->pluginsEnabled[] = 'emoji'; 14 'Emoji shortname does not convert.'); 19 'Emoji code point does not convert.'); 24 'Emoji smiley does not convert.');
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/ |
| D | AvatarInfo.php | 22 protected $emojiType = Emoji::class; 26 * @param Emoji 28 public function setEmoji(Emoji $emoji) argument 30 $this->emoji = $emoji; 33 * @return Emoji 37 return $this->emoji;
|
| D | Emoji.php | 20 class Emoji extends \Google\Model class 60 class_alias(Emoji::class, 'Google_Service_CloudSearch_Emoji');
|
| /plugin/emoji/ |
| D | README | 1 Emoji substitution plugin for DokuWiki 3 Allows emoji characters or shortcut names to be inserted into wiki pages. The 14 Emoji short names can be found at http://emoji.codes 16 This plugin uses the Emoji One artwork and PHP class. http://emojione.com
|
| D | plugin.info.txt | 1 base emoji 5 name Emoji Substitution 6 desc Emoji substitution plugin using graphics from EmojiOne <http://www.emojione.com> 7 url http://www.whoopdedo.org/doku/wiki/emoji
|
| D | script.js | 2 * Autocomplete script for Emoji plugin 21 jQuery.getJSON(DOKU_BASE + 'lib/plugins/emoji/assets/emoji_strategy.json', 26 LANG.plugins.emoji.browseall + 34 /* TODO disable where emoji is not allowed (code blocks, headings, etc)
|
| D | syntax.php | 49 * Match emoji code points: 71 $assetsrc = DOKU_BASE.'lib/plugins/emoji/'; 123 $path = DOKU_PLUGIN.'emoji/assets/png/'.$matches[0];
|
| D | all.css | 2 /* Emoji Sizing */
|
| /plugin/emoji/emojione/ |
| D | ClientInterface.php | 9 * First pass changes unicode characters into emoji markup. 10 * Second pass changes any shortnames into emoji markup. 13 * @return string String with appropriate html for rendering emoji. 51 * @return string String with appropriate html for rendering emoji. 67 * @return string String with appropriate html for rendering emoji.
|
| D | Client.php | 42 * First pass changes unicode characters into emoji markup. 43 * Second pass changes any shortnames into emoji markup. 46 * @return string String with appropriate html for rendering emoji. 114 * This is useful for systems that don't ascii emoji. 130 * @return string String with appropriate html for rendering emoji. 165 * @return string String with appropriate html for rendering emoji. 282 …ion>'.$alt.'</description><use xlink:href="'.$this->imagePathSVGSprites.'#emoji-'.$unicode.'"></us… 377 …ion>'.$alt.'</description><use xlink:href="'.$this->imagePathSVGSprites.'#emoji-'.$unicode.'"></us… 494 …ion>'.$alt.'</description><use xlink:href="'.$this->imagePathSVGSprites.'#emoji-'.$filename.'"></u…
|
| /plugin/webcode/_test/data/pages/ |
| D | two.txt | 7 * One emoji [[unicode>1F600|Smiley (1F600)]] in a webcode 13 * The below snippet should show only one emoji and not the above emoji
|
| /plugin/matrixnotifier/ |
| D | helper.php | 91 'create' => ['loc_title' => 't_created', 'loc_event' => 'e_created', 'emoji' => ''], 92 'edit' => ['loc_title' => 't_updated', 'loc_event' => 'e_updated', 'emoji' => ''], 93 'edit minor' => ['loc_title' => 't_minor_upd', 'loc_event' => 'e_minor_upd', 'emoji' => ''], 94 …le' => 't_removed', 'loc_event' => 'e_removed', 'emoji' => "\u{1F5D1}"], /* 'Wastebasket' emo… 102 …$descr_html = $d['emoji'].' <strong>'.htmlspecialchars($title).'</strong> · '.htmlspecialchars($us…
|
| /plugin/mikioplugin/assets/ |
| H A D | external.css | 10 …e UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe …
|
| /plugin/codemirror/dist/modes/ |
| D | markdown.min.js | 1 …emoji===undefined)c.emoji=false;if(c.fencedCodeBlockHighlighting===undefined)c.fencedCodeBlockHigh… property
|
| /plugin/comments/ |
| D | syntax.php | 91 // Emoji for status 97 $emoji = isset($statusEmoji[$data['status']]) ? $statusEmoji[$data['status']] : ''; 108 $renderer->doc .= '<span class="comment-status">' . $emoji . '</span><br>';
|
| /plugin/emoji/conf/ |
| D | default.php | 3 * Options for the Emoji plugin
|
| D | metadata.php | 4 * Additions for the emoji plugin
|
| /plugin/emoji/lang/en/ |
| D | lang.php | 3 * English language file for Emoji plugin
|
| D | settings.php | 3 * English language file for Emoji plugin configuration
|
| /plugin/emoji/assets/css/ |
| D | emojione.css | 2 /* Emoji Sizing */
|