blob: 2df175cdf7fa5114c5c7ba19828ba1519642db8f (
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
89
90
91
92
93
94
95
96
97
98
99
100
|
<?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="defineprofile" file="spac-prf.mkvi">
<cd:arguments>
<cd:resolve name="keyword-name"/>
<cd:resolve name="keyword-name-optional"/>
<cd:assignments list="yes" optional="yes">
<cd:inherit name="setupprofile"/>
</cd:assignments>
</cd:arguments>
</cd:command>
<cd:command name="setupprofile" file="spac-prf.mkvi">
<cd:arguments>
<cd:resolve name="keyword-name-list-optional"/>
<cd:assignments list="yes">
<cd:parameter name="height">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="depth">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="distance">
<cd:constant type="cd:dimension"/>
</cd:parameter>
<cd:parameter name="factor">
<cd:constant type="cd:number"/>
</cd:parameter>
<cd:parameter name="lines">
<cd:constant type="cd:number"/>
</cd:parameter>
<cd:parameter name="method">
<cd:constant type="strict" default="yes"/>
<cd:constant type="fixed"/>
<cd:constant type="none"/>
</cd:parameter>
</cd:assignments>
</cd:arguments>
</cd:command>
<cd:command name="setprofile" file="spac-prf.mkvi">
<cd:arguments>
<cd:keywords>
<cd:constant type="none"/>
<cd:constant type="fixed"/>
<cd:constant type="strict"/>
<cd:constant type="halffixed"/>
<cd:constant type="quarterfixed"/>
<cd:constant type="eightsfixed"/>
<cd:constant type="cd:name"/>
</cd:keywords>
</cd:arguments>
</cd:command>
<cd:command name="resetprofile" file="spac-prf.mkvi"/>
<cd:command name="useprofileparameter" file="spac-prf.mkvi">
<cd:arguments>
<cd:csname/>
</cd:arguments>
</cd:command>
<cd:command name="profiledbox" file="spac-prf.mkvi">
<cd:arguments>
<cd:keywords optional="yes">
<cd:constant type="none"/>
<cd:constant type="fixed"/>
<cd:constant type="strict"/>
<cd:constant type="halffixed"/>
<cd:constant type="quarterfixed"/>
<cd:constant type="eightsfixed"/>
<cd:constant type="cd:name"/>
</cd:keywords>
<cd:assignments list="yes" optional="yes">
<cd:inherit name="setupprofile"/>
</cd:assignments>
<cd:content/>
</cd:arguments>
</cd:command>
<cd:command name="profilegivenbox" file="spac-prf.mkvi">
<cd:arguments>
<cd:keywords delimiters="braces" optional="yes">
<cd:constant type="none"/>
<cd:constant type="fixed"/>
<cd:constant type="strict"/>
<cd:constant type="halffixed"/>
<cd:constant type="quarterfixed"/>
<cd:constant type="eightsfixed"/>
<cd:constant type="cd:name"/>
</cd:keywords>
<cd:resolve name="string-box"/>
</cd:arguments>
</cd:command>
</cd:interface>
|