Searched defs:allowance (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
H A Drobotparser.py154 return entry.allowance(url)
157 return self.default_entry.allowance(url)
167 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
168 (allowance==False) followed by a path."""
169 def __init__(self, path, allowance):
170 if path == '' and not allowance:
172 allowance = True
175 self.allowance = allowance
181 return (self.allowance an
211 def allowance(self, filename): member in class:Entry
[all...]
/external/python/cpython3/Lib/urllib/
H A Drobotparser.py170 return entry.allowance(url)
173 return self.default_entry.allowance(url)
198 """A rule line is a single "Allow:" (allowance==True) or "Disallow:"
199 (allowance==False) followed by a path."""
200 def __init__(self, path, allowance):
201 if path == '' and not allowance:
203 allowance = True
206 self.allowance = allowance
212 return ("Allow" if self.allowance els
244 def allowance(self, filename): member in class:Entry
[all...]
/external/python/cpython2/Mac/Modules/qt/
H A D_Qtmodule.c23107 Size allowance; local
23113 &allowance))
23116 allowance);
23127 Size allowance; local
23135 &allowance);
23138 allowance);
27701 PyDoc_STR("(MediaHandler mh, Size allowance) -> (ComponentResult _rv)")},
27703 PyDoc_STR("(MediaHandler mh) -> (ComponentResult _rv, Size allowance)")},
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 329 milliseconds