/third_party/glib/glib/ |
D | gvariant-parser.c | 2081 } Positional; typedef 2087 Positional *positional = (Positional *) ast; in positional_get_pattern() 2097 Positional *positional = (Positional *) ast; in positional_get_value() 2120 Positional *positional = (Positional *) ast; in positional_free() 2125 g_slice_free (Positional, positional); in positional_free() 2138 Positional *positional; in positional_parse() 2145 positional = g_slice_new (Positional); in positional_parse()
|
/third_party/boost/tools/build/src/util/ |
D | param.jam | 44 errors.error "Positional arguments must appear first." ;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Main.cpp | 42 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-ls.md | 24 Positional arguments are `name@version-range` identifiers, which will
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.cpp | 61 using llvm::cl::Positional;
|
D | IceClFlags.def | 35 X(IRFilename, std::string, release_opt_flag, cl::Positional, \
|
/third_party/python/Doc/library/ |
D | atexit.rst | 94 Positional and keyword arguments may also be passed to :func:`register` to be
|
D | py_compile.rst | 143 Positional arguments are files to compile. If ``-`` is the only
|
D | zipfile.rst | 501 Positional and keyword arguments are passed through to 530 Read the current file as unicode text. Positional and
|
D | compileall.rst | 29 Positional arguments are files to compile or directories that contain
|
D | dis.rst | 1178 with :opcode:`LOAD_METHOD`. Positional arguments are on top of the stack.
|
D | inspect.rst | 761 | | argument. Positional only parameters are |
|
D | optparse.rst | 222 Positional arguments are for those pieces of information that your program
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 169 if (O->getFormattingFlag() == cl::Positional) in addOption() 218 if (O->getFormattingFlag() == cl::Positional) in removeOption() 1180 if (!Handler || Handler->getFormattingFlag() != cl::Positional) { in ParseCommandLineOptions() 1230 if (Handler->getFormattingFlag() == cl::Positional) in ParseCommandLineOptions()
|
/third_party/boost/libs/program_options/doc/ |
D | post_review_plan.txt | 56 Positional options will be treated uniformly with ordinary ones. User will
|
/third_party/python/Doc/tutorial/ |
D | controlflow.rst | 715 | Positional or keyword | 717 -- Positional only 725 Positional-or-Keyword Arguments 732 Positional-Only Parameters 737 the parameters cannot be passed by keyword. Positional-only parameters are
|
D | inputoutput.rst | 166 Positional and keyword arguments can be arbitrarily combined::
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 224 if (O->getFormattingFlag() == cl::Positional) in addOption() 282 if (O->getFormattingFlag() == cl::Positional) in removeOption() 1468 if (!Handler || Handler->getFormattingFlag() != cl::Positional) { in ParseCommandLineOptions() 1518 if (Handler->getFormattingFlag() == cl::Positional) { in ParseCommandLineOptions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 148 Positional = 0x01, // Is a positional argument, no '-' required enumerator 285 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional()
|
/third_party/python/Doc/howto/ |
D | argparse.rst | 109 Introducing Positional arguments 342 Combining Positional and Optional arguments
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 168 Positional = 0x01, // Is a positional argument, no '-' required enumerator 315 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional()
|
/third_party/python/Doc/ |
D | glossary.rst | 76 Positional arguments can appear at the beginning of an argument list 899 by position. Positional-only parameters can be defined by including a
|
/third_party/boost/libs/parameter/doc/ |
D | index.rst | 717 Positional Arguments
|
/third_party/python/Doc/faq/ |
D | programming.rst | 772 it are positional-only. Positional-only parameters are the ones without an
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 118 Positional-only parameters
|