didou Sat Aug 16 13:15:08 2003 EDT
Modified files:
/phpdoc/en/reference/cpdf reference.xml
/phpdoc/en/reference/pdf reference.xml
/phpdoc/en/reference/yaz/functions yaz-ccl-conf.xml
yaz-ccl-parse.xml yaz-scan.xml
Log:
adding missing role, grouping commits to avoid spamming php.doc
Index: phpdoc/en/reference/cpdf/reference.xml
diff -u phpdoc/en/reference/cpdf/reference.xml:1.8
phpdoc/en/reference/cpdf/reference.xml:1.9
--- phpdoc/en/reference/cpdf/reference.xml:1.8 Thu May 15 12:28:26 2003
+++ phpdoc/en/reference/cpdf/reference.xml Sat Aug 16 13:15:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<reference id="ref.cpdf">
<title>ClibPDF functions</title>
<titleabbrev>ClibPDF</titleabbrev>
@@ -82,7 +82,7 @@
&reftitle.examples;
<example>
<title>Simple ClibPDF Example</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$cpdf = cpdf_open(0);
@@ -111,7 +111,7 @@
</para>
<example>
<title>pdfclock example from pdflib 2.0 distribution</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$radius = 200;
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.12
phpdoc/en/reference/pdf/reference.xml:1.13
--- phpdoc/en/reference/pdf/reference.xml:1.12 Sat Aug 9 00:31:33 2003
+++ phpdoc/en/reference/pdf/reference.xml Sat Aug 16 13:15:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<reference id="ref.pdf">
<title>PDF functions </title>
<titleabbrev>PDF</titleabbrev>
@@ -262,7 +262,7 @@
<para>
<example>
<title>Creating a PDF document with PDFlib</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$pdf = pdf_new();
@@ -293,7 +293,7 @@
<example>
<title>Outputing a precalculated PDF</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$len = filesize($filename);
@@ -317,7 +317,7 @@
<para>
<example>
<title>pdfclock example from PDFlib distribution</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$radius = 200;
Index: phpdoc/en/reference/yaz/functions/yaz-ccl-conf.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-ccl-conf.xml:1.4
phpdoc/en/reference/yaz/functions/yaz-ccl-conf.xml:1.5
--- phpdoc/en/reference/yaz/functions/yaz-ccl-conf.xml:1.4 Sun Jun 15 11:21:05
2003
+++ phpdoc/en/reference/yaz/functions/yaz-ccl-conf.xml Sat Aug 16 13:15:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.8 -->
<refentry id="function.yaz-ccl-conf">
<refnamediv>
@@ -35,7 +35,7 @@
equivalent. It is assumed that variable <literal>$id</literal> is the
connection ID.
</simpara>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
$fields["ti"] = "1=4";
Index: phpdoc/en/reference/yaz/functions/yaz-ccl-parse.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-ccl-parse.xml:1.4
phpdoc/en/reference/yaz/functions/yaz-ccl-parse.xml:1.5
--- phpdoc/en/reference/yaz/functions/yaz-ccl-parse.xml:1.4 Sun Jun 15 11:21:05
2003
+++ phpdoc/en/reference/yaz/functions/yaz-ccl-parse.xml Sat Aug 16 13:15:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.1 -->
<refentry id="function.yaz-ccl-parse">
<refnamediv>
@@ -37,7 +37,7 @@
<para>We will try to search using CCL. In the example below,
<literal>$ccl</literal> is a CCL query.
</para>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
yaz_ccl_conf($id,$fields); // see example for yaz_ccl_conf
Index: phpdoc/en/reference/yaz/functions/yaz-scan.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.4
phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.5
--- phpdoc/en/reference/yaz/functions/yaz-scan.xml:1.4 Sun Jun 15 11:21:05 2003
+++ phpdoc/en/reference/yaz/functions/yaz-scan.xml Sat Aug 16 13:15:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/yaz.xml, last change in rev 1.8 -->
<refentry id="function.yaz-scan">
<refnamediv>
@@ -42,7 +42,7 @@
<para>
<example>
<title>PHP function that scans titles</title>
- <programlisting>
+ <programlisting role="php">
<![CDATA[
<?php
function scan_titles($id, $startterm) {
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php