Home
last modified time | relevance | path

Searched refs:Dash (Results 1 – 25 of 3581) sorted by relevance

12345678910>>...144

/dports/graphics/drawpile/Drawpile-2.1.20/desktop/palettes/
H A DPonies.gpl5 134 204 255 Rainbow Dash (body)
6 111 183 243 Rainbow Dash (outline)
7 184 9 98 Rainbow Dash (eye)
8 255 102 85 Rainbow Dash (mane)
9 255 135 59 Rainbow Dash (mane)
10 255 244 163 Rainbow Dash (mane)
11 100 190 83 Rainbow Dash (mane)
13 125 78 162 Rainbow Dash (mane)
14 255 255 255 Rainbow Dash (cutie mark)
15 0 147 208 Rainbow Dash (cutie mark)
[all …]
/dports/print/libmspub01/libmspub-0.1.4/src/lib/
H A DDash.cpp28 bool operator==(const Dash &lhs, const Dash &rhs) in operator ==()
56 return Dash(0, RECT_DOT); in getDash()
59 Dash ret(shapeLineWidth, dotStyle); in getDash()
65 Dash ret(shapeLineWidth, dotStyle); in getDash()
71 Dash ret(shapeLineWidth, dotStyle); in getDash()
78 Dash ret(shapeLineWidth, dotStyle); in getDash()
85 Dash ret(3 * shapeLineWidth, dotStyle); in getDash()
91 Dash ret(3 * shapeLineWidth, dotStyle); in getDash()
97 Dash ret(3 * shapeLineWidth, dotStyle); in getDash()
103 Dash ret(3 * shapeLineWidth, dotStyle); in getDash()
[all …]
H A DDash.h49 struct Dash struct
54 Dash(double distance, DotStyle dotStyle) : m_distance(distance), in Dash() argument
61 bool operator==(const Dash &lhs, const Dash &rhs);
62 Dash getDash(MSPUBDashStyle style, unsigned shapeLineWidthInEmu,
/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/addons/
H A Dacadctb.rst305 Dash Dot 3
306 Short Dash 4
307 Medium Dash 5
308 Long Dash 6
309 Short Dash x2 7
310 Medium Dash x2 8
313 Medium Dash Short Dash Short Dash 11
314 Long Dash Short Dash 12
317 Medium Dash Dot Short Dash Dot 15
325 ISO Long Dash Short Dash 23
[all …]
/dports/devel/upp/upp/examples/PainterExamples/
H A DDash.cpp3 void Dash(Painter& sw) in Dash() function
5 sw.Move(50, 50).Line(400, 200).Dash("2").Stroke(5, Blue()); in Dash()
7 sw.Move(50, 50).Line(400, 200).Dash("10 5").Stroke(5, Blue()); in Dash()
9 sw.Move(50, 50).Line(400, 200).Dash("10 5 5 5").Stroke(5, Blue()); in Dash()
11 sw.Move(50, 50).Line(400, 200).Dash("1").Stroke(5, Blue()); in Dash()
13 sw.Move(50, 50).Line(400, 200).Dash("1 2 3 4 5").Stroke(5, Blue()); in Dash()
17 RegisterExample("Dash test", Dash);
/dports/graphics/box/box-0.4.0/libs/g/
H A Doldstyle.box20 OldStyle.Border.Dash = Void
21 ([)@OldStyle.Border.Dash "style_border_dash_begin" ?
22 Real@OldStyle.Border.Dash "style_border_dash_real" ?
23 (;)@OldStyle.Border.Dash "style_border_dash_pause" ?
24 (])@OldStyle.Border.Dash "style_border_dash_end" ?
38 .Dash[i = 0, n = Num[$.border.dash.dashes]
H A Dstyle.box29 Dash = ++((Int semicolon,) have, Real offset, Obj dashes)
31 (.[)@Dash[.have.semicolon = 0, .offset = 0.0]
33 ///Intro: before the semicolon (e.g ``Dash[1.0, 2.0; ...]``
38 Real@Dash[If[$$ .have.semicolon], .offset = $, Else, \ .dashes[$]]
42 (;)@Dash[If[$$.have.semicolon], Fail["Dash already got a semicolon"]
45 ///Intro: add the graphic commands encoding a ``Dash`` object.
46 Dash@CmdStream[
169 Dash@Border[.dash = $, .have.dash = 1]
321 Style.Border.Dash = Void
322 Real@Style.Border.Dash[
[all …]
/dports/devel/dash.el/dash.el-2.19.1/
H A Ddash-template.texi5 @settitle Dash: A modern list library for GNU Emacs.
11 This manual is for Dash version @value{DASHVER}.
31 @title Dash Manual
32 @subtitle For Dash Version @value{DASHVER}.
43 @top Dash
49 * Installation:: Installing and configuring Dash.
50 * Functions:: Dash API reference.
90 Install the Dash library.
123 fontifies calls to Dash macros.
142 enable the same for Dash symbols, use the command
[all …]
/dports/cad/py-phidl/phidl-1.0.1/docs/_static/
H A Ddash.rst4 Dash integration
6Dash <https://kapeli.com/dash>`_, a tool for searching APIs. It integrates with other programs, so…
9 :alt: phidl in Dash
13 ``phidl`` in Dash
15 First, install Dash.app from the website.
21 Next, build the documentation. Finally, install it into Dash.app with::
28 … in the code docstrings will end up formatted nicely on this site (and in Dash.app); however, it h…
/dports/devel/tcllib/tcllib-1.20/modules/doctools/mpformats/
H A Didx.markdown135 Text "[VBar][Dash][Dash][Dash][VBar][Dash][Dash][Dash][VBar]\n"
158 Text [Dash][Dash][Dash][Dash]
/dports/devel/tcllibc/tcllib-1.20/modules/doctools/mpformats/
H A Didx.markdown135 Text "[VBar][Dash][Dash][Dash][VBar][Dash][Dash][Dash][VBar]\n"
158 Text [Dash][Dash][Dash][Dash]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/Formatting/Parsers/
H A DMimeMultipartParser.cs20 private const byte Dash = 0x2D; field in System.Net.Http.Formatting.Parsers.MimeMultipartParser
267 if (buffer[bytesConsumed] != MimeMultipartParser.Dash) in ParseBodyPart()
280 currentBodyPart.AppendBoundary(MimeMultipartParser.Dash); in ParseBodyPart()
292 if (buffer[bytesConsumed] != MimeMultipartParser.Dash) in ParseBodyPart()
305 currentBodyPart.AppendBoundary(MimeMultipartParser.Dash); in ParseBodyPart()
431 _referenceBoundary[2] = MimeMultipartParser.Dash; in CurrentBodyPartStore()
432 _referenceBoundary[3] = MimeMultipartParser.Dash; in CurrentBodyPartStore()
568 if (_boundary[cnt] == MimeMultipartParser.Dash && in IsBoundaryValid()
569 _boundary[cnt + 1] == MimeMultipartParser.Dash) in IsBoundaryValid()
/dports/graphics/fig2sxd/fig2sxd-edae2efd428623ac22aec06bdec572fc45c368f3/
H A Dstyle_line.cpp35 struct Dash { struct
38 Dash( int ls, int sv ) : line_style( ls ), style_val( sv ) { } in Dash() function
39 bool operator<(Dash const& other) const;
43 set<Dash> written_dashes;
45 string Dash::GetNameAndWrite(Node& out) const in GetNameAndWrite()
204 Dash dash( line_style, int(style_val) ); in write()
299 bool Dash::operator<(Dash const& o) const in operator <()
/dports/deskutils/gnome-shell-extension-dashtopanel/dash-to-panel-45/.github/ISSUE_TEMPLATE/
H A Dbug_report.md11 - Confirm that the problem persists when Dash-to-Panel is the only enabled extension. To do so, dis…
12 - Look for Dash-to-Panel errors in your log. To do so, run the `journalctl /usr/bin/gnome-shell -f …
24 **Dash-to-Panel version**
25 This can be seen in the Dash-to-Panel Settings in the About tab.
27 **Where was Dash-to-Panel installed from?**
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Memory/src/System/Buffers/Text/Utf8Formatter/
H A DUtf8Formatter.Guid.cs19 private const byte Dash = (byte)'-'; field in System.Buffers.Text.Utf8Formatter
128 buffer[8] = Dash; in TryFormat()
142 buffer[4] = Dash; in TryFormat()
156 buffer[4] = Dash; in TryFormat()
170 buffer[4] = Dash; in TryFormat()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/dash/
H A DREADME.md1 # Dash plugin
3 This plugin adds command line functionality for [Dash](https://kapeli.com/dash),
4 an API Documentation Browser for macOS. This plugin requires Dash to be installed
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Ddgewr.F100 Character*(MaxStr) CLFmt, DFmt, Dash
196 Dash(i:i) = '-'
198 Write (LUN, 9100) Dash(:Min(LinWid-2, LLen, MaxStr))
202 Write (LUN, 9100) Dash(:Min(LinWid-2, LLen, MaxStr))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Ddgewr.F100 Character*(MaxStr) CLFmt, DFmt, Dash
196 Dash(i:i) = '-'
198 Write (LUN, 9100) Dash(:Min(LinWid-2, LLen, MaxStr))
202 Write (LUN, 9100) Dash(:Min(LinWid-2, LLen, MaxStr))
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/grc/
H A Dqtgui_time_sink_x.block.yml193 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
268 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
346 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
424 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
502 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
580 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
658 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
736 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
814 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
892 option_labels: ['Solid','Dash','Dots','Dash-Dot','Dash-Dot-Dot']
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/
H A Dexamples_paint.properties90 linestyle.Dash.label = Dashed Line
91 linestyle.Dash.tooltip = Dashed line style
92 linestyle.Dash.image = linestyle_dash.gif
93 linestyle.Dash.description = Select Dashed Line style.
95 linestyle.DashDot.label = Dash-Dot Line
96 linestyle.DashDot.tooltip = Dash-Dot line style
98 linestyle.DashDot.description = Select Dash-Dot Line style.
/dports/devel/nlohmann-json/json-3.10.4/doc/docset/
H A DREADME.md4 documentation browsers like [Dash](https://kapeli.com/dash), [Velocity](https://velocity.silverlake…
15 A recent version is also part of the [Dash user contributions](https://github.com/Kapeli/Dash-User-…
/dports/devel/pcre2/pcre2-35fee41/maint/ucptestdata/
H A Dtestoutput272 U+002D Punctuation: Dash punctuation, Common, Other
73 U+058A Punctuation: Dash punctuation, Armenian, Other
74 U+05BE Punctuation: Dash punctuation, Hebrew, Other
76 U+1806 Punctuation: Dash punctuation, Mongolian, Other
77 U+2010..U+2015 Punctuation: Dash punctuation, Common, Other
78 U+2E17 Punctuation: Dash punctuation, Common, Other
79 U+2E1A Punctuation: Dash punctuation, Common, Other
80 U+2E3A..U+2E3B Punctuation: Dash punctuation, Common, Other
81 U+2E40 Punctuation: Dash punctuation, Common, Other
82 U+2E5D Punctuation: Dash punctuation, Common, Other
[all …]
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dtab1_Basic.cpp17 .Dash("").MarkColor(Red()).Fill().Opacity(0.5).MarkBorderColor(); in Init()
25 …scatter.AddSeries(s4x, s4y).Legend("Series 4").PlotStyle<StaggeredSeriesPlot>().Dash("").NoMark().… in Init()
33 …scatter.AddSeries(s5).Legend("Series 5").PlotStyle<BarSeriesPlot>().BarWidth(barWidth).Dash("").No… in Init()
H A Dtab8_Secondary.cpp14 ….PlotStyle<BarSeriesPlot>().BarWidth(barWidth).NoMark().Stroke(2, Gray()).Dash(LINE_SOLID).Fill(Lt… in Init()
17 …scatter.AddSeries(s1).Legend("Temperature").Units("ºC").Stroke(3, Null).Dash(LINE_DASHED).MarkStyl… in Init()
20 …scatter.AddSeries(s2).Legend("Pressure").Units("mBar").Stroke(3, Null).Dash("15 6 6 6 3 6 6 6").Se… in Init()
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dextractor.go18 Dash *models.Dashboard member
27 Dash: dash,
127 if e.Dash != nil {
128 ve.DashboardID = e.Dash.Id
154 DashboardId: e.Dash.Id,
234 dashboardJSON, err := copyJSON(e.Dash.Data)

12345678910>>...144