Home
last modified time | relevance | path

Searched refs:ord (Results 201 – 225 of 242) sorted by relevance

12345678910

/plugin/nodetailsxhtml/
H A Drenderer.php384 $o = ord($c);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2261 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[4]) / 100, 'Normal', true, 'F') . "\n";
2263 $s .= $this->SetAlpha(ord($this->bodyBackgroundColor[5]) / 100, 'Normal', true, 'F') . "\n";
2350 $s .= $this->SetAlpha(ord($pb['col'][4]) / 100, 'Normal', true, 'F') . "\n";
2352 $s .= $this->SetAlpha(ord($pb['col'][5]) / 100, 'Normal', true, 'F') . "\n";
2588 $s .= $this->SetAlpha(ord($pb['col'][4]) / 100, 'Normal', true, 'F') . "\n";
2590 $s .= $this->SetAlpha(ord($pb['col'][5]) / 100, 'Normal', true, 'F') . "\n";
3363 $out = sprintf('%.3F %.3F %.3F rg', ord($col[1]) / 255, ord($col[2]) / 255, ord($col[3]) / 255);
3365 $out = sprintf('%.3F g', ord(
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php567 $this->info['id3v2']['majorversion'] = ord($header[3]);
568 $this->info['id3v2']['minorversion'] = ord($header[4]);
H A Dmodule.audio-video.flv.php446 return ord(substr($this->bytes, $this->pos++, 1));
H A Dmodule.audio-video.mpeg.php73 $StartCodeValue = ord(substr($MPEGstreamData, $StartCodeOffset + 3, 1));
H A Dwrite.php673 if (ord($value[$i]) > 127) {
H A Dmodule.audio-video.matroska.php1312 $first_byte_int = ord($this->EBMLbuffer[$actual_offset]);
1565 $first_byte_int = ord($EBMLstring[0]);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 … 'next',\n 'object',\n 'oct',\n 'open',\n 'ord',\n 'pow',\n…
H A D39.39.js.map1 …'opendir',\n 'split',\n '-T',\n 'getgrent',\n 'ord',\n 'sprintf…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php802 $byte = \ord($input[$i]);
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …msgget:1,msgrcv:1,msgsnd:1,my:2,"new":1,next:1,no:1,oct:1,open:1,opendir:1,ord:1,our:2,pack:1,"pac… property in AnonymousFunction3829359c0200.a
H A Dmirc.min.js.map1 …ric $numok $oline $onpoly \" +\n \"$opnick $or $ord $os $passivedcc $pi…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DPrime.php446 $y = ord(Strings::shift($m));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php557 $bytes = (($bytes << 8) & 0xFFFFFFFF) | ord($byte);
/plugin/pdfjs/pdfjs/web/locale/nb-NO/
H A Dviewer.properties168 find_entire_word_label=Hele ord
/plugin/pdfjs/pdfjs/web/locale/da/
H A Dviewer.properties168 find_entire_word_label=Hele ord
/plugin/pdfjs/pdfjs/web/locale/nn-NO/
H A Dviewer.properties168 find_entire_word_label=Heile ord
/plugin/pdfjs/pdfjs/web/locale/sv-SE/
H A Dviewer.properties168 find_entire_word_label=Hela ord
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php783 return \ord($s);
/plugin/sqlraw/
H A Dsimple_html_dom.php823 $c=ord($str[$i]);
837 $b=ord($str[$i]);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe1030 ord ing
1446 Ġrec ord
2621 ord er
3415 ord s
3587 f ord
4199 ĠL ord
4521 w ord
5114 Ġaff ord
6095 Ġco ord
6107 ord er
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1108 $c = ord($str[$i]);
1130 $b = ord($str[$i]);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php226 $output .= ' 0x'.str_pad(dechex(ord($string[$i])), 2, '0', STR_PAD_LEFT);
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.php910 $class_cache[$ucs2_char] = ord(fread($table_handle, 1));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2028 $ascii = ord($string{$i});

12345678910