Home
last modified time | relevance | path

Searched refs:juice (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/test/
H A Dtest_juice.py5 from epsilon import juice
26 class SimpleSymmetricProtocol(juice.Juice):
49 class Hello(juice.Command):
52 response = [('hello', juice.String())]
56 class Goodbye(juice.Command):
58 responseType = juice.QuitBox
60 class GetList(juice.Command):
63 response = [('body', juice.JuiceList([('x', juice.Integer())]))]
69 ('name', juice.String()),
143 class LiteralJuice(juice.Juice):
[all …]
/dports/www/zola/zola-0.15.2/docs/content/themes/juice/
H A Dindex.md3 title = "juice"
11 repository = "https://github.com/huhu/juice"
12 homepage = "https://github.com/huhu/juice"
15 demo = "https://juice.huhu.io"
34 https://juice.huhu.io
42 $ git clone https://github.com/huhu/juice.git
47 $ git submodule add https://github.com/huhu/juice themes/juice
53 theme = "juice"
64 {%/* extends "juice/templates/index.html" */%}
116 juice_logo_path = "juice.svg"
[all …]
/dports/math/R-cran-recipes/recipes/tests/testthat/
H A Dtest_sample.R17 juice() %>%
25 juice() %>%
33 juice() %>%
41 juice() %>%
49 juice() %>%
58 expect_equal(juice(smaller_iris) %>% nrow(), 120)
65 juice() %>%
H A Dtest_column_order.R21 names(juice(rec_1)),
30 names(juice(rec_1, all_predictors())),
73 names(juice(rec_2)),
82 names(juice(rec_2, all_predictors())),
105 names(juice(rec_3)),
114 names(juice(rec_3, all_predictors())),
137 names(juice(rec_4)),
146 names(juice(rec_4, all_predictors())),
H A Dtest_slice.R24 rec_train <- juice(prepped)
50 rec_train <- juice(prepped)
76 rec_1_train <- juice(prepped_1)
94 rec_2_train <- juice(prepped_2)
104 juice(composition = "data.frame")
H A Dtest_mutate.R30 rec_train <- juice(prepped)
59 rec_1_train <- juice(prepped_1)
74 rec_2_train <- juice(prepped_2)
103 juice(composition = "data.frame")
147 rec_train <- juice(prepped)
180 rec_train <- juice(prepped)
203 juice(composition = "data.frame")
H A Dtest_filter.R24 rec_train <- juice(prepped)
52 rec_train <- juice(prepped)
78 rec_1_train <- juice(prepped_1)
93 rec_2_train <- juice(prepped_2)
102 juice(composition = "data.frame")
H A Dtest_downsample.R34 tr_xtab <- table(juice(rec1_p)$Species, useNA = "always")
39 expect_equal(sum(is.na(juice(rec1_p)$Species)), 5)
52 tr_xtab <- table(juice(rec2_p)$Species, useNA = "always")
57 expect_equal(sum(is.na(juice(rec2_p)$Species)), 10)
69 tr_xtab <- table(juice(rec3_p)$Species, useNA = "always")
114 juice() %>%
H A Dtest_matrix.R39 juice_default <- juice(rec, all_numeric())
41 juice(rec, all_numeric(), composition = "matrix")
43 juice(rec, age, composition = "matrix")
62 expect_error(juice(rec, composition = "matrix"))
H A Dtest_upsample.R32 tr_xtab <- table(juice(rec1_p)$Species, useNA = "always")
37 expect_equal(sum(is.na(juice(rec1_p)$Species)), max(og_xtab))
50 tr_xtab <- table(juice(rec2_p)$Species, useNA = "always")
55 expect_equal(sum(is.na(juice(rec2_p)$Species)),
68 tr_xtab <- table(juice(rec3_p)$Species, useNA = "always")
113 juice() %>%
H A Dtest_rm.R57 rec_train <- juice(prepped)
97 rec_train <- juice(prepped)
126 rec_train <- juice(prepped)
157 rec_1_train <- juice(prepped_1)
172 rec_2_train <- juice(prepped_2)
H A Dtest_sparsity.R40 juice_default <- juice(rec, all_numeric())
42 juice(rec, all_numeric(), composition = "dgCMatrix")
44 juice(rec, age, composition = "dgCMatrix")
63 expect_error(juice(rec, composition = "dgCMatrix"))
H A Dtest_rename.R30 rec_train <- juice(prepped)
50 juice(composition = "data.frame")
75 rec_train <- juice(prepped)
102 juice(composition = "data.frame")
H A Dtest_naomit.R10 juice()
23 juice()
32 juice()
H A Dtest_data.frame.R38 juice_default <- juice(rec, all_numeric())
40 juice(rec, all_numeric(), composition = "data.frame")
42 juice(rec, age, composition = "data.frame")
H A Dtest_arrange.R24 rec_train <- juice(prepped)
51 rec_1_train <- juice(prepped_1)
61 juice(composition = "data.frame")
H A Dtest_pls_new.R35 tr_new <- juice(rec, all_predictors())
54 tr_new <- juice(rec, all_predictors())
74 tr_new <- juice(rec, all_predictors())
93 tr_new <- juice(rec, all_predictors())
114 tr_new <- juice(rec, all_predictors())
H A Dtest_skipping.R12 juiced_1 <- juice(prepped_1)
67 simple_juiced <- juice(prep_simple)
104 complex_juiced <- juice(complex_ex)
128 corr_juiced <- juice(corr_example)
H A Dtest_naindicate.R52 juice()
68 juice()
80 juice()
/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/scripts/
H A Dbenchmark.py20 from epsilon import juice
287 class Results(juice.Command):
292 ('version', juice.Integer()),
296 ('error', juice.Boolean()),
300 ('timeout', juice.Boolean()),
303 ('name', juice.Unicode()),
306 ('host', juice.Unicode()),
312 ('sector_size', juice.Integer()),
315 ('python_version', juice.Unicode()),
321 ('divmod_version', juice.Unicode()),
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/examples/client-benchmark/
H A DREADME.md42 2021-04-10 19:51:32.465 INFO [16442] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
44 2021-04-10 19:51:32.466 INFO [16450] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
49 2021-04-10 19:51:32.490 INFO [16450] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
56 2021-04-10 19:51:32.589 INFO [16450] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
61 2021-04-10 19:51:34.039 INFO [16450] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:220…
140 2021-04-10 19:54:53.383 INFO [16625] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
148 2021-04-10 19:54:53.575 INFO [16646] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
149 2021-04-10 19:54:53.625 INFO [16646] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:787…
165 2021-04-10 19:54:57.025 INFO [16646] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:220…
258 2021-04-10 19:53:01.275 INFO [16533] [rtc::impl::IceTransport::LogCallback@339] juice: agent.c:220…
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/cmake/Modules/
H A DFindLibJuice.cmake2 find_path(JUICE_INCLUDE_DIR juice/juice.h)
3 find_library(JUICE_LIBRARY NAMES juice)
/dports/math/R-cran-recipes/recipes/man/
H A Djuice.Rd3 \name{juice}
4 \alias{juice}
7 juice(object, ..., composition = "tibble")
26 As of \code{recipes} version 0.1.14, \strong{\code{juice()} is superseded} in favor of
39 \code{juice()} will return the results of a recipe where \emph{all steps}
/dports/polish/fortunepl/fortunes-pl-20091121/
H A Dplug260 <juice> heheheh
261 <juice> bosz
379 <juice`> jest 1:10
405 <juice> zgubilem konia :/
406 <juice> HA
407 <juice> jest
408 <juice> zaparkowany.
409 <juice> pod lasem
429 <juice`> dokladnie.
433 <juice`> heh. no.
[all …]
/dports/devel/quilt/quilt-0.66/test/
H A Dexample1.test20 < The juice of it on sleeping eye-lids laid
38 > +The juice of it on sleeping eye-lids laid
56 > The juice of it on sleeping eye-lids laid
70 > +The juice of it on sleeping eye-lids laid
112 < The juice of it on sleeping eye-lids laid
126 > The juice of it on sleeping eye-lids laid
140 > +The juice of it on sleeping eye-lids laid

12345678910>>...28