Home
last modified time | relevance | path

Searched refs:rotateLength (Results 1 – 13 of 13) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/test-suite/buildbot/Cineca_farm/
H A Dbuildbot.tac7 rotateLength = 10000000
24 logfile = LogFile.fromFullPath(os.path.join(basedir, "twistd.log"), rotateLength=rotateLength,
30 m.log_rotation.rotateLength = rotateLength
H A Dbuildbot-slave.tac8 rotateLength = 512000
23 logfile = LogFile.fromFullPath(os.path.join(basedir, "twistd.log"), rotateLength=rotateLength,
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/scripts/
H A Dbuildbot_tac.tmpl12 rotateLength = {{ '%d' | format(log_size) }}
30 logfile = LogFile.fromFullPath(os.path.join(basedir, "twistd.log"), rotateLength=rotateLength,
38 m.log_rotation.rotateLength = rotateLength
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/www/
H A Dservice.py145 def __init__(self, root, logPath, rotateLength, maxRotatedFiles): argument
147 self.rotateLength = rotateLength
154 path, rotateLength=self.rotateLength, maxRotatedFiles=self.maxRotatedFiles)
321 rotateLength = new_config.www.get(
322 'logRotateLength') or self.master.log_rotation.rotateLength
330 self.site = BuildbotSite(root, logPath=httplog, rotateLength=rotateLength,
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dlogfile.py151 rotateLength=1000000, argument
172 self.rotateLength = rotateLength
183 return self.rotateLength and self.size >= self.rotateLength
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dlogfile.py143 def __init__(self, name, directory, rotateLength=1000000, defaultMode=None, argument
162 self.rotateLength = rotateLength
173 return self.rotateLength and self.size >= self.rotateLength
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_logfile.py46 log = logfile.LogFile(self.name, self.dir, rotateLength=10)
172 log = logfile.LogFile(self.name, self.dir, rotateLength=10,
197 self.assertEqual(log1.rotateLength, log2.rotateLength)
/dports/devel/py-twisted/Twisted-22.1.0/docs/core/examples/
H A Drotatinglog.py12 f = logfile.LogFile("test.log", "/tmp", rotateLength=100)
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/test/
H A Dtest_logfile.py66 logfile.LogFile(self.name, self.dir, rotateLength=10)
214 log = logfile.LogFile(self.name, self.dir, rotateLength=10, maxRotatedFiles=3)
243 self.assertEqual(log1.rotateLength, log2.rotateLength)
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/fake/
H A Dfakemaster.py76 rotateLength = 42 variable in FakeLogRotation
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dmaster.py58 self.rotateLength = 1 * 1000 * 1000
/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A D0.8.9.rst247 * The `rotateLength` and `maxRotatedFile` arguments are no longer treated as strings in :file:`buil…
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api14616 twisted.python.logfile.LogFile.__init__?1(self, name, directory, rotateLength=1000000, defaultMode=…
14623 twisted.python.logfile.LogFile?1(name, directory, rotateLength=1000000, defaultMode=None)