Home
last modified time | relevance | path

Searched refs:MIDDLE (Results 1 – 25 of 2993) sorted by relevance

12345678910>>...120

/dports/editors/le/le-1.16.6/src/
H A Dabout.cc33 about_window=CreateWin(MIDDLE,MIDDLE,69,22,DIALOGUE_WIN_ATTR," About ",0); in ShowAbout()
36 PutStr(MIDDLE,2,"Text editor LE"); in ShowAbout()
37 PutStr(MIDDLE,3,"Version " VERSION); in ShowAbout()
38 PutStr(MIDDLE,5,copyright); in ShowAbout()
39 PutStr(MIDDLE,6,"E-Mail: " EMAIL); in ShowAbout()
41 PutStr(MIDDLE,8,"LE is free software: you can redistribute it and/or modify it"); in ShowAbout()
44 PutStr(MIDDLE,11,"(at your option) any later version."); in ShowAbout()
47 PutStr(MIDDLE,14,"but WITHOUT ANY WARRANTY; without even the implied warranty of"); in ShowAbout()
48 PutStr(MIDDLE,15,"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the"); in ShowAbout()
49 PutStr(MIDDLE,16,"GNU General Public License for more details."); in ShowAbout()
[all …]
H A Dhelp.cc31 {" &Cancel ",MIDDLE,FDOWN-2},
34 {" &Previous ",MIDDLE-12,FDOWN-2},
35 {" &Next ",MIDDLE,FDOWN-2},
36 {" &Cancel ",MIDDLE+12,FDOWN-2},
40 {" &Previous ",MIDDLE,FDOWN-2},
44 {" &Previous ",MIDDLE-6,FDOWN-2},
45 {" &Cancel ",MIDDLE+6,FDOWN-2},
48 {" &Next ",MIDDLE-6,FDOWN-2},
49 {" &Cancel ",MIDDLE+6,FDOWN-2},
55 HelpWin=CreateWin(MIDDLE,MIDDLE,42,21,HELP_WIN_ATTR,title,0);
[all …]
/dports/graphics/gracula/gracula-3.0/
H A Dgcldefaults.h60 #define GCLDEFAULTVALIGNHEAD MIDDLE
61 #define GCLDEFAULTVALIGNTAIL MIDDLE
62 #define GCLDEFAULTVALIGNDIGITS MIDDLE
63 #define GCLDEFAULTVALIGNCOMMAS MIDDLE
64 #define GCLDEFAULTVALIGNSPACES MIDDLE
65 #define GCLDEFAULTVALIGNDOTS MIDDLE
66 #define GCLDEFAULTVALIGNDASHES MIDDLE
67 #define GCLDEFAULTVALIGNCOLONS MIDDLE
68 #define GCLDEFAULTVALIGNPLUSSES MIDDLE
70 #define GCLDEFAULTVALIGNTIMES MIDDLE
[all …]
/dports/math/cmlib/cmlib-3.0_8/src/dbsplin/
H A Ddbnfac.f67 1 KMAX, MIDDLE, MIDMK, NROWM1
72 MIDDLE = NBANDU + 1
79 IF (W(MIDDLE,I).EQ.0.0D0) GO TO 120
86 PIVOT = W(MIDDLE,I)
90 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
98 PIVOT = W(MIDDLE,I)
105 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
114 MIDMK = MIDDLE - K
117 W(MIDMK+J,IPK) = W(MIDMK+J,IPK) - W(MIDDLE+J,I)*FACTOR
122 110 IF (W(MIDDLE,NROW).NE.0.0D0) RETURN
/dports/math/slatec/src/
H A Dbnfac.f79 1 KMAX, MIDDLE, MIDMK, NROWM1
84 MIDDLE = NBANDU + 1
91 IF (W(MIDDLE,I).EQ.0.0E0) GO TO 120
98 PIVOT = W(MIDDLE,I)
102 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
110 PIVOT = W(MIDDLE,I)
117 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
126 MIDMK = MIDDLE - K
129 W(MIDMK+J,IPK) = W(MIDMK+J,IPK) - W(MIDDLE+J,I)*FACTOR
134 110 IF (W(MIDDLE,NROW).NE.0.0E0) RETURN
H A Ddbnfac.f81 1 KMAX, MIDDLE, MIDMK, NROWM1
86 MIDDLE = NBANDU + 1
93 IF (W(MIDDLE,I).EQ.0.0D0) GO TO 120
100 PIVOT = W(MIDDLE,I)
104 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
112 PIVOT = W(MIDDLE,I)
119 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
128 MIDMK = MIDDLE - K
131 W(MIDMK+J,IPK) = W(MIDMK+J,IPK) - W(MIDDLE+J,I)*FACTOR
136 110 IF (W(MIDDLE,NROW).NE.0.0D0) RETURN
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/tensbs/
H A Dbnfac.f65 1 KMAX, MIDDLE, MIDMK, NROWM1
70 MIDDLE = NBANDU + 1
77 IF (W(MIDDLE,I).EQ.0.0E0) GO TO 120
84 PIVOT = W(MIDDLE,I)
88 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
96 PIVOT = W(MIDDLE,I)
103 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
112 MIDMK = MIDDLE - K
115 W(MIDMK+J,IPK) = W(MIDMK+J,IPK) - W(MIDDLE+J,I)*FACTOR
120 110 IF (W(MIDDLE,NROW).NE.0.0E0) RETURN
/dports/math/cmlib/cmlib-3.0_8/src/bspline/
H A Dbnfac.f65 1 KMAX, MIDDLE, MIDMK, NROWM1
70 MIDDLE = NBANDU + 1
77 IF (W(MIDDLE,I).EQ.0.0E0) GO TO 120
84 PIVOT = W(MIDDLE,I)
88 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
96 PIVOT = W(MIDDLE,I)
103 W(MIDDLE+J,I) = W(MIDDLE+J,I)/PIVOT
112 MIDMK = MIDDLE - K
115 W(MIDMK+J,IPK) = W(MIDMK+J,IPK) - W(MIDDLE+J,I)*FACTOR
120 110 IF (W(MIDDLE,NROW).NE.0.0E0) RETURN
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dmouse.py44 MIDDLE = MouseButton.MIDDLE variable
59 …( 1, 'm') : (MIDDLE, MOUSE_UP, NO_MODIFIER), # middle_up 1+ + + …
60 …( 5, 'm') : (MIDDLE, MOUSE_UP, SHIFT), # middle_up Shift 1+4+ + …
61 …( 9, 'm') : (MIDDLE, MOUSE_UP, ALT), # middle_up Alt 1+ +8+ …
62 …(13, 'm') : (MIDDLE, MOUSE_UP, SHIFT_ALT), # middle_up Shift Alt 1+4+8+ …
63 …(17, 'm') : (MIDDLE, MOUSE_UP, CONTROL), # middle_up Control 1+ + +16…
64 …(21, 'm') : (MIDDLE, MOUSE_UP, SHIFT_CONTROL), # middle_up Shift Control 1+4+ +16…
65 …(25, 'm') : (MIDDLE, MOUSE_UP, ALT_CONTROL), # middle_up Alt Control 1+ +8+16…
66 …(29, 'm') : (MIDDLE, MOUSE_UP, SHIFT_ALT_CONTROL), # middle_up Shift Alt Control 1+4+8+16…
161 33: (MIDDLE , MOUSE_DOWN , UNKNOWN_MODIFIER),
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/demo/
H A Denergy_circles.dat2 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Coal 0 215.410 144.590 947639 2362223
3 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Oil 1 154.375 61.034 400017 2362223
4 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Gas 2 112.828 41.544 272284 2362223
5 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Nuclear 3 94.921 17.906 117365 2362223
6 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Hydroelectric 4 88.182 6.739 44165 2362223
7 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Renewable 5 0.000 88.182 577942 2362223
14 25.0 38.0 "MIDDLE EAST & N. AFRICA" Coal 0 356.659 3.341 14229 1532806
15 25.0 38.0 "MIDDLE EAST & N. AFRICA" Oil 1 65.383 291.272 1240170 1532806
16 25.0 38.0 "MIDDLE EAST & N. AFRICA" Gas 2 4.176 61.211 260613 1532806
17 25.0 38.0 "MIDDLE EAST & N. AFRICA" Nuclear 3 4.176 0.000 0 1532806
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/demo/
H A Denergy_circles.dat2 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Coal 0 215.410 144.590 947639 2362223
3 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Oil 1 154.375 61.034 400017 2362223
4 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Gas 2 112.828 41.544 272284 2362223
5 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Nuclear 3 94.921 17.906 117365 2362223
6 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Hydroelectric 4 88.182 6.739 44165 2362223
7 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Renewable 5 0.000 88.182 577942 2362223
14 25.0 38.0 "MIDDLE EAST & N. AFRICA" Coal 0 356.659 3.341 14229 1532806
15 25.0 38.0 "MIDDLE EAST & N. AFRICA" Oil 1 65.383 291.272 1240170 1532806
16 25.0 38.0 "MIDDLE EAST & N. AFRICA" Gas 2 4.176 61.211 260613 1532806
17 25.0 38.0 "MIDDLE EAST & N. AFRICA" Nuclear 3 4.176 0.000 0 1532806
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/demo/
H A Denergy_circles.dat2 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Coal 0 215.410 144.590 947639 2362223
3 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Oil 1 154.375 61.034 400017 2362223
4 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Gas 2 112.828 41.544 272284 2362223
5 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Nuclear 3 94.921 17.906 117365 2362223
6 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Hydroelectric 4 88.182 6.739 44165 2362223
7 55.0 85.0 "ASIA (EXCL. MIDDLE EAST)" Renewable 5 0.000 88.182 577942 2362223
14 25.0 38.0 "MIDDLE EAST & N. AFRICA" Coal 0 356.659 3.341 14229 1532806
15 25.0 38.0 "MIDDLE EAST & N. AFRICA" Oil 1 65.383 291.272 1240170 1532806
16 25.0 38.0 "MIDDLE EAST & N. AFRICA" Gas 2 4.176 61.211 260613 1532806
17 25.0 38.0 "MIDDLE EAST & N. AFRICA" Nuclear 3 4.176 0.000 0 1532806
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/demo/
H A Dmv-demo-arrowhead.c8 #define MIDDLE 150.0 macro
83 points->coords[5] = MIDDLE; in set_arrow_shape()
101 MIDDLE); in set_arrow_shape()
111 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
113 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
115 MIDDLE, in set_arrow_shape()
142 MIDDLE, in set_arrow_shape()
348 width = (MIDDLE - y) / 5; in on_motion()
475 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
523 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
H A Ddemo-arrowhead.c9 #define MIDDLE 150.0 macro
84 points->coords[5] = MIDDLE; in set_arrow_shape()
102 MIDDLE); in set_arrow_shape()
112 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
114 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
116 MIDDLE, in set_arrow_shape()
143 MIDDLE, in set_arrow_shape()
328 width = (MIDDLE - y) / 5; in on_motion()
454 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
502 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/demo/
H A Ddemo-arrowhead.c9 #define MIDDLE 150.0 macro
84 points->coords[5] = MIDDLE; in set_arrow_shape()
102 MIDDLE); in set_arrow_shape()
112 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
114 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
116 MIDDLE, in set_arrow_shape()
143 MIDDLE, in set_arrow_shape()
330 width = (MIDDLE - y) / 5; in on_motion()
457 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
505 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
H A Dmv-demo-arrowhead.c8 #define MIDDLE 150.0 macro
83 points->coords[5] = MIDDLE; in set_arrow_shape()
101 MIDDLE); in set_arrow_shape()
111 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
113 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
115 MIDDLE, in set_arrow_shape()
142 MIDDLE, in set_arrow_shape()
350 width = (MIDDLE - y) / 5; in on_motion()
478 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
526 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/demo/
H A Ddemo-arrowhead.c9 #define MIDDLE 150.0 macro
84 points->coords[5] = MIDDLE; in set_arrow_shape()
102 MIDDLE); in set_arrow_shape()
112 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
114 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
116 MIDDLE, in set_arrow_shape()
143 MIDDLE, in set_arrow_shape()
330 width = (MIDDLE - y) / 5; in on_motion()
457 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
505 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
H A Dmv-demo-arrowhead.c8 #define MIDDLE 150.0 macro
83 points->coords[5] = MIDDLE; in set_arrow_shape()
101 MIDDLE); in set_arrow_shape()
111 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
113 MIDDLE + 10 * width / 2.0, in set_arrow_shape()
115 MIDDLE, in set_arrow_shape()
142 MIDDLE, in set_arrow_shape()
350 width = (MIDDLE - y) / 5; in on_motion()
478 LEFT, MIDDLE, RIGHT, MIDDLE, in create_canvas_arrowhead()
526 RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/demos/
H A Darrowhead.cc31 #define MIDDLE 150.0 macro
179 points.push_back(Gnome::Art::Point(LEFT, MIDDLE)); in Arrowhead()
296 MIDDLE)); in set_arrow_shape()
300 MIDDLE)); in set_arrow_shape()
310 MIDDLE); in set_arrow_shape()
312 MIDDLE - 10 in set_arrow_shape()
318 MIDDLE - 10 * m_width / 2.0, in set_arrow_shape()
320 MIDDLE + 10 * m_width / 2.0, in set_arrow_shape()
322 MIDDLE, in set_arrow_shape()
342 MIDDLE - 10 * m_width / 2.0, in set_arrow_shape()
[all …]
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/demos/
H A Dcanvas-arrowhead.c8 #define MIDDLE 150.0 macro
78 points->coords[1] = MIDDLE; in set_arrow_shape()
82 points->coords[5] = MIDDLE; in set_arrow_shape()
100 MIDDLE); in set_arrow_shape()
110 MIDDLE - 10 * width / 2.0, in set_arrow_shape()
114 MIDDLE, in set_arrow_shape()
257 width = (MIDDLE - y) / 5; in width_event()
430 points->coords[1] = MIDDLE; in create_canvas_arrowhead()
432 points->coords[3] = MIDDLE; in create_canvas_arrowhead()
491 create_sample_arrow (root, "sample_2", RIGHT + 70, MIDDLE, RIGHT + 130, MIDDLE); in create_canvas_arrowhead()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/editor/
H A Dscroller_widget.cpp30 const float MIDDLE = 48; variable
59 MIDDLE, LAYER_GUI-10); in draw()
67 draw_arrow(context, Vector(TOPLEFT, MIDDLE)); in draw()
68 draw_arrow(context, Vector(BOTTOMRIGHT, MIDDLE)); in draw()
69 draw_arrow(context, Vector(MIDDLE, TOPLEFT)); in draw()
70 draw_arrow(context, Vector(MIDDLE, BOTTOMRIGHT)); in draw()
76 Vector dir = pos - Vector(MIDDLE, MIDDLE); in draw_arrow()
126 m_scrolling_vec = m_mouse_pos - Vector(MIDDLE, MIDDLE); in on_mouse_motion()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/Fun2D/
H A Drecurse.f90454 MIDDLE=(A1+B1)/2
455 CALL drvrec_wrap(A1,MIDDLE,A2,B2,DEG,NDERIV,C0,ESTIMATED_ERR1)
456 CALL drvrec_wrap(MIDDLE,B1,A2,B2,DEG,NDERIV,C0,ESTIMATED_ERR2)
457 MIDDLE=(A2+B2)/2
458 CALL drvrec_wrap(A1,B1,A2,MIDDLE,DEG,NDERIV,C0,ESTIMATED_ERR3)
459 CALL drvrec_wrap(A1,B1,MIDDLE,B2,DEG,NDERIV,C0,ESTIMATED_ERR4)
467 MIDDLE=(A1+B1)/2
469 CALL FIND_DOMAINS(A1,MIDDLE,A2,B2,DEG,NDERIV,ERR,LEVEL+1)
471 CALL FIND_DOMAINS(MIDDLE,B1,A2,B2,DEG,NDERIV,ERR,LEVEL+1)
474 MIDDLE=(A2+B2)/2
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Drecurse.f90454 MIDDLE=(A1+B1)/2
455 CALL drvrec_wrap(A1,MIDDLE,A2,B2,DEG,NDERIV,C0,ESTIMATED_ERR1)
456 CALL drvrec_wrap(MIDDLE,B1,A2,B2,DEG,NDERIV,C0,ESTIMATED_ERR2)
457 MIDDLE=(A2+B2)/2
458 CALL drvrec_wrap(A1,B1,A2,MIDDLE,DEG,NDERIV,C0,ESTIMATED_ERR3)
459 CALL drvrec_wrap(A1,B1,MIDDLE,B2,DEG,NDERIV,C0,ESTIMATED_ERR4)
467 MIDDLE=(A1+B1)/2
469 CALL FIND_DOMAINS(A1,MIDDLE,A2,B2,DEG,NDERIV,ERR,LEVEL+1)
471 CALL FIND_DOMAINS(MIDDLE,B1,A2,B2,DEG,NDERIV,ERR,LEVEL+1)
474 MIDDLE=(A2+B2)/2
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/linkerscript/
H A Dorphan-end.s39 # RUN: llvm-readelf -S --symbols %t | FileCheck --check-prefix=MIDDLE %s
41 # MIDDLE-DAG: .text PROGBITS 0000000000000000
42 # MIDDLE-DAG: .orphan_rx PROGBITS 0000000000000004
44 # MIDDLE-DAG: 0000000000000000 {{.*}} __start_text
45 # MIDDLE-DAG: 0000000000000004 {{.*}} __end_text
46 # MIDDLE-DAG: 0000000000000004 {{.*}} __stack_start
47 # MIDDLE-DAG: 0000000000001008 {{.*}} __stack_end
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/ELF/linkerscript/
H A Dorphan-end.s39 # RUN: llvm-readelf -S --symbols %t | FileCheck --check-prefix=MIDDLE %s
41 # MIDDLE-DAG: .text PROGBITS 0000000000000000
42 # MIDDLE-DAG: .orphan_rx PROGBITS 0000000000000004
44 # MIDDLE-DAG: 0000000000000000 {{.*}} __start_text
45 # MIDDLE-DAG: 0000000000000004 {{.*}} __end_text
46 # MIDDLE-DAG: 0000000000000004 {{.*}} __stack_start
47 # MIDDLE-DAG: 0000000000001008 {{.*}} __stack_end

12345678910>>...120