Home
last modified time | relevance | path

Searched refs:format_url (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py384 if rawlink != self.format_url(url): s = " (%s)" % rawlink
387 self.format_url(url), s, msg)
395 self.show("Check ", self.format_url(url_pair),
398 self.message("Check %s", self.format_url(url_pair))
408 self.format_url(url_pair), msg)
446 self.note(3, " Done link %s", self.format_url(url))
460 self.note(3, " Seen todo link %s", self.format_url(url))
463 self.note(3, " New todo link %s", self.format_url(url))
465 def format_url(self, url): member in Checker
Dwcgui.py242 self.__checking.config(text="Checking "+self.format_url(url))
253 d.put("URL: %s\n" % self.format_url(url))
271 d.put(" HREF %s" % self.format_url(link))
272 if self.format_url(link) != rawlink: d.put(" (%s)" %rawlink)
278 if rawlink != self.format_url(url):
356 self.list.insert(i, self.checker.format_url(url))