1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7 <cd:command name="definestartstop" level="style" category="structure" file="core-sys.mkxl">
8 <cd:arguments>
9 <cd:resolve name="keyword-name"/>
10 <cd:resolve name="keyword-name-optional"/>
11 <cd:assignments list="yes" optional="yes">
12 <cd:inherit name="setupstartstop"/>
13 </cd:assignments>
14 </cd:arguments>
15 </cd:command>
16
17 <cd:command name="setupstartstop" level="style" category="structure" file="core-sys.mkxl">
18 <cd:arguments>
19 <cd:resolve name="keyword-name-list-optional"/>
20 <cd:assignments list="yes">
21 <cd:parameter name="before">
22 <cd:constant type="cd:command"/>
23 </cd:parameter>
24 <cd:parameter name="after">
25 <cd:constant type="cd:command"/>
26 </cd:parameter>
27 <cd:parameter name="inbetween">
28 <cd:constant type="cd:command"/>
29 </cd:parameter>
30 <!--
31
32
33
34 -->
35 <cd:parameter name="setups">
36 <cd:constant type="cd:name"/>
37 </cd:parameter>
38 <cd:parameter name="left">
39 <cd:constant type="cd:command"/>
40 </cd:parameter>
41 <cd:parameter name="right">
42 <cd:constant type="cd:command"/>
43 </cd:parameter>
44 <cd:parameter name="style">
45 <cd:resolve name="value-style"/>
46 </cd:parameter>
47 <cd:parameter name="color">
48 <cd:constant type="cd:color"/>
49 </cd:parameter>
50 <cd:parameter name="arguments">
51 <cd:constant type="yes"/>
52 <cd:constant type="no" default="yes"/>
53 </cd:parameter>
54 </cd:assignments>
55 </cd:arguments>
56 </cd:command>
57
58 <cd:command name="startstop" type="environment" generated="yes" variant="example" level="document" category="structure" file="core-sys.mkxl">
59 <cd:sequence>
60 <cd:variable value="startstop"/>
61 </cd:sequence>
62 </cd:command>
63
64 <cd:command name="startstop" type="environment" generated="yes" variant="example:argument" level="document" category="structure" file="core-sys.mkxl">
65 <cd:sequence>
66 <cd:variable value="startstop"/>
67 </cd:sequence>
68 <cd:arguments>
69 <cd:assignments list="yes" optional="yes">
70 <cd:inherit name="setupstartstop"/>
71 </cd:assignments>
72 </cd:arguments>
73 </cd:command>
74
75 <cd:command name="startstop" generated="yes" variant="example" level="document" category="structure" file="core-sys.mkxl">
76 <cd:sequence>
77 <cd:variable value="startstop"/>
78 </cd:sequence>
79 <cd:arguments>
80 <cd:content/>
81 </cd:arguments>
82 </cd:command>
83
84 <cd:command name="startstop" generated="yes" variant="example:argument" level="document" category="structure" file="core-sys.mkxl">
85 <cd:sequence>
86 <cd:variable value="startstop"/>
87 </cd:sequence>
88 <cd:arguments>
89 <cd:assignments list="yes" optional="yes">
90 <cd:inherit name="setupstartstop"/>
91 </cd:assignments>
92 <cd:content/>
93 </cd:arguments>
94 </cd:command>
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 <cd:command name="" type="environment" level="document" category="structure" file="core-sys.mkxl">
122 <cd:arguments>
123 <cd:resolve name="keyword-name-optional"/>
124 </cd:arguments>
125 </cd:command>
126
127</cd:interface>
128 |