Home
last modified time | relevance | path

Searched refs:style1 (Results 51 – 75 of 918) sorted by relevance

12345678910>>...37

/dports/math/octave/octave-6.4.0/libgui/
H A Ddefault-qt-settings.in29 Octave\style1\color=43520
30 Octave\style1\eolfill=false
32 Octave\style1\paper=16777215
69 C%2B%2B\style1\color=43520
70 C%2B%2B\style1\eolfill=false
249 Perl\style1\color=16776960
250 Perl\style1\eolfill=false
422 Batch\style1\color=43520
458 Diff\style1\color=32512
459 Diff\style1\eolfill=false
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/support/
H A Dindex.php60 $style1 = 'color: #333344; font-size: 16px; font-weight: bold'; variable
74 print '<font style="'.$style1.'">'.$langs->trans("CommunitySupport").'</font>';
118 print '<font style="'.$style1.'">'.$langs->trans("EMailSupport").'</font>';
151 print '<font style="'.$style1.'">'.$langs->trans("OtherSupport").'</font>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/support/
H A Dindex.php72 $style1 = 'color: #333344; font-size: 16px; font-weight: bold'; variable
86 print '<font style="'.$style1.'">'.$langs->trans("CommunitySupport").'</font>';
150 print '<font style="'.$style1.'">'.$langs->trans("EMailSupport").'</font>';
185 print '<font style="'.$style1.'">'.$langs->trans("OtherSupport").'</font>';
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py78 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
83 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py74 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
79 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/css/css-text-decor/tools/
H A Dgenerate-text-emphasis-line-height-tests.py78 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
83 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py78 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
83 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/w3c-css/submitted/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py74 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
79 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/w3c-css/submitted/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py74 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos)
79 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/w3c-css/submitted/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py78 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
83 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/support/
H A Dgenerate-text-emphasis-line-height-tests.py78 style1 = STYLE1.format(pos=pos, wm=wm, posval=emphasis_pos) variable
83 start=start.format(style1=style1, style2=STYLE2), end=end)
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dlabel-barcode.c740 gl_label_barcode_style_is_equal (const glLabelBarcodeStyle *style1, in gl_label_barcode_style_is_equal() argument
745 if ( style1 == NULL ) in gl_label_barcode_style_is_equal()
758 if ( style1->text_flag != style2->text_flag ) in gl_label_barcode_style_is_equal()
762 if ( style1->checksum_flag != style2->checksum_flag ) in gl_label_barcode_style_is_equal()
766 if ( style1->format_digits != style2->format_digits ) in gl_label_barcode_style_is_equal()
770 if ( style1->backend_id && style2->backend_id ) in gl_label_barcode_style_is_equal()
772 if ( strcmp (style1->backend_id, style2->backend_id) != 0 ) in gl_label_barcode_style_is_equal()
779 if ( style1->backend_id != style2->backend_id ) in gl_label_barcode_style_is_equal()
784 if ( style1->id && style2->id ) in gl_label_barcode_style_is_equal()
786 if ( strcmp (style1->id, style2->id) != 0 ) in gl_label_barcode_style_is_equal()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet256.java38 TextStyle style1 = new TextStyle(font, null, null); in main() local
39 style1.underline = true; in main()
40 layout.setStyle(style1, 26, 35); in main()
H A DSnippet222.java53 StyleRange style1 = new StyleRange(); in main() local
54 style1.metrics = new GlyphMetrics(0, 0, 50); in main()
55 style1.foreground = display.getSystemColor(SWT.COLOR_BLUE); in main()
56 Bullet bullet1 = new Bullet (ST.BULLET_NUMBER | ST.BULLET_TEXT, style1); in main()
H A DSnippet236.java49 TextStyle style1 = new TextStyle(font1, display.getSystemColor(SWT.COLOR_BLUE), null); in main() local
52 textLayout.setStyle(style1, 0, 0); textLayout.setStyle(style1, 5, 12); in main()
/dports/devel/py-qstylizer/qstylizer-0.2.1/test/integration/
H A Dtest_integration.py337 style1 = """
347 qss1 = qstylizer.parser.parse(style1)
358 style1 = """
374 qss1 = qstylizer.parser.parse(style1)
397 style1 = """
414 qss1 = qstylizer.parser.parse(style1)
/dports/editors/calligra/calligra-3.2.1/sheets/tests/
H A DTestStyleStorage.cpp44 SharedSubStyle style1(new SubStyleOne<Style::BackgroundColor, QColor>(c1)); in testGarbageCollection() local
48 storage.insert(rect.adjusted(10*i, 0, 10*i, 0), style1); in testGarbageCollection()
56 storage.insert(rect.adjusted(10*i, 0, 10*i, 0), style1); in testGarbageCollection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style_test.cc46 style1->SetShapeOutside(shape1); in TEST()
48 EXPECT_EQ(*style1, *style2); in TEST()
60 style1->SetShapeOutside(shape1); in TEST()
62 EXPECT_EQ(*style1, *style2); in TEST()
73 style1->SetClipPath(path1); in TEST()
75 EXPECT_EQ(*style1, *style2); in TEST()
498 style1->SetVariableValue("--x", value1, false); in TEST()
502 style1->SetVariableValue("--x", value1, false); in TEST()
526 style1->SetVariableData("--x", value1, false); in TEST()
530 style1->SetVariableData("--x", value1, false); in TEST()
[all …]
/dports/textproc/py-xlwt/xlwt-1.3.0/tests/
H A Dtest_simple.py27 style1 = xlwt.XFStyle()
28 style1.num_format_str = 'D-MMM-YY'
34 ws.write(1, 0, datetime(2010, 12, 5), style1)
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-qtgui/grc/
H A Dqtgui_ber_sink_b.block.yml68 - id: style1
104 base_key: style1
129 base_key: style1
154 base_key: style1
179 base_key: style1
204 base_key: style1
229 base_key: style1
254 base_key: style1
279 base_key: style1
304 base_key: style1
[all …]
/dports/textproc/libodfgen01/libodfgen-0.1.8/test/
H A DtestChart1.cxx40 librevenge::RVNGPropertyList style1; in sendChart() local
41 style1.insert("librevenge:chart-id", "1"); in sendChart()
42 style1.insert("draw:stroke", "none"); in sendChart()
43 style1.insert("draw:fill", "none"); in sendChart()
44 generator.defineChartStyle(style1); in sendChart()
53 librevenge::RVNGPropertyList style(style1); in sendChart()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dlupa.recipe36 …author clear', 'tags-rubrics', 'box border style1 links clear', 'enquiry clear', 'serial', 'box bo…
37 …'breadcrumb clear', 'article-discussion box border style1 monitoringComponentArticle', 'link-more …
H A Dmesec.recipe36 …author clear', 'tags-rubrics', 'box border style1 links clear', 'enquiry clear', 'serial', 'box bo…
37 …'breadcrumb clear', 'article-discussion box border style1 monitoringComponentArticle', 'link-more …
H A Dvitalia.recipe38 …author clear', 'tags-rubrics', 'box border style1 links clear', 'enquiry clear', 'serial', 'box bo…
39 …'breadcrumb clear', 'article-discussion box border style1 monitoringComponentArticle', 'link-more …
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DFont.java758 int style1 = this.style; in difference() local
760 if (style1 != UNDEFINED || style2 != UNDEFINED) { in difference()
761 if (style1 == UNDEFINED) in difference()
762 style1 = 0; in difference()
765 dStyle = style1 | style2; in difference()
780 if (dStyle == style1) { in difference()

12345678910>>...37