Home
last modified time | relevance | path

Searched refs:pivot_category (Results 1 – 23 of 23) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.h256 struct pivot_category *root;
269 struct pivot_category **data_leaves;
270 struct pivot_category **presentation_leaves;
301 struct pivot_category struct
304 struct pivot_category *parent; argument
332 pivot_category_is_leaf (const struct pivot_category *category) in pivot_category_is_leaf()
344 struct pivot_category *parent, struct pivot_value *name);
349 struct pivot_category *pivot_category_create_group (
353 struct pivot_category *pivot_category_create_group__ (
354 struct pivot_category *parent, struct pivot_value *name);
[all …]
H A Dpivot-table.c328 struct pivot_category *root = d->root; in pivot_dimension_create__()
329 *root = (struct pivot_category) { in pivot_dimension_create__()
373 static const struct pivot_category * UNUSED
381 const struct pivot_category *first in pivot_category_first_leaf()
392 static const struct pivot_category * UNUSED
404 const struct pivot_category *next in pivot_category_next_leaf()
486 *leaf = (struct pivot_category) { in pivot_category_create_leaf_rc()
532 struct pivot_category * SENTINEL (0)
550 struct pivot_category *
557 *group = (struct pivot_category) { in pivot_category_create_group__()
[all …]
H A Dpivot-output.c37 static const struct pivot_category *
43 for (const struct pivot_category *c = d->presentation_leaves[index]; in find_category()
224 const struct pivot_category *c = find_category ( in compose_headings()
235 const struct pivot_category *c2 = find_category ( in compose_headings()
/dports/www/serendipity/Serendipity-2.3.5/include/admin/importers/
H A Dpivot.inc.php89 $pivot_category = trim(stripslashes($category[0]));
91 if ($pivot_category == $item['category_name']) {
98 …echo '<li>Pivot Category "' . serendipity_specialchars($pivot_category) . '" mapped to Serendipity…
99 $pivot_to_s9y['categories'][$pivot_category] = $found;
101 … echo '<li>Created Pivot Category "' . serendipity_specialchars($pivot_category) . '".</li>';
102 $cat = array('category_name' => $pivot_category,
110 … $pivot_to_s9y['categories'][$pivot_category] = serendipity_db_insert_id('category', 'categoryid');
149 foreach($entrydata['category'] AS $pivot_category) {
150 … $entry['categories'][] = $pivot_to_s9y['categories'][$pivot_category];
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dt-test-paired.c162 struct pivot_category *pair = pivot_category_create_group__ (
204 struct pivot_category *group = pivot_category_create_group__ (
239 struct pivot_category *group = pivot_category_create_group (
244 struct pivot_category *interval = pivot_category_create_group__ (
262 struct pivot_category *group = pivot_category_create_group__ (
H A Dt-test-one-sample.c69 struct pivot_category *group = pivot_category_create_group__ (
78 struct pivot_category *subgroup = pivot_category_create_group__ (
H A Dlogistic.c1179 struct pivot_category *group = pivot_category_create_group__ ( in output_variables()
1188 struct pivot_category *step1 = pivot_category_create_group ( in output_variables()
1382 struct pivot_category *coding_group = pivot_category_create_group ( in output_categories()
1402 struct pivot_category *var_group = pivot_category_create_group__ ( in output_categories()
1447 struct pivot_category *pred_group = pivot_category_create_group__ ( in create_classification_dimension()
H A Dfrequencies.c313 struct pivot_category *valid = NULL; in dump_freq_table()
329 struct pivot_category *missing = NULL; in dump_freq_table()
1587 struct pivot_category *n = pivot_category_create_group ( in dump_statistics()
1596 struct pivot_category *percentiles = NULL; in dump_statistics()
H A Dkruskal-wallis.c266 struct pivot_category *group = pivot_category_create_group__ ( in show_ranks_box()
H A Dt-test-indep.c264 struct pivot_category *group = pivot_category_create_group ( in indep_test()
H A Dmeans.c657 populate_case_processing_summary (struct pivot_category *pc,
700 struct pivot_category *cats[3];
H A Dreliability.c645 struct pivot_category *alpha = pivot_category_create_group ( in reliability_statistics()
H A Dcrosstabs.q1206 struct pivot_category *group = pivot_category_create_group__ (
1382 create_direct_stat (struct pivot_category *parent,
1386 struct pivot_category *group = pivot_category_create_group (
1419 struct pivot_category *nn = pivot_category_create_group (
1424 struct pivot_category *oo = pivot_category_create_group (
1427 struct pivot_category *ni = pivot_category_create_group (
H A Doneway.c1054 struct pivot_category *interval = pivot_category_create_group__ (
1377 struct pivot_category *interval = pivot_category_create_group__ (
H A Dquick-cluster.c752 struct pivot_category *group
H A Dregression.c909 struct pivot_category *interval = pivot_category_create_group__ ( in reg_stats_coeff()
H A Droc.c977 struct pivot_category *interval = pivot_category_create_group__ ( in show_auc()
H A Dexamine.c743 struct pivot_category *interval = pivot_category_create_group__ ( in descriptives_report()
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-light-decoder.c497 struct pivot_category *parent,
505 struct pivot_category *parent, in decode_spvlb_categories()
528 struct pivot_category *out = xzalloc (sizeof *out); in decode_spvlb_categories()
565 struct pivot_category *category, in decode_spvlb_group()
569 category->subs = XCALLOC (n_categories, struct pivot_category *); in decode_spvlb_group()
579 fill_leaves (struct pivot_category *category, in fill_leaves()
623 *out->root = (struct pivot_category) { in decode_spvlb_dimension()
637 out->data_leaves = XCALLOC (out->n_leaves, struct pivot_category *); in decode_spvlb_dimension()
638 out->presentation_leaves = XCALLOC (out->n_leaves, struct pivot_category *); in decode_spvlb_dimension()
H A Dspv-legacy-decoder.c95 struct pivot_category **index_to_category;
1046 add_parents (struct pivot_category *cat, struct pivot_category *parent, in add_parents()
1176 struct pivot_category **cats = xnmalloc (n_cats, sizeof **cats); in add_dimension()
1181 struct pivot_category *cat = xzalloc (sizeof *cat); in add_dimension()
1209 *d->root = (struct pivot_category) { in add_dimension()
1249 struct pivot_category *new_cat; in add_dimension()
1261 *new_cat = (struct pivot_category) { in add_dimension()
1479 static struct pivot_category *
1618 struct pivot_category *c = find_category (s, include); in decode_set_cell_properties__()
1665 struct pivot_category *c = find_category (s, include); in decode_set_cell_properties__()
[all …]
H A Dspv-writer.c674 put_category (struct buf *buf, const struct pivot_category *c)
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dsys-file-info.c586 struct pivot_category *group = pivot_category_create_group__ ( in display_value_labels()
658 struct pivot_category *group = pivot_category_create_group__ ( in display_attrset()
743 struct pivot_category *group = pivot_category_create_group__ ( in display_vectors()
/dports/math/pspp/pspp-1.4.1/src/math/
H A Dcovariance.c780 struct pivot_category *group = pivot_category_create_group__ ( in covariance_dump_enc_header()