Home
last modified time | relevance | path

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

12345678910>>...13

/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/openssl/util/
Dfind-doc-nits537 my $synopsis = ($contents =~ /=head1\s+SYNOPSIS(.*?)=head1/s, $1);
547 while ( $synopsis =~
552 my @synopsis;
553 while ( $synopsis =~ /$markup_re/msg ) {
555 push @synopsis, $found if $found =~ /^B<-/;
582 unless (grep /^\Q$found\E$/, @synopsis)
587 foreach (@synopsis) {
/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/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/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
Dkeyword.rst5 :synopsis: Test whether a string is a keyword in Python.
Dtty.rst6 :synopsis: Utility functions that perform common terminal control operations.
Dhtml.entities.rst5 :synopsis: Definitions of HTML general entities.
Dtkinter.messagebox.rst6 :synopsis: Various types of alert dialogs
Dhtml.rst5 :synopsis: Helpers for manipulating HTML.
Dtkinter.scrolledtext.rst6 :synopsis: Text widget with a vertical scroll bar.
Ddbm.rst5 :synopsis: Interfaces to various Unix "database" formats.
133 :synopsis: GNU's reinterpretation of dbm.
245 :synopsis: The standard "database" interface, based on ndbm.
310 :synopsis: Portable implementation of the simple DBM interface.
Dbuiltins.rst5 :synopsis: The module that provides the built-in namespace.
/third_party/libsnd/m4/
Doctave.m415 dnl @synopsis AC_OCTAVE_VERSION
49 dnl @synopsis AC_OCTAVE_CONFIG_VERSION
85 dnl @synopsis AC_OCTAVE_BUILD
Dflexible_array.m41 dnl @synopsis MN_C99_FLEXIBLE_ARRAY
Dmkoctfile_version.m41 dnl @synopsis OCTAVE_MKOCTFILE_VERSION
/third_party/nghttp2/doc/_exts/rubydomain/
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));
/third_party/libxml2/doc/devhelp/
Dstyle.css1 .synopsis, .classsynopsis
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-completion.md20 The synopsis above
/third_party/openssl/doc/man3/
DOSSL_CORE_MAKE_FUNC.pod24 All the macros listed in the synopsis above are reserved.
/third_party/cups-filters/m4/
Dac_define_dir.m41 dnl @synopsis AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
/third_party/libexif/m4m/
Dgp-check-shell-environment.m41 dnl @synopsis GP_CHECK_SHELL_ENVIRONMENT([SHOW-LOCALE-VARS])

12345678910>>...13