This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/publishprojectdlg.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
object PublishProjectDialog: TPublishProjectDialog
  Left = 319
  Height = 531
  Top = 146
  Width = 484
  BorderIcons = [biSystemMenu]
  Caption = 'Publish Project'
  ClientHeight = 531
  ClientWidth = 484
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object DestDirGroupBox: TGroupBox
    Left = 6
    Height = 111
    Top = 6
    Width = 472
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'Destination directory'
    ClientHeight = 93
    ClientWidth = 468
    TabOrder = 0
    OnResize = DestDirGroupBoxRESIZE
    object CommandAfterLabel: TLabel
      Left = 6
      Height = 14
      Top = 33
      Width = 442
      Anchors = [akTop, akLeft, akRight]
      Caption = 'Command after:'
      ParentColor = False
    end
    object DestDirComboBox: TComboBox
      Left = 6
      Height = 21
      Top = 1
      Width = 406
      Anchors = [akTop, akLeft, akRight]
      ItemHeight = 13
      TabOrder = 0
      Text = 'DestDirComboBox'
    end
    object BrowseDestDirBitBtn: TBitBtn
      AnchorSideBottom.Control = DestDirComboBox
      AnchorSideBottom.Side = asrBottom
      Left = 412
      Height = 21
      Top = 1
      Width = 38
      Anchors = [akTop, akRight, akBottom]
      AutoSize = True
      Caption = '...'
      NumGlyphs = 0
      OnClick = BrowseDestDirBitBtnCLICK
      TabOrder = 1
    end
    object CommandAfterCombobox: TComboBox
      Left = 6
      Height = 21
      Top = 58
      Width = 444
      Anchors = [akTop, akLeft, akRight]
      ItemHeight = 13
      TabOrder = 2
      Text = 'CommandAfterCombobox'
    end
  end
  object FilesGroupbox: TGroupBox
    Left = 6
    Height = 47
    Top = 123
    Width = 472
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Files'
    ClientHeight = 29
    ClientWidth = 468
    TabOrder = 1
    object IgnoreBinariesCheckbox: TCheckBox
      Left = 6
      Height = 17
      Top = 6
      Width = 456
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'Ignore binaries'
      TabOrder = 0
    end
  end
  object ProjectInfoGroupbox: TGroupBox
    Left = 6
    Height = 70
    Top = 364
    Width = 472
    Align = alTop
    AutoSize = True
    BorderSpacing.Around = 6
    Caption = 'Project Information'
    ClientHeight = 52
    ClientWidth = 468
    TabOrder = 4
    object SaveClosedEditorFilesInfoCheckbox: TCheckBox
      Left = 6
      Height = 17
      Top = 6
      Width = 456
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'Save editor info of closed files'
      TabOrder = 0
    end
    object SaveEditorInfoOfNonProjectFilesCheckbox: TCheckBox
      Left = 6
      Height = 17
      Top = 29
      Width = 456
      Align = alTop
      BorderSpacing.Around = 6
      Caption = 'Save editor info of non project files'
      TabOrder = 1
    end
  end
  object IncludeFilterGroupbox: TGroupBox
    Left = 6
    Height = 88
    Top = 176
    Width = 472
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'Include Filter'
    ClientHeight = 70
    ClientWidth = 468
    TabOrder = 2
    TabStop = True
    object UseIncludeFilterCheckbox: TCheckBox
      Left = 6
      Height = 17
      Top = 1
      Width = 101
      Caption = 'Use Include Filter'
      TabOrder = 0
    end
    object IncFilterSimpleSyntaxCheckbox: TCheckBox
      AnchorSideLeft.Control = UseIncludeFilterCheckbox
      AnchorSideLeft.Side = asrBottom
      Left = 119
      Height = 17
      Top = 1
      Width = 85
      BorderSpacing.Left = 12
      Caption = 'Simple Syntax'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
    end
    object IncludeFilterCombobox: TComboBox
      Left = 6
      Height = 21
      Top = 33
      Width = 444
      Anchors = [akTop, akLeft, akRight]
      ItemHeight = 13
      TabOrder = 2
      Text = 'IncludeFilterCombobox'
    end
  end
  object ExcludeFilterGroupbox: TGroupBox
    Left = 6
    Height = 88
    Top = 270
    Width = 472
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'Exclude Filter'
    ClientHeight = 70
    ClientWidth = 468
    TabOrder = 3
    TabStop = True
    object UseExcludeFilterCheckbox: TCheckBox
      Left = 6
      Height = 17
      Top = 1
      Width = 103
      Caption = 'Use Exclude Filter'
      TabOrder = 0
    end
    object ExcFilterSimpleSyntaxCheckbox: TCheckBox
      AnchorSideLeft.Control = UseExcludeFilterCheckbox
      AnchorSideLeft.Side = asrBottom
      Left = 121
      Height = 17
      Top = 1
      Width = 85
      BorderSpacing.Left = 12
      Caption = 'Simple Syntax'
      ParentShowHint = False
      ShowHint = True
      TabOrder = 1
    end
    object ExcludeFilterCombobox: TComboBox
      Left = 6
      Height = 21
      Top = 33
      Width = 446
      Anchors = [akTop, akLeft, akRight]
      ItemHeight = 13
      TabOrder = 2
      Text = 'ExcludeFilterCombobox'
    end
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 26
    Top = 499
    Width = 472
    TabOrder = 5
    ShowBevel = False
  end
end