cvs: peardoc /en/package/html/html-css/html-css addgroupselector.xml apiversion.xml creategroup.xml display.xml getcharset.xml getcontentdisposition.xml getgroupstyle.xml getstyle.xml grepstyle.xml html-css.xml iserror.xml parsedata.xml parsefile.xml parsestring.xml raiseerror.xml removegroupselector.xml setcache.xml setcharset.xml setcontentdisposition.xml setgroupstyle.xml setoutputgroupsfirst.xml setsamestyle.xml setsinglelineoutput.xml setstyle.xml setxhtmlcompliance.xml toarray.xml tofile.xml toinline.xml tostring.xml unsetgroup.xml
[email protected] ("Laurent Laville")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvsfarell1198337715@cvsserver> |
farell Sat Dec 22 15:35:15 2007 UTC
Added files:
/peardoc/en/package/html/html-css/html-css addgroupselector.xml
apiversion.xml
creategroup.xml
display.xml
getcharset.xml
getcontentdisposition.xml
getgroupstyle.xml
getstyle.xml
grepstyle.xml
html-css.xml iserror.xml
parsedata.xml
parsefile.xml
parsestring.xml
raiseerror.xml
removegroupselector.xml
setcache.xml
setcharset.xml
setcontentdisposition.xml
setgroupstyle.xml
setoutputgroupsfirst.xml
setsamestyle.xml
setsinglelineoutput.xml
setstyle.xml
setxhtmlcompliance.xml
toarray.xml tofile.xml
toinline.xml
tostring.xml
unsetgroup.xml
Log:
initial commit of HTML_CSS 1.4.0 API
farell-20071222153515.txt
(text/plain, 77.3 KB)
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/addgroupselector.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/addgroupselector.xml
+++ peardoc/en/package/html/html-css/html-css/addgroupselector.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.addgroupselector">
<refnamediv>
<refname><function>HTML_CSS::addGroupSelector</function></refname>
<refpurpose>Add a selector to a CSS definition group.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::addGroupSelector</function></funcdef>
<paramdef>mixed <parameter>$group</parameter></paramdef>
<paramdef>string <parameter>$selectors</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.addgroupselector.desc">
&title.desc;
<para>
Add a selector to a CSS definition group
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.addgroupselector.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
CSS definition group identifier
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$selectors</parameter>
</term>
<listitem>
<para>
Selector(s) to be defined, comma delimited.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.addgroupselector.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.addgroupselector.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.addgroupselector.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/apiversion.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/apiversion.xml
+++ peardoc/en/package/html/html-css/html-css/apiversion.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.apiversion">
<refnamediv>
<refname><function>HTML_CSS::apiVersion</function></refname>
<refpurpose>Returns the current API version.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>string <function>HTML_CSS::apiVersion</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.apiversion.desc">
&title.desc;
<para>
Returns the current API version.
Since 1.0.0 a string is returned rather than a float (for previous versions).
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.apiversion.returns">
&title.returns;
<para>
<emphasis>returns</emphasis> compatible with php.version_compare()
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.apiversion.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.apiversion.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.apiversion.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/creategroup.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/creategroup.xml
+++ peardoc/en/package/html/html-css/html-css/creategroup.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.creategroup">
<refnamediv>
<refname><function>HTML_CSS::createGroup</function></refname>
<refpurpose>Create a new CSS definition group</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>mixed|PEAR_Error <function>HTML_CSS::createGroup</function></funcdef>
<paramdef>string <parameter>$selectors</parameter></paramdef>
<paramdef>mixed <parameter> <optional>$group = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.creategroup.desc">
&title.desc;
<para>
Create a new CSS definition group. Return an integer identifying the group.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.creategroup.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$selectors</parameter>
</term>
<listitem>
<para>
Selector(s) to be defined, comma delimited.
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
(optional) Group identifier. If not passed,
will return an automatically assigned integer.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.creategroup.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.unsetgroup">
<function>HTML_CSS::unsetGroup</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.creategroup.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_INVALID_GROUP
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.creategroup.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.creategroup.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/display.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/display.xml
+++ peardoc/en/package/html/html-css/html-css/display.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.display">
<refnamediv>
<refname><function>HTML_CSS::display</function></refname>
<refpurpose>Output CSS Code.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void <function>HTML_CSS::display</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.display.desc">
&title.desc;
<para>
Send the stylesheet content to standard output, handling cacheControl
and contentDisposition headers
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.display.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.display.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.tostring">
<function>HTML_CSS::toString</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.display.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.display.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/getcharset.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/getcharset.xml
+++ peardoc/en/package/html/html-css/html-css/getcharset.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.getcharset">
<refnamediv>
<refname><function>HTML_CSS::getCharset</function></refname>
<refpurpose>Return the charset encoding string</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>string <function>HTML_CSS::getCharset</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.getcharset.desc">
&title.desc;
<para>
By default, HTML_CSS uses iso-8859-1 encoding.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcharset.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcharset.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.setcharset">
<function>HTML_CSS::setCharset</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcharset.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcharset.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/getcontentdisposition.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/getcontentdisposition.xml
+++ peardoc/en/package/html/html-css/html-css/getcontentdisposition.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.getcontentdisposition">
<refnamediv>
<refname><function>HTML_CSS::getContentDisposition</function></refname>
<refpurpose>Return the Content-Disposition header</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>&type.mixed; <function>HTML_CSS::getContentDisposition</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.desc">
&title.desc;
<para>
Get value of Content-Disposition header (inline filename) used to display results
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 1.3.0 (2007-10-22)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.note">
&title.note;
¬e.notstatic;
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.returns">
&title.returns;
<para>
<emphasis>returns</emphasis> boolean FALSE if no content disposition, otherwise
string for inline filename
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getcontentdisposition.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.setcontentdisposition">
<function>HTML_CSS::setContentDisposition</function>
</link>
</para>
<para>
<emphasis>see</emphasis>
<ulink url="http://pear.php.net/bugs/bug.php?id=12195">http://pear.php.net/bugs/bug.php?id=12195
Patch by Carsten Wiedmann
</ulink>
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/getgroupstyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/getgroupstyle.xml
+++ peardoc/en/package/html/html-css/html-css/getgroupstyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.getgroupstyle">
<refnamediv>
<refname><function>HTML_CSS::getGroupStyle</function></refname>
<refpurpose>Return CSS definition for a CSS group</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>mixed|PEAR_Error <function>HTML_CSS::getGroupStyle</function></funcdef>
<paramdef>mixed <parameter>$group</parameter></paramdef>
<paramdef>string <parameter>$property</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.desc">
&title.desc;
<para>
Get the CSS definition for group created by setGroupStyle()
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
CSS definition group identifier
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$property</parameter>
</term>
<listitem>
<para>
Property defined
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.setgroupstyle">
<function>HTML_CSS::setGroupStyle</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_NO_ELEMENT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getgroupstyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/getstyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/getstyle.xml
+++ peardoc/en/package/html/html-css/html-css/getstyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.getstyle">
<refnamediv>
<refname><function>HTML_CSS::getStyle</function></refname>
<refpurpose>Return the value of a CSS property</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>mixed|PEAR_Error <function>HTML_CSS::getStyle</function></funcdef>
<paramdef>string <parameter>$element</parameter></paramdef>
<paramdef>string <parameter>$property</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.getstyle.desc">
&title.desc;
<para>
Get the value of a property to an identifed simple CSS element
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getstyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$element</parameter>
</term>
<listitem>
<para>
Element (or class) to be defined
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$property</parameter>
</term>
<listitem>
<para>
Property defined
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getstyle.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.setstyle">
<function>HTML_CSS::setStyle</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getstyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_ELEMENT, HTML_CSS_ERROR_NO_ELEMENT_PROPERTY
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getstyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.getstyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/grepstyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/grepstyle.xml
+++ peardoc/en/package/html/html-css/html-css/grepstyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.grepstyle">
<refnamediv>
<refname><function>HTML_CSS::grepStyle</function></refname>
<refpurpose>Retrieve styles corresponding to an element filter</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>array|PEAR_Error <function>HTML_CSS::grepStyle</function></funcdef>
<paramdef>string <parameter>$elmPattern</parameter></paramdef>
<paramdef>string <parameter><optional>$proPattern</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.grepStyle.desc">
&title.desc;
<para>
Return array entries of styles that match patterns (Perl compatible)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.grepStyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$elmPattern</parameter>
</term>
<listitem>
<para>
Element or class pattern to retrieve
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$proPattern</parameter>
</term>
<listitem>
<para>
(optional) Property pattern to retrieve
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.grepStyle.see">
&title.see;
<para>
<emphasis>see</emphasis>
<ulink url="&url.php.manual;en/ref.pcre.php">
Regular Expression Functions (Perl-Compatible)
</ulink>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.grepStyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.grepStyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 1.1.0 (2007-01-01)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.grepStyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/html-css.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/html-css.xml
+++ peardoc/en/package/html/html-css/html-css/html-css.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.html-css">
<refnamediv>
<refname>constructor <function>HTML_CSS::HTML_CSS</function></refname>
<refpurpose>Class constructor</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void constructor <function>HTML_CSS::HTML_CSS</function></funcdef>
<paramdef>array <parameter><optional>$attributes = array()</optional></parameter></paramdef>
<paramdef>array <parameter><optional>$errorPrefs = array()</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.html-css.desc">
&title.desc;
<para>
Class constructors :
Zend Engine 1 uses HTML_CSS, while Zend Engine 2 uses __construct
<para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.html-css.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.array;
<parameter>$attributes</parameter>
</term>
<listitem>
<para>
(optional) Pass options to the constructor.
Valid options are :
<itemizedlist>
<listitem><para>xhtml (sets xhtml compliance),</para></listitem>
<listitem><para>tab (sets indent string),</para></listitem>
<listitem><para>filename (name of file to be parsed),</para></listitem>
<listitem><para>cache (determines whether the nocache headers are sent),</para></listitem>
<listitem><para>oneline (whether to output each definition on one line),</para></listitem>
<listitem><para>groupsfirst (determines whether to output groups before elements)</para></listitem>
<listitem><para>allowduplicates (allow to have duplicate rules in selector)</para></listitem>
</itemizedlist>
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.array;
<parameter>$errorPrefs</parameter>
</term>
<listitem>
<para>
(optional) has to configure error handler
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.html-css.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.html-css.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.html-css.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/iserror.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/iserror.xml
+++ peardoc/en/package/html/html-css/html-css/iserror.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.iserror">
<refnamediv>
<refname><function>HTML_CSS::isError</function></refname>
<refpurpose>Determine whether there is an error</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>boolean <function>HTML_CSS::isError</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.iserror.desc">
&title.desc;
<para>
Determine whether last action raised an error or not
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.iserror.returns">
&title.returns;
<para>
<emphasis>returns</emphasis> TRUE if error raised, FALSE otherwise
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.iserror.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.iserror.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 1.0.0RC2 (2005-12-15)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.iserror.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/parsedata.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/parsedata.xml
+++ peardoc/en/package/html/html-css/html-css/parsedata.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.parsedata">
<refnamediv>
<refname><function>HTML_CSS::parseData</function></refname>
<refpurpose>Parse multiple data sources</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::parseData</function></funcdef>
<paramdef>array <parameter>$styles</parameter></paramdef>
<paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.parsedata.desc">
&title.desc;
<para>
Parse data sources, file(s) or string(s), that contains CSS information
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsedata.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.array;
<parameter>$styles</parameter>
</term>
<listitem>
<para>
data sources to parse
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$duplicates</parameter>
</term>
<listitem>
<para>
(optional) Allow or disallow duplicates.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsedata.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.parsestring">
<function>HTML_CSS::parseString</function>
</link>,
<link linkend="package.html.html-css.html-css.parsefile">
<function>HTML_CSS::parseFile</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsedata.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsedata.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 1.0.0RC2 (2005-12-15)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsedata.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/parsefile.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/parsefile.xml
+++ peardoc/en/package/html/html-css/html-css/parsefile.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.parsefile">
<refnamediv>
<refname><function>HTML_CSS::parseFile</function></refname>
<refpurpose>Parse file content</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::parseFile</function></funcdef>
<paramdef>string <parameter>$filename</parameter></paramdef>
<paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.parsefile.desc">
&title.desc;
<para>
Parse a file that contains CSS information
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsefile.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$filename</parameter>
</term>
<listitem>
<para>
file to parse
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$duplicates</parameter>
</term>
<listitem>
<para>
(optional) Allow or disallow duplicates.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsefile.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.parsestring">
<function>HTML_CSS::parseString</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsefile.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_FILE
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsefile.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsefile.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/parsestring.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/parsestring.xml
+++ peardoc/en/package/html/html-css/html-css/parsestring.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.parsestring">
<refnamediv>
<refname><function>HTML_CSS::parseString</function></refname>
<refpurpose>Parse a string</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::parseString</function></funcdef>
<paramdef>string <parameter>$str</parameter></paramdef>
<paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.parsestring.desc">
&title.desc;
<para>
Parse a string that contains CSS information
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsestring.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$str</parameter>
</term>
<listitem>
<para>
text string to parse
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$duplicates</parameter>
</term>
<listitem>
<para>
(optional) Allows or disallows duplicate style definitions
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsestring.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.creategroup">
<function>HTML_CSS::createGroup</function>
</link>,
<link linkend="package.html.html-css.html-css.setgroupstyle">
<function>HTML_CSS::setGroupStyle</function>
</link>,
<link linkend="package.html.html-css.html-css.setstyle">
<function>HTML_CSS::setStyle</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsestring.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsestring.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.parsestring.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/raiseerror.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/raiseerror.xml
+++ peardoc/en/package/html/html-css/html-css/raiseerror.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.raiseerror">
<refnamediv>
<refname><function>HTML_CSS::raiseError</function></refname>
<refpurpose>A basic wrapper around the default PEAR_Error object</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>object PEAR_Error <function>HTML_CSS::raiseError</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.raiseerror.desc">
&title.desc;
<para>
This method is a wrapper that returns an instance of the configured
error class with this object's default error handling applied.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.raiseerror.returns">
&title.returns;
<para>
<emphasis>returns</emphasis> when default error handler is used
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.raiseerror.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.raiseerror.see">
&title.see;
<para>
<emphasis>see</emphasis> _errorHandler()
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.raiseerror.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.3 (2004-05-20)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.raiseerror.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/removegroupselector.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/removegroupselector.xml
+++ peardoc/en/package/html/html-css/html-css/removegroupselector.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.removegroupselector">
<refnamediv>
<refname><function>HTML_CSS::removeGroupSelector</function></refname>
<refpurpose>Remove a selector from a group</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::removeGroupSelector</function></funcdef>
<paramdef>mixed <parameter>$group</parameter></paramdef>
<paramdef>string <parameter>$selectors</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.removegroupselector.desc">
&title.desc;
<para>
Definitively remove a selector from a CSS group
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.removegroupselector.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
CSS definition group identifier
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$selectors</parameter>
</term>
<listitem>
<para>
Selector(s) to be removed, comma delimited.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.removegroupselector.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.removegroupselector.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.removegroupselector.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setcache.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setcache.xml
+++ peardoc/en/package/html/html-css/html-css/setcache.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setcache">
<refnamediv>
<refname><function>HTML_CSS::setCache</function></refname>
<refpurpose>Set cache flag</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setCache</function></funcdef>
<paramdef>bool <parameter> <optional>$cache = &true;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setcache.desc">
&title.desc;
<para>
Define if the document should be cached by the browser. Default to false.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcache.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$cache</parameter>
</term>
<listitem>
<para>
(optional)
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcache.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcache.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcache.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setcharset.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setcharset.xml
+++ peardoc/en/package/html/html-css/html-css/setcharset.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setcharset">
<refnamediv>
<refname><function>HTML_CSS::setCharset</function></refname>
<refpurpose>Set charset value</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setCharset</function></funcdef>
<paramdef>string <parameter> <optional>$type = 'iso-8859-1'</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setcharset.desc">
&title.desc;
<para>
Define the charset for the file. Default to ISO-8859-1 because of CSS1
compatability issue for older browsers.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcharset.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$type</parameter>
</term>
<listitem>
<para>
(optional) Charset encoding; defaults to ISO-8859-1.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcharset.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.getcharset">
<function>HTML_CSS::getCharset</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcharset.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcharset.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcharset.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setcontentdisposition.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setcontentdisposition.xml
+++ peardoc/en/package/html/html-css/html-css/setcontentdisposition.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setcontentdisposition">
<refnamediv>
<refname><function>HTML_CSS::setContentDisposition</function></refname>
<refpurpose>Set Content-Disposition header</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setContentDisposition</function></funcdef>
<paramdef>&type.bool; <parameter> <optional>$enable = &true;</optional></parameter></paramdef>
<paramdef>&type.string; <parameter> <optional>$filename = ''</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.desc">
&title.desc;
<para>
Defines the Content-Disposition filename for the browser output.
Defaults to basename($_SERVER['PHP_SELF']).'.css'
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.bool; <parameter>$enable</parameter>
</term>
<listitem>
<para>
(optional)
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string; <parameter>$filename</parameter>
</term>
<listitem>
<para>
(optional)
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 1.3.0 (2007-10-22)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.getcontentdisposition">
<function>HTML_CSS::getContentDisposition</function>
</link>
</para>
<para>
<emphasis>see</emphasis>
<ulink url="http://pear.php.net/bugs/bug.php?id=12195">http://pear.php.net/bugs/bug.php?id=12195
Patch by Carsten Wiedmann
</ulink>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setcontentdisposition.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setgroupstyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setgroupstyle.xml
+++ peardoc/en/package/html/html-css/html-css/setgroupstyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setgroupstyle">
<refnamediv>
<refname><function>HTML_CSS::setGroupStyle</function></refname>
<refpurpose>Set or add a CSS definition for a CSS group</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|int|PEAR_Error <function>HTML_CSS::setGroupStyle</function></funcdef>
<paramdef>mixed <parameter>$group</parameter></paramdef>
<paramdef>string <parameter>$property</parameter></paramdef>
<paramdef>string <parameter>$value</parameter></paramdef>
<paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.desc">
&title.desc;
<para>
Define the new value of a property for a CSS group. The group should exist.
If not, use
<link linkend="package.html.html-css.html-css.creategroup">
<function>HTML_CSS::createGroup</function>
</link> first
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
CSS definition group identifier
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$property</parameter>
</term>
<listitem>
<para>
Property defined
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$value</parameter>
</term>
<listitem>
<para>
Value assigned
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$duplicates</parameter>
</term>
<listitem>
<para>
(optional) Allow or disallow duplicates.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.returns">
&title.returns;
<para>
<emphasis>returns</emphasis> Returns an integer if duplicates are allowed.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.getgroupstyle">
<function>HTML_CSS::getGroupStyle</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setgroupstyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setoutputgroupsfirst.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setoutputgroupsfirst.xml
+++ peardoc/en/package/html/html-css/html-css/setoutputgroupsfirst.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setoutputgroupsfirst">
<refnamediv>
<refname><function>HTML_CSS::setOutputGroupsFirst</function></refname>
<refpurpose>Set groupsfirst flag</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setOutputGroupsFirst</function></funcdef>
<paramdef>bool <parameter>$value</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.desc">
&title.desc;
<para>
Determine whether groups are output before elements or not
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$value</parameter>
</term>
<listitem>
<para>
flag to true if groups are output before elements, false otherwise
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.3 (2004-05-20)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setoutputgroupsfirst.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setsamestyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setsamestyle.xml
+++ peardoc/en/package/html/html-css/html-css/setsamestyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setsamestyle">
<refnamediv>
<refname><function>HTML_CSS::setSameStyle</function></refname>
<refpurpose>Apply same styles on two selectors</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setSameStyle</function></funcdef>
<paramdef>string <parameter>$new</parameter></paramdef>
<paramdef>string <parameter>$old</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setsamestyle.desc">
&title.desc;
<para>
Set or change the properties of new selectors to the values of an
existing selector
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsamestyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$new</parameter>
</term>
<listitem>
<para>
New selector(s) that should share the same
definitions, separated by commas
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$old</parameter>
</term>
<listitem>
<para>
Selector that is already defined
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsamestyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_ELEMENT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsamestyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsamestyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setsinglelineoutput.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setsinglelineoutput.xml
+++ peardoc/en/package/html/html-css/html-css/setsinglelineoutput.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setsinglelineoutput">
<refnamediv>
<refname><function>HTML_CSS::setSingleLineOutput</function></refname>
<refpurpose>Set oneline flag</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setSingleLineOutput</function></funcdef>
<paramdef>bool <parameter>$value</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setsinglelineoutput.desc">
&title.desc;
<para>
Determine whether definitions are output on a single line or multi lines
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsinglelineoutput.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$value</parameter>
</term>
<listitem>
<para>
flag to true if single line, false for multi lines
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsinglelineoutput.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsinglelineoutput.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.3 (2004-05-20)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setsinglelineoutput.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setstyle.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setstyle.xml
+++ peardoc/en/package/html/html-css/html-css/setstyle.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setstyle">
<refnamediv>
<refname><function>HTML_CSS::setStyle</function></refname>
<refpurpose>Set or add a CSS definition</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setStyle</function></funcdef>
<paramdef>string <parameter>$element</parameter></paramdef>
<paramdef>string <parameter>$property</parameter></paramdef>
<paramdef>string <parameter>$value</parameter></paramdef>
<paramdef>bool <parameter> <optional>$duplicates = &null;</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setstyle.desc">
&title.desc;
<para>
Add or change a single value for an element property
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setstyle.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$element</parameter>
</term>
<listitem>
<para>
Element (or class) to be defined
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$property</parameter>
</term>
<listitem>
<para>
Property defined
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$value</parameter>
</term>
<listitem>
<para>
Value assigned
</para>
</listitem>
</varlistentry>
</variablelist>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$duplicates</parameter>
</term>
<listitem>
<para>
(optional) Allow or disallow duplicates.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setstyle.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.getstyle">
<function>HTML_CSS::getStyle</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setstyle.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setstyle.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setstyle.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/setxhtmlcompliance.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/setxhtmlcompliance.xml
+++ peardoc/en/package/html/html-css/html-css/setxhtmlcompliance.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.setxhtmlcompliance">
<refnamediv>
<refname><function>HTML_CSS::setXhtmlCompliance</function></refname>
<refpurpose>Set xhtml flag</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::setXhtmlCompliance</function></funcdef>
<paramdef>bool <parameter>$value</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.desc">
&title.desc;
<para>
Active or not the XHTML mode compliant
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.bool;
<parameter>$value</parameter>
</term>
<listitem>
<para>
flag to true if XHTML compliance needed, false otherwise
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.2 (2004-03-24)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.setxhtmlcompliance.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/toarray.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/toarray.xml
+++ peardoc/en/package/html/html-css/html-css/toarray.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.toarray">
<refnamediv>
<refname><function>HTML_CSS::toArray</function></refname>
<refpurpose>Return the CSS contents in an array</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>array <function>HTML_CSS::toArray</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.toarray.desc">
&title.desc;
<para>
Return the full contents of CSS data sources (parsed) in an array
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toarray.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toarray.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toarray.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/tofile.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/tofile.xml
+++ peardoc/en/package/html/html-css/html-css/tofile.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.tofile">
<refnamediv>
<refname><function>HTML_CSS::toFile</function></refname>
<refpurpose>Generate CSS and stores it in a file</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::toFile</function></funcdef>
<paramdef>string <parameter>$filename</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.tofile.desc">
&title.desc;
<para>
Generate current parsed CSS data sources and write result in a user file
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tofile.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$filename</parameter>
</term>
<listitem>
<para>
Name of file that content the stylesheet
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tofile.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.tostring">
<function>HTML_CSS::toString</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tofile.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_WRITE_FILE
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tofile.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tofile.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/toinline.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/toinline.xml
+++ peardoc/en/package/html/html-css/html-css/toinline.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.toinline">
<refnamediv>
<refname><function>HTML_CSS::toInline</function></refname>
<refpurpose>Return a string-properties for style attribute of an HTML element</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>string|PEAR_Error <function>HTML_CSS::toInline</function></funcdef>
<paramdef>string <parameter>$element</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.toinline.desc">
&title.desc;
<para>
Generate and return the CSS properties of an element or class as a string
for inline use.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toinline.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.string;
<parameter>$element</parameter>
</term>
<listitem>
<para>
Element or class for which inline CSS should be generated
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toinline.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toinline.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.toinline.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/tostring.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/tostring.xml
+++ peardoc/en/package/html/html-css/html-css/tostring.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.tostring">
<refnamediv>
<refname><function>HTML_CSS::toString</function></refname>
<refpurpose>Return current CSS parsed data as a string</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>string <function>HTML_CSS::toString</function></funcdef>
<paramdef></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.tostring.desc">
&title.desc;
<para>
Generate current parsed CSS data sources and return result as a string
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tostring.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> no exceptions thrown
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tostring.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.2.0 (2003-07-31)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.tostring.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->
http://cvs.php.net/viewvc.cgi/peardoc/en/package/html/html-css/html-css/unsetgroup.xml?view=markup&rev=1.1
Index: peardoc/en/package/html/html-css/html-css/unsetgroup.xml
+++ peardoc/en/package/html/html-css/html-css/unsetgroup.xml
<!-- $Revision: 1.1 $ -->
<refentry id="package.html.html-css.html-css.unsetgroup">
<refnamediv>
<refname><function>HTML_CSS::unsetGroup</function></refname>
<refpurpose>Remove a CSS definition group</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcsynopsisinfo>
require_once 'HTML/CSS.php';
</funcsynopsisinfo>
<funcprototype>
<funcdef>void|PEAR_Error <function>HTML_CSS::unsetGroup</function></funcdef>
<paramdef>mixed <parameter>$group</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1 id="package.html.html-css.html-css.unsetgroup.desc">
&title.desc;
<para>
Remove a CSS definition group. Use the same identifier as for group creation.
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.unsetgroup.param">
&title.param;
<para>
<variablelist>
<varlistentry>
<term>
&type.mixed;
<parameter>$group</parameter>
</term>
<listitem>
<para>
CSS definition group identifier
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.unsetgroup.see">
&title.see;
<para>
<emphasis>see</emphasis>
<link linkend="package.html.html-css.html-css.creategroup">
<function>HTML_CSS::createGroup</function>
</link>
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.unsetgroup.throws">
&title.throws;
<para>
<emphasis>throws</emphasis> HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.unsetgroup.since">
&title.since;
<para>
<emphasis>since</emphasis>
version 0.3.0 (2003-11-03)
</para>
</refsect1>
<refsect1 id="package.html.html-css.html-css.unsetgroup.note">
&title.note;
¬e.notstatic;
</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
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../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
-->