/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | convert_encoding.rst | 17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of 19 default (Twig before 1.8.1 uses `iconv`_ by default). 27 .. _`iconv`: https://secure.php.net/iconv target
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 15 * Partial mbstring implementation in PHP, iconv based, UTF-8 centric. 105 $s = \iconv($fromEncoding, 'UTF-8//IGNORE', $s); 116 return \iconv($fromEncoding, $toEncoding.'//IGNORE', $s); 169 $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s); 172 $s = \iconv($encoding, 'UTF-8//IGNORE', $s); 198 return \iconv('UTF-8', $encoding.'//IGNORE', $s); 235 $s = @\iconv('UTF-8', 'UTF-8//IGNORE', $s); 238 $s = \iconv($encoding, 'UTF-8//IGNORE', $s); 268 return \iconv('UTF-8', $encoding.'//IGNORE', $result); 283 $s = @\iconv('UT [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | convert_encoding.test | 4 function_exists('iconv') || function_exists('mb_convert_encoding')
|
/plugin/freechat/phpfreechat/src/ |
H A D | pfci18n.class.php | 32 iconv("UTF-8", $GLOBALS["output_encoding"], $GLOBALS[$serverid]["i18n"][$args[0]])) : 47 iconv("UTF-8", $GLOBALS["output_encoding"], $GLOBALS[$serverid]["i18n"][$args[0]])) :
|
H A D | pfctools.php | 449 function iconv($input_encoding, $output_encoding, $string) function 457 function iconv($input_encoding, $output_encoding, $string) function
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Test.ForceNoIconv.txt |
|
H A D | Core.Encoding.txt |
|
/plugin/geonav/server/ |
H A D | getContinent.php | 38 $string = iconv('UTF-8', 'ASCII//TRANSLIT', $string);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | converter.class.php | 16 return iconv(strtoupper($encoding), "UTF-8", $string);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/ |
H A D | Checkstyle.php | 73 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
|
H A D | Xml.php | 76 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
|
H A D | Junit.php | 94 … $error['message'] = iconv(PHP_CODESNIFFER_ENCODING, 'utf-8', $error['message']);
|
/plugin/eventline/ |
H A D | action.php | 111 $html = iconv('UTF-8', 'ASCII//TRANSLIT', pullInXmlData($ID, $wikihtml));
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | JsHttpRequest.php | 311 $v = iconv($fromEnc, 'UTF-8', $v); 349 $c = @iconv('UCS-2BE', $this->SCRIPT_ENCODING, pack('n', $dec));
|
/plugin/combo/ |
H A D | yarn.lock | 112 iconv-lite@0.6.3: 114 resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" 271 iconv-lite "0.6.3"
|
/plugin/freechat/phpfreechat/data/public/themes/default/ |
H A D | chat.js.tpl.php | 35 var pfc_nickname = <?php echo ($GLOBALS["output_encoding"]=="UTF-8" ? $nick : iconv("U…
|
/plugin/freechat/phpfreechat/themes/default/ |
H A D | chat.js.tpl.php | 35 var pfc_nickname = <?php echo ($GLOBALS["output_encoding"]=="UTF-8" ? $nick : iconv("U…
|
/plugin/authucenter/ |
H A D | auth.php | 430 …$str = $out ? iconv('utf-8', $this->getConf('uccharset'), $str) : iconv($this->getConf('uccharset'…
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/ |
H A D | ParserTest.php | 545 iconv('UTF-8', 'ISO-8859-1', "foo: 'äöüß'"), 546 iconv('UTF-8', 'ISO-8859-15', "euro: '€'"), 547 iconv('UTF-8', 'CP1252', "cp1252: '©ÉÇáñ'"),
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.tag.id3v1.php | 81 …} elseif (function_exists('iconv') && @iconv($id3v1_bad_encoding, $id3v1_bad_encoding, $value) ===…
|
/plugin/rssticker/ |
H A D | lastRSS.php | 125 $out[1] = iconv($this->rsscp, $this->cp.'//TRANSLIT', $out[1]);
|
/plugin/upgrade/ |
H A D | composer.lock | 34 "ext-iconv": "Used for proper filename encode handling",
|
/plugin/pureldap/classes/ |
H A D | Client.php | 99 if (function_exists('iconv')) { 100 $user = iconv($this->config['sso_charset'], 'UTF-8', $user);
|
/plugin/tablelayout/ |
H A D | yarn.lock | 180 iconv-lite "0.4.13" 725 iconv-lite "^0.4.17" 1108 iconv-lite "~0.4.13" 1203 iconv-lite@0.4.13: 1205 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc… 1207 iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13: 1209 …resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.21.tgz#c47f8733d02171189ebc4a40… 1683 iconv-lite "^0.4.4" 1969 iconv-lite "0.4.13"
|
/plugin/findologicxmlexport/vendor/hoa/ustring/ |
H A D | CHANGELOG.md | 23 * `ext/iconv` is suggested, no longer required. (Ivan Enderlin, 2015-08-03T07:06:46+02:00)
|