Home
last modified time | relevance | path

Searched refs:xpath (Results 26 – 50 of 68) sorted by path

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php191 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
194 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php42 $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');
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/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
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 DNeedPrivilegesExceptionTest.php41 foreach($xpaths as $xpath=>$count) {
43 …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 DNotRecognizedPrincipalTest.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 '…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php130 foreach($xpaths as $xpath=>$count) {
132 …Equals($count, $dxpath->query($xpath)->length, 'Looking for : ' . $xpath . ', we could only find '…
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/dev/
H A DSVGIcon.php174 $xpath = new \DOMXPath($dom);
175 for ($els = $xpath->query('//comment()'), $i = $els->length - 1; $i >= 0; $i--) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js96 …mathmaps";sre.Variables.WGXpath="https://cdn.jsdelivr.net/npm/wicked-good-xpath@1.3.0/dist/wgxpath…
97 …ar a={document:{},XPathResult:{}};sre.SystemExternal.require("wicked-good-xpath").install(a);a.doc…
1620 …stemExternal.jsonPath=sre.BaseUtil.makePath(a.json));a.xpath&&(sre.SystemExternal.WGXpath=a.xpath)…
1622 …{};a.forEach(function(d){c[d]=b[d]});c.json=sre.SystemExternal.jsonPath;c.xpath=sre.SystemExternal…
1629 …({mode:sre.Engine.Mode.HTTP,json:MathJax.Ajax.config.path.SRE+"/mathmaps",xpath:MathJax.Ajax.confi…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 …\n 'xmlpi',\n 'xmlroot',\n 'xmlserialize',\n 'xpath',\n 'xpath_…
H A D50.50.js.map1 …\n 'xmlpi',\n 'xmlroot',\n 'xmlserialize',\n 'xpath',\n 'xpath_…
/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/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/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php57 if (!$elems = $elem->xpath("./class[@name = '" . $name . "']")) {
94 foreach ($elem->xpath('./discriminator-class') as $entry) {
106 foreach ($elem->xpath('./discriminator-groups/group') as $entry) {
112 foreach ($elem->xpath('./xml-namespace') as $xmlNamespace) {
126 foreach ($elem->xpath('./xml-discriminator') as $xmlDiscriminator) {
138 foreach ($elem->xpath('./virtual-property') as $method) {
163 $pElems = $elem->xpath("./property[@name = '" . $pName . "']");
340 foreach ($elem->xpath('./callback-method') as $method) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php189 $nodes = $data->xpath(sprintf('%s:%s', $prefix, $entryName));
191 $nodes = $data->xpath($entryName);
319 $nodes = $data->xpath('./' . $prefix . ':' . $name);
321 $nodes = $data->xpath('./' . $name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php147 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 …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php9 $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/freechat/phpfreechat/data/public/js/
H A Dprototype.js2759 x = Selector.xpath, le, m;
2762 this.xpath = Selector._cache[e]; return;
2778 this.xpath = this.matcher.join('');
2779 Selector._cache[this.expression] = this.xpath;
2784 if (this.xpath) return document._getElementsByXPath(this.xpath, root);
2836 xpath: {
2858 var h = Selector.xpath.pseudos[m[1]];
2861 return new Template(Selector.xpath.pseudos[m[1]]).evaluate(m);
2882 x = Selector.xpath, le, v;
2905 return Selector.xpath.pseudos.nth("position() ", m);
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php40 protected $xpath; variable in geoPHP\\Adapter\\GPX
75 $this->xpath = new DOMXPath($xmlObject);
76 $this->xpath->registerNamespace('gpx', 'http://www.topografix.com/GPX/1/1');
77 $this->xpath->registerNamespace('gpxx', 'http://www.garmin.com/xmlschemas/GpxExtensions/v3');
169 foreach ($this->xpath->query('.//gpx:extensions/gpxx:RoutePointExtension/gpxx:rpt', $node) as $element) {
/plugin/icon/
H A DSVG.php198 $xpath = new \DOMXPath($dom);
199 for ($els = $xpath->query('//comment()'), $i = $els->length - 1; $i >= 0; $i--) {
/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 …]

123