Home
last modified time | relevance | path

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

/dports/textproc/html2xhtml/html2xhtml-1.3/src/
H A Ddtdquery.c54 int comparar_elemento(int elmid, int dtd1, int dtd2);
260 int dtd1, dtd2; in comparar_dtds() local
267 dtd2 = dtd_get_dtd_index(dtd_key_2); in comparar_dtds()
269 if (dtd1 != -1 && dtd2 != -1 && dtd1 != dtd2) { in comparar_dtds()
276 && !elm_list[i].contenttype[dtd2]) { in comparar_dtds()
290 if (elm_list[i].contenttype[dtd2] in comparar_dtds()
307 comparar = comparar_elemento(i, dtd1, dtd2); in comparar_dtds()
317 if (dtd1 == dtd2) in comparar_dtds()
322 if (dtd2 == -1) in comparar_dtds()
359 || !elm_list[elmid].contenttype[dtd2]) in comparar_elemento()
[all …]
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/perl5lib/
H A DLinuxDocTools.pm143 my $dtd2;
147 while ( defined ($dtd2 = <$TMP>) && ! ( $dtd2 =~ /^\(/) ) { };
149 $dtd2 =~ s/^\(//;
150 $dtd2 =~ tr/A-Z/a-z/;
151 chomp $dtd2;
152 return $dtd2;
589 my $dtd2 = ldt_getdtd_v2($preaspout)
592 ldt_log " $error_header: dtd_v1: $dtd, dtd_v2: $dtd2, both must match, dtd_v2 prevails";
593 unless ( $dtd eq $dtd2 ){
594 print STDERR "Warning: Two different values for dtd, dtd1: $dtd, dtd2: $dtd2\n";
[all …]
/dports/textproc/p5-SGML-DTDParse/SGML-DTDParse-2.00/bin/
H A Ddtddiff51 my $dtd2 = read_xml($file2) unless $opts{'dump'};
59 my $title2 = $dtd2->{'title'};
77 if (!defined($dtd2->{'entities'}{'param'}{$gi})) {
82 foreach $gi (sort keys %{$dtd2->{'entities'}{'param'}}) {
102 if (!defined($dtd2->{'elements'}{$gi})) {
108 foreach $gi (sort keys %{$dtd2->{'elements'}}) {
116 my $elem_info2 = $dtd2->{'elements'}{$gi};
176 $attr_def2 = lc $attr_def2 if $dtd2->{'namecase-general'} &&
307 print_elem($outfh, $gi, $dtd2->{'elements'}{$gi},
318 $dtd2->{'elements'}{$gi}{'attributes'}{$aname});
[all …]
/dports/textproc/dtdparse/SGML-DTDParse-2.00/bin/
H A Ddtddiff51 my $dtd2 = read_xml($file2) unless $opts{'dump'};
59 my $title2 = $dtd2->{'title'};
77 if (!defined($dtd2->{'entities'}{'param'}{$gi})) {
82 foreach $gi (sort keys %{$dtd2->{'entities'}{'param'}}) {
102 if (!defined($dtd2->{'elements'}{$gi})) {
108 foreach $gi (sort keys %{$dtd2->{'elements'}}) {
116 my $elem_info2 = $dtd2->{'elements'}{$gi};
176 $attr_def2 = lc $attr_def2 if $dtd2->{'namecase-general'} &&
307 print_elem($outfh, $gi, $dtd2->{'elements'}{$gi},
318 $dtd2->{'elements'}{$gi}{'attributes'}{$aname});
[all …]
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/t/
H A D07dtd.t63 my $dtd2 = $doc->createDTD( "huhu",
68 $doc->setInternalSubset( $dtd2 );
72 ok( $dtd2->isSameNode( $doc->internalSubset ), ' TODO : Add test name' );
77 ok( $dtd3->isSameNode($dtd2), ' TODO : Add test name' );
81 $doc->setExternalSubset( $dtd2 );
85 ok( $dtd3->isSameNode($dtd2), ' TODO : Add test name' );
130 my $dtd2 = $doc->internalSubset->cloneNode(1);
132 ok($dtd2, ' TODO : Add test name');
134 # $doc2->setInternalSubset( $dtd2 );
H A D02parse.t131 dtd2 => [XML_DECL, '<!DOCTYPE ','foobar [','<!ENT','ITY foo " test ">',']>','<foobar>&f','oo;&…
357 ns1 ns2 ns3 ns4 ns5 ns6 dtd1 dtd2) ) {
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/datetime/
H A Ddatetimetest.cpp1329 wxDateTime dtd2(6, wxDateTime::Aug, 1999); in TestTimeArithmetics() local
1332 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 2, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1336 dtd2.Set(4, wxDateTime::Aug, 1999); in TestTimeArithmetics()
1337 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 1, 4, 2), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1341 dtd2.Set(6, wxDateTime::May, 1999); in TestTimeArithmetics()
1342 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 11, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1346 dtd2.Set(4, wxDateTime::May, 1999); in TestTimeArithmetics()
1347 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 10, 4, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1350 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, -10, -4, -1), dtd1.DiffAsDateSpan(dtd2) ); in TestTimeArithmetics()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/datetime/
H A Ddatetimetest.cpp1329 wxDateTime dtd2(6, wxDateTime::Aug, 1999); in TestTimeArithmetics() local
1332 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 2, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1336 dtd2.Set(4, wxDateTime::Aug, 1999); in TestTimeArithmetics()
1337 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 1, 4, 2), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1341 dtd2.Set(6, wxDateTime::May, 1999); in TestTimeArithmetics()
1342 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 11, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1346 dtd2.Set(4, wxDateTime::May, 1999); in TestTimeArithmetics()
1347 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 10, 4, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1350 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, -10, -4, -1), dtd1.DiffAsDateSpan(dtd2) ); in TestTimeArithmetics()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/datetime/
H A Ddatetimetest.cpp1444 wxDateTime dtd2(6, wxDateTime::Aug, 1999); in TestTimeArithmetics() local
1447 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 2, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1451 dtd2.Set(4, wxDateTime::Aug, 1999); in TestTimeArithmetics()
1452 CPPUNIT_ASSERT_EQUAL( wxDateSpan(1, 1, 4, 2), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1456 dtd2.Set(6, wxDateTime::May, 1999); in TestTimeArithmetics()
1457 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 11, 0, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1461 dtd2.Set(4, wxDateTime::May, 1999); in TestTimeArithmetics()
1462 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, 10, 4, 1), dtd2.DiffAsDateSpan(dtd1) ); in TestTimeArithmetics()
1465 CPPUNIT_ASSERT_EQUAL( wxDateSpan(0, -10, -4, -1), dtd1.DiffAsDateSpan(dtd2) ); in TestTimeArithmetics()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dctfc.h236 ctfc_dtd_hasher::equal (ctf_dtdef_ref dtd, ctf_dtdef_ref dtd2) in equal() argument
238 return (dtd->dtd_key == dtd2->dtd_key); in equal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/Properties/
H A DDeepEquals.cs92 var dtd2 = new XDocumentType(docType2[0], docType2[1], docType2[2], docType2[3]); in DocumentType()
93 VerifyComparison(checkHashCode, dtd1, dtd2); in DocumentType()
/dports/dns/p5-Net-DRI/Net-DRI-0.96/lib/Net/DRI/
H A DUtil.pm326 my ($dtd1,$dtd2)=@_;
331 my %d2=$dtd2->deltas();
/dports/textproc/xmlstarlet/xmlstarlet-1.6.1/examples/
H A Dtests.mk27 examples/dtd2\
/dports/textproc/xmlstarlet/xmlstarlet-1.6.1/
H A DMakefile.in562 examples/dtd2\
1290 examples/dtd2.log: examples/dtd2
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dtcltest.test989 set dtd2 [makeDirectory dirtestdir2.2 $dtd]
1008 } all.tcl $dtd2
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dtcltest.test999 set dtd2 [makeDirectory dirtestdir2.2 $dtd]
1018 } all.tcl $dtd2
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dtcltest.test999 set dtd2 [makeDirectory dirtestdir2.2 $dtd]
1018 } all.tcl $dtd2