Home
last modified time | relevance | path

Searched refs:set_threshold (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dlog.py50 def set_threshold(level, force=False): function
70 set_threshold(ERROR, force)
72 set_threshold(WARN, force)
74 set_threshold(INFO, force)
76 set_threshold(DEBUG, force)
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/
H A Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/dports/lang/python27/Python-2.7.18/Lib/distutils/
H A Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/
H A Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python37/Python-3.7.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python38/Python-3.8.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/
H A Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/dports/www/perlbal/Perlbal-1.80/t/
H A D45-buffereduploads.t138 set_threshold('size', $size || 0);
139 set_threshold('rate', $rate || 0);
140 set_threshold('time', $time || 0);
143 sub set_threshold {
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Application/Stats/
H A DPopularAction.php88 $browse->set_threshold($thresh_value);
98 $browse->set_threshold($thresh_value);
108 $browse->set_threshold($thresh_value);
132 $browse->set_threshold($thresh_value);
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Djackpeaklim_ext.cc63 extern "C" PyObject* set_threshold (PyObject *self, PyObject *args) in set_threshold() function
71 J->peaklim ()->set_threshold (threshold); in set_threshold()
93 {"set_threshold", set_threshold, METH_VARARGS, "Set threshold."},
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/tests/
H A Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
/dports/lang/python27/Python-2.7.18/Lib/distutils/tests/
H A Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/tests/
H A Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/tests/
H A Dregression_test.py12 gc.set_threshold(1, 1, 1) # fail fast
30 gc.set_threshold(*threshold)

12345678910>>...26