-
Notifications
You must be signed in to change notification settings - Fork 0
/
CURL4D.r
75 lines (66 loc) · 998 Bytes
/
CURL4D.r
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#include <Carbon/Carbon.r>
enum themes {
kTHM_CURLSimple = 1,
kTHM_CURLCore
};
type 'FON#' {
array {
byte;
};
};
type 'THM#' {
integer = $$CountOf(themeNames);
array themeNames{
pstring;
};
};
type '4BNX' {
integer;
longint;
integer id;
integer id;
};
resource 'THM#' (15308, "CURL") {
{ /* array: 1 elements */
/* [1] */
"CURLSimple",
"CURLCore"
}
};
resource '4BNX' (15308, "CURL") {
1,
1398034979,
15308,
15308
};
resource 'STR#' (15308, "CURL") {
{ /* array StringArray: 3 elements */
/* [1] */
"Get URL Blob(&T):O",
/* [2] */
"Get URL Text(&T):T",
/* [3] */
"Post Data to URL(&T;&O;&O):L",
"curl_easy_init:L"
}
};
resource 'FON#' (15308, "CURL") {
{ /* array: 3 elements */
/* [1] */
kTHM_CURLSimple, //Get URL Blob
/* [2] */
1, //Get URL Text
/* [3] */
kTHM_CURLSimple, //Post Data to URL
kTHM_CURLCore
}
};
resource 'vers' (15308, "CURL") {
\$00,
\$01,
\$20,
\$01,
\$00,
"0.0.1",
"CURL4D Plugin 0.0.1"
};