Home
last modified time | relevance | path

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

/external/libxml2/result/noent/
Datt6.sax23Invoice, NULL, 'urn:oasis:names:tc:ubl:Invoice:1.0:0.70', 4, xmlns:ccts='urn:oasis:names:tc:ubl:Co…
19 SAX.endElementNs(Invoice, NULL, 'urn:oasis:names:tc:ubl:Invoice:1.0:0.70')
/external/libxml2/result/
Datt6.sax23Invoice, NULL, 'urn:oasis:names:tc:ubl:Invoice:1.0:0.70', 4, xmlns:ccts='urn:oasis:names:tc:ubl:Co…
19 SAX.endElementNs(Invoice, NULL, 'urn:oasis:names:tc:ubl:Invoice:1.0:0.70')
Datt6.sax3Invoice, xmlns:ccts='urn:oasis:names:tc:ubl:CoreComponentParameters:1.0:0.70', xmlns:cct='urn:oasi…
19 SAX.endElement(Invoice)
Datt6.rdr1 0 1 Invoice 0 0
15 0 15 Invoice 0 0
Datt6.rde1 0 1 Invoice 0 0
15 0 15 Invoice 0 0
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
DStressTest.java22 import org.yaml.snakeyaml.Invoice;
44 new Yaml(new Constructor(Invoice.class)); in testPerformance()
51 loader.loadAs(doc, Invoice.class); in testPerformance()
62 loader.loadAs(doc, Invoice.class); in testPerformance()
79 loader.loadAs(doc, Invoice.class); in testPerformance()
DParallelTest.java20 import org.yaml.snakeyaml.Invoice;
62 Invoice invoice = loader.loadAs(doc, Invoice.class); in run()
DStressEmitterTest.java22 import org.yaml.snakeyaml.Invoice;
38 Invoice invoice = loader.loadAs(Util.getLocalResource("specification/example2_27.yaml"), in testPerformance()
39 Invoice.class); in testPerformance()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DExample2_27Test.java30 Yaml yaml = new Yaml(new Constructor(Invoice.class)); in testExample_2_27()
31 Invoice invoice = (Invoice) yaml.load(Util in testExample_2_27()
DInvoice.java20 public class Invoice { class
/external/snakeyaml/src/test/java/examples/
DCustomConstructor.java21 import org.yaml.snakeyaml.Invoice;
27 super(Invoice.class); in CustomConstructor()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst776 >>> fmt.format('Invoice #1234', width)
777 'Invoice #1234 '
779 >>> fmt.format('Invoice #1234', width)
780 'Invoice #1234 '
/external/python/cpython3/Doc/whatsnew/
D2.6.rst780 >>> fmt.format('Invoice #1234', width)
781 'Invoice #1234 '
783 >>> fmt.format('Invoice #1234', width)
784 'Invoice #1234 '