Home
last modified time | relevance | path

Searched refs:Mid (Results 1 – 25 of 4194) sorted by relevance

12345678910>>...168

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/mb-compressor/
H A Dsc_ms.cfg171 # 0: Mid
247 # 0: Mid
323 # 0: Mid
399 # 0: Mid
475 # 0: Mid
551 # 0: Mid
627 # 0: Mid
703 # 0: Mid
779 # 0: Mid
855 # 0: Mid
[all …]
H A Dms.cfg168 # 0: Mid
241 # 0: Mid
314 # 0: Mid
387 # 0: Mid
460 # 0: Mid
533 # 0: Mid
606 # 0: Mid
679 # 0: Mid
752 # 0: Mid
825 # 0: Mid
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/mb-expander/
H A Dmb-expander-ms.cfg50 # 0: Split Mid
171 # Sidechain mode 0 Mid: 0..3
199 # Expander mode 0 Mid: 0..1
244 # Sidechain mode 1 Mid: 0..3
272 # Expander mode 1 Mid: 0..1
317 # Sidechain mode 2 Mid: 0..3
345 # Expander mode 2 Mid: 0..1
418 # Expander mode 3 Mid: 0..1
491 # Expander mode 4 Mid: 0..1
564 # Expander mode 5 Mid: 0..1
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/res/demo/crossover/
H A Dms.cfg36 # Mid/Side output [boolean]: true/false
63 # Frequency range slope 1 Mid: 0..4
74 # Frequency range slope 2 Mid: 0..4
85 # Frequency range slope 3 Mid: 0..4
96 # Frequency range slope 4 Mid: 0..4
107 # Frequency range slope 5 Mid: 0..4
118 # Frequency range slope 6 Mid: 0..4
129 # Frequency range slope 7 Mid: 0..4
226 # Hue 0 Mid: 0.00000000..1.00000000
238 # Hue 1 Mid: 0.00000000..1.00000000
[all …]
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A DkrySSACommandParser.cpp57 param = param.Mid(i+1); in ParseParameterList()
75 cmd = cmd.Mid(1); in ParseCommandIntoParameters()
95 params.Add(cmd.Mid(2)), cmd = cmd.Left(2); in ParseCommandIntoParameters()
100 params.Add(cmd.Mid(1)), cmd = cmd.Left(1); in ParseCommandIntoParameters()
105 params.Add(cmd.Mid(4)), cmd = cmd.Left(4); in ParseCommandIntoParameters()
110 params.Add(cmd.Mid(2)), cmd = cmd.Left(2); in ParseCommandIntoParameters()
115 params.Add(cmd.Mid(1)), cmd = cmd.Left(1); in ParseCommandIntoParameters()
129 params.Add(cmd.Mid(2)), cmd = cmd.Left(2); in ParseCommandIntoParameters()
134 params.Add(cmd.Mid(2)), cmd = cmd.Left(2); in ParseCommandIntoParameters()
304 str = str.Mid(i+1); in ParseSubtitleString()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/megaco/test/
H A Dmegaco_config_test.erl86 Mid = fake_mid,
178 VerifyCmd(Mid, 1, connections, []),
191 VerifyCmd(Mid, 14, receive_handle,
209 NiceCmd(Mid, 10, auto_ack, true),
210 NiceCmd(Mid, 11, auto_ack, false),
214 NiceCmd(Mid, 15, reply_timer, Int),
216 NiceCmd(Mid, 17, reply_timer, IT),
221 NiceCmd(Mid, 23, reply_data, IT),
252 EvilCmd(Mid, 25, reply_timer, IT2),
253 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp110 value = value.Mid(1); in GetEquals()
169 tag = str.Mid(b+1, e-b-1); in ParseIfStatementValue()
172 if (val) str = str.Mid(0, b) + " 1" + str.Mid(e+1); in ParseIfStatementValue()
173 else str = str.Mid(0, b) + " 0" + str.Mid(e+1); in ParseIfStatementValue()
220 wxString tmpeq = GetEquals(str.Mid(begin, begin2-begin+1), str.Mid(end, end2-end)); in ParseIfStatementValue()
222 str.Mid(end2); in ParseIfStatementValue()
256 if (str.Mid(0, 1) == "!") { in ParseIfStatementValue()
366 output = output.Mid(0, b) + in Process()
389 end = (output.Mid(b)).Find("-->"); in Process()
413 code = output.Mid(b, end); in Process()
[all …]
H A Dprepecho.cpp75 end = (output.Mid(i)).Find("-->"); in Process()
84 tag = output.Mid(i, end); in Process()
92 c = (tag.Mid(10, n-10)).Find(" "); in Process()
95 cname = tag.Mid(10, n); in Process()
102 parms = tag.Mid(n+6, c-n-6); in Process()
105 if (c != -1) parms = parms.Mid(c+1); in Process()
107 if (c != -1) parms = parms.Mid(0, c); in Process()
109 c = (tag.Mid(10, n-10)).Find(" "); in Process()
112 cname = tag.Mid(10, n); in Process()
122 output = (output.Mid(0,i) + tag + output.Mid(i)); in Process()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp110 value = value.Mid(1); in GetEquals()
169 tag = str.Mid(b+1, e-b-1); in ParseIfStatementValue()
172 if (val) str = str.Mid(0, b) + " 1" + str.Mid(e+1); in ParseIfStatementValue()
173 else str = str.Mid(0, b) + " 0" + str.Mid(e+1); in ParseIfStatementValue()
220 wxString tmpeq = GetEquals(str.Mid(begin, begin2-begin+1), str.Mid(end, end2-end)); in ParseIfStatementValue()
222 str.Mid(end2); in ParseIfStatementValue()
256 if (str.Mid(0, 1) == "!") { in ParseIfStatementValue()
366 output = output.Mid(0, b) + in Process()
389 end = (output.Mid(b)).Find("-->"); in Process()
413 code = output.Mid(b, end); in Process()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp110 value = value.Mid(1); in GetEquals()
169 tag = str.Mid(b+1, e-b-1); in ParseIfStatementValue()
172 if (val) str = str.Mid(0, b) + " 1" + str.Mid(e+1); in ParseIfStatementValue()
173 else str = str.Mid(0, b) + " 0" + str.Mid(e+1); in ParseIfStatementValue()
220 wxString tmpeq = GetEquals(str.Mid(begin, begin2-begin+1), str.Mid(end, end2-end)); in ParseIfStatementValue()
222 str.Mid(end2); in ParseIfStatementValue()
256 if (str.Mid(0, 1) == "!") { in ParseIfStatementValue()
366 output = output.Mid(0, b) + in Process()
389 end = (output.Mid(b)).Find("-->"); in Process()
413 code = output.Mid(b, end); in Process()
[all …]
H A Dprepecho.cpp75 end = (output.Mid(i)).Find("-->"); in Process()
84 tag = output.Mid(i, end); in Process()
92 c = (tag.Mid(10, n-10)).Find(" "); in Process()
95 cname = tag.Mid(10, n); in Process()
102 parms = tag.Mid(n+6, c-n-6); in Process()
105 if (c != -1) parms = parms.Mid(c+1); in Process()
107 if (c != -1) parms = parms.Mid(0, c); in Process()
109 c = (tag.Mid(10, n-10)).Find(" "); in Process()
112 cname = tag.Mid(10, n); in Process()
122 output = (output.Mid(0,i) + tag + output.Mid(i)); in Process()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp110 value = value.Mid(1); in GetEquals()
169 tag = str.Mid(b+1, e-b-1); in ParseIfStatementValue()
172 if (val) str = str.Mid(0, b) + " 1" + str.Mid(e+1); in ParseIfStatementValue()
173 else str = str.Mid(0, b) + " 0" + str.Mid(e+1); in ParseIfStatementValue()
220 wxString tmpeq = GetEquals(str.Mid(begin, begin2-begin+1), str.Mid(end, end2-end)); in ParseIfStatementValue()
222 str.Mid(end2); in ParseIfStatementValue()
256 if (str.Mid(0, 1) == "!") { in ParseIfStatementValue()
366 output = output.Mid(0, b) + in Process()
389 end = (output.Mid(b)).Find("-->"); in Process()
413 code = output.Mid(b, end); in Process()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/megaco/test/
H A Dmegaco_config_SUITE.erl202 Mid = fake_mid,
294 VerifyCmd(Mid, 1, connections, []),
307 VerifyCmd(Mid, 14, receive_handle,
325 NiceCmd(Mid, 10, auto_ack, true),
326 NiceCmd(Mid, 11, auto_ack, false),
330 NiceCmd(Mid, 15, reply_timer, Int),
332 NiceCmd(Mid, 17, reply_timer, IT),
337 NiceCmd(Mid, 23, reply_data, IT),
368 EvilCmd(Mid, 25, reply_timer, IT2),
369 EvilCmd(Mid, 26, reply_timer, IT3),
[all …]
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dcmessagehandler.cpp1083 s = s.Mid(4); in ParseSearch()
1497 pos = sContent.Mid(last+1); in ParseGet()
1502 size = sContent.Mid(last+1); in ParseGet()
1678 s = sContent.Mid(i,i1-i); in ParseSupports()
1847 name = sContent.Mid(i2+1); in ParseUserCommand()
1968 s = s.Mid(0, i); in ParseADCGet()
1972 s = s.Mid(0, i); in ParseADCGet()
1976 msg->m_sTTH = s.Mid(4); in ParseADCGet()
2033 s = s.Mid(0, i); in ParseADCSnd()
2037 s = s.Mid(0, i); in ParseADCSnd()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DTTYScroll.cpp86 if(ls.Mid(0, 7) == _T("<GREEN>") ){ in OnDraw()
88 lss = ls.Mid(7); in OnDraw()
90 else if(ls.Mid(0, 7) == _T("<GOLD>") ){ in OnDraw()
92 lss = ls.Mid(7); in OnDraw()
96 lss = ls.Mid(6); in OnDraw()
98 else if(ls.Mid(0, 5) == _T("<RED>") ){ in OnDraw()
100 lss = ls.Mid(5); in OnDraw()
104 lss = ls.Mid(7); in OnDraw()
108 lss = ls.Mid(8); in OnDraw()
112 lss = ls.Mid(8); in OnDraw()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-imager.adb198 Lo, Mid, Hi : Natural; variable
245 Mid := Mid + 1;
250 Lo := Mid + 1;
256 Mid := Mid - 1;
261 Hi := Mid - 1;
270 Scale := Scale + Mid;
310 Mid := Mid - 1;
314 Hi := Mid - 1;
321 Mid := Mid + 1;
325 Lo := Mid + 1;
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/palettes/
H A DUbuntu.gpl42 94 39 80 Mid aubergine
43 110 61 98 Mid aubergine 90%
44 126 82 115 Mid aubergine 80%
45 142 104 133 Mid aubergine 70%
46 158 125 150 Mid aubergine 60%
47 175 147 168 Mid aubergine 50%
48 183 158 176 Mid aubergine 45%
49 191 169 185 Mid aubergine 40%
50 199 179 194 Mid aubergine 35%
51 207 190 203 Mid aubergine 30%
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/misc/
H A Dhipe_segment_trees.erl31 -define(NODE(Left, Right, Mid, Segments), {Left, Right, Mid, Segments}).
94 ?NODE(Left0, Right0, Mid, Segments)) ->
96 ?NODE(Left0, Right0, Mid, [I|Segments]);
103 true -> insert_interval(I, Int, Mid+1, NHi, Right0);
106 ?NODE(Left, Right, Mid, Segments)
118 Mid, Segs);
122 build_squash_node(Left, Right, Mid, Segs) ->
123 ?NODE(Left, Right, Mid, Segs).
154 ?NODE(Left0, Right0, Mid, delete_2(Segments, I));
161 true -> delete_1(I, Lo, Hi, Mid+1, NHi, Right0);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/misc/
H A Dhipe_segment_trees.erl31 -define(NODE(Left, Right, Mid, Segments), {Left, Right, Mid, Segments}).
94 ?NODE(Left0, Right0, Mid, Segments)) ->
96 ?NODE(Left0, Right0, Mid, [I|Segments]);
103 true -> insert_interval(I, Int, Mid+1, NHi, Right0);
106 ?NODE(Left, Right, Mid, Segments)
118 Mid, Segs);
122 build_squash_node(Left, Right, Mid, Segs) ->
123 ?NODE(Left, Right, Mid, Segs).
154 ?NODE(Left0, Right0, Mid, delete_2(Segments, I));
161 true -> delete_1(I, Lo, Hi, Mid+1, NHi, Right0);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/misc/
H A Dhipe_segment_trees.erl31 -define(NODE(Left, Right, Mid, Segments), {Left, Right, Mid, Segments}).
94 ?NODE(Left0, Right0, Mid, Segments)) ->
96 ?NODE(Left0, Right0, Mid, [I|Segments]);
103 true -> insert_interval(I, Int, Mid+1, NHi, Right0);
106 ?NODE(Left, Right, Mid, Segments)
118 Mid, Segs);
122 build_squash_node(Left, Right, Mid, Segs) ->
123 ?NODE(Left, Right, Mid, Segs).
154 ?NODE(Left0, Right0, Mid, delete_2(Segments, I));
161 true -> delete_1(I, Lo, Hi, Mid+1, NHi, Right0);
[all …]

12345678910>>...168