Home
last modified time | relevance | path

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

/web-bugs/www/rss/
H A Drdf.php12 $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 Drss.php13 $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 Dxml.php5 echo " <$key>", clean($value), "</$key>\n";
12 echo " <$key>", clean($value), "</$key>\n";
H A Dsearch.php41 echo clean('* ' . $warning) . "\n";
/web-bugs/templates/
H A Dpatchform.php9 …<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 Dsearch-rdf.php13 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 Dpatchadded.php2 $p = clean($package_name);
3 $b = clean($bug_id);
H A Daddpatch.php2 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 Dsearch-rss2.php8 <?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 Daddghpull.php2 response_header('Add Pull Request :: ' . clean($package_name));
32 <input type="text" name="email" value="<?php echo clean($email); ?>">
H A Dpatchdiff.php1 <h2>Patch <?php echo clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo…
H A Dpatchdisplay.php1 <h2>Patch <?php echo clean($patch_name); ?> for <?php echo clean($package_name); ?> Bug #<?php echo…
H A Dlistpatches.php17 …?>&amp;patch=<?php echo urlencode($pname); ?>&amp;revision=latest"><?php echo clean($pname); ?></a>
/web-bugs/include/
H A Dfunctions.php349 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 Dbug.php1102 $clean_name = clean($name);

Completed in 22 milliseconds