cortesi         Tue Apr 16 20:09:29 2002 EDT

  Modified files:              
    /phpdoc/ro/reference/apache reference.xml 
    /phpdoc/ro/reference/datetime       reference.xml 
    /phpdoc/ro/reference/domxml reference.xml 
    /phpdoc/ro/reference/errorfunc      reference.xml 
    /phpdoc/ro/reference/imap   reference.xml 
    /phpdoc/ro/reference/mail   reference.xml 
    /phpdoc/ro/reference/oracle reference.xml 
    /phpdoc/ro/reference/var    reference.xml 
    /phpdoc/ro/reference/wddx   reference.xml 
    /phpdoc/ro/reference/xmlrpc reference.xml 
  Log:
  WS fix: RO
  
Index: phpdoc/ro/reference/apache/reference.xml
diff -u phpdoc/ro/reference/apache/reference.xml:1.1 
phpdoc/ro/reference/apache/reference.xml:1.2
--- phpdoc/ro/reference/apache/reference.xml:1.1        Sun Apr 14 21:41:30 2002
+++ phpdoc/ro/reference/apache/reference.xml    Tue Apr 16 20:09:21 2002
@@ -1,16 +1,8 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.apache">
   <title>Func�ii specifice Apache</title>
   <titleabbrev>Apache</titleabbrev>
-
-  
-
-
-
-
-
-
 
 &reference.apache.functions;
 
Index: phpdoc/ro/reference/datetime/reference.xml
diff -u phpdoc/ro/reference/datetime/reference.xml:1.1 
phpdoc/ro/reference/datetime/reference.xml:1.2
--- phpdoc/ro/reference/datetime/reference.xml:1.1      Sun Apr 14 21:41:39 2002
+++ phpdoc/ro/reference/datetime/reference.xml  Tue Apr 16 20:09:22 2002
@@ -1,21 +1,8 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.datetime">
   <title>Func�ii de timp �i dat�</title>
   <titleabbrev>Date/time</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 &reference.datetime.functions;
 
Index: phpdoc/ro/reference/domxml/reference.xml
diff -u phpdoc/ro/reference/domxml/reference.xml:1.1 
phpdoc/ro/reference/domxml/reference.xml:1.2
--- phpdoc/ro/reference/domxml/reference.xml:1.1        Sun Apr 14 21:41:58 2002
+++ phpdoc/ro/reference/domxml/reference.xml    Tue Apr 16 20:09:25 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.domxml">
   <title>DOM XML functions</title>
   <titleabbrev>DOM XML</titleabbrev>
@@ -347,95 +347,6 @@
    </para>
 
   </partintro>
-
-  <!-- class Dom document -->
-  <!-- has member functions
-        array root([int doc_handle]) 
-           returns array of root nodes of this document. Array
-           elements are objects of class "Dom node" having properties of
-           "node" (resource), "type" (long), "name" (string)
-           and optionally "content" (string).
-
-        array children([ int node ])
-           returns an array of child nodes of this element. Array
-           elements are objects of class "Dom node" having properties
-           of "node" (resource), "type" (long), "name" (string)
-           and optionally "content" (string).
-
-        object add_root([int doc_handle,] string name)
-           Add a root node to document.
-
-           returns an object of class "Dom node" having properties
-           of "node" (resource), "type" (long), "name" (string)
-           and optionally "content" (string). 
-
-        object intdtd([int doc_handle])
-           returns the DTD of document.
-
-           returns an object of class "Dtd" having properties
-           of "dtd" (resource), "sysid" (string), "name" (string)
-           and optionally "extid" (string).
-
-        string dumpmem([int doc_handle])
-           dumps document into string.
-    -->
-
-   <!-- class Dom node
-        object lastchild([int node])
-          returns Dom node object
-
-        array children([int node])
-          as above
-
-        object parent([ int node])
-          returns Dom node object
-          (parent of this node)
-
-        new_child
-        string getattr([int node,] string attrname)
-          get value of attribute named attrname
-
-        bool setattr([int node,] string attrname, string value)
-          set value of given attribute.
-
-        array attributes([int node])
-          returns associative array of (string name, string value)
-          pairs.
-
-        object node(string name)
-          creates a named Dom node object.
-    -->
-
-  <!-- class Dom Attribute
-       name
-    -->
-
-  <!-- class Dom Namespace
-    -->
-
-  <!-- class Dtd
-    -->        
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 &reference.domxml.functions;
 
