Home
last modified time | relevance | path

Searched refs:vers_cmp (Results 1 – 11 of 11) sorted by relevance

/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DVersion.pm97 return [sort { vers_cmp(lc($a->name), lc($b->name)) } @$list];
211 sub vers_cmp { subroutine
H A DDB.pm207 my $version_ok = vers_cmp($sql_vers, $sql_want) > -1 ? 1 : 0;
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/DB/
H A DPg.pm89 if (vers_cmp($self->bz_server_version, 9) < 0) {
271 if (vers_cmp($self->bz_server_version, 9) < 0) {
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/Install/
H A DRequirements.pm128 version => (vers_cmp($perl_ver, '5.13.3') > -1) ? '1.614' : '1.54'
327 version => (vers_cmp($perl_ver, '5.13.3') > -1) ? '3.67' : '3.40',
H A DUtil.pm480 sub vers_cmp { subroutine
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DVersion.pm94 return [sort { vers_cmp(lc($a->name), lc($b->name)) } @$list];
H A DDB.pm203 my $version_ok = vers_cmp($sql_vers, $sql_want) > -1 ? 1 : 0;
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dpkg_mngr.i948 if (vers_cmp(ins.vers,_vrel,_version)) {
970 if (vers_cmp(ins.vers,_vrel,_version)) {
996 if (!vers_cmp(Y_VERSION,pkg.depends_rel(i),pkg.depends_vers)) \
1358 func vers_cmp(v1,op,v2) in vers_cmp() function
/dports/devel/bugzilla44/bugzilla-4.4.13/
H A Dquery.cgi47 @unique = sort { vers_cmp(lc($a->name), lc($b->name)) } @unique;
/dports/devel/bugzilla50/bugzilla-5.0.4/
H A Dquery.cgi51 @unique = sort { vers_cmp(lc($a->name), lc($b->name)) } @unique;
H A Dbuglist.cgi1065 ? sort { vers_cmp(lc($a), lc($b)) } @values