Home
last modified time | relevance | path

Searched refs:node (Results 26 – 50 of 709) sorted by relevance

12345678910>>...29

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js79 node.removeChild( node.firstChild ) ;
138 node.parentNode.insertBefore( node.removeChild( eChild ), node ) ;
141 return node.parentNode.removeChild( node ) ;
324 node = node.parentNode ;
569 while ( node && node != node.ownerDocument.documentElement )
586 node = node.parentNode ;
824 node = node.nextSibling ;
826 …while ( node && !includeEmpties && node.nodeType != 1 && ( node.nodeType != 3 || node.nodeValue.le…
827 node = node.nextSibling ;
838 node = node.previousSibling ;
[all …]
H A Dfcktools.js126 while ( node && node != oEditor.FCK.EditorDocument.body )
133 node = node.parentNode ;
183 while ( node && node != oEditor.FCK.EditorDocument.body )
190 node = node.parentNode ;
262 while ( node && node.nodeType != 1 )
263 node = node.parentNode ;
264 if ( node && node.tagName.toLowerCase() == 'li' )
506 if ( checkStop && node && checkStop( node ) )
508 while ( node && node.nodeType != 3 )
510 node = this.GetNextNode( node, limitNode ) ;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php27 $node = new TestExpression($expr, $name, $args, 1);
29 $this->assertEquals($expr, $node->getNode('node'));
30 $this->assertEquals($args, $node->getNode('arguments'));
31 $this->assertEquals($name, $node->getAttribute('name'));
42 $node = new NullTest($expr, 'null', new Node([]), 1);
43 $tests[] = [$node, '(null === "foo")'];
53 $node = $this->createTest($string, 'barbar');
54 $tests[] = [$node, 'twig_tests_test_barbar("abc")', $environment];
62 $node = $this->createTest($string, 'barbar', [
73 protected function createTest($node, $name, array $arguments = []) argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DIncludeTest.php23 $node = new IncludeNode($expr, null, false, false, 1);
25 $this->assertFalse($node->hasNode('variables'));
26 $this->assertEquals($expr, $node->getNode('expr'));
27 $this->assertFalse($node->getAttribute('only'));
30 $node = new IncludeNode($expr, $vars, true, false, 1);
32 $this->assertTrue($node->getAttribute('only'));
41 $tests[] = [$node, <<<EOF
54 $tests[] = [$node, <<<EOF
63 $tests[] = [$node, <<<EOF
70 $tests[] = [$node, <<<EOF
[all …]
H A DDeprecatedTest.php26 $node = new DeprecatedNode($expr, 1);
28 $this->assertEquals($expr, $node->getNode('expr'));
36 $node = new DeprecatedNode($expr, 1, 'deprecated');
37 $node->setTemplateName('foo.twig');
39 $tests[] = [$node, <<<EOF
49 $node = new IfNode($t, null, 1);
50 $node->setTemplateName('foo.twig');
52 $tests[] = [$node, <<<EOF
65 $node = new DeprecatedNode($expr, 1, 'deprecated');
66 $node->setTemplateName('foo.twig');
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php50 $node = new Node\ClassNode;
85 return $node;
135 $node->setVisibility('protected');
139 $node->setStatic();
143 $node->setReturnsReference();
157 $node->setReturnType($returnType);
170 $classNode->addMethod($node);
176 $node = new Node\ArgumentNode($name);
181 $node->setAsVariadic();
189 $node->setAsPassedByReference();
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DTraversablePatch.php28 * @param ClassNode $node
32 public function supports(ClassNode $node) argument
41 foreach ($node->getInterfaces() as $interface) {
61 * @param ClassNode $node
63 public function apply(ClassNode $node) argument
65 $node->addInterface('Iterator');
67 $node->addMethod(new MethodNode('current'));
68 $node->addMethod(new MethodNode('key'));
69 $node->addMethod(new MethodNode('next'));
70 $node->addMethod(new MethodNode('rewind'));
[all …]
H A DHhvmExceptionPatch.php26 * @param ClassNode $node
30 public function supports(ClassNode $node) argument
36 …return 'Exception' === $node->getParentClass() || is_subclass_of($node->getParentClass(), 'Excepti…
42 * @param ClassNode $node
46 public function apply(ClassNode $node) argument
48 if ($node->hasMethod('setTraceOptions')) {
49 $node->getMethod('setTraceOptions')->useParentCode();
51 if ($node->hasMethod('getTraceOptions')) {
52 $node->getMethod('getTraceOptions')->useParentCode();
H A DProphecySubjectPatch.php29 * @param ClassNode $node
33 public function supports(ClassNode $node) argument
41 * @param ClassNode $node
43 public function apply(ClassNode $node) argument
46 $node->addProperty('objectProphecy', 'private');
48 foreach ($node->getMethods() as $name => $method) {
73 if ($node->hasMethod('__call')) {
74 $__call = $node->getMethod('__call');
80 $node->addMethod($__call, true);
91 $node->addMethod($prophecySetter, true);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js119 var node = moveOutNodes.shift() ;
120 var bqBlock = node.parentNode ;
124 if ( node == node.parentNode.firstChild )
130 else if ( node == node.parentNode.lastChild )
137 FCKDomTools.BreakParent( node, node.parentNode, range ) ;
139 movedNodes.push( node ) ;
146 var node = movedNodes.shift() ;
148 if ( node.nodeName.IEquals( 'div' ) )
157 while ( node.firstChild )
158 docFrag.appendChild( node.removeChild( node.firstChild ) ) ;
[all …]
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1node){if(this.Prepare(node),!node.getElement().DisableCollisionDetection){var rect=node.getState()… argument
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js61 var node;
92 if ((node = document.getElementById(id)) && node.tagName.toLowerCase() != 'select')
97 if (!node) {
260 for (var i=node.options.length; i>=ndx ; i-- ) node.options[i] = null;
313 node.selectedIndex = -1;
453 return node.value;
464 return isString(p)?node.options[id][p]:[text.value,node.options[id].value];
476 res[res.length] = [node.options[i].text, node.options[i].value];
515 return node;
586 node.selectedIndex = -1;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php44 foreach ($nodes as $name => $node) {
46 …and will be removed in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \g…
112 $node->appendChild($child);
120 foreach ($this->nodes as $node) {
121 $node->compile($compiler);
199 public function setNode($name, $node = null) argument
202 …and will be removed in 2.0.', \is_object($node) ? \get_class($node) : null === $node ? 'null' : \g…
205 $this->nodes[$name] = $node;
226 foreach ($this->nodes as $node) {
227 if (null !== $node) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php322 * @param string|INode $node
327 if (is_string($node)) {
328 $node = $this->server->tree->getNodeForPath($node);
412 * @param string|INode $node
470 function getACL($node) { argument
472 if (is_string($node)) {
473 $node = $this->server->tree->getNodeForPath($node);
478 $acl = $node->getACL();
503 if (is_string($node)) {
504 $node = $this->server->tree->getNodeForPath($node);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php57 private function loadNode(\Twig_Node $node) argument
61 if ($node instanceof AsseticNode) {
62 $formulae[$node->getAttribute('name')] = array(
63 $node->getAttribute('inputs'),
64 $node->getAttribute('filters'),
67 'name' => $node->getAttribute('name'),
70 'vars' => $node->getAttribute('vars'),
73 } elseif ($node instanceof AsseticFilterNode) {
74 $name = $node->getAttribute('name');
94 foreach ($node as $child) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php117 if ($node instanceof IShareableCalendar) {
121 $node->getShares()
127 if ($node instanceof ISharedCalendar) {
131 $node->getSharedUrl()
144 'href' => $node->getOwner(),
161 $node->getShares(),
219 $shares = $node->getShares();
224 $node->updateShares([], $remove);
317 $url = $node->shareReply(
361 $node->setPublishStatus(true);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php32 …public function __construct(\Twig_NodeInterface $node, ConstantExpression $filterName, \Twig_NodeI… argument
34 …$default = new FilterExpression($node, new ConstantExpression('default', $node->getTemplateLine())…
36 …f ('default' === $filterName->getAttribute('value') && ($node instanceof NameExpression || $node i…
37 $test = new DefinedTest(clone $node, 'defined', new Node(), $node->getTemplateLine());
38 …$false = \count($arguments) ? $arguments->getNode(0) : new ConstantExpression('', $node->getTempla…
40 $node = new ConditionalExpression($test, $default, $false, $node->getTemplateLine());
42 $node = $default;
45 parent::__construct($node, $filterName, $arguments, $lineno, $tag);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php51 public function traverse(\Twig_NodeInterface $node) argument
56 $node = $this->traverseForVisitor($visitor, $node);
60 return $node;
63 …protected function traverseForVisitor(NodeVisitorInterface $visitor, \Twig_NodeInterface $node = n… argument
65 if (null === $node) {
69 $node = $visitor->enterNode($node, $this->env);
71 foreach ($node as $k => $n) {
74 $node->setNode($k, $m);
77 $node->removeNode($k);
81 return $visitor->leaveNode($node, $this->env);
/plugin/tindexmenu/
H A Dindexmenu-full.js188 dTree.prototype.node = function(node, nodeId) { method in dTree
200 node.icon = (this.root.id == node.pid) ? this.icon.root
203 node.iconOpen = (node._hc) ? ((node.hns) ? this.icon.folderHOpen
210 + ((node._io) ? node.iconOpen : node.icon) + '" alt="" />';
211 if (!node._hc || node.hns) {
216 + ((node._cp) ? 'navSel' : ((node._is) ? 'nodeSel'
219 (node.hns) ? str += node.hns : str += node.dokuid;
262 str += ((node._io) ? ((node._ls) ? this.icon.minusBottom
734 if (((!node._hc || node.hns) && !cmenu[i + 2])
735 || (node._hc && !node.hns && !cmenu[i + 3])) {
[all …]
/plugin/prosemirror/parser/
H A DNode.php46 * @param array $node
52 public static function getSubNode($node, Node $parent, Node $previous = null)
55 if ($node['type'] === 'link') {
56 $linkType = $node['attrs']['data-type']; argument
57 return new self::$linkClasses[$linkType]($node, $parent, $previous);
60 if (isset(self::$nodeclass[$node['type']])) {
61 return new self::$nodeclass[$node['type']]($node, $parent, $previous);
64 'node' => $node,
[all...]
/plugin/diagrams/action/
H A Dprosemirror.php60 $node = new Node('diagrams');
61 $node->attr('type', $eventData['name'] === 'diagrams_mediafile' ? 'mediafile' : 'embed');
62 $node->attr('id', $imageData['src'] ?? ''); // only for mediafile
63 $node->attr('url', $url);
64 $node->attr('title', $imageData['title'] ?? '');
65 $node->attr('width', $imageData['width']);
66 $node->attr('height', $imageData['height']);
67 $node->attr('align', $imageData['align']);
69 $event->data['renderer']->addToNodestack($node);
83 'node'
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php89 foreach ($tree as $node) {
90 switch ($node[Mustache_Tokenizer::TYPE]) {
98 $node[Mustache_Tokenizer::NAME],
99 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
101 $node[Mustache_Tokenizer::END],
112 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
120 … isset($node[Mustache_Tokenizer::INDENT]) ? $node[Mustache_Tokenizer::INDENT] : '',
128 … isset($node[Mustache_Tokenizer::INDENT]) ? $node[Mustache_Tokenizer::INDENT] : '',
139 $node[Mustache_Tokenizer::END],
166 … isset($node[Mustache_Tokenizer::FILTERS]) ? $node[Mustache_Tokenizer::FILTERS] : array(),
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php438 * @param string|INode $node
443 if (is_string($node)) {
444 $node = $this->server->tree->getNodeForPath($node);
526 * @param string|INode $node
587 function getAcl($node) { argument
589 if (is_string($node)) {
590 $node = $this->server->tree->getNodeForPath($node);
595 $acl = $node->getACL();
620 if (is_string($node)) {
621 $node = $this->server->tree->getNodeForPath($node);
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js54 * @param {string} dokuid page id of node
55 * @param {number} id node id
56 * @param {number} pid parent node id
65 this.dokuid = dokuid; // page id of node
67 this.id = id; // id number of node
69 this.pid = pid; // id number of parent node
79 this._io = false; // is node open
97 this.icon = ''; // icon of closed node
99 this.iconOpen = ''; // icon of opened node
129 node
89 node: objImg + 'page.' + objExt, global() property in dTree.icon
234 noderr(node, nodeId) global() argument
247 node(node, nodeId) global() argument
295 indent(node, nodeId) global() argument
322 setCS(node) global() argument
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24825 if (!node || offset < node.offset || offset > node.end) {
24829 node.accept(function (node) { argument
24891 while (node && !node.textProvider) {
24892 node = node.parent;
24924 if (node.parent && node.parent.children) {
26441 this.node = node;
27966 node = this.finish(node);
28816 this.node = node;
29029 node = node.getParent();
29042 node = node.getParent();
[all …]

12345678910>>...29