Lines Matching defs:string

310 	var $fixedPosBlock;  // Buffer string for position:fixed block
693 * @var string The absolute path to the pem file
711 * @var string
720 * @var string
729 * @var string User Agent header
834 * @var string
1025 * @var string[]
1383 // Autodetect if mode is a language_country string (en-GB or en_GB or en)
3508 $c = (string) $c;
3539 $c = (string) $c;
3609 // Get width of a string in the current font
3610 $s = (string) $s;
4350 // Output (or return) a string
4485 // Output a string using Text() but does encoding and text reversing of RTL
5420 // Generate PDF string
5772 // Convert string to UTF-16BE without BOM
7878 // for every character in the string
10260 // strlen()>0 is used to pick up (integer) 0, (string) '0', or set value
10706 // Convert utf-8 string to <HHHHHH> for Font Subsets
13140 * @param string $html
13147 /* Check $html is an integer, float, string, boolean or class with __toString(), otherwise throw exception */
13150 throw new \Mpdf\MpdfException('WriteHTML() requires $html be an integer, float, string, boolean or an object with the __toString() magic method.');
13159 /* Cast $html as a string */
13160 $html = (string) $html;
13397 $html = strip_tags($html, $this->enabledtags); // remove all unsupported tags, but the ones inside the 'enabledtags' string
13398 // Explode the string in order to parse the HTML code
19040 // Insert new supported tags in the long string below.
25441 // check if string contains RTL text
25462 // NB Returned $chunk may be a shorter string (with adjusted $cOTLdata) by removal of LRE, RLE etc embedding codes.
26004 function is_utf8(&$string)
26006 if ($string === mb_convert_encoding(mb_convert_encoding($string, "UTF-32", "UTF-8"), "UTF-8", "UTF-32")) {
26011 $string = mb_convert_encoding(mb_convert_encoding($string, "UTF-32", "UTF-8"), "UTF-8", "UTF-32");
26021 * Checks string is valid UTF-8 encoded
26034 if ($error && $error['message'] === 'iconv(): Detected an illegal character in input string') {
26070 // Make sure UTF-8 string of characters
26117 throw new \Mpdf\MpdfException('Error in barcode string: ' . $codestr);
26169 $fbwi = $fbw - 2; // Full barcode width incl. light margins - 2mm - for isbn string
26175 if (($btype == 'EAN13' && $showtext) || $btype == 'ISSN' || $btype == 'ISBN') { // Add height for ISBN string + margin from top of bars
26239 // ISBN string
26413 throw new \Mpdf\MpdfException('Error in barcode string (supplement): ' . $codestr . ' ' . $supplement_code);
26964 'The HTML code size is larger than pcre.backtrack_limit %d. You should use WriteHTML() with smaller string lengths.',
27359 function _set_object_javascript($string)
27364 $this->writer->write('/JS ' . $this->writer->string($string));
27377 * @param string $num
27411 * @param string $html
27412 * @param string $PAGENO
27413 * @param string $NbPgGp
27414 * @param string $NbPg
27415 * @return string