Home
last modified time | relevance | path

Searched defs:encoding (Results 1 – 25 of 248) sorted by relevance

12345678910

/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php28 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 Dbootstrap80.php24 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...]
H A DMbstring.php141 public static function mb_decode_numericentity($s, $convmap, $encoding = null) argument
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...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.resolver.class.php37 function font_resolved($family, $weight, $style, $encoding) {
51 function resolve_font($family, $weight, $style, $encoding) {
89 function add_normal_encoding_override($encoding, $normal, $italic, $oblique) {
93 function add_normal_encoding_override_mask($encoding, $normal, $italic, $oblique) {
97 function add_bold_encoding_override($encoding, $normal, $italic, $oblique) {
101 function add_bold_encoding_override_mask($encoding, $normal, $italic, $oblique) {
105 function get_global_encoding_override($weight, $style, $encoding) {
109 function get_family_encoding_override($family, $weight, $style, $encoding) {
130 function have_global_encoding_override($weight, $style, $encoding) {
134 function have_family_encoding_override($family, $weight, $style, $encoding) {
[all …]
H A Dmanager.encoding.php100 function get_canonized_encoding_name($encoding) {
123 function get_encoding_glyphs($encoding) {
140 function get_encoding_vector($encoding) {
161 function get_glyph_to_code_mapping($encoding) {
202 function get_ps_encoding_vector($encoding) {
221 function is_custom_encoding($encoding) {
265 function to_utf8($word, $encoding) {
H A Dconverter.class.php15 function to_utf8($string, $encoding) {
21 function apply_aliases($encoding) {
31 function to_utf8($html, $encoding) {
H A Dfont.class.php64 function create($fontfile, $encoding) {
73 function _read($file, $encoding) {
125 function &create($typeface, $encoding, $font_resolver, &$error_message) {
153 function _parse_afm($afm, $typeface, $encoding) {
H A Dfilter.data.encoding.class.php3 function DataFilterEncoding($encoding) {
31 function _convert(&$data, $encoding) {
H A Dfont_factory.class.php28 function &getTrueType($typeface, $encoding) {
45 function &get_type1($name, $encoding) {
H A Doutput.pdflib.class.php28 function encoding($encoding) { argument
103 function findfont($name, $encoding) {
114 function font_ascender($name, $encoding) {
118 function font_descender($name, $encoding) {
377 function setfont($name, $encoding, $size) {
410 function stringwidth($string, $name, $encoding, $size) {
429 function generate_cpg($encoding, $force = false) {
H A Dbox.text.string.php8 function &create($text, $encoding) {
14 function TextBoxString($word, $encoding) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1StorageFormatJsonOptions.php25 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatJsonOptions
30 public function setEncoding($encoding)
H A DGoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
48 public function setEncoding($encoding)
H A DGoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions.php29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions
48 public function setEncoding($encoding)
H A DGoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php33 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
70 public function setEncoding($encoding)
H A DGoogleCloudDataplexV1StorageFormatCsvOptions.php29 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions
56 public function setEncoding($encoding)
H A DGoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php33 public $encoding; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
70 public function setEncoding($encoding)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSchemaSettings.php25 public $encoding; variable in Google\\Service\\Pubsub\\SchemaSettings
34 public function setEncoding($encoding)
H A DValidateMessageRequest.php25 public $encoding; variable in Google\\Service\\Pubsub\\ValidateMessageRequest
40 public function setEncoding($encoding)
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); }
56 …function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encodi…
H A DPhp72.php173 public static function mb_chr($code, $encoding = null)
192 public static function mb_ord($s, $encoding = null)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackerFilter.php26 protected $encoding = 'None'; variable in Assetic\\Filter\\PackerFilter
32 public function setEncoding($encoding)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBigtableColumnFamily.php28 public $encoding; variable in Google\\Service\\Bigquery\\BigtableColumnFamily
59 public function setEncoding($encoding)
H A DBigtableColumn.php25 public $encoding; variable in Google\\Service\\Bigquery\\BigtableColumn
50 public function setEncoding($encoding)
/plugin/spellcheck/
H A Daspell.php44 function pspell_config_create($language, $spelling=null, $jargon=null, $encoding='iso8859-1'){
74 var $encoding = 'iso8859-1'; variable in Aspell
85 function Aspell($language, $jargon=null, $encoding='iso8859-1'){

12345678910