PageRenderTime 1603ms queryTime 88ms sortTime 31ms getByIdsTime 898ms findMatchingLines 487ms

100+ results results for '"Dual licensed under the MIT and GPL licenses."' (1603 ms)

Not the results you expected?
jquery.dotdotdot.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 665 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
340
                    
341		//	Don't put the ellipsis directly inside these elements
                    
342		var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';
                    
343
                    
344		//	Don't remove these elements even if they are after the ellipsis
                    
345		var noty = 'script';
                    
                
shCore.css https://gitlab.com/dae.nuli/resep | CSS | 395 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
23.syntaxhighlighter table tbody,
                    
24.syntaxhighlighter table thead,
                    
25.syntaxhighlighter table caption,
                    
137}
                    
138.syntaxhighlighter.collapsed .toolbar span a.expandSource {
                    
139  display: inline !important;
                    
156}
                    
157.syntaxhighlighter .toolbar a.expandSource {
                    
158  display: none !important;
                    
248 * @license
                    
249 * Dual licensed under the MIT and GPL licenses.
                    
250 */
                    
                
jquery.rs.deeplinking.js https://bitbucket.org/tredius/tredius.bitbucket.org.git | JavaScript | 282 lines
                    
92 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
93 * Dual licensed under the MIT and GPL licenses.
                    
94 * http://benalman.com/about/license/
                    
133      // Otherwise, we need to create our own. And we don't want to call this
                    
134      // until the user binds to the event, just in case they never do, since it
                    
135      // will create a polling loop and possibly even a hidden Iframe.
                    
149  
                    
150  // fake_onhashchange does all the work of triggering the window.onhashchange
                    
151  // event for browsers that don't natively support it, including creating a
                    
242      // Override the "stop" method since an IE6/7 Iframe was created. Even
                    
243      // if there are no longer any bound event handlers, the polling loop
                    
244      // is still necessary for back/next to work at all!
                    
251      
                    
252      // Set a new history item by opening and then closing the Iframe
                    
253      // document, *then* setting its location.hash. If document.domain has
                    
                
markitup.js https://bitbucket.org/mbaily/tremain.git | JavaScript | 44 lines
                    
4// v 1.1.7
                    
5// Dual licensed under the MIT and GPL licenses.
                    
6// ----------------------------------------------------------------------------
                    
11// of this software and associated documentation files (the "Software"), to deal
                    
12// in the Software without restriction, including without limitation the rights
                    
13// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
13// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
14// copies of the Software, and to permit persons to whom the Software is
                    
15// furnished to do so, subject to the following conditions:
                    
24// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    
25// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    
26// THE SOFTWARE.
                    
41if(-1!==j)return w(),j=d.val().length-j,A(j,0),j=-1,!1;r(b.onTab);return b.onTab.keepDefault}}}var d,h,s,x,e,j,m,o,u,D,n,G,t;d=c(this);h=this;s=[];t=!1;x=e=0;j=-1;b.previewParserPath=f(b.previewParserPath);b.previewTemplatePath=f(b.previewTemplatePath);(function(){nameSpace=id="";b.id?id='id="'+b.id+'"':d.attr("id")&&(id='id="markItUp'+d.attr("id").substr(0,1).toUpperCase()+d.attr("id").substr(1)+'"');b.nameSpace&&(nameSpace='class="'+b.nameSpace+'"');d.wrap("<div "+nameSpace+"></div>");d.wrap("<div "+
                    
42id+' class="markItUp"></div>');d.wrap('<div class="markItUpContainer"></div>');d.addClass("markItUpEditor");u=c('<div class="markItUpHeader"></div>').insertBefore(d);c(l(b.markupSet)).appendTo(u);D=c('<div class="markItUpFooter"></div>').insertAfter(d);!0===b.resizeHandle&&!0!==c.browser.safari&&(resizeHandle=c('<div class="markItUpResizeHandle"></div>').insertAfter(d).bind("mousedown",function(a){var b=d.height(),e=a.clientY,f,g;f=function(a){d.css("height",Math.max(20,a.clientY+b-e)+"px");return!1};
                    
43g=function(){c("html").unbind("mousemove",f).unbind("mouseup",g);return!1};c("html").bind("mousemove",f).bind("mouseup",g)}),D.append(resizeHandle));d.keydown(C).keyup(C);d.bind("insertion",function(a,b){!1!==b.target&&w();h===c.markItUp.focused&&r(b)});d.focus(function(){c.markItUp.focused=this})})()})};c.fn.markItUpRemove=function(){return this.each(function(){var l=c(this).unbind().removeClass("markItUpEditor");l.parent("div").parent("div.markItUp").parent("div").replaceWith(l)})};c.markItUp=function(l){var f=
                    
                
colorpicker-pane.js https://github.com/marsch/amplesdk.git | JavaScript | 289 lines
                    
4 * Copyright (c) 2009 Sergey Ilinsky
                    
5 * Dual licensed under the MIT and GPL licenses.
                    
6 * See: http://www.amplesdk.com/about/licensing/
                    
66
                    
67    // limit value by the range (0..255)
                    
68    nPositionX  = nPositionX < 0    ? 0 :(nPositionX > 255  ? 255   : nPositionX);
                    
78
                    
79cXULElement_colorpicker_pane.prototype._detachHandlers	= function() {
                    
80	document.onmousemove  = null;
                    
83
                    
84// Event handlers
                    
85cXULElement_colorpicker_pane.prototype._onInputChange	= function(oEvent, sValue) {
                    
103	document.onmouseup    = function() {
                    
104		oElement._detachHandlers();
                    
105	};
                    
                
jquery.gritter.custom.js https://gitlab.com/kaouech/theme | JavaScript | 423 lines
                    
5 * Copyright (c) 2012 Jordan Boesch
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *
                    
90		* Add a gritter notification to the screen
                    
91		* @param {Object} params The object that contains all the options for drawing the notification
                    
92		* @return {Integer} The specific numeric id to that gritter notification
                    
104			
                    
105			// Check the options and set them once
                    
106			if(!this._is_setup){
                    
265			
                    
266			// Change the border styles and add the (X) close button when you hover
                    
267			if(type == 'mouseenter'){
                    
299
                    
300			// We set the fourth param to let the _fade function know to 
                    
301			// unbind the "mouseleave" event.  Once you click (X) there's no going back!
                    
                
shCoreDefault.css https://gitlab.com/jbeta/gentelella | CSS | 327 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
23.syntaxhighlighter table tbody,
                    
24.syntaxhighlighter table thead,
                    
25.syntaxhighlighter table caption,
                    
129}
                    
130.syntaxhighlighter.collapsed .toolbar span a.expandSource {
                    
131  display: inline !important;
                    
150}
                    
151.syntaxhighlighter .toolbar a.expandSource {
                    
152  display: none !important;
                    
                
jquery.dotdotdot.js https://gitlab.com/Mirros/cdnjs | JavaScript | 667 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
342
                    
343		//	Don't put the ellipsis directly inside these elements
                    
344		var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';
                    
345
                    
346		//	Don't remove these elements even if they are after the ellipsis
                    
347		var noty = 'script, .dotdotdot-keep';
                    
                
jquery.dotdotdot.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 667 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
342
                    
343		//	Don't put the ellipsis directly inside these elements
                    
344		var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';
                    
345
                    
346		//	Don't remove these elements even if they are after the ellipsis
                    
347		var noty = 'script, :hidden';
                    
                
hashchange.js https://github.com/retro/HibreedCMS.git | JavaScript | 245 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
140      // Otherwise, we need to create our own. And we don't want to call this
                    
141      // until the user binds to the event, just in case they never do, since it
                    
142      // will create a polling loop and possibly even a hidden Iframe.
                    
184        
                    
185        // Set a new history item by opening and then closing the Iframe
                    
186        // document, *then* setting its location.hash.
                    
232    // Stop the polling loop, but only if an IE6/7 Iframe wasn't created. In
                    
233    // that case, even if there are no longer any bound event handlers, the
                    
234    // polling loop is still necessary for back/next to work at all!
                    
                
jplayer.midnight.black.css https://gitlab.com/x33n/ampache | CSS | 749 lines
                    
7 * Copyright (c) 2010-2012 Happyworm Ltd
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
66	height: 270px;
                    
67	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
                    
68	position: static !important;
                    
128	overflow: hidden;
                    
129	top: -8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
                    
130}
                    
503
                    
504/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
                    
505
                    
557	cursor: pointer;
                    
558	background-color: rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
                    
559}
                    
                
jquery.ba-throttle-debounce.js https://gitlab.com/Mirros/cdnjs | JavaScript | 252 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
138    // The `wrapper` function encapsulates all of the throttling / debouncing
                    
139    // functionality and when executed will limit the rate at which `callback`
                    
140    // is executed.
                    
158      if ( debounce_mode && !timeout_id ) {
                    
159        // Since `wrapper` is being called for the first time and
                    
160        // `debounce_mode` is true (at_begin), execute `callback`.
                    
204  // 
                    
205  // In this visualization, | is a debounced-function call and X is the actual
                    
206  // callback execution:
                    
                
jquery.dotdotdot.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 604 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
317
                    
318		var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, select, optgroup, option, textarea, script, style';
                    
319		for ( var a = 0, l = $elements.length; a < l; a++ )
                    
                
jquery.simplyscroll.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 389 lines
                    
7 *
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *
                    
73	
                    
74	//wrap an extra div around the whole lot if elements scrolled aren't equal
                    
75	if ($items.length > 1) {
                    
114		this.$items = this.$list.children();
                    
115		this.$clip = this.$list.parent(); //this is the element that scrolls
                    
116		this.$container = this.$clip.parent();
                    
155				this.resetPosition = this.$items.length * this.itemMax;
                    
156				//due to inconsistent RTL implementation force back to LTR then fake
                    
157				if (this.isRTL) {
                    
165		
                    
166		//manual and loop
                    
167		} else if (!this.isAuto && this.o.manualMode=='loop') {
                    
                
jquery.dotdotdot.js https://gitlab.com/Mirros/cdnjs | JavaScript | 645 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
336
                    
337		var notx = 'table, thead, tbody, tfoot, tr, col, colgroup, object, embed, param, ol, ul, dl, blockquote, select, optgroup, option, textarea, script, style';
                    
338		for ( var a = 0, l = $elements.length; a < l; a++ )
                    
                
jplayer.blue.monday.css https://gitlab.com/Mirros/cdnjs | CSS | 640 lines
                    
7 * Copyright (c) 2010-2012 Happyworm Ltd
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
48	height:270px;
                    
49	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
                    
50	position:static !important; position:relative;
                    
70	height:100%;
                    
71	z-index:1001; /* 1 layer above the others. */
                    
72}
                    
108	overflow:hidden;
                    
109	top:-8px; /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
                    
110}
                    
473	cursor:pointer;
                    
474	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
                    
475}
                    
                
class.p.php https://gitlab.com/thisishayat/itv-2016 | PHP | 303 lines
                    
27// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
28// Dual licensed under the MIT and GPL licenses.
                    
29// http://benalman.com/about/license/
                    
53//   mode - If mode=native, the response will be sent using the same content
                    
54//     type and headers that the remote URL resource returned. If omitted, the
                    
55//     response will be JSON (or JSONP). <Native requests> and <JSONP requests>
                    
66//     forwarded through to the remote URL request.
                    
67//   full_headers - If a JSON request and full_headers=1, the JSON response will
                    
68//     contain detailed header information.
                    
98//
                    
99// This request will return the contents of the specified url in JSONP format
                    
100// (but only if $enable_jsonp is enabled in the PHP script).
                    
119// This request will return the contents of the specified url in the format it
                    
120// was received in, including the same content-type and other headers (but only
                    
121// if $enable_native is enabled in the PHP script).
                    
                
jplayer.blue.monday.css https://github.com/kawazrepos/Kommonz.git | CSS | 448 lines
                    
7 * Copyright (c) 2010 Happyworm Ltd
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
10 *  - http://www.gnu.org/copyleft/gpl.html
                    
11 *
                    
19
                    
20	/* Edit the font-size to counteract inherited font sizing.
                    
21	 * Eg. 1.25em = 1 / 0.8em
                    
23
                    
24	font-size:1em; /* No parent CSS that can effect the size in these demos */
                    
25
                    
233
                    
234/* The seeking class is added/removed inside jPlayer */
                    
235div.jp-seeking-bg {
                    
                
live.js https://github.com/TheBiggerGuy/FreshAir.git | JavaScript | 497 lines
                    
8 * Copyright (c) 2011 Guy Taylor (http://www.thebiggerguy.com)
                    
9 * Dual licensed under the MIT and GPL licenses.
                    
10 *  - http://www.opensource.org/licenses/mit-license.php
                    
15 * Copyright (c) 210 James Padolsey (http://james.padolsey.com)
                    
16 * Dual licensed under the MIT and GPL licenses.
                    
17 *   - http://www.opensource.org/licenses/mit-license.php
                    
22 * Copyright (c) 2009 - 2010 Happyworm Ltd
                    
23 * Dual licensed under the MIT and GPL licenses.
                    
24 *  - http://www.opensource.org/licenses/mit-license.php
                    
30/**
                    
31 * The CSS solector of the play/pasue image
                    
32 * @const
                    
100/**
                    
101 * The URL the high quaility audio stream playlist
                    
102 * @const
                    
                
ajax.php https://bitbucket.org/seyar/kinda.local.git | PHP | 294 lines
                    
12 * @license
                    
13 * Dual licensed under the MIT and GPL licenses.
                    
14 *   http://www.opensource.org/licenses/mit-license.php
                    
14 *   http://www.opensource.org/licenses/mit-license.php
                    
15 *   http://www.gnu.org/licenses/gpl.html
                    
16 *
                    
17 * Ajex.FileManager is free software: you can redistribute it and/or modify
                    
18 * it under the terms of the GNU Lesser General Public License as published by
                    
19 * the Free Software Foundation, either version 3 of the License, or
                    
                
date.js https://gitlab.com/essere.lab.public/qualitas.class-corpus | JavaScript | 452 lines
                    
11 * 
                    
12 * Dual licensed under the MIT and GPL licenses. 
                    
13 * This basically means you can use this code however you want for
                    
23
                    
24These functions are used to parse, format, and manipulate Date objects.
                    
25See documentation and examples at http://www.JavascriptToolbox.com/lib/date/
                    
242	}
                    
243	// If there are any trailing characters left in the value, it doesn't match
                    
244	if (i_val != val.length) { 
                    
397
                    
398// Get the full name of the month for a date
                    
399Date.prototype.getMonthName = function() {
                    
402
                    
403// Get the abbreviation of the month for a date
                    
404Date.prototype.getMonthAbbreviation = function() { 
                    
                
lib.php https://github.com/PaulRover08/Active-Fusion.git | PHP | 442 lines
                    
12 * @license
                    
13 * Dual licensed under the MIT and GPL licenses.
                    
14 *   http://www.opensource.org/licenses/mit-license.php
                    
14 *   http://www.opensource.org/licenses/mit-license.php
                    
15 *   http://www.gnu.org/licenses/gpl.html
                    
16 *
                    
17 * Ajex.FileManager is free software: you can redistribute it and/or modify
                    
18 * it under the terms of the GNU Lesser General Public License as published by
                    
19 * the Free Software Foundation, either version 3 of the License, or
                    
403		} else {
                    
404			echo 'Failed created, You need to create the folder manually, or set the right<br />Вам необходимо создать папку вручную, или выставить права';
                    
405			exit;
                    
421			} else {
                    
422				echo 'Failed created, You need to create the folder manually, or set the right<br />Вам необходимо создать папку вручную, или выставить права';
                    
423				exit;
                    
                
jquery.ba-resize.js https://gitlab.com/Mirros/cdnjs | JavaScript | 238 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
181      
                    
182      // The new_handler function is executed every time the event is triggered.
                    
183      // This is used to update the internal element data store with the width
                    
191        
                    
192        // If called from the polling loop, w and h will be passed in as
                    
193        // arguments. If called manually, via .trigger( 'resize' ) or .resize(),
                    
209        old_handler = handleObj.handler;
                    
210        handleObj.handler = new_handler;
                    
211      }
                    
                
shBrushCpp.js https://github.com/ghar/rails.git | JavaScript | 97 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
26		var datatypes =	'ATOM BOOL BOOLEAN BYTE CHAR COLORREF DWORD DWORDLONG DWORD_PTR ' +
                    
27						'DWORD32 DWORD64 FLOAT HACCEL HALF_PTR HANDLE HBITMAP HBRUSH ' +
                    
28						'HCOLORSPACE HCONV HCONVLIST HCURSOR HDC HDDEDATA HDESK HDROP HDWP ' +
                    
32						'LGRPID LONG LONGLONG LONG_PTR LONG32 LONG64 LPARAM LPBOOL LPBYTE LPCOLORREF ' +
                    
33						'LPCSTR LPCTSTR LPCVOID LPCWSTR LPDWORD LPHANDLE LPINT LPLONG LPSTR LPTSTR ' +
                    
34						'LPVOID LPWORD LPWSTR LRESULT PBOOL PBOOLEAN PBYTE PCHAR PCSTR PCTSTR PCWSTR ' +
                    
38						'PUINT PUINT_PTR PUINT32 PUINT64 PULONG PULONGLONG PULONG_PTR PULONG32 PULONG64 ' +
                    
39						'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' +
                    
40						'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' +
                    
71						'bsearch calloc div exit free getenv labs ldiv malloc mblen mbstowcs ' +
                    
72						'mbtowc qsort rand realloc srand strtod strtol strtoul system ' +
                    
73						'wcstombs wctomb memchr memcmp memcpy memmove memset strcat strchr ' +
                    
                
builtin.js https://github.com/marsch/amplesdk.git | JavaScript | 159 lines
                    
4 * Copyright (c) 2009 Sergey Ilinsky
                    
5 * Dual licensed under the MIT and GPL licenses.
                    
6 * See: http://www.amplesdk.com/about/licensing/
                    
12	oXSBuiltin_types	= oXSBuiltin_namespaceItem.$types,
                    
13	oXSBuiltin_primitiveDataTypes	= {};
                    
14oXSBuiltin_namespaceItem.schemaNamespace	= "http://www.w3.org/2001/XMLSchema";
                    
85		oXSBuiltin_types["anyAtomicType"]	= fXSBuiltin_createSimpleType(cXSConstants.ANYATOMICTYPE_DT, cXSConstants.ANYSIMPLETYPE_DT);
                    
86			// primititve types
                    
87			oXSBuiltin_primitiveDataTypes[cXSConstants.ANYURI_DT]	=
                    
88			oXSBuiltin_types["anyURI"]			= fXSBuiltin_createSimpleType(cXSConstants.ANYURI_DT, cXSConstants.ANYATOMICTYPE_DT);
                    
89			oXSBuiltin_primitiveDataTypes[cXSConstants.BASE64BINARY_DT]	=
                    
90			oXSBuiltin_types["base64Binary"]	= fXSBuiltin_createSimpleType(cXSConstants.BASE64BINARY_DT, cXSConstants.ANYATOMICTYPE_DT);
                    
90			oXSBuiltin_types["base64Binary"]	= fXSBuiltin_createSimpleType(cXSConstants.BASE64BINARY_DT, cXSConstants.ANYATOMICTYPE_DT);
                    
91			oXSBuiltin_primitiveDataTypes[cXSConstants.BOOLEAN_DT]	=
                    
92			oXSBuiltin_types["boolean"]			= fXSBuiltin_createSimpleType(cXSConstants.BOOLEAN_DT, cXSConstants.ANYATOMICTYPE_DT);
                    
                
index.html https://gitlab.com/thisishayat/itv-2016 | HTML | 185 lines
                    
34				<h3>License</h3>
                    
35				<p>Dual licensed under the MIT and GPL licenses.</p>
                    
36                <h3>Examples</h3>
                    
49
                    
50				<p>Attached to an text field and using callback functions to update the color with field's value and set the value back in the field by submiting the color.</p>
                    
51				<p><input type="text" maxlength="6" size="6" id="colorpickerField1" value="00ff00" /></p>
                    
117                <h2>Implement</h2>
                    
118                <p>Attach the Javascript and CSS files to your document. Edit CSS file and fix the paths to  images and change colors to fit your site theme.</p>
                    
119                <pre>
                    
123                <h3>Invocation code</h3>
                    
124                <p>All you have to do is to select the elements in a jQuery way and call the plugin.</p>
                    
125                <pre>
                    
179                <pre>$('input').ColorPickerSetColor(color);</pre>
                    
180				<p>The 'color' argument is the same format as the option color, string for hex color or hash for RGB and HSB ({r:255, r:0, b:0}).</p>
                    
181            </div>
                    
                
jquery-impromptu.js https://github.com/sphilp/com_weever.git | JavaScript | 357 lines
                    
7 * Copyright 2011 Trent Richardson
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 * http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
                    
26			
                    
27		//build the box and fade
                    
28		var msgbox = '<div class="'+ options.prefix +'box'+ options.classes +'" id="'+ options.prefix +'box">';
                    
51				 	focus: options.focus,
                    
52				 	submit: options.submit
                    
53			 	}
                    
134		
                    
135		var keyPressEventHandler = function(e){
                    
136			var key = (window.event) ? event.keyCode : e.keyCode; // MSIE or Firefox?
                    
216				}
                    
217				$jqib.unbind('keypress',keyPressEventHandler);
                    
218				$jqib.remove();
                    
                
jquery.ba-bbq.js https://github.com/joshuaswarren/weatherhub.git | JavaScript | 1137 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
353  // Deserialize a params string into an object, optionally coercing numbers,
                    
354  // booleans, null and undefined values; this method is the counterpart to the
                    
355  // internal jQuery.param method.
                    
387
                    
388      // If the first keys part contains [ and the last ends with ], then []
                    
389      // are correctly balanced.
                    
393
                    
394        // Split first keys part into two parts on the [ and add them back onto
                    
395        // the beginning of the keys array.
                    
                
jquery-1.3.2.js https://github.com/quarkness/piwik.git | JavaScript | 1864 lines
                    
5 * Copyright (c) 2009 John Resig
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://docs.jquery.com/License
                    
62
                    
63					// Handle the case where IE and Opera return items
                    
64					// by name instead of ID
                    
139	// Force the current matched set of elements to become
                    
140	// the specified array of elements (destroying the stack in the process)
                    
141	// You should use pushStack() in order to do this, but maintain the stack
                    
142	setArray: function( elems ) {
                    
143		// Resetting the length to 0, then using the native Array push
                    
144		// is a super-fast way to populate an object with array-like properties
                    
569		target = arguments[1] || {};
                    
570		// skip the boolean and the target
                    
571		i = 2;
                    
                
markitup.js https://github.com/Ung-UTT/Site-etu-v9.git | JavaScript | 593 lines
                    
3// v 1.1.x
                    
4// Dual licensed under the MIT and GPL licenses.
                    
5// ----------------------------------------------------------------------------
                    
10// of this software and associated documentation files (the "Software"), to deal
                    
11// in the Software without restriction, including without limitation the rights
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
13// copies of the Software, and to permit persons to whom the Software is
                    
14// furnished to do so, subject to the following conditions:
                    
23// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    
24// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    
25// THE SOFTWARE.
                    
107
                    
108        // add the resize handle after textarea
                    
109        if (options.resizeHandle === true && $.browser.safari !== true) {
                    
                
markitup.js https://bitbucket.org/pastor399/newcastleunifc.git | JavaScript | 676 lines
                    
14// v 1.1.x
                    
15// Dual licensed under the MIT and GPL licenses.
                    
16// ----------------------------------------------------------------------------
                    
21// of this software and associated documentation files (the "Software"), to deal
                    
22// in the Software without restriction, including without limitation the rights
                    
23// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
23// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
24// copies of the Software, and to permit persons to whom the Software is
                    
25// furnished to do so, subject to the following conditions:
                    
26//
                    
27// The above copyright notice and this permission notice shall be included in
                    
28// all copies or substantial portions of the Software.
                    
34// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    
35// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    
36// THE SOFTWARE.
                    
                
jplayer.js https://bitbucket.org/pastor399/newcastleunifc.git | JavaScript | 1356 lines
                    
16 * Copyright (c) 2009 - 2011 Happyworm Ltd
                    
17 * Dual licensed under the MIT and GPL licenses.
                    
18 *  - http://www.opensource.org/licenses/mit-license.php
                    
63				if ( instance ) {
                    
64					// instance.option( options || {} )._init(); // Orig jquery.ui.widget.js code: Not recommend for jPlayer. ie., Applying new options to an existing instance (via the jPlayer constructor) and performing the _init(). The _init() is what concerns me. It would leave a lot of event handlers acting on jPlayer instance and the interface.
                    
65					instance.option( options || {} ); // The new constructor only changes the options. Changing options only has basic support atm.
                    
102		ready: "jPlayer_ready",
                    
103		flashreset: "jPlayer_flashreset", // Similar to the ready event if the Flash solution is set to display:none and then shown again or if it's reloaded for another reason by the browser. For example, using CSS position:fixed on Firefox for the full screen feature.
                    
104		resize: "jPlayer_resize", // Occurs when the size changes through a full/restore screen operation or if the size/sizeFull options are changed.
                    
257			solution: "html, flash", // Valid solutions: html, flash. Order defines priority. 1st is highest,
                    
258			supplied: "mp3", // Defines which formats jPlayer will try and support and the priority by the order. 1st is highest,
                    
259			preload: 'metadata',  // HTML5 Spec values: none, metadata, auto.
                    
329			},
                    
330			verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the left. Also volume affects either width or height.
                    
331			// globalVolume: false, // Not implemented: Set to make volume changes affect all jPlayer instances
                    
                
jquery.markitup.js https://bitbucket.org/pastor399/newcastleunifc.git | JavaScript | 576 lines
                    
3// v 1.1.7
                    
4// Dual licensed under the MIT and GPL licenses.
                    
5// ----------------------------------------------------------------------------
                    
10// of this software and associated documentation files (the "Software"), to deal
                    
11// in the Software without restriction, including without limitation the rights
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
13// copies of the Software, and to permit persons to whom the Software is
                    
14// furnished to do so, subject to the following conditions:
                    
23// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    
24// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    
25// THE SOFTWARE.
                    
35 * to the GNU General Public License, and as distributed it includes or
                    
36 * is derivative of works licensed under the GNU General Public License or
                    
37 * other free or open source software licenses.
                    
                
jquery.mobile.hashchange.js https://github.com/inorganik/jquery-mobile.git | JavaScript | 390 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
125  //    event. This is a "shortcut" for the more verbose form:
                    
126  //    jQuery(window).bind( 'hashchange', handler ). If handler is omitted,
                    
127  //    all bound window.onhashchange event handlers will be triggered. This
                    
215  // 
                    
216  // * The polling loop and Iframe are not created until at least one handler
                    
217  //   is actually bound to the 'hashchange' event.
                    
347      // Override the "stop" method since an IE6/7 Iframe was created. Even
                    
348      // if there are no longer any bound event handlers, the polling loop
                    
349      // is still necessary for back/next to work at all!
                    
                
circle.player.js https://github.com/kawazrepos/Kommonz.git | JavaScript | 243 lines
                    
5 * Copyright (c) 2009 - 2011 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
24 *
                    
25 * Standing on the shoulders of :
                    
26 * John Resig @jresig
                    
70	this.audio = {};
                    
71	this.dragging = false; // Indicates if the progressbar is being 'dragged'.
                    
72
                    
220		if (theta > -1 * Math.PI && theta < -0.5 * Math.PI) {
                    
221			theta = 2 * Math.PI + theta;
                    
222		}
                    
223
                    
224		// theta is now value between -0.5PI and 1.5PI
                    
225		// ready to be normalized and applied
                    
                
jquery.anythingslider.fx.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 188 lines
                    
3 * By Rob Garrison (aka Mottie & Fudgey)
                    
4 * Dual licensed under the MIT and GPL licenses.
                    
5 */
                    
49				inFxBind   : 'slide_complete', // When inFx animations are called
                    
50				dataAnimate: 'data-animate' // data attribute containing the animate.css class names to add for in and out fx
                    
51			}, options),
                    
89					bfx2 = baseFx[fx][0].outFx;
                    
90					// add time and easing to first set, the animation will use it for both
                    
91					bfx2[0].duration = opts[2] || defaults.timeOut;
                    
122				}
                    
123				page = page.find('*').andSelf(); // include the panel in the selectors
                    
124				for (el in FX) {
                    
155				FX = slider.fx; // allow dynamically added FX
                    
156				page = page.find('*').andSelf(); // include the panel in the selectors
                    
157				for (el in FX) {
                    
                
jplayer.pink.flag.css https://bitbucket.org/pastor399/newcastleunifc.git | CSS | 650 lines
                    
7 * Copyright (c) 2011 Happyworm Ltd
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
23
                    
24	font-size:1.25em; /* 1.25em for testing in site pages */ /* No parent CSS that can effect the size in the demos ZIP */
                    
25
                    
50	height:270px;
                    
51	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
                    
52	position:static !important; position:relative
                    
499

                    
500/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
                    
501
                    
572	cursor:pointer;
                    
573	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
                    
574}
                    
                
jplayer.pink.flag.css https://gitlab.com/angrydevops/workerpro | CSS | 670 lines
                    
7 * Copyright (c) 2012 Happyworm Ltd
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 *  - http://www.opensource.org/licenses/mit-license.php
                    
55	height:270px;
                    
56	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
                    
57	position:static !important; position:relative;
                    
77	height:100%;
                    
78	z-index:1001; /* 1 layer above the others. */
                    
79}
                    
172
                    
173/* The right border is normally in the ul background image. */
                    
174div.jp-audio-stream .jp-play,
                    
533
                    
534/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
                    
535
                    
                
shBrushCss.js https://gitlab.com/techniconline/kmc | JavaScript | 87 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
47            'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double ' +
                    
48            'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia ' +
                    
49            'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic ' +
                    
49            'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic ' +
                    
50            'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha ' +
                    
51            'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower ' +
                    
53            'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side ' +
                    
54            'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow ' +
                    
55            'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize ' +
                    
56            'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal ' +
                    
57            'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin ' +
                    
58            'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
                    
                
index.js https://bitbucket.org/raffel/node-host.git | JavaScript | 399 lines
                    
5 * Copyright (c) 2009 Jordan Boesch
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *
                    
83	* Add a gritter notification to the screen
                    
84	* @param {Object} params The object that contains all the options for drawing the notification
                    
85	* @return {Integer} The specific numeric id to that gritter notification
                    
93		
                    
94		// Check the options and set them once
                    
95		if(!this._is_setup){
                    
189	* @param {Object} e The jQuery element to get rid of
                    
190	* @param {Integer} unique_id The id of the element to remove
                    
191	* @param {Object} params An optional list of params to set fade speeds etc.
                    
234		
                    
235		// Change the border styles and add the (X) close button when you hover
                    
236		if(type == 'mouseenter'){
                    
                
uuid.js https://gitlab.com/blocknotary/IonicInterviews | JavaScript | 249 lines
                    
3//     Copyright (c) 2010 Robert Kieffer
                    
4//     Dual licensed under the MIT and GPL licenses.
                    
5//     Documentation and details at https://github.com/broofa/node-uuid
                    
101
                    
102  // random #'s we need to init node and clockseq
                    
103  var _seedBytes = _rng();
                    
104
                    
105  // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1)
                    
106  var _nodeId = [
                    
127    // (1582-10-15 00:00).  JSNumbers aren't precise enough for this, so
                    
128    // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs'
                    
129    // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00.
                    
207
                    
208    // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
                    
209    rnds[6] = (rnds[6] & 0x0f) | 0x40;
                    
                
jquery.grrrid-1.0.0.js https://bitbucket.org/vins13pattar/handpicked.jquery.plugins.repo.git | JavaScript | 538 lines
                    
9 *
                    
10 *	Dual licensed under the MIT and GPL licenses.
                    
11 *	http://en.wikipedia.org/wiki/MIT_License
                    
47
                    
48			//	The equalize event
                    
49			$grr.bind( 'equalize.grr', function( e, dimension, options ) {
                    
117
                    
118			//	The justify event
                    
119			$grr.bind( 'justify.grr', function( e, dimension, options ) {
                    
161
                    
162				//	remove margins from first and last
                    
163				$first.css( dimension.margin[ 0 ], 0 );
                    
189					//	if NOT floating, previous bottom margin and current top margin are overlapping,
                    
190					//	re-add the smalles to the available size
                    
191					if ( prevMargBot && prevMargBot > 0 ) {
                    
                
shCore.css https://gitlab.com/techniconline/kmc | CSS | 270 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
23.syntaxhighlighter table tbody,
                    
24.syntaxhighlighter table thead,
                    
25.syntaxhighlighter table caption,
                    
148
                    
149.syntaxhighlighter.collapsed .toolbar span a.expandSource {
                    
150    display: inline !important;
                    
173
                    
174.syntaxhighlighter .toolbar a.expandSource {
                    
175    display: none !important;
                    
                
jquery.contextmenu.js https://github.com/marcmurray/pad.git | JavaScript | 284 lines
                    
3 * 
                    
4 * Dual licensed under the MIT and GPL licenses. 
                    
5 * This basically means you can use this code however you want for
                    
18 * Copyright (c) 2008 Matt Kruse (javascripttoolbox.com)
                    
19 * Dual licensed under the MIT and GPL licenses. 
                    
20 *
                    
160      },obj);
                    
161      // If an icon is specified, hard-code the background-image style. Themes that don't show images should take this into account in their CSS
                    
162      var iconStyle = (o.icon)?'background-image:url('+o.icon+');':'';
                    
231        cmenu.shown=true;
                    
232        $(document).one('click',null,function(){cmenu.hide()}); // Handle a single click to the document to hide the menu
                    
233      }
                    
235    
                    
236    // Find the position where the menu should appear, given an x,y of the click event
                    
237    getPosition: function(clickX,clickY,cmenu,e) {
                    
                
jquery.js https://gitlab.com/Mirros/libs | JavaScript | 1860 lines
                    
5 * Copyright (c) 2009 John Resig
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://docs.jquery.com/License
                    
67
                    
68					// Otherwise, we inject the element directly into the jQuery object
                    
69					var ret = jQuery( elem || [] );
                    
137	// Force the current matched set of elements to become
                    
138	// the specified array of elements (destroying the stack in the process)
                    
139	// You should use pushStack() in order to do this, but maintain the stack
                    
140	setArray: function( elems ) {
                    
141		// Resetting the length to 0, then using the native Array push
                    
142		// is a super-fast way to populate an object with array-like properties
                    
320
                    
321		// Need to set the expando to null on the cloned set if it exists
                    
322		// removeData doesn't work here, IE removes it from the original as well
                    
                
jquery.js https://gitlab.com/Mirros/libs | JavaScript | 1860 lines
                    
5 * Copyright (c) 2009 John Resig
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://docs.jquery.com/License
                    
69
                    
70						// Otherwise, we inject the element directly into the jQuery object
                    
71						var ret = jQuery( elem );
                    
141	// Force the current matched set of elements to become
                    
142	// the specified array of elements (destroying the stack in the process)
                    
143	// You should use pushStack() in order to do this, but maintain the stack
                    
144	setArray: function( elems ) {
                    
145		// Resetting the length to 0, then using the native Array push
                    
146		// is a super-fast way to populate an object with array-like properties
                    
324
                    
325		// Need to set the expando to null on the cloned set if it exists
                    
326		// removeData doesn't work here, IE removes it from the original as well
                    
                
jquery.form.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1193 lines
                    
7 * Project repository: https://github.com/malsup/form
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 * https://github.com/malsup/form#copyright-and-license
                    
17    -----------
                    
18    Do not use both ajaxSubmit and ajaxForm on the same form.  These
                    
19    functions are mutually exclusive.  Use ajaxSubmit if you want
                    
139
                    
140    // give pre-submit callback an opportunity to abort the submit
                    
141    if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
                    
148    if (veto.veto) {
                    
149        log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
                    
150        return this;
                    
431             * frame.document is the only valid response document, since
                    
432             * the protocol is know but not on the other two objects. strange?
                    
433             * "Same origin policy" http://en.wikipedia.org/wiki/Same_origin_policy
                    
                
jquery.xpath.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1652 lines
                    
4 * Copyright 2013, Sergey Ilinsky
                    
5 * Dual licensed under the MIT and GPL licenses.
                    
6 *
                    
9 * Copyright 2013, Sergey Ilinsky
                    
10 * Dual licensed under the MIT and GPL licenses.
                    
11 *
                    
67oException_messages["XPST0003"]	= "Expression is not a valid instance of the grammar";
                    
68oException_messages["XPTY0004"]	= "Type is not appropriate for the context in which the expression occurs";
                    
69oException_messages["XPST0008"]	= "Expression refers to an element name, attribute name, schema type name, namespace prefix, or variable name that is not defined in the static context";
                    
70oException_messages["XPST0010"]	= "Axis not supported";
                    
71oException_messages["XPST0017"]	= "Expanded QName and number of arguments in a function call do not match the name and arity of a function signature";
                    
72oException_messages["XPTY0018"]	= "The result of the last step in a path expression contains both nodes and atomic values";
                    
72oException_messages["XPTY0018"]	= "The result of the last step in a path expression contains both nodes and atomic values";
                    
73oException_messages["XPTY0019"]	= "The result of a step (other than the last step) in a path expression contains an atomic value.";
                    
74oException_messages["XPTY0020"]	= "In an axis step, the context item is not a node.";
                    
                
wPaint.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 978 lines
                    
7 * @copyright       Copyright (c) 2012 Websanova.
                    
8 * @license         This wPaint jQuery plug-in is dual licensed under the MIT and GPL licenses.
                    
9 * @link            http://www.websanova.com
                    
85
                    
86			//init the snap on the text menu
                    
87			canvas.mainMenu.moveTextMenu(canvas.mainMenu, canvas.textMenu);
                    
150		fontTypeItalic		 : false,				// text input italic enable/disable
                    
151		fontTypeUnderline	 : false,				// text input italic enable/disable
                    
152		image				 : null,				// preload image - base64 encoded data
                    
175                                    'italic': 'italic',
                    
176                                    'underline': 'underline',
                    
177                                    'fontSize': 'font size',
                    
327			if(_self.settings.fontTypeItalic) { _self.textInput.css('fontStyle', 'italic'); _self.textCalc.css('fontStyle', 'italic'); }
                    
328			if(_self.settings.fontTypeUnderline) { _self.textInput.css('textDecoration', 'underline'); _self.textCalc.css('textDecoration', 'underline'); }
                    
329			
                    
                
jquery.mmenu.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 983 lines
                    
9 *
                    
10 * Dual licensed under the MIT and GPL licenses.
                    
11 * http://en.wikipedia.org/wiki/MIT_License
                    
66
                    
67			//	For some reason, some browsers need a (pretty long) delay before the .mm-opened class sets the needed styles
                    
68			//	Without it, the page isn't animated
                    
84
                    
85			//	Close others
                    
86			glbl.$allMenus.not( this.$menu ).trigger( _e.close );
                    
87
                    
88			//	Store style and position
                    
89			glbl.$page.data( _d.style, glbl.$page.attr( 'style' ) || '' );
                    
159
                    
160					//	Restore style and position
                    
161					glbl.$page.attr( 'style', glbl.$page.data( _d.style ) );
                    
                
jquery.ba-hashchange.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 390 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
125  //    event. This is a "shortcut" for the more verbose form:
                    
126  //    jQuery(window).bind( 'hashchange', handler ). If handler is omitted,
                    
127  //    all bound window.onhashchange event handlers will be triggered. This
                    
215  // 
                    
216  // * The polling loop and Iframe are not created until at least one handler
                    
217  //   is actually bound to the 'hashchange' event.
                    
235      // Otherwise, we need to create our own. And we don't want to call this
                    
236      // until the user binds to the event, just in case they never do, since it
                    
237      // will create a polling loop and possibly even a hidden Iframe.
                    
                
jquery.form.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1277 lines
                    
7 * Project repository: https://github.com/malsup/form
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 * https://github.com/malsup/form#copyright-and-license
                    
30    -----------
                    
31    Do not use both ajaxSubmit and ajaxForm on the same form.  These
                    
32    functions are mutually exclusive.  Use ajaxSubmit if you want
                    
32    functions are mutually exclusive.  Use ajaxSubmit if you want
                    
33    to bind your own submit handler to the form.  For example,
                    
34
                    
156    if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
                    
157        log('ajaxSubmit: submit aborted via beforeSubmit callback');
                    
158        return this;
                    
163    if (veto.veto) {
                    
164        log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
                    
165        return this;
                    
                
jquery.form.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1217 lines
                    
7 * Project repository: https://github.com/malsup/form
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 * https://github.com/malsup/form#copyright-and-license
                    
29    -----------
                    
30    Do not use both ajaxSubmit and ajaxForm on the same form.  These
                    
31    functions are mutually exclusive.  Use ajaxSubmit if you want
                    
151
                    
152    // give pre-submit callback an opportunity to abort the submit
                    
153    if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
                    
153    if (options.beforeSubmit && options.beforeSubmit(a, this, options) === false) {
                    
154        log('ajaxSubmit: submit aborted via beforeSubmit callback');
                    
155        return this;
                    
160    if (veto.veto) {
                    
161        log('ajaxSubmit: submit vetoed via form-submit-validate trigger');
                    
162        return this;
                    
                
jquery.ba-bbq.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1310 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
61//         page should no longer scroll when the event is first bound. Also
                    
62//         added the <jQuery.param.fragment.noEscape> method, and reworked the
                    
63//         <hashchange event (BBQ)> internal "add" method to be compatible with
                    
328  // and jQuery.param({a:2,z:1}) returns "a=2&z=1". Even though both the
                    
329  // objects being serialized and the resulting params strings are equivalent,
                    
330  // if these params strings were set into the location.hash fragment
                    
331  // sequentially, the hashchange event would be triggered unnecessarily, since
                    
332  // the strings are different (even though the data described by them is the
                    
333  // same). By sorting the params string, unecessary hashchange event triggering
                    
                
popcorn.jplayer.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 559 lines
                    
5 * Copyright (c) 2013 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
231			jpOptions = {},
                    
232			ready = false, // Used during init to override the annoying duration dependance in the track event padding during Popcorn's isReady(). ie., We is ready after loadeddata and duration can then be set real value at leisure.
                    
233			duration = 0, // For the durationchange event with both HTML5 and Flash solutions. Used with 'ready' to keep control during the Popcorn isReady() via loadeddata event. (Duration=0 is bad.)
                    
282
                    
283				// Triggering patched events through the jPlayer Object so the events are homogeneous. ie., The contain the event.jPlayer data structure.
                    
284
                    
342
                    
343					// Allow the swfPath to be set to local server. ie., If the jPlayer Plugin is local and already on the page, then you can also use the local SWF.
                    
344					jpOptions.swfPath = jpOptions.swfPath || JPLAYER_SWFPATH;
                    
354
                    
355					// Do not auto-bubble the reserved events, nor the loadeddata and durationchange event, since the duration must be carefully handled when loadeddata event occurs.
                    
356					// See the duration property code for more details. (Ranting.)
                    
                
jquery.jplayer.inspector.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 338 lines
                    
5 * Copyright (c) 2009 - 2013 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
64			
                    
65			// MJP: Would use the next 3 lines for ease, but the events are just slapped on the page.
                    
66			// $.each($.jPlayer.event, function(eventName,eventType) {
                    
132				config.eventJq[eventType] = $("#" + config.eventId[eventType]);
                    
133				config.eventJq[eventType].text(eventName + " (" + config.eventOccurrence[eventType] + ")"); // Sets the text to the event name and (0);
                    
134				
                    
142					config.eventJq[e.type].text(eventName + " (" + config.eventOccurrence[e.type] + ")");
                    
143					// The timer to handle the color
                    
144					clearTimeout(config.eventTimeout[e.type]);
                    
147					}, 1000);
                    
148					// The timer to handle the occurences.
                    
149					setTimeout(function() {
                    
                
popcorn.jplayer.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 559 lines
                    
5 * Copyright (c) 2012 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
231			jpOptions = {},
                    
232			ready = false, // Used during init to override the annoying duration dependance in the track event padding during Popcorn's isReady(). ie., We is ready after loadeddata and duration can then be set real value at leisure.
                    
233			duration = 0, // For the durationchange event with both HTML5 and Flash solutions. Used with 'ready' to keep control during the Popcorn isReady() via loadeddata event. (Duration=0 is bad.)
                    
282
                    
283				// Triggering patched events through the jPlayer Object so the events are homogeneous. ie., The contain the event.jPlayer data structure.
                    
284
                    
342
                    
343					// Allow the swfPath to be set to local server. ie., If the jPlayer Plugin is local and already on the page, then you can also use the local SWF.
                    
344					jpOptions.swfPath = jpOptions.swfPath || JPLAYER_SWFPATH;
                    
354
                    
355					// Do not auto-bubble the reserved events, nor the loadeddata and durationchange event, since the duration must be carefully handled when loadeddata event occurs.
                    
356					// See the duration property code for more details. (Ranting.)
                    
                
jquery.jplayer.inspector.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 331 lines
                    
5 * Copyright (c) 2009 - 2011 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
64			
                    
65			// MJP: Would use the next 3 lines for ease, but the events are just slapped on the page.
                    
66			// $.each($.jPlayer.event, function(eventName,eventType) {
                    
132				config.eventJq[eventType] = $("#" + config.eventId[eventType]);
                    
133				config.eventJq[eventType].text(eventName + " (" + config.eventOccurrence[eventType] + ")"); // Sets the text to the event name and (0);
                    
134				
                    
142					config.eventJq[e.type].text(eventName + " (" + config.eventOccurrence[e.type] + ")");
                    
143					// The timer to handle the color
                    
144					clearTimeout(config.eventTimeout[e.type]);
                    
147					}, 1000);
                    
148					// The timer to handle the occurences.
                    
149					setTimeout(function() {
                    
                
jquery-1.3.2.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1803 lines
                    
5 * Copyright (c) 2009 John Resig
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://docs.jquery.com/License
                    
62
                    
63					// Handle the case where IE and Opera return items
                    
64					// by name instead of ID
                    
67
                    
68					// Otherwise, we inject the element directly into the jQuery object
                    
69					var ret = jQuery( elem || [] );
                    
139	// Force the current matched set of elements to become
                    
140	// the specified array of elements (destroying the stack in the process)
                    
141	// You should use pushStack() in order to do this, but maintain the stack
                    
142	setArray: function( elems ) {
                    
143		// Resetting the length to 0, then using the native Array push
                    
144		// is a super-fast way to populate an object with array-like properties
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1493 lines
                    
5 * Version: 3.0.2 (19-APR-2013)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
105
                    
106// process the args that were passed to the plugin fn
                    
107function handleArguments(cont, options, arg2) {
                    
280		if (startingSlideSpecified) {
                    
281			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
282			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
297
                    
298	// set position and zIndex on all the slides
                    
299	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
455			opts.randomIndex = 0;
                    
456		opts.nextSlide = opts.randomMap[opts.randomIndex];
                    
457	}
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1440 lines
                    
5 * Version: 2.9999.81 (15-JAN-2013)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
105
                    
106// process the args that were passed to the plugin fn
                    
107function handleArguments(cont, options, arg2) {
                    
278		if (startingSlideSpecified) {
                    
279			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
280			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
295
                    
296	// set position and zIndex on all the slides
                    
297	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
453			opts.randomIndex = 0;
                    
454		opts.nextSlide = opts.randomMap[opts.randomIndex];
                    
455	}
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1428 lines
                    
5 * Version: 2.9999.8 (26-OCT-2012)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
112
                    
113// process the args that were passed to the plugin fn
                    
114function handleArguments(cont, options, arg2) {
                    
278
                    
279	// if random, mix up the slide array
                    
280	if (opts.random) {
                    
285		if (startingSlideSpecified) {
                    
286			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
287			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
302
                    
303	// set position and zIndex on all the slides
                    
304	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1427 lines
                    
5 * Version: 2.9999.6 (11-SEP-2012)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
110
                    
111// process the args that were passed to the plugin fn
                    
112function handleArguments(cont, options, arg2) {
                    
276
                    
277	// if random, mix up the slide array
                    
278	if (opts.random) {
                    
283		if (startingSlideSpecified) {
                    
284			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
285			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
300
                    
301	// set position and zIndex on all the slides
                    
302	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1430 lines
                    
5 * Version: 2.9999.5 (10-APR-2012)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
110
                    
111// process the args that were passed to the plugin fn
                    
112function handleArguments(cont, options, arg2) {
                    
276
                    
277	// if random, mix up the slide array
                    
278	if (opts.random) {
                    
283		if (startingSlideSpecified) {
                    
284			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
285			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
300
                    
301	// set position and zIndex on all the slides
                    
302	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 1331 lines
                    
5 * Version: 2.88 (08-JUN-2010)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
94
                    
95// process the args that were passed to the plugin fn
                    
96function handleArguments(cont, options, arg2) {
                    
311			// sigh..  sniffing, hacking, shrugging...  this crappy hack tries to account for what browsers do when
                    
312			// an image is being downloaded and the markup did not include sizing info (height/width attributes);
                    
313			// there seems to be some "default" sizes used in this situation
                    
368			opts.randomIndex = 0;
                    
369		opts.nextSlide = opts.randomMap[opts.randomIndex];
                    
370	}
                    
448	if (opts.multiFx && opts.randomizeEffects) {
                    
449		// munge the fxs array to make effect selection random
                    
450		var r1 = Math.floor(Math.random() * 20) + 30;
                    
                
jquery.carouFredSel.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 2179 lines
                    
2 *	jQuery carouFredSel 6.2.1
                    
3 *	Demo's and documentation:
                    
4 *	caroufredsel.dev7studios.com
                    
8 *
                    
9 *	Dual licensed under the MIT and GPL licenses.
                    
10 *	http://en.wikipedia.org/wiki/MIT_License
                    
49		{
                    
50			starting_position = $cfs.triggerHandler('_cfs_triggerEvent', 'currentPosition');
                    
51			$cfs.trigger('_cfs_triggerEvent', ['destroy', true]);
                    
88
                    
89			//	complement items and sizes
                    
90			opts.items = in_complementItems(opts.items, opts, a_itm, start);
                    
232			opts.pagination = $.extend(true, {}, opts.scroll, opts.pagination);
                    
233			//	swipe and mousewheel extend later on, per direction
                    
234
                    
                
jquery.carouFredSel-6.2.0.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 2178 lines
                    
2 *	jQuery carouFredSel 6.2.0
                    
3 *	Demo's and documentation:
                    
4 *	caroufredsel.dev7studios.com
                    
8 *
                    
9 *	Dual licensed under the MIT and GPL licenses.
                    
10 *	http://en.wikipedia.org/wiki/MIT_License
                    
49		{
                    
50			starting_position = $cfs.triggerHandler('_cfs_triggerEvent', 'currentPosition');
                    
51			$cfs.trigger('_cfs_triggerEvent', ['destroy', true]);
                    
88
                    
89			//	complement items and sizes
                    
90			opts.items = in_complementItems(opts.items, opts, a_itm, start);
                    
232			opts.pagination = $.extend(true, {}, opts.scroll, opts.pagination);
                    
233			//	swipe and mousewheel extend later on, per direction
                    
234
                    
                
jquery.carouFredSel-6.1.0.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 2092 lines
                    
2 *	jQuery carouFredSel 6.1.0
                    
3 *	Demo's and documentation:
                    
4 *	caroufredsel.frebsite.nl
                    
8 *
                    
9 *	Dual licensed under the MIT and GPL licenses.
                    
10 *	http://en.wikipedia.org/wiki/MIT_License
                    
49		{
                    
50			starting_position = $cfs.triggerHandler('_cfs_triggerEvent', 'currentPosition');
                    
51			$cfs.trigger('_cfs_triggerEvent', ['destroy', true]);
                    
87
                    
88			//	complement items and sizes
                    
89			opts.items = in_complementItems(opts.items, opts, a_itm, start);
                    
231			opts.pagination = $.extend(true, {}, opts.scroll, opts.pagination);
                    
232			//	swipe and mousewheel extend later on, per direction
                    
233
                    
                
jquery.anythingslider.video.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 379 lines
                    
3 * By Rob Garrison (aka Mottie & Fudgey)
                    
4 * Dual licensed under the MIT and GPL licenses.
                    
5 */
                    
19			// Next update, I may just force users to call the video extension instead of it auto-running on window load
                    
20			// then they can change the video options in that call instead of the base defaults, and maybe prevent the
                    
21			// videos being initialized twice on startup (once as a regular video and second time with the API string)
                    
174 *  selector  : 'object[data-url*=service], embed[src*=service]', // required: jQuery selector used to find the video ('video' or 'iframe[src*=service]' are other examples)
                    
175 *  initAPI   : 'string added to the URL to initialize the API',  // optional: the string must end with a parameter pointing to the video id (e.g. "&player_id=")
                    
176 *  embedOpts : { flashvars: {}, params: {}, attr: {} },          // optional: add any required flashvars, parameters or attributes to initialize the API
                    
181 *  pause     : function(base, vid, index){ }, // required: pause ALL videos
                    
182 *  message   : function(base, data){ },       // required for iframe: process data received from iframe and update the video status for the "isPlaying" function
                    
183 *  isPlaying : function(base, vid, index){ }  // required: return true if video is playing and return false if not playing (paused or ended)
                    
228			if (base.options.resumeOnVisible && base.video.list[index].status === 'pause'){
                    
229				// Commands sent to the iframe originally had "JSON.stringify" applied to them,
                    
230				// but not all browsers support this, so it's just as easy to wrap it in quotes.
                    
                
jquery.anythingslider.video.js https://gitlab.com/Mirros/jsdelivr | JavaScript | 367 lines
                    
3 * By Rob Garrison (aka Mottie & Fudgey)
                    
4 * Dual licensed under the MIT and GPL licenses.
                    
5 */
                    
170 *  selector  : 'object[data-url*=service], embed[src*=service]', // required: jQuery selector used to find the video ('video' or 'iframe[src*=service]' are other examples)
                    
171 *  initAPI   : 'string added to the URL to initialize the API',  // optional: the string must end with a parameter pointing to the video id (e.g. "&player_id=")
                    
172 *  embedOpts : { flashvars: {}, params: {}, attr: {} },          // optional: add any required flashvars, parameters or attributes to initialize the API
                    
177 *  pause     : function(base, vid, index){ }, // required: pause ALL videos
                    
178 *  message   : function(base, data){ },       // required for iframe: process data received from iframe and update the video status for the "isPlaying" function
                    
179 *  isPlaying : function(base, vid, index){ }  // required: return true if video is playing and return false if not playing (paused or ended)
                    
191 *   list.panel = AnythingSlider panel DOM object. So you can target the video using $(list[index].panel).find(list[index].service) or $('#' + vid)
                    
192 *   list.status = video status, updated by the iframe event listeners added in the video service "ready" function; see examples below
                    
193 */
                    
224			if (base.video.list[index].status === 'pause'){
                    
225				// Commands sent to the iframe originally had "JSON.stringify" applied to them,
                    
226				// but not all browsers support this, so it's just as easy to wrap it in quotes.
                    
                
jquery.smoothState.js https://gitlab.com/Mirros/cdnjs | JavaScript | 424 lines
                    
6 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
7 * Dual licensed under the MIT and GPL licenses.
                    
8 * http://benalman.com/about/license/
                    
24     * on a container element. This container will listen for links that are
                    
25     * interacted with and fetch the content, run the render functions, and
                    
26     * update the URL of the page.
                    
108        /**
                    
109         * Fetches the contents of a url and stores it in the 'cache' varible
                    
110         * @param   {string}    url
                    
337            }
                    
338            // Create the parent node and append the parsed, place-held HTML.
                    
339            parent.html(htmlParsed);
                    
390        /**
                    
391         * Handles the popstate event, like when the user hits 'back'
                    
392         *
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1484 lines
                    
5 * Version: 3.0.3 (11-JUL-2013)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
106
                    
107// process the args that were passed to the plugin fn
                    
108function handleArguments(cont, options, arg2) {
                    
281		if (startingSlideSpecified) {
                    
282			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
283			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
298
                    
299	// set position and zIndex on all the slides
                    
300	$slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
                    
456			opts.randomIndex = 0;
                    
457		opts.nextSlide = opts.randomMap[opts.randomIndex];
                    
458	}
                    
                
jquery.cycle.all.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1476 lines
                    
5 * Version: 2.9999.8 (26-OCT-2012)
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://jquery.malsup.com/license.html
                    
112
                    
113// process the args that were passed to the plugin fn
                    
114function handleArguments(cont, options, arg2) {
                    
285		if (startingSlideSpecified) {
                    
286			// try to find the specified starting slide and if found set start slide index in the map accordingly
                    
287			for ( var cnt = 0; cnt < els.length; cnt++ ) {
                    
408			// sigh..  sniffing, hacking, shrugging...  this crappy hack tries to account for what browsers do when
                    
409			// an image is being downloaded and the markup did not include sizing info (height/width attributes);
                    
410			// there seems to be some "default" sizes used in this situation
                    
466			opts.randomIndex = 0;
                    
467		opts.nextSlide = opts.randomMap[opts.randomIndex];
                    
468	}
                    
                
jquery.ba-bbq.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1127 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
50//         page should no longer scroll when the event is first bound. Also
                    
51//         added the <jQuery.param.fragment.noEscape> method, and reworked the
                    
52//         <hashchange event (BBQ)> internal "add" method to be compatible with
                    
384      
                    
385      // If the first keys part contains [ and the last ends with ], then []
                    
386      // are correctly balanced.
                    
390        
                    
391        // Split first keys part into two parts on the [ and add them back onto
                    
392        // the beginning of the keys array.
                    
                
jquery.ba-bbq.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1049 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
297  // Deserialize a params string into an object, optionally coercing numbers,
                    
298  // booleans, null and undefined values; this method is the counterpart to the
                    
299  // internal jQuery.param method.
                    
331      
                    
332      // If the first keys part contains [ and the last ends with ], then []
                    
333      // are correctly balanced.
                    
337        
                    
338        // Split first keys part into two parts on the [ and add them back onto
                    
339        // the beginning of the keys array.
                    
                
jquery.ba-bbq.js https://gitlab.com/Mirros/cdnjs | JavaScript | 883 lines
                    
5 * Copyright (c) 2009 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2009 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
294  // Deserialize a params string into an object, optionally coercing numbers,
                    
295  // booleans, null and undefined values; this method is the counterpart to the
                    
296  // internal jQuery.param method.
                    
328      
                    
329      // If the first keys part contains [ and the last ends with ], then []
                    
330      // are correctly balanced.
                    
334        
                    
335        // Split first keys part into two parts on the [ and add them back onto
                    
336        // the beginning of the keys array.
                    
                
jplayer.playlist.js https://gitlab.com/Mirros/cdnjs | JavaScript | 471 lines
                    
5 * Copyright (c) 2009 - 2013 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
48			}
                    
49		}, this._options, options); // Object: The jPlayer constructor options for this playlist and the playlist options
                    
50
                    
55
                    
56		// Setup the css selectors for the extra interface items used by the playlist.
                    
57		this.cssSelector.title = this.cssSelector.cssSelectorAncestor + " .jp-title"; // Note that the text is written to the decendant li node.
                    
125
                    
126		// Create .on() handlers for the playlist items along with the free media and remove controls.
                    
127		this._createItemHandlers();
                    
261
                    
262			// The title is given next in the HTML otherwise the float:right on the free media corrupts in IE6/7
                    
263			listItem += "<a href='javascript:;' class='" + this.options.playlistOptions.itemClass + "' tabindex='1'>" + media.title + (media.artist ? " <span class='jp-artist'>by " + media.artist + "</span>" : "") + "</a>";
                    
                
jquery.jplayer.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1389 lines
                    
5 * Copyright (c) 2009 - 2013 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
69				if ( instance ) {
                    
70					// instance.option( options || {} )._init(); // Orig jquery.ui.widget.js code: Not recommend for jPlayer. ie., Applying new options to an existing instance (via the jPlayer constructor) and performing the _init(). The _init() is what concerns me. It would leave a lot of event handlers acting on jPlayer instance and the interface.
                    
71					instance.option( options || {} ); // The new constructor only changes the options. Changing options only has basic support atm.
                    
116			'ready',
                    
117			'flashreset', // Similar to the ready event if the Flash solution is set to display:none and then shown again or if it's reloaded for another reason by the browser. For example, using CSS position:fixed on Firefox for the full screen feature.
                    
118			'resize', // Occurs when the size changes through a full/restore screen operation or if the size/sizeFull options are changed.
                    
118			'resize', // Occurs when the size changes through a full/restore screen operation or if the size/sizeFull options are changed.
                    
119			'repeat', // Occurs when the repeat status changes. Usually through clicks on the repeat button of the interface.
                    
120			'click', // Occurs when the user clicks on one of the following: poster image, html video, flash video.
                    
373
                    
374			// Store the name of the spec being used and as a handy boolean.
                    
375			for(i = 0, il = specOrder.length; i < il; i++) {
                    
                
jquery.jplayer.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1346 lines
                    
5 * Copyright (c) 2009 - 2012 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
52				if ( instance ) {
                    
53					// instance.option( options || {} )._init(); // Orig jquery.ui.widget.js code: Not recommend for jPlayer. ie., Applying new options to an existing instance (via the jPlayer constructor) and performing the _init(). The _init() is what concerns me. It would leave a lot of event handlers acting on jPlayer instance and the interface.
                    
54					instance.option( options || {} ); // The new constructor only changes the options. Changing options only has basic support atm.
                    
91		ready: "jPlayer_ready",
                    
92		flashreset: "jPlayer_flashreset", // Similar to the ready event if the Flash solution is set to display:none and then shown again or if it's reloaded for another reason by the browser. For example, using CSS position:fixed on Firefox for the full screen feature.
                    
93		resize: "jPlayer_resize", // Occurs when the size changes through a full/restore screen operation or if the size/sizeFull options are changed.
                    
246			solution: "html, flash", // Valid solutions: html, flash. Order defines priority. 1st is highest,
                    
247			supplied: "mp3", // Defines which formats jPlayer will try and support and the priority by the order. 1st is highest,
                    
248			preload: 'metadata',  // HTML5 Spec values: none, metadata, auto.
                    
318			},
                    
319			verticalVolume: false, // Calculate volume from the bottom of the volume bar. Default is from the left. Also volume affects either width or height.
                    
320			// globalVolume: false, // Not implemented: Set to make volume changes affect all jPlayer instances
                    
                
jplayer.playlist.js https://gitlab.com/Mirros/cdnjs | JavaScript | 452 lines
                    
5 * Copyright (c) 2009 - 2011 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
29		this.cssSelector = $.extend({}, this._cssSelector, cssSelector); // Object: Containing the css selectors for jPlayer and its cssSelectorAncestor
                    
30		this.options = $.extend(true, {}, this._options, options); // Object: The jPlayer constructor options for this playlist and the playlist options
                    
31
                    
36
                    
37		// Setup the css selectors for the extra interface items used by the playlist.
                    
38		this.cssSelector.title = this.cssSelector.cssSelectorAncestor + " .jp-title"; // Note that the text is written to the decendant li node.
                    
106
                    
107		// Create .live() handlers for the playlist items along with the free media and remove controls.
                    
108		this._createItemHandlers();
                    
242
                    
243			// The title is given next in the HTML otherwise the float:right on the free media corrupts in IE6/7
                    
244			listItem += "<a href='javascript:;' class='" + this.options.playlistOptions.itemClass + "' tabindex='1'>" + media.title + (media.artist ? " <span class='jp-artist'>by " + media.artist + "</span>" : "") + "</a>";
                    
                
jquery.jplayer.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1401 lines
                    
5 * Copyright (c) 2009 - 2010 Happyworm Ltd
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 *  - http://www.opensource.org/licenses/mit-license.php
                    
48				if ( instance ) {
                    
49					instance.option( options || {} )._init(); // Orig jquery.ui.widget.js code: Not recommend for jPlayer. ie., Applying new options to an existing instance (via the jPlayer constructor) and performing the _init(). The _init() is what concerns me. It would leave a lot of event handlers acting on jPlayer instance and the interface.
                    
50					instance.option( options || {} ); // The new constructor only changes the options. Changing options only has basic support atm.
                    
128		// "durationchange" // jPlayer uses internally before bubbling.
                    
129		// "volumechange" // Handled by jPlayer in volume() method, primarily due to the volume fix (for Chrome) in the canplay event. [*] Need to review whether the latest Chrome still needs the fix sometime.
                    
130	];
                    
201			solution: "html, flash", // Valid solutions: html, flash. Order defines priority. 1st is highest,
                    
202			supplied: "mp3", // Defines which formats jPlayer will try and support and the priority by the order. 1st is highest,
                    
203			preload: 'metadata',  // HTML5 Spec values: none, metadata, auto.
                    
399					self.element.bind(eventType + ".jPlayer", self.options[eventName]); // With .jPlayer namespace.
                    
400					self.options[eventName] = undefined; // Destroy the handler pointer copy on the options. Reason, events can be added/removed in other ways so this could be obsolete and misleading.
                    
401				}
                    
                
jquery.jscrollpane.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1376 lines
                    
5 * Copyright (c) 2010 Kelvin Luck
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 */
                    
20// Copyright (c) 2010 Kelvin Luck
                    
21// Dual licensed under the MIT or GPL Version 2 licenses.
                    
22// http://jscrollpane.kelvinluck.com/MIT-LICENSE.txt
                    
32// This plugin is tested on the browsers below and has been found to work reliably on them. If you run
                    
33// into a problem on one of the supported browsers then please visit the support section on the jScrollPane
                    
34// website (http://jscrollpane.kelvinluck.com/) for more information on getting support. You are also
                    
110					/*
                    
111					// Move any margins from the first and last children up to the container so they can still
                    
112					// collapse with neighbouring elements as they would before jScrollPane 
                    
150
                    
151				// Unfortunately it isn't that easy to find out the width of the element as it will always report the
                    
152				// width as allowed by its container, regardless of overflow settings.
                    
                
jquery.jscrollpane.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1061 lines
                    
5 * Copyright (c) 2010 Kelvin Luck
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 */
                    
20// Copyright (c) 2010 Kelvin Luck
                    
21// Dual licensed under the MIT or GPL Version 2 licenses.
                    
22// http://jscrollpane.kelvinluck.com/MIT-LICENSE.txt
                    
32// This plugin is tested on the browsers below and has been found to work reliably on them. If you run
                    
33// into a problem on one of the supported browsers then please visit the support section on the jScrollPane
                    
34// website (http://jscrollpane.kelvinluck.com/) for more information on getting support. You are also
                    
106					elem.wrapInner(pane.parent());
                    
107					// Need to get the vars after being added to the document, otherwise they reference weird
                    
108					// disconnected orphan elements...
                    
113					/*
                    
114					// Move any margins from the first and last children up to the container so they can still
                    
115					// collapse with neighbouring elements as they would before jScrollPane 
                    
                
jquery.jscrollpane.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1434 lines
                    
5 * Copyright (c) 2010 Kelvin Luck
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 */
                    
20// Copyright (c) 2012 Kelvin Luck
                    
21// Dual licensed under the MIT or GPL Version 2 licenses.
                    
22// http://jscrollpane.kelvinluck.com/MIT-LICENSE.txt
                    
32// This plugin is tested on the browsers below and has been found to work reliably on them. If you run
                    
33// into a problem on one of the supported browsers then please visit the support section on the jScrollPane
                    
34// website (http://jscrollpane.kelvinluck.com/) for more information on getting support. You are also
                    
98					);
                    
99					// TODO: Deal with where width/ height is 0 as it probably means the element is hidden and we should
                    
100					// come back to it later and check once it is unhidden...
                    
114					/*
                    
115					// Move any margins from the first and last children up to the container so they can still
                    
116					// collapse with neighbouring elements as they would before jScrollPane 
                    
                
jquery.jscrollpane.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1389 lines
                    
5 * Copyright (c) 2010 Kelvin Luck
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 */
                    
20// Copyright (c) 2011 Kelvin Luck
                    
21// Dual licensed under the MIT or GPL Version 2 licenses.
                    
22// http://jscrollpane.kelvinluck.com/MIT-LICENSE.txt
                    
32// This plugin is tested on the browsers below and has been found to work reliably on them. If you run
                    
33// into a problem on one of the supported browsers then please visit the support section on the jScrollPane
                    
34// website (http://jscrollpane.kelvinluck.com/) for more information on getting support. You are also
                    
97					);
                    
98					// TODO: Deal with where width/ height is 0 as it probably means the element is hidden and we should
                    
99					// come back to it later and check once it is unhidden...
                    
113					/*
                    
114					// Move any margins from the first and last children up to the container so they can still
                    
115					// collapse with neighbouring elements as they would before jScrollPane 
                    
                
jquery.mmenu.oncanvas.js https://gitlab.com/Mirros/cdnjs | JavaScript | 768 lines
                    
9 *
                    
10 * Dual licensed under the MIT and GPL licenses.
                    
11 * http://en.wikipedia.org/wiki/MIT_License
                    
387
                    
388						//	Block UI. Default: false if preventDefault, true otherwise
                    
389						if ( that.__valueOrFn( that.opts.onClick.blockUI, $t, !preventDefault ) )
                    
527			_oldAndroidBrowser	= (function() {
                    
528				if ( ua.indexOf( 'Android' ) >= 0 )
                    
529				{
                    
529				{
                    
530					return 2.4 > parseFloat( ua.slice( ua.indexOf( 'Android' ) +8 ) );
                    
531				}
                    
537			touch: _touch,
                    
538			oldAndroidBrowser: _oldAndroidBrowser,
                    
539			overflowscrolling: (function() {
                    
                
jquery.mmenu.js https://gitlab.com/Mirros/cdnjs | JavaScript | 1069 lines
                    
9 *
                    
10 * Dual licensed under the MIT and GPL licenses.
                    
11 * http://en.wikipedia.org/wiki/MIT_License
                    
74
                    
75			//	Close others
                    
76			glbl.$allMenus.not( this.$menu ).trigger( _e.close );
                    
77
                    
78			//	Store style and position
                    
79			glbl.$page
                    
103
                    
104			//	Prevent tabbing out of the menu
                    
105			if ( this.conf.preventTabbing )
                    
199
                    
200					//	Restore style and position
                    
201					glbl.$page.attr( 'style', glbl.$page.data( _d.style ) );
                    
                
radar.js https://github.com/marsch/amplesdk.git | JavaScript | 188 lines
                    
4 * Copyright (c) 2009 Sergey Ilinsky
                    
5 * Dual licensed under the MIT and GPL licenses.
                    
6 * See: http://www.amplesdk.com/about/licensing/
                    
12
                    
13cChartElement_radar.handlers	= {
                    
14	'DOMNodeInsertedIntoDocument':	function(oEvent) {
                    
97else {
                    
98	// Redefine handlers
                    
99	(function() {
                    
100		// DOMNodeInsertedIntoDocument
                    
101		var fHandlerInserted	= cChartElement_radar.handlers['DOMNodeInsertedIntoDocument'];
                    
102		cChartElement_radar.handlers['DOMNodeInsertedIntoDocument']	= function(oEvent) {
                    
113		// DOMNodeRemovedFromDocument
                    
114		var fHandlerRemoved	= cChartElement_radar.handlers['DOMNodeRemovedFromDocument'];
                    
115		cChartElement_radar.handlers['DOMNodeRemovedFromDocument']	= function(oEvent) {
                    
                
jquery-ui-timepicker-addon.js https://gitlab.com/x33n/ProjectPier-Core | JavaScript | 1298 lines
                    
7* Copyright 2011 Trent Richardson
                    
8* Dual licensed under the MIT and GPL licenses.
                    
9* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
                    
25/* Time picker manager.
                    
26   Use the singleton instance of this class, $.timepicker, to interact with the time picker.
                    
27   Settings for (groups of) time pickers are maintained in an instance object,
                    
152			onChangeMonthYear: function(year, month, dp_inst) {
                    
153				// Update the time as well : this prevents the time from disappearing from the $input field.
                    
154				tp_inst._updateDateTime(dp_inst);
                    
245			// the time should come after x number of characters and a space.
                    
246			// x = at least the length of text specified by the date format
                    
247			var dp_dateFormat = $.datepicker._get(this.inst, 'dateFormat');
                    
343			// Added by Peter Medeiros:
                    
344			// - Figure out what the hour/minute/second max should be based on the step values.
                    
345			// - Example: if stepMinute is 15, then minMax is 45.
                    
                
jquery.lint.js https://gitlab.com/staging06/myproject | JavaScript | 549 lines
                    
15 * ---
                    
16 * Dual licensed under the MIT and GPL licenses.
                    
17 *    - http://www.opensource.org/licenses/mit-license.php
                    
43                slowSelector: 'Selector: %0\nSelectors should be as specific as possible, not overqualified and never "class only"',
                    
44                selectorAdvice: "You should only use the same selector more than once when you know the returned collection will be different. For example, if you've added more elements to the page that may comply with the selector",
                    
45                noElementsFound: 'No elements were found with the selector: "%0"',
                    
50                event: 'Event:',
                    
51                handler: 'Handler:',
                    
52                location: 'Location:',
                    
53                invalidFilters: 'Selector: %0\nYou used invalid filters (aka Pseudo classes):\n%1',
                    
54                badReadyCall: "Don't use jQuery().ready() - use jQuery(document).ready() instead. The former is likely to be deprecated in the future.",
                    
55                browser: "Don't use jQuery.browser",
                    
79                event: 'Event:',
                    
80                handler: 'Handler:',
                    
81                location: 'Location:',
                    
160            },
                    
161            api: {focus:[{added:"1.0"},{added:"1.0",arg:[{name:"handler(eventObject)",type:"Function"}]},{added:"1.4.3",arg:[{name:"eventData",type:"Object",optional:true},{name:"handler(eventObject)",type:"Function"}]},{added:"1.6"}],"deferred.pipe":[{added:"1.6",arg:[{name:"doneFilter",type:"Function",optional:true},{name:"failFilter",type:"Function",optional:true}]}],"deferred.always":[{added:"1.6",arg:[{name:"alwaysCallbacks",type:"Function"}]}],promise:[{added:"1.6",arg:[{name:"type",type:"String",optional:true,"default":"fx"},{name:"target",type:"Object, Function",optional:true,multiple:true}]}],removeProp:[{added:"1.6",arg:[{name:"propertyName",type:"String"},{name:"value",type:"String, Number, Boolean"}]}],prop:[{added:"1.6",arg:[{name:"propertyName",type:"String"},{name:"function(index, oldPropertyValue)",type:"Function"}]},{added:"1.6",arg:[{name:"map",type:"Map"}]},{added:"1.6",arg:[{name:"propertyName",type:"String"},{name:"value",type:"String, Number, Boolean"}]},{added:"1.6",arg:[{name:"propertyName",type:"String"}]}],"jQuery.ajaxPrefilter":[{added:"1.5",arg:[{name:"dataTypes",optional:true,type:"String"},{name:"handler(options, originalOptions, jqXHR)",type:"Function"}]}],"jQuery.holdReady":[{added:"1.6",arg:[{name:"hold",type:"Boolean"}]}],"jQuery.hasData":[{added:"1.5",arg:[{name:"element",type:"Element"}]}],"jQuery.now":[{added:"1.4.3"}],jquery:[{added:"1.0"}],"deferred.promise":[{added:"1.5",arg:[{name:"target",type:"Object, Function",optional:true,multiple:true}]}],"jQuery.cssHooks":[{added:"1.4.3"}],"jQuery.parseXML":[{added:"1.5",arg:[{name:"data",type:"String"}]}],"jQuery.when":[{added:"1.5",arg:[{name:"deferreds",type:"Deferred"}]}],"deferred.resolveWith":[{added:"1.5",arg:[{name:"context",type:"Object"},{name:"args",type:"Array",optional:true}]}],"deferred.rejectWith":[{added:"1.5",arg:[{name:"context",type:"Object"},{name:"args",type:"Array",optional:true}]}],"deferred.fail":[{added:"1.5",arg:[{name:"failCallbacks",type:"Function"},{name:"failCallbacks",type:"Function",optional:true,multiple:true}]}],"deferred.done":[{added:"1.5",arg:[{name:"doneCallbacks",type:"Function"},{name:"doneCallbacks",type:"Function",optional:true,multiple:true}]}],"deferred.then":[{added:"1.5",arg:[{name:"doneCallbacks",type:"Function"},{name:"failCallbacks",type:"Function"}]}],"deferred.reject":[{added:"1.5",arg:[{name:"args",type:"Object"}]}],"deferred.isRejected":[{added:"1.5"}],"deferred.isResolved":[{added:"1.5"}],"deferred.resolve":[{added:"1.5",arg:[{name:"args",type:"Object"}]}],"jQuery.sub":[{added:"1.5"}],fadeToggle:[{added:"1.4.4",arg:[{name:"duration",type:"String,Number",optional:true},{name:"easing",type:"String",optional:true},{name:"callback",type:"Function",optional:true}]}],"jQuery.type":[{added:"1.4.3",arg:[{name:"obj",type:"Object"}]}],"jQuery.isWindow":[{added:"1.4.3",arg:[{name:"obj",type:"Object"}]}],toggle:[{added:"1.0",arg:[{name:"handler(eventObject)",type:"Function"},{name:"handler(eventObject)",type:"Function",multiple:true},{name:"handler(eventObject)",optional:true,type:"Function",multiple:true}]},{added:"1.0",arg:[{name:"duration",type:"String,Number",optional:true},{name:"callback",type:"Callback",optional:true}]},{added:"1.3",arg:[{name:"showOrHide",type:"Boolean"}]},{added:"1.4.3",arg:[{name:"duration",type:"String,Number",optional:true},{name:"easing",type:"String",optional:true},{name:"callback",type:"Callback",optional:true}]}],"jQuery.fx.interval":[{added:"1.4.3"}],"event.namespace":[{added:"1.4.3"}],undelegate:[{added:"1.4.3",arg:[{name:"selector",type:"String"},{name:"events",type:"Map"}]},{added:"1.4.2"},{added:"1.4.2",arg:[{name:"selector",type:"String"},{name:"eventType",type:"String"},{name:"handler",type:"Function"}]},{added:"1.4.2",arg:[{name:"selector",type:"String"},{name:"eventType",type:"String"}]},{added:"1.6",arg:[{name:"namespace",type:"String"}]}],delegate:[{added:"1.4.3",arg:[{name:"selector",type:"String"},{name:"events",type:"Map"}]},{added:"1.4.2",arg:[{name:"selector",type:"String"},{name:"eventType",type:"String"},{name:"eventData",type:"Object"},{name:"handler",type:"Function"}]},{added:"1.4.2",arg:[{name:"selector",type:"String"},{name:"eventType",type:"String"},{name:"handler",type:"Function"}]}],"jQuery.error":[{added:"1.4.1",arg:[{name:"message",type:"String"}]}],"jQuery.parseJSON":[{added:"1.4.1",arg:[{name:"json",type:"String"}]}],"jQuery.proxy":[{added:"1.4",arg:[{name:"context",type:"Object"},{name:"name",type:"String"}]},{added:"1.4",arg:[{name:"function",type:"Function"},{name:"context",type:"Object"}]}],focusout:[{added:"1.4.3",arg:[{name:"eventData",type:"Object",optional:true},{name:"handler(eventObject)",type:"Function"}]},{added:"1.4",arg:[{name:"handler(eventObject)",type:"Function"}]}],focusin:[{added:"1.4.3",arg:[{name:"eventData",type:"Object",optional:true},{name:"handler(eventObject)",type:"Function"}]},{added:"1.4",arg:[{name:"handler(eventObject)",type:"Function"}]}],has:[{added:"1.1.4",arg:[{name:"selector",type:"Selector"}]},{added:"1.4",arg:[{name:"contained",type:"Element"}]},{added:"1.4",arg:[{name:"selector",type:"String"}]}],"jQuery.contains":[{added:"1.4",arg:[{name:"container",type:"Element"},{name:"contained",type:"Element"}]}],"jQuery.noop":[{added:"1.4"}],delay:[{added:"1.4",arg:[{name:"duration",type:"Integer"},{name:"queueName",optional:true,type:"String"}]}],parentsUntil:[{added:"1.4",arg:[{name:"selector",optional:true,type:"Selector"}]}],prevUntil:[{added:"1.4",arg:[{name:"selector",optional:true,type:"Selector"}]}],nextUntil:[{added:"1.4",arg:[{name:"selector",optional:true,type:"Selector"}]}],"event.isImmediatePropagationStopped":[{added:"1.3"}],"event.stopImmediatePropagation":[{added:"1.3"}],"event.isPropagationStopped":[{added:"1.3"}],"event.stopPropagation":[{added:"1.0"}],"event.isDefaultPrevented":[{added:"1.3"}],"event.preventDefault":[{added:"1.0"}],"event.timeStamp":[{added:"1.2.6"}],"event.result":[{added:"1.3"}],"event.which":[{added:"1.1.3"}],"event.pageY":[{added:"1.0.4"}],"event.pageX":[{added:"1.0.4"}],"event.currentTarget":[{added:"1.3"}],"event.relatedTarget":[{added:"1.1.4"}],"event.data":[{added:"1.1"}],"event.target":[{added:"1.0"}],"event.type":[{added:"1.0"}],"jQuery.fx.off":[{added:"1.3"}],each:[{added:"1.0",arg:[{name:"function(index, Element)",type:"Function"}]}],pushStack:[{added:"1.0",arg:[{name:"elements",type:"Array"}]},{added:"1.3",arg:[{name:"elements",type:"Array"},{name:"name",type:"String"},{name:"arguments",type:"Array"}]}],"jQuery.globalEval":[{added:"1.0.4",arg:[{name:"code",type:"String"}]}],"jQuery.isXMLDoc":[{added:"1.1.4",arg:[{name:"node",type:"Element"}]}],"jQuery.removeData":[{added:"1.2.3",arg:[{name:"element",type:"Element"},{name:"name",type:"String",optional:true}]}],"jQuery.data":[{added:"1.2.3",arg:[{name:"element",type:"Element"},{name:"key",type:"String"},{name:"value",type:"*",multiple:true}]},{added:"1.2.3",arg:[{name:"element",type:"Element"},{name:"key",type:"String"}]},{added:"1.4",arg:[{name:"element",type:"Element"}]}],"jQuery.dequeue":[{added:"1.3",arg:[{name:"element",type:"Element"},{name:"queueName",optional:true,type:"String"}]}],"jQuery.queue":[{added:"1.3",arg:[{name:"element",type:"Element"},{name:"queueName",type:"String"},{name:"callback()",type:"Function"}]},{added:"1.3",arg:[{name:"element",type:"Element"},{name:"queueName",type:"String"},{name:"newQueue",type:"Array"}]},{added:"1.3",arg:[{name:"element",type:"Element"},{name:"queueName",optional:true,type:"String"}]}],clearQueue:[{added:"1.4",arg:[{name:"queueName",optional:true,typ
                    
                
jquery-ui-timepicker-addon.js https://gitlab.com/staging06/myproject | JavaScript | 1326 lines
                    
7* Copyright 2012 Trent Richardson
                    
8* Dual licensed under the MIT and GPL licenses.
                    
9* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
                    
25/* Time picker manager.
                    
26   Use the singleton instance of this class, $.timepicker, to interact with the time picker.
                    
27   Settings for (groups of) time pickers are maintained in an instance object,
                    
152			onChangeMonthYear: function(year, month, dp_inst) {
                    
153				// Update the time as well : this prevents the time from disappearing from the $input field.
                    
154				tp_inst._updateDateTime(dp_inst);
                    
245			// the time should come after x number of characters and a space.
                    
246			// x = at least the length of text specified by the date format
                    
247			var dp_dateFormat = $.datepicker._get(this.inst, 'dateFormat');
                    
343			// Added by Peter Medeiros:
                    
344			// - Figure out what the hour/minute/second max should be based on the step values.
                    
345			// - Example: if stepMinute is 15, then minMax is 45.
                    
                
js_DJsKxKQkhBY7CuB_OWSh_nucsxwQL7gCA1kfdpD5hrI.js https://gitlab.com/Blueprint-Marketing/moose | JavaScript | 1120 lines
                    
5 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
                    
6 * Dual licensed under the MIT or GPL Version 2 licenses.
                    
7 * http://jquery.org/license
                    
10 */
                    
11(function(c,j){function k(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.7",keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,
                    
12NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus();b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,
                    
25 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
26 * Dual licensed under the MIT and GPL licenses.
                    
27 * http://benalman.com/about/license/
                    
34 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
35 * Dual licensed under the MIT and GPL licenses.
                    
36 * http://benalman.com/about/license/
                    
136/**
                    
137 * Create the underlying markup and behaviors for the overlay.
                    
138 */
                    
                
init.js https://gitlab.com/Blueprint-Marketing/interoccupy.net | JavaScript | 274 lines
                    
25 * Copyright (c) 2010 Klaus Hartl (stilbuero.de)
                    
26 * Dual licensed under the MIT and GPL licenses:
                    
27 * http://www.opensource.org/licenses/mit-license.php
                    
34/**
                    
35 * Create a cookie with the given key and value and other optional parameters.
                    
36 *
                    
132 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
133 * Dual licensed under the MIT and GPL licenses.
                    
134 * http://benalman.com/about/license/
                    
141 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
142 * Dual licensed under the MIT and GPL licenses.
                    
143 * http://benalman.com/about/license/
                    
184/* Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
                    
185 * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
                    
186 * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
                    
                
wp-ui-old.js https://gitlab.com/Blueprint-Marketing/interoccupy.net | JavaScript | 1240 lines
                    
4 *	Copyright (c) 2011, Kavin Amuthan ( http://kav.in )
                    
5 *	@license - Dual licensed under the MIT and GPL licenses.
                    
6 *	
                    
6 *	
                    
7 *	Below components Copyright and License as per the respective authors. 
                    
8 *	Thanks for their hard work.
                    
11 *	Includes hashchange event plugin by Ben Alman.
                    
12 *	Includes Mousewheel event plugin by Brandon Aaron.
                    
13 *	
                    
83		
                    
84		// Add the respective IDs to the ui-tabs-panel(content) and remove the h3s.
                    
85		$this.find('.ui-tabs-panel').children(o.h3Class).each(function( index ) {
                    
88			parID = jQuery( this ).text();
                    
89			otherClass = jQuery( this ).hasClass( 'wpui-hidden-tab' ) ? 'wpui-hidden-tab' : '';
                    
90			
                    
                
wp-ui-dev.js https://gitlab.com/Blueprint-Marketing/interoccupy.net | JavaScript | 1320 lines
                    
4 *	Copyright (c) 2011, Kavin ( http://kav.in )
                    
5 *	@license - Dual licensed under the MIT and GPL licenses.
                    
6 *	
                    
6 *	
                    
7 *	Below components Copyright and License as per the respective authors. 
                    
8 *	
                    
380
                    
381				// Set the width and height.
                    
382				this.ul.width( listWidth )
                    
499		if (base.opts.limiter) {
                    
500			base.limiter = jQuery(base.opts.limiter);
                    
501		} else {
                    
509				base.moveTo = base.startTop + (jQuery(window).scrollTop() - base.startAt);
                    
510				if ((jQuery(window).scrollTop() + jQuery(window).height() / 2) >= (base.limiter.height() + base.limiter.offset().top - base.startTop)) {
                    
511					base.moveTo = base.limiter.height() - base.startTop;
                    
                
shCore.js https://gitlab.com/Blueprint-Marketing/interoccupy.net | JavaScript | 1721 lines
                    
14 * @license
                    
15 * Dual licensed under the MIT and GPL licenses.
                    
16 */
                    
166		 * @param {Highlighter} highlighter Highlighter instance.
                    
167		 * @param {String} commandName		Command name that would be executed.
                    
168		 * @param {String} label			Label text to display.
                    
231
                    
232			/** Command to display the about dialog window. */
                    
233			help: {
                    
291	/**
                    
292	 * Shorthand to highlight all elements on the page that are marked as 
                    
293	 * SyntaxHighlighter source code.
                    
412/**
                    
413 * Converts the source to array object. Mostly used for function arguments and 
                    
414 * lists returned by getElementsByTagName() which aren't Array objects.
                    
                
jquery.markitup.js https://gitlab.com/stefan.pataky/jingo | JavaScript | 634 lines
                    
3// v 1.1.x
                    
4// Dual licensed under the MIT and GPL licenses.
                    
5// ----------------------------------------------------------------------------
                    
10// of this software and associated documentation files (the "Software"), to deal
                    
11// in the Software without restriction, including without limitation the rights
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
12// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    
13// copies of the Software, and to permit persons to whom the Software is
                    
14// furnished to do so, subject to the following conditions:
                    
15// 
                    
16// The above copyright notice and this permission notice shall be included in
                    
17// all copies or substantial portions of the Software.
                    
23// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    
24// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
                    
25// THE SOFTWARE.
                    
                
jquery-ui-timepicker-addon.js https://gitlab.com/sgruhier/railsfrance.org | JavaScript | 985 lines
                    
7* Copyright 2011 Trent Richardson
                    
8* Dual licensed under the MIT and GPL licenses.
                    
9* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt
                    
24/* Time picker manager.
                    
25   Use the singleton instance of this class, $.timepicker, to interact with the time picker.
                    
26   Settings for (groups of) time pickers are maintained in an instance object,
                    
139			onChangeMonthYear: function(year, month, dp_inst) {
                    
140				// Update the time as well : this prevents the time from disappearing from the $input field.
                    
141				tp_inst._updateDateTime(dp_inst);
                    
208			// the time should come after x number of characters and a space.
                    
209			// x = at least the length of text specified by the date format
                    
210			var dp_dateFormat = $.datepicker._get(this.inst, 'dateFormat');
                    
385				slide: function(event, ui) {
                    
386					// update the global minute slider instance value with the current slider value
                    
387					tp_inst.minute_slider.slider( "option", "value", ui.value);
                    
                
jquery.ui.butter.js https://github.com/reobwuein/butter.git | JavaScript | 774 lines
                    
4 * 
                    
5 * Developed by Bocoup on behalf of the Mozilla Foundation
                    
6 * Copyright (c) 2011 Bocoup, LLC
                    
7 * Authors: Alistair McDonald
                    
8 * Dual licensed under the MIT and GPL licenses.
                    
9 * http://code.bocoup.com/license/
                    
239
                    
240      // Contains any trackEvent that overlaps the current view window
                    
241      this._inView = [];
                    
                
bbq.js https://github.com/cawago/ci_campusync_auth.git | JavaScript | 1138 lines
                    
5 * Copyright (c) 2010 "Cowboy" Ben Alman
                    
6 * Dual licensed under the MIT and GPL licenses.
                    
7 * http://benalman.com/about/license/
                    
21// Copyright (c) 2010 "Cowboy" Ben Alman,
                    
22// Dual licensed under the MIT and GPL licenses.
                    
23// http://benalman.com/about/license/
                    
53//         page should no longer scroll when the event is first bound. Also
                    
54//         added the <jQuery.param.fragment.noEscape> method, and reworked the
                    
55//         <hashchange event (BBQ)> internal "add" method to be compatible with
                    
353  // Deserialize a params string into an object, optionally coercing numbers,
                    
354  // booleans, null and undefined values; this method is the counterpart to the
                    
355  // internal jQuery.param method.
                    
387      
                    
388      // If the first keys part contains [ and the last ends with ], then []
                    
389      // are correctly balanced.
                    
                
 

Source

Language