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='2018-
04
-
26
' version='Pike v8.0.5'>
+
<manual time-stamp='2018-
05
-
10
' version='Pike v8.0.5'>
<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:136590:
</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>