From 9e390f2a05876ae7d5073fffb55bf9c2b9fa098d Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 9 Feb 2007 16:57:06 +0000 Subject: [PATCH] use lowercase IDs and filenames git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229435 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/swish/classes.xml | 26 +++++++++---------- ...-getMetaList.xml => swish-getmetalist.xml} | 2 +- ...ertyList.xml => swish-getpropertylist.xml} | 2 +- ...taList.xml => swishresult-getmetalist.xml} | 4 +-- ...ds.xml => swishresults-getparsedwords.xml} | 2 +- ...l => swishresults-getremovedstopwords.xml} | 2 +- ...Result.xml => swishresults-nextresult.xml} | 2 +- ...Result.xml => swishresults-seekresult.xml} | 2 +- ...etLimit.xml => swishsearch-resetlimit.xml} | 4 +-- ...-setLimit.xml => swishsearch-setlimit.xml} | 2 +- ...xml => swishsearch-setphrasedelimiter.xml} | 2 +- ...ch-setSort.xml => swishsearch-setsort.xml} | 2 +- ...cture.xml => swishsearch-setstructure.xml} | 2 +- 13 files changed, 27 insertions(+), 27 deletions(-) rename reference/swish/functions/{swish-getMetaList.xml => swish-getmetalist.xml} (97%) rename reference/swish/functions/{swish-getPropertyList.xml => swish-getpropertylist.xml} (97%) rename reference/swish/functions/{swishresult-getMetaList.xml => swishresult-getmetalist.xml} (88%) rename reference/swish/functions/{swishresults-getParsedWords.xml => swishresults-getparsedwords.xml} (97%) rename reference/swish/functions/{swishresults-getRemovedStopwords.xml => swishresults-getremovedstopwords.xml} (96%) rename reference/swish/functions/{swishresults-nextResult.xml => swishresults-nextresult.xml} (97%) rename reference/swish/functions/{swishresults-seekResult.xml => swishresults-seekresult.xml} (97%) rename reference/swish/functions/{swishsearch-resetLimit.xml => swishsearch-resetlimit.xml} (95%) rename reference/swish/functions/{swishsearch-setLimit.xml => swishsearch-setlimit.xml} (98%) rename reference/swish/functions/{swishsearch-setPhraseDelimiter.xml => swishsearch-setphrasedelimiter.xml} (97%) rename reference/swish/functions/{swishsearch-setSort.xml => swishsearch-setsort.xml} (98%) rename reference/swish/functions/{swishsearch-setStructure.xml => swishsearch-setstructure.xml} (98%) diff --git a/reference/swish/classes.xml b/reference/swish/classes.xml index d7bd88e73a..9e7a3350f4 100644 --- a/reference/swish/classes.xml +++ b/reference/swish/classes.xml @@ -1,5 +1,5 @@ - +
&reftitle.classes;
@@ -44,11 +44,11 @@ - - returns an array + - returns an array of meta entries for the given index file. - - returns an array + - returns an array of properties for the given index file. @@ -63,33 +63,33 @@ - - sets the + - sets the structure flag in the search object. This flag is used to limit search to certain parts of HTML documents. - - sets + - sets the phrase delimiter character. The default delimiter is double-quotes. - - sets the sort + - sets the sort order of the results. - - sets the limits + - sets the limits for the search. Throws SwishException on error. - - resets the + - resets the limits. @@ -128,14 +128,14 @@ - - returns + - returns next SwishResult object or &false; if no more results are available. - - sets the + - sets the current seek position in the SwishResults object. Throws SwishException on error. @@ -143,13 +143,13 @@ - - + - returns an array of words in the query with stopwords removed. - - + - returns an array of removed stopwords. @@ -173,7 +173,7 @@ - - returns + - returns an array of meta entries for the index used in this result. diff --git a/reference/swish/functions/swish-getMetaList.xml b/reference/swish/functions/swish-getmetalist.xml similarity index 97% rename from reference/swish/functions/swish-getMetaList.xml rename to reference/swish/functions/swish-getmetalist.xml index 158f6cd0ac..661962b56c 100644 --- a/reference/swish/functions/swish-getMetaList.xml +++ b/reference/swish/functions/swish-getmetalist.xml @@ -1,6 +1,6 @@ - + Swish->getMetaList Get the list of meta entries for the index diff --git a/reference/swish/functions/swish-getPropertyList.xml b/reference/swish/functions/swish-getpropertylist.xml similarity index 97% rename from reference/swish/functions/swish-getPropertyList.xml rename to reference/swish/functions/swish-getpropertylist.xml index aa1518f9d3..27bfa8f934 100644 --- a/reference/swish/functions/swish-getPropertyList.xml +++ b/reference/swish/functions/swish-getpropertylist.xml @@ -1,6 +1,6 @@ - + Swish->getPropertyList Get the list of properties for the index diff --git a/reference/swish/functions/swishresult-getMetaList.xml b/reference/swish/functions/swishresult-getmetalist.xml similarity index 88% rename from reference/swish/functions/swishresult-getMetaList.xml rename to reference/swish/functions/swishresult-getmetalist.xml index f050bb2424..2db699fec9 100644 --- a/reference/swish/functions/swishresult-getMetaList.xml +++ b/reference/swish/functions/swishresult-getmetalist.xml @@ -1,6 +1,6 @@ - + SwishResult->getMetaList Get a list of meta entries @@ -17,7 +17,7 @@ &reftitle.returnvalues; Returns the same array as Swish->getMetaList, + linkend="function.swish-getmetalist">swish->getmetalist, but uses the index file from the result handle. diff --git a/reference/swish/functions/swishresults-getParsedWords.xml b/reference/swish/functions/swishresults-getparsedwords.xml similarity index 97% rename from reference/swish/functions/swishresults-getParsedWords.xml rename to reference/swish/functions/swishresults-getparsedwords.xml index a4d0921ab4..b11f899d41 100644 --- a/reference/swish/functions/swishresults-getParsedWords.xml +++ b/reference/swish/functions/swishresults-getparsedwords.xml @@ -1,6 +1,6 @@ - + SwishResults->getParsedWords Get an array of parsed words diff --git a/reference/swish/functions/swishresults-getRemovedStopwords.xml b/reference/swish/functions/swishresults-getremovedstopwords.xml similarity index 96% rename from reference/swish/functions/swishresults-getRemovedStopwords.xml rename to reference/swish/functions/swishresults-getremovedstopwords.xml index 839ba77258..b169cab186 100644 --- a/reference/swish/functions/swishresults-getRemovedStopwords.xml +++ b/reference/swish/functions/swishresults-getremovedstopwords.xml @@ -1,6 +1,6 @@ - + SwishResults->getRemovedStopwords Get an array of stopwords removed from the query diff --git a/reference/swish/functions/swishresults-nextResult.xml b/reference/swish/functions/swishresults-nextresult.xml similarity index 97% rename from reference/swish/functions/swishresults-nextResult.xml rename to reference/swish/functions/swishresults-nextresult.xml index 451fb96d15..fef90db54a 100644 --- a/reference/swish/functions/swishresults-nextResult.xml +++ b/reference/swish/functions/swishresults-nextresult.xml @@ -1,6 +1,6 @@ - + SwishResults->nextResult Get the next search result diff --git a/reference/swish/functions/swishresults-seekResult.xml b/reference/swish/functions/swishresults-seekresult.xml similarity index 97% rename from reference/swish/functions/swishresults-seekResult.xml rename to reference/swish/functions/swishresults-seekresult.xml index a554cb51a6..f3ee642966 100644 --- a/reference/swish/functions/swishresults-seekResult.xml +++ b/reference/swish/functions/swishresults-seekresult.xml @@ -1,6 +1,6 @@ - + SwishResults->seekResult Set current seek pointer to the given position diff --git a/reference/swish/functions/swishsearch-resetLimit.xml b/reference/swish/functions/swishsearch-resetlimit.xml similarity index 95% rename from reference/swish/functions/swishsearch-resetLimit.xml rename to reference/swish/functions/swishsearch-resetlimit.xml index 091d181c44..c0076a93b1 100644 --- a/reference/swish/functions/swishsearch-resetLimit.xml +++ b/reference/swish/functions/swishsearch-resetlimit.xml @@ -1,6 +1,6 @@ - + SwishSearch->resetLimit Reset the search limits @@ -14,7 +14,7 @@ &warn.experimental.func; Reset the search limits previous set by - . + . diff --git a/reference/swish/functions/swishsearch-setLimit.xml b/reference/swish/functions/swishsearch-setlimit.xml similarity index 98% rename from reference/swish/functions/swishsearch-setLimit.xml rename to reference/swish/functions/swishsearch-setlimit.xml index 91285159b8..816afc393f 100644 --- a/reference/swish/functions/swishsearch-setLimit.xml +++ b/reference/swish/functions/swishsearch-setlimit.xml @@ -1,6 +1,6 @@ - + SwishSearch->setLimit Set the search limits diff --git a/reference/swish/functions/swishsearch-setPhraseDelimiter.xml b/reference/swish/functions/swishsearch-setphrasedelimiter.xml similarity index 97% rename from reference/swish/functions/swishsearch-setPhraseDelimiter.xml rename to reference/swish/functions/swishsearch-setphrasedelimiter.xml index d69e9e0416..7c4c913f56 100644 --- a/reference/swish/functions/swishsearch-setPhraseDelimiter.xml +++ b/reference/swish/functions/swishsearch-setphrasedelimiter.xml @@ -1,6 +1,6 @@ - + SwishSearch->setPhraseDelimiter Set the phrase delimiter diff --git a/reference/swish/functions/swishsearch-setSort.xml b/reference/swish/functions/swishsearch-setsort.xml similarity index 98% rename from reference/swish/functions/swishsearch-setSort.xml rename to reference/swish/functions/swishsearch-setsort.xml index 27406eb3ba..12fb7997d8 100644 --- a/reference/swish/functions/swishsearch-setSort.xml +++ b/reference/swish/functions/swishsearch-setsort.xml @@ -1,6 +1,6 @@ - + SwishSearch->setSort Set the sort order diff --git a/reference/swish/functions/swishsearch-setStructure.xml b/reference/swish/functions/swishsearch-setstructure.xml similarity index 98% rename from reference/swish/functions/swishsearch-setStructure.xml rename to reference/swish/functions/swishsearch-setstructure.xml index bb6f0f82bd..2cd173a871 100644 --- a/reference/swish/functions/swishsearch-setStructure.xml +++ b/reference/swish/functions/swishsearch-setstructure.xml @@ -1,6 +1,6 @@ - + SwishSearch->setStructure Set the structure flag in the search object