/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | bootstrap.php | 41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } function
|
H A D | README.md | 15 - [`utf8_encode`](https://php.net/utf8_encode)
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A D | ChromePHPHandler.php | 152 $data = base64_encode(utf8_encode($json)); 167 $data = base64_encode(utf8_encode($json));
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | StringUtil.php | 48 $newStr = utf8_encode($str);
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | StringUtil.php | 47 $newStr = utf8_encode($str);
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | StringUtil.php | 46 $newStr = utf8_encode($str);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | StringUtil.php | 46 $newStr = utf8_encode($str);
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | StringUtil.php | 46 $newStr = utf8_encode($str);
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ |
H A D | StringUtilTest.php | 35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ |
H A D | StringUtilTest.php | 35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ |
H A D | StringUtilTest.php | 35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ |
H A D | StringUtilTest.php | 35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 84 return utf8_encode($input);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 84 return utf8_encode($input);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | converter.class.php | 37 return utf8_encode($html);
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 50 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
|
/plugin/xfortune/ |
H A D | helper.php | 159 if(!utf8_check($text)) return utf8_encode($text);
|
/plugin/mellelexport/ |
H A D | mellelconvert.php | 44 $row = /*trim*/(utf8_encode($row));
|
/plugin/docsearch/ |
H A D | cron.php | 95 $text = utf8_encode($text);
|
/plugin/directorylist/syntax/ |
H A D | directorylist.php | 239 $link .= utf8_encode($file->getFilename());
|
/plugin/achart/ |
H A D | syntax.php | 137 if(!utf8_check($file)) $file = utf8_encode($file);
|
/plugin/scrape/ |
H A D | syntax.php | 109 $resp = utf8_encode($resp); // we just assume it to be latin1
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | util.php | 78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
|