mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308220 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a1ada2741d
commit
28f1ed5814
26 changed files with 46 additions and 55 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>CairoPsSurface::levelToString</methodname>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The method description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_font_options_set_antialias</methodname>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>antialias</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>antialias</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_font_options_set_hint_metrics</methodname>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>hint_metrics</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>hint_metrics</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_font_options_set_hint_style</methodname>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>hint_style</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>hint_style</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_font_options_set_subpixel_order</methodname>
|
||||
<methodparam><type>CairoFontOptions</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>subpixel_order</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>subpixel_order</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_matrix_rotate</methodname>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>radians</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>radians</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_matrix_transform_distance</methodname>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dy</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dy</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_matrix_transform_point</methodname>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>dy</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>dy</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_matrix_translate</methodname>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>tx</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>ty</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>tx</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>ty</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_pattern_add_color_stop_rgb</methodname>
|
||||
<methodparam><type>CairoGradientPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_pattern_add_color_stop_rgba</methodname>
|
||||
<methodparam><type>CairoGradientPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>alpha</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>offset</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>red</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>green</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>blue</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_pattern_get_color_stop_rgba</methodname>
|
||||
<methodparam><type>CairoGradientPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>index</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_pattern_set_filter</methodname>
|
||||
<methodparam><type>CairoSurfacePattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>filter</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>filter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_pattern_set_matrix</methodname>
|
||||
<methodparam><type>CairoPattern</type><parameter>pattern</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
<methodparam><type>CairoMatrix</type><parameter>matrix</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_pdf_surface_set_size</methodname>
|
||||
<methodparam><type>CairoPdfSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>cairo_ps_level_to_string</methodname>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_ps_surface_restrict_to_level</methodname>
|
||||
<methodparam><type>CairoPsSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_ps_surface_set_eps</methodname>
|
||||
<methodparam><type>CairoPsSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>level</parameter></methodparam>
|
||||
<methodparam><type>bool</type><parameter>level</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_ps_surface_set_size</methodname>
|
||||
<methodparam><type>CairoPsSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>cairo_scaled_font_glyph_extents</methodname>
|
||||
<methodparam><type>CairoScaledFont</type><parameter>scaledfont</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>glyphs</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>glyphs</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
<methodsynopsis>
|
||||
<type>CairoSurface</type><methodname>cairo_surface_create_similar</methodname>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>content</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_surface_mark_dirty_rectangle</methodname>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>height</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>width</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>height</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_surface_set_device_offset</methodname>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_surface_set_fallback_resolution</methodname>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>y</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_surface_write_to_png</methodname>
|
||||
<methodparam><type>CairoSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>x</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>y</parameter></methodparam>
|
||||
<methodparam><type>resource</type><parameter>stream</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
@ -36,15 +35,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>x</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>y</parameter></term>
|
||||
<term><parameter>stream</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Description...
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<methodsynopsis>
|
||||
<type>void</type><methodname>cairo_svg_surface_restrict_to_version</methodname>
|
||||
<methodparam><type>CairoSvgSurface</type><parameter>surface</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>version</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>version</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
The function description goes here.
|
||||
|
|
Loading…
Reference in a new issue