Home
last modified time | relevance | path

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

/web-bugs/www/rss/
H A Dsearch.php16 $format = (isset($_GET['format']) && $_GET['format'] === 'rss2') ? 'rss2' : 'rdf'; variable
19 if ($format === 'rss2') {
31 if ($format === 'rss2') {
H A Dbug.php17 $format = isset($_REQUEST['format']) ? $_REQUEST['format'] : 'rss2'; variable
35 if ($format == 'xml') {
39 } elseif ($format == "rss2") {
/web-bugs/include/
H A Dfunctions.php272 * @param string $format how the output will be displayed ('html', 'text', 'reverse')
276 function spam_protect($txt, $format = 'html') argument
282 if ($format == 'html') {
292 if ($format == 'reverse') {
1032 * @param string $format format to use
1036 function format_date($ts = null, $format = 'Y-m-d H:i e') argument
1041 return gmdate($format, (int)$ts - date('Z', (int)$ts));

Completed in 18 milliseconds