Home
last modified time | relevance | path

Searched refs:to_values (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/
H A Ddata.py11 to_values,
19 return curried.pipe(data, limit_rows(max_rows=max_rows), to_values)
/dports/graphics/py-altair/altair-4.1.0/altair/vega/
H A Ddata.py11 to_values,
32 return curried.pipe(data, limit_rows, to_values)
/dports/graphics/py-altair/altair-4.1.0/altair/utils/tests/
H A Dtest_data.py7 from ..data import limit_rows, MaxRowsError, sample, to_values, to_json, to_csv
59 result = pipe(data, to_values)
65 for f in (sample, limit_rows, to_values):
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/xml-pack/
H A Dide-xml-completion-values.c70 match_values_add (GPtrArray *to_values, in match_values_add() argument
76 g_assert (to_values != NULL); in match_values_add()
85 g_ptr_array_add (to_values, to_item); in match_values_add()
/dports/math/libmesh/libmesh-1.6.2/src/solution_transfer/
H A Ddtk_solution_transfer.C101 …Teuchos::RCP<DataTransferKit::FieldManager<DTKAdapter::FieldContainerType>> to_values = to_adapter… in transfer() local
103 dtk_maps[from_to]->apply(from_evaluator, to_values); in transfer()
/dports/graphics/py-altair/altair-4.1.0/altair/vega/v5/
H A Ddata.py10 to_values,
H A D__init__.py12 to_values,
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v4/
H A D__init__.py20 to_values,
H A Ddata.py10 to_values,
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v3/
H A D__init__.py21 to_values,
H A Ddata.py10 to_values,
/dports/graphics/py-altair/altair-4.1.0/altair/utils/
H A Ddata.py140 def to_values(data): function
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dscalar_cast_test.cc783 const std::vector<int64_t>& to_values, const std::vector<bool>& is_valid) { in TEST_F() argument
785 timestamp(from_unit), from_values, is_valid, timestamp(to_unit), to_values, in TEST_F()
1075 const std::vector<int64_t>& to_values, const std::vector<bool>& is_valid) { in TEST_F() argument
1077 duration(from_unit), from_values, is_valid, duration(to_unit), to_values, in TEST_F()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/backends/
H A Dbackend_pgf.py657 tr1, tr2, tr3, tr4, tr5, tr6 = transform.frozen().to_values()
H A Dbackend_ps.py426 matrix = " ".join(map(str, transform.frozen().to_values()))
H A Dbackend_svg.py257 value = value.to_values()
H A Dbackend_pdf.py1917 tr1, tr2, tr3, tr4, tr5, tr6 = transform.frozen().to_values()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/backends/
H A Dbackend_pgf.py672 tr1, tr2, tr3, tr4, tr5, tr6 = transform.frozen().to_values()
H A Dbackend_svg.py243 value = value.to_values()
H A Dbackend_ps.py453 matrix = " ".join(map(str, transform.frozen().to_values()))
H A Dbackend_pdf.py1698 tr1, tr2, tr3, tr4, tr5, tr6 = transform.frozen().to_values()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Doffsetbox.py947 _off = self.offset_transform.to_values() # to be restored later
H A Dtransforms.py1849 def to_values(self): member in Affine2DBase
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dtransforms.py1822 def to_values(self): member in Affine2DBase