Home
last modified time | relevance | path

Searched refs:thf (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/science/hdf/hdf-4.2.15/hdf/test/
H A DCMakeTests.cmake85 thf.hdf
156 thf${decade}0.hdf
157 thf${decade}1.hdf
158 thf${decade}2.hdf
159 thf${decade}3.hdf
160 thf${decade}4.hdf
161 thf${decade}5.hdf
162 thf${decade}6.hdf
163 thf${decade}7.hdf
164 thf${decade}8.hdf
[all …]
/dports/net/wireshark/wireshark-3.6.1/tools/
H A Dupdate-tools-help.py46 for thf in tools_help_files:
47 thf_base = os.path.basename(thf)
56 with io.open(thf, 'r', encoding='UTF-8') as fd:
77 with io.open(thf, 'w', encoding='UTF-8') as fd:
/dports/net/wireshark-lite/wireshark-3.6.1/tools/
H A Dupdate-tools-help.py46 for thf in tools_help_files:
47 thf_base = os.path.basename(thf)
56 with io.open(thf, 'r', encoding='UTF-8') as fd:
77 with io.open(thf, 'w', encoding='UTF-8') as fd:
/dports/net/tshark-lite/wireshark-3.6.1/tools/
H A Dupdate-tools-help.py46 for thf in tools_help_files:
47 thf_base = os.path.basename(thf)
56 with io.open(thf, 'r', encoding='UTF-8') as fd:
77 with io.open(thf, 'w', encoding='UTF-8') as fd:
/dports/net/tshark/wireshark-3.6.1/tools/
H A Dupdate-tools-help.py46 for thf in tools_help_files:
47 thf_base = os.path.basename(thf)
56 with io.open(thf, 'r', encoding='UTF-8') as fd:
77 with io.open(thf, 'w', encoding='UTF-8') as fd:
/dports/security/secpanel/usr/local/lib/secpanel/
H A Dconvert_history.tcl21 set thf [open "$thfile" w]
36 puts $thf "$type\#[clock scan $date]\#$action"
39 close $thf
/dports/mail/procmail/procmail-3.22/examples/
H A D1procmailrc10 :0 # Anything from thf
11 * ^From.*thf@somewhere.someplace
H A D2procmailrc34 :0: # Anything from thf
35 * ^From.*thf@somewhere.someplace
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/
H A Dservice.cpp151 void service::setTimeoutHandlerFactory(shared_ptr <timeoutHandlerFactory> thf) in setTimeoutHandlerFactory() argument
153 m_toHandlerFactory = thf; in setTimeoutHandlerFactory()
H A Dservice.hpp178 void setTimeoutHandlerFactory(shared_ptr <timeoutHandlerFactory> thf);
/dports/multimedia/avinfo/avinfo-1.0.a15/doc/
H A Dass_tutorial.rus.koi31 (����� ��������� ������ -th, -tb, -tf, -thf, -tbf, -tff)
62 -thf=header.file
H A Dass_tutorial.rus.alt31 (���� ��������� ��ப� -th, -tb, -tf, -thf, -tbf, -tff)
62 -thf=header.file
H A Dass_tutorial.rus.win31 (���ڨ ��������� ������ -th, -tb, -tf, -thf, -tbf, -tff)
62 -thf=header.file
/dports/sysutils/lnav/lnav-0.10.1/src/tailer/
H A Ddrive_tailer.cc216 tailer::hash_frag thf; in main()
217 calc_sha_256(thf.thf_hash, buffer, bytes_read); in main()
219 if (thf == pob.pob_hash) { in main()
H A Dtailerpp.hh273 read_payloads_into(int fd, hash_frag &thf, Ts &...args) in read_payloads_into() argument
276 .read_content(thf.thf_hash)); in read_payloads_into()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/osm/providers/5.8/
H A Dcycle5 "ID" : "thf-cycle",
H A Dterrain5 "ID" : "thf-landsc",
H A Dtransit5 "ID" : "thf-transit",
H A Dnight-transit5 "ID" : "thf-nighttransit",
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/eqn/eqnchar.d/
H A Deqnchar57 tdefine thf % ".\v'-.5m'.\v'.5m'." %
58 ndefine thf % ..\u.\d %
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dadrg.rst4 ADRG -- ADRG/ARC Digitized Raster Graphics (.gen/.thf)
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dadrg.rst4 ADRG -- ADRG/ARC Digitized Raster Graphics (.gen/.thf)
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dadrg.rst4 ADRG -- ADRG/ARC Digitized Raster Graphics (.gen/.thf)
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dyendor.cpp177 int thf = 0; in hardness() local
181 thf += (ye.howfar - 25); in hardness()
183 thf -= 2 * (YDIST - 25); in hardness()
184 if(thf<0) thf = 0; in hardness()
185 return items[itOrbYendor] * 5 + (thf * 5) / (YDIST-25); in hardness()
/dports/multimedia/vapoursynth/vapoursynth-R54/src/core/
H A Dgenericfilters.cpp83 float thf; member
178 params.thresholdf = d->thf; in make_generic_params()
441 d->thf = static_cast<float>(vsapi->propGetFloat(in, "threshold", 0, &err)); in genericCreate()
444 d->thf = std::numeric_limits<float>::max(); in genericCreate()
447 int64_t ith = floatToInt64S(d->thf); in genericCreate()
452 if (d->thf < 0) in genericCreate()

12345678910>>...13