Home
last modified time | relevance | path

Searched refs:attr_remove (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/
H A Djessyink_uninstall.py56 self.attr_remove("effectIn", self.options.remove_effects)
57 self.attr_remove("effectOut", self.options.remove_effects)
58 self.attr_remove("masterSlide", self.options.remove_masterSlide)
59 self.attr_remove("transitionIn", self.options.remove_transitions)
60 self.attr_remove("transitionOut", self.options.remove_transitions)
61 self.attr_remove("autoText", self.options.remove_autoTexts)
62 self.attr_remove("view", self.options.remove_views)
H A Djessyink_view.py59 self.attr_remove('effectIn')
60 self.attr_remove('effectOut')
62 self.attr_remove('view')
H A Djessyink_install.py39 def attr_remove(self, prop, is_removed=True): member in JessyInkMixin
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/
H A Dcall-deprecated.rs18 #[call_deprecated::attr_remove] //~ WARN use of deprecated macro
28 #[call_deprecated::attr_remove]
H A Dcall-deprecated.stderr9 warning: use of deprecated macro `call_deprecated::attr_remove`: test
12 LL | #[call_deprecated::attr_remove]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/auxiliary/
H A Dcall-deprecated.rs17 pub fn attr_remove(_: TokenStream, _: TokenStream) -> TokenStream { in attr_remove() function
/dports/textproc/xmlwrapp/xmlwrapp-0.7.0/docs/manual/
H A Dmainpage.doxygen42 - @subpage attr_remove
H A Dattributes.doxygen78 @section attr_remove Removing Attributes
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python-pytest/onnx/
H A Dtest_node.py69 attr_remove = attribute_mapping.get('remove', [])
70 for k in attr_remove:
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python-pytest/onnx/
H A Dtest_node.py69 attr_remove = attribute_mapping.get('remove', [])
70 for k in attr_remove:
/dports/benchmarks/dbench/dbench-4.0/
H A Dconfigure.in45 AC_CHECK_FUNCS(attr_get attr_list attr_set attr_remove)
H A Dconfig.h.in18 /* Define to 1 if you have the `attr_remove' function. */
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Dsimple-node.cpp336 bool attr_remove = flags & SP_ATTRCLEAN_ATTR_REMOVE; in setAttributeImpl() local
339 if( (attr_warn || attr_remove) && value != nullptr ) { in setAttributeImpl()
341 if( !is_useful && attr_remove ) { in setAttributeImpl()
/dports/net/netatalk3/netatalk-3.1.12/libatalk/vfs/
H A Dextattr.c593 return attr_remove(path, attrname, flags); in sys_removexattr()
628 return attr_remove(path, attrname, flags); in sys_fremovexattr()
661 return attr_remove(path, attrname, flags); in sys_lremovexattr()
/dports/net/samba412/samba-4.12.15/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/databases/tdb/tdb-1.4.3/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/devel/talloc/talloc-2.3.1/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/devel/tevent/tevent-0.10.2/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/databases/ldb21/ldb-2.1.5/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/databases/ldb15/ldb-1.5.6/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags);
/dports/databases/ldb20/ldb-2.0.10/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags);
/dports/databases/ldb22/ldb-2.2.1/lib/replace/
H A Dxattr.c451 return attr_remove(path, attrname, flags); in rep_removexattr()
/dports/net/netatalk3/netatalk-3.1.12/
H A Dconfig.h.in102 /* Define to 1 if you have the `attr_remove' function. */
/dports/net-p2p/eiskaltdcpp-cli/eiskaltdcpp-2.2.10/dcpp/
H A DHashManager.cpp161 attr_remove(p_filePath.c_str(), g_streamName.c_str(), 0); in deleteStream()
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DHashManager.cpp161 attr_remove(p_filePath.c_str(), g_streamName.c_str(), 0); in deleteStream()

12