Searched defs:item (Results 1 – 3 of 3) sorted by relevance
77 $item = preg_replace('/(\.(\s+\(CVE-\d+-\d+\))?)\s+\(.+?\)\s*$/', '\\1', $item); variable79 $item = htmlspecialchars($item, ENT_NOQUOTES); variable81 $item = preg_replace(array_keys($bug_map), array_values($bug_map), $item); variable
45 for (const item of items) { constant
133 matches.each(function (k, item) { argument
Completed in 7 milliseconds