Index: phpdoc/ro/reference/errorfunc/reference.xml
diff -u phpdoc/ro/reference/errorfunc/reference.xml:1.1 
phpdoc/ro/reference/errorfunc/reference.xml:1.2
--- phpdoc/ro/reference/errorfunc/reference.xml:1.1     Sun Apr 14 21:42:06 2002
+++ phpdoc/ro/reference/errorfunc/reference.xml Tue Apr 16 20:09:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.errorfunc">
   <title>Erori - gestiune �i �nregistrare</title>
   <titleabbrev>Erorile �i �nregistrarea</titleabbrev>
@@ -21,12 +21,6 @@
     erori raportate, plec�nd de la simple notific�ri �i p�n� la func�ii personalizate.
    </para>
   </partintro>
-
-
-
-
-
-
 
 &reference.errorfunc.functions;
 
Index: phpdoc/ro/reference/imap/reference.xml
diff -u phpdoc/ro/reference/imap/reference.xml:1.1 
phpdoc/ro/reference/imap/reference.xml:1.2
--- phpdoc/ro/reference/imap/reference.xml:1.1  Sun Apr 14 21:42:12 2002
+++ phpdoc/ro/reference/imap/reference.xml      Tue Apr 16 20:09:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id='ref.imap'>
   <title>IMAP, POP3 �i NNTP</title>
   <titleabbrev>IMAP</titleabbrev>
@@ -83,67 +83,6 @@
      IMAP</ulink> de Dianna Mullet &amp; Kevin Mullet.
    </para>
   </partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 &reference.imap.functions;
 
Index: phpdoc/ro/reference/mail/reference.xml
diff -u phpdoc/ro/reference/mail/reference.xml:1.1 
phpdoc/ro/reference/mail/reference.xml:1.2
--- phpdoc/ro/reference/mail/reference.xml:1.1  Sun Apr 14 21:42:34 2002
+++ phpdoc/ro/reference/mail/reference.xml      Tue Apr 16 20:09:26 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.mail">
   <title>Func�ii Mail</title>
   <titleabbrev>Mail</titleabbrev>
@@ -51,8 +51,6 @@
     </varlistentry>
    </variablelist>
   </partintro>
-
-
 
 &reference.mail.functions;
 
Index: phpdoc/ro/reference/oracle/reference.xml
diff -u phpdoc/ro/reference/oracle/reference.xml:1.1 
phpdoc/ro/reference/oracle/reference.xml:1.2
--- phpdoc/ro/reference/oracle/reference.xml:1.1        Sun Apr 14 21:42:38 2002
+++ phpdoc/ro/reference/oracle/reference.xml    Tue Apr 16 20:09:27 2002
@@ -1,30 +1,8 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.oracle">
   <title>Oracle</title>
   <titleabbrev>Oracle</titleabbrev>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 &reference.oracle.functions;
 
Index: phpdoc/ro/reference/var/reference.xml
diff -u phpdoc/ro/reference/var/reference.xml:1.1 
phpdoc/ro/reference/var/reference.xml:1.2
--- phpdoc/ro/reference/var/reference.xml:1.1   Sun Apr 14 21:42:48 2002
+++ phpdoc/ro/reference/var/reference.xml       Tue Apr 16 20:09:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.variables">
   <title>Variabile</title>
   <titleabbrev>Variabile</titleabbrev>
@@ -12,38 +12,6 @@
    </para>
   </partintro>
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  
 &reference.var.functions;
 
  </reference>
Index: phpdoc/ro/reference/wddx/reference.xml
diff -u phpdoc/ro/reference/wddx/reference.xml:1.1 
phpdoc/ro/reference/wddx/reference.xml:1.2
--- phpdoc/ro/reference/wddx/reference.xml:1.1  Sun Apr 14 21:43:00 2002
+++ phpdoc/ro/reference/wddx/reference.xml      Tue Apr 16 20:09:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <reference id="ref.wddx">
        <title>Func�ii WDDX</title>
        <titleabbrev>WDDX</titleabbrev>
@@ -71,6 +71,7 @@
                        </informalexample>
                </para>
        </partintro>
+
 &reference.wddx.functions;
 
 </reference>
Index: phpdoc/ro/reference/xmlrpc/reference.xml
diff -u phpdoc/ro/reference/xmlrpc/reference.xml:1.1 
phpdoc/ro/reference/xmlrpc/reference.xml:1.2
--- phpdoc/ro/reference/xmlrpc/reference.xml:1.1        Sun Apr 14 21:43:04 2002
+++ phpdoc/ro/reference/xmlrpc/reference.xml    Tue Apr 16 20:09:28 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-2"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
  <reference id="ref.xmlrpc">
   <title>Func�ii XMLRPC</title>
   <titleabbrev>Func�ii XMLRPC</titleabbrev>
@@ -9,19 +9,6 @@
    <para>
    </para>
   </partintro>
-
-
-
-
-
-
-
-
-
-
-
-
-
 
 &reference.xmlrpc.functions;
 


Reply via email to