Home
last modified time | relevance | path

Searched refs:ToLower (Results 1 – 25 of 9728) sorted by relevance

12345678910>>...390

/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/kevinburke/ssh_config/ssh_config-01f96b0aa0cd/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
54 strings.ToLower("ConnectTimeout"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
160 strings.ToLower("VisualHostKey"): "no",
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/kevinburke/ssh_config/
H A Dvalidators.go15 return defaults[strings.ToLower(keyword)]
51 strings.ToLower("CanonicalizeMaxDots"): true,
53 strings.ToLower("ConnectionAttempts"): true,
70 lkey := strings.ToLower(key)
119 strings.ToLower("IdentitiesOnly"): "no",
128 strings.ToLower("LogLevel"): "INFO",
146 strings.ToLower("ServerAliveCountMax"): "3",
147 strings.ToLower("ServerAliveInterval"): "0",
159 strings.ToLower("VerifyHostKeyDNS"): "no",
160 strings.ToLower("VisualHostKey"): "no",
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/equalFold/
H A Dpositive_tests.go14 _ = strings.ToLower(x) == y
17 _ = strings.ToLower(x) == strings.ToLower(y)
20 _ = x == strings.ToLower(y)
23 _ = strings.ToLower(x) != "y"
26 _ = strings.ToLower(x) == strings.ToLower("y")
29 _ = x == strings.ToLower("y")
32 _ = strings.ToLower(x) == concat(y, "123")
57 _ = bytes.Equal(bytes.ToLower(x), y)
60 _ = bytes.Equal(bytes.ToLower(x), bytes.ToLower(y))
63 _ = !bytes.Equal(x, bytes.ToLower(y))
[all …]
/dports/security/vault/vault-1.8.2/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
19 if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
23 switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
19 if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
23 switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/security/vuls/vuls-0.13.7/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 …if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold\(a, b\) ins…
19 …if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use !strings\.EqualFold\(a, b\) in…
23 …switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold\(a, b\)…
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 …if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold\(a, b\) ins…
19 …if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use !strings\.EqualFold\(a, b\) in…
23 …switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold\(a, b\)…
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
19 if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
23 switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/honnef.co/go/tools/staticcheck/testdata/src/CheckToLowerToUpperComparison/
H A DCheckToLowerToUpperComparison.go11 if strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
19 if strings.ToLower(s1) != strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
23 switch strings.ToLower(s1) == strings.ToLower(s2) { // want `should use strings\.EqualFold instead`
28 …if strings.ToLower(s1) == strings.ToLower(s2) || s1+s2 == s2+s1 { // want `should use strings\.Equ…
32 if strings.ToLower(s1) > strings.ToLower(s2) {
36 if strings.ToLower(s1) < strings.ToLower(s2) {
40 if strings.ToLower(s1) == strings.ToUpper(s2) {
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-generics/src/
H A Dgenerics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/lang/fpc-rtl-generics/fpc-3.2.2/packages/rtl-generics/src/
H A Dgenerics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/generics/source/
H A Dsparta_generics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/editors/lazarus/lazarus/components/sparta/generics/source/
H A Dgenerics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/editors/lazarus-qt5/lazarus/components/sparta/generics/source/
H A Dgenerics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/generics/source/
H A Dsparta_generics.helpers.pas35 function ToLower: AnsiString; inline; in ToLower() function
41 function ToLower: WideString; inline; in ToLower() function
47 function ToLower: UnicodeString; inline; in ToLower() function
53 function ToLower: ShortString; inline; in ToLower() function
59 function ToLower: UTF8String; inline; in ToLower() function
65 function ToLower: RawByteString; inline; in ToLower() function
88 function TValueAnsiStringHelper.ToLower: AnsiString; in TValueAnsiStringHelper.ToLower() function
95 function TValueWideStringHelper.ToLower: WideString; in TValueWideStringHelper.ToLower() function
102 function TValueUnicodeStringHelper.ToLower: UnicodeString; in TValueUnicodeStringHelper.ToLower() function
109 function TValueShortStringHelper.ToLower: ShortString; in TValueShortStringHelper.ToLower() function
[all …]
/dports/www/gohugo/hugo-0.91.2/resources/images/
H A Dconfig.go71 strings.ToLower("Center"): gift.CenterAnchor,
72 strings.ToLower("TopLeft"): gift.TopLeftAnchor,
73 strings.ToLower("Top"): gift.TopAnchor,
74 strings.ToLower("TopRight"): gift.TopRightAnchor,
75 strings.ToLower("Left"): gift.LeftAnchor,
76 strings.ToLower("Right"): gift.RightAnchor,
77 strings.ToLower("BottomLeft"): gift.BottomLeftAnchor,
78 strings.ToLower("Bottom"): gift.BottomAnchor,
196 part = strings.ToLower(part)
425 cfg.Anchor = strings.ToLower(cfg.Anchor)
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dbase_encode_decode.cpp25 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
31 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
39 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
46 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/test/fuzz/
H A Dbase_encode_decode.cpp25 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
31 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
39 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
46 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dbase_encode_decode.cpp25 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
31 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
39 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()
46 assert(ToLower(encoded_string) == ToLower(TrimString(random_encoded_string))); in test_one_input()

12345678910>>...390