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='2019-07-
15
' version='Pike v8.1.13'>
+
<manual time-stamp='2019-07-
17
' version='Pike v8.1.13'>
<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.1. Overview</url></dd> <dd><url href='chapter_1.html#1.2'>1.2. The history of Pike</url></dd> <dd><url href='chapter_1.html#1.3'>1.3. A comparison with other languages</url></dd> <dd><url href='chapter_1.html#1.4'>1.4. What is Pike</url></dd> <dd><url href='chapter_1.html#1.5'>1.5. Pike License</url></dd>
autodoc.git/traditional.xml:102620:
</docgroup> <docgroup homogen-name='get_default_module' homogen-type='method'><doc><text><p>Get the default module for the current compatibility level (ie typically the value returned by <ref resolved='predef::all_constants'>predef::all_constants()</ref>).</p> <p> The default implementation calls the corresponding function in the master object.</p> </text><group><returns/><text><mixed><group><type><or><mapping><indextype><string/></indextype><valuetype><mixed/></valuetype></mapping><object resolved='predef::CompilerEnvironment.get_default_module'/></or></type><text><p>Constant table to use.</p> </text></group><group><type><int><min>0</min><max>0</max></int></type><text><p>Use the builtin constant table.</p> </text></group></mixed> </text></group><group><note/><text><p>This function is typically called by <ref>Pike_compiler()->get_default_module()</ref>.</p>
-
</text></group><group><seealso/><text><p><ref resolved='predef::
MasterObject
.
CompatResolver.
get_default_module'>MasterObject()->get_default_module()</ref>.</p>
+
</text></group><group><seealso/><text><p><ref resolved='predef::
CompilationHandler
.get_default_module'>MasterObject()->get_default_module()</ref>.</p>
</text></group></doc> <method name='get_default_module'> <arguments/> <returntype><or><mapping><indextype><string/></indextype><valuetype><mixed/></valuetype></mapping><object resolved='predef::CompilerEnvironment.get_default_module'/></or></returntype> </method> </docgroup> <docgroup homogen-name='handle_import' homogen-type='method'><doc><text><p>Look up an import <ref resolved='predef::CompilerEnvironment.handle_import.module'>module</ref>.</p> <p> The default implementation calls the corresponding function in the master object.</p> </text><group><seealso/><text><p><ref resolved='predef::CompilationHandler.handle_import'>MasterObject()->handle_import()</ref>.</p>
autodoc.git/traditional.xml:145637:
</docgroup> <docgroup homogen-name='create' homogen-type='method'><doc><text><p>Create a new Sql.Result object</p> </text><group><param name='res'/><text><p>Result to use as base.</p> </text></group></doc> <method name='create'><modifiers><protected/></modifiers> <arguments><argument name='res'><type><mixed/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup> <docgroup homogen-name='eof' homogen-type='method'><doc><group><returns/><text><p>Non-zero if there are no more rows.</p>
+
</text></group><group><note/><text><p>Not reliable! Some drivers have no support for checking
+
whether there are more rows without also fetching them.</p>
</text></group></doc> <method name='eof'> <arguments/> <returntype><int/></returntype> </method> </docgroup> <docgroup homogen-name='fetch_fields' homogen-type='method'><doc><group><returns/><text><p>Information about the available fields.</p> </text></group></doc> <method name='fetch_fields'> <arguments/>