Lines Matching refs:base
883 def is_suburi(self, base, test):
884 """Check if test is below base in a URI tree
888 if base == test:
890 if base[0] != test[0]:
892 prefix = base[1]
1196 base = 'username="%s", realm="%s", nonce="%s", uri="%s", ' \
1200 base += ', opaque="%s"' % opaque
1202 base += ', digest="%s"' % entdig
1203 base += ', algorithm="%s"' % algorithm
1205 base += ', qop=auth, nc=%s, cnonce="%s"' % (ncvalue, cnonce)
1206 return base
1698 Note -- this is a base class for those who don't want the
2610 base = ip2num(m.group(1))
2623 if (hostIP >> mask) == (base >> mask):