Home
last modified time | relevance | path

Searched defs:fill (Results 251 – 275 of 17657) sorted by relevance

1...<<11121314151617181920>>...707

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/MobileWebApp/src/main/java/com/google/gwt/sample/mobilewebapp/client/ui/
H A DPieChart.java41 private final FillStrokeStyle fill; field in PieChart.Slice
43 public Slice(double weight, FillStrokeStyle fill) { in Slice()
91 public void addSlice(double weight, FillStrokeStyle fill) { in addSlice()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/action/
H A DSeparator.java53 public void fill(Menu menu, int index) { in fill() method in Separator
62 public void fill(ToolBar toolbar, int index) { in fill() method in Separator
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzHash.h38 /* #define HASH_ZIP_CALC hv = ((cur[0] | ((UInt32)cur[1] << 8)) ^ p->crc[cur[2]]) & 0xFFFF; */
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.ui/src/org/eclipse/pde/api/tools/ui/internal/
H A DSWTFactory.java133 public static Button createPushButton(Composite parent, String label, Image image, int fill) { in createPushButton()
228 public static Link createLink(Composite parent, String text, Font font, int hspan, int fill) { in createLink()
316 …xpandableComposite createExpandibleComposite(Composite parent, String label, int hspan, int fill) { in createExpandibleComposite()
353 public static Text createText(Composite parent, int style, int hspan, int fill) { in createText()
390 …c static Text createText(Composite parent, int style, int hspan, int width, int height, int fill) { in createText()
411 public static Group createGroup(Composite parent, String text, int columns, int hspan, int fill) { in createGroup()
431 public static Composite createComposite(Composite parent, int columns, int hspan, int fill) { in createComposite()
452 …c static Composite createComposite(Composite parent, Font font, int columns, int hspan, int fill) { in createComposite()
473 …public static Composite createComposite(Composite parent, int columns, int hspan, int fill, int st… in createComposite()
527 …public static Composite createComposite(Composite parent, int columns, int hspan, int fill, int ma… in createComposite()
[all …]
/dports/math/gap/gap-4.11.0/pkg/jupyterviz-1.5.1/tst/
H A Danychart-sample.json21 "fill": "#cbbba0" string
28 "fill": "#f38967" string
35 "fill": "#edcf37" string
84 "fill": "#da943b" string
184 "fill": "#795841" string
340 "fill": "#357ca5" string
498 "fill": "#634e42" string
505 "fill": "#575756" string
556 "fill": "#a30d1c" string
607 "fill": "#6f1547" string
[all …]
/dports/graphics/R-cran-munsell/munsell/R/
H A Dplot.r10 panel.background = ggplot2::element_rect(fill = bg.col), functionVar
47 ggplot2::geom_tile(ggplot2::aes(fill = colour)) + functionVar
88 ggplot2::geom_tile(ggplot2::aes(fill = hex)) + functionVar
123 ggplot2::geom_tile(ggplot2::aes(fill = hex), colour = back.col) + functionVar
168 ggplot2::geom_tile(ggplot2::aes(fill = hex), colour = back.col) + functionVar
202 ggplot2::geom_tile(ggplot2::aes(fill = hex), colour = back.col) + functionVar
244 ggplot2::geom_tile(ggplot2::aes(fill = hex), colour = back.col, size = 1) + functionVar
316 ggplot2::geom_tile(ggplot2::aes(fill = hex), functionVar
/dports/science/cdk/cdk-cdk-2.3/display/renderbasic/src/main/java/org/openscience/cdk/renderer/elements/
H A DOvalElement.java45 public final boolean fill; field in OvalElement
83 boolean fill, Color color) { in OvalElement()
93 boolean fill, Color color) { in OvalElement()
/dports/cad/impact/Impact/src/gui/
H A DPostProcessor.java1592 Color fill = getGradient((float)minei,ei,(float)maxei); in draw() local
1598 Color fill = getGradient((float)minex,ee[0],(float)maxex); in draw() local
1604 Color fill = getGradient((float)miney,ee[1],(float)maxey); in draw() local
1610 Color fill = getGradient((float)minez,ee[2],(float)maxez); in draw() local
1672 Color fill = getGradient((float)minei,ei,(float)maxei); in draw() local
1679 Color fill = getGradient((float)minex,ee[0],(float)maxex); in draw() local
1686 Color fill = getGradient((float)miney,ee[1],(float)maxey); in draw() local
1820 Color fill = getGradient(0,ei,(float)maxei); in draw() local
2540 Color fill = getGradient((float)minsi,ei,(float)maxsi); in draw() local
2620 Color fill = getGradient((float)minsi,ei,(float)maxsi); in draw() local
[all …]
/dports/math/ploticus-nox11/pl240src/prefabs/
H A Dstack.pl117 fill: @color4 label
124 fill: @color3 label
131 fill: @color2 label
137 fill: @color label
/dports/math/ploticus/pl240src/prefabs/
H A Dstack.pl117 fill: @color4 label
124 fill: @color3 label
131 fill: @color2 label
137 fill: @color label
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/impl/
H A Dgenerate.hpp144 CloudGenerator<PointT, GeneratorT>::fill (pcl::PointCloud<PointT>& cloud) in fill() function in pcl::common::CloudGenerator
151 CloudGenerator<PointT, GeneratorT>::fill (int width, int height, pcl::PointCloud<PointT>& cloud) in fill() function in pcl::common::CloudGenerator
255 CloudGenerator<pcl::PointXY, GeneratorT>::fill (pcl::PointCloud<pcl::PointXY>& cloud) in fill() function in pcl::common::CloudGenerator::PointXY
262 CloudGenerator<pcl::PointXY, GeneratorT>::fill (int width, int height, pcl::PointCloud<pcl::PointXY… in fill() function in pcl::common::CloudGenerator::PointXY
/dports/math/stanmath/math-4.2.0/stan/math/rev/fun/
H A Dfill.hpp25 inline void fill(VarMat& x, const S& y) { in fill() function
48 inline void fill(VarMat& x, const S& y) { in fill() function
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_ldap/src/
H A Drabbit_auth_backend_ldap_util.erl12 fill(Fmt, []) -> function
15 fill(Fmt, [{K, V} | T]) -> function
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/config/
H A Dconfigpanel.py14 def add_option(self, name, fill=True): argument
22 def add_amiga_option(self, name, fill=True, parent=None): argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/devel/sccache/sccache-0.2.15/cargo-crates/ring-0.16.19/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/lang/gleam/gleam-0.18.2/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/net/routinator/routinator-0.10.2/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/ring-0.16.15/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
308 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
332 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
365 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
387 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
420 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/net/quiche/quiche-0.9.0/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ring-0.16.12/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
308 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
332 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
368 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
392 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
425 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/net/krill/krill-0.9.4/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/ring-0.16.20/src/
H A Drand.rs33 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified>; in fill() method
41 fn fill(&self, dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
309 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
333 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
367 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
389 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function
422 pub fn fill(dest: &mut [u8]) -> Result<(), error::Unspecified> { in fill() function

1...<<11121314151617181920>>...707