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
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-rm.js
/* Romansh initialisation for the jQuery UI date picker plugin. */ /* Written by Yvonne Gienal (yvonne.gienal@educa.ch). */ jQuery(function($){ $.datepicker.regional['rm'] = { closeText: 'Serrar', prevText: '<Suandant', nextText: 'Precedent>', currentText: 'Actual', monthNames: ['Schaner','Favrer',...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-fa.js
/* Persian (Farsi) Translation for the jQuery UI date picker plugin. */ /* Javad Mowlanezhad -- jmowla@gmail.com */ /* Jalali calendar should supported soon! (Its implemented but I have to test it) */ jQuery(function($) { $.datepicker.regional['fa'] = { closeText: 'بستن', prevText: '<قبلی', nextText: 'بعدی&...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-sq.js
/* Albanian initialisation for the jQuery UI date picker plugin. */ /* Written by Flakron Bytyqi (flakron@gmail.com). */ jQuery(function($){ $.datepicker.regional['sq'] = { closeText: 'mbylle', prevText: '<mbrapa', nextText: 'Përpara>', currentText: 'sot', monthNames: ['Janar','Shkurt','Mars','Pril...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ko.js
/* Korean initialisation for the jQuery calendar extension. */ /* Written by DaeKwon Kang (ncrash.dk@gmail.com), Edited by Genie. */ jQuery(function($){ $.datepicker.regional['ko'] = { closeText: '닫기', prevText: '이전달', nextText: '다음달', currentText: '오늘', monthNames: ['1월','2월','3월','4월','5월','6월', '7월','8월...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ms.js
/* Malaysian initialisation for the jQuery UI date picker plugin. */ /* Written by Mohd Nawawi Mohamad Jamili (nawawi@ronggeng.net). */ jQuery(function($){ $.datepicker.regional['ms'] = { closeText: 'Tutup', prevText: '<Sebelum', nextText: 'Selepas>', currentText: 'hari ini', monthNames: ['Januari'...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-sr.js
/* Serbian i18n for the jQuery UI date picker plugin. */ /* Written by Dejan Dimić. */ jQuery(function($){ $.datepicker.regional['sr'] = { closeText: 'Затвори', prevText: '<', nextText: '>', currentText: 'Данас', monthNames: ['Јануар','Фебруар','Март','Април','Мај','Јун', 'Јул','Август','Септемба...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-et.js
/* Estonian initialisation for the jQuery UI date picker plugin. */ /* Written by Mart Sõmermaa (mrts.pydev at gmail com). */ jQuery(function($){ $.datepicker.regional['et'] = { closeText: 'Sulge', prevText: 'Eelnev', nextText: 'Järgnev', currentText: 'Täna', monthNames: ['Jaanuar','Veebruar','Märts','Aprill...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-no.js
/* Norwegian initialisation for the jQuery UI date picker plugin. */ /* Written by Naimdjon Takhirov (naimdjon@gmail.com). */ jQuery(function($){ $.datepicker.regional['no'] = { closeText: 'Lukk', prevText: '«Forrige', nextText: 'Neste»', currentText: 'I dag', monthNames: ['januar','februar','mars...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ca.js
/* Inicialització en català per a l'extensió 'UI date picker' per jQuery. */ /* Writers: (joan.leon@gmail.com). */ jQuery(function($){ $.datepicker.regional['ca'] = { closeText: 'Tanca', prevText: 'Anterior', nextText: 'Següent', currentText: 'Avui', monthNames: ['gener','febrer','març','abril','maig','juny'...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-es.js
/* Inicialización en español para la extensión 'UI date picker' para jQuery. */ /* Traducido por Vester (xvester@gmail.com). */ jQuery(function($){ $.datepicker.regional['es'] = { closeText: 'Cerrar', prevText: '<Ant', nextText: 'Sig>', currentText: 'Hoy', monthNames: ['Enero','Febrero','Marzo','Ab...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-de.js
/* German initialisation for the jQuery UI date picker plugin. */ /* Written by Milian Wolff (mail@milianw.de). */ jQuery(function($){ $.datepicker.regional['de'] = { closeText: 'schließen', prevText: '<zurück', nextText: 'Vor>', currentText: 'heute', monthNames: ['Januar','Februar','März','April',...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-en-NZ.js
/* English/New Zealand initialisation for the jQuery UI date picker plugin. */ /* Based on the en-GB initialisation. */ jQuery(function($){ $.datepicker.regional['en-NZ'] = { closeText: 'Done', prevText: 'Prev', nextText: 'Next', currentText: 'Today', monthNames: ['January','February','March','April','May','...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-lb.js
/* Luxembourgish initialisation for the jQuery UI date picker plugin. */ /* Written by Michel Weimerskirch <michel@weimerskirch.net> */ jQuery(function($){ $.datepicker.regional['lb'] = { closeText: 'Fäerdeg', prevText: 'Zréck', nextText: 'Weider', currentText: 'Haut', monthNames: ['Januar','Februar','Mäerz'...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-af.js
/* Afrikaans initialisation for the jQuery UI date picker plugin. */ /* Written by Renier Pretorius. */ jQuery(function($){ $.datepicker.regional['af'] = { closeText: 'Selekteer', prevText: 'Vorige', nextText: 'Volgende', currentText: 'Vandag', monthNames: ['Januarie','Februarie','Maart','April','Mei','Junie...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-fr-CH.js
/* Swiss-French initialisation for the jQuery UI date picker plugin. */ /* Written Martin Voelkle (martin.voelkle@e-tc.ch). */ jQuery(function($){ $.datepicker.regional['fr-CH'] = { closeText: 'Fermer', prevText: '&#x3C;Préc', nextText: 'Suiv&#x3E;', currentText: 'Courant', monthNames: ['Janvier','Février','...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-ro.js
/* Romanian initialisation for the jQuery UI date picker plugin. * * Written by Edmond L. (ll_edmond@walla.com) * and Ionut G. Stan (ionut.g.stan@gmail.com) */ jQuery(function($){ $.datepicker.regional['ro'] = { closeText: 'Închide', prevText: '&#xAB; Luna precedentă', nextText: 'Luna următoare &#xBB;', cu...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-vi.js
/* Vietnamese initialisation for the jQuery UI date picker plugin. */ /* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */ jQuery(function($){ $.datepicker.regional['vi'] = { closeText: 'Đóng', prevText: '&#x3C;Trước', nextText: 'Tiếp&#x3E;', currentText: 'Hôm nay', monthNames: ['Tháng Một', 'Tháng H...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-lv.js
/* Latvian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* @author Arturas Paleicikas <arturas.paleicikas@metasite.net> */ jQuery(function($){ $.datepicker.regional['lv'] = { closeText: 'Aizvērt', prevText: 'Iepr', nextText: 'Nāka', currentText: 'Šodien', monthNames: ['Janvāris','Februāris...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-pl.js
/* Polish initialisation for the jQuery UI date picker plugin. */ /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ jQuery(function($){ $.datepicker.regional['pl'] = { closeText: 'Zamknij', prevText: '&#x3C;Poprzedni', nextText: 'Następny&#x3E;', currentText: 'Dziś', monthNames: ['Styczeń','Luty','Ma...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-eu.js
/* Euskarako oinarria 'UI date picker' jquery-ko extentsioarentzat */ /* Karrikas-ek itzulia (karrikas@karrikas.com) */ jQuery(function($){ $.datepicker.regional['eu'] = { closeText: 'Egina', prevText: '&#x3C;Aur', nextText: 'Hur&#x3E;', currentText: 'Gaur', monthNames: ['urtarrila','otsaila','martxoa','apir...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-nl-BE.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/jquery-ui/ui/i18n/jquery.ui.datepicker-nl-BE.js
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ /* David De Sloovere @DavidDeSloovere */ jQuery(function($){ $.datepicker.regional['nl-BE'] = { closeText: 'Sluiten', prevText: '←', nextText: '→', currentText: 'Vandaag', monthNames: ['januari', 'februari', 'maart', 'april', 'mei', '...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/file1.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/file1.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global brackets, require */ var A1 = { propA : 1 }, A2 = { propA : 2 }, A3 = A2;
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/file2.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/file2.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, describe, it, xit, expect, beforeEach, afterEach, waitsFor, runs, $, brackets, waitsForDone */ function nonAsciiTest() { var hope; // unknown type var month = getMonthName(5); A1.propA =...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/tokens.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/tokens.js
function foo () { } var regExp = /{{0}}foo()/; /* {{1}}foo() */ // {{2}}foo() var str1 = "{{3}}foo()", str2 = '{{4}}foo()';
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/test1main.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/test1main.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global func1: false, func2: false, func3: false */ var a = {{0}}func1(); var b = fun{{1}}c2(); var c = func3{{2}}();
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/test1inline.js
src/extensions/default/JavaScriptQuickEdit/unittest-files/syntax/test1inline.js
{{0}}function func1() { // comment } /* * comment */ {{1}}var func2 = function() { {{2}} func3: function() { /* comment */ } } function func4() { return func1(); } function func5() { return true; }
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/InAppNotifications/main.js
src/extensions/default/InAppNotifications/main.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PrefsCodeHints/unittests.js
src/extensions/default/PrefsCodeHints/unittests.js
/* * Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PrefsCodeHints/main.js
src/extensions/default/PrefsCodeHints/main.js
/* * Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/QuickOpenCSS/main.js
src/extensions/default/QuickOpenCSS/main.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PhpTooling/unittests.js
src/extensions/default/PhpTooling/unittests.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PhpTooling/main.js
src/extensions/default/PhpTooling/main.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PhpTooling/client.js
src/extensions/default/PhpTooling/client.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PhpTooling/PHPSymbolProviders.js
src/extensions/default/PhpTooling/PHPSymbolProviders.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/PhpTooling/CodeHintsProvider.js
src/extensions/default/PhpTooling/CodeHintsProvider.js
/* * Copyright (c) 2019 - present Adobe. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, co...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/RecentProjects/unittests.js
src/extensions/default/RecentProjects/unittests.js
/* * Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/RecentProjects/main.js
src/extensions/default/RecentProjects/main.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/QuickView/unittests.js
src/extensions/default/QuickView/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/QuickView/main.js
src/extensions/default/QuickView/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/QuickView/unittest-files/test.js
src/extensions/default/QuickView/unittest-files/test.js
/* Sample JS for testing the QuickView extension. */ function green() { // generate green colors var color = "green", tan = Math.tan; return tan(array["red"], array[red]); } darkgray // #123456 // :rgb(65, 43, 21)
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/CSSCodeHints/unittests.js
src/extensions/default/CSSCodeHints/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/CSSCodeHints/main.js
src/extensions/default/CSSCodeHints/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/NoDistractions/main.js
src/extensions/default/NoDistractions/main.js
/* * Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/StateHandler.js
src/extensions/default/AutoUpdate/StateHandler.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/MessageIds.js
src/extensions/default/AutoUpdate/MessageIds.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/main.js
src/extensions/default/AutoUpdate/main.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/UpdateStatus.js
src/extensions/default/AutoUpdate/UpdateStatus.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/UpdateInfoBar.js
src/extensions/default/AutoUpdate/UpdateInfoBar.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/AutoUpdate/node/AutoUpdateDomain.js
src/extensions/default/AutoUpdate/node/AutoUpdateDomain.js
/* * Copyright (c) 2018 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/HTMLCodeHints/unittests.js
src/extensions/default/HTMLCodeHints/unittests.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/HTMLCodeHints/main.js
src/extensions/default/HTMLCodeHints/main.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/QuickOpenHTML/main.js
src/extensions/default/QuickOpenHTML/main.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/CloseOthers/unittests.js
src/extensions/default/CloseOthers/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/CloseOthers/main.js
src/extensions/default/CloseOthers/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/CloseOthers/unittest-files/dummy.js
src/extensions/default/CloseOthers/unittest-files/dummy.js
//This is dummy file. To commit unnittest-files folder git needs a file.
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JSLint/unittests.js
src/extensions/default/JSLint/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JSLint/main.js
src/extensions/default/JSLint/main.js
/* * Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JSLint/unittest-files/no-errors.js
src/extensions/default/JSLint/unittest-files/no-errors.js
function foo() { "use strict"; var body = document.body; }
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JSLint/unittest-files/different-indent.js
src/extensions/default/JSLint/unittest-files/different-indent.js
function notAnError() { "use strict"; }
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JSLint/unittest-files/errors.js
src/extensions/default/JSLint/unittest-files/errors.js
// mispelled function keyword funtion foo() {};
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/WrapSelection.js
src/extensions/default/JavaScriptRefactoring/WrapSelection.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/RenameIdentifier.js
src/extensions/default/JavaScriptRefactoring/RenameIdentifier.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/unittests.js
src/extensions/default/JavaScriptRefactoring/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/main.js
src/extensions/default/JavaScriptRefactoring/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/ExtractToVariable.js
src/extensions/default/JavaScriptRefactoring/ExtractToVariable.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the ri...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/RefactoringUtils.js
src/extensions/default/JavaScriptRefactoring/RefactoringUtils.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the ri...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/ExtractToFunction.js
src/extensions/default/JavaScriptRefactoring/ExtractToFunction.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the ri...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptRefactoring/unittest-files/test.js
src/extensions/default/JavaScriptRefactoring/unittest-files/test.js
// Extract to Variable // Declarations var x; var y = 34; function test() { console.log("Testing"); } // Literal x = 923; // Array x = [1, 2, 3]; // Object x = { test1: 12, test2: 45 }; // Property x = x.test1; // Function Expression x = function() { console.log("hello world"); }; // Unary Expre...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/MDNDocs/unittests.js
src/extensions/default/MDNDocs/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/MDNDocs/main.js
src/extensions/default/MDNDocs/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/MDNDocs/InlineDocsViewer.js
src/extensions/default/MDNDocs/InlineDocsViewer.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/HintUtils2.js
src/extensions/default/JavaScriptCodeHints/HintUtils2.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittests.js
src/extensions/default/JavaScriptCodeHints/unittests.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/main.js
src/extensions/default/JavaScriptCodeHints/main.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/fix-acorn.js
src/extensions/default/JavaScriptCodeHints/fix-acorn.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/ParameterHintsProvider.js
src/extensions/default/JavaScriptCodeHints/ParameterHintsProvider.js
/* * Copyright (c) 2013 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file1.js
src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file1.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global brackets, require */ var A1 = { propA : 1 }, A2 = { propA : 2 }, A3 = A2; function funB(paramB1, paramB2) { 'use strict'; var B1 = { propB : 1 }, B2 = { propB : 2 }; functi...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file2.js
src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file2.js
/*jslint vars: true, plusplus: true, devel: true, rhino: true, nomen: true, indent: 4, maxerr: 50 */ /*global crazyGlobal, anotherCrazyGlobal */ var D1 = { propD : 1 }, D2 = { propD : 2 }; function funE(paramE1, paramE2) { 'use strict'; var E1 = { propE : 1 }, E2 = { propE : 2 }; console...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file3.js
src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/file3.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, describe, it, xit, expect, beforeEach, afterEach, waitsFor, runs, $, brackets, waitsForDone */ function funD_file3(a, b) { 'use strict'; var f = function () {return {x: a, y: b}; }; retur...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/MyModule.js
src/extensions/default/JavaScriptCodeHints/unittest-files/basic-test-files/MyModule.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function (require, exports, module) { "use strict"; exports.a = function (a, b) {}; exports.b = function () { return "a string"; }; exports.j = "hi"; ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/app.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/app.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.d = 8; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/a/a.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/a/a.js
var app = app || {}; (function () { 'use strict'; app.a = 1; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/excluded/e.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/excluded/e.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.e = 5; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d3-excluded.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d3-excluded.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.d3Excluded = 43; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d23.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d23.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.d23 = 423; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.d = 4; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d2.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/d/d2.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.d2 = 42; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/c/c.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/c/c.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.c = 3; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/b/b.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/b/b.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.b = 2; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/b/b1/b1.js
src/extensions/default/JavaScriptCodeHints/unittest-files/non-module-test-files/b/b1/b1.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global */ var app = app || {}; (function () { 'use strict'; app.b1 = 21; }());
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/products.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/products.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function (products) { 'use strict'; return { reserveProduct: function () { console.log("Function : reserveProduct"); return true; } }; });
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/module_tests.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/module_tests.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, node: true, nomen: true, indent: 4, maxerr: 50 */ /*global brackets, define, require, $ */ define(function (require, exports, module) { 'use strict'; var moduleName = (function () { // this becomes public due to the reference exposur...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/Car.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/Car.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function (require, exports, module) { "use strict"; exports.name = "Honda"; exports.model = "2013 MDX"; });
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/credits.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/credits.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function () { 'use strict'; return { getCredits: function () { var credits = "100"; return credits; } }; });
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/purchase.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/purchase.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(["credits", "products"], function (credits, products) { 'use strict'; return { purchaseProduct: function () { var credit = credits.getCredits(); if ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/shirt.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/shirt.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function () { 'use strict'; return { color: "black", size: 10, material: function () { return "cotton"; } }; });
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/china/Cup.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/china/Cup.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function (require, exports, module) { "use strict"; function Cup() { this.empty = true; } Cup.prototype.fill = function () { this.empty = false; }...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/china/cupFiller.js
src/extensions/default/JavaScriptCodeHints/unittest-files/module-test-files/china/cupFiller.js
/*jslint vars: true, plusplus: true, devel: true, browser: true, nomen: true, indent: 4, maxerr: 50 */ /*global define, $ */ define(function (require, exports, module) { "use strict"; var Cup = require('china/Cup').Cup; var coffeeCup = new Cup(false); coffeeCup. });
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/JavaScriptCodeHints/thirdparty/requirejs/require.js
src/extensions/default/JavaScriptCodeHints/thirdparty/requirejs/require.js
/* RequireJS 2.1.1 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved. Available via the MIT or new BSD license. see: http://github.com/jrburke/requirejs for details */ var requirejs,require,define; (function(W){function D(b){return M.call(b)==="[object Function]"}function E(b){return M.call(b)==="[obj...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
false
adobe/brackets
https://github.com/adobe/brackets/blob/d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a/src/extensions/default/SVGCodeHints/unittests.js
src/extensions/default/SVGCodeHints/unittests.js
/* * Copyright (c) 2015 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
javascript
MIT
d55ac606ac44e7169dbeaf959c9ed47dac6a6b9a
2026-01-04T15:00:40.278945Z
true