Home
last modified time | relevance | path

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

12345678910>>...20

/third_party/boost/libs/io/test/
Dquoted_manip_test.cpp17 using boost::io::quoted;
31 ss << quoted(s0); in main()
37 ss << quoted(s0); in main()
38 ss >> quoted(r); in main()
45 ss << quoted(s0s); in main()
51 ss << quoted(s0s); in main()
52 ss >> quoted(r); in main()
59 ss << quoted(s1); in main()
65 ss << quoted("foo\\bar, \" *"); in main()
71 ss << quoted(s1); in main()
[all …]
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()
53 ss << boost::io::quoted("foo\\bar, \" *"); in main()
59 ss << boost::io::quoted(s1); in main()
60 ss >> boost::io::quoted(r); in main()
[all …]
Dquoted_fill_test.cpp20 os << boost::io::quoted("xy"); in main()
30 os << boost::io::quoted(L"xy"); in main()
40 os << boost::io::quoted("xy"); in main()
50 os << boost::io::quoted(L"xy"); in main()
60 os << boost::io::quoted("xy"); in main()
70 os << boost::io::quoted(L"xy"); in main()
80 os << boost::io::quoted("xy"); in main()
90 os << boost::io::quoted(L"xy"); in main()
100 os << boost::io::quoted("xy"); in main()
110 os << boost::io::quoted(L"xy"); in main()
[all …]
/third_party/typescript/tests/cases/fourslash/
DnavigationBarFunctionPrototype4.ts20 …"childItems": [{ name: "A", quoted: false }, { name: "B", quoted: true }].map(({ name, quoted }) =…
34 "text": quoted ? `"a"` : "a",
38 "text": quoted ? `"b"` : "b",
57 ...[{ name: "A", quoted: false }, { name: "B", quoted: true }].map(({ name, quoted }) => ({
70 "text": quoted ? `"a"` : "a",
74 "text": quoted ? `"b"` : "b",
/third_party/boost/libs/io/doc/
Dquoted.adoc9 # Quoted Manipulators, <boost/io/quoted.hpp>
33 The Boost quoted stream I/O manipulator places delimiters, defaulted to the
43 ss << quoted(original);
44 ss >> quoted(roundtrip);
46 std::cout << quoted(original); // outputs: "fooled you"
56 std::cout << quoted("'Jack & Jill'", '&', '\''); // outputs: '&'Jack && Jill&''
68 quoted(const std::basic_string<Char, Traits, Alloc>& string,
73 quoted(const Char* string, Char escape='\\', Char delim='\"');
77 quoted(std::basic_string<Char, Traits, Alloc>& string,
101 corresponding arguments of the call to the `quoted` function that constructed
[all …]
/third_party/mbedtls/programs/test/
Dudp_proxy_wrapper.sh55 tail="$1" quoted=""
59 *) quoted="${quoted}${tail}"; tail=; false;;
62 tpxy_cmd_snippet="$tpxy_cmd_snippet '$quoted'"
65 unset tail quoted
/third_party/glib/gio/
Dgiowin32-private.c177 gboolean quoted; in _g_win32_parse_filename() local
185 quoted = FALSE; in _g_win32_parse_filename()
192 quoted = TRUE; in _g_win32_parse_filename()
204 if (quoted) in _g_win32_parse_filename()
217 if (!quoted) in _g_win32_parse_filename()
227 if (!quoted && comma_separator) in _g_win32_parse_filename()
276 gboolean quoted; in _g_win32_extract_executable() local
337 quoted = FALSE; in _g_win32_extract_executable()
340 quoted = TRUE; in _g_win32_extract_executable()
364 if (quoted) in _g_win32_extract_executable()
/third_party/python/Doc/library/
Dquopri.rst1 :mod:`quopri` --- Encode and decode MIME quoted-printable data
5 :synopsis: Encode and decode files using the MIME quoted-printable encoding.
10 pair: quoted-printable; encoding
11 single: MIME; quoted-printable encoding
15 This module performs quoted-printable transport encoding and decoding, as
18 The quoted-printable encoding is designed for data where there are relatively
35 Encode the contents of the *input* file and write the resulting quoted-printable
/third_party/boost/tools/build/src/tools/
Drc.py148 quoted = regex.transform(matches, "#include[ ]*\"([^\"]+)\"")
177 quoted = [g2 + x for x in quoted]
180 all = angle + quoted
189 …engine.set_target_variable(quoted, 'SEARCH', [b + utility.get_value(inc) for inc in self.includes])
194 get_manager().scanners().propagate(self, angle + quoted)
Dmidl.jam41 # List of quoted strings
50 self.re-include-quoted = "#[ \t]*include[ \t]*\"(.*)\"" ;
62 local included-quoted = [ regex.transform $(matches) : $(self.re-include-quoted) : 1 ] ;
78 included-quoted = $(included-quoted:G=$(g2)) ;
82 local all = $(included-angle) $(included-quoted) $(imported) ;
88 SEARCH on $(included-quoted) = $(b) $(self.includes:G=) ;
94 $(included-angle) $(included-quoted) : $(target) ;
Drc.jam112 local quoted = [ regex.transform $(matches) : "#include[ ]*\"([^\"]+)\"" ] ;
136 quoted = $(quoted:G=$(g2)) ;
139 local all = $(angle) $(quoted) $(res) ;
144 SEARCH on $(quoted) $(res) = $(b) $(self.includes:G=) ;
148 scanner.propagate $(__name__) : $(angle) $(quoted) : $(target) ;
/third_party/boost/tools/build/src/tools/types/
Dcpp.jam40 local quoted = [ regex.transform $(matches) : "\"(.*)\"" ] ;
41 quoted = [ sequence.transform path.native : $(quoted) ] ;
57 quoted = $(quoted:G=$(g2)) ;
59 local all = $(angle) $(quoted) ;
64 SEARCH on $(quoted) = $(b) $(self.includes:G=) ;
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DCollationMapper.java163 boolean quoted = false; in findCommentStart()
167 quoted = !quoted; in findCommentStart()
171 if (quoted) { in findCommentStart()
177 if (!quoted) { in findCommentStart()
186 checkArgument(!quoted, "mismatched quotes in: %s", s); in findCommentStart()
/third_party/gettext/gettext-tools/src/
Dfilter-quote.c42 convert_quote_callback (char quote, const char *quoted, size_t quoted_length, in convert_quote_callback() argument
50 memcpy (result->offset, quoted, quoted_length); in convert_quote_callback()
63 memcpy (result->offset, quoted, quoted_length); in convert_quote_callback()
84 memcpy (result->offset, quoted, quoted_length); in convert_quote_callback()
/third_party/boost/boost/io/detail/
Dquoted_manip.hpp32 quoted(const std::basic_string<Char, Traits, Alloc>& s,
38 quoted(std::basic_string<Char, Traits, Alloc>& s,
44 quoted(const Char* s, Char escape='\\', Char delim='\"');
164 quoted(const std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() function
173 quoted(std::basic_string<Char, Traits, Alloc>& s, Char escape, Char delim) in quoted() function
182 quoted(const Char* s, Char escape, Char delim) in quoted() function
/third_party/python/Lib/
Dshlex.py134 quoted = False
156 if self.token or (self.posix and quoted):
181 if self.token or (self.posix and quoted):
186 quoted = True
226 if self.token or (self.posix and quoted):
235 if self.token or (self.posix and quoted):
264 if self.token or (self.posix and quoted):
270 if self.posix and not quoted and result == '':
/third_party/boost/libs/mp11/doc/mp11/
Dbind.adoc20 `mp_arg<I>` is a quoted metafunction whose nested template `fn<T...>` returns the `I`-th zero-based…
40 `mp_bind<F, T...>` is a quoted metafunction that implements the type-based
52 As `mp_bind`, but takes a quoted metafunction.
65 As `mp_bind_front`, but takes a quoted metafunction.
78 As `mp_bind_back`, but takes a quoted metafunction.
/third_party/glib/glib/
Dgshell.c438 gboolean quoted; in tokenize_command_line() local
441 quoted = FALSE; in tokenize_command_line()
479 !(current_quote == '"' && quoted)) in tokenize_command_line()
565 quoted = FALSE; in tokenize_command_line()
567 quoted = !quoted; in tokenize_command_line()
/third_party/PyYAML/tests/data/
Dspec-10-02.data3 quoted", 'single
4 quoted',
Dspec-02-18.data5 quoted: "So does this
6 quoted scalar.\n"
Dspec-10-02.canonical4 !!str "double quoted",
5 !!str "single quoted",
/third_party/boost/boost/pfr/detail/
Dio.hpp25 return std::quoted(s); in quoted_helper()
32 return std::quoted(s); in quoted_helper()
38 return std::quoted(s); in quoted_helper()
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dio.hpp25 return std::quoted(s); in quoted_helper()
32 return std::quoted(s); in quoted_helper()
38 return std::quoted(s); in quoted_helper()
/third_party/typescript/tests/baselines/reference/
DquotedModuleNameMustBeAmbient.errors.txt1 …ler/quotedModuleNameMustBeAmbient.ts(1,8): error TS1035: Only ambient modules can use quoted names.
7 !!! error TS1035: Only ambient modules can use quoted names.
DparserModuleDeclaration1.errors.txt1 …arations/parserModuleDeclaration1.ts(1,8): error TS1035: Only ambient modules can use quoted names.
7 !!! error TS1035: Only ambient modules can use quoted names.

12345678910>>...20