File: fixedtime-3.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 (27 lines) | stat: -rw-r--r-- 484 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
<!--
BEGIN TTF BLOCK
(test-ttf
	(time 0 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="1">
			<restriction type="fixed-day">3</restriction>
			<restriction type="fixed-period">5</restriction>
		</event>
	</events>
</ttm>