Current Path : /usr/local/share/ri/1.8/system/CGI/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/CGI/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