Home
last modified time | relevance | path

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

/web-bugs/www/css/
H A Dstyle.css46 td.head-search {
55 p.head-search {
61 p.head-search input,
62 p.head-search select {
571 td.search-prev_next {
577 td.search-prev_next table {
581 td.search-prev {
586 td.search-showing {
591 td.search-next {
/web-bugs/www/js/
H A DMarkdown.Sanitizer.js72 if (tagpaired[ctag] || ignoredtags.search("<" + tagname + ">") > -1)
H A DMarkdown.Converter.js578 if (whole_match.search(/\(\s*\)$/m) > -1) {
795 var list_type = (m2.search(/[*+-]/g) > -1) ? "ul" : "ol";
813 var list_type = (m3.search(/[*+-]/g) > -1) ? "ul" : "ol";
897 … var contains_double_newline = ends_with_double_newline || item.search(/\n{2,}/) > -1;
/web-bugs/include/
H A Dfunctions.php1308 * @param string $search the term to be searched for
1312 function format_search_string($search, $boolean_search = false) argument
1320 $words = preg_split("/\s+/", $search);
1342 …return [" AND MATCH (bugdb.email,sdesc,ldesc) AGAINST (" . $dbh->quote($search) . " IN BOOLEAN MOD…
1346 … return [" AND MATCH (bugdb.email,sdesc,ldesc) AGAINST (" . $dbh->quote($search) . ")", $ignored];

Completed in 26 milliseconds