Home
last modified time | relevance | path

Searched refs:right2 (Results 1 – 25 of 1038) sorted by relevance

12345678910>>...42

/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D156-fullscreen-focus.t114 my $right2 = open_window;
122 cmd '[id="' . $right2->id . '"] focus';
123 verify_focus($right2, 'bottom right window focused');
135 verify_focus($right2, 'allowed focus down');
138 verify_focus($right2, 'prevented focus left');
141 verify_focus($right2, 'prevented focus right');
147 verify_focus($right2, 'allowed focus wrap (up)');
162 cmd '[id="' . $right2->id . '"] focus';
175 verify_focus($right2, 'allowed focus down');
181 verify_focus($right2, 'allowed focus wrap (up)');
[all …]
H A D541-resize-set-tiling.t158 my $right2 = open_window;
160 diag("left = " . $left->id . ", right1 = " . $right1->id . ", right2 = " . $right2->id);
162 is($x->input_focus, $right2->id, '2nd right window focused');
192 $right2 = open_window;
194 diag("left = " . $left->id . ", right1 = " . $right1->id . ", right2 = " . $right2->id);
196 is($x->input_focus, $right2->id, '2nd right window focused');
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D156-fullscreen-focus.t114 my $right2 = open_window;
122 cmd '[id="' . $right2->id . '"] focus';
123 verify_focus($right2, 'bottom right window focused');
135 verify_focus($right2, 'allowed focus down');
138 verify_focus($right2, 'prevented focus left');
141 verify_focus($right2, 'prevented focus right');
147 verify_focus($right2, 'allowed focus wrap (up)');
162 cmd '[id="' . $right2->id . '"] focus';
175 verify_focus($right2, 'allowed focus down');
181 verify_focus($right2, 'allowed focus wrap (up)');
[all …]
H A D541-resize-set-tiling.t158 my $right2 = open_window;
160 diag("left = " . $left->id . ", right1 = " . $right1->id . ", right2 = " . $right2->id);
162 is($x->input_focus, $right2->id, '2nd right window focused');
192 $right2 = open_window;
194 diag("left = " . $left->id . ", right1 = " . $right1->id . ", right2 = " . $right2->id);
196 is($x->input_focus, $right2->id, '2nd right window focused');
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dsh6gettop.c55 sh6gettop(SISLIntpt *pt,int ilist,int *left1,int *right1,int *left2,int *right2,int *jstat) in sh6gettop() argument
57 void sh6gettop(pt,ilist,left1,right1,left2,right2,jstat) in sh6gettop()
63 int *right2;
112 *right2=pt->right_obj_2[ilist];
119 *right2=pt->right_obj_2[0];
127 *right2=pt->right_obj_2[0];
H A Dsh6settop.c55 sh6settop(SISLIntpt *pt,int ilist,int left1,int right1,int left2,int right2,int *jstat) in sh6settop() argument
57 void sh6settop(pt,ilist,left1,right1,left2,right2,jstat) in sh6settop()
63 int right2;
114 pt->right_obj_2[ilist]=right2;
121 pt->right_obj_2[0]=right2;
128 pt->right_obj_2[0]=right2;
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DL1R2ButtonPanel.java67 private JButton right2; field in L1R2ButtonPanel
85 this.right2 = new JButton(label3); in L1R2ButtonPanel()
87 rightButtonPanel.add(this.right2); in L1R2ButtonPanel()
119 return this.right2; in getRightButton2()
H A DL1R3ButtonPanel.java66 private JButton right2; field in L1R3ButtonPanel
88 this.right2 = new JButton(label3); in L1R3ButtonPanel()
95 panel.add(this.right2, BorderLayout.EAST); in L1R3ButtonPanel()
125 return this.right2; in getRightButton2()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/common/gui/
H A DL1R2ButtonPanel.java87 private JButton right2; field in L1R2ButtonPanel
108 right2 = new JButton( label3 ); in L1R2ButtonPanel()
112 rightButtonPanel.add( right2 ); in L1R2ButtonPanel()
153 return right2; in getRightButton2()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Ddoublebuffer.cc182 int right2 = left-1; in draw_circle() local
188 right2 = x0 + D2; in draw_circle()
189 if( right2 >= buf_right ) in draw_circle()
190 right2 = buf_right; in draw_circle()
209 p = px + rs*(row1-buf_top) + (right2+1-buf_left)*bl; in draw_circle()
210 for( int x = right2; x <= right; x++, p += bl ) { in draw_circle()
226 for( int x = right2; x <= right; x++, p += bl ) { in draw_circle()
267 int right2 = left-1; in draw_circle() local
273 right2 = x0 + D2; in draw_circle()
274 if( right2 >= buf_right ) in draw_circle()
[all …]
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioning/
H A Dqgeorectangle.cpp710 if (left2 < right2) { in intersects()
711 if ((left1 > right2) || (right1 < left2)) in intersects()
714 if ((left1 > right2) && (right1 < left2)) in intersects()
718 if (left2 < right2) { in intersects()
719 if ((left2 > right1) && (right2 < left1)) in intersects()
904 bool wrap2 = (left2 > right2); in operator |=()
912 right = qMax(right1, right2); in operator |=()
915 right = qMin(right1, right2); in operator |=()
931 nonWrapRight = right2; in operator |=()
934 wrapRight = right2; in operator |=()
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dmatcher_test.py159 self.assertNoMatch(left, right2)
176 self.assertMatch(left, right2)
194 self.assertNoMatch(left, right2)
211 self.assertMatch(left, right2)
235 self.assertNoMatch(left, right2)
338 self.assertMatch(left1, right2)
339 self.assertMatch(left2, right2)
340 self.assertMatch(left3, right2)
352 self.assertNoMatch(left1, right2)
353 self.assertNoMatch(left2, right2)
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dintron.c19 Intron_type (char left1, char left2, char right2, char right1,
97 if ((right2 == 'A' || right2_alt == 'A') && (right1 == 'G' || right1_alt == 'G')) {
99 } else if ((right2 == 'A' || right2_alt == 'A') && (right1 == 'C' || right1_alt == 'C')) {
102 } else if ((right2 == 'G' || right2_alt == 'G') && (right1 == 'C' || right1_alt == 'C')) {
104 } else if ((right2 == 'A' || right2_alt == 'A') && (right1 == 'T' || right1_alt == 'T')) {
/dports/games/xjumpx/xjumpx-1.4/
H A Dfloor.c158 int left,right,left2,right2,tmp; in FLOOR_move() local
167 right2 = right = fp->right; in FLOOR_move()
174 right = right2; in FLOOR_move()
181 fp->erase_x = right2 + fp->move_vector + 1; in FLOOR_move()
190 fp->erase_width = right2 - left2 + 1; in FLOOR_move()
/dports/games/moonlander/moon-lander/
H A Dgame_lib.c220 int right1, right2, over_right; in collision_detect_perfect() local
231 right2 = obj2.x + obj2.w; in collision_detect_perfect()
243 if (left1 > right2) return(0); in collision_detect_perfect()
253 if (right1 > right2) over_right = right2; in collision_detect_perfect()
/dports/devel/R-cran-plyr/plyr/tests/testthat/
H A Dtest-join.r109 right2 <- join(a, b, type = "right", match = "first") globalVar
118 expect_equal(nrow(right2), 10)
132 right2 <- join(a, b, type = "right", match = "first") globalVar
141 expect_equal(nrow(right2), 10)
155 right2 <- join(a, b, type = "right", match = "first") globalVar
164 expect_equal(names(right2), c("a", "b", "c"))
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/triptrap/
H A Dtrip.typ457 1211: right2 -7280
631 1512: right2 6554
636 1522: right2 6554
641 1532: right2 6554
647 1540: right2 6554
652 1547: right2 6554
657 1557: right2 6554
694 1614: right2 6554
699 1620: right2 6554
821 1846: right2 6554
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/common/
H A Dthread_load_tracker.cc64 base::TimeTicks right2) { in Intersection() argument
66 DCHECK_LT(left2, right2); in Intersection()
68 base::TimeTicks right = std::min(right1, right2); in Intersection()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/scheduler/common/
H A Dthread_load_tracker.cc64 base::TimeTicks right2) { in Intersection() argument
66 DCHECK_LT(left2, right2); in Intersection()
68 base::TimeTicks right = std::min(right1, right2); in Intersection()

12345678910>>...42