Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 25 of 6987) sorted by relevance

12345678910>>...280

/dports/games/cgoban/cgoban-1.9.14/wmslib/src/but/
H A Dtbin.c440 tb->locs[tbin_loCur] = tb->locs[tbin_mouse]; in mmove()
441 tb->locs[tbin_hiCur] = tb->locs[tbin_press]; in mmove()
443 tb->locs[tbin_loCur] = tb->locs[tbin_press]; in mmove()
444 tb->locs[tbin_hiCur] = tb->locs[tbin_mouse]; in mmove()
537 tb->locs[tbin_loCur] = tb->locs[tbin_hiCur] = tb->locs[tbin_press] = in mpress()
661 tb->locs[tbin_hiCur] = tb->locs[tbin_loCur]; in kpress()
683 tb->locs[tbin_loCur] = tb->locs[tbin_hiCur]; in kpress()
689 tb->locs[tbin_hiCur] = tb->locs[tbin_loCur]; in kpress()
696 tb->locs[tbin_hiCur] = tb->locs[tbin_loCur]; in kpress()
1431 tbin->locs[tbin_loCur] = tbin->locs[tbin_hiCur] = tbin->locs[tbin_mouse]; in snotify()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/search/
H A Drefresh.php29 $locs = [];
32 $locs[] = "random_refresh_index_wiki";
36 $locs[] = "random_refresh_index_forum";
49 $locs[] = "random_refresh_index_blogs";
54 $locs[] = "random_refresh_index_faqs";
64 $locs[] = "random_refresh_imggals";
65 $locs[] = "random_refresh_img";
69 $locs[] = "random_refresh_filegal";
70 $locs[] = "random_refresh_file";
76 $locs[] = "refresh_index_oldest";
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Location/
H A DSplit.pm138 my @locs = ();
143 return @locs;
190 my @locs = ($seqid ?
193 if(@locs) {
203 } @locs;;
212 } @locs;
221 return @locs;
236 my @locs;
495 return ( @locs ) ? $locs[0]->min_start : undef;
519 return ( @locs ) ? $locs[0]->max_start : undef;
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/cplc/
H A Dcpl_sig.c47 if (!*locs) { in cpl_proxy_to_loc_set()
68 if((*locs)->addr.received.s && (*locs)->addr.received.len) { in cpl_proxy_to_loc_set()
83 foo = (*locs)->next; in cpl_proxy_to_loc_set()
84 free_location( *locs ); in cpl_proxy_to_loc_set()
85 *locs = foo; in cpl_proxy_to_loc_set()
89 while(*locs) { in cpl_proxy_to_loc_set()
92 (*locs)->addr.uri.len, (*locs)->addr.uri.s, bflags); in cpl_proxy_to_loc_set()
97 (*locs)->addr.uri.s); in cpl_proxy_to_loc_set()
101 foo = (*locs)->next; in cpl_proxy_to_loc_set()
102 free_location( *locs ); in cpl_proxy_to_loc_set()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/protocol/
H A DLocatedBlock.java43 private DatanodeInfo[] locs; field in LocatedBlock
65 this(b, locs, startOffset, false); in LocatedBlock()
75 if (locs==null) { in LocatedBlock()
76 this.locs = new DatanodeInfo[0]; in LocatedBlock()
78 this.locs = locs; in LocatedBlock()
99 return locs; in getLocations()
130 out.writeInt(locs.length); in write()
132 locs[i].write(out); in write()
143 this.locs = new DatanodeInfo[count]; in readFields()
145 locs[i] = new DatanodeInfo(); in readFields()
[all …]
/dports/devel/monotone/monotone-1.1/test/func/automate_keys/
H A D__driver__.lua24 locs = {}
32 if v == "keystore" then locs[key].ks = true end
33 if v == "database" then locs[key].db = true end
39 check(locs["foo@bar.com"].db == false)
40 check(locs["foo@bar.com"].ks == true)
41 check(locs["foo@baz.com"].priv == false)
42 check(locs["foo@baz.com"].pub == true)
43 check(locs["tester@test.net"].db == true)
44 check(locs["tester@test.net"].ks == true)
45 check(locs["tester@test.net"].pub == true)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/protocol/
H A DLocatedBlock.java45 private final DatanodeInfoWithStorage[] locs; field in LocatedBlock
96 if (locs==null) { in LocatedBlock()
97 this.locs = EMPTY_LOCS; in LocatedBlock()
99 this.locs = new DatanodeInfoWithStorage[locs.length]; in LocatedBlock()
100 for(int i = 0; i < locs.length; i++) { in LocatedBlock()
101 DatanodeInfo di = locs[i]; in LocatedBlock()
105 this.locs[i] = storage; in LocatedBlock()
137 return locs; in getLocations()
154 for(int i = 0; i < locs.length; i++) { in updateCachedStorageInfo()
159 for(int i = 0; i < locs.length; i++) { in updateCachedStorageInfo()
[all …]
/dports/shells/xonsh/xonsh-0.7.9/tests/
H A Dtest_contexts.py54 assert block.locs is None
66 locs = block.locs
67 assert locs is not None
70 assert v == locs[k]
81 check_exec(s, glbs=glbs, locs=None)
89 check_exec(s, glbs=glbs, locs=None)
97 check_exec(s, glbs=glbs, locs=None)
106 check_exec(s, glbs=glbs, locs=None)
115 check_exec(s, glbs=glbs, locs=None)
123 check_exec(s, glbs=glbs, locs=None)
[all …]
/dports/graphics/geos/geos-3.9.1/src/operation/distance/
H A DFacetSequence.cpp92 std::vector<GeometryLocation> locs; in nearestLocations() local
98 locs.clear(); in nearestLocations()
99 locs.push_back(gl1); in nearestLocations()
100 locs.push_back(gl2); in nearestLocations()
111 locs[0] = locs[1]; in nearestLocations()
112 locs[1] = tmp; in nearestLocations()
117 return locs; in nearestLocations()
133 if (locs != nullptr) { in computeDistancePointLine()
154 locs->clear(); in updateNearestLocationsPointLine()
194 if(locs != nullptr) { in computeDistanceLineLine()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t501_VisualizeCoupling/
H A Dplot_coherence_rand.m96 [n,m]=size(locs);
97 locs_all=locs;
107 locs=locs(locs(:,1)>.5,:);
111 [n,m]=size(locs);
113 locs=[(1:n)',locs,locs];
115 locs=[locs,locs(:,2:3)];
117 locs=[(1:n)',locs];
121 locs(:,5)=detrend(locs(:,5),'constant');
122 %locs(:,4)=detrend(locs(:,4),'constant');
125 coor=locs(:,4:5);
[all …]
H A Dplot_coupling.m100 [n,m]=size(locs);
101 locs_all=locs;
111 locs=locs(locs(:,1)>.5,:);
115 [n,m]=size(locs);
117 locs=[(1:n)',locs,locs];
119 locs=[locs,locs(:,2:3)];
121 locs=[(1:n)',locs];
125 locs(:,5)=detrend(locs(:,5),'constant');
126 %locs(:,4)=detrend(locs(:,4),'constant');
129 coor=locs(:,4:5);
[all …]
H A Dplot_coherence_dots.m100 [n,m]=size(locs);
101 locs_all=locs;
111 locs=locs(locs(:,1)>.5,:);
115 [n,m]=size(locs);
117 locs=[(1:n)',locs,locs];
119 locs=[locs,locs(:,2:3)];
121 locs=[(1:n)',locs];
125 locs(:,5)=detrend(locs(:,5),'constant');
126 %locs(:,4)=detrend(locs(:,4),'constant');
129 coor=locs(:,4:5);
[all …]
/dports/math/curv/curv-0.5/libcurv/
H A Dcontext.cc48 get_frame_locations(&call_frame_, locs); in get_locations()
100 locs.emplace_back(loc_); in get_locations()
101 get_frame_locations(file_frame_, locs); in get_locations()
109 locs.emplace_back(syntax_.location()); in get_locations()
140 get_frame_locations(frame_, locs); in get_locations()
190 locs.emplace_back(arg_.location()); in get_locations()
191 get_frame_locations(&parent_frame_, locs); in get_locations()
207 locs.emplace_back(arg->location()); in get_locations()
249 { return parent_.get_locations(locs); } in get_locations()
265 parent_.get_locations(locs); in get_locations()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Ddmtxdecode2.c194 locs.a = p11; in GetZoneCornerLocs()
195 locs.b = p01; in GetZoneCornerLocs()
198 locs.a = p01; in GetZoneCornerLocs()
199 locs.b = p00; in GetZoneCornerLocs()
202 locs.a = p00; in GetZoneCornerLocs()
203 locs.b = p10; in GetZoneCornerLocs()
206 locs.a = p10; in GetZoneCornerLocs()
207 locs.b = p11; in GetZoneCornerLocs()
211 locs.a = p00; in GetZoneCornerLocs()
212 locs.b = p11; in GetZoneCornerLocs()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/runtime/
H A Dgo-recover.c54 Location locs[16]; in __go_can_recover() local
85 name = locs[1].function.str; in __go_can_recover()
86 len = locs[1].function.len; in __go_can_recover()
97 if (locs[0].function.len > 0 in __go_can_recover()
103 name = locs[0].function.str; in __go_can_recover()
104 len = locs[0].function.len; in __go_can_recover()
122 n = runtime_callers (2, &locs[0], sizeof locs / sizeof locs[0], false); in __go_can_recover()
128 if (locs[i].function.len == 0) in __go_can_recover()
136 name = locs[i].function.str; in __go_can_recover()
163 if (i < n && locs[i].function.len > 0) in __go_can_recover()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/runtime/
H A Dgo-recover.c54 Location locs[16]; in __go_can_recover() local
85 name = locs[1].function.str; in __go_can_recover()
86 len = locs[1].function.len; in __go_can_recover()
97 if (locs[0].function.len > 0 in __go_can_recover()
103 name = locs[0].function.str; in __go_can_recover()
104 len = locs[0].function.len; in __go_can_recover()
122 n = runtime_callers (2, &locs[0], sizeof locs / sizeof locs[0], false); in __go_can_recover()
128 if (locs[i].function.len == 0) in __go_can_recover()
136 name = locs[i].function.str; in __go_can_recover()
163 if (i < n && locs[i].function.len > 0) in __go_can_recover()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/runtime/
H A Dgo-recover.c54 Location locs[16]; in __go_can_recover() local
85 name = locs[1].function.str; in __go_can_recover()
86 len = locs[1].function.len; in __go_can_recover()
97 if (locs[0].function.len > 0 in __go_can_recover()
103 name = locs[0].function.str; in __go_can_recover()
104 len = locs[0].function.len; in __go_can_recover()
122 n = runtime_callers (2, &locs[0], sizeof locs / sizeof locs[0], false); in __go_can_recover()
128 if (locs[i].function.len == 0) in __go_can_recover()
136 name = locs[i].function.str; in __go_can_recover()
163 if (i < n && locs[i].function.len > 0) in __go_can_recover()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/progmodes/
H A Dxref-tests.el50 (let ((locs (xref-tests--locations-in-data-dir "bar")))
51 (should (= 2 (length locs)))
58 (should (= 1 (length locs)))
64 (let ((locs (xref-tests--locations-in-data-dir "foo")))
65 (should (= 2 (length locs)))
68 (should (equal 1 (xref-location-line (nth 0 locs))))
69 (should (equal 1 (xref-location-line (nth 1 locs))))
70 (should (equal 1 (xref-file-location-column (nth 0 locs))))
74 (let ((locs (xref-tests--locations-in-data-dir "^$")))
75 (should (= 1 (length locs)))
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/distance/
H A DFacetSequence.java148 GeometryLocation[] locs = new GeometryLocation[2]; in nearestLocations() local
158 computeDistancePointLine(pt, facetSeq, locs); in nearestLocations()
162 computeDistancePointLine(seqPt, this, locs); in nearestLocations()
164 GeometryLocation tmp = locs[0]; in nearestLocations()
165 locs[0] = locs[1]; in nearestLocations()
166 locs[1] = tmp; in nearestLocations()
169 computeDistanceLineLine(facetSeq, locs); in nearestLocations()
171 return locs; in nearestLocations()
189 if (locs != null) updateNearestLocationsLineLine(i, p0, p1, facetSeq, j, q0, q1, locs); in computeDistanceLineLine()
216 if (locs != null) updateNearestLocationsPointLine(pt, facetSeq, i, q0, q1, locs); in computeDistancePointLine()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dinfo.py51 self.locs = []
61 self.locs.append((label, url))
76 self.locs.append((label, path))
85 locs = {}
150 return [(n, locs[n]) for n in order if n in locs]
153 def _show_location_info(locs, outfile): argument
157 for name, loc in locs:
163 locs = LocationList(osutils.getcwd())
173 return locs
178 locs = _gather_related_branches(branch)
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/applications/weboobdebug/
H A Dweboobdebug.py61 locs = dict(backend=backend, browser=backend.browser,
71 self.launch(funcs, locs, banner)
73 def launch(self, funcs, locs, banner): argument
76 func(locs, banner)
82 def ipython(self, locs, banner): argument
85 embed(user_ns=locs, banner2=banner)
90 shell(local_ns=locs, global_ns={})
92 def bpython(self, locs, banner): argument
94 embed(locs, banner=banner)
96 def python(self, locs, banner): argument
[all …]
/dports/devel/monotone/monotone-1.1/test/func/automate_generate_key/
H A D__driver__.lua28 locs = {}
32 locs[key] = {db = false, ks = false, pub = false, priv = false}
36 if v == "keystore" then locs[key].ks = true end
37 if v == "database" then locs[key].db = true end
40 if string.find(line.name, "private") then locs[key].priv = true end
41 if string.find(line.name, "public") then locs[key].pub = true end
43 check(locs["foo@baz.com"].db == true)
44 check(locs["foo@baz.com"].ks == true)
45 check(locs["foo@baz.com"].priv == true)
46 check(locs["foo@baz.com"].pub == true)
/dports/lang/scheme48/scheme48-1.9.2/ps-compiler/front/
H A Dtop.scm29 (define (add-checks . locs)
32 locs)
39 (define (clear-checks . locs)
41 (if (null? locs)
43 (set-difference *checkpoints* locs))))
45 (define (add-procs . locs)
46 (if (null? locs)
50 (define (clear-procs . locs)
51 (cond ((null? locs)
56 (if (null? locs)
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dcvl.cpp16 vector<location> locs; member
36 for(auto& loc: l.second.locs) { in cvl_marker()
60 l0.locs.push_back(location{View, centerover}); in readArgs()
62 l0.locs.push_back(loc_multiply(l0.locs.back(), xpush(1))); in readArgs()
75 auto old = lines[id].locs[step]; in readArgs()
77 l1.locs.push_back(loc_multiply(old, T)); in readArgs()
78 … println(hlog, "TO ", l1.locs.back().lView, l1.locs.back().lco, "; creating ", l1.plus_matrices); in readArgs()
80 l1.locs.push_back(loc_multiply(l1.locs.back(), xpush(1))); in readArgs()
81 println(hlog, "LAST ", l1.locs.back().lView, l1.locs.back().lco); in readArgs()
86 for(auto& loc: l.second.locs) { in readArgs()
[all …]
/dports/www/py-pecan/pecan-1.3.3/pecan/commands/
H A Dshell.py120 locs['wsgiapp'] = app
121 locs['app'] = TestApp(app)
125 locs['model'] = model
129 locs['abort'] = abort
130 locs['conf'] = conf
131 locs['redirect'] = redirect
132 locs['request'] = request
133 locs['response'] = response
148 self.invoke_shell(locs, banner)
150 def invoke_shell(self, locs, banner): argument
[all …]

12345678910>>...280