Home
last modified time | relevance | path

Searched refs:utf8_encode (Results 26 – 47 of 47) sorted by relevance

12

/plugin/webdav/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/symfony/polyfill-php72/
H A DPhp72.php24 public static function utf8_encode($s) function in Symfony\\Polyfill\\Php72\\Php72
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php439 $path = utf8_encode($path);
/plugin/csv/
H A Dhelper.php138 if (!utf8_check($content)) $content = utf8_encode($content);
/plugin/pureldap/classes/
H A DClient.php105 $user = utf8_encode($user);
/plugin/authyubikey/lib/
H A DYubico.php408 base64_encode(hash_hmac('sha1', utf8_encode($check),
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php454 $property['value'] = utf8_encode($property['value']);
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php471 $property['value'] = utf8_encode($property['value']);
/plugin/userimportextended/
H A Dadmin.php196 $csv = utf8_encode($csv);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php171 if(!utf8_check($query)) $query = utf8_encode($query); // assume latin1 if not utf8
/plugin/sqlcomp/
H A Dsyntax.php124 $renderer->doc .= utf8_encode($this->_query($data));
/plugin/sqlraw/
H A Dsyntax.php310 if(!utf8_check($opt['content'])) $opt['content'] = utf8_encode($opt['content']);
/plugin/bibtex/OSBib/format/
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…
H A DBIBFORMAT.php1425 $entry[$key] = utf8_encode(preg_replace($matchBibtex, $replaceBibtex, $value));
/plugin/pagequery/
H A DPageQuery.php269 $value = utf8_encode(strftime($opt['dformat'], $value));
/plugin/jukebox/id3/
H A Dgetid3.lib.php700 return utf8_encode($string);
H A Dmodule.tag.id3v2.php1461 …$ThisFileInfo['id3v2']['comments'][$parsedFrame['framenameshort']][] = utf8_encode($parsedFrame['u…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php860 return utf8_encode($string);
/plugin/database/
H A Ddatabase.php2489 return utf8_encode($value);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt197 * bugfix: G:25 ID3v2 LINK utf8_encode not defined

12