vrana           Fri Nov 12 07:38:06 2004 EDT

  Modified files:              
    /phpdoc/en/reference/tidy/functions tidy-construct.xml 
                                        tidy-get-body.xml 
                                        tidy-get-head.xml 
                                        tidy-get-html.xml 
                                        tidy-get-root.xml 
                                        tidy-is-xhtml.xml 
                                        tidy-is-xml.xml 
    /phpdoc/en/reference/sqlite/functions       sqlite-factory.xml 
    /phpdoc/en/reference/rar/functions  rar-entry-get.xml 
  Log:
  Change "object" to specific objects
  
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-construct.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-construct.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-construct.xml:1.2 
phpdoc/en/reference/tidy/functions/tidy-construct.xml:1.3
--- phpdoc/en/reference/tidy/functions/tidy-construct.xml:1.2   Sat Aug 14 
15:14:42 2004
+++ phpdoc/en/reference/tidy/functions/tidy-construct.xml       Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
   <refentry id="function.tidy-construct">
    <refnamediv>
     <refname>tidy::__construct</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>object</type><methodname>tidy::__construct</methodname>
+     <type>tidy</type><methodname>tidy::__construct</methodname>
      <methodparam 
choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
      <methodparam 
choice="opt"><type>mixed</type><parameter>config</parameter></methodparam>
      <methodparam 
choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-body.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-get-body.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-get-body.xml:1.6 
phpdoc/en/reference/tidy/functions/tidy-get-body.xml:1.7
--- phpdoc/en/reference/tidy/functions/tidy-get-body.xml:1.6    Sat Jul  3 
11:47:18 2004
+++ phpdoc/en/reference/tidy/functions/tidy-get-body.xml        Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.tidy-get-body">
    <refnamediv>
     <refname>tidy_get_body</refname>
@@ -11,12 +11,12 @@
     <title>Description</title>
     <para>Procedural style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy_get_body</methodname>
+     <type>tidyNode</type><methodname>tidy_get_body</methodname>
      
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->body</methodname>
+     <type>tidyNode</type><methodname>tidy->body</methodname>
      <void />
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-head.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-get-head.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-get-head.xml:1.6 
phpdoc/en/reference/tidy/functions/tidy-get-head.xml:1.7
--- phpdoc/en/reference/tidy/functions/tidy-get-head.xml:1.6    Sat Jul  3 
11:47:18 2004
+++ phpdoc/en/reference/tidy/functions/tidy-get-head.xml        Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.tidy-get-head">
    <refnamediv>
     <refname>tidy_get_head</refname>
@@ -11,12 +11,12 @@
     <title>Description</title>
     <para>Procedural style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy_get_head</methodname>
+     <type>tidyNode</type><methodname>tidy_get_head</methodname>
      
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->head</methodname>
+     <type>tidyNode</type><methodname>tidy->head</methodname>
      <void />
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-html.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-get-html.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-get-html.xml:1.7 
phpdoc/en/reference/tidy/functions/tidy-get-html.xml:1.8
--- phpdoc/en/reference/tidy/functions/tidy-get-html.xml:1.7    Sat Jul  3 
11:47:18 2004
+++ phpdoc/en/reference/tidy/functions/tidy-get-html.xml        Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.tidy-get-html">
    <refnamediv>
     <refname>tidy_get_html</refname>
@@ -11,12 +11,12 @@
     <title>Description</title>
     <para>Procedural style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy_get_html</methodname>
+     <type>tidyNode</type><methodname>tidy_get_html</methodname>
      
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->html</methodname>
+     <type>tidyNode</type><methodname>tidy->html</methodname>
      <void />
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-get-root.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-get-root.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-get-root.xml:1.4 
phpdoc/en/reference/tidy/functions/tidy-get-root.xml:1.5
--- phpdoc/en/reference/tidy/functions/tidy-get-root.xml:1.4    Sat Jul  3 
11:47:18 2004
+++ phpdoc/en/reference/tidy/functions/tidy-get-root.xml        Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
   <refentry id="function.tidy-get-root">
    <refnamediv>
