Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
Imager /
Delete
Unzip
Name
Size
Permission
Date
Action
Color
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Expr
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
File
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Filter
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
Font
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
include
[ DIR ]
drwxrwxrwx
2024-07-26 17:39
API.pod
9.89
KB
-rw-rw-rw-
2015-01-25 11:51
APIRef.pod
51.62
KB
-rw-rw-rw-
2021-01-24 17:46
Color.pm
16.61
KB
-rw-rw-rw-
2020-06-13 09:09
Cookbook.pod
15.1
KB
-rw-rw-rw-
2014-01-10 11:46
CountColor.pm
817
B
-rw-rw-rw-
2020-06-13 10:10
Draw.pod
36.08
KB
-rw-rw-rw-
2019-12-26 11:47
Engines.pod
13.1
KB
-rw-rw-rw-
2014-01-10 11:46
Expr.pm
15.57
KB
-rw-rw-rw-
2020-06-13 09:36
ExtUtils.pm
2.06
KB
-rw-rw-rw-
2020-06-13 09:37
Files.pod
55.26
KB
-rw-rw-rw-
2019-02-26 09:03
Fill.pm
12.08
KB
-rw-rw-rw-
2020-06-13 09:45
Filters.pod
21.76
KB
-rw-rw-rw-
2020-03-21 03:07
Font.pm
27.12
KB
-rw-rw-rw-
2020-06-13 09:11
Fountain.pm
9.25
KB
-rw-rw-rw-
2020-06-13 09:11
Handy.pod
924
B
-rw-rw-rw-
2014-01-10 11:46
IO.pod
8.35
KB
-rw-rw-rw-
2019-01-15 06:30
ImageTypes.pod
32.63
KB
-rw-rw-rw-
2015-11-09 11:01
Inline.pod
1.54
KB
-rw-rw-rw-
2014-01-10 11:46
Install.pod
10.91
KB
-rw-rw-rw-
2020-06-13 08:54
LargeSamples.pod
3.15
KB
-rw-rw-rw-
2014-01-10 11:46
Matrix2d.pm
10.16
KB
-rw-rw-rw-
2020-06-13 10:15
Preprocess.pm
7.32
KB
-rw-rw-rw-
2020-06-13 09:48
Probe.pm
16.45
KB
-rw-rw-rw-
2020-06-13 10:16
Regops.pm
9.36
KB
-rw-rw-rw-
2020-06-13 09:50
Security.pod
1.68
KB
-rw-rw-rw-
2014-01-10 11:46
Test.pm
30.68
KB
-rw-rw-rw-
2020-06-13 10:16
Threads.pod
1.83
KB
-rw-rw-rw-
2014-01-10 11:46
Transform.pm
12.1
KB
-rw-rw-rw-
2020-06-13 09:26
Transformations.pod
27.45
KB
-rw-rw-rw-
2018-09-14 04:56
Tutorial.pod
4.98
KB
-rw-rw-rw-
2014-01-10 11:46
interface.pod
8.72
KB
-rw-rw-rw-
2014-01-10 11:46
regmach.pod
2.68
KB
-rw-rw-rw-
2014-01-10 11:46
typemap
4.03
KB
-rw-rw-rw-
2019-01-15 06:30
Save
Rename
# AUTOMATICALLY GENERATED BY regops.perl package Imager::Regops; use 5.006; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw(%Attr $MaxOperands $PackCode); our $VERSION = "1.000"; use constant RBC_ADD => 0; use constant RBC_SUBTRACT => 1; use constant RBC_MULT => 2; use constant RBC_DIV => 3; use constant RBC_MOD => 4; use constant RBC_POW => 5; use constant RBC_UMINUS => 6; use constant RBC_MULTP => 7; use constant RBC_ADDP => 8; use constant RBC_SUBTRACTP => 9; use constant RBC_SIN => 10; use constant RBC_COS => 11; use constant RBC_ATAN2 => 12; use constant RBC_SQRT => 13; use constant RBC_DISTANCE => 14; use constant RBC_GETP1 => 15; use constant RBC_GETP2 => 16; use constant RBC_GETP3 => 17; use constant RBC_VALUE => 18; use constant RBC_HUE => 19; use constant RBC_SAT => 20; use constant RBC_HSV => 21; use constant RBC_RED => 22; use constant RBC_GREEN => 23; use constant RBC_BLUE => 24; use constant RBC_RGB => 25; use constant RBC_INT => 26; use constant RBC_IF => 27; use constant RBC_IFP => 28; use constant RBC_LE => 29; use constant RBC_LT => 30; use constant RBC_GE => 31; use constant RBC_GT => 32; use constant RBC_EQ => 33; use constant RBC_NE => 34; use constant RBC_AND => 35; use constant RBC_OR => 36; use constant RBC_NOT => 37; use constant RBC_ABS => 38; use constant RBC_RET => 39; use constant RBC_JUMP => 40; use constant RBC_JUMPZ => 41; use constant RBC_JUMPNZ => 42; use constant RBC_SET => 43; use constant RBC_SETP => 44; use constant RBC_PRINT => 45; use constant RBC_RGBA => 46; use constant RBC_HSVA => 47; use constant RBC_ALPHA => 48; use constant RBC_LOG => 49; use constant RBC_EXP => 50; use constant RBC_DET => 51; use constant RBC_OP_COUNT => 52; our @EXPORT = qw(RBC_ADD RBC_SUBTRACT RBC_MULT RBC_DIV RBC_MOD RBC_POW RBC_UMINUS RBC_MULTP RBC_ADDP RBC_SUBTRACTP RBC_SIN RBC_COS RBC_ATAN2 RBC_SQRT RBC_DISTANCE RBC_GETP1 RBC_GETP2 RBC_GETP3 RBC_VALUE RBC_HUE RBC_SAT RBC_HSV RBC_RED RBC_GREEN RBC_BLUE RBC_RGB RBC_INT RBC_IF RBC_IFP RBC_LE RBC_LT RBC_GE RBC_GT RBC_EQ RBC_NE RBC_AND RBC_OR RBC_NOT RBC_ABS RBC_RET RBC_JUMP RBC_JUMPZ RBC_JUMPNZ RBC_SET RBC_SETP RBC_PRINT RBC_RGBA RBC_HSVA RBC_ALPHA RBC_LOG RBC_EXP RBC_DET RBC_OP_COUNT); our %Attr = ( 'abs' => { 'func' => 1, 'opcode' => 38, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'add' => { 'func' => 0, 'opcode' => 0, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'addp' => { 'func' => 0, 'opcode' => 8, 'parms' => 2, 'result' => 'p', 'types' => 'pp', }, 'alpha' => { 'func' => 1, 'opcode' => 48, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'and' => { 'func' => 0, 'opcode' => 35, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'atan2' => { 'func' => 1, 'opcode' => 12, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'blue' => { 'func' => 1, 'opcode' => 24, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'cos' => { 'func' => 1, 'opcode' => 11, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'det' => { 'func' => 1, 'opcode' => 51, 'parms' => 4, 'result' => 'r', 'types' => 'rrrr', }, 'distance' => { 'func' => 1, 'opcode' => 14, 'parms' => 4, 'result' => 'r', 'types' => 'rrrr', }, 'div' => { 'func' => 0, 'opcode' => 3, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'eq' => { 'func' => 0, 'opcode' => 33, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'exp' => { 'func' => 1, 'opcode' => 50, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'ge' => { 'func' => 0, 'opcode' => 31, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'getp1' => { 'func' => 1, 'opcode' => 15, 'parms' => 2, 'result' => 'p', 'types' => 'rr', }, 'getp2' => { 'func' => 1, 'opcode' => 16, 'parms' => 2, 'result' => 'p', 'types' => 'rr', }, 'getp3' => { 'func' => 1, 'opcode' => 17, 'parms' => 2, 'result' => 'p', 'types' => 'rr', }, 'green' => { 'func' => 1, 'opcode' => 23, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'gt' => { 'func' => 0, 'opcode' => 32, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'hsv' => { 'func' => 1, 'opcode' => 21, 'parms' => 3, 'result' => 'p', 'types' => 'rrr', }, 'hsva' => { 'func' => 1, 'opcode' => 47, 'parms' => 4, 'result' => 'p', 'types' => 'rrrr', }, 'hue' => { 'func' => 1, 'opcode' => 19, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'if' => { 'func' => 1, 'opcode' => 27, 'parms' => 3, 'result' => 'r', 'types' => 'rrr', }, 'ifp' => { 'func' => 1, 'opcode' => 28, 'parms' => 3, 'result' => 'p', 'types' => 'rpp', }, 'int' => { 'func' => 1, 'opcode' => 26, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'jump' => { 'func' => 0, 'opcode' => 40, 'parms' => 0, 'result' => undef, 'types' => '', }, 'jumpnz' => { 'func' => 0, 'opcode' => 42, 'parms' => 1, 'result' => undef, 'types' => 'r', }, 'jumpz' => { 'func' => 0, 'opcode' => 41, 'parms' => 1, 'result' => undef, 'types' => 'r', }, 'le' => { 'func' => 0, 'opcode' => 29, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'log' => { 'func' => 1, 'opcode' => 49, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'lt' => { 'func' => 0, 'opcode' => 30, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'mod' => { 'func' => 0, 'opcode' => 4, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'mult' => { 'func' => 0, 'opcode' => 2, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'multp' => { 'func' => 0, 'opcode' => 7, 'parms' => 2, 'result' => 'p', 'types' => 'pr', }, 'ne' => { 'func' => 0, 'opcode' => 34, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'not' => { 'func' => 0, 'opcode' => 37, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'op_count' => { 'func' => 0, 'opcode' => 52, 'parms' => 0, 'result' => undef, 'types' => '', }, 'or' => { 'func' => 0, 'opcode' => 36, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'pow' => { 'func' => 0, 'opcode' => 5, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'print' => { 'func' => 1, 'opcode' => 45, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'red' => { 'func' => 1, 'opcode' => 22, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'ret' => { 'func' => 0, 'opcode' => 39, 'parms' => 1, 'result' => undef, 'types' => 'p', }, 'rgb' => { 'func' => 1, 'opcode' => 25, 'parms' => 3, 'result' => 'p', 'types' => 'rrr', }, 'rgba' => { 'func' => 1, 'opcode' => 46, 'parms' => 4, 'result' => 'p', 'types' => 'rrrr', }, 'sat' => { 'func' => 1, 'opcode' => 20, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, 'set' => { 'func' => 0, 'opcode' => 43, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'setp' => { 'func' => 0, 'opcode' => 44, 'parms' => 1, 'result' => 'p', 'types' => 'p', }, 'sin' => { 'func' => 1, 'opcode' => 10, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'sqrt' => { 'func' => 1, 'opcode' => 13, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'subtract' => { 'func' => 0, 'opcode' => 1, 'parms' => 2, 'result' => 'r', 'types' => 'rr', }, 'subtractp' => { 'func' => 0, 'opcode' => 9, 'parms' => 2, 'result' => 'p', 'types' => 'pp', }, 'uminus' => { 'func' => 0, 'opcode' => 6, 'parms' => 1, 'result' => 'r', 'types' => 'r', }, 'value' => { 'func' => 1, 'opcode' => 18, 'parms' => 1, 'result' => 'r', 'types' => 'p', }, ); our $MaxOperands = 4; our $PackCode = "i"; 1; __END__ =head1 NAME Imager::Regops - generated information about the register based virtual machine =head1 SYNOPSIS use Imager::Regops; $Imager::Regops::Attr{$opname}->{opcode} # opcode for given operator $Imager::Regops::Attr{$opname}->{parms} # number of parameters $Imager::Regops::Attr{$opname}->{types} # types of parameters $Imager::Regops::Attr{$opname}->{func} # operator is a function $Imager::Regops::Attr{$opname}->{result} # r for numeric, p for pixel result $Imager::Regops::MaxOperands; # maximum number of operands =head1 DESCRIPTION This module is generated automatically from F<regmach.h> so we don't need to maintain the same information in at least one extra place. At least that's the idea. =head1 AUTHOR Tony Cook, tony@develop-help.com =head1 SEE ALSO perl(1), Imager(3), http://imager.perl.org/ =cut