Home
last modified time | relevance | path

Searched refs:rootElt (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/paintops/defaultpaintops/duplicate/
H A Dkis_duplicateop_settings.cpp124 void KisDuplicateOpSettings::toXML(QDomDocument& doc, QDomElement& rootElt) const in toXML()
127 KisPropertiesConfiguration::toXML(doc, rootElt); in toXML()
129 rootElt.setAttribute("OffsetX", QString::number(m_offset.x())); in toXML()
130 rootElt.setAttribute("OffsetY", QString::number(m_offset.y())); in toXML()
H A Dkis_duplicateop_settings.h61 void toXML(QDomDocument& doc, QDomElement& rootElt) const override;
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DResourceMap.cxx526 xmlNodePtr rootElt = xmlDocGetRootElement(document); in readConfigurationFile() local
527 …if (rootElt == NULL) throw ConfigurationFileParsingException(HERE) << "Wrapper file has no root el… in readConfigurationFile()
528 if (xmlStrcmp(rootElt->name, reinterpret_cast<const xmlChar *>(RootElementName))) in readConfigurationFile()
530 << " has an invalid root element (" << rootElt->name << ")" in readConfigurationFile()
531 << " at line " << xmlGetLineNo(rootElt); in readConfigurationFile()
535 if (rootElt && rootElt->children) in readConfigurationFile()
537 for (xmlNodePtr current = rootElt->children; current; current = current->next) in readConfigurationFile()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellWordUtil.cpp74 nsCOMPtr<nsIDOMElement> rootElt; in Init() local
75 rv = editor->GetRootElement(getter_AddRefs(rootElt)); in Init()
78 nsCOMPtr<nsINode> rootNode = do_QueryInterface(rootElt); in Init()
H A DmozInlineSpellChecker.cpp226 nsCOMPtr<nsIDOMElement> rootElt; in InitForNavigation() local
227 rv = editor->GetRootElement(getter_AddRefs(rootElt)); in InitForNavigation()
231 nsCOMPtr<nsINode> root = do_QueryInterface(rootElt, &rv); in InitForNavigation()
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DShowLogFileDialog.java85 javax.swing.text.Element rootElt = doc.getDefaultRootElement(); in removeLines() local
93 javax.swing.text.Element firstLine = rootElt.getElement(0); in removeLines()
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DShowLogFileDialog.java85 javax.swing.text.Element rootElt = doc.getDefaultRootElement(); in removeLines() local
93 javax.swing.text.Element firstLine = rootElt.getElement(0); in removeLines()
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DShowLogFileDialog.java85 javax.swing.text.Element rootElt = doc.getDefaultRootElement(); in removeLines() local
93 javax.swing.text.Element firstLine = rootElt.getElement(0); in removeLines()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Ddbcommands.cpp603 if (const auto rootElt = cmdObj["root"]) { in parseNs() local
606 rootElt.type() == BSONType::String); in parseNs()
607 collectionName = rootElt.str(); in parseNs()
/dports/textproc/ltxml/ltxml-1.2.9/XML/src/api/
H A Dsgmlfiles.c306 static NSL_ElementSummary_I rootElt = {0,dc_element,0,0}; in open_source() local
440 PUSH(sf->eltContent,&rootElt); /* fencepost, true if off the top */ in open_source()
584 static NSL_ElementSummary_I rootElt = {0,dc_mixed,0,0}; in open_output() local
616 PUSH(sf->eltContent,&rootElt); /* fencepost */ in open_output()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclFileName.c646 Tcl_Obj *rootElt; in SplitUnixPath() local
670 rootElt = Tcl_NewStringObj(origPath, path - origPath); in SplitUnixPath()
671 Tcl_ListObjAppendElement(NULL, result, rootElt); in SplitUnixPath()
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclFileName.c656 Tcl_Obj *rootElt; in SplitUnixPath() local
680 rootElt = Tcl_NewStringObj(origPath, path - origPath); in SplitUnixPath()
681 Tcl_ListObjAppendElement(NULL, result, rootElt); in SplitUnixPath()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclFileName.c656 Tcl_Obj *rootElt; in SplitUnixPath() local
680 rootElt = Tcl_NewStringObj(origPath, path - origPath); in SplitUnixPath()
681 Tcl_ListObjAppendElement(NULL, result, rootElt); in SplitUnixPath()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/commands/
H A Dcommands_public.cpp1322 if (const auto rootElt = cmdObj["root"]) { in parseNs() local
1325 rootElt.type() == BSONType::String); in parseNs()
1326 collectionName = rootElt.str(); in parseNs()