@@ -12,12 +12,12 @@
     <title>Description</title>
     <para>Procedural style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy_get_root</methodname>
+     <type>tidyNode</type><methodname>tidy_get_root</methodname>
      
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->root</methodname>
+     <type>tidyNode</type><methodname>tidy->root</methodname>
      <void />
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.5 
phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.6
--- phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml:1.5    Fri Aug 20 
05:37:00 2004
+++ phpdoc/en/reference/tidy/functions/tidy-is-xhtml.xml        Fri Nov 12 
07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.tidy-is-xhtml">
    <refnamediv>
     <refname>tidy_is_xhtml</refname>
@@ -16,7 +16,7 @@
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->isXhtml</methodname>
+     <type>bool</type><methodname>tidy->isXhtml</methodname>
      <void />
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/tidy/functions/tidy-is-xml.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/tidy/functions/tidy-is-xml.xml
diff -u phpdoc/en/reference/tidy/functions/tidy-is-xml.xml:1.3 
phpdoc/en/reference/tidy/functions/tidy-is-xml.xml:1.4
--- phpdoc/en/reference/tidy/functions/tidy-is-xml.xml:1.3      Fri Aug 20 
05:37:00 2004
+++ phpdoc/en/reference/tidy/functions/tidy-is-xml.xml  Fri Nov 12 07:38:04 2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.tidy-is-xml">
    <refnamediv>
     <refname>tidy_is_xml</refname>
@@ -16,7 +16,7 @@
     </methodsynopsis>
     <para>Object oriented style:</para>
     <methodsynopsis>
-     <type>object</type><methodname>tidy->isXml</methodname>
+     <type>bool</type><methodname>tidy->isXml</methodname>
      <void />
     </methodsynopsis>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-factory.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-factory.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-factory.xml:1.3 
phpdoc/en/reference/sqlite/functions/sqlite-factory.xml:1.4
--- phpdoc/en/reference/sqlite/functions/sqlite-factory.xml:1.3 Wed Nov 10 
03:30:43 2004
+++ phpdoc/en/reference/sqlite/functions/sqlite-factory.xml     Fri Nov 12 
07:38:06 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <refentry id="function.sqlite-factory">
  <refnamediv>
   <refname>sqlite_factory</refname>
@@ -10,7 +10,7 @@
  <refsect1>
   <title>Description</title>
   <methodsynopsis>
-   <type>object</type><methodname>sqlite_factory</methodname>
+   <type>SQLite</type><methodname>sqlite_factory</methodname>
    
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
    <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter 
role="reference">error_message</parameter></methodparam>
http://cvs.php.net/diff.php/phpdoc/en/reference/rar/functions/rar-entry-get.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/rar/functions/rar-entry-get.xml
diff -u phpdoc/en/reference/rar/functions/rar-entry-get.xml:1.1 
phpdoc/en/reference/rar/functions/rar-entry-get.xml:1.2
--- phpdoc/en/reference/rar/functions/rar-entry-get.xml:1.1     Wed Sep 22 
11:51:30 2004
+++ phpdoc/en/reference/rar/functions/rar-entry-get.xml Fri Nov 12 07:38:06 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.rar-entry-get">
  <refnamediv>
   <refname>rar_entry_get</refname>
@@ -8,7 +8,7 @@
  <refsect1>
   <title>Description</title>
   <methodsynopsis>
-   <type>object</type><methodname>rar_entry_get</methodname>
+   <type>RarEntry</type><methodname>rar_entry_get</methodname>
    
<methodparam><type>resource</type><parameter>rar_file</parameter></methodparam>
    
<methodparam><type>string</type><parameter>entry_name</parameter></methodparam>
   </methodsynopsis>

Reply via email to