Home
last modified time | relevance | path

Searched refs:byprefix (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/tests/lib/
H A Dmanifest.py180 byprefix = {}
183 if left not in byprefix:
184 byprefix[left] = []
187 byprefix[left].append(t)
188 return byprefix
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/tests/lib/
H A Dmanifest.py204 byprefix = {}
207 if left not in byprefix:
208 byprefix[left] = []
211 byprefix[left].append(t)
212 return byprefix
/dports/www/firefox-esr/firefox-91.8.0/js/src/tests/lib/
H A Dmanifest.py325 byprefix = {}
328 if left not in byprefix:
329 byprefix[left] = []
332 byprefix[left].append(t)
333 return byprefix
/dports/www/firefox/firefox-99.0/js/src/tests/lib/
H A Dmanifest.py331 byprefix = {}
334 if left not in byprefix:
335 byprefix[left] = []
338 byprefix[left].append(t)
339 return byprefix
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/tests/lib/
H A Dmanifest.py325 byprefix = {}
328 if left not in byprefix:
329 byprefix[left] = []
332 byprefix[left].append(t)
333 return byprefix
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/tests/lib/
H A Dmanifest.py300 byprefix = {}
303 if left not in byprefix:
304 byprefix[left] = []
307 byprefix[left].append(t)
308 return byprefix
/dports/finance/beancount/beancount-2.3.3/tools/
H A Dgenerate_unicode_category_regexps.py122 for prefix, byprefix in groupby(bss, bytes_prefix):
123 for _, bysuffix_sequence in groupby_sequences(byprefix, bytes_last):
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/dsslib/ip_t/
H A Dptopen.c37 byprefix(Dt_t* dt, register Ptprefix_t* a, register Ptprefix_t* b, Dtdisc_t* disc) in byprefix() function
81 prefixdisc.comparf = (Dtcompar_f)byprefix; in ptopen()
H A Dptvopen.c43 byprefix(Dt_t* dt, register Ptvprefix_t* a, register Ptvprefix_t* b, Dtdisc_t* disc) in byprefix() function
96 p->dtdisc.comparf = (Dtcompar_f)byprefix; in ptvopen()
/dports/shells/ksh93/ast-93u/src/cmd/dsslib/ip_t/
H A Dptopen.c37 byprefix(Dt_t* dt, register Ptprefix_t* a, register Ptprefix_t* b, Dtdisc_t* disc) in byprefix() function
81 prefixdisc.comparf = (Dtcompar_f)byprefix; in ptopen()
H A Dptvopen.c43 byprefix(Dt_t* dt, register Ptvprefix_t* a, register Ptvprefix_t* b, Dtdisc_t* disc) in byprefix() function
96 p->dtdisc.comparf = (Dtcompar_f)byprefix; in ptvopen()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/dsslib/ip_t/
H A Dptopen.c37 byprefix(Dt_t* dt, register Ptprefix_t* a, register Ptprefix_t* b, Dtdisc_t* disc) in byprefix() function
81 prefixdisc.comparf = (Dtcompar_f)byprefix; in ptopen()
H A Dptvopen.c43 byprefix(Dt_t* dt, register Ptvprefix_t* a, register Ptvprefix_t* b, Dtdisc_t* disc) in byprefix() function
96 p->dtdisc.comparf = (Dtcompar_f)byprefix; in ptvopen()
/dports/comms/xlog/xlog-2.0.22/src/
H A Ddxcc.h73 void updatedxccframe (gchar * item, gboolean byprefix, gint st, gint zone, gint cont, guint iota);
H A Ddxcc.c635 updatedxccframe (gchar * item, gboolean byprefix, gint st, gint zone, gint cont, guint iota) in updatedxccframe() argument
664 if (byprefix) in updatedxccframe()
862 if (!byprefix && (!strcmp(d->px, "K") || !strcmp(d->px, "VK"))) in updatedxccframe()
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/afnipy/
H A Dafni_util.py811 def uniq_list_as_dsets(dsets, byprefix=0, whine=0): argument
825 if byprefix: