mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
use lowercase IDs and filenames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229435 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ecb687444c
commit
9e390f2a05
13 changed files with 27 additions and 27 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="swish.classes">
|
||||
&reftitle.classes;
|
||||
<section>
|
||||
|
@ -44,11 +44,11 @@
|
|||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend="function.swish-getMetaList" /> - returns an array
|
||||
<para><xref linkend="function.swish-getmetalist" /> - returns an array
|
||||
of meta entries for the given index file.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend="function.swish-getPropertyList" /> - returns an array
|
||||
<para><xref linkend="function.swish-getpropertylist" /> - returns an array
|
||||
of properties for the given index file.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
@ -63,33 +63,33 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishsearch-setStructure" /> - sets the
|
||||
<xref linkend="function.swishsearch-setstructure" /> - sets the
|
||||
structure flag in the search object. This flag is used to limit search
|
||||
to certain parts of HTML documents.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishsearch-setPhraseDelimiter" /> - sets
|
||||
<xref linkend="function.swishsearch-setphrasedelimiter" /> - sets
|
||||
the phrase delimiter character. The default delimiter is double-quotes.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishsearch-setSort" /> - sets the sort
|
||||
<xref linkend="function.swishsearch-setsort" /> - sets the sort
|
||||
order of the results.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishsearch-setLimit" /> - sets the limits
|
||||
<xref linkend="function.swishsearch-setlimit" /> - sets the limits
|
||||
for the search.
|
||||
Throws <classname>SwishException</classname> on error.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishsearch-resetLimit" /> - resets the
|
||||
<xref linkend="function.swishsearch-resetlimit" /> - resets the
|
||||
limits.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -128,14 +128,14 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishresults-nextResult" /> - returns
|
||||
<xref linkend="function.swishresults-nextresult" /> - returns
|
||||
next <classname>SwishResult</classname> object or &false; if no
|
||||
more results are available.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishresults-seekResult" /> - sets the
|
||||
<xref linkend="function.swishresults-seekresult" /> - sets the
|
||||
current seek position in the <classname>SwishResults</classname>
|
||||
object.
|
||||
Throws <classname>SwishException</classname> on error.
|
||||
|
@ -143,13 +143,13 @@
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishresults-getParsedWords" /> -
|
||||
<xref linkend="function.swishresults-getparsedwords" /> -
|
||||
returns an array of words in the query with stopwords removed.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishresults-getRemovedStopwords" /> -
|
||||
<xref linkend="function.swishresults-getremovedstopwords" /> -
|
||||
returns an array of removed stopwords.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -173,7 +173,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<xref linkend="function.swishresult-getMetaList" /> - returns
|
||||
<xref linkend="function.swishresult-getmetalist" /> - returns
|
||||
an array of meta entries for the index used in this result.
|
||||
</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swish-getMetaList">
|
||||
<refentry id="function.swish-getmetalist">
|
||||
<refnamediv>
|
||||
<refname>Swish->getMetaList</refname>
|
||||
<refpurpose>Get the list of meta entries for the index</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swish-getPropertyList">
|
||||
<refentry id="function.swish-getpropertylist">
|
||||
<refnamediv>
|
||||
<refname>Swish->getPropertyList</refname>
|
||||
<refpurpose>Get the list of properties for the index</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishresult-getMetaList">
|
||||
<refentry id="function.swishresult-getmetalist">
|
||||
<refnamediv>
|
||||
<refname>SwishResult->getMetaList</refname>
|
||||
<refpurpose>Get a list of meta entries</refpurpose>
|
||||
|
@ -17,7 +17,7 @@
|
|||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns the same array as <link
|
||||
linkend="function.swish-getMetaList"><function>Swish->getMetaList</function></link>,
|
||||
linkend="function.swish-getmetalist"><function>swish->getmetalist</function></link>,
|
||||
but uses the index file from the result handle.
|
||||
</para>
|
||||
</refsect1>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishresults-getParsedWords">
|
||||
<refentry id="function.swishresults-getparsedwords">
|
||||
<refnamediv>
|
||||
<refname>SwishResults->getParsedWords</refname>
|
||||
<refpurpose>Get an array of parsed words</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishresults-getRemovedStopwords">
|
||||
<refentry id="function.swishresults-getremovedstopwords">
|
||||
<refnamediv>
|
||||
<refname>SwishResults->getRemovedStopwords</refname>
|
||||
<refpurpose>Get an array of stopwords removed from the query</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishresults-nextResult">
|
||||
<refentry id="function.swishresults-nextresult">
|
||||
<refnamediv>
|
||||
<refname>SwishResults->nextResult</refname>
|
||||
<refpurpose>Get the next search result</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishresults-seekResult">
|
||||
<refentry id="function.swishresults-seekresult">
|
||||
<refnamediv>
|
||||
<refname>SwishResults->seekResult</refname>
|
||||
<refpurpose>Set current seek pointer to the given position</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishsearch-resetLimit">
|
||||
<refentry id="function.swishsearch-resetlimit">
|
||||
<refnamediv>
|
||||
<refname>SwishSearch->resetLimit</refname>
|
||||
<refpurpose>Reset the search limits</refpurpose>
|
||||
|
@ -14,7 +14,7 @@
|
|||
&warn.experimental.func;
|
||||
<para>
|
||||
Reset the search limits previous set by
|
||||
<xref linkend="function.swishsearch-setLimit" />.
|
||||
<xref linkend="function.swishsearch-setlimit" />.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="examples">
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishsearch-setLimit">
|
||||
<refentry id="function.swishsearch-setlimit">
|
||||
<refnamediv>
|
||||
<refname>SwishSearch->setLimit</refname>
|
||||
<refpurpose>Set the search limits</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishsearch-setPhraseDelimiter">
|
||||
<refentry id="function.swishsearch-setphrasedelimiter">
|
||||
<refnamediv>
|
||||
<refname>SwishSearch->setPhraseDelimiter</refname>
|
||||
<refpurpose>Set the phrase delimiter</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishsearch-setSort">
|
||||
<refentry id="function.swishsearch-setsort">
|
||||
<refnamediv>
|
||||
<refname>SwishSearch->setSort</refname>
|
||||
<refpurpose>Set the sort order</refpurpose>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<refentry id="function.swishsearch-setStructure">
|
||||
<refentry id="function.swishsearch-setstructure">
|
||||
<refnamediv>
|
||||
<refname>SwishSearch->setStructure</refname>
|
||||
<refpurpose>Set the structure flag in the search object</refpurpose>
|
Loading…
Reference in a new issue