Home
last modified time | relevance | path

Searched refs:char (Results 51 – 75 of 166) sorted by relevance

1234567

/plugin/captcha/
H A Dhelper.php202 * Generates a char string based on the given data
318 $char = $text[$i];
319 $file = $lc . $char . '.wav';
320 if (!@file_exists($file)) $file = $en . $char . '.wav';
347 $char = $text[$i];
353 $svg->addText($char, $x, random_int(0, round($y - $size))); // random up and down
355 [$w] = $svg->textDimensions($char);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php552 $char = $str[$i];
553 if ($char == "\\") {
559 $char = chr($dec);
562 $char = "\\";
569 $result .= $char;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php314 * @param string $char
318 public function IntString2Bool($char) { argument
319 if ($char == '1') {
321 } elseif ($char == '0') {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php291 $char = $this->readByte();
293 if ($char === "\n") {
297 if ($char === "\r") {
304 $line .= $char;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php109 $char = $code[$i];
110 if (!isset($chr[$char])) {
120 $x = $chr[$char][$j];
H A DCode93.php138 $char = ord($code[$i]);
139 if (!isset($chr[$char])) {
149 $w = $chr[$char][$j];
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php53 foreach($this->escapeCharacters as $char) {
54 $strtr["\\$char"] = $char;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php155 foreach ($chars as $char) {
156 if (in_array($char, $this->terminals) !== $is_terminal) {
161 $part .= $char;
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php134 $char = $geoHashes[0][$i];
136 if ($hash[$i] != $char) {
140 $geohash .= $char;
185 // even char, even bit OR odd char, odd bit...a lon
195 // odd char, even bit OR even char, odd bit...a lat
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php85 foreach ($characters as $char) {
86 if (!isset($this->rawCharacters[$this->characterToUnicode($char)])) {
89 $resultWord .= $this->rawCharacters[$this->characterToUnicode($char)];
/plugin/translator/
H A Dhelper.php822 $char = pack('C*', $ord_var_c, ord($var{$c+1}));
825 $utf16 = utf8_to_utf16be($char);
832 $char = pack('C*', $ord_var_c,
837 $utf16 = utf8_to_utf16be($char);
844 $char = pack('C*', $ord_var_c,
850 $utf16 = utf8_to_utf16be($char);
857 $char = pack('C*', $ord_var_c,
864 $utf16 = utf8_to_utf16be($char);
871 $char = pack('C*', $ord_var_c,
879 $utf16 = utf8_to_utf16be($char);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DLexerDFASerializer.php19 return \sprintf('\'%s\'', StringUtils::char($i));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php30 public static function char(int $code) : string function in Antlr\\Antlr4\\Runtime\\Utils\\StringUtils
/plugin/epub/scripts/utils/
H A Dent_ini.php5 list($char,$num,$name) = preg_split('/\s+/',$ent);
/plugin/sphinxsearch-was/
H A Dfunctions.php408 * @param string $char the shortening character to use
410 function shorten($keep, $short, $max, $min = 9, $char = '⌇') argument
417 … return $keep . utf8_substr($short, 0, $half - 1) . $char . utf8_substr($short, $len - $half);
/plugin/sphinxsearch/
H A Dfunctions.php416 * @param string $char the shortening character to use
418 function shorten($keep,$short,$max,$min=9,$char='⌇'){ argument
424 return $keep.utf8_substr($short,0,$half-1).$char.utf8_substr($short,$len-$half);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.php180 $char = $manager_encoding->get_next_utf8_char($raw_content, $ptr);
185 if ($char == SYMBOL_SHY) {
188 $mapping = $manager_encoding->get_mapping($char);
211 $custom_char = $manager_encoding->add_custom_char(utf8_to_code($char));
H A Doutput.pcl.class.php71 function PCLEscapeGroup($char, $value) { argument
72 $this->_character = $char;
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php176 foreach ($earr as $char) {
177 $ucd_record = Ucdn::get_ucd_record($char);
181 if ($char == 1757) {
209 $charasstr = $this->unicode_hex($char);
213 } elseif ($char == 32 || $char == 12288) {
220 $OTLdata[$subchunk][$charctr]['uni'] = $char;
548 $char = $this->OTLdata[$ptr]['uni'];
549 $sub = Indic::decompose_indic($char);
571 if ($char
2899 get_arab_glyphs($char, $type, & $chars, $i, $scriptTag, $usetags) global() argument
5753 removeChar(& $txt, & $cOTLdata, $char) global() argument
[all...]
H A DOtlDump.php503 $char = $this->read_ushort();
504 $N .= (chr($char));
885 $char = $glyphToChar[$gid][0];
886 if ($char != 0 && $char != 65535) {
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);
4105 foreach ($glyphToChar[$glyph] as $char) {
4106 //$this->charWidths[$char]
4243 formatUni($char) global() argument
4258 formatEntity($char, $allowjoining = false) global() argument
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DSource.php302 $char = strtolower($name[$i]);
303 if ($char === $name[$i]) {
/plugin/indexnumber/
H A DREADME.md20 inserts no space after the separator char, you'll have to enter the space yourself.
32 `#id` must be a number, prefixed by the # char. Each number must be unique for the page!
/plugin/weiqi/
H A Dweiqi_parser.php213 foreach ($line as $char) {
215 …$wout .= '<td>'.$this->img($w1.'/'.$this->weiqi_code($char, $x, $y, $width, $height), $char, $w1).…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php402 $char = $data[$endPos++];
403 if ('<' === $char) {
406 if ('>' === $char) {

1234567