HomeSort by relevance Sort by last modified time
    Searched refs:FAQCGI (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 58 FAQCGI = 'faq.bat' # Relative URL of the FAQ cgi script
63 FAQCGI = 'faqw.py' # Relative URL of the FAQ cgi script
64 FAQCGI = os.path.basename(sys.argv[0]) or FAQCGI
159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
173 <FORM ACTION="%(FAQCGI)s">
204 <LI><A HREF="%(FAQCGI)s?req=index">FAQ index</A>
205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A>
206 <LI><A HREF="%(FAQCGI)s?req=recent">What's new in the FAQ?</A>
207 <LI><A HREF="%(FAQCGI)s?req=roulette">FAQ roulette</A>
    [all...]
  /external/python/cpython2/Tools/faqwiz/
faqconf.py 58 FAQCGI = 'faq.bat' # Relative URL of the FAQ cgi script
63 FAQCGI = 'faqw.py' # Relative URL of the FAQ cgi script
64 FAQCGI = os.path.basename(sys.argv[0]) or FAQCGI
159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
173 <FORM ACTION="%(FAQCGI)s">
204 <LI><A HREF="%(FAQCGI)s?req=index">FAQ index</A>
205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A>
206 <LI><A HREF="%(FAQCGI)s?req=recent">What's new in the FAQ?</A>
207 <LI><A HREF="%(FAQCGI)s?req=roulette">FAQ roulette</A
    [all...]

Completed in 5479 milliseconds