Searched refs:synopsis (Results 1 – 25 of 307) sorted by relevance
12345678910>>...13
/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/openssl/util/ |
D | find-doc-nits | 537 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/ |
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/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/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
|
D | keyword.rst | 5 :synopsis: Test whether a string is a keyword in Python.
|
D | tty.rst | 6 :synopsis: Utility functions that perform common terminal control operations.
|
D | html.entities.rst | 5 :synopsis: Definitions of HTML general entities.
|
D | tkinter.messagebox.rst | 6 :synopsis: Various types of alert dialogs
|
D | html.rst | 5 :synopsis: Helpers for manipulating HTML.
|
D | tkinter.scrolledtext.rst | 6 :synopsis: Text widget with a vertical scroll bar.
|
D | dbm.rst | 5 :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.
|
D | builtins.rst | 5 :synopsis: The module that provides the built-in namespace.
|
/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
|
D | flexible_array.m4 | 1 dnl @synopsis MN_C99_FLEXIBLE_ARRAY
|
D | mkoctfile_version.m4 | 1 dnl @synopsis OCTAVE_MKOCTFILE_VERSION
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
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));
|
/third_party/libxml2/doc/devhelp/ |
D | style.css | 1 .synopsis, .classsynopsis
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-completion.md | 20 The synopsis above
|
/third_party/openssl/doc/man3/ |
D | OSSL_CORE_MAKE_FUNC.pod | 24 All the macros listed in the synopsis above are reserved.
|
/third_party/cups-filters/m4/ |
D | ac_define_dir.m4 | 1 dnl @synopsis AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
|
/third_party/libexif/m4m/ |
D | gp-check-shell-environment.m4 | 1 dnl @synopsis GP_CHECK_SHELL_ENVIRONMENT([SHOW-LOCALE-VARS])
|
12345678910>>...13