/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 19 * - mb_convert_encoding - Convert character encoding 26 * - mb_detect_encoding - Detect character encoding 28 * - mb_http_input - Detect HTTP input character encoding 29 * - mb_http_output - Set/Get HTTP output character encoding 30 * - mb_internal_encoding - Set/Get internal character encoding 33 * - mb_output_handler - Callback function converts character encoding in output buffer 57 * - mb_regex_encoding - Returns current encoding for multibyte regex as string 141 public static function mb_decode_numericentity($s, $convmap, $encoding = null) argument 153 if (null !== $encoding && !is_scalar($encoding)) { 201 mb_encode_numericentity($s, $convmap, $encoding = null, $is_hex = false) global() argument 271 mb_convert_case($s, $mode, $encoding = null) global() argument 349 mb_internal_encoding($encoding = null) global() argument 396 mb_encoding_aliases($encoding) global() argument 407 mb_check_encoding($var = null, $encoding = null) global() argument 484 mb_strlen($s, $encoding = null) global() argument 494 mb_strpos($haystack, $needle, $offset = 0, $encoding = null) global() argument 515 mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) global() argument 542 mb_str_split($string, $split_length = 1, $encoding = null) global() argument 584 mb_strtolower($s, $encoding = null) global() argument 589 mb_strtoupper($s, $encoding = null) global() argument 612 mb_substr($s, $start, $length = null, $encoding = null) global() argument 638 mb_stripos($haystack, $needle, $offset = 0, $encoding = null) global() argument 646 mb_stristr($haystack, $needle, $part = false, $encoding = null) global() argument 653 mb_strrchr($haystack, $needle, $part = false, $encoding = null) global() argument 666 mb_strrichr($haystack, $needle, $part = false, $encoding = null) global() argument 674 mb_strripos($haystack, $needle, $offset = 0, $encoding = null) global() argument 682 mb_strstr($haystack, $needle, $part = false, $encoding = null) global() argument 729 mb_http_output($encoding = null) global() argument 734 mb_strwidth($s, $encoding = null) global() argument 747 mb_substr_count($haystack, $needle, $encoding = null) global() argument 757 mb_chr($code, $encoding = null) global() argument 776 mb_ord($s, $encoding = null) global() argument 800 getSubpart($pos, $part, $haystack, $encoding) global() argument 851 getEncoding($encoding) global() argument [all...] |
H A D | bootstrap.php | 28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } argument 31 function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, $map, $encoding, $hex); } argument 34 function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($string, $mode, $encoding); } argument 37 function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encoding); } argument 46 function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); } argument 49 mb_check_encoding($value = null, $encoding = null) global() argument 55 mb_detect_order($encoding = null) global() argument 61 mb_strlen($string, $encoding = null) global() argument 64 mb_strpos($haystack, $needle, $offset = 0, $encoding = null) global() argument 67 mb_strtolower($string, $encoding = null) global() argument 70 mb_strtoupper($string, $encoding = null) global() argument 76 mb_substr($string, $start, $length = 2147483647, $encoding = null) global() argument 79 mb_stripos($haystack, $needle, $offset = 0, $encoding = null) global() argument 82 mb_stristr($haystack, $needle, $before_needle = false, $encoding = null) global() argument 85 mb_strrchr($haystack, $needle, $before_needle = false, $encoding = null) global() argument 88 mb_strrichr($haystack, $needle, $before_needle = false, $encoding = null) global() argument 91 mb_strripos($haystack, $needle, $offset = 0, $encoding = null) global() argument 94 mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) global() argument 97 mb_strstr($haystack, $needle, $before_needle = false, $encoding = null) global() argument 103 mb_http_output($encoding = null) global() argument 106 mb_strwidth($string, $encoding = null) global() argument 109 mb_substr_count($haystack, $needle, $encoding = null) global() argument 123 mb_ord($string, $encoding = null) global() argument 126 mb_chr($codepoint, $encoding = null) global() argument 129 mb_scrub($string, $encoding = null) global() argument 132 mb_str_split($string, $length = 1, $encoding = null) global() argument [all...] |
H A D | bootstrap80.php | 24 function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::mb_decode_numericentity((string) $string, $map, $encoding); } argument 27 function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\Mbstring::mb_encode_numericentity((string) $string, $map, $encoding, (bool) $hex); } argument 30 function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstring::mb_convert_case((string) $string, (int) $mode, $encoding); } argument 33 function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_internal_encoding($encoding); } argument 42 function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((string) $encoding); } argument 45 mb_check_encoding(array string null $value = null, string $encoding = null) global() argument 51 mb_detect_order(array string null $encoding = null) global() argument 57 mb_strlen(string $string, string $encoding = null) global() argument 60 mb_strpos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument 63 mb_strtolower(string $string, string $encoding = null) global() argument 66 mb_strtoupper(string $string, string $encoding = null) global() argument 72 mb_substr(string $string, int $start, int $length = null, string $encoding = null) global() argument 75 mb_stripos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument 78 mb_stristr(string $haystack, string $needle, bool $before_needle = false, string $encoding = null) global() argument 81 mb_strrchr(string $haystack, string $needle, bool $before_needle = false, string $encoding = null) global() argument 84 mb_strrichr(string $haystack, string $needle, bool $before_needle = false, string $encoding = null) global() argument 87 mb_strripos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument 90 mb_strrpos(string $haystack, string $needle, int $offset = 0, string $encoding = null) global() argument 93 mb_strstr(string $haystack, string $needle, bool $before_needle = false, string $encoding = null) global() argument 99 mb_http_output(string $encoding = null) global() argument 102 mb_strwidth(string $string, string $encoding = null) global() argument 105 mb_substr_count(string $haystack, string $needle, string $encoding = null) global() argument 119 mb_ord(string $string, string $encoding = null) global() argument 122 mb_chr(int $codepoint, string $encoding = null) global() argument 125 mb_scrub(string $string, string $encoding = null) global() argument 128 mb_str_split(string $string, int $length = 1, string $encoding = null) global() argument [all...] |
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | font.resolver.class.php | 37 function font_resolved($family, $weight, $style, $encoding) { argument 42 isset($this->ps_fonts[$family][$weight][$style][$encoding]); 51 function resolve_font($family, $weight, $style, $encoding) { argument 52 if (!$this->font_resolved($family, $weight, $style, $encoding)) { 56 return $this->ps_fonts[$family][$weight][$style][$encoding]; 110 if (isset($this->overrides[$encoding]) && 111 isset($this->overrides[$encoding][$family]) && 112 isset($this->overrides[$encoding][$family][$weight]) && 114 return $this->overrides[$encoding][$family][$weight][$style]; 121 if (preg_match($override['mask'], $encoding)) { [all …]
|
H A D | converter.class.php | 15 function to_utf8($string, $encoding) { argument 16 return iconv(strtoupper($encoding), "UTF-8", $string); 21 function apply_aliases($encoding) { argument 24 if (isset($g_encoding_aliases[$encoding])) { 25 return $g_encoding_aliases[$encoding]; 28 return $encoding; 31 function to_utf8($html, $encoding) { argument 34 $encoding = $this->apply_aliases($encoding); 36 if ($encoding === 'iso-8859-1') { 38 } elseif ($encoding === 'utf-8') { [all …]
|
H A D | manager.encoding.php | 104 return $g_encoding_aliases[$encoding]; 107 return $encoding; 123 function get_encoding_glyphs($encoding) { argument 140 function get_encoding_vector($encoding) { argument 141 $encoding = $this->get_canonized_encoding_name($encoding); 144 if (isset($g_utf8_converters[$encoding])) { 147 $vector = $this->_encodings[$encoding]; 202 function get_ps_encoding_vector($encoding) { argument 205 $result = "/".$encoding." [ \n"; 221 function is_custom_encoding($encoding) { argument [all …]
|
H A D | filter.data.encoding.class.php | 3 function DataFilterEncoding($encoding) { argument 4 $this->encoding = $encoding; 8 return $this->encoding; 15 if (empty($this->encoding)) { 16 $encoding = $data->detect_encoding(); 18 if (is_null($encoding)) { 19 $encoding = DEFAULT_ENCODING; 22 $data->set_content($converter->to_utf8($data->get_content(), $encoding)); 25 $data->set_content($converter->to_utf8($data->get_content(), $this->encoding)); 31 function _convert(&$data, $encoding) { argument
|
H A D | font_factory.class.php | 28 function &getTrueType($typeface, $encoding) { argument 29 if (!isset($this->fonts[$typeface][$encoding])) { 33 $font = FontTrueType::create($fontfile, $encoding); 39 $this->fonts[$typeface][$encoding] = $font; 42 return $this->fonts[$typeface][$encoding]; 45 function &get_type1($name, $encoding) { argument 46 if (!isset($this->fonts[$name][$encoding])) { 49 $font =& FontType1::create($name, $encoding, $g_font_resolver, $this->error_message); 55 $this->fonts[$name][$encoding] = $font; 58 return $this->fonts[$name][$encoding];
|
H A D | fetched_data.url.class.php | 10 $encoding = $this->_detect_encoding_using_meta($this->content); 14 if (is_null($encoding)) { 17 $encoding = strtolower($matches[1]); 24 if (is_null($encoding)) { $encoding = "iso-8859-1"; } 26 return $encoding;
|
H A D | output.pdflib.class.php | 28 function encoding($encoding) { argument 29 $encoding = trim(strtolower($encoding)); 50 if (isset($translations[$encoding])) { return $translations[$encoding]; }; 51 return $encoding; 103 function findfont($name, $encoding) { argument 106 $encoding = 'builtin'; 111 return pdf_findfont($this->pdf, $name, $this->encoding($encoding), $embed); 114 function font_ascender($name, $encoding) { argument 118 function font_descender($name, $encoding) { argument 377 function setfont($name, $encoding, $size) { argument [all …]
|
H A D | fetched_data.file.class.php | 14 $encoding = $this->_detect_encoding_using_meta($this->content); 18 if (is_null($encoding)) { $encoding = "iso-8859-1"; } 20 return $encoding;
|
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | bootstrap.php | 50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } argument 53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); } argument 56 …g, $encoding = null) { $encoding = null === $encoding ? mb_internal_encoding() : $encoding; return… argument
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1StorageFormatJsonOptions.php | 25 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatJsonOptions 30 public function setEncoding($encoding) argument 32 $this->encoding = $encoding; 39 return $this->encoding;
|
H A D | GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php | 29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions 48 public function setEncoding($encoding) argument 50 $this->encoding = $encoding; 57 return $this->encoding;
|
H A D | GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions.php | 29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions 48 public function setEncoding($encoding) argument 50 $this->encoding = $encoding; 57 return $this->encoding;
|
H A D | GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php | 33 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions 70 public function setEncoding($encoding) argument 72 $this->encoding = $encoding; 79 return $this->encoding;
|
H A D | GoogleCloudDataplexV1StorageFormatCsvOptions.php | 29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions 56 public function setEncoding($encoding) argument 58 $this->encoding = $encoding; 65 return $this->encoding;
|
H A D | GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php | 33 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions 70 public function setEncoding($encoding) argument 72 $this->encoding = $encoding; 79 return $this->encoding;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | SchemaSettings.php | 25 public $encoding; variable in Google\\Service\\Pubsub\\SchemaSettings 34 public function setEncoding($encoding) argument 36 $this->encoding = $encoding; 43 return $this->encoding;
|
H A D | ValidateMessageRequest.php | 25 public $encoding; variable in Google\\Service\\Pubsub\\ValidateMessageRequest 40 public function setEncoding($encoding) argument 42 $this->encoding = $encoding; 49 return $this->encoding;
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | PackerFilter.php | 26 protected $encoding = 'None'; variable in Assetic\\Filter\\PackerFilter 32 public function setEncoding($encoding) argument 34 $this->encoding = $encoding; 53 …$packer = new \JavaScriptPacker($asset->getContent(), $this->encoding, $this->fastDecode, $this->s…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | BigtableColumnFamily.php | 28 public $encoding; variable in Google\\Service\\Bigquery\\BigtableColumnFamily 59 public function setEncoding($encoding) argument 61 $this->encoding = $encoding; 68 return $this->encoding;
|
H A D | BigtableColumn.php | 25 public $encoding; variable in Google\\Service\\Bigquery\\BigtableColumn 50 public function setEncoding($encoding) argument 52 $this->encoding = $encoding; 59 return $this->encoding;
|
H A D | CsvOptions.php | 36 public $encoding; variable in Google\\Service\\Bigquery\\CsvOptions 85 public function setEncoding($encoding) argument 87 $this->encoding = $encoding; 94 return $this->encoding;
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | NativeMailerHandler.php | 65 protected $encoding = 'utf-8'; variable in Monolog\\Handler\\NativeMailerHandler 147 return $this->encoding; 164 public function setEncoding(string $encoding): self argument 166 if (strpos($encoding, "\n") !== false || strpos($encoding, "\r") !== false) { 170 $this->encoding = $encoding;
|