Home
last modified time | relevance | path

Searched refs:statusElement (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/saxon-devel/saxon-devel-9.1.0.8_1,1/samples/cs/
H A DSchemaTestSuiteDriver.cs225 XdmNode statusElement = getChildElement(schemaTest, currentNT); in go()
226 if (statusElement != null) { in go()
227 String status = statusElement.GetAttributeValue(statusAtt); in go()
229 bugzillaRef = statusElement.GetAttributeValue(bugzillaAtt); in go()
329 XdmNode statusElement = getChildElement(instanceTest, currentNT); in go()
330 if (statusElement != null) { in go()
331 String status = statusElement.GetAttributeValue(statusAtt); in go()
333 … String instanceBug = statusElement.GetAttributeValue(bugzillaAtt); in go()
/dports/polish/kadu/kadu-4.3/plugins/gadu_protocol/oauth/
H A Doauth-token-fetcher.cpp94 QDomElement statusElement = resultElement.firstChildElement("status"); in requestFinished() local
96 …| oauthTokenSecretElement.isNull() || oauthTokenExpiresInlement.isNull() || statusElement.isNull()) in requestFinished()
104 if ("0" != statusElement.text()) in requestFinished()
/dports/textproc/saxon-devel/saxon-devel-9.1.0.8_1,1/drivers/java/test/
H A DSchemaTestSuiteDriver.java279 NodeInfo statusElement = getChildElement(schemaTest, currentNT); in go() local
280 if (statusElement != null) { in go()
281 String status = statusElement.getAttributeValue(statusAtt); in go()
283 bugzillaRef = statusElement.getAttributeValue(bugzillaAtt); in go()
322 NodeInfo statusElement = getChildElement(instanceTest, currentNT); in go() local
323 if (statusElement != null) { in go()
324 String status = statusElement.getAttributeValue(statusAtt); in go()
326 String instanceBug = statusElement.getAttributeValue(bugzillaAtt); in go()
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppPresence.cpp438 QDomElement statusElement = element.firstChildElement(QStringLiteral("status")); in parseExtension() local
441 while (!statusElement.isNull()) { in parseExtension()
442 d->mucStatusCodes << statusElement.attribute(QStringLiteral("code")).toInt(); in parseExtension()
443 statusElement = statusElement.nextSiblingElement(QStringLiteral("status")); in parseExtension()
/dports/net/kf5-kdav/kdav-5.89.0/src/common/
H A Ddavprincipalsearchjob.cpp158 …const QDomElement statusElement = Utils::firstChildElementNS(propstatCandidate, QStringLiteral("DA… in principalCollectionSetSearchFinished() local
159 if (statusElement.text().contains(QLatin1String("200"))) { in principalCollectionSetSearchFinished()
291 …const QDomElement statusElement = Utils::firstChildElementNS(propstatCandidate, QStringLiteral("DA… in principalPropertySearchFinished() local
292 if (statusElement.text().contains(QLatin1String("200"))) { in principalPropertySearchFinished()
H A Ddavcollectionmodifyjob.cpp144 …const QDomElement statusElement = Utils::firstChildElementNS(propstatElement, QStringLiteral("DAV:… in davJobFinished() local
146 const QString statusText = statusElement.text(); in davJobFinished()
H A Ddavitemsfetchjob.cpp115 …const QDomElement statusElement = Utils::firstChildElementNS(propstatElement, QStringLiteral("DAV:… in davJobFinished() local
116 if (!statusElement.text().contains(QLatin1String("200"))) { in davJobFinished()
H A Ddavprincipalhomesetsfetchjob.cpp176 …const QDomElement statusElement = Utils::firstChildElementNS(propstatCandidate, QStringLiteral("DA… in davJobFinished() local
177 if (statusElement.text().contains(QLatin1String("200"))) { in davJobFinished()
H A Ddavitemslistjob.cpp186 …const QDomElement statusElement = Utils::firstChildElementNS(propstatCandidate, QStringLiteral("DA… in davJobFinished() local
187 if (statusElement.text().contains(QLatin1String("200"))) { in davJobFinished()
H A Ddavcollectionsfetchjob.cpp257 …const QDomElement statusElement = Utils::firstChildElementNS(propstatCandidate, QStringLiteral("DA… in collectionsFetchFinished() local
258 if (statusElement.text().contains(QLatin1String("200"))) { in collectionsFetchFinished()
/dports/biology/lamarc/lamarc-2.1.8/src/xml/
H A Dparsetreetodata.cpp401 ParseTreeToData::DoStatus(TiXmlElement * statusElement) in DoStatus() argument
403 if(statusElement != NULL) in DoStatus()
406 while((child = statusElement->IterateChildren(xmlstr::XML_TAG_DISEASESTATUS,child))) in DoStatus()
/dports/www/moodle310/moodle/user/amd/build/
H A Dstatus_field.min.js.map1statusElement","getDynamicTableFromLink","link","closest","DynamicTableSelectors","main","region",…
/dports/www/moodle311/moodle/user/amd/build/
H A Dstatus_field.min.js.map1statusElement","getDynamicTableFromLink","link","closest","DynamicTableSelectors","main","region",…
/dports/www/moodle39/moodle/user/amd/build/
H A Dstatus_field.min.js.map1statusElement","getDynamicTableFromLink","link","closest","DynamicTableSelectors","main","region",…
/dports/games/julius/julius-1.7.0/gen/
H A Dshell.html.in272 var statusElement = document.getElementById('status');
485 statusElement.innerHTML = text;
/dports/games/augustus/augustus-3.1.0/gen/
H A Dshell.html.in272 var statusElement = document.getElementById('status');
485 statusElement.innerHTML = text;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1031192 (WebInspector.SidebarTreeElement): Create a statusElement.
31196 (WebInspector.SidebarTreeElement.prototype.onattach): Append statusElement to _listItemNode.