Home
last modified time | relevance | path

Searched refs:sibling (Results 26 – 41 of 41) sorted by last modified time

12

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php34 private function dumpProfile(Profile $profile, $prefix = '', $sibling = false) argument
45 $prefix .= $sibling ? '│ ' : ' ';
/plugin/dir/
H A Dplugin.info.txt7 desc Show content of current namespace, including sub namespaces and/or parent/sibling namespaces…
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcard.rng287 "neighbor" | "child" | "parent" | "sibling" | "spouse" |
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php57 $sibling =& $child->next_sibling();
58 while ($sibling) {
59 $child =& $sibling;
60 $sibling =& $child->next_sibling();
108 …$sibling = &new ActiveLinkDOMTree($nodes[$this->index-1],$this->index-1, $this->parent_indices, $t…
109 return $sibling;
H A Ddom.php4.inc.php49 $sibling =& PHP4DOMTree::from_DOMDocument($this->_element->next_sibling());
50 return $sibling;
63 $sibling =& PHP4DOMTree::from_DOMDocument($this->_element->previous_sibling());
64 return $sibling;
H A Ddom.php5.inc.php46 $sibling =& $child->next_sibling();
47 while ($sibling) {
48 $child =& $sibling;
49 $sibling =& $child->next_sibling();
82 $sibling =& new DOMTree($this->domelement->previousSibling);
83 return $sibling;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenShot.java77 for (ScreenShot sibling = next; sibling!=null; sibling=sibling.next) { in getFramesPerSecond()
79 end = sibling.timeStamp; in getFramesPerSecond()
196 for (ScreenShot sibling=prev; sibling!=null; sibling=sibling.prev) { in call()
197 for (Region sr: sibling.regions) { in call()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);
346 },children:function(elem){return jQuery.sibling(elem.firstChild);
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js345 },siblings:function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);
346 },children:function(elem){return jQuery.sibling(elem.firstChild);
/plugin/jquery/
H A Djquery-1.4.2.min.js98 …ling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){r…
100 …){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for…
H A Djquery-1.4.2.js3883 return jQuery.sibling( elem.parentNode.firstChild, elem );
3886 return jQuery.sibling( elem.firstChild );
3948 sibling: function( n, elem ) {
H A Dscript.js12 …ibling")},siblings:function(E){return o.sibling(E.parentNode.firstChild,E)},children:function(E){r…
19 …S||1;var T=0;for(;W;W=W[U]){if(W.nodeType==1&&++T==S){break}}return W};o.sibling=function(U,T){var… function
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js1022 var sibling = element.nextSibling ;
1025 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ;
1027 sibling = sibling.nextSibling ;
1029 if ( sibling && sibling.nodeType == 1 && sibling.nodeName == element.nodeName )
1043 FCKDomTools.MoveChildren( sibling, element ) ;
1044 FCKDomTools.RemoveNode( sibling ) ;
1060 var sibling = element.previousSibling ;
1063 …var hasBookmark = ( sibling && sibling.nodeType == 1 && sibling.getAttribute( '_fck_bookmark' ) ) ;
1065 sibling = sibling.previousSibling ;
1067 if ( sibling && sibling.nodeType == 1 && sibling.nodeName == element.nodeName )
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js471 var sibling = hijackRecord[i][1] ;
472 if ( sibling )
473 formNode.insertBefore( node, sibling ) ;

12