| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_MAIL_RCPT.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLOPT_MAIL_AUTH (3) 9 - CURLOPT_MAIL_FROM (3) 11 - SMTP 12 --- 16 CURLOPT_MAIL_RCPT - list of SMTP mail recipients 35 pair of angled brackets (\<\>), however, should you not use an angled bracket 37 encloses that address within brackets for you. [all …]
|
| /external/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 1 //===--- MacroExpansion.cpp - Top level Macro Expansion -------------------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 28 #include "llvm/Config/llvm-config.h" 38 if (!II->hadMacroDefinition()) in getLocalMacroDirectiveHistory() 40 auto Pos = CurSubmoduleState->Macros.find(II); in getLocalMacroDirectiveHistory() 41 return Pos == CurSubmoduleState->Macros.end() ? nullptr in getLocalMacroDirectiveHistory() 42 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory() 46 assert(MD && "MacroDirective should be non-zero!"); in appendMacroDirective() 47 assert(!MD->getPrevious() && "Already attached to a MacroDirective history."); in appendMacroDirective() [all …]
|
| /external/googleapis/google/cloud/video/stitcher/v1/ |
| D | sessions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 67 // Macros are designated by square brackets. 112 // `EXIT_FULLSCREEN`, `EXPAND`, `COLLAPSE`, `ACCEPT_INVITATION_LINEAR`, 158 // Output only. The URI to play the live session's ad-stitched stream. 164 // Macros are designated by square brackets.
|
| /external/google-cloud-java/java-video-stitcher/proto-google-cloud-video-stitcher-v1/src/main/proto/google/cloud/video/stitcher/v1/ |
| D | sessions.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 56 // Macros are designated by square brackets. 102 // `EXIT_FULLSCREEN`, `EXPAND`, `COLLAPSE`, `ACCEPT_INVITATION_LINEAR`, 153 // Output only. The URI to play the live session's ad-stitched stream. 160 // SCTE-35 message. 173 // Macros are designated by square brackets. 192 // SCTE-35 message. When specified, this value must match the ID for a slate
|
| /external/python/cpython3/Tools/scripts/ |
| D | freeze_modules.py | 39 # In cases where the frozenid is duplicated, the first one is re-used. 49 ('stdlib - startup, without site (python -S)', [ 54 # (See https://github.com/python/cpython/pull/28398#pullrequestreview-756856469.) 58 ('stdlib - startup, with site', [ 71 ('runpy - run module with -m', [ 93 # platform-specific helpers 152 "frozenid" and "modname" must be valid module names (dot-separated 157 Angle brackets around a frozenid (e.g. '<encodings>") indicate 160 patterns to expand submodules: 162 <encodings.*> - also freeze all direct submodules [all …]
|
| D | pindent.py | 5 # programs. When called as "pindent -c", it takes a valid Python 6 # program as input and outputs a version augmented with block-closing 7 # comments. When called as "pindent -d", it assumes its input is a 8 # Python program with block-closing comments and outputs a commentless 9 # version. When called as "pindent -r" it assumes its input is a 10 # Python program with block-closing comments but with its indentation 13 # A "block-closing comment" is a comment of the form '# end <keyword>' 16 # be repeated in the block-closing comment as well. Here is an 17 # example of a program fully augmented with block-closing comments: 23 # b = b-1 [all …]
|
| /external/python/cpython2/Lib/plat-riscos/ |
| D | riscospath.py | 1 # Module 'riscospath' -- common operations on RISC OS pathnames. 15 # strings representing various path-related bits and pieces 24 # Imports - make an error-generating swi object if the swi module is not 45 # to understand the "-SomeFS-" notation left over from the old BBC Master MOS, 47 # compatible but remember that "-SomeFS-" can also be a perfectly valid file 60 dash= _allowMOSFSNames and p[:1]=='-' 62 q= string.find(p, '-', 1)+1 67 q= string.find(p, ':')+1 # q= index of start of non-FS portion of path 69 if s==-1 or s>q: 75 break # disallow invalid non-special-field characters in FS name [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
| D | build.log | 2 --------- 3 Build Time: 2017-02-06T15:35:26-0800 9 accessibility-developer-tools: 2.11.0 10 adm-zip: 0.4.7 12 agent-base: 2.0.1 13 align-text: 0.1.4 14 ansi-regex: 2.1.1 15 ansi-styles: 2.2.1 17 append-field: 0.1.0 19 arr-diff: 2.0.0 [all …]
|
| /external/python/cpython2/Lib/idlelib/ |
| D | configDialog.py | 28 _htest - bool, change box location when running htest 29 _utest - bool, don't wait_window when running unittest 70 #self.bind('<Alt-a>', self.Apply) #apply changes, save 83 self.tabPages.pack(side=TOP, expand=TRUE, fill=BOTH) 136 '<ButtonRelease-1>', self.OnListFontButtonRelease) 161 frameFont.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH) 167 self.listFontName.pack(side=LEFT, expand=TRUE, fill=X) 172 frameFontSample.pack(side=TOP, padx=5, pady=5, expand=TRUE, fill=BOTH) 173 self.labelFontSample.pack(expand=TRUE, fill=BOTH) 204 text.bind('<Double-Button-1>', lambda e: 'break') [all …]
|
| /external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
| D | build.log | 2 --------- 3 Build Time: 2018-02-12T15:48:46-0800 8 dom-serializer: 0.1.0 10 expand-tilde: 1.2.2 11 is-windows: 0.2.0 14 path-is-inside: 1.0.2 18 @types/express-serve-static-core: 4.0.53 25 @types/serve-static: 1.7.32 26 accessibility-developer-tools: 2.12.0 30 acorn-jsx: 3.0.1 [all …]
|
| /external/python/cpython3/Doc/tutorial/ |
| D | inputoutput.rst | 1 .. _tut-io: 8 in a human-readable form, or written to a file for future use. This chapter will 12 .. _tut-formatting: 23 printing space-separated values. There are several ways to format output. 25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string 47 >>> '{:-9} YES votes {:2.2%}'.format(yes_votes, percentage) 60 fairly human-readable, while :func:`repr` is meant to generate representations 97 .. _tut-f-strings: 100 ------------------------- 102 :ref:`Formatted string literals <f-strings>` (also called f-strings for [all …]
|
| /external/python/cpython2/Tools/scripts/ |
| D | pindent.py | 5 # programs. When called as "pindent -c", it takes a valid Python 6 # program as input and outputs a version augmented with block-closing 7 # comments. When called as "pindent -d", it assumes its input is a 8 # Python program with block-closing comments and outputs a commentless 9 # version. When called as "pindent -r" it assumes its input is a 10 # Python program with block-closing comments but with its indentation 13 # A "block-closing comment" is a comment of the form '# end <keyword>' 16 # be repeated in the block-closing comment as well. Here is an 17 # example of a program fully augmented with block-closing comments: 23 # b = b-1 [all …]
|
| /external/bazelbuild-rules_rust/docs/ |
| D | defs.md | 1 <!-- Generated with Stardoc: http://skydoc.bazel.build --> 22 capture_clippy_output(<a href="#capture_clippy_output-name">name</a>) 31 | :------------- | :------------- | :------------- | :------------- | :------------- | 32 …="capture_clippy_output-name"></a>name | A unique name for this target. | <a href="https://baze… 40 error_format(<a href="#error_format-name">name</a>) 43 …ange the [--error-format](https://doc.rust-lang.org/rustc/command-line-arguments.html#option-error… 49 | :------------- | :------------- | :------------- | :------------- | :------------- | 50 | <a id="error_format-name"></a>name | A unique name for this target. | <a href="https://bazel.b… 58 extra_rustc_flag(<a href="#extra_rustc_flag-name">name</a>) 61 Add additional rustc_flag from the command line with `--@rules_rust//:extra_rustc_flag`. Multiple u… [all …]
|
| /external/e2fsprogs/debugfs/ |
| D | debugfs.8.in | 1 .\" -*- nroff -*- 7 debugfs \- ext2/ext3/ext4 file system debugger 11 .B \-DVwcin 14 .B \-b 18 .B \-s 22 .B \-f 26 .B \-R 30 .B \-d 34 .B \-z 50 .I \-w [all …]
|
| /external/python/cpython3/Lib/idlelib/ |
| D | configdialog.py | 53 parent - parent of this dialog 54 title - string which is the title of this popup dialog 55 _htest - bool, change box location when running htest 56 _utest - bool, don't wait_window when running unittest 86 # self.bind('<Alt-a>', self.Apply) #apply changes, save 131 note.pack(side=TOP, expand=TRUE, fill=BOTH) 219 # config must be done - remove the previous keybindings. 256 # # Define tab-specific behavior. 325 (*)fontlist: ListBox - font_name 329 (*)sizelist: DynOptionMenu - font_size [all …]
|
| D | config.py | 1 """idlelib.config -- Manage IDLE configuration information. 3 The comments at the beginning of config-main.def describe the 11 database keys are tuples (config-type, section, item). As implemented, 13 config-type keys 'main', 'extensions', 'highlight', and 'keys'. The 45 cfgFile - string, fully specified configuration file name 148 Default config files, self.defaultCfg -- 150 (idle install dir)/config-{config-type}.def 152 User config files, self.userCfg -- 154 (user home dir)/.idlerc/config-{config-type}.cfg 174 os.path.join(idledir, f'config-{cfg_type}.def')) [all …]
|
| /external/llvm/utils/unittest/googletest/include/gtest/ |
| D | gtest-death-test.h | 41 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 63 // 2. The parent process clone()s a sub-process and runs the death 64 // test in it; the sub-process exits with code 0 at the end of the 67 // 3. The parent process waits for the sub-process to terminate. 70 // the sub-process. 91 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 99 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 131 // not implemented by us, you will get a run-time failure. In that 143 // program from argv[0] and re-executes it in the sub-process. For [all …]
|
| /external/ktfmt/website/ |
| D | package-lock.json | 8 "clean-css": "^5.1.1", 9 "event-stream": "4.0.1", 11 "monaco-editor": "^0.23.0", 19 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", 20 …"integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6e… 25 "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", 26 …"integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7… 35 "node_modules/acorn-globals": { 37 "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz", 38 …"integrity": "sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH… [all …]
|
| /external/angle/tools/flex-bison/third_party/skeletons/ |
| D | java.m4 | 1 -*- Autoconf -*- 5 # Copyright (C) 2007-2015, 2018-2021 Free Software Foundation, Inc. 20 m4_include(b4_skeletonsdir/[c-like.m4]) 24 # ---------------------- 31 # ------------------------------------------- 32 # Expand to the value of DEF surrounded by PRE and POST if it's %define'ed, 40 # b4_flag_value(BOOLEAN-FLAG) 41 # --------------------------- 46 # --------------------------- 66 # ------------------------ [all …]
|
| /external/libvpx/third_party/googletest/src/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|
| /external/libaom/third_party/googletest/src/googletest/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|
| /external/cronet/third_party/googletest/src/googletest/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|
| /external/googletest/googletest/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|
| /external/mesa3d/src/gtest/include/gtest/ |
| D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 116 // union ("x|y"), grouping ("(xy)"), brackets ("[xy]"), and 148 // not implemented by us, you will get a run-time failure. In that [all …]
|