Home
last modified time | relevance | path

Searched refs:keepInfo (Results 1 – 25 of 26) sorted by relevance

12

/dports/biology/freebayes/freebayes-1.3.5/vcflib-temp/src/
H A Dvcffilter.cpp78 bool keepInfo = false; in main() local
183 keepInfo = true; in main()
202 if (genofilterStrs.size() == 0 && keepInfo) { in main()
293 f->removeFilteredGenotypes(var, keepInfo); in main()
H A Dvcfallelicprimitives.cpp47 bool keepInfo = false; in main() local
82 keepInfo = true; in main()
225 if (keepInfo) { in main()
317 if (keepInfo) { in main()
H A DVariant.h515 void removeFilteredGenotypes(Variant& var, bool keepInfo);
H A DVariant.cpp1523 void VariantFilter::removeFilteredGenotypes(Variant& var, bool keepInfo) { in removeFilteredGenotypes() argument
1528 if (keepInfo) { in removeFilteredGenotypes()
/dports/biology/freebayes/freebayes-1.3.5/vcflib/src/
H A Dvcffilter.cpp78 bool keepInfo = false; in main() local
183 keepInfo = true; in main()
202 if (genofilterStrs.size() == 0 && keepInfo) { in main()
293 f->removeFilteredGenotypes(var, keepInfo); in main()
H A Dvcfallelicprimitives.cpp47 bool keepInfo = false; in main() local
82 keepInfo = true; in main()
225 if (keepInfo) { in main()
317 if (keepInfo) { in main()
H A DVariant.h515 void removeFilteredGenotypes(Variant& var, bool keepInfo);
H A DVariant.cpp1523 void VariantFilter::removeFilteredGenotypes(Variant& var, bool keepInfo) { in removeFilteredGenotypes() argument
1528 if (keepInfo) { in removeFilteredGenotypes()
/dports/biology/vcflib/vcflib-1.0.2/src/
H A Dvcffilter.cpp88 bool keepInfo = false; in main() local
193 keepInfo = true; in main()
212 if (genofilterStrs.size() == 0 && keepInfo) { in main()
303 f->removeFilteredGenotypes(var, keepInfo); in main()
H A Dvcfallelicprimitives.cpp56 bool keepInfo = false; in main() local
91 keepInfo = true; in main()
234 if (keepInfo) { in main()
326 if (keepInfo) { in main()
H A DVariant.h523 void removeFilteredGenotypes(Variant& var, bool keepInfo);
H A DVariant.cpp1532 void VariantFilter::removeFilteredGenotypes(Variant& var, bool keepInfo) { in removeFilteredGenotypes() argument
1537 if (keepInfo) { in removeFilteredGenotypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/r8/patches/
H A D0003-Allow-access-modification-everywhere.patch21 - return keepInfo.getInfo(reference, this).isAccessModificationAllowed(options());
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Ddefaults.c552 keepInfo = intDefault("keepInfo", keepInfo); in resetdefaults()
H A Dinput.c694 if (keepInfo > 0 && opened_info != -2) { /* 6/1/93 LAB */ in input2()
1229 opened_info = keepInfo * server_ups / 5; in buttonaction()
1928 opened_info = keepInfo * server_ups / 5; in Key73()
2226 opened_info = keepInfo * server_ups / 5; in Key105()
H A Ddata.c35 int keepInfo = 15; /* how many updates to keep infowins 6/1/93 LAB */ variable
H A Ddata.h177 extern int keepInfo;
H A Ddefwin.c98 &keepInfo,
H A Dplayback.c370 if (keepInfo > 0 && opened_info != -2 && /* 6/1/93 LAB */ in pbmain()
374 if (keepInfo > 0 && opened_info != -2) in pbmain()
H A Doption.c322 {1, "keep info %d upds (0=don't remove)", &keepInfo, 0, 0, 0, 0,
H A DCHANGES562 - keepInfo changed to number of updates instead of seconds - lab
572 - keepInfo now uses >= time so you can do 1 sec duration
579 - added variable time info windows stay displayed (keepInfo in .xtrekrc)- lab
H A Dnetrekrc.example142 keepInfo: 15
H A DXTREKRC.example160 keepInfo: 15
/dports/games/xboard-devel/xboard-f49e7e1/
H A Dbackend.c296 int keepInfo = 0; /* [HGM] to protect PGN tags in auto-step game analysis */ variable
941 keepInfo = 1; in ReplaceEngine()
943 keepInfo = 0; in ReplaceEngine()
14510 keepInfo = 1; // mere annotating should not alter PGN tags in AnalyzeFileEvent()
14512 keepInfo = 0; in AnalyzeFileEvent()
16241 if(keepInfo) return; in SetGameInfo()
/dports/games/xboard/xboard-4.9.1/
H A Dbackend.c297 int keepInfo = 0; /* [HGM] to protect PGN tags in auto-step game analysis */ variable
943 keepInfo = 1; in ReplaceEngine()
945 keepInfo = 0; in ReplaceEngine()
14780 keepInfo = 1; // mere annotating should not alter PGN tags in AnalyzeFileEvent()
14782 keepInfo = 0; in AnalyzeFileEvent()
16546 if(keepInfo) return; in SetGameInfo()

12