Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 25 of 56) sorted by relevance

123

/plugin/scrape/vendor/scotteh/php-dom-wrapper/
DREADME.md87 | [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/
Djquery.fancytree.table.js67 siblings = parent ? parent.children : null;
69 if (siblings && siblings.length > 1 && siblings[0] !== node) {
71 i = $.inArray(node, siblings);
72 prev = siblings[i - 1];
Djquery.fancytree.js3919 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 Dscript.js33 $_this.parent().parent().siblings('tr.apr_table').each(function(index) {
/plugin/gallery/
Dscript.js47 $self.siblings().removeClass('active');
/plugin/fedauth/js/
Dadmin.js187 jQuery(sender).siblings('img').remove();
199 jQuery(sender).siblings('div[class="legend"]').after(fa_manager._throbber());
/plugin/outliner/
Dscript.js70 …jQuery(this).siblings('dd').css({'left': thisPos.left + 40 + 'px', 'top': thisPos.top + 20 + 'px'}…
/plugin/struct/script/
H A DEntryEditor.js55 var input_id = jQuery(this).siblings('input').attr('id');
/plugin/mikioplugin/
H A Dscript.js65 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/
DTraversalTrait.php243 public function siblings($selector = null): NodeList { function
DManipulationTrait.php552 $stackNode->siblings()->destroy();
/plugin/pgn4web/pgn4web/
Dtest.pgn66 [Event "Testing advanced variations: nesting and siblings"]
Dpgn4web.js1454 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/
Djquery.meltdown.js103 element.siblings('li').removeClass(name + '_controlgroup-open').children('ul').hide();
/plugin/filelisting/
Dscript.js317 $descendants = $(element).siblings('[data-childOf^="' + namespace + '"]');
/plugin/indexmenu/scripts/fancytree/
Djquery.fancytree-all.js3919 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];
Djquery.fancytree-all-deps.js5380 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/
Dscript.js1494 jQuery(this).siblings(".mt_more_words").toggle();
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem); method
/plugin/eventline/timeline_ajax/
Dsimile-ajax-bundle.js345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem); method
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js10827 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/
Dscript.js12 …,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){retur… method
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog1613 siblings?
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js1713 siblings: function(element) { method
/plugin/s5reloaded/ui/effects_support/
Dprototype.js2015 siblings: function(element) { method

123