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-
08
-
30
' version='Pike v8.0.
671
'>
+
<manual time-stamp='2018-
09
-
14
' version='Pike v8.0.
699
'>
<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:12294:
</method> </docgroup> <docgroup homogen-name='push_back' homogen-type='method'><doc><text><p>Add a new value at the end of the list.</p> </text><group><param name='value'/><text><p>The value to add.</p> </text></group></doc> <method name='push_back'> <arguments><argument name='value'><type><mixed/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup>
-
<docgroup homogen-name='push_front' homogen-type='method'><doc><text><p>Add a new value at the
end
of the list.</p>
+
<docgroup homogen-name='push_front' homogen-type='method'><doc><text><p>Add a new value at the
front
of the list.</p>
</text><group><param name='value'/><text><p>The value to add.</p> </text></group></doc> <method name='push_front'> <arguments><argument name='value'><type><mixed/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> <class name='CircularListIterator'> <doc><text><p>This is the iterator for the CircularList. It implements the IndexIterator and the OutputIterator.</p>
autodoc.git/traditional.xml:16256:
<arguments/> <returntype><array><valuetype><object resolved='predef::Parser.XML.Tree.AbstractNode'>AbstractNode</object></valuetype></array></returntype> </method> </docgroup> <docgroup homogen-name='AbstractSimpleNode' homogen-type='inherit'> <inherit name='AbstractSimpleNode'><classname resolved='predef::Parser.XML.Tree.AbstractSimpleNode'>AbstractSimpleNode</classname></inherit> </docgroup> <docgroup homogen-name='low_clone' homogen-type='method'><doc><text><p>Returns an initialized copy of the node.</p> </text><group><note/><text><p>The returned node has no children, and no parent.</p> </text></group></doc>
-
<method name='low_clone'>
+
<method name='low_clone'>
<modifiers><optional/></modifiers>
<arguments/> <returntype><object resolved='predef::Parser.XML.Tree.AbstractNode'>AbstractNode</object></returntype> </method> </docgroup> <docgroup homogen-name='remove_child' homogen-type='method'><doc><text><p>Removes all occurrences of the provided node from the called nodes list of children. The removed nodes parent reference is set to null.</p> </text></doc> <method name='remove_child'> <arguments><argument name='c'><type><object resolved='predef::Parser.XML.Tree.AbstractNode'>AbstractNode</object></type></argument></arguments> <returntype><void/></returntype>
autodoc.git/traditional.xml:16426:
<ref resolved='predef::Parser.XML.Tree.STOP_WALK'>STOP_WALK</ref> is returned.</p> </text></doc> <method name='iterate_children'> <arguments><argument name='callback'><type><function><argtype><object resolved='predef::Parser.XML.Tree.AbstractSimpleNode'>AbstractSimpleNode</object></argtype><argtype><varargs><mixed/></varargs></argtype><returntype><or><int/><void/></or></returntype></function></type></argument><argument name='args'><type><varargs><mixed/></varargs></type></argument></arguments> <returntype><int/></returntype> </method> </docgroup> <docgroup homogen-name='low_clone' homogen-type='method'><doc><text><p>Returns an initialized copy of the node.</p> </text><group><note/><text><p>The returned node has no children.</p> </text></group></doc>
-
<method name='low_clone'>
+
<method name='low_clone'>
<modifiers><optional/></modifiers>
<arguments/> <returntype><object resolved='predef::Parser.XML.Tree.AbstractSimpleNode'>AbstractSimpleNode</object></returntype> </method> </docgroup> <docgroup homogen-name='remove_child' homogen-type='method'><doc><text><p>Removes all occurrences of the provided node from the list of children of this node.</p> </text></doc> <method name='remove_child'> <arguments><argument name='c'><type><object resolved='predef::Parser.XML.Tree.AbstractSimpleNode'>AbstractSimpleNode</object></type></argument></arguments> <returntype><void/></returntype>