Home
last modified time | relevance | path

Searched refs:aid (Results 76 – 100 of 12786) sorted by relevance

12345678910>>...512

/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Traditional/
H A Dtheme.php32 function FormatStory($thetext, $notes, $aid, $informant) { argument
39 if ("$aid" == "$informant") {
95 function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink… argument
97 if ("$aid" == "$informant") { ?>
107 <?php echo translate("Posted by "); ?> <b><?php formatAidHeader($aid); echo "$aid"; ?></b> <?php ec…
133 <?php echo translate("Posted by "); ?> <?php formatAidHeader($aid); ?> <?php echo translate("on"); …
148 function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicima… argument
150 if ("$aid" == "$informant") {
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dcrle.c147 if ((c = HDgetc(info->aid)) == FAIL) in HCIcrle_decode()
242 if (HDputc((uint8) c, info->aid) == FAIL) in HCIcrle_encode()
343 if (HDputc((uint8) c, info->aid) == FAIL) in HCIcrle_term()
395 info->aid = Hstartread(access_rec->file_id, DFTAG_COMPRESSED, in HCIcrle_staccess()
398 info->aid = Hstartwrite(access_rec->file_id, DFTAG_COMPRESSED, in HCIcrle_staccess()
401 if (info->aid == FAIL) in HCIcrle_staccess()
403 if ((acc_mode&DFACC_WRITE) && Happendable(info->aid) == FAIL) in HCIcrle_staccess()
407 info->aid = Hstartread(access_rec->file_id, DFTAG_COMPRESSED, in HCIcrle_staccess()
410 info->aid = Hstartaccess(access_rec->file_id, DFTAG_COMPRESSED, in HCIcrle_staccess()
413 if (info->aid == FAIL) in HCIcrle_staccess()
[all …]
H A Ddfutil.c56 int32 aid; in DFfindnextref() local
66 aid = Hstartread(file_id, tag, lref); in DFfindnextref()
67 if (aid == FAIL) in DFfindnextref()
71 if (Hnextread(aid, tag, DFREF_WILDCARD, DF_CURRENT) == FAIL) in DFfindnextref()
74 if (HQuerytagref(aid, &newtag, &newref) == FAIL) in DFfindnextref()
77 Hendaccess(aid); in DFfindnextref()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Depictor/
H A DEmbeddedFrag.h41 EmbeddedAtom(unsigned int aid, const RDGeom::Point2D &pos) in EmbeddedAtom() argument
42 : aid(aid), in EmbeddedAtom()
88 unsigned int aid{0}; // the id of the atom
170 EmbeddedFrag(unsigned int aid, const RDKit::ROMol *mol);
226 void addNonRingAtom(unsigned int aid, unsigned int toAid);
287 int findNeighbor(unsigned int aid);
308 EmbeddedAtom GetEmbeddedAtom(unsigned int aid) const { in GetEmbeddedAtom() argument
309 INT_EATOM_MAP_CI posi = d_eatoms.find(aid); in GetEmbeddedAtom()
368 void updateNewNeighs(unsigned int aid);
494 void addAtomToAtomWithAng(unsigned int aid, unsigned int toAid);
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dvtfplugin.c274 int aid; in vtf_create_atoms_as_needed() local
277 for (aid = d->natoms; aid <= max_aid; aid++) in vtf_create_atoms_as_needed()
283 for (aid = d->natoms; aid <= max_aid; aid++) in vtf_create_atoms_as_needed()
325 for (aid = from; aid <= to; aid++) { in vtf_parse_aid_specifier()
681 for (aid = from; aid < to; aid++) { in vtf_parse_bond()
683 d->from[bid] = aid+1; in vtf_parse_bond()
684 d->to[bid] = aid+2; in vtf_parse_bond()
1001 unsigned int aid; in vtf_read_next_timestep() local
1018 aid = 0; in vtf_read_next_timestep()
1066 d->coords[aid*3] = x; in vtf_read_next_timestep()
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dactor_control_block.hpp60 aid(x), in actor_control_block()
73 const actor_id aid; member in caf::actor_control_block
111 return aid; in id()
164 load_actor(strong_actor_ptr& storage, execution_unit*, actor_id aid,
168 save_actor(strong_actor_ptr& storage, execution_unit*, actor_id aid,
191 actor_id aid = 0; in inspect() local
195 aid = x->aid; in inspect()
199 auto load_cb = [&] { return load_actor(x, context_of(&f), aid, nid); }; in inspect()
200 auto save_cb = [&] { return save_actor(x, context_of(&f), aid, nid); }; in inspect()
205 .fields(f.field("id", aid), f.field("node", nid)); in inspect()
/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dsupernode.cpp29 SuperNode::SuperNode(int aid) : PhyloNode(aid) in SuperNode() argument
34 SuperNode::SuperNode(int aid, int aname) : PhyloNode (aid, aname) { in SuperNode() argument
39 SuperNode::SuperNode(int aid, const char *aname) : PhyloNode(aid, aname) { in SuperNode() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/svgtree/
H A Dmod.rs252 FromValue::get(*self, aid) in attribute()
255 pub fn has_attribute(&self, aid: AId) -> bool { in has_attribute()
256 self.attributes().iter().any(|a| a.name == aid) in has_attribute()
277 self.find_attribute_impl(aid).and_then(|n| n.attribute(aid)) in find_attribute()
281 if aid.is_inheritable() { in find_attribute_impl()
283 if n.has_attribute(aid) { in find_attribute_impl()
290 if self.has_attribute(aid) { in find_attribute_impl()
294 if n.has_attribute(aid) { in find_attribute_impl()
597 fn get(node: Node<'a>, aid: AId) -> Option<Self>; in get()
644 fn get(node: Node, aid: AId) -> Option<Self> { in get()
[all …]
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/usvg-0.9.0/src/svgtree/
H A Dmod.rs252 FromValue::get(*self, aid) in attribute()
255 pub fn has_attribute(&self, aid: AId) -> bool { in has_attribute()
256 self.attributes().iter().any(|a| a.name == aid) in has_attribute()
277 self.find_attribute_impl(aid).and_then(|n| n.attribute(aid)) in find_attribute()
281 if aid.is_inheritable() { in find_attribute_impl()
283 if n.has_attribute(aid) { in find_attribute_impl()
290 if self.has_attribute(aid) { in find_attribute_impl()
294 if n.has_attribute(aid) { in find_attribute_impl()
597 fn get(node: Node<'a>, aid: AId) -> Option<Self>; in get()
644 fn get(node: Node, aid: AId) -> Option<Self> { in get()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dtimer.cc453 cl_tim(auc, aid, abase) in cl_tim1()
465 cl_tim1(auc, aid, abase) in cl_tim1_saf()
517 cl_tim1(auc, aid, abase) in cl_tim1_all()
576 cl_tim(auc, aid, abase) in cl_tim235()
591 cl_tim235(auc, aid, abase) in cl_tim2_saf_a()
650 cl_tim235(auc, aid, abase) in cl_tim2_saf_b()
1123 cl_tim(auc, aid, abase) in cl_tim46()
1139 cl_tim46(auc, aid, abase) in cl_tim4_saf_a()
1198 cl_tim46(auc, aid, abase) in cl_tim4_saf_b()
1257 cl_tim46(auc, aid, abase) in cl_tim4_all()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_update.c193 u_int8_t aid) in up_generate_default() argument
200 if (peer->capa.mp[aid] == 0) in up_generate_default()
216 addr.aid = aid; in up_generate_default()
249 switch (aid) { in up_get_nexthop()
326 struct filterstate *state, u_int8_t aid) in up_generate_attr() argument
380 switch (aid) { in up_generate_attr()
680 if (aid2afi(aid, &tmp, buf + wpos + 2)) in up_dump_mp_unreach()
770 switch (aid) { in up_generate_mp_reach()
776 if (aid2afi(aid, &tmp, &attrbuf[2])) in up_generate_mp_reach()
793 if (aid2afi(aid, &tmp, &attrbuf[2])) in up_generate_mp_reach()
[all …]
H A Drde_peer.c279 prefix_add_eor(peer, aid); in rde_up_adjout_force_done()
296 rde_up_dump_done(void *ptr, u_int8_t aid) in rde_up_dump_done() argument
388 if (aid == AID_UNSPEC) { in peer_flush()
393 peer->staletime[aid] = 0; in peer_flush()
408 if (peer->staletime[aid]) in peer_stale()
409 peer_flush(peer, aid, peer->staletime[aid]); in peer_stale()
411 peer->staletime[aid] = now = getmonotime(); in peer_stale()
430 peer_dump(struct rde_peer *peer, u_int8_t aid) in peer_dump() argument
435 prefix_add_eor(peer, aid); in peer_dump()
437 up_generate_default(out_rules, peer, aid); in peer_dump()
[all …]
H A Dutil.c45 switch (addr->aid) { in log_addr()
692 if (a->aid != b->aid) in prefix_compare()
693 return (a->aid - b->aid); in prefix_compare()
695 switch (a->aid) { in prefix_compare()
742 if (a->aid == AID_VPN_IPv4 || a->aid == AID_VPN_IPv6) { in prefix_compare()
792 aid2str(u_int8_t aid) in aid2str() argument
794 if (aid < AID_MAX) in aid2str()
817 *aid = i; in afi2aid()
825 aid2af(u_int8_t aid) in aid2af() argument
827 if (aid < AID_MAX) in aid2af()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqhbci/control/
H A Dgetaccsepa.c29 uint32_t aid; in AH_Control_GetAccSepa() local
89 aid=(uint32_t) GWEN_DB_GetIntValue(db, "accountId", 0, 0); in AH_Control_GetAccSepa()
90 if (aid==0) { in AH_Control_GetAccSepa()
96 rv=AB_Provider_HasAccount(pro, aid); in AH_Control_GetAccSepa()
98 fprintf(stderr, "ERROR: Account with id %lu not found\n", (unsigned long int) aid); in AH_Control_GetAccSepa()
101 rv=AB_Provider_GetAccount(pro, aid, 1, 1, &a); in AH_Control_GetAccSepa()
103 fprintf(stderr, "ERROR: Account with id %lu not found\n", (unsigned long int) aid); in AH_Control_GetAccSepa()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Dutil.c45 switch (addr->aid) { in log_addr()
692 if (a->aid != b->aid) in prefix_compare()
693 return (a->aid - b->aid); in prefix_compare()
695 switch (a->aid) { in prefix_compare()
742 if (a->aid == AID_VPN_IPv4 || a->aid == AID_VPN_IPv6) { in prefix_compare()
792 aid2str(u_int8_t aid) in aid2str() argument
794 if (aid < AID_MAX) in aid2str()
817 *aid = i; in afi2aid()
825 aid2af(u_int8_t aid) in aid2af() argument
827 if (aid < AID_MAX) in aid2af()
[all …]
H A Dmrtparser.c825 re->nexthop.aid = aid; in mrt_extract_attr()
833 re->nexthop.aid = aid; in mrt_extract_attr()
842 re->nexthop.aid = aid; in mrt_extract_attr()
964 switch (aid) { in mrt_extract_addr()
968 addr->aid = aid; in mrt_extract_addr()
974 addr->aid = aid; in mrt_extract_addr()
980 addr->aid = aid; in mrt_extract_addr()
988 addr->aid = aid; in mrt_extract_addr()
1004 switch (aid) { in mrt_extract_prefix()
1037 u_int8_t aid; in mrt_parse_state() local
[all …]
/dports/net/py-shodan/shodan-1.25.0/shodan/
H A Dclient.py656 def edit_alert(self, aid, ip): argument
677 def alerts(self, aid=None, include_expired=True): argument
679 if aid:
680 func = '/shodan/alert/%s/info' % aid
690 def delete_alert(self, aid): argument
692 func = '/shodan/alert/%s' % aid
706 def enable_alert_trigger(self, aid, trigger): argument
710 def disable_alert_trigger(self, aid, trigger): argument
714 def ignore_alert_trigger_notification(self, aid, trigger, ip, port): argument
722 def add_alert_notifier(self, aid, nid): argument
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A DwhereG.test68 AND album.aid=track.aid;
75 AND album.aid=track.aid;
83 AND album.aid=track.aid;
90 AND album.aid=track.aid;
98 AND album.aid=track.aid;
105 AND album.aid=track.aid;
113 AND unlikely(album.aid=track.aid);
120 AND unlikely(album.aid=track.aid);
129 AND album.aid=track.aid;
138 AND album.aid=track.aid;
[all …]
/dports/databases/cego/cego-2.47.11/dbcheck/
H A Dcheck031.sql12 drop if exists counter aid;
13 create counter aid;
14 set counter aid to 0;
22 :a = nextcount(aid);
34 :a = nextcount(aid);
46 setcount(aid, 0);
/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/
H A DNamedThread.hs41 Just (aid, _) -> do
42 r <- liftIO (E.try (poll aid) :: IO (Either E.SomeException (Maybe (Either E.SomeException ()))))
57 aid <- liftIO $ runner $ d { threadName = name } function
60 { startedThreads = M.insert name (aid, restart) (startedThreads s) }
62 aid <- async $ runAssistant d $ do
65 void $ forkIO $ manager d aid
66 return aid
67 manager d aid = (E.try (wait aid) :: IO (Either E.SomeException ())) >>= \case
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/vboxwrapper/
H A Dvboxwrapper.cpp200 x = aid.global_prefs.cpu_usage_limit; in set_throttles()
211 x = aid.global_prefs.max_bytes_sec_up; in set_throttles()
254 sprintf(buf, "%d", aid.userid); in set_floppy_image()
257 sprintf(buf, "%d", aid.hostid); in set_floppy_image()
372 APP_INIT_DATA aid; in main() local
440 boinc_get_init_data(aid); in main()
559 if (aid.using_sandbox) { in main()
572 if (aid.using_sandbox && aid.vbox_window) { in main()
713 if (aid.ncpus > 1.0 || ncpus > 1.0) { in main()
734 if (aid.vbox_window && !aid.using_sandbox) { in main()
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Dapps.c39 int fd_app_merge(struct fd_list * list, application_id_t aid, vendor_id_t vid, int auth, int acct) in fd_app_merge() argument
47 if (na->appid < aid) in fd_app_merge()
50 if (na->appid > aid) in fd_app_merge()
72 new->appid = aid; in fd_app_merge()
80 int fd_app_check(struct fd_list * list, application_id_t aid, struct fd_app **detail) in fd_app_check() argument
84 TRACE_ENTRY("%p %d %p", list, aid, detail); in fd_app_check()
92 if (a->appid < aid) in fd_app_check()
95 if (a->appid == aid) in fd_app_check()
/dports/databases/slony1v2/slony1-2.2.10/src/ducttape/
H A Dtest_E_subtransactions281 select aid, bid into temp table foo from accounts order by random() limit 20;
284 update accounts set abalance = abalance + 10 where aid in (select aid from foo);
288 update accounts set abalance = abalance - 25 where aid in (select aid from foo);
292 select aid, bid into temp table foo2 from accounts order by random() limit 20;
294 update accounts set abalance = abalance + 5 where aid in (select aid from foo2);
297 update accounts set abalance = abalance + trunc(random()*20+5) where aid in (select aid from foo2);
300 update accounts set abalance = abalance - trunc(random()*17) where aid in (select aid from foo2);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mpg.c277 if(!demux->a_streams[aid]){ in new_audio_stream()
291 else if(aid >= 0x98 && aid <= 0x9f) sh_a->format=0x2001; in new_audio_stream()
462 int aid, rawa52 = 0; in demux_mpg_read_packet() local
471 aid = 128; in demux_mpg_read_packet()
487 aid&=0x1F; in demux_mpg_read_packet()
502 …} else if((aid >= 0x80 && aid <= 0x8F) || (aid >= 0x98 && aid <= 0xAF) || (aid >= 0xC0 && aid <= 0… in demux_mpg_read_packet()
562 int aid=id-0x1C0; in demux_mpg_read_packet() local
564 if(demux->audio->id==aid){ in demux_mpg_read_packet()
577 int aid=id-0x1E0; in demux_mpg_read_packet() local
578 if(!demux->v_streams[aid]) new_sh_video(demux,aid); in demux_mpg_read_packet()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mpg.c277 if(!demux->a_streams[aid]){ in new_audio_stream()
291 else if(aid >= 0x98 && aid <= 0x9f) sh_a->format=0x2001; in new_audio_stream()
462 int aid, rawa52 = 0; in demux_mpg_read_packet() local
471 aid = 128; in demux_mpg_read_packet()
487 aid&=0x1F; in demux_mpg_read_packet()
502 …} else if((aid >= 0x80 && aid <= 0x8F) || (aid >= 0x98 && aid <= 0xAF) || (aid >= 0xC0 && aid <= 0… in demux_mpg_read_packet()
562 int aid=id-0x1C0; in demux_mpg_read_packet() local
564 if(demux->audio->id==aid){ in demux_mpg_read_packet()
577 int aid=id-0x1E0; in demux_mpg_read_packet() local
578 if(!demux->v_streams[aid]) new_sh_video(demux,aid); in demux_mpg_read_packet()
[all …]

12345678910>>...512