Searched refs:clean (Results 1 – 15 of 15) sorted by relevance
/web-bugs/www/rss/ |
H A D | rdf.php | 12 $desc = '<pre>' . clean($desc) . '</pre>'; 66 <description><?php echo clean("[{$bug['status']}] {$bug['sdesc']}"); ?></description> 88 <btl:summary><?php echo clean($bug['sdesc']); ?></btl:summary> 89 <btl:description><?php echo clean($bug['ldesc']); ?></btl:description> 94 …<title><?php echo clean(substr($bug['email'], 0, strpos($bug['email'], '@'))), "@... [{$bug['ts1']… 113 echo clean($comment['handle']) . " [$displayts]"; 115 … echo clean(substr($comment['email'], 0, strpos($comment['email'], '@'))), "@... [$displayts]"; 122 … <description><![CDATA[<pre><?php echo clean($comment['comment']); ?></pre>]]></description> 123 …<content:encoded><![CDATA[<pre><?php echo clean($comment['comment']); ?></pre>]]></content:encoded>
|
H A D | rss.php | 13 $desc = '<pre>' . clean($desc) . '</pre>'; 20 <description><?php echo clean("[{$bug['status']}] {$bug['sdesc']}"); ?></description> 25 …<title><?php echo ($bug['assign']) ? clean($bug['assign']) : clean(substr($bug['email'], 0, strpos… 36 <title><?php echo clean($comment['email'] . " [$displayts]"); ?></title> 37 …<description><![CDATA[ <?php echo '<pre>', clean($comment['comment']), '</pre>'; ?>]]></descriptio…
|
H A D | xml.php | 5 echo " <$key>", clean($value), "</$key>\n"; 12 echo " <$key>", clean($value), "</$key>\n";
|
H A D | search.php | 41 echo clean('* ' . $warning) . "\n";
|
/web-bugs/templates/ |
H A D | patchform.php | 9 …<input type="text" maxlength="80" size="40" name="in[patchname]" value="<?php echo clean($patchnam… 20 <input type="file" name="patchfile" value="<?php echo clean($patchfile) ?>">
|
H A D | search-rdf.php | 13 echo " <link>{$site_method}://{$site_url}{$basedir}/rss/search.php?" , clean(http_build_query($_… 38 $desc = '<pre>' . clean($desc) . '</pre>'; 42 …$items .= ' <title>' . clean("{$row['bug_type']} {$row['id']} [{$row['status']}] {$row['sdesc']… 51 $items .= ' <dc:creator>' . clean(spam_protect($row['email'])) . "</dc:creator>\n"; 52 …$items .= ' <dc:subject>' . clean($row['package_name']) . ' ' . clean($row['bug_type']) . "</dc…
|
H A D | patchadded.php | 2 $p = clean($package_name); 3 $b = clean($bug_id);
|
H A D | addpatch.php | 2 response_header('Add Patch :: ' . clean($package_name)); 31 <input type="text" name="email" value="<?php echo clean($email); ?>"> 44 …<input type="text" maxlength="80" size="40" name="name" value="<?php echo clean($patch_name); ?>">…
|
H A D | search-rss2.php | 8 <?php echo " <link>{$site_method}://{$site_url}{$basedir}/rss/search.php?" , clean(http_build_quer… 14 echo ' <title>' . clean($row['sdesc']) . "</title>\n";
|
H A D | addghpull.php | 2 response_header('Add Pull Request :: ' . clean($package_name)); 32 <input type="text" name="email" value="<?php echo clean($email); ?>">
|
H A D | patchdiff.php | 1 <h2>Patch <?php echo clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo…
|
H A D | patchdisplay.php | 1 <h2>Patch <?php echo clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo…
|
H A D | listpatches.php | 17 …?>&patch=<?php echo urlencode($pname); ?>&revision=latest"><?php echo clean($pname); ?></a>
|
/web-bugs/include/ |
H A D | functions.php | 349 function clean($in) function 394 * @see clean() 803 $changes .= '<span class="removed">' . clean($from) . '</span>' . "\n"; 804 $changes .= '<span class="added">' . clean($to) . '</span>' . "\n";
|
/web-bugs/www/ |
H A D | bug.php | 1097 $clean_name = clean($name);
|
Completed in 19 milliseconds