Server IP : 66.29.132.122 / Your IP : 18.226.88.141 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/XSD/Charset/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: charset_label - !ruby/object:RI::MethodSummary name: charset_str - !ruby/object:RI::MethodSummary name: encoding - !ruby/object:RI::MethodSummary name: encoding= - !ruby/object:RI::MethodSummary name: encoding_conv - !ruby/object:RI::MethodSummary name: encoding_from_xml - !ruby/object:RI::MethodSummary name: encoding_to_xml - !ruby/object:RI::MethodSummary name: init - !ruby/object:RI::MethodSummary name: is_ces - !ruby/object:RI::MethodSummary name: is_euc - !ruby/object:RI::MethodSummary name: is_sjis - !ruby/object:RI::MethodSummary name: is_us_ascii - !ruby/object:RI::MethodSummary name: is_utf8 - !ruby/object:RI::MethodSummary name: xml_encoding_label comment: constants: - !ruby/object:RI::Constant comment: - !ruby/struct:SM::Flow::P body: Maps name: EncodingConvertMap value: "{}" - !ruby/object:RI::Constant comment: name: CharsetMap value: "{ 'NONE' => 'us-ascii', 'EUC' => 'euc-jp', 'SJIS' => 'shift_jis', 'UTF8' => 'utf-8', 'X_ISO_8859_1' => 'iso-8859-1', 'X_UNKNOWN' => nil, }" - !ruby/object:RI::Constant comment: name: USASCIIRegexp value: Regexp.new("\\A#{us_ascii}*\\z", nil, "NONE") - !ruby/object:RI::Constant comment: name: EUCRegexp value: Regexp.new("\\A#{character_euc}*\\z", nil, "NONE") - !ruby/object:RI::Constant comment: name: SJISRegexp value: Regexp.new("\\A#{character_sjis}*\\z", nil, "NONE") - !ruby/object:RI::Constant comment: name: UTF8Regexp value: Regexp.new("\\A#{character_utf8}*\\z", nil, "NONE") full_name: XSD::Charset includes: [] instance_methods: [] name: Charset superclass: