text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```javascript define([ "./core" ], function( jQuery ) { /* * Optional (non-Sizzle) selector module for custom builds. * * Note that this DOES NOT SUPPORT many documented jQuery * features in exchange for its smaller size: * * Attribute not equal selector * Positional selectors (:first; :eq(n); :odd; etc.) * T...
/content/code_sandbox/public/vendor/jquery/src/selector-native.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,204
```javascript define([ "./core", "./var/pnum", "./core/access", "./css/var/rmargin", "./css/var/rnumnonpx", "./css/var/cssExpand", "./css/var/isHidden", "./css/var/getStyles", "./css/curCSS", "./css/defaultDisplay", "./css/addGetHookIf", "./css/support", "./data/var/data_priv", "./core/init", "./css/swa...
/content/code_sandbox/public/vendor/jquery/src/css.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
3,540
```javascript define([ "./core", "./var/concat", "./var/push", "./core/access", "./manipulation/var/rcheckableType", "./manipulation/support", "./data/var/data_priv", "./data/var/data_user", "./core/init", "./data/accepts", "./traversing", "./selector", "./event" ], function( jQuery, concat, push, access,...
/content/code_sandbox/public/vendor/jquery/src/manipulation.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,197
```javascript define([ "./core", "./var/slice", "./callbacks" ], function( jQuery, slice ) { jQuery.extend({ Deferred: function( func ) { var tuples = [ // action, add listener, listener list, final state [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ], [ "reject", "fail", jQuery....
/content/code_sandbox/public/vendor/jquery/src/deferred.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,186
```javascript define([ "./core", "./manipulation/var/rcheckableType", "./core/init", "./traversing", // filter "./attributes/prop" ], function( jQuery, rcheckableType ) { var r20 = /%20/g, rbracket = /\[\]$/, rCRLF = /\r?\n/g, rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, rsubmittable = /^(?:inpu...
/content/code_sandbox/public/vendor/jquery/src/serialize.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
915
```javascript define([ "./selector-sizzle" ]); ```
/content/code_sandbox/public/vendor/jquery/src/selector.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
9
```javascript define([ "./core", "./var/strundefined", "./var/rnotwhite", "./var/hasOwn", "./var/slice", "./event/support", "./data/var/data_priv", "./core/init", "./data/accepts", "./selector" ], function( jQuery, strundefined, rnotwhite, hasOwn, slice, support, data_priv ) { var rkeyEvent = /^key/, rmou...
/content/code_sandbox/public/vendor/jquery/src/event.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
6,573
```javascript define([ "./core", "./var/rnotwhite", "./ajax/var/nonce", "./ajax/var/rquery", "./core/init", "./ajax/parseJSON", "./ajax/parseXML", "./deferred" ], function( jQuery, rnotwhite, nonce, rquery ) { var rhash = /#.*$/, rts = /([?&])_=[^&]*/, rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, // #7653, #81...
/content/code_sandbox/public/vendor/jquery/src/ajax.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
5,865
```javascript /*! * FullCalendar v2.7.1 * (c) 2016 Adam Shaw */ (function(factory) { if (typeof define === 'function' && define.amd) { define([ 'jquery', 'moment' ], factory); } else if (typeof exports === 'object') { // Node/CommonJS module.exports = factory(require('jquery'), require('moment')); } else {...
/content/code_sandbox/public/vendor/fullcalendar/dist/fullcalendar.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
89,431
```javascript /*! * jQuery JavaScript Library v@VERSION * path_to_url * * Includes Sizzle.js * path_to_url * * Released under the MIT license * path_to_url * * Date: @DATE */ (function( global, factory ) { if ( typeof module === "object" && typeof module.exports === "object" ) { // For CommonJS and Comm...
/content/code_sandbox/public/vendor/jquery/src/intro.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
337
```javascript /*! Sizzle v2.2.0-pre | (c) 2008, 2014 jQuery Foundation, Inc. | jquery.org/license */ !function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I...
/content/code_sandbox/public/vendor/jquery/src/sizzle/dist/sizzle.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
6,646
```javascript define([ "../core", "../ajax" ], function( jQuery ) { // Install script dataType jQuery.ajaxSetup({ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" }, contents: { script: /(?:java|ecma)script/ }, converters: { "text script": func...
/content/code_sandbox/public/vendor/jquery/src/ajax/script.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
352
```javascript define([ "../core", "../var/support", "../ajax" ], function( jQuery, support ) { jQuery.ajaxSettings.xhr = function() { try { return new XMLHttpRequest(); } catch( e ) {} }; var xhrId = 0, xhrCallbacks = {}, xhrSuccessStatus = { // file protocol always yields status code 0, assume 200 0: 20...
/content/code_sandbox/public/vendor/jquery/src/ajax/xhr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
910
```javascript define([ "../core", "./var/nonce", "./var/rquery", "../ajax" ], function( jQuery, nonce, rquery ) { var oldCallbacks = [], rjsonp = /(=)\?(?=&|$)|\?\?/; // Default jsonp settings jQuery.ajaxSetup({ jsonp: "callback", jsonpCallback: function() { var callback = oldCallbacks.pop() || ( jQuery.expa...
/content/code_sandbox/public/vendor/jquery/src/ajax/jsonp.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
683
```javascript define([ "../core" ], function( jQuery ) { // Cross-browser xml parsing jQuery.parseXML = function( data ) { var xml, tmp; if ( !data || typeof data !== "string" ) { return null; } // Support: IE9 try { tmp = new DOMParser(); xml = tmp.parseFromString( data, "text/xml" ); } catch ( e ) { ...
/content/code_sandbox/public/vendor/jquery/src/ajax/parseXML.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
137
```javascript define([ "../core", "../core/parseHTML", "../ajax", "../traversing", "../manipulation", "../selector", // Optional event/alias dependency "../event/alias" ], function( jQuery ) { // Keep a copy of the old load method var _load = jQuery.fn.load; /** * Load a url into a page */ jQuery.fn.load = ...
/content/code_sandbox/public/vendor/jquery/src/ajax/load.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
460
```javascript define([ "../core" ], function( jQuery ) { // Support: Android 2.3 // Workaround failure to string-cast null input jQuery.parseJSON = function( data ) { return JSON.parse( data + "" ); }; return jQuery.parseJSON; }); ```
/content/code_sandbox/public/vendor/jquery/src/ajax/parseJSON.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
58
```javascript define([ "../../core" ], function( jQuery ) { return jQuery.now(); }); ```
/content/code_sandbox/public/vendor/jquery/src/ajax/var/nonce.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
19
```javascript define(function() { return (/\?/); }); ```
/content/code_sandbox/public/vendor/jquery/src/ajax/var/rquery.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
12
```javascript define([ "../core" ], function( jQuery ) { /** * Determines whether an object can have data */ jQuery.acceptData = function( owner ) { // Accepts only: // - Node // - Node.ELEMENT_NODE // - Node.DOCUMENT_NODE // - Object // - Any /* jshint -W018 */ return owner.nodeType === 1 || own...
/content/code_sandbox/public/vendor/jquery/src/data/accepts.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
109
```javascript define([ "../core", "../var/rnotwhite", "./accepts" ], function( jQuery, rnotwhite ) { function Data() { // Support: Android<4, // Old WebKit does not have Object.preventExtensions/freeze method, // return new empty object instead with no [[set]] accessor Object.defineProperty( this.cache = {}, 0,...
/content/code_sandbox/public/vendor/jquery/src/data/Data.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,382
```javascript define([ "../Data" ], function( Data ) { return new Data(); }); ```
/content/code_sandbox/public/vendor/jquery/src/data/var/data_priv.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
19
```javascript define([ "../core", "../queue", "../effects" // Delay is optional because of this dependency ], function( jQuery ) { // Based off of the plugin by Clint Helfers, with permission. // path_to_url jQuery.fn.delay = function( time, type ) { time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; typ...
/content/code_sandbox/public/vendor/jquery/src/queue/delay.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
137
```javascript /*! * Sizzle CSS Selector Engine v2.2.0-pre * path_to_url * * Released under the MIT license * path_to_url * * Date: 2014-12-16 */ (function( window ) { var i, support, Expr, getText, isXML, tokenize, compile, select, outermostContext, sortInput, hasDuplicate, // Local document vars ...
/content/code_sandbox/public/vendor/jquery/src/sizzle/dist/sizzle.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
16,287
```javascript define([ "../core", "../var/indexOf", "./var/rneedsContext", "../selector" ], function( jQuery, indexOf, rneedsContext ) { var risSimple = /^.[^:#\[\.,]*$/; // Implement the identical functionality for filter and not function winnow( elements, qualifier, not ) { if ( jQuery.isFunction( qualifier ) ...
/content/code_sandbox/public/vendor/jquery/src/traversing/findFilter.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
686
```javascript define([ "../core", "./var/rsingleTag", "../manipulation" // buildFragment ], function( jQuery, rsingleTag ) { // data: string of html // context (optional): If specified, the fragment will be created in this context, defaults to document // keepScripts (optional): If true, will include scripts passed...
/content/code_sandbox/public/vendor/jquery/src/core/parseHTML.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
234
```javascript define([ "../core" ], function( jQuery ) { // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function var access = jQuery.access = function( elems, fn, key, value, chainable, emptyGet, raw ) { var i = 0, len = elems.length, bulk = ke...
/content/code_sandbox/public/vendor/jquery/src/core/access.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
376
```javascript define([ "../../core", "../../selector" ], function( jQuery ) { return jQuery.expr.match.needsContext; }); ```
/content/code_sandbox/public/vendor/jquery/src/traversing/var/rneedsContext.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
28
```javascript define([ "../core", "../core/init", "../deferred" ], function( jQuery ) { // The deferred used on DOM ready var readyList; jQuery.fn.ready = function( fn ) { // Add the callback jQuery.ready.promise().done( fn ); return this; }; jQuery.extend({ // Is the DOM ready to be used? Set to true once i...
/content/code_sandbox/public/vendor/jquery/src/core/ready.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
595
```javascript define(function() { // Match a standalone tag return (/^<(\w+)\s*\/?>(?:<\/\1>|)$/); }); ```
/content/code_sandbox/public/vendor/jquery/src/core/var/rsingleTag.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
32
```javascript define([ "../core", "../selector", "../effects" ], function( jQuery ) { jQuery.expr.filters.animated = function( elem ) { return jQuery.grep(jQuery.timers, function( fn ) { return elem === fn.elem; }).length; }; }); ```
/content/code_sandbox/public/vendor/jquery/src/effects/animatedSelector.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
61
```javascript // Initialize a jQuery object define([ "../core", "./var/rsingleTag", "../traversing/findFilter" ], function( jQuery, rsingleTag ) { // A central reference to the root jQuery(document) var rootjQuery, // A simple way to check for HTML strings // Prioritize #id over <tag> to avoid XSS via location.h...
/content/code_sandbox/public/vendor/jquery/src/core/init.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
899
```javascript define([ "../core", "../css" ], function( jQuery ) { function Tween( elem, options, prop, end, easing ) { return new Tween.prototype.init( elem, options, prop, end, easing ); } jQuery.Tween = Tween; Tween.prototype = { constructor: Tween, init: function( elem, options, prop, end, easing, unit ) { ...
/content/code_sandbox/public/vendor/jquery/src/effects/Tween.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
830
```javascript define([ "../core", "../var/strundefined" ], function( jQuery, strundefined ) { var // Map over jQuery in case of overwrite _jQuery = window.jQuery, // Map over the $ in case of overwrite _$ = window.$; jQuery.noConflict = function( deep ) { if ( window.$ === jQuery ) { window.$ = _$; } if ...
/content/code_sandbox/public/vendor/jquery/src/exports/global.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
170
```javascript define([ "../core" ], function( jQuery ) { // Register as a named AMD module, since jQuery can be concatenated with other // files that may use define, but not via a proper concatenation script that // understands anonymous AMD modules. A named AMD is safest and most robust // way to register. Lowercase...
/content/code_sandbox/public/vendor/jquery/src/exports/amd.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
215
```javascript define([ "../core", "../manipulation" // appendTo ], function( jQuery ) { var iframe, elemdisplay = {}; /** * Retrieve the actual display of a element * @param {String} name nodeName of the element * @param {Object} doc Document object */ // Called only from within defaultDisplay function actualD...
/content/code_sandbox/public/vendor/jquery/src/css/defaultDisplay.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
454
```javascript define(function() { function addGetHookIf( conditionFn, hookFn ) { // Define the hook, we'll check on the first run if it's really needed. return { get: function() { if ( conditionFn() ) { // Hook not needed (or it's not possible to use it due // to missing dependency), remove it. dele...
/content/code_sandbox/public/vendor/jquery/src/css/addGetHookIf.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
137
```javascript define([ "../core", "../selector" ], function( jQuery ) { jQuery.expr.filters.hidden = function( elem ) { // Support: Opera <= 12.12 // Opera reports offsetWidths and offsetHeights less than zero on some elements return elem.offsetWidth <= 0 && elem.offsetHeight <= 0; }; jQuery.expr.filters.visible ...
/content/code_sandbox/public/vendor/jquery/src/css/hiddenVisibleSelectors.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
93
```javascript define([ "../core", "./var/rnumnonpx", "./var/rmargin", "./var/getStyles", "../selector" // contains ], function( jQuery, rnumnonpx, rmargin, getStyles ) { function curCSS( elem, name, computed ) { var width, minWidth, maxWidth, ret, style = elem.style; computed = computed || getStyles( elem );...
/content/code_sandbox/public/vendor/jquery/src/css/curCSS.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
398
```javascript define([ "../core" ], function( jQuery ) { // A method for quickly swapping in/out CSS properties to get correct calculations. jQuery.swap = function( elem, options, callback, args ) { var ret, name, old = {}; // Remember the old values, and insert the new ones for ( name in options ) { old[ nam...
/content/code_sandbox/public/vendor/jquery/src/css/swap.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
144
```javascript define(function() { return [ "Top", "Right", "Bottom", "Left" ]; }); ```
/content/code_sandbox/public/vendor/jquery/src/css/var/cssExpand.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
21
```javascript define(function() { return (/^margin/); }); ```
/content/code_sandbox/public/vendor/jquery/src/css/var/rmargin.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
12
```javascript define([ "../core", "../var/support" ], function( jQuery, support ) { (function() { var pixelPositionVal, boxSizingReliableVal, docElem = document.documentElement, container = document.createElement( "div" ), div = document.createElement( "div" ); if ( !div.style ) { return; } // Support:...
/content/code_sandbox/public/vendor/jquery/src/css/support.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
813
```javascript define([ "../../core", "../../selector" // css is assumed ], function( jQuery ) { return function( elem, el ) { // isHidden might be called from jQuery#filter function; // in that case, element will be second argument elem = el || elem; return jQuery.css( elem, "display" ) === "none" || !jQue...
/content/code_sandbox/public/vendor/jquery/src/css/var/isHidden.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
96
```javascript define([ "../../var/pnum" ], function( pnum ) { return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); }); ```
/content/code_sandbox/public/vendor/jquery/src/css/var/rnumnonpx.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
42
```javascript define(function() { return function( elem ) { // Support: IE<=11+, Firefox<=30+ (#15098, #14150) // IE throws on elements created in popups // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" if ( elem.ownerDocument.defaultView.opener ) { return elem.ownerDocument.d...
/content/code_sandbox/public/vendor/jquery/src/css/var/getStyles.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
102
```javascript define([ "../ajax" ], function( jQuery ) { jQuery._evalUrl = function( url ) { return jQuery.ajax({ url: url, type: "GET", dataType: "script", async: false, global: false, "throws": true }); }; return jQuery._evalUrl; }); ```
/content/code_sandbox/public/vendor/jquery/src/manipulation/_evalUrl.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
72
```javascript define(function() { return (/^(?:checkbox|radio)$/i); }); ```
/content/code_sandbox/public/vendor/jquery/src/manipulation/var/rcheckableType.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
16
```javascript define([ "../var/support" ], function( support ) { support.focusinBubbles = "onfocusin" in window; return support; }); ```
/content/code_sandbox/public/vendor/jquery/src/event/support.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
33
```javascript define([ "../core", "../event" ], function( jQuery ) { jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup error contextmenu").split(" "), functio...
/content/code_sandbox/public/vendor/jquery/src/event/alias.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
303
```javascript define([ "../core", "../event" ], function( jQuery ) { // Attach a bunch of functions for handling common AJAX events jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) { jQuery.fn[ type ] = function( fn ) { return this.on( type, fn ...
/content/code_sandbox/public/vendor/jquery/src/event/ajax.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
91
```javascript define([ "../var/support" ], function( support ) { (function() { var fragment = document.createDocumentFragment(), div = fragment.appendChild( document.createElement( "div" ) ), input = document.createElement( "input" ); // Support: Safari<=5.1 // Check state lost if the name is set (#11217) //...
/content/code_sandbox/public/vendor/jquery/src/manipulation/support.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
243
```javascript define([ "../core", "./support", "../core/init" ], function( jQuery, support ) { var rreturn = /\r/g; jQuery.fn.extend({ val: function( value ) { var hooks, ret, isFunction, elem = this[0]; if ( !arguments.length ) { if ( elem ) { hooks = jQuery.valHooks[ elem.type ] || jQuery.valHook...
/content/code_sandbox/public/vendor/jquery/src/attributes/val.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,061
```javascript define([ "../core", "../core/access", "./support" ], function( jQuery, access, support ) { var rfocusable = /^(?:input|select|textarea|button)$/i; jQuery.fn.extend({ prop: function( name, value ) { return access( this, jQuery.prop, name, value, arguments.length > 1 ); }, removeProp: function( n...
/content/code_sandbox/public/vendor/jquery/src/attributes/prop.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
541
```javascript define([ "../var/support" ], function( support ) { (function() { var input = document.createElement( "input" ), select = document.createElement( "select" ), opt = select.appendChild( document.createElement( "option" ) ); input.type = "checkbox"; // Support: iOS<=5.1, Android<=4.2+ // Default v...
/content/code_sandbox/public/vendor/jquery/src/attributes/support.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
215
```javascript define([ "../core", "../var/rnotwhite", "../var/strundefined", "../data/var/data_priv", "../core/init" ], function( jQuery, rnotwhite, strundefined, data_priv ) { var rclass = /[\t\r\n\f]/g; jQuery.fn.extend({ addClass: function( value ) { var classes, elem, cur, clazz, j, finalValue, proceed...
/content/code_sandbox/public/vendor/jquery/src/attributes/classes.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,181
```javascript define([ "./arr" ], function( arr ) { return arr.concat; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/concat.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
18
```javascript define([ "./arr" ], function( arr ) { return arr.indexOf; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/indexOf.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
18
```javascript define([ "./class2type" ], function( class2type ) { return class2type.hasOwnProperty; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/hasOwn.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
24
```javascript define([ "./class2type" ], function( class2type ) { return class2type.toString; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/toString.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
24
```javascript define(function() { // All support tests are defined in their respective modules. return {}; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/support.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
20
```javascript define([ "./arr" ], function( arr ) { return arr.slice; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/slice.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
18
```javascript define(function() { return []; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/arr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
8
```javascript define(function() { return (/\S+/g); }); ```
/content/code_sandbox/public/vendor/jquery/src/var/rnotwhite.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
13
```javascript define(function() { // [[Class]] -> type pairs return {}; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/class2type.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
17
```javascript define(function() { return (/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/).source; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/pnum.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
36
```javascript define(function() { return typeof undefined; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/strundefined.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
10
```javascript define([ "./arr" ], function( arr ) { return arr.push; }); ```
/content/code_sandbox/public/vendor/jquery/src/var/push.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
18
```javascript define([ "../core", "../var/rnotwhite", "../var/strundefined", "../core/access", "./support", "../selector" ], function( jQuery, rnotwhite, strundefined, access, support ) { var nodeHook, boolHook, attrHandle = jQuery.expr.attrHandle; jQuery.fn.extend({ attr: function( name, value ) { return a...
/content/code_sandbox/public/vendor/jquery/src/attributes/attr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
921
```javascript /*! jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"...
/content/code_sandbox/public/vendor/jquery/dist/jquery.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
28,428
```javascript /*! * jQuery JavaScript Library v2.1.4 * path_to_url * * Includes Sizzle.js * path_to_url * * Released under the MIT license * path_to_url * * Date: 2015-04-28T16:01Z */ (function( global, factory ) { if ( typeof module === "object" && typeof module.exports === "object" ) { // For CommonJS...
/content/code_sandbox/public/vendor/jquery/dist/jquery.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
67,792
```javascript /** * humane.js * Humanized Messages for Notifications * @author Marc Harter (@wavded) * @example * humane.log('hello world'); * @license MIT * See more usage examples at: path_to_url */ ;!function (name, context, definition) { if (typeof module !== 'undefined') module.exports = definition(n...
/content/code_sandbox/public/vendor/humane-js/humane.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,894
```javascript ; /** * humane.js * Humanized Messages for Notifications * @author Marc Harter (@wavded) * @example * humane.log('hello world'); * @license MIT * See more usage examples at: path_to_url */ !function(name,context,definition){if(typeof module!=="undefined")module.exports=definition(name,context);e...
/content/code_sandbox/public/vendor/humane-js/humane.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,452
```html <link href='../themes/bigbox.css' rel='stylesheet'> <script src='//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.8/require.min.js'></script> <script> requirejs.config({ baseUrl: '../' }) require(['humane'], function (humane) { console.assert(!window.humane, 'global should not exist') humane.log('hello') }) ...
/content/code_sandbox/public/vendor/humane-js/test/issue49.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
85
```html <link href='../themes/bigbox.css' rel='stylesheet'> <script src='../humane.js'></script> <body onload="humaneShow();"> <p>Automatically Show</p> <script> function humaneShow(){ humane.log("Welcome Back"); } </script> </body> ```
/content/code_sandbox/public/vendor/humane-js/test/issue23.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
65
```html <html> <head> <link href='../themes/bigbox.css' rel='stylesheet'> <script src='../humane.js'></script> </head> <script> humane.log("Hello"); </script> </html> ```
/content/code_sandbox/public/vendor/humane-js/test/issue36.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
43
```html <html> <head> <link href='../themes/bigbox.css' rel='stylesheet'> <script src='../humane.js'></script> </head> <div id='notify'></div> <script> var notify = humane.create({container: document.getElementById('notify')}); notify.log("<h2>Order successfully submitted for 435645 of the Test Brochure</h2><p>You ...
/content/code_sandbox/public/vendor/humane-js/test/issue38.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
125
```css html, body { min-height: 100%; } .humane, .humane-flatty { position: fixed; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; z-index: 100000; filter: prog...
/content/code_sandbox/public/vendor/humane-js/themes/flatty.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
756
```html <!doctype html> <html> <head> <title>humane.js</title> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta charset='utf-8'> <link href='path_to_url rel='stylesheet' type='text/css'> <link href='path_to_url rel='stylesheet' type='text/css'> <link href='path_to_url r...
/content/code_sandbox/public/vendor/humane-js/index.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,010
```css html, body { min-height: 100%; } .humane, .humane-libnotify { position: fixed; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; z-index: 100000; filter: progid:DXImageTr...
/content/code_sandbox/public/vendor/humane-js/themes/libnotify.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,076
```css html, body { min-height: 100%; } .humane, .humane-boldlight { position: fixed; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; z-index: 100000; filter: progid:DXImageTr...
/content/code_sandbox/public/vendor/humane-js/themes/boldlight.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,978
```css html, body { min-height: 100%; } .humane, .humane-bigbox { position: fixed; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; z-index: 100000; filter: progid:DXImageTrans...
/content/code_sandbox/public/vendor/humane-js/themes/bigbox.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,029
```css html, body { min-height: 100%; } .humane, .humane-original { position: fixed; -moz-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; z-index: 100000; filter: progid:DXImageTra...
/content/code_sandbox/public/vendor/humane-js/themes/original.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
500
```stylus @import 'nib' vendor-prefixes = moz webkit ms o official support-for-ie = false html, body { min-height: 100% } .humane .humane-libnotify position : fixed transition : all .3s ease-out z-index : 100000 filter : unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)") .humane .humane-...
/content/code_sandbox/public/vendor/humane-js/theme-src/libnotify.styl
stylus
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
699
```css html, body { min-height: 100%; } .humane, .humane-jackedup { position: fixed; -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; z-index: 100000; filter: pr...
/content/code_sandbox/public/vendor/humane-js/themes/jackedup.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,076
```stylus @import 'nib' vendor-prefixes = moz webkit ms o official support-for-ie = false html, body { min-height: 100% } .humane .humane-original position : fixed transition : all .2s ease-out z-index : 100000 filter : unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)") .humane .humane-o...
/content/code_sandbox/public/vendor/humane-js/theme-src/original.styl
stylus
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
377
```stylus @import 'nib' vendor-prefixes = moz webkit ms o official support-for-ie = false html, body { min-height: 100% } .humane .humane-bigbox position : fixed transition : all .3s ease-out z-index : 100000 filter : unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)") .humane .humane-big...
/content/code_sandbox/public/vendor/humane-js/theme-src/bigbox.styl
stylus
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
718
```stylus @import 'nib' vendor-prefixes = moz webkit ms o official support-for-ie = false html, body { min-height: 100% } .humane .humane-boldlight position : fixed transition : all .3s ease-out z-index : 100000 filter : unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)") .humane .humane-...
/content/code_sandbox/public/vendor/humane-js/theme-src/boldlight.styl
stylus
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
742
```stylus @import 'nib' vendor-prefixes = moz webkit ms o official support-for-ie = false html, body { min-height: 100% } .humane .humane-jackedup position : fixed transition : all .6s ease-in-out z-index : 100000 filter : unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=100)") .humane .human...
/content/code_sandbox/public/vendor/humane-js/theme-src/jackedup.styl
stylus
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
805
```scss /*! * Font Awesome 4.2.0 by @davegandy - path_to_url - @fontawesome */ @import "variables"; @import "mixins"; @import "path"; @import "core"; @import "larger"; @import "fixed-width"; @import "list"; @import "bordered-pulled"; @import "spinning"; @import "rotated-flipped"; @import "stacked"; @import "icons";...
/content/code_sandbox/public/vendor/fontawesome/scss/font-awesome.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
99
```scss // Spinning Icons // -------------------------- .#{$fa-css-prefix}-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-t...
/content/code_sandbox/public/vendor/fontawesome/scss/_spinning.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
158
```scss // Bordered & Pulled // ------------------------- .#{$fa-css-prefix}-border { padding: .2em .25em .15em; border: solid .08em $fa-border-color; border-radius: .1em; } .pull-right { float: right; } .pull-left { float: left; } .#{$fa-css-prefix} { &.pull-left { margin-right: .3em; } &.pull-right { mar...
/content/code_sandbox/public/vendor/fontawesome/scss/_bordered-pulled.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
105
```scss /* EXTRAS * -------------------------- */ /* Stacked and layered icon */ /* Animated rotating icon */ .#{$fa-css-prefix}-spin { -webkit-animation: spin 2s infinite linear; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyf...
/content/code_sandbox/public/vendor/fontawesome/scss/_extras.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
395
```scss // Variables // -------------------------- $fa-font-path: "../fonts" !default; //$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts" !default; // for referencing Bootstrap CDN font files directly $fa-css-prefix: fa !default; $fa-version: "4.2.0" !default; $fa-border...
/content/code_sandbox/public/vendor/fontawesome/scss/_variables.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
6,211
```scss // Mixins // -------------------------- @mixin fa-icon() { display: inline-block; font: normal normal normal 14px/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility throws thing...
/content/code_sandbox/public/vendor/fontawesome/scss/_mixins.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
230
```scss // Base Class Definition // ------------------------- .#{$fa-css-prefix} { display: inline-block; font: normal normal normal 14px/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibil...
/content/code_sandbox/public/vendor/fontawesome/scss/_core.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
104
```scss /* FONT PATH * -------------------------- */ @font-face { font-family: 'FontAwesome'; src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}'); src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), url('#{$fa-font-path}/fontawesome-web...
/content/code_sandbox/public/vendor/fontawesome/scss/_path.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
194
```less // Mixins // -------------------------- .fa-icon() { display: inline-block; font: normal normal normal 14px/1 FontAwesome; // shortening font declaration font-size: inherit; // can't have font-size inherit on line above, so need to override text-rendering: auto; // optimizelegibility throws things off ...
/content/code_sandbox/public/vendor/fontawesome/less/mixins.less
less
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
226
```scss /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } .#{$fa-css-prefix}-music:before { content: $fa-var-music; } .#{$fa-css-prefix}-search:before { content: $fa-v...
/content/code_sandbox/public/vendor/fontawesome/scss/_icons.scss
scss
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
9,988
```less // Stacked Icons // ------------------------- .@{fa-css-prefix}-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { position: absolute; left: 0; width: 100%; text-ali...
/content/code_sandbox/public/vendor/fontawesome/less/stacked.less
less
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
155