Home
last modified time | relevance | path

Searched refs:XUC (Results 1 – 25 of 80) sorted by relevance

1234

/dports/math/gretl/gretl-2021d/utils/FRB/
H A Dfrb2db.c31 #define XUC const xmlChar * macro
67 status = xmlGetProp(node, (XUC) "OBS_STATUS"); in parse_frb_obs()
68 value = xmlGetProp(node, (XUC) "OBS_VALUE"); in parse_frb_obs()
69 period = xmlGetProp(node, (XUC) "TIME_PERIOD"); in parse_frb_obs()
225 if (!xmlStrcmp(c1->name, (XUC) "Annotation")) { in parse_frb_annotations()
319 freq = xmlGetProp(node, (XUC) "FREQ"); in parse_frb_series()
343 if (!xmlStrcmp(cur->name, (XUC) "Annotations")) { in parse_frb_series()
347 } else if (!xmlStrcmp(cur->name, (XUC) "Obs")) { in parse_frb_series()
378 id = xmlGetProp(node, (XUC) "id"); in parse_frb_dataset()
391 if (!xmlStrcmp(cur->name, (XUC) "Series")) { in parse_frb_dataset()
[all …]
/dports/math/gretl/gretl-2021d/gui/
H A Dsession_xml.c97 name = xmlGetProp(cur, (XUC) "name"); in restore_session_graphs()
107 fname = xmlGetProp(cur, (XUC) "fname"); in restore_session_graphs()
164 name = xmlGetProp(cur, (XUC) "name"); in restore_session_texts()
309 fname = xmlGetProp(cur, (XUC) "fname"); in restore_session_models()
313 name = xmlGetProp(cur, (XUC) "name"); in restore_session_models()
408 tmp = xmlGetProp(cur, (XUC) "t1"); in read_session_xml()
415 tmp = xmlGetProp(cur, (XUC) "t2"); in read_session_xml()
427 tmp = xmlGetProp(cur, (XUC) "seed"); in read_session_xml()
432 tmp = xmlGetProp(cur, (XUC) "n"); in read_session_xml()
442 tmp = xmlGetProp(cur, (XUC) "count"); in read_session_xml()
[all …]
/dports/math/gretl/gretl-2021d/utils/FRED/
H A Dfred2db.c41 #define XUC const xmlChar * macro
241 count = xmlGetProp(n, (XUC) "count"); in get_observations_info()
254 if (!xmlStrcmp(n->name, (XUC) "observation")) { in get_observations_info()
255 date = xmlGetProp(n, (XUC) "date"); in get_observations_info()
256 val = xmlGetProp(n, (XUC) "value"); in get_observations_info()
362 freq = xmlGetProp(n, (XUC) "frequency_short"); in get_series_info()
374 idstr = xmlGetProp(n, (XUC) "id"); in get_series_info()
375 title = xmlGetProp(n, (XUC) "title"); in get_series_info()
376 units = xmlGetProp(n, (XUC) "units_short"); in get_series_info()
379 stop = xmlGetProp(n, (XUC) "observation_end"); in get_series_info()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_xml.c86 if (xmlStrcmp(node->name, (XUC) rootname)) { in gretl_xml_open_doc_root()
1032 if (!xmlStrcmp(cur->name, (XUC) name)) { in gretl_xml_child_get_string()
1064 tmp = xmlGetProp(node, (XUC) "size"); in gretl_xml_get_array()
1412 if (!xmlStrcmp(cur->name, (XUC) name)) { in gretl_xml_child_get_strings_array()
2775 tmp = xmlGetProp(cur, (XUC) "name"); in process_varlist()
2817 tmp = xmlGetProp(cur, (XUC) "lag"); in process_varlist()
2950 tmp = xmlGetProp(cur, (XUC) "name"); in process_varlist_subset()
2989 tmp = xmlGetProp(cur, (XUC) "lag"); in process_varlist_subset()
3212 tmp = xmlGetProp(cur, (XUC) "label"); in read_observations()
3303 tmp = xmlGetProp(node, (XUC) "labels"); in read_observations_subset()
[all …]
H A Daddons_utils.c105 if (!xmlStrcmp(n1->name, (XUC) "gretl-function-package")) { in get_addon_version()
108 if (!xmlStrcmp(n2->name, (XUC) "version")) { in get_addon_version()
111 } else if (date != NULL && !xmlStrcmp(n2->name, (XUC) "date")) { in get_addon_version()
H A Dgretl_func.c1747 if (!xmlStrcmp(cur->name, (XUC) "param")) { in func_read_params()
2165 if (!xmlStrcmp(cur->name, (XUC) "help")) { in read_ufunc_from_xml()
2172 } else if (!xmlStrcmp(cur->name, (XUC) "params")) { in read_ufunc_from_xml()
2178 } else if (!xmlStrcmp(cur->name, (XUC) "return")) { in read_ufunc_from_xml()
2181 } else if (!xmlStrcmp(cur->name, (XUC) "code")) { in read_ufunc_from_xml()
4040 if (!xmlStrcmp(sub->name, (XUC) "help")) { in get_gfn_info_for_zip()
5567 if (!xmlStrcmp(cur->name, (XUC) "author")) { in real_read_package()
5572 } else if (!xmlStrcmp(cur->name, (XUC) "date")) { in real_read_package()
5576 } else if (!xmlStrcmp(cur->name, (XUC) "help")) { in real_read_package()
5587 } else if (!xmlStrcmp(cur->name, (XUC) "tags")) { in real_read_package()
[all …]
H A Duservar.c2122 if (!xmlStrcmp(cur->name, (XUC) "gretl-scalar")) { in read_user_scalars()
2123 name = (char *) xmlGetProp(cur, (XUC) "name"); in read_user_scalars()
2124 val = (char *) xmlGetProp(cur, (XUC) "value"); in read_user_scalars()
2158 if (!xmlStrcmp(cur->name, (XUC) "gretl-matrix")) { in read_user_matrices()
2159 name = (char *) xmlGetProp(cur, (XUC) "name"); in read_user_matrices()
2185 if (!xmlStrcmp(cur->name, (XUC) "list")) { in read_user_lists()
2211 if (!xmlStrcmp(cur->name, (XUC) "gretl-bundle")) { in read_user_bundles()
2212 char *name = (char *) xmlGetProp(cur, (XUC) "name"); in read_user_bundles()
2222 creator = (char *) xmlGetProp(cur, (XUC) "creator"); in read_user_bundles()
H A Dgretl_xml.h25 #define XUC const xmlChar * macro
H A Dgretl_model.c5736 if (!xmlStrcmp(cur->name, (XUC) "arlist")) { in arinfo_from_xml()
5738 } else if (!xmlStrcmp(cur->name, (XUC) "rho")) { in arinfo_from_xml()
5740 } else if (!xmlStrcmp(cur->name, (XUC) "sderr")) { in arinfo_from_xml()
5850 if (!xmlStrcmp(cur->name, (XUC) "sample")) { in gretl_model_from_XML()
5854 } else if (!xmlStrcmp(cur->name, (XUC) "coeff")) { in gretl_model_from_XML()
5856 } else if (!xmlStrcmp(cur->name, (XUC) "sderr")) { in gretl_model_from_XML()
5858 } else if (!xmlStrcmp(cur->name, (XUC) "uhat")) { in gretl_model_from_XML()
5860 } else if (!xmlStrcmp(cur->name, (XUC) "yhat")) { in gretl_model_from_XML()
5862 } else if (!xmlStrcmp(cur->name, (XUC) "xpx")) { in gretl_model_from_XML()
5865 } else if (!xmlStrcmp(cur->name, (XUC) "vcv")) { in gretl_model_from_XML()
[all …]
H A Dgretl_bundle.c2368 if (!xmlStrcmp(cur->name, (XUC) "bundled-item")) { in load_bundled_items()
2369 key = (char *) xmlGetProp(cur, (XUC) "key"); in load_bundled_items()
2467 char *note = (char *) xmlGetProp(cur, (XUC) "note"); in load_bundled_items()
2499 btype = (char *) xmlGetProp(node, (XUC) "type"); in gretl_bundle_deserialize()
2500 creator = (char *) xmlGetProp(node, (XUC) "creator"); in gretl_bundle_deserialize()
H A Dvar.c4297 if (!xmlStrcmp(cur->name, (XUC) "gretl-matrix")) { in VAR_retrieve_jinfo()
4360 if (!xmlStrcmp(cur->name, (XUC) "gretl-model")) { in VAR_retrieve_equations()
4536 if (!xmlStrcmp(cur->name, (XUC) "lags")) { in gretl_VAR_from_XML()
4538 } else if (!xmlStrcmp(cur->name, (XUC) "ylist")) { in gretl_VAR_from_XML()
4540 } else if (!xmlStrcmp(cur->name, (XUC) "xlist")) { in gretl_VAR_from_XML()
4542 } else if (!xmlStrcmp(cur->name, (XUC) "rlist")) { in gretl_VAR_from_XML()
4544 } else if (!xmlStrcmp(cur->name, (XUC) "Fvals")) { in gretl_VAR_from_XML()
4546 } else if (!xmlStrcmp(cur->name, (XUC) "Ivals")) { in gretl_VAR_from_XML()
4548 } else if (!xmlStrcmp(cur->name, (XUC) "equations")) { in gretl_VAR_from_XML()
4550 } else if (!xmlStrcmp(cur->name, (XUC) "gretl-johansen")) { in gretl_VAR_from_XML()
[all …]
H A Dsystem.c3253 if (!xmlStrcmp(cur->name, (XUC) "id_atom")) { in sys_retrieve_identity()
3329 if (!xmlStrcmp(cur->name, (XUC) "eqnlist")) { in equation_system_from_XML()
3331 } else if (!xmlStrcmp(cur->name, (XUC) "endog_vars")) { in equation_system_from_XML()
3333 } else if (!xmlStrcmp(cur->name, (XUC) "instr_vars")) { in equation_system_from_XML()
3335 } else if (!xmlStrcmp(cur->name, (XUC) "identity")) { in equation_system_from_XML()
3337 } else if (!xmlStrcmp(cur->name, (XUC) "R")) { in equation_system_from_XML()
3339 } else if (!xmlStrcmp(cur->name, (XUC) "q")) { in equation_system_from_XML()
/dports/math/gretl/gretl-2021d/plugin/
H A Dxlsx_import.c182 if (!xmlStrcmp(cur->name, (XUC) "si")) { in xlsx_read_shared_strings()
187 if (!xmlStrcmp(val->name, (XUC) "t")) { in xlsx_read_shared_strings()
202 if (!xmlStrcmp(sub->name, (XUC) "t")) { in xlsx_read_shared_strings()
637 if (!xmlStrcmp(val->name, (XUC) "f")) { in has_formula_child()
743 if (!xmlStrcmp(cur->name, (XUC) "c")) { in xlsx_read_row()
773 if (!xmlStrcmp(val->name, (XUC) "v")) { in xlsx_read_row()
796 !xmlStrcmp(val->name, (XUC) "f")) { in xlsx_read_row()
803 !xmlStrcmp(val->name, (XUC) "is")) { in xlsx_read_row()
1003 if (!xmlStrcmp(c1->name, (XUC) "row")) { in xlsx_read_worksheet()
1029 if (!xmlStrcmp(c1->name, (XUC) "row")) { in xlsx_read_worksheet()
[all …]
H A Dgnumeric_import.c120 tmp = (char *) xmlGetProp(p, (XUC) "ValueType"); in node_get_vtype_and_content()
189 if (!xmlStrcmp(p->name, (XUC) "Cell")) { in wsheet_get_real_size_etc()
192 tmp = (char *) xmlGetProp(p, (XUC) "Row"); in wsheet_get_real_size_etc()
200 tmp = (char *) xmlGetProp(p, (XUC) "Col"); in wsheet_get_real_size_etc()
381 if (!xmlStrcmp(p->name, (XUC) "Cell")) { in wsheet_parse_cells()
388 tmp = (char *) xmlGetProp(p, (XUC) "Col"); in wsheet_parse_cells()
397 tmp = (char *) xmlGetProp(p, (XUC) "Row"); in wsheet_parse_cells()
485 if (!xmlStrcmp(cur->name, (XUC) "Sheets")) { in wsheet_get_data()
491 if (!xmlStrcmp(sub->name, (XUC) "Sheet")) { in wsheet_get_data()
495 if (!xmlStrcmp(snode->name, (XUC) "Name")) { in wsheet_get_data()
[all …]
H A Dods_import.c86 name = (char *) xmlGetProp(node, (XUC) "name"); in ods_table_new()
289 if (!xmlStrcmp(cur->name, (XUC) "p")) { in p_content_NA()
318 if (!xmlStrcmp(cur->name, (XUC) "p")) { in get_ods_string_value()
347 tmp = (char *) xmlGetProp(cur, (XUC) "value"); in get_ods_numeric_value()
571 val = (char *) xmlGetProp(cur, (XUC) "value"); in real_read_cell()
651 if (!xmlStrcmp(cur->name, (XUC) "table-cell")) { in read_data_row()
720 if (!xmlStrcmp(rowp->name, (XUC) "table-row")) { in analyse_top_left()
871 if (!xmlStrcmp(cur->name, (XUC) "table-row")) { in read_table_content()
935 if (!xmlStrcmp(cur->name, (XUC) "table-row")) { in get_table_dimensions()
1023 if (!xmlStrcmp(cur->name, (XUC) "body")) { in ods_read_content()
[all …]
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D3ch9_xrg.sdf3 Coordinates from PDB:2XUC:A:1338 Model:1 without hydrogens
48 2XUC
H A D4xuc_43g.sdf3 Coordinates from PDB:4XUC:A:301 Model:1 without hydrogens
95 4XUC
H A D1xuc_pb3.sdf3 Coordinates from PDB:1XUC:A:2001 Model:1 without hydrogens
127 1XUC
/dports/security/clamav/clamav-0.104.2/unit_tests/input/clamav_hdb_scanfiles/
H A Dclam.newc.cpio.xor2 3h4?*:XUC+)*x1>&+  ;
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dvm_powerpc_asm.c841 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
842 #define XUC_MASK XUC(0x3f, 0x1f)
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc_asm.c844 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
845 #define XUC_MASK XUC(0x3f, 0x1f)
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_powerpc_asm.c844 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
845 #define XUC_MASK XUC(0x3f, 0x1f)
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dvm_powerpc_asm.c841 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
842 #define XUC_MASK XUC(0x3f, 0x1f)
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc_asm.c843 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
844 #define XUC_MASK XUC(0x3f, 0x1f)
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_powerpc_asm.c843 #define XUC(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) macro
844 #define XUC_MASK XUC(0x3f, 0x1f)

1234