Home
last modified time | relevance | path

Searched refs:founder (Results 1 – 25 of 2053) sorted by relevance

12345678910>>...83

/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DPedigreeAlleleFreq.cpp167 IntArray founder(alleleCount + 1); in EstimateFrequencies() local
170 founder.Zero(); in EstimateFrequencies()
181 founder[ped[i].markers[marker][0]]++; in EstimateFrequencies()
183 founder[ped[i].markers[marker][1]]++; in EstimateFrequencies()
221 if (estimator == FREQ_FOUNDERS && founder.Sum() > founder[0]) in EstimateFrequencies()
226 if (founder[i] == 0 && all[i] > 0) in EstimateFrequencies()
227 founder[i] = 1; in EstimateFrequencies()
230 double factor = 1.0 / (founder.Sum() - founder[0]); in EstimateFrequencies()
233 info->freq[i] = founder[i] * factor; in EstimateFrequencies()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dteam_founder_transfer_action.php41 function send_founder_transfer_email($team, $user, $founder) { argument
54 pm_send_msg($user, $founder, $subject, $body, false);
69 return send_email($founder, $subject, $body);
89 $founder = BoincUser::lookup_id($team->userid); variable
90 if (!$founder) {
101 $success = send_founder_transfer_email($team, $user, $founder);
/dports/irc/anope/anope-2.0.9/src/
H A Dregchannel.cpp104 this->founder = NULL; in ChannelInfo()
132 if (this->founder) in ChannelInfo()
133 ++this->founder->channelcount; in ChannelInfo()
184 if (this->founder) in Serialize()
322 if (this->founder) in SetFounder()
324 --this->founder->channelcount; in SetFounder()
328 this->founder = nc; in SetFounder()
330 if (this->founder) in SetFounder()
332 ++this->founder->channelcount; in SetFounder()
339 return this->founder; in GetFounder()
[all …]
H A Daccess.cpp335 this->super_admin = this->founder = false; in AccessGroup()
370 if ((!auto_mode || paths.empty()) && this->founder) in HasPriv()
421 else if (other.founder) in operator >()
423 else if (this->founder) in operator >()
447 else if (this->founder) in operator <()
449 else if (other.founder) in operator <()
/dports/irc/ergo/ergo-2.8.0/distrib/anope/
H A Danope2json.py103 founder = obj.kv['founder']
106 'founder': founder,
111 'amode': {founder: 'q',}
161 founder = chdata.get('founder')
162 if founder not in out['users']:
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincteam/
H A Dboincteam.module70 $items['community/teams/%/edit/founder/set/%'] = array(
152 * assume the role of founder
355 * Check if a user is the team founder
417 NULL, 'boinc:team-founder-change'),
755 * General info about changing the team founder
759 ….= '<h2 class="pane-title">' . bts('Changing the team founder', array(), NULL, 'boinc:team-founder
765 …$output .= ' <li>' . bts('Current founder becomes a normal user', array(), NULL, 'boinc:team-foun…
996 // Change founder
998 …l(bts('Change founder', array(), NULL, 'boinc:team-manage'), "community/teams/{$team_id}/edit/foun…
1066 . ' the founder has not responded.',
[all …]
/dports/irc/ergo/ergo-2.8.0/irc/
H A Dchannelreg.go204 founder, _ := tx.Get(fmt.Sprintf(keyChannelFounder, channelKey))
245 Founder: founder,
286 founder, _ := tx.Get(fmt.Sprintf(keyChannelFounder, key))
289 if founder == info.Founder && registeredAt.Equal(info.RegisteredAt) {
315 founder, existsErr := tx.Get(chanFounderKey)
316 if existsErr == buntdb.ErrNotFound || founder != channelInfo.Founder {
326 if existsErr == nil && founder != channelInfo.Founder {
328 accountChannelsKey := fmt.Sprintf(keyAccountChannels, founder)
/dports/graphics/drawpile/Drawpile-2.1.20/src/libthicksrv/
H A Dthicksession.cpp37 …*announcements, const QString &id, const QString &idAlias, const QString &founder, QObject *parent) in ThickSession() argument
39 new InMemoryHistory(id, idAlias, protocol::ProtocolVersion::current(), founder), in ThickSession()
53 …ter *aclFilter, const QString &id, const QString &idAlias, const QString &founder, QObject *parent) in ThickSession() argument
55 new InMemoryHistory(id, idAlias, protocol::ProtocolVersion::current(), founder), in ThickSession()
H A Dthicksession.h41 …announcements, const QString &id, const QString &idAlias, const QString &founder, QObject *parent=…
48 …er *aclFilter, const QString &id, const QString &idAlias, const QString &founder, QObject *parent=…
H A Dbuiltinsession.cpp28 …ter *aclFilter, const QString &id, const QString &idAlias, const QString &founder, QObject *parent) in BuiltinSession() argument
29 : ThickSession(config, announcements, statetracker, aclFilter, id, idAlias, founder, parent) in BuiltinSession()
H A Dthickserver.cpp228 …, const QString &idAlias, const protocol::ProtocolVersion &protocolVersion, const QString &founder) in createSession() argument
238 m_session = new ThickSession(m_config, m_announcements, id, idAlias, founder, this); in createSession()
246 .message("Session" + aka + " created by " + founder) in createSession()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libserver/
H A Dsessionserver.cpp109 …&id, const QString alias, const protocol::ProtocolVersion &protocolVersion, const QString &founder) in initHistory() argument
112 FiledHistory *fh = FiledHistory::startNew(m_sessiondir, id, alias, protocolVersion, founder); in initHistory()
116 return new InMemoryHistory(id, alias, protocolVersion, founder); in initHistory()
120 …, const QString &idAlias, const protocol::ProtocolVersion &protocolVersion, const QString &founder) in createSession() argument
136 …Session *session = new ThinSession(initHistory(id, idAlias, protocolVersion, founder), m_config, m… in createSession()
144 .message("Session" + aka + " created by " + founder)); in createSession()
H A Dinmemoryhistory.cpp25 … QString &alias, const protocol::ProtocolVersion &version, const QString &founder, QObject *parent) in InMemoryHistory() argument
28 m_founder(founder), in InMemoryHistory()
H A Dsessionserver.h95 …tring &idAlias, const protocol::ProtocolVersion &protocolVersion, const QString &founder) override;
192 …id, const QString alias, const protocol::ProtocolVersion &protocolVersion, const QString &founder);
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dautohostmanager.cpp174 User& founder=m_battle->GetFounder(); in RecnognizeAutohost() local
175 UserStatus status=founder.GetStatus(); in RecnognizeAutohost()
179 wxString nick=founder.GetNick(); in RecnognizeAutohost()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/classification/
H A DcBGGenotype.cc34 cBGGenotype::cBGGenotype(cBGGenotypeManager* mgr, int in_id, cBioUnit* founder, int update, tArray<… in cBGGenotype() argument
38 , m_src(founder->GetUnitSource()) in cBGGenotype()
39 , m_src_args(founder->GetUnitSourceArgs()) in cBGGenotype()
40 , m_genome(founder->GetGenome()) in cBGGenotype()
44 , m_generation_born(founder->GetPhenotype().GetGeneration()) in cBGGenotype()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/chatzilla/xul/skin/
H A Dchatzilla.css238 /* founder */
239 treechildren:-moz-tree-image(founder-true) {
240 list-style-image: url(chrome://chatzilla/skin/images/founder-symbol.png);
243 treechildren::-moz-tree-image(founder-true) {
244 list-style-image: url(chrome://chatzilla/skin/images/founder-symbol.png);
247 #user-list[mode="graphic"] treechildren:-moz-tree-image(founder-true) {
248 list-style-image: url(chrome://chatzilla/skin/images/founder-graphic.png);
251 #user-list[mode="graphic"] treechildren::-moz-tree-image(founder-true) {
252 list-style-image: url(chrome://chatzilla/skin/images/founder-graphic.png);
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/crm_iap_lead/data/
H A Dcrm.iap.lead.role.csv9 "crm_iap_lead_role_8","founder","founder"
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/inc/
H A Dteam.inc62 return tra('Requested by you, and founder response deadline has passed.').'
68 …"team_founder_transfer_form.php">'.tra('Requested by you').'</a>; '.tra('founder response deadline…
83 // $user is viewer (not necessarily team founder) or null
98 $founder = $team->founder;
99 … row2("Founder email validated", $founder->email_validated?"Yes":"No (team will not be exported)");
171 $team->founder?user_links($team->founder, BADGE_HEIGHT_MEDIUM):"---"
308 // check that the user is founder of the team
519 // since the last request (this protects the founder from
524 // An email is sent to the founder (Y).
530 // - After T + 60 days, X can become founder
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/doc/
H A DFAQ53 3.8 What does the founder mode on channel mean, and how do I set
55 3.9 I am founder of invite only channel, how can I join the
540 the channel he can set the founder mode for the channel.
543 the founder mode and will use the public key of the founder as
545 founder leaves the channel he will be able to get the founder mode
547 -founder, will get the founder mode back at the same time he joins the
555 someone joins the channel he will not become the founder of the
566 have the founder mode set in order for it to work. Reclaiming founder
569 as well. However, founder cannot override the passphrase of the
572 -founder. This will join the channel and attempt to reclaim the
[all …]
/dports/games/springlobby/springlobby-0.180/src/lsl/src/lsl/battle/
H A Doffline.cpp10 m_opts.founder = m_me.GetNick(); in OfflineBattle()
21 m_opts.founder = m_me.GetNick(); in OfflineBattle()
/dports/games/springlobby/springlobby-0.180/src/
H A Dofflinebattle.cpp10 m_opts.founder = m_me.GetNick(); in OfflineBattle()
21 m_opts.founder = m_me.GetNick(); in OfflineBattle()
/dports/www/twiki/twiki/data/TWiki/
H A DWhatDoesTWikiStandFor.txt,v42 TWiki is short for <nop>TakeFive Wiki, the name of the company where its founder [[TWiki:Main.Peter…
73 TWiki is short for <nop>TakeFive Wiki, the name of the company where its founder [[TWiki:Main.Peter…
/dports/irc/pear-Net_SmartIRC/Net_SmartIRC-1.1.14/Net/SmartIRC/
H A Dmessagehandler.php194 $channel->users[$lowerednick]->founder = true;
203 $channel->users[$lowerednick]->founder = false;
479 $user->founder = false;
504 $user->founder = true;
543 $user->founder = true;
/dports/games/openttd/openttd-12.1/src/
H A Dnewgrf_industries.cpp238 const Company *c = Company::GetIfValid(this->industry->founder); in GetVariable()
246 return this->industry->founder | (is_ai ? 0x10000 : 0) | (colours << 24); in GetVariable()
396 case 0xA7: return this->industry->founder; in GetVariable()
538 …Type type, size_t layout, uint32 seed, uint16 initial_random_bits, Owner founder, IndustryAvailabi… in CheckIfCallBackAllowsCreation() argument
550 ind.founder = founder; in CheckIfCallBackAllowsCreation()

12345678910>>...83