[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/cairo/_cairofontface/gettype.xml_functions/cairo
From:       Jakub_Vrana <vrana () php ! net>
Date:       2018-01-30 10:08:05
Message-ID: svn-vrana-1517306885-344093-140198919 () svn ! php ! net
[Download RAW message or body]

vrana                                    Tue, 30 Jan 2018 10:08:05 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=344093

Log:
Delete duplicate page

Changed paths:
    U   phpdoc/en/trunk/reference/cairo/cairofontface/gettype.xml
    D   phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-get-type.xml
    D   phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-status.xml

Modified: phpdoc/en/trunk/reference/cairo/cairofontface/gettype.xml
===================================================================
--- phpdoc/en/trunk/reference/cairo/cairofontface/gettype.xml	2018-01-30 10:02:57 UTC \
                (rev 344092)
+++ phpdoc/en/trunk/reference/cairo/cairofontface/gettype.xml	2018-01-30 10:08:05 UTC \
(rev 344093) @@ -4,15 +4,22 @@
 <refentry xml:id="cairofontface.gettype" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  <refnamediv>
   <refname>CairoFontFace::getType</refname>
+  <refname>cairo_font_face_get_type</refname>
   <refpurpose>Retrieves the font face type</refpurpose>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
+  <para>&style.oop; (method):</para>
   <methodsynopsis>
    <modifier>public</modifier> \
<type>int</type><methodname>CairoFontFace::getType</methodname>  <void />
   </methodsynopsis>
+  <para>&style.procedural;:</para>
+  <methodsynopsis>
+   <type>int</type><methodname>cairo_font_face_get_type</methodname>
+   <methodparam><type>CairoFontFace</type><parameter>fontface</parameter></methodparam>
 +  </methodsynopsis>
   <para>
    This function returns the type of the backend used to create a font face.
    See <classname>CairoFontType</classname> class constants for available types.

Deleted: phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-get-type.xml
===================================================================
--- phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-get-type.xml	2018-01-30 \
                10:02:57 UTC (rev 344092)
+++ phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-get-type.xml	2018-01-30 \
10:08:05 UTC (rev 344093) @@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="function.cairo-font-face-get-type" \
                xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>cairo_font_face_get_type</refname>
-  <refpurpose>Description</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>cairo_font_face_get_type</methodname>
-   <methodparam><type>CairoFontFace</type><parameter>fontface</parameter></methodparam>
                
-  </methodsynopsis>
-  <para>
-   The function description goes here.
-  </para>
-
-  &warn.undocumented.func;
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <para>
-   <variablelist>
-    <varlistentry>
-     <term><parameter>fontface</parameter></term>
-     <listitem>
-      <para>
-       Description...
-      </para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <!-- See also &return.success; -->
-  <para>
-   What is returned on success and failure
-  </para>
- </refsect1>
-
- <refsect1 role="errors">
-  &reftitle.errors;
-  <para>
-   When does this function issue E_* level errors, and/or throw exceptions.
-  </para>
- </refsect1>
-
- <refsect1 role="examples">
-  &reftitle.examples;
-  <para>
-   <example>
-    <title><function>cairo_font_face_get_type</function> example</title>
-    <para>
-     Any text that describes the purpose of the example, or what
-     goes on in the example should be here.
-    </para>
-    <programlisting role="php">
-<![CDATA[
-<?php
-
-/* ... */
-
-?>
-]]>
-    </programlisting>
-    &example.outputs.similar;
-    <screen>
-<![CDATA[
-...
-]]>
-    </screen>
-   </example>
-  </para>
- </refsect1>
-
- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>related function name here</function></member>
-   </simplelist>
-  </para>
- </refsect1>
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->

Deleted: phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-status.xml
===================================================================
--- phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-status.xml	2018-01-30 \
                10:02:57 UTC (rev 344092)
+++ phpdoc/en/trunk/reference/cairo/functions/cairo-font-face-status.xml	2018-01-30 \
10:08:05 UTC (rev 344093) @@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision$ -->
-
-<refentry xml:id="function.cairo-font-face-status" \
                xmlns="http://docbook.org/ns/docbook" \
                xmlns:xlink="http://www.w3.org/1999/xlink">
- <refnamediv>
-  <refname>cairo_font_face_status</refname>
-  <refpurpose>Description</refpurpose>
- </refnamediv>
-
- <refsect1 role="description">
-  &reftitle.description;
-  <methodsynopsis>
-   <type>int</type><methodname>cairo_font_face_status</methodname>
-   <methodparam><type>CairoFontFace</type><parameter>fontface</parameter></methodparam>
                
-  </methodsynopsis>
-  <para>
-   The function description goes here.
-  </para>
-
-  &warn.undocumented.func;
-
- </refsect1>
-
- <refsect1 role="parameters">
-  &reftitle.parameters;
-  <para>
-   <variablelist>
-    <varlistentry>
-     <term><parameter>fontface</parameter></term>
-     <listitem>
-      <para>
-       Description...
-      </para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
-  </para>
- </refsect1>
-
- <refsect1 role="returnvalues">
-  &reftitle.returnvalues;
-  <!-- See also &return.success; -->
-  <para>
-   What is returned on success and failure
-  </para>
- </refsect1>
-
- <refsect1 role="errors">
-  &reftitle.errors;
-  <para>
-   When does this function issue E_* level errors, and/or throw exceptions.
-  </para>
- </refsect1>
-
- <refsect1 role="examples">
-  &reftitle.examples;
-  <para>
-   <example>
-    <title><function>cairo_font_face_status</function> example</title>
-    <para>
-     Any text that describes the purpose of the example, or what
-     goes on in the example should be here.
-    </para>
-    <programlisting role="php">
-<![CDATA[
-<?php
-
-/* ... */
-
-?>
-]]>
-    </programlisting>
-    &example.outputs.similar;
-    <screen>
-<![CDATA[
-...
-]]>
-    </screen>
-   </example>
-  </para>
- </refsect1>
-
- <refsect1 role="seealso">
-  &reftitle.seealso;
-  <para>
-   <simplelist>
-    <member><function>related function name here</function></member>
-   </simplelist>
-  </para>
- </refsect1>
-
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-indent-tabs-mode:nil
-sgml-parent-document:nil
-sgml-default-dtd-file:"~/.phpdoc/manual.ced"
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
-vim600: syn=xml fen fdm=syntax fdl=2 si
-vim: et tw=78 syn=sgml
-vi: ts=1 sw=1
--->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic