This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/multireplacedlg.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
object MultiReplaceDialog: TMultiReplaceDialog
  Caption = 'Multiple Replace'
  ClientHeight = 419
  ClientWidth = 609
  HorzScrollBar.Page = 610
  VertScrollBar.Page = 420
  Left = 362
  Height = 419
  Top = 230
  Width = 609
  object ReplaceButton: TButton
    Caption = 'Replace'
    TabStop = True
    TabOrder = 0
    Left = 144
    Height = 25
    Top = 384
    Width = 107
  end
  object CancelButton: TButton
    ModalResult = 2
    Caption = 'Cancel'
    TabStop = True
    TabOrder = 1
    Left = 280
    Height = 25
    Top = 384
    Width = 96
  end
  object OptionsGroupbox: TGroupBox
    Caption = 'Options'
    ClientHeight = 66
    ClientWidth = 500
    ParentColor = True
    ParentCtl3D = False
    TabOrder = 2
    Left = 8
    Height = 83
    Top = 8
    Width = 504
    object ScopeRadiogroup: TRadioGroup
      Caption = 'Scope'
      ItemIndex = 0
      Items.Strings = (
        'Entire Text'
        'Selected Text'
      )
      Left = 7
      Height = 63
      Width = 152
    end
    object OriginRadiogroup: TRadioGroup
      Caption = 'Origin'
      ItemIndex = 0
      Items.Strings = (
        'Entire Scope'
        'From Cursor'
      )
      Left = 175
      Height = 63
      Width = 162
    end
    object DirectionRadiogroup: TRadioGroup
      Caption = 'Direction'
      ItemIndex = 1
      Items.Strings = (
        'Up'
        'Down'
      )
      Left = 351
      Height = 63
      Width = 138
    end
  end
  object ItemsGroupbox: TGroupBox
    Anchors = [aktop, akleft, akright, akbottom]
    Caption = 'Items'
    ClientHeight = 260
    ClientWidth = 593
    ParentColor = True
    ParentCtl3D = False
    TabOrder = 3
    Left = 8
    Height = 277
    Top = 99
    Width = 597
    object PropertiesGroupbox: TGroupBox
      Align = albottom
      Caption = 'Properties'
      ClientHeight = 133
      ClientWidth = 589
      ParentColor = True
      ParentCtl3D = False
      TabOrder = 0
      Height = 150
      Top = 110
      Width = 593
      object Edit1: TEdit
        Anchors = [aktop, akleft, akright]
        Text = 'FindTextEdit'
        TabStop = True
        TabOrder = 0
        Left = 108
        Height = 23
        Top = 1
        Width = 474
      end
      object FindTextLabel: TLabel
        Caption = 'Find Text'
        Layout = tltop
        Left = 8
        Height = 17
        Top = 4
        Width = 100
      end
      object ReplaceWithLabel: TLabel
        Caption = 'Replace With'
        Layout = tltop
        Left = 8
        Height = 17
        Top = 34
        Width = 100
      end
      object Edit2: TEdit
        Anchors = [aktop, akleft, akright]
        Text = 'ReplaceWithEdit'
        TabStop = True
        TabOrder = 3
        Left = 108
        Height = 23
        Top = 33
        Width = 474
      end
      object ItemOptionsCheckgroup: TCheckGroup
        Align = albottom
        Caption = 'Options for this item'
        Items.Strings = (
          'Case Sensitive'
          'Whole Words Only'
          'Regular Expressions'
          'Multi Line'
          'Prompt On Replace'
          'Active'
        )
        Columns = 3
        Height = 70
        Top = 63
        Width = 589
        Data = {
          06000000020202020202
        }
      end
    end
    object ItemsListview: TListView
      Align = alclient
      Columns = <      
        item
          Caption = 'Find Text'
          Visible = True
          Width = 250
        end      
        item
          Caption = 'Replace With'
          Visible = True
          Width = 150
        end      
        item
          Caption = 'Options'
          Visible = True
          Width = 50
        end>
      ViewStyle = vsreport
      Height = 110
      Width = 593
    end
  end
end