/* * resizable_events.js */ (function($) { module("resizable: events"); test("start", function() { ok(false, "missing test - untested code is broken code."); }); test("resize", function() { ok(false, "missing test - untested code is broken code."); }); test("stop", function() { ok(false, "missing test - untested code is broken code."); }); })(jQuery); fop.git/atom/src/java/org/apache/fop/pdf/PDFEncryption.java?h=Temp_PDF_ObjectStreams' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/pdf/PDFEncryption.java
blob: 277cf0a94e79e24e38382e7cd299bfc4b8f90b64 (plain)
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