From 5c25e3050f48e907e630dc728b880f64d73d383c Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Fri, 18 May 2001 03:23:13 +0000 Subject: [PATCH] Just lowercased the hw_* tags so that the stylesheet can match them up with the function entries for crossreferencing. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47748 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/hw.xml | 144 +++++++++++++++++++++++------------------------ 1 file changed, 72 insertions(+), 72 deletions(-) diff --git a/functions/hw.xml b/functions/hw.xml index 23a8171a0a..bbff07cadd 100644 --- a/functions/hw.xml +++ b/functions/hw.xml @@ -349,8 +349,8 @@ RewriteEngine on There are still some things todo: The hw_InsertDocument has to be split into - hw_InsertObject and - hw_PutDocument. + hw_insertobject and + hw_putdocument. The names of several functions are not fixed, yet. Most functions require the current connection @@ -485,7 +485,7 @@ RewriteEngine on is not encrypted. - See also hw_pConnect. + See also hw_pconnect. @@ -605,12 +605,12 @@ RewriteEngine on Returns the object record of the document. - For backward compatibility, hw_DocumentAttributes + For backward compatibility, hw_documentattributes is also accepted. This is deprecated, however. - See also hw_Document_BodyTag, - and hw_Document_Size. + See also hw_document_bodytag, + and hw_document_size. @@ -633,11 +633,11 @@ RewriteEngine on document the BODY tag should be printed before the document. - See also hw_Document_Attributes, - and hw_Document_Size. + See also hw_document_attributes, + and hw_document_size. - For backward compatibility, hw_DocumentBodyTag + For backward compatibility, hw_documentbodytag is also accepted. This is deprecated, however. @@ -662,9 +662,9 @@ RewriteEngine on from the HEAD and BODY tag is in the stored in the object record. - See also hw_Document_Attributes, - hw_Document_Size, - and hw_DocumentSetContent. + See also hw_document_attributes, + hw_document_size, + and hw_documentsetcontent. @@ -693,9 +693,9 @@ RewriteEngine on If this functions fails the document will retain its old content. - See also hw_Document_Attributes, - hw_Document_Size, - and hw_Document_Content. + See also hw_document_attributes, + hw_document_size, + and hw_document_content. @@ -716,11 +716,11 @@ RewriteEngine on Returns the size in bytes of the document. - See also hw_Document_BodyTag, - and hw_Document_Attributes. + See also hw_document_bodytag, + and hw_document_attributes. - For backward compatibility, hw_DocumentSize + For backward compatibility, hw_documentsize is also accepted. This is deprecated, however. @@ -770,12 +770,12 @@ RewriteEngine on control connection during the transfer. - See also hw_PipeDocument, - hw_FreeDocument, - hw_Document_BodyTag, - hw_Document_Size, - hw_Output_Document, - hw_GetText. + See also hw_pipedocument, + hw_freedocument, + hw_document_bodytag, + hw_document_size, + hw_output_document, + hw_gettext. @@ -883,8 +883,8 @@ RewriteEngine on objectID. The function will not return child documents. - See also hw_GetChildren, - and hw_GetChildDocColl. + See also hw_getchildren, + and hw_getchilddoccoll. @@ -910,8 +910,8 @@ RewriteEngine on child documents. - See also hw_ChildrenObj, - and hw_GetChildDocCollObj. + See also hw_childrenobj, + and hw_getchilddoccollobj. @@ -938,14 +938,14 @@ RewriteEngine on throught remote documents Hyperwave introduces the HGI (Hyperwave Gateway Interface) which is similar to the CGI. Currently, only ftp, http-servers and some databases can be accessed by the HGI. - Calling hw_GetRemote returns the document from + Calling hw_getremote returns the document from the external source. If you want to use this function you should be very familiar with HGIs. You should also consider to use PHP instead of Hyperwave to access external sources. Adding database support by a Hyperwave gateway should be more difficult than doing it in PHP. - See also hw_GetRemoteChildren. + See also hw_getremotechildren. @@ -974,7 +974,7 @@ RewriteEngine on Gateway Interface (HGI). If the number of children is greater than 1 it will return an array of object record with each maybe the input value for another call to - hw_GetRemoteChildren. Those object records are + hw_getremotechildren. Those object records are virtual and do not exist in the Hyperwave server, therefore they do not have a valid object ID. How exactely such an object record looks like is up to the HGI. @@ -985,7 +985,7 @@ RewriteEngine on difficult than doing it in PHP. - See also hw_GetRemote. + See also hw_getremote. @@ -1009,7 +1009,7 @@ RewriteEngine on objectID. The object can either be a document or an anchor of type destination. - See also hw_GetAnchors. + See also hw_getanchors. @@ -1059,8 +1059,8 @@ RewriteEngine on the object is allowed. - See also hw_GetAndLock, - and hw_GetObjectByQuery. + See also hw_getandlock, + and hw_getobjectbyquery. @@ -1086,8 +1086,8 @@ RewriteEngine on it until it is unlocked. - See also hw_Unlock, - and hw_GetObject. + See also hw_unlock, + and hw_getobject. @@ -1151,11 +1151,11 @@ RewriteEngine on control connection during the transfer. - See also hw_PipeDocument, - hw_FreeDocument, - hw_Document_BodyTag, - hw_Document_Size, - and hw_Output_Document. + See also hw_pipedocument, + hw_freedocument, + hw_document_bodytag, + hw_document_size, + and hw_output_document. @@ -1185,7 +1185,7 @@ RewriteEngine on The query will only work with indexed attributes. - See also hw_GetObjectByQueryObj. + See also hw_getobjectbyqueryobj. @@ -1215,7 +1215,7 @@ RewriteEngine on The query will only work with indexed attributes. - See also hw_GetObjectByQuery. + See also hw_getobjectbyquery. @@ -1247,7 +1247,7 @@ RewriteEngine on The query will only work with indexed attributes. - See also hw_GetObjectByQueryCollObj. + See also hw_getobjectbyquerycollobj. @@ -1280,7 +1280,7 @@ RewriteEngine on The query will only work with indexed attributes. - See also hw_GetObjectByQueryColl. + See also hw_getobjectbyquerycoll. @@ -1303,8 +1303,8 @@ RewriteEngine on Returns array of object ids for child documents of a collection. - See also hw_GetChildren, - and hw_GetChildColl. + See also hw_getchildren, + and hw_getchildcoll. @@ -1326,8 +1326,8 @@ RewriteEngine on Returns an array of object records for child documents of a collection. - See also hw_ChildrenObj, - and hw_GetChildCollObj. + See also hw_childrenobj, + and hw_getchildcollobj. @@ -1431,7 +1431,7 @@ RewriteEngine on be easier to identify with the opening of the connection. - See also hw_Connect. + See also hw_connect. @@ -1540,8 +1540,8 @@ RewriteEngine on hw_insertdocument instead. - See also hw_InsertDocument, - and hw_InsColl. + See also hw_insertdocument, + and hw_inscoll. @@ -1565,14 +1565,14 @@ RewriteEngine on Uploads a document into the collection with parent_id. The document has to be created before with - hw_NewDocument. Make sure that + hw_new_document. Make sure that the object record of the new document contains at least the attributes: Type, DocumentType, Title and Name. Possibly you also want to set the MimeType. The functions returns the object id of the new document or false. - See also hw_PipeDocument. + See also hw_pipedocument. @@ -1604,10 +1604,10 @@ RewriteEngine on has no correspondig link in the annotation text. - See also hw_PipeDocument, - hw_InsertDocument, - hw_InsDoc, - and hw_InsColl. + See also hw_pipedocument, + hw_insertdocument, + hw_insdoc, + and hw_inscoll. @@ -1831,11 +1831,11 @@ RewriteEngine on insert the document into the Hyperwave server. - See also hw_FreeDocument, - hw_Document_Size, - hw_Document_BodyTag, - hw_Output_Document, - and hw_InsertDocument. + See also hw_freedocument, + hw_document_size, + hw_document_bodytag, + hw_output_document, + and hw_insertdocument. @@ -1897,7 +1897,7 @@ RewriteEngine on Prints the document without the BODY tag. - For backward compatibility, hw_OutputDocument is + For backward compatibility, hw_outputdocument is also accepted. This is deprecated, however. @@ -1931,7 +1931,7 @@ RewriteEngine on index that is needed by other Hyperwave functions. You can have multiple persistent connections open at once. - See also hw_Connect. + See also hw_connect. @@ -1957,11 +1957,11 @@ RewriteEngine on The document will be transfered via a special data connection which does not block the control connection. - See also hw_GetText for more on link insertion, - hw_FreeDocument, - hw_Document_Size, - hw_Document_BodyTag, - and hw_Output_Document. + See also hw_gettext for more on link insertion, + hw_freedocument, + hw_document_size, + hw_document_bodytag, + and hw_output_document. @@ -2005,7 +2005,7 @@ RewriteEngine on Unlocks a document, so other users regain access. - See also hw_GetAndLock. + See also hw_getandlock.