Home
last modified time | relevance | path

Searched refs:colons (Results 1 – 25 of 51) sorted by relevance

123

/external/markdown/docs/extensions/
DCodeHilite.txt70 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/
Dbookmaker.cpp363 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/
Dbookmaker.cpp363 size_t colons = fName.rfind("::"); in copyToParent() local
364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent()
/external/tagsoup/
DCHANGES28 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.
DREADME203 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/
Dtool_urlglob.c330 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/
Dfunctional.shaders.switch.txt32 - Missing colons, opening or closing braces etc.
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c70 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/
DScudoHardenedAllocator.rst150 can be assigned in the same string, separated by colons.
DCMakePrimer.rst119 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
DTestingGuide.rst485 Act like the corresponding substitution above but remove colons at
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g40 * except for the (sometimes optional) trailing commas and semi-colons.
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl73 class name, separated by double-colons. The class will be generated in
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProgram.inc96 // Advance past duplicate colons
/external/icu/icu4c/source/data/curr/
Dpt_PT.txt657 other{"colons costa-riquenho"}
/external/ltp/
DINSTALL75 source directory are as basic as possible: no commas, colons, semicolons,
/external/llvm/docs/
DCMakePrimer.rst146 you avoid using semi-colons in lists; it doesn't go smoothly. A few examples of
/external/python/cpython3/Doc/faq/
Ddesign.rst752 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/
Ddesign.rst787 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/
Dwarnings.rst189 colons::
Dipaddress.rst214 group representing 16 bits. The groups are separated by colons.
/external/bcc/tools/
Dprofile_example.txt275 separating frames with semi-colons. Eg:
/external/python/cpython2/Doc/using/
Dcmdline.rst476 :data:`os.pathsep` (e.g. colons on Unix or semicolons on Windows).
/external/google-styleguide/
Dobjcguide.md347 or have one argument per line, with colons aligned:
369 name:arg2 // aligning keywords instead of colons
/external/bcc/tools/old/
Dprofile_example.txt276 separating frames with semi-colons. Eg:

123