XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 2441 - 2460 из 3519.

В начало ] Пред. | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2441. hw_Modifyobject
... int hw_modifyobject ( int connection, int object_to_change, array remove, array add, int mode) . This command allows to remove, add, or modify individual attributes of an object record. ... In order to modify an attribute one will have to remove the old one and add a new one. hw_modifyobject() will always remove the attributes before it adds attributes unless the value of the attribute to remove is not a string or array. ... The keys of both arrays are the attributes name. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-modifyobject.html -- 10.7 Кб -- 03.02.2002
Похожие документы

2442. hw_InsertObject
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_InsertObject -- inserts an object record . int hw_insertobject ( int connection, string object rec, string parameter) . Inserts an object into the server. ... Note: If you want to insert an Anchor, the attribute Position has always been set either to a start/end value or to 'invisible'. Invisible positions are needed if the annotation has no correspondig link in the annotation text. ... hw_InsertDocument . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-insertobject.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2443. hw_InsDoc
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_InsDoc -- insert document . int hw_insdoc ( int connection, int parentID, string object_record, string text) . Inserts a new document with attributes as in object_record into collection with object ID parentID . This function inserts either an object record only or an object record and a pure ascii text in text if text is given. If you want to insert a general document of any kind use hw_insertdocument() instead. ... hw_InsColl . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-insdoc.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2444. hw_InsertDocument
PHP Manual . Prev . Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_InsertDocument -- upload any document . int hw_insertdocument ( int connection, int parent_id, int hw_document) . ... The document has to be created before with hw_new_document() . Make sure that the object record of the new document contains at least the attributes: Type, DocumentType, Title and Name. ... The functions returns the object id of the new document or FALSE . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-insertdocument.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2445. hw_Info
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Info -- info about connection . string hw_info ( int connection) . Returns information about the current connection. The returned string has the following format: <Serverstring>, <Host>, <Port>, <Username>, <Port of Client>, <Byte swapping> . Prev . Home . Next . hw_InCollections . Up . hw_InsColl
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-info.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2446. hw_InsColl
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_InsColl -- insert collection . int hw_inscoll ( int connection, int objectID, array object_array) . Inserts a new collection with attributes as in object_array into collection with object ID objectID . Prev . Home . Next . hw_Info . Up . hw_InsDoc
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-inscoll.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2447. hw_Identify
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Identify -- identifies as user . int hw_identify ( string username, string password) . Identifies as user with username and password . Identification is only valid for the current session. I do not thing this function will be needed very often. In most cases it will be easier to identify with the opening of the connection. See also hw_connect() . Prev . Home . Next . hw_Mv . Up . hw_InCollections
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-identify.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2448. hw_InCollections
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_InCollections -- check if object ids in collections . array hw_incollections ( int connection, array object_id_array, array collection_id_array, int return_collections) . ... When the fourth parameter return_collections is 0, the subset of object ids that is part of the collections (i.e., the documents or collections that are children of one or more collections of collection ids or their subcollections, recursively) is returned as an array. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-incollections.html -- 4.1 Кб -- 03.02.2002
Похожие документы

