Home
last modified time | relevance | path

Searched refs:xpath (Results 1 – 25 of 68) sorted by relevance

123

/plugin/zotero/
H A DImportZoteroFeedReader.php27 $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 DFeedZoteroRepository.php17 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 DXML.php94 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 DXML.php96 function &evalXPath($xpath, $node = null) argument
146 $this->xpath = null;
170 function &evalXPath($xpath, $node = null) argument
173 $result = @$this->xpath->xpath_eval($xpath, $node);
175 $result = @$this->xpath->xpath_eval($xpath);
232 protected $xpath = null; variable in Auth_Yadis_dom
265 $this->xpath = new DOMXPath($this->doc);
267 if ($this->xpath) {
279 function &evalXPath($xpath, $node = null) argument
282 $result = @$this->xpath->query($xpath, $node);
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php85 $xpath = './/option[@value = ' . XPathEscaper::escapeQuotes($value) . ']';
86 $options = $this->element->findElements(WebDriverBy::xpath($xpath));
106 $xpath = './/option[normalize-space(.) = ' . XPathEscaper::escapeQuotes($text) . ']';
107 $options = $this->element->findElements(WebDriverBy::xpath($xpath));
117 // Since the mechanism of getting the text in xpath is not the same as
141 $xpath = './/option[contains(normalize-space(.), ' . XPathEscaper::escapeQuotes($text) . ')]';
142 $options = $this->element->findElements(WebDriverBy::xpath($xpath));
[all...]
H A DAbstractWebDriverCheckboxOrRadio.php151 $xpath = 'ancestor::label';
152 $xpathNormalize = sprintf('%s[%s]', $xpath, $normalizeFilter);
158 $xpath .= sprintf(' | //label[%s]', $idFilter);
163 $element->findElement(WebDriverBy::xpath($xpathNormalize));
170 // Since the mechanism of getting the text in xpath is not the same as
172 if ($text !== $element->findElement(WebDriverBy::xpath($xpath))->getText()) {
198 $form = $this->element->findElement(WebDriverBy::xpath('ancestor::form'));
202 return $form->findElements(WebDriverBy::xpath(
210 WebDriverBy::xpath(sprint
[all...]
H A DWebDriverBy.php8 * 'partial link text', 'tag name' and 'xpath'.
127 * @param string $xpath
130 public static function xpath($xpath) argument
132 return new static('xpath', $xpath);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php99 $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 DServerPropsTest.php62 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 DServerPropsInfiniteDepthTest.php69 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 DPrincipalPropertySearchTest.php167 $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 DSupportedReportSetTest.php48 $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');
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js67 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 Dfckxml_gecko.js53 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 Dxmlseclibs.php565 $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 Dfckxml.js92 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 Dfckxml.js113 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 DNotRecognizedPrincipalTest.php31 foreach($xpaths as $xpath=>$count) {
33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
H A DAceConflictTest.php31 foreach($xpaths as $xpath=>$count) {
33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
H A DNoAbstractTest.php31 foreach($xpaths as $xpath=>$count) {
33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
H A DNotSupportedPrivilegeTest.php31 foreach($xpaths as $xpath=>$count) {
33 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
H A DNeedPrivilegesExceptionTest.php41 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 Dfckxml.js123 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 Dfckxml.js123 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/combo/ComboStrap/Xml/
H A DXmlDocument.php405 $nodes = $this->xpath("//*[namespace-uri()='$namespaceUri']");
411 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
415 $nodes = $this->xpath("//@*[namespace-uri()='$namespaceUri']");
423 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
428 $xpath = new DOMXPath($this->getDomDocument());
429 $DOMNodeList = $xpath->query("namespace::*", $this->getDomDocument()->ownerDocument);
444 * We can't query with the library {@link XmlDocument::xpath()} function because
445 * we register in the xpath the namespace
447 $xpath = new DOMXPath($this->getDomDocument());
450 // See https://www.w3.org/TR/1999/REC-xpath
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList global() function in ComboStrap\\Xml\\XmlDocument
777 xpathFirstDomElement(string $xpath) global() argument
[all...]

123