Lines Matching defs:A

85 Timeline._Band.prototype.addOnScrollListener=function(A){this._onScrollListeners.push(A);  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
139 Timeline._Band.prototype.setBandShiftAndWidth=function(A,D){var C=this._keyboardInput.parentNode; argument
153 Timeline._Band.prototype.setViewLength=function(A){this._viewLength=A; argument
169 Timeline._Band.prototype.getMinVisibleDateAfterDelta=function(A){return this._ether.pixelOffsetToDa… argument
173 Timeline._Band.prototype.getMaxVisibleDateAfterDelta=function(A){return this._ether.pixelOffsetToDa… argument
177 Timeline._Band.prototype.setMinVisibleDate=function(A){if(!this._changing){this._moveEther(Math.rou… argument
179 Timeline._Band.prototype.setMaxVisibleDate=function(A){if(!this._changing){this._moveEther(Math.rou… argument
181 Timeline._Band.prototype.setCenterVisibleDate=function(A){if(!this._changing){this._moveEther(Math.… argument
183 Timeline._Band.prototype.dateToPixelOffset=function(A){return this._ether.dateToPixelOffset(A)-this… argument
185 Timeline._Band.prototype.pixelOffsetToDate=function(A){return this._ether.pixelOffsetToDate(A+this.… argument
187 Timeline._Band.prototype.createLayerDiv=function(C,A){var D=this._timeline.getDocument().createElem… argument
198 Timeline._Band.prototype.removeLayerDiv=function(A){this._innerDiv.removeChild(A.parentNode); argument
200 Timeline._Band.prototype.scrollToCenter=function(A,C){var B=this._ether.dateToPixelOffset(A); argument
210 Timeline._Band.prototype.zoom=function(C,A,F,E){if(!this._zoomSteps){return ; argument
218 Timeline._Band.prototype._onMouseDown=function(B,A,C){this.closeBubble(); argument
223 Timeline._Band.prototype._onMouseMove=function(D,A,E){if(this._dragging){var C=A.clientX-this._drag… argument
230 Timeline._Band.prototype._onMouseUp=function(B,A,C){this._dragging=false; 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
293 Timeline._Band.prototype._moveEther=function(A){this.closeBubble(); argument
354 Timeline.CompactEventPainter=function(A){this._params=A; argument
361 Timeline.CompactEventPainter.prototype.initialize=function(B,A){this._band=B; argument
369 Timeline.CompactEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.push… argument
378 Timeline.CompactEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A; argument
382 Timeline.CompactEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A; 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
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
733 Timeline.CompactEventPainter.prototype._paintEventLabel=function(E,I,C,F,A,G,D){var H=this._timelin… argument
746 Timeline.CompactEventPainter.prototype._paintEventTape=function(G,H,K,J,D,A,E,C,I,F){var B=A-D; argument
762 Timeline.CompactEventPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._tim… 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
803 Timeline.CompactEventPainter.prototype.showBubble=function(A){var B=this._eventIdToElmt[A.getID()]; argument
807 Timeline.CompactEventPainter.prototype._showBubble=function(A,F,B){var E=document.createElement("di… argument
824 Timeline.SpanHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUni… argument
834 Timeline.SpanHighlightDecorator.prototype.initialize=function(B,A){this._band=B; argument
886 Timeline.PointHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUn… argument
893 Timeline.PointHighlightDecorator.prototype.initialize=function(B,A){this._band=B; argument
922 Timeline.DetailedEventPainter=function(A){this._params=A; argument
929 Timeline.DetailedEventPainter.prototype.initialize=function(B,A){this._band=B; argument
939 Timeline.DetailedEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.pus… argument
948 Timeline.DetailedEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A; argument
952 Timeline.DetailedEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A; 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
1131 Timeline.DetailedEventPainter.prototype._findFreeTrackForSolid=function(D,A){for(var C=0; argument
1142 Timeline.DetailedEventPainter.prototype._findFreeTrackForText=function(C,A,I){var B; argument
1174 Timeline.DetailedEventPainter.prototype._findFreeLowerTrackForText=function(A,C){for(; argument
1180 Timeline.DetailedEventPainter.prototype._findFreeUpperTrackForText=function(A,C){for(; argument
1186 Timeline.DetailedEventPainter.prototype._getTrackData=function(A){return(A<0)?this._upperTracks[-A-… argument
1188 Timeline.DetailedEventPainter.prototype._paintEventLine=function(J,E,D,A,G,F){var H=Math.round(G.tr… argument
1218 Timeline.DetailedEventPainter.prototype._paintEventLabel=function(I,J,C,F,A,G,E){var H=this._timeli… argument
1242 Timeline.DetailedEventPainter.prototype._paintEventTape=function(L,B,D,A,G,C,I,H){var F=A-D; argument
1260 Timeline.DetailedEventPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._ti… argument
1273 Timeline.DetailedEventPainter.prototype._onClickInstantEvent=function(C,A,B){var D=SimileAjax.DOM.g… argument
1291 Timeline.DetailedEventPainter.prototype.showBubble=function(A){var B=this._eventIdToElmt[A.getID()]; argument
1301 Timeline.DetailedEventPainter.prototype._fireOnSelect=function(A){for(var B=0; argument
1308 Timeline.GregorianEtherPainter=function(A){this._params=A; argument
1325 Timeline.GregorianEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1351 Timeline.GregorianEtherPainter.prototype.zoom=function(A){if(A!=0){this._unit+=A; argument
1387 Timeline.HotZoneGregorianEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position… argument
1425 Timeline.HotZoneGregorianEtherPainter.prototype.zoom=function(A){if(A!=0){for(var B=0; argument
1429 Timeline.YearCountEtherPainter=function(A){this._params=A; argument
1446 Timeline.YearCountEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1461 var A=function(G){for(var H=0; method in Timeline.YearCountEtherPainter.paint
1474 Timeline.QuarterlyEtherPainter=function(A){this._params=A; argument
1490 Timeline.QuarterlyEtherPainter.prototype.setHighlight=function(A,B){this._highlight.position(A,B); argument
1505 var A=function(F){F.setUTCMonth(F.getUTCMonth()+3); method in Timeline.QuarterlyEtherPainter.paint
1592 Timeline.LinearEther=function(A){this._params=A; argument
1596 Timeline.LinearEther.prototype.initialize=function(B,A){this._band=B; argument
1607 Timeline.LinearEther.prototype.setDate=function(A){this._start=this._unit.cloneValue(A); argument
1629 Timeline.HotZoneEther=function(A){this._params=A; argument
1664 Timeline.HotZoneEther.prototype.setDate=function(A){this._start=this._unit.cloneValue(A); argument
1666 Timeline.HotZoneEther.prototype.shiftPixels=function(A){this._start=this.pixelOffsetToDate(A); argument
1668 Timeline.HotZoneEther.prototype.dateToPixelOffset=function(A){return this._dateDiffToPixelOffset(th… argument
1670 Timeline.HotZoneEther.prototype.pixelOffsetToDate=function(A){return this._pixelOffsetToDate(A,this… 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
1767 Timeline.GregorianDateLabeller.prototype.labelInterval=function(A,C){var B=Timeline.GregorianDateLa… argument
1771 Timeline.GregorianDateLabeller.prototype.labelPrecise=function(A){return SimileAjax.DateTime.remove… argument
1805 Timeline.OriginalEventPainter=function(A){this._params=A; argument
1813 Timeline.OriginalEventPainter.prototype.initialize=function(B,A){this._band=B; argument
1823 Timeline.OriginalEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.pus… argument
1830 Timeline.OriginalEventPainter.prototype.addEventPaintListener=function(A){this._eventPaintListeners… argument
1839 Timeline.OriginalEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A; argument
1843 Timeline.OriginalEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A; 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
2048 Timeline.OriginalEventPainter.prototype._paintEventLabel=function(K,L,D,H,A,J,G,E,C){var I=this._ti… argument
2064 Timeline.OriginalEventPainter.prototype._paintEventTape=function(N,B,D,A,G,C,J,I,M){var F=A-D; argument
2085 Timeline.OriginalEventPainter.prototype._getLabelDivClassName=function(A){return this._getElClassNa… argument
2087 Timeline.OriginalEventPainter.prototype._getElClassName=function(D,C,A){var E=C.getClassName(),B=[]; 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
2130 Timeline.OriginalEventPainter.prototype.showBubble=function(A){var B=this._eventIdToElmt[A.getID()]; argument
2140 Timeline.OriginalEventPainter.prototype._fireOnSelect=function(A){for(var B=0; argument
2144 Timeline.OriginalEventPainter.prototype._fireEventPaintListeners=function(D,A,C){for(var B=0; argument
2151 Timeline.OverviewEventPainter=function(A){this._params=A; argument
2156 Timeline.OverviewEventPainter.prototype.initialize=function(B,A){this._band=B; argument
2163 Timeline.OverviewEventPainter.prototype.addOnSelectListener=function(A){this._onSelectListeners.pus… argument
2172 Timeline.OverviewEventPainter.prototype.setFilterMatcher=function(A){this._filterMatcher=A; argument
2176 Timeline.OverviewEventPainter.prototype.setHighlightMatcher=function(A){this._highlightMatcher=A; argument
2206 Timeline.OverviewEventPainter.prototype.paintEvent=function(B,C,D,A){if(B.isInstant()){this.paintIn… argument
2209 Timeline.OverviewEventPainter.prototype.paintInstantEvent=function(I,H,E,A){var F=I.getStart(); argument
2260 Timeline.OverviewEventPainter.prototype._createHighlightDiv=function(A,C,E){if(A>=0){var D=this._ti… argument
2273 Timeline.OverviewEventPainter.prototype.showBubble=function(A){}; argument
2277 Timeline.DefaultEventSource=function(A){this._events=(A instanceof Object)?A:new SimileAjax.EventIn… argument
2280 Timeline.DefaultEventSource.prototype.addListener=function(A){this._listeners.push(A); argument
2303 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A); argument
2370 Timeline.DefaultEventSource.prototype.add=function(A){this._events.add(A); argument
2373 Timeline.DefaultEventSource.prototype.addMany=function(A){for(var B=0; argument
2381 Timeline.DefaultEventSource.prototype.getEvent=function(A){return this._events.getEvent(A); argument
2383 Timeline.DefaultEventSource.prototype.getEventIterator=function(A,B){return this._events.getIterato… argument
2385 Timeline.DefaultEventSource.prototype.getEventReverseIterator=function(A,B){return this._events.get… argument
2395 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0; argument
2401 Timeline.DefaultEventSource.prototype._getBaseURL=function(A){if(A.indexOf("://")<0){var C=this._ge… argument
2408 Timeline.DefaultEventSource.prototype._resolveRelativeURL=function(A,B){if(A==null||A==""){return A; argument
2413 Timeline.DefaultEventSource.Event=function(A){function D(E){return(A[E]!=null&&A[E]!="")?A[E]:null; argument
2472 },getProperty:function(A){return null; argument
2475 },setWikiInfo:function(B,A){this._wikiURL=B; argument
2477 },fillDescription:function(A){A.innerHTML=this._description; argument
2493 },fillTime:function(A,B){if(this._instant){if(this.isImprecise()){A.appendChild(A.ownerDocument.cre… argument
2503 }}},fillInfoBubble:function(A,E,M){var K=A.ownerDocument; argument
2549 …ghtLabelBackground:false,bubble:{width:250,maxHeight:0,titleStyler:function(A){A.className="timeli… argument
2550 },bodyStyler:function(A){A.className="timeline-event-bubble-body"; argument
2551 },imageStyler:function(A){A.className="timeline-event-bubble-image"; argument
2552 },wikiStyler:function(A){A.className="timeline-event-bubble-wiki"; argument
2553 },timeStyler:function(A){A.className="timeline-event-bubble-time"; argument
2615 Timeline.setDefaultTheme=function(A){Timeline._defaultTheme=A; argument
2617 Timeline.loadXML=function(A,C){var D=function(G,F,E){alert("Failed to load data xml from "+A+"\n"+G… argument
2631 Timeline.getTimelineFromID=function(A){return Timeline.timelines[A]; argument
2633 Timeline.writeVersion=function(A){document.getElementById(A).innerHTML=this.display_version; argument
2635 Timeline._Impl=function(C,B,D,E,A){SimileAjax.WindowManager.initialize(); argument
2661 Timeline._Impl.prototype.getBand=function(A){return this._bands[A]; argument
2675 Timeline._Impl.prototype.addDiv=function(A){this._containerDiv.appendChild(A); argument
2677 Timeline._Impl.prototype.removeDiv=function(A){this._containerDiv.removeChild(A); argument
2715 Timeline._Impl.prototype._autoWidthScrollListener=function(A){A.getTimeline()._autoWidthCheck(false… argument
2813 Timeline._Impl.prototype.zoom=function(D,A,G,F){var C=new RegExp("^timeline-band-([0-9]+)$"); argument
2824 Timeline.NativeDateUnit.createLabeller=function(B,A){return new Timeline.GregorianDateLabeller(B,A); argument
2828 Timeline.NativeDateUnit.cloneValue=function(A){return new Date(A.getTime()); argument
2830 Timeline.NativeDateUnit.getParser=function(A){if(typeof A=="string"){A=A.toLowerCase(); argument
2833 Timeline.NativeDateUnit.parseFromObject=function(A){return Timeline.DateTime.parseGregorianDateTime… argument
2835 Timeline.NativeDateUnit.toNumber=function(A){return A.getTime(); argument
2837 Timeline.NativeDateUnit.fromNumber=function(A){return new Date(A); argument
2846 Timeline.NativeDateUnit.earlier=function(B,A){return Timeline.NativeDateUnit.compare(B,A)<0?B:A; argument
2848 Timeline.NativeDateUnit.later=function(B,A){return Timeline.NativeDateUnit.compare(B,A)>0?B:A; argument
2850 Timeline.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B); argument