Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 25 of 9841) sorted by relevance

12345678910>>...394

/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/github.com/google/skylark/syntax/
H A Dquote.go59 quoted = quoted[1:]
67 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
74 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
76 quoted = quoted[3 : len(quoted)-3]
78 quoted = quoted[1 : len(quoted)-1]
106 quoted = quoted[i:]
116 quoted = quoted[2:]
134 quoted = quoted[2:]
138 quoted = quoted[2:]
143 quoted = quoted[2:]
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.starlark.net/syntax/
H A Dquote.go58 quoted = quoted[1:]
66 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
73 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
75 quoted = quoted[3 : len(quoted)-3]
77 quoted = quoted[1 : len(quoted)-1]
105 quoted = quoted[i:]
115 quoted = quoted[2:]
133 quoted = quoted[2:]
137 quoted = quoted[2:]
142 quoted = quoted[2:]
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/syntax/
H A Dquote.go58 quoted = quoted[1:]
66 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
73 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
75 quoted = quoted[3 : len(quoted)-3]
77 quoted = quoted[1 : len(quoted)-1]
105 quoted = quoted[i:]
115 quoted = quoted[2:]
133 quoted = quoted[2:]
137 quoted = quoted[2:]
142 quoted = quoted[2:]
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/build/
H A Dquote.go78 quoted = quoted[1:]
86 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
92 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
94 quoted = quoted[3 : len(quoted)-3]
96 quoted = quoted[1 : len(quoted)-1]
117 quoted = quoted[i:]
134 quoted = quoted[2:]
138 quoted = quoted[2:]
143 quoted = quoted[2:]
148 quoted = quoted[2:]
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/syntax/
H A Dquote.go53 quoted = quoted[1:]
58 quoted = quoted[1:]
66 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
73 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
75 quoted = quoted[3 : len(quoted)-3]
77 quoted = quoted[1 : len(quoted)-1]
105 quoted = quoted[i:]
115 quoted = quoted[2:]
138 quoted = quoted[2:]
145 quoted = quoted[2:]
[all …]
/dports/net/v2ray/v2ray-core-4.36.2/vendor/go.starlark.net/syntax/
H A Dquote.go53 quoted = quoted[1:]
58 quoted = quoted[1:]
66 if quoted[0] != '"' && quoted[0] != '\'' || quoted[0] != quoted[len(quoted)-1] {
73 …if len(quoted) >= 6 && quoted[1] == quote && quoted[2] == quote && quoted[:3] == quoted[len(quoted
75 quoted = quoted[3 : len(quoted)-3]
77 quoted = quoted[1 : len(quoted)-1]
105 quoted = quoted[i:]
115 quoted = quoted[2:]
138 quoted = quoted[2:]
145 quoted = quoted[2:]
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/non_conformant/parser/operations/division/strings/
H A Dpairs.hrx28 test-21: "quoted"/"quoted";
29 test-22: "quoted" /"quoted";
30 test-23: "quoted"/ "quoted";
31 test-24: "quoted" / "quoted";
92 test-21: "quoted"/"quoted";
93 test-22: "quoted" /"quoted";
94 test-23: "quoted"/ "quoted";
156 test-21: "quoted"/"quoted";
157 test-22: "quoted"/"quoted";
158 test-23: "quoted"/"quoted";
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/non_conformant/parser/operations/subtract/strings/
H A Dpairs.hrx12 test-5: literal-"quoted";
13 test-6: literal -"quoted";
14 test-7: literal- "quoted";
28 test-21: "quoted"-"quoted";
29 test-22: "quoted" -"quoted";
30 test-23: "quoted"- "quoted";
31 test-24: "quoted" - "quoted";
92 test-21: "quoted"-"quoted";
93 test-22: "quoted"-"quoted";
94 test-23: "quoted"-"quoted";
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/io/test/
H A Dquoted_manip_test.cpp31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
71 ss << quoted(s1); in main()
72 ss >> quoted(r); in main()
78 ss >> quoted(r); in main()
103 ss >> quoted(r); in main()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/io/test/
H A Dquoted_test.cpp21 ss << boost::io::quoted(s0); in main()
27 ss << boost::io::quoted(s0); in main()
28 ss >> boost::io::quoted(r); in main()
34 ss << boost::io::quoted(s0s); in main()
40 ss << boost::io::quoted(s0s); in main()
41 ss >> boost::io::quoted(r); in main()
47 ss << boost::io::quoted(s1); in main()
59 ss << boost::io::quoted(s1); in main()
60 ss >> boost::io::quoted(r); in main()
66 ss >> boost::io::quoted(r); in main()
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/wild-2.0.4/src/
H A Dparser.rs37 InArg(quoted) => match cu { in next_arg()
41 c if !quoted && c == u16::from(b' ') => { in next_arg()
45 push(&mut arg, c, quoted); in next_arg()
46 InArg(quoted) in next_arg()
63 Backslashes(count, quoted) => match cu { in next_arg()
74 InArg(quoted) in next_arg()
75 } else if quoted { in next_arg()
79 InArg(quoted) in next_arg()
87 push(&mut arg, c, quoted); in next_arg()
88 InArg(quoted) in next_arg()
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/wild-2.0.4/src/
H A Dparser.rs37 InArg(quoted) => match cu { in next_arg()
41 c if !quoted && c == u16::from(b' ') => { in next_arg()
45 push(&mut arg, c, quoted); in next_arg()
46 InArg(quoted) in next_arg()
63 Backslashes(count, quoted) => match cu { in next_arg()
74 InArg(quoted) in next_arg()
75 } else if quoted { in next_arg()
79 InArg(quoted) in next_arg()
87 push(&mut arg, c, quoted); in next_arg()
88 InArg(quoted) in next_arg()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/wild-2.0.4/src/
H A Dparser.rs37 InArg(quoted) => match cu { in next_arg()
41 c if !quoted && c == u16::from(b' ') => { in next_arg()
45 push(&mut arg, c, quoted); in next_arg()
46 InArg(quoted) in next_arg()
63 Backslashes(count, quoted) => match cu { in next_arg()
74 InArg(quoted) in next_arg()
75 } else if quoted { in next_arg()
79 InArg(quoted) in next_arg()
87 push(&mut arg, c, quoted); in next_arg()
88 InArg(quoted) in next_arg()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/wild-2.0.2/src/
H A Dparser.rs38 InArg(quoted) => match cu { in next_arg()
42 c if !quoted && c == u16::from(b' ') => { in next_arg()
46 push(&mut arg, c, quoted); in next_arg()
47 InArg(quoted) in next_arg()
64 Backslashes(count, quoted) => match cu { in next_arg()
75 InArg(quoted) in next_arg()
76 } else if quoted { in next_arg()
80 InArg(quoted) in next_arg()
88 push(&mut arg, c, quoted); in next_arg()
89 InArg(quoted) in next_arg()
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/wild-2.0.4/src/
H A Dparser.rs37 InArg(quoted) => match cu { in next_arg()
41 c if !quoted && c == u16::from(b' ') => { in next_arg()
45 push(&mut arg, c, quoted); in next_arg()
46 InArg(quoted) in next_arg()
63 Backslashes(count, quoted) => match cu { in next_arg()
74 InArg(quoted) in next_arg()
75 } else if quoted { in next_arg()
79 InArg(quoted) in next_arg()
87 push(&mut arg, c, quoted); in next_arg()
88 InArg(quoted) in next_arg()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dxtext.c87 VSTRING_ADDCH(quoted, ch); in xtext_quote_append()
89 vstring_sprintf_append(quoted, "+%02X", ch); in xtext_quote_append()
92 VSTRING_TERMINATE(quoted); in xtext_quote_append()
93 return (quoted); in xtext_quote_append()
100 VSTRING_RESET(quoted); in xtext_quote()
101 xtext_quote_append(quoted, unquoted, special); in xtext_quote()
102 return (quoted); in xtext_quote()
166 VSTRING *quoted = vstring_alloc(100); in main() local
181 xtext_quote(quoted, STR(unquoted), "+="); in main()
182 if (xtext_unquote(unquoted, STR(quoted)) == 0) in main()
[all …]
/dports/devel/cdialog/dialog-1.3-20201126/
H A Ddialog.pl62 sub quoted($) { subroutine
90 . &quoted($message)
107 . &quoted($title)
123 . &quoted($title)
145 . &quoted($title)
161 . &quoted($title)
187 . &quoted($title)
221 . &quoted($title)
262 . &quoted($title)
301 . &quoted($title)
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/non_conformant/parser/operations/logic_eq/strings/
H A Dpairs.hrx12 test-5: literal=="quoted";
13 test-6: literal =="quoted";
14 test-7: literal== "quoted";
15 test-8: literal == "quoted";
28 test-21: "quoted"=="quoted";
29 test-22: "quoted" =="quoted";
30 test-23: "quoted"== "quoted";
31 test-24: "quoted" == "quoted";
32 test-25: "quoted"==#{interpolant};
33 test-26: "quoted" ==#{interpolant};
[all …]

12345678910>>...394