didou           Mon Feb 19 00:03:37 2007 UTC

  Modified files:              
    /phpdoc/en/reference/fdf/functions  fdf-add-doc-javascript.xml 
                                        fdf-add-template.xml 
                                        fdf-close.xml fdf-create.xml 
                                        fdf-enum-values.xml 
                                        fdf-errno.xml fdf-error.xml 
                                        fdf-get-ap.xml 
                                        fdf-get-attachment.xml 
                                        fdf-get-file.xml 
                                        fdf-get-flags.xml 
                                        fdf-get-opt.xml 
                                        fdf-get-value.xml 
                                        fdf-get-version.xml 
                                        fdf-header.xml 
                                        fdf-next-field-name.xml 
                                        fdf-open-string.xml fdf-open.xml 
                                        fdf-remove-item.xml 
                                        fdf-save-string.xml fdf-save.xml 
                                        fdf-set-ap.xml 
                                        fdf-set-encoding.xml 
                                        fdf-set-file.xml 
                                        fdf-set-flags.xml 
                                        fdf-set-javascript-action.xml 
                                        fdf-set-on-import-javascript.xml 
                                        fdf-set-opt.xml 
                                        fdf-set-status.xml 
                                        fdf-set-submit-form-action.xml 
                                        fdf-set-target-frame.xml 
                                        fdf-set-value.xml 
                                        fdf-set-version.xml 
  Log:
  WS, prepare for new doc style
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.3    Sat Aug 
16 17:06:53 2003
+++ phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml        Mon Feb 
19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.12 -->
 <refentry id='function.fdf-add-doc-javascript'>
  <refnamediv>
@@ -31,19 +31,21 @@
 ?>
 ]]>
     </programlisting>
