Home
last modified time | relevance | path

Searched refs:is_property (Results 1 – 25 of 131) sorted by relevance

123456

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/
H A Dapidocs.py26 def __init__(self, signature, is_property, returns, args, description): argument
29 self.is_property = is_property
33 if is_property:
/dports/emulators/qemu5/qemu-5.2.0/scripts/qmp/
H A Dqom-fuse47 def is_property(self, path):
74 if not self.is_property(path):
122 elif self.is_property(path):
/dports/emulators/qemu-guest-agent/qemu-5.0.1/scripts/qmp/
H A Dqom-fuse44 def is_property(self, path):
67 if not self.is_property(path):
113 elif self.is_property(path):
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/scripts/qmp/
H A Dqom-fuse44 def is_property(self, path):
67 if not self.is_property(path):
113 elif self.is_property(path):
/dports/emulators/qemu42/qemu-4.2.1/scripts/qmp/
H A Dqom-fuse44 def is_property(self, path):
67 if not self.is_property(path):
113 elif self.is_property(path):
/dports/emulators/qemu-utils/qemu-4.2.1/scripts/qmp/
H A Dqom-fuse44 def is_property(self, path):
67 if not self.is_property(path):
113 elif self.is_property(path):
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/scripts/qmp/
H A Dqom-fuse44 def is_property(self, path):
67 if not self.is_property(path):
113 elif self.is_property(path):
/dports/emulators/qemu60/qemu-6.0.0/scripts/qmp/
H A Dqom-fuse47 def is_property(self, path):
74 if not self.is_property(path):
122 elif self.is_property(path):
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Deffect-parser.h74 bool is_const, is_property, is_uniform, is_texture, written; member
82 bool is_property, bool is_const, in ep_param_init() argument
87 epp->is_property = is_property; in ep_param_init()
/dports/emulators/qemu/qemu-6.2.0/python/qemu/qmp/
H A Dqom_fuse.py105 def is_property(self, path: str) -> bool: member in QOMFuse
132 if not self.is_property(path):
185 elif self.is_property(path):
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/python/qemu/qmp/
H A Dqom_fuse.py105 def is_property(self, path: str) -> bool: member in QOMFuse
132 if not self.is_property(path):
185 elif self.is_property(path):
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus_macros-1.9.1/src/
H A Dproxy.rs60 let is_property = attrs.iter().any(|x| x.is_property()); in expand() localVariable
70 pascal_case(if is_property && has_inputs { in expand()
77 let m = if is_property { in expand()
H A Diface.rs106 let is_property = attrs.iter().any(|x| x.is_property()); in typedef()
109 assert_eq!(is_property && is_signal && struct_ret, false); in typedef()
160 if is_property && has_inputs { in typedef()
179 } else if is_property { in typedef()
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dcdef-property.h66 bool is_property (void) const { return true; } in is_property() function
123 if (! is_property ()) in cdef_property()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.h.tmpl86 |selectattr("is_property")
98 |selectattr("is_property")
110 |selectattr("is_property")
126 |selectattr("is_property")
H A Dcomputed_style_base.cc.tmpl45 |selectattr("is_property")
62 {% for field in computed_style.all_fields if field.is_property and field.is_independent %}
/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dprepare.py137 if node.func.is_property:
149 if getter.func.is_property and len(setter.decorators) == 1:
188 if node.node.is_property:
289 if node.node.is_property:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.cc.tmpl45 |selectattr("is_property")
62 {% for field in computed_style.all_fields if field.is_property and field.is_independent %}
H A Dcomputed_style_base.h.tmpl86 |selectattr("is_property")
97 |selectattr("is_property")
112 |selectattr("is_property")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/
H A Dcomputed_style_fields.py175 self.is_property = field_role == 'property'
177 assert (self.is_property, self.is_inherited_flag).count(True) == 1, \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/
H A Dcomputed_style_fields.py175 self.is_property = field_role == 'property'
177 assert (self.is_property, self.is_inherited_flag).count(True) == 1, \
/dports/devel/pylint/pylint-2.12.1/pylint/extensions/
H A Ddocparams.py335 is_property = checker_utils.decorated_with_property(func_node)
337 if not (doc.has_returns() or (doc.has_property_returns() and is_property)):
343 if not (doc.has_rtype() or (doc.has_property_type() and is_property)):
/dports/deskutils/gnote/gnote-41.1/src/
H A Dtag.hpp86 bool is_property() const in is_property() function in gnote::Tag
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_ctraits.py86 self.assertFalse(trait.is_property)
90 self.assertTrue(trait.is_property)
93 trait.is_property = False
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dsemanal_namedtuple.py400 is_property: bool = False) -> None:
403 var.is_property = is_property
409 add_field(var, is_property=True)

123456