Home
last modified time | relevance | path

Searched refs:newByteArray (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptablebytearray.cpp61 return newByteArray( m_self.left(len) ); in left()
66 return newByteArray( m_self.mid(pos, len) ); in mid()
71 return newByteArray( m_self.remove(pos, len) ); in remove()
76 return newByteArray( m_self.right(len) ); in right()
81 return newByteArray( m_self.simplified() ); in simplified()
86 return newByteArray( m_self.toBase64() ); in toBase64()
91 return newByteArray( m_self.toLower() ); in toLower()
96 return newByteArray( m_self.toUpper() ); in toUpper()
101 return newByteArray( m_self.trimmed() ); in trimmed()
144 QJSValue ScriptableByteArray::newByteArray(const QByteArray &bytes) const in newByteArray() function in ScriptableByteArray
H A Dscriptablefile.cpp64 return newByteArray(self()->read(maxSize)); in read()
69 return newByteArray(self()->readLine(maxSize)); in readLine()
74 return newByteArray(self()->readAll()); in readAll()
124 return newByteArray(self()->peek(maxSize)); in peek()
196 QJSValue ScriptableFile::newByteArray(const QByteArray &bytes) in newByteArray() function in ScriptableFile
/dports/lang/elm/compiler-0.19.1/compiler/src/Data/
H A DName.hs51 , newByteArray#
147 case newByteArray# size# s of
206 mba <- newByteArray size
250 mba <- newByteArray size
260 mba <- newByteArray size
276 do mba <- newByteArray 1
282 mba <- newByteArray size
317 case newByteArray# (len# +# 3#) s of
398 newByteArray :: Int -> ST s (MBA s)
399 newByteArray (I# len#) = function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/ghc-compact/tests/
H A DT17044.hs13 big <- newByteArray 1032128
26 newByteArray :: Int -> IO (MutableByteArray RealWorld)
27 newByteArray (I# n#) = IO (\s# -> case newByteArray# n# s# of (# s'#, arr# #) -> (# s'#, MutableByt… function
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/basement-0.0.12/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/basement-0.0.11/Basement/
H A DFloating.hs45 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
53 case newByteArray# 4# s1 of { (# s2, mbarr #) ->
61 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
69 case newByteArray# 8# s1 of { (# s2, mbarr #) ->
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/MathFunctions/
H A DComparison.hs27 import Data.Primitive.ByteArray (newByteArray, readByteArray, writeByteArray)
69 buf <- newByteArray 8
90 buf <- newByteArray 8
116 buf <- newByteArray 8
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/math-functions-0.3.4.2/Numeric/MathFunctions/
H A DComparison.hs27 import Data.Primitive.ByteArray (newByteArray, readByteArray, writeByteArray)
69 buf <- newByteArray 8
90 buf <- newByteArray 8
116 buf <- newByteArray 8
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/MathFunctions/
H A DComparison.hs27 import Data.Primitive.ByteArray (newByteArray, readByteArray, writeByteArray)
69 buf <- newByteArray 8
90 buf <- newByteArray 8
116 buf <- newByteArray 8
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/math-functions-0.3.4.2/Numeric/MathFunctions/
H A DComparison.hs27 import Data.Primitive.ByteArray (newByteArray, readByteArray, writeByteArray)
69 buf <- newByteArray 8
90 buf <- newByteArray 8
116 buf <- newByteArray 8

12345678910>>...18