Home
last modified time | relevance | path

Searched refs:Quote (Results 1 – 25 of 40) sorted by relevance

12

/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py275 (r'\'', Literal.Scalar.Flow.Quote, 'single-quoted-scalar'),
277 (r'\"', Literal.Scalar.Flow.Quote, 'double-quoted-scalar'),
361 (r'\'', Literal.Scalar.Flow.Quote, '#pop'),
376 (r'"', Literal.Scalar.Flow.Quote, '#pop'),
/third_party/rust/crates/nom/examples/
Ds_expression.rs63 Quote(Vec<Expr>), enumerator
227 |exprs| Expr::Quote(exprs), in parse_quote()
271 Expr::Constant(_) | Expr::Quote(_) => Some(e), in eval_expression()
/third_party/rust/crates/os_str_bytes/src/common/
Draw.rs39 use uniquote::Quote;
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/
Dwire.go130 return strconv.Quote(id.Name)
/third_party/ltp/tools/sparse/sparse-src/
Dtokenize.c502 Quote = 64, enumerator
529 ['\'' + 1] = Quote,
530 ['"' + 1] = Quote,
936 if (cclass[next + 1] & Quote) { in get_one_identifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp677 const char *const Quote = MustQuote == QuotingType::Single ? "'" : "\""; in scalarString() local
678 output(Quote); // Starting quote. in scalarString()
685 outputUpToEndOfLine(Quote); in scalarString()
704 outputUpToEndOfLine(Quote); // Ending quote. in scalarString()
/third_party/skia/third_party/externals/expat/expat/
Dconfigure-ac-style.md14 Quote "everything":
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs1526 use uniquote::Quote;
1534 impl Quote for RawOsStr {
1541 impl Quote for RawOsString {
/third_party/rust/crates/proc-macro2/
DCargo.toml50 # proc-macro2. Quote would implement its traits for types from that proc-macro2,
/third_party/python/PCbuild/
Dfind_python.bat61 @rem Quote it here; it's not quoted later because "py -x.y" wouldn't work
/third_party/curl/docs/cmdline-opts/
Dquote.d14 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
/third_party/curl/tests/data/
Dtest153856 e21: Quote command returned error
/third_party/rust/crates/quote/
DREADME.md37 *Version requirement: Quote supports rustc 1.31 and up.*<br>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp736 char Quote = Src[I++]; in TokenizeGNUCommandLine() local
737 while (I != E && Src[I] != Quote) { in TokenizeGNUCommandLine()
/third_party/icu/docs/userguide/strings/
Dunicodeset.md140 #### Single Quote
/third_party/ltp/doc/
Dtest-writing-guidelines.txt182 * Quote variables
/third_party/curl/docs/
DMAIL-ETIQUETTE251 Quote as little as possible. Just enough to provide the context you cannot
/third_party/python/Doc/library/
Dshlex.rst355 * Quote characters are not recognized within words (``Do"Not"Separate`` is
/third_party/vk-gl-cts/external/vulkan-docs/src/style/
Dmarkup.txt211 | Quote | `pass:[____]` |
/third_party/rust/crates/clap/
DCHANGELOG.md260 - *(error)* Quote literals consistently
587 - *(help)* Quote the suggested help flag (#4220)
/third_party/tzdata/
Dsouthamerica1227 # Quote from the website communication:
/third_party/zlib/
DChangeLog168 - Quote --version-script argument in CMakeLists.txt
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/m4sugar/
Dm4sugar.m41132 # whole list must *quoted*. Quote members too if you don't want them

12