Home
last modified time | relevance | path

Searched refs:ancestor (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js76 var ancestor = this.superclass && this.superclass.prototype;
84 if (ancestor && Object.isFunction(value) &&
87 return function() { return ancestor[m].apply(this, arguments) };
1864 descendantOf: function(element, ancestor) { argument
1865 element = $(element), ancestor = $(ancestor);
1866 var originalAncestor = ancestor;
1869 return (element.compareDocumentPosition(ancestor) & 8) === 8;
1872 var e = element.sourceIndex, a = ancestor.sourceIndex,
1873 nextAncestor = ancestor.nextSibling;
1875 do { ancestor = ancestor.parentNode; }
[all …]
/plugin/tuxquote/
H A Dquotes.txt2735 Every man serves a useful purpose: A miser, for example, makes a wonderful ancestor. <BR> -- Lauren…
/plugin/aceeditor/
H A Dbuild.js1 …dpath|addpref|addtodate|airy|align|alim|all|allchild|alpha|alphamap|amd|ancestor|and|angle|annotat…
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt472 …14:7. For I also being deprived of my ancestor's glory (I mean of the high priesthood) am now come…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js113 var ancestor = this.superclass && this.superclass.prototype;
125 if (ancestor && Object.isFunction(value) &&
129 return function() { return ancestor[m].apply(this, arguments); };
2167 descendantOf: function(element, ancestor) { argument
2168 element = $(element), ancestor = $(ancestor);
2171 return (element.compareDocumentPosition(ancestor) & 8) === 8;
2173 if (ancestor.contains)
2174 return ancestor.contains(element) && ancestor !== element;
2177 if (element == ancestor) return true;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js489 var ancestor = node.parentNode ;
490 while ( ancestor )
492 if ( ancestor == limitNode )
494 if ( ancestor.nextSibling )
495 return ancestor.nextSibling ;
497 ancestor = ancestor.parentNode ;

12