Home
last modified time | relevance | path

Searched refs:Dots (Results 1 – 25 of 1963) sorted by relevance

12345678910>>...79

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl181 erl_352_test(PrefixLen, SuffixLen, Dots) ->
188 check_leading(StrM, "", PrefixM, SuffixM, Dots),
194 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
198 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
202 case lists:member(leading, Dots) of
207 Suffix, Dots)
214 Suffix, Dots)
218 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
220 case lists:member(trailing, Dots) of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl181 erl_352_test(PrefixLen, SuffixLen, Dots) ->
188 check_leading(StrM, "", PrefixM, SuffixM, Dots),
194 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
198 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
202 case lists:member(leading, Dots) of
207 Suffix, Dots)
214 Suffix, Dots)
218 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
220 case lists:member(trailing, Dots) of
/dports/graphics/urt/urt-3.1b1_12/tools/clock/
H A DrleClock.c118 int Dots = DOTS; variable
201 YRadius = (YClockSize - Dots) / 2;
202 XRadius = (XSize - Dots) / 2;
203 YSize = YClockSize + YTextSize + Dots + Dots;
854 xsize = CHARPAD+Dots; in drawText()
860 if (ysize < (max - min)+Dots) { in drawText()
861 ysize = max - min+Dots; in drawText()
880 …lineDots(curx, YClockSize + Dots + 1 + cury, x, YClockSize + Dots + 1 + y, setDot, RAST_TEXT, Dots in drawText()
893 if (y+Dots > YSize) { in drawText()
894 y = YSize-Dots; in drawText()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl184 erl_352_test(PrefixLen, SuffixLen, Dots) ->
191 check_leading(StrM, "", PrefixM, SuffixM, Dots),
197 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
201 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
205 case lists:member(leading, Dots) of
210 Suffix, Dots)
217 Suffix, Dots)
221 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
223 case lists:member(trailing, Dots) of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl184 erl_352_test(PrefixLen, SuffixLen, Dots) ->
191 check_leading(StrM, "", PrefixM, SuffixM, Dots),
197 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
201 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
205 case lists:member(leading, Dots) of
210 Suffix, Dots)
217 Suffix, Dots)
221 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
223 case lists:member(trailing, Dots) of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl184 erl_352_test(PrefixLen, SuffixLen, Dots) ->
191 check_leading(StrM, "", PrefixM, SuffixM, Dots),
197 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
201 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
205 case lists:member(leading, Dots) of
210 Suffix, Dots)
217 Suffix, Dots)
221 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
223 case lists:member(trailing, Dots) of
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl184 erl_352_test(PrefixLen, SuffixLen, Dots) ->
191 check_leading(StrM, "", PrefixM, SuffixM, Dots),
197 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
201 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
205 case lists:member(leading, Dots) of
210 Suffix, Dots)
217 Suffix, Dots)
221 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
223 case lists:member(trailing, Dots) of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Dedlin_expand_SUITE.erl184 erl_352_test(PrefixLen, SuffixLen, Dots) ->
191 check_leading(StrM, "", PrefixM, SuffixM, Dots),
197 true = check_leading(StrF, "/1", PrefixF, SuffixF, Dots),
201 check_leading(FormStr, ArityStr, Prefix, Suffix, Dots) ->
205 case lists:member(leading, Dots) of
210 Suffix, Dots)
217 Suffix, Dots)
221 check_trailing([I|Str], ArityStr, Suffix, Dots) ->
223 case lists:member(trailing, Dots) of
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx303 if( aLineDash.Dots == 0 ) in getDashStyle()
313 else if( aLineDash.Dots == 1 ) in getDashStyle()
332 else if( aLineDash.Dots == 2 ) in getDashStyle()
359 aLineDash.Dots = 1; in setDashStyle()
366 aLineDash.Dots = 1; in setDashStyle()
373 aLineDash.Dots = 0; in setDashStyle()
380 aLineDash.Dots = 2; in setDashStyle()
387 aLineDash.Dots = 0; in setDashStyle()
394 aLineDash.Dots = 1; in setDashStyle()
401 aLineDash.Dots = 1; in setDashStyle()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/renderspecial/
H A DDotsRenderer.java31 import org.jmol.shapespecial.Dots;
57 screenLevel = Dots.MAX_LEVEL; in initRenderer()
58 screenDotCount = Geodesic.getVertexCount(Dots.MAX_LEVEL); in initRenderer()
64 render1((Dots) shape); in render()
68 protected void render1(Dots dots) { in render1()
77 screenLevel = Math.max(Math.min(screenLevel, Dots.MAX_LEVEL), 0); in render1()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx301 if( aLineDash.Dots == 0 ) in getDashStyle()
311 else if( aLineDash.Dots == 1 ) in getDashStyle()
330 else if( aLineDash.Dots == 2 ) in getDashStyle()
357 aLineDash.Dots = 1; in setDashStyle()
364 aLineDash.Dots = 1; in setDashStyle()
371 aLineDash.Dots = 0; in setDashStyle()
378 aLineDash.Dots = 2; in setDashStyle()
385 aLineDash.Dots = 0; in setDashStyle()
392 aLineDash.Dots = 1; in setDashStyle()
399 aLineDash.Dots = 1; in setDashStyle()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dedlin_expand.erl107 {S1, Dots} = format_col(lists:sort(L), []),
108 S = case Dots of
128 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
129 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
130 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
136 false -> {H0, Dots}
140 format_col([], _, _, Acc, _LL, Dots) ->
141 {lists:reverse(Acc, "\n"), Dots}.
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dedlin_expand.erl107 {S1, Dots} = format_col(lists:sort(L), []),
108 S = case Dots of
128 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
129 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
130 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
136 false -> {H0, Dots}
140 format_col([], _, _, Acc, _LL, Dots) ->
141 {lists:reverse(Acc, "\n"), Dots}.
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Ddotcode.c77 if (Dots[(y * Wid) + x] == '1') { in get_dot()
88 if (get_dot(Dots, Hgt, Wid, x, y)) { in clr_col()
99 if (get_dot(Dots, Hgt, Wid, x, y)) { in clr_row()
112 if (clr_col(Dots, Hgt, Wid, x)) { in col_penalty()
134 if (clr_row(Dots, Hgt, Wid, y)) { in row_penalty()
160 penalty = row_penalty(Dots, Hgt, Wid) + col_penalty(Dots, Hgt, Wid); in score_array()
168 if (get_dot(Dots, Hgt, Wid, x, 0)) { in score_array()
189 if (get_dot(Dots, Hgt, Wid, x, Hgt - 1)) { in score_array()
213 if (get_dot(Dots, Hgt, Wid, 0, y)) { in score_array()
237 if (get_dot(Dots, Hgt, Wid, Wid - 1, y)) { in score_array()
[all …]
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Ddot-dot-count-override.ly5 for @code{Dots} can be modified by the user."
11 \override Dots.dot-count = #4
13 \override Dots.dot-count = #0
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Ddot-dot-count-override.ly5 for @code{Dots} can be modified by the user."
11 \override Dots.dot-count = #4
13 \override Dots.dot-count = #0
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dedlin_expand.erl145 {S1, Dots} = format_col(lists:sort(L), []),
146 S = case Dots of
166 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
167 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
168 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
174 false -> {H0, Dots}
178 format_col([], _, _, Acc, _LL, Dots) ->
179 {lists:reverse(Acc, "\n"), Dots}.
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl145 {S1, Dots} = format_col(lists:sort(L), []),
146 S = case Dots of
166 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
167 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
168 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
174 false -> {H0, Dots}
178 format_col([], _, _, Acc, _LL, Dots) ->
179 {lists:reverse(Acc, "\n"), Dots}.
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl145 {S1, Dots} = format_col(lists:sort(L), []),
146 S = case Dots of
166 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
167 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
168 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
174 false -> {H0, Dots}
178 format_col([], _, _, Acc, _LL, Dots) ->
179 {lists:reverse(Acc, "\n"), Dots}.
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl145 {S1, Dots} = format_col(lists:sort(L), []),
146 S = case Dots of
166 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
167 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
168 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
174 false -> {H0, Dots}
178 format_col([], _, _, Acc, _LL, Dots) ->
179 {lists:reverse(Acc, "\n"), Dots}.
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dedlin_expand.erl145 {S1, Dots} = format_col(lists:sort(L), []),
146 S = case Dots of
166 format_col(X, Width, Len, Acc, LL, Dots) when Width + Len > LL ->
167 format_col(X, Width, 0, ["\n" | Acc], LL, Dots);
168 format_col([A|T], Width, Len, Acc0, LL, Dots) ->
174 false -> {H0, Dots}
178 format_col([], _, _, Acc, _LL, Dots) ->
179 {lists:reverse(Acc, "\n"), Dots}.
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Ddotcode.c73 if (Dots[(y * Wid) + x] == '1') { in get_dot()
84 if (get_dot(Dots, Hgt, Wid, x, y)) { in clr_col()
95 if (get_dot(Dots, Hgt, Wid, x, y)) { in clr_row()
104 const int score_array(char Dots[], int Hgt, int Wid) { in score_array() argument
114 if (!(clr_col(Dots, Hgt, Wid, x))) { in score_array()
134 if (!(clr_row(Dots, Hgt, Wid, y))) { in score_array()
158 if (get_dot(Dots, Hgt, Wid, x, 0)) { in score_array()
174 if (get_dot(Dots, Hgt, Wid, x, Hgt - 1)) { in score_array()
193 if (get_dot(Dots, Hgt, Wid, 0, y)) { in score_array()
212 if (get_dot(Dots, Hgt, Wid, Wid - 1, y)) { in score_array()
[all …]
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/ofl/ralewaydots/
H A DMETADATA.pb1 name: "Raleway Dots"
7 name: "Raleway Dots"
12 full_name: "Raleway Dots"
/dports/x11-fonts/google-fonts/fonts-88b06a0c39a81a8b6e5ecf7f1ba2ff9273d29167/ofl/ralewaydots/
H A DMETADATA.pb1 name: "Raleway Dots"
7 name: "Raleway Dots"
12 full_name: "Raleway Dots"
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/criterion-plot-0.4.4/src/
H A Dcurve.rs158 Dots { enumerator
204 Curve::Dots { .. } => Style::Dots, in style()
216 Dots, enumerator
227 Style::Dots => "dots", in display()
252 Curve::Dots { x, y } in plot()

12345678910>>...79