Home
last modified time | relevance | path

Searched refs:Dashes (Results 1 – 25 of 965) sorted by relevance

12345678910>>...39

/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dcairo.adb37 Dashes : Dash_Array;
42 Dashes : System.Address;
47 Len : constant Natural := Dashes'Length;
52 C_Set_Dash (Cr, Dashes (Dashes'First)'Address, Dashes'Length, Offset);
62 Dashes : out Dash_Array_Access;
67 Dashes : System.Address;
76 Dashes := null;
80 Dashes := new Dash_Array (1 .. Count);
82 C_Get_Dash (Cr, Dashes (Dashes'First)'Address, G'Access);
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dcairo.adb42 Dashes : Dash_Array;
47 Dashes : System.Address;
52 Len : constant Natural := Dashes'Length;
57 C_Set_Dash (Cr, Dashes (Dashes'First)'Address, Dashes'Length, Offset);
67 Dashes : out Dash_Array_Access;
72 Dashes : System.Address;
81 Dashes := null;
85 Dashes := new Dash_Array (1 .. Count);
87 C_Get_Dash (Cr, Dashes (Dashes'First)'Address, G'Access);
/dports/editors/lazarus/lazarus/test/lcltests/
H A Dtestpen.pas46 Dashes: array[0..3] of DWord = (1, 1, 1, 1);
58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
63 SizeOf(TExtLogPen) + (Length(Dashes) - 1) * SizeOf(DWord), DataSize);
72 AssertEquals('Pen Dashes Count is not equal', Length(Dashes), ExtPen^.elpNumEntries);
73 …AssertTrue('Pen Dashes are not equal', CompareDWord(Dashes[0], ExtPen^.elpStyleEntry[0], ExtPen^.e…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/lcltests/
H A Dtestpen.pas46 Dashes: array[0..3] of DWord = (1, 1, 1, 1);
58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
63 SizeOf(TExtLogPen) + (Length(Dashes) - 1) * SizeOf(DWord), DataSize);
72 AssertEquals('Pen Dashes Count is not equal', Length(Dashes), ExtPen^.elpNumEntries);
73 …AssertTrue('Pen Dashes are not equal', CompareDWord(Dashes[0], ExtPen^.elpStyleEntry[0], ExtPen^.e…
/dports/editors/lazarus-qt5/lazarus/test/lcltests/
H A Dtestpen.pas46 Dashes: array[0..3] of DWord = (1, 1, 1, 1);
58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
63 SizeOf(TExtLogPen) + (Length(Dashes) - 1) * SizeOf(DWord), DataSize);
72 AssertEquals('Pen Dashes Count is not equal', Length(Dashes), ExtPen^.elpNumEntries);
73 …AssertTrue('Pen Dashes are not equal', CompareDWord(Dashes[0], ExtPen^.elpStyleEntry[0], ExtPen^.e…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/test/lcltests/
H A Dtestpen.pas46 Dashes: array[0..3] of DWord = (1, 1, 1, 1);
58 Pen := ExtCreatePen(PenStyle, PenWidth, lb, Length(Dashes), @Dashes);
63 SizeOf(TExtLogPen) + (Length(Dashes) - 1) * SizeOf(DWord), DataSize);
72 AssertEquals('Pen Dashes Count is not equal', Length(Dashes), ExtPen^.elpNumEntries);
73 …AssertTrue('Pen Dashes are not equal', CompareDWord(Dashes[0], ExtPen^.elpStyleEntry[0], ExtPen^.e…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx320 if( aLineDash.Dashes == 0 ) in getDashStyle()
361 aLineDash.Dashes = 1; in setDashStyle()
368 aLineDash.Dashes = 1; in setDashStyle()
375 aLineDash.Dashes = 1; in setDashStyle()
382 aLineDash.Dashes = 1; in setDashStyle()
389 aLineDash.Dashes = 1; in setDashStyle()
396 aLineDash.Dashes = 0; in setDashStyle()
403 aLineDash.Dashes = 0; in setDashStyle()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbalineformat.cxx318 if( aLineDash.Dashes == 0 ) in getDashStyle()
359 aLineDash.Dashes = 1; in setDashStyle()
366 aLineDash.Dashes = 1; in setDashStyle()
373 aLineDash.Dashes = 1; in setDashStyle()
380 aLineDash.Dashes = 1; in setDashStyle()
387 aLineDash.Dashes = 1; in setDashStyle()
394 aLineDash.Dashes = 0; in setDashStyle()
401 aLineDash.Dashes = 0; in setDashStyle()
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/packages/
H A Dio.cpkg554 Dashes := sum(NewList(sum(Spaces)+len(Spaces)-1,"-"));
55 PrintLn Dashes;
61 PrintLn Dashes;
68 PrintLn Dashes;
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A Dio.cpkg554 Dashes := sum(NewList(sum(Spaces)+len(Spaces)-1,"-"));
55 PrintLn Dashes;
61 PrintLn Dashes;
68 PrintLn Dashes;
/dports/devel/p5-MooseX-Getopt/MooseX-Getopt-0.75/t/
H A D114_init_arg.t29 package Test::Dashes;
31 with 'MooseX::Getopt::Dashes';
38 my $obj = Test::Dashes->new_with_options(
/dports/math/py-matplotlib/matplotlib-3.4.3/src/
H A D_backend_agg_basic_types.h28 class Dashes
70 typedef std::vector<Dashes> DashesVector;
106 Dashes dashes;
/dports/math/py-matplotlib2/matplotlib-2.2.4/src/
H A D_backend_agg_basic_types.h28 class Dashes
70 typedef std::vector<Dashes> DashesVector;
106 Dashes dashes;
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DDashStyle.cxx70 aLineDash.Dashes = 0; in importXML()
124 aLineDash.Dashes = static_cast<sal_Int16>(aIter.toInt32()); in importXML()
243 if( aLineDash.Dashes ) in exportXML()
245 rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_DOTS2, OUString::number( aLineDash.Dashes ) ); in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DDashStyle.cxx96 aLineDash.Dashes = 0; in importXML()
153 aLineDash.Dashes = static_cast<sal_Int16>(rStrValue.toInt32()); in importXML()
268 if( aLineDash.Dashes ) in exportXML()
270 … rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_DOTS2, OUString::number( aLineDash.Dashes ) ); in exportXML()
/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DPasswordGenerator.h39 Dashes = (1 << 6), enumerator
42 SpecialCharacters = Braces | Punctuation | Quotes | Dashes | Math | Logograms,
/dports/devel/bit/bit-1.1.2/vendor/github.com/chriswalz/complete/v3/internal/arg/
H A Darg.go21 Dashes string member
104 a.Dashes = a.Text[:dahsI]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dlineproperties.cxx49 orLineDash.Dashes = nDashes; in lclSetDashData()
102 orLineDash.Dashes = rCustomDash.size() - orLineDash.Dots; in lclConvertCustomDash()
103 if (orLineDash.Dashes > 0) in lclConvertCustomDash()
122 sal_uInt16 nDashes = orLineDash.Dashes; in lclRecoverStandardDashStyles()
143 orLineDash.Dashes = 1; in lclRecoverStandardDashStyles()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dlineproperties.cxx53 orLineDash.Dashes = nDashes; in lclSetDashData()
106 orLineDash.Dashes = rCustomDash.size() - orLineDash.Dots; in lclConvertCustomDash()
107 if (orLineDash.Dashes > 0) in lclConvertCustomDash()
126 sal_uInt16 nDashes = orLineDash.Dashes; in lclRecoverStandardDashStyles()
147 orLineDash.Dashes = 1; in lclRecoverStandardDashStyles()
/dports/textproc/p5-Text-Markdown/Text-Markdown-1.000031/t/docs-pythonmarkdown2-tm-cases-pass/
H A Dhr.text1 Dashes:
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/t/docs-pythonmarkdown2-tm-cases-pass/
H A Dhr.text1 Dashes:
/dports/textproc/py-markdown2/markdown2-2.3.6/test/tm-cases/
H A Dhr.text1 Dashes:
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/tests/testthat/shiny-rmds/
H A Dshiny-rmd-dashes.Rmd2 title: Shiny R Markdown with Dashes
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpegraphicsitem.cpp39 static QVector<qreal> Dashes; variable
56 if (Dashes.isEmpty()) { in PEGraphicsItem()
57 Dashes << DashLength << DashLength; in PEGraphicsItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/liblouis/src/tests/braille-specs/
H A Dlt-6dot_harness.yaml20 …- - Dashes and hyphens # Not very visible, but the first and third dashes is en-dashes, the last o…
57 - - Dashes and hyphens # Not very visible, but the first and third dashes is en-dashes.

12345678910>>...39