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

В начало ] Пред. | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1761. udm_load_ispell_data
... PHP 4 >= 4.0.5) udm_load_ispell_data -- Load ispell data . int udm_load_ispell_data ( int agent, int var, string val1, string val2, int flag) . ... After using this function to free memory allocated for ispell data, please use udm_free_ispell_data() , even if you use UDM_ISPELL_TYPE_SERVER mode. ... In case of loading ispell data from files there may be several calls to udm_load_ispell_data() , and there is no sense to sort data after every call, but only after the last one. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-load-ispell-data.html -- 12.0 Кб -- 03.02.2002
Похожие документы

1762. udm_set_agent_param
... PHP 4 >= 4.0.5) udm_set_agent_param -- Set mnoGoSearch agent session parameters . ... The following parameters and their values are available: . ... The following values available: UDM_MODE_ALL - search for all words; UDM_MODE_ANY - search for any word; UDM_MODE_PHRASE - phrase search; UDM_MODE_BOOL - boolean search. ... Note that tracking is implemented in SQL version only and not available in built-in database. ... UDM_PARAM_WEIGHT_FACTOR - represents weight factors for specific document parts. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-set-agent-param.html -- 12.6 Кб -- 03.02.2002
Похожие документы

1763. udm_get_res_param
... PHP 4 >= 4.0.5) udm_get_res_param -- Get mnoGoSearch result parameters . ... UDM_PARAM_NUM_ROWS - number of received found links on the current page. It is equal to UDM_PARAM_PAGE_SIZE for all search pages, on the last page - the rest of links. ... E.g. search for "a good book" will return "a: stopword, good:5637, book: 120" . ... UDM_PARAM_FIRST_DOC - the number of the first document displayed on current page. UDM_PARAM_LAST_DOC - the number of the last document displayed on current page. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-get-res-param.html -- 4.5 Кб -- 03.02.2002
Похожие документы

1764. udm_get_doc_count
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_get_doc_count -- Get total number of documents in database. int udm_get_doc_count ( int agent) . udm_get_doc_count() returns number of documents in database. agent - link to agent identifier, received after call to udm_alloc_agent() . Note: This function is supported only in mnoGoSearch 3.1.11 or later. Prev . Home . Next . udm_free_res . Up . udm_get_res_field
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-get-doc-count.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1765. udm_get_res_field
... PHP 4 >= 4.0.5) udm_get_res_field -- Fetch mnoGoSearch result field . string udm_get_res_field ( int res, int row, int field) . udm_get_res_field() returns result field value on success, FALSE on error. res - a link to result identifier, received after call to udm_find() . row - the number of the link on the current page. ... UDM_FIELD_URL - document URL field . ... UDM_FIELD_CATEGORY - document category field. ... UDM_FIELD_DESC - document description field (from META DESCRIPTION tag). ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-get-res-field.html -- 5.3 Кб -- 03.02.2002
Похожие документы

1766. udm_free_ispell_data
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_free_ispell_data -- Free memory allocated for ispell data . int udm_free_ispell_data ( int agent) . udm_free_ispell_data() always returns TRUE . agent - agent link identifier, received after call to udm_alloc_agent() . Note: This function is supported beginning from version 3.1.12 of mnoGoSearch and it does not do anything in previous versions. Prev . Home . Next . udm_free_agent . Up . udm_free_res
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-free-ispell-data.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1767. udm_free_res
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_free_res -- Free mnoGoSearch result . int udm_free_res ( int res) . udm_free_res() returns TRUE on success, FALSE on error. res - a link to result identifier, received after call to udm_find() . Freeing up memory allocated for results. Prev . Home . Next . udm_free_ispell_data . Up . udm_get_doc_count
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-free-res.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1768. udm_find
... PHP 4 >= 4.0.5) udm_find -- Perform search . ... For example, "mysql odbc". You should not use quotes " in query, they are written here only to divide a query from other text. mnoGoSearch will find all documents that contain word "mysql" and/or word "odbc". ... For example, "mysql & odbc". mnoGoSearch will find any URLs that contain both "mysql" and "odbc". | ... For example "mysql & ~odbc". mnoGoSearch will find URLs that contain word "mysql" and do not contain word "odbc" at the same time. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-find.html -- 4.9 Кб -- 03.02.2002
Похожие документы

