Home
last modified time | relevance | path

Searched refs:chr (Results 26 – 50 of 294) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php264 for ($chr = 0; $chr < 0xFF; ++$chr) {
265 if ($chr >= 0x30 && $chr <= 0x39
266 || $chr >= 0x41 && $chr <= 0x5A
267 || $chr >= 0x61 && $chr <= 0x7A) {
287 for ($chr = 0; $chr < 0xFF; ++$chr) {
288 if ($chr >= 0x30 && $chr <= 0x39
289 || $chr >= 0x41 && $chr <= 0x5A
290 || $chr >= 0x61 && $chr <= 0x7A) {
310 for ($chr = 0; $chr < 0xFF; ++$chr) {
311 if ($chr >= 0x30 && $chr <= 0x39
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php468 $status = (($chr >= 0) AND ($chr <= 127));
472 $status = (($chr == 32) OR (($chr >= 48) AND ($chr <= 57)) OR (($chr >= 65) AND ($chr <= 90)));
476 $status = (($chr == 32) OR (($chr >= 48) AND ($chr <= 57)) OR (($chr >= 97) AND ($chr <= 122)));
480 $status = (($chr == 13) OR ($chr == 42) OR ($chr == 62));
484 $status = (($chr >= 32) AND ($chr <= 94));
488 $status = (($chr == 232) OR ($chr == 233) OR ($chr == 234) OR ($chr == 241));
492 $status = (($chr >= 128) AND ($chr <= 255));
496 $status = (($chr >= 48) AND ($chr <= 57));
757 $chr = ($chr & 0x7f);
1108 $chr = 1;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageTypeGuesser.php15 if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) === 0) { // 0xFF 0xD8 // mpDF 5.7.2
27 if (strpos($data, chr(137) . 'PNG' . chr(13) . chr(10) . chr(26) . chr(10)) === 0) {
31 if (strpos($data, chr(215) . chr(205) . chr(19
[all...]
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js155 function KoreanCharProcessor(chr, buf, CVC, rukbd){ argument
156 var jamo=Korean.Jamo[chr]
159 if(!jamo) return [chr,0]
162 else return [chr,0]
165 if(chr=='\u0008'){
179 return [buf+chr,0]
191 return [buf+chr, 0]
258 function(chr, buf){ argument
270 switch (chr) {
315 if((vow=Korean.RuVowels.indexOf(chr))!=-1) {//vowel
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php51 $out .= \chr(0) . \chr(0) . \chr(0) . \chr(0);
73 $out .= \chr($r >> 24)
74 . \chr($r >> 16)
75 . \chr($r >> 8)
76 . \chr($r);
89 $out .= \chr($r >> 24);
93 $out .= \chr(
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dencoding.inc.php51 return chr($code);
55 return chr(0xC0 | (($code >> 6) & 0x1F)) . chr(0x80 | ($code & 0x3F));
59 …return chr(0xE0 | (($code >> 12) & 0x0F)) . chr(0x80 | (($code >> 6) & 0x3F)) . chr(0x80 | ($code …
63 chr(0xF0 | (($code >> 18) & 0x07)) .
64 chr(0x80 | (($code >> 12) & 0x3F)) .
65 chr(0x80 | (($code >> 6) & 0x3F)) .
66 chr(0x80 | ($code & 0x3F));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DUtfString.php40 return chr($num);
45 return chr(($num >> 6) + 192) . chr(($num & 63) + 128);
48 return chr(($num >> 12) + 224) . chr((($num >> 6) & 63) + 128) . chr(($num & 63) + 128);
51 return chr(($num >> 18) + 240) . chr((($num >> 12) & 63) + 128) . chr((($num >> 6) & 63) + 128) . chr((
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DUnescaper.php127 return \chr($c);
130 return \chr(0xC0 | $c >> 6).\chr(0x80 | $c & 0x3F);
133 return \chr(0xE0 | $c >> 12).\chr(0x80 | $c >> 6 & 0x3F).\chr(0x80 | $c & 0x3F);
136 …return \chr(0xF0 | $c >> 18).\chr(0x80 | $c >> 12 & 0x3F).\chr(0x80 | $c >> 6 & 0x3F).\chr(0x80 | …
/plugin/combo/vendor/symfony/yaml/
H A DUnescaper.php121 return \chr($c);
124 return \chr(0xC0 | $c >> 6).\chr(0x80 | $c & 0x3F);
127 return \chr(0xE0 | $c >> 12).\chr(0x80 | $c >> 6 & 0x3F).\chr(0x80 | $c & 0x3F);
130 return \chr(0xF0 | $c >> 18).\chr(0x80 | $c >> 12 & 0x3F).\chr(0x80 | $c >> 6 & 0x3F).\chr(
[all...]
/plugin/issuetracker/
H A Dedit.php46 $body = chr(10).$lang['issuemod_head'].chr(10).chr(10).
47 $lang['issuemod_intro'].chr(10).
48 $changes.chr(10).chr(10).
49 $lang['issuemod_title'].$issue['title'].chr(10).
50 $lang['issuemod_issueid'].$issue['id'].chr(10).
58 …ng['issuemod_see'].DOKU_URL.'doku.php?id='.$currentID.'&do=showcaselink&'.$pstring.chr(10).chr(10).
95 $body = chr(10).$lang['issueassigned_head'].chr(10).chr(10).
96 $lang['issueassigned_intro'].chr(10).
97 $lang['issuemod_title'].$issue['title'].chr(10).
98 $lang['issuemod_issueid'].$issue['id'].chr(10).
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php39 $chr = [
165 $newCode.=chr($v);
186 $keys .= chr($i);
199 $keys .= chr($i);
208 $keys = ' !"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~' . chr(127);
223 $keys .= chr($i);
233 $newCode .= chr((int) ($code[2 * $i] . $code[2 * $i + 1]));
249 $code = chr(102) . $code;
268 $code = chr($startid) . $code . chr(
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php44 …[chr(0) . chr(1) . chr(2) . chr(3) . chr(4) . chr(5), implode('', array_map('chr', range(0x0e, 0x1…
45 [chr(0x00) . chr(0x09)]
/plugin/xcom/scripts/
H A DsafeFN_class-cmpr.js1chr:function(a){return String.fromCharCode(a)},code2utf:function(a){if(a<128){return this.chr(a)}i… method in SafeFN
H A DsafeFN_class.js175 chr: function (code) method in SafeFN
185 if (code < 128) return this.chr(code);
186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
188 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/photogallery/phpThumb/
H A Dphpthumb.ico.php40 $icXOR[$key] .= chr($b).chr($g).chr($r).chr($a);
42 $icXOR[$key] .= chr($b).chr($g).chr($r);
59 $icAND[$key] .= chr(bindec(str_pad(substr($scanlinemaskbits, $i, 8), 8, '0', STR_PAD_LEFT)));
76 $BitmapInfoHeader[$key] .= chr($bpp[$key])."\x00"; // wBitCount;
94 …$icondata .= chr($ImageWidths[$key]); // bWidth; // Width, in pixels,…
95 …$icondata .= chr($ImageHeights[$key]); // bHeight; // Height, in pixels…
96 …$icondata .= chr($totalcolors[$key]); // bColorCount; // Number of colors …
100 $icondata .= chr($bpp[$key])."\x00"; // wBitCount; // Bits per pixel
/plugin/fckg/scripts/
H A DsafeFN_cmpr.js1chr:function(a){return String.fromCharCode(a)},code2utf:function(a){if(a<128){return this.chr(a)}i… method in SafeFN
H A DsafeFN_class.js179 chr: function (code) method in SafeFN
189 if (code < 128) return this.chr(code);
190 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
191 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
192 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js175 chr: function (code) method in SafeFN
185 if (code < 128) return this.chr(code);
186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
188 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js175 chr: function (code) method in SafeFN
185 if (code < 128) return this.chr(code);
186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
188 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
/plugin/ckgdoku/scripts/
H A DsafeFN_class.js179 chr: function (code) method in SafeFN
189 if (code < 128) return this.chr(code);
190 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
191 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
192 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
H A DsafeFN_cmpr.js1chr:function(a){return String.fromCharCode(a)},code2utf:function(a){if(a<128){return this.chr(a)}i… method in SafeFN
/plugin/ckgedit/scripts/
H A DsafeFN_class-cmpr.js1chr:function(a){return String.fromCharCode(a)},code2utf:function(a){if(a<128){return this.chr(a)}i… method in SafeFN
H A DsafeFN_class.js179 chr: function (code) method in SafeFN
189 if (code < 128) return this.chr(code);
190 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
191 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
192 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
209 if (code < 128) str[j++]= this.chr(code);
210 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
211 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
212 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));
H A DsafeFN_cmpr.js1chr:function(a){return String.fromCharCode(a)},code2utf:function(a){if(a<128){return this.chr(a)}i… method in SafeFN
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A DsafeFN_class.js175 chr: function (code) method in SafeFN
185 if (code < 128) return this.chr(code);
186 if (code < 2048) return this.chr(192+(code>>6)) + this.chr(128+(code&63));
187 …if (code < 65536) return this.chr(224+(code>>12)) + this.chr(128+((code>>6)&63)) + this.chr(128+(c…
188 … (code < 2097152) return this.chr(240+(code>>18)) + this.chr(128+((code>>12)&63)) + this.chr(128+(…
205 if (code < 128) str[j++]= this.chr(code);
206 else if (code < 224) str[j++] = this.chr(((code-192)<<6) + (code2-128));
207 else if (code < 240) str[j++] = this.chr(((code-224)<<12) + ((code2-128)<<6) + (code3-128));
208 else str[j++] = this.chr(((code-240)<<18) + ((code2-128)<<12) + ((code3-128)<<6) + (code4-128));

12345678910>>...12