Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.155
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
PrettyPrint /
Delete
Unzip
Name
Size
Permission
Date
Action
Breakable
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Group
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
GroupQueue
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
SingleLine
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
Text
[ DIR ]
drwxr-xr-x
2024-03-03 22:50
break_outmost_groups-i.yaml
199
B
-rw-r--r--
2023-07-26 13:47
breakable-i.yaml
672
B
-rw-r--r--
2023-07-26 13:47
cdesc-PrettyPrint.yaml
3.13
KB
-rw-r--r--
2023-07-26 13:47
current_group-i.yaml
185
B
-rw-r--r--
2023-07-26 13:47
fill_breakable-i.yaml
212
B
-rw-r--r--
2023-07-26 13:47
first%3f-i.yaml
657
B
-rw-r--r--
2023-07-26 13:47
flush-i.yaml
228
B
-rw-r--r--
2023-07-26 13:47
format-c.yaml
500
B
-rw-r--r--
2023-07-26 13:47
group-i.yaml
765
B
-rw-r--r--
2023-07-26 13:47
group_sub-i.yaml
188
B
-rw-r--r--
2023-07-26 13:47
nest-i.yaml
313
B
-rw-r--r--
2023-07-26 13:47
new-c.yaml
1.11
KB
-rw-r--r--
2023-07-26 13:47
singleline_format-c.yaml
628
B
-rw-r--r--
2023-07-26 13:47
text-i.yaml
385
B
-rw-r--r--
2023-07-26 13:47
Save
Rename
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: genspace rw: R - !ruby/object:RI::Attribute comment: name: group_queue rw: R - !ruby/object:RI::Attribute comment: name: indent rw: R - !ruby/object:RI::Attribute comment: name: maxwidth rw: R - !ruby/object:RI::Attribute comment: name: newline rw: R - !ruby/object:RI::Attribute comment: name: output rw: R class_methods: - !ruby/object:RI::MethodSummary name: format - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: singleline_format comment: - !ruby/struct:SM::Flow::P body: This class implements a pretty printing algorithm. It finds line breaks and nice indentations for grouped structure. - !ruby/struct:SM::Flow::P body: "By default, the class assumes that primitive elements are strings and each byte in the strings have single column in width. But it can be used for other situations by giving suitable arguments for some methods:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: newline object and space generation block for PrettyPrint.new - !ruby/struct:SM::Flow::LI label: "*" body: optional width argument for PrettyPrint#text - !ruby/struct:SM::Flow::LI label: "*" body: PrettyPrint#breakable type: :BULLET - !ruby/struct:SM::Flow::P body: "There are several candidate uses:" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: text formatting using proportional fonts - !ruby/struct:SM::Flow::LI label: "*" body: multibyte characters which has columns different to number of bytes - !ruby/struct:SM::Flow::LI label: "*" body: non-string formatting type: :BULLET - !ruby/struct:SM::Flow::H level: 2 text: Bugs - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "*" body: Box based formatting? - !ruby/struct:SM::Flow::LI label: "*" body: Other (better) model/algorithm? type: :BULLET - !ruby/struct:SM::Flow::H level: 2 text: References - !ruby/struct:SM::Flow::P body: Christian Lindig, Strictly Pretty, March 2000, http://www.st.cs.uni-sb.de/~lindig/papers/#pretty - !ruby/struct:SM::Flow::P body: Philip Wadler, A prettier printer, March 1998, http://homepages.inf.ed.ac.uk/wadler/topics/language-design.html#prettier - !ruby/struct:SM::Flow::H level: 2 text: Author - !ruby/struct:SM::Flow::P body: Tanaka Akira <akr@m17n.org> constants: [] full_name: PrettyPrint includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: break_outmost_groups - !ruby/object:RI::MethodSummary name: breakable - !ruby/object:RI::MethodSummary name: current_group - !ruby/object:RI::MethodSummary name: fill_breakable - !ruby/object:RI::MethodSummary name: first? - !ruby/object:RI::MethodSummary name: flush - !ruby/object:RI::MethodSummary name: group - !ruby/object:RI::MethodSummary name: group_sub - !ruby/object:RI::MethodSummary name: nest - !ruby/object:RI::MethodSummary name: text name: PrettyPrint superclass: Object