repo
stringlengths
5
106
file_url
stringlengths
78
301
file_path
stringlengths
4
211
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:56:49
2026-01-05 02:23:25
truncated
bool
2 classes
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/rnothtmlwhite.js
scurrent_clean/app/dist/jquery/src/var/rnothtmlwhite.js
define( function() { "use strict"; // Only count HTML whitespace // Other whitespace should count in values // https://html.spec.whatwg.org/multipage/infrastructure.html#space-character return ( /[^\x20\t\r\n\f]+/g ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/ObjectFunctionString.js
scurrent_clean/app/dist/jquery/src/var/ObjectFunctionString.js
define( [ "./fnToString" ], function( fnToString ) { "use strict"; return fnToString.call( Object ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/document.js
scurrent_clean/app/dist/jquery/src/var/document.js
define( function() { "use strict"; return window.document; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/indexOf.js
scurrent_clean/app/dist/jquery/src/var/indexOf.js
define( [ "./arr" ], function( arr ) { "use strict"; return arr.indexOf; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/hasOwn.js
scurrent_clean/app/dist/jquery/src/var/hasOwn.js
define( [ "./class2type" ], function( class2type ) { "use strict"; return class2type.hasOwnProperty; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/class2type.js
scurrent_clean/app/dist/jquery/src/var/class2type.js
define( function() { "use strict"; // [[Class]] -> type pairs return {}; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/getProto.js
scurrent_clean/app/dist/jquery/src/var/getProto.js
define( function() { "use strict"; return Object.getPrototypeOf; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/documentElement.js
scurrent_clean/app/dist/jquery/src/var/documentElement.js
define( [ "./document" ], function( document ) { "use strict"; return document.documentElement; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/fnToString.js
scurrent_clean/app/dist/jquery/src/var/fnToString.js
define( [ "./hasOwn" ], function( hasOwn ) { "use strict"; return hasOwn.toString; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/concat.js
scurrent_clean/app/dist/jquery/src/var/concat.js
define( [ "./arr" ], function( arr ) { "use strict"; return arr.concat; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/pnum.js
scurrent_clean/app/dist/jquery/src/var/pnum.js
define( function() { "use strict"; return ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/var/slice.js
scurrent_clean/app/dist/jquery/src/var/slice.js
define( [ "./arr" ], function( arr ) { "use strict"; return arr.slice; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/traversing/findFilter.js
scurrent_clean/app/dist/jquery/src/traversing/findFilter.js
define( [ "../core", "../var/indexOf", "./var/rneedsContext", "../selector" ], function( jQuery, indexOf, rneedsContext ) { "use strict"; var risSimple = /^.[^:#\[\.,]*$/; // Implement the identical functionality for filter and not function winnow( elements, qualifier, not ) { if ( jQuery.isFunction( qualifier ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/traversing/var/dir.js
scurrent_clean/app/dist/jquery/src/traversing/var/dir.js
define( [ "../../core" ], function( jQuery ) { "use strict"; return function( elem, dir, until ) { var matched = [], truncate = until !== undefined; while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { if ( elem.nodeType === 1 ) { if ( truncate && jQuery( elem ).is( until ) ) { break; } matc...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/traversing/var/siblings.js
scurrent_clean/app/dist/jquery/src/traversing/var/siblings.js
define( function() { "use strict"; return function( n, elem ) { var matched = []; for ( ; n; n = n.nextSibling ) { if ( n.nodeType === 1 && n !== elem ) { matched.push( n ); } } return matched; }; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/traversing/var/rneedsContext.js
scurrent_clean/app/dist/jquery/src/traversing/var/rneedsContext.js
define( [ "../../core", "../../selector" ], function( jQuery ) { "use strict"; return jQuery.expr.match.needsContext; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/support.js
scurrent_clean/app/dist/jquery/src/manipulation/support.js
define( [ "../var/document", "../var/support" ], function( document, support ) { "use strict"; ( function() { var fragment = document.createDocumentFragment(), div = fragment.appendChild( document.createElement( "div" ) ), input = document.createElement( "input" ); // Support: Android 4.0 - 4.3 only // Chec...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/buildFragment.js
scurrent_clean/app/dist/jquery/src/manipulation/buildFragment.js
define( [ "../core", "./var/rtagName", "./var/rscriptType", "./wrapMap", "./getAll", "./setGlobalEval" ], function( jQuery, rtagName, rscriptType, wrapMap, getAll, setGlobalEval ) { "use strict"; var rhtml = /<|&#?\w+;/; function buildFragment( elems, context, scripts, selection, ignored ) { var elem, tmp, ta...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/_evalUrl.js
scurrent_clean/app/dist/jquery/src/manipulation/_evalUrl.js
define( [ "../ajax" ], function( jQuery ) { "use strict"; jQuery._evalUrl = function( url ) { return jQuery.ajax( { url: url, // Make this explicit, since user can override this through ajaxSetup (#11264) type: "GET", dataType: "script", cache: true, async: false, global: false, "throws": true } )...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/getAll.js
scurrent_clean/app/dist/jquery/src/manipulation/getAll.js
define( [ "../core", "../core/nodeName" ], function( jQuery, nodeName ) { "use strict"; function getAll( context, tag ) { // Support: IE <=9 - 11 only // Use typeof to avoid zero-argument method invocation on host objects (#15151) var ret; if ( typeof context.getElementsByTagName !== "undefined" ) { ret = c...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/setGlobalEval.js
scurrent_clean/app/dist/jquery/src/manipulation/setGlobalEval.js
define( [ "../data/var/dataPriv" ], function( dataPriv ) { "use strict"; // Mark scripts as having already been evaluated function setGlobalEval( elems, refElements ) { var i = 0, l = elems.length; for ( ; i < l; i++ ) { dataPriv.set( elems[ i ], "globalEval", !refElements || dataPriv.get( refElement...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/wrapMap.js
scurrent_clean/app/dist/jquery/src/manipulation/wrapMap.js
define( function() { "use strict"; // We have to close these tags to support XHTML (#13200) var wrapMap = { // Support: IE <=9 only option: [ 1, "<select multiple='multiple'>", "</select>" ], // XHTML parsers do not magically insert elements in the // same way that tag soup parsers do. So we cannot shorten // ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/var/rscriptType.js
scurrent_clean/app/dist/jquery/src/manipulation/var/rscriptType.js
define( function() { "use strict"; return ( /^$|\/(?:java|ecma)script/i ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/var/rtagName.js
scurrent_clean/app/dist/jquery/src/manipulation/var/rtagName.js
define( function() { "use strict"; return ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/manipulation/var/rcheckableType.js
scurrent_clean/app/dist/jquery/src/manipulation/var/rcheckableType.js
define( function() { "use strict"; return ( /^(?:checkbox|radio)$/i ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/attributes/classes.js
scurrent_clean/app/dist/jquery/src/attributes/classes.js
define( [ "../core", "../core/stripAndCollapse", "../var/rnothtmlwhite", "../data/var/dataPriv", "../core/init" ], function( jQuery, stripAndCollapse, rnothtmlwhite, dataPriv ) { "use strict"; function getClass( elem ) { return elem.getAttribute && elem.getAttribute( "class" ) || ""; } jQuery.fn.extend( { add...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/attributes/support.js
scurrent_clean/app/dist/jquery/src/attributes/support.js
define( [ "../var/document", "../var/support" ], function( document, support ) { "use strict"; ( function() { var input = document.createElement( "input" ), select = document.createElement( "select" ), opt = select.appendChild( document.createElement( "option" ) ); input.type = "checkbox"; // Support: Andr...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/attributes/prop.js
scurrent_clean/app/dist/jquery/src/attributes/prop.js
define( [ "../core", "../core/access", "./support", "../selector" ], function( jQuery, access, support ) { "use strict"; var rfocusable = /^(?:input|select|textarea|button)$/i, rclickable = /^(?:a|area)$/i; jQuery.fn.extend( { prop: function( name, value ) { return access( this, jQuery.prop, name, value, arg...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/attributes/val.js
scurrent_clean/app/dist/jquery/src/attributes/val.js
define( [ "../core", "../core/stripAndCollapse", "./support", "../core/nodeName", "../core/init" ], function( jQuery, stripAndCollapse, support, nodeName ) { "use strict"; var rreturn = /\r/g; jQuery.fn.extend( { val: function( value ) { var hooks, ret, isFunction, elem = this[ 0 ]; if ( !arguments.le...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/attributes/attr.js
scurrent_clean/app/dist/jquery/src/attributes/attr.js
define( [ "../core", "../core/access", "../core/nodeName", "./support", "../var/rnothtmlwhite", "../selector" ], function( jQuery, access, nodeName, support, rnothtmlwhite ) { "use strict"; var boolHook, attrHandle = jQuery.expr.attrHandle; jQuery.fn.extend( { attr: function( name, value ) { return access(...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/effects/Tween.js
scurrent_clean/app/dist/jquery/src/effects/Tween.js
define( [ "../core", "../css" ], function( jQuery ) { "use strict"; function Tween( elem, options, prop, end, easing ) { return new Tween.prototype.init( elem, options, prop, end, easing ); } jQuery.Tween = Tween; Tween.prototype = { constructor: Tween, init: function( elem, options, prop, end, easing, unit ) {...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/effects/animatedSelector.js
scurrent_clean/app/dist/jquery/src/effects/animatedSelector.js
define( [ "../core", "../selector", "../effects" ], function( jQuery ) { "use strict"; jQuery.expr.pseudos.animated = function( elem ) { return jQuery.grep( jQuery.timers, function( fn ) { return elem === fn.elem; } ).length; }; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/queue/delay.js
scurrent_clean/app/dist/jquery/src/queue/delay.js
define( [ "../core", "../queue", "../effects" // Delay is optional because of this dependency ], function( jQuery ) { "use strict"; // Based off of the plugin by Clint Helfers, with permission. // https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ jQuery.fn.delay = f...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/event/focusin.js
scurrent_clean/app/dist/jquery/src/event/focusin.js
define( [ "../core", "../data/var/dataPriv", "./support", "../event", "./trigger" ], function( jQuery, dataPriv, support ) { "use strict"; // Support: Firefox <=44 // Firefox doesn't have focus(in | out) events // Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 // // Support: Chrome <=48 - ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/event/support.js
scurrent_clean/app/dist/jquery/src/event/support.js
define( [ "../var/support" ], function( support ) { "use strict"; support.focusin = "onfocusin" in window; return support; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/event/ajax.js
scurrent_clean/app/dist/jquery/src/event/ajax.js
define( [ "../core", "../event" ], function( jQuery ) { "use strict"; // Attach a bunch of functions for handling common AJAX events jQuery.each( [ "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend" ], function( i, type ) { jQuery.fn[ type ] = function( fn ) { return this.on( t...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/event/trigger.js
scurrent_clean/app/dist/jquery/src/event/trigger.js
define( [ "../core", "../var/document", "../data/var/dataPriv", "../data/var/acceptData", "../var/hasOwn", "../event" ], function( jQuery, document, dataPriv, acceptData, hasOwn ) { "use strict"; var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/; jQuery.extend( jQuery.event, { trigger: function( event, da...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/event/alias.js
scurrent_clean/app/dist/jquery/src/event/alias.js
define( [ "../core", "../event", "./trigger" ], function( jQuery ) { "use strict"; jQuery.each( ( "blur focus focusin focusout resize scroll click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup contextmenu" ).split( " " ), fun...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/parseHTML.js
scurrent_clean/app/dist/jquery/src/core/parseHTML.js
define( [ "../core", "../var/document", "./var/rsingleTag", "../manipulation/buildFragment", // This is the only module that needs core/support "./support" ], function( jQuery, document, rsingleTag, buildFragment, support ) { "use strict"; // Argument "data" should be string of html // context (optional): If s...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/stripAndCollapse.js
scurrent_clean/app/dist/jquery/src/core/stripAndCollapse.js
define( [ "../var/rnothtmlwhite" ], function( rnothtmlwhite ) { "use strict"; // Strip and collapse whitespace according to HTML spec // https://html.spec.whatwg.org/multipage/infrastructure.html#strip-and-collapse-whitespace function stripAndCollapse( value ) { var tokens = value.match( rnothtmlwhite ) || []; ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/support.js
scurrent_clean/app/dist/jquery/src/core/support.js
define( [ "../var/document", "../var/support" ], function( document, support ) { "use strict"; // Support: Safari 8 only // In Safari 8 documents created via document.implementation.createHTMLDocument // collapse sibling forms: the second one becomes a child of the first one. // Because of that, this security measu...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/ready.js
scurrent_clean/app/dist/jquery/src/core/ready.js
define( [ "../core", "../var/document", "../core/readyException", "../deferred" ], function( jQuery, document ) { "use strict"; // The deferred used on DOM ready var readyList = jQuery.Deferred(); jQuery.fn.ready = function( fn ) { readyList .then( fn ) // Wrap jQuery.readyException in a function so that ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/readyException.js
scurrent_clean/app/dist/jquery/src/core/readyException.js
define( [ "../core" ], function( jQuery ) { "use strict"; jQuery.readyException = function( error ) { window.setTimeout( function() { throw error; } ); }; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/nodeName.js
scurrent_clean/app/dist/jquery/src/core/nodeName.js
define( function() { "use strict"; function nodeName( elem, name ) { return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); }; return nodeName; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/DOMEval.js
scurrent_clean/app/dist/jquery/src/core/DOMEval.js
define( [ "../var/document" ], function( document ) { "use strict"; function DOMEval( code, doc ) { doc = doc || document; var script = doc.createElement( "script" ); script.text = code; doc.head.appendChild( script ).parentNode.removeChild( script ); } return DOMEval; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/ready-no-deferred.js
scurrent_clean/app/dist/jquery/src/core/ready-no-deferred.js
define( [ "../core", "../var/document" ], function( jQuery, document ) { "use strict"; var readyCallbacks = [], whenReady = function( fn ) { readyCallbacks.push( fn ); }, executeReady = function( fn ) { // Prevent errors from freezing future callback execution (gh-1823) // Not backwards-compatible as this...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/init.js
scurrent_clean/app/dist/jquery/src/core/init.js
// Initialize a jQuery object define( [ "../core", "../var/document", "./var/rsingleTag", "../traversing/findFilter" ], function( jQuery, document, rsingleTag ) { "use strict"; // A central reference to the root jQuery(document) var rootjQuery, // A simple way to check for HTML strings // Prioritize #id over ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/access.js
scurrent_clean/app/dist/jquery/src/core/access.js
define( [ "../core" ], function( jQuery ) { "use strict"; // Multifunctional method to get and set values of a collection // The value/s can optionally be executed if it's a function var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { var i = 0, len = elems.length, bulk = key == null; /...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/core/var/rsingleTag.js
scurrent_clean/app/dist/jquery/src/core/var/rsingleTag.js
define( function() { "use strict"; // Match a standalone tag return ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/data/Data.js
scurrent_clean/app/dist/jquery/src/data/Data.js
define( [ "../core", "../var/rnothtmlwhite", "./var/acceptData" ], function( jQuery, rnothtmlwhite, acceptData ) { "use strict"; function Data() { this.expando = jQuery.expando + Data.uid++; } Data.uid = 1; Data.prototype = { cache: function( owner ) { // Check if the owner object already has a cache var...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/data/var/acceptData.js
scurrent_clean/app/dist/jquery/src/data/var/acceptData.js
define( function() { "use strict"; /** * Determines whether an object can have data */ return function( owner ) { // Accepts only: // - Node // - Node.ELEMENT_NODE // - Node.DOCUMENT_NODE // - Object // - Any return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); }; } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/data/var/dataPriv.js
scurrent_clean/app/dist/jquery/src/data/var/dataPriv.js
define( [ "../Data" ], function( Data ) { "use strict"; return new Data(); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/src/data/var/dataUser.js
scurrent_clean/app/dist/jquery/src/data/var/dataUser.js
define( [ "../Data" ], function( Data ) { "use strict"; return new Data(); } );
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/external/sizzle/dist/sizzle.min.js
scurrent_clean/app/dist/jquery/external/sizzle/dist/sizzle.min.js
/*! Sizzle v2.3.3 | (c) jQuery Foundation, Inc. | jquery.org/license */ !function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/external/sizzle/dist/sizzle.js
scurrent_clean/app/dist/jquery/external/sizzle/dist/sizzle.js
/*! * Sizzle CSS Selector Engine v2.3.3 * https://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2016-08-08 */ (function( window ) { var i, support, Expr, getText, isXML, tokenize, compile, select, outermostCo...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
true
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/dist/jquery.min.js
scurrent_clean/app/dist/jquery/dist/jquery.min.js
/*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ !function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
true
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/dist/core.js
scurrent_clean/app/dist/jquery/dist/core.js
/* global Symbol */ // Defining this global in .eslintrc.json would create a danger of using the global // unguarded in another place, it seems safer to define global only for this module define( [ "./var/arr", "./var/document", "./var/getProto", "./var/slice", "./var/concat", "./var/push", "./var/indexOf", "....
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
false
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/dist/jquery.slim.min.js
scurrent_clean/app/dist/jquery/dist/jquery.slim.min.js
/*! jQuery v3.2.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector | (c) JS Foundation and other contributors | jquery.org/license */ !function(a,b){"use strict";"ob...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
true
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/dist/jquery.js
scurrent_clean/app/dist/jquery/dist/jquery.js
/*! * jQuery JavaScript Library v3.2.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2017-03-20T18:59Z */ ( function( global, factory ) { "use strict"; if ( t...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
true
danieltoorani/adminScheduler
https://github.com/danieltoorani/adminScheduler/blob/0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409/scurrent_clean/app/dist/jquery/dist/jquery.slim.js
scurrent_clean/app/dist/jquery/dist/jquery.slim.js
/*! * jQuery JavaScript Library v3.2.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseXML,-ajax/script,-ajax/var/location,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-event/ajax,-effects,-effects/Tween,-effects/animatedSelector * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * ...
javascript
MIT
0ebe9ed652c6bbe95615bf9c7f3db69f54b4a409
2026-01-05T03:41:26.784159Z
true
Ilogeek/redmine_issue_dynamic_edit
https://github.com/Ilogeek/redmine_issue_dynamic_edit/blob/56ad17d06583fbb7e51c096ad3d0bf8c8378195c/assets/javascripts/excluded_tags.js
assets/javascripts/excluded_tags.js
(function(){ function createTag(text){ const tag = document.createElement('span'); tag.className = 'excluded-tag'; tag.textContent = text; const rem = document.createElement('button'); rem.type = 'button'; rem.className = 'remove-tag'; rem.innerHTML = '&#10006;'; rem.addEventListener('...
javascript
MIT
56ad17d06583fbb7e51c096ad3d0bf8c8378195c
2026-01-05T03:42:08.657795Z
false
Ilogeek/redmine_issue_dynamic_edit
https://github.com/Ilogeek/redmine_issue_dynamic_edit/blob/56ad17d06583fbb7e51c096ad3d0bf8c8378195c/assets/javascripts/issue_dynamic_edit.js
assets/javascripts/issue_dynamic_edit.js
/* * OPTIONS DEFINED FROM CONFIGURATION FILE */ if (typeof window._CONF_FORCE_HTTPS === 'undefined') var _CONF_FORCE_HTTPS = false; if (typeof window._CONF_DISPLAY_EDIT_ICON === 'undefined') var _CONF_DISPLAY_EDIT_ICON = "single"; if (typeof window._CONF_LISTENER_TYPE_VALUE === 'undefined') var _CONF_LISTENER_TYPE_VA...
javascript
MIT
56ad17d06583fbb7e51c096ad3d0bf8c8378195c
2026-01-05T03:42:08.657795Z
false
agemor/korean-name-generator
https://github.com/agemor/korean-name-generator/blob/d5785746758f75d8e7c5cdcbca34441a4627d7a0/src/trained-data.js
src/trained-data.js
var lastNames = [576, 7028, 4117, 8540, 7189, 21, 7280, 6948, 7077, 7044, 10588, 6692, 5404, 5856, 396, 10857, 6472, 5537, 7172, 10829, 6944, 224, 3896, 6545, 5520, 4144, 4145, 10696, 1192, 5868, 1400, 10584, 253, 5425, 8232, 7420, 6832, 364, 4092, 3416, 1176, 7620, 7616, 6596, 8260, 6864, 8348, 4137, 2...
javascript
MIT
d5785746758f75d8e7c5cdcbca34441a4627d7a0
2026-01-05T03:42:09.827883Z
false
agemor/korean-name-generator
https://github.com/agemor/korean-name-generator/blob/d5785746758f75d8e7c5cdcbca34441a4627d7a0/src/index.js
src/index.js
var trainedData = require("./trained-data.js"); trainedData.firstNames = uncompressEmptyPart(trainedData.firstNames); /** * 랜덤한 한국 이름을 생성한다. * * @param {boolean} isMale */ function generate(trainedDataMatrix) { let ensure = (n) => n == undefined ? 0 : n; // 요소들의 가중치에 비례한 확률로 랜덤 뽑기 let pick = (coun...
javascript
MIT
d5785746758f75d8e7c5cdcbca34441a4627d7a0
2026-01-05T03:42:09.827883Z
false
maxigimenez/angular-atomic-notify
https://github.com/maxigimenez/angular-atomic-notify/blob/2d2190a593428404ad70909ff89fd54afe302c78/Gruntfile.js
Gruntfile.js
module.exports = function (grunt) { require('load-grunt-tasks')(grunt); // Default task. grunt.registerTask('default'); grunt.registerTask('jshintr', [ 'jshint' ]); grunt.registerTask('build', [ 'uglify:js', 'cssmin' ]); // Project configuration. grunt.in...
javascript
MIT
2d2190a593428404ad70909ff89fd54afe302c78
2026-01-05T03:42:08.706066Z
false
maxigimenez/angular-atomic-notify
https://github.com/maxigimenez/angular-atomic-notify/blob/2d2190a593428404ad70909ff89fd54afe302c78/src/angular-atomic-notify.js
src/angular-atomic-notify.js
'use strict'; angular .module('atomic-notify', []) .config(['$provide', function($provide){ $provide.provider('atomicNotify', function(){ var settings = { delay: 0, useicon: true }; this.setDefaultDelay = function(delay){ ...
javascript
MIT
2d2190a593428404ad70909ff89fd54afe302c78
2026-01-05T03:42:08.706066Z
false
maxigimenez/angular-atomic-notify
https://github.com/maxigimenez/angular-atomic-notify/blob/2d2190a593428404ad70909ff89fd54afe302c78/dist/angular-atomic-notify.min.js
dist/angular-atomic-notify.min.js
"use strict";angular.module("atomic-notify",[]).config(["$provide",function($provide){$provide.provider("atomicNotify",function(){var settings={delay:0,useicon:!0};this.setDefaultDelay=function(delay){settings.delay=delay},this.useIconOnNotification=function(use){settings.useicon=use},this.$get=function(){return settin...
javascript
MIT
2d2190a593428404ad70909ff89fd54afe302c78
2026-01-05T03:42:08.706066Z
false
maxigimenez/angular-atomic-notify
https://github.com/maxigimenez/angular-atomic-notify/blob/2d2190a593428404ad70909ff89fd54afe302c78/sample/sample.js
sample/sample.js
'use strict'; angular .module('sample', ['atomic-notify']) .config(['atomicNotifyProvider', function(atomicNotifyProvider){ // atomicNotifyProvider.setDefaultDelay(5000); // atomicNotifyProvider.useIconOnNotification(true); }]) .controller('HomeController', function($scope, at...
javascript
MIT
2d2190a593428404ad70909ff89fd54afe302c78
2026-01-05T03:42:08.706066Z
false
node-js-libs/chain.js
https://github.com/node-js-libs/chain.js/blob/70a8065735b10ee82a0ff99e21dcabf00a9b19d1/chain.js
chain.js
/* Copyright (c) 2010 Chris O'Hara <cohara87@gmail.com>. MIT Licensed */ (function(exports) { exports = exports || {}; var handlers = {}, createChain, add; createChain = function (context, stack, lastMethod) { var inHandler = context.halt = false; //The default error handler con...
javascript
MIT
70a8065735b10ee82a0ff99e21dcabf00a9b19d1
2026-01-05T03:42:12.020769Z
false
node-js-libs/chain.js
https://github.com/node-js-libs/chain.js/blob/70a8065735b10ee82a0ff99e21dcabf00a9b19d1/chain-min.js
chain-min.js
/* Copyright (c) 2010 Chris O'Hara <cohara87@gmail.com>. MIT Licensed */(function(a){a=a||{};var b={},c,d;c=function(a,d,e){var f=a.halt=!1;a.error=function(a){throw a},a.next=function(c){c&&(f=!1);if(!a.halt&&d&&d.length){var e=d.shift(),g=e.shift();f=!0;try{b[g].apply(a,[e,e.length,g])}catch(h){a.error(h)}}return a};...
javascript
MIT
70a8065735b10ee82a0ff99e21dcabf00a9b19d1
2026-01-05T03:42:12.020769Z
false
node-js-libs/chain.js
https://github.com/node-js-libs/chain.js/blob/70a8065735b10ee82a0ff99e21dcabf00a9b19d1/test/chain.test.js
test/chain.test.js
var chain = require('../chain'), assert = require('assert'); /* Tests run with expresso (https://github.com/visionmedia/expresso) */ var defer = function (func, time) { setTimeout(func, time || 10); } module.exports = { 'test chain.run()': function () { chain.run(function() { assert.ok(true); ...
javascript
MIT
70a8065735b10ee82a0ff99e21dcabf00a9b19d1
2026-01-05T03:42:12.020769Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/show-help.js
show-help.js
import pico from 'picocolors' let b = pico.bold let y = pico.yellow export function showHelp(print) { print( b('Usage: ') + 'npx check-dts [FILES]', 'Check `.d.ts` files in open source library according to types tests', '', b('Arguments:'), ' ' + y('[FILES]') + ' Optional a list of files/glo...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/create-program.js
create-program.js
import { createRequire } from 'node:module' import { dirname, join } from 'node:path' import ts from 'typescript' let require = createRequire(import.meta.url) const TS_DIR = dirname(require.resolve('typescript')) export function createProgram(files, options) { options.moduleResolution = ts.ModuleResolutionKind.Nod...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/check.js
check.js
import glob from 'fast-glob' import { createSpinner } from 'nanospinner' import { promises as fs } from 'node:fs' import { createRequire } from 'node:module' import { basename, dirname, join, relative } from 'node:path' import { fileURLToPath } from 'node:url' import { Worker } from 'node:worker_threads' import pico fr...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/bin.js
bin.js
#!/usr/bin/env node import pico from 'picocolors' import { check } from './check.js' import { showHelp } from './show-help.js' import { showVersion } from './show-version.js' function error(message) { process.stderr.write(pico.red(message) + '\n') } function print(...lines) { process.stdout.write(lines.join('\n...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/worker.js
worker.js
import { parentPort, workerData } from 'node:worker_threads' import { createProgram } from './create-program.js' let { compilerOptions, files } = workerData let errors = createProgram(files, compilerOptions) let cleaned = errors.map(error => { let cleanedError = { code: error.code, fileName: error.fileName...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/eslint.config.js
eslint.config.js
import loguxTsConfig from '@logux/eslint-config' export default [ ...loguxTsConfig, { files: ['test/**/*.test.js'], languageOptions: { globals: { expect: 'readonly', it: 'readonly' } } } ]
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/show-version.js
show-version.js
import { readFileSync } from 'node:fs' import { join } from 'node:path' import { fileURLToPath } from 'node:url' import pico from 'picocolors' export function showVersion(print) { let pkg = readFileSync( join(fileURLToPath(import.meta.url), '..', 'package.json') ) print(`check-dts ${pico.bold(JSON.parse(pkg)...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/show-version.test.js
test/show-version.test.js
import { showVersion } from '../show-version.js' function createStdout() { let result = { out: '' } result.print = (...lines) => { result.out += lines.join('\n') + '\n' } return result } it('prints version', () => { let stdout = createStdout() showVersion(stdout.print) expect(stdout.out.replace(/\d+...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/show-help.test.js
test/show-help.test.js
import { showHelp } from '../show-help.js' function createStdout() { let result = { out: '' } result.print = (...lines) => { result.out += lines.join('\n') + '\n' } return result } it('prints version', () => { let stdout = createStdout() showHelp(stdout.print) expect(stdout.out).toMatchSnapshot() })...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/check.test.js
test/check.test.js
import './fixtures/ci.js' import { jest } from '@jest/globals' import { dirname, join } from 'node:path' import { fileURLToPath } from 'node:url' import { check } from '../check.js' const ROOT = dirname(fileURLToPath(import.meta.url)) async function run(fixture, args) { let out = { text: '' } out.write = symbol...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/ci.js
test/fixtures/ci.js
process.env.CI = '1'
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/positive/index.js
test/fixtures/positive/index.js
module.export = function (str, index) { return str.slice(index, index + 1) }
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/positive/test/index.test.js
test/fixtures/positive/test/index.test.js
let index = require('..') it('passes test', () => { expect(index('abc', '1')).toBe('b') })
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/empty/index.js
test/fixtures/empty/index.js
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/negative/b.js
test/fixtures/negative/b.js
module.exports = function () { let emitter = { events: {} } emitter.emit = (event, ...args) => { ;(emitter.events[event] || []).filter(i => i(...args)) } emitter.on = (event, cb) => { ;(emitter.events[event] = emitter.events[event] || []).push(cb) return function () { emitter.events[ev...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/negative/a.js
test/fixtures/negative/a.js
module.export = function (str, index) { return str.slice(index, index + 1) }
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/mixed/a/index.js
test/fixtures/mixed/a/index.js
module.exports = function (str, index) { return str.slice(index, index + 1) }
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/simple/index.js
test/fixtures/simple/index.js
module.export = function (str, index) { return str.slice(index, index + 1) }
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/simple/test/index.test.js
test/fixtures/simple/test/index.test.js
let index = require('../') it('passes test', () => { expect(index('abc', 1)).toBe('b') })
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/tsconfig/b.js
test/fixtures/tsconfig/b.js
const b = 1 export default b
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/both/b.js
test/fixtures/both/b.js
module.exports = function () { let emitter = { events: {} } emitter.emit = (event, ...args) => { ;(emitter.events[event] || []).filter(i => i(...args)) } emitter.on = (event, cb) => { ;(emitter.events[event] = emitter.events[event] || []).push(cb) return function () { emitter.events[ev...
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
ai/check-dts
https://github.com/ai/check-dts/blob/ac6b8eea081e55156f11af253e4b7723ce3943a9/test/fixtures/both/a.js
test/fixtures/both/a.js
module.export = function (str, index) { return str.slice(index, index + 1) }
javascript
MIT
ac6b8eea081e55156f11af253e4b7723ce3943a9
2026-01-05T03:42:09.711857Z
false
jonmircha/include-html
https://github.com/jonmircha/include-html/blob/402d698e0a110dbea03b5ff4350d600ad30cdbb1/include-html.js
include-html.js
document.addEventListener("DOMContentLoaded", (e) => { const includeHTML = (el, url) => { const xhr = new XMLHttpRequest(); xhr.addEventListener("readystatechange", (e) => { if (xhr.readyState !== 4) return; if (xhr.status >= 200 && xhr.status < 300) { el.outerHTML = xhr.responseText; ...
javascript
MIT
402d698e0a110dbea03b5ff4350d600ad30cdbb1
2026-01-05T03:42:13.234932Z
false
jonmircha/include-html
https://github.com/jonmircha/include-html/blob/402d698e0a110dbea03b5ff4350d600ad30cdbb1/include-html.min.js
include-html.min.js
document.addEventListener("DOMContentLoaded",t=>{document.querySelectorAll("[data-include]").forEach(t=>((t,e)=>{const a=new XMLHttpRequest;a.addEventListener("readystatechange",e=>{if(4===a.readyState)if(a.status>=200&&a.status<300)t.outerHTML=a.responseText;else{let e=a.statusText||"Error loading the file, verify tha...
javascript
MIT
402d698e0a110dbea03b5ff4350d600ad30cdbb1
2026-01-05T03:42:13.234932Z
false
truongsinh/node-evercookie
https://github.com/truongsinh/node-evercookie/blob/1d5824c50291946d86abd752d91f5a4485eba895/index.js
index.js
/*jshint node:true*/ 'use strict'; module.exports = { backend: function evercookieMiddlewareBackendFactory(opts) { opts = opts || {}; var defaultOptionMap = { etagCookieName: 'evercookie_etag', cacheCookieName: 'evercookie_cache', authPath: '/evercookie_auth.php', pngPath: '/evercookie...
javascript
MIT
1d5824c50291946d86abd752d91f5a4485eba895
2026-01-05T03:42:12.703233Z
false
truongsinh/node-evercookie
https://github.com/truongsinh/node-evercookie/blob/1d5824c50291946d86abd752d91f5a4485eba895/test/spec.js
test/spec.js
/* global describe, beforeEach, afterEach, it, before, after */ 'use strict'; var request = require('supertest'); var express = require('express'); const cookieParser = require('cookie-parser'); var evercookieMiddleware = require('../index.js'); var app = express(); app.use(cookieParser()); describe('Default setting...
javascript
MIT
1d5824c50291946d86abd752d91f5a4485eba895
2026-01-05T03:42:12.703233Z
false
truongsinh/node-evercookie
https://github.com/truongsinh/node-evercookie/blob/1d5824c50291946d86abd752d91f5a4485eba895/example/index.js
example/index.js
'use strict'; var express = require('express'); //var evercookieMiddleware = require('evercookie'); var evercookieMiddleware = require('../index'); var app = express(); app.use(express.cookieParser()); app.use(evercookieMiddleware.backend()); app.use(express.static(__dirname + '/bower_components/evercookie')); // be c...
javascript
MIT
1d5824c50291946d86abd752d91f5a4485eba895
2026-01-05T03:42:12.703233Z
false
denjones/hexo-theme-chan
https://github.com/denjones/hexo-theme-chan/blob/d2f9cfd073317490dfce78822cb824333a7afac0/scripts/photoswipe.js
scripts/photoswipe.js
/** * PhotoSwipe/Fancybox tag * * Syntax: * {% photoswipe /path/to/image [/path/to/thumbnail] [title] [width] [height] %} * {% fancybox /path/to/image [/path/to/thumbnail] [title] [width] [height] %} */ var rD = /^\d+$/; function testUrl(url) { var protocol = '(?:(?:[a-z]+:)?//)'; var auth = '(?:\\S+(?...
javascript
MIT
d2f9cfd073317490dfce78822cb824333a7afac0
2026-01-05T03:42:20.105465Z
false
denjones/hexo-theme-chan
https://github.com/denjones/hexo-theme-chan/blob/d2f9cfd073317490dfce78822cb824333a7afac0/source/scripts/main.js
source/scripts/main.js
(function() { 'use strict'; // hide scrollbar Ps.initialize($('.sidebar')[0]); $('.category-list-container > a, .tag-list-container > a, .archive-list-container > a').click(function(e){ $(this).next().slideToggle('fast'); }); $('.sidebar-toggle').click(function(e){ $('.sidebar').toggleClass('in')...
javascript
MIT
d2f9cfd073317490dfce78822cb824333a7afac0
2026-01-05T03:42:20.105465Z
false