adding missing role, grouping commits to avoid spamming php.doc

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138002 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2003-08-16 17:15:07 +00:00
parent b17e9eeebe
commit 4b5369162c
5 changed files with 13 additions and 13 deletions

View file

@ -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 @@ cpdf_close($cpdf);
</para>
<example>
<title>pdfclock example from pdflib 2.0 distribution</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$radius = 200;

View file

@ -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 @@ echo "<A HREF=getpdf.php>finished</A>";
<example>
<title>Outputing a precalculated PDF</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$len = filesize($filename);
@ -317,7 +317,7 @@ readfile($filename);
<para>
<example>
<title>pdfclock example from PDFlib distribution</title>
<programlisting>
<programlisting role="php">
<![CDATA[
<?php
$radius = 200;

View file

@ -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";

View file

@ -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

View file

@ -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) {