Home
last modified time | relevance | path

Searched refs:aid (Results 176 – 200 of 15858) sorted by relevance

12345678910>>...635

/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/convert/
H A Dmod.rs306 ($aid:expr, $f:expr) => {{ in convert_group()
309 if let Some(link) = node.attribute::<svgtree::Node>($aid) { in convert_group()
727 fn resolve_length(&self, aid: AId, state: &State, def: f64) -> f64; in resolve_length()
737 fn resolve_length(&self, aid: AId, state: &State, def: f64) -> f64 { in resolve_length()
739 "{} cannot be resolved via this function", aid); in resolve_length()
741 if let Some(n) = self.find_node_with_attribute(aid) { in resolve_length()
742 if let Some(length) = n.attribute(aid) { in resolve_length()
751 let n = self.resolve_length(aid, state, def); in resolve_valid_length()
756 units::convert_length(self.attribute(aid).unwrap_or(def), *self, aid, object_units, state) in convert_length()
760 Some(units::convert_length(self.attribute(aid)?, *self, aid, object_units, state)) in try_convert_length()
[all …]
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd-share.c235 struct share_limit_aid *aid; in print_share_limits() local
248 list_for_each_entry(aid, &limit->aid_list, list) { in print_share_limits()
249 if (!strcmp(aid->aid, account->id)) { in print_share_limits()
275 struct share_limit_aid *aid, *tmp; in share_limit() local
331 list_for_each_entry_safe(aid, tmp, &limit.aid_list, list) { in share_limit()
332 list_del(&aid->list); in share_limit()
333 free(aid->aid); in share_limit()
341 list_for_each_entry(aid, &limit.aid_list, list) { in share_limit()
342 if (!strcmp(aid->aid, account->id)) { in share_limit()
351 newaid->aid = account->id; in share_limit()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dcszip.c146 int32 aid; in HCIcszip_decode() local
173 aid = Hstartread(access_rec->file_id, tag, ref); in HCIcszip_decode()
175 Hendaccess(aid); in HCIcszip_decode()
179 Hendaccess(aid); in HCIcszip_decode()
435 int32 aid; in HCIcszip_term() local
467 aid = Hstartread(access_rec->file_id, tag, ref); in HCIcszip_term()
470 Hendaccess(aid); in HCIcszip_term()
474 Hendaccess(aid); in HCIcszip_term()
597 status = Hwrite(info->aid, size_out+5, out_buffer); in HCIcszip_term()
660 if (info->aid == FAIL) in HCIcszip_staccess()
[all …]
H A Ddfsd.c1534 int32 aid; in DFSDreadref() local
1553 Hendaccess(aid); in DFSDreadref()
2248 Hendaccess(aid); in DFSDIsetnsdg_t()
2421 int32 aid; in DFSDIgetndg() local
3091 int32 aid; in DFSDIputndg() local
3733 int32 aid; in DFSDIsdginfo() local
4192 int32 aid; in DFSDIgetslice() local
4316 if (aid == FAIL) in DFSDIgetslice()
4501 Hendaccess(aid); in DFSDIgetslice()
4876 int32 aid; in DFSDwriteref() local
[all …]
/dports/databases/pear-MDB_QueryTool/MDB_QueryTool-1.2.3/tests/simpletest_tests/
H A Dmdb_querytool_testGet.php130 $aid = $answer->add($newAnswer);
138 't_answer_id' => $aid,
146 '_answer_id' => $aid,
173 $aid = $answer->add($newAnswer);
181 't_answer_id' => $aid,
189 '_answer_id' => $aid,
221 $aid = $answer->add($newAnswer);
268 $aid = $answer->add($newAnswer);
269 $this->assertTrue($aid != false);
276 't_answer_id' => $aid,
[all …]
/dports/databases/pear-DB_QueryTool/DB_QueryTool-1.1.2/tests/simpletest_tests/
H A Ddb_querytool_testGet.php130 $aid = $answer->add($newAnswer);
138 't_answer_id' => $aid,
146 '_answer_id' => $aid,
173 $aid = $answer->add($newAnswer);
181 't_answer_id' => $aid,
189 '_answer_id' => $aid,
220 $aid = $answer->add($newAnswer);
267 $aid = $answer->add($newAnswer);
268 $this->assertTrue($aid != false);
275 't_answer_id' => $aid,
[all …]
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/test/regression/tests/058.bug68/
H A Djdbctest3.java18 int aid = 1, c1 = 0, c2 = 0; in main() local
24 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
25 pst_u.setInt(1, aid); in main()
28 aid = (int) Math.floor(Math.random() * 10) + 1; in main()
29 pst_s.setInt(1, aid); in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/allocrunner/taskrunner/
H A Dartifact_hook.go46 aid := artifact.Hash()
47 if req.PreviousState[aid] != "" {
49 resp.State[aid] = req.PreviousState[aid]
68 resp.State[aid] = "1"
/dports/sysutils/nomad/nomad-1.1.0/client/allocrunner/taskrunner/
H A Dartifact_hook.go46 aid := artifact.Hash()
47 if req.PreviousState[aid] != "" {
49 resp.State[aid] = req.PreviousState[aid]
69 resp.State[aid] = "1"
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-pp_scan.h191 #define _IS_ASIC96(aid) ((_ASIC_IS_96001 == aid) || (_ASIC_IS_96003 == aid)) argument
192 #define _IS_ASIC98(aid) ((_ASIC_IS_98001 == aid) || (_ASIC_IS_98003 == aid)) argument
/dports/devel/libfreefare/libfreefare-libfreefare-0.4.0/libfreefare/
H A Dfreefare.h165 int mad_get_aid (Mad mad, const MifareClassicSectorNumber sector, MadAid *aid);
166 int mad_set_aid (Mad mad, const MifareClassicSectorNumber sector, MadAid aid);
170 MifareClassicSectorNumber *mifare_application_alloc (Mad mad, const MadAid aid, const size_t size);
173 void mifare_application_free (Mad mad, const MadAid aid);
175 MifareClassicSectorNumber *mifare_application_find (Mad mad, const MadAid aid);
262 uint32_t aid; member
269 MifareDESFireAID mifare_desfire_aid_new (uint32_t aid);
271 uint32_t mifare_desfire_aid_get_aid (MifareDESFireAID aid);
336 int mifare_desfire_create_application (MifareTag tag, MifareDESFireAID aid, uint8_t settings, uin…
344 int mifare_desfire_delete_application (MifareTag tag, MifareDESFireAID aid);
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/state/
H A Dv2.py214 for aid in event.auth_event_ids():
224 for aid in event.auth_event_ids():
430 for aid in event.auth_event_ids():
431 if aid in auth_diff:
432 if aid not in graph:
433 state.append(aid)
435 graph.setdefault(eid, set()).add(aid)
527 for aid in event.auth_event_ids():
602 for aid in auth_events:
607 pl = aid
[all …]
/dports/audio/sfront/sfront-0.99/src/lib/asys/
H A Dcoreaudio.c959 if (AudioHardwareGetProperty(kopen, &size, aid)) in asysn_coreaudio_devicesetup()
1043 AudioDeviceID * aid; in asysn_coreaudio_printdevices() local
1052 aid = malloc(size); in asysn_coreaudio_printdevices()
1166 if (AudioDeviceGetPropertyInfo(aid, 0, input, in asysn_coreaudio_streaminfo()
1179 if (AudioDeviceGetProperty(aid, 0, input, in asysn_coreaudio_streaminfo()
1250 if (AudioDeviceGetPropertyInfo(aid, 1, input, in asysn_coreaudio_reconfigure()
1260 if (AudioDeviceGetProperty(aid, 1, input, in asysn_coreaudio_reconfigure()
1272 if (AudioDeviceSetProperty(aid, 0, 1, input, in asysn_coreaudio_reconfigure()
1309 if (AudioDeviceGetProperty(aid, 0, input, in asysn_coreaudio_latencyset()
1322 if (AudioDeviceSetProperty(aid, 0, 1, input, in asysn_coreaudio_latencyset()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_io/src/io/
H A Dbasp_broker.cpp334 [=](delete_atom, const node_id& nid, actor_id aid) { in make_behavior()
335 CAF_LOG_TRACE(CAF_ARG(nid) << ", " << CAF_ARG(aid)); in make_behavior()
336 proxies().erase(nid, aid); in make_behavior()
342 proxies().erase(nid, aid, std::move(fail_state)); in make_behavior()
433 CAF_LOG_TRACE(CAF_ARG(nid) << CAF_ARG(aid)); in make_proxy()
435 if (nid == none || aid == invalid_actor_id) in make_proxy()
450 aid, nid, &(system()), cfg, this); in make_proxy()
479 if (aid != invalid_actor_id) { in finalize_handshake()
485 ptr = namespace_.get_or_put(nid, aid); in finalize_handshake()
516 CAF_LOG_TRACE(CAF_ARG(nid) << CAF_ARG(aid)); in proxy_announced()
[all …]
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dtables.c131 adapter *ad = get_adapter(aid); in add_caid_mask()
138 if (ca[ica].ad_info[aid].caid[i] == caid && in add_caid_mask()
139 ca[ica].ad_info[aid].mask[i] == mask) in add_caid_mask()
141 i = ca[ica].ad_info[aid].caids++; in add_caid_mask()
142 ca[ica].ad_info[aid].caid[i] = caid; in add_caid_mask()
143 ca[ica].ad_info[aid].mask[i] = mask; in add_caid_mask()
148 ca[ica].ad_info[aid].caids); in add_caid_mask()
324 int register_ca_for_adapter(int i, int aid) { in register_ca_for_adapter() argument
325 adapter *ad = get_adapter(aid); in register_ca_for_adapter()
343 int unregister_ca_for_adapter(int i, int aid) { in unregister_ca_for_adapter() argument
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.li/r.li.daemon/
H A Dipc.h36 int aid; member
54 int aid; member
70 int aid; member
82 int aid; member
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dappearance.cpp195 IdListViewItem* aid; in Appearance() local
198 id = new IdListViewItem(0, aid, "PartColors"); in Appearance()
203 id = new IdListViewItem(0, aid, "Track List"); in Appearance()
226 new IdListViewItem(0x453, aid, "Markers"); in Appearance()
232 new IdListViewItem(0x420, aid, "Ruler text"); in Appearance()
248 id = new IdListViewItem(0, aid, "Piano"); in Appearance()
253 id = new IdListViewItem(0, aid, "Drum list"); in Appearance()
260 new IdListViewItem(0x431, aid, "Item"); in Appearance()
279 aid = new IdListViewItem(0, itemList, "Mixer"); in Appearance()
291 id = new IdListViewItem(0, aid, "Effect rack"); in Appearance()
[all …]
/dports/french/med/med-4.0.0/src/2.3.6/hdfi/
H A DMEDattrStringEcrire.c36 med_idt aid,attr, datatype; in _MEDattrStringEcrire() local
45 if ((aid = H5Screate(H5S_SCALAR)) < 0) in _MEDattrStringEcrire()
57 if ((attr = H5Acreate(pere,nom,datatype,aid,H5P_DEFAULT)) < 0) return -1; in _MEDattrStringEcrire()
62 if ((ret = H5Sclose(aid)) < 0) in _MEDattrStringEcrire()
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/crypt3/
H A Dpadd.c773 GWEN_CRYPT_PADDALGOID aid; in GWEN_Padd_ApplyPaddAlgo() local
778 aid=GWEN_Crypt_PaddAlgo_GetId(a); in GWEN_Padd_ApplyPaddAlgo()
779 if (aid==GWEN_Crypt_PaddAlgoId_None) in GWEN_Padd_ApplyPaddAlgo()
797 switch (aid) { in GWEN_Padd_ApplyPaddAlgo()
837 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_ApplyPaddAlgo()
843 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_ApplyPaddAlgo()
855 GWEN_CRYPT_PADDALGOID aid; in GWEN_Padd_UnapplyPaddAlgo() local
860 aid=GWEN_Crypt_PaddAlgo_GetId(a); in GWEN_Padd_UnapplyPaddAlgo()
864 switch (aid) { in GWEN_Padd_UnapplyPaddAlgo()
889 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_UnapplyPaddAlgo()
[all …]
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/crypt3/
H A Dpadd.c773 GWEN_CRYPT_PADDALGOID aid; in GWEN_Padd_ApplyPaddAlgo() local
778 aid=GWEN_Crypt_PaddAlgo_GetId(a); in GWEN_Padd_ApplyPaddAlgo()
779 if (aid==GWEN_Crypt_PaddAlgoId_None) in GWEN_Padd_ApplyPaddAlgo()
797 switch (aid) { in GWEN_Padd_ApplyPaddAlgo()
837 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_ApplyPaddAlgo()
843 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_ApplyPaddAlgo()
855 GWEN_CRYPT_PADDALGOID aid; in GWEN_Padd_UnapplyPaddAlgo() local
860 aid=GWEN_Crypt_PaddAlgo_GetId(a); in GWEN_Padd_UnapplyPaddAlgo()
864 switch (aid) { in GWEN_Padd_UnapplyPaddAlgo()
889 aid, GWEN_Crypt_PaddAlgoId_toString(aid)); in GWEN_Padd_UnapplyPaddAlgo()
[all …]

12345678910>>...635