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

В начало ] Пред. | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1601. ncurses_isendwin
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_isendwin -- Ncurses is in endwin mode, normal screen output may be performed . ... 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_isendwin() returns TRUE , if ncurses_endwin() has been called without any subsequent calls to ncurses_wrefresh() , otherwise FALSE . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-isendwin.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1602. ncurses_has_il
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_has_il -- Check for line insert- and delete-capabilities . ... 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_has_il() checks terminals insert- and delete-line-capabilities. ... See also: ncurses_has_ic() . ... ncurses_has_ic . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-has-il.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1603. ncurses_inch
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_inch -- Get character and attribute at current position . string ncurses_inch ( (void);) . ... 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_inch() returns the character from the current position. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-inch.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1604. ncurses_has_colors
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_has_colors -- Check if terminal has colors . bool ncurses_has_colors ( (void);) . ... 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_has_colors() returns TRUE or FALSE depending on whether the terminal has color capacitites. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-has-colors.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1605. ncurses_has_ic
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_has_ic -- Check for insert- and delete-capabilities . ... 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_has_ic() checks terminals insert- and delete capabilitites. ... See also: ncurses_has_il() . ... ncurses_has_il ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-has-ic.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1606. ncurses_flash
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_flash -- Flash terminal screen (visual bell) . bool ncurses_flash ( (void);) . ... 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_flash() flashes the screen, and if its not possible, sends an audible alert (bell). ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-flash.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1607. ncurses_flushinp
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_flushinp -- Flush keyboard input buffer . bool ncurses_flushinp ( (void);) . ... 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. ... The ncurses_flushinp() throws away any typeahead that has been typed and has not yet been read by your program. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-flushinp.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1608. ncurses_erase
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_erase -- Erase terminal screen . ... 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_erase() fills the terminal screen with blanks. Created blanks have the current background rendition, set by ncurses_bkgd() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-erase.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1609. ncurses_erasechar
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_erasechar -- Returns current erase character . string ncurses_erasechar ( (void);) . ... 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_erasechar() returns the current erase char character. ... ncurses_erase . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-erasechar.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1610. ncurses_echo
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_echo -- Activate keyboard input echo . bool ncurses_echo ( (void);) . ... 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_echo() enables echo mode. ... To disable echo mode use ncurses_noecho() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-echo.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1611. ncurses_deleteln
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_deleteln -- Delete line at current position, move rest of screen up . ... 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_deleteln() deletes the current line under cursorposition. ... See also: ncurses_delch() . ... ncurses_delch . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-deleteln.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1612. ncurses_doupdate
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_doupdate -- Write all prepared refreshes to terminal . ... 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_doupdate()() compares the virtual screen to the physical screen and updates the physical screen. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-doupdate.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1613. ncurses_def_shell_mode
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_def_shell_mode -- Saves terminals (shell) mode . bool ncurses_def_shell_mode ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_def_shell_mode() saves the current terminal modes for shell (not in curses) for use by ncurses_reset_shell_mode() . ... See also: ncurses_reset_shell_mode() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-def-shell-mode.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1614. ncurses_delch
PHP Manual . ... PHP 4 >= 4.1.0) ncurses_delch -- Delete character at current position, move rest of line left . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_delch() deletes the character under the cursor. All characters to the right of the cursor on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position does not change. ... See also: ncurses_deleteln() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-delch.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1615. ncurses_clrtoeol
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_clrtoeol -- Clear screen from current position to end of line . bool ncurses_clrtoeol ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_clrtoeol() erases the current line from cursor position to the end. Blanks created by ncurses_clrtoeol() have the current background rendition. ... See also: ncurses_clear() , ncurses_clrtobot() . ... ncurses_clrtobot . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-clrtoeol.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1616. ncurses_def_prog_mode
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_def_prog_mode -- Saves terminals (program) mode . ... 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_def_prog_mode() saves the current terminal modes for program (in curses) for use by ncurses_reset_prog_mode() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-def-prog-mode.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1617. ncurses_clear
... PHP 4 >= 4.1.0) ncurses_clear -- Clear screen . ... 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_clear() clears the screen completely without setting blanks. ... Note: ncurses_clear() clears the screen without setting blanks, which have the current background rendition. To clear screen with blanks, use ncurses_erase() . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-clear.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1618. ncurses_clrtobot
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_clrtobot -- Clear screen from current position to bottom . bool ncurses_clrtobot ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_clrtobot() erases all lines from cursor to end of screen and creates blanks. Blanks created by ncurses_clrtobot() have the current background rendition. ... See also: ncurses_clear() , ncurses_clrtoeol() . ... ncurses_clear . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-clrtobot.html -- 4.3 Кб -- 03.02.2002
Похожие документы

1619. ncurses_can_change_color
PHP Manual . Prev . ... PHP 4 >= 4.1.0) ncurses_can_change_color -- Check if we can change terminals colors . bool ncurses_can_change_color ( (void);) . ... 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. ... The function ncurses_can_change_color() returns TRUE or FALSE , depending on whether the terminal has color capabilities and whether the programmer can change the colors. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-can-change-color.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1620. ncurses_cbreak
PHP Manual . Prev . Next . PHP 4 >= 4.1.0) ncurses_cbreak -- Switch of input buffering . bool ncurses_cbreak ( (void);) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. ncurses_cbreak() disables line buffering and character processing (interrupt and flow control characters are unaffected), making characters typed by the user immediately available to the program. ncurses_cbreak() returns TRUE or NCURSES_ERR if any error occured. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.ncurses-cbreak.html -- 4.2 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | След.В конец ]

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