Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby25 /
share /
ri /
2.5.0 /
system /
Readline /
Delete
Unzip
Name
Size
Permission
Date
Action
basic_quote_characters%3d-c.ri
540
B
-rw-r--r--
2023-07-26 18:25
basic_quote_characters-c.ri
537
B
-rw-r--r--
2023-07-26 18:25
basic_word_break_characters%3d-c.ri
699
B
-rw-r--r--
2023-07-26 18:25
basic_word_break_characters-c.ri
592
B
-rw-r--r--
2023-07-26 18:25
cdesc-Readline.ri
3.64
KB
-rw-r--r--
2023-07-26 18:25
completer_quote_characters%3d-c.ri
776
B
-rw-r--r--
2023-07-26 18:25
completer_quote_characters-c.ri
572
B
-rw-r--r--
2023-07-26 18:25
completer_word_break_characters%3d-c.ri
681
B
-rw-r--r--
2023-07-26 18:25
completer_word_break_characters-c.ri
605
B
-rw-r--r--
2023-07-26 18:25
completion_append_character%3d-c.ri
1.31
KB
-rw-r--r--
2023-07-26 18:25
completion_append_character-c.ri
595
B
-rw-r--r--
2023-07-26 18:25
completion_case_fold%3d-c.ri
404
B
-rw-r--r--
2023-07-26 18:25
completion_case_fold-c.ri
750
B
-rw-r--r--
2023-07-26 18:25
completion_proc%3d-c.ri
2.7
KB
-rw-r--r--
2023-07-26 18:25
completion_proc-c.ri
372
B
-rw-r--r--
2023-07-26 18:25
delete_text-c.ri
676
B
-rw-r--r--
2023-07-26 18:25
emacs_editing_mode%3f-c.ri
524
B
-rw-r--r--
2023-07-26 18:25
emacs_editing_mode-c.ri
589
B
-rw-r--r--
2023-07-26 18:25
filename_quote_characters%3d-c.ri
634
B
-rw-r--r--
2023-07-26 18:25
filename_quote_characters-c.ri
611
B
-rw-r--r--
2023-07-26 18:25
get_screen_size-c.ri
568
B
-rw-r--r--
2023-07-26 18:25
input%3d-c.ri
400
B
-rw-r--r--
2023-07-26 18:25
insert_text-c.ri
568
B
-rw-r--r--
2023-07-26 18:25
line_buffer-c.ri
696
B
-rw-r--r--
2023-07-26 18:25
output%3d-c.ri
406
B
-rw-r--r--
2023-07-26 18:25
point%3d-c.ri
541
B
-rw-r--r--
2023-07-26 18:25
point-c.ri
814
B
-rw-r--r--
2023-07-26 18:25
pre_input_hook%3d-c.ri
750
B
-rw-r--r--
2023-07-26 18:25
pre_input_hook-c.ri
618
B
-rw-r--r--
2023-07-26 18:25
quoting_detection_proc%3d-c.ri
1.24
KB
-rw-r--r--
2023-07-26 18:25
quoting_detection_proc-c.ri
400
B
-rw-r--r--
2023-07-26 18:25
readline-c.ri
2.81
KB
-rw-r--r--
2023-07-26 18:25
redisplay-c.ri
570
B
-rw-r--r--
2023-07-26 18:25
refresh_line-c.ri
356
B
-rw-r--r--
2023-07-26 18:25
set_screen_size-c.ri
580
B
-rw-r--r--
2023-07-26 18:25
special_prefixes%3d-c.ri
858
B
-rw-r--r--
2023-07-26 18:25
special_prefixes-c.ri
669
B
-rw-r--r--
2023-07-26 18:25
vi_editing_mode%3f-c.ri
512
B
-rw-r--r--
2023-07-26 18:25
vi_editing_mode-c.ri
548
B
-rw-r--r--
2023-07-26 18:25
Save
Rename
U:RDoc::NormalModule[iI" Readline:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I">The Readline module provides interface for GNU Readline. ;TI"FThis module defines a number of methods to facilitate completion ;TI";and accesses input history from the Ruby interpreter. ;TI"3This module supported Edit Line(libedit) too. ;TI"-libedit is compatible with GNU Readline.;To:RDoc::Markup::BlankLine o:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"GNU Readline;T;[o; ;[I"/http://www.gnu.org/directory/readline.html;To;;[I"libedit;T;[o; ;[I"%http://www.thrysoee.dk/editline/;T@o; ;[I"IReads one inputted line with line edit by Readline.readline method. ;TI"=At this time, the facilitatation completion and the key ;TI"7bind like Emacs can be operated like GNU Readline.;T@o:RDoc::Markup::Verbatim;[ I"require "readline" ;TI"/while buf = Readline.readline("> ", true) ;TI" p buf ;TI" end ;T:@format0o; ;[I"EThe content that the user input can be recorded to the history. ;TI"?The history can be accessed by Readline::HISTORY constant.;T@o;;[ I"require "readline" ;TI"/while buf = Readline.readline("> ", true) ;TI" p Readline::HISTORY.to_a ;TI" print("-> ", buf, "\n") ;TI" end ;T;0o; ;[I"BDocumented by Kouji Takao <kouji dot takao at gmail dot com>.;T: @fileI"ext/readline/readline.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [ U:RDoc::Constant[i I"HISTORY;TI"Readline::HISTORY;T:public0o;;[o; ;[ I"EThe history buffer. It extends Enumerable module, so it behaves ;TI"just like an array. ;TI"@For example, gets the fifth content that the user input by ;TI"HISTORY[4].;T;@=;0@=@cRDoc::NormalModule0U;[i I"FILENAME_COMPLETION_PROC;TI"'Readline::FILENAME_COMPLETION_PROC;T;0o;;[o; ;[I"HThe Object with the call method that is a completion for filename. ;TI"6This is sets by Readline.completion_proc= method.;T;@=;0@=@@L0U;[i I"USERNAME_COMPLETION_PROC;TI"'Readline::USERNAME_COMPLETION_PROC;T;0o;;[o; ;[I"IThe Object with the call method that is a completion for usernames. ;TI"6This is sets by Readline.completion_proc= method.;T;@=;0@=@@L0U;[i I"VERSION;TI"Readline::VERSION;T;0o;;[o; ;[I"/Version string of GNU Readline or libedit.;T@;@=;0@=@@L0[ [[I" class;T[[;[+[I"basic_quote_characters;TI"ext/readline/readline.c;T[I"basic_quote_characters=;T@s[I" basic_word_break_characters;T@s[I"!basic_word_break_characters=;T@s[I"completer_quote_characters;T@s[I" completer_quote_characters=;T@s[I"$completer_word_break_characters;T@s[I"%completer_word_break_characters=;T@s[I" completion_append_character;T@s[I"!completion_append_character=;T@s[I"completion_case_fold;T@s[I"completion_case_fold=;T@s[I"completion_proc;T@s[I"completion_proc=;T@s[I"delete_text;T@s[I"emacs_editing_mode;T@s[I"emacs_editing_mode?;T@s[I"filename_quote_characters;T@s[I"filename_quote_characters=;T@s[I"get_screen_size;T@s[I"input=;T@s[I"insert_text;T@s[I"line_buffer;T@s[I"output=;T@s[I" point;T@s[I"point=;T@s[I"pre_input_hook;T@s[I"pre_input_hook=;T@s[I"quoting_detection_proc;T@s[I"quoting_detection_proc=;T@s[I" readline;T@s[I"redisplay;T@s[I"refresh_line;T@s[I"set_screen_size;T@s[I"special_prefixes;T@s[I"special_prefixes=;T@s[I"vi_editing_mode;T@s[I"vi_editing_mode?;T@s[:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@=I"lib/debug.rb;T@=cRDoc::TopLevel