Home
last modified time | relevance | path

Searched refs:noEscape (Results 1 – 25 of 137) sorted by relevance

123456

/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dpath_replace.go86 if noEscape[c] || (c == '/' && !encodeSep) {
95 var noEscape [256]bool var
98 for i := 0; i < len(noEscape); i++ {
100 noEscape[i] = (i >= 'A' && i <= 'Z') ||
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dpath_replace.go86 if noEscape[c] || (c == '/' && !encodeSep) {
95 var noEscape [256]bool var
98 for i := 0; i < len(noEscape); i++ {
100 noEscape[i] = (i >= 'A' && i <= 'Z') ||
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/encoding/httpbinding/
H A Dpath_replace.go86 if noEscape[c] || (c == '/' && !encodeSep) {
95 var noEscape [256]bool var
98 for i := 0; i < len(noEscape); i++ {
100 noEscape[i] = (i >= 'A' && i <= 'Z') ||
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java64 NoEscape[] noEscape = new NoEscape[45]; in test() local
65 noEscape[0] = new NoEscape(); in test()
69 return noEscape[0].f1; in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java64 NoEscape[] noEscape = new NoEscape[45]; in test() local
65 noEscape[0] = new NoEscape(); in test()
69 return noEscape[0].f1; in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java63 NoEscape[] noEscape = new NoEscape[45]; in test() local
64 noEscape[0] = new NoEscape(); in test()
68 return noEscape[0].f1; in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java63 NoEscape[] noEscape = new NoEscape[45]; in test() local
64 noEscape[0] = new NoEscape(); in test()
68 return noEscape[0].f1; in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java64 NoEscape[] noEscape = new NoEscape[45]; in test() local
65 noEscape[0] = new NoEscape(); in test()
69 return noEscape[0].f1; in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java64 NoEscape[] noEscape = new NoEscape[45]; in test() local
65 noEscape[0] = new NoEscape(); in test()
69 return noEscape[0].f1; in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java64 NoEscape[] noEscape = new NoEscape[45]; in test() local
65 noEscape[0] = new NoEscape(); in test()
69 return noEscape[0].f1; in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/uncommontrap/
H A DDeoptReallocFailure.java63 NoEscape[] noEscape = new NoEscape[45]; in test() local
64 noEscape[0] = new NoEscape(); in test()
68 return noEscape[0].f1; in test()
/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Util/Printer/
H A DColor.hs199 epr (PS ps) = if BC.any (not.noEscape po) ps
224 mundane c = noEscape po c || c == ' '
230 noEscape :: Policy -> Char -> Bool
231 noEscape po c | poSpace po && isSpace c = False function
232 noEscape po c | c `elem` poEscX po = False function
233 noEscape po c | c `elem` poNoEscX po = True function
234 noEscape _ '\t' = True -- tabs will likely be converted to spaces function
235 noEscape _ '\n' = True function
236 noEscape po c = if poIsprint po then isPrint c function
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/sysutils/docker-machine/machine-0.16.2/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go25 var noEscape [256]bool var
30 for i := 0; i < len(noEscape); i++ {
32 noEscape[i] = (i >= 'A' && i <= 'Z') ||
222 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A Djson.c243 const char *noEscape = NULL; in jsonToStrInternal() local
253 strCatZN(result, noEscape, noEscapeSize); in jsonToStrInternal()
320 noEscape = json + *jsonPos; in jsonToStrInternal()
330 strCatZN(result, noEscape, noEscapeSize); in jsonToStrInternal()
685 const char *noEscape = NULL; in jsonFromStrInternal() local
705 strCatZN(json, noEscape, noEscapeSize); in jsonFromStrInternal()
747 noEscape = strZ(string) + stringIdx; in jsonFromStrInternal()
757 strCatZN(json, noEscape, noEscapeSize); in jsonFromStrInternal()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go26 var noEscape [256]bool var
31 for i := 0; i < len(noEscape); i++ {
33 noEscape[i] = (i >= 'A' && i <= 'Z') ||
240 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go26 var noEscape [256]bool var
31 for i := 0; i < len(noEscape); i++ {
33 noEscape[i] = (i >= 'A' && i <= 'Z') ||
240 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go26 var noEscape [256]bool var
31 for i := 0; i < len(noEscape); i++ {
33 noEscape[i] = (i >= 'A' && i <= 'Z') ||
240 if noEscape[c] || (c == '/' && !encodeSep) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/aws/vendor/github.com/aws/aws-sdk-go/private/protocol/rest/
H A Dbuild.go26 var noEscape [256]bool var
31 for i := 0; i < len(noEscape); i++ {
33 noEscape[i] = (i >= 'A' && i <= 'Z') ||
240 if noEscape[c] || (c == '/' && !encodeSep) {

123456