Home
last modified time | relevance | path

Searched refs:version_match (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/fcompiler/
H A Dintel.py35 version_match = intel_version_match('32-bit|IA-32') variable in IntelFCompiler
88 version_match = intel_version_match('Itanium|IA-64') variable in IntelItaniumFCompiler
108 version_match = intel_version_match('EM64T-based|Intel\\(R\\) 64|64|IA-64|64-bit') variable in IntelEM64TFCompiler
140 version_match = intel_version_match('32-bit|IA-32') variable in IntelVisualFCompiler
190 version_match = intel_version_match('Itanium') variable in IntelItaniumVisualFCompiler
210 version_match = simple_version_match(start=r'Intel\(R\).*?64,') variable in IntelEM64VisualFCompiler
/dports/science/py-eccodes/eccodes-1.3.3/
H A Dsetup.py33 version_match = re.search(version_pattern, version_file, re.M)
34 if version_match is None or len(version_match.groups()) > 1:
36 return version_match.group(1)
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/tests/
H A Dtest_fcompiler_gnu.py35 v = fc.version_match(vs)
41 v = fc.version_match(vs)
48 v = fc.version_match(vs)
54 v = fc.version_match(vs)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/rabbitmq/plugins/modules/
H A Drabbitmq_user_limits.py113 version_match = re.search('{rabbit,".*","(?P<version>.*)"}', status)
114 if version_match:
115 return Version(version_match.group('version'))
118 version_match = re.search('RabbitMQ version: (?P<version>.*)', status)
119 if version_match:
120 return Version(version_match.group('version'))
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/scripts/tls_scanner/
H A Dtls_scanner.py11 version_match = version_re.search(client_output)
15 if version_match:
16 return "Established %s %s" % (version_match.group(1), version_match.group(2))
/dports/security/botan2/Botan-2.18.2/src/scripts/tls_scanner/
H A Dtls_scanner.py11 version_match = version_re.search(client_output)
15 if version_match:
16 return "Established %s %s" % (version_match.group(1), version_match.group(2))
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/scripts/tls_scanner/
H A Dtls_scanner.py11 version_match = version_re.search(client_output)
15 if version_match:
16 return "Established %s %s" % (version_match.group(1), version_match.group(2))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/scripts/
H A Dvalidate_migration_timestamps16 version_match = MIGRATION_TIMESTAMP_REGEX.match(file_basename)
18 raise "#{filename} has an invalid migration version" if version_match.nil?
20 migration_timestamp = version_match['version'].to_i
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Dscribus_export_pdf.py115 version_match = VERSION_REGEX.search(scribus_version)
116 if version_match is None:
118 major = int(version_match.group(1))
119 minor = int(version_match.group(2))
120 point = int(version_match.group(3))
/dports/textproc/py-pygccxml/pygccxml-2.2.1/release_utils/
H A Dutils.py30 version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]",
32 if version_match:
33 return version_match.group(1)
/dports/devel/py-virtualenv/virtualenv-16.7.5/
H A Dsetup.py10 version_match = re.search(r"^__version__ = ['\"]([^'\"]*)['\"]", version_file, re.M)
11 if version_match:
12 return version_match.group(1)
/dports/devel/py-memory-profiler/memory_profiler-0.58.0/
H A Dsetup.py9 version_match = re.search(
12 if version_match:
13 return version_match.group(1)
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/archivers/zstd/zstd-1.5.0/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/archivers/liblz4/lz4-1.9.3/contrib/meson/meson/
H A DGetLz4LibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest-asyncio/
H A Dsetup.py13 version_match = re.search(
16 if version_match:
17 return version_match.group(1)
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/contrib/meson/
H A DGetLz4LibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/www/py-dj32-django-prometheus/django-prometheus-2.2.0/
H A Dsetup.py11 version_match = re.search(
14 if version_match:
15 return version_match.group(1)
/dports/www/py-django-prometheus/django-prometheus-2.2.0/
H A Dsetup.py11 version_match = re.search(
14 if version_match:
15 return version_match.group(1)
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/build/meson/
H A DGetZstdLibraryVersion.py23 version_match = regex.search(version_file_data)
24 if version_match:
25 return version_match.groups()

12345678910