Home
last modified time | relevance | path

Searched refs:chr (Results 226 – 250 of 294) sorted by relevance

12345678910>>...12

/plugin/openid/Auth/OpenID/
H A DSQLStore.php559 $char = chr($dec);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php504 $N .= (chr($char));
887 $this->glyphIDtoUni[$gid * 3] = chr($char >> 16);
888 $this->glyphIDtoUni[$gid * 3 + 1] = chr(($char >> 8) & 0xFF);
889 $this->glyphIDtoUni[$gid * 3 + 2] = chr($char & 0xFF);
4113 $this->charWidths[$char * 2] = chr($w >> 8);
4114 $this->charWidths[$char * 2 + 1] = chr($w & 0xFF);
4134 $this->charWidths[$char * 2] = chr($w >> 8);
4135 $this->charWidths[$char * 2 + 1] = chr($w & 0xFF);
4144 $this->charWidths[0] = chr($nCharWidths >> 8);
4145 $this->charWidths[1] = chr(
[all...]
H A DTTFontFileAnalysis.php108 $N .= (chr($char));
150 $N .= (chr($char));
H A DMpdf.php1974 $this->writer->write('%' . chr(226) . chr(227) . chr(207) . chr(211)); // 4 chars > 128 to show binary file
3510 // Soft Hyphens chr(173)
3511 if ($c == chr(173) && $this->FontFamily != 'csymbol' && $this->FontFamily != 'czapfdingbats') {
3514 $charw = $this->CurrentFont['cw'][chr($this->upperCase[ord($c)])];
3709 $s = str_replace(chr(173), '', $s);
3717 $charw = $cw[chr($this->upperCase[ord($s[$i])])];
4380 $txt2 = str_replace(chr(16
[all...]
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php3131 if ((chr($numberstring{$i}) < chr('0')) || (chr($numberstring{$i}) > chr('9'))) {
H A Dmodule.audio.mp3.php1114 …$SyncPattern2 = $SyncPattern1{0}.$SyncPattern1{1}.chr(ord($SyncPattern1{2}) | 0x02).$SyncPattern1{…
1116 …$SyncPattern2 = $SyncPattern1{0}.$SyncPattern1{1}.chr(ord($SyncPattern1{2}) & 0xFD).$SyncPattern1{…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php172 $q = chr(0);
/plugin/eventum/XML/
H A DRPC.php185 $GLOBALS['XML_RPC_backslash'] = chr(92) . chr(92);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aac.php314 $decbin[chr($i)] = str_pad(decbin($i), 8, '0', STR_PAD_LEFT);
H A Dmodule.tag.id3v2.php3753 if ((chr($numberstring[$i]) < chr('0')) || (chr($numberstring[$i]) > chr('9'))) {
H A Dmodule.audio.mp3.php1188 …$SyncPattern2 = $SyncPattern1[0].$SyncPattern1[1].chr(ord($SyncPattern1[2]) | 0x02).$SyncPattern1[…
1190 …$SyncPattern2 = $SyncPattern1[0].$SyncPattern1[1].chr(ord($SyncPattern1[2]) & 0xFD).$SyncPattern1[…
H A Dmodule.audio-video.quicktime.php2224 $iso_language_id .= chr((($languageid & 0x7C00) >> 10) + 0x60);
2225 $iso_language_id .= chr((($languageid & 0x03E0) >> 5) + 0x60);
2226 $iso_language_id .= chr((($languageid & 0x001F) >> 0) + 0x60);
/plugin/offline/
H A Dcreate.php750 $currentChar = chr($c);
/plugin/task/
H A Dhelper.php208 $data['key'] = chr($data['priority'] + 97).(2000000000 - $data['date']['created']);
/plugin/captcha/
H A Dhelper.php219 $code .= chr(floor(hexdec($numbers[$i] . $numbers[$i + 1]) / 10) + 65);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1001 $d1 = str_repeat(chr(1), $blockLength);
1002 $d2 = str_repeat(chr(2), $blockLength);
2591 return str_pad($text, $length + $pad, chr($pad));
3397 $n = strrev($block . chr(1));
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php7 define('BROKEN_SYMBOL', chr(0xC2));
/plugin/columns/
H A Dsyntax.php452 $result .= '.' . chr(ord('A') + $columnId - 1);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2728 $packet = $part1 . chr(0) . $part2;
2753 $packet = $part1 . chr(1) . $part2;
4013 $this->channel_buffers[$channel][] = chr($type) . $data;
4092 $this->channel_buffers[$channel][] = chr($type) . $data;
4129 $this->channel_buffers[$channel][] = chr($type) . $data;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …',\n 'buffer',\n 'bytearray',\n 'callable',\n 'chr',\n 'classme…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm253 chunk = chunk & chr(char) ;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ga/
H A Dga.txt
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dlang2fonts.css376 :lang("chr") { /* CHEROKEE */
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …ss:1,bootstrap:1,"break":1,caller:1,chdir:1,chmod:1,chomp:1,chop:1,chown:1,chr:1,chroot:1,close:1,… property in AnonymousFunction3829359c0200.a

12345678910>>...12