Home
last modified time | relevance | path

Searched refs:versionLength (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpStatus.java180 int versionLength=HttpVersions.HTTP_1_1_BUFFER.length();
188 byte[] bytes=new byte[versionLength+5+reason.length()+2];
189 HttpVersions.HTTP_1_1_BUFFER.peek(0,bytes, 0, versionLength);
190 bytes[versionLength+0]=' ';
191 bytes[versionLength+1]=(byte)('0'+i/100);
192 bytes[versionLength+2]=(byte)('0'+(i%100)/10);
193 bytes[versionLength+3]=(byte)('0'+(i%10));
194 bytes[versionLength+4]=' ';
195 reason.peek(0, bytes, versionLength+5, reason.length());
196 bytes[versionLength+5+reason.length()]=HttpTokens.CARRIAGE_RETURN;
[all …]
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/
H A DHttpStatus.java180 int versionLength=HttpVersions.HTTP_1_1_BUFFER.length();
188 byte[] bytes=new byte[versionLength+5+reason.length()+2];
189 HttpVersions.HTTP_1_1_BUFFER.peek(0,bytes, 0, versionLength);
190 bytes[versionLength+0]=' ';
191 bytes[versionLength+1]=(byte)('0'+i/100);
192 bytes[versionLength+2]=(byte)('0'+(i%100)/10);
193 bytes[versionLength+3]=(byte)('0'+(i%10));
194 bytes[versionLength+4]=' ';
195 reason.peek(0, bytes, versionLength+5, reason.length());
196 bytes[versionLength+5+reason.length()]=HttpTokens.CARRIAGE_RETURN;
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DVersionUtil.java57 int versionLength = Version.INSTANCE.GetFileVersionInfoSize(filePath, dwDummy); in getFileVersionInfo() local
61 if (versionLength == 0) { in getFileVersionInfo()
66 Pointer lpData = new Memory(versionLength); in getFileVersionInfo()
71 if (!Version.INSTANCE.GetFileVersionInfo(filePath, 0, versionLength, lpData)) { in getFileVersionInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DProductHeaderValue.cs143 int versionLength = HttpRuleParser.GetTokenLength(input, current); in GetProductLength()
145 if (versionLength == 0) in GetProductLength()
150 result._version = input.Substring(current, versionLength); in GetProductLength()
152 current = current + versionLength; in GetProductLength()
/dports/cad/ldview/ldview-4.4/Translations/Czech/
H A DCzech.cpp39 UINT versionLength; in populateVersions() local
42 (void**)&fixedVersionInfo, &versionLength)) in populateVersions()
/dports/cad/ldview/ldview-4.4/Translations/Hungarian/
H A DHungarian.cpp39 UINT versionLength; in populateVersions() local
42 (void**)&fixedVersionInfo, &versionLength)) in populateVersions()
/dports/cad/ldview/ldview-4.4/Translations/EnglishUS/
H A DEnglishUS.cpp39 UINT versionLength; in populateVersions() local
42 (void**)&fixedVersionInfo, &versionLength)) in populateVersions()
/dports/cad/ldview/ldview-4.4/Translations/German/
H A DGerman.cpp39 UINT versionLength; in populateVersions() local
42 (void**)&fixedVersionInfo, &versionLength)) in populateVersions()
/dports/cad/ldview/ldview-4.4/Translations/Italian/
H A DItalian.cpp39 UINT versionLength; in populateVersions() local
42 (void**)&fixedVersionInfo, &versionLength)) in populateVersions()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/packages/create_archives/
H A Dcreate_archives.cmake30 list(LENGTH VersionString versionLength)
35 if(${versionLength} GREATER 3)
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DShowCommand.php271 $nameLength = $versionLength = $latestLength = 0;
276 … $versionLength = max($versionLength, strlen($package->getFullPrettyVersion()));
308 …ly') && !$input->getOption('path') && $showVersion && ($nameLength + $versionLength + 3 <= $width);
309 …$writeLatest = $writeVersion && $showLatest && ($nameLength + $versionLength + $latestLength + 3 <…
310 …tOption('name-only') && !$input->getOption('path') && ($nameLength + $versionLength + $latestLengt…
324 … $io->write(' ' . str_pad($package->getFullPrettyVersion(), $versionLength, ' '), false);
335 $remaining = $width - $nameLength - $versionLength - 4;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/build-python/python-src/
H A Drename-files.cmake29 list(LENGTH VersionString versionLength)
34 if(${versionLength} GREATER 3)
H A Dconfigure-files.cmake29 list(LENGTH VersionString versionLength)
34 if(${versionLength} GREATER 3)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http.WinHttpHandler/src/System/Net/Http/
H A DWinHttpResponseParser.cs47 …int versionLength = GetResponseHeader(requestHandle, Interop.WinHttp.WINHTTP_QUERY_VERSION, buffer… in CreateResponseMessage()
49 …CharArrayHelpers.EqualsOrdinalAsciiIgnoreCase("HTTP/1.1", buffer, 0, versionLength) ? HttpVersionI… in CreateResponseMessage()
50 …CharArrayHelpers.EqualsOrdinalAsciiIgnoreCase("HTTP/1.0", buffer, 0, versionLength) ? HttpVersionI… in CreateResponseMessage()
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/transactionrecord/
H A Dunpack.go370 version, versionLength := util.FromVarint64(record[n:])
371 if 0 == versionLength {
374 n += versionLength
461 version, versionLength := util.FromVarint64(record[n:])
462 if 0 == versionLength {
465 n += versionLength
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/transactionrecord/
H A Dunpack.go370 version, versionLength := util.FromVarint64(record[n:])
371 if 0 == versionLength {
374 n += versionLength
461 version, versionLength := util.FromVarint64(record[n:])
462 if 0 == versionLength {
465 n += versionLength
/dports/net-p2p/bitmark/bitmarkd-0.13.3/transactionrecord/
H A Dunpack.go370 version, versionLength := util.FromVarint64(record[n:])
371 if 0 == versionLength {
374 n += versionLength
461 version, versionLength := util.FromVarint64(record[n:])
462 if 0 == versionLength {
465 n += versionLength
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/transactionrecord/
H A Dunpack.go370 version, versionLength := util.FromVarint64(record[n:])
371 if 0 == versionLength {
374 n += versionLength
461 version, versionLength := util.FromVarint64(record[n:])
462 if 0 == versionLength {
465 n += versionLength
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/core/controller/
H A DDiagnosisController_win.cpp70 UINT versionLength; in getWindowsFileVersionString() local
71 if (!VerQueryValue(pVersionData, key.toStdWString().c_str(), &version, &versionLength)) in getWindowsFileVersionString()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/dev/utilities/build-python/source/
H A Dcreate-conda-archives.cmake31 list(LENGTH VersionString versionLength)
36 if(${versionLength} GREATER 3)
/dports/games/scummvm/scummvm-2.5.1/engines/asylum/system/
H A Dsavegame.cpp241 uint32 versionLength = read(file, "Version Length"); in readHeader() local
242 Common::String version = read(file, versionLength, "Version"); in readHeader()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/r/
H A Dcreate_package.cmake289 list(LENGTH VersionString versionLength)
294 if(${versionLength} GREATER 3)
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/r/
H A Dcreate_package.cmake289 list(LENGTH VersionString versionLength)
294 if(${versionLength} GREATER 3)
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DReseed.cpp195 uint8_t versionLength; in ProcessSU3Stream() local
196 s.read ((char *)&versionLength, 1); // version length in ProcessSU3Stream()
221 s.seekg (versionLength, std::ios::cur); // skip version in ProcessSU3Stream()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DBasePainter.java297 int versionLength = fm.stringWidth(version); in setEnablings() local
299 if (firsDescLineLengthg > w - versionLength - 10) { in setEnablings()

12