Home
last modified time | relevance | path

Searched refs:behind (Results 1 – 25 of 7031) sorted by relevance

12345678910>>...282

/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/internal-testing/
H A Dsyntax-cmds.tex19 test { abc --> } } end } behind % comment
22 test { abc --> #1 } } end } behind % comment
25 test { abc --> #1 } } end } behind % comment
28 test { abc --> } } end } behind % comment
31 test { abc --> #1 } } end } behind % comment
34 test { abc --> #1 } } end } behind % comment
38 test { abc --> } } end } behind % comment
41 test { abc --> #1 } } end } behind % comment
43 test { abc --> #1 } } end } behind % comment
47 test { abc --> } } end } behind % comment
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/graph/
H A Dahead_behind.c6 static size_t behind; variable
35 cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, &oid, &oid2)); in test_graph_ahead_behind__returns_correct_result()
37 cl_assert_equal_sz(6, behind); in test_graph_ahead_behind__returns_correct_result()
39 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(commit), git_commit_id(co… in test_graph_ahead_behind__returns_correct_result()
40 cl_assert_equal_sz(ahead, behind); in test_graph_ahead_behind__returns_correct_result()
43 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(commit), git_commit_id(ot… in test_graph_ahead_behind__returns_correct_result()
44 cl_assert_equal_sz(ahead, behind + 2); in test_graph_ahead_behind__returns_correct_result()
45 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(other), git_commit_id(com… in test_graph_ahead_behind__returns_correct_result()
46 cl_assert_equal_sz(ahead + 2, behind); in test_graph_ahead_behind__returns_correct_result()
53 cl_assert_equal_sz(ahead, behind + 4); in test_graph_ahead_behind__returns_correct_result()
[all …]
/dports/lang/nim/nim-1.6.2/tests/parser/
H A Dtdoc_comments.nim4 proc MyProc1*() = ## Comment behind procedure
19 MyConst1* = 1 ## Comment behind constant
25 MyVar1* = 1 ## Comment behind variable
33 field1*: int ## Comment behind field
34 field2*: int ## Comment behind field
40 MyObject2* = object ## Comment behind declaration
47 field1: int ## Comment behind field
48 field2: int ## Comment behind field
54 MyTuple2* = tuple ## Comment behind declaration
61 value1, ## Comment behind value
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/revwalk/
H A Dmergebase.c26 size_t ahead, behind; in test_revwalk_mergebase__single1() local
37 cl_assert_equal_sz(behind, 2); in test_revwalk_mergebase__single1()
41 cl_assert_equal_sz(behind, 1); in test_revwalk_mergebase__single1()
47 size_t ahead, behind; in test_revwalk_mergebase__single2() local
58 cl_assert_equal_sz(behind, 4); in test_revwalk_mergebase__single2()
62 cl_assert_equal_sz(behind, 1); in test_revwalk_mergebase__single2()
68 size_t ahead, behind; in test_revwalk_mergebase__merged_branch() local
82 cl_assert_equal_sz(behind, 0); in test_revwalk_mergebase__merged_branch()
92 size_t ahead, behind; in test_revwalk_mergebase__two_way_merge() local
110 size_t ahead, behind; in test_revwalk_mergebase__no_common_ancestor_returns_ENOTFOUND() local
[all …]
/dports/textproc/libcss/libcss-0.9.1/test/data/parse2/
H A Dau.dat403 * { azimuth: behind behind; }
428 | azimuth: left-side behind
436 | azimuth: left-side behind
444 | azimuth: far-left behind
452 | azimuth: far-left behind
456 * { azimuth: behind left; }
460 | azimuth: left behind
491 | azimuth: center behind
511 * { azimuth: behind right; }
515 | azimuth: right behind
[all …]
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dscreen.c63 front=scr->behind; in screentoback()
66 scr->upfront->behind=scr->behind; in screentoback()
69 scr->behind=front; in screentoback()
77 scr->upfront->behind=scr->behind; in screentoback()
80 scr->behind=front; in screentoback()
160 scr->upfront->behind=scr->behind; in closescreen()
186 dummy=scr->behind; in closescreen()
296 s->behind=front; in openscreen()
349 scr=scr->behind; in realizescreens()
371 s=s->behind; in getscreen()
[all …]
/dports/emulators/vmips/vmips-1.5.1/test_code/vmips.misc-tests/
H A Dsort.c31 long y, behind; in insert() local
35 for (behind = x - 1; behind >= 0; behind--) { in insert()
36 if (temp >= array[behind]) break; in insert()
39 for (y = x - 1; y > behind; y--) { in insert()
43 array[behind + 1] = temp; in insert()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go108 gitaly-1 is behind by 2 changes or less, assigned host
109 gitaly-3 is behind by 1 change or less, assigned host
122 gitaly-2 is behind by 1 change or less, assigned host, unhealthy
123 gitaly-3 is behind by 1 change or less
129 gitaly-1 is behind by 2 changes or less, assigned host
130 gitaly-3 is behind by 1 change or less, assigned host
143 gitaly-1 is behind by 2 changes or less, assigned host
144 gitaly-3 is behind by 1 change or less, assigned host
161 gitaly-3 is behind by 1 change or less
167 gitaly-1 is behind by 2 changes or less, assigned host
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go108 gitaly-1 is behind by 2 changes or less, assigned host
109 gitaly-3 is behind by 1 change or less, assigned host
122 gitaly-2 is behind by 1 change or less, assigned host, unhealthy
123 gitaly-3 is behind by 1 change or less
129 gitaly-1 is behind by 2 changes or less, assigned host
130 gitaly-3 is behind by 1 change or less, assigned host
143 gitaly-1 is behind by 2 changes or less, assigned host
144 gitaly-3 is behind by 1 change or less, assigned host
161 gitaly-3 is behind by 1 change or less
167 gitaly-1 is behind by 2 changes or less, assigned host
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/havi/ui/
H A DHContainer.java67 public Component addBefore(Component component, Component behind) { in addBefore() argument
70 getOffset(behind); in addBefore()
75 if (component == behind) return component; in addBefore()
84 int offset = getOffset(behind); in addBefore()
195 public boolean popInFrontOf(Component move, Component behind) { in popInFrontOf() argument
198 if (move != behind) { in popInFrontOf()
201 checkLineage(behind); in popInFrontOf()
207 addBefore(move, behind); in popInFrontOf()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/havi/ui/
H A DHContainer.java67 public Component addBefore(Component component, Component behind) { in addBefore() argument
70 getOffset(behind); in addBefore()
75 if (component == behind) return component; in addBefore()
84 int offset = getOffset(behind); in addBefore()
195 public boolean popInFrontOf(Component move, Component behind) { in popInFrontOf() argument
198 if (move != behind) { in popInFrontOf()
201 checkLineage(behind); in popInFrontOf()
207 addBefore(move, behind); in popInFrontOf()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/cmd/praefect/
H A Dsubcmd_dataloss_test.go136 gitaly-1 is behind by 2 changes or less, assigned host
137 gitaly-3 is behind by 1 change or less, assigned host
150 gitaly-2 is behind by 1 change or less, assigned host
151 gitaly-3 is behind by 1 change or less
157 gitaly-1 is behind by 2 changes or less, assigned host
158 gitaly-3 is behind by 1 change or less, assigned host
171 gitaly-1 is behind by 2 changes or less, assigned host
172 gitaly-3 is behind by 1 change or less, assigned host
188 gitaly-2 is behind by 1 change or less, assigned host
189 gitaly-3 is behind by 1 change or less
[all …]
/dports/misc/libsolv/libsolv-0.7.19/test/testcases/distupgrade/
H A Ddup_multiversion1.t12 # a-1-1 is treated as orphaned and stays behind
20 # a-1-1 is treated as orphaned and stays behind
32 # a-1-1 is treated as orphaned and stays behind
42 # a-1-1 is treated as orphaned and stays behind
54 # a-1-1 is treated as orphaned and stays behind
64 # a-1-1 is treated as orphaned and stays behind
76 # a-1-1 is treated as orphaned and stays behind
86 # a-1-1 is treated as orphaned and stays behind
/dports/graphics/pikchr/pikchr-90b6d5b4a3/doc/
H A Dbehind.md1 # The `behind` attribute
3 The "**behind** *object*" attribute causes the object currently under
7 input script. However, the "`behind`" attribute can be used to alter
44 at CP fill 0xd8ecd0 behind IN
51 at Pager fill 0xd0ece8 behind IN
58 at 1/2<Tokenizer.n,CG.s> fill 0xe8d8d0 behind IN
65 at 1/2<UT,TC> fill 0xe0ecc8 behind IN
75 the component boxes. The "`behind`" attribute must be used to
76 cause the background boxes to appear to be behind the component
79 "`behind`" attributes amid all the others.
/dports/devel/git-svn/git-2.34.1/t/
H A Dt6040-tracking-info.sh46 b1 [ahead 1, behind 1] d
47 b2 [ahead 1, behind 1] d
48 b3 [behind 1] b
64 b1 [origin/main: ahead 1, behind 1] d
65 b2 [origin/main: ahead 1, behind 1] d
66 b3 [origin/main: behind 1] b
/dports/devel/git-p4/git-2.34.1/t/
H A Dt6040-tracking-info.sh46 b1 [ahead 1, behind 1] d
47 b2 [ahead 1, behind 1] d
48 b3 [behind 1] b
64 b1 [origin/main: ahead 1, behind 1] d
65 b2 [origin/main: ahead 1, behind 1] d
66 b3 [origin/main: behind 1] b
/dports/devel/git-gui/git-2.34.1/t/
H A Dt6040-tracking-info.sh46 b1 [ahead 1, behind 1] d
47 b2 [ahead 1, behind 1] d
48 b3 [behind 1] b
64 b1 [origin/main: ahead 1, behind 1] d
65 b2 [origin/main: ahead 1, behind 1] d
66 b3 [origin/main: behind 1] b
/dports/devel/git/git-2.34.1/t/
H A Dt6040-tracking-info.sh46 b1 [ahead 1, behind 1] d
47 b2 [ahead 1, behind 1] d
48 b3 [behind 1] b
64 b1 [origin/main: ahead 1, behind 1] d
65 b2 [origin/main: ahead 1, behind 1] d
66 b3 [origin/main: behind 1] b
/dports/devel/git-cvs/git-2.34.1/t/
H A Dt6040-tracking-info.sh46 b1 [ahead 1, behind 1] d
47 b2 [ahead 1, behind 1] d
48 b3 [behind 1] b
64 b1 [origin/main: ahead 1, behind 1] d
65 b2 [origin/main: ahead 1, behind 1] d
66 b3 [origin/main: behind 1] b
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dt6040-tracking-info.sh43 b1 [ahead 1, behind 1] d
44 b2 [ahead 1, behind 1] d
45 b3 [behind 1] b
61 b1 [origin/master: ahead 1, behind 1] d
62 b2 [origin/master: ahead 1, behind 1] d
63 b3 [origin/master: behind 1] b
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dsdlx_layermanager.t67 isa_ok( $layer3->behind, 'ARRAY', 'SDLx::Layer->behind' );
68 isa_ok( $layer3->behind->[1], 'SDLx::Layer', 'SDLx::Layer->behind->[]' );
69 is( $layer3->behind->[1]->h, 120, 'SDLx::Layer->behind->[]->h' );
90 isa_ok( $manager->behind(2), 'ARRAY', 'SDLx::LayerManager->behind' );
91 isa_ok( $manager->behind(2)->[1], 'SDLx::Layer', 'SDLx::LayerManager->behind->[]' );
92 is( $manager->behind(2)->[1]->h, 120, 'SDLx::LayerManager->behind->[]->h' );
/dports/devel/p5-SDL/SDL-2.548/examples/SDLx/
H A DSDLx_LayerManager_Chess.pl72 my @behind = @{ $layer->behind };
73 if ( scalar @behind == 1
74 && $behind[0]->data->{id} =~ m/^\w{2}$/ )
77 $layers->detach_xy( $behind[0]->pos->x + 8, $behind[0]->pos->y + 8 );
/dports/games/widelands/widelands-build21/src/network/
H A Dnetwork.cc124 int32_t const behind = networktime_ - time_; in think() local
135 if (static_cast<int32_t>(delta + speedup) > behind) { in think()
136 speedup = behind - delta; in think()
142 if (delta > behind) { in think()
143 delta = behind; in think()
162 uint32_t const behind = networktime_ - time_; in receive() local
164 latency_ = behind < latency_ ? behind : ((latency_ * 7) + behind) / 8; in receive()
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/memquota/
H A DrollingWindow.go96 behind := int(currentTick - w.currentSlotTick)
97 if behind > len(w.slots) {
98 behind = len(w.slots)
102 for i := 0; i < behind; i++ {
108 w.currentSlot = (w.currentSlot + behind) % len(w.slots)
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/utils/
H A Dsliding_window.py7 def window(iterator: Iterable[T], behind: int = 0, ahead: int = 0) -> Iterator[Tuple[Optional[T], .…
21 iters: List[Iterator[Optional[T]]] = list(itertools.tee(iterator, behind + 1 + ahead))
22 for i in range(behind):
23 iters[i] = itertools.chain((behind - i) * [None], iters[i])

12345678910>>...282