Home
last modified time | relevance | path

Searched refs:hName (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtime_hashlib.py41 hName = sys.argv[1] variable
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
60 print "testing speed of hashlib."+hName, getattr(hashlib, hName)
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtime_hashlib.py41 hName = sys.argv[1] variable
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
60 print "testing speed of hashlib."+hName, getattr(hashlib, hName)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtime_hashlib.py41 hName = sys.argv[1] variable
46 if hName in ('_md5', '_sha'):
47 exec 'import '+hName
48 exec 'creatorFunc = '+hName+'.new'
49 print "testing speed of old", hName, "legacy interface"
50 elif hName == '_hashlib' and len(sys.argv) > 3:
54 elif hName == '_hashlib' and len(sys.argv) == 3:
58 elif hasattr(hashlib, hName) and callable(getattr(hashlib, hName)):
59 creatorFunc = getattr(hashlib, hName)
60 print "testing speed of hashlib."+hName, getattr(hashlib, hName)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtime_hashlib.py42 hName = sys.argv[1] variable
47 if hName in ('_md5', '_sha'):
48 exec('import '+hName)
49 exec('creatorFunc = '+hName+'.new')
50 print("testing speed of old", hName, "legacy interface")
51 elif hName == '_hashlib' and len(sys.argv) > 3:
55 elif hName == '_hashlib' and len(sys.argv) == 3:
59 elif hasattr(hashlib, hName) and hasattr(getattr(hashlib, hName), '__call__'):
60 creatorFunc = getattr(hashlib, hName)
61 print("testing speed of hashlib."+hName, getattr(hashlib, hName))
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-rumen/src/main/java/org/apache/hadoop/tools/rumen/datatypes/
H A DNodeName.java95 public NodeName(String rName, String hName) { in NodeName() argument
97 hName = (hName == null || hName.length() == 0) ? null : hName; in NodeName()
98 if (hName == null) { in NodeName()
102 nodeName = hName; in NodeName()
106 this.hostName = hName; in NodeName()
113 this.hostName = hName; in NodeName()
114 this.nodeName = "/" + rName + "/" + hName; in NodeName()
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmQTWrapUICommand.cxx42 std::string hName = in cmQTWrapUICommand() local
67 headerListValue += hName; in cmQTWrapUICommand()
79 cmMakeSingleCommandLine({ uic_exe, "-o", hName, uiName }); in cmQTWrapUICommand()
81 { uic_exe, "-impl", hName, "-o", cxxName, uiName }); in cmQTWrapUICommand()
83 cmMakeSingleCommandLine({ moc_exe, "-o", mocName, hName }); in cmQTWrapUICommand()
90 mf.AddCustomCommandToOutput(hName, depends, no_main_dependency, in cmQTWrapUICommand()
94 depends.push_back(hName); in cmQTWrapUICommand()
100 depends.push_back(hName); in cmQTWrapUICommand()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmQTWrapUICommand.cxx42 std::string hName = in cmQTWrapUICommand() local
67 headerListValue += hName; in cmQTWrapUICommand()
79 cmMakeSingleCommandLine({ uic_exe, "-o", hName, uiName }); in cmQTWrapUICommand()
81 { uic_exe, "-impl", hName, "-o", cxxName, uiName }); in cmQTWrapUICommand()
83 cmMakeSingleCommandLine({ moc_exe, "-o", mocName, hName }); in cmQTWrapUICommand()
90 mf.AddCustomCommandToOutput(hName, depends, no_main_dependency, in cmQTWrapUICommand()
94 depends.push_back(hName); in cmQTWrapUICommand()
100 depends.push_back(hName); in cmQTWrapUICommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmQTWrapUICommand.cxx42 std::string hName = in cmQTWrapUICommand() local
67 headerListValue += hName; in cmQTWrapUICommand()
79 cmMakeSingleCommandLine({ uic_exe, "-o", hName, uiName }); in cmQTWrapUICommand()
81 { uic_exe, "-impl", hName, "-o", cxxName, uiName }); in cmQTWrapUICommand()
83 cmMakeSingleCommandLine({ moc_exe, "-o", mocName, hName }); in cmQTWrapUICommand()
90 mf.AddCustomCommandToOutput(hName, depends, no_main_dependency, in cmQTWrapUICommand()
94 depends.push_back(hName); in cmQTWrapUICommand()
100 depends.push_back(hName); in cmQTWrapUICommand()
/dports/www/drupal8/drupal-8.9.20/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/
H A DResponse.php295 $hName = ucwords(strtolower($m[1]));
298 if (isset($headers[$hName])) {
299 if (! is_array($headers[$hName])) {
300 $headers[$hName] = array($headers[$hName]);
302 $headers[$hName][] = $hValue;
304 $headers[$hName] = $hValue;
/dports/net/bredbandskollen/bbk-7b810a6/src/http/
H A Dhttphost.h14 HttpHost(const std::string &hName = std::string(),
19 hostname(hName), proxyHost(pHost), in hostname() argument
25 HttpHost(const char *hName, uint16_t sPort = 80) :
26 hostname(hName), port(sPort) { in hostname() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/container/
H A D_XHierarchicalName.java53 String hName = oObj.getHierarchicalName(); in _getHierarchicalName() local
56 System.out.println("### "+hName); in _getHierarchicalName()
58 res = hName.startsWith(expName); in _getHierarchicalName()
62 log.println("got " + hName); in _getHierarchicalName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/container/
H A D_XHierarchicalName.java53 String hName = oObj.getHierarchicalName(); in _getHierarchicalName() local
56 System.out.println("### "+hName); in _getHierarchicalName()
58 res = hName.startsWith(expName); in _getHierarchicalName()
62 log.println("got " + hName); in _getHierarchicalName()
/dports/www/bolt/bolt-2.2.24/vendor/bin/
H A Dvalidate-json159 list($hName, $hValue) = explode(':', $headerLine, 2);
160 $hName = strtolower($hName);
161 if ($hName == 'link') {
167 } else if ($hName == 'content-type') {
/dports/www/bolt/bolt-2.2.24/vendor/justinrainbow/json-schema/bin/
H A Dvalidate-json159 list($hName, $hValue) = explode(':', $headerLine, 2);
160 $hName = strtolower($hName);
161 if ($hName == 'link') {
167 } else if ($hName == 'content-type') {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DBioResolver.java430 if (hName == null) in addHydrogens()
433 boolean isMethyl = (hName.endsWith("?") || hName.indexOf("|") >= 0); in addHydrogens()
436 hName = "H|H2|H3"; in addHydrogens()
445 int pt = hName.indexOf("@"); in addHydrogens()
449 hName = hName.substring(0, pt); in addHydrogens()
473 hName2 = hName.substring(0, pt); in addHydrogens()
474 hName1 = hName.substring(pt + 1); in addHydrogens()
476 hName1 = hName.substring(0, pt); in addHydrogens()
477 hName2 = hName.substring(pt + 1); in addHydrogens()
483 int pt1 = hName.indexOf('|'); in addHydrogens()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Signers/
H A DOpenDKIMSigner.php76 foreach ($listHeaders as $hName) {
78 if (!isset($this->ignoredHeaders[strtolower($hName)])) {
79 $tmp = $headers->getAll($hName);
80 if ($headers->has($hName)) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/Signers/
H A DOpenDKIMSigner.php78 foreach ($listHeaders as $hName) {
80 if (!isset($this->ignoredHeaders[strtolower($hName)])) {
81 $tmp = $headers->getAll($hName);
82 if ($headers->has($hName)) {

12345678910