Home
last modified time | relevance | path

Searched refs:width_name (Results 1 – 25 of 30) sorted by relevance

12

/dports/chinese/ttfm/ttfm-0.9.5/
H A Dttfinfo.c126 const char *width_name,
699 const char *width_name; in main() local
964 font_name, weight_name, width_name, in main()
970 font_name, weight_name, width_name, in main()
976 font_name, weight_name, width_name, in main()
982 font_name, weight_name, width_name, in main()
988 font_name, weight_name, width_name, in main()
996 font_name, weight_name, width_name, in main()
1037 font_name, weight_name, width_name, in main()
1413 const char *width_name, in add_mapping() argument
[all …]
/dports/net/tinyfugue/tf-50b8/src/
H A Dworld.c293 int need, width, width_name, width_type, width_host, width_port; in list_worlds() local
298 width_name = width / 5; in list_worlds()
303 width_name, "NAME", width_type, "TYPE", width_host, "HOST", in list_worlds()
326 width_name, width_name, p->name, in list_worlds()
/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dworld.c303 int need, width, width_name, width_type, width_host, width_port; in list_worlds() local
308 width_name = width / 5; in list_worlds()
313 width_name, "NAME", width_type, "TYPE", width_host, "HOST", in list_worlds()
336 width_name, width_name, p->name, in list_worlds()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/include/rcx/
H A Dextprocess.h192 const char* width_name);
198 const char* width_name);
329 void writeFullProcess(FILE* fp, double X, double width, char* width_name);
334 char* width_name);
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dextprocess.cpp216 const char* width_name) { in printDielBox() argument
222 if (width_name != NULL) { in printDielBox()
235 diel->_name, height, width_name, thickness, diel->_epsilon); in printDielBox()
247 const char* width_name) { in printDielBox3D() argument
250 if (width_name != NULL) { in printDielBox3D()
257 diel->_name, 0.5 * length, width_name, thickness, length, in printDielBox3D()
267 diel->_name, 0.5 * length, width_name, thickness, length, in printDielBox3D()
426 char* width_name) { in writeFullProcess() argument
432 m->printDielBox(fp, X, width, diel, width_name); in writeFullProcess()
436 double length, char* width_name) { in writeFullProcess3D() argument
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/io/formats/
H A Dexcel.py223 width_name = self._get_width_name(width)
224 if width_name is None:
229 return width_name
234 if width_name in ("hair", "thin"):
238 if width_name in ("hair", "thin"):
/dports/x11-fonts/otf2bdf/otf2bdf-3.1/
H A Dotf2bdf.c179 static char *width_name = 0; variable
610 if (width_name == 0) { in make_xlfd_name()
615 (void) strcpy(name, width_name); in make_xlfd_name()
616 name += strlen(width_name); in make_xlfd_name()
1321 width_name = argv[0]; in main()
/dports/print/freetype/freetype-1.3.1/contrib/ttf2bdf/
H A Dttf2bdf.c159 static char *width_name = 0; variable
514 if (width_name == 0) {
519 strcpy(name,width_name);
520 name+=strlen(width_name);
1299 width_name = argv[0];
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_tree_formatter_base.cc208 const std::string& width_name, in FormatRectangle() argument
213 value.GetInteger(width_name, &width); in FormatRectangle()
H A Daccessibility_tree_formatter_base.h124 const std::string& width_name,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_tree_formatter_base.cc222 const std::string& width_name, in FormatRectangle() argument
227 value.GetInteger(width_name, &width); in FormatRectangle()
H A Daccessibility_tree_formatter_base.h113 const std::string& width_name,
/dports/math/plplot-ada/plplot-5.15.0/examples/tcl/
H A Dx20.tcl272 proc read_img {fname img_f_name width_name height_name num_col_name} {
274 upvar 1 $width_name width
/dports/math/plplot/plplot-5.15.0/examples/tcl/
H A Dx20.tcl272 proc read_img {fname img_f_name width_name height_name num_col_name} {
274 upvar 1 $width_name width
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dthreaded_stress_test_helpers.h2298 typedef void (*help_fun)(struct arg_type *type, int width_name, int width_type);
2319 help_##typename(struct arg_type *type, int width_name, int width_type) { \
2321 …fprintf(stderr, "\t%-*s %-*s ", width_name, type->name, width_type, type->description->type_name…
2338 help_bool(struct arg_type *type, int width_name, int width_type) { in DEFINE_NUMERIC_HELP()
2342 width_name - (int)strlen("--[no-]"), type->name, in DEFINE_NUMERIC_HELP()
2348 help_string(struct arg_type *type, int width_name, int width_type) { in help_string() argument
2352 width_name, type->name, in help_string()

12