Home
last modified time | relevance | path

Searched refs:find_version (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/
H A Dgo_proxy.rb46 def find_version singletonMethod in API.GoProxy
88 ver = find_version
100 ver = find_version
113 ver = find_version
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/terraform/
H A Dstate_version.rb31 def find_version(serial) singletonMethod in API.Terraform.StateVersion
47 find_version(params[:serial]) do |version|
59 find_version(params[:serial]) do |version|
/dports/devel/py-requirementslib/requirementslib-1.5.16/
H A Dsetup.py21 def find_version(*file_paths): function
58 "git tag v{0}".format(find_version("src", "requirementslib", "__init__.py"))
66 version=find_version("src", "requirementslib", "__init__.py"),
/dports/www/firefox-legacy/firefox-52.8.0esr/python/mozbuild/mozbuild/configure/
H A Dlibstdcxx.py58 def find_version(e): function
79 print 'MOZ_LIBSTDCXX_TARGET_VERSION=%s' % find_version(cxx_env)
81 print 'MOZ_LIBSTDCXX_HOST_VERSION=%s' % find_version(host_cxx_env)
/dports/www/squidclamav/squidclamav-7.1/
H A Dbootstrap.sh28 find_version() function
77 amver=`find_version automake ${amversions}`
78 acver=`find_version autoconf ${acversions}`
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/configure/
H A Dlibstdcxx.py58 def find_version(args): function
87 print('MOZ_LIBSTDCXX_TARGET_VERSION=%s' % find_version(cxx_env.split()))
89 print('MOZ_LIBSTDCXX_HOST_VERSION=%s' % find_version(host_cxx_env.split()))
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/configure/
H A Dlibstdcxx.py54 def find_version(args): function
92 print("MOZ_LIBSTDCXX_TARGET_VERSION=%s" % find_version(cxx_env.split())[1])
94 print("MOZ_LIBSTDCXX_HOST_VERSION=%s" % find_version(host_cxx_env.split())[1])
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/configure/
H A Dlibstdcxx.py54 def find_version(args): function
92 print("MOZ_LIBSTDCXX_TARGET_VERSION=%s" % find_version(cxx_env.split())[1])
94 print("MOZ_LIBSTDCXX_HOST_VERSION=%s" % find_version(host_cxx_env.split())[1])
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/configure/
H A Dlibstdcxx.py56 def find_version(args): function
89 print('MOZ_LIBSTDCXX_TARGET_VERSION=%s' % find_version(cxx_env.split())[1])
91 print('MOZ_LIBSTDCXX_HOST_VERSION=%s' % find_version(host_cxx_env.split())[1])
/dports/databases/p5-Mango/Mango-1.30/t/
H A Dgridfs.t149 is $gridfs->find_version('test.txt', -1), $one, 'right version';
151 is $gridfs->find_version('test.txt', -1), $two, 'right version';
152 is $gridfs->find_version('test.txt', -2), $one, 'right version';
153 is $gridfs->find_version('test.txt', -3), undef, 'no version';
155 is $gridfs->find_version('test.txt', 0), $one, 'right version';
156 is $gridfs->find_version('test.txt', 1), $two, 'right version';
157 is $gridfs->find_version('test.txt', 2), undef, 'no version';
173 $gridfs->find_version(('test.txt', 2) => $delay->begin);
174 $gridfs->find_version(('test.txt', 1) => $delay->begin);
175 $gridfs->find_version(('test.txt', 0) => $delay->begin);
/dports/lang/perl5.34/perl-5.34.0/dist/Module-CoreList/t/
H A Dcorelist.t116 ok(! defined(Module::CoreList->find_version()),
119 is(ref(Module::CoreList->find_version($v)), 'HASH',
122 is(ref(Module::CoreList->find_version($v)), 'HASH',
/dports/lang/perl5.32/perl-5.32.1/dist/Module-CoreList/t/
H A Dcorelist.t116 ok(! defined(Module::CoreList->find_version()),
119 is(ref(Module::CoreList->find_version($v)), 'HASH',
122 is(ref(Module::CoreList->find_version($v)), 'HASH',
/dports/lang/perl5.30/perl-5.30.3/dist/Module-CoreList/t/
H A Dcorelist.t116 ok(! defined(Module::CoreList->find_version()),
119 is(ref(Module::CoreList->find_version($v)), 'HASH',
122 is(ref(Module::CoreList->find_version($v)), 'HASH',
/dports/devel/p5-Module-CoreList/Module-CoreList-5.20211120/t/
H A Dcorelist.t116 ok(! defined(Module::CoreList->find_version()),
119 is(ref(Module::CoreList->find_version($v)), 'HASH',
122 is(ref(Module::CoreList->find_version($v)), 'HASH',
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Module-CoreList/t/
H A Dcorelist.t116 ok(! defined(Module::CoreList->find_version()),
119 is(ref(Module::CoreList->find_version($v)), 'HASH',
122 is(ref(Module::CoreList->find_version($v)), 'HASH',
/dports/lang/perl5.34/perl-5.34.0/dist/Module-CoreList/
H A Dcorelist175 my $version_hash = Module::CoreList->find_version($num_r);
201 my $version_hash = Module::CoreList->find_version($num_v);
227 if ( !Module::CoreList->find_version($old) ) {
232 if ( !Module::CoreList->find_version($new) ) {
361 my $version_hash = Module::CoreList->find_version($numeric_v);
/dports/lang/perl5.32/perl-5.32.1/dist/Module-CoreList/
H A Dcorelist175 my $version_hash = Module::CoreList->find_version($num_r);
201 my $version_hash = Module::CoreList->find_version($num_v);
227 if ( !Module::CoreList->find_version($old) ) {
232 if ( !Module::CoreList->find_version($new) ) {
361 my $version_hash = Module::CoreList->find_version($numeric_v);
/dports/devel/p5-Module-CoreList/Module-CoreList-5.20211120/
H A Dcorelist175 my $version_hash = Module::CoreList->find_version($num_r);
201 my $version_hash = Module::CoreList->find_version($num_v);
227 if ( !Module::CoreList->find_version($old) ) {
232 if ( !Module::CoreList->find_version($new) ) {
361 my $version_hash = Module::CoreList->find_version($numeric_v);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Module-CoreList/
H A Dcorelist175 my $version_hash = Module::CoreList->find_version($num_r);
201 my $version_hash = Module::CoreList->find_version($num_v);
227 if ( !Module::CoreList->find_version($old) ) {
232 if ( !Module::CoreList->find_version($new) ) {
361 my $version_hash = Module::CoreList->find_version($numeric_v);
/dports/devel/py-memory-profiler/memory_profiler-0.58.0/
H A Dsetup.py6 def find_version(file_paths): function
34 version=find_version("memory_profiler.py"),
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest-asyncio/
H A Dsetup.py7 def find_version(): function
24 version=find_version(),
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest-asyncio/
H A Dsetup.py7 def find_version(): function
24 version=find_version(),
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest-asyncio/
H A Dsetup.py7 def find_version(): function
24 version=find_version(),
/dports/devel/py-pytest-asyncio/pytest-asyncio-0.10.0/
H A Dsetup.py7 def find_version(): function
24 version=find_version(),
/dports/www/py-dj32-django-timezone-field/django-timezone-field-4.2.3/
H A Dsetup.py14 def find_version(*file_paths): function
25 version=find_version('timezone_field', '__init__.py'),

12345678910>>...14