Lines Matching defs:ns
164 * @param string $ns restrict to given namespace
171 function getRecents($first, $num, $ns = '', $flags = 0)
207 $rec = _handleRecentLogLine(@$lines[$lines_position], $ns, $flags, $seen);
216 $ns,
266 * @param string $ns restrict to given namespace (optional)
273 function getRecentsSince($from, $to = null, $ns = '', $flags = 0)
297 $rec = _handleRecentLogLine($line, $ns, $flags, $seen);
323 * @param string $ns restrict to given namespace
328 function _handleRecentLogLine($line, $ns, $flags, &$seen)
352 if (($ns) && (strpos($recent['id'], $ns . ':') !== 0)) return false;
355 if (($flags & RECENTS_SKIP_SUBSPACES) && (getNS($recent['id']) != $ns)) return false;