/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 93 /* If we don't escape with quotes, signal we need quotes */ in do_esc_char() 139 int type, unsigned short flags, char *quotes, char_io *io_ch, in do_buf() 215 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf() 222 len = do_esc_char(c, flags | orflags, quotes, in do_buf() 336 char quotes; in do_print_ex() local 338 quotes = 0; in do_print_ex() 393 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 397 if (quotes) in do_print_ex() 401 if (quotes in do_print_ex() 138 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) do_buf() argument [all...] |
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 94 /* If we don't escape with quotes, signal we need quotes */ in do_esc_char() 140 int type, unsigned short flags, char *quotes, char_io *io_ch, in do_buf() 216 len = do_esc_char(utfbuf[i], flags | orflags, quotes, in do_buf() 223 len = do_esc_char(c, flags | orflags, quotes, in do_buf() 337 char quotes; in do_print_ex() local 339 quotes = 0; in do_print_ex() 396 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex() 400 if (quotes) in do_print_ex() 404 if (quotes in do_print_ex() 139 do_buf(unsigned char *buf, int buflen, int type, unsigned short flags, char *quotes, char_io *io_ch, void *arg) do_buf() argument [all...] |
/third_party/python/Lib/ |
H A D | shlex.py | 44 self.quotes = '\'"' 172 elif nextchar in self.quotes: 185 elif self.state in self.quotes: 189 print("shlex: I see EOF in quotes state") 212 # character may be escaped within quotes. 213 if (escapedstate in self.quotes and 247 elif self.posix and nextchar in self.quotes: 252 elif (nextchar in self.wordchars or nextchar in self.quotes 332 # use single quotes, and put single quotes int [all...] |
H A D | csv.py | 206 Looks for text enclosed between two identical quotes 229 quotes = {} 237 quotes[key] = quotes.get(key, 0) + 1 252 quotechar = max(quotes, key=quotes.get)
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 118 AutoText input(R"("quotes" "around words")"); 119 const char* expected[] = {R"("quotes")", R"("around words")"}; 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"}; 167 // Whitespace surrounded by quotes acts like glue.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 118 AutoText input(R"("quotes" "around words")"); 119 const char* expected[] = {R"("quotes")", R"("around words")"}; 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"}; 167 // Whitespace surrounded by quotes acts like glue.
|
/third_party/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 118 AutoText input(R"("quotes" "around words")"); 119 const char* expected[] = {R"("quotes")", R"("around words")"}; 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"}; 167 // Whitespace surrounded by quotes acts like glue.
|
/third_party/python/Lib/email/ |
H A D | utils.py | 101 quotes = '' 103 quotes = '"' 105 return '%s%s%s <%s>' % (quotes, name, quotes, address) 223 """Remove quotes from a string."""
|
/third_party/gn/src/base/strings/ |
H A D | string_tokenizer.h | 114 // Set the characters to regard as quotes. By default, this is empty. When 119 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars() argument 181 // Implementation of GetNext() for when we have to take quotes into account.
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | attribute.js | 96 * * `'` - the value will be quoted with a single quote and single quotes are escaped. 97 * * `"` - the value will be quoted with a double quote and double quotes are escaped. 120 * provided must not include any wrapping quote marks -- those quotes will 369 * require escaping (including if it contains wrapped quotes). 436 quotes: 'single', 440 quotes: 'double',
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 97 This adds quotes (") around the given string, and escapes any $, @, \, 137 The result of this function is a copy of LIST with strings where quotes and 141 This can also be used to put quotes around the executable of a command.
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Util.pm | 97 This adds quotes (") around the given string, and escapes any $, @, \, 137 The result of this function is a copy of LIST with strings where quotes and 141 This can also be used to put quotes around the executable of a command.
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 378 # and taking other text and enclosing it in double quotes 421 my @quotes; 425 push @quotes, $2; 435 # Add quotes 440 s|<<x$i>>|$quotes[$i]|;
|
/third_party/json/docs/examples/ |
H A D | parse__allow_exceptions.cpp | 11 "key": "value without closing quotes in main()
|
/third_party/curl/scripts/ |
H A D | nroff2cd | 33 section is code or just regular quotes. It then assumes and uses ~~~c 75 # if there are enclosing quotes around source, remove them 113 # if there are enclosing quotes, remove them first 126 # if there are enclosing quotes, remove them first 140 # remove all double quotes 173 # fix single quotes 175 # fix double quotes
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-strings.cc | 423 Handle<String> quotes = in RUNTIME_FUNCTION() local 426 int quote_index = String::IndexOf(isolate, string, quotes, 0); in RUNTIME_FUNCTION() 428 // No quotes, nothing to do. in RUNTIME_FUNCTION() 431 // Find all quotes. in RUNTIME_FUNCTION() 434 quote_index = String::IndexOf(isolate, string, quotes, quote_index + 1); in RUNTIME_FUNCTION()
|
/third_party/rust/crates/regex/bench/src/ |
H A D | sherlock.rs | 137 // Find some subset of quotes in the text. 140 sherlock!(quotes, r#"["'][^"']{0,30}[?!.]["']"#, 767);
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 83 // Some items with _ in them get returned in quotes, so do not add more.
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection.c | 1302 int quotes; local 1349 quotes = 0; 1352 ( (0 != quotes) || 1357 quotes = (quotes + 1) & 1; 1367 /* remove quotes */
|
/third_party/gn/src/gn/ |
H A D | args.cc | 57 that the quotes inside the args command will usually need to be escaped
|
H A D | input_conversion.cc | 287 a string renders with quotes, e.g. "str" 316 escaped quotes.
|
H A D | setup.cc | 97 includes that use angle brackets <> instead of double quotes "". If this 315 // for quotes around the whole thing and then deletes them. If you want to 317 // path, you need *another* set of quotes around that, likewise, we need 318 // two quotes at the end.
|
/third_party/python/PCbuild/ |
H A D | find_python.bat | 56 @rem NB: Must use single quotes around NUGET here, NOT double!
|
/third_party/python/Lib/test/ |
H A D | test_sax.py | 334 self.assertEqual(quoteattr('Includes "double" quotes'), 335 '\'Includes "double" quotes\'') 338 self.assertEqual(quoteattr("Includes 'single' quotes"), 339 "\"Includes 'single' quotes\"") 342 self.assertEqual(quoteattr("Includes 'single' and \"double\" quotes"), 343 "\"Includes 'single' and "double" quotes\"")
|
/third_party/node/lib/internal/util/ |
H A D | inspect.js | 478 function addQuotes(str, quotes) { 479 if (quotes === -1) { 482 if (quotes === -2) { 493 // Escape control characters, single quotes and the backslash. 500 // Check for double quotes. If not present, do not escape single quotes and 501 // instead wrap the text in double quotes. If double quotes exist, check for 503 // double quotes.
|