Home
last modified time | relevance | path

Searched refs:inherit_parent (Results 1 – 19 of 19) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/core/commands/
H A DProjectHierarchyUpdateCommand.php42 private $inherit_parent; variable in ProjectHierarchyUpdateCommand
100 $this->inherit_parent = $this->payload( 'inherit_parent' );
101 if( !isset( $this->inherit_parent ) ) {
122 project_hierarchy_update( $this->subproject_id, $this->project_id, $this->inherit_parent );
/dports/devel/apr1/apr-1.7.0/build/
H A Dgen-build.py80 inherit_parent = { }
93 if inherit_files[0] not in inherit_parent:
94 inherit_parent[inherit_files[0]] = []
95 inherit_parent[inherit_files[0]].append(inherit_line)
113 if subdir in inherit_parent:
114 objects = objects + inherit_parent[subdir]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/theme/
H A Dstyle.rs33 color: ColorStyle::inherit_parent(), in none()
57 color: ColorStyle::inherit_parent(), in from()
94 let mut color = ColorStyle::inherit_parent(); in from_iter()
H A Dcolor_style.rs48 pub fn inherit_parent() -> Self { in inherit_parent() method
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/pointerevents/
H A Dpointerevent_touch-action-inherit_parent-none_touch.html.ini1 [pointerevent_touch-action-inherit_parent-none_touch.html]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/pointerevents/
H A Dpointerevent_touch-action-inherit_parent-none_touch.html.ini1 [pointerevent_touch-action-inherit_parent-none_touch.html]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/pointerevents/
H A Dpointerevent_touch-action-inherit_parent-none_touch.html.ini1 [pointerevent_touch-action-inherit_parent-none_touch.html]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/pointerevents/
H A Dpointerevent_touch-action-inherit_parent-none_touch.html.ini1 [pointerevent_touch-action-inherit_parent-none_touch.html]
/dports/www/firefox-esr/firefox-91.8.0/dom/events/test/pointerevents/
H A Dmochitest.ini94 wpt/pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/test/pointerevents/
H A Dmochitest.ini107 pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/test/pointerevents/
H A Dmochitest.ini94 wpt/pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/www/firefox/firefox-99.0/dom/events/test/pointerevents/
H A Dmochitest.ini93 wpt/pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/test/pointerevents/
H A Dmochitest.ini135 pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/test/pointerevents/
H A Dmochitest.ini137 pointerevent_touch-action-inherit_parent-none_touch-manual.html
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc446 void ComputedStyle::InheritFrom(const ComputedStyle& inherit_parent, in InheritFrom() argument
450 ComputedStyleBase::InheritFrom(inherit_parent, is_at_shadow_boundary); in InheritFrom()
451 if (svg_style_ != inherit_parent.svg_style_) in InheritFrom()
452 svg_style_.Access()->InheritFrom(*inherit_parent.svg_style_); in InheritFrom()
H A Dcomputed_style.h389 CORE_EXPORT void InheritFrom(const ComputedStyle& inherit_parent,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dcomputed_style.cc429 void ComputedStyle::InheritFrom(const ComputedStyle& inherit_parent, in InheritFrom() argument
433 ComputedStyleBase::InheritFrom(inherit_parent, is_at_shadow_boundary); in InheritFrom()
434 if (svg_style_ != inherit_parent.svg_style_) in InheritFrom()
435 svg_style_.Access()->InheritFrom(*inherit_parent.svg_style_); in InheritFrom()
H A Dcomputed_style.h386 CORE_EXPORT void InheritFrom(const ComputedStyle& inherit_parent,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cursive_core-0.2.2/src/
H A Dprinter.rs495 ColorStyle::inherit_parent() in with_selection()