Home
last modified time | relevance | path

Searched refs:ca_id (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/mai-defs/
H A Danimals.lua9 { ca_id = "move", location = 'ca_big_animals.lua', score = cfg.ca_score or 300000 }
20 { ca_id = "move", location = 'ca_wolves_move.lua', score = score },
21 { ca_id = "wander", location = 'ca_wolves_wander.lua', score = score - 1 }
30 id = "mai_wolves_" .. (cfg.ca_id or "default") .. "_dont_attack",
49 id = "mai_wolves_" .. (cfg.ca_id or "default") .. "_dont_attack",
77 { ca_id = "herd_sheep", location = 'ca_herding_herd_sheep.lua', score = score - 3 },
79 { ca_id = "dog_move", location = 'ca_herding_dog_move.lua', score = score - 5 },
120 { ca_id = "move", location = 'ca_forest_animals_move.lua', score = score - 2 },
150 { ca_id = "scatter", location = 'ca_swarm_scatter.lua', score = score },
151 { ca_id = "move", location = 'ca_swarm_move.lua', score = score - 1 }
[all …]
H A Dmisc.lua6 { ca_id = 'attack', location = 'ca_simple_attack.lua', score = 110001 },
7 { ca_id = 'move', location = 'ca_assassin_move.lua', score = 110000 }
17 { ca_id = 'move', location = 'ca_lurkers.lua', score = cfg.ca_score or 300000 }
31 { ca_id = 'move', location = 'ca_goto.lua', score = cfg.ca_score or 300000 }
40 { ca_id = 'move', location = 'ca_hang_out.lua', score = cfg.ca_score or 170000 }
49 { ca_id = 'move', location = 'ca_simple_attack.lua', score = cfg.ca_score or 110000 }
H A Dfast.lua10 { ca_id = 'combat', location = 'ca_fast_combat.lua', score = 100000 },
11 { ca_id = 'move', location = 'ca_fast_move.lua', score = 20000 },
12 { ca_id = 'combat_leader', location = 'ca_fast_combat_leader.lua', score = 19900 }
73 if (parm.ca_id == 'combat') or (parm.ca_id == 'combat_leader') then
87 if (parm.ca_id == 'move') then
H A Dprotect.lua8 { ca_id = 'finish', location = 'ca_protect_unit_finish.lua', score = 300000 },
9 { ca_id = 'attack', location = 'ca_protect_unit_attack.lua', score = 95000 },
10 { ca_id = 'move', location = 'ca_protect_unit_move.lua', score = 94999 }
39 id = "mai_protect_" .. (cfg.ca_id or "default") .. "_dont_attack",
H A Dguardian.lua11 { ca_id = 'move', location = 'ca_stationed_guardian.lua', score = cfg.ca_score or 300000 }
24 { ca_id = 'move', location = 'ca_zone_guardian.lua', score = cfg.ca_score or 300000 }
37 { ca_id = 'move', location = 'ca_return_guardian.lua', score = cfg.ca_score or 100100 }
50 { ca_id = 'move', location = 'ca_coward.lua', score = cfg.ca_score or 300000 }
H A Dhealers.lua7 { ca_id = 'initialize', location = 'ca_healer_initialize.lua', score = 999990 },
8 { ca_id = 'move', location = 'ca_healer_move.lua', score = 105000 },
14 …table.insert(CA_parms, { ca_id = 'may_attack', location = 'ca_healer_may_attack.lua', score = 9990…
H A Descort.lua12 { ca_id = 'attack', location = 'ca_messenger_attack.lua', score = score },
13 { ca_id = 'move', location = 'ca_messenger_move.lua', score = score - 1 },
14 { ca_id = 'escort_move', location = 'ca_messenger_escort_move.lua', score = score - 2 }
H A Dbottleneck.lua8 { ca_id = 'move', location = 'ca_bottleneck_move.lua', score = score },
9 { ca_id = 'attack', location = 'ca_bottleneck_attack.lua', score = score - 1 }
/dports/security/gnomint/gnomint-1.2.1/src/
H A Dca-cli-callbacks.c275 guint64 ca_id; in ca_cli_callback_addcsr() local
288 ca_id = atoll (argv[1]); in ca_cli_callback_addcsr()
290 if (! ca_file_check_if_is_ca_id (ca_id)) { in ca_cli_callback_addcsr()
317 if (ca_file_policy_get_int (ca_id, "L_INHERIT")) { in ca_cli_callback_addcsr()
791 guint64 ca_id; in ca_cli_callback_sign() local
794 ca_id = atoll(argv[2]); in ca_cli_callback_sign()
840 if (ca_file_policy_get_int (ca_id, "CA")) { in ca_cli_callback_sign()
1357 guint64 ca_id = atoll(argv[1]); in ca_cli_callback_showpolicy() local
1361 if (! ca_file_check_if_is_ca_id (ca_id)) { in ca_cli_callback_showpolicy()
1383 guint64 ca_id = atoll(argv[1]); in ca_cli_callback_setpolicy() local
[all …]
H A Dca_file.h44 void ca_file_get_next_serial (UInt160 *serial, guint64 ca_id);
45 gboolean ca_file_set_next_serial (UInt160 *serial, guint64 ca_id);
70 GList * ca_file_get_revoked_certs (guint64 ca_id, gchar **error);
105 gboolean ca_file_foreach_policy (CaFileCallbackFunc func, guint64 ca_id, gpointer userdata);
117 gint ca_file_begin_new_crl_transaction (guint64 ca_id, time_t timestamp);
118 void ca_file_commit_new_crl_transaction (guint64 ca_id, const GList *revoked_certs);
121 gchar * ca_file_policy_get (guint64 ca_id, gchar *property_name);
122 gboolean ca_file_policy_set (guint64 ca_id, gchar *property_name, const gchar *value);
123 gint ca_file_policy_get_int (guint64 ca_id, gchar *property_name);
124 gboolean ca_file_policy_set_int (guint64 ca_id, gchar *property_name, gint value);
[all …]
H A Dnew_cert.c60 const gchar *ca_id; member
207 guint64 ca_id; in __new_cert_window_find_ca() local
211 if (ca_id == atoll(userdata->ca_id)) { in __new_cert_window_find_ca()
267 userdata->ca_id = csr_parent_id; in new_cert_window_display()
305 guint64 ca_id; in on_new_cert_next2_clicked() local
312 ca_id = g_value_get_uint64(value); in on_new_cert_next2_clicked()
362 i_value = ca_file_policy_get_int (ca_id, "CA"); in on_new_cert_next2_clicked()
370 i_value = ca_file_policy_get_int (ca_id, "CRL_SIGN"); in on_new_cert_next2_clicked()
429 i_value = ca_file_policy_get_int (ca_id, "ANY_PURPOSE"); in on_new_cert_next2_clicked()
693 guint64 ca_id; in on_new_cert_commit_clicked() local
[all …]
H A Dcrl.c227 guint64 ca_id = 0; in crl_ok_clicked_cb() local
238 ca_id = g_value_get_uint(value); in crl_ok_clicked_cb()
260 strerror = crl_generate (ca_id, filename); in crl_ok_clicked_cb()
285 gchar * crl_generate (guint64 ca_id, gchar *filename) in crl_generate() argument
305 ca_pem = ca_file_get_public_pem_from_id (CA_FILE_ELEMENT_TYPE_CERT, ca_id); in crl_generate()
306 crypted_pkey = pkey_manage_get_certificate_pkey (ca_id); in crl_generate()
307 dn = ca_file_get_dn_from_id (CA_FILE_ELEMENT_TYPE_CERT, ca_id); in crl_generate()
310 revoked_certs = ca_file_get_revoked_certs (ca_id, &strerror); in crl_generate()
319 if (ca_id && ca_pem && crypted_pkey && dn) { in crl_generate()
337 … timestamp + (3600 * ca_file_policy_get_int (ca_id, "HOURS_BETWEEN_CRL_UPDATES"))); in crl_generate()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/ai/micro_ais/
H A Dmicro_ai_helper.lua79 local ca_id = ca_id_core .. '_' .. parms.ca_id
87 id = ca_id,
88 name = ca_id,
110 local ca_id = ca_id_core .. '_' .. parms.ca_id
112 wesnoth.delete_ai_component(side, "stage[main_loop].candidate_action[" .. ca_id .. "]")
161 micro_ai_helper.delete_CAs(cfg.side, cfg.ca_id, CA_parms)
199 if (cfg.action == 'add') then micro_ai_helper.add_CAs(cfg.side, cfg.ca_id, CA_parms, CA_cfg) end
201 micro_ai_helper.delete_CAs(cfg.side, cfg.ca_id, CA_parms)
202 micro_ai_helper.add_CAs(cfg.side, cfg.ca_id, CA_parms, CA_cfg)
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dhdmi-codec.c56 const int ca_id; member
196 { .ca_id = 0x00, .n_ch = 2,
199 { .ca_id = 0x01, .n_ch = 4,
202 { .ca_id = 0x02, .n_ch = 4,
205 { .ca_id = 0x0b, .n_ch = 6,
208 { .ca_id = 0x08, .n_ch = 6,
211 { .ca_id = 0x09, .n_ch = 6,
214 { .ca_id = 0x0a, .n_ch = 6,
217 { .ca_id = 0x0f, .n_ch = 8,
220 { .ca_id = 0x13, .n_ch = 8,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dhdmi-codec.c56 const int ca_id; member
196 { .ca_id = 0x00, .n_ch = 2,
199 { .ca_id = 0x01, .n_ch = 4,
202 { .ca_id = 0x02, .n_ch = 4,
205 { .ca_id = 0x0b, .n_ch = 6,
208 { .ca_id = 0x08, .n_ch = 6,
211 { .ca_id = 0x09, .n_ch = 6,
214 { .ca_id = 0x0a, .n_ch = 6,
217 { .ca_id = 0x0f, .n_ch = 8,
220 { .ca_id = 0x13, .n_ch = 8,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dhdmi-codec.c56 const int ca_id; member
196 { .ca_id = 0x00, .n_ch = 2,
199 { .ca_id = 0x01, .n_ch = 4,
202 { .ca_id = 0x02, .n_ch = 4,
205 { .ca_id = 0x0b, .n_ch = 6,
208 { .ca_id = 0x08, .n_ch = 6,
211 { .ca_id = 0x09, .n_ch = 6,
214 { .ca_id = 0x0a, .n_ch = 6,
217 { .ca_id = 0x0f, .n_ch = 8,
220 { .ca_id = 0x13, .n_ch = 8,
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local
67 ca_id = mmio_read_32(COH_AGENT_UNIT(ca, NCORE_CAIUIDR)); in coherent_agent_intfc_init()
70 if (CACHING_AGENT_BIT(ca_id)) in coherent_agent_intfc_init()
74 ca_type = CACHING_AGENT_TYPE(ca_id); in coherent_agent_intfc_init()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local
67 ca_id = mmio_read_32(COH_AGENT_UNIT(ca, NCORE_CAIUIDR)); in coherent_agent_intfc_init()
70 if (CACHING_AGENT_BIT(ca_id)) in coherent_agent_intfc_init()
74 ca_type = CACHING_AGENT_TYPE(ca_id); in coherent_agent_intfc_init()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local
67 ca_id = mmio_read_32(COH_AGENT_UNIT(ca, NCORE_CAIUIDR)); in coherent_agent_intfc_init()
70 if (CACHING_AGENT_BIT(ca_id)) in coherent_agent_intfc_init()
74 ca_type = CACHING_AGENT_TYPE(ca_id); in coherent_agent_intfc_init()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local
67 ca_id = mmio_read_32(COH_AGENT_UNIT(ca, NCORE_CAIUIDR)); in coherent_agent_intfc_init()
70 if (CACHING_AGENT_BIT(ca_id)) in coherent_agent_intfc_init()
74 ca_type = CACHING_AGENT_TYPE(ca_id); in coherent_agent_intfc_init()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/intel/soc/common/drivers/ccu/
H A Dncore_ccu.c62 uint32_t dir, ca, ca_id, ca_type, ca_snoop_en; in coherent_agent_intfc_init() local
67 ca_id = mmio_read_32(COH_AGENT_UNIT(ca, NCORE_CAIUIDR)); in coherent_agent_intfc_init()
70 if (CACHING_AGENT_BIT(ca_id)) in coherent_agent_intfc_init()
74 ca_type = CACHING_AGENT_TYPE(ca_id); in coherent_agent_intfc_init()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/cardbus/
H A Dadv_cardbus.c96 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_ADVSYS && in adv_cardbus_match()
97 PCI_PRODUCT(ca->ca_id) == PCI_PRODUCT_ADVSYS_ULTRA) in adv_cardbus_match()
118 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_ADVSYS) { in adv_cardbus_attach()
119 switch (PCI_PRODUCT(ca->ca_id)) { in adv_cardbus_attach()
205 sc->pci_device_id = ca->ca_id; in adv_cardbus_attach()
H A Dif_ral_cardbus.c111 if (PCI_VENDOR(ca->ca_id) == PCI_VENDOR_RALINK) { in ral_cardbus_match()
112 switch (PCI_PRODUCT(ca->ca_id)) { in ral_cardbus_match()
137 pci_devinfo(ca->ca_id, ca->ca_class, 0, devinfo, sizeof(devinfo)); in ral_cardbus_attach()
142 (PCI_PRODUCT(ca->ca_id) == PCI_PRODUCT_RALINK_RT2560) ? in ral_cardbus_attach()
168 (*csc->sc_opns->attach)(sc, PCI_PRODUCT(ca->ca_id)); in ral_cardbus_attach()
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DNICE.pm130 my $ca_id = $cert_info->{ca_identifier};
131 if (not $ca_id) {
145 $ca_id = $issuer->{identifier};
147 $ca_id = 'unknown';
172 issuer_identifier => $ca_id,
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DNICE.pm130 my $ca_id = $cert_info->{ca_identifier};
131 if (not $ca_id) {
145 $ca_id = $issuer->{identifier};
147 $ca_id = 'unknown';
172 issuer_identifier => $ca_id,

1234567