This file is indexed.

/usr/share/doc/libjs-jquery-meiomask/fixed_chars is in libjs-jquery-meiomask 10-2ubuntu2.

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
/*
By default meiomask haves some fixed characters that can be used
to make the masks. You can change the regular expression that matches
the fixed chars by changing the ‘fixedChars’ string.
The default one is shown bellow:
*/

$.mask.fixedChars = '[(),.:/ -]';