Home
last modified time | relevance | path

Searched refs:DefaultEventSource (Results 1 – 5 of 5) sorted by relevance

/plugin/eventline/timeline_js/scripts/
Dsources.js5 Timeline.DefaultEventSource = function(eventIndex) { class in Timeline
10 Timeline.DefaultEventSource.prototype.addListener = function(listener) {
14 Timeline.DefaultEventSource.prototype.removeListener = function(listener) {
23 Timeline.DefaultEventSource.prototype.loadXML = function(xml, url) {
46 var evt = new Timeline.DefaultEventSource.Event( {
88 Timeline.DefaultEventSource.prototype.loadJSON = function(data, url) {
119 var evt = new Timeline.DefaultEventSource.Event({
160 Timeline.DefaultEventSource.prototype.loadSPARQL = function(xml, url) {
213 var evt = new Timeline.DefaultEventSource.Event({
252 Timeline.DefaultEventSource.prototype.add = function(evt) {
[all …]
/plugin/eventline/timeline_js/
Dtimeline-bundle.js2277 Timeline.DefaultEventSource=function(A){this._events=(A instanceof Object)?A:new SimileAjax.EventIn… class
2280 Timeline.DefaultEventSource.prototype.addListener=function(A){this._listeners.push(A);
2282 Timeline.DefaultEventSource.prototype.removeListener=function(B){for(var A=0;
2287 Timeline.DefaultEventSource.prototype.concatChildValues = function(node, def) {
2303 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A);
2313 var K=new Timeline.DefaultEventSource.Event({id:D.getAttribute("id"),start:E(D.getAttribute("start"…
2323 Timeline.DefaultEventSource.prototype.loadJSON=function(H,B){var D=this._getBaseURL(B);
2333 var L=new Timeline.DefaultEventSource.Event({id:("id" in A)?A.id:undefined,start:E(A.start),end:E(A…
2342 Timeline.DefaultEventSource.prototype.loadSPARQL=function(I,B){var E=this._getBaseURL(B);
2360 var M=new Timeline.DefaultEventSource.Event({id:D["id"],start:G(D["start"]),end:G(D["end"]),latestS…
[all …]
/plugin/tline/timeline_js/
Dtimeline-bundle.js2277 Timeline.DefaultEventSource=function(A){this._events=(A instanceof Object)?A:new SimileAjax.EventIn… class
2280 Timeline.DefaultEventSource.prototype.addListener=function(A){this._listeners.push(A);
2282 Timeline.DefaultEventSource.prototype.removeListener=function(B){for(var A=0;
2287 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A);
2297 var K=new Timeline.DefaultEventSource.Event({id:D.getAttribute("id"),start:E(D.getAttribute("start"…
2307 Timeline.DefaultEventSource.prototype.loadJSON=function(H,B){var D=this._getBaseURL(B);
2317 var L=new Timeline.DefaultEventSource.Event({id:("id" in A)?A.id:undefined,start:E(A.start),end:E(A…
2326 Timeline.DefaultEventSource.prototype.loadSPARQL=function(I,B){var E=this._getBaseURL(B);
2344 var M=new Timeline.DefaultEventSource.Event({id:D["id"],start:G(D["start"]),end:G(D["end"]),latestS…
2354 Timeline.DefaultEventSource.prototype.add=function(A){this._events.add(A);
[all …]
/plugin/eventline/
Dtimeline.js47 var eventSource = new Timeline.DefaultEventSource();
/plugin/tline/
DCHANGES.txt211 * Re-worked function Timeline.DefaultEventSource.Event in sources.js to use