Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 1 – 25 of 47) sorted by path

12

/plugin/achart/
H A Dsyntax.php137 if(!utf8_check($file)) $file = utf8_encode($file);
/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/monolog/monolog/src/Monolog/
H A DUtils.php214 return utf8_encode($m[0]);
/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/authyubikey/lib/
H A DYubico.php408 base64_encode(hash_hmac('sha1', utf8_encode($check),
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php1425 $entry[$key] = utf8_encode(preg_replace($matchBibtex, $replaceBibtex, $value));
H A DREADME.txt74 …de or decode your data prior to or after using OSBib, do not use PHP's utf8_encode() and utf8_deco…
115 …de or decode your data prior to or after using OSBib, do not use PHP's utf8_encode() and utf8_deco…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/csv/
H A Dhelper.php138 if (!utf8_check($content)) $content = utf8_encode($content);
/plugin/database/
H A Ddatabase.php2489 return utf8_encode($value);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php84 return utf8_encode($input);
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php439 $path = utf8_encode($path);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DStringUtil.php46 $newStr = utf8_encode($str);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php35 $this->assertEquals(utf8_encode(chr(0xbf)), $string);
/plugin/directorylist/syntax/
H A Ddirectorylist.php239 $link .= utf8_encode($file->getFilename());
/plugin/docsearch/
H A Dcron.php95 $text = utf8_encode($text);
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php78 return ( utf8_encode( htmlspecialchars( $value ) ) ) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dconverter.class.php37 return utf8_encode($html);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php471 $property['value'] = utf8_encode($property['value']);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DStringUtil.php48 $newStr = utf8_encode($str);

12