Home
last modified time | relevance | path

Searched refs:skip_region (Results 1 – 10 of 10) sorted by relevance

/dports/science/cp2k-data/cp2k-7.1.0/src/motion/thermostat/
H A Dthermostat_types.F230 SUBROUTINE create_thermostat_type(thermostat, simpar, section, skip_region, label) argument
234 LOGICAL, INTENT(IN), OPTIONAL :: skip_region local
246 IF (PRESENT(skip_region)) skip_region_loc = skip_region
H A Dthermostat_methods.F359 …ALL create_thermostat_type(thermostats%thermostat_baro, simpar, work_section, skip_region=.TRUE., &
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/motion/thermostat/
H A Dthermostat_types.F230 SUBROUTINE create_thermostat_type(thermostat, simpar, section, skip_region, label) argument
234 LOGICAL, INTENT(IN), OPTIONAL :: skip_region local
246 IF (PRESENT(skip_region)) skip_region_loc = skip_region
H A Dthermostat_methods.F359 …ALL create_thermostat_type(thermostats%thermostat_baro, simpar, work_section, skip_region=.TRUE., &
/dports/devel/py-rope/rope-0.18.0/rope/refactor/
H A Dsimilarfinder.py46 skip_region = None
50 skip_region = region
52 skip=skip_region)
/dports/textproc/p5-Pod-Xhtml/Pod-Xhtml-1.61/lib/Pod/
H A DXhtml.pm170 my $skip_region = $in_dsection && !$p2x_region;
182 return if $skip_region;
185 return if $skip_region;
/dports/biology/ncbi-toolkit/ncbi/algo/blast/api/
H A Dblast_seqalign.c778 Boolean skip_region = FALSE; in BlastHSPToSeqAlign() local
791 skip_region = TRUE; in BlastHSPToSeqAlign()
798 if(!skip_region) { in BlastHSPToSeqAlign()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dblast_seqalign.cpp702 bool skip_region; in s_BlastHSP2SeqAlign() local
708 skip_region = false; in s_BlastHSP2SeqAlign()
720 skip_region = true; in s_BlastHSP2SeqAlign()
727 if (!skip_region) { in s_BlastHSP2SeqAlign()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dblast_seqalign.cpp702 bool skip_region; in s_BlastHSP2SeqAlign() local
708 skip_region = false; in s_BlastHSP2SeqAlign()
720 skip_region = true; in s_BlastHSP2SeqAlign()
727 if (!skip_region) { in s_BlastHSP2SeqAlign()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dgapxdrop.c2471 Boolean skip_region = FALSE; in GapXEditBlockToSeqAlign() local
2516 skip_region = FALSE; in GapXEditBlockToSeqAlign()
2528 skip_region = TRUE; in GapXEditBlockToSeqAlign()
2538 if(!skip_region) { in GapXEditBlockToSeqAlign()