Home
last modified time | relevance | path

Searched refs:wantversion (Results 1 – 13 of 13) sorted by relevance

/dports/dns/adns/adns-1.6.0/
H A DRELEASE-CHECKLIST37 wantversion="$1"
41 if [ "x$version" != "x$wantversion" ]; then
42 fail "you say version $wantversion but tree is $version"
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/purifyeps/
H A Dpurifyeps128 my ($wanthelp, $wantman, $wantps, $wantversion);
149 "V|version" => \$wantversion,
151 do {print $versionmsg; exit 1} if $wantversion;
/dports/devel/hs-git-annex/git-annex-8.20210903/Command/
H A DInit.hs69 Just wantversion -> getVersion >>= \case
70 Just v | v /= wantversion ->
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DAudioOutputSpeech.cpp272 … int wantversion = (umtType == MessageHandler::UDPVoiceCELTAlpha) ? g.iCodecAlpha : g.iCodecBeta; in needSamples() local
276 wantversion = i.key(); in needSamples()
278 if (cCodec && (cCodec->bitstreamVersion() != wantversion)) { in needSamples()
283 cCodec = g.qmCodecs.value(wantversion); in needSamples()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DAudioOutputSpeech.cpp272 … int wantversion = (umtType == MessageHandler::UDPVoiceCELTAlpha) ? g.iCodecAlpha : g.iCodecBeta; in needSamples() local
276 wantversion = i.key(); in needSamples()
278 if (cCodec && (cCodec->bitstreamVersion() != wantversion)) { in needSamples()
283 cCodec = g.qmCodecs.value(wantversion); in needSamples()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/ctanify/
H A Dctanify138 my $wantversion = 0;
146 "V|version" => \$wantversion,
152 if ($wantversion) {
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/pkfix-helper/
H A Dpkfix-helper38 my $wantversion = 0; # 1=user wants to see the program's version number
348 "V|version" => \$wantversion,
360 if ($wantversion) {
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/
H A DPkgConfig.pm445 my ($self,$pcfile,$wantversion) = @_;
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c583 REGISTER INTBIG wantversion, save, saidtech, saidlib; in getnodeproto() local
626 wantversion = -1; in getnodeproto()
630 wantversion = myatoi(pt+1); in getnodeproto()
656 if (wantversion < 0 || np->version == wantversion) return(np); in getnodeproto()
658 if (np->version == wantversion) return(np); in getnodeproto()
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/script/
H A Dpkg-config788 my ($self,$pcfile,$wantversion) = @_;
H A Dpkg-config.pl788 my ($self,$pcfile,$wantversion) = @_;
H A Dppkg-config788 my ($self,$pcfile,$wantversion) = @_;
/dports/devel/p5-PkgConfig/PkgConfig-0.25026/lib/
H A DPkgConfig.pm788 my ($self,$pcfile,$wantversion) = @_;