This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/GroundwaterForm.py is in code-saturne-data 4.3.3+repack-1build1.

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
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'GroundwaterForm.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    def _fromUtf8(s):
        return s

try:
    _encoding = QtGui.QApplication.UnicodeUTF8
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig)

class Ui_GroundwaterForm(object):
    def setupUi(self, GroundwaterForm):
        GroundwaterForm.setObjectName(_fromUtf8("GroundwaterForm"))
        GroundwaterForm.resize(361, 303)
        self.gridLayout_4 = QtGui.QGridLayout(GroundwaterForm)
        self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4"))
        spacerItem = QtGui.QSpacerItem(5, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_4.addItem(spacerItem, 0, 0, 1, 1)
        self.groupBoxGroundwaterOptions = QtGui.QGroupBox(GroundwaterForm)
        self.groupBoxGroundwaterOptions.setObjectName(_fromUtf8("groupBoxGroundwaterOptions"))
        self.gridLayout_3 = QtGui.QGridLayout(self.groupBoxGroundwaterOptions)
        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
        self.groupBox = QtGui.QGroupBox(self.groupBoxGroundwaterOptions)
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
        self.gridLayout_2 = QtGui.QGridLayout(self.groupBox)
        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
        self.labelFlowType = QtGui.QLabel(self.groupBox)
        self.labelFlowType.setObjectName(_fromUtf8("labelFlowType"))
        self.gridLayout_2.addWidget(self.labelFlowType, 0, 0, 1, 1)
        self.comboBoxFlowType = QtGui.QComboBox(self.groupBox)
        self.comboBoxFlowType.setMinimumSize(QtCore.QSize(100, 0))
        self.comboBoxFlowType.setMaximumSize(QtCore.QSize(100, 16777215))
        self.comboBoxFlowType.setObjectName(_fromUtf8("comboBoxFlowType"))
        self.gridLayout_2.addWidget(self.comboBoxFlowType, 0, 1, 1, 1)
        self.labelUnsaturated = QtGui.QLabel(self.groupBox)
        self.labelUnsaturated.setObjectName(_fromUtf8("labelUnsaturated"))
        self.gridLayout_2.addWidget(self.labelUnsaturated, 1, 0, 1, 1)
        self.comboBoxUnsaturated = QtGui.QComboBox(self.groupBox)
        self.comboBoxUnsaturated.setMinimumSize(QtCore.QSize(100, 0))
        self.comboBoxUnsaturated.setMaximumSize(QtCore.QSize(100, 16777215))
        self.comboBoxUnsaturated.setObjectName(_fromUtf8("comboBoxUnsaturated"))
        self.gridLayout_2.addWidget(self.comboBoxUnsaturated, 1, 1, 1, 1)
        self.labelPermeability = QtGui.QLabel(self.groupBox)
        self.labelPermeability.setObjectName(_fromUtf8("labelPermeability"))
        self.gridLayout_2.addWidget(self.labelPermeability, 2, 0, 1, 1)
        self.comboBoxPermeability = QtGui.QComboBox(self.groupBox)
        self.comboBoxPermeability.setMinimumSize(QtCore.QSize(100, 0))
        self.comboBoxPermeability.setMaximumSize(QtCore.QSize(100, 16777215))
        self.comboBoxPermeability.setObjectName(_fromUtf8("comboBoxPermeability"))
        self.gridLayout_2.addWidget(self.comboBoxPermeability, 2, 1, 1, 1)
        self.checkBoxGravity = QtGui.QCheckBox(self.groupBox)
        self.checkBoxGravity.setObjectName(_fromUtf8("checkBoxGravity"))
        self.gridLayout_2.addWidget(self.checkBoxGravity, 3, 0, 1, 1)
        self.gridLayout_3.addWidget(self.groupBox, 0, 0, 1, 1)
        self.groupBox_2 = QtGui.QGroupBox(self.groupBoxGroundwaterOptions)
        self.groupBox_2.setObjectName(_fromUtf8("groupBox_2"))
        self.gridLayout = QtGui.QGridLayout(self.groupBox_2)
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.labelDispersion = QtGui.QLabel(self.groupBox_2)
        self.labelDispersion.setObjectName(_fromUtf8("labelDispersion"))
        self.gridLayout.addWidget(self.labelDispersion, 0, 0, 1, 1)
        self.comboBoxDispersion = QtGui.QComboBox(self.groupBox_2)
        self.comboBoxDispersion.setMinimumSize(QtCore.QSize(100, 0))
        self.comboBoxDispersion.setMaximumSize(QtCore.QSize(100, 16777215))
        self.comboBoxDispersion.setObjectName(_fromUtf8("comboBoxDispersion"))
        self.gridLayout.addWidget(self.comboBoxDispersion, 0, 1, 1, 1)
        self.label = QtGui.QLabel(self.groupBox_2)
        self.label.setObjectName(_fromUtf8("label"))
        self.gridLayout.addWidget(self.label, 1, 0, 1, 2)
        self.gridLayout_3.addWidget(self.groupBox_2, 1, 0, 1, 1)
        self.gridLayout_4.addWidget(self.groupBoxGroundwaterOptions, 0, 1, 1, 1)
        spacerItem1 = QtGui.QSpacerItem(5, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_4.addItem(spacerItem1, 0, 2, 1, 1)
        spacerItem2 = QtGui.QSpacerItem(16, 16, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_4.addItem(spacerItem2, 1, 1, 1, 1)

        self.retranslateUi(GroundwaterForm)
        QtCore.QMetaObject.connectSlotsByName(GroundwaterForm)

    def retranslateUi(self, GroundwaterForm):
        GroundwaterForm.setWindowTitle(_translate("GroundwaterForm", "Form", None))
        self.groupBoxGroundwaterOptions.setTitle(_translate("GroundwaterForm", "darcy model options", None))
        self.groupBox.setTitle(_translate("GroundwaterForm", "Richards equation", None))
        self.labelFlowType.setText(_translate("GroundwaterForm", "flow type", None))
        self.labelUnsaturated.setText(_translate("GroundwaterForm", "Unsaturated zone", None))
        self.labelPermeability.setText(_translate("GroundwaterForm", "permeability", None))
        self.checkBoxGravity.setText(_translate("GroundwaterForm", "gravity is taken into account", None))
        self.groupBox_2.setTitle(_translate("GroundwaterForm", "Transport equation", None))
        self.labelDispersion.setText(_translate("GroundwaterForm", "dispersion", None))
        self.label.setText(_translate("GroundwaterForm", "Remark: please note that the radioactive decay\n"
"             is treated in the source term section", None))

import resources_pages_rc