Home
last modified time | relevance | path

Searched refs:add_special (Results 1 – 25 of 61) sorted by last modified time

123

/dports/cad/gmsh/gmsh-4.9.2-source/api/
H A DGenApi.py867 def add_special(self, name, doc, special, rtype, *args): member in Module
H A Dgen.py339 mesh.add_special('preallocateElementsByType', doc, ['onlycc++'], None, iint('elementType'), ibool('…
354 mesh.add_special('preallocateJacobians', doc, ['onlycc++'], None, iint('elementType'), iint('numEva…
372 mesh.add_special('preallocateBasisFunctionsOrientation', doc, ['onlycc++'], None, iint('elementType…
414 mesh.add_special('preallocateBarycenters', doc, ['onlycc++'], None, iint('elementType'), ovectordou…
925 view.add_special('getModelData', doc, ['rawc'], None, iint('tag'), iint('step'), ostring('dataType'…
/dports/devel/py-types-Jinja2/types-Jinja2-2.11.9/jinja2-stubs/
H A Dcompiler.pyi22 def add_special(self, name): ...
/dports/devel/R-cran-pillar/pillar/tests/testthat/
H A Dhelper-output.R25 add_special <- function(x) { function
H A Dtest-format_integer.R4 pillar(add_special(x), width = 6)
5 pillar(add_special(x), width = 7)
6 pillar(add_special(x), width = 8)
7 pillar(add_special(x), width = 9)
H A Dtest-format_character.R74 pillar(add_special(letters[1:5]))
75 pillar(add_special(paste(letters, collapse = "")))
78 pillar(add_special(c("")), width = 5)
79 pillar(add_special(c(" ")), width = 5)
80 pillar(add_special(c(" a")), width = 5)
81 pillar(add_special(c("a ")), width = 5)
82 pillar(add_special(c("a b")), width = 5)
83 pillar(add_special(c("\t")), width = 10)
84 pillar(add_special(c("a\nb")), width = 10)
85 pillar(add_special(c("a\001b")), width = 10)
[all …]
H A Dtest-format_decimal.R97 pillar(add_special((10^(-3:4)) * c(-1, 1)))
98 pillar(add_special(1.23456 * 10^(-3:3)))
103 pillar(add_special((10^(c(-2:4, 0L))) * c(-1, 1)))
109 pillar(add_special((10^(0:-5)) * c(-1, 1)), width = 20)
113 pillar(add_special((10^(4:-4)) + 1e-6), width = 20)
H A Dtest-format_integer64.R7 pillar(add_special(x), width = 6)
8 pillar(add_special(x), width = 7)
9 pillar(add_special(x), width = 8)
10 pillar(add_special(x), width = 9)
11 pillar(add_special(x), width = 10)
12 pillar(add_special(x), width = 11)
13 pillar(add_special(x), width = 12)
14 pillar(add_special(x), width = 13)
15 pillar(add_special(x), width = 14)
H A Dtest-title.R3 pillar(add_special(10^(1:6)))
4 pillar(add_special(10^(1:6)), title = "crayon")
5 pillar(add_special(10^(1:6)), title = "short")
6 pillar(add_special(10^(1:6)), title = "somewhat_wider")
7 pillar(add_special(10^(1:6)), title = "exactly_fifteen")
8 pillar(add_special(10^(1:6)), title = "absolutely_breaking_all_sensible_boundaries", width = 18)
H A Dtest-format_list.R5 pillar(add_special(list(1:3)))
H A Dtest-format_time.R3 pillar(add_special(as.POSIXct("2017-07-28 18:04:35 +0200")))
4 pillar(add_special(as.POSIXlt("2017-07-28 18:04:35 +0200")))
9 pillar(add_special(as.POSIXlt("2017-07-28 18:04:35 +0200")))
15 pillar(add_special(as.difftime(8:11, units = "secs")))
H A Dtest-format_date.R3 pillar(add_special(as.Date("2017-07-28")))
H A Dtest-format_logical.R3 pillar(add_special(c(TRUE, FALSE)))
H A Dtest-format_scientific.R27 pillar(add_special(10^c(-9, -6, 3, 9)), width = 10)
28 pillar(add_special((10^c(3, 9, 15, 22)) * c(-1, 1)), width = 10)
29 pillar(add_special(1.25 * 10^(-309:-319)), width = 10)
/dports/devel/R-cran-pillar/pillar/tests/testthat/_snaps/
H A Dtitle.md4 pillar(add_special(10^(1:6)))
18 pillar(add_special(10^(1:6)), title = "crayon")
33 pillar(add_special(10^(1:6)), title = "short")
48 pillar(add_special(10^(1:6)), title = "somewhat_wider")
63 pillar(add_special(10^(1:6)), title = "exactly_fifteen")
78 pillar(add_special(10^(1:6)), title = "absolutely_breaking_all_sensible_boundaries",
H A Dformat_time.md4 pillar(add_special(as.POSIXct("2017-07-28 18:04:35 +0200")))
11 pillar(add_special(as.POSIXlt("2017-07-28 18:04:35 +0200")))
21 pillar(add_special(as.POSIXlt("2017-07-28 18:04:35 +0200")))
31 pillar(add_special(as.difftime(8:11, units = "secs")))
H A Dformat_scientific.md11 pillar(add_special(10^c(-9, -6, 3, 9)), width = 10)
23 pillar(add_special((10^c(3, 9, 15, 22)) * c(-1, 1)), width = 10)
35 pillar(add_special(1.25 * 10^(-309:-319)), width = 10)
H A Dformat_decimal.md4 pillar(add_special((10^(-3:4)) * c(-1, 1)))
20 pillar(add_special(1.23456 * 10^(-3:3)))
38 pillar(add_special((10^(c(-2:4, 0L))) * c(-1, 1)))
57 pillar(add_special((10^(0:-5)) * c(-1, 1)), width = 20)
74 pillar(add_special((10^(4:-4)) + 1e-06), width = 20)
H A Dformat_integer.md4 pillar(add_special(x), width = 6)
8 pillar(add_special(x), width = 7)
17 pillar(add_special(x), width = 8)
26 pillar(add_special(x), width = 9)
H A Dformat_integer64.md4 pillar(add_special(x), width = 6)
13 pillar(add_special(x), width = 7)
22 pillar(add_special(x), width = 8)
31 pillar(add_special(x), width = 9)
40 pillar(add_special(x), width = 10)
49 pillar(add_special(x), width = 11)
58 pillar(add_special(x), width = 12)
67 pillar(add_special(x), width = 13)
76 pillar(add_special(x), width = 14)
H A Dformat_list.md19 pillar(add_special(list(1:3)))
H A Dformat_logical.md4 pillar(add_special(c(TRUE, FALSE)))
H A Dformat_character.md4 pillar(add_special(letters[1:5]))
33 pillar(add_special(c("")), width = 5)
40 pillar(add_special(c(" ")), width = 5)
47 pillar(add_special(c(" a")), width = 5)
54 pillar(add_special(c("a ")), width = 5)
61 pillar(add_special(c("a b")), width = 5)
68 pillar(add_special(c("\t")), width = 10)
75 pillar(add_special(c("a\nb")), width = 10)
92 pillar(add_special("成交日"), title = "成交")
100 pillar(add_special("成交"), title = "成交日")
[all …]
H A Dformat_date.md4 pillar(add_special(as.Date("2017-07-28")))
/dports/games/freeorion/freeorion-0.4.10.2/default/python/universe_generation/
H A Dspecials.py49 fo.add_special(obj, special)

123