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/typeahead.js/src/typeahead/plugin.js
public/style/vendor/typeahead.js/src/typeahead/plugin.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ (function() { 'use strict'; var old, keys, methods; old = $.fn.typeahead; keys = { www: 'tt-www', attrs: 'tt-attrs', typeahead: 'tt-typeahead' }; metho...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/menu.js
public/style/vendor/typeahead.js/src/typeahead/menu.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var Menu = (function() { 'use strict'; // constructor // ----------- function Menu(o, www) { var that = this; o = o || {}; if (!o.node) { $.error('no...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/event_bus.js
public/style/vendor/typeahead.js/src/typeahead/event_bus.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var EventBus = (function() { 'use strict'; var namespace, deprecationMap; namespace = 'typeahead:'; // DEPRECATED: will be remove in v1 // // NOTE: there is no depr...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/input.js
public/style/vendor/typeahead.js/src/typeahead/input.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var Input = (function() { 'use strict'; var specialKeyCodeMap; specialKeyCodeMap = { 9: 'tab', 27: 'esc', 37: 'left', 39: 'right', 13: 'enter', 38:...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/dataset.js
public/style/vendor/typeahead.js/src/typeahead/dataset.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var Dataset = (function() { 'use strict'; var keys, nameGenerator; keys = { val: 'tt-selectable-display', obj: 'tt-selectable-object' }; nameGenerator = _.get...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/highlight.js
public/style/vendor/typeahead.js/src/typeahead/highlight.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ // inspired by https://github.com/jharding/bearhug var highlight = (function(doc) { 'use strict'; var defaults = { node: null, pattern: null, tagName...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/typeahead.js
public/style/vendor/typeahead.js/src/typeahead/typeahead.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var Typeahead = (function() { 'use strict'; // constructor // ----------- function Typeahead(o, www) { var onFocused, onBlurred, onEnterKeyed, onTabKeyed, onEscKeyed...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/event_emitter.js
public/style/vendor/typeahead.js/src/typeahead/event_emitter.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ // inspired by https://github.com/jharding/boomerang var EventEmitter = (function() { 'use strict'; var splitter = /\s+/, nextTick = getNextTick(); return { onSync: o...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/src/typeahead/www.js
public/style/vendor/typeahead.js/src/typeahead/www.js
/* * typeahead.js * https://github.com/twitter/typeahead.js * Copyright 2013-2014 Twitter, Inc. and other contributors; Licensed MIT */ var WWW = (function() { 'use strict'; var defaultClassNames = { wrapper: 'twitter-typeahead', input: 'tt-input', hint: 'tt-hint', menu: 'tt-menu', dataset...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/integration/test.js
public/style/vendor/typeahead.js/test/integration/test.js
/* jshint esnext: true, evil: true, sub: true */ var wd = require('yiewd'), colors = require('colors'), expect = require('chai').expect, _ = require('underscore'), f = require('util').format, env = process.env; var browser, caps; browser = (process.env.BROWSER || 'chrome').split(':'); caps = { ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/helpers/typeahead_mocks.js
public/style/vendor/typeahead.js/test/helpers/typeahead_mocks.js
(function(root) { var components; components = [ 'Bloodhound', 'Prefetch', 'Remote', 'PersistentStorage', 'Transport', 'SearchIndex', 'Input', 'Dataset', 'Menu' ]; for (var i = 0; i < components.length; i++) { makeMockable(components[i]); } function makeMockable(...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/fixtures/data.js
public/style/vendor/typeahead.js/test/fixtures/data.js
var fixtures = fixtures || {}; fixtures.data = { simple: [ { value: 'big' }, { value: 'bigger' }, { value: 'biggest' }, { value: 'small' }, { value: 'smaller' }, { value: 'smallest' } ], animals: [ { value: 'dog' }, { value: 'cat' }, { value: 'moose' } ] }; fixtures.seriali...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/fixtures/ajax_responses.js
public/style/vendor/typeahead.js/test/fixtures/ajax_responses.js
var fixtures = fixtures || {}; fixtures.ajaxResps = { ok: { status: 200, responseText: '[{ "value": "big" }, { "value": "bigger" }, { "value": "biggest" }, { "value": "small" }, { "value": "smaller" }, { "value": "smallest" }]' }, ok1: { status: 200, responseText: '["dog", "cat", "moose"]' }, ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/fixtures/html.js
public/style/vendor/typeahead.js/test/fixtures/html.js
var fixtures = fixtures || {}; fixtures.html = { input: '<input class="tt-input" type="text" autocomplete="false" spellcheck="false">', hint: '<input class="tt-hint" type="text" autocomplete="false" spellcheck="false" disabled>', dataset: [ '<div class="tt-dataset-test">', '<div class="tt-selectable"><...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/tokenizers_spec.js
public/style/vendor/typeahead.js/test/bloodhound/tokenizers_spec.js
describe('tokenizers', function() { it('.whitespace should tokenize on whitespace', function() { var tokens = tokenizers.whitespace('big-deal ok'); expect(tokens).toEqual(['big-deal', 'ok']); }); it('.whitespace should treat null as empty string', function() { var tokens = tokenizers.whitespace(null...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/transport_spec.js
public/style/vendor/typeahead.js/test/bloodhound/transport_spec.js
describe('Transport', function() { beforeEach(function() { jasmine.Ajax.useMock(); jasmine.Clock.useMock(); this.transport = new Transport({ transport: $.ajax }); }); afterEach(function() { // run twice to flush out on-deck requests $.each(ajaxRequests, drop); $.each(ajaxRequests, drop...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/remote_spec.js
public/style/vendor/typeahead.js/test/bloodhound/remote_spec.js
describe('Remote', function() { beforeEach(function() { jasmine.Transport.useMock(); this.remote = new Remote({ url: '/test?q=%QUERY', prepare: function(x) { return x; }, transform: function(x) { return x; } }); this.transport = this.remote.transport; }); describe('#cancelLas...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/search_index_spec.js
public/style/vendor/typeahead.js/test/bloodhound/search_index_spec.js
describe('SearchIndex', function() { function build(o) { return new SearchIndex(_.mixin({ datumTokenizer: Bloodhound.tokenizers.obj.whitespace('value'), queryTokenizer: Bloodhound.tokenizers.whitespace }, o || {})); } beforeEach(function() { this.index = build(); this.index.add(fixtu...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/bloodhound_spec.js
public/style/vendor/typeahead.js/test/bloodhound/bloodhound_spec.js
describe('Bloodhound', function() { function build(o) { return new Bloodhound(_.mixin({ datumTokenizer: datumTokenizer, queryTokenizer: queryTokenizer }, o || {})); } beforeEach(function() { jasmine.Remote.useMock(); jasmine.Prefetch.useMock(); jasmine.Transport.useMock(); ja...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/options_parser_spec.js
public/style/vendor/typeahead.js/test/bloodhound/options_parser_spec.js
describe('options parser', function() { function build(o) { return oParser(_.mixin({ datumTokenizer: $.noop, queryTokenizer: $.noop }, o || {})); } function prefetch(o) { return oParser({ datumTokenizer: $.noop, queryTokenizer: $.noop, prefetch: _.mixin({ url: '...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/lru_cache_spec.js
public/style/vendor/typeahead.js/test/bloodhound/lru_cache_spec.js
describe('LruCache', function() { beforeEach(function() { this.cache = new LruCache(3); }); it('should make entries retrievable by their keys', function() { var key = 'key', val = 42; this.cache.set(key, val); expect(this.cache.get(key)).toBe(val); }); it('should return undefined if key ha...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/prefetch_spec.js
public/style/vendor/typeahead.js/test/bloodhound/prefetch_spec.js
describe('Prefetch', function() { function build(o) { return new Prefetch(_.mixin({ url: '/prefetch', ttl: 3600, cache: true, thumbprint: '', cacheKey: 'cachekey', prepare: function(x) { return x; }, transform: function(x) { return x; }, transport: $.ajax }, o ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/bloodhound/persistent_storage_spec.js
public/style/vendor/typeahead.js/test/bloodhound/persistent_storage_spec.js
describe('PersistentStorage', function() { var engine, ls; // test suite is dependent on localStorage being available if (!window.localStorage) { console.warn('no localStorage support – skipping PersistentStorage suite'); return; } // for good measure! localStorage.clear(); beforeEach(function(...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/plugin_spec.js
public/style/vendor/typeahead.js/test/typeahead/plugin_spec.js
describe('$plugin', function() { beforeEach(function() { var $fixture; setFixtures('<input class="test-input" type="text" autocomplete="on">'); $fixture = $('#jasmine-fixtures'); this.$input = $fixture.find('.test-input'); this.$input.typeahead(null, { displayKey: 'v', source: func...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/default_results_spec.js
public/style/vendor/typeahead.js/test/typeahead/default_results_spec.js
describe('DefaultMenu', function() { var www = WWW(); beforeEach(function() { var $fixture; jasmine.Dataset.useMock(); setFixtures('<div id="menu-fixture"></div>'); $fixture = $('#jasmine-fixtures'); this.$node = $fixture.find('#menu-fixture'); this.$node.html(fixtures.html.dataset); ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/results_spec.js
public/style/vendor/typeahead.js/test/typeahead/results_spec.js
describe('Menu', function() { var www = WWW(); beforeEach(function() { var $fixture; jasmine.Dataset.useMock(); setFixtures('<div id="menu-fixture"></div>'); $fixture = $('#jasmine-fixtures'); this.$node = $fixture.find('#menu-fixture'); this.$node.html(fixtures.html.dataset); this....
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/dataset_spec.js
public/style/vendor/typeahead.js/test/typeahead/dataset_spec.js
describe('Dataset', function() { var www = WWW(), mockSuggestions, mockSuggestionsDisplayFn; mockSuggestions = [ { value: 'one', raw: { value: 'one' } }, { value: 'two', raw: { value: 'two' } }, { value: 'html', raw: { value: '<b>html</b>' } } ]; mockSuggestionsDisplayFn = [ { display: '4' }, ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/typeahead_spec.js
public/style/vendor/typeahead.js/test/typeahead/typeahead_spec.js
describe('Typeahead', function() { var www, testData; www = WWW(); beforeEach(function() { var $fixture, $input; jasmine.Input.useMock(); jasmine.Dataset.useMock(); jasmine.Menu.useMock(); setFixtures('<input type="text">'); $fixture = $('#jasmine-fixtures'); this.$input = $fixtur...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/event_bus_spec.js
public/style/vendor/typeahead.js/test/typeahead/event_bus_spec.js
describe('EventBus', function() { beforeEach(function() { var $fixture; setFixtures(fixtures.html.input); $fixture = $('#jasmine-fixtures'); this.$el = $fixture.find('.tt-input'); this.eventBus = new EventBus({ el: this.$el }); }); it('#trigger should trigger event', function() { var ...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/event_emitter_spec.js
public/style/vendor/typeahead.js/test/typeahead/event_emitter_spec.js
describe('EventEmitter', function() { beforeEach(function() { this.spy = jasmine.createSpy(); this.target = _.mixin({}, EventEmitter); }); it('methods should be chainable', function() { expect(this.target.onSync()).toEqual(this.target); expect(this.target.onAsync()).toEqual(this.target); exp...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/highlight_spec.js
public/style/vendor/typeahead.js/test/typeahead/highlight_spec.js
describe('highlight', function() { it('should allow tagName to be specified', function() { var before = 'abcde', after = 'a<span>bcd</span>e', testNode = buildTestNode(before); highlight({ node: testNode, pattern: 'bcd', tagName: 'span' }); expect(testNode.innerHTML).toEqual(after); });...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/test/typeahead/input_spec.js
public/style/vendor/typeahead.js/test/typeahead/input_spec.js
describe('Input', function() { var KEYS, www; KEYS = { enter: 13, esc: 27, tab: 9, left: 37, right: 39, up: 38, down: 40, normal: 65 // "A" key }; www = WWW(); beforeEach(function() { var $fixture; setFixtures(fixtures.html.input + fixtures.html.hint); $fixtur...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/typeahead.bundle.min.js
public/style/vendor/typeahead.js/dist/typeahead.bundle.min.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ !function(a,b){"function"==typeof define&&define.amd?define("bloodhound",["jquery"],function(c){return a.Bloodhound=b(c)}):"object"==typeof exports?module.exports=b(requir...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/bloodhound.js
public/style/vendor/typeahead.js/dist/bloodhound.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ (function(root, factory) { if (typeof define === "function" && define.amd) { define("bloodhound", [ "jquery" ], function(a0) { return root["Bloodho...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/bloodhound.min.js
public/style/vendor/typeahead.js/dist/bloodhound.min.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ !function(a,b){"function"==typeof define&&define.amd?define("bloodhound",["jquery"],function(c){return a.Bloodhound=b(c)}):"object"==typeof exports?module.exports=b(requir...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/typeahead.bundle.js
public/style/vendor/typeahead.js/dist/typeahead.bundle.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ (function(root, factory) { if (typeof define === "function" && define.amd) { define("bloodhound", [ "jquery" ], function(a0) { return root["Bloodho...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/typeahead.jquery.min.js
public/style/vendor/typeahead.js/dist/typeahead.jquery.min.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ !function(a,b){"function"==typeof define&&define.amd?define("typeahead.js",["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/typeahead.js/dist/typeahead.jquery.js
public/style/vendor/typeahead.js/dist/typeahead.jquery.js
/*! * typeahead.js 0.11.1 * https://github.com/twitter/typeahead.js * Copyright 2013-2015 Twitter, Inc. and other contributors; Licensed MIT */ (function(root, factory) { if (typeof define === "function" && define.amd) { define("typeahead.js", [ "jquery" ], function(a0) { return factory(a0)...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/loaders.css/loaders.css.js
public/style/vendor/loaders.css/loaders.css.js
(function ($) { var divs = { 'ball-pulse': 3, 'ball-grid-pulse': 9, 'ball-clip-rotate': 1, 'ball-clip-rotate-pulse': 2, 'square-spin': 1, 'ball-clip-rotate-multiple': 2, 'ball-pulse-rise': 5, 'ball-rotate': 1, 'cube-transition': 2, 'ball-zig-zag': 2, 'ball-zig-zag-deflect'...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/sifter/sifter.min.js
public/style/vendor/sifter/sifter.min.js
/*! sifter.js | https://github.com/brianreavis/sifter.js | Apache License (v2) */ (function(r,t){if(typeof define==="function"&&define.amd){define(t)}else if(typeof exports==="object"){module.exports=t()}else{r.Sifter=t()}})(this,function(){var r=function(r,t){this.items=r;this.settings=t||{diacritics:true}};r.prototyp...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/sifter/sifter.js
public/style/vendor/sifter/sifter.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
false
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/d3/d3.js
public/style/vendor/d3/d3.js
!function() { var d3 = { version: "3.5.17" }; var d3_arraySlice = [].slice, d3_array = function(list) { return d3_arraySlice.call(list); }; var d3_document = this.document; function d3_documentElement(node) { return node && (node.ownerDocument || node.document || node).documentElement; } fun...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/d3/d3.min.js
public/style/vendor/d3/d3.min.js
!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function i(n){return!isNaN(n)}function u(n){return...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/index.js
public/style/vendor/intl-tel-input/index.js
/** * Exposing intl-tel-input as a component */ module.exports = require("./build/js/intlTelInput");
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/Gruntfile.js
public/style/vendor/intl-tel-input/Gruntfile.js
module.exports = function(grunt) { // load all tasks from package.json require('load-grunt-config')(grunt); require('time-grunt')(grunt); /** * TASKS */ // build everything ready for a commit grunt.registerTask('build', ['img', 'sass', 'js', 'jasmine']); // just images grunt.registerTask('img', ...
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/grunt/template.js
public/style/vendor/intl-tel-input/grunt/template.js
module.exports = function(grunt) { // timestamp in asset URLs for cache busting var time = (new Date()).getTime(); return { js1: { src: 'src/js/intlTelInput.js.ejs', dest: 'tmp/versioned.js', variables: { version: '<%= package.version %>' } }, js2: { src: 'src/j...
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/grunt/uglify.js
public/style/vendor/intl-tel-input/grunt/uglify.js
module.exports = function(grunt) { return { options: { banner: '/*\n' + ' * International Telephone Input v<%= package.version %>\n' + ' * <%= package.repository.url %>\n' + ' * Licensed under the MIT license\n' + ' */\n' }, dev: { options: { beautify: t...
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/grunt/sprite.js
public/style/vendor/intl-tel-input/grunt/sprite.js
module.exports = function(grunt) { return { retina: { src: 'src/img/flags/@2x/*.png', dest: 'build/img/flags@2x.png', destCss: 'src/css/sprite@2x.scss', cssTemplate: function() { return ''; }, // ignore - we just use the @1x styles for both padding: 4, algorithm: 'l...
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/grunt/sass.js
public/style/vendor/intl-tel-input/grunt/sass.js
module.exports = function(grunt) { return { main: { options: { sourcemap: "none", style: "compressed" }, files: { 'build/css/intlTelInput.css': 'src/css/intlTelInput.scss' } }, demo: { options: { sourcemap: "none" }, files: { ...
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/grunt/bump.js
public/style/vendor/intl-tel-input/grunt/bump.js
module.exports = function(grunt) { return { options: { files: ['package.json', 'intl-tel-input.jquery.json', 'component.json'], updateConfigs: ['package'], commitFiles: ['-a'], pushTo: 'origin' } }; };
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/grunt/responsive_images.js
public/style/vendor/intl-tel-input/grunt/responsive_images.js
module.exports = function(grunt) { return { regular: { options: { engine: "im", sizes: [{ rename: false, width: '50%', height: '50%' }], newFilesOnly: false }, files: [{ expand: true, cwd: "src/img/flags/@2x/", ...
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/grunt/jshint.js
public/style/vendor/intl-tel-input/grunt/jshint.js
module.exports = function(grunt) { return { dev: "src/js/**/*.js", build: "tmp/wrapped.js", options: { // this is for data.js which sometimes has commas on the following line laxcomma: true } }; };
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/grunt/shell.js
public/style/vendor/intl-tel-input/grunt/shell.js
module.exports = function(grunt) { return { publish: { command: 'npm publish' } }; };
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/grunt/jasmine.js
public/style/vendor/intl-tel-input/grunt/jasmine.js
module.exports = function(grunt) { return { src: [ 'src/js/data.js', 'build/js/intlTelInput.min.js', 'build/js/utils.js' ], options: { vendor: [ 'node_modules/jquery/dist/jquery.js', 'node_modules/jasmine-jquery/lib/jasmine-jquery.js' ], helpers: [ ...
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/grunt/watch.js
public/style/vendor/intl-tel-input/grunt/watch.js
module.exports = function(grunt) { return { js: { files: "src/js/**/*", tasks: "js" }, pluginCss: { files: ["src/css/flags.scss", "src/css/intlTelInput.scss"], tasks: "sass:main" }, demoCss: { files: "src/css/demo.scss", tasks: "sass:demo" } }; };
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/grunt/retinafy.js
public/style/vendor/intl-tel-input/grunt/retinafy.js
module.exports = function(grunt) { return { options: { sizes: { '50%': { suffix: '' }, '100%': { suffix: '@2x' } } }, files: { expand: true, cwd: 'src/img/flags/@2x/', src: ['*.png'], dest: 'src/img/flags/' } }; ...
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/grunt/replace.js
public/style/vendor/intl-tel-input/grunt/replace.js
module.exports = function(grunt) { return { one: { options: { patterns: [ /*********** * PRIVATE METHODS * (special treatment for the _init method, which is a subset of other method names) ***********/ { match: /_init:/g, ...
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/grunt/exec.js
public/style/vendor/intl-tel-input/grunt/exec.js
module.exports = function(grunt) { return { evenizer: { // we need even pixel values for width and height before we scale the image down to @1x command: "evenizer --resize -i src/img/flags/@2x/*.png" } }; };
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/src/js/data.js
public/style/vendor/intl-tel-input/src/js/data.js
// Tell JSHint to ignore this warning: "character may get silently deleted by one or more browsers" // jshint -W100 // Array of country objects for the flag dropdown. // Each contains a name, country code (ISO 3166-1 alpha-2) and dial code. // Originally from https://github.com/mledoze/countries // then with a couple...
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/src/js/utils.js
public/style/vendor/intl-tel-input/src/js/utils.js
/** * Follow instructions here to compile this file: * https://github.com/googlei18n/libphonenumber/blob/master/javascript/README.md * * Once setup, to re-compile: * 1) Copy the contents of this file into libphonenumber/javascript/i18n/phonenumbers/demo.js * 2) ant -f libphonenumber/javascript/build.xml compile-d...
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/src/spec/helpers/helpers.js
public/style/vendor/intl-tel-input/src/spec/helpers/helpers.js
var input, totalCountries = 242, totalDialCodes = 227, defaultPreferredCountries = 2, // don't call this "keys" as it will clash with the plugin keyCodes = { UP: 38, DOWN: 40, ENTER: 13, ESC: 27, SPACE: 32 }; var intlSetup = function(utilsScript) { // by default put us in desktop mode...
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/src/spec/tests/static/getCountryData.js
public/style/vendor/intl-tel-input/src/spec/tests/static/getCountryData.js
"use strict"; describe("getCountryData: use static method getCountryData", function() { var countryData; beforeEach(function() { intlSetup(); countryData = $.fn.intlTelInput.getCountryData(); }); afterEach(function() { countryData = null; }); it("gets the country data object", function() { ...
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/src/spec/tests/static/loadUtils.js
public/style/vendor/intl-tel-input/src/spec/tests/static/loadUtils.js
"use strict"; describe("loadUtils:", function() { var deferred; beforeEach(function() { intlSetup(); // must be in markup for utils loaded handler to work input = $("<input>").appendTo("body"); spyOn($, "ajax").and.callFake(function(params) { params.complete({}); }); }); afterEach(...
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/src/spec/tests/options/formatOnInit.js
public/style/vendor/intl-tel-input/src/spec/tests/options/formatOnInit.js
"use strict"; describe("formatOnInit: testing input containing valid US number", function() { beforeEach(function() { intlSetup(true); input = $("<input value='+17024181234'>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); describe("init plugin with formatOnI...
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/src/spec/tests/options/utilsScript.js
public/style/vendor/intl-tel-input/src/spec/tests/options/utilsScript.js
"use strict"; describe("utilsScript:", function() { beforeEach(function() { intlSetup(); input = $("<input>"); spyOn($, "ajax"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; // here we must fake that the script has not yet been loaded $.fn.intlTelInput.loa...
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/src/spec/tests/options/autoHideDialCode.js
public/style/vendor/intl-tel-input/src/spec/tests/options/autoHideDialCode.js
"use strict"; describe("autoHideDialCode option:", function() { var defaultDialCode = "+1"; beforeEach(function() { intlSetup(); var form = $("<form></form>").appendTo("body"); form.on("submit", function (e) { e.preventDefault(); }); // must be in DOM for focus to work input = $("...
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/src/spec/tests/options/separateDialCode.js
public/style/vendor/intl-tel-input/src/spec/tests/options/separateDialCode.js
"use strict"; describe("separateDialCode:", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); // we test with "gb" because the ntl number is different to the intl number (aside from the ...
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/src/spec/tests/options/nationalMode.js
public/style/vendor/intl-tel-input/src/spec/tests/options/nationalMode.js
"use strict"; describe("nationalMode:", function() { beforeEach(function() { intlSetup(); }); afterEach(function() { input.intlTelInput("destroy").remove(); input = null; }); describe("init plugin with no value", function() { beforeEach(function() { // must be in DOM for focus to...
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/src/spec/tests/options/dropdownContainer.js
public/style/vendor/intl-tel-input/src/spec/tests/options/dropdownContainer.js
"use strict"; describe("dropdownContainer:", function() { beforeEach(function() { intlSetup(); // insert input into the DOM so our visibility tests will work input = $("<input>").appendTo("body"); }); afterEach(function() { input.intlTelInput("destroy").remove(); input = null; }); desc...
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/src/spec/tests/options/autoPlaceholder.js
public/style/vendor/intl-tel-input/src/spec/tests/options/autoPlaceholder.js
"use strict"; describe("autoPlaceholder: testing input with no placeholder", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("init plugin with autoPlaceholder=false leaves the placeho...
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/src/spec/tests/options/onlyCountries.js
public/style/vendor/intl-tel-input/src/spec/tests/options/onlyCountries.js
"use strict"; describe("onlyCountries option:", function() { var onlyCountries; beforeEach(function() { intlSetup(); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = onlyCountries = null; }); describe("init plugin with onlyCountries set to japan,...
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/src/spec/tests/options/preferredCountries.js
public/style/vendor/intl-tel-input/src/spec/tests/options/preferredCountries.js
"use strict"; describe("preferredCountries option:", function() { beforeEach(function() { intlSetup(); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); describe("init plugin with empty preferredCountries", function() { beforeEach(func...
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/src/spec/tests/options/numberType.js
public/style/vendor/intl-tel-input/src/spec/tests/options/numberType.js
"use strict"; describe("numberType:", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("init plugin with default numberType sets the placeholder correctly", function() { input.intl...
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/src/spec/tests/options/customPlaceholder.js
public/style/vendor/intl-tel-input/src/spec/tests/options/customPlaceholder.js
"use strict"; describe("customPlaceholder: init plugin with autoPlaceholder=true and customPlaceholder function", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); input.intlTelInput({ autoPlaceholder: true, customPlaceholder: function(placeholder) { return ...
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/src/spec/tests/options/excludeCountries.js
public/style/vendor/intl-tel-input/src/spec/tests/options/excludeCountries.js
"use strict"; describe("excludeCountries option:", function() { beforeEach(function() { intlSetup(); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("init the plugin with excludeCountries=[] has all countries", function() { input.int...
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/src/spec/tests/options/allowDropdown.js
public/style/vendor/intl-tel-input/src/spec/tests/options/allowDropdown.js
"use strict"; describe("allowDropdown:", function() { beforeEach(function() { intlSetup(); input = $("<input>").appendTo("body"); }); afterEach(function() { input.intlTelInput("destroy").remove(); input = null; }); describe("init plugin with allowDropdown=false", function() { beforeEa...
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/src/spec/tests/options/geoIpLookup.js
public/style/vendor/intl-tel-input/src/spec/tests/options/geoIpLookup.js
"use strict"; describe("geoIpLookup:", function() { var deferred; beforeEach(function() { intlSetup(); // must be in DOM for geoIpLookup callback to work - it looks for $(".intl-tel-input input") input = $("<input>").appendTo("body"); }); afterEach(function() { input.intlTelInput("destroy")....
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/src/spec/tests/options/initialCountry.js
public/style/vendor/intl-tel-input/src/spec/tests/options/initialCountry.js
"use strict"; describe("initialCountry: init plugin with a default country", function() { var initialCountry = "jp"; beforeEach(function() { intlSetup(); input = $("<input>"); input.intlTelInput({ initialCountry: initialCountry }); }); afterEach(function() { input.intlTelInput("des...
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/src/spec/tests/methods/getValidationError.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/getValidationError.js
"use strict"; describe("getValidationError:", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); input.intlTelInput(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("returns the right error for a number that is too short", funct...
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/src/spec/tests/methods/getNumber.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/getNumber.js
"use strict"; describe("getNumber: init plugin with valid US number and utils.js", function() { beforeEach(function() { intlSetup(true); input = $("<input value='+17024181234'>"); input.intlTelInput(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("call...
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/src/spec/tests/methods/getSelectedCountryData.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/getSelectedCountryData.js
"use strict"; describe("getSelectedCountryData: init plugin to test public method getSelectedCountryData", function() { beforeEach(function() { intlSetup(); input = $("<input>"); input.intlTelInput(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("gets ...
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/src/spec/tests/methods/destroy.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/destroy.js
"use strict"; describe("destroy: init plugin to test public method destroy", function() { beforeEach(function() { intlSetup(); input = $("<input>"); input.intlTelInput(); }); afterEach(function() { input = null; }); it("adds the markup", function() { expect(getParentElement()).toHaveCl...
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/src/spec/tests/methods/getNumberType.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/getNumberType.js
"use strict"; describe("getNumberType:", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); input.intlTelInput(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); it("returns the right type for a UK mobile number", function() { in...
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/src/spec/tests/methods/setNumber.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/setNumber.js
"use strict"; describe("setNumber: init (vanilla) plugin and call setNumber with a valid UK number", function() { beforeEach(function() { intlSetup(); input = $("<input>"); input.intlTelInput(); input.intlTelInput("setNumber", "+447733123456"); }); afterEach(function() { input.intlTelInput(...
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/src/spec/tests/methods/getExtension.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/getExtension.js
"use strict"; describe("getExtension: init plugin with utils", function() { var number = "+17024181234", extension = "98765"; beforeEach(function() { intlSetup(true); input = $("<input>"); input.intlTelInput(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; ...
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/src/spec/tests/methods/isValidNumber.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/isValidNumber.js
"use strict"; describe("isValidNumber:", function() { beforeEach(function() { intlSetup(true); input = $("<input>"); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); describe("init plugin and call public method isValidNumber", function() { beforeEach(funct...
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/src/spec/tests/methods/setCountry.js
public/style/vendor/intl-tel-input/src/spec/tests/methods/setCountry.js
"use strict"; describe("setCountry: init plugin and calling public method setCountry()", function() { var countryCode = "gb"; beforeEach(function() { intlSetup(); input = $("<input>"); input.intlTelInput(); input.intlTelInput("setCountry", countryCode); }); afterEach(function() { input.i...
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/src/spec/tests/core/usingDropdown.js
public/style/vendor/intl-tel-input/src/spec/tests/core/usingDropdown.js
"use strict"; describe("using dropdown: init plugin with nationalMode=false", function() { beforeEach(function() { intlSetup(); input = $("<input>").appendTo("body"); // nationalMode=false because we're playing with dial codes input.intlTelInput({ nationalMode: false }); }); afterEach...
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/src/spec/tests/core/countrychangeEvent.js
public/style/vendor/intl-tel-input/src/spec/tests/core/countrychangeEvent.js
"use strict"; describe("countrychange event:", function() { var spy; beforeEach(function() { intlSetup(); input = $("<input>"); spy = spyOnEvent(input, 'countrychange'); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); describe("init plugin", function() { ...
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/src/spec/tests/core/multipleInstances.js
public/style/vendor/intl-tel-input/src/spec/tests/core/multipleInstances.js
"use strict"; describe("multiple instances: init plugin (with nationalMode=false) to test multiple instances", function() { var input2, afghanistanCountryCode = "af", albaniaCountryCode = "al", chinaCountryCode = "cn", chinaDialCode = "+86"; beforeEach(function() { intlSetup(); input = $(...
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/src/spec/tests/core/usingInput.js
public/style/vendor/intl-tel-input/src/spec/tests/core/usingInput.js
"use strict"; describe("using input: init plugin with nationalMode=false", function() { beforeEach(function() { intlSetup(); input = $("<input>"); // nationalMode=false because we want to play with dial codes input.intlTelInput({ nationalMode: false }); }); afterEach(function() { ...
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/src/spec/tests/core/initialValues.js
public/style/vendor/intl-tel-input/src/spec/tests/core/initialValues.js
"use strict"; describe("initial values:", function() { beforeEach(function() { intlSetup(); }); afterEach(function() { input.intlTelInput("destroy"); input = null; }); describe("init vanilla plugin on empty input", function() { beforeEach(function() { input = $("<input>"); i...
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/src/spec/tests/core/dropdownShortcuts.js
public/style/vendor/intl-tel-input/src/spec/tests/core/dropdownShortcuts.js
"use strict"; describe("dropdown shortcuts: init plugin (with nationalMode=false) to test keyboard shortcuts", function() { beforeEach(function() { intlSetup(); input = $("<input>").appendTo("body"); input.intlTelInput({ nationalMode: false }); }); afterEach(function() { input.intlTel...
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/build/js/intlTelInput.js
public/style/vendor/intl-tel-input/build/js/intlTelInput.js
/* * International Telephone Input v8.5.2 * https://github.com/jackocnr/intl-tel-input.git * Licensed under the MIT license */ // wrap in UMD - see https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js (function(factory) { if (typeof define === "function" && define.amd) { define([ "jquery" ],...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/build/js/intlTelInput.min.js
public/style/vendor/intl-tel-input/build/js/intlTelInput.min.js
/* * International Telephone Input v8.5.2 * https://github.com/jackocnr/intl-tel-input.git * Licensed under the MIT license */ !function(a){"function"==typeof define&&define.amd?define(["jquery"],function(b){a(b,window,document)}):"object"==typeof module&&module.exports?module.exports=a(require("jquery"),window,doc...
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/build/js/utils.js
public/style/vendor/intl-tel-input/build/js/utils.js
(function(){var k,aa=this;function m(a,b){var c=a.split("."),d=aa;c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(var e;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b}function n(a,b){function c(){}c.prototype=b.prototype;a.ba=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.ha=...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
true
zizohassan/laraflat
https://github.com/zizohassan/laraflat/blob/f17dbf66c5f6f5844998dd8bf45e4b4d91f41890/public/style/vendor/intl-tel-input/examples/js/defaultCountryIp.js
public/style/vendor/intl-tel-input/examples/js/defaultCountryIp.js
$("#phone").intlTelInput({ initialCountry: "auto", geoIpLookup: function(callback) { $.get('http://ipinfo.io', function() {}, "jsonp").always(function(resp) { var countryCode = (resp && resp.country) ? resp.country : ""; callback(countryCode); }); }, utilsScript: "../../build/js/utils.js" //...
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/hiddenInput.js
public/style/vendor/intl-tel-input/examples/js/hiddenInput.js
$("#phone").intlTelInput({ utilsScript: "../../build/js/utils.js" // just for formatting/placeholders etc }); // update the hidden input on submit $("form").submit(function() { $("#hidden").val($("#phone").intlTelInput("getNumber")); });
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/modifyCountryData.js
public/style/vendor/intl-tel-input/examples/js/modifyCountryData.js
var countryData = $.fn.intlTelInput.getCountryData(); $.each(countryData, function(i, country) { country.name = country.name.replace(/.+\((.+)\)/,"$1"); }); $("#phone").intlTelInput({ utilsScript: "../../build/js/utils.js" // just for formatting/placeholders etc });
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/nationalMode.js
public/style/vendor/intl-tel-input/examples/js/nationalMode.js
var input = $("#phone"), output = $("#output"); input.intlTelInput({ nationalMode: true, utilsScript: "../../build/js/utils.js" // just for formatting/placeholders etc }); // listen to "keyup", but also "change" to update when the user selects a country input.on("keyup change", function() { var intlNumber = i...
javascript
MIT
f17dbf66c5f6f5844998dd8bf45e4b4d91f41890
2026-01-05T03:38:40.536480Z
false