autodoc.git
/
modref.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref.xml:1724:
<variable name='client_cert_distinguished_names'><type><array><valuetype><string/></valuetype></array></type></variable> </docgroup> <docgroup homogen-type='variable'><doc><text><p>Random cookies, sent and received with the hello-messages.</p> </text></doc> <variable name='client_random'><type><string/></type></variable> <variable name='server_random'><type><string/></type></variable> </docgroup> <docgroup homogen-name='create' homogen-type='method'><doc><group><param name='is_server'/><text><p>Whether this is the server end of the connection or not.</p> </text></group><group><param name='ctx'/><text><p>The context for the connection.</p> </text></group><group><param name='min_version'/><text><p>Minimum version of SSL to support.
-
Defaults to <ref resolved='
predef
::SSL.Constants.ProtocolVersion.PROTOCOL_SSL_3_0'>Constants.PROTOCOL_SSL_3_0</ref>.</p>
+
Defaults to <ref resolved='
7.8
::SSL.Constants.ProtocolVersion.PROTOCOL_SSL_3_0'>Constants.PROTOCOL_SSL_3_0</ref>.</p>
</text></group><group><param name='max_version'/><text><p>Maximum version of SSL to support. Defaults to <ref resolved='7.8::SSL.Constants.PROTOCOL_minor'>Constants.PROTOCOL_minor</ref>.</p> </text></group></doc> <method name='create'> <arguments><argument name='is_server'><type><int/></type></argument><argument name='ctx'><type><or><void/><object resolved='7.8::SSL.context'>SSL.context</object></or></type></argument><argument name='min_version'><type><or><void/><object resolved='7.8::SSL.Constants.ProtocolVersion'>ProtocolVersion</object></or></type></argument><argument name='max_version'><type><or><void/><object resolved='7.8::SSL.Constants.ProtocolVersion'>ProtocolVersion</object></or></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> <docgroup homogen-name='handle_handshake' homogen-type='method'><doc><text><p>Do handshake processing. Type is one of HANDSHAKE_*, data is the contents of the packet, and raw is the raw packet received (needed
autodoc.git/modref.xml:140374:
<docgroup homogen-name='iso_timezone' homogen-type='method'><doc><group><param name='timezone'/><text><p>Timezone in seconds <b>west</b> from UTC (must include daylight-saving time adjustment).</p> </text></group><group><returns/><text><p>ISO formatted timezone <b>east</b> from UTC.</p> </text></group><group><seealso/><text><p><ref resolved='predef::localtime'>localtime()</ref></p> </text></group></doc> <method name='iso_timezone'><modifiers><final/></modifiers> <arguments><argument name='timezone'><type><int/></type></argument></arguments> <returntype><string/></returntype> </method> </docgroup>
+
<docgroup homogen-name='local_timezone' homogen-type='variable'><doc><text><p>The local timezone without daylight-saving correction.</p>
+
</text><group><note/><text><p>This value is determined once at process start, and cached for
+
the lifetime of the process.</p>
+
</text></group></doc>
+
<variable name='local_timezone'><type><int/></type></variable>
+
</docgroup>
<class name='Date'> <doc><text><p>Lightweight date type. Stores internally in days since epoch.</p> </text><group><seealso/><text><p><ref resolved='predef::__builtin.Interval'>Interval</ref>, <ref resolved='predef::__builtin.Timestamp'>Timestamp</ref>, <ref resolved='predef::__builtin.Time'>Time</ref>, <ref resolved='predef::__builtin.TimeTZ'>TimeTZ</ref>, <ref resolved='predef::__builtin.Range'>Range</ref></p> </text></group></doc> <docgroup homogen-name='create' homogen-type='method'> <method name='create'><modifiers><variant/><protected/></modifiers> <arguments><argument name='year'><type><int/></type></argument><argument name='month'><type><int/></type></argument><argument name='day'><type><int/></type></argument></arguments> <returntype><void/></returntype> </method> <method name='create'><modifiers><variant/><protected/></modifiers>
autodoc.git/modref.xml:142810:
<arguments/> <returntype><mapping><indextype><string/></indextype><valuetype><int/></valuetype></mapping></returntype> </method> </docgroup> </class> <class name='TimeTZ'> <doc><text><p>Lightweight time type with timezone. Equivalent to <ref resolved='predef::__builtin.Time'>Time</ref>, but stores a timezone offset as well.</p> </text><group><seealso/><text><p><ref resolved='predef::__builtin.Time'>Time</ref>, <ref resolved='predef::__builtin.Date'>Date</ref>, <ref resolved='predef::__builtin.Interval'>Interval</ref>, <ref resolved='predef::__builtin.Range'>Range</ref></p> </text></group></doc>
+
<docgroup homogen-name='create' homogen-type='method'><doc><text><p>Stores just the time of the day components, but including
+
the correct timezone offset with any daylight-saving correction
+
active on the date specified.</p>
+
</text><group><param name='year'/><text><p>Absolute year (e.g. 1900 == 1900, 2000 = 2000, 2017 == 2017).</p>
+
</text></group><group><param name='month'/><text><p>Month of the year (January == 1 ... December == 12).</p>
+
</text></group><group><param name='day'/><text><p>Day of the month (typically between 1 and 31).</p>
+
</text></group><group><param name='hour'/><text><p>Hour of the day (typically between 0 and 23).</p>
+
</text></group><group><param name='min'/><text><p>Minutes (typically between 0 and 59).</p>
+
</text></group><group><param name='sec'/><text><p>Seconds (typically between 0 and 59).</p>
+
</text></group><group><param name='nsec'/><text><p>Nanoseconds (typically between 0 and 999999999).</p>
+
</text></group><group><note/><text><p>Specified values are expected in the localised time (i.e. relative
+
to the current timezone locale, including daylight-saving correction).</p>
+
</text></group><group><note/><text><p>If any of these values are offered in a denormalised range,
+
they will be normalised relative to the startdate offered.</p>
+
</text></group><group><seealso/><text><p><ref resolved='predef::__builtin.Timestamp'>Timestamp</ref>, <ref resolved='predef::__builtin.Date'>Date</ref>, <ref resolved='predef::__builtin.Interval'>Interval</ref>, <ref resolved='predef::__builtin.Time'>Time</ref></p>
+
</text></group></doc>
+
<method name='create'><modifiers><variant/><protected/></modifiers>
+
<arguments><argument name='year'><type><int/></type></argument><argument name='month'><type><int/></type></argument><argument name='day'><type><int/></type></argument><argument name='hour'><type><int/></type></argument><argument name='min'><type><int/></type></argument><argument name='sec'><type><or><void/><int/></or></type></argument><argument name='nsec'><type><or><void/><int/></or></type></argument></arguments>
+
<returntype><void/></returntype>
+
</method>
+
<method name='create'><modifiers><variant/><protected/></modifiers>
+
<arguments><argument name='copy'><type><object resolved='predef::__builtin.TimeTZ'>TimeTZ</object></type></argument></arguments>
+
<returntype><void/></returntype>
+
</method>
+
</docgroup>
<docgroup homogen-name='Time' homogen-type='inherit'> <inherit name='Time'><classname resolved='predef::__builtin.Time'>Time</classname></inherit> </docgroup> <docgroup homogen-name='timezone' homogen-type='variable'><doc><text><p>Timezone offset in seconds <b>west</b> from UTC (includes daylight-saving time adjustment).</p> </text><group><note/><text><p>ISO time format displays the timezone in seconds <b>east</b> from UTC.</p> </text></group><group><seealso/><text><p><ref resolved='predef::localtime'>localtime()</ref></p> </text></group></doc> <variable name='timezone'><type><int/></type></variable> </docgroup>