1769. udm_free_agent
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_free_agent -- Free mnoGoSearch session . int udm_free_agent ( int agent) . udm_free_agent() returns TRUE on success, FALSE on error. agent - link to agent identifier, received ` after call to udm_alloc_agent() . Freeing up memory allocated for agent session. Prev . Home . Next . udm_find . Up . udm_free_ispell_data
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-free-agent.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1770. udm_errno
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_errno -- Get mnoGoSearch error number . int udm_errno ( int agent) . udm_errno() returns mnoGoSearch error number, zero if no error. agent - link to agent identifier, received after call to udm_alloc_agent() . Receiving numeric agent error code. Prev . Home . Next . udm_clear_search_limits . Up . udm_error
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-errno.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1771. udm_error
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_error -- Get mnoGoSearch error message . string udm_error ( int agent) . udm_error() returns mnoGoSearch error message, empty string if no error. agent - link to agent identifier, received after call to udm_alloc_agent() . Receiving agent error message. Prev . Home . Next . udm_errno . Up . udm_find
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-error.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1772. udm_cat_list
PHP Manual . ... PHP 4 >= 4.0.6) udm_cat_list -- Get all the categories on the same level with the current one. array udm_cat_list ( int agent, string category) . udm_cat_list() returns array listing all categories of the same level as current category in the categories tree. ... Elements with even index numbers contain category paths, odd elements contain corresponding category names. $array[0] will contain '020300' . array[1] will contain 'Audi' . array[2] will contain '020301' . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-cat-list.html -- 4.9 Кб -- 03.02.2002
Похожие документы

1773. udm_cat_path
... PHP 4 >= 4.0.6) udm_cat_path -- Get the path to the current category. array udm_cat_path ( int agent, string category) . ... Returns array with the following format: . ... For example, the call $array=udm_cat_path($agent, '02031D'); may return the following array: . ... php $cat_path_arr = udm_cat_path($udm_agent,$cat); $cat_path = ''; for ($i=0; $i<count($cat_path_arr); $i+=2) { $path = $cat_path_arr[$i]; $name = $cat_path_arr[$i+1]; $cat_path .= " > <a href=\"$PHP_SELF?cat=$path\">$name</a> "; } ?...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-cat-path.html -- 5.1 Кб -- 03.02.2002
Похожие документы

1774. udm_clear_search_limits
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) udm_clear_search_limits -- Clear all mnoGoSearch search restrictions . int udm_clear_search_limits ( int agent) . udm_clear_search_limits() resets defined search limitations and returns TRUE . Prev . Home . Next . udm_cat_list . Up . udm_errno
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-clear-search-limits.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1775. udm_alloc_agent
... int udm_alloc_agent ( string dbaddr [, string dbmode]) . ... If your database type is not supported, you may use "unknown" instead. dbmode - You may select SQL database mode of words storage. ... If "multi" is selected, words will be located in different tables depending of their lengths. "multi" mode is usually faster but requires more tables in database. If "crc" mode is selected, mnoGoSearch will store 32 bit integer word IDs calculated by CRC32 algorythm instead of words. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-alloc-agent.html -- 5.4 Кб -- 03.02.2002
Похожие документы

1776. udm_api_version
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) udm_api_version -- Get mnoGoSearch API version. int udm_api_version ( (void);) . udm_api_version() returns mnoGoSearch API version number. E.g. if mnoGoSearch 3.1.10 API is used, this function will return 30110 . This function allows user to identify which API functions are available, e.g. udm_get_doc_count() function is only available in mnoGoSearch 3.1.11 or later. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-api-version.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1777. udm_add_search_limit
... PHP 4 >= 4.0.5) udm_add_search_limit -- Add various search limits . int udm_add_search_limit ( int agent, int var, string val) . ... UDM_LIMIT_URL - defines document URL limitations to limit search through subsection of database. ... UDM_LIMIT_TAG - defines site TAG limitations. ... UDM_LIMIT_CAT - defines document category limitations. ... Use a hex number going from 0-F or a 36 base number going from 0-Z. Therefore a top-level category like 'Auto' would be 01. ... udm_alloc_agent ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.udm-add-search-limit.html -- 6.3 Кб -- 03.02.2002
Похожие документы

1778. unpack
PHP Manual . ... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) unpack -- Unpack data from binary string . array unpack ( string format, string data) . unpack() from binary string into array according to format . Returns array containing unpacked elements of binary string. unpack() works slightly different from Perl as the unpacked data is stored in an associative array. To accomplish this you have to name the different format codes and separate them by a slash /. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.unpack.html -- 4.5 Кб -- 03.02.2002
Похожие документы

1779. usleep
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) usleep -- Delay execution in microseconds . void usleep ( int micro_seconds) . The usleep() function delays program execution for the given number of micro_seconds . See also sleep() . Note: This function does not work on Windows systems. Prev . Home . Next . unpack . Up . mnoGoSearch Functions
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.usleep.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1780. Miscellaneous functions
... connection_aborted -- Returns TRUE if client disconnected . ... connection_timeout -- Return TRUE if script timed out . constant -- Returns the value of a constant . ... eval -- Evaluate a string as PHP code . ... highlight_file -- Syntax highlighting of a file . highlight_string -- Syntax highlighting of a string . ignore_user_abort -- Set whether a client disconnect should abort script execution . ... pack -- Pack data into binary string. show_source -- Syntax highlighting of a file . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/ref.misc.html -- 5.6 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | След.В конец ]

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