Home
last modified time | relevance | path

Searched refs:node (Results 51 – 75 of 709) sorted by relevance

12345678910>>...29

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php180 $node = $this->document->createElement('test');
182 $node->setAttribute('className', get_class($test));
183 $node->setAttribute('methodName', $test->getName());
186 $node->setAttribute('status', $test->getStatus());
187 $node->setAttribute('time', $time);
188 $node->setAttribute('size', $test->getSize());
189 $node->setAttribute('groups', implode(',', $groups));
196 $node->setAttribute('when', $inlineAnnotations['when']['value']);
198 $node->setAttribute('then', $inlineAnnotations['then']['value']);
214 $node->setAttribute('exceptionLine', $step['line']);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DSetTest.php27 $node = new SetNode(false, $names, $values, 1);
29 $this->assertEquals($names, $node->getNode('names'));
31 $this->assertFalse($node->getAttribute('capture'));
40 $node = new SetNode(false, $names, $values, 1);
41 $tests[] = [$node, <<<EOF
49 $node = new SetNode(true, $names, $values, 1);
50 $tests[] = [$node, <<<EOF
60 $node = new SetNode(true, $names, $values, 1);
61 $tests[] = [$node, <<<EOF
69 $node = new SetNode(false, $names, $values, 1);
[all …]
H A DIfTest.php28 $node = new IfNode($t, $else, 1);
30 $this->assertEquals($t, $node->getNode('tests'));
31 $this->assertFalse($node->hasNode('else'));
34 $node = new IfNode($t, $else, 1);
35 $this->assertEquals($else, $node->getNode('else'));
47 $node = new IfNode($t, $else, 1);
49 $tests[] = [$node, <<<EOF
64 $node = new IfNode($t, $else, 1);
66 $tests[] = [$node, <<<EOF
81 $node = new IfNode($t, $else, 1);
[all …]
H A DModuleTest.php34 $node = new ModuleNode($body, $parent, $blocks, $macros, $traits, new Node([]), $source);
36 $this->assertEquals($body, $node->getNode('body'));
37 $this->assertEquals($blocks, $node->getNode('blocks'));
38 $this->assertEquals($macros, $node->getNode('macros'));
39 $this->assertEquals($parent, $node->getNode('parent'));
40 $this->assertEquals($source->getName(), $node->getTemplateName());
56 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
57 $tests[] = [$node, <<<EOF
121 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
122 $tests[] = [$node, <<<EOF
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php111 if ($node instanceof ISharedCalendar) {
122 'href' => $node->getOwner(),
139 $node->getInvites(),
160 if ($node instanceof ISharedCalendar) {
161 $shareAccess = $node->getShareAccess();
200 if (!$node instanceof ISharedCalendar)
207 $shares = $node->getInvites();
211 $node->updateInvites($shares);
292 $url = $node->shareReply(
336 $node->setPublishStatus(true);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php51 * @param FileNode $node
54 public function render(FileNode $node, $file) argument
60 'items' => $this->renderItems($node),
61 'lines' => $this->renderSource($node)
71 * @param FileNode $node
75 protected function renderItems(FileNode $node) argument
106 $node->getFunctions(),
111 $node->getTraits(),
117 $node->getClasses(),
289 * @param FileNode $node
[all …]
/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 …]
H A DLibrary.php57 $node = new SUT('foo', 'bar')
59 ->when($result = $node->reach())
70 $node = new SUT('foo', 'bar')
72 ->when($result = $node->reach('baz'))
83 $node = new SUT('foo', 'Bar' . DS . 'Baz' . DS . 'Qux' . DS)
85 ->when($result = $node->reach())
96 $node = new SUT(
102 ->when($result = $node->reach())
118 ->when($result = $node->reach('Hello'))
132 $node = new SUT('foo', 'Bar' . DS)
[all …]
/plugin/zotero/
H A DFeedZoteroRepository.php37 foreach ($r as $node)
39 $itemType = $this->parseItemType($node);
44 $e = $this->createEntry($node);
62 private function createEntry($node) argument
64 $zoteroId = $this->parseId($node);
66 $this->parseData($node, $e);
70 private function parseItemType($node) argument
80 private function parseId($node) argument
82 $item = $this->xpath->query("./zapi:key", $node)->item(0);
90 private function parseData($node, ZoteroEntry $e) argument
[all …]
/plugin/projects/lib/
H A Dmaker.php24 $this->links[$node->name()] = $node;
170 foreach ($this->nodes as $node) $node->find_affected($this->errors);
181 if ($node->valid)
197 if ($node) {
198 $root->link($node);
206 if ($node->ref > 0)
208 else $node->ref = -1;
232 if (!$node->valid || $node->ref < 0) {
250 $node->ref = -1;
289 $node->unref($nodes);
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/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/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js34 var node = null;
178 if (!node.parentNode || node.parentNode.nodeType==11) {
179 document.body.appendChild(node);
184 node.style.left = xy.x+'px';
217 if (!node || self.isHidden()) return false;
229 return !node.style.display;
251 node.style.visibility = 'hidden';
252 node.style.display = '';
282 node.style.visibility = '';
383 if (!node) return false;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DUrlAutolinkProcessor.php
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DGetAttrTest.php28 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
30 $this->assertEquals($expr, $node->getNode('node'));
31 $this->assertEquals($attr, $node->getNode('attribute'));
32 $this->assertEquals($args, $node->getNode('arguments'));
33 $this->assertEquals(Template::ARRAY_CALL, $node->getAttribute('type'));
43 $node = new GetAttrExpression($expr, $attr, $args, Template::ANY_CALL, 1);
44 …$tests[] = [$node, sprintf('%s%s, "bar", [])', $this->getAttributeGetter(), $this->getVariableGett…
46 $node = new GetAttrExpression($expr, $attr, $args, Template::ARRAY_CALL, 1);
47 …$tests[] = [$node, sprintf('%s%s, "bar", [], "array")', $this->getAttributeGetter(), $this->getVar…
52 $node = new GetAttrExpression($expr, $attr, $args, Template::METHOD_CALL, 1);
[all …]
/plugin/eventline/timeline_js/scripts/
H A Dsources.js34 while (node != null) {
35 if (node.nodeType == 1) {
37 if (node.firstChild != null && node.firstChild.nodeType == 3) {
69 evt._node = node;
79 node = node.nextSibling;
174 while (node != null && (node.nodeType != 1 || node.nodeName != 'results')) {
175 node = node.nextSibling;
180 if (node != null) {
184 node = node.firstChild;
188 while (node != null) {
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js81 var blockEmptyStop = function( node ) argument
83 if ( node.nodeType != 1 )
96 var node = range.endContainer ;
99 if ( node.nodeType != 3 )
116 var nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode, blockEmptyStop ) ;
123 nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode.parentNode, blockEmptyStop ) ;
141 while ( node.parentNode
144 && node == node.parentNode.lastChild
146 node = node.parentNode ;
154 range.setStart( node, node.childNodes.length ) ;
[all …]
/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/src/NodeVisitor/
H A DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env) argument
26 if (!$node instanceof Node) {
30 return $this->doEnterNode($node, $env);
33 final public function leaveNode(\Twig_NodeInterface $node, Environment $env) argument
35 if (!$node instanceof Node) {
39 return $this->doLeaveNode($node, $env);
47 abstract protected function doEnterNode(Node $node, Environment $env); argument
54 abstract protected function doLeaveNode(Node $node, Environment $env); argument
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php157 $node = 0;
180 $node = $this->readNode($node, $bit);
182 if ($node === $nodeCount) {
185 } elseif ($node > $nodeCount) {
187 return [$node, $i];
199 $node = 0;
202 $node = $this->readNode($node, 0);
205 return $node;
217 return $node;
227 return $node;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php90 protected function checkLoopUsageCondition(TokenStream $stream, \Twig_NodeInterface $node) argument
92 …if ($node instanceof GetAttrExpression && $node->getNode('node') instanceof NameExpression && 'loo…
93 …yntaxError('The "loop" variable cannot be used in a looping condition.', $node->getTemplateLine(),…
96 foreach ($node as $n) {
107 protected function checkLoopUsageBody(TokenStream $stream, \Twig_NodeInterface $node) argument
109 …if ($node instanceof GetAttrExpression && $node->getNode('node') instanceof NameExpression && 'loo…
110 $attribute = $node->getNode('attribute');
112 …ned when looping with a condition.', $attribute->getAttribute('value')), $node->getTemplateLine(),…
117 if ($node instanceof ForNode) {
121 foreach ($node as $n) {
/plugin/diagrams/script/
H A Dprosemirror.js20 * Render the node as HTML
22 * Maps node attributes to HTML attributes
24 * @param node
27 toDOM: function toDOM(node) { argument
28 let alignclass = node.attrs.align;
37 title: node.attrs.title,
38 src: node.attrs.url,
39 'data-id': node.attrs.id,
40 'data-type': node.attrs.type,
41 width: node
61 diagrams(node, outerview, getPos) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php24 $node = $stream->getNode('body')->getNode(0);
26 $this->assertInstanceOf('\Twig\Node\Expression\BlockReferenceExpression', $node);
27 $this->assertTrue($node->getAttribute('output'));
36 $node = $stream->getNode('blocks')->getNode('content')->getNode(0)->getNode('body');
38 $this->assertInstanceOf('\Twig\Node\Expression\ParentExpression', $node);
39 $this->assertTrue($node->getAttribute('output'));
51 $node = $stream->getNode('body')->getNode(0)->getNode(1);
53 $this->assertInstanceOf('\Twig\Node\Expression\BlockReferenceExpression', $node);
54 $this->assertTrue($node->getAttribute('output'));
112 if (null === $node) {
[all …]
/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 …]

12345678910>>...29