Home
last modified time | relevance | path

Searched refs:include_items (Results 1 – 25 of 194) sorted by path

12345678

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer.cc3834 int get_real_mp(bool include_items) in get_real_mp() argument
3864 if (include_items) in get_real_mp()
3870 if (include_items && you.wearing_ego(EQ_WEAPON, SPWPN_ANTIMAGIC)) in get_real_mp()
H A Dplayer.h1103 int get_real_mp(bool include_items);
/dports/graphics/tinyows/tinyows-1.1.0/
H A DNEWS2 …- Add include_items and exclude_items config handling. To choose exactly which columns to retrieve…
/dports/graphics/tinyows/tinyows-1.1.0/src/ows/
H A Dows_config.c553 layer->include_items = list_explode_str_trim(',', (char *) a); in ows_parse_config_layer()
555 } else if (layer->parent && layer->parent->include_items) { in ows_parse_config_layer()
556 layer->include_items = list_init(); in ows_parse_config_layer()
557 list_add_list(layer->exclude_items, layer->parent->include_items); in ows_parse_config_layer()
H A Dows_layer.c535 l->include_items = NULL; in ows_layer_init()
565 if (l->include_items) list_free(l->include_items); in ows_layer_free()
665 if(l->include_items) { in ows_layer_flush()
667 list_flush(l->include_items, output); in ows_layer_flush()
H A Dows_storage.c334 if (l->include_items) { in ows_storage_fill_attributes()
336 for (ln = l->include_items->first ; ln ; ln = ln->next) { in ows_storage_fill_attributes()
341 if (l->include_items->first && l->storage->pkey) { in ows_storage_fill_attributes()
421 if (l->include_items) { in ows_layer_storage_fill()
423 list_implode(sql, "','", l->include_items); in ows_layer_storage_fill()
/dports/graphics/tinyows/tinyows-1.1.0/src/
H A Dows_struct.h180 list * include_items; member
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dtemplate.php385 $include_items[$i] = $item['graph_template_item_id'];
392 if (isset($include_items)) {
393 $sql_include_items = 'AND ' . array_to_sql_or($include_items, 'local_graph_template_item_id');
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/dird/
H A Dbackup.c208 inc = f->include_items[i]; in is_checksum_needed_by_fileset()
H A Dbdirjson.c582 ie = fs->include_items[j]; in display_include_exclude()
H A Ddird_conf.c1227 INCEXE *incexe = res->res_fs.include_items[i]; in dump_resource()
1774 free_incexe(res->res_fs.include_items[num]); in free_resource()
1776 free(res->res_fs.include_items); in free_resource()
H A Ddird_conf.h606 INCEXE **include_items; /* array of incexe structures */ variable
H A Dfd_cmds.c474 ie = fileset->include_items[i]; in send_fileset()
H A Dinc_conf.c430 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
432 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
435 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/tools/
H A Dtestfind.c440 ie = jcr_fileset->include_items[i]; in copy_fileset()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/dird/
H A Dbackup.c192 inc = f->include_items[i]; in is_checksum_needed_by_fileset()
H A Dbdirjson.c583 ie = fs->include_items[j]; in display_include_exclude()
H A Ddird_conf.c1123 INCEXE *incexe = res->res_fs.include_items[i]; in dump_resource()
1657 free_incexe(res->res_fs.include_items[num]); in free_resource()
1659 free(res->res_fs.include_items); in free_resource()
H A Ddird_conf.h591 INCEXE **include_items; /* array of incexe structures */ variable
H A Dfd_cmds.c410 ie = fileset->include_items[i]; in send_fileset()
H A Dinc_conf.c394 res_all.res_fs.include_items = (INCEXE **)malloc(sizeof(INCEXE *)); in store_newinc()
396 res_all.res_fs.include_items = (INCEXE **)realloc(res_all.res_fs.include_items, in store_newinc()
399 res_all.res_fs.include_items[res_all.res_fs.num_includes++] = incexe; in store_newinc()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/tools/
H A Dtestfind.c440 ie = jcr_fileset->include_items[i]; in copy_fileset()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/dird/
H A Dbackup.c208 inc = f->include_items[i]; in is_checksum_needed_by_fileset()
H A Dbdirjson.c582 ie = fs->include_items[j]; in display_include_exclude()
H A Ddird_conf.c1227 INCEXE *incexe = res->res_fs.include_items[i]; in dump_resource()
1774 free_incexe(res->res_fs.include_items[num]); in free_resource()
1776 free(res->res_fs.include_items); in free_resource()

12345678