Home
last modified time | relevance | path

Searched refs:read_version (Results 1 – 25 of 210) sorted by last modified time

123456789

/dports/net/py-errbot/errbot-6.1.8/
H A Dsetup.py47 def read_version(): function
67 VERSION = read_version()
/dports/lang/python310/Python-3.10.1/Lib/
H A Dzipfile.py240 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/lang/python38/Python-3.8.12/Lib/
H A Dzipfile.py240 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/lang/python37/Python-3.7.12/Lib/
H A Dzipfile.py235 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/lang/python39/Python-3.9.9/Lib/
H A Dzipfile.py239 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dzipfile.py266 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dversion.sh43 read_version() { function
172 read_version
179 read_version
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dversion.sh45 read_version() { function
178 read_version
185 read_version
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dversion.sh41 read_version() { function
190 read_version
197 read_version
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dversion.sh45 read_version() { function
178 read_version
185 read_version
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dversion.sh43 read_version() { function
169 read_version
176 read_version
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/
H A Dzipfile.py227 sig, sz, create_version, read_version, disk_num, disk_dir, \
/dports/databases/py-aiomysql/aiomysql-0.0.22/
H A Dsetup.py23 def read_version(): function
54 version=read_version(),
/dports/textproc/expat2/expat-2.4.7/tests/
H A Druntests.c7578 XML_Expat_Version read_version = XML_ExpatVersionInfo(); in START_TEST() local
7588 if (! versions_equal(&read_version, &parsed_version)) in START_TEST()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Ddoc_type_version_handler.cpp65 if (p->s_read_version_by_element[id] > p->read_version) { in account()
66 …ccount: bumping read_version from {0} to {1} due to ID 0x{2:x}\n", p->read_version, p->s_read_vers… in account()
67 p->read_version = p->s_read_version_by_element[id]; in account()
130 if (file_read_version < p->read_version) { in do_update_ebml_head()
131 dt_read_version.SetValue(p->read_version); in do_update_ebml_head()
137 p->version, p->read_version, file_version, file_read_version, changed)); in do_update_ebml_head()
H A Ddoc_type_version_handler_p.h27 unsigned int version{1}, read_version{1};
/dports/net-im/prosody/prosody-0.11.13/util/
H A Dstartup.lua423 function startup.read_version() function
601 startup.read_version();
628 startup.read_version();
/dports/lang/rust/rustc-1.58.1-src/vendor/xshell/tests/it/
H A Dmain.rs471 let read_version = |path: &str| { in versions_match() localVariable
478 let v1 = read_version("./Cargo.toml"); in versions_match()
479 let v2 = read_version("./xshell-macros/Cargo.toml"); in versions_match()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/deps/ntlmclient/
H A Dntlm.c465 static inline bool read_version( in read_version() function
828 !read_version(&ntlm->challenge.target_version, in ntlm_client_set_challenge()
/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/security/clamav/clamav-0.104.2/clamdtop/
H A Dclamdtop.c112 static int read_version(conn_t *conn);
795 if (!read_version(conn)) in make_connection()
804 if (!read_version(conn)) in make_connection()
1314 static int read_version(conn_t *conn) in read_version() function
/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/security/clamav-lts/clamav-0.103.5/clamdtop/
H A Dclamdtop.c112 static int read_version(conn_t *conn);
795 if (!read_version(conn)) in make_connection()
804 if (!read_version(conn)) in make_connection()
1314 static int read_version(conn_t *conn) in read_version() function
/dports/www/yt-dlp/yt-dlp-2021.12.27/
H A Dpyinst.py25 version = read_version()
66 def read_version(): function
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/files/xml/
H A DPullParser.cpp407 status_t PullParser::read_version() in read_version() function in lsp::xml::PullParser
559 if ((res = read_version()) != STATUS_OK) in read_header()

123456789