From f09af8459ff10d4ee8c61ce6bdda96bd02a8c08e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 522 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 522 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..597fe62 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,522 @@ +Extension [ extension #109 ncurses version 1.0.2 ] { + + - Constants [146] { + Constant [ integer NCURSES_COLOR_BLACK ] { 0 } + Constant [ integer NCURSES_COLOR_RED ] { 1 } + Constant [ integer NCURSES_COLOR_GREEN ] { 2 } + Constant [ integer NCURSES_COLOR_YELLOW ] { 3 } + Constant [ integer NCURSES_COLOR_BLUE ] { 4 } + Constant [ integer NCURSES_COLOR_MAGENTA ] { 5 } + Constant [ integer NCURSES_COLOR_CYAN ] { 6 } + Constant [ integer NCURSES_COLOR_WHITE ] { 7 } + Constant [ integer NCURSES_KEY_DOWN ] { 258 } + Constant [ integer NCURSES_KEY_UP ] { 259 } + Constant [ integer NCURSES_KEY_LEFT ] { 260 } + Constant [ integer NCURSES_KEY_RIGHT ] { 261 } + Constant [ integer NCURSES_KEY_BACKSPACE ] { 263 } + Constant [ integer NCURSES_KEY_MOUSE ] { 409 } + Constant [ integer NCURSES_KEY_F0 ] { 264 } + Constant [ integer NCURSES_KEY_F1 ] { 265 } + Constant [ integer NCURSES_KEY_F2 ] { 266 } + Constant [ integer NCURSES_KEY_F3 ] { 267 } + Constant [ integer NCURSES_KEY_F4 ] { 268 } + Constant [ integer NCURSES_KEY_F5 ] { 269 } + Constant [ integer NCURSES_KEY_F6 ] { 270 } + Constant [ integer NCURSES_KEY_F7 ] { 271 } + Constant [ integer NCURSES_KEY_F8 ] { 272 } + Constant [ integer NCURSES_KEY_F9 ] { 273 } + Constant [ integer NCURSES_KEY_F10 ] { 274 } + Constant [ integer NCURSES_KEY_F11 ] { 275 } + Constant [ integer NCURSES_KEY_F12 ] { 276 } + Constant [ integer NCURSES_KEY_DL ] { 328 } + Constant [ integer NCURSES_KEY_IL ] { 329 } + Constant [ integer NCURSES_KEY_DC ] { 330 } + Constant [ integer NCURSES_KEY_IC ] { 331 } + Constant [ integer NCURSES_KEY_EIC ] { 332 } + Constant [ integer NCURSES_KEY_CLEAR ] { 333 } + Constant [ integer NCURSES_KEY_EOS ] { 334 } + Constant [ integer NCURSES_KEY_EOL ] { 335 } + Constant [ integer NCURSES_KEY_SF ] { 336 } + Constant [ integer NCURSES_KEY_SR ] { 337 } + Constant [ integer NCURSES_KEY_NPAGE ] { 338 } + Constant [ integer NCURSES_KEY_PPAGE ] { 339 } + Constant [ integer NCURSES_KEY_STAB ] { 340 } + Constant [ integer NCURSES_KEY_CTAB ] { 341 } + Constant [ integer NCURSES_KEY_CATAB ] { 342 } + Constant [ integer NCURSES_KEY_ENTER ] { 343 } + Constant [ integer NCURSES_KEY_SRESET ] { 344 } + Constant [ integer NCURSES_KEY_RESET ] { 345 } + Constant [ integer NCURSES_KEY_PRINT ] { 346 } + Constant [ integer NCURSES_KEY_LL ] { 347 } + Constant [ integer NCURSES_KEY_A1 ] { 348 } + Constant [ integer NCURSES_KEY_A3 ] { 349 } + Constant [ integer NCURSES_KEY_B2 ] { 350 } + Constant [ integer NCURSES_KEY_C1 ] { 351 } + Constant [ integer NCURSES_KEY_C3 ] { 352 } + Constant [ integer NCURSES_KEY_BTAB ] { 353 } + Constant [ integer NCURSES_KEY_BEG ] { 354 } + Constant [ integer NCURSES_KEY_CANCEL ] { 355 } + Constant [ integer NCURSES_KEY_CLOSE ] { 356 } + Constant [ integer NCURSES_KEY_COMMAND ] { 357 } + Constant [ integer NCURSES_KEY_COPY ] { 358 } + Constant [ integer NCURSES_KEY_CREATE ] { 359 } + Constant [ integer NCURSES_KEY_END ] { 360 } + Constant [ integer NCURSES_KEY_EXIT ] { 361 } + Constant [ integer NCURSES_KEY_FIND ] { 362 } + Constant [ integer NCURSES_KEY_HELP ] { 363 } + Constant [ integer NCURSES_KEY_HOME ] { 262 } + Constant [ integer NCURSES_KEY_MARK ] { 364 } + Constant [ integer NCURSES_KEY_MESSAGE ] { 365 } + Constant [ integer NCURSES_KEY_MOVE ] { 366 } + Constant [ integer NCURSES_KEY_NEXT ] { 367 } + Constant [ integer NCURSES_KEY_OPEN ] { 368 } + Constant [ integer NCURSES_KEY_OPTIONS ] { 369 } + Constant [ integer NCURSES_KEY_PREVIOUS ] { 370 } + Constant [ integer NCURSES_KEY_REDO ] { 371 } + Constant [ integer NCURSES_KEY_REFERENCE ] { 372 } + Constant [ integer NCURSES_KEY_REFRESH ] { 373 } + Constant [ integer NCURSES_KEY_REPLACE ] { 374 } + Constant [ integer NCURSES_KEY_RESTART ] { 375 } + Constant [ integer NCURSES_KEY_RESUME ] { 376 } + Constant [ integer NCURSES_KEY_SAVE ] { 377 } + Constant [ integer NCURSES_KEY_SBEG ] { 378 } + Constant [ integer NCURSES_KEY_SCANCEL ] { 379 } + Constant [ integer NCURSES_KEY_SCOMMAND ] { 380 } + Constant [ integer NCURSES_KEY_SCOPY ] { 381 } + Constant [ integer NCURSES_KEY_SCREATE ] { 382 } + Constant [ integer NCURSES_KEY_SDC ] { 383 } + Constant [ integer NCURSES_KEY_SDL ] { 384 } + Constant [ integer NCURSES_KEY_SELECT ] { 385 } + Constant [ integer NCURSES_KEY_SEND ] { 386 } + Constant [ integer NCURSES_KEY_SEOL ] { 387 } + Constant [ integer NCURSES_KEY_SEXIT ] { 388 } + Constant [ integer NCURSES_KEY_SFIND ] { 389 } + Constant [ integer NCURSES_KEY_SHELP ] { 390 } + Constant [ integer NCURSES_KEY_SHOME ] { 391 } + Constant [ integer NCURSES_KEY_SIC ] { 392 } + Constant [ integer NCURSES_KEY_SLEFT ] { 393 } + Constant [ integer NCURSES_KEY_SMESSAGE ] { 394 } + Constant [ integer NCURSES_KEY_SMOVE ] { 395 } + Constant [ integer NCURSES_KEY_SNEXT ] { 396 } + Constant [ integer NCURSES_KEY_SOPTIONS ] { 397 } + Constant [ integer NCURSES_KEY_SPREVIOUS ] { 398 } + Constant [ integer NCURSES_KEY_SPRINT ] { 399 } + Constant [ integer NCURSES_KEY_SREDO ] { 400 } + Constant [ integer NCURSES_KEY_SREPLACE ] { 401 } + Constant [ integer NCURSES_KEY_SRIGHT ] { 402 } + Constant [ integer NCURSES_KEY_SRSUME ] { 403 } + Constant [ integer NCURSES_KEY_SSAVE ] { 404 } + Constant [ integer NCURSES_KEY_SSUSPEND ] { 405 } + Constant [ integer NCURSES_KEY_SUNDO ] { 406 } + Constant [ integer NCURSES_KEY_SUSPEND ] { 407 } + Constant [ integer NCURSES_KEY_UNDO ] { 408 } + Constant [ integer NCURSES_KEY_RESIZE ] { 410 } + Constant [ integer NCURSES_A_NORMAL ] { 0 } + Constant [ integer NCURSES_A_STANDOUT ] { 65536 } + Constant [ integer NCURSES_A_UNDERLINE ] { 131072 } + Constant [ integer NCURSES_A_REVERSE ] { 262144 } + Constant [ integer NCURSES_A_BLINK ] { 524288 } + Constant [ integer NCURSES_A_DIM ] { 1048576 } + Constant [ integer NCURSES_A_BOLD ] { 2097152 } + Constant [ integer NCURSES_A_PROTECT ] { 16777216 } + Constant [ integer NCURSES_A_INVIS ] { 8388608 } + Constant [ integer NCURSES_A_ALTCHARSET ] { 4194304 } + Constant [ integer NCURSES_A_CHARTEXT ] { 255 } + Constant [ integer NCURSES_BUTTON1_PRESSED ] { 2 } + Constant [ integer NCURSES_BUTTON1_RELEASED ] { 1 } + Constant [ integer NCURSES_BUTTON1_CLICKED ] { 4 } + Constant [ integer NCURSES_BUTTON1_DOUBLE_CLICKED ] { 8 } + Constant [ integer NCURSES_BUTTON1_TRIPLE_CLICKED ] { 16 } + Constant [ integer NCURSES_BUTTON2_PRESSED ] { 128 } + Constant [ integer NCURSES_BUTTON2_RELEASED ] { 64 } + Constant [ integer NCURSES_BUTTON2_CLICKED ] { 256 } + Constant [ integer NCURSES_BUTTON2_DOUBLE_CLICKED ] { 512 } + Constant [ integer NCURSES_BUTTON2_TRIPLE_CLICKED ] { 1024 } + Constant [ integer NCURSES_BUTTON3_PRESSED ] { 8192 } + Constant [ integer NCURSES_BUTTON3_RELEASED ] { 4096 } + Constant [ integer NCURSES_BUTTON3_CLICKED ] { 16384 } + Constant [ integer NCURSES_BUTTON3_DOUBLE_CLICKED ] { 32768 } + Constant [ integer NCURSES_BUTTON3_TRIPLE_CLICKED ] { 65536 } + Constant [ integer NCURSES_BUTTON4_PRESSED ] { 524288 } + Constant [ integer NCURSES_BUTTON4_RELEASED ] { 262144 } + Constant [ integer NCURSES_BUTTON4_CLICKED ] { 1048576 } + Constant [ integer NCURSES_BUTTON4_DOUBLE_CLICKED ] { 2097152 } + Constant [ integer NCURSES_BUTTON4_TRIPLE_CLICKED ] { 4194304 } + Constant [ integer NCURSES_BUTTON_SHIFT ] { 33554432 } + Constant [ integer NCURSES_BUTTON_CTRL ] { 16777216 } + Constant [ integer NCURSES_BUTTON_ALT ] { 67108864 } + Constant [ integer NCURSES_ALL_MOUSE_EVENTS ] { 134217727 } + Constant [ integer NCURSES_REPORT_MOUSE_POSITION ] { 134217728 } + } + + - Functions { + Function [ function ncurses_addch ] { + } + Function [ function ncurses_color_set ] { + } + Function [ function ncurses_delwin ] { + } + Function [ function ncurses_end ] { + } + Function [ function ncurses_getch ] { + } + Function [ function ncurses_has_colors ] { + } + Function [ function ncurses_init ] { + } + Function [ function ncurses_init_pair ] { + } + Function [ function ncurses_color_content ] { + + - Parameters [4] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + Parameter #3 [ &$param3 ] + } + } + Function [ function ncurses_pair_content ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function ncurses_move ] { + } + Function [ function ncurses_newwin ] { + } + Function [ function ncurses_refresh ] { + } + Function [ function ncurses_start_color ] { + } + Function [ function ncurses_standout ] { + } + Function [ function ncurses_standend ] { + } + Function [ function ncurses_baudrate ] { + } + Function [ function ncurses_beep ] { + } + Function [ function ncurses_can_change_color ] { + } + Function [ function ncurses_cbreak ] { + } + Function [ function ncurses_clear ] { + } + Function [ function ncurses_clrtobot ] { + } + Function [ function ncurses_clrtoeol ] { + } + Function [ function ncurses_def_prog_mode ] { + } + Function [ function ncurses_reset_prog_mode ] { + } + Function [ function ncurses_def_shell_mode ] { + } + Function [ function ncurses_reset_shell_mode ] { + } + Function [ function ncurses_delch ] { + } + Function [ function ncurses_deleteln ] { + } + Function [ function ncurses_doupdate ] { + } + Function [ function ncurses_echo ] { + } + Function [ function ncurses_erase ] { + } + Function [ function ncurses_werase ] { + } + Function [ function ncurses_erasechar ] { + } + Function [ function ncurses_flash ] { + } + Function [ function ncurses_flushinp ] { + } + Function [ function ncurses_has_ic ] { + } + Function [ function ncurses_has_il ] { + } + Function [ function ncurses_inch ] { + } + Function [ function ncurses_insertln ] { + } + Function [ function ncurses_isendwin ] { + } + Function [ function ncurses_killchar ] { + } + Function [ function ncurses_nl ] { + } + Function [ function ncurses_nocbreak ] { + } + Function [ function ncurses_noecho ] { + } + Function [ function ncurses_nonl ] { + } + Function [ function ncurses_noraw ] { + } + Function [ function ncurses_raw ] { + } + Function [ function ncurses_meta ] { + } + Function [ function ncurses_resetty ] { + } + Function [ function ncurses_savetty ] { + } + Function [ function ncurses_termattrs ] { + } + Function [ function ncurses_use_default_colors ] { + } + Function [ function ncurses_slk_attr ] { + } + Function [ function ncurses_slk_clear ] { + } + Function [ function ncurses_slk_noutrefresh ] { + } + Function [ function ncurses_slk_refresh ] { + } + Function [ function ncurses_slk_restore ] { + } + Function [ function ncurses_slk_touch ] { + } + Function [ function ncurses_attroff ] { + } + Function [ function ncurses_attron ] { + } + Function [ function ncurses_attrset ] { + } + Function [ function ncurses_bkgd ] { + } + Function [ function ncurses_curs_set ] { + } + Function [ function ncurses_delay_output ] { + } + Function [ function ncurses_echochar ] { + } + Function [ function ncurses_halfdelay ] { + } + Function [ function ncurses_has_key ] { + } + Function [ function ncurses_insch ] { + } + Function [ function ncurses_insdelln ] { + } + Function [ function ncurses_mouseinterval ] { + } + Function [ function ncurses_napms ] { + } + Function [ function ncurses_scrl ] { + } + Function [ function ncurses_slk_attroff ] { + } + Function [ function ncurses_slk_attron ] { + } + Function [ function ncurses_slk_attrset ] { + } + Function [ function ncurses_slk_color ] { + } + Function [ function ncurses_slk_init ] { + } + Function [ function ncurses_slk_set ] { + } + Function [ function ncurses_typeahead ] { + } + Function [ function ncurses_ungetch ] { + } + Function [ function ncurses_vidattr ] { + } + Function [ function ncurses_wrefresh ] { + } + Function [ function ncurses_use_extended_names ] { + } + Function [ function ncurses_bkgdset ] { + } + Function [ function ncurses_filter ] { + } + Function [ function ncurses_noqiflush ] { + } + Function [ function ncurses_qiflush ] { + } + Function [ function ncurses_timeout ] { + } + Function [ function ncurses_use_env ] { + } + Function [ function ncurses_addstr ] { + } + Function [ function ncurses_putp ] { + } + Function [ function ncurses_scr_dump ] { + } + Function [ function ncurses_scr_init ] { + } + Function [ function ncurses_scr_restore ] { + } + Function [ function ncurses_scr_set ] { + } + Function [ function ncurses_mvaddch ] { + } + Function [ function ncurses_mvaddchnstr ] { + } + Function [ function ncurses_addchnstr ] { + } + Function [ function ncurses_mvaddchstr ] { + } + Function [ function ncurses_addchstr ] { + } + Function [ function ncurses_mvaddnstr ] { + } + Function [ function ncurses_addnstr ] { + } + Function [ function ncurses_mvaddstr ] { + } + Function [ function ncurses_mvdelch ] { + } + Function [ function ncurses_mvgetch ] { + } + Function [ function ncurses_mvinch ] { + } + Function [ function ncurses_mvwaddstr ] { + } + Function [ function ncurses_insstr ] { + } + Function [ function ncurses_instr ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function ncurses_mvhline ] { + } + Function [ function ncurses_mvcur ] { + } + Function [ function ncurses_init_color ] { + } + Function [ function ncurses_border ] { + } + Function [ function ncurses_assume_default_colors ] { + } + Function [ function ncurses_define_key ] { + } + Function [ function ncurses_hline ] { + } + Function [ function ncurses_vline ] { + } + Function [ function ncurses_keyok ] { + } + Function [ function ncurses_termname ] { + } + Function [ function ncurses_longname ] { + } + Function [ function ncurses_mousemask ] { + + - Parameters [2] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function ncurses_getmouse ] { + + - Parameters [1] { + Parameter #0 [ &$param0 ] + } + } + Function [ function ncurses_ungetmouse ] { + } + Function [ function ncurses_mouse_trafo ] { + + - Parameters [2] { + Parameter #0 [ &$param0 ] + Parameter #1 [ &$param1 ] + } + } + Function [ function ncurses_wmouse_trafo ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function ncurses_waddstr ] { + } + Function [ function ncurses_wnoutrefresh ] { + } + Function [ function ncurses_wclear ] { + } + Function [ function ncurses_wcolor_set ] { + } + Function [ function ncurses_wgetch ] { + } + Function [ function ncurses_keypad ] { + } + Function [ function ncurses_wmove ] { + } + Function [ function ncurses_newpad ] { + } + Function [ function ncurses_prefresh ] { + } + Function [ function ncurses_pnoutrefresh ] { + } + Function [ function ncurses_wstandout ] { + } + Function [ function ncurses_wstandend ] { + } + Function [ function ncurses_wattrset ] { + } + Function [ function ncurses_wattron ] { + } + Function [ function ncurses_wattroff ] { + } + Function [ function ncurses_waddch ] { + } + Function [ function ncurses_wborder ] { + } + Function [ function ncurses_whline ] { + } + Function [ function ncurses_wvline ] { + } + Function [ function ncurses_getyx ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function ncurses_getmaxyx ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } + } + Function [ function ncurses_update_panels ] { + } + Function [ function ncurses_panel_window ] { + } + Function [ function ncurses_panel_below ] { + } + Function [ function ncurses_panel_above ] { + } + Function [ function ncurses_replace_panel ] { + } + Function [ function ncurses_move_panel ] { + } + Function [ function ncurses_bottom_panel ] { + } + Function [ function ncurses_top_panel ] { + } + Function [ function ncurses_show_panel ] { + } + Function [ function ncurses_hide_panel ] { + } + Function [ function ncurses_del_panel ] { + } + Function [ function ncurses_new_panel ] { + } + } +} + -- cgit