Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php35 $PageEncoding = 'UTF-8'; variable
44 $getID3->setOption(array('encoding' => $PageEncoding));
58 header('Content-Type: text/html; charset='.$PageEncoding);
63 echo '<meta http-equiv="Content-Type" content="text/html;charset='.$PageEncoding.'" />';
87 …die(getid3_lib::iconv_fallback($FileSystemEncoding, $PageEncoding, $_REQUEST['filename'].' does no…
118 …ory), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'">'.getid3_lib::iconv_fallback($FileSystemEncod…
122 echo table_var_dump($ThisFileInfo, false, $PageEncoding);
233 …n="'.htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding).'" method="get…
239 echo htmlentities(realpath($dirname.$filename), ENT_QUOTES | ENT_SUBSTITUTE, $PageEncoding);
339 $escaped_filename = htmlentities($filename, ENT_SUBSTITUTE, $PageEncoding);
[all …]