Home
last modified time | relevance | path

Searched refs:tooLong (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/www/limesurvey/limesurvey/framework/validators/
H A DCStringValidator.php54 public $tooLong; variable in CStringValidator
102 …$message=$this->tooLong!==null?$this->tooLong:Yii::t('yii','{attribute} is too long (maximum is {m…
138 if(($tooLong=$this->tooLong)===null)
139 $tooLong=Yii::t('yii','{attribute} is too long (maximum is {max} characters).');
140 $tooLong=strtr($tooLong, array(
158 messages.push(".CJSON::encode($tooLong).");
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/semantics/forms/constraints/
H A Dform-validation-validity-valid.html.ini2 [[INPUT in TEXT status\] validity.valid must be false if validity.tooLong is true]
5 [[INPUT in SEARCH status\] validity.valid must be false if validity.tooLong is true]
8 [[INPUT in TEL status\] validity.valid must be false if validity.tooLong is true]
11 [[INPUT in PASSWORD status\] validity.valid must be false if validity.tooLong is true]
14 [[INPUT in URL status\] validity.valid must be false if validity.tooLong is true]
17 [[INPUT in EMAIL status\] validity.valid must be false if validity.tooLong is true]
/dports/devel/tpasm/tpasm1.11/
H A Dalias.c62 tooLong; in HandleAliasMatches() local
70 tooLong=false; in HandleAliasMatches()
72 …while(!tooLong&&!ParseComment(line,&skipIndex)) // keep going until end of line, or substitution t… in HandleAliasMatches()
97 tooLong=true; // had a problem in HandleAliasMatches()
107 if(haveSubstitution&&!tooLong) // see if there was a substitution -- if so, update the line in HandleAliasMatches()
120 tooLong=true; in HandleAliasMatches()
123 if(tooLong) in HandleAliasMatches()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/html/semantics/forms/constraints/
H A Dform-validation-validity-valid.html.ini3 [[INPUT in TEXT status\] validity.valid must be false if validity.tooLong is true]
6 [[INPUT in SEARCH status\] validity.valid must be false if validity.tooLong is true]
9 [[INPUT in TEL status\] validity.valid must be false if validity.tooLong is true]
12 [[INPUT in PASSWORD status\] validity.valid must be false if validity.tooLong is true]
15 [[INPUT in URL status\] validity.valid must be false if validity.tooLong is true]
18 [[INPUT in EMAIL status\] validity.valid must be false if validity.tooLong is true]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/tasksettings/
H A Dcredittransfersettingsbase.cpp27 return validators::tooLong; in checkNameLength()
42 return validators::tooLong; in checkPurposeLength()
63 return validators::tooLong; in checkRecipientLength()
117 return validators::tooLong; in checkEndToEndReferenceLength()
127 return validators::tooLong; in checkRecipientAccountNumber()
137 return validators::tooLong; in checkRecipientBankCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2;
18 printf("%D", tooLong);
20 printf("%U", tooLong);
22 printf("%O", tooLong);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Sema/
H A Dformat-strings-darwin.c15 long tooLong = 2; in test() local
18 printf("%D", tooLong); in test()
20 printf("%U", tooLong); in test()
22 printf("%O", tooLong); in test()
/dports/biology/canu/canu-2.2/src/correction/
H A DcomputeGlobalScore.H31 tooLong = 0; in globalScoreStats()
46 uint64 tooLong; variable
100 uint64 tooLong(void) { return(stats->tooLong); }; in tooLong() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DValidityState.cpp65 if (tooLong()) { in validationMessage()
150 bool ValidityState::tooLong() const in tooLong() function in WebCore::ValidityState
158 return input->tooLong(input->value(), HTMLTextFormControlElement::CheckDirtyFlag); in tooLong()
162 return textArea->tooLong(textArea->value(), HTMLTextFormControlElement::CheckDirtyFlag); in tooLong()
212 || tooLong() || patternMismatch() || valueMissing() || customError(); in valid()
/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_ftoa.cpp557 int64 tooLong = length - width; in Melder_truncate() local
558 if (tooLong <= 0) in Melder_truncate()
568 int64 tooLong = length - width; in Melder_truncate() local
569 if (tooLong <= 0) in Melder_truncate()
579 int64 tooLong = length - width; in Melder_padOrTruncate() local
580 if (tooLong == 0) in Melder_padOrTruncate()
582 if (tooLong < 0) { in Melder_padOrTruncate()
583 int64 tooShort = - tooLong; in Melder_padOrTruncate()
599 if (tooLong == 0) in Melder_padOrTruncate()
601 if (tooLong < 0) { in Melder_padOrTruncate()
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/validators/
H A DCStringValidator.php42 public $tooLong; variable in CStringValidator
80 …$message=$this->tooLong!==null?$this->tooLong:Yii::t('yii','{attribute} is too long (maximum is {m…

12345678910>>...22