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 |
|---|---|---|---|---|---|---|---|---|
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/examples/js/onlyCountriesEurope.js | public/style/vendor/intl-tel-input/examples/js/onlyCountriesEurope.js | $("#phone").intlTelInput({
onlyCountries: ["al", "ad", "at", "by", "be", "ba", "bg", "hr", "cz", "dk",
"ee", "fo", "fi", "fr", "de", "gi", "gr", "va", "hu", "is", "ie", "it", "lv",
"li", "lt", "lu", "mk", "mt", "md", "mc", "me", "nl", "no", "pl", "pt", "ro",
"ru", "sm", "rs", "sk", "si", "es", "se", "ch", "u... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/examples/js/countrySync.js | public/style/vendor/intl-tel-input/examples/js/countrySync.js | // get the country data from the plugin
var countryData = $.fn.intlTelInput.getCountryData(),
telInput = $("#phone"),
addressDropdown = $("#address-country");
// init plugin
telInput.intlTelInput({
utilsScript: "../../build/js/utils.js" // just for formatting/placeholders etc
});
// populate the country dropdow... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/examples/js/isValidNumber.js | public/style/vendor/intl-tel-input/examples/js/isValidNumber.js | var telInput = $("#phone"),
errorMsg = $("#error-msg"),
validMsg = $("#valid-msg");
// initialise plugin
telInput.intlTelInput({
utilsScript: "../../build/js/utils.js"
});
var reset = function() {
telInput.removeClass("error");
errorMsg.addClass("hide");
validMsg.addClass("hide");
};
// on blur: validate... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/examples/js/prism.js | public/style/vendor/intl-tel-input/examples/js/prism.js | /**
* Prism: Lightweight, robust, elegant syntax highlighting
* MIT license http://www.opensource.org/licenses/mit-license.php/
* @author Lea Verou http://lea.verou.me
*/(function(){var e=/\blang(?:uage)?-(?!\*)(\w+)\b/i,t=self.Prism={util:{type:function(e){return Object.prototype.toString.call(e).match(/\[object (... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery-mockjax/Gruntfile.js | public/style/vendor/jquery-mockjax/Gruntfile.js | module.exports = function(grunt) {
'use strict';
// Project configuration
grunt.initConfig({
// Metadata
pkg: grunt.file.readJSON('package.json'),
banner: [
'/*! <%= pkg.title || pkg.name %>',
' * A Plugin providing simple and flexible mocking of ajax requests and responses',
' * ',
' * Version: ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery-mockjax/src/jquery.mockjax.js | public/style/vendor/jquery-mockjax/src/jquery.mockjax.js | (function(root, factory) {
'use strict';
// AMDJS module definition
if ( typeof define === 'function' && define.amd && define.amd.jQuery ) {
define(['jquery'], function($) {
return factory($, root);
});
// CommonJS module definition
} else if ( typeof exports === 'object') {
// NOTE: To use Mockjax as ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery-mockjax/dist/jquery.mockjax.js | public/style/vendor/jquery-mockjax/dist/jquery.mockjax.js | /*! jQuery Mockjax
* A Plugin providing simple and flexible mocking of ajax requests and responses
*
* Version: 2.1.1
* Home: https://github.com/jakerella/jquery-mockjax
* Copyright (c) 2016 Jordan Kasper, formerly appendTo;
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
*
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery-mockjax/dist/jquery.mockjax.min.js | public/style/vendor/jquery-mockjax/dist/jquery.mockjax.min.js | /*! jQuery Mockjax
* A Plugin providing simple and flexible mocking of ajax requests and responses
*
* Version: 2.1.1
* Home: https://github.com/jakerella/jquery-mockjax
* Copyright (c) 2016 Jordan Kasper, formerly appendTo;
* NOTE: This repository was taken over by Jordan Kasper (@jakerella) October, 2014
*
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.colorhelpers.js | public/style/vendor/flot/jquery.colorhelpers.js | /* Plugin for jQuery for working with colors.
*
* Version 1.1.
*
* Inspiration from jQuery color animation plugin by John Resig.
*
* Released under the MIT license by Ole Laursen, October 2009.
*
* Examples:
*
* $.color.parse("#fff").scale('rgb', 0.25).add('a', -0.5).toString()
* var c = $.color.extrac... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.crosshair.js | public/style/vendor/flot/jquery.flot.crosshair.js | /* Flot plugin for showing crosshairs when the mouse hovers over the plot.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
crosshair: {
mode: null or "x" or "y" or "xy"
color: color
lineWidth: number
}
Set the mode to one of "x", "y" or "xy". ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/excanvas.min.js | public/style/vendor/flot/excanvas.min.js | if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.selection.js | public/style/vendor/flot/jquery.flot.selection.js | /* Flot plugin for selecting regions of a plot.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
selection: {
mode: null or "x" or "y" or "xy",
color: color,
shape: "round" or "miter" or "bevel",
minSize: number of pixels
}
Selection support is ena... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.errorbars.js | public/style/vendor/flot/jquery.flot.errorbars.js | /* Flot plugin for plotting error bars.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Error bars are used to show standard deviation and other statistical
properties in a plot.
* Created by Rui Pereira - rui (dot) pereira (at) gmail (dot) com
This plugin allows you to plot error-ba... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/excanvas.js | public/style/vendor/flot/excanvas.js | // Copyright 2006 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wr... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.resize.js | public/style/vendor/flot/jquery.flot.resize.js | /* Flot plugin for automatically redrawing plots as the placeholder resizes.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
It works by listening for changes on the placeholder div (through the jQuery
resize event plugin) - if the size changes, it will redraw the plot.
There are no opt... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.js | public/style/vendor/flot/jquery.flot.js | /* Javascript plotting library for jQuery, version 0.8.3.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
*/
// first an inline dependency, jquery.colorhelpers.js, we inline it here
// for convenience
/* Plugin for jQuery for working with colors.
*
* Version 1.1.
*
* Inspiration fr... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.symbol.js | public/style/vendor/flot/jquery.flot.symbol.js | /* Flot plugin that adds some extra symbols for plotting points.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The symbols are accessed as strings through the standard symbol options:
series: {
points: {
symbol: "square" // or "diamond", "triangle", "cross"
}
}
*/
(function... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.time.js | public/style/vendor/flot/jquery.flot.time.js | /* Pretty handling of time axes.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Set axis.mode to "time" to enable. See the section "Time series data" in
API.txt for details.
*/
(function($) {
var options = {
xaxis: {
timezone: null, // "browser" for local to the client or time... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.categories.js | public/style/vendor/flot/jquery.flot.categories.js | /* Flot plugin for plotting textual data or categories.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Consider a dataset like [["February", 34], ["March", 20], ...]. This plugin
allows you to plot such a dataset directly.
To enable it, you must specify mode: "categories" on the axis w... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.navigate.js | public/style/vendor/flot/jquery.flot.navigate.js | /* Flot plugin for adding the ability to pan and zoom the plot.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The default behaviour is double click and scrollwheel up/down to zoom in, drag
to pan. The plugin defines plot.zoom({ center }), plot.zoomOut() and
plot.pan( offset ) so you ea... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.fillbetween.js | public/style/vendor/flot/jquery.flot.fillbetween.js | /* Flot plugin for computing bottoms for filled line and bar charts.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The case: you've got two series that you want to fill the area between. In Flot
terms, you need to use one as the fill bottom of the other. You can specify the
bottom of e... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.pie.js | public/style/vendor/flot/jquery.flot.pie.js | /* Flot plugin for rendering pie charts.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes that each series has a single data value, and that each
value is a positive integer or zero. Negative numbers don't make sense for a
pie chart, and have unpredictable results. Th... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.js | public/style/vendor/flot/jquery.js | /*!
* jQuery JavaScript Library v1.8.3
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time)
*/
(function(... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.stack.js | public/style/vendor/flot/jquery.flot.stack.js | /* Flot plugin for stacking data sets rather than overlyaing them.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin assumes the data is sorted on x (or y if stacking horizontally).
For line charts, it is assumed that if a line has an undefined gap (from a
null point), then the ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.image.js | public/style/vendor/flot/jquery.flot.image.js | /* Flot plugin for plotting images.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The data syntax is [ [ image, x1, y1, x2, y2 ], ... ] where (x1, y1) and
(x2, y2) are where you intend the two opposite corners of the image to end up
in the plot. Image must be a fully loaded Javascript ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.threshold.js | public/style/vendor/flot/jquery.flot.threshold.js | /* Flot plugin for thresholding data.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
The plugin supports these options:
series: {
threshold: {
below: number
color: colorspec
}
}
It can also be applied to a single series, like this:
$.plot( $("#placeholder"), [{
data: [... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/jquery.flot.canvas.js | public/style/vendor/flot/jquery.flot.canvas.js | /* Flot plugin for drawing all elements of a plot on the canvas.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Flot normally produces certain elements, like axis labels and the legend, using
HTML elements. This permits greater interactivity and customization, and often
looks better, du... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/flot/examples/axes-time-zones/date.js | public/style/vendor/flot/examples/axes-time-zones/date.js | // -----
// The `timezoneJS.Date` object gives you full-blown timezone support, independent from the timezone set on the end-user's machine running the browser. It uses the Olson zoneinfo files for its timezone data.
//
// The constructor function and setter methods use proxy JavaScript Date objects behind the scenes, ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/Gruntfile.js | public/style/vendor/jquery.easy-pie-chart/Gruntfile.js | module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
cfg: {
filename: 'easypiechart',
vanillaExportName: 'EasyPieChart'
},
dirs: {
tmp: 'tmp',
src: 'src',
dest: 'dist',
docs: 'docs',
test: 'test',
demo: 'demo'
},
clean: {
all: ['<%=... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/src/jquery.plugin.js | public/style/vendor/jquery.easy-pie-chart/src/jquery.plugin.js | $.fn.easyPieChart = function(options) {
return this.each(function() {
var instanceOptions;
if (!$.data(this, 'easyPieChart')) {
instanceOptions = $.extend({}, options, $(this).data());
$.data(this, 'easyPieChart', new EasyPieChart(this, instanceOptions));
}
});
};
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/src/easypiechart.js | public/style/vendor/jquery.easy-pie-chart/src/easypiechart.js | var EasyPieChart = function(el, opts) {
var defaultOptions = {
barColor: '#ef1e25',
trackColor: '#f9f9f9',
scaleColor: '#dfe0e0',
scaleLength: 5,
lineCap: 'round',
lineWidth: 3,
trackWidth: undefined,
size: 110,
rotate: 0,
animate: {
duration: 1000,
enabled: true
},
easing: function (x, t... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/src/angular.directive.js | public/style/vendor/jquery.easy-pie-chart/src/angular.directive.js | (function (angular) {
'use strict';
return angular.module('easypiechart', [])
.directive('easypiechart', [function() {
return {
restrict: 'A',
require: '?ngModel',
scope: {
percent: '=',
options: '='
},
link: function (scope, element, attrs) {
scope.percent = scope.percent ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/src/renderer/canvas.js | public/style/vendor/jquery.easy-pie-chart/src/renderer/canvas.js | /**
* Renderer to render the chart on a canvas object
* @param {DOMElement} el DOM element to host the canvas (root of the plugin)
* @param {object} options options object of the plugin
*/
var CanvasRenderer = function(el, options) {
var cachedBackground;
var canvas = document.createElement('canvas');
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/test/polyfills/bind.js | public/style/vendor/jquery.easy-pie-chart/test/polyfills/bind.js | // IE function.bind polyfill
if (!Function.prototype.bind) {
Function.prototype.bind = function (oThis) {
if (typeof this !== 'function') {
// closest thing possible to the ECMAScript 5 internal IsCallable function
throw new TypeError('Function.prototype.bind - what is trying to be bound is not callable');
}... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/test/unit/jquery.js | public/style/vendor/jquery.easy-pie-chart/test/unit/jquery.js | describe('Unit testing jQuery version of easy pie chart', function() {
var $el;
var createInstance = function(options, el) {
options = options || {};
el = el || '<span class="chart"></span>';
return function() {
$el = $(el);
$('body').append($el);
$el.easyPieChart(options);
};
};
describe('initia... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/test/unit/angular.directive.js | public/style/vendor/jquery.easy-pie-chart/test/unit/angular.directive.js | describe('angular easypiechart directive', function() {
var $compile, $rootScope, scope;
beforeEach(module('easypiechart'));
beforeEach(inject(function(_$compile_, $rootScope){
scope = $rootScope;
$compile = _$compile_;
}));
it('should have percentage default value 0', function (d... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js | public/style/vendor/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
!function(a,b){"object"==typeof exports?module.exports=b(require("jquery")):"function"==typeof de... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/jquery.easypiechart.js | public/style/vendor/jquery.easy-pie-chart/dist/jquery.easypiechart.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
(function(root, factory) {
if(typeof exports === 'object') {
module.exports = factor... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/angular.easypiechart.js | public/style/vendor/jquery.easy-pie-chart/dist/angular.easypiechart.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
(function(root, factory) {
if(typeof exports === 'object') {
module.exports = factor... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/easypiechart.min.js | public/style/vendor/jquery.easy-pie-chart/dist/easypiechart.min.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
!function(a,b){"object"==typeof exports?module.exports=b():"function"==typeof define&&define.amd?... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/angular.easypiechart.min.js | public/style/vendor/jquery.easy-pie-chart/dist/angular.easypiechart.min.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
!function(a,b){"object"==typeof exports?module.exports=b(require("angular")):"function"==typeof d... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery.easy-pie-chart/dist/easypiechart.js | public/style/vendor/jquery.easy-pie-chart/dist/easypiechart.js | /**!
* easyPieChart
* Lightweight plugin to render simple, animated and retina optimized pie charts
*
* @license
* @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
* @version 2.1.6
**/
(function(root, factory) {
if(typeof exports === 'object') {
module.exports = factor... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/animate.css/gulpfile.js | public/style/vendor/animate.css/gulpfile.js | // Utilities
var fs = require('fs');
// Gulp
var gulp = require('gulp');
// Gulp plugins
var gutil = require('gulp-util');
var concat = require('gulp-concat');
var header = require('gulp-header');
var autoprefixer = require('gulp-autoprefixer');
var runSequence = require('run-sequence');
var minify = require('gulp-cs... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/selectize/karma.conf.js | public/style/vendor/selectize/karma.conf.js | module.exports = function(config) {
// workaround for https://github.com/karma-runner/karma-sauce-launcher/issues/40
var saucelabsBatchID = Number(process.env.SAUCELABS_BATCH) - 1;
var saucelabsConcurrency = 4;
var saucelabsBrowsers = [
// mobile
{platform: 'OS X 10.10', browserName: 'iPhone', version: '8.1'},
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/selectize/dist/js/selectize.min.js | public/style/vendor/selectize/dist/js/selectize.min.js | /*! selectize.js - v0.12.1 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
!function(a,b){"function"==typeof define&&define.amd?define(["jquery","sifter","microplugin"],b):"object"==typeof exports?module.exports=b(require("jquery"),require("sifter"),require("microplugin")):a.Selectize=b(a.jQuery,... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/selectize/dist/js/selectize.js | public/style/vendor/selectize/dist/js/selectize.js | /**
* selectize.js (v0.12.1)
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/selectize/dist/js/standalone/selectize.min.js | public/style/vendor/selectize/dist/js/standalone/selectize.min.js | /*! selectize.js - v0.12.1 | https://github.com/brianreavis/selectize.js | Apache License (v2) */
!function(a,b){"function"==typeof define&&define.amd?define("sifter",b):"object"==typeof exports?module.exports=b():a.Sifter=b()}(this,function(){var a=function(a,b){this.items=a,this.settings=b||{diacritics:!0}};a.prototy... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/selectize/dist/js/standalone/selectize.js | public/style/vendor/selectize/dist/js/standalone/selectize.js | /**
* sifter.js
* Copyright (c) 2013 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | true |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/ngstorage/ngStorage.js | public/style/vendor/ngstorage/ngStorage.js | (function (root, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
define(['angular'], factory);
} else if (root.hasOwnProperty('angular')) {
// Browser globals (root is window), we don't register it.
factory(root.angular);
} else if (typeof exports === 'object') {
modu... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/ngstorage/package.js | public/style/vendor/ngstorage/package.js | Package.describe({
name: 'gsklee:ngstorage',
version: '0.3.10',
summary: 'ngStorage package for Meteor',
git: 'https://github.com/gsklee/ngStorage',
documentation: 'README.md'
});
Package.onUse(function(api) {
api.versionsFrom('METEOR@0.9.0.1');
api.use('urigo:angular@0.8.4', 'client');
api.addFiles('n... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/ngstorage/ngStorage.min.js | public/style/vendor/ngstorage/ngStorage.min.js | /*! ngstorage 0.3.10 | Copyright (c) 2015 Gias Kay Lee | MIT License */!function(a,b){"use strict";"function"==typeof define&&define.amd?define(["angular"],b):a.hasOwnProperty("angular")?b(a.angular):"object"==typeof exports&&(module.exports=b(require("angular")))}(this,function(a){"use strict";function b(b){return fun... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js | public/style/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js | /*!
* jQuery UI Touch Punch 0.2.3
*
* Copyright 2011–2014, Dave Furfero
* Dual licensed under the MIT or GPL Version 2 licenses.
*
* Depends:
* jquery.ui.widget.js
* jquery.ui.mouse.js
*/
(function ($) {
// Detect touch support
$.support.touch = 'ontouchend' in document;
// Ignore browsers without to... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.min.js | public/style/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.min.js | /*!
* jQuery UI Touch Punch 0.2.3
*
* Copyright 2011–2014, Dave Furfero
* Dual licensed under the MIT or GPL Version 2 licenses.
*
* Depends:
* jquery.ui.widget.js
* jquery.ui.mouse.js
*/
!function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouc... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/effects.js | public/style/vendor/jquery/src/effects.js | define([
"./core",
"./var/pnum",
"./css/var/cssExpand",
"./css/var/isHidden",
"./css/defaultDisplay",
"./data/var/data_priv",
"./core/init",
"./effects/Tween",
"./queue",
"./css",
"./deferred",
"./traversing"
], function( jQuery, pnum, cssExpand, isHidden, defaultDisplay, data_priv ) {
var
fxNow, timerId... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css.js | public/style/vendor/jquery/src/css.js | define([
"./core",
"./var/pnum",
"./core/access",
"./css/var/rmargin",
"./css/var/rnumnonpx",
"./css/var/cssExpand",
"./css/var/isHidden",
"./css/var/getStyles",
"./css/curCSS",
"./css/defaultDisplay",
"./css/addGetHookIf",
"./css/support",
"./data/var/data_priv",
"./core/init",
"./css/swap",
"./core/r... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/core.js | public/style/vendor/jquery/src/core.js | define([
"./var/arr",
"./var/slice",
"./var/concat",
"./var/push",
"./var/indexOf",
"./var/class2type",
"./var/toString",
"./var/hasOwn",
"./var/support"
], function( arr, slice, concat, push, indexOf, class2type, toString, hasOwn, support ) {
var
// Use the correct document accordingly with window argument ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/wrap.js | public/style/vendor/jquery/src/wrap.js | define([
"./core",
"./core/init",
"./manipulation", // clone
"./traversing" // parent, contents
], function( jQuery ) {
jQuery.fn.extend({
wrapAll: function( html ) {
var wrap;
if ( jQuery.isFunction( html ) ) {
return this.each(function( i ) {
jQuery( this ).wrapAll( html.call(this, i) );
});
}
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/intro.js | public/style/vendor/jquery/src/intro.js | /*!
* jQuery JavaScript Library v@VERSION
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: @DATE
*/
(function( global, factory ) {
if ( typeof m... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/callbacks.js | public/style/vendor/jquery/src/callbacks.js | define([
"./core",
"./var/rnotwhite"
], function( jQuery, rnotwhite ) {
// String to Object options format cache
var optionsCache = {};
// Convert String-formatted options into Object-formatted ones and store in cache
function createOptions( options ) {
var object = optionsCache[ options ] = {};
jQuery.each( opti... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/selector-native.js | public/style/vendor/jquery/src/selector-native.js | define([
"./core"
], function( jQuery ) {
/*
* Optional (non-Sizzle) selector module for custom builds.
*
* Note that this DOES NOT SUPPORT many documented jQuery
* features in exchange for its smaller size:
*
* Attribute not equal selector
* Positional selectors (:first; :eq(n); :odd; etc.)
* Type selectors ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax.js | public/style/vendor/jquery/src/ajax.js | define([
"./core",
"./var/rnotwhite",
"./ajax/var/nonce",
"./ajax/var/rquery",
"./core/init",
"./ajax/parseJSON",
"./ajax/parseXML",
"./deferred"
], function( jQuery, rnotwhite, nonce, rquery ) {
var
rhash = /#.*$/,
rts = /([?&])_=[^&]*/,
rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg,
// #7653, #8125, #8152: loc... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/data.js | public/style/vendor/jquery/src/data.js | define([
"./core",
"./var/rnotwhite",
"./core/access",
"./data/var/data_priv",
"./data/var/data_user"
], function( jQuery, rnotwhite, access, data_priv, data_user ) {
// Implementation Summary
//
// 1. Enforce API surface and semantic compatibility with 1.9.x branch
// 2. Improve the module's maintainability by r... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/attributes.js | public/style/vendor/jquery/src/attributes.js | define([
"./core",
"./attributes/attr",
"./attributes/prop",
"./attributes/classes",
"./attributes/val"
], function( jQuery ) {
// Return jQuery for attributes-only inclusion
return jQuery;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/offset.js | public/style/vendor/jquery/src/offset.js | define([
"./core",
"./var/strundefined",
"./core/access",
"./css/var/rnumnonpx",
"./css/curCSS",
"./css/addGetHookIf",
"./css/support",
"./core/init",
"./css",
"./selector" // contains
], function( jQuery, strundefined, access, rnumnonpx, curCSS, addGetHookIf, support ) {
var docElem = window.document.docum... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/manipulation.js | public/style/vendor/jquery/src/manipulation.js | define([
"./core",
"./var/concat",
"./var/push",
"./core/access",
"./manipulation/var/rcheckableType",
"./manipulation/support",
"./data/var/data_priv",
"./data/var/data_user",
"./core/init",
"./data/accepts",
"./traversing",
"./selector",
"./event"
], function( jQuery, concat, push, access, rcheckableTyp... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/deprecated.js | public/style/vendor/jquery/src/deprecated.js | define([
"./core",
"./traversing"
], function( jQuery ) {
// The number of elements contained in the matched element set
jQuery.fn.size = function() {
return this.length;
};
jQuery.fn.andSelf = jQuery.fn.addBack;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/dimensions.js | public/style/vendor/jquery/src/dimensions.js | define([
"./core",
"./core/access",
"./css"
], function( jQuery, access ) {
// Create innerHeight, innerWidth, height, width, outerHeight and outerWidth methods
jQuery.each( { Height: "height", Width: "width" }, function( name, type ) {
jQuery.each( { padding: "inner" + name, content: type, "": "outer" + name }, f... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/deferred.js | public/style/vendor/jquery/src/deferred.js | define([
"./core",
"./var/slice",
"./callbacks"
], function( jQuery, slice ) {
jQuery.extend({
Deferred: function( func ) {
var tuples = [
// action, add listener, listener list, final state
[ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
[ "reject", "fail", jQuery.Callbacks("onc... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/selector.js | public/style/vendor/jquery/src/selector.js | define([ "./selector-sizzle" ]);
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/selector-sizzle.js | public/style/vendor/jquery/src/selector-sizzle.js | define([
"./core",
"sizzle"
], function( jQuery, Sizzle ) {
jQuery.find = Sizzle;
jQuery.expr = Sizzle.selectors;
jQuery.expr[":"] = jQuery.expr.pseudos;
jQuery.unique = Sizzle.uniqueSort;
jQuery.text = Sizzle.getText;
jQuery.isXMLDoc = Sizzle.isXML;
jQuery.contains = Sizzle.contains;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/jquery.js | public/style/vendor/jquery/src/jquery.js | define([
"./core",
"./selector",
"./traversing",
"./callbacks",
"./deferred",
"./core/ready",
"./data",
"./queue",
"./queue/delay",
"./attributes",
"./event",
"./event/alias",
"./manipulation",
"./manipulation/_evalUrl",
"./wrap",
"./css",
"./css/hiddenVisibleSelectors",
"./serialize",
"./ajax",
"./... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/serialize.js | public/style/vendor/jquery/src/serialize.js | define([
"./core",
"./manipulation/var/rcheckableType",
"./core/init",
"./traversing", // filter
"./attributes/prop"
], function( jQuery, rcheckableType ) {
var r20 = /%20/g,
rbracket = /\[\]$/,
rCRLF = /\r?\n/g,
rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i,
rsubmittable = /^(?:input|select|texta... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/outro.js | public/style/vendor/jquery/src/outro.js | }));
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/event.js | public/style/vendor/jquery/src/event.js | define([
"./core",
"./var/strundefined",
"./var/rnotwhite",
"./var/hasOwn",
"./var/slice",
"./event/support",
"./data/var/data_priv",
"./core/init",
"./data/accepts",
"./selector"
], function( jQuery, strundefined, rnotwhite, hasOwn, slice, support, data_priv ) {
var
rkeyEvent = /^key/,
rmouseEvent = /^(?... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/queue.js | public/style/vendor/jquery/src/queue.js | define([
"./core",
"./data/var/data_priv",
"./deferred",
"./callbacks"
], function( jQuery, data_priv ) {
jQuery.extend({
queue: function( elem, type, data ) {
var queue;
if ( elem ) {
type = ( type || "fx" ) + "queue";
queue = data_priv.get( elem, type );
// Speed up dequeue by getting out quickly... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/traversing.js | public/style/vendor/jquery/src/traversing.js | define([
"./core",
"./var/indexOf",
"./traversing/var/rneedsContext",
"./core/init",
"./traversing/findFilter",
"./selector"
], function( jQuery, indexOf, rneedsContext ) {
var rparentsprev = /^(?:parents|prev(?:Until|All))/,
// Methods guaranteed to produce a unique set when starting from a unique set
guarant... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/parseJSON.js | public/style/vendor/jquery/src/ajax/parseJSON.js | define([
"../core"
], function( jQuery ) {
// Support: Android 2.3
// Workaround failure to string-cast null input
jQuery.parseJSON = function( data ) {
return JSON.parse( data + "" );
};
return jQuery.parseJSON;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/parseXML.js | public/style/vendor/jquery/src/ajax/parseXML.js | define([
"../core"
], function( jQuery ) {
// Cross-browser xml parsing
jQuery.parseXML = function( data ) {
var xml, tmp;
if ( !data || typeof data !== "string" ) {
return null;
}
// Support: IE9
try {
tmp = new DOMParser();
xml = tmp.parseFromString( data, "text/xml" );
} catch ( e ) {
xml = undefine... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/script.js | public/style/vendor/jquery/src/ajax/script.js | define([
"../core",
"../ajax"
], function( jQuery ) {
// Install script dataType
jQuery.ajaxSetup({
accepts: {
script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
},
contents: {
script: /(?:java|ecma)script/
},
converters: {
"text script": function( text ) {... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/jsonp.js | public/style/vendor/jquery/src/ajax/jsonp.js | define([
"../core",
"./var/nonce",
"./var/rquery",
"../ajax"
], function( jQuery, nonce, rquery ) {
var oldCallbacks = [],
rjsonp = /(=)\?(?=&|$)|\?\?/;
// Default jsonp settings
jQuery.ajaxSetup({
jsonp: "callback",
jsonpCallback: function() {
var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/xhr.js | public/style/vendor/jquery/src/ajax/xhr.js | define([
"../core",
"../var/support",
"../ajax"
], function( jQuery, support ) {
jQuery.ajaxSettings.xhr = function() {
try {
return new XMLHttpRequest();
} catch( e ) {}
};
var xhrId = 0,
xhrCallbacks = {},
xhrSuccessStatus = {
// file protocol always yields status code 0, assume 200
0: 200,
// Suppor... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/load.js | public/style/vendor/jquery/src/ajax/load.js | define([
"../core",
"../core/parseHTML",
"../ajax",
"../traversing",
"../manipulation",
"../selector",
// Optional event/alias dependency
"../event/alias"
], function( jQuery ) {
// Keep a copy of the old load method
var _load = jQuery.fn.load;
/**
* Load a url into a page
*/
jQuery.fn.load = function( url,... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/var/nonce.js | public/style/vendor/jquery/src/ajax/var/nonce.js | define([
"../../core"
], function( jQuery ) {
return jQuery.now();
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/ajax/var/rquery.js | public/style/vendor/jquery/src/ajax/var/rquery.js | define(function() {
return (/\?/);
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/exports/global.js | public/style/vendor/jquery/src/exports/global.js | define([
"../core",
"../var/strundefined"
], function( jQuery, strundefined ) {
var
// Map over jQuery in case of overwrite
_jQuery = window.jQuery,
// Map over the $ in case of overwrite
_$ = window.$;
jQuery.noConflict = function( deep ) {
if ( window.$ === jQuery ) {
window.$ = _$;
}
if ( deep && wind... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/exports/amd.js | public/style/vendor/jquery/src/exports/amd.js | define([
"../core"
], function( jQuery ) {
// Register as a named AMD module, since jQuery can be concatenated with other
// files that may use define, but not via a proper concatenation script that
// understands anonymous AMD modules. A named AMD is safest and most robust
// way to register. Lowercase jquery is use... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/support.js | public/style/vendor/jquery/src/css/support.js | define([
"../core",
"../var/support"
], function( jQuery, support ) {
(function() {
var pixelPositionVal, boxSizingReliableVal,
docElem = document.documentElement,
container = document.createElement( "div" ),
div = document.createElement( "div" );
if ( !div.style ) {
return;
}
// Support: IE9-11+
// S... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/curCSS.js | public/style/vendor/jquery/src/css/curCSS.js | define([
"../core",
"./var/rnumnonpx",
"./var/rmargin",
"./var/getStyles",
"../selector" // contains
], function( jQuery, rnumnonpx, rmargin, getStyles ) {
function curCSS( elem, name, computed ) {
var width, minWidth, maxWidth, ret,
style = elem.style;
computed = computed || getStyles( elem );
// Support:... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/hiddenVisibleSelectors.js | public/style/vendor/jquery/src/css/hiddenVisibleSelectors.js | define([
"../core",
"../selector"
], function( jQuery ) {
jQuery.expr.filters.hidden = function( elem ) {
// Support: Opera <= 12.12
// Opera reports offsetWidths and offsetHeights less than zero on some elements
return elem.offsetWidth <= 0 && elem.offsetHeight <= 0;
};
jQuery.expr.filters.visible = function( el... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/addGetHookIf.js | public/style/vendor/jquery/src/css/addGetHookIf.js | define(function() {
function addGetHookIf( conditionFn, hookFn ) {
// Define the hook, we'll check on the first run if it's really needed.
return {
get: function() {
if ( conditionFn() ) {
// Hook not needed (or it's not possible to use it due
// to missing dependency), remove it.
delete this.get;
... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/swap.js | public/style/vendor/jquery/src/css/swap.js | define([
"../core"
], function( jQuery ) {
// A method for quickly swapping in/out CSS properties to get correct calculations.
jQuery.swap = function( elem, options, callback, args ) {
var ret, name,
old = {};
// Remember the old values, and insert the new ones
for ( name in options ) {
old[ name ] = elem.sty... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/defaultDisplay.js | public/style/vendor/jquery/src/css/defaultDisplay.js | define([
"../core",
"../manipulation" // appendTo
], function( jQuery ) {
var iframe,
elemdisplay = {};
/**
* Retrieve the actual display of a element
* @param {String} name nodeName of the element
* @param {Object} doc Document object
*/
// Called only from within defaultDisplay
function actualDisplay( name, ... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/var/getStyles.js | public/style/vendor/jquery/src/css/var/getStyles.js | define(function() {
return function( elem ) {
// Support: IE<=11+, Firefox<=30+ (#15098, #14150)
// IE throws on elements created in popups
// FF meanwhile throws on frame elements through "defaultView.getComputedStyle"
if ( elem.ownerDocument.defaultView.opener ) {
return elem.ownerDocument.defaultView.get... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/var/cssExpand.js | public/style/vendor/jquery/src/css/var/cssExpand.js | define(function() {
return [ "Top", "Right", "Bottom", "Left" ];
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/var/isHidden.js | public/style/vendor/jquery/src/css/var/isHidden.js | define([
"../../core",
"../../selector"
// css is assumed
], function( jQuery ) {
return function( elem, el ) {
// isHidden might be called from jQuery#filter function;
// in that case, element will be second argument
elem = el || elem;
return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( e... | javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/var/rmargin.js | public/style/vendor/jquery/src/css/var/rmargin.js | define(function() {
return (/^margin/);
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/css/var/rnumnonpx.js | public/style/vendor/jquery/src/css/var/rnumnonpx.js | define([
"../../var/pnum"
], function( pnum ) {
return new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" );
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/var/toString.js | public/style/vendor/jquery/src/var/toString.js | define([
"./class2type"
], function( class2type ) {
return class2type.toString;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/var/push.js | public/style/vendor/jquery/src/var/push.js | define([
"./arr"
], function( arr ) {
return arr.push;
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
zizohassan/laraflat | https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/jquery/src/var/support.js | public/style/vendor/jquery/src/var/support.js | define(function() {
// All support tests are defined in their respective modules.
return {};
});
| javascript | MIT | f17dbf66c5f6f5844998dd8bf45e4b4d91f41890 | 2026-01-05T03:38:40.536480Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.