Home
last modified time | relevance | path

Searched refs:tooShort (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/www/limesurvey/limesurvey/framework/validators/
H A DCStringValidator.php50 public $tooShort; variable in CStringValidator
97 …$message=$this->tooShort!==null?$this->tooShort:Yii::t('yii','{attribute} is too short (minimum is…
131 if(($tooShort=$this->tooShort)===null)
132 $tooShort=Yii::t('yii','{attribute} is too short (minimum is {min} characters).');
133 $tooShort=strtr($tooShort, array(
150 messages.push(".CJSON::encode($tooShort).");
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/tasksettings/
H A Dcredittransfersettingsbase.cpp29 return validators::tooShort; in checkNameLength()
44 return validators::tooShort; in checkPurposeLength()
65 return validators::tooShort; in checkRecipientLength()
125 return validators::tooShort; in checkRecipientAccountNumber()
135 return validators::tooShort; in checkRecipientBankCode()
/dports/biology/canu/canu-2.2/src/correction/
H A DcomputeGlobalScore.H30 tooShort = 0; in globalScoreStats()
45 uint64 tooShort; variable
99 uint64 tooShort(void) { return(stats->tooShort); }; in tooShort() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/unittests/Runtime/
H A DCommandTest.cpp158 OwningPtr<Descriptor> tooShort{CreateEmptyCharDescriptor<15>()}; in TEST_F() local
159 ASSERT_NE(tooShort, nullptr); in TEST_F()
160 EXPECT_EQ(RTNAME(ArgumentValue)(1, tooShort.get(), nullptr), -1); in TEST_F()
161 CheckDescriptorEqStr(tooShort.get(), severalArgsArgv[1]); in TEST_F()
166 EXPECT_EQ(RTNAME(ArgumentValue)(1, tooShort.get(), errMsg.get()), -1); in TEST_F()
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/validators/
H A DCStringValidator.php38 public $tooShort; variable in CStringValidator
75 …$message=$this->tooShort!==null?$this->tooShort:Yii::t('yii','{attribute} is too short (minimum is…
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_ftoa.cpp530 int64 tooShort = width - length; in Melder_pad() local
531 if (tooShort <= 0) in Melder_pad()
534 for (int64 i = 0; i < tooShort; i ++) in Melder_pad()
544 int64 tooShort = width - length; in Melder_pad() local
545 if (tooShort <= 0) in Melder_pad()
548 for (int64 i = 0; i < tooShort; i ++) in Melder_pad()
583 int64 tooShort = - tooLong; in Melder_padOrTruncate() local
585 for (int64 i = 0; i < tooShort; i ++) in Melder_padOrTruncate()
602 int64 tooShort = - tooLong; in Melder_padOrTruncate() local
604 for (int64 i = 0; i < tooShort; i ++) in Melder_padOrTruncate()
/dports/biology/bbmap/bbmap/current/jgi/
H A DGradeMergedReads.java158 long tooShort=0; in process() local
186 tooShort++; in process()
206 long incorrect=tooShort+tooLong; in process()
215 …t: \t"+String.format(Locale.ROOT, "%.5f",tooShort*100.0/readsProcessed)+"%\t"+tooShor… in process()
H A DConsect.java314 int sum=0, last=-1, tooShort=0; in consensus() local
328 }else{tooShort++;} in consensus()
339 if(max==sum && tooShort==0){ in consensus()
/dports/textproc/R-cran-readr/readr/src/
H A DTokenizerFwf.cpp250 bool tooShort = false; in nextToken() local
275 tooShort = true; in nextToken()
288 if (lastCol || tooShort) { in nextToken()
292 if (!(tooShort || isRagged_)) { in nextToken()
/dports/audio/rubberband/rubberband-2.0.0/src/
H A DStretchCalculator.cpp945 bool tooShort = true, tooLong = true; in distributeRegion() local
951 while ((tooLong || tooShort) && iteration < acceptableIterations) { in distributeRegion()
956 tooShort = false; in distributeRegion()
968 tooLong = true; tooShort = true; in distributeRegion()
981 tooShort = true; in distributeRegion()
995 tooShort = true; in distributeRegion()
1022 if (tooLong || tooShort) { in distributeRegion()
1042 } else if (tooShort) { in distributeRegion()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsmaptoolzoom.cpp101 …bool tooShort = ( mZoomRect.topLeft() - mZoomRect.bottomRight() ).manhattanLength() < mMinPixelZoo… in canvasReleaseEvent() local
102 if ( !mDragging || tooShort ) in canvasReleaseEvent()
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmaptoolzoom.cpp101 …const bool tooShort = ( mZoomRect.topLeft() - mZoomRect.bottomRight() ).manhattanLength() < mMinPi… in canvasReleaseEvent() local
102 if ( !mDragging || tooShort ) in canvasReleaseEvent()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/misc/
H A Dvalidators.h28 tooShort = -1, enumerator
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DValidityState.php17 * @property bool $tooShort
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DpreGraphConstruction.c326 boolean tooShort; in createPreNodes() local
359 tooShort = false; in createPreNodes()
367 tooShort = true; in createPreNodes()
396 if (tooShort) { in createPreNodes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dvalidity_state.h52 bool tooShort() const;
H A Dvalidity_state.cc48 bool ValidityState::tooShort() const { in tooShort() function in blink::ValidityState
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dvalidity_state.h52 bool tooShort() const;
H A Dvalidity_state.cc48 bool ValidityState::tooShort() const { in tooShort() function in blink::ValidityState
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DMacAddressTest.cpp92 StringPiece tooShort("\x11", 1); in TEST() local
93 EXPECT_THROW(MacAddress::fromBinary(tooShort), std::invalid_argument); in TEST()
/dports/biology/velvet/velvet_1.2.10/src/
H A DpreGraphConstruction.c402 boolean tooShort; in createPreNodes() local
441 tooShort = false; in createPreNodes()
454 tooShort = true; in createPreNodes()
466 tooShort = true; in createPreNodes()
492 if (tooShort) { in createPreNodes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dvalidity_state_flags.idl12 boolean tooShort = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dvalidity_state_flags.idl12 boolean tooShort = false;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webidls/
H A DValidityState.webidl11 readonly attribute boolean tooShort;
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DpreGraphConstruction.c399 boolean tooShort; in createPreNodes() local
432 tooShort = false; in createPreNodes()
443 tooShort = true; in createPreNodes()
468 if (tooShort) { in createPreNodes()

12345678