Home
last modified time | relevance | path

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

/plugin/eventline/timeline_js/scripts/
H A Dsources.js5 Timeline.DefaultEventSource = function(eventIndex) { class in Timeline
10 Timeline.DefaultEventSource.prototype.addListener = function(listener) {
23 Timeline.DefaultEventSource.prototype.loadXML = function(xml, url) {
46 var evt = new Timeline.DefaultEventSource.Event( {
119 var evt = new Timeline.DefaultEventSource.Event({
213 var evt = new Timeline.DefaultEventSource.Event({
252 Timeline.DefaultEventSource.prototype.add = function(evt) {
264 Timeline.DefaultEventSource.prototype.clear = function() {
285 Timeline.DefaultEventSource.prototype.getCount = function() {
341 Timeline.DefaultEventSource.Event = function(args) {
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2280 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);
2323 Timeline.DefaultEventSource.prototype.loadJSON=function(H,B){var D=this._getBaseURL(B);
2342 Timeline.DefaultEventSource.prototype.loadSPARQL=function(I,B){var E=this._getBaseURL(B);
2370 Timeline.DefaultEventSource.prototype.add=function(A){this._events.add(A);
2373 Timeline.DefaultEventSource.prototype.addMany=function(A){for(var B=0;
2378 Timeline.DefaultEventSource.prototype.clear=function(){this._events.removeAll();
2395 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0;
[all …]
/plugin/eventline/
H A Dtimeline.js47 var eventSource = new Timeline.DefaultEventSource();
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2280 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);
2307 Timeline.DefaultEventSource.prototype.loadJSON=function(H,B){var D=this._getBaseURL(B);
2326 Timeline.DefaultEventSource.prototype.loadSPARQL=function(I,B){var E=this._getBaseURL(B);
2354 Timeline.DefaultEventSource.prototype.add=function(A){this._events.add(A);
2357 Timeline.DefaultEventSource.prototype.addMany=function(A){for(var B=0;
2362 Timeline.DefaultEventSource.prototype.clear=function(){this._events.removeAll();
2373 Timeline.DefaultEventSource.prototype.getCount=function(){return this._events.getCount();
2379 Timeline.DefaultEventSource.prototype._fire=function(B,A){for(var C=0;
[all …]
/plugin/tline/
H A DCHANGES.txt211 * Re-worked function Timeline.DefaultEventSource.Event in sources.js to use