2449. hw_GetAnchorsObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetAnchorsObj -- object records of anchors of document . array hw_getanchorsobj ( int connection, int objectID) . Returns an array of object records with anchors of the document with object ID objectID . Prev . Home . Next . hw_GetAnchors . Up . hw_Mv
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getanchorsobj.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2450. hw_Mv
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_Mv -- moves objects . int hw_mv ( int connection, array object id array, int source id, int destination id) . Moves the objects with object ids as specified in the second parameter from the collection with id source id to the collection with the id destination id . If the destination id is 0 the objects will be unlinked from the source collection. ... The value return is the number of moved objects. See also hw_cp() , and hw_deleteobject() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-mv.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2451. hw_GetAnchors
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetAnchors -- object ids of anchors of document . array hw_getanchors ( int connection, int objectID) . Returns an array of object ids with anchors of the document with object ID objectID . Prev . Home . Next . hw_GetChildDocCollObj . Up . hw_GetAnchorsObj
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getanchors.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2452. hw_GetChildDocCollObj
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetChildDocCollObj -- object records of child documents of collection . array hw_getchilddoccollobj ( int connection, int objectID) . Returns an array of object records for child documents of a collection. See also hw_childrenobj() , and hw_getchildcollobj() . Prev . Home . Next . hw_GetChildDocColl . Up . hw_GetAnchors
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getchilddoccollobj.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2453. hw_GetChildDocColl
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetChildDocColl -- object ids of child documents of collection . array hw_getchilddoccoll ( int connection, int objectID) . Returns array of object ids for child documents of a collection. See also hw_children() , and hw_getchildcoll() . Prev . Home . Next . hw_GetObjectByQueryCollObj . Up . hw_GetChildDocCollObj
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getchilddoccoll.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2454. hw_GetObjectByQueryCollObj
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetObjectByQueryCollObj -- search object in collection . array hw_getobjectbyquerycollobj ( int connection, int objectID, string query, int max_hits) . Searches for objects in collection with ID objectID and returns an array of object records. The maximum number of matches is limited to max_hits . If max_hits is set to -1 the maximum number of matches is unlimited. ... See also hw_getobjectbyquerycoll() . ... hw_GetObjectByQueryColl . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getobjectbyquerycollobj.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2455. hw_GetObjectByQueryColl
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetObjectByQueryColl -- search object in collection . array hw_getobjectbyquerycoll ( int connection, int objectID, string query, int max_hits) . Searches for objects in collection with ID objectID and returns an array of object ids. The maximum number of matches is limited to max_hits . If max_hits is set to -1 the maximum number of matches is unlimited. ... See also hw_getobjectbyquerycollobj() . ... hw_GetObjectByQueryCollObj ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getobjectbyquerycoll.html -- 3.9 Кб -- 03.02.2002
Похожие документы

2456. hw_GetObjectByQueryObj
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetObjectByQueryObj -- search object . array hw_getobjectbyqueryobj ( int connection, string query, int max_hits) . Searches for objects on the whole server and returns an array of object records. The maximum number of matches is limited to max_hits . If max_hits is set to -1 the maximum number of matches is unlimited. ... See also hw_getobjectbyquery() . ... hw_GetObjectByQuery . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getobjectbyqueryobj.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2457. hw_GetObjectByQuery
... Next . 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetObjectByQuery -- search object . array hw_getobjectbyquery ( int connection, string query, int max_hits) . Searches for objects on the whole server and returns an array of object ids. The maximum number of matches is limited to max_hits . If max_hits is set to -1 the maximum number of matches is unlimited. ... See also hw_getobjectbyqueryobj() . ... hw_GetObjectByQueryObj ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getobjectbyquery.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2458. hw_GetText
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetText -- retrieve text document . int hw_gettext ( int connection, int objectID [, mixed rootID/prefix]) . Returns the document with object ID objectID . ... If it is an integer it determines how links are inserted into the document. ... If a link points to an object with name 'internet_movie' the HTML link will be <A HREF="/internet_movie">. The actual location of the source and destination object in the document hierachy is disregarded. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-gettext.html -- 5.9 Кб -- 03.02.2002
Похожие документы

2459. hw_GetAndLock
. PHP Manual . Prev . Next . (3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetAndLock -- return bject record and lock object . string hw_getandlock ( int connection, int objectID) . Returns the object record for the object with ID objectID . It will also lock the object, so other users cannot access it until it is unlocked. See also hw_unlock() , and hw_getobject() . Prev . Home . Next . hw_GetObject . Up . hw_GetText
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getandlock.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2460. hw_GetObject
... 3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0) hw_GetObject -- object record . array hw_getobject ( int connection, [int|array] objectID, string query) . Returns the object record for the object with ID objectID if the second parameter is an integer. If the second parameter is an array of integer the function will return an array of object records. In such a case the last parameter is also evaluated which is a query string. ... expr> ::= "(" <expr> ")" | ... less than (string compare) */ . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.hw-getobject.html -- 4.9 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования