Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
opt /
alt /
ruby18 /
share /
ri /
1.8 /
system /
REXML /
Element /
[ HOME SHELL ]
Name
Size
Permission
Action
__to_xpath_helper-i.yaml
201
B
-rw-r--r--
add_attribute-i.yaml
1.3
KB
-rw-r--r--
add_attributes-i.yaml
686
B
-rw-r--r--
add_element-i.yaml
1.01
KB
-rw-r--r--
add_namespace-i.yaml
983
B
-rw-r--r--
add_text-i.yaml
1
KB
-rw-r--r--
attribute-i.yaml
252
B
-rw-r--r--
cdatas-i.yaml
256
B
-rw-r--r--
cdesc-Element.yaml
3.23
KB
-rw-r--r--
clone-i.yaml
453
B
-rw-r--r--
comments-i.yaml
262
B
-rw-r--r--
delete_attribute-i.yaml
1.07
KB
-rw-r--r--
delete_element-i.yaml
935
B
-rw-r--r--
delete_namespace-i.yaml
737
B
-rw-r--r--
document-i.yaml
324
B
-rw-r--r--
each_element-i.yaml
290
B
-rw-r--r--
each_element_with_attribute-i....
1.38
KB
-rw-r--r--
each_element_with_text-i.yaml
1.28
KB
-rw-r--r--
each_with_something-i.yaml
369
B
-rw-r--r--
get_elements-i.yaml
601
B
-rw-r--r--
get_text-i.yaml
673
B
-rw-r--r--
has_attributes%3f-i.yaml
312
B
-rw-r--r--
has_elements%3f-i.yaml
601
B
-rw-r--r--
has_text%3f-i.yaml
287
B
-rw-r--r--
ignore_whitespace_nodes-i.yaml
208
B
-rw-r--r--
inspect-i.yaml
176
B
-rw-r--r--
instructions-i.yaml
274
B
-rw-r--r--
namespace-i.yaml
1.04
KB
-rw-r--r--
namespaces-i.yaml
182
B
-rw-r--r--
new-c.yaml
1.96
KB
-rw-r--r--
next_element-i.yaml
552
B
-rw-r--r--
node_type-i.yaml
180
B
-rw-r--r--
prefixes-i.yaml
527
B
-rw-r--r--
previous_element-i.yaml
575
B
-rw-r--r--
raw-i.yaml
512
B
-rw-r--r--
root-i.yaml
170
B
-rw-r--r--
root_node-i.yaml
1.24
KB
-rw-r--r--
text%3d-i.yaml
1.47
KB
-rw-r--r--
text-i.yaml
1.03
KB
-rw-r--r--
texts-i.yaml
253
B
-rw-r--r--
whitespace-i.yaml
921
B
-rw-r--r--
write-i.yaml
1.74
KB
-rw-r--r--
xpath-i.yaml
172
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : write-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::H level: 2 text: DEPRECATED - !ruby/struct:SM::Flow::P body: See REXML::Formatters - !ruby/struct:SM::Flow::P body: Writes out this element, and recursively, all children. - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "output:" body: output an object which supports '<< string'; this is where the type: :NOTE - !ruby/struct:SM::Flow::VERB body: " document will be written.\n" - !ruby/object:SM::Flow::LIST contents: - !ruby/struct:SM::Flow::LI label: "indent:" body: An integer. If -1, no indenting will be used; otherwise, the indentation will be this number of spaces, and children will be indented an additional amount. Defaults to -1 - !ruby/struct:SM::Flow::LI label: "transitive:" body: If transitive is true and indent is >= 0, then the output will be pretty-printed in such a way that the added whitespace does not affect the parse tree of the document - !ruby/struct:SM::Flow::LI label: "ie_hack:" body: Internet Explorer is the worst piece of crap to have ever been written, with the possible exception of Windows itself. Since IE is unable to parse proper XML, we have to provide a hack to generate XML that IE's limited abilities can handle. This hack inserts a space before the /> on empty tags. Defaults to false type: :NOTE - !ruby/struct:SM::Flow::VERB body: " out = ''\n doc.write( out ) #-> doc is written to the string 'out'\n doc.write( $stdout ) #-> doc written to the console\n" full_name: REXML::Element#write is_singleton: false name: write params: (writer=$stdout, indent=-1, transitive=false, ie_hack=false) visibility: public
Close