Home
last modified time | relevance | path

Searched defs:fieldLength (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmfieldcalculator.cpp72 …std::unique_ptr< QgsProcessingParameterNumber > fieldLength = std::make_unique< QgsProcessingParam… in initParameters() local
115 const int fieldLength = parameterAsInt( parameters, QStringLiteral( "FIELD_LENGTH" ), context ); in prepareAlgorithm() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmfieldcalculator.cpp72 …std::unique_ptr< QgsProcessingParameterNumber > fieldLength = qgis::make_unique< QgsProcessingPara… in initParameters() local
115 const int fieldLength = parameterAsInt( parameters, QStringLiteral( "FIELD_LENGTH" ), context ); in prepareAlgorithm() local
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcwcache.cc31 Uint32 fieldLength, in init()
/dports/textproc/jade/jade-1.2.1/lib/
H A DExternalId.cxx57 size_t fieldLength; in init() local
151 size_t &fieldLength) in nextField()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Internal/Cryptography/
H A DAsymmetricAlgorithmHelpers.Der.cs66 …static void CopySignatureField(byte[] signatureField, byte[] response, int offset, int fieldLength) in CopySignatureField()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventSource.cpp263 int fieldLength = -1; in parseEventStream() local
291 void EventSource::parseEventStreamLine(unsigned int bufPos, int fieldLength, int lineLength) in parseEventStreamLine()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DExternalId.cxx75 size_t fieldLength; in initUrn() local
194 size_t fieldLength; in initFpi() local
287 size_t &fieldLength, in nextField()
/dports/www/phpbb3/phpBB3/vendor/marc1706/fast-image-size/lib/Type/
H A DTypeTif.php133 protected function setSizeInfo($dimensionType, $fieldLength, $ifdValue)
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/TimeHandling/
H A DTimeTag.cpp101 std::string::size_type fieldLength = std::string::npos; in getInfo() local
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/warp-3.3.13/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/warp-3.3.9/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/warp-3.3.12/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/warp-3.3.14/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/warp-3.3.17/Network/Wai/Handler/Warp/
H A DResponseHeader.hs25 fieldLength !l (!k,!v) = l + S.length (CI.original k) + S.length v + 4 function
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Ddbase.cpp161 uint32 fieldLength = stringLength(record.fields[field], _fields[field].size); in getString() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Ddbase.cpp161 uint32 fieldLength = stringLength(record.fields[field], _fields[field].size); in getString() local
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixScrlbr.c281 int width, fieldLength; variable
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixScrlbr.c280 int width, fieldLength; in TkpComputeScrollbarGeometry() local
/dports/math/py-or-tools/or-tools-9.2/examples/data/vector_packing/vbp/BPPC/
H A DBPPC_8_5_8.vbp359 308 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 1…
373 499 1 0 0 1 0 1 0 1 1 1 0 1 0 0 0 1 0 1 1 1 1 1 0 0 0 1 0 1 1 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 1 0 1…
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/loaders/lw3d/
H A DLwoSurface.java197 int fieldLength = theReader.getShortInt(); in getSurf() local
H A DLwoTexture.java206 int fieldLength = theReader.getShortInt(); in readTexture() local
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixScrlbr.c284 int width, fieldLength; in TkpComputeScrollbarGeometry() local
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixScrlbr.c284 int width, fieldLength; in TkpComputeScrollbarGeometry() local

1234567