Home
last modified time | relevance | path

Searched refs:Positional (Results 1 – 25 of 30) sorted by relevance

12

/third_party/glib/glib/
Dgvariant-parser.c2081 } 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/
Dparam.jam44 errors.error "Positional arguments must appear first." ;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp42 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-ls.md24 Positional arguments are `name@version-range` identifiers, which will
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.cpp61 using llvm::cl::Positional;
DIceClFlags.def35 X(IRFilename, std::string, release_opt_flag, cl::Positional, \
/third_party/python/Doc/library/
Datexit.rst94 Positional and keyword arguments may also be passed to :func:`register` to be
Dpy_compile.rst143 Positional arguments are files to compile. If ``-`` is the only
Dzipfile.rst501 Positional and keyword arguments are passed through to
530 Read the current file as unicode text. Positional and
Dcompileall.rst29 Positional arguments are files to compile or directories that contain
Ddis.rst1178 with :opcode:`LOAD_METHOD`. Positional arguments are on top of the stack.
Dinspect.rst761 | | argument. Positional only parameters are |
Doptparse.rst222 Positional arguments are for those pieces of information that your program
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp169 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/
Dpost_review_plan.txt56 Positional options will be treated uniformly with ordinary ones. User will
/third_party/python/Doc/tutorial/
Dcontrolflow.rst715 | 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
Dinputoutput.rst166 Positional and keyword arguments can be arbitrarily combined::
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp224 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/
DCommandLine.h148 Positional = 0x01, // Is a positional argument, no '-' required enumerator
285 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional()
/third_party/python/Doc/howto/
Dargparse.rst109 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/
DCommandLine.h168 Positional = 0x01, // Is a positional argument, no '-' required enumerator
315 bool isPositional() const { return getFormattingFlag() == cl::Positional; } in isPositional()
/third_party/python/Doc/
Dglossary.rst76 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/
Dindex.rst717 Positional Arguments
/third_party/python/Doc/faq/
Dprogramming.rst772 it are positional-only. Positional-only parameters are the ones without an
/third_party/python/Doc/whatsnew/
D3.8.rst118 Positional-only parameters

12