/plugin/zotero/ |
H A D | ImportZoteroFeedReader.php | 27 $xpath = $this->getXPath($feed); 28 $nextUrl = $this->getNextUrl($xpath); 32 $xpath = $this->getXPath($additionalFeed); 33 $this->addEntriesToMainFeed($dom, $xpath); 36 $nextUrl = $this->getNextUrl($xpath); 67 $xpath = $this->getXPathForDocument($dom); 68 return $xpath; 73 $xpath = new DomXPath($dom); 76 return $xpath; 79 private function getNextUrl(DOMXPath $xpath) argument [all …]
|
H A D | FeedZoteroRepository.php | 17 private $xpath; variable in FeedZoteroRepository 36 $r = $this->xpath->query('//atom:feed/atom:entry'); 54 $this->xpath = new DomXPath($this->dom); 55 $this->xpath->registerNameSpace("atom", "http://www.w3.org/2005/Atom"); 56 $this->xpath->registerNameSpace("zapi", "http://zotero.org/ns/api"); 72 $item = $this->xpath->query("./zapi:itemType", $node)->item(0); 82 $item = $this->xpath->query("./zapi:key", $node)->item(0); 92 $item = $this->xpath->query("./atom:content", $node)->item(0);
|
/plugin/fedauth/Auth/Yadis/ |
H A D | XML.php | 94 function &evalXPath($xpath, $node = null) argument 141 $this->xpath = null; 165 function &evalXPath($xpath, $node = null) argument 168 $result = @$this->xpath->xpath_eval($xpath, $node); 170 $result = @$this->xpath->xpath_eval($xpath); 224 $this->xpath = null; 241 $this->xpath = new DOMXPath($this->doc); 243 if ($this->xpath) { 255 function &evalXPath($xpath, $node = null) argument 258 $result = @$this->xpath->query($xpath, $node); [all …]
|
/plugin/openid/Auth/Yadis/ |
H A D | XML.php | 94 function &evalXPath($xpath, $node = null) argument 141 $this->xpath = null; 165 function &evalXPath($xpath, $node = null) argument 168 $result = @$this->xpath->xpath_eval($xpath, $node); 170 $result = @$this->xpath->xpath_eval($xpath); 224 $this->xpath = null; 241 $this->xpath = new DOMXPath($this->doc); 243 if ($this->xpath) { 255 function &evalXPath($xpath, $node = null) argument 258 $result = @$this->xpath->query($xpath, $node); [all …]
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
H A D | XML.php | 99 $xpath = new \DOMXPath($dom); 101 $curve = self::loadCurveByParam($xpath); 106 self::extractPointRFC4050($xpath, $curve) : 130 $result = $xpath->query($query); 153 $xpath = new \DOMXPath($dom); 185 $x = self::query($xpath, 'publickey/x'); 186 $y = self::query($xpath, 'publickey/y'); 212 $namedCurve = self::query($xpath, 'namedcurve'); 233 $params = self::query($xpath, 'ecparameters'); 248 $result = self::query($xpath, $query); [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ServerPropsTest.php | 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'); 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'); 111 … $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry'); 114 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 117 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 120 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 126 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 145 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery'); [all …]
|
H A D | ServerPropsInfiniteDepthTest.php | 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'); 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… 102 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 105 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 108 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 111 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supportedlock/d:lockentry/d:loc… 130 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:lockdiscovery'); 157 …$this->assertTrue(count($xml->xpath($test))==true,'We expected the ' . $test . ' element to appear… [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PrincipalPropertySearchTest.php | 167 $xpath = is_int($v1)?$v2:$v1; 169 $result = $xml->xpath($xpath); 174 …ls($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' .… 240 $xpath = is_int($v1)?$v2:$v1; 242 $result = $xml->xpath($xpath); 247 …ls($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' .… 312 $xpath = is_int($v1)?$v2:$v1; 314 $result = $xml->xpath($xpath); 319 …ls($count,count($result), 'we expected ' . $count . ' appearances of ' . $xpath . ' . We found ' .… 371 $xpath = is_int($v1)?$v2:$v1; [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/ |
H A D | SupportedReportSetTest.php | 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'); 93 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set'); 96 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set/d:supporte… 99 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set/d:supporte… 102 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set/d:supporte… 105 …$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-report-set/d:supporte… 108 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');
|
H A D | SupportedMethodSetTest.php | 42 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop'); 45 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:supported-method-set'); 48 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:status');
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckxml_ie.js | 67 SelectNodes : function( xpath, contextNode ) argument 73 return contextNode.selectNodes( xpath ) ; 75 return this.DOMDocument.selectNodes( xpath ) ; 78 SelectSingleNode : function( xpath, contextNode ) argument 84 return contextNode.selectSingleNode( xpath ) ; 86 return this.DOMDocument.selectSingleNode( xpath ) ;
|
H A D | fckxml_gecko.js | 53 SelectNodes : function( xpath, contextNode ) argument 60 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument, 74 SelectSingleNode : function( xpath, contextNode ) argument 79 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument,
|
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
H A D | xmlseclibs.php | 565 $this->xPathCtx = $xpath; 587 $xpath = new DOMXPath($doc); 898 $xpath = $this->getXPathObj(); 915 $xpath = $this->getXPathObj(); 1061 $xpath = new DOMXPath($doc); 1079 $xpath = new DOMXPath($doc); 1289 $xpath = $this->getXPathObj(); 1301 if (empty($xpath)) { 1601 $xpath = new DOMXPath($doc); 1617 $xpath = new DOMXPath($doc); [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 92 FCKXml.prototype.SelectNodes = function( xpath ) argument 95 return this.DOMDocument.selectNodes( xpath ) ; 100 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 115 FCKXml.prototype.SelectSingleNode = function( xpath ) argument 118 return this.DOMDocument.selectSingleNode( xpath ) ; 121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
|
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 113 FCKXml.prototype.SelectNodes = function( xpath ) argument 116 return this.DOMDocument.selectNodes( xpath ) ; 121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 136 FCKXml.prototype.SelectSingleNode = function( xpath ) argument 139 return this.DOMDocument.selectSingleNode( xpath ) ; 142 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/ |
H A D | NotRecognizedPrincipalTest.php | 31 foreach($xpaths as $xpath=>$count) { 33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
|
H A D | AceConflictTest.php | 31 foreach($xpaths as $xpath=>$count) { 33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
|
H A D | NoAbstractTest.php | 31 foreach($xpaths as $xpath=>$count) { 33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
|
H A D | NotSupportedPrivilegeTest.php | 31 foreach($xpaths as $xpath=>$count) { 33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
|
H A D | NeedPrivilegesExceptionTest.php | 41 foreach($xpaths as $xpath=>$count) { 43 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 123 FCKXml.prototype.SelectNodes = function( xpath ) argument 127 return this.DOMDocument.selectNodes( xpath ) ; 132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 147 FCKXml.prototype.SelectSingleNode = function( xpath ) argument 151 return this.DOMDocument.selectSingleNode( xpath ) ; 155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 123 FCKXml.prototype.SelectNodes = function( xpath ) argument 127 return this.DOMDocument.selectNodes( xpath ) ; 132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 147 FCKXml.prototype.SelectSingleNode = function( xpath ) argument 151 return this.DOMDocument.selectSingleNode( xpath ) ; 155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/ |
H A D | Issue1472Test.php | 9 $xpath = new DOMXPath($doc); 13 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])')); 19 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
|
/plugin/combo/ComboStrap/ |
H A D | XmlDocument.php | 356 $nodes = $this->xpath("//*[namespace-uri()='$namespaceUri']"); 362 $nodes = $this->xpath("//@*[namespace-uri()='$namespaceUri']"); 371 $xpath = new DOMXPath($this->getXmlDom()); 372 $DOMNodeList = $xpath->query("namespace::*", $this->getXmlDom()->ownerDocument); 387 $xpath = new DOMXPath($this->getXmlDom()); 392 $DOMNodeList = $xpath->query('namespace::*', $this->getXmlDom()->ownerDocument); 419 function xpath($query) function in ComboStrap\\XmlDocument 421 $xpath = new DOMXPath($this->getXmlDom()); 434 $result = $xpath->registerNamespace($prefix, $namespaceUri); 441 return $xpath->query($query); [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Configuration.php | 147 protected $xpath; variable in PHPUnit_Util_Configuration 159 $this->xpath = new DOMXPath($this->document); 213 $tmp = $this->xpath->query('filter/whitelist'); 357 foreach ($this->xpath->query('logging/log') as $log) { 444 foreach ($this->xpath->query('php/ini') as $ini) { 451 foreach ($this->xpath->query('php/const') as $const) { 459 foreach ($this->xpath->query('php/' . $array) as $var) { 839 $testSuiteNodes = $this->xpath->query('testsuite'); 867 $nodes = $this->xpath->query('*/testsuite'); 1034 foreach ($this->xpath->query($query) as $directory) { [all …]
|