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

В начало ] Пред. | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1501. notes_version
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) notes_version -- Get the version Lotus Notes . string notes_version ( string database_name) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ... This function is currently not documented, only the argument list is available. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.notes-version.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1502. ncurses_ungetmouse
... Next . unknown) ncurses_ungetmouse -- Pushes mouse event to queue . bool ncurses_ungetmouse ( array mevent) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_getmouse() pushes a KEY_MOUSE event onto the unput queue and associates with this event the given state sata and screen-relative character cell coordinates, specified in mevent . Event options will be specified in associative array mevent : . ... mmask" : Mouse action . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-ungetmouse.html -- 4.7 Кб -- 03.02.2002
Похожие документы

1503. Ncurses terminal screen control functions
... delete line . ... ncurses_clrtobot -- Clear screen from current position to bottom . ncurses_clrtoeol -- Clear screen from current position to end of line . ... ncurses_hline -- Draw a horizontal line at current position using an attributed character and max. n characters long . ... ncurses_insch -- Insert character moving rest of line including character at current position . ... ncurses_vline -- Draw a vertical line at current position using an attributed character and max. n characters long . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/ref.ncurses.html -- 33.8 Кб -- 03.02.2002
Похожие документы

1504. ncurses_getmouse
... unknown) ncurses_getmouse -- Reads mouse event . bool ncurses_getmouse ( array mevent) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_getmouse() reads mouse event out of queue. ... Event options will be delivered in parameter mevent , which has to be an array, passed by reference (see example below). ... x" : screen relative x-position in character cells . ... mmask" : Mouse action . Example 1. ncurses_getmouse() example . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-getmouse.html -- 5.4 Кб -- 03.02.2002
Похожие документы

1505. ncurses_mousemask
... unknown) ncurses_mousemask -- Sets mouse options . int ncurses_mousemask ( int newmask, int oldmask) . ... This function is EXPERIMENTAL . ... Function ncurses_mousemask() will set mouse events to be reported. ... The function ncurses_mousemask() will return a mask to indicated which of the in parameter newmask specified mouse events can be reported. ... In parameter oldmask , which is passed by reference ncurses_mousemask() returns the previous value of mouse event mask. ... ncurses_getmouse ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-mousemask.html -- 6.9 Кб -- 03.02.2002
Похожие документы

1506. ncurses_longname
PHP Manual . Prev . Next . unknown) ncurses_longname -- Returns terminals description . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ncurses_longname() returns a verbose description of the terminal. The descritpion is truncated to 128 characters. ... ncurses_termname . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-longname.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1507. ncurses_termname
PHP Manual . Prev . Next . unknown) ncurses_termname -- Returns terminals (short)-name . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. ncurses_termname() returns terminals shortname. ... On error ncurses_termname() returns NULL. See also: ncurses_longname() . ... ncurses_longname ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-termname.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1508. ncurses_use_env
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_use_env -- Control use of environment information about terminal size . void ncurses_use_env ( bool flag) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_timeout . Up . ncurses_termname
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-use-env.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1509. ncurses_bkgdset
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_bkgdset -- Control screen background . void ncurses_bkgdset ( int attrchar) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_wrefresh . Up . ncurses_timeout
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-bkgdset.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1510. ncurses_timeout
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_timeout -- Set timeout for special key sequences . void ncurses_timeout ( int millisec) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_bkgdset . Up . ncurses_use_env
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-timeout.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1511. ncurses_vline
PHP Manual . Prev . Next . PHP 4 CVS only) ncurses_vline -- Draw a vertical line at current position using an attributed character and max. n characters long . int ncurses_vline ( int charattr, int n) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-vline.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1512. ncurses_wrefresh
. PHP Manual . Prev . Next . (PHP 4 CVS only) ncurses_wrefresh -- Refresh window on terminal screen . int ncurses_wrefresh ( resource window) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_vline . Up . ncurses_bkgdset
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-wrefresh.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1513. ncurses_use_extended_names
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_use_extended_names -- Control use of extended names in terminfo descriptions . int ncurses_use_extended_names ( bool flag) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_ungetch . Up . ncurses_vidattr
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-use-extended-names.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1514. ncurses_vidattr
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_vidattr -- . int ncurses_vidattr ( int intarg) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_use_extended_names . Up . ncurses_vline
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-vidattr.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1515. ncurses_typeahead
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_typeahead -- Specify different filedescriptor for typeahead checking . int ncurses_typeahead ( int fd) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_start_color . Up . ncurses_ungetch
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-typeahead.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1516. ncurses_ungetch
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_ungetch -- Put a character back into the input stream . int ncurses_ungetch ( int keycode) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_typeahead . Up . ncurses_use_extended_names
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-ungetch.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1517. ncurses_standout
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_standout -- Start using 'standout' attribute . int ncurses_standout ( (void);) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_standend . Up . ncurses_start_color
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-standout.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1518. ncurses_start_color
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_start_color -- Start using colors . int ncurses_start_color ( (void);) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_standout . Up . ncurses_typeahead
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-start-color.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1519. ncurses_slk_color
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_slk_color -- Sets color for soft label keys . int ncurses_slk_color ( int intarg) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_slk_attrset . Up . ncurses_standend
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-slk-color.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1520. ncurses_standend
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) ncurses_standend -- Stop using 'standout' attribute . int ncurses_standend ( (void);) . Warning . This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. undocumented . Prev . Home . Next . ncurses_slk_color . Up . ncurses_standout
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-standend.html -- 3.7 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | След.В конец ]

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