Home
last modified time | relevance | path

Searched refs:shape_names (Results 1 – 17 of 17) sorted by relevance

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/vendor/phpmyadmin/shapefile/src/
H A DUtil.php29 private static $shape_names = array( variable in PhpMyAdmin\\ShapeFile\\Util
112 if (isset(self::$shape_names[$type])) {
113 return self::$shape_names[$type];
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/phpmyadmin/shapefile/src/
H A DUtil.php29 private static $shape_names = array( variable in PhpMyAdmin\\ShapeFile\\Util
112 if (isset(self::$shape_names[$type])) {
113 return self::$shape_names[$type];
/dports/graphics/R-cran-ggplot2/ggplot2/inst/doc/
H A Dggplot2-specs.R78 shape_names <- c( vector
88 shape_names = shape_names, nameattr
94 geom_point(aes(shape = shape_names), fill = "red", size = 5) +
95 geom_text(aes(label = shape_names), nudge_y = -0.3, size = 3.5) +
H A Dggplot2-specs.Rmd167 shape_names <- c(
177 shape_names = shape_names,
183 geom_point(aes(shape = shape_names), fill = "red", size = 5) +
184 geom_text(aes(label = shape_names), nudge_y = -0.3, size = 3.5) +
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/dumpers/misc/
H A Ddump_anm.pl31 use constant shape_names => { constant
85 printf " k:shape = %d (%s)\n", $shape, shape_names->{$shape};
H A Ddump_ppe.pl28 use constant shape_names => { constant
57 printf " k:shape = %d (%s)\n", $shape, shape_names->{$shape};
/dports/devel/py-botocore/botocore-1.21.61/tests/functional/
H A Dtest_tagged_unions_unknown.py26 for shape_name in service_model.shape_names:
/dports/graphics/R-cran-ggplot2/ggplot2/vignettes/
H A Dggplot2-specs.Rmd167 shape_names <- c(
177 shape_names = shape_names,
183 geom_point(aes(shape = shape_names), fill = "red", size = 5) +
184 geom_text(aes(label = shape_names), nudge_y = -0.3, size = 3.5) +
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dshapes.h232 const char *const shape_names[NUM_SHAPES] = { variable
H A Dtuxpaint.c8170 img_shape_names[i] = do_render_button_label(shape_names[i]); in create_button_labels()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/botocore/
H A Dmodel.py287 def shape_names(self): member in ServiceModel
293 for shape_name in self.shape_names:
/dports/devel/py-botocore/botocore-1.21.61/botocore/
H A Dmodel.py298 def shape_names(self): member in ServiceModel
304 for shape_name in self.shape_names:
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Doccgeom.cpp1527 std::map<Handle(TopoDS_TShape), string> shape_names; in LoadOCCInto() local
1563 shape_names[shape.TShape()] = shapeName; in LoadOCCInto()
1575 for (auto [s,n] : shape_names) in LoadOCCInto()
1585 name = shape_names[solid.TShape()]; in LoadOCCInto()
1596 name = shape_names[face.TShape()]; in LoadOCCInto()
1605 name = shape_names[edge.TShape()]; in LoadOCCInto()
/dports/science/siconos/siconos-4.4.0/io/swig/io/
H A Dpprocess.py234 def shape_names(obj): function
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-escher.c570 static char const * const shape_names[] = { in ms_escher_read_Sp() local
713 d (0, g_printerr ("%s (0x%x);\n", shape_names[h->instance], in ms_escher_read_Sp()
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_model.py106 self.assertEqual(self.service_model.shape_names, ['StringShape'])
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc4777 static const char *shape_names[] = in get_mon_shape_str() local
4787 COMPILE_CHECK(ARRAYSZ(shape_names) == MON_SHAPE_MISC + 1); in get_mon_shape_str()
4788 return shape_names[shape]; in get_mon_shape_str()