Home
last modified time | relevance | path

Searched full:emoji (Results 1 – 25 of 136) sorted by relevance

123456

/plugin/asciidocjs/node_modules/emoji-regex/
DREADME.md1 # emoji-regex [![Build status](https://travis-ci.org/mathiasbynens/emoji-regex.svg?branch=master)](…
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 …]
Dpackage.json2 "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",
Dindex.d.ts1 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/
Demoji_unicode.test.php4 * 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.');
Demoji_conflicts.test.php4 * 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.'…
Demoji_syntax.test.php4 * 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/
DAvatarInfo.php22 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;
DEmoji.php20 class Emoji extends \Google\Model class
60 class_alias(Emoji::class, 'Google_Service_CloudSearch_Emoji');
/plugin/emoji/
DREADME1 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
Dplugin.info.txt1 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
Dscript.js2 * 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)
Dsyntax.php49 * Match emoji code points:
71 $assetsrc = DOKU_BASE.'lib/plugins/emoji/';
123 $path = DOKU_PLUGIN.'emoji/assets/png/'.$matches[0];
Dall.css2 /* Emoji Sizing */
/plugin/emoji/emojione/
DClientInterface.php9 * 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.
DClient.php42 * 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/
Dtwo.txt7 * 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/
Dhelper.php91 '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 Dexternal.css10 …e UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe …
/plugin/codemirror/dist/modes/
Dmarkdown.min.js1emoji===undefined)c.emoji=false;if(c.fencedCodeBlockHighlighting===undefined)c.fencedCodeBlockHigh… property
/plugin/comments/
Dsyntax.php91 // 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/
Ddefault.php3 * Options for the Emoji plugin
Dmetadata.php4 * Additions for the emoji plugin
/plugin/emoji/lang/en/
Dlang.php3 * English language file for Emoji plugin
Dsettings.php3 * English language file for Emoji plugin configuration
/plugin/emoji/assets/css/
Demojione.css2 /* Emoji Sizing */

123456