Home
last modified time | relevance | path

Searched refs:node (Results 476 – 500 of 709) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php789 public function enterNode(Twig_NodeInterface $node, Environment $env) argument
791 if ($node instanceof GetAttrExpression) {
792 $node->setAttribute('disable_c_ext', true);
795 return $node;
798 public function leaveNode(Twig_NodeInterface $node, Environment $env) argument
800 return $node;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2node().tagName&&(a=a.select("svg"));var b=a.node()?a.attr("viewBox"):null;if(b){b=b.split(" ");var…
4node().getComputedTextLength(),0>=b)throw Error()}catch(d){b=a.utils.calcApproxTextWidth(c)}B.push…
7 …){var e=d.values[a.point];e.color=j(d,a.series),e.x=p(e),e.y=q(e);var f=l.node().getBoundingClient…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php158 * @param AbstractNode $node
164 'id' => $node->getId(),
165 'full_path' => $node->getPath(),
181 $path = $node->getPathAsArray();
185 if ($node instanceof FileNode) {
194 if ($step !== $node) {
211 $node->getName()
214 if ($node instanceof DirectoryNode) {
226 $node->getName()
232 $id = $node->getId();
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php208 $loc = $node->getLinesOfCode();
214 $node->getNumExecutableLines(),
215 $node->getNumExecutedLines()
219 $node->getNumClasses(),
220 $node->getNumTestedClasses()
224 $node->getNumTraits(),
225 $node->getNumTestedTraits()
229 $node->getNumMethods(),
230 $node->getNumTestedMethods()
234 $node->getNumFunctions(),
[all …]
H A DReport.php47 return new Method($node, $name);
62 $node = $this->contextNode->appendChild(
H A DUnit.php46 $node = $this->contextNode->getElementsByTagNameNS(
60 $node->setAttribute('full', $full);
61 $node->setAttribute('name', $package);
62 $node->setAttribute('sub', $sub);
63 $node->setAttribute('category', $category);
68 $node = $this->contextNode->getElementsByTagNameNS(
82 $node->setAttribute('name', $namespace);
87 $node = $this->contextNode->appendChild(
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php72 * @param DOMNode $node
77 private function nodeToText(DOMNode $node, $canonicalize, $ignoreCase) argument
81 $document->loadXML($node->C14N());
83 $node = $document;
86 if ($node instanceof DOMDocument) {
87 $document = $node;
89 $document = $node->ownerDocument;
95 if ($node instanceof DOMDocument) {
96 $text = $node->saveXML();
98 $text = $document->saveXML($node);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst12 itself with node visitors.
431 tag. It should return a ``\Twig\Node\Node`` instance that represents the node (the
485 * ``subcompile()``: Compiles a node.
498 the current node as a comment.
513 define tags, filters, tests, operators, global variables, functions, and node
553 * Returns the node visitor instances to add to the existing list.
878 Testing the node visitors can be complex, so extend your test cases from
H A Drecipes.rst383 public function enterNode(Twig_NodeInterface $node, \Twig\Environment $env)
385 if ($node instanceof \Twig\Node\ModuleNode) {
392 return $node;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrinePHPCRTypeDriver.php20 || $doctrineMetadata->node === $propertyMetadata->name;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php134 $node->value = 'true';
137 return $node;
245 if (!$node instanceof \DOMCharacterData) {
271 $this->currentNode->appendChild($node);
361 public function getResult($node) argument
364 if ($node instanceof \DOMElement) {
365 $this->document->appendChild($node);
368 if ($node) {
411 $this->currentNode = $node;
416 $this->setCurrentNode($node);
[all …]
H A DXmlDeserializationVisitor.php310 $node = $data->children($metadata->xmlNamespace)->$name;
311 if (!$node->count()) {
326 $node = reset($nodes);
333 return $this->navigator->accept($node, $metadata->type);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp60 %token node #[a-zA-Z_][a-zA-Z0-9_]*(:[mM])?
78 simple() ( quantifier() #repetition )? <node>?
H A DParser.php658 protected function mergeTreeRecursive(TreeNode $node, TreeNode $newNode) argument
663 $node->appendChild($newNode);
664 $newNode->setParent($node);
669 $children = $node->getChildren();
674 $node->appendChild($newNode);
675 $newNode->setParent($node);
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md134 * `#node` to create a node the AST (resulting tree);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php72 function (TreeNode $node) use ($handle, $eldnah) {
73 return $node->accept($this, $handle, $eldnah);
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php111 public function offsetSet($name, $node) argument
113 if (!($node instanceof self)) {
122 $name = $node->getName();
132 $this->_children[$name] = $node;
394 foreach ($this as $node) {
396 $out .= $node;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md64 to resolve a `hoa://` path and finally how to add a new node in this tree.
99 (in the `Public` node), models, resources… everything related to the
111 each node of the `hoa://` tree resolves to a valid directory which contains your
133 this tree, we must create a node and register it as a child of an existing node.
134 Thus, in the following example we will create a `Usb` node, pointing to the
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php107 $node = new SUT(),
115 ->isIdenticalTo($node);
207 ->when($result = $node->reach())
229 ->given($node = new SUT())
231 $node->reachId('foo');
247 ->string($node->reach())
256 $node = new SUT($name)
295 ->given($node = new SUT('foo'))
306 $node = new SUT('foo'),
307 $node[] = new SUT('bar'),
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md521 - Do not output the XML node when the object will be emtpy [\#744](https://github.com/schmittjoh/se…
803 - Allow to not skip empty not inline array root node [\#611](https://github.com/schmittjoh/serializ…
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php56 ->when($node = new SUT('foo'))
58 ->object($node)
66 ->when($node = new SUT($id))
68 ->string($node->getId())
89 ->string($node->getId())
91 ->array($node->getValue())
111 ->string($node->getId())
134 ->string($node->getId())
160 $node = new SUT('foo'),
161 $node->setId('bar')
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php20 …public function __construct(\Twig_NodeInterface $node, ConstantExpression $filterName, \Twig_NodeI… argument
22 …parent::__construct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $li…
H A DGetAttrExpression.php20 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpre… argument
22 $nodes = ['node' => $node, 'attribute' => $attribute];
H A DMethodCallExpression.php18 …public function __construct(AbstractExpression $node, $method, ArrayExpression $arguments, $lineno) argument
20 …parent::__construct(['node' => $node, 'arguments' => $arguments], ['method' => $method, 'safe' => …
22 if ($node instanceof NameExpression) {
23 $node->setAttribute('always_defined', true);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php41 return $node;
46 if ($node instanceof ModuleNode) {
48 …$node->setNode('display_start', new Node([new EnterProfileNode($this->extensionName, Profile::TEMP…
49 …$node->setNode('display_end', new Node([new LeaveProfileNode($varName), $node->getNode('display_en…
50 } elseif ($node instanceof BlockNode) {
52 $node->setNode('body', new BodyNode([
54 $node->getNode('body'),
57 } elseif ($node instanceof MacroNode) {
59 $node->setNode('body', new BodyNode([
61 $node->getNode('body'),
[all …]

1...<<11121314151617181920>>...29