Home
last modified time | relevance | path

Searched refs:contextNode (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DMethod.php18 private $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Method
22 $this->contextNode = $context;
29 $this->contextNode->setAttribute('name', $name);
34 $this->contextNode->setAttribute('signature', $signature);
39 $this->contextNode->setAttribute('start', $start);
42 $this->contextNode->setAttribute('end', $end);
48 $this->contextNode->setAttribute('executable', $executable);
49 $this->contextNode->setAttribute('executed', $executed);
50 $this->contextNode->setAttribute('coverage', $coverage);
55 $this->contextNode->setAttribute('crap', $crap);
H A DUnit.php18 private $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Unit
22 $this->contextNode = $context;
29 $this->contextNode->setAttribute('name', $name);
34 $this->contextNode->setAttribute('start', $start);
35 $this->contextNode->setAttribute('executable', $executable);
36 $this->contextNode->setAttribute('executed', $executed);
41 $this->contextNode->setAttribute('crap', $crap);
46 $node = $this->contextNode->getElementsByTagNameNS(
68 $node = $this->contextNode->getElementsByTagNameNS(
87 $node = $this->contextNode->appendChild(
[all …]
H A DFile.php23 protected $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\File
28 $this->contextNode = $context;
33 $totalsContainer = $this->contextNode->firstChild;
36 $totalsContainer = $this->contextNode->appendChild(
55 $coverage = $this->contextNode->appendChild(
H A DTests.php15 private $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests
29 $this->contextNode = $context;
34 $node = $this->contextNode->appendChild(
35 $this->contextNode->ownerDocument->createElementNS(
H A DNode.php23 private $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Node
33 $this->contextNode = $context;
43 return $this->contextNode;
H A DCoverage.php25 private $contextNode; variable in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Coverage
34 $this->contextNode = $context;
H A DReport.php20 $this->contextNode = $this->dom->getElementsByTagNameNS(
62 $node = $this->contextNode->appendChild(
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js67 SelectNodes : function( xpath, contextNode ) argument
72 if ( contextNode )
73 return contextNode.selectNodes( xpath ) ;
78 SelectSingleNode : function( xpath, contextNode ) argument
83 if ( contextNode )
84 return contextNode.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/combo/ComboStrap/Xml/
H A DXmlDocument.php472 * @param DOMElement|null $contextNode
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList argument
505 if ($contextNode === null) {
506 $contextNode = $this->domDocument;
508 $domList = $this->domXpath->query($query, $contextNode);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...