Lines Matching refs:get

200 	var num = O.lines || Y.one('#lines').get('childNodes.length');
403 sbox.one('#project').get('options').set('selected', true);
407 sbox.one('#project').get('options').each(function() {
408 this.set('selected', !this.get('selected'));
413 var selected = sbox.one('#project').get('value');
423 // selects event.get('target') before this one gets called, so:
427 if (sbox.one('#q').get('value').trim() == ''
428 && sbox.one('#defs').get('value').trim() == ''
429 && sbox.one('#refs').get('value').trim() == ''
430 && sbox.one('#path').get('value').trim() == ''
431 && sbox.one('#hist').get('value').trim() == '')
448 var button = Y.one('#expand').get('parentNode');
454 var x = button.get('childNodes').pop();
455 if (x && x.get('nodeName') === '#text') {
467 button.get('childNodes').pop().set('text', label);
496 if (this.get('name') === 'r1') {
497 if (this.get('checked')) {
502 } else if (this.get('name') === 'r2') {
503 if (this.get('checked')) {
541 Y.one('#home').get('parentNode').on('click', function(e) {
547 var button = Y.one('#history').get('parentNode');
558 button = Y.one('#annotate').get('parentNode');
599 button = Y.one('#line').get('parentNode');
612 Y.config.win.location.hash = '#' + e.target.get('text');
618 button = Y.one('#defbox').get('parentNode');
638 if (panel.get('visible')) {
647 button = Y.one('#download').get('parentNode');
745 * window) and thus get rid off the scrollbar in the page header.
751 top : h.getY() + h.get('offsetHeight') - 1,
768 var st = node.get('offsetTop');
769 var x = node.get('offsetParent');
771 st += x.get('offsetTop');
772 x = x.get('offsetParent');
804 : (O.getTotalOffset(this) - content.get('scrollTop'));
810 st += block.get('offsetHeight')/2;
817 var st = content.get('scrollTop') - this.get('offsetHeight');
820 content.set('scrollTop', st + block.get('offsetHeight'));
832 content.set('scrollTop', st - e.clientY + block.get('offsetHeight')/2);