Home
last modified time | relevance | path

Searched refs:synopsis (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/third_party/glib/gio/
Dgsettings-tool.c557 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 …]
Dgresource-tool.c480 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 …]
Dgapplication-tool.c35 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/
Dhelp2rst.py49 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/
Dhelp2man393 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/
Dhelp2man393 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/
Drepository_template.qbk20 [/ short usage synopsis]
26 [[parameter in synopsis] [describe parameter]]
/third_party/python/Lib/test/
Dtest_pydoc.py717 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/
Dpydoc.rst5 :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
Ddialog.rst9 :synopsis: Simple dialog windows
47 :synopsis: Dialog classes for file selection
212 :synopsis: Tkinter base class for dialogs
Dtkinter.colorchooser.rst6 :synopsis: Color choosing dialog
/third_party/boost/libs/property_tree/doc/
Dsynopsis.qbk8 [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/
Doctave.m415 dnl @synopsis AC_OCTAVE_VERSION
49 dnl @synopsis AC_OCTAVE_CONFIG_VERSION
85 dnl @synopsis AC_OCTAVE_BUILD
/third_party/python/Doc/distutils/
Dapiref.rst22 :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/
Dreference.css7 PRE.synopsis {
/third_party/boost/tools/auto_index/doc/html/
Dreference.css7 PRE.synopsis {
/third_party/boost/libs/detail/doc/html/
Dreference.css7 PRE.synopsis {
/third_party/boost/libs/range/doc/
Dreference.qbk11 [include reference/synopsis.qbk]
/third_party/boost/libs/iterator/doc/
Dzip_iterator.rst24 ``zip_iterator`` synopsis
Dreverse_iterator.rst27 ``reverse_iterator`` synopsis
Dfilter_iterator.rst27 ``filter_iterator`` synopsis
Dtransform_iterator.rst27 ``transform_iterator`` synopsis
/third_party/libxml2/doc/devhelp/
Dstyle.css1 .synopsis, .classsynopsis
/third_party/nghttp2/doc/_exts/sphinxcontrib/
Drubydomain.py499 for modname, (docname, synopsis, platforms, deprecated) in modules:
534 qualifier, synopsis])
673 docname, synopsis, platform, deprecated = \
679 synopsis,
/third_party/libxml2/doc/examples/
Dindex.py102 synopsis = info['synopsis']
103 output.write(" <synopsis>%s</synopsis>\n" % escape(synopsis));

12345678910>>...16