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
```css /*! jQuery Mobile 1.4.0 | Git HEAD hash: f09aae0 <> 2013-12-19T17:34:22Z | (c) 2010, 2013 jQuery Foundation, Inc. | jquery.org/license */ .ui-icon-action:after{background-image:url('data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQuery Mobile Project/jquery.mobile-1.4.0.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
115,396
```javascript /*! jQuery Mobile 1.4.0 | Git HEAD hash: f09aae0 <> 2013-12-19T17:34:22Z | (c) 2010, 2013 jQuery Foundation, Inc. | jquery.org/license */ !function(a,b,c){"function"==typeof define&&define.amd?define(["jquery"],function(d){return c(d,a,b),d.mobile}):c(a.jQuery,a,b)}(this,document,function(a,b,c){!function...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQuery Mobile Project/jquery.mobile-1.4.0.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
54,512
```css /*! jQuery UI - v1.12.0 - 2016-08-07 * path_to_url * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, ta...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQueryUI-Tabs/jquery-ui.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
8,331
```html <!DOCTYPE html> <html> <head> <title>DateTime Picker</title> <link rel="stylesheet" type="text/css" href="jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui.theme.min.css" /> <link rel="stylesheet" type="text/css" href="../../src/DateTimePicker.css" /> <script type="...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQueryUI-Tabs/BasicDateTimePicker-jQueryUI-ElementsGroup.htm
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
740
```html <!DOCTYPE html> <html> <head> <title>DateTime Picker</title> <link rel="stylesheet" type="text/css" href="jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui.theme.min.css" /> <link rel="stylesheet" type="text/css" href="../../src/DateTimePicker.css" /> <script type="...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQueryUI-Tabs/BasicDateTimePicker-jQueryUI.htm
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
576
```css /*! jQuery UI - v1.12.0 - 2016-08-07 * path_to_url .ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQueryUI-Tabs/jquery-ui.theme.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
3,928
```css /*! * Bootstrap v3.0.3 (path_to_url */ ```
/content/code_sandbox/public/vendor/datetimepicker/demo/Bootstrap Examples/bootstrap.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
16
```javascript /*! * Bootstrap v3.0.3 (path_to_url */ if("undefined"==typeof jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransit...
/content/code_sandbox/public/vendor/datetimepicker/demo/Bootstrap Examples/bootstrap.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
7,625
```html <!DOCTYPE html> <html> <head> <title>Basic Example with Twitter Bootstrap</title> <link rel="stylesheet" type="text/css" href="bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="../../src/DateTimePicker.css" /> <script type="text/javascript" src="../jquery-1.11.0.mi...
/content/code_sandbox/public/vendor/datetimepicker/demo/Bootstrap Examples/BasicExample-Bootstrap.htm
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
743
```html <!DOCTYPE html> <html> <head> <title>Basic Example with Twitter Bootstrap</title> <link rel="stylesheet" type="text/css" href="bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="../../src/DateTimePicker.css" /> <script type="text/javascript" src="../jquery-1.11.0.mi...
/content/code_sandbox/public/vendor/datetimepicker/demo/Bootstrap Examples/BasicExample-BootstrapModal.htm
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
963
```javascript "use strict"; var gulp = require("gulp"), minifycss = require("gulp-minify-css"), uglify = require("gulp-uglify"), concat = require("gulp-concat"), header = require("gulp-header"), pkg = require("./package.json"), debug = require("gulp-debug"), eslint = require("gulp-eslint"), prettify = require("...
/content/code_sandbox/public/vendor/simplemde/gulpfile.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
715
```css .CodeMirror { height: auto; min-height: 300px; border: 1px solid #ddd; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; padding: 10px; font: inherit; z-index: 1; } .CodeMirror-scroll { min-height: 300px } .CodeMirror-fullscreen { background: #fff; position: fixed !important; top: 50...
/content/code_sandbox/public/vendor/simplemde/src/css/simplemde.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,921
```javascript /*global require,module*/ "use strict"; var CodeMirror = require("codemirror"); require("codemirror/addon/edit/continuelist.js"); require("./codemirror/tablist"); require("codemirror/addon/display/fullscreen.js"); require("codemirror/mode/markdown/markdown.js"); require("codemirror/addon/mode/overlay.js")...
/content/code_sandbox/public/vendor/simplemde/src/js/simplemde.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
9,857
```javascript // CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: path_to_url var CodeMirror = require("codemirror"); CodeMirror.commands.tabAndIndentMarkdownList = function (cm) { var ranges = cm.listSelections(); var pos = ranges[0].head; var eolState = cm.getStateAft...
/content/code_sandbox/public/vendor/simplemde/src/js/codemirror/tablist.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
280
```javascript /*! jQuery UI - v1.12.0 - 2016-08-07 * path_to_url * Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widg...
/content/code_sandbox/public/vendor/datetimepicker/demo/jQueryUI-Tabs/jquery-ui.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
72,913
```css /** * simplemde v1.8.1 * @link path_to_url * @license MIT */ /* BASICS */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; color: black; } /* PADDING */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */...
/content/code_sandbox/public/vendor/simplemde/debug/simplemde.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,240
```javascript /** * simplemde v1.8.1 * @link path_to_url * @license MIT */ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){...
/content/code_sandbox/public/vendor/simplemde/debug/simplemde.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
134,660
```css /** * simplemde v1.8.1 * @link path_to_url * @license MIT */ .CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:n...
/content/code_sandbox/public/vendor/simplemde/dist/simplemde.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
3,043
```javascript /** * simplemde v1.8.1 * @link path_to_url * @license MIT */ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){...
/content/code_sandbox/public/vendor/simplemde/debug/simplemde.debug.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
190,792
```javascript module.exports = function (grunt) { grunt.initConfig({ // Import package manifest pkg: grunt.file.readJSON("bootstrap-touchspin.jquery.json"), // Banner definitions meta: { banner: "/*\n" + " * <%= pkg.title || pkg.name %> - v<%= pkg.version %>\n" + " * <%= pkg...
/content/code_sandbox/public/vendor/bootstrap-touchspin/Gruntfile.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
444
```css .bootstrap-touchspin .input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell; } .bootstrap-touchspin .input-group-btn-vertical > .btn { display: block; float: none; width: 100%; max-width: 100%; padding: 8px 10px; margin-...
/content/code_sandbox/public/vendor/bootstrap-touchspin/src/jquery.bootstrap-touchspin.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
216
```javascript (function($) { 'use strict'; var _currentSpinnerId = 0; function _scopedEventName(name, id) { return name + '.touchspin_' + id; } function _scopeEventNames(names, id) { return $.map(names, function(name) { return _scopedEventName(name, id); }); } $.fn.TouchSpin = functi...
/content/code_sandbox/public/vendor/bootstrap-touchspin/src/jquery.bootstrap-touchspin.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,076
```css /* * Bootstrap TouchSpin - v3.0.1 * A mobile and touch friendly input spinner component for Bootstrap 3. * path_to_url * * Made by Istvn Ujj-Mszros */ .bootstrap-touchspin .input-group-btn-vertical{position:relative;white-space:nowrap;width:1%;vertical-align:middle;display:table-cell}.bootstrap-touchs...
/content/code_sandbox/public/vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
207
```css /* * Bootstrap TouchSpin - v3.0.1 * A mobile and touch friendly input spinner component for Bootstrap 3. * path_to_url * * Made by Istvn Ujj-Mszros */ .bootstrap-touchspin .input-group-btn-vertical { position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-c...
/content/code_sandbox/public/vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
264
```javascript /* * Bootstrap TouchSpin - v3.0.1 * A mobile and touch friendly input spinner component for Bootstrap 3. * path_to_url * * Made by Istvn Ujj-Mszros */ !function(a){"use strict";function b(a,b){return a+".touchspin_"+b}function c(c,d){return a.map(c,function(a){return b(a,d)})}var d=0;a.fn.TouchS...
/content/code_sandbox/public/vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,580
```javascript /* * Bootstrap TouchSpin - v3.0.1 * A mobile and touch friendly input spinner component for Bootstrap 3. * path_to_url * * Made by Istvn Ujj-Mszros */ (function($) { 'use strict'; var _currentSpinnerId = 0; function _scopedEventName(name, id) { return name + '.touchspin_' + id; } ...
/content/code_sandbox/public/vendor/bootstrap-touchspin/dist/jquery.bootstrap-touchspin.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,058
```css body { font-family: Arial, Ubuntu, Helvetica, sans-serif; color: #333; padding-top: 20px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: Arial, Ubuntu, Helvetica, sans-serif; font-weight: normal; } hr { border-color: #ccc; } a, a:hover { color: #d64513; } p ...
/content/code_sandbox/public/vendor/bootstrap-touchspin/demo/demo.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2,214
```html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap TouchSpin</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="A mobile and touch friendly input spinner component for Bootstrap 3."> <meta name="author" content=...
/content/code_sandbox/public/vendor/bootstrap-touchspin/demo/index.html
html
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
6,888
```javascript /*! * FullCalendar v2.7.1 Google Calendar Plugin * (c) 2016 Adam Shaw */ (function(factory) { if (typeof define === 'function' && define.amd) { define([ 'jquery' ], factory); } else if (typeof exports === 'object') { // Node/CommonJS module.exports = factory(require('jquery')); } else { fa...
/content/code_sandbox/public/vendor/fullcalendar/dist/gcal.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,455
```javascript /** * simplemde v1.8.1 * @link path_to_url * @license MIT */ !function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var t;t="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=...
/content/code_sandbox/public/vendor/simplemde/dist/simplemde.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
78,989
```javascript /*! * FullCalendar v2.7.1 * (c) 2016 Adam Shaw */ !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?// Node/CommonJS module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){ // Merges an array of option objects into a...
/content/code_sandbox/public/vendor/fullcalendar/dist/fullcalendar.min.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
56,613
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ar-ma",{months:"___________".split("_"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang-all.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
36,322
```css /*! * FullCalendar v2.7.1 Stylesheet * (c) 2016 Adam Shaw */ .fc { direction: ltr; text-align: left; } .fc-rtl { text-align: right; } body .fc { /* extra precedence to overcome jqui */ font-size: 1em; } /* Colors your_sha256_hash----------------------------------*/ .fc-unthemed th, .fc-unthemed td,...
/content/code_sandbox/public/vendor/fullcalendar/dist/fullcalendar.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
7,250
```css /*! * FullCalendar v2.7.1 Print Stylesheet * (c) 2016 Adam Shaw */ /* * Include this stylesheet on your page to get a more printer-friendly calendar. * When including this stylesheet, use the media='print' attribute of the <link> tag. * Make sure to include this stylesheet IN ADDITION to the regular fullc...
/content/code_sandbox/public/vendor/fullcalendar/dist/fullcalendar.print.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,191
```css /*! * FullCalendar v2.7.1 Stylesheet * (c) 2016 Adam Shaw */.fc-bgevent,.fc-highlight{opacity:.3;filter:alpha(opacity=30)}.fc-icon,body .fc{font-size:1em}.fc-button-group,.fc-icon{display:inline-block}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-khtml-...
/content/code_sandbox/public/vendor/fullcalendar/dist/fullcalendar.min.css
css
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,099
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c){return c?b%10===1&&11!==b?a[2]:a[3]:b%10===1&&11!==b?a[0]:a[1]}function...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/lv.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
979
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c){var d=a+" ";switch(c){case"m":return b?"jedna minuta":"jedne minute";ca...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/hr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,060
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c,d){var e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stund...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/de.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
799
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"fr-ch",{months:"janvier_fvrier_mars_avril_mai_juin...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/fr-ch.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
719
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"en-gb",{months:your_sha256_hashber_November_Decemb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/en-gb.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
636
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"da",{months:your_sha256_hashr_november_december".s...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/da.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
664
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"zh-cn",{months:"___________".split("_"),monthsShor...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/zh-cn.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
756
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"vi",{months:"thng 1_thng 2_thng 3_thng 4_thng 5_th...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/vi.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
888
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"en-nz",{months:your_sha256_hashber_November_Decemb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/en-nz.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
640
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={words:{m:[" "," "],mm:["","",""],h:[" "," "],hh:["","",""],dd:["","",""],MM:["",""...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/sr-cyrl.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
680
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"pt-br",{months:"Janeiro_Fevereiro_Maryour_sha256_h...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/pt-br.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
745
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"en-au",{months:your_sha256_hashber_November_Decemb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/en-au.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
637
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a){return a>1&&5>a}function c(b,c,d,e){var f=b+" ";switch(d){case"s":return c|...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/sk.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,061
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"fr",{months:"janvier_fvrier_mars_avril_mai_juin_ju...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/fr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
705
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/tr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
855
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/uk.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
804
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ja",{months:"1_2_3_4_5_6_7_8_9_10_11_12".split("_"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ja.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
557
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"he",{months:"___________".split("_"),monthsShort:"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/he.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
579
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"pt",{months:"Janeiro_Fevereiro_Maryour_sha256_hash...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/pt.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
734
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b){var c=a.split("_");return b%10===1&&b%100!==11?c[0]:b%10>=2&&4>=b%10&&(10...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ru.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,071
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"it",{months:your_sha256_hashbre_ottobre_novembre_d...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/it.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
736
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={1:"",2:"",3:"",4:"",5:"",6:"",7:"",8:"",9:"",0:""},c={"":"1","":"2","":"3","":"4",...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/hi.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
626
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c,d){var e=a;switch(c){case"s":return d||b?"nhny msodperc":"nhny msodperce...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/hu.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
982
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c){var d={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},e=" ";return(...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ro.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
736
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ca",{months:"gener_febrer_maryour_sha256_hash.spli...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ca.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
799
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={1:"",2:"",3:"",4:"",5:"",6:"",7:"",8:"",9:"",0:""},c={"":"1","":"2","":"3","":"4",...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/fa.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
617
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),c="jan_feb_...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/nl.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
757
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),c="ene_feb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/es.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
804
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"en-ie",{months:your_sha256_hashber_November_Decemb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/en-ie.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
457
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"en-ca",{months:your_sha256_hashber_November_Decemb...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/en-ca.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
451
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ko",{months:"1_2_3_4_5_6_7_8_9_10_11_12".split("_"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ko.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
526
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={1:"",2:"",3:"",4:"",5:"",6:"",7:"",8:"",9:"",0:""},c={"":"1","":"2","":"3","":"4",...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ar-sa.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
589
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"nb",{months:your_sha256_hash_november_desember".sp...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/nb.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
678
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c,d){var e=a+" ";switch(c){case"s":return b||d?"nekaj sekund":"nekaj sekun...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/sl.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,199
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c,d){var e={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stund...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/de-at.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
804
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"zh-tw",{months:"___________".split("_"),monthsShor...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/zh-tw.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
615
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"sv",{months:your_sha256_hashber_november_december"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/sv.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
718
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan s...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/sr.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
876
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"bg",{months:"___________".split("_"),monthsShort:"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/bg.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
568
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ar-tn",{months:"___________".split("_"),monthsShor...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ar-tn.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
449
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"id",{months:your_sha256_hashober_November_Desember...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/id.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
793
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"ar-ma",{months:"___________".split("_"),monthsShor...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ar-ma.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
449
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a){return 5>a%10&&a%10>1&&~~(a/10)%10!==1}function c(b,c,d){var e=b+" ";switch...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/pl.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
995
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a={1:"",2:"",3:"",4:"",5:"",6:"",7:"",8:"",9:"",0:""},c={"":"1","":"2","":"3","":"4",...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/ar.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
820
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,c,d){return b?"kelios sekunds":d?"keli sekundi":"kelias sekundes"}function...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/lt.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,141
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"th",{months:"___________".split("_"),monthsShort:"...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/th.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
502
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a){return a%100===11?!0:a%10!==1}function c(b,c,d,e){var f=b+" ";switch(d){cas...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/is.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
992
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a){return a>1&&5>a&&1!==~~(a/10)}function c(b,c,d,e){var f=b+" ";switch(d){cas...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/cs.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,171
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a,b,d,e){var f="";switch(d){case"s":return e?"muutaman sekunnin":"muutama seku...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/fi.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,059
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";function a(a){return a instanceof Function||"[object Function]"===Object.prototype.toStri...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/el.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
625
```javascript !function(a){"function"==typeof define&&define.amd?define(["jquery","moment"],a):"object"==typeof exports?module.exports=a(require("jquery"),require("moment")):a(jQuery,moment)}(function(a,b){!function(){"use strict";var a=(b.defineLocale||b.lang).call(b,"fr-ca",{months:"janvier_fvrier_mars_avril_mai_juin...
/content/code_sandbox/public/vendor/fullcalendar/dist/lang/fr-ca.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
701
```javascript define([ "./core", "./core/init", "./manipulation", // clone "./traversing" // parent, contents ], function( jQuery ) { jQuery.fn.extend({ wrapAll: function( html ) { var wrap; if ( jQuery.isFunction( html ) ) { return this.each(function( i ) { jQuery( this ).wrapAll( html.call(this, i) ...
/content/code_sandbox/public/vendor/jquery/src/wrap.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
435
```javascript define([ "./core", "./attributes/attr", "./attributes/prop", "./attributes/classes", "./attributes/val" ], function( jQuery ) { // Return jQuery for attributes-only inclusion return jQuery; }); ```
/content/code_sandbox/public/vendor/jquery/src/attributes.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
48
```javascript define([ "./core", "./var/indexOf", "./traversing/var/rneedsContext", "./core/init", "./traversing/findFilter", "./selector" ], function( jQuery, indexOf, rneedsContext ) { var rparentsprev = /^(?:parents|prev(?:Until|All))/, // Methods guaranteed to produce a unique set when starting from a uniqu...
/content/code_sandbox/public/vendor/jquery/src/traversing.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,267
```javascript define([ "./core", "./var/rnotwhite", "./core/access", "./data/var/data_priv", "./data/var/data_user" ], function( jQuery, rnotwhite, access, data_priv, data_user ) { // Implementation Summary // // 1. Enforce API surface and semantic compatibility with 1.9.x branch // 2. Improve the module's mainta...
/content/code_sandbox/public/vendor/jquery/src/data.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,384
```javascript define([ "./core", "./traversing" ], function( jQuery ) { // The number of elements contained in the matched element set jQuery.fn.size = function() { return this.length; }; jQuery.fn.andSelf = jQuery.fn.addBack; }); ```
/content/code_sandbox/public/vendor/jquery/src/deprecated.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
54
```javascript define([ "./core", "./selector", "./traversing", "./callbacks", "./deferred", "./core/ready", "./data", "./queue", "./queue/delay", "./attributes", "./event", "./event/alias", "./manipulation", "./manipulation/_evalUrl", "./wrap", "./css", "./css/hiddenVisibleSelectors", "./serialize", ...
/content/code_sandbox/public/vendor/jquery/src/jquery.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
170
```javascript define([ "./core", "./data/var/data_priv", "./deferred", "./callbacks" ], function( jQuery, data_priv ) { jQuery.extend({ queue: function( elem, type, data ) { var queue; if ( elem ) { type = ( type || "fx" ) + "queue"; queue = data_priv.get( elem, type ); // Speed up dequeue by getti...
/content/code_sandbox/public/vendor/jquery/src/queue.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
873
```javascript define([ "./core", "sizzle" ], function( jQuery, Sizzle ) { jQuery.find = Sizzle; jQuery.expr = Sizzle.selectors; jQuery.expr[":"] = jQuery.expr.pseudos; jQuery.unique = Sizzle.uniqueSort; jQuery.text = Sizzle.getText; jQuery.isXMLDoc = Sizzle.isXML; jQuery.contains = Sizzle.contains; }); ```
/content/code_sandbox/public/vendor/jquery/src/selector-sizzle.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
79
```javascript define([ "./core", "./var/strundefined", "./core/access", "./css/var/rnumnonpx", "./css/curCSS", "./css/addGetHookIf", "./css/support", "./core/init", "./css", "./selector" // contains ], function( jQuery, strundefined, access, rnumnonpx, curCSS, addGetHookIf, support ) { var docElem = window....
/content/code_sandbox/public/vendor/jquery/src/offset.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,522
```javascript define([ "./core", "./core/access", "./css" ], function( jQuery, access ) { // Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods jQuery.each( { Height: "height", Width: "width" }, function( name, type ) { jQuery.each( { padding: "inner" + name, content: type, "": "oute...
/content/code_sandbox/public/vendor/jquery/src/dimensions.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
462
```javascript define([ "./var/arr", "./var/slice", "./var/concat", "./var/push", "./var/indexOf", "./var/class2type", "./var/toString", "./var/hasOwn", "./var/support" ], function( arr, slice, concat, push, indexOf, class2type, toString, hasOwn, support ) { var // Use the correct document accordingly with wi...
/content/code_sandbox/public/vendor/jquery/src/core.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
3,296
```javascript })); ```
/content/code_sandbox/public/vendor/jquery/src/outro.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
2
```javascript define([ "./core", "./var/rnotwhite" ], function( jQuery, rnotwhite ) { // String to Object options format cache var optionsCache = {}; // Convert String-formatted options into Object-formatted ones and store in cache function createOptions( options ) { var object = optionsCache[ options ] = {}; jQu...
/content/code_sandbox/public/vendor/jquery/src/callbacks.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
1,460
```javascript define([ "./core", "./var/pnum", "./css/var/cssExpand", "./css/var/isHidden", "./css/defaultDisplay", "./data/var/data_priv", "./core/init", "./effects/Tween", "./queue", "./css", "./deferred", "./traversing" ], function( jQuery, pnum, cssExpand, isHidden, defaultDisplay, data_priv ) { var ...
/content/code_sandbox/public/vendor/jquery/src/effects.js
javascript
2016-03-03T01:33:10
2024-08-16T12:05:02
Attendize
Attendize/Attendize
3,955
4,741