didou Sat Aug 16 13:06:53 2003 EDT
Modified files:
/phpdoc/en/reference/fdf/functions fdf-add-doc-javascript.xml
fdf-create.xml
fdf-get-attachment.xml
fdf-next-field-name.xml
fdf-open-string.xml fdf-open.xml
fdf-save-string.xml
fdf-set-file.xml
Log:
adding missing role attribute to programlistings
Index: phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.2
phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml:1.2 Fri Nov 29
14:31:57 2002
+++ phpdoc/en/reference/fdf/functions/fdf-add-doc-javascript.xml Sat Aug 16
13:06:53 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fdf.xml, last change in rev 1.12 -->
<refentry id='function.fdf-add-doc-javascript'>
<refnamediv>
@@ -22,7 +22,7 @@
<para>
<example>
<title>Adding JavaScript code to a FDF</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_create();
Index: phpdoc/en/reference/fdf/functions/fdf-create.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-create.xml:1.3
phpdoc/en/reference/fdf/functions/fdf-create.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-create.xml:1.3 Mon Oct 21 16:57:18
2002
+++ phpdoc/en/reference/fdf/functions/fdf-create.xml Sat Aug 16 13:06:53 2003
@@ -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-create">
<refnamediv>
@@ -19,7 +19,7 @@
<para>
<example>
<title>Populating a PDF document</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$outfdf = fdf_create();
Index: phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.1
phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml:1.1 Mon Oct 21
16:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-get-attachment.xml Sat Aug 16 13:06:53
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.fdf-get-attachment">
<refnamediv>
<refname>fdf_get_attachment</refname>
@@ -40,7 +40,7 @@
<para>
<example>
<title>Storing an uploaded file</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open_string($HTTP_FDF_DATA);
Index: phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.3
phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.3 Mon Oct 21
16:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml Sat Aug 16 13:06:53
2003
@@ -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-next-field-name">
<refnamediv>
@@ -22,7 +22,7 @@
<para>
<example>
<title>Detecting all fieldnames in a FDF</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open($HTTP_FDF_DATA);
Index: phpdoc/en/reference/fdf/functions/fdf-open-string.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.2
phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.3
--- phpdoc/en/reference/fdf/functions/fdf-open-string.xml:1.2 Fri Jan 24 20:37:06
2003
+++ phpdoc/en/reference/fdf/functions/fdf-open-string.xml Sat Aug 16 13:06:53
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.fdf-open-string">
<refnamediv>
<refname>fdf_open_string</refname>
@@ -25,7 +25,7 @@
<para>
<example>
<title>Accessing the form data</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_open_string($HTTP_FDF_DATA);
Index: phpdoc/en/reference/fdf/functions/fdf-open.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-open.xml:1.3
phpdoc/en/reference/fdf/functions/fdf-open.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-open.xml:1.3 Mon Oct 21 16:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-open.xml Sat Aug 16 13:06:53 2003
@@ -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-open">
<refnamediv>
@@ -28,7 +28,7 @@
<para>
<example>
<title>Accessing the form data</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
// Save the FDF data into a temp file
Index: phpdoc/en/reference/fdf/functions/fdf-save-string.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.1
phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.2
--- phpdoc/en/reference/fdf/functions/fdf-save-string.xml:1.1 Mon Oct 21 16:57:18
2002
+++ phpdoc/en/reference/fdf/functions/fdf-save-string.xml Sat Aug 16 13:06:53
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.fdf-save-string">
<refnamediv>
<refname>fdf_save_string</refname>
@@ -18,7 +18,7 @@
<para>
<example>
<title>Retrieving FDF as a string</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fdf = fdf_create();
Index: phpdoc/en/reference/fdf/functions/fdf-set-file.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.3
phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.3 Mon Oct 21 16:57:18
2002
+++ phpdoc/en/reference/fdf/functions/fdf-set-file.xml Sat Aug 16 13:06:53 2003
@@ -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-file">
<refnamediv>
@@ -27,7 +27,7 @@
</para>
<example>
<title>Passing FDF data to a second form</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
/* set content type for Adobe FDF */
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php