Home
last modified time | relevance | path

Searched refs:node (Results 551 – 575 of 709) sorted by last modified time

1...<<212223242526272829

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php189 public function filterBodyNodes(Twig_NodeInterface $node) argument
191 return parent::filterBodyNodes($node);
/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 …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php134 $node = $this->mirror->reflect($class, $interfaces);
137 if ($patch->supports($node)) {
138 $patch->apply($node);
142 $this->creator->create($name, $node);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DClassCreatorException.php18 private $node; variable in Prophecy\\Exception\\Doubler\\ClassCreatorException
20 public function __construct($message, ClassNode $node) argument
24 $this->node = $node;
29 return $this->node;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDirectory.php22 * @param DirectoryNode $node
31 $items = $this->renderItem($node, true);
33 foreach ($node->getDirectories() as $item) {
37 foreach ($node->getFiles() as $item) {
43 'id' => $node->getId(),
52 * @param Node $node
77 if ($node instanceof DirectoryNode) {
80 $node->getName(),
81 $node->getName()
88 $node->getName(),
[all …]
/plugin/metaeditor/
H A Djstree.js2246 node = this.get_node(node, true);
2250 node = node[0];
2302 node = $(node);
3461 if(typeof node === "string") { node = { "text" : node }; } class in AnonymousFunctiona82bfad28f00
3492 if(!node.id) { node.id = true; }
3497 if(node.id === true) { delete node.id; }
3924 if(node.id === true) { delete node.id; }
4382 node = $(node)[0];
4384 if(node && node.attributes) {
7240 if(!node || node.text === undefined) {
[all …]
H A D.hg_archival.txt2 node: 1eede14e677691602543b5411e7c8180f8cda0e6
H A Dscript.js62 function customMenu(node) { argument
101 var nodePath = tree.get_path(node);
102 if(node.li_attr['data-type'] == 'file')
104 var id = tree.get_parent(node);
134 var nodePath = tree.get_path(node);
135 if(node.li_attr['data-type'] == 'file')
137 var id = tree.get_parent(node);
173 var node = data.instance.get_node(data.selected[0]);
176 if(node.li_attr['data-type'] == 'folder')
215 if(!data.instance.is_leaf(node))
[all …]
H A Dstyle.css14 .jstree-node,
23 .jstree-node {
88 .jstree-rtl .jstree-node {
292 .jstree-default .jstree-node,
379 .jstree-default .jstree-node {
405 .jstree-default .jstree-node,
409 .jstree-default .jstree-node {
543 .jstree-default-small .jstree-node {
569 .jstree-default-small .jstree-node,
573 .jstree-default-small .jstree-node {
[all …]
/plugin/searchtablejs/
H A Dtablefilter.js954 function createText(node) argument
959 return document.createTextNode( node );
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js954 function createText(node) argument
959 return document.createTextNode( node );
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc42 // Trigger blur manually if there is focused node.
52 // Memorize focused node.
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js62node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDITOR.NODE_DOCUMENT?"document":a.nodeTyp…
69node(f);while(b&&a&&!a(b));return b},getNext:function(a){var f=this.$,b;do b=(f=f.nextSibling)&&ne…
72 …=typeof a?b==a:b in a});for(;b;){if(c(e?new CKEDITOR.dom.node(b):b))return new CKEDITOR.dom.node(b…
96 …&new CKEDITOR.dom.node(b))&&a&&!a(b)&&(b=b.getNext(a));return b},getLast:function(a){var b=this.$.…
367 …,isBlock:e.isBlockBoundary(),hasBlockSibling:g,node:e,name:f,allowed:h}),g=C=0)):m.push({isElement…
377node);t.lastNotAllowed&&p<G.length-1&&((Z=fa?w:Z)&&R.setEndAt(Z,CKEDITOR.POSITION_AFTER_START),q=0…
402node:d.anchorNode,offset:d.anchorOffset},{node:d.focusNode,offset:d.focusOffset}];d.anchorNode==c.…
427node(d.container),d.offset),d=b(c),a.setEnd(new CKEDITOR.dom.node(d.container),d.offset),a.endCont…
428 …ge(this.root);b.setStart(new CKEDITOR.dom.node(e.startContainer),e.startOffset);b.setEnd(new CKEDI…
755 p.index+p[0].length,0===p.index&&(p=f(t,!0),w=p.node,a=p.offset),g>=l.length&&(l=f(t),q=l.node,g=l.…
[all …]
H A DCHANGES.md620 …sibility to pass a custom evaluator to [`node.getAscendant()`](http://docs.ckeditor.com/#!/api/CKE…
732 …] Fixed: `IndexSizeError` thrown when pasting into a non-empty selection anchored in one text node.
1019 …* New methods for [`htmlParser.node`](http://docs.ckeditor.com/#!/api/CKEDITOR.htmlParser.node) an…
/plugin/chordsheets/
H A Dscript.js173 var node = document.createElement("div");
174 node.innerHTML = parseSong(song.rawText, song.dataset.transpose, false);
175 song.appendChild(node);
177 range.selectNode(node);
180 song.removeChild(node);
/plugin/chordsheets/js/
H A Draphael.js1node,d=f.nextSibling,g=f.parentNode,x=f.style.display;l.win.opera&&g.removeChild(f),f.style.displa…
/plugin/purplenumbers/
H A Drenderer.php75 function listitem_open($level, $node = false) {
212 $nodeID = preg_replace('/(\.0)*$/','',join('.',$this->node));
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js185 node.innerHTML = htmlText;
203 var removeWhiteSpace = function(node){ argument
205 var isWhite = function(node) { argument
209 var findWhite = function(node){ argument
211 var n = node.childNodes[i];
219 findWhite(node);
266 node = node.cloneNode(true);
268 node.innerHTML = node.innerHTML.replace(/<br>/g, "\n");
272 var paras = node.getElementsByTagName("p");
278 removeWhiteSpace(node);
[all …]
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js206 FCK.rangeObject.setNodeColors = function (node, fg_color, bg_color) { argument
207 node.style.cssText ="";
210 node.style.cssText = style;
427 oRange.getRangeText = function(node) { argument
431 oRange1.selectNodeContents(node);
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47node=this.GetNextNode(A,B);if (C&&node&&C(node)) return null;while (node&&node.nodeType!=3){node=t…
110 …ction(contextInfo){var c=contextInfo&&contextInfo.action,g=c&&contextInfo.node,Q=window.scayt_cont…
H A Dfckeditorcode_ie.js51node=this.GetNextNode(A,B);if (C&&node&&C(node)) return null;while (node&&node.nodeType!=3){node=t…
111 …ction(contextInfo){var c=contextInfo&&contextInfo.action,g=c&&contextInfo.node,Q=window.scayt_cont…
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js290 var node = evt.srcElement || evt.target ;
293 if ( ! node || node.nodeType != 1 )
310 if ( FCKTools.GetElementDocument( node ) == document )
340 var tagName = node.tagName.toLowerCase() ;
348 node = FCKTools.GetElementAscensor( node, "table" ) ;
349 var tableMap = FCKTableHandler._CreateTableMap( node ) ;
350 …var cellTuple = this._GetBorderCells( FCK.EditorWindow, node, tableMap, { "x" : mouseX, "y" : mous…
373 var node = evt.srcElement || evt.target ;
374 if ( FCKTools.GetElementDocument( node ) == FCK.EditorDocument )
/plugin/syntaxhighlighter3/sxh3/
H A DREADME.md10 1. Have node.js v0.10 or higher
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee10 sass = require 'node-sass'
/plugin/callflow/
H A Draphael.js3179 var node = dragi.el.node,
5904 node = o.node,
6066 var node = o.node,
6324 node = el.node,
6373 this[0] = this.node = node;
6862 var node = element.node || element[element.length - 1].node;
6882 var node = element.node || element[0].node;
6883 node.parentNode.insertBefore(this.node, node);
7278 var node = o.node,
7558 this[0] = this.node = node;
[all …]

1...<<212223242526272829