aboutsummaryrefslogtreecommitdiff
path: root/devel/objfw/pkg-plist
blob: 3893179f171056c118558c84d53d67105a39b3e6 (plain) (blame)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
bin/objfw-compile
bin/objfw-config
bin/objfw-embed
bin/objfw-new
bin/ofarc
bin/ofdns
bin/ofhash
bin/ofhttp
include/ObjFW/OFAcceptSocketFailedException.h
include/ObjFW/OFAllocFailedException.h
include/ObjFW/OFAlreadyOpenException.h
include/ObjFW/OFApplication.h
include/ObjFW/OFArchiveEntry.h
include/ObjFW/OFArray.h
include/ObjFW/OFAtomic.h
include/ObjFW/OFBindIPSocketFailedException.h
include/ObjFW/OFBindSocketFailedException.h
include/ObjFW/OFBindUNIXSocketFailedException.h
include/ObjFW/OFBlock.h
include/ObjFW/OFBroadcastConditionFailedException.h
include/ObjFW/OFChangeCurrentDirectoryFailedException.h
include/ObjFW/OFCharacterSet.h
include/ObjFW/OFChecksumMismatchException.h
include/ObjFW/OFCollection.h
include/ObjFW/OFColor.h
include/ObjFW/OFCondition.h
include/ObjFW/OFConditionStillWaitingException.h
include/ObjFW/OFConnectIPSocketFailedException.h
include/ObjFW/OFConnectSocketFailedException.h
include/ObjFW/OFConnectUNIXSocketFailedException.h
include/ObjFW/OFConstantString.h
include/ObjFW/OFCopyItemFailedException.h
include/ObjFW/OFCountedSet.h
include/ObjFW/OFCreateDirectoryFailedException.h
include/ObjFW/OFCreateSymbolicLinkFailedException.h
include/ObjFW/OFCryptographicHash.h
include/ObjFW/OFDNSQuery.h
include/ObjFW/OFDNSQueryFailedException.h
include/ObjFW/OFDNSResolver.h
include/ObjFW/OFDNSResourceRecord.h
include/ObjFW/OFDNSResponse.h
include/ObjFW/OFData+CryptographicHashing.h
include/ObjFW/OFData+MessagePackParsing.h
include/ObjFW/OFData.h
include/ObjFW/OFDatagramSocket.h
include/ObjFW/OFDate.h
include/ObjFW/OFDictionary.h
include/ObjFW/OFEnumerationMutationException.h
include/ObjFW/OFEnumerator.h
include/ObjFW/OFException.h
include/ObjFW/OFFile.h
include/ObjFW/OFFileManager.h
include/ObjFW/OFGZIPStream.h
include/ObjFW/OFGetCurrentDirectoryFailedException.h
include/ObjFW/OFGetItemAttributesFailedException.h
include/ObjFW/OFGetOptionFailedException.h
include/ObjFW/OFHMAC.h
include/ObjFW/OFHTTPClient.h
include/ObjFW/OFHTTPCookie.h
include/ObjFW/OFHTTPCookieManager.h
include/ObjFW/OFHTTPRequest.h
include/ObjFW/OFHTTPRequestFailedException.h
include/ObjFW/OFHTTPResponse.h
include/ObjFW/OFHTTPServer.h
include/ObjFW/OFHashAlreadyCalculatedException.h
include/ObjFW/OFHashNotCalculatedException.h
include/ObjFW/OFINICategory.h
include/ObjFW/OFINIFile.h
include/ObjFW/OFIRI.h
include/ObjFW/OFIRIHandler.h
include/ObjFW/OFInflate64Stream.h
include/ObjFW/OFInflateStream.h
include/ObjFW/OFInitializationFailedException.h
include/ObjFW/OFInvalidArgumentException.h
include/ObjFW/OFInvalidEncodingException.h
include/ObjFW/OFInvalidFormatException.h
include/ObjFW/OFInvalidJSONException.h
include/ObjFW/OFInvalidServerResponseException.h
include/ObjFW/OFInvocation.h
include/ObjFW/OFJSONRepresentation.h
include/ObjFW/OFJoinThreadFailedException.h
include/ObjFW/OFKernelEventObserver.h
include/ObjFW/OFKeyValueCoding.h
include/ObjFW/OFLHAArchive.h
include/ObjFW/OFLHAArchiveEntry.h
include/ObjFW/OFLinkItemFailedException.h
include/ObjFW/OFList.h
include/ObjFW/OFListenOnSocketFailedException.h
include/ObjFW/OFLoadPluginFailedException.h
include/ObjFW/OFLocale.h
include/ObjFW/OFLockFailedException.h
include/ObjFW/OFLocking.h
include/ObjFW/OFMD5Hash.h
include/ObjFW/OFMalformedXMLException.h
include/ObjFW/OFMapTable.h
include/ObjFW/OFMatrix4x4.h
include/ObjFW/OFMemoryStream.h
include/ObjFW/OFMessagePackExtension.h
include/ObjFW/OFMessagePackRepresentation.h
include/ObjFW/OFMethodSignature.h
include/ObjFW/OFMoveItemFailedException.h
include/ObjFW/OFMutableArchiveEntry.h
include/ObjFW/OFMutableArray.h
include/ObjFW/OFMutableData.h
include/ObjFW/OFMutableDictionary.h
include/ObjFW/OFMutableIRI.h
include/ObjFW/OFMutableLHAArchiveEntry.h
include/ObjFW/OFMutablePair.h
include/ObjFW/OFMutableSet.h
include/ObjFW/OFMutableString.h
include/ObjFW/OFMutableTarArchiveEntry.h
include/ObjFW/OFMutableTriple.h
include/ObjFW/OFMutableZIPArchiveEntry.h
include/ObjFW/OFMutex.h
include/ObjFW/OFNotImplementedException.h
include/ObjFW/OFNotOpenException.h
include/ObjFW/OFNotification.h
include/ObjFW/OFNotificationCenter.h
include/ObjFW/OFNull.h
include/ObjFW/OFNumber.h
include/ObjFW/OFObject+KeyValueCoding.h
include/ObjFW/OFObject.h
include/ObjFW/OFObserveKernelEventsFailedException.h
include/ObjFW/OFOnce.h
include/ObjFW/OFOpenItemFailedException.h
include/ObjFW/OFOptionsParser.h
include/ObjFW/OFOutOfMemoryException.h
include/ObjFW/OFOutOfRangeException.h
include/ObjFW/OFPBKDF2.h
include/ObjFW/OFPair.h
include/ObjFW/OFPlainCondition.h
include/ObjFW/OFPlainMutex.h
include/ObjFW/OFPlainThread.h
include/ObjFW/OFPlugin.h
include/ObjFW/OFRIPEMD160Hash.h
include/ObjFW/OFReadFailedException.h
include/ObjFW/OFReadOrWriteFailedException.h
include/ObjFW/OFRecursiveMutex.h
include/ObjFW/OFRemoveItemFailedException.h
include/ObjFW/OFResolveHostFailedException.h
include/ObjFW/OFRunLoop.h
include/ObjFW/OFSHA1Hash.h
include/ObjFW/OFSHA224Hash.h
include/ObjFW/OFSHA224Or256Hash.h
include/ObjFW/OFSHA256Hash.h
include/ObjFW/OFSHA384Hash.h
include/ObjFW/OFSHA384Or512Hash.h
include/ObjFW/OFSHA512Hash.h
include/ObjFW/OFScrypt.h
include/ObjFW/OFSecureData.h
include/ObjFW/OFSeekFailedException.h
include/ObjFW/OFSeekableStream.h
include/ObjFW/OFSequencedPacketSocket.h
include/ObjFW/OFSet.h
include/ObjFW/OFSetItemAttributesFailedException.h
include/ObjFW/OFSetOptionFailedException.h
include/ObjFW/OFSettings.h
include/ObjFW/OFSignalConditionFailedException.h
include/ObjFW/OFSocket.h
include/ObjFW/OFSortedList.h
include/ObjFW/OFStartThreadFailedException.h
include/ObjFW/OFStdIOStream.h
include/ObjFW/OFStillLockedException.h
include/ObjFW/OFStream.h
include/ObjFW/OFStreamSocket.h
include/ObjFW/OFString+CryptographicHashing.h
include/ObjFW/OFString+JSONParsing.h
include/ObjFW/OFString+PathAdditions.h
include/ObjFW/OFString+PercentEncoding.h
include/ObjFW/OFString+PropertyListParsing.h
include/ObjFW/OFString+XMLEscaping.h
include/ObjFW/OFString+XMLUnescaping.h
include/ObjFW/OFString.h
include/ObjFW/OFSubprocess.h
include/ObjFW/OFSystemInfo+NetworkInterfaces.h
include/ObjFW/OFSystemInfo.h
include/ObjFW/OFTCPSocket.h
include/ObjFW/OFTLSHandshakeFailedException.h
include/ObjFW/OFTLSKey.h
include/ObjFW/OFTLSStream.h
include/ObjFW/OFTarArchive.h
include/ObjFW/OFTarArchiveEntry.h
include/ObjFW/OFThread.h
include/ObjFW/OFThreadStillRunningException.h
include/ObjFW/OFTimer.h
include/ObjFW/OFTriple.h
include/ObjFW/OFTruncatedDataException.h
include/ObjFW/OFUDPSocket.h
include/ObjFW/OFUNIXDatagramSocket.h
include/ObjFW/OFUNIXStreamSocket.h
include/ObjFW/OFUUID.h
include/ObjFW/OFUnboundNamespaceException.h
include/ObjFW/OFUnboundPrefixException.h
include/ObjFW/OFUndefinedKeyException.h
include/ObjFW/OFUnknownXMLEntityException.h
include/ObjFW/OFUnlockFailedException.h
include/ObjFW/OFUnsupportedProtocolException.h
include/ObjFW/OFUnsupportedVersionException.h
include/ObjFW/OFValue.h
include/ObjFW/OFWaitForConditionFailedException.h
include/ObjFW/OFWriteFailedException.h
include/ObjFW/OFXMLAttribute.h
include/ObjFW/OFXMLCDATA.h
include/ObjFW/OFXMLCharacters.h
include/ObjFW/OFXMLComment.h
include/ObjFW/OFXMLElement.h
include/ObjFW/OFXMLElementBuilder.h
include/ObjFW/OFXMLNode.h
include/ObjFW/OFXMLParser.h
include/ObjFW/OFXMLProcessingInstruction.h
include/ObjFW/OFZIPArchive.h
include/ObjFW/OFZIPArchiveEntry.h
include/ObjFW/ObjFW.h
include/ObjFW/macros.h
include/ObjFW/objfw-defs.h
include/ObjFW/platform.h
include/ObjFW/platform/GCC4.7/OFAtomic.h
include/ObjFW/platform/GCC4/OFAtomic.h
include/ObjFW/platform/PowerPC/OFAtomic.h
include/ObjFW/platform/macOS/OFAtomic.h
include/ObjFW/platform/x86/OFAtomic.h
include/ObjFWRT/ObjFWRT.h
%%TLS%%include/ObjFWTLS/ObjFWTLS.h
lib/libobjfw.so
lib/libobjfw.so.1
lib/libobjfw.so.1.0.2
lib/libobjfwrt.so
lib/libobjfwrt.so.1
lib/libobjfwrt.so.1.0.0
%%TLS%%lib/libobjfwtls.so
%%TLS%%lib/libobjfwtls.so.1
%%TLS%%lib/libobjfwtls.so.1.0.1
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFASPrintF_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAcceptSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFActivateSandboxFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAllocFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAlreadyOpenException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFApplication_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFApplication_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFArchiveIRIHandler_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFArray_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFArray_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFArray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAsyncIPSocketConnector_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFAtomic_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBase64_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBindDDPSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBindIPSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBindIPXSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBindSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBindUNIXSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBitSetCharacterSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBlock_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFBroadcastConditionFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC16_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCRC32_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFChangeCurrentDirectoryFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCharacterSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFChecksumMismatchException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCollection_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFColor_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteArray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteColor_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteCountedSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteData_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteDate_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteDictionary_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteMutableArray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteMutableData_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteMutableDictionary_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteMutableSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteNumber_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteSubarray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConcreteValue_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConditionStillWaitingException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCondition_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConnectIPSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConnectSPXSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConnectSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConnectUNIXSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFConstantString_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCopyItemFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCountedSet_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCountedSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCreateDirectoryFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCreateSymbolicLinkFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCreateWindowsRegistryKeyFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFCryptographicHash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDDPSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSQueryFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSQuery_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSResolverSettings_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSResolver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSResourceRecord_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSResourceRecord_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDNSResponse_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFData_09CryptographicHashing_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFData_09MessagePackParsing_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFData_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFData_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDatagramSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDatagramSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDate_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDeleteWindowsRegistryKeyFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDeleteWindowsRegistryValueFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFDictionary_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFEmbeddedIRIHandler_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFEnumerationMutationException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFEnumerator_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFEpollKernelEventObserver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFFileIRIHandler_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFFileManager_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFFileManager_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFFile_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGZIPStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetCurrentDirectoryFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetItemAttributesFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetOptionFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFGetWindowsRegistryValueFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHMAC_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPClient_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPCookieManager_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPCookie_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPIRIHandler_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPRequestFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPRequest_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPRequest_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPResponse_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHTTPServer_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHashAlreadyCalculatedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHashNotCalculatedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHostAddressResolver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFHuffmanTree_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINICategory_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINICategory_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFileSettings_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFINIFile_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIPXSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRIHandler_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRI_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFIRI_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInflate64Stream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInflateStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInitializationFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvalidArgumentException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvalidEncodingException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvalidFormatException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvalidJSONException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvalidServerResponseException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvertedCharacterSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFInvocation_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFJSONRepresentation_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFJoinThreadFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFKernelEventObserver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFKeyValueCoding_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFKqueueKernelEventObserver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchiveEntry_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHAArchive_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLHADecompressingStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLinkItemFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFList_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFListenOnSocketFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLoadPluginFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocale_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocale_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLockFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFLocking_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMD5Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMalformedXMLException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMapTable_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMatrix4x4_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMemoryStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMessagePackExtension_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMessagePackRepresentation_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMethodSignature_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMoveItemFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableArray_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableArray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableData_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableDictionary_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableDictionary_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableIRI_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableLHAArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutablePair_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableString_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableTarArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableTriple_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableUTF8String_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutableZIPArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFMutex_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotImplementedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotOpenException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotificationCenter_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotification_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNotification_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNull_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNumber_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFNumber_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFObject_09KeyValueCoding_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFObject_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFObject_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFObserveKernelEventsFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOnce_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOnce_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOpenItemFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOpenWindowsRegistryKeyFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOptionsParser_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOutOfMemoryException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFOutOfRangeException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPBKDF2_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPair_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainCondition_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainMutex_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlainThread_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPlugin_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFPollKernelEventObserver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRIPEMD160Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRangeCharacterSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFReadOrWriteFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRecursiveMutex_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRemoveItemFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFResolveHostFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFRunLoop_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA1Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA224Or256Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA256Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA384Or512Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSHA512Hash_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSPXStreamSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSandbox_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFScrypt_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSecureData_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSeekFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSeekableStream_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSeekableStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSelectKernelEventObserver_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSequencedPacketSocket_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSequencedPacketSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSequencedPacketSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSetItemAttributesFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSetOptionFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSetWindowsRegistryValueFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSet_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSet_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSettings_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSignalConditionFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSocket_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSortedList_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStartThreadFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStdIOStream_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStdIOStream_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStdIOStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStillLockedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStrFTime_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStrPTime_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStreamSocket_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStreamSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStreamSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStream_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStream_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09CryptographicHashing_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09JSONParsing_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PathAdditions_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PercentEncoding_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09PropertyListParsing_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLEscaping_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLUnescaping_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_09XMLUnescaping_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFString_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSubarray_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSubdata_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSubprocess_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSystemInfo_09NetworkInterfaces_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFSystemInfo_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTCPSocketSOCKS5Connector_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTCPSocket_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTCPSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSHandshakeFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSKey_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTLSStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerColor_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerDate_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTaggedPointerNumber_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTarArchive_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFThreadStillRunningException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFThread_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFThread_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFThread_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTimer_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTimer_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTimer_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTriple_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFTruncatedDataException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUDPSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXDatagramSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUNIXStreamSocket_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUTF8String_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUUID_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnboundNamespaceException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnboundPrefixException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUndefinedKeyException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnknownXMLEntityException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnlockFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnsupportedProtocolException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFUnsupportedVersionException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFValue_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFWaitForConditionFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFWin32ConsoleStdIOStream_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFWindowsRegistryKey_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFWriteFailedException_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLAttribute_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLCDATA_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLCharacters_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLComment_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLElementBuilder_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLElement_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLNode_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLNode_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLParser_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFXMLProcessingInstruction_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_09Private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchiveEntry_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/OFZIPArchive_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFWRT_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/ObjFW_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/annotated.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_s.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/bc_sd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/bdwn.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/classOFRPNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/classes.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/closed.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_68267d1309a1af8e8297ef4c3efbcdba.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_6e33d6500a76933db4361f663e54ab12.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/dir_bf9f26469d00835ba20ff8d80ee5a804.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/doc.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/docd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.css
%%PORTDOCS%%%%DOCSDIR%%/objfw/doxygen.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/dynsections.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/files.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderclosed.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/folderopen.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_b.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_c.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_d.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_e.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_f.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_b.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_c.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_d.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_e.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_f.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_g.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_i.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_j.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_k.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_l.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_m.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_n.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_o.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_q.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_r.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_s.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_t.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_u.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_v.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_w.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_x.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_y.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_func_z.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_g.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_i.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_j.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_k.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_l.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_m.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_n.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_o.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_b.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_c.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_d.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_e.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_f.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_g.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_i.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_j.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_k.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_l.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_m.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_n.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_o.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_q.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_r.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_s.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_t.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_u.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_v.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_w.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_x.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_prop_y.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_q.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_r.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_s.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_t.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_u.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_v.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_vars.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_w.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_x.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_y.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/functions_z.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_a.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_b.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_c.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_d.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_defs.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_enum.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_eval.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_f.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_func.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_h.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_i.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_l.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_m.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_n.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_o.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_r.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_s.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_t.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_type.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_vars.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_y.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/globals_z.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/index.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAAAADNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAAAADNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAAAADNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFADNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFADNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFADNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAcceptSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAcceptSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAcceptSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAllocFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAllocFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAllocFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAlreadyOpenException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAlreadyOpenException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFAlreadyOpenException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFApplication-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFApplication.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFApplication.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFArray-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFArray.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFArray.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindDDPSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindDDPSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindDDPSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPXSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPXSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindIPXSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindUNIXSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindUNIXSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBindUNIXSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBlock-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBlock.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBlock.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBroadcastConditionFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBroadcastConditionFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFBroadcastConditionFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCNAMEDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCNAMEDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCNAMEDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChangeCurrentDirectoryFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChangeCurrentDirectoryFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChangeCurrentDirectoryFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCharacterSet-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCharacterSet.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCharacterSet.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChecksumMismatchException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChecksumMismatchException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFChecksumMismatchException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFColor-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFColor.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFColor.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCondition-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCondition.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCondition.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConditionStillWaitingException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConditionStillWaitingException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConditionStillWaitingException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectIPSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectIPSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectIPSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSPXSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSPXSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSPXSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectUNIXSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectUNIXSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConnectUNIXSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConstantString-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConstantString.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFConstantString.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCopyItemFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCopyItemFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCopyItemFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCountedSet-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCountedSet.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCountedSet.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateDirectoryFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateDirectoryFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateDirectoryFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateSymbolicLinkFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateSymbolicLinkFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateSymbolicLinkFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateWindowsRegistryKeyFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateWindowsRegistryKeyFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFCreateWindowsRegistryKeyFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDDPSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDDPSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDDPSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQuery-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQuery.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQuery.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQueryFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQueryFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSQueryFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResolver-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResolver.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResolver.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResponse-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResponse.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDNSResponse.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFData-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFData.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFData.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDatagramSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDatagramSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDatagramSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDate-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDate.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDate.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryKeyFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryValueFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryValueFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDeleteWindowsRegistryValueFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDictionary-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDictionary.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFDictionary.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerationMutationException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerationMutationException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerationMutationException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerator-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerator.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFEnumerator.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFile-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFile.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFile.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFileManager-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFileManager.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFFileManager.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGZIPStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGZIPStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGZIPStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetCurrentDirectoryFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetCurrentDirectoryFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetCurrentDirectoryFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetItemAttributesFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetItemAttributesFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetItemAttributesFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetOptionFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetOptionFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetOptionFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetWindowsRegistryValueFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetWindowsRegistryValueFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFGetWindowsRegistryValueFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHINFODNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHINFODNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHINFODNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHMAC-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHMAC.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHMAC.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPClient-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPClient.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPClient.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookie-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookie.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookie.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookieManager-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookieManager.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPCookieManager.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequest-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequest.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequest.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequestFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequestFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPRequestFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPResponse-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPResponse.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPResponse.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPServer-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPServer.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHTTPServer.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashAlreadyCalculatedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashAlreadyCalculatedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashAlreadyCalculatedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFHashNotCalculatedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINICategory.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFINIFile.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIPXSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRI-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRI.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRI.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRIHandler-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRIHandler.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFIRIHandler.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflate64Stream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflate64Stream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflate64Stream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflateStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflateStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInflateStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInitializationFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInitializationFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInitializationFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidArgumentException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidArgumentException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidArgumentException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidEncodingException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidEncodingException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidEncodingException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidFormatException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidFormatException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidFormatException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidJSONException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidJSONException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidJSONException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidServerResponseException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidServerResponseException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvalidServerResponseException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvocation-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvocation.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFInvocation.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFJoinThreadFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFJoinThreadFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFJoinThreadFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFKernelEventObserver-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFKernelEventObserver.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFKernelEventObserver.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchive-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchive.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchive.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLHAArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLinkItemFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFList-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFList.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFList.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFListenOnSocketFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFListenOnSocketFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFListenOnSocketFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLoadPluginFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLoadPluginFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLoadPluginFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLocale-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLocale.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLocale.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLockFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLockFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFLockFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMD5Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMD5Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMD5Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMXDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMXDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMXDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMalformedXMLException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMalformedXMLException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMalformedXMLException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTable-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTable.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTable.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTableEnumerator-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTableEnumerator.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMapTableEnumerator.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMatrix4x4-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMatrix4x4.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMatrix4x4.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMemoryStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMemoryStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMemoryStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMessagePackExtension-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMessagePackExtension.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMessagePackExtension.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMethodSignature-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMethodSignature.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMethodSignature.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMoveItemFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMoveItemFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMoveItemFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableArray-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableArray.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableArray.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableData-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableData.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableData.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableDictionary-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableDictionary.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableDictionary.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableIRI-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableIRI.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableIRI.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableLHAArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableLHAArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableLHAArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutablePair-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutablePair.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutablePair.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableSet-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableSet.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableSet.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableString-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableString.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableString.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTarArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTarArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTarArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTriple-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTriple.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableTriple.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutableZIPArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFMutex.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNSDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNSDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNSDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotImplementedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotImplementedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotImplementedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotOpenException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotOpenException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotOpenException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotification-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotification.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotification.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotificationCenter-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotificationCenter.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNotificationCenter.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNull-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNull.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNull.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNumber-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNumber.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFNumber.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObject-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObject.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObject.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObserveKernelEventsFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObserveKernelEventsFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFObserveKernelEventsFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenItemFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenItemFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenItemFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenWindowsRegistryKeyFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenWindowsRegistryKeyFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOpenWindowsRegistryKeyFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOptionsParser-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOptionsParser.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOptionsParser.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfMemoryException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfMemoryException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfMemoryException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfRangeException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfRangeException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFOutOfRangeException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPTRDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPTRDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPTRDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPair-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPair.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPair.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPlugin-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPlugin.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFPlugin.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRIPEMD160Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadOrWriteFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadOrWriteFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFReadOrWriteFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRecursiveMutex-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRecursiveMutex.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRecursiveMutex.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRemoveItemFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRemoveItemFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRemoveItemFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFResolveHostFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFResolveHostFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFResolveHostFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFRunLoop.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA1Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Or256Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Or256Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA224Or256Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA256Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA256Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA256Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Or512Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Or512Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA384Or512Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA512Hash-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA512Hash.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSHA512Hash.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSOADNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSOADNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSOADNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXStreamSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXStreamSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSPXStreamSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSRVDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSRVDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSRVDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSecureData-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSecureData.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSecureData.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekableStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekableStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSeekableStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSequencedPacketSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSequencedPacketSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSequencedPacketSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSet-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSet.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSet.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetItemAttributesFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetItemAttributesFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetItemAttributesFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetOptionFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetOptionFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetOptionFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetWindowsRegistryValueFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetWindowsRegistryValueFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSetWindowsRegistryValueFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSettings-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSettings.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSettings.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSignalConditionFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSignalConditionFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSignalConditionFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSortedList-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSortedList.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSortedList.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStartThreadFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStartThreadFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStartThreadFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStdIOStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStdIOStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStdIOStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStillLockedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStillLockedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStillLockedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStreamSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStreamSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFStreamSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFString-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFString.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFString.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSubprocess-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSubprocess.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSubprocess.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSystemInfo-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSystemInfo.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFSystemInfo.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTCPSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTCPSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTCPSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSHandshakeFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSHandshakeFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSHandshakeFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSStream-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSStream.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTLSStream.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTXTDNSResourceRecord-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTXTDNSResourceRecord.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTXTDNSResourceRecord.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchive-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchive.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchive.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTarArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThread-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThread.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThread.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThreadStillRunningException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThreadStillRunningException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFThreadStillRunningException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTimer-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTimer.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTimer.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTriple-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTriple.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTriple.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTruncatedDataException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTruncatedDataException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFTruncatedDataException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUDPSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUDPSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUDPSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXDatagramSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUNIXStreamSocket.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUUID.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundNamespaceException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundNamespaceException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundNamespaceException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundPrefixException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundPrefixException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnboundPrefixException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUndefinedKeyException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUndefinedKeyException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUndefinedKeyException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnknownXMLEntityException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnknownXMLEntityException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnknownXMLEntityException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnlockFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnlockFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnlockFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedProtocolException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedProtocolException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedProtocolException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedVersionException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedVersionException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFUnsupportedVersionException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFValue-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFValue.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFValue.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWaitForConditionFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWaitForConditionFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWaitForConditionFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWriteFailedException-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWriteFailedException.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFWriteFailedException.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLAttribute-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLAttribute.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLAttribute.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCDATA-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCDATA.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCDATA.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCharacters-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCharacters.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLCharacters.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLComment-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLComment.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLComment.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElement-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElement.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElement.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElementBuilder-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElementBuilder.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLElementBuilder.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLNode-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLNode.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLNode.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLParser-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLParser.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLParser.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLProcessingInstruction-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLProcessingInstruction.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFXMLProcessingInstruction.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchive-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchive.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchive.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/interfaceOFZIPArchiveEntry.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/jquery.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/macros_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/menu.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/menudata.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_f.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_fd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_g.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_h.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/nav_hd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/objfw-defs_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/open.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/platform_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/private_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFApplicationDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFArchiveEntry-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFArchiveEntry-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFArchiveEntry-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCollection-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCollection-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCollection-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFComparing-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFComparing-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFComparing-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCopying-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCopying-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCopying-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCryptographicHash-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCryptographicHash-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFCryptographicHash-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDDPSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDDPSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDDPSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDNSResolverQueryDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDNSResolverQueryDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDNSResolverQueryDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDatagramSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDatagramSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFDatagramSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFEnumeration-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFEnumeration-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFEnumeration-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFFastEnumeration-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFFastEnumeration-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFFastEnumeration-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPClientDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPClientDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPClientDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPServerDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPServerDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFHTTPServerDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFIPXSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFIPXSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFIPXSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFJSONRepresentation-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFJSONRepresentation-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFJSONRepresentation-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFKernelEventObserverDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFKernelEventObserverDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFKernelEventObserverDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFKeyValueCoding-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFKeyValueCoding-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFLocking-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFLocking-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFLocking-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMessagePackRepresentation-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMessagePackRepresentation-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMessagePackRepresentation-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableArchiveEntry-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableArchiveEntry-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableArchiveEntry-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableCopying-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableCopying-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFMutableCopying-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFObject-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFObject-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFObject-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForReadingObserving-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForReadingObserving-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForReadingObserving-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFReadyForWritingObserving-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXStreamSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXStreamSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSPXStreamSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSequencedPacketSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSequencedPacketSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFSequencedPacketSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStreamSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStringXMLUnescapingDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStringXMLUnescapingDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFStringXMLUnescapingDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTCPSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTCPSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTCPSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTLSStreamDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTLSStreamDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFTLSStreamDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUDPSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUDPSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUDPSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXDatagramSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFUNIXStreamSocketDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLElementBuilderDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLElementBuilderDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLElementBuilderDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLParserDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLParserDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFXMLParserDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/protocolOFZIPArchiveDelegate-p.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_10.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_11.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_12.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_13.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_14.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_15.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_16.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_17.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_18.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_19.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_1a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_3.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_4.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_5.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_6.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_7.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_8.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_9.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_b.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_c.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_d.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_e.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/all_f.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/classes_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/close.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/defines_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/defines_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/defines_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/enums_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/enumvalues_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/files_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_10.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_11.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_12.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_13.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_14.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_15.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_16.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_17.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_18.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_19.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_1a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_3.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_4.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_5.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_6.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_7.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_8.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_9.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_b.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_c.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_d.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_e.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/functions_f.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_d.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_sel.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/mag_seld.svg
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_10.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_11.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_12.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_13.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_14.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_15.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_16.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_17.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_18.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_3.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_4.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_5.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_6.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_7.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_8.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_9.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_b.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_c.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_d.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_e.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/properties_f.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/search.css
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/search.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/searchdata.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_3.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_4.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/typedefs_5.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_0.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_1.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_10.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_2.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_3.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_4.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_5.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_6.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_7.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_8.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_9.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_a.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_b.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_c.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_d.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_e.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/search/variables_f.js
%%PORTDOCS%%%%DOCSDIR%%/objfw/splitbar.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/splitbard.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFFastEnumerationState-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFFastEnumerationState.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFHTTPRequestProtocolVersion-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFHTTPRequestProtocolVersion.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFListItem.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFMapTableFunctions-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFMapTableFunctions.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFOptionsParserOption-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFOptionsParserOption.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFPBKDF2Parameters-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFPBKDF2Parameters.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFPoint-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFPoint.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFRange-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFRange.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFRect-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFRect.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFScryptParameters-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFScryptParameters.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFSize-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFSize.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFSocketAddress-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFSocketAddress.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFVector3D-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFVector3D.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFVector4D-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structOFVector4D.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__class-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__class.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__object-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__object.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__super-members.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/structobjc__super.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/sync_off.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/sync_on.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_a.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_ad.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_b.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_bd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_h.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_hd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_s.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tab_sd.png
%%PORTDOCS%%%%DOCSDIR%%/objfw/tabs.css
%%PORTDOCS%%%%DOCSDIR%%/objfw/unicode_8h_source.html
%%PORTDOCS%%%%DOCSDIR%%/objfw/unistd__wrapper_8h_source.html
share/ofarc/localization/de.json
share/ofarc/localization/localizations.json
share/ofdns/localization/de.json
share/ofdns/localization/localizations.json
share/ofhash/localization/de.json
share/ofhash/localization/localizations.json
share/ofhttp/localization/de.json
share/ofhttp/localization/localizations.json