| /plugin/jmol2/jmol/ |
| D | JmolApplet0_ReadersXml.jar | ... >
package org.jmol.adapter.readers.xml
org.jmol.adapter.readers.xml. ... |
| D | JmolAppletSigned0_ReadersXml.jar | ... >
package org.jmol.adapter.readers.xml
org.jmol.adapter.readers.xml. ... |
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | ServerPropsTest.php | 59 $xml = simplexml_load_string($body); 60 $xml->registerXPathNamespace('d','urn:DAV'); 62 list($data) = $xml->xpath('/d:multistatus/d:response/d:href'); 65 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype'); 85 $xml = simplexml_load_string($body); 86 $xml->registerXPathNamespace('d','urn:DAV'); 88 list($data) = $xml->xpath('/d:multistatus/d:response/d:href'); 91 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength'); 98 $xml = '<?xml version="1.0"?> 105 $this->sendRequest($xml); [all …]
|
| H A D | ServerPropsInfiniteDepthTest.php | 66 $xml = simplexml_load_string($body); 67 $xml->registerXPathNamespace('d','urn:DAV'); 69 list($data) = $xml->xpath('/d:multistatus/d:response/d:href'); 72 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype'); 80 $xml = '<?xml version="1.0"?> 87 $this->sendRequest($xml); 93 $xml = simplexml_load_string($body); 94 $xml->registerXPathNamespace('d','urn:DAV'); 96 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry'); 99 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/ |
| H A D | CalendarQueryReportTest.php | 15 $xml = <<<XML 27 $result = $this->parse($xml); 52 $xml = <<<XML 61 $this->parse($xml); 67 $xml = <<<XML 108 $result = $this->parse($xml); 222 $xml = <<<XML 238 $this->parse($xml); 247 $xml = <<<XML 262 $this->parse($xml); [all …]
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | dom.activelink.inc.php | 5 var $xml; variable in ActiveLinkDOMTree 11 function ActiveLinkDOMTree($xml, $index, $indices, $parents) { argument 12 $this->xml = $xml; 17 if (is_a($this->xml,"XMLLeaf")) { 18 $this->content = $xml->value; 20 $this->content = $xml->getXMLContent(); 24 function &from_XML($xml) { argument 25 $tree =& new ActiveLinkDomTree($xml,0, array(), array()); 30 return is_a($this->xml,"XMLLeaf") ? XML_TEXT_NODE : XML_ELEMENT_NODE; 34 return is_a($this->xml,"XMLLeaf") ? "text" : $this->xml->getTagName(); [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ |
| H A D | PrincipalTest.php | 45 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin); 50 </d:principal>', $xml); 61 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin); 66 </d:principal>', $xml); 77 $xml = (new DAV\Server())->xml->write('{DAV:}principal', $prin, '/'); 82 </d:principal>', $xml); 88 $xml = '<?xml version="1.0"?> 93 $principal = $this->parse($xml); 101 $xml = '<?xml version="1.0"?> 106 $principal = $this->parse($xml); [all …]
|
| H A D | ACLTest.php | 21 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl); 26 $this->assertXmlStringEqualsXmlString($expected, $xml); 45 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/'); 72 $this->assertXmlStringEqualsXmlString($expected, $xml); 95 $xml = (new DAV\Server())->xml->write('{DAV:}root', $acl, '/'); 131 $this->assertXmlStringEqualsXmlString($expected, $xml); 165 $reader->xml($source); 210 $reader->xml($source); 250 $reader->xml($source); 300 $reader->xml($source);
|
| /plugin/adfs/ |
| D | admin.php | 10 protected $xml = ''; variable in admin_plugin_adfs 17 $xml = $http->get($INPUT->str('url')); 18 if ($xml === false) { 21 $this->xml = $xml; 25 $this->xml = $INPUT->str('xml'); 37 if ($this->xml) $urlinput->val('')->useInput(false); 38 $form->addTextarea('xml', 'The XML Metadata')->val($this->xml)->useInput(false); 43 if ($this->xml) { 44 $data = $this->metaData($this->xml); 63 public function metaData($xml) argument [all …]
|
| /plugin/saml/ |
| D | admin.php | 11 protected $xml = ''; variable in admin_plugin_saml 18 $xml = $http->get($INPUT->str('url')); 19 if ($xml === false) { 22 $this->xml = $xml; 26 $this->xml = $INPUT->str('xml'); 38 if ($this->xml) $urlinput->val('')->useInput(false); 39 $form->addTextarea('xml', 'The XML Metadata')->val($this->xml)->useInput(false); 44 if ($this->xml) { 45 $data = $this->metaData($this->xml); 64 public function metaData($xml) argument [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Xml/Request/ |
| H A D | AddressBookQueryReportTest.php | 14 $xml = <<<XML 26 $result = $this->parse($xml); 51 $xml = <<<XML 63 $result = $this->parse($xml); 91 $xml = <<<XML 103 $this->parse($xml); 112 $xml = <<<XML 121 $result = $this->parse($xml); 138 $xml = <<<XML 166 $result = $this->parse($xml); [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ |
| H A D | SupportedReportSetTest.php | 33 $xml = '<?xml version="1.0"?> 40 $this->sendPROPFIND($xml); 45 $xml = simplexml_load_string($body); 46 $xml->registerXPathNamespace('d', 'urn:DAV'); 48 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop'); 51 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set'); 54 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status'); 74 $xml = '<?xml version="1.0"?> 81 $this->sendPROPFIND($xml); 86 $xml = simplexml_load_string($body); [all …]
|
| H A D | HrefTest.php | 25 $xml = $this->write(['{DAV:}anything' => $href]); 30 ', $xml); 39 $xml = $this->write(['{DAV:}anything' => $href]); 44 ', $xml); 50 $xml = '<?xml version="1.0"?> 54 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']); 66 $xml = '<?xml version="1.0"?> 69 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']); 76 $xml = '<?xml version="1.0"?> 79 $result = $this->parse($xml, ['{DAV:}anything' => 'Sabre\\DAV\\Xml\\Property\\Href']); [all …]
|
| /plugin/authnc/ |
| D | auth.php | 88 $xml = $this->nc_request($server, $user, $pass); 90 if ($xml && $xml->meta->status == "ok") { 95 $msg = $xml ? " with error " . $xml->meta->message : " connection error"; 101 foreach ($xml->data->groups->element as $grp) { 105 $USERINFO['name'] = (string)$xml->data->displayname; 106 $USERINFO['mail'] = (string)$xml->data->email; 239 …$xml = $this->nc_request($server, $_SESSION[DOKU_COOKIE]['auth']['user'], $_SESSION[DOKU_COOKIE]['… 240 if (! $xml || ! $xml->data->users) { 251 foreach($xml->data->users->element as $user) { 258 …$xml = $this->nc_request($server, $_SESSION[DOKU_COOKIE]['auth']['user'], $_SESSION[DOKU_COOKIE]['… [all …]
|
| /plugin/jquery-syntax/jquery-syntax/base/ |
| D | jquery.syntax.brush.xml.css | 1 .syntax-theme-base .syntax .xml .cdata-content { 4 .syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata { 6 .syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag { 9 .syntax-theme-base .syntax .xml .namespace { 11 .syntax-theme-base .syntax .xml .attribute { 13 .syntax-theme-base .syntax .xml .instruction { 15 .syntax-theme-base .syntax .xml .entity, .syntax-theme-base .syntax .xml .percent-escape {
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
| H A D | PrincipalPropertySearchTest.php | 37 $xml = '<?xml version="1.0"?> 58 $request->setBody($xml); 76 $xml = '<?xml version="1.0"?> 97 $request->setBody($xml); 115 $xml = '<?xml version="1.0"?> 137 $request->setBody($xml); 163 $xml = simplexml_load_string($server->httpResponse->body); 164 $xml->registerXPathNamespace('d','DAV:'); 169 $result = $xml->xpath($xpath); 182 $xml = '<?xml version="1.0"?> [all …]
|
| /plugin/pdb/classes/ |
| D | _NCBI.php | 45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid)); 46 if (preg_match("/error/i",$xml)){return NULL;} 47 return $xml; 54 function GetSummaryItem($item,&$xml){ argument 55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 59 function GetSummaryItems($item,&$xml){ argument 60 preg_match_all('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 64 function GetSearchItem($item,&$xml){ argument 65 preg_match("/<".$item.">([^<]+?)</",$xml,$m); 69 function GetSearchItems($item,&$xml){ argument [all …]
|
| /plugin/pubmed/classes/ |
| D | _NCBI.php | 45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid)); 46 if (preg_match("/error/i",$xml)){return NULL;} 47 return $xml; 54 function GetSummaryItem($item,&$xml){ argument 55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 59 function GetSummaryItems($item,&$xml){ argument 60 preg_match_all('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 64 function GetSearchItem($item,&$xml){ argument 65 preg_match("/<".$item.">([^<]+?)</",$xml,$m); 69 function GetSearchItems($item,&$xml){ argument [all …]
|
| /plugin/pubchem/classes/ |
| D | _NCBI.php | 45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid)); 46 if (preg_match("/error/i",$xml)){return NULL;} 47 return $xml; 54 function GetSummaryItem($item,&$xml){ argument 55 preg_match('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 59 function GetSummaryItems($item,&$xml){ argument 60 preg_match_all('/"'.$item.'"[^>]*>([^<]+)/',$xml,$m); 64 function GetSearchItem($item,&$xml){ argument 65 preg_match("/<".$item.">([^<]+?)</",$xml,$m); 69 function GetSearchItems($item,&$xml){ argument [all …]
|
| /plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/ |
| D | ReaderTest.php | 14 $reader->xml($input); 29 $reader->xml($input); 44 $reader->xml($input); 62 $reader->xml($input); 107 $reader->xml($input); 139 $reader->xml($input); 174 $reader->xml($input); 211 $reader->xml($input); 235 $reader->xml($input); 275 $reader->xml($input); [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
| H A D | SharingPluginTest.php | 171 $xml = <<<RRR 185 $request->setBody($xml); 214 $xml = '<?xml version="1.0"?> 227 $request->setBody($xml); 242 $xml = '<?xml version="1.0"?> 249 $request->setBody($xml); 263 $xml = '<?xml version="1.0"?> 267 $request->setBody($xml); 281 $xml = '<?xml version="1.0"?> 286 $request->setBody($xml); [all …]
|
| /plugin/bpmnio/script/ |
| D | bpmnio_render.js | 7 async function renderDiagram(xml, container, viewer, computeSizeFn) { argument 9 const result = await viewer.importXML(xml); 67 async function renderBpmnDiagram(xml, container) { argument 71 renderDiagram(xml, container, viewer, computeBpmnDiagramSize); 74 async function renderDmnDiagram(xml, container) { argument 78 renderDiagram(xml, container, viewer, computeDmnDiagramSize); 85 const { xml } = result; 86 if (xml.length > 0) { 88 const data = encoder.encode(xml); 108 async function renderBpmnEditor(xml, container) { argument [all …]
|
| /plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/ |
| H A D | ReaderTest.php | 14 $reader->xml($input); 29 $reader->xml($input); 44 $reader->xml($input); 62 $reader->xml($input); 107 $reader->xml($input); 139 $reader->xml($input); 174 $reader->xml($input); 214 $reader->xml($input); 256 $reader->xml($input); 288 $reader->xml($input); [all …]
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/ |
| H A D | ResponseTest.php | 44 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]); 65 ', $xml); 84 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]); 98 ', $xml); 116 $xml = $this->write(['{DAV:}root' => ['{DAV:}response' => $property]]); 130 </d:root>', $xml); 149 '<?xml version="1.0"?> 184 $xml = '<?xml version="1.0"?> 221 $xml = '<?xml version="1.0"?>
|
| /plugin/mantis/lib/ |
| D | class.nusoap_base.php | 455 $xml = "<$name$xmlns$atts/>"; 456 $this->debug("serialize_val returning $xml"); 457 return $xml; 464 $xml = "<$name$xmlns$type_str$atts xsi:nil=\"true\"/>"; 465 $this->debug("serialize_val returning $xml"); 466 return $xml; 482 $xml = "<$name$xmlns$atts>$val</$name>"; 483 $this->debug("serialize_val returning $xml"); 484 return $xml; 486 $xml = "<$name$xmlns xsi:type=\"xsd:$type\"$atts>$val</$name>"; [all …]
|