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.3.3.js')
-rw-r--r--tests/javascript/frameworks/dojo/dojo-1.3.3.js57
1 files changed, 0 insertions, 57 deletions
diff --git a/tests/javascript/frameworks/dojo/dojo-1.3.3.js b/tests/javascript/frameworks/dojo/dojo-1.3.3.js
index 3919209708..a7b343fbed 100644
--- a/tests/javascript/frameworks/dojo/dojo-1.3.3.js
+++ b/tests/javascript/frameworks/dojo/dojo-1.3.3.js
@@ -446,7 +446,6 @@ dojo.global = {
return !!d.getObject(name, false, obj); // Boolean
}
-
dojo["eval"] = function(/*String*/ scriptFragment){
// summary:
// Perform an evaluation in the global scope. Use this rather than
@@ -458,7 +457,6 @@ dojo.global = {
// returns:
// The result of the evaluation. Often `undefined`
-
// note:
// - JSC eval() takes an optional second argument which can be 'unsafe'.
// - Mozilla/SpiderMonkey eval() takes an optional second argument which is the
@@ -565,7 +563,6 @@ dojo.global = {
_loadNotifying: false
});
-
dojo._loadPath = function(/*String*/relpath, /*String?*/module, /*Function?*/cb){
// summary:
// Load a Javascript module given a relative path
@@ -1056,7 +1053,6 @@ dojo.global = {
d.i18n._requireLocalization.apply(d.hostenv, arguments);
};
-
var ore = new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$");
var ire = new RegExp("^((([^\\[:]+):)?([^@]+)@)?(\\[([^\\]]+)\\]|([^\\[:]*))(:([0-9]+))?$");
@@ -1288,7 +1284,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;
@@ -1471,7 +1466,6 @@ if(typeof window != 'undefined'){
return http.responseText; // String
}
-
var _w = window;
var _handleNodeEvent = function(/*String*/evtName, /*Function*/fp){
// summary:
@@ -1486,7 +1480,6 @@ if(typeof window != 'undefined'){
};
};
-
d._windowUnloaders = [];
d.windowUnloaded = function(){
@@ -1636,7 +1629,6 @@ if(typeof window != 'undefined'){
}catch(e){}
}
-
/*
OpenAjax.subscribe("OpenAjax", "onload", function(){
if(dojo._inFlightCount == 0){
@@ -1965,7 +1957,6 @@ if(!dojo._hasResource["dojo._base.declare"]){ //_hasResource checks added by bui
dojo._hasResource["dojo._base.declare"] = true;
dojo.provide("dojo._base.declare");
-
// this file courtesy of the TurboAjax Group, licensed under a Dojo CLA
dojo.declare = function(/*String*/ className, /*Function|Function[]*/ superclass, /*Object*/ props){
@@ -2149,7 +2140,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
@@ -2439,7 +2429,6 @@ if(!dojo._hasResource["dojo._base.Deferred"]){ //_hasResource checks added by bu
dojo._hasResource["dojo._base.Deferred"] = true;
dojo.provide("dojo._base.Deferred");
-
dojo.Deferred = function(/*Function?*/ canceller){
// summary:
// Encapsulates a sequence of callbacks in response to a value that
@@ -2723,7 +2712,6 @@ dojo.extend(dojo.Deferred, {
}
},
-
_resback: function(res){
// summary:
// The private primitive that means either callback or errback
@@ -3236,8 +3224,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;
@@ -3434,14 +3420,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.
@@ -3539,14 +3517,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(){
@@ -5782,8 +5758,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;
@@ -6178,7 +6152,6 @@ dojo.provide("dojo._base.NodeList");
return this; // dojo.NodeList
},
-
/*=====
coords: function(){
// summary:
@@ -6522,8 +6495,6 @@ dojo.provide("dojo._base.NodeList");
// see:
// http://developer.mozilla.org/en/docs/DOM:element
-
-
// FIXME: need synthetic event support!
var _e = { target: n, faux: true, type: evt };
// dojo._event_listener._synthesizeEvent({}, { target: n, faux: true, type: evt });
@@ -6545,8 +6516,6 @@ dojo._hasResource["dojo._base.query"] = true;
if(typeof dojo != "undefined"){
dojo.provide("dojo._base.query");
-
-
}
/*
@@ -6611,7 +6580,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.
@@ -6647,7 +6615,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
@@ -6676,7 +6643,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,
@@ -6750,7 +6716,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
@@ -6928,7 +6893,6 @@ if(typeof dojo != "undefined"){
return queryParts;
};
-
////////////////////////////////////////////////////////////////////////
// DOM query infrastructure
////////////////////////////////////////////////////////////////////////
@@ -7702,7 +7666,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;
@@ -8045,10 +8008,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;
function setValue(/*Object*/obj, /*String*/name, /*String*/value){
@@ -8399,8 +8358,6 @@ dojo.provide("dojo._base.xhr");
}
=====*/
-
-
dojo._ioSetArgs = function(/*dojo.__IoArgs*/args,
/*Function*/canceller,
/*Function*/okHandler,
@@ -8790,11 +8747,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 losely package based on Dan Pupius' work, contributed under CLA:
http://pupius.co.uk/js/Toolkit.Drawing.js
@@ -9406,15 +9358,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