Home
last modified time | relevance | path

Searched refs:new_style (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/python/tests/cases/
H A Dstyle_test.py67 clone = new_style.clone()
74 new_style.color.setRGB(1, 2, 3)
75 assert new_style.color.red == 1
94 new_style.size = 3
112 assert new_style.thisown == 1, new_style.thisown
114 new_style.symbol = 1
115 new_style.size = 3
129 new_style.symbol = 1
130 new_style.size = 7
190 assert new_style.size == 7.25
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssstylechange.c29 if (change->old_style->core != change->new_style->core) in compute_change()
44 if (change->old_style->border != change->new_style->border || in compute_change()
54 if (change->old_style->icon != change->new_style->icon) in compute_change()
67 if (change->old_style->font != change->new_style->font || in compute_change()
94 if (change->old_style->size != change->new_style->size) in compute_change()
100 if (change->old_style->other != change->new_style->other) in compute_change()
110 GtkCssStyle *new_style) in gtk_css_style_change_init() argument
113 change->new_style = g_object_ref (new_style); in gtk_css_style_change_init()
118 if (old_style != new_style) in gtk_css_style_change_init()
126 g_object_unref (change->new_style); in gtk_css_style_change_finish()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dlayout_ng_fieldset.cc33 scoped_refptr<ComputedStyle> new_style = in AddChild() local
39 new_style->SetPaddingTop(StyleRef().PaddingTop()); in AddChild()
40 new_style->SetPaddingRight(StyleRef().PaddingRight()); in AddChild()
42 new_style->SetPaddingLeft(StyleRef().PaddingLeft()); in AddChild()
45 new_style->SetColumnCount(StyleRef().ColumnCount()); in AddChild()
48 new_style->SetHasAutoColumnCount(); in AddChild()
49 new_style->SetHasAutoColumnWidth(); in AddChild()
51 new_style->SetColumnGap(StyleRef().ColumnGap()); in AddChild()
52 new_style->SetColumnFill(StyleRef().GetColumnFill()); in AddChild()
61 this, new_style->Display()); in AddChild()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_image_fallback_helper.cc167 if (!new_style.Width().IsAuto() && new_style.Height().IsAuto()) in CustomStyleForAltText()
168 new_style.SetHeight(new_style.Width()); in CustomStyleForAltText()
169 else if (!new_style.Height().IsAuto() && new_style.Width().IsAuto()) in CustomStyleForAltText()
170 new_style.SetWidth(new_style.Height()); in CustomStyleForAltText()
172 if (!new_style.Width().IsAuto() && !new_style.Height().IsAuto()) in CustomStyleForAltText()
177 !new_style.Width().IsAuto() && !new_style.Height().IsAuto(); in CustomStyleForAltText()
180 (!new_style.Width().IsAuto() || !new_style.Height().IsAuto()); in CustomStyleForAltText()
195 fallback.ShowAsReplaced(new_style.Width(), new_style.Height(), in CustomStyleForAltText()
209 new_style.SetWidth(Length()); in CustomStyleForAltText()
210 new_style.SetHeight(Length()); in CustomStyleForAltText()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_image_fallback_helper.cc158 if (new_style.Width().IsSpecifiedOrIntrinsic() && in CustomStyleForAltText()
159 new_style.Height().IsAuto()) in CustomStyleForAltText()
160 new_style.SetHeight(new_style.Width()); in CustomStyleForAltText()
162 new_style.Width().IsAuto()) in CustomStyleForAltText()
163 new_style.SetWidth(new_style.Height()); in CustomStyleForAltText()
171 new_style.Width().IsSpecifiedOrIntrinsic() && in CustomStyleForAltText()
172 new_style.Height().IsSpecifiedOrIntrinsic(); in CustomStyleForAltText()
186 fallback.ShowAsReplaced(new_style.Width(), new_style.Height(), in CustomStyleForAltText()
199 if (new_style.Display() == EDisplay::kInline) { in CustomStyleForAltText()
200 new_style.SetWidth(Length()); in CustomStyleForAltText()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Danimation.rs277 new_style: &mut ComputedValues, in from_transition()
280 let box_style = new_style.get_box(); in from_transition()
294 new_style, in from_transition()
304 new_style, in from_transition()
320 new_style: &ComputedValues, in from_longhand()
325 new_style, in from_longhand()
399 new_style: &mut Arc<ComputedValues>, in start_transitions_if_applicable()
501 new_style: &Arc<ComputedValues>, in maybe_start_animations()
505 let box_style = new_style.get_box(); in maybe_start_animations()
614 *style = new_style in update_style_for_animation()
[all …]
/dports/graphics/minder/Minder-1.13.1/src/undo_actions/
H A DUndoStyleChange.vala81 Style new_style = new Style.templated();
82 store_style_value( new_style, 0 );
83 StyleInspector.styles.set_all_to_style( new_style );
109 store_style_value( new_style, 0 );
112 store_style_value( new_style, index++ );
115 store_style_value( new_style, 0 );
121 Style new_style = new Style.templated();
122 set_style( node.style, new_style, change_type, ref index );
123 node.style = new_style;
127 Style new_style = new Style.templated();
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssstylechange.c27 GtkCssStyle *new_style) in gtk_css_style_change_init() argument
30 change->new_style = g_object_ref (new_style); in gtk_css_style_change_init()
38 if (old_style == new_style) in gtk_css_style_change_init()
46 g_object_unref (change->new_style); in gtk_css_style_change_finish()
59 return change->new_style; in gtk_css_style_change_get_new_style()
69 gtk_css_style_get_value (change->new_style, change->n_compared))) in gtk_css_style_compare_next_value()
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dghid-route-style-selector.c447 struct _route_style *new_style = g_malloc (sizeof (*new_style)); in ghid_route_style_selector_real_add_route_style() local
450 new_style->rst = data; in ghid_route_style_selector_real_add_route_style()
451 new_style->temporary = temp; in ghid_route_style_selector_real_add_route_style()
452 new_style->action = gtk_radio_action_new (action_name, data->Name, in ghid_route_style_selector_real_add_route_style()
456 new_style->button = gtk_radio_button_new (rss->button_radio_group); in ghid_route_style_selector_real_add_route_style()
458 (GTK_RADIO_BUTTON (new_style->button)); in ghid_route_style_selector_real_add_route_style()
464 DATA_COL, new_style, -1); in ghid_route_style_selector_real_add_route_style()
474 gtk_action_set_accel_group (GTK_ACTION (new_style->action), in ghid_route_style_selector_real_add_route_style()
484 g_object_set_data (G_OBJECT (new_style->action), "route-style", new_style); in ghid_route_style_selector_real_add_route_style()
485 new_style->sig_id = g_signal_connect (G_OBJECT (new_style->action), in ghid_route_style_selector_real_add_route_style()
[all …]
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/terminal/
H A Dhtml.py228 new_style = self.current_style
232 self.emit_style(new_style)
234 self.emit_style(new_style)
238 self.emit_style(new_style)
241 self.emit_style(new_style)
367 new_style = dict(prototype)
368 new_style.update(changes)
370 new_style = changes
371 self.stack.append(new_style)
372 self.emit_style(new_style)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_filter_primitive.cc63 const SVGComputedStyle& new_style = StyleRef().SvgStyle(); in StyleDidChange() local
67 new_style.FloodColor()); in StyleDidChange()
68 if (new_style.FloodOpacity() != old_style->SvgStyle().FloodOpacity()) in StyleDidChange()
74 new_style.LightingColor()); in StyleDidChange()
76 if (new_style.ColorInterpolationFilters() != in StyleDidChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_filter_primitive.cc64 const SVGComputedStyle& new_style = StyleRef().SvgStyle(); in StyleDidChange() local
68 new_style.FloodColor()); in StyleDidChange()
69 if (new_style.FloodOpacity() != old_style->SvgStyle().FloodOpacity()) in StyleDidChange()
75 new_style.LightingColor()); in StyleDidChange()
77 if (new_style.ColorInterpolationFilters() != in StyleDidChange()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Css/
H A DAttributeTranslator.php276 * @param string $new_style
278 static function append_style(\DOMElement $node, $new_style) argument
281 $style .= $new_style;
422 $new_style = "; border-collapse: collapse;";
426 $new_style .= "border-style: none;";
434 $new_style .= "border-style: solid none solid none; border-width: 1px; ";
438 $new_style .= "border-style: none solid none solid; border-width: 1px; ";
442 $new_style .= "border-style: solid; border-width: 1px; ";
454 $style .= $new_style;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style_test.cc563 new_style = ComputedStyle::Create(); in TEST()
573 new_style->SetHasVariableReference(); in TEST()
575 EXPECT_TRUE(new_style->HasVariableReference()); in TEST()
580 new_style = ComputedStyle::Create(); in TEST()
585 new_style->SetHasVariableDeclaration(); in TEST()
592 new_style = ComputedStyle::Create(); in TEST()
597 new_style->SetHasVariableDeclaration(); in TEST()
598 new_style->SetHasVariableReference(); in TEST()
632 new_style = ComputedStyle::Create(); in TEST()
643 new_style = ComputedStyle::Create(); in TEST()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/classes/Settings/
H A Dclass.ilSystemStyleSettingsGUI.php205 $new_style = $new_skin->getStyle($_GET["style_id"]);
206 $new_style->setId($_POST["style_id"]);
207 $new_style->setName($_POST["style_name"]);
208 $new_style->setCssFile($_POST["style_id"]);
209 $new_style->setImageDirectory($_POST["image_dir"]);
210 $new_style->setSoundDirectory($_POST["sound_dir"]);
211 $new_style->setFontDirectory($_POST["font_dir"]);
214 $container->updateStyle($new_style->getId(), $old_style);
218 ilSystemStyleSettings::_activateStyle($new_skin->getId(), $new_style->getId());
226 ilSystemStyleSettings::_deactivateStyle($new_skin->getId(), $new_style->getId());
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/classes/Settings/
H A Dclass.ilSystemStyleSettingsGUI.php205 $new_style = $new_skin->getStyle($_GET["style_id"]);
206 $new_style->setId($_POST["style_id"]);
207 $new_style->setName($_POST["style_name"]);
208 $new_style->setCssFile($_POST["style_id"]);
209 $new_style->setImageDirectory($_POST["image_dir"]);
210 $new_style->setSoundDirectory($_POST["sound_dir"]);
211 $new_style->setFontDirectory($_POST["font_dir"]);
214 $container->updateStyle($new_style->getId(), $old_style);
218 ilSystemStyleSettings::_activateStyle($new_skin->getId(), $new_style->getId());
226 ilSystemStyleSettings::_deactivateStyle($new_skin->getId(), $new_style->getId());
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_iframe.cc69 const ComputedStyle& new_style) { in StyleWillChange() argument
72 new_style.UsedColorSchemeForInitialColors()) { in StyleWillChange()
74 new_style.UsedColorSchemeForInitialColors()); in StyleWillChange()
76 LayoutEmbeddedContent::StyleWillChange(diff, new_style); in StyleWillChange()
H A Dlayout_object_factory.cc355 scoped_refptr<ComputedStyle> new_style = in CreateAnonymousTableWithParent() local
363 CreateTable(parent.GetDocument(), *new_style, legacy); in CreateAnonymousTableWithParent()
365 new_table->SetStyle(std::move(new_style)); in CreateAnonymousTableWithParent()
371 scoped_refptr<ComputedStyle> new_style = in CreateAnonymousTableSectionWithParent() local
378 CreateTableSection(parent.GetDocument(), *new_style, legacy); in CreateAnonymousTableSectionWithParent()
380 new_section->SetStyle(std::move(new_style)); in CreateAnonymousTableSectionWithParent()
386 scoped_refptr<ComputedStyle> new_style = in CreateAnonymousTableRowWithParent() local
393 new_row->SetStyle(std::move(new_style)); in CreateAnonymousTableRowWithParent()
399 scoped_refptr<ComputedStyle> new_style = in CreateAnonymousTableCellWithParent() local
405 CreateTableCell(parent.GetDocument(), *new_style, legacy); in CreateAnonymousTableCellWithParent()
[all …]
/dports/devel/py-qstylizer/qstylizer-0.2.1/qstylizer/descriptor/
H A Dstylerule.py29 new_style = self.rule_cls(
33 instance.set_child_rule(self.name, new_style)
52 new_style = self.rule_cls(
56 new_style.setValue(value)
57 instance.set_child_rule(self.name, new_style)
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/
H A Danimation.rs292 new_style: &ComputedValues, in from_longhand()
381 new_style: &mut Arc<ComputedValues>, in update_transitions()
394 new_style, in update_transitions()
433 new_style: &mut Arc<ComputedValues>, in start_transitions_if_applicable()
456 new_style in start_transitions_if_applicable()
459 new_style in start_transitions_if_applicable()
463 Arc::make_mut(new_style), in start_transitions_if_applicable()
505 let box_style = new_style.get_box(); in start_transitions_if_applicable()
576 new_style: &Arc<ComputedValues>, in maybe_start_animations()
583 let box_style = new_style.get_box(); in maybe_start_animations()
[all …]
/dports/graphics/gthumb/gthumb-3.10.1/extensions/desktop_background/
H A Dactions.c57 WallpaperStyle new_style; member
244 wallpaper_style_init (&wdata->new_style); in wallpaper_data_new()
245 wdata->new_style.file = g_object_ref (wallpaper_file); in wallpaper_data_new()
256 wallpaper_style_free (&wdata->new_style); in wallpaper_data_free()
308 wallpaper_style_set_as_current (&wdata->new_style); in wallpaper_data_set__step2()
317 name = _g_file_get_display_name (wdata->new_style.file); in wallpaper_data_set__step2()
386 wdata->new_style.background_style = BACKGROUND_STYLE_ZOOM; in wallpaper_metadata_ready_cb()
489 file_data = gth_file_data_new (wdata->new_style.file, NULL); in wallpaper_file_read_cb()
513 _g_object_unref (wdata->new_style.file); in wallpaper_file_read_cb()
514 wdata->new_style.file = g_file_dup (file_data->file); in wallpaper_file_read_cb()
[all …]
/dports/devel/R-cran-crayon/crayon/man/
H A Ddrop_style.Rd20 make_style(new_style = "maroon", bg = TRUE)
21 cat(style("I am maroon", "new_style"), "\n")
22 drop_style("new_style")
23 "new_style" \%in\% names(styles())
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/test/
H A DilSystemStyleSkinContainerTest.php125 $new_style->setCssFile("style1new");
126 $new_style->setImageDirectory("style1newimage");
127 $new_style->setSoundDirectory("style1newsound");
128 $new_style->setFontDirectory("style1newfont");
146 $container->addStyle($new_style);
192 $new_style->setId("style1new");
193 $new_style->setName("new Style");
194 $new_style->setCssFile("style1new");
195 $new_style->setImageDirectory("style1newimage");
196 $new_style->setSoundDirectory("style1newsound");
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/test/
H A DilSystemStyleSkinContainerTest.php127 $new_style->setCssFile("style1new");
128 $new_style->setImageDirectory("style1newimage");
129 $new_style->setSoundDirectory("style1newsound");
130 $new_style->setFontDirectory("style1newfont");
148 $container->addStyle($new_style);
194 $new_style->setId("style1new");
195 $new_style->setName("new Style");
196 $new_style->setCssFile("style1new");
197 $new_style->setImageDirectory("style1newimage");
198 $new_style->setSoundDirectory("style1newsound");
[all …]
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmstyle.c761 return new_style; in gnm_style_new_default()
770 new_style->ref_count = 1; in gnm_style_dup()
774 elem_set (new_style, i); in gnm_style_dup()
775 elem_changed (new_style, i); in gnm_style_dup()
784 gnm_font_ref (new_style->font); in gnm_style_dup()
788 d(("dup %p\n", new_style)); in gnm_style_dup()
789 return new_style; in gnm_style_dup()
808 new_style->ref_count = 1; in gnm_style_new_merged()
816 elem_set (new_style, i); in gnm_style_new_merged()
817 elem_changed (new_style, i); in gnm_style_new_merged()
[all …]

12345678910>>...22