This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/BatchRunningAdvancedOptionsDialogForm.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'BatchRunningAdvancedOptionsDialogForm.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_BatchRunningAdvancedOptionsDialogForm(object):
    def setupUi(self, BatchRunningAdvancedOptionsDialogForm):
        BatchRunningAdvancedOptionsDialogForm.setObjectName(_fromUtf8("BatchRunningAdvancedOptionsDialogForm"))
        BatchRunningAdvancedOptionsDialogForm.resize(461, 335)
        self.gridLayout_2 = QtGui.QGridLayout(BatchRunningAdvancedOptionsDialogForm)
        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
        spacerItem = QtGui.QSpacerItem(7, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_2.addItem(spacerItem, 0, 0, 5, 1)
        self.hboxlayout = QtGui.QHBoxLayout()
        self.hboxlayout.setObjectName(_fromUtf8("hboxlayout"))
        spacerItem1 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem1)
        self.groupBox = QtGui.QGroupBox(BatchRunningAdvancedOptionsDialogForm)
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
        self.gridlayout = QtGui.QGridLayout(self.groupBox)
        self.gridlayout.setObjectName(_fromUtf8("gridlayout"))
        self.hboxlayout1 = QtGui.QHBoxLayout()
        self.hboxlayout1.setObjectName(_fromUtf8("hboxlayout1"))
        spacerItem2 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout1.addItem(spacerItem2)
        self.gridlayout1 = QtGui.QGridLayout()
        self.gridlayout1.setObjectName(_fromUtf8("gridlayout1"))
        self.label_10 = QtGui.QLabel(self.groupBox)
        self.label_10.setObjectName(_fromUtf8("label_10"))
        self.gridlayout1.addWidget(self.label_10, 0, 0, 1, 1)
        spacerItem3 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridlayout1.addItem(spacerItem3, 0, 1, 1, 1)
        self.comboBox_6 = QtGui.QComboBox(self.groupBox)
        self.comboBox_6.setObjectName(_fromUtf8("comboBox_6"))
        self.gridlayout1.addWidget(self.comboBox_6, 0, 2, 1, 1)
        self.label_11 = QtGui.QLabel(self.groupBox)
        self.label_11.setObjectName(_fromUtf8("label_11"))
        self.gridlayout1.addWidget(self.label_11, 1, 0, 1, 1)
        spacerItem4 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridlayout1.addItem(spacerItem4, 1, 1, 1, 1)
        self.comboBox_7 = QtGui.QComboBox(self.groupBox)
        self.comboBox_7.setObjectName(_fromUtf8("comboBox_7"))
        self.gridlayout1.addWidget(self.comboBox_7, 1, 2, 1, 1)
        self.hboxlayout1.addLayout(self.gridlayout1)
        spacerItem5 = QtGui.QSpacerItem(16, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout1.addItem(spacerItem5)
        self.gridlayout.addLayout(self.hboxlayout1, 0, 0, 1, 1)
        self.hboxlayout.addWidget(self.groupBox)
        spacerItem6 = QtGui.QSpacerItem(16, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem6)
        self.gridLayout_2.addLayout(self.hboxlayout, 1, 1, 1, 2)
        self.hboxlayout2 = QtGui.QHBoxLayout()
        self.hboxlayout2.setObjectName(_fromUtf8("hboxlayout2"))
        spacerItem7 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout2.addItem(spacerItem7)
        self.buttonBox = QtGui.QDialogButtonBox(BatchRunningAdvancedOptionsDialogForm)
        self.buttonBox.setLayoutDirection(QtCore.Qt.LeftToRight)
        self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
        self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
        self.buttonBox.setCenterButtons(True)
        self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
        self.hboxlayout2.addWidget(self.buttonBox)
        spacerItem8 = QtGui.QSpacerItem(16, 16, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout2.addItem(spacerItem8)
        self.gridLayout_2.addLayout(self.hboxlayout2, 3, 1, 1, 2)
        spacerItem9 = QtGui.QSpacerItem(17, 13, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_2.addItem(spacerItem9, 5, 1, 1, 1)
        self.gridLayout = QtGui.QGridLayout()
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.label_7 = QtGui.QLabel(BatchRunningAdvancedOptionsDialogForm)
        self.label_7.setObjectName(_fromUtf8("label_7"))
        self.gridLayout.addWidget(self.label_7, 0, 0, 1, 1)
        self.lineEdit_3 = QtGui.QLineEdit(BatchRunningAdvancedOptionsDialogForm)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Ignored, QtGui.QSizePolicy.Fixed)
        sizePolicy.setHorizontalStretch(30)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.lineEdit_3.sizePolicy().hasHeightForWidth())
        self.lineEdit_3.setSizePolicy(sizePolicy)
        self.lineEdit_3.setObjectName(_fromUtf8("lineEdit_3"))
        self.gridLayout.addWidget(self.lineEdit_3, 0, 1, 1, 2)
        self.toolButton_2 = QtGui.QToolButton(BatchRunningAdvancedOptionsDialogForm)
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/new/prefix1/icons/22x22/help.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toolButton_2.setIcon(icon)
        self.toolButton_2.setObjectName(_fromUtf8("toolButton_2"))
        self.gridLayout.addWidget(self.toolButton_2, 0, 3, 1, 1)
        self.gridLayout_2.addLayout(self.gridLayout, 0, 1, 1, 1)

        self.retranslateUi(BatchRunningAdvancedOptionsDialogForm)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), BatchRunningAdvancedOptionsDialogForm.accept)
        QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), BatchRunningAdvancedOptionsDialogForm.reject)
        QtCore.QMetaObject.connectSlotsByName(BatchRunningAdvancedOptionsDialogForm)

    def retranslateUi(self, BatchRunningAdvancedOptionsDialogForm):
        BatchRunningAdvancedOptionsDialogForm.setWindowTitle(_translate("BatchRunningAdvancedOptionsDialogForm", "Dialog", None))
        self.groupBox.setTitle(_translate("BatchRunningAdvancedOptionsDialogForm", "Output redirection management", None))
        self.label_10.setText(_translate("BatchRunningAdvancedOptionsDialogForm", "Redirection for serial job or for \n"
" process rank 0 of parallel job (--log)", None))
        self.label_11.setText(_translate("BatchRunningAdvancedOptionsDialogForm", "Redirection for processes from rank 1 to p\n"
" of parallel job (--logp)", None))
        self.label_7.setText(_translate("BatchRunningAdvancedOptionsDialogForm", "Debug options", None))
        self.lineEdit_3.setToolTip(_translate("BatchRunningAdvancedOptionsDialogForm", "Debugging tool related command-line options fro code execution.", None))
        self.toolButton_2.setText(_translate("BatchRunningAdvancedOptionsDialogForm", "...", None))

import resources_pages_rc