Home
last modified time | relevance | path

Searched refs:tabulate (Results 1 – 25 of 1404) sorted by relevance

12345678910>>...57

/dports/devel/py-cli-helpers/cli_helpers-2.2.0/cli_helpers/tabular_output/
H A Dtabulate_adapter.py17 import tabulate
20 tabulate.MIN_PADDING = 0
22 tabulate._table_formats["psql_unicode"] = tabulate.TableFormat(
27 headerrow=tabulate.DataRow("│", "│", "│"),
28 datarow=tabulate.DataRow("│", "│", "│"),
33 tabulate._table_formats["double"] = tabulate.TableFormat(
39 datarow=tabulate.DataRow("║", "║", "║"),
44 tabulate._table_formats["ascii"] = tabulate.TableFormat(
56 tabulate._table_formats["minimal"] = tabulate._table_formats["plain"]
160 return tabulate.Line(
[all …]
/dports/devel/py-tabulate/tabulate-0.8.6/test/
H A Dtest_output.py7 import tabulate as tabulate_module
8 from tabulate import tabulate, simple_separated_format
87 result = tabulate(table, tablefmt="plain")
348 result = tabulate(table, tablefmt="grid")
822 result = tabulate(table, tablefmt="rst")
1084 result = tabulate([], tablefmt="simple")
1097 result = tabulate(
1106 result = tabulate(
1140 result = tabulate(
1149 result = tabulate(
[all …]
H A Dtest_regression.py7 from tabulate import tabulate, _text_type, _long_type
86 formatted = tabulate([[dt, d, t]])
123 formatted = tabulate(
140 result = tabulate([[1], [2]], [42])
145 result = tabulate(lod, "keys")
180 table = tabulate(data)
215 result = tabulate(table)
225 result = tabulate(table, tablefmt="plain")
312 result = tabulate(table, tablefmt="grid")
329 result = tabulate([], headers="keys")
[all …]
H A Dtest_input.py7 from tabulate import tabulate
17 result = tabulate(ii)
32 result = tabulate(ii, "abcde")
47 result = tabulate(ii, "firstrow")
87 result = tabulate(ll, headers="keys")
103 result = tabulate(dd, "keys")
188 result = tabulate(na)
366 result = tabulate(lt)
379 result = tabulate(lt, headers="keys")
388 result = tabulate(lod)
[all …]
/dports/devel/tabulate/tabulate-1.4/
H A Dtabulate.pri3 HEADERS += $$PWD/include/tabulate/cell.hpp \
4 $$PWD/include/tabulate/color.hpp \
5 $$PWD/include/tabulate/column.hpp \
7 $$PWD/include/tabulate/exporter.hpp \
8 $$PWD/include/tabulate/font_align.hpp \
9 $$PWD/include/tabulate/font_style.hpp \
10 $$PWD/include/tabulate/format.hpp \
14 $$PWD/include/tabulate/printer.hpp \
15 $$PWD/include/tabulate/row.hpp \
16 $$PWD/include/tabulate/table.hpp \
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/adjunctions-4.4/src/Data/Functor/
H A DRep.hs352 tabulate = IdentityT #. tabulate function
367 tabulate = Compose . tabulate . fmap tabulate . curry function
378 tabulate f = Pair (tabulate (f . Left)) (tabulate (f . Right)) function
385 tabulate f = f Seq.empty :< tabulate (\k -> tabulate (f . (k Seq.<|))) function
390 tabulate = Backwards #. tabulate function
395 tabulate = Reverse #. tabulate function
428 tabulate f = tabulate (f . Left) :*: tabulate (f . Right) function
433 tabulate = Comp1 . tabulate . fmap tabulate . curry function
443 tabulate = Rec1 #. tabulate function
448 tabulate = M1 #. tabulate function
[all …]
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dlurk.py83 def tabulate(self, number, format): member in CP
93 self.tabulate(self.code, self.format)
105 self.tabulate(self.code, self.format)
117 self.tabulate(self.code, self.format)
129 self.tabulate(self.code, self.format)
141 self.tabulate(self.code, self.format)
153 self.tabulate(self.code, self.format)
165 self.tabulate(self.code, self.format)
177 self.tabulate(self.code, self.format)
189 self.tabulate(self.code, self.format)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/adjunctions-4.4/src/Data/Functor/Contravariant/
H A DRep.hs47 tabulate :: (a -> Rep f) -> f a
56 contramapWithRep f p = tabulate $ either (index p) id . f
68 tabulated = dimap tabulate (fmap index)
72 contramapRep f = tabulate . (. f) . index
76 tabulate _ = Proxy function
82 tabulate = Op function
87 tabulate = Predicate function
92 tabulate f = Pair (tabulate (fst . f)) (tabulate (snd . f)) function
100 tabulate _ = U1 function
106 tabulate f = tabulate (fst . f) :*: tabulate (snd . f) function
/dports/devel/py-tabulate/tabulate-0.8.6/
H A DREADME1 python-tabulate
22 pip install tabulate
27 `C:\Python27\Scripts\tabulate.exe`).
31 pip install tabulate --user
44 pip install tabulate
58 >>> from tabulate import tabulate
62 >>> print(tabulate(table))
398 >>> print(tabulate(table))
443 import tabulate
451 `tabulate`:
[all …]
H A DREADME.md1 python-tabulate
22 pip install tabulate
27 `C:\Python27\Scripts\tabulate.exe`).
31 pip install tabulate --user
44 pip install tabulate
58 >>> from tabulate import tabulate
62 >>> print(tabulate(table))
398 >>> print(tabulate(table))
443 import tabulate
451 `tabulate`:
[all …]
H A DPKG-INFO2 Name: tabulate
9 Description: python-tabulate
30 pip install tabulate
39 pip install tabulate --user
52 pip install tabulate
58 >>> from tabulate import tabulate
62 >>> print(tabulate(table))
398 >>> print(tabulate(table))
443 import tabulate
451 `tabulate`:
[all …]
/dports/devel/py-tabulate/tabulate-0.8.6/tabulate.egg-info/
H A DPKG-INFO2 Name: tabulate
9 Description: python-tabulate
30 pip install tabulate
39 pip install tabulate --user
52 pip install tabulate
58 >>> from tabulate import tabulate
62 >>> print(tabulate(table))
398 >>> print(tabulate(table))
443 import tabulate
451 `tabulate`:
[all …]
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dtabulate.cu19 thrust::tabulate(sys, vec.begin(), vec.end(), thrust::identity<int>()); in TestTabulateDispatchExplicit()
27 void tabulate(my_tag, ForwardIterator first, ForwardIterator, UnaryOperation) in tabulate() function
36 thrust::tabulate(thrust::retag<my_tag>(vec.begin()), in TestTabulateDispatchImplicit()
53 thrust::tabulate(v.begin(), v.end(), thrust::identity<T>()); in TestTabulateSimple()
61 thrust::tabulate(v.begin(), v.end(), -_1); in TestTabulateSimple()
69 thrust::tabulate(v.begin(), v.end(), _1 * _1 * _1); in TestTabulateSimple()
88 thrust::tabulate(h_data.begin(), h_data.end(), _1 * _1 + 13); in TestTabulate()
89 thrust::tabulate(d_data.begin(), d_data.end(), _1 * _1 + 13); in TestTabulate()
93 thrust::tabulate(h_data.begin(), h_data.end(), (_1 - 7) * _1); in TestTabulate()
94 thrust::tabulate(d_data.begin(), d_data.end(), (_1 - 7) * _1); in TestTabulate()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/
H A DParquetAvroCompatibilitySuite.scala161 Seq.tabulate(3)(i => s"val_$i"),
162 if (i % 3 == 0) null else Seq.tabulate(3)(identity))
187 Row(Seq.tabulate(3, 3)((i, j) => i * 3 + j))
200 Seq.tabulate(3) { i =>
210 Row(Seq.tabulate(3)(i => i.toString -> Seq.tabulate(3)(j => i + j)).toMap)
227 Seq.tabulate(3)(n => s"arr_${i + n}"),
229 Seq.tabulate(3) { n =>
230 (i + n).toString -> Seq.tabulate(3) { m =>
231 Row(Seq.tabulate(3)(j => i + j + m), s"val_${i + m}")
240 Seq.tabulate(3) { n =>
[all …]
/dports/math/R/R-4.1.2/src/library/base/man/
H A Dtabulate.Rd1 % File src/library/base/man/tabulate.Rd
6 \name{tabulate}
9 \code{tabulate} takes the integer-valued vector \code{bin} and counts
13 tabulate(bin, nbins = max(1, bin, na.rm = TRUE))
15 \alias{tabulate}
22 \code{tabulate} is the workhorse for the \code{\link{table}} function.
45 tabulate(c(2,3,5))
46 tabulate(c(2,3,3,5), nbins = 10)
47 tabulate(c(-2,0,2,3,3,5)) # -2 and 0 are ignored
48 tabulate(c(-2,0,2,3,3,5), nbins = 3)
[all …]

12345678910>>...57