Home
last modified time | relevance | path

Searched refs:end_document (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/xmlwriter-0.1.0/tests/
H A Dtests.rs27 text_eq!(w.end_document(), in write_element_02()
60 text_eq!(w.end_document(), in write_element_06()
157 text_eq!(w.end_document(), in write_declaration_01()
208 text_eq!(w.end_document(), in write_comment_01()
219 text_eq!(w.end_document(), in write_comment_02()
232 text_eq!(w.end_document(), in write_comment_03()
247 text_eq!(w.end_document(), in write_comment_04()
265 text_eq!(w.end_document(), in write_comment_05()
282 text_eq!(w.end_document(), in write_comment_06()
297 text_eq!(w.end_document(), in write_comment_07()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/xmlwriter-0.1.0/tests/
H A Dtests.rs27 text_eq!(w.end_document(), in write_element_02()
60 text_eq!(w.end_document(), in write_element_06()
157 text_eq!(w.end_document(), in write_declaration_01()
208 text_eq!(w.end_document(), in write_comment_01()
219 text_eq!(w.end_document(), in write_comment_02()
232 text_eq!(w.end_document(), in write_comment_03()
247 text_eq!(w.end_document(), in write_comment_04()
265 text_eq!(w.end_document(), in write_comment_05()
282 text_eq!(w.end_document(), in write_comment_06()
297 text_eq!(w.end_document(), in write_comment_07()
[all …]
/dports/textproc/p5-XML-Filter-Reindent/XML-Filter-Reindent-0.03/
H A Dtest.pl18 sub end_document { return $expected } subroutine
25 ok ! defined $r->end_document({}), 1, "undefined result from end_document";
31 ok $r->end_document({}), $expected;
42 ok $r->end_document({}), $expected;
/dports/www/p5-HTML-Parser/HTML-Parser-3.76/t/
H A Dmsie-compat.t46 [end_document,<undef>,,]
56 [end_document,<undef>,,]
66 [end_document,<undef>,,]
77 [end_document,<undef>,,]
H A Dplaintext.t29 :1:end_document::"
50 ::end_document::"
65 :1:end_document::"
H A Dskipped-text.t13 $p->handler(end_document => \@doc, '@{skipped_text}');
46 end_document => sub {
66 $p->handler(end_document => \@x, '@{"Y", skipped_text}');
/dports/textproc/p5-XML-SAX-Base/XML-SAX-Base-1.09/t/
H A D03chdriver.t44 return $self->SUPER::end_document($events{end_document});
69 sub end_document {
72 $self->{Methods}->{end_document} = $data;
H A D04chfilter.t51 return $self->SUPER::end_document($events{end_document});
76 sub end_document {
79 $self->{Methods}->{end_document} = $data;
/dports/textproc/p5-XML-Grove/XML-Grove-0.46alpha/lib/XML/Grove/
H A DPerlSAX.pm64 return $self->{DocumentHandler}->end_document( { } );
83 return $self->{DocumentHandler}->end_document( { } );
94 return $self->{DocumentHandler}->end_document($grove);
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/lib/XML/LibXML/
H A DSAX.pm63 return $self->end_document({});
72 return $self->end_document({});
81 return $self->end_document({});
/dports/textproc/p5-XML-SAX-Machines/XML-SAX-Machines-0.46/lib/XML/Filter/
H A DDocSplitter.pm140 $self->SUPER::end_document( {} );
147 sub end_document { subroutine
155 $r = $aggie->end_document( @_ );
/dports/textproc/p5-XML-Handler-YAWriter/XML-Handler-YAWriter-0.23/
H A DREADME36 file and end_document to close it. Use the literal
44 This option will cause end_document to return the
46 drivers return the value of end_document as a result
129 Correct handling of start_document and end_document is
133 start_document and does its cleanup during end_document.
137 forget to call end_document, you should not use a single
152 end_document. Or provide a filename in AsFile, so
153 start_document and end_document can open and close its own
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D14sax.t156 $SAXTester_end_document_counter->test(1, 'end_document called once.');
184 $SAXTester_end_document_counter->test(1, 'end_document called once.');
198 $SAXTester_end_document_counter->test(1, 'end_document called once.');
270 end_document => [ 6, 8 ],
338 $parser->end_document();
390 sub end_document {
484 start_document end_document
512 sub end_document {
533 sub end_document {
/dports/lang/ruby26/ruby-2.6.9/test/rexml/
H A Dtest_sax.rb47 end_document = 0
49 parser.listen( :end_document ) { end_document += 1 }
88 assert_equal 1, end_document
169 def end_document method in REXMLTests.SAX2Tester.KouListener
/dports/textproc/p5-XML-SAX-Writer/XML-SAX-Writer-0.57/t/
H A D20bugs.t38 $w->end_document;
66 $w->end_document;
95 $w->end_document;
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/SearchIO/
H A Dexonerate.pm227 return $self->end_document();
364 return $self->end_document();
538 return $self->end_document();
543 return $self->end_document() if( $seentop );
734 sub end_document{ subroutine
H A Dmegablast.pm205 return $self->end_document();
275 return $self->end_document();
505 sub end_document{ subroutine
H A Daxt.pm180 return $self->end_document();
248 return $self->end_document();
481 sub end_document{ subroutine
/dports/net/p5-OAI-Harvester/OAI-Harvester-1.20/lib/Net/OAI/Record/
H A DDocumentHelper.pm157 sub end_document { subroutine
161 my $result = $self->{ suppressDocumentEvents } ? undef : $self->SUPER::end_document( $document );
206 my $docresult = $self->SUPER::end_document( {} );
/dports/textproc/p5-XML-SAX/XML-SAX-1.02/lib/XML/SAX/PurePerl/
H A DDebugHandler.pm27 sub end_document { subroutine
30 $self->{seen}{end_document}++;
/dports/textproc/p5-XML-Filter-BufferText/XML-Filter-BufferText-1.01/t/
H A D05basic.t30 $f->end_document;
39 $f->end_document;
/dports/textproc/p5-XML-Filter-DOMFilter-LibXML/XML-Filter-DOMFilter-LibXML-0.04/
H A DLibXML.pm39 sub end_document { subroutine
41 $self->SUPER::end_document(@_);
42 $self->{Handler}->end_document(@_) if defined($self->{Handler});
/dports/textproc/p5-XML-Filter-XSLT/XML-Filter-XSLT-0.03/lib/XML/Filter/XSLT/
H A DLibXSLT.pm58 sub end_document { subroutine
60 my $dom = $self->SUPER::end_document(@_);
/dports/lang/ruby26/ruby-2.6.9/test/psych/
H A Dtest_encoding.rb152 @emitter.end_document false
171 @emitter.end_document false
188 @emitter.end_document false
/dports/audio/ardour6/Ardour-6.8.0/tools/ARDOUR/
H A DSessionSRHandler.pm84 sub end_document { subroutine
87 $self->SUPER::end_document(@_);

12345678910>>...43