Home
last modified time | relevance | path

Searched refs:GDL (Results 26 – 50 of 636) sorted by relevance

12345678910>>...26

/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dtest_formats.pro4 ; write a GDL or a FL file, or regenerate the IDL version
12 ; -- as is, at this date, this code shows the format management in GDL
14 ; -- extra "\ ^J" added in GDL between the Re/Im parts for (D)Complex
87 a=float(randomn(33,np,/double,/RAN1)*1D8) ; needed: same randomn values for IDL8 and GDL only in th…
136 ; This code can be used in 3 softs : IDL, GDL, FL
181 filename='formats.GDL'
200 if ~FILE_TEST(file_fmt_gdl) then MESSAGE, /cont, "missing file <<formats.GDL>>" else soft='GDL'
207 ; reading back the 2 files : one created ("formats.GDL" or
215 if (soft EQ 'GDL') then OPENR, lun2, file_fmt_gdl
H A Dtest_healpix.pro17 ; Please report any troubles or discrepancies between IDL and GDL
18 ; outputs. We have users using the GDL version. Extentions welcome.
38 ; IDL or GDL ?
40 DEFSYSV, '!GDL', exist=is_it_gdl
H A Dtest_systime.pro8 ; non "C" locales, this can affect internal procedures in GDL ...
12 ; This test is not perfect because internal locale in GDL are changed
26 print, 'we test whether we use C locale, as internaly needed in GDL'
33 ; than IDL/GDL internal SYSTIME
51 MESSAGE, /continue, 'Problem with LOCALE in GDL'
56 ; this test is not pertinent for GDL,
61 ; MESSAGE, /continue, 'Warning: for your LOCALE outside GDL'
H A Dgdl_idl_fl.pro11 ; in GDL, IDL and FL. But we have few differences ...
38 if KEYWORD_SET(list) then return, ['GDL', 'IDL', 'FL']
46 ;; it seems that, if not GDL, testing !Slave is simplest way to
/dports/science/gnudatalanguage/gdl-1.0.1/.github/workflows/
H A Dcodecov.yml17 - name: Checkout GDL
34 - name: Build GDL
38 - name: Test GDL
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/interactive_tests/
H A Dtest_map.pro15 ; of examples linked to newly available projections in GDL
30 ; have everything now within GDL.
42 print, 'Unfortunalty, GDL was compiled without PROJ support !'
54 ; Checking if GDL is compiled with one of the 2 projections libraries
59 MESSAGE, /continue, 'GDL without Projection support !'
60 MESSAGE, 'please read the MAP_INSTALL document in the root of the GDL dir.'
128 print, 'Exemple 6: Should plot World centered on Crozon peninsula using (GDL ONY) eckert1 projectio…
136 print, 'Exemple 8: Should plot World using (GDL ONY) Bertin projection'
H A Dtest_plot_oo.pro16 ; 2016-01-11 AC : better way to manage if GDL not compile with X11
116 if exists then ttl='GDL : ' else ttl='IDL : '
157 print, 'GDL compiled with X11 support but we got a problem (Display ?)'
160 print, 'X11 tests not done, GDL compiled without X11 support'
169 print, 'GDL compiled with WIN support but we got a problem (Display ?)'
172 print, 'WIN tests not done, GDL compiled without WIN support'
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/benchmark/
H A Dbenchmark_graphic_style.pro21 ;; GDL (green), IDL (red), FL (magenta)
22 languages=['GDL','IDL','FL']
46 print, 'Colors ? GDL : green, IDL : red, FL : magenta !'
H A Dplot_all_benchmark.pro5 ; but GDL only if /SVG, due to SVG output
14 if GDL_IDL_FL(/up) NE 'GDL' then MESSAGE, "SVG output only for GDL, sorry"
H A Dbenchmark_info_soft.pro4 ; Collecting informations on the interpreter version (GDL or IDL or FL)
20 if info_soft.name EQ 'GDL' then version=!gdl.release
H A Dbenchmark_generate_filename.pro34 ; prefixe + radical + GDL/IDL/FL
40 if (exist EQ 1) then interpreter='GDL' else interpreter='IDL'
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Darray_indices.pro58 ; GDL> a=intarr(23,24,27,33)
59 ; GDL> a[13,19,2,11]=1
60 ; GDL> ix=where(a)
61 ; GDL> print,l_getdim(a,ix)
H A Ddelvar.pro5 ; As IDL's DELVAR internal function (GDL:FIXME!), using
19 ; with GDL
27 ; Modified, 26-Jul-2013 as 'delvar' for GDL, with 48
H A Dquery_tiff.pro12 MESSAGE, /informational, "GDL was compiled without libtiff."
15 MESSAGE, /continue, "GDL was compiled without ImageMagick."
H A Dread_image.pro31 ; Requires ImageMagick (that means that GDL must have been
37 ; EXAMPLE: An image of Saturn should be around in the GDL CVS
68 MESSAGE, /continue, "GDL was compiled without ImageMagick support."
H A Dread_jpeg2000.pro33 ; Requires ImageMagick (that means that GDL must have been
39 ; EXAMPLE: An image of Saturn should be around in the GDL CVS
59 MESSAGE, /continue, "GDL was compiled without ImageMagick support."
H A Dread_gif.pro25 ; Requires ImageMagick (that means that GDL must have been
31 ; EXAMPLE: An image of Saturn should be around in the GDL CVS
60 MESSAGE, /continue, "GDL was compiled without ImageMagick support."
H A Dwrite_image.pro23 ; Requires ImageMagick (that means that GDL must have been
29 ; EXAMPLE: An image of Saturn should be around in the GDL CVS
65 MESSAGE, /continue, "GDL was compiled without ImageMagick support."
/dports/science/gnudatalanguage/gdl-1.0.1/obsolete/pro/
H A Dspl_init_old.pro16 ; to be used with GDL while this latter does not have it as an
41 ; -- arranged as a substitution for SPL_INIT (for use in GDL)
45 ; GDL, A. Coulais, 2009/08/27
50 ; when using GDL
56 ; want to use this function in GDL ... ignore this remark
62 print, 'GDL syntax, a C++ version is now available'
/dports/x11-toolkits/gdl/gdl-3.34.0/
H A DREADME6 Discussion of GDL development takes place on the gnome-devtools@gnome.org or
9 GDL is licensed under the terms of the LGPL.
/dports/science/gnudatalanguage/gdl-1.0.1/
H A DINSTALL.CMake19 the GDL binary. To use the "Debug" mode type:
25 Numerous features of GDL rely on external libraries. These
42 a custom installation location for GDL files
45 The list of all GDL-related options accepted by CMake along
47 $ cmake .. -LAH | grep -A1 "// GDL: "
/dports/science/gnudatalanguage/gdl-1.0.1/resource/maps/
H A DREADME6 One can update projections.ods each time a new projection comes available, and submit a PR for GDL
8 The procedure from the .ods to a working GDL database of projectiosn is a bit tricky (try to do bet…
14 The .csv can be read with GDL:
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.rhtml.ref31 <Comment><!-- GDL input --></Comment><br/>
32 …S ERB Text> code</RUBY RAILS ERB Text><GDL input> %Q:</GDL input><String> text \: text</String><GD…
/dports/graphics/graphite2/graphite2-1.3.14/debian-src/
H A Dcontrol31 compiling a GDL (Graphite Description Language) source file into a font using
55 compiling a GDL (Graphite Description Language) source file into a font using
80 compiling a GDL (Graphite Description Language) source file into a font using
104 compiling a GDL (Graphite Description Language) source file into a font using
128 compiling a GDL (Graphite Description Language) source file into a font using
152 compiling a GDL (Graphite Description Language) source file into a font using
176 # compiling a GDL (Graphite Description Language) source file into a font using
/dports/science/healpix/Healpix_3.50/src/idl/misc/
H A Dis_gdl.pro32 ; flag will take value 1 if GDL is being run instead of IDL
35 ; For more information on GDL see

12345678910>>...26