This file is indexed.

/usr/lib/lazarus/0.9.30.4/packager/adddirtopkgdlg.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
object AddDirToPkgDialog: TAddDirToPkgDialog
  Left = 305
  Height = 366
  Top = 261
  Width = 400
  ActiveControl = DirEdit
  Caption = 'AddDirToPkgDialog'
  ClientHeight = 366
  ClientWidth = 400
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '0.9.25'
  object DirGroupBox: TGroupBox
    Height = 86
    Width = 400
    Align = alTop
    AutoSize = True
    Caption = 'DirGroupBox'
    ClientHeight = 67
    ClientWidth = 396
    TabOrder = 0
    object DirEdit: TEdit
      AnchorSideLeft.Control = DirGroupBox
      AnchorSideTop.Control = DirGroupBox
      AnchorSideRight.Control = DirButton
      Left = 6
      Height = 27
      Top = 6
      Width = 360
      Anchors = [akTop, akLeft, akRight]
      AutoSize = True
      BorderSpacing.Left = 6
      BorderSpacing.Top = 6
      TabOrder = 0
      Text = 'DirEdit'
    end
    object DirButton: TButton
      AnchorSideTop.Control = DirEdit
      AnchorSideTop.Side = asrCenter
      AnchorSideRight.Control = DirGroupBox
      AnchorSideRight.Side = asrBottom
      Left = 366
      Height = 29
      Top = 5
      Width = 24
      Anchors = [akTop, akRight]
      AutoSize = True
      BorderSpacing.Top = 6
      BorderSpacing.Right = 6
      Caption = '...'
      OnClick = DirButtonClick
      TabOrder = 1
    end
    object SubDirCheckBox: TCheckBox
      AnchorSideLeft.Control = DirGroupBox
      AnchorSideTop.Control = DirEdit
      AnchorSideTop.Side = asrBottom
      Left = 6
      Height = 22
      Top = 39
      Width = 130
      BorderSpacing.Around = 6
      Caption = 'SubDirCheckBox'
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
  end
  object IncludeGroupBox: TGroupBox
    Height = 116
    Top = 86
    Width = 400
    Align = alTop
    AutoSize = True
    Caption = 'IncludeGroupBox'
    ClientHeight = 97
    ClientWidth = 396
    TabOrder = 1
    object IncludeRegExCheckBox: TCheckBox
      Left = 6
      Height = 22
      Top = 41
      Width = 384
      Align = alClient
      BorderSpacing.Around = 6
      Caption = 'IncludeRegExCheckBox'
      TabOrder = 0
    end
    object IncludeFilterCombobox: TComboBox
      Left = 6
      Height = 29
      Top = 6
      Width = 384
      Align = alTop
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
      BorderSpacing.Around = 6
      MaxLength = 0
      TabOrder = 1
      Text = 'IncludeFilterCombobox'
    end
    object OnlyTextCheckBox: TCheckBox
      Left = 6
      Height = 22
      Top = 69
      Width = 384
      Align = alBottom
      BorderSpacing.Around = 6
      Caption = 'OnlyTextCheckBox'
      Checked = True
      State = cbChecked
      TabOrder = 2
    end
  end
  object ExcludeGroupBox: TGroupBox
    Height = 88
    Top = 202
    Width = 400
    Align = alTop
    AutoSize = True
    Caption = 'ExcludeGroupBox'
    ClientHeight = 69
    ClientWidth = 396
    TabOrder = 2
    object ExcludeRegExCheckBox: TCheckBox
      Left = 6
      Height = 22
      Top = 41
      Width = 384
      Align = alClient
      BorderSpacing.Around = 6
      Caption = 'ExcludeRegExCheckBox'
      TabOrder = 0
    end
    object ExcludeFilterCombobox: TComboBox
      Left = 6
      Height = 29
      Top = 6
      Width = 384
      Align = alTop
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
      BorderSpacing.Around = 6
      MaxLength = 0
      TabOrder = 1
      Text = 'ExcludeFilterCombobox'
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 50
    Top = 316
    Width = 388
    Align = alBottom
    AutoSize = True
    TabOrder = 3
    ShowButtons = [pbOK, pbCancel]
  end
end