Home
last modified time | relevance | path

Searched refs:configint (Results 1 – 25 of 58) sorted by relevance

123

/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-check-config.t13 > foo = ui.configint('ui', 'missingint')
18 > foo = ui.configint('ui', 'intdefault', default=1)
19 > foo = ui.configint('ui', 'intdefault', default=42)
21 > foo = ui.configint('ui', 'intdefault2', default=1)
23 > foo = ui.configint('ui', 'intdefault2', default=42)
34 foo = ui.configint('ui', 'intdefault', default=42)
H A Dtest-ui-config.py77 print(pprint(testui.configint(b'values', b'int1')))
78 print(pprint(testui.configint(b'values', b'int2')))
128 testui.configint(b'values', b'intinvalid')
H A Dtest-trusted.py308 u.configint(b'foo', b'int', 0),
309 u.configint(b'foo', b'int', 0, untrusted=True),
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dprofiling.py42 limit = ui.configint(b'profiling', b'limit')
43 climit = ui.configint(b'profiling', b'nested')
89 freq = ui.configint(b'profiling', b'freq')
116 freq = ui.configint(b'profiling', b'freq')
H A Dsetdiscovery.py315 initialsamplesize = ui.configint(b'devel', b'discovery.sample-size.initial')
316 fullsamplesize = ui.configint(b'devel', b'discovery.sample-size')
H A Dvfs.py676 minfilecount = ui.configint(b'worker', b'backgroundcloseminfilecount')
682 maxqueue = ui.configint(b'worker', b'backgroundclosemaxqueue')
683 threadcount = ui.configint(b'worker', b'backgroundclosethreadcount')
H A Dwireprotoserver.py145 b'httpheader=%d' % repo.ui.configint(b'server', b'maxhttpheaderlen')
358 level = ui.configint(b'server', b'%slevel' % engine.name())
370 opts = {b'level': ui.configint(b'server', b'zliblevel')}
/dports/devel/mercurial/mercurial-6.0/mercurial/hgweb/
H A Dhgweb_mod.py128 self.maxchanges = self.configint(b'web', b'maxchanges')
129 self.stripecount = self.configint(b'web', b'stripes')
130 self.maxshortchanges = self.configint(b'web', b'maxshortchanges')
131 self.maxfiles = self.configint(b'web', b'maxfiles')
157 def configint(self, *args, **kwargs): member in requestcontext
159 return self.repo.ui.configint(*args, **kwargs)
/dports/devel/mercurial/mercurial-6.0/hgext/remotefilelog/
H A Drepack.py274 b'gencountlimit': ui.configint(b'remotefilelog', b'data.gencountlimit'),
276 b'maxrepackpacks': ui.configint(
295 b'gencountlimit': ui.configint(
301 b'maxrepackpacks': ui.configint(
409 ttl = repo.ui.configint(b'remotefilelog', b'nodettl')
596 maxchainlen = ui.configint(b'packs', b'maxchainlen', 1000)
H A Dfileserverclient.py422 step = self.ui.configint(
445 batchsize = self.ui.configint(
/dports/devel/git-cinnabar/git-cinnabar-0.5.8/CI/
H A Dhg-serve-exec.py169 ('', ui.configint(b'serve', b'otherport', 8080)),
194 b'port': ui.configint(b'web', b'port', 8000),
/dports/devel/mercurial/mercurial-6.0/mercurial/upgrade_utils/
H A Dactions.py452 level = repo.ui.configint(b'storage', b'revlog.zlib.level')
454 level = repo.ui.configint(b'storage', b'revlog.zstd.level')
464 level = repo.ui.configint(b'storage', b'revlog.zlib.level')
466 level = repo.ui.configint(b'storage', b'revlog.zstd.level')
/dports/devel/mercurial/mercurial-6.0/hgext/
H A Dautomv.py64 threshold = ui.configint(b'automv', b'similarity')
H A Dblackbox.py118 self._maxfiles = ui.configint(b'blackbox', b'maxfiles')
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/hgqt/
H A Dhgconfig.py63 data = self._ui.configint(_tobytes(section), _tobytes(name),
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/external_tools/
H A Drobustcheckout.py287 jittermin = ui.configint('robustcheckout', 'retryjittermin', 1000)
288 jittermax = ui.configint('robustcheckout', 'retryjittermax', 5000)
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/topic/
H A Drandomname.py1012 if ui.configint(b"devel", b"randomseed"):
1013 random.seed(ui.configint(b"devel", b"randomseed"))
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/evolve/
H A Dutility.py64 maxrevs = repo.ui.configint(b'experimental', b'obshashrange.max-revs')
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/external_tools/
H A Drobustcheckout.py463 jittermin = ui.configint(b"robustcheckout", b"retryjittermin", 1000)
464 jittermax = ui.configint(b"robustcheckout", b"retryjittermax", 5000)
/dports/devel/mercurial/mercurial-6.0/hgext/convert/
H A Dgit.py88 similarity = ui.configint(b'convert', b'git.similarity')
99 renamelimit = ui.configint(b'convert', b'git.renamelimit')
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/run-task/
H A Drobustcheckout.py383 jittermin = ui.configint(b'robustcheckout', b'retryjittermin', 1000)
384 jittermax = ui.configint(b'robustcheckout', b'retryjittermax', 5000)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/external_tools/
H A Drobustcheckout.py489 jittermin = ui.configint('robustcheckout', 'retryjittermin', 1000)
490 jittermax = ui.configint('robustcheckout', 'retryjittermax', 5000)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/external_tools/
H A Drobustcheckout.py384 jittermin = ui.configint(b'robustcheckout', b'retryjittermin', 1000)
385 jittermax = ui.configint(b'robustcheckout', b'retryjittermax', 5000)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/external_tools/
H A Drobustcheckout.py463 jittermin = ui.configint(b"robustcheckout", b"retryjittermin", 1000)
464 jittermax = ui.configint(b"robustcheckout", b"retryjittermax", 5000)
/dports/devel/mercurial/mercurial-6.0/hgext/fastannotate/
H A Dprotocol.py218 threshold = repo.ui.configint(b'fastannotate', b'clientfetchthreshold', 10)

123