autodoc.git
/
autodoc.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/autodoc.xml:1906:
<variable name='rsa'><type><object resolved='7.8::Crypto.RSA'>Crypto.RSA</object></type></variable> </docgroup> <docgroup homogen-name='set_cipher_suite' homogen-type='method'><doc><text><p>Sets the proper authentication method and cipher specification for the given cipher <ref resolved='7.8::SSL.session.set_cipher_suite.suite'>suite</ref> and <ref>verison</ref>.</p> </text></doc> <method name='set_cipher_suite'> <arguments><argument name='suite'><type><int/></type></argument><argument name='version'><type><or><object resolved='7.8::SSL.Constants.ProtocolVersion'>ProtocolVersion</object><int/></or></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup>
-
<docgroup homogen-name='set_compression_method' homogen-type='method'><doc><text><p>Sets the compression method. Currently only <ref resolved='
7.8
::SSL.Constants.CompressionType.COMPRESSION_null'>COMPRESSION_null</ref> is
+
<docgroup homogen-name='set_compression_method' homogen-type='method'><doc><text><p>Sets the compression method. Currently only <ref resolved='
predef
::SSL.Constants.CompressionType.COMPRESSION_null'>COMPRESSION_null</ref> is
supported.</p> </text></doc> <method name='set_compression_method'> <arguments><argument name='compr'><type><int/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> </class> <class name='sslfile'> <doc><text><p>Interface similar to <ref resolved='7.8::Stdio.File'>Stdio.File</ref>.</p>
autodoc.git/autodoc.xml:134168:
<docgroup homogen-name='_Instance' homogen-type='inherit'> <inherit name='_Instance'><classname resolved='predef::System.Inotify._Instance'>_Instance</classname></inherit> </docgroup> </class> <class name='_Instance'> <doc><text><p>Simple wrapper class that gives direct access to the <tt>inotify(7)</tt> interface. On create an inotify instance is initiated by calling <tt>inotify_init(2)</tt>. Every object of this class has its own inotify file descriptor. Use this class only if you want direct access to the file descriptor to read from it manually. For a more user
-
friendly
inferface
use <ref resolved='predef::System.Inotify.Instance'>System.Inotify.Instance</ref>.</p>
+
friendly
interface
use <ref resolved='predef::System.Inotify.Instance'>System.Inotify.Instance</ref>.</p>
</text><group><seealso/><text><p><ref resolved='predef::System.Inotify.Instance'>System.Inotify.Instance</ref></p> </text></group></doc> <docgroup homogen-name='add_watch' homogen-type='method'><doc><text><p>Add a watch for a certain file or directory and specific events. Adding more than one watch for one file will overwrite the previous watch unless <ref resolved='predef::System.Inotify.IN_MASK_ADD'>System.Inotify.IN_MASK_ADD</ref> is contained in the mask.</p> </text><group><param name='path'/><text><p>Path of the file or directory.</p> </text></group><group><param name='mask'/><text><p>Integer mask specifying the event type. This can be a combination of different event types using bitwise OR. See the inotify manpage for possible values and their