| /plugin/scrape/vendor/scotteh/php-dom-wrapper/ |
| D | README.md | 87 | [siblings()](#siblings) | 530 with its children (i.e. the current node and its siblings). 533 `unwrap()` on a `NodeList` containing two siblings, *two* parents will 561 on each level (any extra siblings are removed). The outermost node 606 if the other nodes operated on are not siblings of the first, they will 885 Return all siblings following each element node in the current set. 904 Return all siblings following each element node in the current set upto but not including the node … 1018 Return all siblings preceding each element node in the current set. 1036 Return all siblings preceding each element node in the current set upto but not including the node … 1050 #### siblings subsubsection [all …]
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.table.js | 67 siblings = parent ? parent.children : null; 69 if (siblings && siblings.length > 1 && siblings[0] !== node) { 71 i = $.inArray(node, siblings); 72 prev = siblings[i - 1];
|
| D | jquery.fancytree.js | 3919 siblings, 3929 siblings = parent.children; 3930 nextIdx = siblings.indexOf(node) + siblingOfs; 3939 for (i = nextIdx; i < siblings.length; i++) { 3940 node = siblings[i];
|
| /plugin/publish/ |
| H A D | script.js | 33 $_this.parent().parent().siblings('tr.apr_table').each(function(index) {
|
| /plugin/gallery/ |
| D | script.js | 47 $self.siblings().removeClass('active');
|
| /plugin/fedauth/js/ |
| D | admin.js | 187 jQuery(sender).siblings('img').remove(); 199 jQuery(sender).siblings('div[class="legend"]').after(fa_manager._throbber());
|
| /plugin/outliner/ |
| D | script.js | 70 …jQuery(this).siblings('dd').css({'left': thisPos.left + 40 + 'px', 'top': thisPos.top + 20 + 'px'}…
|
| /plugin/struct/script/ |
| H A D | EntryEditor.js | 55 var input_id = jQuery(this).siblings('input').attr('id');
|
| /plugin/mikioplugin/ |
| H A D | script.js | 65 let accordianBody = jQuery(this).siblings('.mikiop-accordian-body'); 73 jQuery(this).siblings('.mikiop-accordian-body').slideToggle(); 315 … var panes = jQuery(group).siblings('.mikiop-tab-content').find('.mikiop-tab-pane');
|
| /plugin/scrape/vendor/scotteh/php-dom-wrapper/src/Traits/ |
| D | TraversalTrait.php | 243 public function siblings($selector = null): NodeList { function
|
| D | ManipulationTrait.php | 552 $stackNode->siblings()->destroy();
|
| /plugin/pgn4web/pgn4web/ |
| D | test.pgn | 66 [Event "Testing advanced variations: nesting and siblings"]
|
| D | pgn4web.js | 1454 var siblings = childrenVars(showThisMove, HistVar[showThisMove]); 1455 for (ii = 0; ii < siblings.length; ii++) { 1456 if (siblings[ii] !== CurrentVar) { 1457 … text += ' ' + printMoveText(showThisMove, siblings[ii], (siblings[ii] !== 0), true, false);
|
| /plugin/markdownextra/lib/meltdown/js/ |
| D | jquery.meltdown.js | 103 element.siblings('li').removeClass(name + '_controlgroup-open').children('ul').hide();
|
| /plugin/filelisting/ |
| D | script.js | 317 $descendants = $(element).siblings('[data-childOf^="' + namespace + '"]');
|
| /plugin/indexmenu/scripts/fancytree/ |
| D | jquery.fancytree-all.js | 3919 siblings, 3929 siblings = parent.children; 3930 nextIdx = siblings.indexOf(node) + siblingOfs; 3939 for (i = nextIdx; i < siblings.length; i++) { 3940 node = siblings[i]; 12317 siblings = parent ? parent.children : null; 12319 if (siblings && siblings.length > 1 && siblings[0] !== node) { 12321 i = $.inArray(node, siblings); 12322 prev = siblings[i - 1];
|
| D | jquery.fancytree-all-deps.js | 5380 siblings, 5390 siblings = parent.children; 5391 nextIdx = siblings.indexOf(node) + siblingOfs; 5400 for (i = nextIdx; i < siblings.length; i++) { 5401 node = siblings[i]; 12989 siblings = parent ? parent.children : null; 12991 if (siblings && siblings.length > 1 && siblings[0] !== node) { 12993 i = $.inArray(node, siblings); 12994 prev = siblings[i - 1];
|
| /plugin/pagestat/ |
| D | script.js | 1494 jQuery(this).siblings(".mt_more_words").toggle();
|
| /plugin/tline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem); method
|
| /plugin/eventline/timeline_ajax/ |
| D | simile-ajax-bundle.js | 345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem); method
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 10827 var siblings = this.getSiblings(id); 10828 for(var i= 0, len = siblings.length; i < len; i++){ 10829 if(siblings[i] == id) 10830 return siblings[i+1] || null; 10835 var siblings = this.getSiblings(id); 10836 for(var i= 0, len = siblings.length; i < len; i++){ 10837 if(siblings[i] == id) 10838 return siblings[i-1] || null;
|
| /plugin/jquery/ |
| D | script.js | 12 …,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){retur… method
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | ChangeLog | 1613 siblings?
|
| /plugin/freechat/phpfreechat/data/public/js/ |
| D | prototype.js | 1713 siblings: function(element) { method
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 2015 siblings: function(element) { method
|