Home
last modified time | relevance | path

Searched +defs:arrow +defs:size (Results 1 – 25 of 787) sorted by relevance

12345678910>>...32

/dports/math/R-cran-sf/sf/R/
H A Dgrid.R10 st_as_grob.POINT = function(x, pch = 1, size = unit(1, "char"), default.units = "native", name = NU… argument
18 st_as_grob.MULTIPOINT = function(x, pch = 1, size = unit(1, "char"), default.units = "native", name… argument
26 st_as_grob.LINESTRING = function(x, arrow = NULL, default.units = "native", name = NULL, gp = gpar(… argument
39 st_as_grob.MULTILINESTRING = function(x, arrow = NULL, default.units = "native", name = NULL, gp = … argument
141 st_as_grob.sfc_POINT <- function(x, pch = 1, size = unit(1, "char"), default.units = "native", name… argument
155 st_as_grob.sfc_MULTIPOINT <- function(x, pch = 1, size = unit(1, "char"), default.units = "native",… argument
173 st_as_grob.sfc_LINESTRING <- function(x, arrow = NULL, default.units = "native", name = NULL, gp = … argument
188 st_as_grob.sfc_MULTILINESTRING <- function(x, arrow = NULL, default.units = "native", name = NULL, … argument
257 st_as_grob.sfc <- function(x, pch = 1, size = unit(1, "char"), arrow = NULL, gp = gpar(), ...) { argument
284 scalar_grobs <- function(x, pch = 1, size = unit(1, "char"), arrow = NULL, gp = gpar(), ...) { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dmachine_benchmark.cc29 namespace arrow { namespace
36 std::vector<int32_t> RandomPath(int32_t size) { in RandomPath()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dmachine_benchmark.cc29 namespace arrow { namespace
36 std::vector<int32_t> RandomPath(int32_t size) { in RandomPath()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dmachine_benchmark.cc29 namespace arrow { namespace
36 std::vector<int32_t> RandomPath(int32_t size) { in RandomPath()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/testing/
H A Dgenerator.cc35 namespace arrow { namespace
39 static inline std::shared_ptr<Array> ConstantArray(int64_t size, CType value) { in ConstantArray()
45 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Boolean(int64_t size, bool value) { in Boolean()
49 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt8(int64_t size, uint8_t value) { in UInt8()
53 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int8(int64_t size, int8_t value) { in Int8()
57 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt16(int64_t size, in UInt16()
62 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int16(int64_t size, int16_t value) { in Int16()
66 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt32(int64_t size, in UInt32()
75 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt64(int64_t size, in UInt64()
88 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Float64(int64_t size, in Float64()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/testing/
H A Dgenerator.cc35 namespace arrow { namespace
39 static inline std::shared_ptr<Array> ConstantArray(int64_t size, CType value) { in ConstantArray()
45 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Boolean(int64_t size, bool value) { in Boolean()
49 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt8(int64_t size, uint8_t value) { in UInt8()
53 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int8(int64_t size, int8_t value) { in Int8()
57 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt16(int64_t size, in UInt16()
62 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int16(int64_t size, int16_t value) { in Int16()
66 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt32(int64_t size, in UInt32()
75 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt64(int64_t size, in UInt64()
88 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Float64(int64_t size, in Float64()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Daggregate_basic_avx512.cc20 namespace arrow { namespace
30 static constexpr int64_t size = 32; member
36 static constexpr int64_t size = 64; member
41 static constexpr int64_t size = 64; member
46 static constexpr int64_t size = 64; member
H A Daggregate_basic_avx2.cc20 namespace arrow { namespace
30 static constexpr int64_t size = 32; member
36 static constexpr int64_t size = 64; member
41 static constexpr int64_t size = 64; member
46 static constexpr int64_t size = 64; member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dspinbutt.cpp55 const wxSize& size, in wxSpinButton()
83 const wxSize& size, in Create()
189 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
242 void wxSpinButton::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
257 bool wxSpinButton::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
H A Dscrolbar.cpp94 const wxSize& size, in wxScrollBar()
130 const wxSize &size, in Create()
280 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
316 wxSize size = GetSize(); in HitTestBar() local
424 wxCoord length, arrow; in GetScrollbarRect() local
658 static inline wxScrollBar::Element ElementForArrow(wxScrollArrows::Arrow arrow) in ElementForArrow()
670 void wxScrollBar::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
706 bool wxScrollBar::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dspinbutt.cpp58 const wxSize& size, in wxSpinButton()
86 const wxSize& size, in Create()
192 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
245 void wxSpinButton::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
260 bool wxSpinButton::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
H A Dscrolbar.cpp97 const wxSize& size, in wxScrollBar()
133 const wxSize &size, in Create()
283 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
319 wxSize size = GetSize(); in HitTestBar() local
427 wxCoord length, arrow; in GetScrollbarRect() local
661 static inline wxScrollBar::Element ElementForArrow(wxScrollArrows::Arrow arrow) in ElementForArrow()
673 void wxScrollBar::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
709 bool wxScrollBar::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dspinbutt.cpp58 const wxSize& size, in wxSpinButton()
86 const wxSize& size, in Create()
192 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
245 void wxSpinButton::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
260 bool wxSpinButton::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
H A Dscrolbar.cpp97 const wxSize& size, in wxScrollBar()
133 const wxSize &size, in Create()
283 wxSize size = m_renderer->GetScrollbarArrowSize(); in DoGetBestClientSize() local
319 wxSize size = GetSize(); in HitTestBar() local
427 wxCoord length, arrow; in GetScrollbarRect() local
661 static inline wxScrollBar::Element ElementForArrow(wxScrollArrows::Arrow arrow) in ElementForArrow()
673 void wxScrollBar::SetArrowFlag(wxScrollArrows::Arrow arrow, int flag, bool set) in SetArrowFlag()
709 bool wxScrollBar::OnArrow(wxScrollArrows::Arrow arrow) in OnArrow()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/testing/
H A Dgenerator.cc35 namespace arrow { namespace
39 static inline std::shared_ptr<Array> ConstantArray(int64_t size, CType value) { in ConstantArray()
45 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Boolean(int64_t size, bool value) { in Boolean()
49 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt8(int64_t size, uint8_t value) { in UInt8()
53 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int8(int64_t size, int8_t value) { in Int8()
57 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt16(int64_t size, in UInt16()
62 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Int16(int64_t size, int16_t value) { in Int16()
66 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt32(int64_t size, in UInt32()
75 std::shared_ptr<arrow::Array> ConstantArrayGenerator::UInt64(int64_t size, in UInt64()
88 std::shared_ptr<arrow::Array> ConstantArrayGenerator::Float64(int64_t size, in Float64()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dtest_common.cc37 namespace arrow { namespace
106 void MemoryMapFixture::CreateFile(const std::string& path, int64_t size) { in CreateFile()
112 int64_t size, const std::string& path) { in InitMemoryMap()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dtest_common.cc37 namespace arrow { namespace
106 void MemoryMapFixture::CreateFile(const std::string& path, int64_t size) { in CreateFile()
112 int64_t size, const std::string& path) { in InitMemoryMap()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dtest_common.cc37 namespace arrow { namespace
106 void MemoryMapFixture::CreateFile(const std::string& path, int64_t size) { in CreateFile()
112 int64_t size, const std::string& path) { in InitMemoryMap()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/
H A DDownloadListActivity.java41 private ImageView arrow = null; field in DownloadListActivity
59 public void onNewItemSelected(DownloadPackage _task, int x, int minX, int maxX, int size) { in onNewItemSelected()
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/
H A DDownloadListActivity.java41 private ImageView arrow = null; field in DownloadListActivity
59 public void onNewItemSelected(DownloadPackage _task, int x, int minX, int maxX, int size) { in onNewItemSelected()
/dports/graphics/R-cran-ggrepel/ggrepel/R/
H A Dgeom-label-repel.R18 label.size = 0.25,
20 arrow = NULL, argument
59 arrow = arrow, nameattr
106 label.size = 0.25,
108 arrow = NULL, argument
376 makeLabelRepelGrobs <- function(
390 point.size = 1,
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/proxy/
H A Dnhxdr.c32 debug_dump(buf, len, arrow) in debug_dump() argument
113 nhext_xdrmem_read(xdrs, addr, size) in nhext_xdrmem_read() argument
131 nhext_xdrmem_write(xdrs, addr, size) in nhext_xdrmem_write() argument
153 nhext_xdrmem_create(xdrs, addr, size, op) in nhext_xdrmem_create() argument
169 nhext_xdrio_read(xdrs, addr, size) in nhext_xdrio_read() argument
203 nhext_xdrio_write(xdrs, addr, size) in nhext_xdrio_write() argument
/dports/irc/ezbounce/ezbounce-1.99.15/src/
H A Ddcc_offer.cc56 unsigned int size, unsigned int offset, int f) in dcc_offer()
125 const char * arrow = "-->"; in info() local
/dports/finance/weberp/webERP/Classes/PHPExcel/Chart/
H A DAxis.php337 public function getLineStyleArrowWidth($arrow) {
349 public function getLineStyleArrowLength($arrow) {
510 …public function setGlowProperties($size, $color_value = NULL, $color_alpha = NULL, $color_type = N…
539 private function _setGlowSize($size) {
569 public function setSoftEdges($size) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/
H A DAxis.php311 public function getLineStyleArrowWidth($arrow)
323 public function getLineStyleArrowLength($arrow)
482 …public function setGlowProperties($size, $color_value = null, $color_alpha = null, $color_type = n…
511 private function setGlowSize($size)
541 public function setSoftEdges($size)

12345678910>>...32