Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 1 – 25 of 47) sorted by last modified time

12

/plugin/pagequery/
H A DPageQuery.php269 $value = utf8_encode(strftime($opt['dformat'], $value));
/plugin/statistics/inc/
H A DStatisticsLogger.class.php171 if(!utf8_check($query)) $query = utf8_encode($query); // assume latin1 if not utf8
/plugin/achart/
H A Dsyntax.php137 if(!utf8_check($file)) $file = utf8_encode($file);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php439 $path = utf8_encode($path);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php214 return utf8_encode($m[0]);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php152 $data = base64_encode(utf8_encode($json));
167 $data = base64_encode(utf8_encode($json));
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php24 public static function utf8_encode($s) function in Symfony\\Polyfill\\Php72\\Php72
H A DREADME.md15 - [`utf8_encode`](https://php.net/utf8_encode)
H A Dbootstrap.php41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } function
/plugin/pureldap/classes/
H A DClient.php105 $user = utf8_encode($user);
/plugin/csv/
H A Dhelper.php138 if (!utf8_check($content)) $content = utf8_encode($content);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php454 $property['value'] = utf8_encode($property['value']);
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php439 $path = utf8_encode($path);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php47 $newStr = utf8_encode($str);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php860 return utf8_encode($string);
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt197 * bugfix: G:25 ID3v2 LINK utf8_encode not defined
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/userimportextended/
H A Dadmin.php196 $csv = utf8_encode($csv);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;

12