mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
ev: fix XML to get remove of useless wrapping para tags
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evcheck.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.construct">
|
||||
<refnamediv>
|
||||
<refname>EvCheck::__construct</refname>
|
||||
<refpurpose>Constructs the EvCheck watcher object</refpurpose>
|
||||
@@ -58,9 +58,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evcheck.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvCheck::createStopped</refname>
|
||||
<refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
|
||||
@@ -59,9 +59,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evchild.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.construct">
|
||||
<refnamediv>
|
||||
<refname>EvChild::__construct</refname>
|
||||
<refpurpose>Constructs the EvChild watcher object</refpurpose>
|
||||
@@ -22,14 +22,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -146,9 +144,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evchild.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvChild::createStopped</refname>
|
||||
<refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
|
||||
@@ -91,16 +91,14 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para></para>
|
||||
<para/>
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evembed.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.construct">
|
||||
<refnamediv>
|
||||
<refname>EvEmbed::__construct</refname>
|
||||
<refpurpose>Constructs the EvEmbed object</refpurpose>
|
||||
@@ -35,8 +35,7 @@
|
||||
</para>
|
||||
<para>
|
||||
See
|
||||
<link
|
||||
xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
|
||||
<link xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
|
||||
libev documentation</link>
|
||||
for details.
|
||||
</para>
|
||||
@@ -91,9 +90,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evembed.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvEmbed::createStopped</refname>
|
||||
<refpurpose>Create stopped EvEmbed watcher object</refpurpose>
|
||||
@@ -76,9 +76,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evfork.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.construct">
|
||||
<refnamediv>
|
||||
<refname>EvFork::__construct</refname>
|
||||
<refpurpose>Constructs the EvFork watcher object</refpurpose>
|
||||
@@ -14,14 +14,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -60,9 +58,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evfork.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvFork::createStopped</refname>
|
||||
<refpurpose>Creates a stopped instance of EvFork watcher class</refpurpose>
|
||||
@@ -61,9 +61,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evidle.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.construct">
|
||||
<refnamediv>
|
||||
<refname>EvIdle::__construct</refname>
|
||||
<refpurpose>Constructs the EvIdle watcher object</refpurpose>
|
||||
@@ -56,9 +56,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evidle.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvIdle::createStopped</refname>
|
||||
<refpurpose>Creates instance of a stopped EvIdle watcher object</refpurpose>
|
||||
@@ -61,9 +61,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evio.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.construct">
|
||||
<refnamediv>
|
||||
<refname>EvIo::__construct</refname>
|
||||
<refpurpose>Constructs EvIo watcher object</refpurpose>
|
||||
@@ -90,9 +90,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evio.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvIo::createStopped</refname>
|
||||
<refpurpose>Create stopped EvIo watcher object</refpurpose>
|
||||
@@ -25,14 +25,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -95,9 +93,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evperiodic.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.construct">
|
||||
<refnamediv>
|
||||
<refname>EvPeriodic::__construct</refname>
|
||||
<refpurpose>Constructs EvPeriodic watcher object</refpurpose>
|
||||
@@ -26,14 +26,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -108,9 +106,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evperiodic.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvPeriodic::createStopped</refname>
|
||||
<refpurpose>Create a stopped EvPeriodic watcher</refpurpose>
|
||||
@@ -29,14 +29,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -111,9 +109,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evprepare.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.construct">
|
||||
<refnamediv>
|
||||
<refname>EvPrepare::__construct</refname>
|
||||
<refpurpose>Constructs EvPrepare watcher object</refpurpose>
|
||||
@@ -58,9 +58,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evprepare.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvPrepare::createStopped</refname>
|
||||
<refpurpose>Creates a stopped instance of EvPrepare watcher</refpurpose>
|
||||
@@ -17,14 +17,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -65,9 +63,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evsignal.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.construct">
|
||||
<refnamediv>
|
||||
<refname>EvSignal::__construct</refname>
|
||||
<refpurpose>Constructs EvSignal watcher object</refpurpose>
|
||||
@@ -18,14 +18,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -81,9 +79,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evsignal.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvSignal::createStopped</refname>
|
||||
<refpurpose>Create stopped EvSignal watcher object</refpurpose>
|
||||
@@ -21,14 +21,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -83,9 +81,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evstat.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.construct">
|
||||
<refnamediv>
|
||||
<refname>EvStat::__construct</refname>
|
||||
<refpurpose>Constructs EvStat watcher object</refpurpose>
|
||||
@@ -22,14 +22,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -93,9 +91,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evstat.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvStat::createStopped</refname>
|
||||
<refpurpose>Create a stopped EvStat watcher object</refpurpose>
|
||||
@@ -25,14 +25,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -99,9 +97,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evtimer.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.construct">
|
||||
<refnamediv>
|
||||
<refname>EvTimer::__construct</refname>
|
||||
<refpurpose>Constructs an EvTimer watcher object</refpurpose>
|
||||
@@ -22,14 +22,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -94,9 +92,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xml:id="evtimer.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.createstopped">
|
||||
<refnamediv>
|
||||
<refname>EvTimer::createStopped</refname>
|
||||
<refpurpose>Creates EvTimer stopped watcher object</refpurpose>
|
||||
@@ -25,14 +25,12 @@
|
||||
<type>callable</type>
|
||||
<parameter>callback</parameter>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>mixed</type>
|
||||
<parameter>data</parameter>
|
||||
<initializer>&null;</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>priority</parameter>
|
||||
<initializer>0</initializer>
|
||||
@@ -99,9 +97,7 @@
|
||||
<parameter>priority</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</para>
|
||||
<link linkend="ev.constants.watcher-pri">Watcher priority</link>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<chapter xml:id="ev.watcher-callbacks" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ev.watcher-callbacks">
|
||||
<title>Watcher callbacks</title>
|
||||
<para>
|
||||
All watchers can be active(waiting for events) or inactive(paused). Only
|
||||
@@ -23,45 +23,41 @@
|
||||
<methodsynopsis>
|
||||
<type>void</type>
|
||||
<methodname>callback</methodname>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>object</type>
|
||||
<parameter>watcher</parameter>
|
||||
<initializer>NULL</initializer>
|
||||
</methodparam>
|
||||
<methodparam
|
||||
choice="opt">
|
||||
<methodparam choice="opt">
|
||||
<type>int</type>
|
||||
<parameter>revents</parameter>
|
||||
<initializer>NULL</initializer>
|
||||
</methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>watcher</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The watcher instance(of a class extending
|
||||
<classname>EvWatcher</classname>
|
||||
).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>revents</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-revents">Watcher received events</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>watcher</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
The watcher instance(of a class extending
|
||||
<classname>EvWatcher</classname>
|
||||
).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<parameter>revents</parameter>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
<link linkend="ev.constants.watcher-revents">Watcher received events</link>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<para>
|
||||
Each watcher type has its associated bit in
|
||||
<parameter>revents</parameter>,
|
||||
|
||||
Reference in New Issue
Block a user