Home
last modified time | relevance | path

Searched defs:minLength (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DStringValidator.cs35 int minLength; field in System.Configuration.StringValidator
37 public StringValidator (int minLength) in StringValidator()
43 public StringValidator (int minLength, int maxLength) in StringValidator()
49 public StringValidator (int minLength, int maxLength, string invalidCharacters) in StringValidator()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DNullableStringValidator.cs40 int minLength; field in System.Configuration.NullableStringValidator
42 public NullableStringValidator (int minLength) in NullableStringValidator()
48 public NullableStringValidator (int minLength, int maxLength) in NullableStringValidator()
54 public NullableStringValidator (int minLength, int maxLength, string invalidCharacters) in NullableStringValidator()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/schema/
H A Dexpression_internal_schema_min_length_test.cpp42 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
51 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
61 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
73 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
81 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
122 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
142 InternalSchemaMinLengthMatchExpression minLength; in TEST() local
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/webpack/schemas/plugins/
H A DDllPlugin.json9 "minLength": 1 number
22 "minLength": 1 number
27 "minLength": 1 number
32 "minLength": 1 number
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DStringValidator.cs27 public StringValidator(int minLength) in StringValidator()
31 public StringValidator(int minLength, int maxLength) in StringValidator()
35 public StringValidator(int minLength, int maxLength, string invalidCharacters) { in StringValidator()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DStringValidator.cs13 public StringValidator(int minLength) in StringValidator()
17 public StringValidator(int minLength, int maxLength) in StringValidator()
21 public StringValidator(int minLength, int maxLength, string invalidCharacters) in StringValidator()
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DHEAD_Rules.m97 minLength = []; variable
116 minLength = 3; variable
123 minLength = 2; variable
143 minLength = 2; variable
164 minLength = 3; variable
179 minLength = 5; variable
182 minLength = 3; variable
222 minLength = 2; variable
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/normandy/test/unit/mock_api/api/v1/action/opt-out-study/
H A Dindex.json8 "minLength": 1, number
13 "minLength": 1, number
18 "minLength": 1, number
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.elastic.co/apm/internal/apmschema/jsonschema/sourcemaps/
H A Dpayload.json11 "minLength": 1 number
17 "minLength": 1 number
24 "minLength": 1 number
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/account/
H A DMinLengthValidator.java24 private final int minLength; field in MinLengthValidator
34 public MinLengthValidator(final String parameterValue, final int minLength) { in MinLengthValidator()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/
H A DRandomDataGenerator.cs286 public string GetString(int newSeed, bool validPath, int minLength, int maxLength) in GetString()
292 public string GetString(bool validPath, int minLength, int maxLength) in GetString()
297 …public string GetString(int newSeed, bool validPath, bool allowNulls, int minLength, int maxLength) in GetString()
303 public string GetString(bool validPath, bool allowNulls, int minLength, int maxLength) in GetString()
308 …ing(int newSeed, bool validPath, bool allowNulls, bool allowNoWeight, int minLength, int maxLength) in GetString()
314 …public string GetString(bool validPath, bool allowNulls, bool allowNoWeight, int minLength, int ma… in GetString()
362 public string[] GetStrings(int newSeed, bool validPath, int minLength, int maxLength) in GetStrings()
368 public string[] GetStrings(bool validPath, int minLength, int maxLength) in GetStrings()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DGraphUtils.java22 final int minLength = GraphUtils.minKmerLength(listOfBytes); in commonMaximumPrefixLength() local
42 … public static int commonMaximumSuffixLength(final List<byte[]> listOfBytes, final int minLength) { in commonMaximumSuffixLength()
/dports/www/xsp/xsp-4.5/test/1.1/webservice/
H A DCompressExtension.cs28 int minLength; field in CompressExtension
134 private int minLength = 0; field in CompressAttribute
186 int minLength; field in CompressOperationBinding
/dports/lang/solidity/solidity_0.8.11/tools/yulPhaser/
H A DMutations.cpp141 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in randomPointCrossover() local
156 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in symmetricRandomPointCrossover() local
173 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in fixedPointCrossover() local
218 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in randomTwoPointCrossover() local
234 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in symmetricRandomTwoPointCrossover() local
254 size_t minLength = min(_chromosome1.length(), _chromosome2.length()); in uniformSwap() local
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/web-auth/metadata-service/src/
H A DCodeAccuracyDescriptor.php28 private $minLength; variable in Webauthn\\MetadataService\\CodeAccuracyDescriptor
30 …public function __construct(int $base, int $minLength, ?int $maxRetries = null, ?int $blockSlowdow…
/dports/www/nextcloud/nextcloud/3rdparty/web-auth/metadata-service/src/
H A DCodeAccuracyDescriptor.php28 private $minLength; variable in Webauthn\\MetadataService\\CodeAccuracyDescriptor
30 …public function __construct(int $base, int $minLength, ?int $maxRetries = null, ?int $blockSlowdow…
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dmisc_rw.c39 IN_LENGTH_PKC const int minLength, in readInteger()
396 IN_LENGTH_PKC const int minLength, in readInteger16U()
409 IN_LENGTH_PKC const int minLength, in readInteger16Ubits()
421 IN_LENGTH_PKC const int minLength, in readInteger32()
438 IN_LENGTH_PKC const int minLength, in readInteger16UChecked()
451 IN_LENGTH_PKC const int minLength, in readInteger32Checked()
475 IN_LENGTH_PKC const int minLength, in readBignumInteger()
516 IN_LENGTH_PKC const int minLength, in readBignumInteger16U()
539 IN_LENGTH_PKC const int minLength, in readBignumInteger32()
554 IN_LENGTH_PKC const int minLength, in readBignumInteger16UChecked()
[all …]
H A Dpgp_rw.c161 IN_LENGTH_SHORT_Z const int minLength, in pgpReadLength()
202 IN_LENGTH_SHORT_Z const int minLength, in readPacketHeader()
318 IN_LENGTH_SHORT const int minLength, in pgpReadPacketHeader()
335 IN_LENGTH_SHORT const int minLength ) in pgpReadPacketHeaderI()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/tasksettings/
H A Dcredittransfersettingsbase.h113 void setPurposeLimits(const int& lines, const int& lineLength, const int& minLength) { in setPurposeLimits()
119 void setRecipientNameLimits(const int& lines, const int& lineLength, const int& minLength) { in setRecipientNameLimits()
125 void setPayeeNameLimits(const int& lines, const int& lineLength, const int& minLength) { in setPayeeNameLimits()
/dports/databases/hbase/hbase-1.2.1/hbase-common/src/main/java/org/apache/hadoop/hbase/util/
H A DArrayUtils.java112 public static byte[] growIfNecessary(byte[] array, int minLength, int numAdditionalBytes) { in growIfNecessary()
119 public static int[] growIfNecessary(int[] array, int minLength, int numAdditionalInts) { in growIfNecessary()
126 public static long[] growIfNecessary(long[] array, int minLength, int numAdditionalLongs) { in growIfNecessary()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/liboktetawidgets/
H A Dbytearraycombobox.cpp46 void ByteArrayComboBox::setMinLength(int minLength) in setMinLength()
81 int ByteArrayComboBox::minLength() const in minLength() function in Okteta::ByteArrayComboBox
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/doc/json-schema/
H A Dmkvmerge-identification-output-schema-v1.json16 "minLength": 1 number
81 "minLength": 1 number
95 "minLength": 32, number
101 "minLength": 32, number
107 "minLength": 32, number
113 "minLength": 1 number
151 "minLength": 1 number
163 "minLength": 1 number
201 "minLength": 1 number
205 "minLength": 0 number
[all …]
/dports/devel/icu/icu/source/test/perf/normperf/
H A Dsimplenormperf.cpp27 static UnicodeString getMixed(int32_t minLength) { in getMixed()
30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1()
31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1()
32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII()
33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese()
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
/dports/devel/icu-lx/icu/source/test/perf/normperf/
H A Dsimplenormperf.cpp27 static UnicodeString getMixed(int32_t minLength) { in getMixed()
30 static UnicodeString getLatin1(int32_t minLength) { return extend(latin1, minLength); } in getLatin1()
31 …static UnicodeString getLowercaseLatin1(int32_t minLength) { return extend(lowercaseLatin1, minLen… in getLowercaseLatin1()
32 static UnicodeString getASCII(int32_t minLength) { return extend(ascii, minLength); } in getASCII()
33 static UnicodeString getJapanese(int32_t minLength) { return extend(japanese, minLength); } in getJapanese()
55 static UnicodeString extend(const UnicodeString &s, int32_t minLength) { in extend()
/dports/misc/iso-codes/iso-codes-59767ed869f3952575f7d0f639a290a4c4b315e5/data/
H A Dschema-3166-1.json27 "minLength": 1 number
37 "minLength": 1 number
42 "minLength": 1 number

12345678910>>...60