autodoc.git
/
modref.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref.xml:3176:
<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='
predef
::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='
7.8
::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/modref.xml:104634:
<variable name='lr_error'><type><int/></type></variable> </docgroup> <docgroup homogen-name='make_parser' homogen-type='method'><doc><text><p>Compiles the parser-specification given in the first argument. Named actions are taken from the object if available, otherwise left as is.</p> </text><group><bugs/><text><p>Returns error-code in both GrammarParser.error and return_value->lr_error.</p> </text></group></doc> <method name='make_parser'> <arguments><argument name='str'><type><string/></type></argument><argument name='m'><type><or><object resolved='predef::Parser.LR.GrammarParser.make_parser'/><void/></or></type></argument></arguments>
-
<returntype><object resolved='predef::Parser'>Parser</object></returntype>
+
<returntype><object resolved='predef::Parser
.LR.Parser
'>Parser</object></returntype>
</method> </docgroup> <docgroup homogen-name='make_parser_from_file' homogen-type='method'><doc><text><p>Compiles the file specified in the first argument into an LR parser.</p> </text><group><seealso/><text><p><ref resolved='predef::Parser.LR.GrammarParser.make_parser'>make_parser</ref></p> </text></group></doc> <method name='make_parser_from_file'> <arguments><argument name='fname'><type><string/></type></argument><argument name='m'><type><or><object resolved='predef::Parser.LR.GrammarParser.make_parser_from_file'/><void/></or></type></argument></arguments>
-
<returntype><or><int/><object resolved='predef::Parser'>Parser</object></or></returntype>
+
<returntype><or><int/><object resolved='predef::Parser
.LR.Parser
'>Parser</object></or></returntype>
</method> </docgroup> </module> <class name='Parser'> <doc><text><p>This object implements an LALR(1) parser and compiler.</p> <p> Normal use of this object would be:</p> <p> <pre> set_error_handler {add_rule, set_priority, set_associativity}* set_symbol_to_string
autodoc.git/modref.xml:136783:
</text><group><returns/><text><p>A normalized absolute path without trailing slashes.</p> <p> Throws errors on failure, e.g. if the file or directory doesn't exist.</p> </text></group><group><note/><text><p>File fork information is currently not supported (invalid data).</p> </text></group><group><note/><text><p>In Pike 7.6 and earlier, this function didn't preserve a single slash after drive letters, and it didn't convert the host and share parts of an UNC path to lowercase.</p> </text></group><group><seealso/><text><p><ref resolved='predef::combine_path'>combine_path()</ref>, <ref resolved='predef::combine_path_nt'>combine_path_nt()</ref></p> </text></group></doc> <method name='normalize_path'>
-
<arguments><argument name='path'><type><string/></type></argument></arguments>
-
<returntype><string/></returntype>
+
<arguments><argument name='path'><type><string
><min>0<
/
min
><
max>255<
/
max></string></
type></argument></arguments>
+
<returntype><string
><min>0<
/
min
><
max>255<
/
max></string></
returntype>
</method> </docgroup> <docgroup homogen-name='openlog' homogen-type='method'><doc><text><p>Initializes the connection to syslogd.</p> </text><group><param name='ident.'/><text><p>The <ref resolved='predef::System.openlog.ident'>ident</ref> argument specifies an identifier to tag all logentries with.</p> </text></group><group><param name='options'/><text><p>A bitfield specifying the behaviour of the message logging. Valid options are:</p> <int><group><value>LOG_PID</value><text><p>Log the process ID with each message.</p> </text></group><group><value>LOG_CONS</value><text><p>Write messages to the console if they can't be sent to syslogd.</p> </text></group><group><value>LOG_NDELAY</value><text><p>Open the connection to syslogd now and not later.</p>