Home
last modified time | relevance | path

Searched refs:bom (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/inc/Utf8/
H A DConversion.php128 * @param bool $bom
131 public static function toUtf16be($str, $bom = false)
133 $out = $bom ? "\xFE\xFF" : '';
134 toUtf16be($str, $bom = false) global() argument
/dokuwiki/inc/lang/pt-br/
H A Dstopwords.txt19 bom
/dokuwiki/inc/
H A Dutf8.php253 function utf8_to_utf16be($str, $bom = false)
256 return Conversion::toUtf16be($str, $bom);
252 utf8_to_utf16be($str, $bom = false) global() argument
/dokuwiki/inc/lang/pt/
H A Dstopwords.txt21 bom
/dokuwiki/lib/plugins/config/lang/pt/
H A Dlang.php156 $lang['cssdatauri'] = 'Tamanho em bytes até ao qual as imagens referenciadas em arquivos CSS devem ser embutidas diretamente no CSS para reduzir a carga de pedidos HTTP extra. <code>400</code> a <code>600</code> bytes é um bom valor. Escolher <code>0</code> para desativar.';