Searched refs:colons (Results 1 – 25 of 51) sorted by relevance
123
/external/markdown/docs/extensions/ |
D | CodeHilite.txt | 70 If the first line begins with three or more colons, the text following the 71 colons identifies the language. The first line is removed from the code block 107 If you want every code block to have line numbers, even when using colons
|
/external/skia/tools/bookmaker/ |
D | bookmaker.cpp | 363 size_t colons = fName.rfind("::"); in copyToParent() local 364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent()
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 363 size_t colons = fName.rfind("::"); in copyToParent() local 364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent()
|
/external/tagsoup/ |
D | CHANGES | 28 Modify PI targets containing colons to have underscores instead 93 Made translate-colons feature actually work 125 Added --nocolons switch and translate-colons feature to convert ":" 174 Correctly cope with unexpected characters around colons, also with multiple colons 305 Don't suppress colons in element names.
|
D | README | 203 change explicit colons in element and attribute names to 273 http://www.ccil.org/~cowan/tagsoup/features/translate-colons 275 colons into underscores in names.
|
/external/curl/src/ |
D | tool_urlglob.c | 330 size_t colons = 0; in peek_ipv6() local 340 colons++; in peek_ipv6() 344 return colons >= 2 ? TRUE : FALSE; in peek_ipv6()
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.shaders.switch.txt | 32 - Missing colons, opening or closing braces etc.
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 70 int colons=7; /* Number of colons in IPv6 address */ in plen_to_mask() local 72 for(i=0;i<=colons;i++) { in plen_to_mask()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 150 can be assigned in the same string, separated by colons.
|
D | CMakePrimer.rst | 119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
|
D | TestingGuide.rst | 485 Act like the corresponding substitution above but remove colons at
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | Python.g | 40 * except for the (sometimes optional) trailing commas and semi-colons.
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile.bzl | 73 class name, separated by double-colons. The class will be generated in
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Program.inc | 96 // Advance past duplicate colons
|
/external/icu/icu4c/source/data/curr/ |
D | pt_PT.txt | 657 other{"colons costa-riquenho"}
|
/external/ltp/ |
D | INSTALL | 75 source directory are as basic as possible: no commas, colons, semicolons,
|
/external/llvm/docs/ |
D | CMakePrimer.rst | 146 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
|
/external/python/cpython3/Doc/faq/ |
D | design.rst | 752 Why are colons required for the if/while/def/class statements? 770 highlighting; they can look for colons to decide when indentation needs to be
|
/external/python/cpython2/Doc/faq/ |
D | design.rst | 787 Why are colons required for the if/while/def/class statements? 805 highlighting; they can look for colons to decide when indentation needs to be
|
/external/python/cpython3/Doc/library/ |
D | warnings.rst | 189 colons::
|
D | ipaddress.rst | 214 group representing 16 bits. The groups are separated by colons.
|
/external/bcc/tools/ |
D | profile_example.txt | 275 separating frames with semi-colons. Eg:
|
/external/python/cpython2/Doc/using/ |
D | cmdline.rst | 476 :data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
|
/external/google-styleguide/ |
D | objcguide.md | 347 or have one argument per line, with colons aligned: 369 name:arg2 // aligning keywords instead of colons
|
/external/bcc/tools/old/ |
D | profile_example.txt | 276 separating frames with semi-colons. Eg:
|
123