/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/cbind/test/ |
H A D | oned.c | 98 char *prop_names[2], *attrib_names[2]; in main() local 145 attrib_names[0] = "Node_attr_1"; in main() 146 EXCHECK(ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names)); in main() 211 attrib_names[0] = "THICKNESS"; in main() 212 EXCHECK(ex_put_attr_names (exoid, EX_ELEM_BLOCK, ebids[0], attrib_names)); in main() 213 attrib_names[0] = "WIDTH"; in main() 214 EXCHECK(ex_put_attr_names (exoid, EX_ELEM_BLOCK, ebids[1], attrib_names)); in main() 271 attrib_names[0] = "Nodeset_attribute"; in main() 272 EXCHECK(ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names)); in main()
|
H A D | testrd_par.c | 101 char *attrib_names[10]; in main() local 240 attrib_names[j] = (char *)calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 242 error = ex_get_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 248 printf ("nodal attribute %d = '%s'\n", j, attrib_names[j]); in main() 254 free(attrib_names[j]); in main() 384 attrib_names[j] = (char *) calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 391 error = ex_get_elem_attr_names (exoid, ids[i], attrib_names); in main() 400 free (attrib_names[j]); in main() 482 error = ex_get_attr_names (exoid, EX_NODE_SET, ids[i], attrib_names); in main() 488 printf ("nodeset attribute %d = '%s'\n", j, attrib_names[j]); in main() [all …]
|
H A D | testrd-long-name.c | 101 char *attrib_names[10]; in main() local 239 attrib_names[j] = (char *)calloc ((max_name_length+1), sizeof(char)); in main() 241 error = ex_get_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 247 printf ("nodal attribute %d = '%s'\n", j, attrib_names[j]); in main() 253 free(attrib_names[j]); in main() 382 attrib_names[j] = (char *) calloc ((max_name_length+1), sizeof(char)); in main() 389 error = ex_get_elem_attr_names (exoid, ids[i], attrib_names); in main() 398 free (attrib_names[j]); in main() 480 error = ex_get_attr_names (exoid, EX_NODE_SET, ids[i], attrib_names); in main() 486 printf ("nodeset attribute %d = '%s'\n", j, attrib_names[j]); in main() [all …]
|
H A D | testrd-nsided.c | 90 char *attrib_names[10]; in main() local 194 attrib_names[j] = (char *)calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 196 error = ex_get_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 202 printf ("nodal attribute %d = '%s'\n", j, attrib_names[j]); in main() 208 free(attrib_names[j]); in main() 347 attrib_names[j] = (char *) calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 354 error = ex_get_elem_attr_names (exoid, ids[i], attrib_names); in main() 363 free (attrib_names[j]); in main() 445 error = ex_get_attr_names (exoid, EX_NODE_SET, ids[i], attrib_names); in main() 451 printf ("nodeset attribute %d = '%s'\n", j, attrib_names[j]); in main() [all …]
|
H A D | testrd.c | 100 char *attrib_names[10]; in main() local 235 attrib_names[j] = (char *)calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 237 error = ex_get_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 243 printf ("nodal attribute %d = '%s'\n", j, attrib_names[j]); in main() 249 free(attrib_names[j]); in main() 378 attrib_names[j] = (char *) calloc ((MAX_STR_LENGTH+1), sizeof(char)); in main() 385 error = ex_get_elem_attr_names (exoid, ids[i], attrib_names); in main() 394 free (attrib_names[j]); in main() 476 error = ex_get_attr_names (exoid, EX_NODE_SET, ids[i], attrib_names); in main() 482 printf ("nodeset attribute %d = '%s'\n", j, attrib_names[j]); in main() [all …]
|
H A D | testwt-long-name.c | 64 char *prop_names[2], *attrib_names[2]; in main() local 197 attrib_names[0] = "Node_attr_1"; in main() 198 attrib_names[1] = "Node_attr_2"; in main() 199 error = ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 544 attrib_names[0] = "The name for the attribute representing the shell thickness"; in main() 546 error = ex_put_elem_attr_names (exoid, ebids[i], attrib_names); in main() 672 attrib_names[0] = "Nodeset_attribute"; in main() 673 error = ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names); in main()
|
H A D | testwt.c | 88 char *prop_names[2], *attrib_names[2]; in main() local 219 attrib_names[0] = "Node_attr_1"; in main() 220 attrib_names[1] = "Node_attr_2"; in main() 221 error = ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 562 attrib_names[0] = "THICKNESS"; in main() 564 error = ex_put_elem_attr_names (exoid, ebids[i], attrib_names); in main() 690 attrib_names[0] = "Nodeset_attribute"; in main() 691 error = ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names); in main()
|
H A D | testwt_nc.c | 88 char *prop_names[2], *attrib_names[2]; in main() local 222 attrib_names[0] = "Node_attr_1"; in main() 223 attrib_names[1] = "Node_attr_2"; in main() 224 error = ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 565 attrib_names[0] = "THICKNESS"; in main() 567 error = ex_put_elem_attr_names (exoid, ebids[i], attrib_names); in main() 693 attrib_names[0] = "Nodeset_attribute"; in main() 694 error = ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names); in main()
|
H A D | testwt-partial.c | 88 char *prop_names[2], *attrib_names[2]; in main() local 223 attrib_names[0] = "Node_attr_1"; in main() 224 attrib_names[1] = "Node_attr_2"; in main() 225 error = ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 567 attrib_names[0] = "THICKNESS"; in main() 569 error = ex_put_elem_attr_names (exoid, ebids[i], attrib_names); in main() 695 attrib_names[0] = "Nodeset_attribute"; in main() 696 error = ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names); in main()
|
H A D | testwt-nsided.c | 70 char *attrib_names[2]; in main() local 201 attrib_names[0] = "Node_attr_1"; in main() 202 attrib_names[1] = "Node_attr_2"; in main() 203 error = ex_put_attr_names (exoid, EX_NODAL, 0, attrib_names); in main() 433 attrib_names[0] = "Nodeset_attribute"; in main() 434 error = ex_put_attr_names (exoid, EX_NODE_SET, nsids[0], attrib_names); in main()
|
/dports/devel/R-cran-rlang/rlang/tests/testthat/ |
H A D | test-utils.R | 31 attrib_names <- names(attributes(x)) globalVar 32 expect_true(all(c("srcref", "srcfile", "wholeSrcref") %in% attrib_names))
|
/dports/x11/libfm-extra/libfm-1.3.2/src/extra/ |
H A D | fm-xml-file.c | 474 char **attrib_names, **attrib_values; in fm_xml_file_parse_data() local 655 attrib_names = attrib_values = NULL; in fm_xml_file_parse_data() 699 g_free(attrib_names[i]); in fm_xml_file_parse_data() 702 g_free(attrib_names); in fm_xml_file_parse_data() 716 attrib_names = g_renew(char *, attrib_names, attribs + 2); in fm_xml_file_parse_data() 718 attrib_names[attribs] = g_strndup(name, len); in fm_xml_file_parse_data() 724 attrib_names[attribs] = NULL; in fm_xml_file_parse_data() 729 item->attribute_names = attrib_names; in fm_xml_file_parse_data()
|
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/core/vfs/ |
H A D | fm-xml-file.c | 474 char **attrib_names, **attrib_values; in fm_xml_file_parse_data() local 655 attrib_names = attrib_values = NULL; in fm_xml_file_parse_data() 699 g_free(attrib_names[i]); in fm_xml_file_parse_data() 702 g_free(attrib_names); in fm_xml_file_parse_data() 716 attrib_names = g_renew(char *, attrib_names, attribs + 2); in fm_xml_file_parse_data() 718 attrib_names[attribs] = g_strndup(name, len); in fm_xml_file_parse_data() 724 attrib_names[attribs] = NULL; in fm_xml_file_parse_data() 729 item->attribute_names = attrib_names; in fm_xml_file_parse_data()
|
/dports/x11/libfm/libfm-1.3.2/src/extra/ |
H A D | fm-xml-file.c | 474 char **attrib_names, **attrib_values; in fm_xml_file_parse_data() local 655 attrib_names = attrib_values = NULL; in fm_xml_file_parse_data() 699 g_free(attrib_names[i]); in fm_xml_file_parse_data() 702 g_free(attrib_names); in fm_xml_file_parse_data() 716 attrib_names = g_renew(char *, attrib_names, attribs + 2); in fm_xml_file_parse_data() 718 attrib_names[attribs] = g_strndup(name, len); in fm_xml_file_parse_data() 724 attrib_names[attribs] = NULL; in fm_xml_file_parse_data() 729 item->attribute_names = attrib_names; in fm_xml_file_parse_data()
|
/dports/math/libmesh/libmesh-1.6.2/contrib/exodusii/5.22b/exodus/forbind/test/ |
H A D | testwt1.f | 42 character*(MXSTLN) attrib_names(3) 472 attrib_names(1) = "attribute_1" 473 attrib_names(2) = "attribute_2" 474 attrib_names(3) = "attribute_3" 476 call expean (exoid, ebids(i), numattr(i), attrib_names, ierr)
|
H A D | testrd.f | 44 character*(MXSTLN) attrib_names(100) 210 call exgean (exoid, ids(i), num_attr(i), attrib_names, ierr) 218 write (iout, 69) attrib_names(j),
|
H A D | testrd1.f | 44 character*(MXSTLN) attrib_names(100) 296 call exgean (exoid, ids(i), num_attr(i), attrib_names, ierr) 304 write (iout, 69) attrib_names(j),
|
H A D | testwt.f | 35 character*(MXSTLN) attrib_names(1) 433 attrib_names(1) = 'THICKNESS' 435 call expean (exoid, ebids(i), 1, attrib_names, ierr)
|
/dports/security/nmap/nmap-7.91/nselib/ |
H A D | bjnp.lua | 288 local attrib_names = { 334 for _, attrib in ipairs(attrib_names[devtype]) do
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/ |
H A D | browser_accessibility_com_win.cc | 912 BSTR* attrib_names, in get_attributes() argument 921 if (!attrib_names || !name_space_id || !attrib_values || !num_attribs) in get_attributes() 937 attrib_names[i] = SysAllocString(base::UTF8ToUTF16(attribute).c_str()); in get_attributes() 949 BSTR* attrib_names, in get_attributesForNames() argument 957 if (!attrib_names || !name_space_id || !attrib_values) in get_attributesForNames() 963 std::string name = base::UTF16ToUTF8((LPCWSTR)attrib_names[i]); in get_attributesForNames()
|
H A D | browser_accessibility_com_win.h | 242 BSTR* attrib_names, 249 BSTR* attrib_names,
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/ |
H A D | browser_accessibility_com_win.cc | 909 BSTR* attrib_names, in get_attributes() argument 918 if (!attrib_names || !name_space_id || !attrib_values || !num_attribs) in get_attributes() 934 attrib_names[i] = SysAllocString(base::UTF8ToUTF16(attribute).c_str()); in get_attributes() 946 BSTR* attrib_names, in get_attributesForNames() argument 954 if (!attrib_names || !name_space_id || !attrib_values) in get_attributesForNames() 960 std::string name = base::UTF16ToUTF8((LPCWSTR)attrib_names[i]); in get_attributesForNames()
|
H A D | browser_accessibility_com_win.h | 242 BSTR* attrib_names, 249 BSTR* attrib_names,
|
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rmarkdown/R/ |
H A D | params.R | 296 attrib_names <- unique(c(names(param), "value")) functionVar 297 lapply(attrib_names, function(name) {
|
/dports/textproc/R-cran-rmarkdown/rmarkdown/R/ |
H A D | params.R | 308 attrib_names <- unique(c(names(param), "value")) functionVar 309 lapply(attrib_names, function(name) {
|