Home
last modified time | relevance | path

Searched refs:this_version (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_updates.c43 static struct dotted_triple this_version; variable
154 valid_version = parse_version( VERSION, &this_version ); in update_version()
157 update_message = compare_version (&this_version, &latest_version); in update_version()
175 if ( this_version.point == 0UL ) in update_version()
178 this_version.major, this_version.minor ); in update_version()
183 this_version.major, this_version.minor, this_version.point ); in update_version()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_updates.c43 static struct dotted_triple this_version; variable
154 valid_version = parse_version( VERSION, &this_version ); in update_version()
157 update_message = compare_version (&this_version, &latest_version); in update_version()
175 if ( this_version.point == 0UL ) in update_version()
178 this_version.major, this_version.minor ); in update_version()
183 this_version.major, this_version.minor, this_version.point ); in update_version()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/debian/
H A Dmysql-wsrep-server-5.6.preinst51 this_version=5.6
69 if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
75 db_fset mysql-server-$this_version/really_downgrade seen false || true
76 db_input medium mysql-server-$this_version/really_downgrade || true
78 db_get mysql-server-$this_version/really_downgrade || true
81 touch $DATADIR/debian-$this_version.flag
83 echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
84 echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
/dports/emulators/aranym/aranym-1.1.0/tools/
H A DLibcWrapGenerator.pl163 my $this_version;
178 $this_version = version_number($version);
184 if ($minimumVersion > $this_version)
194 if ($this_version <= $minimumVersion)
200 } elsif ($this_version > $versionInMap)
212 if ($versionInMap > $minimumVersion && $versionInMap > $this_version)
221 if ($this_version > $minimumVersion)
269 my $this_version = version_number($version);
279 if ($this_version > $minimumVersion)
/dports/devel/py-dill/dill-0.3.4/
H A Dsetup.py40 this_version = f.readline().split()[-1].strip("'") variable
44 this_version = target_version variable
47 this_version = target_version + '.dev0'
51 this_version += "-" + today
300 """ % {'relver' : stable_version, 'thisver' : this_version}
315 file.write(contents % {'this_version' : this_version,
/dports/databases/percona56-server/percona-server-5.6.51-91.0/build-ps/debian/
H A Dpercona-server-server-5.6.preinst50 this_version=5.6
68 if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
74 db_fset percona-server-server-$this_version/really_downgrade seen false || true
75 db_input medium percona-server-server-$this_version/really_downgrade || true
77 db_get percona-server-server-$this_version/really_downgrade || true
80 touch $DATADIR/debian-$this_version.flag
82 echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
83 echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
/dports/databases/percona56-client/percona-server-5.6.51-91.0/build-ps/debian/
H A Dpercona-server-server-5.6.preinst50 this_version=5.6
68 if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
74 db_fset percona-server-server-$this_version/really_downgrade seen false || true
75 db_input medium percona-server-server-$this_version/really_downgrade || true
77 db_get percona-server-server-$this_version/really_downgrade || true
80 touch $DATADIR/debian-$this_version.flag
82 echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
83 echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/build-ps/debian/
H A Dpercona-server-server-5.6.preinst50 this_version=5.6
68 if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
74 db_fset percona-server-server-$this_version/really_downgrade seen false || true
75 db_input medium percona-server-server-$this_version/really_downgrade || true
77 db_get percona-server-server-$this_version/really_downgrade || true
80 touch $DATADIR/debian-$this_version.flag
82 echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
83 echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
/dports/net-mgmt/nagios4/nagios-4.4.6/html/
H A Dmain.php4 $this_version = '4.4.6'; variable
15 <link rel="stylesheet" type="text/css" href="stylesheets/common.css?<?php echo $this_version; ?>" />
16 <link rel="stylesheet" type="text/css" href="stylesheets/nag_funcs.css?<?php echo $this_version; ?>…
147 <div class="version">Version <?php echo $this_version; ?></div>
/dports/math/gri/gri-2.12.23/src/
H A Dexpect.cc41 double version_expected, this_version; in expectingCmd() local
76 this_version = _version; in expectingCmd()
78 if (this_version < version_expected) { in expectingCmd()
82 double(version_expected), double(this_version)); in expectingCmd()
89 if (this_version > 2.0899) { in expectingCmd()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/utils/
H A Dflexible_version.py138 this_version, that_version = self._ensure_compatible(that)
140 if this_version != that_version \
142 return this_version < that_version
160 this_version, that_version = self._ensure_compatible(that)
162 if this_version != that_version:
226 this_version = list(self.version[:])
228 while len(this_version) < len(that_version): this_version.append(0)
229 while len(that_version) < len(this_version): that_version.append(0)
231 return this_version, that_version
/dports/math/py-pygsl/pygsl-2.3.0/gsl_dist/
H A Dgsl_Extension.py152 def check_version(self, required_version, this_version): argument
153 this_version = tuple(this_version)
155 min_length=min(len(required_version),len(this_version))
157 t_val = this_version[pos]
178 if len(required_version)>len(this_version): return 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/app/
H A Dapp_server.cc43 const base::Version this_version(UPDATER_VERSION_STRING); in ModeCheck() local
46 VLOG(2) << "This version: " << this_version.GetString() in ModeCheck()
49 if (this_version < active_version) { in ModeCheck()
57 if (active_version != base::Version("0") && active_version != this_version) { in ModeCheck()
65 if (this_version > active_version || global_prefs->GetSwapping()) { in ModeCheck()
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/patches/
H A Dlilv_mod-version-compare.patch114 - const int cmp = lilv_version_cmp(&this_version, &last_version);
115 + const int cmp = lilv_version_cmp_mod(&this_version, &last_version);
128 - this_version.minor, this_version.micro,
130 + this_version.builder, this_version.minor,
131 + this_version.micro, this_version.release,
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/packaging/deb-in/
H A Dmysql-packagesource-server-SERIES.preinst.in97 this_version=5.7
115 if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
127 touch $DATADIR/debian-$this_version.flag
129 echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
130 echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-ancestry.c180 t_uchar * this_version = 0; in arch_cmd_ancestry() local
269 lim_free (0, this_version); in arch_cmd_ancestry()
270 this_version = 0; in arch_cmd_ancestry()
275 if (str_cmp (this_version, version_wanted)) in arch_cmd_ancestry()
278 lim_free (0, this_version); in arch_cmd_ancestry()
279 this_version = str_save (0, version_wanted); in arch_cmd_ancestry()
407 lim_free (0, this_version); in arch_cmd_ancestry()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html/styles/
H A Dchangebar.perl119 local($this_version) = $cb_version;
136 if ($this_version) {
137 join('', &put_cb_icon('begin',2, "<$cbstyle>$this_version</$cbstyle>")
138 , $_ , &put_cb_icon('end',$endcb, "<$cbstyle> $this_version</$cbstyle>"));
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/latex2html-2016/styles/
H A Dchangebar.perl119 local($this_version) = $cb_version;
136 if ($this_version) {
137 join('', &put_cb_icon('begin',2, "<$cbstyle>$this_version</$cbstyle>")
138 , $_ , &put_cb_icon('end',$endcb, "<$cbstyle> $this_version</$cbstyle>"));
/dports/textproc/latex2html/latex2html-2016/styles/
H A Dchangebar.perl119 local($this_version) = $cb_version;
136 if ($this_version) {
137 join('', &put_cb_icon('begin',2, "<$cbstyle>$this_version</$cbstyle>")
138 , $_ , &put_cb_icon('end',$endcb, "<$cbstyle> $this_version</$cbstyle>"));
/dports/devel/gettext-runtime/gettext-0.21/gnulib-local/lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()
/dports/devel/gettext-tools/gettext-0.21/gnulib-local/lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()
/dports/devel/gettext-po-mode/gettext-0.21/gnulib-local/lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-lib/
H A Dbackupfile.c140 int this_version; in max_backup_version() local
155 this_version = version_number (file, dp->d_name, file_name_length); in max_backup_version()
156 if (this_version > highest_version) in max_backup_version()
157 highest_version = this_version; in max_backup_version()

1234567