X7ROOT File Manager
Current Path:
/opt/alt/ruby18/share/ri/1.8/system/CGI
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
CGI
/
ðŸ“
..
ðŸ“
Cookie
ðŸ“
Html3
ðŸ“
Html4
ðŸ“
Html4Fr
ðŸ“
Html4Tr
ðŸ“
HtmlExtension
ðŸ“
QueryExtension
ðŸ“
Session
ðŸ“
TagMaker
📄
cdesc-CGI.yaml
(12.56 KB)
📄
cookie-c.yaml
(229 B)
📄
env_table-i.yaml
(170 B)
📄
error-c.yaml
(235 B)
📄
escape-c.yaml
(220 B)
📄
escapeElement-c.yaml
(1.08 KB)
📄
escapeHTML-c.yaml
(460 B)
📄
header-c.yaml
(231 B)
📄
header-i.yaml
(4.86 KB)
📄
message-c.yaml
(287 B)
📄
new-c.yaml
(1.3 KB)
📄
out-i.yaml
(2.05 KB)
📄
parse-c.yaml
(520 B)
📄
pretty-c.yaml
(823 B)
📄
print-c.yaml
(262 B)
📄
print-i.yaml
(395 B)
📄
read_from_cmdline-i.yaml
(276 B)
📄
rfc1123_date-c.yaml
(240 B)
📄
stdinput-i.yaml
(168 B)
📄
stdoutput-i.yaml
(170 B)
📄
tag-c.yaml
(355 B)
📄
unescape-c.yaml
(227 B)
📄
unescapeElement-c.yaml
(782 B)
📄
unescapeHTML-c.yaml
(462 B)
Editing: escapeElement-c.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Escape only the tags of certain HTML elements in <tt>string</tt>. - !ruby/struct:SM::Flow::P body: Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values). - !ruby/struct:SM::Flow::VERB body: " print CGI::escapeElement('<BR><A HREF="url"></A>', "A", "IMG")\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n\n print CGI::escapeElement('<BR><A HREF="url"></A>', ["A", "IMG"])\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n" full_name: CGI::escapeElement is_singleton: true name: escapeElement params: (string, *elements) visibility: public
Upload File
Create Folder