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
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_tts.js
www/tablet/js/widget_tts.js
/* global ftui:true, Modul_widget:true */ var Modul_tts = function () { function init_attr(elem) { elem.initData('get', 'state'); elem.initData('voice', 'de-DE'); elem.initData('pitch', 0.9); elem.initData('rate', 1.0); elem.initData('volume', 1.0); this.addReading(elem, 'get'); } func...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_loading.js
www/tablet/js/widget_loading.js
// FTUI Widget widget_loading.js // roman1528 var Modul_loading = function () { function runLoad (elem) { $(document).one("initWidgetsDone",function(){ $('#loadingIcon').show(); if (elem.data('shade')) { $('#shade').show(); } }); $(document).one("updateDone",function(){ $('#loadingIcon').hi...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_homestatus.js
www/tablet/js/widget_homestatus.js
/* FTUI Plugin * Copyright (c) 2015-2018 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_knob:true */ "use strict"; function depends_homestatus() { var deps = []; if (!$('link[href$="lib/font-awesome.min.css"]'...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_symbol.js
www/tablet/js/widget_symbol.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_famultibutton:true */ "use strict"; function depends_symbol() { if (typeof window["Modul_famultibutton"] === 'undefined' || !...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_popup.js
www/tablet/js/widget_popup.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; function depends_popup() { return [ftui.config.basedir + "lib/jquery-ui.min.js"]; } var Mod...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_eventmonitor.js
www/tablet/js/widget_eventmonitor.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; var Modul_eventmonitor = function () { function init_attr(elem) { elem.initData('height...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_readingsgroup.js
www/tablet/js/widget_readingsgroup.js
/* FTUI Plugin * Copyright (c) 2016 Mario Stephan <mstephan@shared-files.de> * originally created by Thomas Nesges, * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; var Modul_readingsgroup = function () { function init_attr(e...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_simplechart.js
www/tablet/js/widget_simplechart.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; var Modul_simplechart = function () { function createElem(elem) { return $(document.cre...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_example.js
www/tablet/js/widget_example.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; // widget implementation starts here // change 'Modul_example' to 'Modul_mywidgetname', 'depends_exa...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_select.js
www/tablet/js/widget_select.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; var Modul_select = function () { function fillList(elem) { var select_elem = elem.find(...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_checklist.js
www/tablet/js/widget_checklist.js
/* FTUI Plugin * Copyright (c) 2017 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_select:true */ "use strict"; function depends_checklist() { var deps = []; if (!$('link[href$="css/ftui_checklist.css"]').le...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_volume.js
www/tablet/js/widget_volume.js
/* FTUI Plugin * Copyright (c) 2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_knob:true */ "use strict"; function depends_volume() { return ["knob"]; } var Modul_volume = function () { var isUpdating = ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_settimer.js
www/tablet/js/widget_settimer.js
/* FTUI Plugin * Copyright (c) 2016 Mario Stephan <mstephan@shared-files.de> * originally created by Thomas Nesges, * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_volume:true */ "use strict"; function depends_settimer() { var ret = []; if (typeof w...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_agenda.js
www/tablet/js/widget_agenda.js
/* FTUI Plugin * Copyright (c) 2016 hypetsch * https://github.com/knowthelist/fhem-tablet-ui/pull/168 */ /* global ftui:true, Modul_widget:true */ "use strict"; var Modul_agenda = function () { function init_attr(elem) { elem.initData('max' , 100); elem.initData('c-term', 'c-term'); ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_swiper.js
www/tablet/js/widget_swiper.js
/* FTUI Plugin * Copyright (c) 2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true, Swiper:true */ "use strict"; function depends_swiper() { var deps = []; if (!$('link[href$="lib/swiper.min.css"]...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_playstream.js
www/tablet/js/widget_playstream.js
/* FTUI Plugin * Copyright (c) 2015-2018 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_famultibutton:true */ "use strict"; function depends_playstream() { if (window['Module_famultibutton'] === void 0 || !$.fn.fa...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_filelog.js
www/tablet/js/widget_filelog.js
/* FTUI Plugin * Copyright (c) 2017 by dh9ts * https://forum.fhem.de/index.php/topic,63759.0.html */ /* global ftui:true, Modul_widget:true */ "use strict"; /* Params: * * data-device: * The name of the FileLog device. * By default, the event "linesInTheFile" is used to trigger an update. * This event ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_weather.js
www/tablet/js/widget_weather.js
/* FTUI Plugin * Copyright (c) 2015-2018 Mario Stephan <mstephan@shared-files.de> * originally created by Thomas Nesges * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* amCharts animated svg weather icons * https://www.amcharts.com/free-animated-svg-weather-icons/ * Under CCA 4.0 I...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_joinedlabel.js
www/tablet/js/widget_joinedlabel.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * originally created by Thomas Nesges * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_label:true */ "use strict"; function depends_joinedlabel() { if (typeof Modul_label ==...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_knob.js
www/tablet/js/widget_knob.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_widget:true */ "use strict"; function depends_knob() { if (!$.fn.knob) { return [ftui.config.basedir + "lib/jquery.k...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/js/widget_level.js
www/tablet/js/widget_level.js
/* FTUI Plugin * Copyright (c) 2015-2016 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) */ /* global ftui:true, Modul_slider:true, Powerange: true */ "use strict"; function depends_level() { return ["slider"]; } var Modul_level = function...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.wakeup.js
www/tablet/lib/jquery.wakeup.js
/*! * jQuery WakeUp plugin * * A JQuery plugin that will help detecting waking up from sleep and/or * hibernation and executing assigned functions. * * Based on code provided by Andrew Mu: * http://stackoverflow.com/questions/4079115 * * Copyright (c) 2013, Paul Okopny <paul.okopny@gmail.com> * * Permis...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.min.js
www/tablet/lib/jquery.min.js
/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/farbtastic.js
www/tablet/lib/farbtastic.js
// Farbtastic 2.0.0-alpha.1 // 2014 by Matt Farina // 2015 by Mario Stephan jQuery.browser = {}; jQuery.browser.msie = /msie/.test(navigator.userAgent.toLowerCase()); (function ($) { var __debug = false; $.fn.farbtastic = function (options) { $.farbtastic(this, options); return this; }; $.farbtastic = function...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.wakeup.min.js
www/tablet/lib/jquery.wakeup.min.js
!function(e,n,r){var t=new Array;e.wakeUp=function(e,n,r){if(r&&"number"==typeof r||(r=1e3),"function"!=typeof e)return null;var a=(new Date).getTime(),i=setInterval(function(){var t=(new Date).getTime();if(t>a+r+1e3){var i=t-a;a=t,n?e(i,n):e(i)}else a=t},r);return t.push(i),i},e.ignoreBell=function(n){n&&(t.splice(e.i...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/switchery.js
www/tablet/lib/switchery.js
;(function(){ /** * Require the module at `name`. * * @param {String} name * @return {Object} exports * @api public */ function require(name) { var module = require.modules[name]; if (!module) throw new Error('failed to require "' + name + '"'); if (!('exports' in module) && typeof module.definition ===...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.knob.mod.min.js
www/tablet/lib/jquery.knob.mod.min.js
!function(t){"object"==typeof exports?module.exports=t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t(jQuery)}(function(t){"use strict";var i={},s=Math.max,h=Math.min;i.c={},i.c.d=t(document),i.c.t=function(t){return t.originalEvent.touches.length-1},i.o=function(){var s=this;this.o=nul...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/fa-multi-button.min.js
www/tablet/lib/fa-multi-button.min.js
"use strict";!function(t){t.fn.famultibutton=function(o){function e(){m=!0,h.bg.css("color",P.onBackgroundColor),h.fg.css("color",P.onColor),c.addClass("active"),h.trigger("setOn")}function n(){m=!1,h.bg.css("color",P.offBackgroundColor),h.fg.css("color",P.offColor),c.removeClass("active"),h.trigger("setOff")}function ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.unveil.js
www/tablet/lib/jquery.unveil.js
/** * jQuery Unveil * A very lightweight jQuery plugin to lazy load images * inspired from http://luis-almeida.github.com/unveil (2013 Luís Almeida) * * Copyright (c) 2017 Mario Stephan <mstephan@shared-files.de> * Under MIT License (http://www.opensource.org/licenses/mit-license.php) * https://github.com/knowth...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/switchery.min.js
www/tablet/lib/switchery.min.js
!function(){function t(e){var n=t.modules[e];if(!n)throw new Error('failed to require "'+e+'"');return"exports"in n||"function"!=typeof n.definition||(n.client=n.component=!0,n.definition.call(this,n.exports={},n),delete n.definition),n.exports}t.loader="component",(t.helper={}).semVerSort=function(t,e){for(var n=t.ver...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/fa-multi-button.js
www/tablet/lib/fa-multi-button.js
/*!jQuery FA multi button*/ /** * Modern toggle, push button, dimmer or just a signal indicator * * Version: 1.3.0 * Requires: jQuery v1.7+ * * Copyright (c) 2015-2017 Mario Stephan * Under MIT License (http://www.opensource.org/licenses/mit-license.php) * * Thanks to phoxoey */ "use strict"; /* global jQue...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.unveil.min.js
www/tablet/lib/jquery.unveil.min.js
!function(t){t.fn.unveil=function(n){function i(){var n=o.filter(function(){var n=t(this);if(!n.is(":hidden")){var i=r.container.scrollTop(),e=i+r.container.height(),o=n.position().top;return o+n.height()>=i-r.threshold&&o<=e+r.threshold}});e=n.trigger("unveil"),o=o.not(e)}var e,r=t.extend({},t.fn.unveil.defaults,n),o=...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/powerange.js
www/tablet/lib/powerange.js
; (function () { /** * Require the given path. * * @param {String} path * @return {Object} exports * @api public */ function require(path, parent, orig) { var resolved = require.resolve(path); // lookup failed if (null == resolved) { orig = or...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/farbtastic.min.js
www/tablet/lib/farbtastic.min.js
jQuery.browser={},jQuery.browser.msie=/msie/.test(navigator.userAgent.toLowerCase()),function(a){a.fn.farbtastic=function(t){return a.farbtastic(this,t),this},a.farbtastic=function(t,e){return(t=a(t)[0]).farbtastic||(t.farbtastic=new a._farbtastic(t,e))},a._farbtastic=function(t,e){var r=this;r.linkTo=function(t){retur...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/swiper.jquery.min.js
www/tablet/lib/swiper.jquery.min.js
/** * Swiper 3.4.2 * Most modern mobile touch slider and framework with hardware accelerated transitions * * http://www.idangero.us/swiper/ * * Copyright 2017, Vladimir Kharlampidi * The iDangero.us * http://www.idangero.us/ * * Licensed under MIT * * Released on: March 10, 2017 */ !function(){"use str...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.toast.min.js
www/tablet/lib/jquery.toast.min.js
"function"!=typeof Object.create&&(Object.create=function(t){function o(){}return o.prototype=t,new o}),function(t,o){"use strict";var i={_positionClasses:["bottom-left","bottom-right","top-right","top-left","bottom-center","top-center","mid-center"],_defaultIcons:["success","error","info","warning"],init:function(o){t...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery-ui.min.js
www/tablet/lib/jquery-ui.min.js
/*! jQuery UI - v1.12.1 - 2018-09-22 * http://jqueryui.com * Includes: widget.js, position.js, data.js, disable-selection.js, focusable.js, form-reset-mixin.js, jquery-1-7.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/draggable.js, widgets/droppable.js, widgets/resizable.js, widgets/se...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.datetimepicker.min.js
www/tablet/lib/jquery.datetimepicker.min.js
var DateFormatter;!function(){"use strict";var e,t,a,r,n,o,i;o=864e5,i=3600,e=function(e,t){return"string"==typeof e&&"string"==typeof t&&e.toLowerCase()===t.toLowerCase()},t=function(e,a,r){var n=r||"0",o=e.toString();return o.length<a?t(n+o,a):o},a=function(e){var t,r;for(e=e||{},t=1;t<arguments.length;t++)if(r=argum...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.circlemenu.min.js
www/tablet/lib/jquery.circlemenu.min.js
!function(t,e,i,o){function n(t,e,i){["-webkit-","-moz-","-o-","-ms-",""].forEach(function(o){t.css(o+e,i)})}function s(e,i){this._timeouts=[],this.element=t(e),this.options=t.extend({},a,i),this._defaults=a,this._name=r,this.init(),this.hook()}var r="circleMenu",a={depth:0,item_diameter:30,circle_radius:80,angle:{star...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.circlemenu.js
www/tablet/lib/jquery.circlemenu.js
;(function($, window, document, undefined){ var pluginName = 'circleMenu', defaults = { depth: 0, item_diameter: 30, circle_radius: 80, angle:{ start: 0, end: 90 }, speed: 500, delay: 1000, ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.knob.mod.js
www/tablet/lib/jquery.knob.mod.js
/*!jQuery Knob*/ /** * Downward compatible, touchable dial * * Version: 1.3.2 * Requires: jQuery v1.7+ * * Copyright (c) 2012 Anthony Terrien * Under MIT License (http://www.opensource.org/licenses/mit-license.php) * * Thanks to vor, eskimoblood, spiffistan, FabrizioC * Modded 2015-2016 by Mario Stephan for h...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.datetimepicker.js
www/tablet/lib/jquery.datetimepicker.js
/** * @preserve jQuery DateTimePicker plugin v2.4.5 * @homepage http://xdsoft.net/jqplugins/datetimepicker/ * (c) 2014, Chupurnov Valeriy. */ /*global document,window,jQuery,setTimeout,clearTimeout,HighlightedDate,getCurrentValue*/ (function ($) { 'use strict'; var default_options = { i18n: { ar: { // Arabi...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/powerange.min.js
www/tablet/lib/powerange.min.js
(function(){function e(t,s,i){var n=e.resolve(t);if(null==n){i=i||t,s=s||"root";var o=new Error('Failed to require "'+i+'" from "'+s+'"');throw o.path=i,o.parent=s,o.require=!0,o}var r=e.modules[n];if(!r._resolving&&!r.exports){var a={};a.exports={},a.client=a.component=!0,r._resolving=!0,r.call(this,a.exports,e.relati...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/jquery.gridster.min.js
www/tablet/lib/jquery.gridster.min.js
/*! gridster.js - v0.5.6 - 2014-09-25 - * http://gridster.net/ - Copyright (c) 2014 ducksboard; Licensed MIT */ (function(t,i){"function"==typeof define&&define.amd?define("gridster-coords",["jquery"],i):t.GridsterCoords=i(t.$||t.jQuery)})(this,function(t){function i(i){return i[0]&&t.isPlainObject(i[0])?this.data=i[0]...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/slideout.min.js
www/tablet/lib/slideout.min.js
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.Slideout=t()}}(function(){var t,e,n;return function i...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/highcharts-3d.js
www/tablet/lib/highcharts/highcharts-3d.js
/* Highcharts JS v4.1.9 (2015-10-07) (c) 2009-2013 Torstein H?nsi License: www.highcharts.com/license */ (function(d){function p(c,b,a){var e,g,f=b.options.chart.options3d,h=!1;a?(h=b.inverted,a=b.plotWidth/2,b=b.plotHeight/2,e=f.depth/2,g=z(f.depth,1)*z(f.viewDistance,0)):(a=b.plotLeft+b.plotWidth/2,b=b.plotTop+b...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/highcharts-more.js
www/tablet/lib/highcharts/highcharts-more.js
/* Highcharts JS v4.1.9 (2015-10-07) (c) 2009-2014 Torstein Honsi License: www.highcharts.com/license */ (function(n,G){function L(a,b,c){this.init.call(this,a,b,c)}var Q=n.arrayMin,R=n.arrayMax,s=n.each,I=n.extend,t=n.merge,S=n.map,o=n.pick,B=n.pInt,p=n.getOptions().plotOptions,i=n.seriesTypes,u=n.extendClass,M=n...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/highcharts.js
www/tablet/lib/highcharts/highcharts.js
/* Highcharts JS v4.1.9 (2015-10-07) (c) 2009-2014 Torstein Honsi License: www.highcharts.com/license */ (function(){function D(){var a,b=arguments,c,d={},e=function(a,b){var c,d;typeof a!=="object"&&(a={});for(d in b)b.hasOwnProperty(d)&&(c=b[d],a[d]=c&&typeof c==="object"&&Object.prototype.toString.call(c)!=="[o...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
true
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/grid.js
www/tablet/lib/highcharts/themes/grid.js
/** * Grid theme for Highcharts JS * @author Torstein Honsi */ Highcharts.theme = { colors: ['#058DC7', '#50B432', '#ED561B', '#DDDF00', '#24CBE5', '#64E572', '#FF9655', '#FFF263', '#6AF9C4'], chart: { backgroundColor: { linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, stops: [ [0, 'rgb(255, 255, 255)'...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/dark-green.js
www/tablet/lib/highcharts/themes/dark-green.js
/** * Dark blue theme for Highcharts JS * @author Torstein Honsi */ Highcharts.theme = { colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], chart: { backgroundColor: { linearGradient: [0, 0, 250, 500], stops: [ [0, 'rgb(...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/sand-signika.js
www/tablet/lib/highcharts/themes/sand-signika.js
/** * Sand-Signika theme for Highcharts JS * @author Torstein Honsi */ // Load the fonts Highcharts.createElement('link', { href: '//fonts.googleapis.com/css?family=Signika:400,700', rel: 'stylesheet', type: 'text/css' }, null, document.getElementsByTagName('head')[0]); // Add the background image to the contai...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/skies.js
www/tablet/lib/highcharts/themes/skies.js
/** * Skies theme for Highcharts JS * @author Torstein Honsi */ Highcharts.theme = { colors: ["#514F78", "#42A07B", "#9B5E4A", "#72727F", "#1F949A", "#82914E", "#86777F", "#42A07B"], chart: { className: 'skies', borderWidth: 0, plotShadow: true, plotBackgroundImage: 'http://www.highcharts.com/demo/gfx/ski...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/dark-unica.js
www/tablet/lib/highcharts/themes/dark-unica.js
/** * Dark theme for Highcharts JS * @author Torstein Honsi */ // Load the fonts Highcharts.createElement('link', { href: '//fonts.googleapis.com/css?family=Unica+One', rel: 'stylesheet', type: 'text/css' }, null, document.getElementsByTagName('head')[0]); Highcharts.theme = { colors: ["#2b908f", "#90ee7e", "#...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/dark-blue.js
www/tablet/lib/highcharts/themes/dark-blue.js
/** * Dark blue theme for Highcharts JS * @author Torstein Honsi */ Highcharts.theme = { colors: ["#DDDF0D", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee", "#ff0066", "#eeaaee", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], chart: { backgroundColor: { linearGradient: { x1: 0, y1: 0, x2: 1, y2: 1 }, stops: [...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/grid-light.js
www/tablet/lib/highcharts/themes/grid-light.js
/** * Grid-light theme for Highcharts JS * @author Torstein Honsi */ // Load the fonts Highcharts.createElement('link', { href: '//fonts.googleapis.com/css?family=Dosis:400,600', rel: 'stylesheet', type: 'text/css' }, null, document.getElementsByTagName('head')[0]); Highcharts.theme = { colors: ["#7cb5ec", "#f...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
knowthelist/fhem-tablet-ui
https://github.com/knowthelist/fhem-tablet-ui/blob/3f11d50a912720cc094cf5b210eb18c8a50c2667/www/tablet/lib/highcharts/themes/gray.js
www/tablet/lib/highcharts/themes/gray.js
/** * Gray theme for Highcharts JS * @author Torstein Honsi */ Highcharts.theme = { colors: ["#DDDF0D", "#7798BF", "#55BF3B", "#DF5353", "#aaeeee", "#ff0066", "#eeaaee", "#55BF3B", "#DF5353", "#7798BF", "#aaeeee"], chart: { backgroundColor: { linearGradient: { x1: 0, y1: 0, x2: 0, y2: 1 }, stops: [ ...
javascript
MIT
3f11d50a912720cc094cf5b210eb18c8a50c2667
2026-01-05T03:36:43.724902Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/lint-staged.config.js
lint-staged.config.js
module.exports = { '*.js': ['prettier --write', 'eslint --fix'], '*.{json,md,yml,css,ts}': ['prettier --write'], };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/.eslintrc.js
.eslintrc.js
module.exports = { root: true, extends: ['@webpack-contrib/eslint-config-webpack', 'prettier'], };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/commitlint.config.js
commitlint.config.js
module.exports = { extends: ['@commitlint/config-conventional'], };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/babel.config.js
babel.config.js
const MIN_BABEL_VERSION = 7; module.exports = (api) => { api.assertVersion(MIN_BABEL_VERSION); api.cache(true); return { presets: [ [ '@babel/preset-env', { targets: { node: '10.13.0', }, }, ], ], }; };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/.prettierrc.js
.prettierrc.js
module.exports = { singleQuote: true };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/husky.config.js
husky.config.js
module.exports = { hooks: { 'pre-commit': 'lint-staged', 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS', }, };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/src/index.js
src/index.js
import { getOptions } from 'loader-utils'; import { validate } from 'schema-utils'; import schema from './options.json'; export default function loader() { return ''; } export function pitch() { const options = getOptions(this); validate(schema, options, { name: 'Null Loader', baseDataPath: 'options',...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/src/cjs.js
src/cjs.js
const loader = require('./index'); module.exports = loader.default;
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/cjs.test.js
test/cjs.test.js
import src from '../src'; import cjs from '../src/cjs'; describe('cjs', () => { it('should exported', () => { expect(cjs).toEqual(src); }); });
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/loader.test.js
test/loader.test.js
import { getCompiler, compile, getModuleSource, getExecutedCode, } from './helpers/index'; describe('null-loader', () => { it('should works', async () => { const compiler = getCompiler('./fixture.js'); const stats = await compile(compiler); expect(getModuleSource('./fixture.js', stats)).toMatchS...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/validate-options.test.js
test/validate-options.test.js
import { getCompiler, compile } from './helpers/index'; describe('validate options', () => { const tests = { unknown: { success: [], failure: [1, true, false, 'test', /test/, [], {}, { foo: 'bar' }], }, }; function stringifyValue(value) { if ( Array.isArray(value) || (value &...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/compile.js
test/helpers/compile.js
export default (compiler) => { return new Promise((resolve, reject) => { compiler.run((error, stats) => { if (error) { return reject(error); } return resolve(stats); }); }); };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/index.js
test/helpers/index.js
import compile from './compile'; import execute from './execute'; import getCompiler from './getCompiler'; import getExecutedCode from './getExecutedCode'; import getModuleSource from './getModuleSource'; import readAsset from './readAsset'; import readsAssets from './readAssets'; export { compile, execute, getC...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/execute.js
test/helpers/execute.js
import Module from 'module'; import path from 'path'; const parentModule = module; export default (code) => { const resource = 'test.js'; const module = new Module(resource, parentModule); // eslint-disable-next-line no-underscore-dangle module.paths = Module._nodeModulePaths( path.resolve(__dirname, '../...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/readAssets.js
test/helpers/readAssets.js
import readAsset from './readAsset'; export default function readAssets(compiler, stats) { const assets = {}; Object.keys(stats.compilation.assets).forEach((asset) => { assets[asset] = readAsset(asset, compiler, stats); }); return assets; }
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/getCompiler.js
test/helpers/getCompiler.js
import path from 'path'; import webpack from 'webpack'; import { createFsFromVolume, Volume } from 'memfs'; export default (fixture, loaderOptions = {}, config = {}) => { const fullConfig = { mode: 'development', devtool: config.devtool || false, context: path.resolve(__dirname, '../fixtures'), entr...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/readAsset.js
test/helpers/readAsset.js
import path from 'path'; export default (asset, compiler, stats) => { const usedFs = compiler.outputFileSystem; const outputPath = stats.compilation.outputOptions.path; let data = ''; let targetFile = asset; const queryStringIdx = targetFile.indexOf('?'); if (queryStringIdx >= 0) { targetFile = targ...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/getModuleSource.js
test/helpers/getModuleSource.js
export default (id, stats) => { const { modules } = stats.toJson({ source: true }); const module = modules.find((m) => m.name === id); let { source } = module; // Todo remove after drop webpack@4 support source = source.replace(/\?\?.*!/g, '??[ident]!'); return source; };
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/helpers/getExecutedCode.js
test/helpers/getExecutedCode.js
import { execute, readAsset } from './index'; export default (asset, compiler, stats) => { let executed = execute(readAsset(asset, compiler, stats)); if (Array.isArray(executed)) { executed = executed.map((module) => { // Todo remove after drop webpack@4 // eslint-disable-next-line no-param-reassi...
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/fixtures/foo.js
test/fixtures/foo.js
// eslint-disable-next-line no-console console.log('foo');
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/fixtures/fixture.js
test/fixtures/fixture.js
import foo from './foo'; export default foo;
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/fixtures/fixture2.js
test/fixtures/fixture2.js
import styles from './fixture.css'; export default styles;
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
webpack-contrib/null-loader
https://github.com/webpack-contrib/null-loader/blob/22e73a4c5e40c7482091e767ef0dc258fd7b8e9d/test/fixtures/inline-loader.js
test/fixtures/inline-loader.js
// eslint-disable-next-line import foo from '../../src/index.js!./foo'; export default foo;
javascript
MIT
22e73a4c5e40c7482091e767ef0dc258fd7b8e9d
2026-01-05T03:36:49.195438Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/commitlint.config.js
commitlint.config.js
module.exports = { extends: ['@commitlint/config-conventional'] };
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/rollup.config.js
rollup.config.js
import babel from 'rollup-plugin-babel'; import resolve from '@rollup/plugin-node-resolve'; import { terser } from 'rollup-plugin-terser'; export default { input: './src/index.js', external: [ 'react', 'react-dom', '@mui/styles', '@mui/material/Slider', '@mui/material/Box', '@mui/material/B...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/main.js
.storybook/main.js
module.exports = { stories: ['../stories/**/*.stories.(js|mdx)'], addons: ['@storybook/addon-actions', '@storybook/addon-links', '@storybook/addon-docs', '@react-theming/storybook-addon'], };
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/darkTheme.js
.storybook/darkTheme.js
const darkTheme = { name: 'Dark Theme', palette: { type: 'dark', }, }; export default darkTheme;
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/muiccTheme.js
.storybook/muiccTheme.js
import { create } from '@storybook/theming/create'; export default create({ base: 'light', brandTitle: 'Material-UI<br/>Color Components', });
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/manager.js
.storybook/manager.js
import { addons } from '@storybook/addons'; import '@storybook/addon-actions/register'; import '@storybook/addon-links/register'; import '@react-theming/storybook-addon'; import muiccTheme from './muiccTheme'; addons.setConfig({ theme: muiccTheme, isToolshown: true, });
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/preview.js
.storybook/preview.js
import React from 'react'; import { addParameters } from '@storybook/react'; import { DocsPage, DocsContainer } from '@storybook/addon-docs/blocks'; import { addDecorator } from '@storybook/react'; import { withKnobs } from "@storybook/addon-knobs"; import { withThemes } from '@react-theming/storybook-addon/dist/previe...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/ThemeProvider.js
.storybook/ThemeProvider.js
import React from 'react'; import PropTypes from 'prop-types'; import CssBaseline from '@mui/material/CssBaseline'; import { ThemeProvider as StyledThemeProvider } from '@mui/styles'; import { StylesProvider } from '@mui/styles'; import { createMuiTheme } from '@mui/material'; const ThemeProvider = ({ theme, children...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/frenchTheme.js
.storybook/frenchTheme.js
import { frFR } from '@mui/material/locale'; const frenchTheme = { name: 'Dark French Theme', palette: { type: 'dark', }, locale: frFR, }; export default frenchTheme;
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/.storybook/lightTheme.js
.storybook/lightTheme.js
const lightTheme = { name: 'Light Theme', palette: { type: 'light', }, }; export default lightTheme;
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/stories/ColorPicker.stories.js
stories/ColorPicker.stories.js
/* eslint-disable react/jsx-filename-extension */ /* eslint-disable react/button-has-type */ /* eslint-disable import/no-extraneous-dependencies */ import React, { useState } from 'react'; import { action } from '@storybook/addon-actions'; import Button from '@mui/material/Button'; // import { useTheme } from '@mui/sty...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/stories/ColorButton.stories.js
stories/ColorButton.stories.js
/* eslint-disable react/jsx-filename-extension */ import React from 'react'; import { ColorButton } from '../src'; export default { title: 'Components|ColorButton', parameters: { component: ColorButton, componentSubtitle: 'Displays a button filled with a color' }, }; const style = { padding: '48px' }; export con...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/stories/ColorInput.stories.js
stories/ColorInput.stories.js
/* eslint-disable react/jsx-filename-extension */ import React from 'react'; import { ColorInput } from '../src'; export default { title: 'Components|ColorInput', parameters: { component: ColorInput, componentSubtitle: 'Displays a button filled with a color' }, }; const style = { margin: '48px' }; export const B...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/stories/ColorPalette.stories.js
stories/ColorPalette.stories.js
/* eslint-disable react/jsx-filename-extension */ import React from 'react'; import { ColorPalette } from '../src'; const palette = { red: '#ff0000', blue: '#0000ff', green: '#00ff00', yellow: 'yellow', cyan: 'cyan', lime: 'lime', gray: 'gray', orange: 'orange', purple: 'purple', black: 'black', ...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/stories/ColorBox.stories.js
stories/ColorBox.stories.js
/* eslint-disable react/jsx-filename-extension */ import React from 'react'; import { ColorBox } from '../src'; const palette = { red: '#ff0000', blue: '#0000ff', green: '#00ff00', yellow: 'yellow', cyan: 'cyan', lime: 'lime', gray: 'gray', orange: 'orange', purple: 'purple', black: 'black', whit...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/index.js
src/index.js
/** * Copyright (c) Mik BRY * mik@mikbry.com * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ import ColorPicker from './components/ColorPicker'; import ColorButton from './components/ColorButton'; import ColorBox from './components/Colo...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/helpers/useEventCallback.js
src/helpers/useEventCallback.js
/* istanbul ignore file */ import * as React from 'react'; const useEnhancedEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect; /** * https://github.com/facebook/react/issues/14099#issuecomment-440013892 * * @param {function} fn */ export default function useEventCallback(fn) { con...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/helpers/colorTool.js
src/helpers/colorTool.js
/* eslint-disable no-bitwise */ /** * Copyright (c) Mik BRY * mik@mikbry.com * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ import cssColors from './cssColors'; const getCssHexa = (n, alpha) => { let hex = `00000000${(n & 0xffffff).t...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/helpers/uncontrolled.js
src/helpers/uncontrolled.js
/** * Copyright (c) Mik BRY * mik@mikbry.com * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ import React from 'react'; import PropTypes from 'prop-types'; // eslint-disable-next-line react/prop-types const Uncontrolled = ({ Element, de...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/helpers/commonTypes.js
src/helpers/commonTypes.js
/** * Copyright (c) Mik BRY * mik@mikbry.com * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ import { arrayOf, objectOf, shape, array, number, string, oneOfType } from 'prop-types'; const color = oneOfType([ shape({ css: shape({ ...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false
mikbry/material-ui-color
https://github.com/mikbry/material-ui-color/blob/5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e/src/helpers/cssColors.js
src/helpers/cssColors.js
/** * Copyright (c) Mik BRY * mik@mikbry.com * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. */ // https://drafts.csswg.org/css-color/ const CSSCOLORS = { aliceblue: 0xf0f8ff, antiquewhite: 0xfaebd7, aqua: 0x00ffff, aquamarine: 0x...
javascript
MIT
5c26db124fa68b3bd79ecf6fd1c78d1445c46e0e
2026-01-05T03:36:46.181888Z
false