Home
last modified time | relevance | path

Searched refs:aid (Results 251 – 275 of 17138) sorted by relevance

1...<<11121314151617181920>>...686

/dports/www/coppermine/cpg1.6.x-1.6.12/
H A Dpicmgr.php57 $aid = ($superCage->get->keyExists('aid')) ? $superCage->get->getInt('aid') : 0; variable
60 …name, title, pwidth, pheight FROM {$CONFIG['TABLE_PICTURES']} WHERE aid = $aid ORDER BY position A…
87 <input type="hidden" name="album_id" value="{$aid}" />
95 $options = album_selection_options($aid);
157 } else if ($aid != 0) {
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfan.c461 int32 aid = FAIL; in ANIcreate_ann_tree() local
606 if (FAIL != aid) in ANIcreate_ann_tree()
624 if (FAIL != aid) in ANIcreate_ann_tree()
625 Hendaccess(aid); in ANIcreate_ann_tree()
972 int32 aid = FAIL; in ANIreadann() local
1018 if (aid == FAIL) in ANIreadann()
1067 if (FAIL != aid) in ANIreadann()
1076 if (FAIL != aid) in ANIreadann()
1113 int32 aid = FAIL; in ANIwriteann() local
1194 if (aid == FAIL) in ANIwriteann()
[all …]
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Ddiff_history.py208 aid = self.a["sessionid"]
210 red=RED_S, aid=aid, no_color=NO_COLOR_S
232 def _cmd_replace_diff(self, i, ainp, aid, j, binp, bid): argument
238 i=i, aid=aid, j=j, bid=bid, red=RED_S, green=GREEN_S, no_color=NO_COLOR_S
248 aid = self.a["sessionid"]
262 s += self._cmd_in_one_diff(ainp, i, self.a, aid, RED_S)
266 self._cmd_replace_diff(i, ainp, aid, j, binp, bid)
269 s += self._cmd_in_one_diff(inp, i, self.a, aid, RED_S)
283 aid=aid,
/dports/www/rt44/rt-4.4.5/share/html/REST/1.0/Forms/ticket/
H A Dattachments65 my ($aid, $content);
68 $aid = $arglist[0];
71 $aid = $args;
75 if ($aid) {
76 unless ($aid =~ /^\d+$/) {
77 return [ "# Invalid attachment id: $aid", [], {}, 1 ];
80 $attachment->Load($aid);
81 unless ($attachment->Id eq $aid) {
82 return [ "# Invalid attachment id: $aid", [], {}, 1 ];
/dports/www/rt50/rt-5.0.2/share/html/REST/1.0/Forms/ticket/
H A Dattachments65 my ($aid, $content);
68 $aid = $arglist[0];
71 $aid = $args;
75 if ($aid) {
76 unless ($aid =~ /^\d+$/) {
77 return [ "# Invalid attachment id: $aid", [], {}, 1 ];
80 $attachment->Load($aid);
81 unless ($attachment->Id eq $aid) {
82 return [ "# Invalid attachment id: $aid", [], {}, 1 ];
/dports/databases/grass7/grass-7.8.6/raster/r.li/r.li.daemon/
H A Dworker.c41 static int fd, aid; variable
115 aid = m->f.f_a.aid; in worker_process()
124 aid = m->f.f_ma.aid; in worker_process()
196 ret->f.f_d.aid = aid; in worker_process()
203 ret->f.f_e.aid = aid; in worker_process()
/dports/graphics/aloadimage/arcan-0.6.1/doc/
H A Dplay_audio.lua28 local aid = load_asample("test.wav");
29 play_audio(aid, 0.5);
30 play_audio(aid, function() print("done"); end)
/dports/sysutils/acfgfs/arcan-0.6.1/doc/
H A Dplay_audio.lua28 local aid = load_asample("test.wav");
29 play_audio(aid, 0.5);
30 play_audio(aid, function() print("done"); end)
/dports/x11/aclip/arcan-0.6.1/doc/
H A Dplay_audio.lua28 local aid = load_asample("test.wav");
29 play_audio(aid, 0.5);
30 play_audio(aid, function() print("done"); end)
/dports/x11/arcan-trayicon/arcan-0.6.1/doc/
H A Dplay_audio.lua28 local aid = load_asample("test.wav");
29 play_audio(aid, 0.5);
30 play_audio(aid, function() print("done"); end)
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/
H A Dbanking_compat.c46 uint32_t aid; in AB_Banking_GetAccountSpecByAlias() local
56 aid=GWEN_DB_GetIntValue(db, alias, 0, 0); in AB_Banking_GetAccountSpecByAlias()
57 if (aid<1) { in AB_Banking_GetAccountSpecByAlias()
64 rv=AB_Banking_GetAccountSpecByUniqueId(ab, aid, &as); in AB_Banking_GetAccountSpecByAlias()
/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Diasecc.profile78 exclusive-aid = E8:28:BD:08:0F:D2:50:00:00:04:01:01;
84 exclusive-aid = E8:28:BD:08:0F:D2:50:00:00:04:02:01;
90 exclusive-aid = E8:28:BD:08:0F:D2:50:00:00:04:03:01;
96 exclusive-aid = E8:28:BD:08:0F:D2:50:45:43:43:2D:65:49:44;
102 exclusive-aid = E8:28:BD:08:0F:D2:50:47:65:6E:65:72:69:63;
108 exclusive-aid = E8:28:BD:08:0F:F2:50:4F:54:20:41:57:50;
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layouts/
H A Dstorage.cpp856 registeredapplets << aid; in hasDifferentAppletsWithSameId()
858 conflictedapplets << aid; in hasDifferentAppletsWithSameId()
879 errorinfo.applet.storageId = aid; in hasDifferentAppletsWithSameId()
895 registeredapplets << aid; in hasDifferentAppletsWithSameId()
897 conflictedapplets << aid; in hasDifferentAppletsWithSameId()
914 errorinfo.applet.storageId = aid; in hasDifferentAppletsWithSameId()
958 conflicted << aid; in hasAppletsAndContainmentsWithSameId()
979 if (!conflicted.contains(aid)) { in hasAppletsAndContainmentsWithSameId()
1015 conflicted << aid; in hasAppletsAndContainmentsWithSameId()
1032 if (!conflicted.contains(aid)) { in hasAppletsAndContainmentsWithSameId()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dflushrefresh.c583 hid_t aid,fid,sid,tid1,did,dcpl,fapl = 0; in test_refresh() local
655 if((aid = H5Acreate2(did, "Attribute", tid1, sid, H5P_DEFAULT, H5P_DEFAULT)) < 0) TEST_ERROR; in test_refresh()
656 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
665 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
682 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
691 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
707 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
716 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
732 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
741 if(H5Aclose(aid) < 0) TEST_ERROR; in test_refresh()
[all …]
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dkroute-disabled.c68 if (a->nexthop.aid != b->nexthop.aid) in knexthop_compare()
69 return (b->nexthop.aid - a->nexthop.aid); in knexthop_compare()
71 switch (a->nexthop.aid) { in knexthop_compare()
98 if (a->prefix.aid != b->prefix.aid) in kredist_compare()
99 return (b->prefix.aid - a->prefix.aid); in kredist_compare()
106 switch (a->prefix.aid) { in kredist_compare()
262 switch (kn->nexthop.aid) { in knexthop_send_update()
268 n.gateway.aid = AID_INET; in knexthop_send_update()
272 n.net.aid = AID_INET; in knexthop_send_update()
283 n.gateway.aid = AID_INET6; in knexthop_send_update()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/mmap/unix/
H A Dmmap.c81 area_id aid = -1; in apr_mmap_create() local
111 aid = create_area("apr_mmap", &mm , B_ANY_ADDRESS, pages * B_PAGE_SIZE, in apr_mmap_create()
114 if (aid < B_NO_ERROR) { in apr_mmap_create()
120 if (aid >= B_NO_ERROR) in apr_mmap_create()
123 (*new)->area = aid; in apr_mmap_create()
/dports/devel/apr1/apr-1.7.0/mmap/unix/
H A Dmmap.c81 area_id aid = -1; in apr_mmap_create() local
111 aid = create_area("apr_mmap", &mm , B_ANY_ADDRESS, pages * B_PAGE_SIZE, in apr_mmap_create()
114 if (aid < B_NO_ERROR) { in apr_mmap_create()
120 if (aid >= B_NO_ERROR) in apr_mmap_create()
123 (*new)->area = aid; in apr_mmap_create()
/dports/editors/textadept/textadept_11.1.linux/lexers/
H A Dsml.lua15 local aid = lexer.alpha * id
16 local longid = (aid * '.')^0 * aid
20 token(lexer.CLASS, aid) * ws * token(lexer.OPERATOR, P('=')) * ws
23 lex:add_rule('structure', token(lexer.CLASS, aid * '.'))
/dports/editors/textadept/scintillua-scintillua_4.4.5-2/lexers/
H A Dsml.lua15 local aid = lexer.alpha * id
16 local longid = (aid * '.')^0 * aid
20 token(lexer.CLASS, aid) * ws * token(lexer.OPERATOR, P('=')) * ws
23 lex:add_rule('structure', token(lexer.CLASS, aid * '.'))
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqebics/client/
H A Dprovider_accspec.c56 uint32_t aid=0; in EBC_Provider_UpdateAccountSpec() local
64 aid=AB_AccountSpec_GetUniqueId(as); in EBC_Provider_UpdateAccountSpec()
65 if (aid==0) { in EBC_Provider_UpdateAccountSpec()
71 rv=AB_Provider_GetAccount(pro, aid, doLock, doLock, &a); in EBC_Provider_UpdateAccountSpec()
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dscan_pes.c988 aid = *tmp1;
996 if((aid >= 0x20) && (aid <= 0x3F)) {
998 num=aid-0x20;
1025 if(((aid >= 0x80 && aid <= 0x88)) || (aid>=0x90 && aid<=0x9f)) {
1026 num=aid-0x80;
1060 if((aid >= 0x89) && (aid <= 0x8f)) {
1061 num=aid-0x80;
1093 if((aid >= 0x80) && (aid <= 0x88)) {
1094 num=aid-0x80;
1128 if((aid >= 0xA0) && (aid <= 0xBF)) {
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dsmoothcam.cpp142 void edit_segment(int aid) { in edit_segment() argument
149 dialog::add_action([aid] { in edit_segment()
150 anims.erase(anims.begin()+aid); in edit_segment()
155 dialog::add_action([aid] { in edit_segment()
156 auto a = anims[aid]; in edit_segment()
164 dialog::add_action([aid] { in edit_segment()
165 auto a = anims[aid]; in edit_segment()
171 dialog::add_action([aid] { in edit_segment()
275 int aid = 0; in show() local
282 dialog::add_action_push([aid] { edit_segment(aid); }); in show()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/stm8.src/
H A Dclkcl.h39 cl_clk_event(enum hw_cath acath, int aid): cl_base() in cl_clk_event() argument
40 { cath= acath; id= aid; } in cl_clk_event()
41 virtual void set(enum hw_cath acath, int aid) in set() argument
42 { cath= acath; id= aid; } in set()
/dports/lang/basic256/basic256-2.0.0.11/Examples/testing/
H A Dinstrtest.kbs5 print "location of aid = " + instr(a$,"aid")
6 print "location of aid (ignore case) = " + instr(a$,"aid",1,true)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/vboxwrapper/
H A Dvbox_vboxmanage.cpp74 APP_INIT_DATA aid; in initialize() local
77 boinc_get_init_data_p(&aid); in initialize()
176 APP_INIT_DATA aid; in create_vm() local
181 boinc_get_init_data_p(&aid); in create_vm()
368 if (!strstr(aid.host_info.p_features, "vmx") && !strstr(aid.host_info.p_features, "svm")) { in create_vm()
656 APP_INIT_DATA aid; in register_vm() local
659 boinc_get_init_data_p(&aid); in register_vm()
685 APP_INIT_DATA aid; in deregister_vm() local
688 boinc_get_init_data_p(&aid); in deregister_vm()
849 APP_INIT_DATA aid; in poll() local
[all …]

1...<<11121314151617181920>>...686