Home
last modified time | relevance | path

Searched refs:xmlout (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/mj2/
H A Dmeta_out.c144 fprintf(xmlout, in xml_write_overall_header()
215 fprintf(xmlout, in xml_write_moov()
831 fprintf(xmlout, in xml_write_mdia()
1105 fprintf(xmlout, in xml_write_stbl()
1298 fprintf(xmlout, in xml_out_frame()
1485 fprintf(xmlout, in xml_out_frame_cod()
1499 fprintf(xmlout, in xml_out_frame_cod()
2314 fprintf(xmlout, in xml_out_frame_ppm()
2336 fprintf(xmlout, in xml_out_frame_ppm()
2355 fprintf(xmlout, in xml_out_frame_ppt()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/mj2/
H A Dmeta_out.c44 void xml_time_out(FILE* xmlout, time_t t);
105 fprintf(xmlout, "<MJ2_File>\n"); in xml_write_struct()
107 fprintf(xmlout, "</MJ2_File>"); in xml_write_struct()
132 fprintf(xmlout, " </FileType>\n"); in xml_write_overall_header()
186 fprintf(xmlout, " </Rate>\n"); in xml_write_moov()
257 fprintf(xmlout, " </MovieBox>\n"); in xml_write_moov()
696 fprintf(xmlout,"%s", buf); in xml_write_mdia()
698 fprintf(xmlout, "</Name>\n"); in xml_write_mdia()
702 fprintf(xmlout,"%s"); in xml_write_mdia()
704 fprintf(xmlout, "</Location>\n"); in xml_write_mdia()
[all …]
H A Dmj2_to_metadata.c115 FILE *file, *xmlout; in main() local
266 xmlout = fopen(outfile, "w"); /* was: argv[2] */ in main()
267 if (!xmlout) { in main()
294 fclose(xmlout); in main()
299 xml_write_struct(file, xmlout, movie, sampleframe, stringDTD, &event_mgr); in main()
300 fclose(xmlout); in main()
/dports/comms/gammu/gammu-1.42.0/gammu/depend/nokia/dct3trac/
H A Dwmx-gsm.c21 self->xmlout = NULL; in GSMDecoder_new()
31 self->xmlout = f; in GSMDecoder_xmlout()
32 if(self->xmlout) { in GSMDecoder_xmlout()
41 if(self->xmlout) { in GSMDecoder_free()
43 fclose(self->xmlout); in GSMDecoder_free()
182 if(self->xmlout) { in GSMDecoder_l1xml_open()
203 if(self->xmlout) fprintf(self->xmlout, "</l1>\n"); in GSMDecoder_l1xml_close()
243 if(self->xmlout) { in GSMDecoder_L2short_packet()
255 if(self->xmlout) fprintf(self->xmlout, "</l2>\n"); in GSMDecoder_L2short_packet()
358 if(self->xmlout) { in GSMDecoder_L2packet()
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/dfxml_cpp/src/
H A Ddfxml_writer.h147 xmlout("program",program); in add_DFXML_creator()
148 xmlout("version",version); in add_DFXML_creator()
464 xmlout("CFLAGS",CFLAGS,"",true); in add_DFXML_build_environment()
473 xmlout("LIBS",LIBS,"",true); in add_DFXML_build_environment()
526 xmlout("arch",name.machine); in add_DFXML_execution_environment()
536 xmlout("host",hostname); in add_DFXML_execution_environment()
554 xmlout("start_time",buf); in add_DFXML_execution_environment()
580 xmlout("cb",(int64_t)pmc.cb); in add_rusage()
596 xmlout("utime",ru.ru_utime); in add_rusage()
616 xmlout("clocktime",t); in add_rusage()
[all …]
/dports/cad/pcb/pcb-4.2.0/src/hid/gsvit/
H A Dxmlout.h12 struct s_xmlout xmlout; variable
30 #define XNEWLINE indent[xmlout.count]
32 #define XOUT_DETENT() if(xmlout.count) xmlout.count--
34 #define XOUT_INDENT() xmlout.count++
48 #define XOUT_ELEMENT_DATA(data) XPRINTF(xmlout.fd, "%s", data)
50 #define XOUT_NEWLINE() XPUTS( XNEWLINE, xmlout.fd)
62 #define XOUT_INIT(filename) xmlout.count=0;\
63 xmlout.fd = fopen(filename, "w")
65 #define XOUT_CLOSE() xmlout.count=0;\
66 fclose(xmlout.fd); \
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/clbanning/mxj/v2/
H A Danyxml_test.go116 xmlout, err := AnyXml(nil, "root")
120 if string(xmlout) != checkval {
130 if string(xmlout) != checkval {
138 xmlout, err = AnyXml(nil, "root")
142 if string(xmlout) != checkval {
152 if string(xmlout) != checkval {
168 if string(xmlout) != checkval {
180 if string(xmlout) != checkval {
187 xmlout, err = AnyXml(val, "root")
191 if string(xmlout) != checkval {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/clbanning/mxj/
H A Danyxml_test.go116 xmlout, err := AnyXml(nil, "root")
120 if string(xmlout) != checkval {
130 if string(xmlout) != checkval {
138 xmlout, err = AnyXml(nil, "root")
142 if string(xmlout) != checkval {
152 if string(xmlout) != checkval {
168 if string(xmlout) != checkval {
180 if string(xmlout) != checkval {
187 xmlout, err = AnyXml(val, "root")
191 if string(xmlout) != checkval {
[all …]
/dports/www/webhook/webhook-2.8.0/vendor/github.com/clbanning/mxj/mxj-1.8.4/
H A Danyxml_test.go116 xmlout, err := AnyXml(nil, "root")
120 if string(xmlout) != checkval {
130 if string(xmlout) != checkval {
138 xmlout, err = AnyXml(nil, "root")
142 if string(xmlout) != checkval {
152 if string(xmlout) != checkval {
168 if string(xmlout) != checkval {
180 if string(xmlout) != checkval {
187 xmlout, err = AnyXml(val, "root")
191 if string(xmlout) != checkval {
[all …]
/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dxml.h100 void xmlout(const std::string &tag,const std::string &value){ xmlout(tag,value,"",true); } in xmlout() function
131 xmlout("compilation_date",buf); in add_DFXML_build_environment()
154 xmlout("host",name.nodename); in add_DFXML_execution_environment()
155 xmlout("arch",name.machine); in add_DFXML_execution_environment()
165 xmlout("host",hostname); in add_DFXML_execution_environment()
181 xmlout("start_time",buf); in add_DFXML_execution_environment()
186 xmlout("program",program); in add_DFXML_creator()
187 xmlout("version",version); in add_DFXML_creator()
199 xmlout("utime",ru.ru_utime); in add_rusage()
200 xmlout("stime",ru.ru_stime); in add_rusage()
[all …]
/dports/net/tcpflow/tcpflow-1.5.0/src/dfxml/src/
H A Ddfxml_writer.cpp421 xmlout("identification",buf); in add_cpuid()
455 xmlout("host",name.nodename); in add_DFXML_execution_environment()
456 xmlout("arch",name.machine); in add_DFXML_execution_environment()
466 xmlout("host",hostname); in add_DFXML_execution_environment()
484 xmlout("start_time",buf); in add_DFXML_execution_environment()
500 xmlout("cb",(int64_t)pmc.cb); in add_rusage()
516 xmlout("utime",ru.ru_utime); in add_rusage()
517 xmlout("stime",ru.ru_stime); in add_rusage()
536 xmlout("clocktime",t); in add_rusage()
676 xmlout("CFLAGS",CFLAGS,"",true); in add_DFXML_build_environment()
[all …]
H A Ddfxml_writer.h158 xmlout("program",program); in add_DFXML_creator()
159 xmlout("version",version); in add_DFXML_creator()
160 if(svn_r.size()>0) xmlout("svn_version",svn_r); in add_DFXML_creator()
178 void xmlout( const std::string &tag,const std::string &value){ xmlout(tag,value,"",true); } in xmlout() function
182 void xmlout( const std::string &tag,const int32_t value){ xmlprintf(tag,"","%I32d",value); } in xmlout() function
183 void xmlout( const std::string &tag,const uint32_t value){ xmlprintf(tag,"","%I32u",value); } in xmlout() function
184 void xmlout( const std::string &tag,const int64_t value){ xmlprintf(tag,"","%I64d",value); } in xmlout() function
185 void xmlout( const std::string &tag,const uint64_t value){ xmlprintf(tag,"","%I64u",value); } in xmlout() function
187 void xmlout( const std::string &tag,const int32_t value){ xmlprintf(tag,"","%" PRId32,value); } in xmlout() function
195 void xmlout( const std::string &tag,const double value){ xmlprintf(tag,"","%f",value); } in xmlout() function
[all …]
/dports/www/mod_rivet/rivet-3.2.0/rivet/rivet-tcl/
H A Dxml.tcl63 set xmlout ""
68 append xmlout "<$tag"
71 append xmlout " $attrib=\"$attrib_v\""
74 append xmlout ">"
87 set xmlout [string replace $xmlout end end " />"]
89 set xmlout [string replace $xmlout end end "/>"]
93 set xmlout [append xmlout "</[join [lreverse [lrange $tags_stack 0 end-1]] "></"]>"]
95 return $xmlout
99 return [append xmlout "$textstring</[join [lreverse $tags_stack] "></"]>"]
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tools/fiwalk/src/
H A Ddfxml.cpp313 xmlout("identification",buf); in add_DFXML_execution_environment()
335 xmlout("os_sysname",name.sysname); in add_DFXML_execution_environment()
336 xmlout("os_release",name.release); in add_DFXML_execution_environment()
338 xmlout("host",name.nodename); in add_DFXML_execution_environment()
339 xmlout("arch",name.machine); in add_DFXML_execution_environment()
349 xmlout("host",hostname); in add_DFXML_execution_environment()
371 xmlout("start_time",buf); in add_DFXML_execution_environment()
384 xmlout("utime",ru.ru_utime); in add_rusage()
385 xmlout("stime",ru.ru_stime); in add_rusage()
404 xmlout("clocktime",t); in add_rusage()
[all …]
H A Ddfxml.h154 xmlout("program",program); in add_DFXML_creator()
155 xmlout("version",version); in add_DFXML_creator()
174 void xmlout( const std::string &tag,const std::string &value, const std::string &attribute,
178 void xmlout( const std::string &tag,const std::string &value){ xmlout(tag,value,"",true); } in xmlout() function
179 void xmlout( const std::string &tag,const int value){ xmlprintf(tag,"","%d",value); } in xmlout() function
181 void xmlout( const std::string &tag,const int64_t value){ xmlprintf(tag,"","%" PRId64,value); } in xmlout() function
182 void xmlout( const std::string &tag,const double value){ xmlprintf(tag,"","%f",value); } in xmlout() function
183 void xmlout( const std::string &tag,const struct timeval &ts) { in xmlout() function
/dports/textproc/R-cran-rbibutils/rbibutils/src/
H A Dstr_conv.c57 addutf8char( str *s, unsigned int ch, int xmlout ) in addutf8char() argument
61 if ( xmlout ) { in addutf8char()
63 if ( ch > 127 && xmlout == STR_CONV_XMLOUT_ENTITIES ) in addutf8char()
72 addgb18030char( str *s, unsigned int ch, int xmlout ) in addgb18030char() argument
76 if ( xmlout ) { in addgb18030char()
111 addutf8char( s, ch, xmlout ); in addlatexchar()
167 int utf8out, int xmlout ) in write_unicode() argument
175 addlatexchar( s, ch, xmlout, utf8out ); in write_unicode()
177 addutf8char( s, ch, xmlout ); in write_unicode()
179 addgb18030char( s, ch, xmlout ); in write_unicode()
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/vendor/lib/
H A Dstr_conv.c52 addutf8char( str *s, unsigned int ch, int xmlout ) in addutf8char() argument
56 if ( xmlout ) { in addutf8char()
58 if ( ch > 127 && xmlout == STR_CONV_XMLOUT_ENTITIES ) in addutf8char()
67 addgb18030char( str *s, unsigned int ch, int xmlout ) in addgb18030char() argument
71 if ( xmlout ) { in addgb18030char()
91 addutf8char( s, ch, xmlout ); in addlatexchar()
147 int utf8out, int xmlout ) in write_unicode() argument
151 addlatexchar( s, ch, xmlout, utf8out ); in write_unicode()
153 addutf8char( s, ch, xmlout ); in write_unicode()
155 addgb18030char( s, ch, xmlout ); in write_unicode()
[all …]
/dports/textproc/bibutils/bibutils_7.2/lib/
H A Dstr_conv.c52 addutf8char( str *s, unsigned int ch, int xmlout ) in addutf8char() argument
56 if ( xmlout ) { in addutf8char()
58 if ( ch > 127 && xmlout == STR_CONV_XMLOUT_ENTITIES ) in addutf8char()
67 addgb18030char( str *s, unsigned int ch, int xmlout ) in addgb18030char() argument
71 if ( xmlout ) { in addgb18030char()
91 addutf8char( s, ch, xmlout ); in addlatexchar()
147 int utf8out, int xmlout ) in write_unicode() argument
151 addlatexchar( s, ch, xmlout, utf8out ); in write_unicode()
153 addutf8char( s, ch, xmlout ); in write_unicode()
155 addgb18030char( s, ch, xmlout ); in write_unicode()
[all …]
/dports/devel/hapy/Hapy-0.0.8/tests/
H A Dxmlgen.c69 extern FILE *xmlout;
410 FILE *xmlout=0; variable
426 if (xmlout!=stdout) fclose(xmlout); in OpenOutput()
566 xmlprintf(xmlout,"<%s",od->name); in OpeningTag()
597 fflush(xmlout); in OpeningTag()
605 xmlprintf(xmlout,">"); in OpeningTag()
621 fclose(xmlout); in Finish()
636 if (split && xmlout==stdout) in SplitDoc()
762 fprintf(xmlout,dtd[i]); in printdtd()
771 xmlout=stdout; in main()
[all …]
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/serializers/
H A Dxmlmapsaver.py60 self.xmlout = XMLGenerator(self.file, 'ascii')
61 self.xmlout.startDocument()
72 self.xmlout.startElementNS((None, name), name, attrs)
79 self.xmlout.endElementNS((None, name), name)
134 self.xmlout.endElementNS((None, 'import'), 'import')
147 self.xmlout.endElementNS((None, 'import'), 'import')
244 self.xmlout.startElementNS((None, 'i'), 'i', attrs)
245 self.xmlout.endElementNS((None, 'i'), 'i')
340 self.xmlout.startElementNS((None, 'l'), 'l', attrs)
341 self.xmlout.endElementNS((None, 'l'), 'l')
[all …]
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dphase1.cpp97 xreport.xmlout("debug:exception", e.what(), str.str(), true); in get_sbuf()
212 xreport.xmlout("debug:exception", e.what(), sstr.str(), true); in read_process_sbufs()
239 xreport.xmlout("dc:type","Feature Extraction","",false); in dfxml_write_create()
245 xreport.xmlout("threads",config.num_threads); in dfxml_write_create()
246 xreport.xmlout("pagesize",config.opt_pagesize); in dfxml_write_create()
247 xreport.xmlout("marginsize",config.opt_marginsize); in dfxml_write_create()
257 xreport.xmlout("image_filename",p.image_fname()); in dfxml_write_source()
258 xreport.xmlout("image_size",p.image_size()); in dfxml_write_source()
261 xreport.xmlout("hashdigest",sha1.hexdigest(),"type='SHA1'",false); in dfxml_write_source()
/dports/databases/p5-DBIx-XML_RDB/DBIx-XML_RDB-0.05/
H A DXMLDB.sct31 my $xmlout;
34 return $xmlout->GetData;
39 $xmlout = DBIx::XML_RDB->new($Datasource, $Driver, $User, $Password, $DBName);
44 $xmlout->DoSql($Sql);
H A DREADME7 my $xmlout = DBIx::XML_RDB->new($datasource,
8 "ODBC", $userid, $password, $dbname) || die "Failed to make new xmlout";
9 $xmlout->DoSql("select * from MyTable");
10 print $xmlout->GetData;
/dports/net/p5-XML-Compile-SOAP-Daemon/XML-Compile-SOAP-Daemon-3.14/lib/XML/Compile/SOAP/
H A DDaemon.pm149 my ($rc, $msg, $xmlout) = $handler->($name, $xmlin, $info, $req);
150 if($xmlout)
152 return ($rc, $msg, $xmlout);
163 my ($rc, $msg, $xmlout) = $handler->($name, $xmlin, $info, $req);
164 if($xmlout)
166 return ($rc, $msg, $xmlout);
177 { my ($rc, $msg, $xmlout) = $handler->($name, $xmlin, $info, $req);
178 defined $xmlout or next;
181 return ($rc, $msg, $xmlout);
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/tools/
H A Dcode_check.sh4 xmlout=0
6 xmlout=1
39 if [ $xmlout -eq 1 ]; then
62 if [ $xmlout -eq 1 ]; then

12345678910>>...17