Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib64 /
perl5 /
vendor_perl /
auto /
Newt /
Listbox /
Delete
Unzip
Name
Size
Permission
Date
Action
Append.al
487
B
-rw-r--r--
2014-06-10 06:54
Clear.al
359
B
-rw-r--r--
2014-06-10 06:54
Delete.al
413
B
-rw-r--r--
2014-06-10 06:54
Get.al
498
B
-rw-r--r--
2014-06-10 06:54
Insert.al
502
B
-rw-r--r--
2014-06-10 06:54
Select.al
412
B
-rw-r--r--
2014-06-10 06:54
Unselect.al
418
B
-rw-r--r--
2014-06-10 06:54
Save
Rename
# NOTE: Derived from blib/lib/Newt.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Newt::Listbox; #line 658 "blib/lib/Newt.pm (autosplit into blib/lib/auto/Newt/Listbox/Get.al)" sub Newt::Listbox::Get { my $self = shift; if ($self->{flags} & Newt::constant(NEWT_FLAG_MULTIPLE, 0)) { return Newt::newtListboxGetSelection($self->{co}); } else { return Newt::newtListboxGetCurrent($self->{co}); } } # end of Newt::Listbox::Get 1;