autodoc.git
/
traditional.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2017-11-
21
' version='Pike v8.1.11'>
+
<manual time-stamp='2017-11-
20
' version='Pike v8.1.11'>
<dir name='./traditional_manual'> <file name='./traditional_manual/index.html'> <chapter title='Table of Contents' unnumbered='1'> <dl><dt><url href='index.html'>Table of Contents</url></dt> <dt><url href='chapter_1.html'>1. Introduction</url></dt> <dd><url href='chapter_1.html#1'>1.1. Overview</url></dd> <dd><url href='chapter_1.html#2'>1.2. The history of Pike</url></dd> <dd><url href='chapter_1.html#3'>1.3. A comparison with other languages</url></dd> <dd><url href='chapter_1.html#4'>1.4. What is Pike</url></dd> <dd><url href='chapter_1.html#5'>1.5. Pike License</url></dd>
autodoc.git/traditional.xml:34794:
<returntype><object resolved='predef::SSL.Connection'>.Connection</object></returntype> </method> </docgroup> <docgroup homogen-name='query_context' homogen-type='method'><doc><text><p>Return the SSL context object.</p> </text></doc> <method name='query_context'> <arguments/> <returntype><object resolved='predef::SSL.Context'>SSL.Context</object></returntype> </method> </docgroup>
+
<docgroup homogen-name='query_fd' homogen-type='method'><doc><group><returns/><text><p>Returns the file descriptor number associated with this object.</p>
+
</text></group></doc>
+
<method name='query_fd'>
+
<arguments/>
+
<returntype><int/></returntype>
+
</method>
+
</docgroup>
<docgroup homogen-name='query_id' homogen-type='method'><doc><group><returns/><text><p>Returns the currently set id.</p> </text></group><group><seealso/><text><p><ref resolved='predef::SSL.File.set_id'>set_id</ref></p> </text></group></doc> <method name='query_id'> <arguments/> <returntype><mixed/></returntype> </method> </docgroup> <docgroup homogen-name='query_read_callback' homogen-type='method'><doc><group><returns/><text><p>Returns the current read callback.</p> </text></group><group><seealso/><text><p><ref resolved='predef::SSL.File.set_read_callback'>set_read_callback</ref>, <ref resolved='predef::SSL.File.set_nonblocking'>set_nonblocking</ref>, <ref resolved='predef::SSL.File.query_callbacks'>query_callbacks</ref></p>