Home
last modified time | relevance | path

Searched refs:removeDecorator (Results 1 – 15 of 15) sorted by relevance

/dports/cad/uranium/Uranium-3ed9c4de/tests/Scene/
H A DTestSceneNodeDecorator.py70 test_node.removeDecorator(SceneNodeDecorator)
93 test_node.removeDecorator(TheAmazingTestDecorator)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/source/
H A DCompositeRuler.java555 public void removeDecorator(int index) { in removeDecorator() method in CompositeRuler
557 removeDecorator(rulerColumn); in removeDecorator()
566 public void removeDecorator(IVerticalRulerColumn rulerColumn) { in removeDecorator() method in CompositeRuler
H A DSourceViewer.java1241 compositeRuler.removeDecorator(column); in removeVerticalRulerColumn()
/dports/cad/cura/Cura-58bae31/cura/Arranging/
H A DArrangeObjectsAllBuildPlatesJob.py116 node.removeDecorator(ZOffsetDecorator)
H A DArrange.py126 node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/decorators/
H A DLightweightDecoratorManager.java194 public boolean removeDecorator(LightweightDecoratorDefinition decorator) { in removeDecorator() method in LightweightDecoratorManager
H A DDecoratorManager.java1048 …shouldClear |= getLightweightManager().removeDecorator((LightweightDecoratorDefinition) definition… in removeExtension()
/dports/cad/cura/Cura-58bae31/cura/
H A DPlatformPhysics.py191 node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
H A DCuraApplication.py1316 node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
1345 node.removeDecorator(ZOffsetDecorator.ZOffsetDecorator)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Form/Element/
H A DFile.php85 $this->removeDecorator('ViewHelper');
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Form/
H A DDisplayGroup.php847 public function removeDecorator($name) function in Zend_Form_DisplayGroup
H A DElement.php1998 public function removeDecorator($name) function in Zend_Form_Element
/dports/cad/uranium/Uranium-3ed9c4de/UM/Scene/
H A DSceneNode.py267 def removeDecorator(self, dec_type: type) -> None: member in SceneNode
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/
H A DForm.php2856 public function removeDecorator($name) function in Zend_Form
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAbstractTextEditor.java1650 ruler.removeDecorator(rulerColumn); in removeColumn()