Home
last modified time | relevance | path

Searched refs:isXml (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DMessage.php185 $isXml = XmlSystems::isXml($message);
186 if (!$isXml) {
/plugin/confmanager/
H A Djquery.form.js545 var isXml = s.dataType == 'xml' || doc.XMLDocument || $.isXMLDoc(doc);
546 log('isXml='+isXml);
547 if (!isXml && window.opera && (doc.body === null || !doc.body.innerHTML)) {
564 if (isXml)
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php55 public static function isXml($text) function in ComboStrap\\Xml\\XmlSystems
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js2855 hash = ((hash << 5) - hash + this.hashValue(diagram, function(obj, key, value, isXml)
2859 if (isXml && (obj.nodeName == 'mxGeometry' || obj.nodeName == 'mxPoint') &&
2865 else if (isXml && obj.nodeName == 'mxCell' && key == 'previous')