This file is indexed.

/usr/share/glib-2.0/schemas/org.regexxer.gschema.xml is in regexxer 0.10-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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
   <flags id="draw-space-flags">
    <value value="1" nick="space"/>
    <value value="2" nick="tab"/>
    <value value="4" nick="new-line"/>
    <value value="8" nick="nbsp"/>
  </flags>

  <schema path="/apps/regexxer/" id="org.regexxer">
    <key type="as" name="files-patterns">
      <default>['*.[ch]','*.{c,cc,cpp,cxx,c++,C,h,hh,hpp,hxx,h++}','*.{ccg,hg}','*.idl','*.{java,jsp}','*.{pl,pm,cgi}','*.py','*.php[0-9]?','*.{html,htm,shtml,js,wml}','*.{xml,xsl,css,dtd,xsd}']</default>
      <summary>File Patterns</summary>
      <description>List of pre-defined patterns available in the 'Pattern' entry.</description>
    </key>

    <key type="as" name="regex-patterns">
      <default>[]</default>
      <summary>Regex Patterns</summary>
      <description>List of last patterns used in the 'Regex' entry.</description>
    </key>

    <key type="as" name="substitution-patterns">
      <default>[]</default>
      <summary>Regex Patterns</summary>
      <description>List of last patterns used in the 'Substitution' entry.</description>
    </key>

    <key type="s" name="textview-font">
      <default>'Monospace 10'</default>
      <summary>Text view font</summary>
      <description>The font used in the file editor.</description>
    </key>

    <key type="s" name="match-color">
      <default>'#9DB8D2'</default>
      <summary>Match color</summary>
      <description>The background color used to highlight matches of the search expression.</description>
    </key>

    <key type="s" name="current-match-color">
      <default>'#EED680'</default>
      <summary>Current-match color</summary>
      <description>The background color used to highlight the currently selected match of the search expression.</description>
    </key>

    <key type="s" name="fallback-encoding">
      <default>'ISO-8859-15'</default>
      <summary>Fallback encoding</summary>
      <description>Name of the character encoding to use if a file is not readable in either UTF-8 or the codeset specified by the current locale. Try "iconv --list" for a complete list of possible values.</description>
    </key>

    <key type="i" name="window-width">
      <default>800</default>
      <summary>window width</summary>
      <description>The width of the window.</description>
    </key>

    <key type="i" name="window-height">
      <default>600</default>
      <summary>window height</summary>
      <description>The height of the window.</description>
    </key>

    <key type="i" name="window-position-x">
      <default>10</default>
      <summary>window x position</summary>
      <description>The X coordinate of the window.</description>
    </key>

    <key type="i" name="window-position-y">
      <default>10</default>
      <summary>window y position</summary>
      <description>The Y coordinate of the window.</description>
    </key>

    <key type="b" name="window-maximized">
      <default>false</default>
      <summary>window maximization</summary>
      <description>Whether the window is maximized.</description>
    </key>

    <key type="b" name="show-line-numbers">
      <default>true</default>
      <summary>Show line numbers</summary>
      <description>Whether to show the line numbers of the text view.</description>
    </key>

    <key type="b" name="highlight-current-line">
      <default>true</default>
      <summary>Highlight the current line</summary>
      <description>Whether to highlight the current line of the text view.</description>
    </key>

    <key type="b" name="auto-indentation">
      <default>true</default>
      <summary>Auto indentation</summary>
      <description>Whether to enable auto indentation in the text view.</description>
    </key>

    <key name="draw-space" flags="draw-space-flags">
      <default>["space","tab"]</default>
      <summary>Draw spaces</summary>
      <description>Which type of space to draw in the text view.</description>
    </key>
  </schema>
</schemalist>