Home
last modified time | relevance | path

Searched refs:codepoint (Results 1 – 25 of 29) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DescapingTest.php234 * @param int $codepoint Unicode codepoint in hex notation
238 protected function codepointToUtf8($codepoint) argument
240 if ($codepoint < 0x80) {
241 return \chr($codepoint);
243 if ($codepoint < 0x800) {
244 return \chr($codepoint >> 6 & 0x3f | 0xc0)
245 .\chr($codepoint & 0x3f | 0x80);
247 if ($codepoint < 0x10000) {
248 return \chr($codepoint >> 12 & 0x0f | 0xe0)
249 .\chr($codepoint >> 6 & 0x3f | 0x80)
[all …]
/plugin/character/
Dsyntax.php86 $codepoint = $data['codepoint'];
87 if ($data['type']=='error' || $codepoint > 0x10FFFFF) {
94 $char = mb_chr($codepoint);
97 $hex = strtoupper(dechex($codepoint));
99 $charname = extension_loaded('intl') ? ' '.IntlChar::charName($codepoint).'' : '';
100 $escapesequence = '\u{'.dechex($codepoint).'}';
101 if (!empty(self::ES[$codepoint])) {
103 $charname = ' '.self::ES[$codepoint][1];
120 $p = strtoupper(str_pad(dechex($codepoint), 2, '0', STR_PAD_LEFT));
124 $p = strtoupper(dechex($codepoint));
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php101 foreach ($unicode as $codepoint) {
102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
107 $safe .= chr($codepoint);
109 } else if ($codepoint == ord(self::$pre_indicator)) {
113 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php100 foreach ($unicode as $codepoint) {
101 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
106 $safe .= chr($codepoint);
108 } else if ($codepoint == ord(self::$pre_indicator)) {
112 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
DSafeFN.class.php101 foreach ($unicode as $codepoint) {
102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
107 $safe .= chr($codepoint);
109 } else if ($codepoint == ord(self::$pre_indicator)) {
113 $safe .= self::$pre_indicator.base_convert((string)($codepoint-32),10,36);
/plugin/xcom/scripts/
DsafeFN_class-cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
DsafeFN_class.js104 codepoint = unicode[i];
106 if(String.fromCharCode(codepoint) != '\\') {
107 var regex = new RegExp(String.fromCharCode(codepoint));
111 if (codepoint < 127 && match) {
116 safe += String.fromCharCode(codepoint);
118 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
/plugin/ckgdoku/scripts/
DsafeFN_class.js108 codepoint = unicode[i];
110 if(String.fromCharCode(codepoint) != '\\') {
111 var regex = new RegExp(String.fromCharCode(codepoint));
115 if (codepoint < 127 && match) {
120 safe += String.fromCharCode(codepoint);
122 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
126 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
/plugin/fckg/scripts/
DsafeFN_class.js108 codepoint = unicode[i];
110 if(String.fromCharCode(codepoint) != '\\') {
111 var regex = new RegExp(String.fromCharCode(codepoint));
115 if (codepoint < 127 && match) {
120 safe += String.fromCharCode(codepoint);
122 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
126 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
/plugin/ckgedit/scripts/
DsafeFN_class-cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
DsafeFN_class.js108 codepoint = unicode[i];
110 if(String.fromCharCode(codepoint) != '\\') {
111 var regex = new RegExp(String.fromCharCode(codepoint));
115 if (codepoint < 127 && match) {
120 safe += String.fromCharCode(codepoint);
122 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
126 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js104 codepoint = unicode[i];
106 if(String.fromCharCode(codepoint) != '\\') {
107 var regex = new RegExp(String.fromCharCode(codepoint));
111 if (codepoint < 127 && match) {
116 safe += String.fromCharCode(codepoint);
118 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js104 codepoint = unicode[i];
106 if(String.fromCharCode(codepoint) != '\\') {
107 var regex = new RegExp(String.fromCharCode(codepoint));
111 if (codepoint < 127 && match) {
116 safe += String.fromCharCode(codepoint);
118 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
DsafeFN_class.js104 codepoint = unicode[i];
106 if(String.fromCharCode(codepoint) != '\\') {
107 var regex = new RegExp(String.fromCharCode(codepoint));
111 if (codepoint < 127 && match) {
116 safe += String.fromCharCode(codepoint);
118 } else if (codepoint == this.pre_indicator.charCodeAt(0)) {
122 safe += this.pre_indicator + this.changeSafeBase((codepoint-32), 10, 36);
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
Dbootstrap.php53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php126 …function mb_chr($codepoint, $encoding = null) { return p\Mbstring::mb_chr($codepoint, $encoding); } argument
H A Dbootstrap80.php122 …function mb_chr(?int $codepoint, ?string $encoding = null): string|false { return p\Mbstring::mb_c… argument
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/codeprettify/code-prettify/src/
Dlang-xq.js64codepoint-equal|fn:ceiling|fn:boolean|fn:base-uri|fn:avg|fn:adjust-time-to-timezone|fn:adjust-date…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js39100 var codepoint = (((this.highSurrogate - 0xD800) << 10) | (code - 0xDC00)) + 0x10000;
39102 write32.call(dst, codepoint, offset);
39158 var codepoint = 0;
39173codepoint = overflow[i] | (overflow[i+1] << 8) | (overflow[i+2] << 16) | (overflow[i+3] << 24);
39175codepoint = overflow[i+3] | (overflow[i+2] << 8) | (overflow[i+1] << 16) | (overflow[i] << 24);
39179 offset = _writeCodepoint(dst, offset, codepoint, badChar);
39187 codepoint = src[i] | (src[i+1] << 8) | (src[i+2] << 16) | (src[i+3] << 24);
39189 codepoint = src[i+3] | (src[i+2] << 8) | (src[i+1] << 16) | (src[i] << 24);
39191 offset = _writeCodepoint(dst, offset, codepoint, badChar);
39202 function _writeCodepoint(dst, offset, codepoint, badChar) {
[all …]
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1codepoint, return the JavaScript string that\nrespresents it (like\n[`String.fromCodePoint`](https…

12