Home
last modified time | relevance | path

Searched refs:txml (Results 26 – 50 of 307) sorted by relevance

12345678910>>...13

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/doc/C/
H A DMakefile.am216 @$(RM) $*.txml
237 $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
238 $(DB2X_TEXIXML) --info --encoding=us-ascii//TRANSLIT $${basefile}.txml ; \
239 rm $${basefile}.txml; \
461 gnashuser.txml \
463 gnashref.txml \
/dports/games/torcs/torcs-1.3.7/
H A DTORCS.dsw30 Project_Dep_Name txml
450 Project_Dep_Name txml
507 Project: "txml"=.\src\libs\txml\txml.dsp - Package Owner=<4>
528 Project_Dep_Name txml
/dports/textproc/docbook2X/docbook2X-0.8.8/test/complete-manuals/
H A DMakefile.in174 TXML_FILES = at1.txml dbtotexi.txml xml-catalogs-spec.txml
347 %.txml: %.xml
350 %.texi: %.txml
/dports/math/octave-forge-io/io-2.6.4/inst/private/
H A D__OCT_oct2xlsx__.m197 txml = fread (tid, Inf, "char=>char").'; variable
206 ipos = strfind (txml, srchstr)(end) + length (srchstr);
208 fprintf (tid, "%s", txml(1:ipos-1));
210 fprintf (tid, txml(ipos:end));
213 ## === End of [Content_Types].xml & txml ===
279 txml = fread (tid, Inf, "char=>char").'; variable
281 if (isempty (strfind (txml, "sharedStrings")))
283 [~, ~, ipos] = regexp (txml, '(?:styles\+xml)(?:.+)(><Over)', 'once');
285 txml = [txml(1:ipos) '<Override PartName="/xl/sharedStrings.xml" ' ... variable
288 txml(ipos+1:end)];
[all …]
/dports/textproc/p5-XML-TinyXML/XML-TinyXML-0.34/t/
H A D005_xpath_functions.t9 my $txml = XML::TinyXML->new();
10 my $selector = XML::TinyXML::Selector->new($txml, "XPath");
H A D006_xpath_unabbreviated.t10 my $txml = XML::TinyXML->new();
11 $txml->loadFile("./t/t.xml");
12 my $selector = XML::TinyXML::Selector->new($txml, "XPath");
/dports/sysutils/eclat/eclat-2.0/tests/
H A DMakefile.in96 trws$(EXEEXT) turlenc$(EXEEXT) txml$(EXEEXT)
130 txml_SOURCES = txml.c
131 txml_OBJECTS = txml.$(OBJEXT)
162 SOURCES = gdbmload.c tforlan.c thmac.c trws.c turlenc.c txml.c
163 DIST_SOURCES = gdbmload.c tforlan.c thmac.c trws.c turlenc.c txml.c
431 txml$(EXEEXT): $(txml_OBJECTS) $(txml_DEPENDENCIES) $(EXTRA_txml_DEPENDENCIES)
432 @rm -f txml$(EXEEXT)
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/txml.Po@am__quote@
H A DMakefile.am123 txml
H A Dxml01.at46 AT_CHECK([txml input],
/dports/games/torcs/torcs-1.3.7/src/libs/txml/
H A Dtxml.def2 ; txml.def
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/
H A DQMCDriver.h150 inline void putTraces(xmlNodePtr txml) override { traces_xml = txml; } in putTraces() argument
H A DQMCDriverInterface.h53 virtual void putTraces(xmlNodePtr txml) = 0;
/dports/textproc/docbook2X/docbook2X-0.8.8/xslt/documentation/
H A DMakefile.in195 TXML_FILES = docbook2man-xslt.txml docbook2texi-xslt.txml
551 %.txml: %.xml
555 %.texi: %.txml
587 touch $(distdir)/docbook2man-xslt.txml
591 touch $(distdir)/docbook2texi-xslt.txml
/dports/math/gap/gap-4.11.0/pkg/OpenMath-11.5.0/gap/
H A Domget.gd43 ## gap> txml:=Filename(DirectoriesPackageLibrary("openmath","tst"),"test3.omt");;
45 ## gap> xstream := InputTextFile( txml );; bstream := InputTextFile( tbin );;
/dports/math/gap/gap-4.11.0/pkg/OpenMath-11.5.0/tst/
H A Dopenmath02.tst106 gap> txml:=Filename(DirectoriesPackageLibrary("openmath","tst"),"test3.omt");;
108 gap> xstream := InputTextFile( txml );; bstream := InputTextFile( tbin );;
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/tests/
H A DMakefile.in22 tmarkup.o tchrenc.o txml.o tuuid.o toffile.o tmem.o toption.o \
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/interop/
H A Dgbif.py375 for txml in xml_root.iter_taxon_occurrence():
376 keys.append(txml.get("gbifKey"))
/dports/textproc/docbook2X/docbook2X-0.8.8/doc/
H A DMakefile.in258 $(DOC).mxml $(DOC).txml .$(DOC).valid
276 $(DOC).mxml $(DOC).txml $(DOC_VAL)
674 $(DOC).txml: $(DOC_XML) $(DOC_DEP) $(XSLT_TEXI)
679 $(DOC).texi: $(DOC).txml
/dports/games/torcs/torcs-1.3.7/src/modules/track/
H A Dtrack.dsp57 # ADD LINK32 sg.lib tgf.lib robottools.lib txml.lib ssg.lib ul.lib /nologo /dll /pdb:none /map /mac…
90 # ADD LINK32 tgf.lib robottools.lib txml.lib ssg.lib ul.lib sg.lib /nologo /dll /map /debug /machin…
/dports/devel/p5-Algorithm-Evolutionary/Algorithm-Evolutionary-0.82.1/t/
H A Dgeneral.t140 my $txml = $f->{_terminator}->asXML();
142 is( $txml eq $fprime->{_terminator}->asXML() , 1, "from XML" );
/dports/games/torcs/torcs-1.3.7/src/libs/tgf/
H A Dtgf.dsp57 # ADD LINK32 libpng15_vs6static.lib txml.lib sg.lib ul.lib /nologo /dll /machine:I386 /libpath:"../…
90 # ADD LINK32 libpng15_vs6static.lib txml.lib sg.lib ul.lib /nologo /dll /map /debug /machine:I386 /…
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Dtrackgen.dsp57 # ADD LINK32 sl.lib client.lib robottools.lib sg.lib ssg.lib ssggraphlib.lib txml.lib ul.lib libpng…
90 # ADD LINK32 sl.lib client.lib robottools.lib sg.lib ssg.lib ssggraphlib.lib txml.lib ul.lib libpng…
/dports/games/torcs/torcs-1.3.7/src/windows/
H A Dwtorcs.dsp54 # ADD LINK32 client.lib txml.lib libpng15_vs6static.lib tgf.lib ShFolder.Lib /nologo /subsystem:con…
87 # ADD LINK32 client.lib txml.lib libpng15_vs6static.lib tgf.lib ShFolder.Lib /nologo /subsystem:con…
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/doc/
H A DMakefile.am461 ${xml_dir}/book.txml \
462 ${xml_dir}/chapter.txml \
463 ${xml_dir}/class.txml \
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/doc/
H A DMakefile.am454 ${xml_dir}/book.txml \
455 ${xml_dir}/chapter.txml \
456 ${xml_dir}/class.txml \

12345678910>>...13