Home
last modified time | relevance | path

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

/plugin/mantis/lib/
H A Dclass.xmlschema.php90 $xmlStr = @join("",@file($xml));
91 if($xmlStr == ""){
98 $this->parseString($xmlStr,$type);
H A Dnusoap.php1158 $xmlStr = @join("",@file($xml));
1159 if($xmlStr == ""){
1166 $this->parseString($xmlStr,$type);
/plugin/googlesearch/
H A Dnusoap.php1077 $xmlStr = @join("",@file($xml));
1078 if($xmlStr == ""){
1085 $this->parseString($xmlStr,$type);
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js11236 BpmnModdle.prototype.fromXML = function(xmlStr, typeName, options) { argument
11246 return reader.fromXML(xmlStr, rootHandler);