prvi
This commit is contained in:
4
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro.min.js
vendored
Normal file
4
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro.min.js
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
27
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_core.js
vendored
Normal file
27
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_core.js
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
/**
|
||||
* CLDR JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Copyright 2013 Rafael Xavier de Souza
|
||||
* Released under the MIT license
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: @DATE
|
||||
*/
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
(function( root, factory ) {
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
// AMD.
|
||||
|
||||
// Node. CommonJS.
|
||||
module.exports = factory();
|
||||
} else {
|
||||
// Global
|
||||
root.Cldr = factory();
|
||||
}
|
||||
|
||||
}( this, function() {
|
||||
33
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_event.js
vendored
Normal file
33
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_event.js
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
/**
|
||||
* CLDR JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Copyright 2013 Rafael Xavier de Souza
|
||||
* Released under the MIT license
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: @DATE
|
||||
*/
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
(function( factory ) {
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
// AMD.
|
||||
|
||||
// Node. CommonJS.
|
||||
module.exports = factory( require( "../cldr" ) );
|
||||
} else {
|
||||
// Global
|
||||
factory( Cldr );
|
||||
}
|
||||
|
||||
}(function( Cldr ) {
|
||||
|
||||
// Build optimization hack to avoid duplicating functions across modules.
|
||||
var pathNormalize = Cldr._pathNormalize,
|
||||
validatePresence = Cldr._validatePresence,
|
||||
validateType = Cldr._validateType;
|
||||
|
||||
31
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_supplemental.js
vendored
Normal file
31
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_supplemental.js
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* CLDR JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Copyright 2013 Rafael Xavier de Souza
|
||||
* Released under the MIT license
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: @DATE
|
||||
*/
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
(function( factory ) {
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
// AMD.
|
||||
|
||||
// Node. CommonJS.
|
||||
module.exports = factory( require( "../cldr" ) );
|
||||
} else {
|
||||
// Global
|
||||
factory( Cldr );
|
||||
}
|
||||
|
||||
}(function( Cldr ) {
|
||||
|
||||
// Build optimization hack to avoid duplicating functions across modules.
|
||||
var alwaysArray = Cldr._alwaysArray;
|
||||
|
||||
36
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_unresolved.js
vendored
Normal file
36
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/intro_unresolved.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/**
|
||||
* CLDR JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Copyright 2013 Rafael Xavier de Souza
|
||||
* Released under the MIT license
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: @DATE
|
||||
*/
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
(function( factory ) {
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
// AMD.
|
||||
|
||||
// Node. CommonJS.
|
||||
module.exports = factory( require( "../cldr" ) );
|
||||
} else {
|
||||
// Global
|
||||
factory( Cldr );
|
||||
}
|
||||
|
||||
}(function( Cldr ) {
|
||||
|
||||
// Build optimization hack to avoid duplicating functions across modules.
|
||||
var coreLoad = Cldr._coreLoad;
|
||||
var jsonMerge = Cldr._jsonMerge;
|
||||
var pathNormalize = Cldr._pathNormalize;
|
||||
var resourceGet = Cldr._resourceGet;
|
||||
var validatePresence = Cldr._validatePresence;
|
||||
var validateTypePath = Cldr._validateTypePath;
|
||||
|
||||
22
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/node_main.js
vendored
Normal file
22
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/node_main.js
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* CLDR JavaScript Library v@VERSION
|
||||
* http://jquery.com/
|
||||
*
|
||||
* Copyright 2013 Rafael Xavier de Souza
|
||||
* Released under the MIT license
|
||||
* http://jquery.org/license
|
||||
*
|
||||
* Date: @DATE
|
||||
*/
|
||||
/*!
|
||||
* CLDR JavaScript Library v@VERSION @DATE MIT license © Rafael Xavier
|
||||
* http://git.io/h4lmVg
|
||||
*/
|
||||
|
||||
// Cldr
|
||||
module.exports = require( "./cldr" );
|
||||
|
||||
// Extent Cldr with the following modules
|
||||
require( "./cldr/event" );
|
||||
require( "./cldr/supplemental" );
|
||||
require( "./cldr/unresolved" );
|
||||
1
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/outro.js
vendored
Normal file
1
EveryThing/wwwroot/vendor/libs/cldrjs/dist/.build/build/outro.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
}));
|
||||
Reference in New Issue
Block a user