mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
cleaned-up headers
This commit is contained in:
parent
26109abe15
commit
1d345f6c14
4
Finch/Finch.d.ts
vendored
4
Finch/Finch.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Finch 0.5.13
|
||||
// Project: https://github.com/stoodder/finchjs
|
||||
// Definitions by: https://github.com/DavidSichau
|
||||
// Project: https://github.com/stoodder/finchjs
|
||||
// Definitions by: David Sichau <https://github.com/DavidSichau>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
4
amplifyjs/amplifyjs.d.ts
vendored
4
amplifyjs/amplifyjs.d.ts
vendored
@ -1,10 +1,10 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for AmplifyJs 1.1.0
|
||||
// Project: http://amplifyjs.com/
|
||||
// Definitions by: Jonas Eriksson <https://github.com/joeriks/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface amplifyRequestSettings {
|
||||
resourceId: string;
|
||||
data?: any;
|
||||
|
||||
2
angular-translate/angular-translate.d.ts
vendored
2
angular-translate/angular-translate.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Angular Translate (pascalprecht.translate module)
|
||||
// Project: https://github.com/PascalPrecht/angular-translate
|
||||
// Definitions by: Michel Salib <michelsalib@hotmail.com>
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
2
angular-ui/angular-ui-router.d.ts
vendored
2
angular-ui/angular-ui-router.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Angular JS 1.1.5+ (ui.router module)
|
||||
// Project: https://github.com/angular-ui/ui-router
|
||||
// Definitions by: Michel Salib <michelsalib@hotmail.com>
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
2
angularjs/angular-animate.d.ts
vendored
2
angularjs/angular-animate.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Angular JS 1.2+ (ngAnimate module)
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Michel Salib <michelsalib@hotmail.com>
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="angular.d.ts" />
|
||||
|
||||
2
angularjs/angular-cookies.d.ts
vendored
2
angularjs/angular-cookies.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
/// Type definitions for Angular JS 1.2 (ngCookies module)
|
||||
// Type definitions for Angular JS 1.2 (ngCookies module)
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
2
angularjs/angular-resource.d.ts
vendored
2
angularjs/angular-resource.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Angular JS 1.2 (ngResource module)
|
||||
// Project: http://angularjs.org
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Michael Jess <http://github.com/miffels> (minor enhancements)
|
||||
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Michael Jess <http://github.com/miffels>
|
||||
// Definitions: https://github.com/daptiv/DefinitelyTyped
|
||||
|
||||
/// <reference path="angular.d.ts" />
|
||||
|
||||
7
ansicolors/ansicolors.d.ts
vendored
7
ansicolors/ansicolors.d.ts
vendored
@ -1,4 +1,9 @@
|
||||
// Type definitions for ansicolors
|
||||
// Project: https://github.com/thlorenz/ansicolors
|
||||
// Definitions by: rogierschouten <https://github.com/rogierschouten>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "ansicolors" {
|
||||
var colors: {[index: string]: (s: string) => string;};
|
||||
export = colors;
|
||||
export = colors;
|
||||
}
|
||||
|
||||
4
asciify/asciify.d.ts
vendored
4
asciify/asciify.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for asciify 1.3.5
|
||||
// Project: https://www.npmjs.org/package/asciify
|
||||
// Definitions by: Alan Norbauer http://alan.norbauer.com
|
||||
// Definitions by: Alan Norbauer <http://alan.norbauer.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
@ -26,4 +26,4 @@ declare module "asciify" {
|
||||
}
|
||||
|
||||
export = asciify
|
||||
}
|
||||
}
|
||||
|
||||
4
auth0.widget/auth0.widget.d.ts
vendored
4
auth0.widget/auth0.widget.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for Auth0Widget.js
|
||||
// Project: Auth0.com
|
||||
// Project: http://auth0.com
|
||||
// Definitions by: Robert McLaws <https://github.com/advancedrei>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@ -45,4 +45,4 @@ declare var Auth0Widget: Auth0WidgetStatic;
|
||||
|
||||
declare module "Auth0Widget" {
|
||||
export = Auth0Widget
|
||||
}
|
||||
}
|
||||
|
||||
4
auth0/auth0.d.ts
vendored
4
auth0/auth0.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for Auth0.js
|
||||
// Project: Auth0.com
|
||||
// Project: http://auth0.com
|
||||
// Definitions by: Robert McLaws <https://github.com/advancedrei>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@ -130,4 +130,4 @@ declare var Auth0: Auth0Static;
|
||||
|
||||
declare module "Auth0" {
|
||||
export = Auth0
|
||||
}
|
||||
}
|
||||
|
||||
4
backbone/backbone.d.ts
vendored
4
backbone/backbone.d.ts
vendored
@ -1,10 +1,8 @@
|
||||
// Type definitions for Backbone 1.0.0
|
||||
// Project: http://backbonejs.org/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo/>
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Natan Vivo <https://github.com/nvivo/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="../underscore/underscore.d.ts" />
|
||||
|
||||
|
||||
2
chai-datetime/chai-datetime.d.ts
vendored
2
chai-datetime/chai-datetime.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for chai-datetime
|
||||
// Project: https://github.com/gaslight/chai-datetime.git
|
||||
// Definitions by: Cliff Burger <https://github.com/cliffburger/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../chai/chai.d.ts" />
|
||||
|
||||
|
||||
2
chai-jquery/chai-jquery.d.ts
vendored
2
chai-jquery/chai-jquery.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for chai-jquery 1.1.1
|
||||
// Project: https://github.com/chaijs/chai-jquery
|
||||
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../chai/chai.d.ts" />
|
||||
|
||||
|
||||
3
chai/chai.d.ts
vendored
3
chai/chai.d.ts
vendored
@ -1,8 +1,7 @@
|
||||
// Type definitions for chai 1.7.2
|
||||
// Project: http://chaijs.com/
|
||||
// Definitions by: Jed Hunsaker <https://github.com/jedhunsaker/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module chai {
|
||||
|
||||
|
||||
4
chrome/chrome-app.d.ts
vendored
4
chrome/chrome-app.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for Chrome packaged application development.
|
||||
// Type definitions for Chrome packaged application development
|
||||
// Project: http://developer.chrome.com/apps/
|
||||
// Definitions by: Adam Lay <https://github.com/AdamLay>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@ -92,4 +92,4 @@ declare module chrome.app.window {
|
||||
var onMaximized: WindowEvent;
|
||||
var onMinimized: WindowEvent;
|
||||
var onRestored: WindowEvent;
|
||||
}
|
||||
}
|
||||
|
||||
4
chrome/chrome.d.ts
vendored
4
chrome/chrome.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Chrome extension development.
|
||||
// Type definitions for Chrome extension development
|
||||
// Project: http://developer.chrome.com/extensions/
|
||||
// Definitions by: Matthew Kimber <https://github.com/matthewkimber> and otiai10 <https://github.com/otiai10>
|
||||
// Definitions by: Matthew Kimber <https://github.com/matthewkimber>, otiai10 <https://github.com/otiai10>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
////////////////////
|
||||
|
||||
4
cordova/cordova.d.ts
vendored
4
cordova/cordova.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for Apache Cordova.
|
||||
// Type definitions for Apache Cordova
|
||||
// Project: http://cordova.apache.org
|
||||
// Definitions by: Microsoft Open Technologies, Inc. <http://msopentech.com>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@ -57,4 +57,4 @@ interface UrlUtil {
|
||||
}
|
||||
|
||||
/** Apache Cordova instance */
|
||||
declare var cordova: Cordova;
|
||||
declare var cordova: Cordova;
|
||||
|
||||
4
createjs-lib/createjs-lib.d.ts
vendored
4
createjs-lib/createjs-lib.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for EaselJS 0.7.1, TweenJS 0.5.1, SoundJS 0.5.2, PreloadJS 0.4.1
|
||||
// Project: http://www.createjs.com/#!/EaselJS
|
||||
// Type definitions for CreateJS
|
||||
// Project: http://www.createjs.com/
|
||||
// Definitions by: Pedro Ferreira <https://bitbucket.org/drk4>, Chris Smith <https://github.com/evilangelist>, Satoru Kimura <https://github.com/gyohk>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
4
createjs/createjs.d.ts
vendored
4
createjs/createjs.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for EaselJS 0.7.1, TweenJS 0.5.1, SoundJS 0.5.2, PreloadJS 0.4.1
|
||||
// Project: http://www.createjs.com/#!/EaselJS
|
||||
// Type definitions for CreateJS
|
||||
// Project: http://www.createjs.com/
|
||||
// Definitions by: Pedro Ferreira <https://bitbucket.org/drk4>, Chris Smith <https://github.com/evilangelist>, Satoru Kimura <https://github.com/gyohk>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
2
crossroads/crossroads.d.ts
vendored
2
crossroads/crossroads.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Crossroads.js
|
||||
// Project: http://millermedeiros.github.io/crossroads.js/
|
||||
// Definitions by: Diullei Gomes <https://github.com/diullei>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../js-signals/js-signals.d.ts" />
|
||||
|
||||
|
||||
2
expect.js/expect.js.d.ts
vendored
2
expect.js/expect.js.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for expect.js 0.2.0
|
||||
// Project: https://github.com/LearnBoost/expect.js
|
||||
// Definitions by: Teppei Sato <https://github.com/teppeis>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare function expect(target?: any): Expect.Root;
|
||||
|
||||
|
||||
4
expectations/expectations.d.ts
vendored
4
expectations/expectations.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for expectations.js 0.2.5
|
||||
// Project: https://github.com/spmason/expectations
|
||||
// Definitions by: vvakame <https://github.com/vvakame>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare var expect:Expectations.IExpectations;
|
||||
|
||||
@ -57,4 +57,4 @@ declare module Expectations {
|
||||
|
||||
fail(why?:string, what?:any):any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
express-validator/express-validator.d.ts
vendored
2
express-validator/express-validator.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for express-validator
|
||||
// Project: https://github.com/ctavan/express-validator
|
||||
// Definitions by: Nathan Ridley <https://github.com/axefrog/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module ExpressValidator {
|
||||
export interface ValidationError {
|
||||
|
||||
2
express/express.d.ts
vendored
2
express/express.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Express 3.1
|
||||
// Project: http://expressjs.com
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/* =================== USAGE ===================
|
||||
|
||||
|
||||
2
fabricjs/fabricjs.d.ts
vendored
2
fabricjs/fabricjs.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for FabricJS
|
||||
// Project: http://fabricjs.com/
|
||||
// Definitions by: Oliver Klemencic <https://github.com/oklemencic/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module fabric {
|
||||
|
||||
|
||||
2
filesystem/filesystem.d.ts
vendored
2
filesystem/filesystem.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type Definitions for File System API
|
||||
// Type definitions for File System API
|
||||
// Project: http://www.w3.org/TR/file-system-api/
|
||||
// Definitions by: Kon <http://phyzkit.net/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
2
filewriter/filewriter.d.ts
vendored
2
filewriter/filewriter.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type Definitions for File API: Writer
|
||||
// Type definitions for File API: Writer
|
||||
// Project: http://www.w3.org/TR/file-writer-api/
|
||||
// Definitions by: Kon <http://phyzkit.net/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
4
gldatepicker/gldatepicker.d.ts
vendored
4
gldatepicker/gldatepicker.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for glDatePicker 2.0
|
||||
// Project: http://glad.github.com/glDatePicker/
|
||||
// Definitions by: Dániel Tar https://github.com/qcz
|
||||
// Definitions by: Dániel Tar <https://github.com/qcz>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
@ -66,4 +66,4 @@ interface GlDatePicker {
|
||||
interface JQuery {
|
||||
glDatePicker(ret: boolean): GlDatePicker;
|
||||
glDatePicker(options?: GlDatePickerOptions): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
/// <reference path="../googlemaps/google.maps.d.ts" />
|
||||
|
||||
// Type definitions for CSS3 InfoBubble with tabs for Google Maps API V3
|
||||
// Project: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/src/
|
||||
// Definitions by: Johan Nilsson https://github.com/Dashue
|
||||
// Definitions by: Johan Nilsson <https://github.com/Dashue>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../googlemaps/google.maps.d.ts" />
|
||||
|
||||
/**
|
||||
* @name CSS3 InfoBubble with tabs for Google Maps API V3
|
||||
* @version 0.8
|
||||
@ -105,4 +105,4 @@ declare module google.maps.infobubble {
|
||||
*/
|
||||
shadowStyle?: number;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
3
highlightjs/highlightjs.d.ts
vendored
3
highlightjs/highlightjs.d.ts
vendored
@ -1,7 +1,8 @@
|
||||
// Type definitions for highlight.js
|
||||
// Project: https://github.com/isagalaev/highlight.js
|
||||
// Definitions by: Niklas Mollenhauer <https://github.com/nikeee/>
|
||||
// Definitions by: Niklas Mollenhauer <https://github.com/nikeee/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "highlight.js"
|
||||
{
|
||||
module hljs
|
||||
|
||||
2
humane/humane.d.ts
vendored
2
humane/humane.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Humane 3.0
|
||||
// Project: http://wavded.github.com/humane-js/
|
||||
// Definitions by: jmvrbanac <https://github.com/jmvrbanac>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
interface HumaneOptions {
|
||||
|
||||
4
i18next/i18next.d.ts
vendored
4
i18next/i18next.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for i18next (v1.5.10 incl. jQuery)
|
||||
// Type definitions for i18next v1.5.10
|
||||
// Project: http://i18next.com
|
||||
// Definitions by: Maarten Docter <https://github.com/mdocter> - Blog: http://www.maartendocter.nl
|
||||
// Definitions by: Maarten Docter <https://github.com/mdocter>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// Sources: https://github.com/jamuhl/i18next/
|
||||
|
||||
2
iscroll/iscroll-lite.d.ts
vendored
2
iscroll/iscroll-lite.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for iScroll Lite 4.1
|
||||
// Project: http://cubiq.org/iscroll-4
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> and Christiaan Rakowski <https://github.com/csrakowski/>
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christiaan Rakowski <https://github.com/csrakowski/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
2
iscroll/iscroll.d.ts
vendored
2
iscroll/iscroll.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for iScroll 4.2
|
||||
// Project: http://cubiq.org/iscroll-4
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> and Christiaan Rakowski <https://github.com/csrakowski/>
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christiaan Rakowski <https://github.com/csrakowski/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
4
jasmine-fixture/jasmine-fixture.d.ts
vendored
4
jasmine-fixture/jasmine-fixture.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Jasmine-fixture 1.0.7
|
||||
// Project: https://github.com/searls/jasmine-fixture
|
||||
// Definitions by: Craig Brett <https://github.com/craigbrett17/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/** Affixes the given jquery selectors into the body and will be removed after each spec
|
||||
* @param {string} selector The JQuery selector to be added to the dom
|
||||
@ -13,4 +13,4 @@ interface JQuery {
|
||||
* @param {string} selector The JQuery selector to be added to the dom
|
||||
*/
|
||||
affix(selector: string): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
2
jasmine-jquery/jasmine-jquery.d.ts
vendored
2
jasmine-jquery/jasmine-jquery.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Jasmine-JQuery 1.5.8
|
||||
// Project: https://github.com/velesin/jasmine-jquery
|
||||
// Definitions by: Gregor Stamac <https://github.com/gstamac/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jasmine/jasmine.d.ts"/>
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
2
jasmine/jasmine.d.ts
vendored
2
jasmine/jasmine.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Jasmine 2.0
|
||||
// Project: http://pivotal.github.com/jasmine/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
declare function describe(description: string, specDefinitions: () => void): void;
|
||||
|
||||
2
jasmine/legacy/jasmine-1.3.d.ts
vendored
2
jasmine/legacy/jasmine-1.3.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Jasmine 1.3
|
||||
// Project: http://pivotal.github.com/jasmine/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
declare function describe(description: string, specDefinitions: () => void): void;
|
||||
|
||||
2
jqrangeslider/jqrangeslider.d.ts
vendored
2
jqrangeslider/jqrangeslider.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQRangeSlider 4.2.8
|
||||
// Project: http://ghusse.github.com/jQRangeSlider
|
||||
// Definitions by: Dániel Tar https://github.com/qcz
|
||||
// Definitions by: Dániel Tar <https://github.com/qcz>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
2
jquery.address/jquery.address.d.ts
vendored
2
jquery.address/jquery.address.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery.Address 1.5
|
||||
// Project: https://github.com/asual/jquery-address
|
||||
// Definitions by: Martin Duparc <@martinduparc>
|
||||
// Definitions by: Martin Duparc <https://github.com/martinduparc>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// Type definitions for jquery.clientSideLogging.
|
||||
// Type definitions for jquery.clientSideLogging
|
||||
// Project: https://github.com/remybach/jQuery.clientSideLogging
|
||||
// Definitions by: Diullei Gomes <https://github.com/diullei>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
2
jquery.colorbox/jquery.colorbox.d.ts
vendored
2
jquery.colorbox/jquery.colorbox.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery.Colorbox 1.4.15
|
||||
// Project: http://www.jacklmoore.com/colorbox/
|
||||
// Definitions by: Gidon Junge <@gjunge>
|
||||
// Definitions by: Gidon Junge <https://github.com/gjunge>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
6
jquery.cycle/jquery.cycle.d.ts
vendored
6
jquery.cycle/jquery.cycle.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery.cycle.js 2.9999.81 (15-JAN-2013)
|
||||
// Type definitions for jQuery.cycle.js
|
||||
// Project: http://jquery.malsup.com/cycle/
|
||||
// Definitions by: François Guillot <http://fguillot.developpez.com/>
|
||||
// Definitions by: François Guillot <http://fguillot.developpez.com/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
@ -90,4 +90,4 @@ interface Cycle {
|
||||
|
||||
interface JQuery {
|
||||
cycle: Cycle;
|
||||
}
|
||||
}
|
||||
|
||||
5
jquery.cycle2/jquery.cycle2.d.ts
vendored
5
jquery.cycle2/jquery.cycle2.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
// Type definitions for jQuery Cycle2 version 2.1.2 (build 20140216)
|
||||
// Project: http://jquery.malsup.com/cycle2/ (also https://github.com/malsup/cycle2)
|
||||
// Project: http://jquery.malsup.com/cycle2/
|
||||
// https://github.com/malsup/cycle2
|
||||
// Definitions by: Donny Nadolny <https://github.com/dnadolny/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@ -140,4 +141,4 @@ declare module JQueryCycle2 {
|
||||
interface Transition {
|
||||
before(opts: Options, curr: Element, next: Element, fwd: boolean): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
jquery.dynatree/jquery.dynatree.d.ts
vendored
4
jquery.dynatree/jquery.dynatree.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jquery.dynatree 1.2.5
|
||||
// Project: http://code.google.com/p/dynatree/
|
||||
// Definitions by: https://github.com/fdecampredon
|
||||
// Definitions by: François de Campredon <https://github.com/fdecampredon>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
@ -241,4 +241,4 @@ interface DynatreeNamespace {
|
||||
getNode(element: HTMLElement): DynaTreeNode;
|
||||
getPersistData(cookieId: string, cookieOpts: DynaTreeCookieOptions): any;
|
||||
version: number;
|
||||
}
|
||||
}
|
||||
|
||||
4
jquery.pnotify/jquery.pnotify.d.ts
vendored
4
jquery.pnotify/jquery.pnotify.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jquery.pnotify 1.3.1
|
||||
// Project: https://github.com/sciactive/pnotify
|
||||
// Definitions by: https://github.com/DavidSichau
|
||||
// Project: https://github.com/sciactive/pnotify
|
||||
// Definitions by: David Sichau <https://github.com/DavidSichau>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
2
jquery.tagsmanager/jquery.tagsmanager.d.ts
vendored
2
jquery.tagsmanager/jquery.tagsmanager.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery Tags Manager
|
||||
// Project: http://welldonethings.com/tags/manager
|
||||
// Definitions by: https://github.com/vbortone
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
2
jquery.timepicker/jquery.timepicker.d.ts
vendored
2
jquery.timepicker/jquery.timepicker.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jQuery UI Timepicker 0.3
|
||||
// Project: http://fgelinas.com/code/timepicker/
|
||||
// Definitions by: https://github.com/anwarjaved
|
||||
// Definitions by: Anwar Javed <https://github.com/anwarjaved>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
// Type definitions for jQuery UI DateTimePicker 0.3 Addon
|
||||
//
|
||||
// Type definitions for jQuery UI DateTimePicker 0.3
|
||||
// Project: http://trentrichardson.com/examples/timepicker/
|
||||
// Definitions by: https://github.com/dougajmcdonald
|
||||
// Definitions by: dougajmcdonald <https://github.com/dougajmcdonald>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
2
jquery.validation/jquery.validation.d.ts
vendored
2
jquery.validation/jquery.validation.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for jquery.validation 1.11.1
|
||||
// Project: http://jqueryvalidation.org/
|
||||
// Definitions by: https://github.com/fdecampredon , https://github.com/johnnyreilly
|
||||
// Definitions by: François de Campredon <https://github.com/fdecampredon>, Johj Reilly <https://github.com/johnnyreilly>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
4
jquery.watermark/jquery.watermark.d.ts
vendored
4
jquery.watermark/jquery.watermark.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Watermark plugin for jQuery 3.1
|
||||
// Project: http://jquery-watermark.googlecode.com
|
||||
// Definitions by: https://github.com/anwarjaved
|
||||
// Definitions by: Anwar Javed <https://github.com/anwarjaved>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
@ -27,4 +27,4 @@ interface JQuery {
|
||||
|
||||
interface JQueryStatic {
|
||||
watermark: Watermark;
|
||||
}
|
||||
}
|
||||
|
||||
4
js-fixtures/fixtures.d.ts
vendored
4
js-fixtures/fixtures.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for js-fixtures 1.2.0
|
||||
// Project: https://github.com/badunk/js-fixtures
|
||||
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface Fixtures {
|
||||
path: string;
|
||||
@ -18,4 +18,4 @@ interface Fixtures {
|
||||
cleanUp(): void;
|
||||
}
|
||||
|
||||
declare var fixtures: Fixtures;
|
||||
declare var fixtures: Fixtures;
|
||||
|
||||
2
js-signals/js-signals.d.ts
vendored
2
js-signals/js-signals.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for JS-Signals
|
||||
// Project: http://millermedeiros.github.io/js-signals/
|
||||
// Definitions by: Diullei Gomes <https://github.com/diullei>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface SignalBinding {
|
||||
active: boolean;
|
||||
|
||||
2
js-url/js-url.d.ts
vendored
2
js-url/js-url.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for url() v1.8.6
|
||||
// Type definitions for url v1.8.6
|
||||
// Project: https://github.com/websanova/js-url
|
||||
// Definitions by: MIZUNE Pine <https://github.com/pine613>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
50
jsplumb/jquery.jsPlumb.d.ts
vendored
50
jsplumb/jquery.jsPlumb.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for jsPlumb 1.3.16 jQuery adapter.
|
||||
// Type definitions for jsPlumb 1.3.16 jQuery adapter
|
||||
// Project: http://jsplumb.org
|
||||
// Definitions by: Steve Shearn <https://github.com/shearnie/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@ -19,26 +19,26 @@ interface jsPlumbInstance {
|
||||
addEndpoint(ep: string): any;
|
||||
removeClass(el: any, clazz: string): void;
|
||||
hasClass(el: any, clazz: string): void;
|
||||
draggable(el: string, options?: DragOptions): jsPlumbInstance;
|
||||
draggable(ids: string[], options?: DragOptions): jsPlumbInstance;
|
||||
draggable(el: string, options?: DragOptions): jsPlumbInstance;
|
||||
draggable(ids: string[], options?: DragOptions): jsPlumbInstance;
|
||||
connect(connection: ConnectParams, referenceParams?: ConnectParams): Connection;
|
||||
makeSource(el: string, options: SourceOptions): void;
|
||||
makeTarget(el: string, options: TargetOptions): void;
|
||||
repaintEverything(): void;
|
||||
detachEveryConnection(): void;
|
||||
detachAllConnections(el: string): void;
|
||||
removeAllEndpoints(el: string, recurse?: boolean): jsPlumbInstance;
|
||||
removeAllEndpoints(el: Element, recurse?: boolean): jsPlumbInstance;
|
||||
removeAllEndpoints(el: string, recurse?: boolean): jsPlumbInstance;
|
||||
removeAllEndpoints(el: Element, recurse?: boolean): jsPlumbInstance;
|
||||
select(params: SelectParams): Connections;
|
||||
getConnections(options?: any, flat?: any): any[];
|
||||
deleteEndpoint(uuid: string, doNotRepaintAfterwards?: boolean): jsPlumbInstance;
|
||||
deleteEndpoint(endpoint: Endpoint, doNotRepaintAfterwards?: boolean): jsPlumbInstance;
|
||||
repaint(el: string): jsPlumbInstance;
|
||||
repaint(el: Element): jsPlumbInstance;
|
||||
|
||||
SVG: string;
|
||||
CANVAS: string;
|
||||
VML: string;
|
||||
deleteEndpoint(uuid: string, doNotRepaintAfterwards?: boolean): jsPlumbInstance;
|
||||
deleteEndpoint(endpoint: Endpoint, doNotRepaintAfterwards?: boolean): jsPlumbInstance;
|
||||
repaint(el: string): jsPlumbInstance;
|
||||
repaint(el: Element): jsPlumbInstance;
|
||||
|
||||
SVG: string;
|
||||
CANVAS: string;
|
||||
VML: string;
|
||||
}
|
||||
|
||||
interface Defaults {
|
||||
@ -48,8 +48,8 @@ interface Defaults {
|
||||
ConnectionsDetachable?: boolean;
|
||||
ReattachConnections?: boolean;
|
||||
ConnectionOverlays?: any[][];
|
||||
Container?: any; // string(selector or id) or element
|
||||
DragOptions?: DragOptions;
|
||||
Container?: any; // string(selector or id) or element
|
||||
DragOptions?: DragOptions;
|
||||
}
|
||||
|
||||
interface PaintStyle {
|
||||
@ -76,8 +76,8 @@ interface Connections {
|
||||
}
|
||||
|
||||
interface ConnectParams {
|
||||
source?: any; // string, element or endpoint
|
||||
target?: any; // string, element or endpoint
|
||||
source?: any; // string, element or endpoint
|
||||
target?: any; // string, element or endpoint
|
||||
detachable?: boolean;
|
||||
deleteEndpointsOnDetach?: boolean;
|
||||
endPoint?: string;
|
||||
@ -118,11 +118,11 @@ interface SelectParams {
|
||||
target: string;
|
||||
}
|
||||
|
||||
interface Connection {
|
||||
setDetachable(detachable: boolean): void;
|
||||
setParameter<T>(name: string, value: T): void;
|
||||
endpoints: Endpoint[];
|
||||
}
|
||||
|
||||
interface Endpoint {
|
||||
}
|
||||
interface Connection {
|
||||
setDetachable(detachable: boolean): void;
|
||||
setParameter<T>(name: string, value: T): void;
|
||||
endpoints: Endpoint[];
|
||||
}
|
||||
|
||||
interface Endpoint {
|
||||
}
|
||||
|
||||
2
jsrender/jsrender.d.ts
vendored
2
jsrender/jsrender.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for JsRender
|
||||
// Project: http://www.jsviews.com/#jsrender
|
||||
// Definitions by: https://github.com/zakki
|
||||
// Definitions by: Kensuke Matsuzaki <https://github.com/zakki>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
2
karma-jasmine/karma-jasmine.d.ts
vendored
2
karma-jasmine/karma-jasmine.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for karma-jasmine plugin
|
||||
// Project: https://github.com/karma-runner/karma-jasmine
|
||||
// Definitions by: Michel Salib <michelsalib@hotmail.com>
|
||||
// Definitions by: Michel Salib <https://github.com/michelsalib>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jasmine/jasmine.d.ts" />
|
||||
|
||||
4
kineticjs/kineticjs.d.ts
vendored
4
kineticjs/kineticjs.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for KineticJS
|
||||
// Project: http://kineticjs.com/
|
||||
// Definitions by: Basarat Ali Syed <http://www.github.com/basarat>, Ralph de Ruijter <http://www.superdopey.nl/techblog/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module Kinetic {
|
||||
|
||||
@ -544,4 +544,4 @@ declare module Kinetic {
|
||||
width: number;
|
||||
height: number;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
knockout.editables/ko.editables.d.ts
vendored
2
knockout.editables/ko.editables.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for knockout-editables 0.9
|
||||
// Project:http://romanych.github.com/ko.editables/
|
||||
// Project: http://romanych.github.com/ko.editables/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
4
knockout.mapper/knockout.mapper.d.ts
vendored
4
knockout.mapper/knockout.mapper.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Knockout.Mapper
|
||||
// Project: https://github.com/LucasLorentz/knockout.mapper
|
||||
// Definitions by: Brandon Meyer <https://github.com/BMeyerKC>
|
||||
// Definitions https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
|
||||
@ -12,4 +12,4 @@ interface KnockoutMapper {
|
||||
|
||||
interface KnockoutStatic {
|
||||
mapper: KnockoutMapper;
|
||||
}
|
||||
}
|
||||
|
||||
2
knockout.mapping/knockout.mapping.d.ts
vendored
2
knockout.mapping/knockout.mapping.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Knockout.Mapping 2.0
|
||||
// Project: https://github.com/SteveSanderson/knockout.mapping
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../knockout/knockout.d.ts" />
|
||||
|
||||
|
||||
4
kolite/kolite.d.ts
vendored
4
kolite/kolite.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for KoLite 1.1
|
||||
// Project: https://github.com/CodeSeven/kolite
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
||||
// Definitions https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
@ -78,4 +78,4 @@ interface KnockoutUtils {
|
||||
|
||||
interface KnockoutBindingHandlers {
|
||||
command: KnockoutBindingHandler;
|
||||
}
|
||||
}
|
||||
|
||||
4
linq/linq.3.0.3-Beta4.d.ts
vendored
4
linq/linq.3.0.3-Beta4.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for linq.js, ver 3.0.3-Beta4
|
||||
// Type definitions for linq.js v3.0.3-Beta4
|
||||
// Project: http://linqjs.codeplex.com/
|
||||
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
|
||||
// Definitions by: neuecc <http://www.codeplex.com/site/users/view/neuecc>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module linqjs {
|
||||
|
||||
2
linq/linq.jquery.d.ts
vendored
2
linq/linq.jquery.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for linq.jquery (from linq.js)
|
||||
// Project: http://linqjs.codeplex.com/
|
||||
// Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc)
|
||||
// Definitions by: neuecc <http://www.codeplex.com/site/users/view/neuecc>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
4
marionette/marionette.d.ts
vendored
4
marionette/marionette.d.ts
vendored
@ -1,8 +1,6 @@
|
||||
// Type definitions for Marionette
|
||||
// Project: https://github.com/marionettejs/
|
||||
// Definitions by: Zeeshan Hamid <https://github.com/zhamid>
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo>
|
||||
// Definitions by: Sven Tschui <https://github.com/sventschui>
|
||||
// Definitions by: Zeeshan Hamid <https://github.com/zhamid>, Natan Vivo <https://github.com/nvivo>, Sven Tschui <https://github.com/sventschui>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
|
||||
4
mathjax/mathjax.d.ts
vendored
4
mathjax/mathjax.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for MathJax
|
||||
// Project: https://github.com/mathjax/MathJax
|
||||
// Definitions by: Roland Zwaga <https://github.com/rolandzwaga>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// These are slightly preliminary and can use some more strong typing here and there. Please feel free to improve.
|
||||
declare var MathJax:jax.IMathJax;
|
||||
@ -1697,4 +1697,4 @@ declare module jax {
|
||||
/*Indicates whether the mathematics has changed so that its output needs to be updated.*/
|
||||
needsUpdate():boolean;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
/// <reference path="../winjs/winjs.d.ts" />
|
||||
/// <reference path="../winrt/winrt.d.ts" />
|
||||
// Type definitions for Microsoft Live Connect v5.0.
|
||||
// Type definitions for Microsoft Live Connect v5.0
|
||||
// Project: http://msdn.microsoft.com/en-us/library/live/hh243643.aspx
|
||||
// Definitions by: John Vilk <https://github.com/jvilk/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../winjs/winjs.d.ts" />
|
||||
/// <reference path="../winrt/winrt.d.ts" />
|
||||
|
||||
declare module Microsoft.Live {
|
||||
//#region REST Object Information
|
||||
|
||||
@ -633,8 +634,8 @@ declare module Microsoft.Live {
|
||||
/**
|
||||
* A value that specifies whether the event is publicly visible. Valid
|
||||
* values are:
|
||||
* - public—the event is visible to anyone who can view the calendar.
|
||||
* - private"—the event is visible only to the event owner.
|
||||
* - public<EFBFBD>the event is visible to anyone who can view the calendar.
|
||||
* - private"<EFBFBD>the event is visible only to the event owner.
|
||||
* @default "public"
|
||||
*/
|
||||
visibility: string;
|
||||
@ -695,8 +696,8 @@ declare module Microsoft.Live {
|
||||
/**
|
||||
* A value that specifies whether the event is publicly visible. Valid
|
||||
* values are:
|
||||
* - public—the event is visible to anyone who can view the calendar.
|
||||
* - private"—the event is visible only to the event owner.
|
||||
* - public<EFBFBD>the event is visible to anyone who can view the calendar.
|
||||
* - private"<EFBFBD>the event is visible only to the event owner.
|
||||
* @default "public"
|
||||
*/
|
||||
visibility?: string;
|
||||
@ -767,8 +768,8 @@ declare module Microsoft.Live {
|
||||
/**
|
||||
* A value that specifies whether the event is publicly visible. Valid
|
||||
* values are:
|
||||
* - public—the event is visible to anyone who can view the calendar.
|
||||
* - private"—the event is visible only to the event owner.
|
||||
* - public<EFBFBD>the event is visible to anyone who can view the calendar.
|
||||
* - private"<EFBFBD>the event is visible only to the event owner.
|
||||
* @default "public"
|
||||
*/
|
||||
visibility: string;
|
||||
@ -1041,10 +1042,10 @@ declare module Microsoft.Live {
|
||||
source: string;
|
||||
/**
|
||||
* The type of this image of this particular size. Valid values are:
|
||||
* full (maximum size: 2048 × 2048 pixels)
|
||||
* - normal (maximum size 800 × 800 pixels)
|
||||
* - album (maximum size 176 × 176 pixels)
|
||||
* - small (maximum size 96 × 96 pixels)
|
||||
* full (maximum size: 2048 <EFBFBD> 2048 pixels)
|
||||
* - normal (maximum size 800 <EFBFBD> 800 pixels)
|
||||
* - album (maximum size 176 <EFBFBD> 176 pixels)
|
||||
* - small (maximum size 96 <EFBFBD> 96 pixels)
|
||||
*/
|
||||
type: string;
|
||||
}
|
||||
|
||||
5
mixpanel/mixpanel.d.ts
vendored
5
mixpanel/mixpanel.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
// Type definitions for Mixpanel
|
||||
// Project: https://mixpanel.com/ (https://github.com/mixpanel/mixpanel-js)
|
||||
// Project: https://mixpanel.com/
|
||||
// https://github.com/mixpanel/mixpanel-js
|
||||
// Definitions by: Knut Eirik Leira Hjelle <https://github.com/hjellek/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@ -68,4 +69,4 @@ declare module Mixpanel
|
||||
}
|
||||
}
|
||||
|
||||
declare var mixpanel:Mixpanel;
|
||||
declare var mixpanel:Mixpanel;
|
||||
|
||||
4
mocha/mocha.d.ts
vendored
4
mocha/mocha.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for mocha 1.17.1
|
||||
// Project: http://visionmedia.github.io/mocha/
|
||||
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/> and otiai10 <https://github.com/otiai10>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid/>, otiai10 <https://github.com/otiai10>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface Mocha {
|
||||
// Setup mocha with the given setting options.
|
||||
|
||||
2
modernizr/modernizr.d.ts
vendored
2
modernizr/modernizr.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Modernizr 2.6.2
|
||||
// Project: http://modernizr.com/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/> and Theodore Brown <https://github.com/theodorejb/>
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Theodore Brown <https://github.com/theodorejb/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
6
moment/moment.d.ts
vendored
6
moment/moment.d.ts
vendored
@ -1,9 +1,7 @@
|
||||
// Type definitions for Moment.js 2.5.0
|
||||
// Project: https://github.com/timrwood/moment
|
||||
// Definitions by: Michael Lakerveld <https://github.com/Lakerfield>
|
||||
// Definitions by: Aaron King <https://github.com/kingdango> (2.4.0)
|
||||
// Definitions by: Hiroki Horiuchi <https://github.com/horiuchi> (2.5.0)
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions by: Michael Lakerveld <https://github.com/Lakerfield>, Aaron King <https://github.com/kingdango>, Hiroki Horiuchi <https://github.com/horiuchi>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface MomentInput {
|
||||
years?: number;
|
||||
|
||||
2
mousetrap/mousetrap.d.ts
vendored
2
mousetrap/mousetrap.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Mousetrap 1.2.2
|
||||
// Project: http://craig.is/killing/mice
|
||||
// Definitions by: Dániel Tar https://github.com/qcz
|
||||
// Definitions by: Dániel Tar <https://github.com/qcz>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface ExtendedKeyboardEvent extends KeyboardEvent {
|
||||
|
||||
4
ng-grid/ng-grid.d.ts
vendored
4
ng-grid/ng-grid.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for ng-grid
|
||||
// Project: http://angular-ui.github.io/ng-grid/
|
||||
// Definitions by: Ken Smith <https://github.com/smithkl42> and Roland Zwaga <https://github.com/rolandzwaga> and Kent Cooper <https://github.com/kentcooper>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions by: Ken Smith <https://github.com/smithkl42>, Roland Zwaga <https://github.com/rolandzwaga>, Kent Cooper <https://github.com/kentcooper>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// These are very definitely preliminary. Please feel free to improve.
|
||||
|
||||
|
||||
1
node/node-0.8.8.d.ts
vendored
1
node/node-0.8.8.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
// Type definitions for Node.js v0.8.8
|
||||
// Project: http://nodejs.org/
|
||||
// Definitions by: Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/borisyankov/DefinitelyTyped>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/************************************************
|
||||
|
||||
1
node/node.d.ts
vendored
1
node/node.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
// Type definitions for Node.js v0.10.1
|
||||
// Project: http://nodejs.org/
|
||||
// Definitions by: Microsoft TypeScript <http://typescriptlang.org>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/************************************************
|
||||
|
||||
4
passport-facebook/passport-facebook.d.ts
vendored
4
passport-facebook/passport-facebook.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
// Type definitions for passport-facebook 1.0.3
|
||||
// Project: https://github.com/jaredhanson/passport-facebook
|
||||
// Project: https://github.com/jaredhanson/passport-facebook
|
||||
// Definitions by: James Roland Cabresos <https://github.com/staticfunction>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
@ -24,4 +24,4 @@ declare module 'passport-facebook' {
|
||||
name: string;
|
||||
authenticate:(req: express.Request, options?: Object) => void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
passport/passport.d.ts
vendored
2
passport/passport.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Passport v0.2.0
|
||||
// Project: http://passportjs.org
|
||||
// Definitions by: Horiuchi_H <https://github.com/horiuchi/>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../express/express.d.ts" />
|
||||
|
||||
|
||||
2
phantomjs/phantomjs.d.ts
vendored
2
phantomjs/phantomjs.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for PhantomJS v1.9.0 API
|
||||
// Project: https://github.com/ariya/phantomjs/wiki/API-Reference
|
||||
// Definitions by: Jed Hunsaker <https://github.com/jedhunsaker> and Mike Keesey <https://github.com/keesey>
|
||||
// Definitions by: Jed Hunsaker <https://github.com/jedhunsaker>, Mike Keesey <https://github.com/keesey>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare function require(module: string): any;
|
||||
|
||||
5
promises-a-plus/promises-a-plus.d.ts
vendored
5
promises-a-plus/promises-a-plus.d.ts
vendored
@ -1,3 +1,8 @@
|
||||
// Type definitions for promises-a-plus
|
||||
// Project: http://promisesaplus.com/
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module PromisesAPlus {
|
||||
interface PromiseCtor {
|
||||
<T>(resolver: (resolvePromise: (value: T) => void, rejectPromise: (reason: any) => void) => void): Thenable<T>;
|
||||
|
||||
2
pubsubjs/pubsub.d.ts
vendored
2
pubsubjs/pubsub.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for PubSubJS 1.3.5
|
||||
// Type definitions for PubSubJS 1.3.5
|
||||
// Project: https://github.com/mroderick/PubSubJS
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
6
q-io/Q-io.d.ts
vendored
6
q-io/Q-io.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Q-io
|
||||
// Project:https://github.com/kriskowal/q-io
|
||||
// Definitions by:Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions:https://github.com/borisyankov/DefinitelyTyped
|
||||
// Project: https://github.com/kriskowal/q-io
|
||||
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="../node/node.d.ts" />
|
||||
///<reference path="../q/Q.d.ts" />
|
||||
|
||||
4
qunit/qunit.d.ts
vendored
4
qunit/qunit.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for QUnit 1.10
|
||||
// Project: http://qunitjs.com/
|
||||
// Definitions by: Diullei Gomes <https://github.com/diullei>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
interface DoneCallbackObject {
|
||||
@ -720,4 +720,4 @@ declare function equiv(a: any, b: any): any;
|
||||
declare var raises: any;
|
||||
|
||||
/* QUNIT */
|
||||
declare var QUnit: QUnitStatic;
|
||||
declare var QUnit: QUnitStatic;
|
||||
|
||||
4
raphael/raphael.d.ts
vendored
4
raphael/raphael.d.ts
vendored
@ -1,7 +1,7 @@
|
||||
// Type definitions for Raphael 2.1
|
||||
// Project: http://raphaeljs.com
|
||||
// Definitions by: https://github.com/CheCoxshall
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Definitions by: CheCoxshall <https://github.com/CheCoxshall>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
interface BoundingBox {
|
||||
|
||||
2
riotjs/riotjs-render.d.ts
vendored
2
riotjs/riotjs-render.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for riot.js (ext/render.js)
|
||||
// Type definitions for riot.js
|
||||
// Project: https://github.com/moot/riotjs
|
||||
// Definitions by: vvakame <https://github.com/vvakame>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
4
rx.js/rx-lite.d.ts
vendored
4
rx.js/rx-lite.d.ts
vendored
@ -1,4 +1,6 @@
|
||||
// This file contains common part of defintions for rx.d.ts and rx.lite.d.ts
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
declare module Rx {
|
||||
|
||||
3
rx.js/rx.aggregates.d.ts
vendored
3
rx.js/rx.aggregates.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Aggregates v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-All v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="rx.d.ts"/>
|
||||
@ -14,4 +13,4 @@
|
||||
/// <reference path="rx.joinpatterns.d.ts"/>
|
||||
/// <reference path="rx.virtualtime.d.ts"/>
|
||||
/// <reference path="rx.testing.d.ts"/>
|
||||
/// <reference path="rx.backpressure.d.ts" />
|
||||
/// <reference path="rx.backpressure.d.ts" />
|
||||
|
||||
2
rx.js/rx.async-lite.d.ts
vendored
2
rx.js/rx.async-lite.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.async.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
|
||||
3
rx.js/rx.async.d.ts
vendored
3
rx.js/rx.async.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Async v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: zoetrope <https://github.com/zoetrope>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: zoetrope <https://github.com/zoetrope>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
|
||||
4
rx.js/rx.backpressure-lite.d.ts
vendored
4
rx.js/rx.backpressure-lite.d.ts
vendored
@ -1,4 +1,6 @@
|
||||
// This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
2
rx.js/rx.binding-lite.d.ts
vendored
2
rx.js/rx.binding-lite.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
|
||||
3
rx.js/rx.binding.d.ts
vendored
3
rx.js/rx.binding.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Binding v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
|
||||
2
rx.js/rx.coincidence-lite.d.ts
vendored
2
rx.js/rx.coincidence-lite.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
|
||||
3
rx.js/rx.coincidence.d.ts
vendored
3
rx.js/rx.coincidence.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Coincidence v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
|
||||
3
rx.js/rx.d.ts
vendored
3
rx.js/rx.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
2
rx.js/rx.jquery.d.ts
vendored
2
rx.js/rx.jquery.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for bridging RxJS with jQuery.
|
||||
// Type definitions for RxJS-jQuery
|
||||
// Project: https://github.com/Reactive-Extensions/RxJS-jQuery/
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
3
rx.js/rx.lite.d.ts
vendored
3
rx.js/rx.lite.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Lite v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: gsino <http://www.codeplex.com/site/users/view/gsino>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
|
||||
2
rx.js/rx.time-lite.d.ts
vendored
2
rx.js/rx.time-lite.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
// DefinitelyTyped: partial
|
||||
|
||||
// This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts
|
||||
// Do not include the file separately.
|
||||
|
||||
|
||||
3
rx.js/rx.time.d.ts
vendored
3
rx.js/rx.time.d.ts
vendored
@ -1,7 +1,6 @@
|
||||
// Type definitions for RxJS-Time v2.2.25
|
||||
// Project: http://rx.codeplex.com/
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions by: Carl de Billy <http://carl.debilly.net/>, Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user