/third_party/glib/gio/ |
D | gsettings-tool.c | 557 const gchar *synopsis; in gsettings_help() local 568 synopsis = "[COMMAND]"; in gsettings_help() 574 synopsis = ""; in gsettings_help() 580 synopsis = "[--print-paths]"; in gsettings_help() 586 synopsis = ""; in gsettings_help() 592 synopsis = N_("SCHEMA[:PATH]"); in gsettings_help() 598 synopsis = N_("SCHEMA[:PATH]"); in gsettings_help() 605 synopsis = N_("[SCHEMA[:PATH]]"); in gsettings_help() 611 synopsis = N_("SCHEMA[:PATH] KEY"); in gsettings_help() 617 synopsis = N_("SCHEMA[:PATH] KEY"); in gsettings_help() [all …]
|
D | gresource-tool.c | 480 const gchar *synopsis; in cmd_help() local 494 synopsis = _("[COMMAND]"); in cmd_help() 500 synopsis = _("FILE"); in cmd_help() 508 synopsis = _("FILE [PATH]"); in cmd_help() 518 synopsis = _("FILE [PATH]"); in cmd_help() 525 synopsis = _("FILE PATH"); in cmd_help() 554 … option ? option : "", option ? " " : "", command, synopsis[0] ? synopsis : "", description); in cmd_help() 562 if (strstr (synopsis, _("[COMMAND]"))) in cmd_help() 566 if (strstr (synopsis, _("FILE"))) in cmd_help() 577 if (strstr (synopsis, _("[PATH]"))) in cmd_help() [all …]
|
D | gapplication-tool.c | 35 const gchar *synopsis; member 111 topic->command, topic->synopsis ? _(topic->synopsis) : ""); in app_help() 114 if (topic->synopsis) in app_help() 120 if (strstr (topic->synopsis, substvars[i].var)) in app_help() 124 if (strstr (topic->synopsis, substvars[i].var)) in app_help()
|
/third_party/nghttp2/ |
D | help2rst.py | 49 synopsis = m.group(1).split(' ', 1) 50 if len(synopsis) == 2: 51 cmdname, args = synopsis 53 cmdname, args = synopsis[0], '' 81 synopsis=synopsis, description=format_text('\n'.join(description))))
|
/third_party/gettext/gettext-runtime/man/ |
D | help2man | 393 my $synopsis = ''; 396 $synopsis .= ".br\n" if $synopsis; 400 $synopsis .= ".B $1\n"; 412 $synopsis .= "$_\n"; 415 $include{_('SYNOPSIS')} .= $synopsis;
|
/third_party/gettext/gettext-tools/man/ |
D | help2man | 393 my $synopsis = ''; 396 $synopsis .= ".br\n" if $synopsis; 400 $synopsis .= ".B $1\n"; 412 $synopsis .= "$_\n"; 415 $include{_('SYNOPSIS')} .= $synopsis;
|
/third_party/boost/libs/spirit/repository/doc/ |
D | repository_template.qbk | 20 [/ short usage synopsis] 26 [[parameter in synopsis] [describe parameter]]
|
/third_party/python/Lib/test/ |
D | test_pydoc.py | 717 synopsis = pydoc.synopsis(TESTFN, {}) 718 self.assertEqual(synopsis, 'line 1: h\xe9') 725 synopsis = pydoc.synopsis(filename) 727 self.assertEqual(synopsis, expected) 736 synopsis = pydoc.synopsis(init_path, {}) 737 self.assertIsNone(synopsis) 738 synopsis_cached = pydoc.synopsis(cached_path, {})
|
/third_party/python/Doc/library/ |
D | pydoc.rst | 5 :synopsis: Documentation generator and online help system. 62 Specifying a ``-k`` flag before the argument will search the synopsis 64 manner similar to the Unix :program:`man` command. The synopsis line of a 82 keyword in their synopsis line, and go to the *Module index*, *Topics* and
|
D | dialog.rst | 9 :synopsis: Simple dialog windows 47 :synopsis: Dialog classes for file selection 212 :synopsis: Tkinter base class for dialogs
|
D | tkinter.colorchooser.rst | 6 :synopsis: Color choosing dialog
|
/third_party/boost/libs/property_tree/doc/ |
D | synopsis.qbk | 8 [section:synopsis Property Tree Synopsis] 34 See the [classref boost::property_tree::basic_ptree basic_ptree class template synopsis] for more i…
|
/third_party/libsnd/m4/ |
D | octave.m4 | 15 dnl @synopsis AC_OCTAVE_VERSION 49 dnl @synopsis AC_OCTAVE_CONFIG_VERSION 85 dnl @synopsis AC_OCTAVE_BUILD
|
/third_party/python/Doc/distutils/ |
D | apiref.rst | 22 :synopsis: The core Distutils functionality 319 :synopsis: Abstract CCompiler class 806 :synopsis: UNIX C Compiler 835 :synopsis: Microsoft Compiler 880 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...) 931 :synopsis: Utility functions for simple dependency checking 974 :synopsis: Utility functions for operating on directories and directory trees 1040 :synopsis: Utility functions for operating on single files 1098 :synopsis: Miscellaneous other utility functions 1291 :synopsis: Provides the Distribution class, which represents the module distribution being [all …]
|
/third_party/boost/doc/src/ |
D | reference.css | 7 PRE.synopsis {
|
/third_party/boost/tools/auto_index/doc/html/ |
D | reference.css | 7 PRE.synopsis {
|
/third_party/boost/libs/detail/doc/html/ |
D | reference.css | 7 PRE.synopsis {
|
/third_party/boost/libs/range/doc/ |
D | reference.qbk | 11 [include reference/synopsis.qbk]
|
/third_party/boost/libs/iterator/doc/ |
D | zip_iterator.rst | 24 ``zip_iterator`` synopsis
|
D | reverse_iterator.rst | 27 ``reverse_iterator`` synopsis
|
D | filter_iterator.rst | 27 ``filter_iterator`` synopsis
|
D | transform_iterator.rst | 27 ``transform_iterator`` synopsis
|
/third_party/libxml2/doc/devhelp/ |
D | style.css | 1 .synopsis, .classsynopsis
|
/third_party/nghttp2/doc/_exts/sphinxcontrib/ |
D | rubydomain.py | 499 for modname, (docname, synopsis, platforms, deprecated) in modules: 534 qualifier, synopsis]) 673 docname, synopsis, platform, deprecated = \ 679 synopsis,
|
/third_party/libxml2/doc/examples/ |
D | index.py | 102 synopsis = info['synopsis'] 103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));
|