Home
last modified time | relevance | path

Searched refs:read_version (Results 26 – 50 of 210) sorted by relevance

123456789

/dports/devel/liblas/libLAS-1.8.1/doc/
H A Dconf.py55 def read_version(filename): function
80 version = read_version('../CMakeLists.txt')
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/build/artifacts/
H A Dmetadata.rb23 @full_version = read_version
85 def read_version method in Gitlab.Ci.Build.Artifacts.Metadata
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A Dfile.cxx363 double read_version; variable
390 read_version = strtod(c,0); in read_children()
391 if (read_version<=0 || read_version>FL_VERSION) in read_children()
503 read_version = 0.0; in read_file()
/dports/math/pdal/PDAL-2.3.0/doc/
H A Dconf.py89 def read_version(filename): function
105 release = read_version('../CMakeLists.txt')
/dports/www/yt-dlp/yt-dlp-2021.12.27/
H A Dpyinst.py25 version = read_version()
66 def read_version(): function
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A Dfile.cxx355 double read_version; variable
382 read_version = strtod(c,0); in read_children()
383 if (read_version<=0 || read_version>double(FL_VERSION+0.00001)) in read_children()
495 read_version = 0.0; in read_file()
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Drandom_forest_hdf5_impex.hxx280 double read_version; in rf_import_HDF5() local
282 read_version); in rf_import_HDF5()
283 vigra_precondition(read_version <= rf_hdf5_version, in rf_import_HDF5()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_api/src/
H A Dversion.rs29 let ver_str = read_version(dylib_path)?; in read_dylib_info()
105 fn read_version(dylib_path: &AbsPath) -> io::Result<String> { in read_version() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_api/src/
H A Dversion.rs29 let ver_str = read_version(dylib_path)?; in read_dylib_info()
105 fn read_version(dylib_path: &AbsPath) -> io::Result<String> { in read_version() function
/dports/databases/timescaledb/timescaledb-2.5.1/.github/workflows/
H A Dupdate-test.yaml75 id: read_version
82 UPDATE_FROM_TAG: ${{ steps.read_version.outputs.to_version }}-pg${{ matrix.pg_major }}
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/gamer/src/biom/
H A DReadLattice.C155 unsigned int file_size, i, j, k, read_version, write_version, smsize, dim; in load_lattice_file() local
193 read_version = get_uint(cptr); in load_lattice_file()
194 printf("read version: %d\n", read_version); in load_lattice_file()
/dports/security/nettle/nettle-3.7.3/examples/
H A Drsa-decrypt.c84 read_version(FILE *f) in read_version() function
226 if (!read_version(stdin)) in main()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/examples/
H A Drsa-decrypt.c84 read_version(FILE *f) in read_version() function
226 if (!read_version(stdin)) in main()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Ddoc_type_version_handler_p.h27 unsigned int version{1}, read_version{1};
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dpcl_video.cpp268 if (ebml_el.read_version() > tide::TideEBMLVersion) in Run()
271 ebml_el.read_version() << ".\n"; in Run()
277 ebml_el.read_version() << ".\n"; in Run()
/dports/net/cloud-init/cloud-init-21.4/packages/
H A Dbrpm64 def read_version():
154 version_data = read_version()
/dports/devel/cvsps/cvsps-2.1/
H A Dcache.c113 int read_version; in read_cache() local
125 if ((read_version = atoi(buff + 15)) != cache_version) in read_cache()
128 read_version, cache_version); in read_cache()
/dports/devel/cvsps-devel/cvsps-2.2b1/
H A Dcache.c113 int read_version; in read_cache() local
125 if ((read_version = atoi(buff + 15)) != cache_version) in read_cache()
128 read_version, cache_version); in read_cache()
/dports/devel/py-gevent/gevent-21.8.0/
H A Dsetup.py17 from _setuputils import read_version
44 __version__ = read_version()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/CORBA/
H A DVersion.h28 static ::gnu::CORBA::Version * read_version(::java::io::InputStream *);
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/CORBA/
H A DVersion.h28 static ::gnu::CORBA::Version * read_version(::java::io::InputStream *);
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/CORBA/
H A DVersion.h28 static ::gnu::CORBA::Version * read_version(::java::io::InputStream *);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/CORBA/
H A DVersion.h28 static ::gnu::CORBA::Version * read_version(::java::io::InputStream *);
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/CORBA/
H A DVersion.h28 static ::gnu::CORBA::Version * read_version(::java::io::InputStream *);
/dports/lang/v8/v8-9.6.180.12/tools/wasm-compilation-hints/
H A Dwasm-objdump-compilation-hints.py27 read_version(fin);

123456789