Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/javascript/frameworks/dojo/dojo-1.5.0.js')
-rw-r--r--tests/javascript/frameworks/dojo/dojo-1.5.0.js55
1 files changed, 0 insertions, 55 deletions
diff --git a/tests/javascript/frameworks/dojo/dojo-1.5.0.js b/tests/javascript/frameworks/dojo/dojo-1.5.0.js
index 8b7cc207f3..01f02b4828 100644
--- a/tests/javascript/frameworks/dojo/dojo-1.5.0.js
+++ b/tests/javascript/frameworks/dojo/dojo-1.5.0.js
@@ -598,7 +598,6 @@ dojo.global = {
_loadNotifying: false
});
-
dojo._loadPath = function(/*String*/relpath, /*String?*/module, /*Function?*/cb){
// summary:
// Load a Javascript module given a relative path
@@ -1181,7 +1180,6 @@ dojo.global = {
d.i18n._requireLocalization.apply(d.hostenv, arguments);
};
-
var ore = new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$"),
ire = new RegExp("^((([^\\[:]+):)?([^@]+)@)?(\\[([^\\]]+)\\]|([^\\[:]*))(:([0-9]+))?$");
@@ -1414,7 +1412,6 @@ if(typeof window != 'undefined'){
dojo.isBrowser = true;
dojo._name = "browser";
-
// attempt to figure out the path to dojo if it isn't set in the config
(function(){
var d = dojo;
@@ -1602,7 +1599,6 @@ if(typeof window != 'undefined'){
return http.responseText; // String
}
-
var _w = window;
var _handleNodeEvent = function(/*String*/evtName, /*Function*/fp){
// summary:
@@ -1617,7 +1613,6 @@ if(typeof window != 'undefined'){
}, false);
};
-
d._windowUnloaders = [];
d.windowUnloaded = function(){
@@ -1773,7 +1768,6 @@ if(typeof window != 'undefined'){
}
//END DOMContentLoaded
-
/*
OpenAjax.subscribe("OpenAjax", "onload", function(){
if(dojo._inFlightCount == 0){
@@ -2457,9 +2451,6 @@ if(!dojo._hasResource["dojo._base.declare"]){ //_hasResource checks added by bui
dojo._hasResource["dojo._base.declare"] = true;
dojo.provide("dojo._base.declare");
-
-
-
(function(){
var d = dojo, mix = d._mixin, op = Object.prototype, opts = op.toString,
xtor = new Function, counter = 0, cname = "constructor";
@@ -2781,7 +2772,6 @@ dojo.provide("dojo._base.declare");
};
}
-
// chained constructor compatible with the legacy dojo.declare()
function singleConstructor(ctor, ctorSpecial){
return function(){
@@ -3499,7 +3489,6 @@ if(!dojo._hasResource["dojo._base.connect"]){ //_hasResource checks added by bui
dojo._hasResource["dojo._base.connect"] = true;
dojo.provide("dojo._base.connect");
-
// this file courtesy of the TurboAjax Group, licensed under a Dojo CLA
// low-level delegation machinery
@@ -3803,7 +3792,6 @@ if(!dojo._hasResource["dojo._base.Deferred"]){ //_hasResource checks added by bu
dojo._hasResource["dojo._base.Deferred"] = true;
dojo.provide("dojo._base.Deferred");
-
(function(){
var mutator = function(){};
var freeze = Object.freeze || function(){};
@@ -4001,7 +3989,6 @@ dojo.provide("dojo._base.Deferred");
complete(value);
};
-
// calling error will indicate that the promise failed
this.reject = this.errback = function(error){
// summary:
@@ -4287,8 +4274,6 @@ if(!dojo._hasResource["dojo._base.Color"]){ //_hasResource checks added by build
dojo._hasResource["dojo._base.Color"] = true;
dojo.provide("dojo._base.Color");
-
-
(function(){
var d = dojo;
@@ -4508,14 +4493,6 @@ if(!dojo._hasResource["dojo._base"]){ //_hasResource checks added by build. Do n
dojo._hasResource["dojo._base"] = true;
dojo.provide("dojo._base");
-
-
-
-
-
-
-
-
}
if(!dojo._hasResource["dojo._base.window"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
@@ -4617,14 +4594,12 @@ dojo.withDoc = function( /*DocumentElement*/documentObject,
}
};
-
}
if(!dojo._hasResource["dojo._base.event"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojo._base.event"] = true;
dojo.provide("dojo._base.event");
-
// this file courtesy of the TurboAjax Group, licensed under a Dojo CLA
(function(){
@@ -7091,8 +7066,6 @@ if(!dojo._hasResource["dojo._base.NodeList"]){ //_hasResource checks added by bu
dojo._hasResource["dojo._base.NodeList"] = true;
dojo.provide("dojo._base.NodeList");
-
-
(function(){
var d = dojo;
@@ -8102,8 +8075,6 @@ dojo._hasResource["dojo._base.query"] = true;
if(typeof dojo != "undefined"){
dojo.provide("dojo._base.query");
-
-
}
/*
@@ -8167,7 +8138,6 @@ if(typeof dojo != "undefined"){
// Global utilities
////////////////////////////////////////////////////////////////////////
-
// on browsers that support the "children" collection we can avoid a lot of
// iteration on chaff (non-element) nodes.
// why.
@@ -8203,7 +8173,6 @@ if(typeof dojo != "undefined"){
// expression. The structure for parts is documented in the code
// below.
-
// NOTE:
// this code is designed to run fast and compress well. Sacrifices
// to readibility and maintainability have been made. Your best
@@ -8232,7 +8201,6 @@ if(typeof dojo != "undefined"){
// the overall data graph of the full query, as represented by queryPart objects
var queryParts = [];
-
// state keeping vars
var inBrackets = -1, inParens = -1, inMatchFor = -1,
inPseudo = -1, inClass = -1, inId = -1, inTag = -1,
@@ -8306,7 +8274,6 @@ if(typeof dojo != "undefined"){
currentPart.oquery = currentPart.query = ts(pStart, x); // save the full expression as a string
-
// otag/tag are hints to suggest to the system whether or not
// it's an operator or a tag. We save a copy of otag since the
// tag name is cast to upper-case in regular HTML matches. The
@@ -8487,7 +8454,6 @@ if(typeof dojo != "undefined"){
return queryParts;
};
-
////////////////////////////////////////////////////////////////////////
// DOM query infrastructure
////////////////////////////////////////////////////////////////////////
@@ -9276,7 +9242,6 @@ if(typeof dojo != "undefined"){
// trivially rewrite the query to the form "#synid > .thinger" to
// use the QSA branch
-
if(useQSA){
var tq = (specials.indexOf(query.charAt(query.length-1)) >= 0) ?
(query + " *") : query;
@@ -9619,10 +9584,6 @@ if(!dojo._hasResource["dojo._base.xhr"]){ //_hasResource checks added by build.
dojo._hasResource["dojo._base.xhr"] = true;
dojo.provide("dojo._base.xhr");
-
-
-
-
(function(){
var _d = dojo, cfg = _d.config;
@@ -10051,7 +10012,6 @@ dojo.provide("dojo._base.xhr");
}
=====*/
-
/*=====
dojo.__IoPublish = function(){
// summary:
@@ -10091,7 +10051,6 @@ dojo.provide("dojo._base.xhr");
}
=====*/
-
dojo._ioSetArgs = function(/*dojo.__IoArgs*/args,
/*Function*/canceller,
/*Function*/okHandler,
@@ -10235,7 +10194,6 @@ dojo.provide("dojo._base.xhr");
var _inFlightIntvl = null;
var _inFlight = [];
-
//Use a separate count for knowing if we are starting/stopping io calls.
//Cannot use _inFlight.length since it can change at a different time than
//when we want to do this kind of test. We only want to decrement the count
@@ -10554,10 +10512,6 @@ if(!dojo._hasResource["dojo._base.fx"]){ //_hasResource checks added by build. D
dojo._hasResource["dojo._base.fx"] = true;
dojo.provide("dojo._base.fx");
-
-
-
-
/*
Animation loosely package based on Dan Pupius' work, contributed under CLA:
http://pupius.co.uk/js/Toolkit.Drawing.js
@@ -11217,15 +11171,6 @@ if(!dojo._hasResource["dojo._base.browser"]){ //_hasResource checks added by bui
dojo._hasResource["dojo._base.browser"] = true;
dojo.provide("dojo._base.browser");
-
-
-
-
-
-
-
-
-
//Need this to be the last code segment in base, so do not place any
//dojo.requireIf calls in this file. Otherwise, due to how the build system
//puts all requireIf dependencies after the current file, the require calls