This file is indexed.

/usr/share/xul-ext/automatic-save-folder/content/help/regexp.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
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?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 % regexpDTD SYSTEM "chrome://asf/locale/regexp.dtd" >
%regexpDTD;
]>
<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 style="background-color:#FFFFFF;">
<p>&Intro_1;</p>
<p>&Intro_2;</p>


<h2>&Title_1;</h2>
<p>&Intro_3;</p>

<ul>
	<li><strong>&The.dot.title;</strong><br />
		&The.dot.text;
		<br /><br />
	</li>
	<li><strong>&The.asterisk.title;</strong><br />
		&The.asterisk.text;
		<br /><br />
	</li>
	<li><strong>&The.caret.title;</strong><br />
		&The.caret.text;
		<br /><br />
	</li>
	<li><strong>&The.dollar.title;</strong><br />
		&The.dollar.text;
		<br /><br />
	</li>
	<li><strong>&The.braces.title;</strong><br />
		&The.braces.text;
		<br /><br />
	</li>
	<li><strong>&The.parenthesis.title;</strong><br />
		&The.parenthesis.text;
		<br /><br />
	</li>
	<li><strong>&The.question.title;</strong><br />
		&The.question.text;
		<br /><br />
	</li>
	<li><strong>&The.bracket.title;</strong><br />
		&The.bracket.text;
		<br /><br />
	</li>
	<li><strong>&The.backslash.title;</strong><br />
		&The.backslash.text;
		<br /><br />
	</li>
</ul>
<br />
<br />
<p>&The.backslash.info;</p>
<table border="0" style="width:400px; border-collapse:collapse;">
	<tr>
		<td>\ → \\
		</td>
		<td>. → \.
		</td>
		<td>* → \*
		</td>
		<td>? → \?
		</td>
		<td>^ → \^
		</td>		
	</tr>
	<tr>
		<td>$ → \$
		</td>
		<td>( → \(
		</td>
		<td>) → \)
		</td>
		<td>{ → \{
		</td>
		<td>} → \}
		</td>		
	</tr>
	<tr>
		<td>[ → \[
		</td>
		<td>] → \]
		</td>
		<td> / → \/
		</td>
		<td>
		</td>
		<td>
		</td>		
	</tr>
</table>
<br />
<br />
<br />
<p>&Regexp.links;</p>
<br />
<br />
<br />
<h2>&Example_1.title;</h2>
<p>&Example_1.text;</p>
<br />
<h3>&Example_2.title;</h3>
<p>&Example_2.text;</p>
<br />
<br />
<h2>&Example_3.title;</h2>
<p>&Example_3.text;</p>
<br />
<br />
<h2>&Conclusion.title;</h2>
<p>&Conclusion.text;</p>
<br />
<br />
</body>
</html>