-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfdf.php
More file actions
69 lines (69 loc) · 1.58 KB
/
fdf.php
File metadata and controls
69 lines (69 loc) · 1.58 KB
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
<?php
return array(
'functions' => array(
'fdf_add_doc_javascript',
'fdf_add_template',
'fdf_close',
'fdf_create',
'fdf_enum_values',
'fdf_errno',
'fdf_error',
'fdf_get_ap',
'fdf_get_attachment',
'fdf_get_encoding',
'fdf_get_file',
'fdf_get_flags',
'fdf_get_opt',
'fdf_get_status',
'fdf_get_value',
'fdf_get_version',
'fdf_header',
'fdf_next_field_name',
'fdf_open_string',
'fdf_open',
'fdf_remove_item',
'fdf_save_string',
'fdf_save',
'fdf_set_ap',
'fdf_set_encoding',
'fdf_set_file',
'fdf_set_flags',
'fdf_set_javascript_action',
'fdf_set_on_import_javascript',
'fdf_set_opt',
'fdf_set_status',
'fdf_set_submit_form_action',
'fdf_set_target_frame',
'fdf_set_value',
'fdf_set_version',
),
'constants' => array(
'FDFValue',
'FDFStatus',
'FDFFile',
'FDFID',
'FDFFf',
'FDFSetFf',
'FDFClearFf',
'FDFFlags',
'FDFSetF',
'FDFClrF',
'FDFAP',
'FDFAS',
'FDFAction',
'FDFAA',
'FDFAPRef',
'FDFIF',
'FDFEnter',
'FDFExit',
'FDFDown',
'FDFUp',
'FDFFormat',
'FDFValidate',
'FDFKeystroke',
'FDFCalculate',
'FDFNormalAP',
'FDFRolloverAP',
'FDFDownAP',
),
);