summaryrefslogtreecommitdiffstats
path: root/quanta/data/dtep/cfml/cfregistry.tag
blob: 7a88541972186e40522ee13e61fdb482354cdf0b (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
<!DOCTYPE TAGS>
<TAGS>
<tag name="cfregistry" single="1">
	<attr name="action" type="list">
		<items>
			<item>getall</item>
			<item>get</item>
			<item>set</item>
			<item>delete</item>
		</items>
	</attr>
	<attr name="branch" />
	<attr name="entry" />
	<attr name="variable" />
	<attr name="type" type="list">
		<items>
			<item>string</item>
			<item>dword</item>
			<item>key</item>
			<item>any</item>
		</items>
	</attr>
	<attr name="name" />
	<attr name="sort" type="list">
		<items>
			<item>asc</item>
			<item>desc</item>
		</items>
	</attr>
	<attr name="value" />
</tag>
</TAGS>