Home
last modified time | relevance | path

Searched refs:big_list (Results 1 – 22 of 22) sorted by relevance

/dports/mail/nocc/nocc-1.9.10/html/
H A Dprefs.php6 $big_list = $pop->getmailboxesnames(); variable
11 if (count($big_list) > 1) {
12 for ($i = 0; $i < count($big_list); $i++) {
14 …ray_push($sent_folders_list, "\t<option value=\"".$big_list[$i]."\" selected=\"selected\">".$big_l…
16 …array_push($sent_folders_list, "\t<option value=\"".$big_list[$i]."\">".$big_list[$i]."</option>\n…
24 if (count($big_list) > 1) {
25 for ($i = 0; $i < count($big_list); $i++) {
29 …array_push($trash_folders_list, "\t<option value=\"".$big_list[$i]."\">".$big_list[$i]."</option>\…
37 if (count($big_list) > 1) {
38 for ($i = 0; $i < count($big_list); $i++) {
[all …]
H A Dfolders.php10 $big_list = $pop->getmailboxesnames(); variable
13 if (count($big_list) > 1) {
14 for ($i = 0; $i < count($big_list); $i++) {
16 if( $big_list[$i]==$_SESSION['nocc_folder'] ) {
19 …array_push($select_list, "\t<option ".$selected." value=\"".$big_list[$i]."\">".$big_list[$i]."</o…
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/discgrp/
H A Ddgdelete.c70 if (dg->big_list) {
71 if (dg->big_list->el_list)
72 OOGLFree(dg->big_list->el_list);
73 OOGLFree(dg->big_list);
H A Ddgsave.c65 if (dg->flag & DG_SAVEBIGLIST && dg->big_list) { in DiscGrpFSave()
66 fprintf(fp,"(nels %d )\n",dg->big_list->num_el); in DiscGrpFSave()
68 for (i=0; i<dg->big_list->num_el; ++i) { in DiscGrpFSave()
69 fprintf(fp,"# %s\n",dg->big_list->el_list[i].word); in DiscGrpFSave()
70 fputtransform(fp, 1, (float *)dg->big_list->el_list[i].tform, 0); in DiscGrpFSave()
H A Ddgstream.c257 TmTranspose(dgellist->el_list[i].tform, discgrp->big_list->el_list[i].tform); in get_el_list()
379 discgrp->big_list->mgroup = cgroup; in DiscGrpImport()
380 get_el_list(discgrp, discgrp->big_list, fp, p->poolname); in DiscGrpImport()
445 discgrp->big_list = OOGLNewE(DiscGrpElList, "DiscGrp el_list"); in DiscGrpImport()
446 discgrp->big_list->num_el = nels; in DiscGrpImport()
447 discgrp->big_list->el_list = OOGLNewNE(DiscGrpEl, in DiscGrpImport()
448 discgrp->big_list->num_el, "DiscGrp elem list"); in DiscGrpImport()
475 if (discgrp->big_list == NULL) in DiscGrpImport()
478 discgrp->big_list = DiscGrpEnum(discgrp, DiscGrpStandardConstraint); in DiscGrpImport()
H A Ddgbound.c66 nels = discgrp->big_list->num_el; in DiscGrpBound()
67 discgrp->big_list->num_el = 1; in DiscGrpBound()
85 discgrp->big_list->num_el = nels; in DiscGrpBound()
H A Ddgcreate.c138 case DGCR_BIGLIST: *(DiscGrpElList **)attrp = discgrp->big_list; break; in DiscGrpGet()
176 discgrp->big_list = NULL; in DiscGrpCreate()
216 discgrp->big_list = va_arg (*a_list, DiscGrpElList *); in DiscGrpCreate()
H A Ddgdraw.c111 if (discgrp->big_list == NULL ) { in DiscGrpDraw()
113 discgrp->big_list = discgrp->nhbr_list; in DiscGrpDraw()
H A DdiscgrpP.h95 DiscGrpElList *big_list; /* some arbitrary list of group el's */ member
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/tools/development/
H A Dseries.py1103 big_list = []
1107 big_list.append(data.content)
1109 big_list = big_list + list(data.content)
1110 return big_list
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/geom/
H A Diterate.c228 if(is->seq >= dg->big_list->num_el) in _NextTransform()
231 Tp = dg->big_list->el_list[is->seq++].tform; in _NextTransform()
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dhiccup.c2528 temp=big_list=NULL;
2554 big_list=ext;
2571 for (temp=big_list;temp!=NULL;temp=S_L_N(ext))
2603 temp=S_L_N(big_list);
2638 freeall(big_list);
4186 temp=big_list=NULL;
4213 big_list=ext;
4247 fprintln(fp,big_list);
4279 hecke_action_perm_on_lc(big_list,perm);
4282 fprintln(fp,big_list);
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/arm/
H A DTODO11 See e.g. big_list, which has many 11-bit character constants.
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/arm/
H A DTODO11 See e.g. big_list, which has many 11-bit character constants.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/arm/
H A DTODO11 See e.g. big_list, which has many 11-bit character constants.
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-heap.c639 JITTER_LIST_LINK_FIRST (jitter_heap_big, big_links, & h->big_list, b); in jitter_heap_allocate_big()
655 JITTER_LIST_UNLINK (jitter_heap_big, big_links, & (h->big_list), b); in jitter_heap_free_big()
680 JITTER_LIST_INITIALIZE_HEADER (& (h->big_list)); in jitter_heap_almost_initialize()
H A Djitter-heap.h580 struct jitter_list_header big_list; member
/dports/graphics/geomview/geomview-1.9.5/src/lib/geomutil/plutil/
H A Danytopl.c318 if(dg->big_list == NULL || dg->big_list->el_list == NULL) in discgrptoPL()
323 for (i=0; i<dg->big_list->num_el; ++i) { in discgrptoPL()
324 AnyGeomToPLData(geom, dg->big_list->el_list[i].tform, NULL, NULL, PL); in discgrptoPL()
327 dg->big_list->el_list[i].tform, NULL, NULL, PL); in discgrptoPL()
/dports/net/py-pyfixbuf/pyfixbuf-0.8.1/src/pyfixbuf/test/
H A Dpyfixtest.py192 big_list = []
193 big_list.extend(pyfixbuf.YAF_LIST)
196 big_list.extend(pyfixbuf.YAF_HTTP_LIST)
197 big_list.extend(pyfixbuf.YAF_SLP_LIST)
198 big_list.extend(pyfixbuf.YAF_FTP_LIST)
199 big_list.extend(pyfixbuf.YAF_IMAP_LIST)
201 big_list.extend(pyfixbuf.YAF_SIP_LIST)
203 big_list.extend(pyfixbuf.YAF_DNS_LIST)
204 big_list.extend(pyfixbuf.YAF_SSL_LIST)
205 big_list.extend(pyfixbuf.YAF_DPI_LIST)
[all …]
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dload.t33 my $big_list = '"dh-autoreconf","pkg-config","debhelper-compat (= 12)","dh-autotools (> 3)"';
79 …[ "m:=$big_list", [ 'm', ':=', 'x', $big_list, 'x', 'x', 'x', 'x…
/dports/devel/py-serpent/serpent-1.28/tests/
H A Dtest_serpent.py1144 big_list = [Cycle() for _ in range(1000)]
1147 _ = serpent.dumps(big_list)
/dports/devel/py-blist/blist-1.3.6/prototype/
H A Dblist.py2111 big_list = little_list * 2**512