Home
last modified time | relevance | path

Searched refs:unicode (Results 101 – 125 of 156) sorted by last modified time

1234567

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1unicode.js","webpack://pdfjs-dist/build/pdf.worker/src/core/font_renderer.js","webpack://pdfjs-dis…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/minimap/
H A Dstyle.css153 unicode-bidi: -moz-isolate;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1unicode (ES6)\n * <li>`y` - sticky (Firefox 3+, ES6)\n * Additional XRegExp flags:\n * <…
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md101 * Updated windows timezone mappings to latest unicode version.
267 * Updated: Windows timezone mapping to latest version from unicode.org
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64unicode|fn:normalize-space|fn:node-name|fn:node-kind|fn:nilled|fn:namespace-uri-from-QName|fn:name…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …rtical::before{content:"\F760"}.mdi-ungroup::before{content:"\F550"}.mdi-unicode::before{content:"…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1080 has-unicode "^2.0.0"
1180 has-unicode@^2.0.0:
1182 …resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e08…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js.map1 …,"descent","x-height","bbox","underline-thickness","underline-position","unicode-range","glyphs","…
H A Dsequence-diagram-raphael-min.js.map1 …,"descent","x-height","bbox","underline-thickness","underline-position","unicode-range","glyphs","…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock575 babel-plugin-transform-es2015-unicode-regex@^6.3.13:
577 …egistry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-un…
651 babel-plugin-transform-es2015-unicode-regex "^6.3.13"
1446 has-unicode "^2.0.0"
1553 has-unicode@^2.0.0:
1555 …resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e08…
/plugin/emoji/
H A Dsyntax.php103 $unicode = $this->toUnicode($match);
104 return array($match,$unicode);
108 list($match,$unicode) = $data;
150 $unicode = $this->smileys[$shortname];
158 if(stristr($unicode,'-')) {
159 $pairs = explode('-',$unicode);
162 $pairs = array($unicode);
167 private function toShortname($unicode) { argument
168 return $this->client->toShortCallback(array($unicode,$unicode));
175 private function unicodeToImage($unicode) { argument
[all …]
H A Dscript.js58 … var fileName = assetUri + emojiStrategy[shortname].unicode + '.png' + cacheBustParam;
/plugin/emoji/emojione/
H A DClient.php203 return isset($aflipped[$unicode]) ? $aflipped[$unicode] : $m[0];
230 return $unicode;
256 $filename = $unicode;
401 $unicode = $m[1];
405 $unicode .= "\xEF\xB8\x8F";
438 $unicode = $m[1];
442 $unicode .= "\xEF\xB8\x8F";
473 $alt = $unicode;
513 public function convert($unicode) argument
515 if (stristr($unicode,'-'))
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md79 * Llk: Change pragma `unicode` for `lexer.unicode`. (Ivan Enderlin, 2016-02-22T09:35:39+01:00)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml475 unicode: "Sosa did fine.\u263A"
486 "unicode"=>"Sosa did fine." + ["263A".hex ].pack('U*'),
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG136 * fixed JS escaping for unicode characters with higher code points
/plugin/404manager/
H A Dstyle.css20 unicode-bidi: -moz-isolate;
109 unicode-bidi: -moz-isolate;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php96 private static function unicode_to_safe($unicode) { argument
101 foreach ($unicode as $codepoint) {
131 $unicode = array();
141 $unicode[] = ord($sub[$i]);
146 $unicode[] = ord($sub);
150 $unicode[] = 32 + (int)base_convert(substr($sub,1),36,10);
155 return $unicode;
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js63 var unicode = new Array();
73 unicode.push(sub.charCodeAt(j));
77 unicode.push(sub.charCodeAt(0));
81 unicode.push(32 + this.changeSafeBase(sub.slice(1),36,10));
86 return unicode;
98 unicode_to_safe: function (unicode) { argument
103 for (var i=0; i< unicode.length; i++) {
104 codepoint = unicode[i];
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js67 var unicode = new Array();
77 unicode.push(sub.charCodeAt(j));
81 unicode.push(sub.charCodeAt(0));
85 unicode.push(32 + this.changeSafeBase(sub.slice(1),36,10));
90 return unicode;
102 unicode_to_safe: function (unicode) { argument
107 for (var i=0; i< unicode.length; i++) {
108 codepoint = unicode[i];
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md504 …ut by prepending the [`\u202A`](http://unicode.org/cldr/utility/character.jsp?a=202A) or [`\u202B`…
/plugin/vkeyboard/
H A Dvkeyboard.js.unc182 // http://unicode.org/charts/
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php95 private function unicode_to_safe($unicode) { argument
100 foreach ($unicode as $codepoint) {
130 $unicode = array();
139 $unicode[] = ord($sub[$i]);
144 $unicode[] = ord($sub);
148 $unicode[] = 32 + (int)base_convert(substr($sub,1),36,10);
153 return $unicode;
/plugin/fckg/scripts/
H A DsafeFN_class.js67 var unicode = new Array();
77 unicode.push(sub.charCodeAt(j));
81 unicode.push(sub.charCodeAt(0));
85 unicode.push(32 + this.changeSafeBase(sub.slice(1),36,10));
90 return unicode;
102 unicode_to_safe: function (unicode) { argument
107 for (var i=0; i< unicode.length; i++) {
108 codepoint = unicode[i];

1234567