Home
last modified time | relevance | path

Searched refs:ShortText (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/
H A DChangeLog.md21 init :: ShortText -> ShortText
23 tail :: ShortText -> ShortText
30 append :: ShortText -> ShortText -> ShortText
31 break :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
32 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
49 intercalate :: ShortText -> [ShortText] -> ShortText
58 span :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
60 splitAt :: Int -> ShortText -> (ShortText, ShortText)
61 splitAtEnd :: Int -> ShortText -> (ShortText, ShortText)
62 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/
H A DChangeLog.md21 init :: ShortText -> ShortText
23 tail :: ShortText -> ShortText
30 append :: ShortText -> ShortText -> ShortText
31 break :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
32 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
49 intercalate :: ShortText -> [ShortText] -> ShortText
58 span :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
60 splitAt :: Int -> ShortText -> (ShortText, ShortText)
61 splitAtEnd :: Int -> ShortText -> (ShortText, ShortText)
62 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/
H A DChangeLog.md21 init :: ShortText -> ShortText
23 tail :: ShortText -> ShortText
30 append :: ShortText -> ShortText -> ShortText
31 break :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
32 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
49 intercalate :: ShortText -> [ShortText] -> ShortText
58 span :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
60 splitAt :: Int -> ShortText -> (ShortText, ShortText)
61 splitAtEnd :: Int -> ShortText -> (ShortText, ShortText)
62 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/
H A DChangeLog.md21 init :: ShortText -> ShortText
23 tail :: ShortText -> ShortText
30 append :: ShortText -> ShortText -> ShortText
31 break :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
32 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
49 intercalate :: ShortText -> [ShortText] -> ShortText
58 span :: (Char -> Bool) -> ShortText -> (ShortText, ShortText)
60 splitAt :: Int -> ShortText -> (ShortText, ShortText)
61 splitAtEnd :: Int -> ShortText -> (ShortText, ShortText)
62 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/
H A DShort.hs24 ShortText
131 break :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
144 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
187 append :: ShortText -> ShortText -> ShortText
201 concat :: [ShortText] -> ShortText
245 take :: Int -> ShortText -> ShortText
257 takeEnd :: Int -> ShortText -> ShortText
269 drop :: Int -> ShortText -> ShortText
281 dropEnd :: Int -> ShortText -> ShortText
292 takeWhile :: (Char -> Bool) -> ShortText -> ShortText
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/
H A DShort.hs24 ShortText
131 break :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
144 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
187 append :: ShortText -> ShortText -> ShortText
201 concat :: [ShortText] -> ShortText
245 take :: Int -> ShortText -> ShortText
257 takeEnd :: Int -> ShortText -> ShortText
269 drop :: Int -> ShortText -> ShortText
281 dropEnd :: Int -> ShortText -> ShortText
292 takeWhile :: (Char -> Bool) -> ShortText -> ShortText
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/
H A DShort.hs24 ShortText
131 break :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
144 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
187 append :: ShortText -> ShortText -> ShortText
201 concat :: [ShortText] -> ShortText
245 take :: Int -> ShortText -> ShortText
257 takeEnd :: Int -> ShortText -> ShortText
269 drop :: Int -> ShortText -> ShortText
281 dropEnd :: Int -> ShortText -> ShortText
292 takeWhile :: (Char -> Bool) -> ShortText -> ShortText
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src/Data/Text/
H A DShort.hs24 ShortText
131 break :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
144 breakEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
187 append :: ShortText -> ShortText -> ShortText
201 concat :: [ShortText] -> ShortText
245 take :: Int -> ShortText -> ShortText
257 takeEnd :: Int -> ShortText -> ShortText
269 drop :: Int -> ShortText -> ShortText
281 dropEnd :: Int -> ShortText -> ShortText
292 takeWhile :: (Char -> Bool) -> ShortText -> ShortText
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/libraries/ghc-boot/GHC/Data/
H A DShortText.hs28 module GHC.Data.ShortText (
30 ShortText(..),
37 GHC.Data.ShortText.null,
58 newtype ShortText = ShortText { contents :: SBS.ShortByteString function
72 byteLength :: ShortText -> Int
76 pack :: String -> ShortText
80 unpack :: ShortText -> String
84 null :: ShortText -> Bool
89 splitFilePath :: ShortText -> [ShortText]
101 head :: ShortText -> Char
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs431 span :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
444 spanEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
832 splitAt :: Int -> ShortText -> (ShortText,ShortText)
861 splitAtEnd :: Int -> ShortText -> (ShortText,ShortText)
872 splitAtOfs :: B -> ShortText -> (ShortText,ShortText)
968 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
1009 stripSuffix :: ShortText -> ShortText -> Maybe ShortText
1066 intercalate :: ShortText -> [ShortText] -> ShortText
1114 reverse :: ShortText -> ShortText
1428 cons :: Char -> ShortText -> ShortText
[all …]
H A DPartial.hs44 head :: ShortText -> Char
56 tail :: ShortText -> ShortText
68 init :: ShortText -> ShortText
81 last :: ShortText -> Char
94 index :: ShortText -> Int -> Char
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs431 span :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
444 spanEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
832 splitAt :: Int -> ShortText -> (ShortText,ShortText)
861 splitAtEnd :: Int -> ShortText -> (ShortText,ShortText)
872 splitAtOfs :: B -> ShortText -> (ShortText,ShortText)
968 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
1009 stripSuffix :: ShortText -> ShortText -> Maybe ShortText
1066 intercalate :: ShortText -> [ShortText] -> ShortText
1114 reverse :: ShortText -> ShortText
1428 cons :: Char -> ShortText -> ShortText
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs431 span :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
444 spanEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
832 splitAt :: Int -> ShortText -> (ShortText,ShortText)
861 splitAtEnd :: Int -> ShortText -> (ShortText,ShortText)
872 splitAtOfs :: B -> ShortText -> (ShortText,ShortText)
968 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
1009 stripSuffix :: ShortText -> ShortText -> Maybe ShortText
1066 intercalate :: ShortText -> [ShortText] -> ShortText
1114 reverse :: ShortText -> ShortText
1428 cons :: Char -> ShortText -> ShortText
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs431 span :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
444 spanEnd :: (Char -> Bool) -> ShortText -> (ShortText,ShortText)
832 splitAt :: Int -> ShortText -> (ShortText,ShortText)
861 splitAtEnd :: Int -> ShortText -> (ShortText,ShortText)
872 splitAtOfs :: B -> ShortText -> (ShortText,ShortText)
968 stripPrefix :: ShortText -> ShortText -> Maybe ShortText
1009 stripSuffix :: ShortText -> ShortText -> Maybe ShortText
1066 intercalate :: ShortText -> [ShortText] -> ShortText
1114 reverse :: ShortText -> ShortText
1428 cons :: Char -> ShortText -> ShortText
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Utils/
H A DShortText.hs13 module Distribution.Utils.ShortText
15 ShortText
81 null :: ShortText -> Bool
99 instance Binary ShortText where
103 instance Binary ShortText where
120 instance Binary ShortText where
135 instance NFData ShortText where
138 instance Show ShortText where
141 instance Read ShortText where
147 instance Monoid ShortText where
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Utils/
H A DShortText.hs13 module Distribution.Utils.ShortText
15 ShortText
81 null :: ShortText -> Bool
99 instance Binary ShortText where
103 instance Binary ShortText where
120 instance Binary ShortText where
135 instance NFData ShortText where
138 instance Show ShortText where
141 instance Read ShortText where
147 instance Monoid ShortText where
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Utils/
H A DShortText.hs13 module Distribution.Utils.ShortText
15 ShortText
81 null :: ShortText -> Bool
99 instance Binary ShortText where
103 instance Binary ShortText where
120 instance Binary ShortText where
135 instance NFData ShortText where
138 instance Show ShortText where
141 instance Read ShortText where
147 instance Monoid ShortText where
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Utils/
H A DShortText.hs13 module Distribution.Utils.ShortText
15 ShortText
81 null :: ShortText -> Bool
99 instance Binary ShortText where
103 instance Binary ShortText where
120 instance Binary ShortText where
135 instance NFData ShortText where
138 instance Show ShortText where
141 instance Read ShortText where
147 instance Monoid ShortText where
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Utils/
H A DShortText.hs5 module Distribution.Utils.ShortText
7 ShortText
48 toShortText :: String -> ShortText
69 instance Binary ShortText where
73 instance Binary ShortText where
85 instance Binary ShortText where
94 instance NFData ShortText where
97 instance Show ShortText where
100 instance Read ShortText where
106 instance Monoid ShortText where
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/mysql-test/mroonga/storage/r/
H A Dalter_table_change_token_filter.result21 column_create mroonga_operations table COLUMN_SCALAR ShortText
22 column_create mroonga_operations type COLUMN_SCALAR ShortText
24 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
26 column_create terms term COLUMN_SCALAR ShortText
38 column_create mroonga_operations table COLUMN_SCALAR ShortText
39 column_create mroonga_operations type COLUMN_SCALAR ShortText
41 table_create terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerM…
43 column_create terms term COLUMN_SCALAR ShortText
54 column_create mroonga_operations table COLUMN_SCALAR ShortText
55 column_create mroonga_operations type COLUMN_SCALAR ShortText
[all …]

12345678910>>...18