Home
last modified time | relevance | path

Searched refs:isImprecise (Results 1 – 3 of 3) sorted by relevance

/plugin/eventline/timeline_js/scripts/
H A Dsources.js442isImprecise: function() { return this._start != this._latestStart || this._end != this._earlies… method in Timeline.DefaultEventSource.Event
514 if (this.isImprecise()) {
522 if (this.isImprecise()) {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js412 if(R(E)){if(!E.isInstant()||E.isImprecise()){this.paintEvent(E,G,this._params.theme,Q(E));
455 Timeline.CompactEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){this…
458 Timeline.CompactEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){thi…
999 Timeline.DetailedEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1002 Timeline.DetailedEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
1891 Timeline.OriginalEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1894 Timeline.OriginalEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
2439 },isImprecise:function(){return this._start!=this._latestStart||this._end!=this._earliestEnd; method in Timeline.DefaultEventSource.Event
2477 },fillTime:function(A,B){if(this._instant){if(this.isImprecise()){A.appendChild(A.ownerDocument.cre…
2481 }}else{if(this.isImprecise()){A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._sta…
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js412 if(R(E)){if(!E.isInstant()||E.isImprecise()){this.paintEvent(E,G,this._params.theme,Q(E));
455 Timeline.CompactEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){this…
458 Timeline.CompactEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){thi…
999 Timeline.DetailedEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1002 Timeline.DetailedEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
1891 Timeline.OriginalEventPainter.prototype.paintInstantEvent=function(B,C,D,A){if(B.isImprecise()){thi…
1894 Timeline.OriginalEventPainter.prototype.paintDurationEvent=function(B,C,D,A){if(B.isImprecise()){th…
2455 },isImprecise:function(){return this._start!=this._latestStart||this._end!=this._earliestEnd; method in Timeline.DefaultEventSource.Event
2493 },fillTime:function(A,B){if(this._instant){if(this.isImprecise()){A.appendChild(A.ownerDocument.cre…
2497 }}else{if(this.isImprecise()){A.appendChild(A.ownerDocument.createTextNode(B.labelPrecise(this._sta…