Home
last modified time | relevance | path

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

/dports/print/hplip/hplip-3.20.6/base/
H A Ddevice.py2209 def writePrint(self, data): member in Device
2401 self.writePrint(gzip.open(file_name, 'r').read())
2403 self.writePrint(open(file_name, 'r').read())
2448 self.writePrint(data)
2634 bytes_written = self.writePrint(gzip.open(filename).read())
H A Dstatus.py1349 dev.writePrint(to_bytes_utf8("\x1b%-12345X@PJL INFO STATUS \r\n\x1b%-12345X"))
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLExporter.java144 writePrint(writer, home.getPrint()); in writeChildren()
243 protected void writePrint(XMLWriter writer, HomePrint print) throws IOException { in writePrint() method in HomeXMLExporter