Home
last modified time | relevance | path

Searched refs:property_ (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/css/
H A Dcss_properties.py109 property_["enum_value"] for property_ in self._aliases)
122 self._properties_by_name[property_['name'].original] = property_
131 property_ for property_ in properties if property_['alias_for']
134 property_ for property_ in properties if property_['longhands']
137 property_ for property_ in properties
138 if (not property_['alias_for'] and not property_['longhands'])
175 self._properties_by_id[property_['property_id']] = property_
237 if key not in property_ or property_[key] is None:
241 name = property_['name']
268 property_['style_builder_declare'] = (property_['is_property']
[all …]
H A Dmake_css_property_names.py22 def _enum_declaration(self, property_): argument
23 return " %(enum_key)s = %(enum_value)s," % property_
25 def _array_item(self, property_): argument
26 return " CSSPropertyID::%(enum_key)s," % property_
59 for property_ in self._css_properties.properties_including_aliases:
60 enum_value_to_name[property_['enum_value']] = \
61 property_['name'].original
74 (property_['name'].original,
75 'static_cast<int>(CSSPropertyID::' + property_['enum_key'] + ')')
80 property_['enum_key']
[all …]
H A Dmake_css_value_id_mappings.py65 def _find_enum_longest_continuous_segment(property_, argument
88 property_enum_order = range(len(property_['keywords']))
98 keyword = NameStyleConverter(property_['keywords'][x[1]])
135 include_paths.update(property_['include_paths'])
136 if property_['field_template'] == 'multi_keyword':
137 mappings[property_['type_name']] = {
139 property_['default_value'],
142 for k in property_['keywords']
145 elif property_['field_template'] == 'keyword':
147 property_, name_to_position_dictionary)
[all …]
H A Dmake_style_shorthands.py55 for property_ in json5_properties.shorthands:
56 property_['longhand_enum_keys'] = map(enum_key_for_css_property,
57 property_['longhands'])
58 property_['longhand_property_ids'] = map(id_for_css_property,
59 property_['longhands'])
60 for longhand_enum_key in property_['longhand_enum_keys']:
61 self._longhand_dictionary[longhand_enum_key].append(property_)
68 … lambda property_: (-len(property_['longhand_property_ids']), property_['name'].original)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/css/
H A Dcss_properties.py104 property_["enum_value"] for property_ in self._aliases)
122 property_['is_property'] and bool(property_['longhands'])
124 property_['is_property'] and not property_['is_shorthand']
131 property_ for property_ in properties if property_['alias_for']
134 property_ for property_ in properties if property_['longhands']
137 property_ for property_ in properties
138 if (not property_['alias_for'] and not property_['longhands'])
174 self._properties_by_id[property_['property_id']] = property_
235 if key not in property_ or property_[key] is None:
265 property_['style_builder_declare'] = (property_['is_property']
[all …]
H A Dmake_css_property_names.py22 def _enum_declaration(self, property_): argument
23 return " %(enum_key)s = %(enum_value)s," % property_
25 def _array_item(self, property_): argument
26 return " CSSPropertyID::%(enum_key)s," % property_
63 for property_ in self._css_properties.properties_including_aliases:
64 enum_value_to_name[property_['enum_value']] = \
65 property_['name'].original
78 (property_['name'].original,
79 'static_cast<int>(CSSPropertyID::' + property_['enum_key'] + ')')
84 property_['enum_key']
[all …]
H A Dmake_css_value_id_mappings.py65 def _find_enum_longest_continuous_segment(property_, argument
88 property_enum_order = range(len(property_['keywords']))
98 keyword = NameStyleConverter(property_['keywords'][x[1]])
135 include_paths.update(property_['include_paths'])
136 if property_['field_template'] == 'multi_keyword':
137 mappings[property_['type_name']] = {
139 property_['default_value'],
142 for k in property_['keywords']
145 elif property_['field_template'] == 'keyword':
147 property_, name_to_position_dictionary)
[all …]
H A Dmake_style_shorthands.py116 for property_ in json5_properties.shorthands:
117 property_['longhand_enum_keys'] = map(enum_key_for_css_property,
118 property_['longhands'])
119 property_['longhand_property_ids'] = map(id_for_css_property,
120 property_['longhands'])
124 property_['longhands'])
125 property_['expansions'] = create_expansions(longhands)
126 for longhand_enum_key in property_['longhand_enum_keys']:
127 self._longhand_dictionary[longhand_enum_key].append(property_)
134 … lambda property_: (-len(property_['longhand_property_ids']), property_['name'].original)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/
H A Dmake_computed_style_base.py107 for property_ in properties:
143 for property_ in properties:
145 if property_['field_group']:
216 for property_ in properties:
290 mutable=property_['mutable'],
328 def _create_fields(property_): argument
337 if property_['independent']:
466 for property_ in properties:
515 for property_ in properties:
518 and "*" in property_["field_group"] and property_["inherited"]
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/
H A Dmake_computed_style_base.py103 for property_ in properties:
139 for property_ in properties:
141 if property_['field_group']:
212 for property_ in properties:
285 mutable=property_['mutable'],
323 def _create_fields(property_): argument
332 if property_['independent']:
461 for property_ in properties:
510 for property_ in properties:
513 and "*" in property_["field_group"] and property_["inherited"]
[all …]
/dports/science/clipper/clipper-2.1/clipper/core/
H A Dclipper_memory.cpp63 for ( int i = 0; i < property_.size(); i++ ) delete property_[i].second; in ~PropertyManager()
64 property_.clear(); in ~PropertyManager()
73 for ( int i = 0; i < property_.size(); i++ ) delete property_[i].second; in copy()
74 property_.clear(); in copy()
77 mgr.property_[i].first, mgr.property_[i].second->clone() ) ); in copy()
100 if ( label == property_[i].first ) { in get_property()
101 result = property_[i].second; in get_property()
117 if ( label == property_[i].first ) { in exists_property()
132 if ( label == property_[i].first ) { in delete_property()
133 delete property_[i].second; in delete_property()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/ime/
H A Dcandidate_window.h69 return *property_; in COMPONENT_EXPORT()
72 *property_ = property; in COMPONENT_EXPORT()
87 property_->cursor_position = cursor_position; in COMPONENT_EXPORT()
93 property_->is_cursor_visible = is_cursor_visible; in COMPONENT_EXPORT()
101 property_->is_vertical = (orientation == VERTICAL); in COMPONENT_EXPORT()
106 return property_->is_auxiliary_text_visible; in COMPONENT_EXPORT()
114 return property_->auxiliary_text; in COMPONENT_EXPORT()
117 property_->auxiliary_text = auxiliary_text; in COMPONENT_EXPORT()
121 return property_->current_candidate_index; in COMPONENT_EXPORT()
130 return property_->show_window_at_composition; in COMPONENT_EXPORT()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_rigid.cpp64 property_(NULL), in ComputeRigid()
101 if(0 == property_->lenVec()) in ComputeRigid()
104 else if(1 == property_->lenVec()) in ComputeRigid()
112 size_vector = property_->lenVec(); in ComputeRigid()
115 if(property_->isIntData()) in ComputeRigid()
121 if(!property_) in ComputeRigid()
159 else if(property_->isIntData()) in update_pointers()
171 if(property_->lenVec() > 1) in update_pointers()
181 if(property_->isDoubleData()) in update_pointers()
188 else if(property_->isIntData()) in update_pointers()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/ime/
H A Dcandidate_window.h65 return *property_; in COMPONENT_EXPORT()
68 *property_ = property; in COMPONENT_EXPORT()
83 property_->cursor_position = cursor_position; in COMPONENT_EXPORT()
89 property_->is_cursor_visible = is_cursor_visible; in COMPONENT_EXPORT()
94 return property_->is_vertical ? VERTICAL : HORIZONTAL; in COMPONENT_EXPORT()
97 property_->is_vertical = (orientation == VERTICAL); in COMPONENT_EXPORT()
102 return property_->is_auxiliary_text_visible; in COMPONENT_EXPORT()
110 return property_->auxiliary_text; in COMPONENT_EXPORT()
113 property_->auxiliary_text = auxiliary_text; in COMPONENT_EXPORT()
120 return property_->show_window_at_composition; in COMPONENT_EXPORT()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/cpp/common/
H A Dauth_property_iterator.cc25 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
29 : property_(property), in AuthPropertyIterator()
38 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
52 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
53 return property_ == rhs.property_; in operator ==()
65 property_->name, in operator *()
66 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/dports/devel/grpc130/grpc-1.30.2/src/cpp/common/
H A Dauth_property_iterator.cc26 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
30 : property_(property), in AuthPropertyIterator()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
53 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
54 return property_ == rhs.property_; in operator ==()
66 property_->name, in operator *()
67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/dports/devel/grpc134/grpc-1.34.1/src/cpp/common/
H A Dauth_property_iterator.cc26 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
30 : property_(property), in AuthPropertyIterator()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
53 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
54 return property_ == rhs.property_; in operator ==()
66 property_->name, in operator *()
67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/cpp/common/
H A Dauth_property_iterator.cc26 : property_(nullptr), ctx_(nullptr), index_(0), name_(nullptr) {} in AuthPropertyIterator()
30 : property_(property), in AuthPropertyIterator()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
53 if (property_ == nullptr || rhs.property_ == nullptr) { in operator ==()
54 return property_ == rhs.property_; in operator ==()
66 property_->name, in operator *()
67 grpc::string_ref(property_->value, property_->value_length)); in operator *()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/
H A Dmake_style_builder.py37 def calculate_apply_functions_to_declare(property_): argument
38 property_['should_declare_functions'] = \
39 not property_['longhands'] \
40 and property_['is_property']
41 property_['use_property_class_in_stylebuilder'] = \
42 property_['should_declare_functions']
53 for property_ in self._properties:
54 calculate_apply_functions_to_declare(property_)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/
H A Dmake_style_builder.py37 def calculate_apply_functions_to_declare(property_): argument
38 property_['should_declare_functions'] = \
39 not property_['longhands'] \
40 and property_['is_property']
41 property_['use_property_class_in_stylebuilder'] = \
42 property_['should_declare_functions']
53 for property_ in self._properties:
54 calculate_apply_functions_to_declare(property_)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/resolver/
H A Dcascade_expansion.cc82 property_(id_ == CSSPropertyID::kVariable ? &custom_ : o.property_), in CascadeExpansion()
103 } while (!AtEnd() && filter_.Rejects(*property_)); in Next()
125 id_ = metadata.property_->PropertyID(); in AdvanceNormal()
134 property_ = &custom_; in AdvanceNormal()
139 property_ = &CSSProperty::Get(id_); in AdvanceNormal()
146 property_ = metadata.property_; in AdvanceNormal()
150 DCHECK(property_); in AdvanceNormal()
155 DCHECK(property_); in AdvanceVisited()
156 const CSSProperty* visited = property_->GetVisitedProperty(); in AdvanceVisited()
159 property_ = visited; in AdvanceVisited()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/resolver/
H A Dcascade_expansion.cc84 property_(id_ == CSSPropertyID::kVariable ? &custom_ : o.property_), in CascadeExpansion()
105 } while (!AtEnd() && filter_.Rejects(*property_)); in Next()
136 property_ = &custom_; in AdvanceNormal()
141 property_ = &CSSProperty::Get(id_); in AdvanceNormal()
148 property_ = &CSSProperty::Get(id_); in AdvanceNormal()
152 DCHECK(property_); in AdvanceNormal()
157 DCHECK(property_); in AdvanceVisited()
158 const CSSProperty* visited = property_->GetVisitedProperty(); in AdvanceVisited()
161 property_ = visited; in AdvanceVisited()
182 property_ = &CSSProperty::Get(id_); in AdvanceAll()
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/sqlalchemy_utils/relationships/
H A Dchained_join.py5 property_ = relationships[0].property
7 if property_.secondary is not None:
8 from_ = property_.secondary.join(
9 property_.mapper.class_.__table__,
10 property_.secondaryjoin
13 from_ = property_.mapper.class_.__table__
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/doctemplates/mallard/Gjs/
H A Dinterface.tmpl9 % for ix, property_ in enumerate(node.properties):
10 % if (property_.construct or property_.construct_only) and property_.writable:
11 …<link xref='${namespace.name}.${node.name}-${property_.name}'>${property_.name.replace('-', '_')}<…
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/giscanner/doctemplates/mallard/Python/
H A Dinterface.tmpl7 % for ix, property_ in enumerate(node.properties):
8 % if property_.construct or property_.construct_only or property_.writable:
9 <link xref='${namespace.name}.${node.name}-${property_.name}'>${property_.name.replace('-', '_')}</…

12345678910>>...19