Home
last modified time | relevance | path

Searched refs:HDF (Results 1 – 25 of 1371) sorted by relevance

12345678910>>...55

/dports/www/p5-ClearSilver/clearsilver-0.10.5/util/
H A Dneo_hdf.h23 typedef struct _hdf HDF; typedef
83 NEOERR* hdf_init (HDF **hdf);
97 void hdf_destroy (HDF **hdf);
191 HDF* hdf_get_obj (HDF *hdf, const char *name);
205 NEOERR * hdf_get_node (HDF *hdf, const char *name, HDF **ret);
217 HDF* hdf_get_child (HDF *hdf, const char *name);
249 HDF* hdf_obj_child (HDF *hdf);
258 HDF* hdf_obj_next (HDF *hdf);
272 HDF* hdf_obj_top (HDF *hdf);
293 char* hdf_obj_name (HDF *hdf);
[all …]
H A Dneo_hdf.c44 HDF *ha = (HDF *)a; in hash_hdf_comp()
45 HDF *hb = (HDF *)b; in hash_hdf_comp()
52 HDF *ha = (HDF *)a; in hash_hdf_hash()
377 HDF* hdf_get_obj (HDF *hdf, const char *name) in hdf_get_obj()
379 HDF *obj; in hdf_get_obj()
385 HDF* hdf_get_child (HDF *hdf, const char *name) in hdf_get_child()
387 HDF *obj; in hdf_get_child()
460 HDF* hdf_obj_child (HDF *hdf) in hdf_obj_child()
473 HDF* hdf_obj_next (HDF *hdf) in hdf_obj_next()
479 HDF* hdf_obj_top (HDF *hdf) in hdf_obj_top()
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/util/
H A Dneo_hdf.h23 typedef struct _hdf HDF; typedef
83 NEOERR* hdf_init (HDF **hdf);
97 void hdf_destroy (HDF **hdf);
191 HDF* hdf_get_obj (HDF *hdf, const char *name);
205 NEOERR * hdf_get_node (HDF *hdf, const char *name, HDF **ret);
217 HDF* hdf_get_child (HDF *hdf, const char *name);
249 HDF* hdf_obj_child (HDF *hdf);
258 HDF* hdf_obj_next (HDF *hdf);
272 HDF* hdf_obj_top (HDF *hdf);
293 char* hdf_obj_name (HDF *hdf);
[all …]
H A Dneo_hdf.c44 HDF *ha = (HDF *)a; in hash_hdf_comp()
45 HDF *hb = (HDF *)b; in hash_hdf_comp()
52 HDF *ha = (HDF *)a; in hash_hdf_hash()
377 HDF* hdf_get_obj (HDF *hdf, const char *name) in hdf_get_obj()
379 HDF *obj; in hdf_get_obj()
385 HDF* hdf_get_child (HDF *hdf, const char *name) in hdf_get_child()
387 HDF *obj; in hdf_get_child()
460 HDF* hdf_obj_child (HDF *hdf) in hdf_obj_child()
473 HDF* hdf_obj_next (HDF *hdf) in hdf_obj_next()
479 HDF* hdf_obj_top (HDF *hdf) in hdf_obj_top()
[all …]
/dports/www/clearsilver/clearsilver-0.10.5/util/
H A Dneo_hdf.h23 typedef struct _hdf HDF; typedef
83 NEOERR* hdf_init (HDF **hdf);
97 void hdf_destroy (HDF **hdf);
191 HDF* hdf_get_obj (HDF *hdf, const char *name);
205 NEOERR * hdf_get_node (HDF *hdf, const char *name, HDF **ret);
217 HDF* hdf_get_child (HDF *hdf, const char *name);
249 HDF* hdf_obj_child (HDF *hdf);
258 HDF* hdf_obj_next (HDF *hdf);
272 HDF* hdf_obj_top (HDF *hdf);
293 char* hdf_obj_name (HDF *hdf);
[all …]
H A Dneo_hdf.c44 HDF *ha = (HDF *)a; in hash_hdf_comp()
45 HDF *hb = (HDF *)b; in hash_hdf_comp()
52 HDF *ha = (HDF *)a; in hash_hdf_hash()
377 HDF* hdf_get_obj (HDF *hdf, const char *name) in hdf_get_obj()
379 HDF *obj; in hdf_get_obj()
385 HDF* hdf_get_child (HDF *hdf, const char *name) in hdf_get_child()
387 HDF *obj; in hdf_get_child()
460 HDF* hdf_obj_child (HDF *hdf) in hdf_obj_child()
473 HDF* hdf_obj_next (HDF *hdf) in hdf_obj_next()
479 HDF* hdf_obj_top (HDF *hdf) in hdf_obj_top()
[all …]
/dports/math/PDL/PDL-2.019/t/
H A Dhdf_vdata.t44 use PDL::IO::HDF;
45 use PDL::IO::HDF::VS;
57 my $Hid = PDL::IO::HDF::VS::_Hopen( $testfile, PDL::IO::HDF->DFACC_CREATE, 2);
58 ok( $Hid != PDL::IO::HDF->FAIL );
60 PDL::IO::HDF::VS::_Vstart( $Hid );
89 ok( PDL::IO::HDF::VS::_VSwrite( $vdata_id, $data, 10, PDL::IO::HDF->FULL_INTERLACE ) );
92 PDL::IO::HDF::VS::_Vend( $Hid );
99 $Hid = PDL::IO::HDF::VS::_Hopen( $testfile, PDL::IO::HDF->DFACC_READ, 2 );
100 ok( $Hid != PDL::IO::HDF->FAIL );
102 PDL::IO::HDF::VS::_Vstart( $Hid );
[all …]
H A Dhdf_vgroup.t35 use PDL::IO::HDF::VS;
46 my $Hid = PDL::IO::HDF::VS::_Hopen( $testfile, PDL::IO::HDF->DFACC_CREATE, 2 );
49 PDL::IO::HDF::VS::_Vstart( $Hid );
56 my $vgroup_ref = PDL::IO::HDF::VS::_Vgetid( $Hid, -1 );
57 ok( $vgroup_ref != PDL::IO::HDF->FAIL );
61 PDL::IO::HDF::VS::_Vgetname( $vgroup_id, $name);
66 PDL::IO::HDF::VS::_Vgetclass( $vgroup_id, $class);
69 PDL::IO::HDF::VS::_Vdetach( $vgroup_id );
71 PDL::IO::HDF::VS::_Vend( $Hid );
74 ok( PDL::IO::HDF::VS::_Hclose( $Hid ) );
[all …]
/dports/math/PDL/PDL-2.019/GENERATED/PDL/IO/
H A DHDF.pm5 package PDL::IO::HDF;
19 bootstrap PDL::IO::HDF ;
58 use PDL::IO::HDF;
105 $self->{ACCESS_MODE} = PDL::IO::HDF->DFACC_WRITE + PDL::IO::HDF->DFACC_READ;
131 while( ($vg_ref = PDL::IO::HDF::VS::_Vgetid( $self->{HID}, $vg_ref )) != PDL::IO::HDF->FAIL)
195 PDL::IO::HDF::VS::_SDend( $SDID );
300 if( $id == PDL::IO::HDF->FAIL );
321 PDL::IO::HDF::VS::_Vdetach( $Pid );
454 if( $VD_id == PDL::IO::HDF->FAIL );
458 if( $res == PDL::IO::HDF->FAIL );
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/xs/
H A DHDF.xs33 sv_setref_pv(a, C_HDF, *((HDF**)in_a)); in tcs_cmp()
36 sv_setref_pv(b, C_HDF, *((HDF**)in_b)); in tcs_cmp()
185 HDF*
187 HDF* hdf; in tcs_new_hdf()
203 MODULE = Text::ClearSilver::HDF PACKAGE = Text::ClearSilver::HDF PREFIX = hdf_
223 hdf_DESTROY(Text::ClearSilver::HDF hdf)
232 hdf_copy(Text::ClearSilver::HDF dest, const char* name, Text::ClearSilver::HDF src);
284 Text::ClearSilver::HDF
287 Text::ClearSilver::HDF in hdf_get_obj()
290 Text::ClearSilver::HDF in hdf_get_obj()
[all …]
/dports/www/clearsilver/clearsilver-0.10.5/perl/
H A DClearSilver.xs11 HDF* hdf;
44 HDF** hdf_a; in sortFunction()
45 HDF** hdf_b; in sortFunction()
101 ClearSilver::HDF
196 ClearSilver::HDF
201 HDF* tmp_hdf;
222 ClearSilver::HDF
226 HDF* tmp_hdf;
248 ClearSilver::HDF
253 HDF* tmp_hdf;
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/perl/
H A DClearSilver.xs11 HDF* hdf;
44 HDF** hdf_a; in sortFunction()
45 HDF** hdf_b; in sortFunction()
101 ClearSilver::HDF
196 ClearSilver::HDF
201 HDF* tmp_hdf;
222 ClearSilver::HDF
226 HDF* tmp_hdf;
248 ClearSilver::HDF
253 HDF* tmp_hdf;
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/java-jni/
H A Dj_neo_util.c87 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dealloc()
94 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getIntValue()
114 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getValue()
144 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setValue()
175 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1removeTree()
197 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setSymLink()
228 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dump()
285 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1readFile()
332 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFile()
349 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFileAtomic()
[all …]
H A DCSTest.java7 import org.clearsilver.HDF;
18 org.clearsilver.HDF hdf = new HDF(); in main()
94 HDF file_hdf = new HDF(); in main()
143 HDF one = new HDF(); in main()
146 HDF two = new HDF(); in main()
153 HDF date_hdf = new HDF(); in main()
159 HDF escape_hdf = new HDF(); in main()
176 escape_hdf = new HDF(); in main()
193 escape_hdf = new HDF(); in main()
210 escape_hdf = new HDF(); in main()
[all …]
H A Djavatest.gold1 Testing HDF set and dump
6 Testing HDF get
11 Testing HDF setSymLink
20 Testing HDF get int
24 Testing HDF parse/render
51 Final HDF dump
77 Testing HDF.getObj()
81 Testing HDF.objName()
93 Testing HDF.objNext()
97 Testing HDF.copy()
[all …]
/dports/www/clearsilver/clearsilver-0.10.5/java-jni/
H A Dj_neo_util.c87 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dealloc()
94 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getIntValue()
114 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getValue()
144 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setValue()
175 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1removeTree()
197 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setSymLink()
228 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dump()
285 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1readFile()
332 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFile()
349 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFileAtomic()
[all …]
H A DCSTest.java7 import org.clearsilver.HDF;
18 org.clearsilver.HDF hdf = new HDF(); in main()
94 HDF file_hdf = new HDF(); in main()
143 HDF one = new HDF(); in main()
146 HDF two = new HDF(); in main()
153 HDF date_hdf = new HDF(); in main()
159 HDF escape_hdf = new HDF(); in main()
176 escape_hdf = new HDF(); in main()
193 escape_hdf = new HDF(); in main()
210 escape_hdf = new HDF(); in main()
[all …]
H A Djavatest.gold1 Testing HDF set and dump
6 Testing HDF get
11 Testing HDF setSymLink
20 Testing HDF get int
24 Testing HDF parse/render
51 Final HDF dump
77 Testing HDF.getObj()
81 Testing HDF.objName()
93 Testing HDF.objNext()
97 Testing HDF.copy()
[all …]
/dports/www/p5-ClearSilver/clearsilver-0.10.5/java-jni/
H A Dj_neo_util.c87 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dealloc()
94 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getIntValue()
114 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1getValue()
144 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setValue()
175 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1removeTree()
197 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1setSymLink()
228 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1dump()
285 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1readFile()
332 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFile()
349 HDF *hdf = (HDF *)hdf_obj_ptr; in Java_org_clearsilver_HDF__1writeFileAtomic()
[all …]
H A DCSTest.java7 import org.clearsilver.HDF;
18 org.clearsilver.HDF hdf = new HDF(); in main()
94 HDF file_hdf = new HDF(); in main()
143 HDF one = new HDF(); in main()
146 HDF two = new HDF(); in main()
153 HDF date_hdf = new HDF(); in main()
159 HDF escape_hdf = new HDF(); in main()
176 escape_hdf = new HDF(); in main()
193 escape_hdf = new HDF(); in main()
210 escape_hdf = new HDF(); in main()
[all …]
H A Djavatest.gold1 Testing HDF set and dump
6 Testing HDF get
11 Testing HDF setSymLink
20 Testing HDF get int
24 Testing HDF parse/render
51 Final HDF dump
77 Testing HDF.getObj()
81 Testing HDF.objName()
93 Testing HDF.objNext()
97 Testing HDF.copy()
[all …]
/dports/www/p5-ClearSilver/clearsilver-0.10.5/perl/
H A DClearSilver.xs11 HDF* hdf;
44 HDF** hdf_a; in sortFunction()
45 HDF** hdf_b; in sortFunction()
101 ClearSilver::HDF
196 ClearSilver::HDF
201 HDF* tmp_hdf;
222 ClearSilver::HDF
226 HDF* tmp_hdf;
248 ClearSilver::HDF
253 HDF* tmp_hdf;
[all …]
/dports/math/PDL/PDL-2.019/GENERATED/PDL/IO/HDF/
H A DSD.pm5 package PDL::IO::HDF::SD;
19 bootstrap PDL::IO::HDF::SD ;
134 use PDL::IO::HDF;
193 $self->{ACCESS_MODE} = PDL::IO::HDF->DFACC_WRITE + PDL::IO::HDF->DFACC_READ;
204 if( ($self->{SDID} == PDL::IO::HDF->FAIL ) || ( $res == PDL::IO::HDF->FAIL ));
205 $self->{ACCESS_MODE} = PDL::IO::HDF->DFACC_WRITE + PDL::IO::HDF->DFACC_READ;
225 if($res == PDL::IO::HDF->FAIL);
238 if($res == PDL::IO::HDF->FAIL);
246 if($res == PDL::IO::HDF->FAIL);
858 if($res == PDL::IO::HDF->FAIL)
[all …]
/dports/math/PDL/PDL-2.019/IO/HDF/VS/
H A DVS.pd5 PDL::IO::HDF - An interface library for HDF4 files.
10 use PDL::IO::HDF::VS;
54 #pp_bless ("PDL::IO::HDF::VS");
67 # HDF (H) Interface
328 use PDL::IO::HDF;
351 1 : The name of the HDF file.
375 $self->{ACCESS_MODE} = PDL::IO::HDF->DFACC_WRITE + PDL::IO::HDF->DFACC_READ;
401 while( ($vg_ref = PDL::IO::HDF::VS::_Vgetid( $self->{HID}, $vg_ref )) != PDL::IO::HDF->FAIL)
570 if( $id == PDL::IO::HDF->FAIL );
728 if( $res == PDL::IO::HDF->FAIL );
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/csharp/
H A DCS.cs8 public unsafe struct HDF {}; struct
14 private static extern unsafe NEOERR* hdf_init(HDF **foo); in hdf_init()
18 private static unsafe extern NEOERR* hdf_set_value(HDF *hdf, in hdf_set_value()
28 private static unsafe extern string hdf_get_value(HDF *hdf, in hdf_get_value()
38 HDF *hdf, in hdf_dump()
45 private static extern HDF* hdf_get_obj( in hdf_get_obj()
46 HDF *hdf, in hdf_get_obj()
53 public HDF *hdf_root;
56 fixed (HDF **hdf_ptr = &hdf_root) { in Hdf()
94 extern static unsafe NEOERR *cs_init (CSPARSE **parse, HDF *hdf); in cs_init()

12345678910>>...55