Home
last modified time | relevance | path

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

/plugin/ahrefmenu/
H A Dgenerate_map.py292 …self.printx("<branchLink id=\"" + self.network.escape_html(exp.full_url) + "\" link=\"" + self.net…
293 self.printx(" <branchText>" + i_caption + "</branchText>")
294 self.printx("</branchLink>")
305 self.printx(" <branchText>" + i_caption + "</branchText>")
313 self.printx("</branch>")
315 self.printx("<leaf link=\"" + self.network.escape_html(i_place.full_url) + "\">")
316 self.printx(" <leafText>" + i_caption + "</leafText>")
317 self.printx("</leaf>")
323 self.printx("""<?xml version='1.0' encoding='windows-1250'?>
329 self.printx("</tree>")
[all …]