HomeSort by relevance Sort by last modified time
    Searched defs:applies_to (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
robotparser.py 143 if entry.applies_to(useragent):
166 def applies_to(self, filename): member in class:RuleLine
187 def applies_to(self, useragent): member in class:Entry
205 if line.applies_to(filename):
  /external/python/cpython2/Lib/
robotparser.py 153 if entry.applies_to(useragent):
177 def applies_to(self, filename): member in class:RuleLine
198 def applies_to(self, useragent): member in class:Entry
216 if line.applies_to(filename):
  /external/python/cpython3/Lib/urllib/
robotparser.py 169 if entry.applies_to(useragent):
181 if entry.applies_to(useragent):
189 if entry.applies_to(useragent):
208 def applies_to(self, filename): member in class:RuleLine
231 def applies_to(self, useragent): member in class:Entry
249 if line.applies_to(filename):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py 143 if entry.applies_to(useragent):
166 def applies_to(self, filename): member in class:RuleLine
187 def applies_to(self, useragent): member in class:Entry
205 if line.applies_to(filename):
  /prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py 143 if entry.applies_to(useragent):
166 def applies_to(self, filename): member in class:RuleLine
187 def applies_to(self, useragent): member in class:Entry
205 if line.applies_to(filename):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 143 if entry.applies_to(useragent):
166 def applies_to(self, filename): member in class:RuleLine
187 def applies_to(self, useragent): member in class:Entry
205 if line.applies_to(filename):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 143 if entry.applies_to(useragent):
166 def applies_to(self, filename): member in class:RuleLine
187 def applies_to(self, useragent): member in class:Entry
205 if line.applies_to(filename):

Completed in 301 milliseconds