Home
last modified time | relevance | path

Searched refs:maxGaps (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/gitea/gitea-1.16.5/vendor/github.com/olivere/elastic/v7/
H A Dsearch_queries_interval_rules_all_of.go13 maxGaps *int member
26 func (r *IntervalQueryRuleAllOf) MaxGaps(maxGaps int) *IntervalQueryRuleAllOf {
27 r.maxGaps = &maxGaps
62 if r.maxGaps != nil {
63 source["max_gaps"] = *r.maxGaps
H A Dsearch_queries_interval_rules_match.go13 maxGaps *int member
28 func (r *IntervalQueryRuleMatch) MaxGaps(maxGaps int) *IntervalQueryRuleMatch {
29 r.maxGaps = &maxGaps
68 if r.maxGaps != nil {
69 source["max_gaps"] = *r.maxGaps
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/
H A Dsearch_queries_interval_rules_all_of.go13 maxGaps *int member
26 func (r *IntervalQueryRuleAllOf) MaxGaps(maxGaps int) *IntervalQueryRuleAllOf {
27 r.maxGaps = &maxGaps
62 if r.maxGaps != nil {
63 source["max_gaps"] = *r.maxGaps
H A Dsearch_queries_interval_rules_match.go13 maxGaps *int member
28 func (r *IntervalQueryRuleMatch) MaxGaps(maxGaps int) *IntervalQueryRuleMatch {
29 r.maxGaps = &maxGaps
68 if r.maxGaps != nil {
69 source["max_gaps"] = *r.maxGaps
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/read/mergealignment/
H A DSamAlignmentMerger.java28 private final int maxGaps; field in SamAlignmentMerger
71 … final List<File> alignedSamFile, final int maxGaps, final List<String> attributesToRetain, in SamAlignmentMerger() argument
107 this.maxGaps = maxGaps; in SamAlignmentMerger()
316 if (maxGaps == -1) return false;
323 return gaps > maxGaps;
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dmodifyconstraintteachersmaxgapsperdayform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeachersMaxGapsPerDayForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentsmaxgapsperdayform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsMaxGapsPerDayForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachersmaxgapspermorningandafternoonform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeachersMaxGapsPerMorningAndAfternoonForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentsmaxgapsperrealdayform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsMaxGapsPerRealDayForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachersmaxgapsperrealdayform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeachersMaxGapsPerRealDayForm()
69 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentsmaxgapsperweekform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsMaxGapsPerWeekForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachersmaxgapsperweekform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeachersMaxGapsPerWeekForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachersmaxgapsperweekforrealdaysform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeachersMaxGapsPerWeekForRealDaysForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentsmaxgapsperweekforrealdaysform.cpp41 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsMaxGapsPerWeekForRealDaysForm()
67 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentssetmaxgapsperdayform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsSetMaxGapsPerDayForm()
93 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentssetmaxgapsperrealdayform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsSetMaxGapsPerRealDayForm()
93 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentssetmaxgapsperweekforrealdaysform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsSetMaxGapsPerWeekForRealDaysForm()
93 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintstudentssetmaxgapsperweekform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintStudentsSetMaxGapsPerWeekForm()
93 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachermaxgapsperdayform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeacherMaxGapsPerDayForm()
81 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachermaxgapspermorningandafternoonform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeacherMaxGapsPerMorningAndAfternoonForm()
81 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachermaxgapsperrealdayform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeacherMaxGapsPerRealDayForm()
83 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachermaxgapsperweekforrealdaysform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeacherMaxGapsPerWeekForRealDaysForm()
81 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
H A Dmodifyconstraintteachermaxgapsperweekform.cpp44 maxGapsSpinBox->setValue(ctr->maxGaps); in ModifyConstraintTeacherMaxGapsPerWeekForm()
81 this->_ctr->maxGaps=maxGapsSpinBox->value(); in ok()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/gobjects/
H A DMultipleAlignmentObject.h152 int deleteGap(U2OpStatus &os, const U2Region &rows, int pos, int maxGaps);
154 int deleteGapByRowIndexList(U2OpStatus &os, const QList<int> &rowIndexes, int pos, int maxGaps);
210 int getMaxWidthOfGapRegion(U2OpStatus &os, const QList<int> &rowIndexes, int pos, int maxGaps);
H A DMultipleAlignmentObject.cpp616 int MultipleAlignmentObject::deleteGap(U2OpStatus &os, const U2Region &rows, int pos, int maxGaps) { in deleteGap() argument
621 return deleteGapByRowIndexList(os, rowIndexes, pos, maxGaps); in deleteGap()
635 …ject::deleteGapByRowIndexList(U2OpStatus &os, const QList<int> &rowIndexes, int pos, int maxGaps) { in deleteGapByRowIndexList() argument
638 int removingGapColumnCount = getMaxWidthOfGapRegion(os, rowIndexes, pos, maxGaps); in deleteGapByRowIndexList()
643 } else if (removingGapColumnCount < maxGaps) { in deleteGapByRowIndexList()
644 pos += maxGaps - removingGapColumnCount; in deleteGapByRowIndexList()
746 …bject::getMaxWidthOfGapRegion(U2OpStatus &os, const QList<int> &rowIndexes, int pos, int maxGaps) { in getMaxWidthOfGapRegion() argument
748 …SAFE_POINT_EXT(pos >= 0 && maxGaps >= 0 && pos < ma->getLength(), os.setError("Illegal parameters … in getMaxWidthOfGapRegion()
751 int maxRemovedGaps = qBound(0, maxGaps, ma->getLength() - pos); in getMaxWidthOfGapRegion()
764 if (!ma->isGap(rowIndex, pos + maxGaps - gapCountInCurrentRow - 1)) { in getMaxWidthOfGapRegion()
[all …]

12