Home
last modified time | relevance | path

Searched refs:setIdAttribute (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLAbstractStateElt.cpp79 this->setIdAttribute(NULL); in ~ScXMLAbstractStateElt()
83 ScXMLAbstractStateElt::setIdAttribute(const char * idstr) in setIdAttribute() function in ScXMLAbstractStateElt
96 this->setIdAttribute(this->getXMLAttribute("id")); in handleXMLAttributes()
113 this->setIdAttribute(orig->getIdAttribute()); in copyContents()
H A DScXMLHistoryElt.cpp162 this->setIdAttribute(NULL); in ~ScXMLHistoryElt()
167 ScXMLHistoryElt::setIdAttribute(const char * idstr) in setIdAttribute() function in ScXMLHistoryElt
183 this->setIdAttribute(this->getXMLAttribute("id")); in handleXMLAttributes()
209 this->setIdAttribute(orig->getIdAttribute()); in copyContents()
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
14 $element->setIdAttribute("id", true);
19 $element->setIdAttribute("id", true);
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
14 $element->setIdAttribute("id", true);
19 $element->setIdAttribute("id", true);
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
14 $element->setIdAttribute("id", true);
19 $element->setIdAttribute("id", true);
/dports/www/mod_php74/php-7.4.27/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/lang/php74/php-7.4.27/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/textproc/php74-dom/php-7.4.27/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Dbug81433.phpt2 Bug #81433 (DOMElement::setIdAttribute(attr, true) called twice removes ID)
16 $element->setIdAttribute("id", true);
21 $element->setIdAttribute("id", true);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestSBaseIdName.cpp201 int i = S31->setIdAttribute(id); in START_TEST()
277 int i = S32->setIdAttribute(id); in START_TEST()
353 int i = E31->setIdAttribute(id); in START_TEST()
429 int i = E32->setIdAttribute(id); in START_TEST()
505 int i = U31->setIdAttribute(id); in START_TEST()
564 int i = U32->setIdAttribute(id); in START_TEST()
644 int i = AR31->setIdAttribute(id); in START_TEST()
738 int i = AR32->setIdAttribute(id); in START_TEST()
849 int i = EA31->setIdAttribute(id); in START_TEST()
943 int i = EA32->setIdAttribute(id); in START_TEST()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestSBaseIdName.cpp201 int i = S31->setIdAttribute(id); in START_TEST()
277 int i = S32->setIdAttribute(id); in START_TEST()
353 int i = E31->setIdAttribute(id); in START_TEST()
429 int i = E32->setIdAttribute(id); in START_TEST()
505 int i = U31->setIdAttribute(id); in START_TEST()
564 int i = U32->setIdAttribute(id); in START_TEST()
644 int i = AR31->setIdAttribute(id); in START_TEST()
738 int i = AR32->setIdAttribute(id); in START_TEST()
849 int i = EA31->setIdAttribute(id); in START_TEST()
943 int i = EA32->setIdAttribute(id); in START_TEST()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DDeleteButtonController.cpp190 container->setIdAttribute(containerElementIdentifier); in createDeletionUI()
205 outline->setIdAttribute(outlineElementIdentifier); in createDeletionUI()
228 button->setIdAttribute(buttonElementIdentifier); in createDeletionUI()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/scxml/
H A DScXMLAbstractStateElt.h52 virtual void setIdAttribute(const char * id);
H A DScXMLHistoryElt.h54 virtual void setIdAttribute(const char * id);
/dports/science/gromacs/gromacs-2021.4/src/testutils/
H A Drefdata_xml.cpp255 void setIdAttribute(XMLElementPtr element, const std::string& id) in setIdAttribute() function
267 setIdAttribute(element, entry.id()); // If this fails, it throws std::bad_alloc in createElement()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/
H A DElement.java389 public void setIdAttribute(String name, in setIdAttribute() method
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/external/w3c_dom/org/w3c/dom/
H A DElement.java389 public void setIdAttribute(String name, in setIdAttribute() method
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/org/w3c/dom/
H A DElement.java418 public void setIdAttribute(String name, in setIdAttribute() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/org/w3c/dom/
H A DElement.java418 public void setIdAttribute(String name, in setIdAttribute() method
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/external/w3c_dom/org/w3c/dom/
H A DElement.java389 public void setIdAttribute(String name, in setIdAttribute() method
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/external/w3c_dom/org/w3c/dom/
H A DElement.java389 public void setIdAttribute(String name, in setIdAttribute() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/org/w3c/dom/
H A DElement.java418 public void setIdAttribute(String name, in setIdAttribute() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/org/w3c/dom/
H A DElement.java418 public void setIdAttribute(String name, in setIdAttribute() method

12345678910>>...26