This file is indexed.

/usr/share/xul-ext/automatic-save-folder/content/help/variables.xhtml is in xul-ext-automatic-save-folder 1.0.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" [
<!ENTITY % variablesDTD SYSTEM "chrome://asf/locale/variables.dtd" >
%variablesDTD;
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- ***** BEGIN LICENSE BLOCK *****
	Copyright 2007-2010 Éric Cassar (Cyan)

    This file is part of "Automatic Save Folder".
    You may find the license in the LICENSE file

    ***** END LICENSE BLOCK ***** -->
<body>
<table border="0" style="font-size:12px; margin-top:0px;">
	<tr>
		<td align="left" valign="top">
			<u style="font-size:15px">&Year;</u><br/>
			<b>%Y%</b> = 2009, 2012<br/>
			<b>%y%</b> = 09, 12<br/>
			
		</td>
		<td align="left" valign="top">
			<u style="font-size:15px">&Month;</u><br/>
			<b>%m%</b> = &Month.wleadingzero;<br/>
			<b>%n%</b> = &Month.woleadingzero;<br/>
			<b>%F%</b> = &Month.fullname;<br/>
			<b>%M%</b> = &Month.abbr;<br/>
		</td>
		<td align="left" valign="top">
			<u style="font-size:15px">&Week;</u><br/>
			<b>%W%</b> = &Week.wleadingzero;<br/>
		</td>
		<td align="left" valign="top">
			<u style="font-size:15px">&Day;</u><br/>
			<b>%d%</b> = &Day.wleadingzero;<br/>
			<b>%j%</b> = &Day.woleadingzero;<br/>
			<b>%w%</b> = &DayOfTheWeek;<br/>
			<b>%l%</b> = &DayOfTheWeek.fullname;<br/>
			<b>%D%</b> = &DayOfTheWeek.abbr;<br/>
		</td>
	</tr>
	<tr>
		<td colspan="4" valign="top">
			<br/>
			<u style="font-size:15px">&Special.tags;</u> :<br/>
			<table style="font-size:12px;">
				<tr>
					<td valign="top"><b>%asf_D%</b></td><td>= &asf_D;</td>
				</tr>
				<tr>
					<td valign="top"><b>%asf_F%</b></td><td>= &asf_F;</td>
				</tr>
				<tr>
					<td valign="top"><b>%asf_Fx%</b></td><td>= &asf_Fx;</td>
				</tr>
				<tr>
					<td valign="top"><b>%asf_d%</b></td><td>= &asf_d;</td>
				</tr>
				<tr>
					<td valign="top"><b>%asf_f%</b></td><td>= &asf_f;</td>
				</tr>
				<tr>
					<td valign="top"><b>%asf_x%</b></td><td>= &asf_x;</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td colspan="4" valign="top">
			<br/>
			<u style="font-size:15px">&Capture.tags;</u> :<br/>
							
				<b>$[&number;]d</b> = &Capture.d;
				<br/>
				<br/>
				<b>$[&number;]f</b> =  &Capture.f;
					<br/>&Capture.example;
				<br/>
				<br/>	
				<b>%asf_rd%</b><u>&Regexp;</u><b>%asf_rd%</b><br/>
				&Capture.rd;
				<br/>
				<br/>
				<b>%asf_rf%</b><u>&Regexp;</u><b>%asf_rf%</b><br/>
				&Capture.rf;
				<br/>
		</td>
	</tr>
	<tr>
		<td colspan="4" valign="top">
			<br/>
			<b>&Attention;</b> : &Attention.text;<br/>
		</td>
	</tr>
</table></body></html>