File: fixedtime-2.xml

package info (click to toggle)
tablix2 0.3.5-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 9,920 kB
  • ctags: 3,351
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 852; perl: 564; yacc: 289; sed: 16
file content (41 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (5)
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
<!--
BEGIN TTF BLOCK
(test-ttf
	(or 
		(time 0 18)
		(time 0 19)
		(time 0 20)
		(time 0 21)
		(time 0 22)
		(time 0 23)
	)
	(or 
		(time 1 18)
		(time 1 19)
		(time 1 20)
		(time 1 21)
		(time 1 22)
		(time 1 23)
	)
)
END TTF BLOCK
-->
<ttm version="0.2.0">
	<modules>
		<module name="fixedtime.so" weight="60" mandatory="yes"/> 
	</modules>

	<resources>
		<variable>
			<resourcetype type="time">
				<matrix width="5" height="6"/>
			</resourcetype>
		</variable>
	</resources>

	<events>
		<event name="test" repeats="2">
			<restriction type="fixed-day">3</restriction>
		</event>
	</events>
</ttm>