Home
last modified time | relevance | path

Searched refs:bto (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/games/frogatto/frogatto-1.3.1/modules/wip_levels/data/level/experimental/
H A Dpipe_pickle.cfg874bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
875bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
876bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
877bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
878bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
879bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
880bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
881bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
882bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
883bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bt…
[all …]
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/control/
H A Dbtrack_orconn_maps.c117 if (!bto) { in bto_delete()
128 tor_free(bto); in bto_delete()
141 tor_assert(!bto->gid || !key->gid || bto->gid == key->gid); in bto_update()
150 tor_assert(!bto->chan || !key->chan || bto->chan == key->chan); in bto_update()
158 return bto; in bto_update()
165 struct bt_orconn_t *bto = tor_malloc(sizeof(*bto)); in bto_new() local
169 bto->state = 0; in bto_new()
174 if (bto->gid) in bto_new()
176 if (bto->chan) in bto_new()
179 return bto; in bto_new()
[all …]
H A Dbtrack_orconn.c78 best->gid = bto->gid; in bto_update_best()
81 best->state, bto->state, bto->gid); in bto_update_best()
101 if (!bto->is_onehop && bto_update_best(bto, &best_ap, "AP")) in bto_update_bests()
120 bt_orconn_t *bto; in bto_state_rcvr() local
128 bto->state = arg->state; in bto_state_rcvr()
129 if (bto->is_orig) in bto_state_rcvr()
130 bto_update_bests(bto); in bto_state_rcvr()
161 bt_orconn_t *bto; in bto_chan_rcvr() local
165 if (!bto->is_orig || (bto->is_onehop && !arg->onehop)) { in bto_chan_rcvr()
169 bto->is_orig = true; in bto_chan_rcvr()
[all …]
H A Dbtrack_orconn_cevent.c35 using_pt(const bt_orconn_t *bto) in using_pt() argument
44 switch (bto->proxy_type) { in using_proxy()
65 switch (bto->state) { in bto_cevent_anyconn()
70 if (using_pt(bto)) in bto_cevent_anyconn()
72 else if (using_proxy(bto)) in bto_cevent_anyconn()
81 if (using_pt(bto)) in bto_cevent_anyconn()
83 else if (using_proxy(bto)) in bto_cevent_anyconn()
119 switch (bto->state) { in bto_cevent_apconn()
124 if (using_pt(bto)) in bto_cevent_apconn()
126 else if (using_proxy(bto)) in bto_cevent_apconn()
[all …]
/dports/security/tor/tor-0.4.6.8/src/feature/control/
H A Dbtrack_orconn_maps.c117 if (!bto) { in bto_delete()
128 tor_free(bto); in bto_delete()
141 tor_assert(!bto->gid || !key->gid || bto->gid == key->gid); in bto_update()
150 tor_assert(!bto->chan || !key->chan || bto->chan == key->chan); in bto_update()
158 return bto; in bto_update()
165 struct bt_orconn_t *bto = tor_malloc(sizeof(*bto)); in bto_new() local
169 bto->state = 0; in bto_new()
174 if (bto->gid) in bto_new()
176 if (bto->chan) in bto_new()
179 return bto; in bto_new()
[all …]
H A Dbtrack_orconn.c78 best->gid = bto->gid; in bto_update_best()
81 best->state, bto->state, bto->gid); in bto_update_best()
101 if (!bto->is_onehop && bto_update_best(bto, &best_ap, "AP")) in bto_update_bests()
120 bt_orconn_t *bto; in bto_state_rcvr() local
128 bto->state = arg->state; in bto_state_rcvr()
129 if (bto->is_orig) in bto_state_rcvr()
130 bto_update_bests(bto); in bto_state_rcvr()
161 bt_orconn_t *bto; in bto_chan_rcvr() local
165 if (!bto->is_orig || (bto->is_onehop && !arg->onehop)) { in bto_chan_rcvr()
169 bto->is_orig = true; in bto_chan_rcvr()
[all …]
H A Dbtrack_orconn_cevent.c35 using_pt(const bt_orconn_t *bto) in using_pt() argument
44 switch (bto->proxy_type) { in using_proxy()
65 switch (bto->state) { in bto_cevent_anyconn()
70 if (using_pt(bto)) in bto_cevent_anyconn()
72 else if (using_proxy(bto)) in bto_cevent_anyconn()
81 if (using_pt(bto)) in bto_cevent_anyconn()
83 else if (using_proxy(bto)) in bto_cevent_anyconn()
119 switch (bto->state) { in bto_cevent_apconn()
124 if (using_pt(bto)) in bto_cevent_apconn()
126 else if (using_proxy(bto)) in bto_cevent_apconn()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/cmd/options/
H A Dtoken.go35 kubeadmapiv1.SetDefaults_BootstrapToken(bto.BootstrapToken)
36 return bto
50 &bto.TokenStr, TokenStr, "",
56 func (bto *BootstrapTokenOptions) AddTTLFlag(fs *pflag.FlagSet) {
57 bto.AddTTLFlagWithName(fs, TokenTTL)
63 &bto.TTL.Duration, flagName, bto.TTL.Duration,
71 &bto.Usages, TokenUsages, bto.Usages,
79 &bto.Groups, TokenGroups, bto.Groups,
87 &bto.Description, TokenDescription, bto.Description,
95 if len(bto.TokenStr) > 0 {
[all …]
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/level/
H A Dtest-sand.cfg907 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto
908 ,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,,,,,,bto,bto,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto
909 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,,,,,,,bto,bto,bto,bto,,bto,bto,bto,bto,bto
910 …,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,,bto,bto,bto,bto,bto,bto,bto,bto,bto,,,,,,,,,,,,,,,,…
911 …,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,b…
912 …,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,,,,,,,,,,,,,,,,,,,,,,,,,,,,,…
913 …,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,,,,,,,,,,,,,,,,,,,,,…
914 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
915 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
916 ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
[all …]
H A Ddungeon-gateway.cfg637 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
638 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
639 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
640 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
641 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
642 ,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto,bto
643 ,,,,,,bto,bto,bto,bto,bto,bto,bto
644 ,,,,,,bto,bto,bto,bto,bto,bto,bto
645 ,,,,,,bto,bto,bto,bto,bto,bto,bto
646 ,,,,,,bto,bto,bto,bto,bto,bto,bto
[all …]
H A Dchopple-shop.cfg886 bto,bto,bto,bto
887 bto,bto,bto,bto
888 bto,bto,bto,bto
889 bto,bto,bto,bto
890 bto,bto,bto,bto
892 "unique_tiles": ",bto",
/dports/biology/babel/babel-1.6/
H A Dtosmiles.c78 bto = aptr->bondedto[b]; in contabtosmiles()
326 if(bto != md_NOBOND && !visited[bto] && rank[bto] < lowest) in generatesmilesstring()
328 lowest = rank[bto]; in generatesmilesstring()
329 nextatom = bto; in generatesmilesstring()
366 if(bto == md_NOBOND || bto == nextatom || bto == ringatom || visited[bto]) in generatesmilesstring()
630 int b, bto; in dotheymeet() local
639 if(bto != md_NOBOND && bto != start && !visited[bto]) in dotheymeet()
641 visited[bto] = TRUE; in dotheymeet()
642 meet = (bto == target) ? TRUE : dotheymeet(frag, next, bto, target, visited); in dotheymeet()
658 int b, n, bto; in nunvisitedbondsto() local
[all …]
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/cdbi/
H A D16-reserved.t19 my $bto = (Order->search(film => 'Bad Taste'))[0];
20 isa_ok $bto => 'Order';
21 is $bto->orders, 10, "Correct number of orders";
24 my $infilm = $bto->film;
/dports/databases/p5-Class-DBI/Class-DBI-v3.0.17/t/
H A D16-reserved.t23 my $bto = Order->search(film => 'Bad Taste')->first;
24 isa_ok $bto => 'Order';
25 is $bto->orders, 10, "Correct number of orders";
28 my $infilm = $bto->film;
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/rna_cleanup/
H A Drna_cleaner.py152 bto, tail = [x.strip() for x in tail.split(':', 1)]
163 kwcheck = check_prefix(bto, btype)
166 changed = check_if_changed(bfrom, bto)
169 props = [comment, changed, bclass, bfrom, bto, kwcheck, btype, description]
192 comment, changed, bclass, bfrom, bto, kwcheck, btype, description = props
193 kwcheck = check_prefix(bto, btype) # keyword-check
194 changed = check_if_changed(bfrom, bto) # changed?
197 rna_api[index] = [comment, changed, bclass, bfrom, bto, kwcheck, btype, description]
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t-ocache/
H A D16-reserved.t29 my $bto = Order->search(film => 'Bad Taste')->first;
30 isa_ok $bto => 'Order';
31 is $bto->orders, 10, "Correct number of orders";
34 my $infilm = $bto->film;
/dports/databases/p5-Class-DBI-Sweet/Class-DBI-Sweet-0.11/t/cdbi-t-rescache/
H A D16-reserved.t29 my $bto = Order->search(film => 'Bad Taste')->first;
30 isa_ok $bto => 'Order';
31 is $bto->orders, 10, "Correct number of orders";
34 my $infilm = $bto->film;
/dports/graphics/cegui/cegui-0.8.7/android/ndk-missing_1_0_0/
H A Dmain.cpp6 void swab(const void* bfrom, void* bto, ssize_t n) __attribute__((visibility("default")));
8 void swab(const void* bfrom, void* bto, ssize_t n) in swab() argument
11 char* to = (char*)bto; in swab()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/
H A Deditor.cfg31 type: "bto",
35 tiles: "bto,bto,bto
36 bto,bto,bto
37 bto,bto,bto",
/dports/games/frogatto/frogatto-1.3.1/modules/secluded-isle/data/
H A Deditor.cfg59 type: "bto",
63 tiles: "bto,bto,bto
64 bto,bto,bto
65 bto,bto,bto",
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/System/
H A Dswab.c23 void swab (const void *bfrom, void *bto, ssize_t n) in swab() argument
26 char *to = (char *) bto; in swab()
/dports/net/zsync/zsync-0.6.2/librcksum/
H A Drsum.c81 zs_blockid bfrom, zs_blockid bto) { in write_blocks() argument
82 off_t len = ((off_t) (bto - bfrom + 1)) << z->blockshift; in write_blocks()
115 for (id = bfrom; id <= bto; id++) { in write_blocks()
141 zs_blockid bfrom, zs_blockid bto) { in rcksum_submit_blocks() argument
151 for (x = bfrom; x <= bto; x++) { in rcksum_submit_blocks()
162 write_blocks(z, data, bfrom, bto); in rcksum_submit_blocks()
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/cmd/
H A Dinit.go102 bto *options.BootstrapTokenOptions member
167 initOptions.bto.AddTokenFlag(cmd.Flags())
168 initOptions.bto.AddTTLFlag(cmd.Flags())
306 bto := options.NewBootstrapTokenOptions()
307 bto.Description = "The default bootstrap token generated by 'kubeadm init'."
312 bto: bto,
338 if err = options.bto.ApplyTo(options.externalInitCfg); err != nil {
H A Dtoken.go105 bto := options.NewBootstrapTokenOptions()
121 bto.TokenStr = args[0]
128 if err := bto.ApplyTo(cfg); err != nil {
148 bto.AddTTLFlagWithName(createCmd.Flags(), "ttl")
149 bto.AddUsagesFlag(createCmd.Flags())
150 bto.AddGroupsFlag(createCmd.Flags())
151 bto.AddDescriptionFlag(createCmd.Flags())
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_organization.go3129 copy(t.bto[index:], t.bto[index+1:])
3130 t.bto[len(t.bto)-1] = nil
3131 t.bto = t.bto[:len(t.bto)-1]
3161 copy(t.bto[index:], t.bto[index+1:])
3162 t.bto[len(t.bto)-1] = nil
3163 t.bto = t.bto[:len(t.bto)-1]
3193 copy(t.bto[index:], t.bto[index+1:])
3194 t.bto[len(t.bto)-1] = nil
3195 t.bto = t.bto[:len(t.bto)-1]
3201 return t.bto != nil && t.bto[0].unknown_ != nil
[all …]

12345678910>>...13