-    <simpara>will create a FDF like this:</simpara>
+    <simpara>
+     will create a FDF like this:
+    </simpara>
     <screen>
 <![CDATA[
 %FDF-1.2
 %âãÏÓ
 1 0 obj
-<< 
-/FDF << /JavaScript << /Doc [ (PlusOne)(function PlusOne\(x\)\r{\r  return 
x+1;\r}\r)] >> >> 
->> 
+<<
+/FDF << /JavaScript << /Doc [ (PlusOne)(function PlusOne\(x\)\r{\r  return 
x+1;\r}\r)] >> >>
+>>
 endobj
 trailer
 <<
-/Root 1 0 R 
+/Root 1 0 R
 
 >>
 %%EOF
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-add-template.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-add-template.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-add-template.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-add-template.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-add-template.xml:1.3  Thu Feb 20 
10:40:28 2003
+++ phpdoc/en/reference/fdf/functions/fdf-add-template.xml      Mon Feb 19 
00:03:36 2007
@@ -1,26 +1,26 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.12 -->
-  <refentry id='function.fdf-add-template'>
-   <refnamediv>
-    <refname>fdf_add_template</refname>
-    <refpurpose>Adds a template into the FDF document</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_add_template</methodname>
-      
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
-      <methodparam><type>int</type><parameter>newpage</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>template</parameter></methodparam>
-      <methodparam><type>int</type><parameter>rename</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     &warn.undocumented.func;
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id='function.fdf-add-template'>
+ <refnamediv>
+  <refname>fdf_add_template</refname>
+  <refpurpose>Adds a template into the FDF document</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_add_template</methodname>
+   
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
+   <methodparam><type>int</type><parameter>newpage</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>template</parameter></methodparam>
+   <methodparam><type>int</type><parameter>rename</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   &warn.undocumented.func;
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-close.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-close.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-close.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-close.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-close.xml:1.4 Fri Jun 24 13:24:32 2005
+++ phpdoc/en/reference/fdf/functions/fdf-close.xml     Mon Feb 19 00:03:36 2007
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
-  <refentry id="function.fdf-close">
-   <refnamediv>
-    <refname>fdf_close</refname>
-    <refpurpose>Close an FDF document</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>void</type><methodname>fdf_close</methodname>
-      
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     The <function>fdf_close</function> function closes the FDF 
document.</para>
-
-    <para>
-     See also <function>fdf_open</function>.</para>
-
-   </refsect1>
-  </refentry>
+<refentry id="function.fdf-close">
+ <refnamediv>
+  <refname>fdf_close</refname>
+  <refpurpose>Close an FDF document</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>void</type><methodname>fdf_close</methodname>
+   
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The <function>fdf_close</function> function closes the FDF document.
+  </para>
+  <para>
+   See also <function>fdf_open</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-create.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-create.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-create.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-create.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-create.xml:1.4        Sat Aug 16 
17:06:53 2003
+++ phpdoc/en/reference/fdf/functions/fdf-create.xml    Mon Feb 19 00:03:36 2007
@@ -1,25 +1,26 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
-  <refentry id="function.fdf-create">
-   <refnamediv>
-    <refname>fdf_create</refname>
-    <refpurpose>Create a new FDF document</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>resource</type><methodname>fdf_create</methodname>
-      <void/>
-     </methodsynopsis>
-    <para>
-     The <function>fdf_create</function> creates a new
-     FDF document. This function is needed if one would like to
-     populate input fields in a PDF document with data.</para>
-    <para>
-    <example>
-     <title>Populating a PDF document</title>
-     <programlisting role="php">
+<refentry id="function.fdf-create">
+ <refnamediv>
+  <refname>fdf_create</refname>
+  <refpurpose>Create a new FDF document</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>resource</type><methodname>fdf_create</methodname>
+   <void/>
+  </methodsynopsis>
+  <para>
+   The <function>fdf_create</function> creates a new
+   FDF document. This function is needed if one would like to
+   populate input fields in a PDF document with data.
+  </para>
+  <para>
+  <example>
+   <title>Populating a PDF document</title>
+   <programlisting role="php">
 <![CDATA[
 <?php
 $outfdf = fdf_create();
@@ -34,16 +35,16 @@
 unlink("outtest.fdf");
 ?>
 ]]>
-     </programlisting>
-    </example></para>
-
-    <para>
-     See also <function>fdf_close</function>,
-              <function>fdf_save</function>,
-              <function>fdf_open</function>.</para>
-
-   </refsect1>
-  </refentry>
+   </programlisting>
+  </example>
+  </para>
+  <para>
+   See also <function>fdf_close</function>,
+   <function>fdf_save</function>,
+   <function>fdf_open</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-enum-values.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-enum-values.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-enum-values.xml:1.1 
phpdoc/en/reference/fdf/functions/fdf-enum-values.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-enum-values.xml:1.1   Wed Mar 19 
17:06:49 2003
+++ phpdoc/en/reference/fdf/functions/fdf-enum-values.xml       Mon Feb 19 
00:03:36 2007
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-  <refentry id="function.fdf-enum-values">
-   <refnamediv>
-    <refname>fdf_enum_values</refname>
-    <refpurpose>Call a user defined function for each document value 
</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_enum_values</methodname>
-      
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
-      
<methodparam><type>callback</type><parameter>function</parameter></methodparam>
-      <methodparam 
choice='opt'><type>mixed</type><parameter>userdata</parameter></methodparam>
-     </methodsynopsis>
-    <para>
+<!-- $Revision: 1.2 $ -->
+<refentry id="function.fdf-enum-values">
+ <refnamediv>
+  <refname>fdf_enum_values</refname>
+  <refpurpose>Call a user defined function for each document value 
</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_enum_values</methodname>
+   
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
+   
<methodparam><type>callback</type><parameter>function</parameter></methodparam>
+   <methodparam 
choice='opt'><type>mixed</type><parameter>userdata</parameter></methodparam>
+  </methodsynopsis>
+  <para>
 &warn.undocumented.func;
-    </para>
-   </refsect1>
-  </refentry>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-errno.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-errno.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-errno.xml:1.2 Thu Aug 12 22:20:24 2004
+++ phpdoc/en/reference/fdf/functions/fdf-errno.xml     Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-errno">
  <refnamediv>
   <refname>fdf_errno</refname>
@@ -13,14 +13,14 @@
   </methodsynopsis>
   <para>
    <function>fdf_errno</function> returns the error code set by
-   the last FDF function call. This is zero 
+   the last FDF function call. This is zero
    for a successfull operation or a non-zero error code on failure.
-   A textual description may be obtained using the 
-   <function>fdf_error</function> function. 
+   A textual description may be obtained using the
+   <function>fdf_error</function> function.
   </para>
   <para>
    See also <function>fdf_error</function>.
-  </para> 
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-error.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-error.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-error.xml:1.1 
phpdoc/en/reference/fdf/functions/fdf-error.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-error.xml:1.1 Mon Oct 21 20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-error.xml     Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.fdf-error">
  <refnamediv>
   <refname>fdf_error</refname>
@@ -12,16 +12,16 @@
    <methodparam 
choice='opt'><type>int</type><parameter>error_code</parameter></methodparam>
   </methodsynopsis>
   <para>
-   <function>fdf_error</function> returns a textual description for 
+   <function>fdf_error</function> returns a textual description for
    the fdf error code given in <parameter>error_code</parameter>.
-   The function uses the internal error code set by the last operation 
-   if no <parameter>error_code</parameter> is given, so 
-   <literal>fdf_error()</literal> is a convenient shortcut for 
+   The function uses the internal error code set by the last operation
+   if no <parameter>error_code</parameter> is given, so
+   <literal>fdf_error()</literal> is a convenient shortcut for
    <literal>fdf_error(fdf_errno())</literal>.
   </para>
   <para>
    See also <function>fdf_errno</function>.
-  </para> 
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-ap.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-ap.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-ap.xml:1.1 
phpdoc/en/reference/fdf/functions/fdf-get-ap.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-get-ap.xml:1.1        Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-get-ap.xml    Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-get-ap">
  <refnamediv>
@@ -19,10 +19,10 @@
    The <function>fdf_get_ap</function> function gets the
    appearance of a <parameter>field</parameter> (i.e. the value of the /AP 
key) and
    stores it in a file.  The possible values of <parameter>face</parameter>
-   are <constant>FDFNormalAP</constant>, <constant>FDFRolloverAP</constant> 
and 
-   <constant>FDFDownAP</constant>. The appearance is stored in 
+   are <constant>FDFNormalAP</constant>, <constant>FDFRolloverAP</constant> and
+   <constant>FDFDownAP</constant>. The appearance is stored in
    <parameter>filename</parameter>.
- </para>
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.2        Sat Aug 
16 17:06:53 2003
+++ phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml    Mon Feb 19 
00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-get-attachment">
  <refnamediv>
   <refname>fdf_get_attachment</refname>
@@ -15,10 +15,10 @@
   </methodsynopsis>
   <para>
    Extracts a file uploaded by means of the "file selection" field
-   <parameter>fieldname</parameter> and stores it under 
-   <parameter>savepath</parameter>. <parameter>savepath</parameter> may be  
+   <parameter>fieldname</parameter> and stores it under
+   <parameter>savepath</parameter>. <parameter>savepath</parameter> may be
    the name of a plain file or an existing directory in which the file is to 
be created
-   under its original name. Any existing file under the same name will be 
overwritten. 
+   under its original name. Any existing file under the same name will be 
overwritten.
   </para>
   <note>
    <para>
@@ -42,7 +42,7 @@
     <title>Storing an uploaded file</title>
     <programlisting role="php">
 <![CDATA[
-<?php 
+<?php
   $fdf = fdf_open_string($HTTP_FDF_DATA);
   $data = fdf_get_attachment($fdf, "filename", "/tmpdir");
   echo "The uploaded file is stored in $data[path]";
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-file.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-file.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.4      Sun Feb 12 
20:56:42 2006
+++ phpdoc/en/reference/fdf/functions/fdf-get-file.xml  Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-get-file">
  <refnamediv>
@@ -17,7 +17,8 @@
    of the /F key.
   </para>
   <para>
-   See also <function>fdf_set_file</function>.</para>
+   See also <function>fdf_set_file</function>.
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-flags.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-flags.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-flags.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-get-flags.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-get-flags.xml:1.3     Fri Aug 13 
16:12:04 2004
+++ phpdoc/en/reference/fdf/functions/fdf-get-flags.xml Mon Feb 19 00:03:36 2007
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
-  <refentry id="function.fdf-get-flags">
-   <refnamediv>
-    <refname>fdf_get_flags</refname>
-    <refpurpose>Gets the flags of a field</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>int</type><methodname>fdf_get_flags</methodname>
-      
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      
<methodparam><type>int</type><parameter>whichflags</parameter></methodparam>
-     </methodsynopsis>
-    <para>
+<!-- $Revision: 1.4 $ -->
+<refentry id="function.fdf-get-flags">
+ <refnamediv>
+  <refname>fdf_get_flags</refname>
+  <refpurpose>Gets the flags of a field</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>int</type><methodname>fdf_get_flags</methodname>
+   
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam><type>int</type><parameter>whichflags</parameter></methodparam>
+  </methodsynopsis>
+  <para>
 &warn.undocumented.func;
-    </para>
-   </refsect1>
-  </refentry>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-opt.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-opt.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-opt.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-get-opt.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-get-opt.xml:1.2       Sun Mar 21 
15:33:14 2004
+++ phpdoc/en/reference/fdf/functions/fdf-get-opt.xml   Mon Feb 19 00:03:36 2007
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-  <refentry id="function.fdf-get-opt">
-   <refnamediv>
-    <refname>fdf_get_opt</refname>
-    <refpurpose>Gets a value from the opt array of a field</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>mixed</type><methodname>fdf_get_opt</methodname>
-      
<methodparam><type>resource</type><parameter>fdfdof</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      <methodparam 
choice='opt'><type>int</type><parameter>element</parameter></methodparam>
-     </methodsynopsis>
-    <para>
+<!-- $Revision: 1.3 $ -->
+<refentry id="function.fdf-get-opt">
+ <refnamediv>
+  <refname>fdf_get_opt</refname>
+  <refpurpose>Gets a value from the opt array of a field</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>mixed</type><methodname>fdf_get_opt</methodname>
+   
<methodparam><type>resource</type><parameter>fdfdof</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam 
choice='opt'><type>int</type><parameter>element</parameter></methodparam>
+  </methodsynopsis>
+  <para>
 &warn.undocumented.func;
-    </para>
-   </refsect1>
-  </refentry>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-value.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-value.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-value.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-get-value.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-get-value.xml:1.4     Thu Jun 23 
16:53:21 2005
+++ phpdoc/en/reference/fdf/functions/fdf-get-value.xml Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-get-value">
  <refnamediv>
@@ -19,19 +19,19 @@
    value for the requested <parameter>fieldname</parameter>.
   </para>
   <para>
-   Elements of an array field can be retrieved by passing the optional 
+   Elements of an array field can be retrieved by passing the optional
    <parameter>which</parameter>, starting at zero. For non-array fields
    the optional parameter <parameter>which</parameter> will be ignored.
   </para>
   <note>
    <para>
-    Array support and optional <parameter>which</parameter> parameter 
-    were added in PHP 4.3.     
+    Array support and optional <parameter>which</parameter> parameter
+    were added in PHP 4.3.
    </para>
   </note>
   <para>
    See also <function>fdf_set_value</function>.
-  </para>  
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-get-version.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-version.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-version.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-get-version.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-get-version.xml:1.2   Wed Dec 17 
14:32:13 2003
+++ phpdoc/en/reference/fdf/functions/fdf-get-version.xml       Mon Feb 19 
00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-get-version">
  <refnamediv>
   <refname>fdf_get_version</refname>
@@ -12,17 +12,17 @@
    <methodparam 
choice='opt'><type>resource</type><parameter>fdf_document</parameter></methodparam>
   </methodsynopsis>
   <para>
-   This function will return the fdf version for the given 
+   This function will return the fdf version for the given
    <parameter>fdf_document</parameter>, or the toolkit API
-   version number if no parameter is given. 
+   version number if no parameter is given.
   </para>
-  <para> 
+  <para>
    For the current FDF toolkit 5.0 the API version number is '5.0'
    and the document version number is either '1.2', '1.3' or '1.4'.
   </para>
   <para>
    See also <function>fdf_set_version</function>.
-  </para> 
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-header.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-header.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-header.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-header.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-header.xml:1.2        Fri Jun 24 
13:24:32 2005
+++ phpdoc/en/reference/fdf/functions/fdf-header.xml    Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-header">
  <refnamediv>
   <refname>fdf_header</refname>
@@ -14,8 +14,8 @@
   <para>
    This is a convenience function to set appropriate HTTP headers
    for FDF output. It sets the <literal>Content-type:</literal>
-   to <literal>application/vnd.fdf</literal>. 
-  </para> 
+   to <literal>application/vnd.fdf</literal>.
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.7 
phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.8
--- phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.7       Sun Feb 
12 20:56:42 2006
+++ phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml   Mon Feb 19 
00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-next-field-name">
  <refnamediv>
@@ -26,11 +26,11 @@
 <![CDATA[
 <?php
 $fdf = fdf_open($HTTP_FDF_DATA);
-for ($field = fdf_next_field_name($fdf); 
-    $field != ""; 
+for ($field = fdf_next_field_name($fdf);
+    $field != "";
     $field = fdf_next_field_name($fdf, $field)) {
   echo "field: $field\n";
-} 
+}
 ?>
 ]]>
     </programlisting>
@@ -38,7 +38,7 @@
   </para>
   <para>
    See also <function>fdf_get_value</function>.
-  </para>  
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-open-string.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-open-string.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.4   Thu Dec 11 
15:41:56 2003
+++ phpdoc/en/reference/fdf/functions/fdf-open-string.xml       Mon Feb 19 
00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.fdf-open-string">
  <refnamediv>
   <refname>fdf_open_string</refname>
@@ -12,10 +12,10 @@
    
<methodparam><type>string</type><parameter>fdf_data</parameter></methodparam>
   </methodsynopsis>
   <para>
-   The <function>fdf_open_string</function> function reads form data 
-   from a string. <parameter>fdf_data</parameter> must contain the data 
-   as returned from a PDF form or created using 
<function>fdf_create</function> 
-   and <function>fdf_save_string</function>. 
+   The <function>fdf_open_string</function> function reads form data
+   from a string. <parameter>fdf_data</parameter> must contain the data
+   as returned from a PDF form or created using <function>fdf_create</function>
+   and <function>fdf_save_string</function>.
   </para>
   <para>
    You can <function>fdf_open_string</function> together with
@@ -37,7 +37,7 @@
    </example>
   </para>
   <para>
-   See also 
+   See also
    <function>fdf_open</function>,
    <function>fdf_close</function>,
    <function>fdf_create</function> and
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-open.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-open.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-open.xml:1.6 
phpdoc/en/reference/fdf/functions/fdf-open.xml:1.7
--- phpdoc/en/reference/fdf/functions/fdf-open.xml:1.6  Thu Dec 11 15:41:56 2003
+++ phpdoc/en/reference/fdf/functions/fdf-open.xml      Mon Feb 19 00:03:36 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-open">
  <refnamediv>
@@ -15,11 +15,11 @@
   <para>
    The <function>fdf_open</function> function opens
    a file with form data. This file must contain the data as returned
-   from a PDF form or created using <function>fdf_create</function> and 
-   <function>fdf_save</function>. 
+   from a PDF form or created using <function>fdf_create</function> and
+   <function>fdf_save</function>.
   </para>
   <para>
-   You can process the results of a PDF form POST request by writing 
+   You can process the results of a PDF form POST request by writing
    the data received in <varname>$HTTP_FDF_DATA</varname> to a file
    and open it using <function>fdf_open</function>. Starting with PHP 4.3
    you can also use <function>fdf_open_string</function> which handles 
temporary
@@ -46,7 +46,7 @@
    </example>
   </para>
   <para>
-   See also 
+   See also
    <function>fdf_open_string</function>,
    <function>fdf_close</function>,
    <function>fdf_create</function> and
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-remove-item.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-remove-item.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-remove-item.xml:1.1 
phpdoc/en/reference/fdf/functions/fdf-remove-item.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-remove-item.xml:1.1   Wed Mar 19 
17:06:49 2003
+++ phpdoc/en/reference/fdf/functions/fdf-remove-item.xml       Mon Feb 19 
00:03:36 2007
@@ -1,23 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-  <refentry id="function.fdf-remove-item">
-   <refnamediv>
-    <refname>fdf_remove_item</refname>
-    <refpurpose>Sets target frame for form</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_remove_item</methodname>
-      
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      <methodparam><type>int</type><parameter>item</parameter></methodparam>
-     </methodsynopsis>
-    <para>
+<!-- $Revision: 1.2 $ -->
+<refentry id="function.fdf-remove-item">
+ <refnamediv>
+  <refname>fdf_remove_item</refname>
+  <refpurpose>Sets target frame for form</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_remove_item</methodname>
+   
<methodparam><type>resource</type><parameter>fdfdoc</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam><type>int</type><parameter>item</parameter></methodparam>
+  </methodsynopsis>
+  <para>
 &warn.undocumented.func;
-    </para>
-   </refsect1>
-  </refentry>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-save-string.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-save-string.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.2   Sat Aug 16 
17:06:53 2003
+++ phpdoc/en/reference/fdf/functions/fdf-save-string.xml       Mon Feb 19 
00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-save-string">
  <refnamediv>
   <refname>fdf_save_string</refname>
@@ -37,18 +37,18 @@
 %FDF-1.2
 %âãÏÓ
 1 0 obj
-<< 
-/FDF << /Fields 2 0 R >> 
->> 
+<<
+/FDF << /Fields 2 0 R >>
+>>
 endobj
 2 0 obj
-[ 
-<< /T (foo)/V (bar)>> 
+[
+<< /T (foo)/V (bar)>>
 ]
 endobj
 trailer
 <<
-/Root 1 0 R 
+/Root 1 0 R
 
 >>
 %%EOF
@@ -56,15 +56,12 @@
     </screen>
    </example>
   </para>
-
-  
   <para>
    See also <function>fdf_save</function>,
-   <function>fdf_open_string</function>, 
-   <function>fdf_create</function> and 
+   <function>fdf_open_string</function>,
+   <function>fdf_create</function> and
    <function>fdf_close</function>.
   </para>
-  
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-save.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-save.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-save.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-save.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-save.xml:1.3  Mon Oct 21 20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-save.xml      Mon Feb 19 00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-save">
  <refnamediv>
@@ -15,17 +15,15 @@
   </methodsynopsis>
   <para>
    The <function>fdf_save</function> function saves a FDF document.
-   The resulting FDF will be written to <parameter>filename</parameter>. 
+   The resulting FDF will be written to <parameter>filename</parameter>.
    Without a <parameter>filename</parameter> <function>fdf_save</function>
    will write the FDF to the default PHP output stream.
   </para>
-  
   <para>
    See also <function>fdf_save_string</function>,
-   <function>fdf_create</function> and 
+   <function>fdf_create</function> and
    <function>fdf_close</function>.
   </para>
-  
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-ap.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-ap.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-ap.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-ap.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-ap.xml:1.3        Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-ap.xml    Mon Feb 19 00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-set-ap">
  <refnamediv>
@@ -20,7 +20,7 @@
    The <function>fdf_set_ap</function> function sets the
    appearance of a field (i.e. the value of the /AP key).
    The possible values of <parameter>face</parameter>
-   are <constant>FDFNormalAP</constant>, <constant>FDFRolloverAP</constant> 
+   are <constant>FDFNormalAP</constant>, <constant>FDFRolloverAP</constant>
    and <constant>FDFDownAP</constant>.
   </para>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml:1.3  Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-encoding.xml      Mon Feb 19 
00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.24 -->
 <refentry id="function.fdf-set-encoding">
  <refnamediv>
@@ -11,13 +11,13 @@
   <methodsynopsis>
    <type>bool</type><methodname>fdf_set_encoding</methodname>
    
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>encoding</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>fdf_set_encoding</function> sets the character
-   encoding in FDF document <parameter>fdf_document</parameter>. 
-   <parameter>encoding</parameter> should be the valid encoding 
-   name. Currently the following values are supported: 
+   encoding in FDF document <parameter>fdf_document</parameter>.
+   <parameter>encoding</parameter> should be the valid encoding
+   name. Currently the following values are supported:
    "<literal>Shift-JIS</literal>", "<literal>UHC</literal>",
    "<literal>GBK</literal>","<literal>BigFive</literal>".
    An empty string resets the encoding to the default PDFDocEncoding/Unicode
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-file.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-file.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.5 
phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.6
--- phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.5      Sun Feb 12 
20:56:42 2006
+++ phpdoc/en/reference/fdf/functions/fdf-set-file.xml  Mon Feb 19 00:03:37 2007
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-set-file">
  <refnamediv>
   <refname>fdf_set_file</refname>
   <refpurpose>Set PDF document to display FDF data in</refpurpose>
-   </refnamediv>
+ </refnamediv>
  <refsect1>
   <title>Description</title>
   <methodsynopsis>
@@ -17,17 +17,18 @@
   <para>
    The <function>fdf_set_file</function> selects a different PDF
    document to display the form results in then the form it originated
-   from. The <parameter>url</parameter> needs to be given as an 
+   from. The <parameter>url</parameter> needs to be given as an
    absolute URL.
   </para>
   <para>
-   The frame to display the document in may be selected using the optional 
-   parameter <parameter>target_frame</parameter> or the function 
+   The frame to display the document in may be selected using the optional
+   parameter <parameter>target_frame</parameter> or the function
    <function>fdf_set_target_frame</function>.
   </para>
-  <example>
-   <title>Passing FDF data to a second form</title>
-   <programlisting role="php">
+  <para>
+   <example>
+    <title>Passing FDF data to a second form</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
   /* set content type for Adobe FDF */
@@ -35,7 +36,7 @@
 
   /* start new fdf */
   $fdf = fdf_create();
-    
+
   /* set field "foo" to value "bar" */
   fdf_set_value($fdf, "foo", "bar");
 
@@ -49,12 +50,13 @@
   fdf_close($fdf);
 ?>
 ]]>
-   </programlisting>
-  </example>
+    </programlisting>
+   </example>
+  </para>
   <para>
    See also <function>fdf_get_file</function> and
    <function>fdf_set_target_frame</function>.
-  </para>  
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-flags.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-flags.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-flags.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-flags.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-flags.xml:1.3     Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-flags.xml Mon Feb 19 00:03:37 2007
@@ -1,29 +1,29 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.6 -->
-  <refentry id="function.fdf-set-flags">
-   <refnamediv>
-    <refname>fdf_set_flags</refname>
-    <refpurpose>Sets a flag of a field</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_set_flags</methodname>
-      
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      
<methodparam><type>int</type><parameter>whichFlags</parameter></methodparam>
-      
<methodparam><type>int</type><parameter>newFlags</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     The <function>fdf_set_flags</function> sets certain flags
-     of the given field <parameter>fieldname</parameter>.
-    </para>
-    <para>
-     See also <function>fdf_set_opt</function>.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.fdf-set-flags">
+ <refnamediv>
+  <refname>fdf_set_flags</refname>
+  <refpurpose>Sets a flag of a field</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_set_flags</methodname>
+   
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam><type>int</type><parameter>whichFlags</parameter></methodparam>
+   <methodparam><type>int</type><parameter>newFlags</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The <function>fdf_set_flags</function> sets certain flags
+   of the given field <parameter>fieldname</parameter>.
+  </para>
+  <para>
+   See also <function>fdf_set_opt</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml:1.3 Mon Oct 
21 20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-javascript-action.xml     Mon Feb 
19 00:03:37 2007
@@ -1,29 +1,29 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.6 -->
-  <refentry id="function.fdf-set-javascript-action">
-   <refnamediv>
-    <refname>fdf_set_javascript_action</refname>
-    <refpurpose>Sets an javascript action of a field</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_set_javascript_action</methodname>
-      
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      <methodparam><type>int</type><parameter>trigger</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>script</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     <function>fdf_set_javascript_action</function> sets a javascript
-     action for the given field <parameter>fieldname</parameter>.
-    </para>
-    <para>
-     See also <function>fdf_set_submit_form_action</function>.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.fdf-set-javascript-action">
+ <refnamediv>
+  <refname>fdf_set_javascript_action</refname>
+  <refpurpose>Sets an javascript action of a field</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_set_javascript_action</methodname>
+   
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam><type>int</type><parameter>trigger</parameter></methodparam>
+   <methodparam><type>string</type><parameter>script</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   <function>fdf_set_javascript_action</function> sets a javascript
+   action for the given field <parameter>fieldname</parameter>.
+  </para>
+  <para>
+   See also <function>fdf_set_submit_form_action</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml:1.2      
Tue Jun 21 23:28:01 2005
+++ phpdoc/en/reference/fdf/functions/fdf-set-on-import-javascript.xml  Mon Feb 
19 00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id='function.fdf-set-on-import-javascript'>
  <refnamediv>
   <refname>fdf_set_on_import_javascript</refname>
@@ -13,9 +13,7 @@
    <methodparam><type>string</type><parameter>script</parameter></methodparam>
    
<methodparam><type>bool</type><parameter>before_data_import</parameter></methodparam>
   </methodsynopsis>
-
   &warn.undocumented.func;
-
   <para>
    See also
    <function>fdf_add_doc_javascript</function>&listendand;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-opt.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-opt.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-opt.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-opt.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-opt.xml:1.3       Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-opt.xml   Mon Feb 19 00:03:37 2007
@@ -1,30 +1,30 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.6 -->
-  <refentry id="function.fdf-set-opt">
-   <refnamediv>
-    <refname>fdf_set_opt</refname>
-    <refpurpose>Sets an option of a field</refpurpose>
-   </refnamediv>
-   <refsect1>
-    <title>Description</title>
-     <methodsynopsis>
-      <type>bool</type><methodname>fdf_set_opt</methodname>
-      
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
-      
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
-      <methodparam><type>int</type><parameter>element</parameter></methodparam>
-      <methodparam><type>string</type><parameter>str1</parameter></methodparam>
-      <methodparam><type>string</type><parameter>str2</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     The <function>fdf_set_opt</function> sets options 
-     of the given field <parameter>fieldname</parameter>.
-    </para>
-    <para>
-     See also <function>fdf_set_flags</function>.
-    </para>
-   </refsect1>
-  </refentry>
+<refentry id="function.fdf-set-opt">
+ <refnamediv>
+  <refname>fdf_set_opt</refname>
+  <refpurpose>Sets an option of a field</refpurpose>
+ </refnamediv>
+ <refsect1>
+  <title>Description</title>
+  <methodsynopsis>
+   <type>bool</type><methodname>fdf_set_opt</methodname>
+   
<methodparam><type>resource</type><parameter>fdf_document</parameter></methodparam>
+   
<methodparam><type>string</type><parameter>fieldname</parameter></methodparam>
+   <methodparam><type>int</type><parameter>element</parameter></methodparam>
+   <methodparam><type>string</type><parameter>str1</parameter></methodparam>
+   <methodparam><type>string</type><parameter>str2</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The <function>fdf_set_opt</function> sets options
+   of the given field <parameter>fieldname</parameter>.
+  </para>
+  <para>
+   See also <function>fdf_set_flags</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-status.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-status.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-status.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-set-status.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-set-status.xml:1.4    Tue Sep 30 
08:33:31 2003
+++ phpdoc/en/reference/fdf/functions/fdf-set-status.xml        Mon Feb 19 
00:03:37 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 -->
 <refentry id="function.fdf-set-status">
  <refnamediv>
   <refname>fdf_set_status</refname>
-    <refpurpose>Set the value of the /STATUS key</refpurpose>
+  <refpurpose>Set the value of the /STATUS key</refpurpose>
  </refnamediv>
-   <refsect1>
+ <refsect1>
   <title>Description</title>
   <methodsynopsis>
    <type>bool</type><methodname>fdf_set_status</methodname>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml:1.3        
Mon Oct 21 20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-submit-form-action.xml    Mon Feb 
19 00:03:37 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/fdf.xml, last change in rev 1.6 -->
 <refentry id="function.fdf-set-submit-form-action">
  <refnamediv>
   <refname>fdf_set_submit_form_action</refname>
   <refpurpose>Sets a submit form action of a field</refpurpose>
  </refnamediv>
-   <refsect1>
+ <refsect1>
   <title>Description</title>
   <methodsynopsis>
    <type>bool</type><methodname>fdf_set_submit_form_action</methodname>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml:1.2      Sat Jan 
25 01:37:06 2003
+++ phpdoc/en/reference/fdf/functions/fdf-set-target-frame.xml  Mon Feb 19 
00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-set-target-frame">
  <refnamediv>
   <refname>fdf_set_target_frame</refname>
@@ -17,7 +17,7 @@
   </para>
   <para>
    See also <function>fdf_save_file</function>.
-  </para> 
+  </para>
  </refsect1>
 </refentry>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-value.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-value.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-value.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-set-value.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-set-value.xml:1.4     Wed Dec 17 
14:32:13 2003
+++ phpdoc/en/reference/fdf/functions/fdf-set-value.xml Mon Feb 19 00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <refentry id="function.fdf-set-value">
  <refnamediv>
   <refname>fdf_set_value</refname>
@@ -16,15 +16,15 @@
   </methodsynopsis>
   <para>
    The <function>fdf_set_value</function> function sets the
-   <parameter>value</parameter> for a field named 
<parameter>fieldname</parameter>. 
+   <parameter>value</parameter> for a field named 
<parameter>fieldname</parameter>.
    The <parameter>value</parameter> will be stored as a string unless it is an 
array.
-   In this case all array elements will be stored as a value array. 
+   In this case all array elements will be stored as a value array.
   </para>
   <note>
    <para>
     In older versions of the fdf toolkit last parameter determined if the 
field value
     was to be converted to a PDF Name (<parameter>isName</parameter> = 1)
-    or set to a PDF String (<parameter>isName</parameter> = 0). The value is 
no 
+    or set to a PDF String (<parameter>isName</parameter> = 0). The value is no
     longer used in the current toolkit version 5.0. For compatibility reasons 
it is
     still supported as an optional parameter beginning with PHP 4.3, but 
ignored internally.
    </para>
@@ -33,7 +33,7 @@
    </para>
   </note>
   <para>
-   See also <function>fdf_get_value</function> and 
+   See also <function>fdf_get_value</function> and
    <function>fdf_remove_item</function>.
   </para>
  </refsect1>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/fdf/functions/fdf-set-version.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-version.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-version.xml:1.2 
phpdoc/en/reference/fdf/functions/fdf-set-version.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-set-version.xml:1.2   Fri Jun 24 
13:24:32 2005
+++ phpdoc/en/reference/fdf/functions/fdf-set-version.xml       Mon Feb 19 
00:03:37 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.fdf-set-version">
  <refnamediv>
   <refname>fdf_set_version</refname>
@@ -16,12 +16,12 @@
    This function will set the fdf <parameter>version</parameter>
    for the given <parameter>fdf_document</parameter>. Some features
    supported by this extension are only available in newer fdf versions.
-   For the current FDF toolkit 5.0 <parameter>version</parameter> 
+   For the current FDF toolkit 5.0 <parameter>version</parameter>
    may be either '1.2', '1.3' or '1.4'.
   </para>
   <para>
    See also <function>fdf_get_version</function>.
-  </para> 
+  </para>
  </refsect1>
 </refentry>
 

Reply via email to