Home
last modified time | relevance | path

Searched refs:getStyle (Results 1 – 25 of 3795) sorted by relevance

12345678910>>...152

/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/Handler/
H A DFieldFieldTest.php260 $this->assertEqual('1', $executable->getStyle()->getField(0, 'id'));
262 $this->assertEqual('2', $executable->getStyle()->getField(1, 'id'));
266 $this->assertEqual('3', $executable->getStyle()->getField(2, 'id'));
268 $this->assertEqual('4', $executable->getStyle()->getField(3, 'id'));
270 $this->assertEqual('5', $executable->getStyle()->getField(4, 'id'));
451 $this->assertEqual('1', $executable->getStyle()->getField(0, 'id'));
456 $this->assertEqual('1', $executable->getStyle()->getField(1, 'id'));
461 $this->assertEqual('1', $executable->getStyle()->getField(2, 'id'));
466 $this->assertEqual('2', $executable->getStyle()->getField(3, 'id'));
509 $this->assertEqual('1', $executable->getStyle()->getField(0, 'id'));
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/Handler/
H A DFieldFieldTest.php260 $this->assertEquals('1', $executable->getStyle()->getField(0, 'id'));
262 $this->assertEquals('2', $executable->getStyle()->getField(1, 'id'));
266 $this->assertEquals('3', $executable->getStyle()->getField(2, 'id'));
268 $this->assertEquals('4', $executable->getStyle()->getField(3, 'id'));
270 $this->assertEquals('5', $executable->getStyle()->getField(4, 'id'));
451 $this->assertEquals('1', $executable->getStyle()->getField(0, 'id'));
456 $this->assertEquals('1', $executable->getStyle()->getField(1, 'id'));
461 $this->assertEquals('1', $executable->getStyle()->getField(2, 'id'));
466 $this->assertEquals('2', $executable->getStyle()->getField(3, 'id'));
509 $this->assertEquals('1', $executable->getStyle()->getField(0, 'id'));
[all …]
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dimage.cc210 requisition->ascent += getStyle()->boxOffsetY (); in sizeRequestImpl()
224 dx = getStyle()->boxDiffWidth (); in sizeAllocateImpl()
225 dy = getStyle()->boxDiffHeight (); in sizeAllocateImpl()
228 getStyle()->boxOffsetY(), getStyle()->boxRestHeight(), buffer); in sizeAllocateImpl()
253 currLink = getStyle()->x_link; in enterNotifyImpl()
323 getStyle()->x_link; in buttonPressImpl()
338 getStyle()->x_link; in buttonReleaseImpl()
357 dx = getStyle()->boxOffsetX (); in draw()
358 dy = getStyle()->boxOffsetY (); in draw()
383 getStyle()->font->ascent + getStyle()->font->descent)) { in draw()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_custom_StyledText.java2928 new StyleRange[] {getStyle(0,5,RED,RED), getStyle(5,5,YELLOW,YELLOW), in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
2929 getStyle(10,5,CYAN,CYAN), getStyle(15,5,BLUE,BLUE), in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
2930 getStyle(20,5,GREEN,GREEN), getStyle(25,5,PURPLE,PURPLE)} in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
2943 new StyleRange[] {getStyle(0,5,RED,RED), getStyle(5,5,YELLOW,YELLOW), in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
2944 getStyle(10,5,CYAN,CYAN), getStyle(15,5,BLUE,BLUE), in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
2945 getStyle(20,5,GREEN,GREEN), getStyle(25,5,PURPLE,PURPLE)} in test_replaceStyleRangesII$Lorg_eclipse_swt_custom_StyleRange()
4354 new StyleRange[] {getStyle(0,5,RED,RED), getStyle(5,5,YELLOW,YELLOW), in test_setStyleRangeLorg_eclipse_swt_custom_StyleRange()
4355 getStyle(10,5,CYAN,CYAN), getStyle(15,5,BLUE,BLUE), in test_setStyleRangeLorg_eclipse_swt_custom_StyleRange()
4356 getStyle(20,5,GREEN,GREEN), getStyle(25,5,PURPLE,PURPLE)} in test_setStyleRangeLorg_eclipse_swt_custom_StyleRange()
4368 getStyle(10,5,CYAN,CYAN), getStyle(15,5,BLUE,BLUE), in test_setStyleRangeLorg_eclipse_swt_custom_StyleRange()
[all …]
H A DTest_org_eclipse_swt_graphics_TextLayout.java406 assertEquals(s1, layout.getStyle(2)); in test_setStyle()
407 assertEquals(s1, layout.getStyle(3)); in test_setStyle()
417 assertEquals(s1, layout.getStyle(0)); in test_setStyle()
418 assertEquals(s1, layout.getStyle(1)); in test_setStyle()
419 assertEquals(s2, layout.getStyle(2)); in test_setStyle()
420 assertEquals(s2, layout.getStyle(3)); in test_setStyle()
421 assertEquals(s3, layout.getStyle(4)); in test_setStyle()
422 assertEquals(s3, layout.getStyle(5)); in test_setStyle()
431 assertEquals(s1, layout.getStyle(0)); in test_setStyle()
432 assertEquals(s4, layout.getStyle(1)); in test_setStyle()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DChunkPlotWidget.java61 img.getStyle().setProperty("height", "auto"); in ChunkPlotWidget()
62 img.getStyle().setProperty("maxWidth", "100%"); in ChunkPlotWidget()
107 panel.getElement().getStyle().setWidth(100, Unit.PCT); in ChunkPlotWidget()
109 panel.getElement().getStyle().setProperty("display", "-ms-flexbox"); in ChunkPlotWidget()
111 panel.getElement().getStyle().setProperty("display", "flex"); in ChunkPlotWidget()
113 panel.getElement().getStyle().setProperty("msFlexGrow", "1"); in ChunkPlotWidget()
114 panel.getElement().getStyle().setProperty("webkitFlexGrow", "1"); in ChunkPlotWidget()
115 panel.getElement().getStyle().setProperty("flexGrow", "1"); in ChunkPlotWidget()
149 outer.getElement().getStyle().setProperty("display", "flex"); in ChunkPlotWidget()
155 outer.getElement().getStyle().setProperty("msFlexGrow", "1"); in ChunkPlotWidget()
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Basic/
H A D08_Conditional_formatting.php61 $conditional1->getStyle()->getFont()->getColor()->setARGB(Color::COLOR_YELLOW);
62 $conditional1->getStyle()->getFont()->setBold(true);
69 $conditional2->getStyle()->getFont()->getColor()->setARGB(Color::COLOR_RED);
70 $conditional2->getStyle()->getFont()->setItalic(true);
77 $conditional3->getStyle()->getFont()->getColor()->setARGB(Color::COLOR_GREEN);
78 $conditional3->getStyle()->getFont()->setItalic(true);
81 $conditionalStyles = $spreadsheet->getActiveSheet()->getStyle('B2')->getConditionalStyles();
85 $spreadsheet->getActiveSheet()->getStyle('B2')->setConditionalStyles($conditionalStyles);
90 $spreadsheet->getActiveSheet()->getStyle('B2')->getConditionalStyles(),
96 $spreadsheet->getActiveSheet()->getStyle('A1:B1')->getFont()->setBold(true);
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.examples/src/org/eclipse/swt/examples/controlexample/
H A DTextTab.java172 wrapButton.setSelection ((text.getStyle () & SWT.WRAP) != 0); in setExampleWidgetState()
175 searchButton.setSelection ((text.getStyle () & SWT.SEARCH) != 0); in setExampleWidgetState()
176 leftButton.setSelection ((text.getStyle () & SWT.LEFT) != 0); in setExampleWidgetState()
177 centerButton.setSelection ((text.getStyle () & SWT.CENTER) != 0); in setExampleWidgetState()
178 rightButton.setSelection ((text.getStyle () & SWT.RIGHT) != 0); in setExampleWidgetState()
183 if ((text.getStyle () & SWT.SEARCH) != 0) { in setExampleWidgetState()
195 passwordButton.setEnabled ((text.getStyle () & SWT.SINGLE) != 0); in setExampleWidgetState()
196 searchButton.setEnabled ((text.getStyle () & SWT.SINGLE) != 0); in setExampleWidgetState()
199 wrapButton.setEnabled ((text.getStyle () & SWT.MULTI) != 0); in setExampleWidgetState()
200 horizontalButton.setEnabled ((text.getStyle () & SWT.MULTI) != 0); in setExampleWidgetState()
[all …]
H A DDateTimeTab.java145 dateButton.setSelection ((dateTime1.getStyle () & SWT.DATE) != 0); in setExampleWidgetState()
146 timeButton.setSelection ((dateTime1.getStyle () & SWT.TIME) != 0); in setExampleWidgetState()
147 calendarButton.setSelection ((dateTime1.getStyle () & SWT.CALENDAR) != 0); in setExampleWidgetState()
148 shortButton.setSelection ((dateTime1.getStyle () & SWT.SHORT) != 0); in setExampleWidgetState()
149 mediumButton.setSelection ((dateTime1.getStyle () & SWT.MEDIUM) != 0); in setExampleWidgetState()
150 longButton.setSelection ((dateTime1.getStyle () & SWT.LONG) != 0); in setExampleWidgetState()
151 if ((dateTime1.getStyle() & SWT.DATE) != 0) { in setExampleWidgetState()
153 dropDownButton.setSelection ((dateTime1.getStyle () & SWT.DROP_DOWN) != 0); in setExampleWidgetState()
158 if ((dateTime1.getStyle() & SWT.CALENDAR) != 0 || (dateTime1.getStyle() & SWT.DROP_DOWN) != 0) { in setExampleWidgetState()
164 borderButton.setSelection ((dateTime1.getStyle () & SWT.BORDER) != 0); in setExampleWidgetState()
/dports/x11-toolkits/fox17/fox-1.7.77/chart/
H A DFX2DChart.cpp146 if(axes[XLO]->getStyle()&AXIS_TICKS_OUTSIDE){ in drawSelf()
152 if(axes[XLO]->getStyle()&AXIS_NUMBERS){ in drawSelf()
162 if(axes[XLO]->getStyle()&AXIS_LABEL){ in drawSelf()
174 if(axes[XHI]->getStyle()&AXIS_TICKS_OUTSIDE){ in drawSelf()
180 if(axes[XHI]->getStyle()&AXIS_NUMBERS){ in drawSelf()
190 if(axes[XHI]->getStyle()&AXIS_LABEL){ in drawSelf()
202 if(axes[YLO]->getStyle()&AXIS_TICKS_OUTSIDE){ in drawSelf()
208 if(axes[YLO]->getStyle()&AXIS_NUMBERS){ in drawSelf()
218 if(axes[YLO]->getStyle()&AXIS_LABEL){ in drawSelf()
236 if(axes[YHI]->getStyle()&AXIS_NUMBERS){ in drawSelf()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Examples/
H A D05featuredemo.inc.php153 $objPHPExcel->getActiveSheet()->getStyle('B1')->getFont()->setName('Candara');
154 $objPHPExcel->getActiveSheet()->getStyle('B1')->getFont()->setSize(20);
155 $objPHPExcel->getActiveSheet()->getStyle('B1')->getFont()->setBold(true);
162 $objPHPExcel->getActiveSheet()->getStyle('D13')->getFont()->setBold(true);
163 $objPHPExcel->getActiveSheet()->getStyle('E13')->getFont()->setBold(true);
174 $objPHPExcel->getActiveSheet()->getStyle('B5')->getAlignment()->setShrinkToFit(true);
186 $objPHPExcel->getActiveSheet()->getStyle('A4:E10')->applyFromArray($styleThinBlackBorderOutline);
208 $objPHPExcel->getActiveSheet()->getStyle('A3:E3')->applyFromArray(
234 $objPHPExcel->getActiveSheet()->getStyle('A3')->applyFromArray(
247 $objPHPExcel->getActiveSheet()->getStyle('B3')->applyFromArray(
[all …]
H A D08conditionalformatting.php94 $objConditional1->getStyle()->getFont()->getColor()->setARGB(PHPExcel_Style_Color::COLOR_YELLOW);
95 $objConditional1->getStyle()->getFont()->setBold(true);
102 $objConditional2->getStyle()->getFont()->getColor()->setARGB(PHPExcel_Style_Color::COLOR_RED);
103 $objConditional2->getStyle()->getFont()->setItalic(true);
110 $objConditional3->getStyle()->getFont()->getColor()->setARGB(PHPExcel_Style_Color::COLOR_GREEN);
111 $objConditional3->getStyle()->getFont()->setItalic(true);
114 $conditionalStyles = $objPHPExcel->getActiveSheet()->getStyle('B2')->getConditionalStyles();
118 $objPHPExcel->getActiveSheet()->getStyle('B2')->setConditionalStyles($conditionalStyles);
124 $objPHPExcel->getActiveSheet()->getStyle('B2')->getConditionalStyles(),
131 $objPHPExcel->getActiveSheet()->getStyle('A1:B1')->getFont()->setBold(true);
[all …]
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/gui/
H A DPluginInfoSheetPanel.java39 Style def = StyleContext.getDefaultStyleContext().getStyle(StyleContext.DEFAULT_STYLE); in PluginInfoSheetPanel()
54 doc.insertString(0, JDictionary.getString("PluginName"), getStyle("bold")); in fillupTextPane()
55 doc.insertString(doc.getLength(), sheet.getName() + '\n', getStyle("regular")); in fillupTextPane()
56 … doc.insertString(doc.getLength(), JDictionary.getString("PluginVersion"), getStyle("bold")); in fillupTextPane()
57 doc.insertString(doc.getLength(), sheet.getVersion() + '\n', getStyle("regular")); in fillupTextPane()
58 … doc.insertString(doc.getLength(), JDictionary.getString("PluginSize"), getStyle("bold")); in fillupTextPane()
59 ….getLength(), sheet.getSizeInKB() + " " + JDictionary.getString("KB") + '\n', getStyle("regular")); in fillupTextPane()
60 … doc.insertString(doc.getLength(), JDictionary.getString("PluginAuthor"), getStyle("bold")); in fillupTextPane()
61 doc.insertString(doc.getLength(), sheet.getAuthor() + '\n', getStyle("regular")); in fillupTextPane()
62 … doc.insertString(doc.getLength(), JDictionary.getString("PluginDescription"), getStyle("bold")); in fillupTextPane()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/views/tests/src/Kernel/
H A DQueryGroupByTest.php257 $this->assertEqual('3', $view->getStyle()->getField(0, 'id'));
258 $this->assertEqual('1', $view->getStyle()->getField(0, 'field_test'));
259 $this->assertEqual('6', $view->getStyle()->getField(1, 'id'));
260 $this->assertEqual('2', $view->getStyle()->getField(1, 'field_test'));
271 $this->assertEqual('3', $view->getStyle()->getField(0, 'id'));
273 $this->assertEqual('3', $view->getStyle()->getField(1, 'id'));
275 $this->assertEqual('1', $view->getStyle()->getField(2, 'id'));
277 $this->assertEqual('1', $view->getStyle()->getField(3, 'id'));
279 $this->assertEqual('1', $view->getStyle()->getField(4, 'id'));
292 $this->assertEqual('3', $view->getStyle()->getField(5, 'id'));
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/views/tests/src/Kernel/
H A DQueryGroupByTest.php257 $this->assertEquals('3', $view->getStyle()->getField(0, 'id'));
258 $this->assertEquals('1', $view->getStyle()->getField(0, 'field_test'));
259 $this->assertEquals('6', $view->getStyle()->getField(1, 'id'));
260 $this->assertEquals('2', $view->getStyle()->getField(1, 'field_test'));
271 $this->assertEquals('3', $view->getStyle()->getField(0, 'id'));
273 $this->assertEquals('3', $view->getStyle()->getField(1, 'id'));
275 $this->assertEquals('1', $view->getStyle()->getField(2, 'id'));
277 $this->assertEquals('1', $view->getStyle()->getField(3, 'id'));
279 $this->assertEquals('1', $view->getStyle()->getField(4, 'id'));
292 $this->assertEquals('3', $view->getStyle()->getField(5, 'id'));
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/templates/
H A DsampleSpreadsheet.php131 $spreadsheet->getActiveSheet()->getStyle('B1')->getFont()->setName('Candara');
132 $spreadsheet->getActiveSheet()->getStyle('B1')->getFont()->setSize(20);
133 $spreadsheet->getActiveSheet()->getStyle('B1')->getFont()->setBold(true);
140 $spreadsheet->getActiveSheet()->getStyle('D13')->getFont()->setBold(true);
141 $spreadsheet->getActiveSheet()->getStyle('E13')->getFont()->setBold(true);
152 $spreadsheet->getActiveSheet()->getStyle('B5')->getAlignment()->setShrinkToFit(true);
180 $spreadsheet->getActiveSheet()->getStyle('A1:E1')->getFill()->setFillType(Fill::FILL_SOLID);
185 $spreadsheet->getActiveSheet()->getStyle('A3:E3')->applyFromArray(
211 $spreadsheet->getActiveSheet()->getStyle('A3')->applyFromArray(
224 $spreadsheet->getActiveSheet()->getStyle('B3')->applyFromArray(
[all …]
/dports/textproc/libe-book/libe-book-0.1.3/src/lib/
H A DFictionBook2ParserContext.cpp155 FictionBook2Style &FictionBook2StyleContextBase::getStyle() in getStyle() function in libebook::FictionBook2StyleContextBase
172 return new FictionBook2StrongContext(this, getStyle()); in element()
174 return new FictionBook2EmphasisContext(this, getStyle()); in element()
176 return new FictionBook2StyleContext(this, getStyle()); in element()
178 return new FictionBook2AContext(this, getStyle()); in element()
180 return new FictionBook2StrikethroughContext(this, getStyle()); in element()
182 return new FictionBook2SubContext(this, getStyle()); in element()
184 return new FictionBook2SupContext(this, getStyle()); in element()
186 return new FictionBook2CodeContext(this, getStyle()); in element()
188 return new FictionBook2InlineImageContext(this, getStyle()); in element()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/
H A DCSSSWTFontHelperTest.java33 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontData()
43 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWithoutOldFont()
53 assertEquals(SWT.NORMAL, result.getStyle()); in testGetFontDataStyledFont()
63 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenMissingFamilyInCss()
73 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenMissingSizeInCss()
83 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenMissingStyleInCss()
93 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenMissingWeightInCss()
103 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenMissingAllInCss()
116 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenFontFamilyFromDefinitionAndOverwritingSize()
129 assertEquals(SWT.ITALIC | SWT.BOLD, result.getStyle()); in testGetFontDataWhenFontFamilyFromDefinitionAndOverwritingStyle()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DTableHelper.php116 $this->table->getStyle()->setPaddingChar($paddingChar);
130 $this->table->getStyle()->setHorizontalBorderChar($horizontalBorderChar);
144 $this->table->getStyle()->setVerticalBorderChar($verticalBorderChar);
158 $this->table->getStyle()->setCrossingChar($crossingChar);
172 $this->table->getStyle()->setCellHeaderFormat($cellHeaderFormat);
186 $this->table->getStyle()->setCellHeaderFormat($cellRowFormat);
200 $this->table->getStyle()->setCellRowContentFormat($cellRowContentFormat);
214 $this->table->getStyle()->setBorderFormat($borderFormat);
228 $this->table->getStyle()->setPadType($padType);
/dports/www/matomo/piwik/vendor/symfony/console/Symfony/Component/Console/Helper/
H A DTableHelper.php116 $this->table->getStyle()->setPaddingChar($paddingChar);
130 $this->table->getStyle()->setHorizontalBorderChar($horizontalBorderChar);
144 $this->table->getStyle()->setVerticalBorderChar($verticalBorderChar);
158 $this->table->getStyle()->setCrossingChar($crossingChar);
172 $this->table->getStyle()->setCellHeaderFormat($cellHeaderFormat);
186 $this->table->getStyle()->setCellHeaderFormat($cellRowFormat);
200 $this->table->getStyle()->setCellRowContentFormat($cellRowContentFormat);
214 $this->table->getStyle()->setBorderFormat($borderFormat);
228 $this->table->getStyle()->setPadType($padType);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/Format/
H A DFormatTestObjC.cpp77 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
82 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
88 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
102 Style = getStyle("{}", "a.h", "none", in TEST()
111 Style = getStyle("{}", "a.h", "none", in TEST()
121 Style = getStyle("{}", "a.h", "none", in TEST()
126 Style = getStyle("{}", "a.h", "none", "enum Foo {};"); in TEST()
145 Style = getStyle("{}", "a.h", "none", in TEST()
150 Style = getStyle("{}", "a.h", "none", in TEST()
174 auto Style = getStyle("LLVM", "a.h", "none", in TEST()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/Format/
H A DFormatTestObjC.cpp77 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
82 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
88 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
102 Style = getStyle("{}", "a.h", "none", in TEST()
111 Style = getStyle("{}", "a.h", "none", in TEST()
121 Style = getStyle("{}", "a.h", "none", in TEST()
126 Style = getStyle("{}", "a.h", "none", "enum Foo {};"); in TEST()
145 Style = getStyle("{}", "a.h", "none", in TEST()
150 Style = getStyle("{}", "a.h", "none", in TEST()
174 auto Style = getStyle("LLVM", "a.h", "none", in TEST()
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DSwatchSkin.as131 getStyle("swatchHighlightColor");
133 getStyle("swatchHighlightSize");
149 var columnCount:int = getStyle("columnCount");
151 var previewWidth:Number = getStyle("previewWidth");
153 getStyle("swatchGridBackgroundColor");
155 getStyle("swatchGridBorderSize");
156 var swatchHeight:Number = getStyle("swatchHeight");
157 var swatchWidth:Number = getStyle("swatchWidth");
159 var verticalGap:Number = getStyle("verticalGap");
229 getStyle("swatchBorderColor");
[all …]
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DKEY1ContentElement.cpp52 …return std::make_shared<KEY1DivElement>(getState(), m_spanStyle.getStyle(), m_divStyle.getStyle(),… in element()
54 … return std::make_shared<KEY1SpanElement>(getState(), m_spanStyle.getStyle(), m_delayedLineBreak); in element()
65 getState().m_currentText->setParagraphStyle(m_divStyle.getStyle()); in CDATA()
66 …KEY1SpanElement::sendCDATA(value, getState().m_currentText, m_spanStyle.getStyle(), m_delayedLineB… in CDATA()
79 getState().m_currentText->setParagraphStyle(m_divStyle.getStyle()); in text()
80 getState().m_currentText->setSpanStyle(m_spanStyle.getStyle()); in text()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/Format/
H A DFormatTestObjC.cpp77 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
82 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
88 Style = getStyle("LLVM", "a.h", "none", "@interface\n" in TEST()
94 Style = getStyle("LLVM", "a.h", "none", "void f() {}"); in TEST()
102 Style = getStyle("{}", "a.h", "none", in TEST()
111 Style = getStyle("{}", "a.h", "none", in TEST()
121 Style = getStyle("{}", "a.h", "none", "enum Foo {};"); in TEST()
140 Style = getStyle("{}", "a.h", "none", in TEST()
145 Style = getStyle("{}", "a.h", "none", in TEST()
169 auto Style = getStyle("LLVM", "a.h", "none", in TEST()
[all …]

12345678910>>...152