Home
last modified time | relevance | path

Searched refs:tks (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/dports/devel/p5-Compiler-Lexer/Compiler-Lexer-0.23/src/compiler/lexer/
H A DCompiler_lexer.cpp449 Token **tks = syntax->tks; in insertStmt() local
478 Token **tks = syntax->tks; in parseSpecificStmt() local
498 parseSpecificStmt(tks[i]->tks[2]); in parseSpecificStmt()
509 parseSpecificStmt(tks[i]->tks[3]); in parseSpecificStmt()
518 parseSpecificStmt(tks[i]->tks[4]); in parseSpecificStmt()
533 parseSpecificStmt(tks[i]->tks[1]); in parseSpecificStmt()
543 parseSpecificStmt(tks[i]->tks[1]); in parseSpecificStmt()
550 parseSpecificStmt(tks[i]->tks[2]); in parseSpecificStmt()
558 parseSpecificStmt(tks[i]->tks[3]); in parseSpecificStmt()
698 Token **tks = root->tks; in getTokensBySyntaxLevel() local
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DPretty.hs340 unconsToken (TkWord w tks) = Just (TkWord w TkEnd,tks)
341 unconsToken (TkWord64 w tks) = Just (TkWord64 w TkEnd,tks)
342 unconsToken (TkInt i tks) = Just (TkInt i TkEnd,tks)
343 unconsToken (TkInt64 i tks) = Just (TkInt64 i TkEnd,tks)
344 unconsToken (TkBytes bs tks) = Just (TkBytes bs TkEnd,tks)
345 unconsToken (TkBytesBegin tks) = Just (TkBytesBegin TkEnd,tks) function
346 unconsToken (TkByteArray a tks) = Just (TkByteArray a TkEnd,tks)
347 unconsToken (TkString t tks) = Just (TkString t TkEnd,tks)
348 unconsToken (TkStringBegin tks) = Just (TkStringBegin TkEnd,tks) function
350 unconsToken (TkListLen len tks) = Just (TkListLen len TkEnd,tks)
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cborg-0.2.5.0/src/Codec/CBOR/
H A DPretty.hs340 unconsToken (TkWord w tks) = Just (TkWord w TkEnd,tks)
341 unconsToken (TkWord64 w tks) = Just (TkWord64 w TkEnd,tks)
342 unconsToken (TkInt i tks) = Just (TkInt i TkEnd,tks)
343 unconsToken (TkInt64 i tks) = Just (TkInt64 i TkEnd,tks)
344 unconsToken (TkBytes bs tks) = Just (TkBytes bs TkEnd,tks)
345 unconsToken (TkBytesBegin tks) = Just (TkBytesBegin TkEnd,tks) function
346 unconsToken (TkByteArray a tks) = Just (TkByteArray a TkEnd,tks)
347 unconsToken (TkString t tks) = Just (TkString t TkEnd,tks)
348 unconsToken (TkStringBegin tks) = Just (TkStringBegin TkEnd,tks) function
350 unconsToken (TkListLen len tks) = Just (TkListLen len TkEnd,tks)
[all …]
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/eutils/
H A Djson.go53 if tks == nil {
67 defer close(tks)
91 tks <- string(v)
97 tks <- str
99 tks <- v.String()
104 tks <- "true"
106 tks <- "false"
109 tks <- "null"
111 tks <- t.(string)
294 tag, ok := <-tks
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/recommenders/
H A Dmovielens_data.py34 tks = line.strip().split('\t')
35 if len(tks) != 4:
37 user.append(int(tks[0]))
38 item.append(int(tks[1]))
39 score.append(float(tks[2]))
67 tks = line.strip().split('\t')
68 if len(tks) != 4:
70 mu = max(mu, int(tks[0]))
71 mi = max(mi, int(tks[1]))
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/recommenders/
H A Dmovielens_data.py34 tks = line.strip().split('\t')
35 if len(tks) != 4:
37 user.append(int(tks[0]))
38 item.append(int(tks[1]))
39 score.append(float(tks[2]))
67 tks = line.strip().split('\t')
68 if len(tks) != 4:
70 mu = max(mu, int(tks[0]))
71 mi = max(mi, int(tks[1]))
/dports/chinese/bitchx/bitchx-1.2.1/dll/aim/
H A Daim.c66 tks.subpos = 1; in get_next_buddy_complete()
68 tks.pos++; in get_next_buddy_complete()
74 tks.subpos++; in get_next_buddy_complete()
80 tks.list = 0; in get_next_buddy_complete()
84 tks.list = 1; in get_next_buddy_complete()
85 tks.pos = 1; in get_next_buddy_complete()
86 tks.subpos = -1; in get_next_buddy_complete()
99 tks.pos--; in get_next_buddy_complete()
102 tks.list = 1; in get_next_buddy_complete()
103 tks.pos = 1; in get_next_buddy_complete()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/dll/aim/
H A Daim.c66 tks.subpos = 1; in get_next_buddy_complete()
68 tks.pos++; in get_next_buddy_complete()
74 tks.subpos++; in get_next_buddy_complete()
80 tks.list = 0; in get_next_buddy_complete()
84 tks.list = 1; in get_next_buddy_complete()
85 tks.pos = 1; in get_next_buddy_complete()
86 tks.subpos = -1; in get_next_buddy_complete()
99 tks.pos--; in get_next_buddy_complete()
102 tks.list = 1; in get_next_buddy_complete()
103 tks.pos = 1; in get_next_buddy_complete()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/attoparsec-0.14.1/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/attoparsec-0.13.2.5/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/attoparsec-0.14.1/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/attoparsec-0.14.1/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/attoparsec-0.14.1/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/attoparsec-0.13.2.5/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/attoparsec-0.13.2.5/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-profiteur/profiteur-0.4.6.0/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/attoparsec-0.13.2.4/tests/QC/IPv6/
H A DInternal.hs69 isIPv6Addr tks =
70 diffNext tks && (do
73 let lasttk = last tks
167 ipv4AddrRewrite tks =
168 case last tks of
207 fromDoubleColon tks =
209 then tks
210 else do let s = splitAt (fromJust $ elemIndex DoubleColon tks) tks
221 ntks tks = if countIPv4Addr tks == 1 then 7 else 8
224 toDoubleColon tks =
[all …]

12345678910>>...23