Searched refs:synopsis (Results 1 – 25 of 703) sorted by relevance
12345678910>>...29
/external/python/cpython2/Doc/library/ |
D | carbon.rst | 38 :synopsis: Interface to the Apple Events toolbox. 48 :synopsis: Interface to the Apple Help manager. 58 :synopsis: Interface to the Appearance Manager. 66 :synopsis: Constant definitions for the interface to the Appearance Manager. 76 :synopsis: Interface to the Core Foundation. 89 :synopsis: Interface to Core Graphics. 99 :synopsis: Interface to the Carbon Event Manager. 107 :synopsis: Constants for the interface to the Carbon Event Manager. 117 :synopsis: Interface to the Component Manager. 125 :synopsis: Constants for the interface to the Component Manager. [all …]
|
D | undoc.rst | 75 :synopsis: Rudimentary decoder for AppleSingle format files. 86 :synopsis: Helper module for BuildApplet, BuildApplication and macfreeze. 97 :synopsis: Code Fragment Resource module. 112 :synopsis: Internet Config replacement for open(). 127 :synopsis: Constant definitions for many Mac OS error codes. 141 :synopsis: Locate script resources. 157 :synopsis: Interface to Navigation Services. 171 :synopsis: Wrapper for PixMap objects. 187 :synopsis: Read QuickTime movies frame by frame for further processing. 202 :synopsis: Widgets for the Mac, built on top of FrameWork.
|
D | pydoc.rst | 5 :synopsis: Documentation generator and online help system. 64 Specifying a ``-k`` flag before the argument will search the synopsis 66 manner similar to the Unix :program:`man` command. The synopsis line of a
|
D | __main__.rst | 6 :synopsis: The environment where the top-level script is run.
|
D | gl.rst | 6 :synopsis: Functions from the Silicon Graphics Graphics Library. 166 :synopsis: Constants used with the gl module. 184 :synopsis: Constants used with the gl module.
|
D | keyword.rst | 5 :synopsis: Test whether a string is a keyword in Python.
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 341 undef %synopsis; 390 $synopsis{$ftitle} = $_ . ';'; # Append semi-colon, prototype style 391 print ( TMP " " . $synopsis{$ftitle} . "\n" ); 395 $synopsis{$ftitle} = $_; 402 $synopsis{$ftitle} .= $_; 404 $_ = $synopsis{$ftitle}; 419 $synopsis{$ftitle} = $_ . ';'; # Append semi-colon, prototype style 420 print ( TMP " " . $synopsis{$ftitle} . "\n" ); 495 if (defined $synopsis{$func} ) { 496 $_ = $synopsis{$func}; [all …]
|
/external/python/cpython2/Tools/pybench/ |
D | CommandLine.py | 272 synopsis = '%(name)s [option] files...' variable in Application 494 if self.synopsis: 498 synopsis = self.synopsis % self.name 500 synopsis = self.synopsis % self.__dict__ 501 print ' ' + synopsis
|
/external/python/cpython2/Lib/test/ |
D | test_pydoc.py | 413 synopsis = pydoc.synopsis(init_path, {}) 414 self.assertEqual(synopsis, 'my doc') 425 synopsis = pydoc.synopsis(init_path, {}) 426 self.assertIsNone(synopsis) 427 synopsis_cached = pydoc.synopsis(cached_path, {})
|
/external/python/cpython3/Lib/test/ |
D | test_pydoc.py | 578 synopsis = pydoc.synopsis(TESTFN, {}) 579 self.assertEqual(synopsis, 'line 1: h\xe9') 586 synopsis = pydoc.synopsis(filename) 588 self.assertEqual(synopsis, expected) 597 synopsis = pydoc.synopsis(init_path, {}) 598 self.assertIsNone(synopsis) 599 synopsis_cached = pydoc.synopsis(cached_path, {})
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 12 :synopsis: The core Distutils functionality 294 :synopsis: Abstract CCompiler class 781 :synopsis: UNIX C Compiler 810 :synopsis: Microsoft Compiler 855 :synopsis: OS/2 EMX Compiler support 866 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...) 909 :synopsis: Utility functions for simple dependency checking 952 :synopsis: Utility functions for operating on directories and directory trees 1019 :synopsis: Utility functions for operating on single files 1077 :synopsis: Miscellaneous other utility functions [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 12 :synopsis: The core Distutils functionality 304 :synopsis: Abstract CCompiler class 791 :synopsis: UNIX C Compiler 820 :synopsis: Microsoft Compiler 865 :synopsis: Utility functions for creating archive files (tarballs, zip files, ...) 916 :synopsis: Utility functions for simple dependency checking 959 :synopsis: Utility functions for operating on directories and directory trees 1025 :synopsis: Utility functions for operating on single files 1083 :synopsis: Miscellaneous other utility functions 1258 :synopsis: Provides the Distribution class, which represents the module distribution being [all …]
|
/external/python/cpython3/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 | keyword.rst | 5 :synopsis: Test whether a string is a keyword in Python.
|
/external/libcxx/include/ |
D | cassert | 12 cassert synopsis
|
D | ciso646 | 15 ciso646 synopsis
|
D | ccomplex | 15 ccomplex synopsis
|
D | ctgmath | 15 ctgmath synopsis
|
D | cstdbool | 15 cstdbool synopsis
|
D | cerrno | 15 cerrno synopsis
|
D | csetjmp | 15 csetjmp synopsis
|
D | climits | 15 climits synopsis
|
D | cstdarg | 15 cstdarg synopsis
|
/external/openssh/ |
D | mdoc2man.awk | 31 synopsis=0
|
/external/libcxx/include/experimental/ |
D | utility | 15 experimental/utility synopsis
|
12345678910>>...29