Lines Matching defs:p5i
80 import pkg.p5i as p5i
114 "p5i",
128 "p5i",
1294 "Content-Type", p5i.MIME_TYPE)])
1312 p5i.write(buf, pubs)
1324 "Content-Type", p5i.MIME_TYPE)])
1349 p5i.write(buf, pubs)
1400 p5i.write(buf, [pub], pkg_names=pkg_names)
1405 "Content-Type", p5i.MIME_TYPE)])
1410 validate it will be made, and it will be put into the p5i
1436 # brokenly expects all p5i URIs or files to have a .p5i
1438 # This hack allows callers to append a .p5i extension to the
1440 if pfmri.endswith(".p5i"):
1441 end = len(pfmri) - len(".p5i")
1457 self.__set_response_expires("p5i", 86400*365, 86400*365)