Home
last modified time | relevance | path

Searched refs:chr (Results 201 – 225 of 294) sorted by relevance

12345678910>>...12

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1401 $replaceBibtex[] = chr($key);
1406 $replaceBibtex[] = chr($key);
1411 $replaceBibtex[] = chr($key);
1416 $replaceBibtex[] = chr($key);
/plugin/code2/
H A Dsyntax.php1070 str_replace(' ', chr(194) . chr(160),
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php50 $thisline .= chr($argb['blue']).chr($argb['green']).chr($argb['red']);
/plugin/anewssystem/
H A Dsyntax.php116 $postvalue = str_replace(chr(13),"",$postvalue);
126 … $newrecord = '====== '.$_POST['news_input_head'].' ======'.chr(10).chr(10).$newrecord.chr(10);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php227 $key[$i] = chr($byte);
309 $data.=chr(mt_rand(1, 127));
310 $data.=chr($datalen-$datalen0+1);
427 $string = chr(0).$string;
430 $string = chr(0).$string;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php4 define("ASCII_ESCAPE", chr(27));
H A Dpdf.fpdf.php2301 $s.=$cw[chr($i)].' ';
2603 if (fread($f,8)!=chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10)) {
2666 $pos=strpos($t,chr(0));
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php225 list(, $node) = unpack('N', \chr($middle) . substr($bytes, $index, 3));
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md21 * Uses `pack()` and `unpack()` instead of `chr()` and `ord()`
/plugin/gtime/gtlib/util/
H A DGTUtil.php487 $result .= chr($array[$i]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php65 $ret .= chr($iIndex);
/plugin/complex_lists/complex_lists/
H A Dsyntax.php163 $r = chr(0x60 + $d);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php674 $output .= \chr($codePoint);
778 return \chr($d + 22 + 75 * ($d < 26 ? 1 : 0) - (($flag ? 1 : 0) << 5));
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js345 chr;
379 chr = pattern.charAt(pos);
380 if (chr === "[") {
382 } else if (chr === "]") {
386 output.push(chr);
/plugin/authucenter/lib/api/
H A Duc.php329 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf41 chr ltr #Cherokee
/plugin/wrap/conf/
H A Dlang2dir.conf41 chr ltr #Cherokee
/plugin/godiag/
H A Dsyntax.php503 $str=chr(65+$bx2+($bx2>7? 1 : 0));
758 $position = chr(97+$xpos+$offset_x) .
759 chr(97+$ypos+$offset_y);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php205 return $this->precision > 0 ? str_repeat(chr(0), ($this->precision + 1) >> 3) : '';
215 chr(0),
896 return ltrim(pack('N', $x), chr(0));
/plugin/sphinxsearch-was/
H A Dfunctions.php59 $ret .= chr($current);
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php520 $char = chr($dec);
/plugin/sphinxsearch/
H A Dfunctions.php65 $ret .= chr($current);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php373 …$this->log('Replaced unicode notation: Changed \\'. $add .' to ' . chr(hexdec($add)),'Information'…
374 $add = chr(hexdec($add));
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2753 $s.=$cw[chr($i)].' ';
3077 if (fread($f,8)!=chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10)) {
3145 $pos=strpos($t,chr(0));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php289 $y[0] = $y[0] & chr(0x7F);

12345678910>>...12