Home
last modified time | relevance | path

Searched refs:MaxString (Results 1 – 25 of 38) sorted by relevance

12

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A Dmax_test.go65 r1 := MaxString(d1)
66 r2 := MaxString(d2)
67 r3 := MaxString(d3)
68 r4 := MaxString(d4)
74 assert.Panics(t, func() { MaxString(n1) }, "It should panic")
H A Dmax.go155 func MaxString(i []string) string { func
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Dmax_test.go71 r1 := MaxString(d1)
72 r2 := MaxString(d2)
73 r3 := MaxString(d3)
74 r4 := MaxString(d4)
75 c1 := MaxString(n1)
H A Dmax.go171 func MaxString(i []string) interface{} { func
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Test/Vectors/VTest/
H A DDebug.pas23 MaxString = 1024;
30 if Count >= MaxString then Delete(0);
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_str.c75 static char strbuf[MaxString];
710 char buf[MaxString]; in USL_XORICursor()
774 char s[MaxString], in US_LineInput()
775 olds[MaxString]; in US_LineInput()
789 memset (s, 0, MaxString); in US_LineInput()
790 memset (olds, 0, MaxString); in US_LineInput()
1066 char s[MaxString], in US_lineinput()
1067 xx[MaxString], in US_lineinput()
1068 olds[MaxString]; in US_lineinput()
1082 memset (s, 0, MaxString); in US_lineinput()
[all …]
/dports/games/bstone/bstone-1.1.9/src/
H A Did_us_1.cpp417 char buf[MaxString]; in USL_XORICursor()
457 char buf[MaxString]; in USL_CustomCursor()
514 s[MaxString], olds[MaxString]; in US_LineInput()
592 if (isprint(c) && (len < MaxString - 1) in US_LineInput()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Did_us_1.cpp356 char buf[MaxString]; in USL_XORICursor()
407 char s[MaxString],olds[MaxString]; in US_LineInput()
474 if(cursor >= MaxString - 1) break; in US_LineInput()
619 if(isprint(c) && (len < MaxString - 1) && ((!maxchars) || (len < maxchars)) in US_LineInput()
H A Did_us.h43 #define MaxString 128 // Maximum input string size macro
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DConv.cpp51 struct MaxString { struct
56 const char* const MaxString<uint8_t>::value = "255";
58 const char* const MaxString<uint16_t>::value = "65535";
60 const char* const MaxString<uint32_t>::value = "4294967295";
63 const char* const MaxString<unsigned long>::value = "4294967295";
66 const char* const MaxString<unsigned long>::value = "18446744073709551615";
73 const char* const MaxString<unsigned long long>::value = "18446744073709551615";
81 const char* const MaxString<__uint128_t>::value =
572 strncmp(b, MaxString<UT>::value, size) > 0)) { in digits_to()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DConv.cpp49 struct MaxString { struct
54 const char* const MaxString<uint8_t>::value = "255";
56 const char* const MaxString<uint16_t>::value = "65535";
58 const char* const MaxString<uint32_t>::value = "4294967295";
61 const char* const MaxString<unsigned long>::value = "4294967295";
64 const char* const MaxString<unsigned long>::value = "18446744073709551615";
71 const char* const MaxString<unsigned long long>::value = "18446744073709551615";
79 const char* const MaxString<__uint128_t>::value =
566 strncmp(b, MaxString<UT>::value, size) > 0)) { in digits_to()
/dports/biology/ncbi-toolkit/ncbi/network/medarch/server/
H A Dmedschema.h34 typedef DBCHAR MaxString[SRV_MAXCHAR+1]; typedef
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/fr/
H A Dfr_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/id/
H A Did_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/nl/
H A Dnl_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/pt_BR/
H A Dpt_BR_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/zh_tw/
H A Dzh_tw_test.go44 MaxString string `validate:"max=3"`
150 test.MaxString = "1234"
/dports/net/rospo/rospo-0.7.1/vendor/github.com/go-playground/validator/v10/validator-10.4.1/translations/ja/
H A Dja_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/nl/
H A Dnl_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/zh_tw/
H A Dzh_tw_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/pt_BR/
H A Dpt_BR_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/id/
H A Did_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/fr/
H A Dfr_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/ja/
H A Dja_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/go-playground/validator/v10/translations/zh/
H A Dzh_test.go44 MaxString string `validate:"max=3"`
149 test.MaxString = "1234"

12