blob: e126abb65af07e7e1856da4dc6b30696fe0e1f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
|
<?xml version="1.0" encoding="UTF-8"?>
<?context-directive job ctxfile x-setups.ctx ?>
<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
<cd:command name="currentregime" level="system" category="language" file="regi-ini.mkiv"/>
<cd:command name="disableregime" level="system" category="language" file="regi-ini.mkiv"/>
<cd:command name="enableregime" level="style" category="language" file="regi-ini.mkiv">
<cd:arguments>
<cd:keywords>
<cd:constant type="cp1250"/>
<cd:constant type="cp1251"/>
<cd:constant type="cp1252"/>
<cd:constant type="cp1253"/>
<cd:constant type="cp1254"/>
<cd:constant type="cp1255"/>
<cd:constant type="cp1256"/>
<cd:constant type="cp1257"/>
<cd:constant type="cp1258"/>
<cd:constant type="8859-1"/>
<cd:constant type="8859-2"/>
<cd:constant type="8859-3"/>
<cd:constant type="8859-4"/>
<cd:constant type="8859-9"/>
<cd:constant type="8859-10"/>
<cd:constant type="8859-13"/>
<cd:constant type="8859-14"/>
<cd:constant type="8859-15"/>
<cd:constant type="8859-16"/>
<cd:constant type="utf"/>
<cd:constant type="windows-1250"/>
<cd:constant type="windows-1251"/>
<cd:constant type="windows-1252"/>
<cd:constant type="windows-1253"/>
<cd:constant type="windows-1254"/>
<cd:constant type="windows-1255"/>
<cd:constant type="windows-1256"/>
<cd:constant type="windows-1257"/>
<cd:constant type="windows-1258"/>
<cd:constant type="il1"/>
<cd:constant type="il2"/>
<cd:constant type="il3"/>
<cd:constant type="il4"/>
<cd:constant type="il5"/>
<cd:constant type="il6"/>
<cd:constant type="il7"/>
<cd:constant type="il8"/>
<cd:constant type="il9"/>
<cd:constant type="il10"/>
<cd:constant type="iso-8859-1"/>
<cd:constant type="iso-8859-2"/>
<cd:constant type="iso-8859-3"/>
<cd:constant type="iso-8859-4"/>
<cd:constant type="iso-8859-9"/>
<cd:constant type="iso-8859-10"/>
<cd:constant type="iso-8859-13"/>
<cd:constant type="iso-8859-14"/>
<cd:constant type="iso-8859-15"/>
<cd:constant type="iso-8859-16"/>
<cd:constant type="latin1"/>
<cd:constant type="latin2"/>
<cd:constant type="latin3"/>
<cd:constant type="latin4"/>
<cd:constant type="latin5"/>
<cd:constant type="latin6"/>
<cd:constant type="latin7"/>
<cd:constant type="latin8"/>
<cd:constant type="latin9"/>
<cd:constant type="latin10"/>
<cd:constant type="utf-8"/>
<cd:constant type="utf8"/>
<cd:constant type="windows"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="regime" type="environment" level="system" category="language" file="regi-ini.mkiv">
<cd:arguments>
<cd:keywords>
<cd:inherit name="enableregime"/>
</cd:keywords>
</cd:arguments>
</cd:command>
</cd:interface>
|