Home
last modified time | relevance | path

Searched refs:founders (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/textproc/py-tablib/tablib-3.1.0/tests/
H A Dtest_tablib.py37 self.founders.append(self.john)
38 self.founders.append(self.george)
39 self.founders.append(self.tom)
236 del self.founders[0]
244 del self.founders[1]
381 for row in self.founders:
396 for row in self.founders:
432 self.assertEqual(self.founders[0], self.founders[3])
433 self.assertEqual(self.founders[1], self.founders[4])
434 self.assertEqual(self.founders[2], self.founders[5])
[all …]
/dports/math/gretl/gretl-2021d/addons/geoplot/examples/
H A DMakefile.in4 all: founders usa blue outlines edit seek
6 founders: founders.inp founders.geojson founders.csv
7 gretlcli -t founders.inp
H A DMANIFEST2 founders.csv
3 founders.geojson
4 founders.inp
H A Dfounders.inp1 open founders.geojson --frompkg=geoplot
3 join founders.csv gdp pop --ikey=FID --okey=code
H A Dfounders_mod.inp1 open founders.geojson --quiet --frompkg=geoplot
2 join founders.csv gdp pop --ikey=FID --okey=code
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DPedigreeFamily.cpp38 founders = mzTwins = 0; in Family()
43 ped[i].traverse = founders; in Family()
44 path[founders++] = ped[i].serial; in Family()
58 nonFounders = count - founders; in Family()
61 int next = founders; in Family()
80 if (fatherSerial >= founders || motherSerial >= founders) in Family()
171 for (int i = count - 1; i >= founders; i--) in ConnectedGroups()
191 for (int i = 0; i < founders; i++) in ConnectedGroups()
H A DPedigreeFamily.h35 int founders; // number of founders in pedigree variable
48 return (generations == 2) && (founders == 2); in isNuclear()
H A DPedigreeTrim.cpp95 for (int i = fam->count - 1; i >= fam->founders; i--) in Trim()
148 (mates[i] >= fam->founders && in Trim()
H A DGenotypeLists.cpp129 if (i < family->founders) continue; in InitializeList()
151 for (int i = family->count - 1; i >= family->founders; i--) in PairwiseCheck()
236 for (int i = family->count - 1; i >= family->founders; i--) in FamilyCheck()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/samples/
H A DSampleDB.java205 Set<String> founders = new LinkedHashSet<>(); in getFounderIds() local
208 founders.add(sample.getID()); in getFounderIds()
211 return founders; in getFounderIds()
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Dset.c368 char *founders = parv[0]; in os_cmd_set_maxfounders() local
370 if (!founders) in os_cmd_set_maxfounders()
377 int value = atoi(founders); in os_cmd_set_maxfounders()
384 command_fail(si, fault_badparams, _("%s is invalid for MAXFOUNDERS value."), founders); in os_cmd_set_maxfounders()
390 command_success_nodata(si, "MAXFOUNDERS has been successfully set to %s.", founders); in os_cmd_set_maxfounders()
391 logcommand(si, CMDLOG_ADMIN, "SET:MAXFOUNDERS: \2%s\2", founders); in os_cmd_set_maxfounders()
/dports/math/gretl/gretl-2021d/addons/geoplot/doc/
H A Dgeoplot.tex238 \texttt{founders.inp}, data file \texttt{founders.csv} and map
242 in Listing~\ref{tab:founders-csv}.
254 \caption{Content of \texttt{founders.csv}}
255 \label{tab:founders-csv}
287 open founders.geojson --frompkg=geoplot
297 \label{tab:founders-script}
315 \caption{The ``founders'' metadata}
316 \label{tab:founders-meta}
355 Figure~\ref{fig:founders}.
362 \label{fig:founders}
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/citeproc/biblatex-localization/
H A Dbulgarian.lbx.strings13 founders|основатели|осн\adddot
H A Ddutch.lbx.strings9 founders|oprichters|opr\adddot
H A Dslovene.lbx.strings13 founders|snovalci|snovalci
H A Dgalician.lbx.strings13 founders|fundadores|fund\adddot
H A Dgerman.lbx.strings13 founders|Begr\"under|Begr\adddot
H A Dnynorsk.lbx.strings7 founders|grunnleggjarar|grunnl\adddot
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/citeproc/biblatex-localization/
H A Dbulgarian.lbx.strings13 founders|основатели|осн\adddot
H A Ddutch.lbx.strings9 founders|oprichters|opr\adddot
H A Dslovene.lbx.strings13 founders|snovalci|snovalci
H A Dgalician.lbx.strings13 founders|fundadores|fund\adddot
H A Dgerman.lbx.strings13 founders|Begr\"under|Begr\adddot
H A Dnynorsk.lbx.strings7 founders|grunnleggjarar|grunnl\adddot
/dports/irc/anope/anope-2.0.9/data/
H A Dchanserv.example.conf406 * Users with this permission are treated as founders and can use
407 * commands restricted to founders.
1144 …sor - Used for setting channel successors, which become channel founders if the founders' account …

12345678910>>...16