Linux server.edchosting.com 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64
LiteSpeed
Server IP : 75.98.162.185 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : goons4good
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
rdoc /
Delete
Unzip
Name
Size
Permission
Date
Action
context
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
generator
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
i18n
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
markdown
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
markup
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
parser
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
rd
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
ri
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
stats
[ DIR ]
drwxr-xr-x
2023-08-27 00:26
alias.rb
2.09
KB
-rw-r--r--
2012-11-26 23:28
anon_class.rb
142
B
-rw-r--r--
2012-11-26 23:28
any_method.rb
7.04
KB
-rw-r--r--
2014-09-04 21:41
attr.rb
3.73
KB
-rw-r--r--
2013-01-22 20:02
class_module.rb
19.73
KB
-rw-r--r--
2013-09-18 19:33
code_object.rb
9.38
KB
-rw-r--r--
2013-09-18 19:33
code_objects.rb
121
B
-rw-r--r--
2012-11-26 23:28
comment.rb
5.29
KB
-rw-r--r--
2013-09-18 19:33
constant.rb
3.55
KB
-rw-r--r--
2013-12-02 22:18
context.rb
28.76
KB
-rw-r--r--
2014-09-04 21:41
cross_reference.rb
5.82
KB
-rw-r--r--
2013-09-18 19:33
encoding.rb
2.83
KB
-rw-r--r--
2014-09-04 21:41
erb_partial.rb
370
B
-rw-r--r--
2012-11-26 23:28
erbio.rb
794
B
-rw-r--r--
2011-05-15 07:55
extend.rb
140
B
-rw-r--r--
2013-09-18 19:33
generator.rb
1.77
KB
-rw-r--r--
2014-09-04 21:41
ghost_method.rb
114
B
-rw-r--r--
2012-11-26 23:28
i18n.rb
151
B
-rw-r--r--
2014-09-04 21:41
include.rb
142
B
-rw-r--r--
2013-09-18 19:33
known_classes.rb
2.59
KB
-rw-r--r--
2014-12-06 22:40
markdown.rb
373.75
KB
-rw-r--r--
2014-12-06 20:22
markup.rb
28.24
KB
-rw-r--r--
2014-09-04 21:41
meta_method.rb
99
B
-rw-r--r--
2012-11-26 23:28
method_attr.rb
9.01
KB
-rw-r--r--
2014-09-10 21:03
mixin.rb
2.72
KB
-rw-r--r--
2013-09-18 19:33
normal_class.rb
2.1
KB
-rw-r--r--
2013-09-18 19:33
normal_module.rb
1.4
KB
-rw-r--r--
2013-09-18 19:33
options.rb
30.89
KB
-rw-r--r--
2014-09-04 21:41
parser.rb
8.06
KB
-rw-r--r--
2014-09-04 21:41
rd.rb
3.54
KB
-rw-r--r--
2012-11-26 23:28
rdoc.rb
13.52
KB
-rw-r--r--
2014-09-04 21:41
require.rb
935
B
-rw-r--r--
2012-11-26 23:28
ri.rb
315
B
-rw-r--r--
2012-11-26 23:28
ruby_lex.rb
27.71
KB
-rw-r--r--
2014-09-10 21:03
ruby_token.rb
11.32
KB
-rw-r--r--
2014-09-04 21:41
rubygems_hook.rb
5.26
KB
-rw-r--r--
2014-09-04 21:41
servlet.rb
11.84
KB
-rw-r--r--
2013-09-18 19:33
single_class.rb
378
B
-rw-r--r--
2014-12-06 20:22
stats.rb
10.45
KB
-rw-r--r--
2014-12-06 20:22
store.rb
22.37
KB
-rw-r--r--
2013-11-18 19:51
task.rb
7.66
KB
-rw-r--r--
2014-09-04 21:41
test_case.rb
4.16
KB
-rw-r--r--
2014-12-06 20:22
text.rb
7.81
KB
-rw-r--r--
2015-01-18 21:45
token_stream.rb
2.47
KB
-rw-r--r--
2014-09-10 21:03
tom_doc.rb
6.26
KB
-rw-r--r--
2013-09-18 19:33
top_level.rb
5.41
KB
-rw-r--r--
2013-09-18 19:33
Save
Rename
## # A TokenStream is a list of tokens, gathered during the parse of some entity # (say a method). Entities populate these streams by being registered with the # lexer. Any class can collect tokens by including TokenStream. From the # outside, you use such an object by calling the start_collecting_tokens # method, followed by calls to add_token and pop_token. module RDoc::TokenStream ## # Converts +token_stream+ to HTML wrapping various tokens with # <tt><span></tt> elements. The following tokens types are wrapped in spans # with the given class names: # # TkCONSTANT :: 'ruby-constant' # TkKW :: 'ruby-keyword' # TkIVAR :: 'ruby-ivar' # TkOp :: 'ruby-operator' # TkId :: 'ruby-identifier' # TkNode :: 'ruby-node' # TkCOMMENT :: 'ruby-comment' # TkREGEXP :: 'ruby-regexp' # TkSTRING :: 'ruby-string' # TkVal :: 'ruby-value' # # Other token types are not wrapped in spans. def self.to_html token_stream token_stream.map do |t| next unless t style = case t when RDoc::RubyToken::TkCONSTANT then 'ruby-constant' when RDoc::RubyToken::TkKW then 'ruby-keyword' when RDoc::RubyToken::TkIVAR then 'ruby-ivar' when RDoc::RubyToken::TkOp then 'ruby-operator' when RDoc::RubyToken::TkId then 'ruby-identifier' when RDoc::RubyToken::TkNode then 'ruby-node' when RDoc::RubyToken::TkCOMMENT then 'ruby-comment' when RDoc::RubyToken::TkREGEXP then 'ruby-regexp' when RDoc::RubyToken::TkSTRING then 'ruby-string' when RDoc::RubyToken::TkVal then 'ruby-value' end text = CGI.escapeHTML t.text if style then "<span class=\"#{style}\">#{text}</span>" else text end end.join end ## # Adds +tokens+ to the collected tokens def add_tokens(*tokens) tokens.flatten.each { |token| @token_stream << token } end alias add_token add_tokens ## # Starts collecting tokens def collect_tokens @token_stream = [] end alias start_collecting_tokens collect_tokens ## # Remove the last token from the collected tokens def pop_token @token_stream.pop end ## # Current token stream def token_stream @token_stream end ## # Returns a string representation of the token stream def tokens_to_s token_stream.compact.map { |token| token.text }.join '' end end