Home
last modified time | relevance | path

Searched +refs:match +refs:version (Results 1 – 25 of 144476) sorted by relevance

12345678910>>...5780

/dports/sysutils/siegfried/siegfried-1.9.1/pkg/reader/examples/multi/
H A Dmulti.yaml20 version :
76 version :
83 version :
111 version :
159 version :
215 version :
222 version :
250 version :
298 version :
354 version :
[all …]
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Converter/
H A DSemverConverter.php24 public function convertVersion($version) argument
30 $version = str_replace('–', '-', $version);
31 …$prefix = preg_match('/^[a-z]/', $version) && 0 !== strpos($version, 'dev-') ? substr($version, 0,…
32 $version = substr($version, \strlen($prefix));
33 $version = SemverUtil::convertVersionMetadata($version);
34 $version = SemverUtil::convertDateVersion($version);
36 return $prefix.$version;
182 $version = explode('.', $match);
183 $change = \count($version) - 2;
184 $version[$change] = (int) ($version[$change]) + 1;
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/reader/examples/ipresShowcase/
H A Dsf.yaml18 version :
83 version :
161 version :
200 version :
213 version :
226 version :
239 version :
252 version :
265 version :
278 version :
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
111 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
112 $version = $match[1];
116 if (preg_match('{@(?:' . self::$stabilitiesRegex . ')$}i', $version, $match)) {
117 $version = substr($version, 0, strlen($version) - strlen($match[0]));
131 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
132 $version = $match[1];
165 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
111 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
112 $version = $match[1];
116 if (preg_match('{@(?:' . self::$stabilitiesRegex . ')$}i', $version, $match)) {
117 $version = substr($version, 0, strlen($version) - strlen($match[0]));
131 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
132 $version = $match[1];
165 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
111 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
112 $version = $match[1];
116 if (preg_match('{@(?:' . self::$stabilitiesRegex . ')$}i', $version, $match)) {
117 $version = substr($version, 0, strlen($version) - strlen($match[0]));
131 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
132 $version = $match[1];
165 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
111 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
112 $version = $match[1];
116 if (preg_match('{@(?:' . self::$stabilitiesRegex . ')$}i', $version, $match)) {
117 $version = substr($version, 0, strlen($version) - strlen($match[0]));
131 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
132 $version = $match[1];
165 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/devel/py-setuptools_scm/setuptools_scm-6.3.2/src/setuptools_scm/
H A Dversion.py20 match = config.tag_regex.match(tagstring)
23 if match:
31 "prefix": match.group(0)[: match.start(key)],
32 "suffix": match.group(0)[match.end(key) :],
220 match = re.match(r"(.*?)(\d+)$", version)
221 if match is None:
307 match = re.match(
314 return match
324 match = date_ver_match(version)
325 if match is None:
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
61 if (!empty($match[3])) {
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
104 $version = trim($version);
110 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
114 $version = $match[1];
128 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
129 $version = $match[1];
162 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
61 if (!empty($match[3])) {
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
104 $version = trim($version);
110 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
114 $version = $match[1];
128 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
129 $version = $match[1];
162 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
66 if ('beta' === $match[1] || 'b' === $match[1]) {
69 if ('alpha' === $match[1] || 'a' === $match[1]) {
111 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
112 $version = $match[1];
116 if (preg_match('{@(?:' . self::$stabilitiesRegex . ')$}i', $version, $match)) {
117 $version = substr($version, 0, strlen($version) - strlen($match[0]));
131 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
132 $version = $match[1];
165 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
60 if (!empty($match[3])) {
64 if (!empty($match[1])) {
65 if ('beta' === $match[1] || 'b' === $match[1]) {
68 if ('alpha' === $match[1] || 'a' === $match[1]) {
109 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
110 $version = $match[1];
124 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
125 $version = $match[1];
158 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/matomo/piwik/vendor/composer/semver/src/
H A DVersionParser.php59 preg_match('{' . self::$modifierRegex . '(?:\+.*)?$}i', strtolower($version), $match);
60 if (!empty($match[3])) {
64 if (!empty($match[1])) {
65 if ('beta' === $match[1] || 'b' === $match[1]) {
68 if ('alpha' === $match[1] || 'a' === $match[1]) {
109 if (preg_match('{^([^,\s]++) ++as ++([^,\s]++)$}', $version, $match)) {
110 $version = $match[1];
114 if (preg_match('{^([^,\s+]++)\+[^\s]++$}', $version, $match)) {
115 $version = $match[1];
157 if (preg_match('{(.*?)[.-]?dev$}i', $version, $match)) {
[all …]
/dports/www/moodle310/moodle/lib/classes/
H A Duseragent.php396 if (version_compare($match[1], $version) >= 0) {
431 if (version_compare($match[2], $version) >= 0) {
476 if (version_compare($match[2], $version) >= 0) {
672 if (version_compare($match[1], $version) >= 0) {
676 if (version_compare($match[1], $version) >= 0) {
711 if (version_compare($match[1], $version) >= 0) {
773 if (version_compare($match[1], $version) >= 0) {
808 if (version_compare($match[1], $version) >= 0) {
843 if (version_compare($match[1], $version) >= 0) {
881 if (version_compare($match[1], $version) >= 0) {
[all …]
/dports/www/moodle39/moodle/lib/classes/
H A Duseragent.php396 if (version_compare($match[1], $version) >= 0) {
431 if (version_compare($match[2], $version) >= 0) {
476 if (version_compare($match[2], $version) >= 0) {
672 if (version_compare($match[1], $version) >= 0) {
676 if (version_compare($match[1], $version) >= 0) {
711 if (version_compare($match[1], $version) >= 0) {
773 if (version_compare($match[1], $version) >= 0) {
808 if (version_compare($match[1], $version) >= 0) {
843 if (version_compare($match[1], $version) >= 0) {
881 if (version_compare($match[1], $version) >= 0) {
[all …]
/dports/www/moodle311/moodle/lib/classes/
H A Duseragent.php396 if (version_compare($match[1], $version) >= 0) {
431 if (version_compare($match[2], $version) >= 0) {
476 if (version_compare($match[2], $version) >= 0) {
672 if (version_compare($match[1], $version) >= 0) {
676 if (version_compare($match[1], $version) >= 0) {
711 if (version_compare($match[1], $version) >= 0) {
773 if (version_compare($match[1], $version) >= 0) {
808 if (version_compare($match[1], $version) >= 0) {
843 if (version_compare($match[1], $version) >= 0) {
881 if (version_compare($match[1], $version) >= 0) {
[all …]
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/
H A Dpath.lua26 return base_name:match("(.*)%.[^.]*.rock") .. ".rockspec"
57 assert(type(name) == "string" and not name:match("/"))
68 assert(type(name) == "string" and not name:match("/"))
80 assert(type(name) == "string" and not name:match("/"))
92 assert(type(name) == "string" and not name:match("/"))
104 assert(type(name) == "string" and not name:match("/"))
116 assert(type(name) == "string" and not name:match("/"))
128 assert(type(name) == "string" and not name:match("/"))
140 assert(type(name) == "string" and not name:match("/"))
152 assert(type(name) == "string" and not name:match("/"))
[all …]
/dports/math/py-pysmt/pysmt-0.9.0/ci/
H A Dcheck_python_version.py15 match = re.match(r'^(\d+)\.(\d+)$', expected_version_string)
16 if match is not None:
21 match = re.match(r'^(\d+)\.(\d+).\d+$', expected_version_string)
22 if match is not None:
37 match = re.match(r'^pypy(\d+)\.(\d+).*?$', expected_version_string)
38 if match is not None:
48 version = sys.version_info
54 if (expected_minor != '*' and expected_minor != str(version.minor)) or \
55 expected_major != str(version.major):
58 version.major, version.minor))
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dof10_s4810-vvvv.out9 version 1.0, type HELLO, length 8, xid 0xf1c0ecd6
14 version 1.0, type HELLO, length 8, xid 0x00000001
42 version 1.0, type SET_CONFIG, length 12, xid 0x00000003
44 version 1.0, type FLOW_MOD, length 72, xid 0x00000004
109 version 1.0, type FLOW_MOD, length 80, xid 0x00000009
113 version 1.0, type FLOW_MOD, length 80, xid 0x0000000a
117 version 1.0, type FLOW_MOD, length 80, xid 0x0000000b
121 version 1.0, type FLOW_MOD, length 88, xid 0x0000000c
126 version 1.0, type FLOW_MOD, length 88, xid 0x0000000d
1273 version 1.0, type HELLO, length 8, xid 0x95e1f644
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/build/
H A Ddependencies.yaml14 version: "v0.2.0"
21 version: "2.32"
30 version: "2.32"
37 version: 0.9.1
48 version: 1.8.0
58 version: 1.8.4
74 version: 20.10
112 match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
120 version: 1.16
161 version: 3.6
[all …]
/dports/science/py-asdf/asdf-2.8.1/asdf/tests/
H A Dtest_versioning.py166 assert spec.match(AsdfVersion('1.1.0'))
167 assert spec.match(AsdfVersion('1.2.0'))
168 assert not spec.match(AsdfVersion('1.0.0'))
189 assert spec.match('1.1.0')
190 assert spec.match('1.2.0')
191 assert not spec.match('1.0.0')
192 assert not spec.match('1.0.9')
212 assert spec.match((1,1,0))
213 assert spec.match((1,2,0))
214 assert not spec.match((1,0,0))
[all …]
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/
H A Dsystem.py57 def python_version(version): argument
96 tokens = version.split('.')
105 match = RELEASE_LEVEL_RE.match(tokens[1])
106 if not match:
109 minor = int(match.group(1))
110 rl = match.group(2)
116 match = RELEASE_LEVEL_RE.match(tokens[2])
117 if not match:
120 micro = int(match.group(1))
121 rl2 = match.group(2)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/
H A DPluginReference.java34 private String version; field in PluginReference
35 private int match = IMatchRules.NONE; field in PluginReference
62 public PluginReference(String id, String version, int match) { in PluginReference() argument
64 this.version = version; in PluginReference()
65 this.match = match; in PluginReference()
82 return id.hashCode() + (version == null ? 0 : version.hashCode()); in hashCode()
89 return match; in getMatch()
94 return version; in getVersion()
98 public void setMatch(int match) throws CoreException { in setMatch() argument
99 this.match = match; in setMatch()
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dregexp.t6 my $version = int(($]-5)*1000);
8 $version >= 8
20 next if $version < $1
23 next if $version > $1
26 next if $version < $1 || $version > $2;
31 my @match = split /\s*,\s*/, $match;
32 for my $m (@match) {
44 $version >= 14 && $version < 20
58 $version >= 24
70 $version >= 8
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dregexp.t6 my $version = int(($]-5)*1000);
8 $version >= 8
20 next if $version < $1
23 next if $version > $1
26 next if $version < $1 || $version > $2;
31 my @match = split /\s*,\s*/, $match;
32 for my $m (@match) {
44 $version >= 14 && $version < 20
58 $version >= 24
70 $version >= 8
[all …]

12345678910>>...5780