Home
last modified time | relevance | path

Searched refs:listArray (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_List.h120 list_type* listArray;
132 listArray = 0; in List()
159 listArray[ counter ] = original_copy.listArray[ counter ]; in List()
188 listArray[ counter ] = original_copy.listArray[ counter ];
273 listArray[ counter ] = listArray[ counter - 1 ]; in Insert()
303 if (listArray) in Insert()
395 listArray[ counter ] = listArray[ counter + 1 ]; in RemoveAtIndex()
414 listArray[position]=listArray[list_size]; in RemoveAtIndexFast()
453 listArray = 0; in Clear()
478 listArray = new_array; in Compress()
[all …]
/dports/devel/py-odfpy/odfpy-1.4.1/examples/
H A Deasylists.py55 listArray = []
61 listArray.append(None)
62 listArray[0] = List()
72 listArray[levCount] = List()
75 listArray[levCount-1].childNodes[-1].addElement(listArray[levCount])
78 listArray[level].setAttribute( 'stylename', styleName );
82 listArray[level].addElement(listItem);
87 listArray[levCount-1].childNodes[-1].addElement(listArray[levCount])
88 return listArray[0]
/dports/devel/py-odfpy/odfpy-1.4.1/tests/
H A Dtesteasyliststyle.py61 listArray = []
67 listArray.append(None)
68 listArray[0] = List()
78 listArray[levCount] = List()
81 listArray[levCount-1].childNodes[-1].addElement(listArray[levCount])
84 listArray[level].setAttribute( 'stylename', styleName );
88 listArray[level].addElement(listItem);
93 listArray[levCount-1].childNodes[-1].addElement(listArray[levCount])
94 return listArray[0]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/bitwise-1.0.0.1/extra/
H A Dtestsuite.hs34 …in n1 > 0 ==> P.and [ es !! (i - o1) !! (j - o2) == listArray bs (concat es) ! (i, j) | (i, j) <-…
36 prop_indices1 o w = let n = fromW w ; bs = (o, o + n) in range bs == indices (listArray bs (cycle […
42 in range bs == indices (listArray bs (cycle [False, True, True]))
44 prop_elems1 o es = es == (elems . listArray (o, o + length es - 1)) es
46 prop_assocs1 o es = zip [o..] es == (assocs . listArray (o, o + length es - 1)) es
48 prop_map1 (Blind f) o es = P.map f es == (elems . map f . listArray (o, o + length es - 1)) es
52 prop_or1 o es = P.or es == (or . listArray (o, o + length es - 1)) es
54 prop_and1 o es = P.and es == (and . listArray (o, o + length es - 1)) es
56 prop_isUniform1 o es = not (null es) ==> listUniform es == (isUniform . listArray (o, o + length es…
64 prop_elemIndex b o es = (fmap (+ o) . P.elemIndex b) es == (elemIndex b . listArray (o, o + length …
[all …]
H A Dbenchmark.hs42 aToB a = {-# SCC "aToB" #-} B.listArray (A.bounds a) (A.elems a)
45 bToA b = {-# SCC "bToA" #-} A.listArray (B.bounds b) (B.elems b)
54 aFromBS (i, a) = {-# SCC "aFromBS" #-} A.listArray i . fromWord8sLE . unpack $ a
60 aListArray a = {-# SCC "aListArray" #-} A.listArray bs a
63 bListArray b = {-# SCC "bListArray" #-} B.listArray bs b
157 let a = A.listArray bs (take n lorem ) :: A
158 a' = A.listArray bs (take n (drop n lorem)) :: A
159 b = B.listArray bs (take n lorem ) :: B
160 b' = B.listArray bs (take n (drop n lorem)) :: B
213 loremA = A.listArray bs (take n lorem)
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/STMonadTrans-0.4.4/test/
H A DMain.hs6 import GHC.Arr (Array, listArray, (//))
26 Just (listArray (0,t) (repeat e) :: Array Int Int),
32 Just (listArray (0,t) (repeat y) :: Array Int Int),
34 \l -> let a = listArray (0,length l - 1) l in
37 \l i e -> let a = listArray (0, length l - 1) l in
/dports/www/e107/e107/e107_plugins/list_new/
H A Dlist_class.php514 $listArray = '';
525 $listArray = $this->load_data($file);
535 $listArray = $this->load_data($file);
545 $listArray = $this->load_data($file);
550 return $listArray;
564 $listArray = '';
581 $listArray = $class->getListData();
590 foreach ($listArray as $k => $v)
594 $listArray[$k]['heading'] = $tp->e_pf->filterProfanities($v['heading']);
600 return $listArray;
/dports/textproc/cgrep/cgrep-6.6.32/src/CGrep/
H A DToken.hs53 listArray ('\0', '\255')
59 listArray ('\0', '\255')
64 listArray ('\0', '\255')
69 listArray ('\0', '\255')
74 listArray ('\0', '\255')
79 listArray ('\0', '\255')
/dports/lang/ghc/ghc-8.10.7/libraries/stm/Control/Concurrent/STM/
H A DTArray.hs26 import Data.Array.Base (listArray, arrEleBottom, unsafeAt, MArray(..),
50 return $ TArray (listArray b a)
53 return $ TArray (listArray b a)
/dports/lang/ghc/ghc-8.10.7/compiler/nativeGen/RegAlloc/Graph/
H A DArchX86.hs66 let names = A.listArray (0,8)
73 let names = A.listArray (0,8)
80 let names = A.listArray (0,4) [ "al", "bl", "cl", "dl"]
85 let names = A.listArray (0,4) [ "ah", "bh", "ch", "dh"]
/dports/security/john/john-1.9.0-jumbo-1/src/unused/
H A Danalisa_test_runner.sh11 listArray=($list);
16 $john --test -format:${listArray[$i]//[[:space:]]} --max-run-time=10
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/lang/elm/compiler-0.19.1/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/regex-base-0.94.0.0/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/regex-base-0.94.0.1/src/Text/Regex/Base/
H A DContext.hs193 import Data.Array(Array,(!),elems,listArray)
248 nullArray = listArray (1,0) []
365 … (AllMatches pairs) -> return . AllMatches . listArray (0,pred $ length pairs) $ pairs
375 mas -> return . AllMatches . listArray (0,pred $ length mas) $ mas
385 (mts) -> return . AllTextMatches . listArray (0,pred $ length mts) $ mts
394 … (AllTextMatches bs) -> return . AllTextMatches . listArray (0,pred $ length bs) $ bs
404 (ls) -> return . AllTextMatches . listArray (0,pred $ length ls) $ ls
412 … (AllTextMatches as) -> return . AllTextMatches . listArray (0,pred $ length as) $ as

12345678910>>...26