Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php238 protected function codepointToUtf8($codepoint) argument
240 if ($codepoint < 0x80) {
241 return \chr($codepoint);
243 if ($codepoint < 0x800) {
245 .\chr($codepoint & 0x3f | 0x80);
247 if ($codepoint < 0x10000) {
249 .\chr($codepoint >> 6 & 0x3f | 0x80)
250 .\chr($codepoint & 0x3f | 0x80);
252 if ($codepoint < 0x110000) {
255 .\chr($codepoint >> 6 & 0x3f | 0x80)
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A 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/
H A 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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A 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/
H A DsafeFN_class-cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
H A 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/scripts/
H A DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
H A 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/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A 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/
H A 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/
H A 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);
H A DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
/plugin/ckgedit/scripts/
H A DsafeFN_class-cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
H A 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);
H A DsafeFN_cmpr.js1codepoint=a[c];var b="";if(String.fromCharCode(codepoint)!="\\"){var d=new RegExp(String.fromCharC…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A 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/
H A 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_chr((int) $codepoint, $encoding); } argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64codepoint-equal|fn:ceiling|fn:boolean|fn:base-uri|fn:avg|fn:adjust-time-to-timezone|fn:adjust-date…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 …mojipedia.org/variation-selector-16/\n // > An invisible codepoint which specifies …