Lines Matching defs:B

4 Timeline._Band=function(B,G,C){if(B.autoWidth&&typeof G.width=="string"){G.width=G.width.indexOf("%…  argument
87 Timeline._Band.prototype.removeOnScrollListener=function(B){for(var A=0; argument
92 Timeline._Band.prototype.setSyncWithBand=function(B,A){if(this._syncWithBand){this._syncWithBand.re… argument
116 Timeline._Band.prototype.updateEventTrackInfo=function(A,B){this._eventTrackIncrement=B; argument
218 Timeline._Band.prototype._onMouseDown=function(B,A,C){this.closeBubble(); argument
230 Timeline._Band.prototype._onMouseUp=function(B,A,C){this._dragging=false; argument
233 Timeline._Band.prototype._onMouseOut=function(C,B,D){var A=SimileAjax.DOM.getEventRelativeCoordinat… argument
237 Timeline._Band.prototype._onMouseScroll=function(G,H,B){var A=new Date(); argument
256 Timeline._Band.prototype._onDblClick=function(C,B,E){var A=SimileAjax.DOM.getEventRelativeCoordinat… argument
260 Timeline._Band.prototype._onKeyDown=function(B,A,C){if(!this._dragging){switch(A.keyCode){case 27:b… argument
273 Timeline._Band.prototype._onKeyUp=function(B,A,C){if(!this._dragging){this._scrollSpeed=this._origi… argument
361 Timeline.CompactEventPainter.prototype.initialize=function(B,A){this._band=B; argument
371 Timeline.CompactEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0; argument
452 Timeline.CompactEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIns… argument
455 Timeline.CompactEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){this… argument
458 Timeline.CompactEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){thi… argument
461 Timeline.CompactEventPainter.prototype.paintPreciseInstantEvent=function(H,F,B,A){var C={tooltip:H.… argument
478 Timeline.CompactEventPainter.prototype.paintCompositePreciseInstantEvents=function(J,H,D,B){var K=J… argument
609 Timeline.CompactEventPainter.prototype.paintImpreciseInstantEvent=function(I,G,B,A){var C={tooltip:… argument
627 Timeline.CompactEventPainter.prototype.paintPreciseDurationEvent=function(I,G,B,A){var C={tooltip:I… argument
645 Timeline.CompactEventPainter.prototype.paintImpreciseDurationEvent=function(I,G,B,A){var C={tooltip… argument
774 Timeline.CompactEventPainter.prototype._onClickMultiplePreciseInstantEvent=function(E,A,B){var F=Si… argument
785 Timeline.CompactEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.ge… argument
792 Timeline.CompactEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var A… argument
807 Timeline.CompactEventPainter.prototype._showBubble=function(A,F,B){var E=document.createElement("di… argument
817 Timeline.CompactEventPainter.prototype._fireOnSelect=function(B){for(var A=0; argument
834 Timeline.SpanHighlightDecorator.prototype.initialize=function(B,A){this._band=B; argument
893 Timeline.PointHighlightDecorator.prototype.initialize=function(B,A){this._band=B; argument
929 Timeline.DetailedEventPainter.prototype.initialize=function(B,A){this._band=B; argument
941 Timeline.DetailedEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0; argument
996 Timeline.DetailedEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn… argument
999 Timeline.DetailedEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi… argument
1002 Timeline.DetailedEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th… argument
1203 Timeline.DetailedEventPainter.prototype._paintEventIcon=function(J,B,C,F,E){var H=J.getIcon(); argument
1242 Timeline.DetailedEventPainter.prototype._paintEventTape=function(L,B,D,A,G,C,I,H){var F=A-D; argument
1273 Timeline.DetailedEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.g… argument
1280 Timeline.DetailedEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var … argument
1295 Timeline.DetailedEventPainter.prototype._showBubble=function(B,E,C){var D=document.createElement("d… argument
1313 Timeline.GregorianEtherPainter.prototype.initialize=function(C,B){this._band=C; argument
1325 Timeline.GregorianEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1341 var B=function(G){for(var H=0; method in Timeline.GregorianEtherPainter.paint
1375 Timeline.HotZoneGregorianEtherPainter.prototype.initialize=function(C,B){this._band=C; argument
1387 Timeline.HotZoneGregorianEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position… argument
1434 Timeline.YearCountEtherPainter.prototype.initialize=function(C,B){this._band=C; argument
1446 Timeline.YearCountEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1478 Timeline.QuarterlyEtherPainter.prototype.initialize=function(C,B){this._band=C; argument
1490 Timeline.QuarterlyEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1568 Timeline.EtherHighlight=function(B,E,D,C){var A=B.isHorizontal(); argument
1596 Timeline.LinearEther.prototype.initialize=function(B,A){this._band=B; argument
1609 Timeline.LinearEther.prototype.shiftPixels=function(B){var A=this._interval*B/this._pixelsPerInterv… argument
1612 Timeline.LinearEther.prototype.dateToPixelOffset=function(B){var A=this._unit.compare(B,this._start… argument
1615 Timeline.LinearEther.prototype.pixelOffsetToDate=function(B){var A=B*this._interval/this._pixelsPer… argument
1705 Timeline.HotZoneEther.prototype._pixelOffsetToDate=function(E,B){var G=this._getScale(); argument
1754 Timeline.EventUtils.encodeEventElID=function(B,D,C,A){return C+"-tl-"+B.timelineID+"-"+D.getIndex()… argument
1759 Timeline.GregorianDateLabeller=function(B,A){this._locale=B; argument
1765 Timeline.GregorianDateLabeller.getMonthName=function(B,A){return Timeline.GregorianDateLabeller.mon… argument
1773 Timeline.GregorianDateLabeller.prototype.defaultLabelInterval=function(B,C){var D; argument
1813 Timeline.OriginalEventPainter.prototype.initialize=function(B,A){this._band=B; argument
1825 Timeline.OriginalEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0; argument
1832 Timeline.OriginalEventPainter.prototype.removeEventPaintListener=function(B){for(var A=0; argument
1888 Timeline.OriginalEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn… argument
1891 Timeline.OriginalEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi… argument
1894 Timeline.OriginalEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th… argument
2021 Timeline.OriginalEventPainter.prototype._encodeEventElID=function(B,A){return Timeline.EventUtils.e… argument
2031 Timeline.OriginalEventPainter.prototype._paintEventIcon=function(K,B,C,G,F,D){var I=K.getIcon(); argument
2064 Timeline.OriginalEventPainter.prototype._paintEventTape=function(N,B,D,A,G,C,J,I,M){var F=A-D; argument
2093 Timeline.OriginalEventPainter.prototype._getHighlightColor=function(A,B){var C=B.event.highlightCol… argument
2096 Timeline.OriginalEventPainter.prototype._createHighlightDiv=function(A,D,F,B){var G=null; argument
2112 Timeline.OriginalEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.g… argument
2119 Timeline.OriginalEventPainter.prototype._onClickDurationEvent=function(F,B,C){if("pageX" in B){var … argument
2134 Timeline.OriginalEventPainter.prototype._showBubble=function(B,E,C){var D=document.createElement("d… argument
2156 Timeline.OverviewEventPainter.prototype.initialize=function(B,A){this._band=B; argument
2165 Timeline.OverviewEventPainter.prototype.removeOnSelectListener=function(B){for(var A=0; argument
2206 Timeline.OverviewEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn… argument
2217 Timeline.OverviewEventPainter.prototype.paintDurationEvent=function(L,K,H,B){var A=L.getLatestStart… argument
2232 Timeline.OverviewEventPainter.prototype._paintEventTape=function(K,B,D,L,E,C,H,G,F){var I=H.trackOf… argument
2247 Timeline.OverviewEventPainter.prototype._paintEventTick=function(J,C,D,B,G,F){var I=F.event.overvie… argument
2282 Timeline.DefaultEventSource.prototype.removeListener=function(B){for(var A=0; argument
2307 Timeline.DefaultEventSource.prototype.loadJSON=function(H,B){var D=this._getBaseURL(B); argument
2326 Timeline.DefaultEventSource.prototype.loadSPARQL=function(I,B){var E=this._getBaseURL(B); argument
2367 Timeline.DefaultEventSource.prototype.getEventIterator=function(A,B){return this._events.getIterato… argument
2369 Timeline.DefaultEventSource.prototype.getEventReverseIterator=function(A,B){return this._events.get… argument
2379 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0; argument
2392 Timeline.DefaultEventSource.prototype._resolveRelativeURL=function(A,B){if(A==null||A==""){return A; argument
2459 },setWikiInfo:function(B,A){this._wikiURL=B; argument
2477 },fillTime:function(A,B){if(this._instant){if(this.isImprecise()){A.appendChild(A.ownerDocument.cre… argument
2522 Timeline.ClassicTheme.create=function(B){if(B==null){B=Timeline.getDefaultLocale(); argument
2603 var B=function(F){var E=F.responseXML; function
2619 Timeline._Impl=function(C,B,D,E,A){SimileAjax.WindowManager.initialize(); argument
2675 Timeline._Impl.prototype.loadXML=function(B,D){var A=this; argument
2777 Timeline._Impl.prototype.shiftOK=function(C,B){var F=B>0,A=B<0; argument
2808 Timeline.NativeDateUnit.createLabeller=function(B,A){return new Timeline.GregorianDateLabeller(B,A); argument
2830 Timeline.NativeDateUnit.earlier=function(B,A){return Timeline.NativeDateUnit.compare(B,A)<0?B:A; argument
2832 Timeline.NativeDateUnit.later=function(B,A){return Timeline.NativeDateUnit.compare(B,A)>0?B:A; argument
2834 Timeline.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B); argument