From 5d95684e1945233cc59ae9b5254292cc37d39e92 Mon Sep 17 00:00:00 2001 From: Bartvds Date: Fri, 24 Jan 2014 01:19:01 +0100 Subject: [PATCH] added/fixed headers k-n https://github.com/borisyankov/DefinitelyTyped/issues/1570 --- keyboardjs/keyboardjs.d.ts | 5 +++-- knockback/knockback.d.ts | 9 +++++++-- knockout.editables/ko.editables.d.ts | 9 +++++---- knockout.kogrid/ko-grid.d.ts | 5 +++-- knockout.projections/knockout.projections.d.ts | 1 + knockout.rx/knockout.rx.d.ts | 1 + linq/linq.3.0.3-Beta4.d.ts | 3 ++- linq/linq.jquery.d.ts | 1 + logg/logg.d.ts | 7 ++++++- mapsjs/mapsjs.d.ts | 5 +++++ moment/moment.d.ts | 5 ++--- mongodb/mongodb.d.ts | 9 ++++++--- ng-grid/ng-grid.d.ts | 4 ++-- node-azure/azure.d.ts | 2 +- node/node-0.8.8.d.ts | 4 ++++ node/node.d.ts | 4 ++++ nodemailer/nodemailer.d.ts | 3 ++- 17 files changed, 55 insertions(+), 22 deletions(-) diff --git a/keyboardjs/keyboardjs.d.ts b/keyboardjs/keyboardjs.d.ts index 150f0e390..dfafd30a8 100644 --- a/keyboardjs/keyboardjs.d.ts +++ b/keyboardjs/keyboardjs.d.ts @@ -1,9 +1,10 @@ // Type definitions for KeyboardJS -// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. // Project: https://github.com/RobertWHurst/KeyboardJS // Definitions by: Vincent Bortone // Definitions: https://github.com/borisyankov/DefinitelyTyped +// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts. + interface KeyboardJSSubBinding { clear(): void; } @@ -46,4 +47,4 @@ interface KeyboardJSStatic { }; } -declare var KeyboardJS: KeyboardJSStatic; \ No newline at end of file +declare var KeyboardJS: KeyboardJSStatic; diff --git a/knockback/knockback.d.ts b/knockback/knockback.d.ts index 55657672e..def3a398d 100644 --- a/knockback/knockback.d.ts +++ b/knockback/knockback.d.ts @@ -1,4 +1,9 @@ -/// +// Type definitions for Knockback.js +// Project: http://kmalakoff.github.io/knockback/ +// Definitions by: Boris Yankov +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +/// /// declare module Knockback { @@ -215,4 +220,4 @@ declare module Knockback { } -declare var kb: Knockback.Static; \ No newline at end of file +declare var kb: Knockback.Static; diff --git a/knockout.editables/ko.editables.d.ts b/knockout.editables/ko.editables.d.ts index e072965b2..ca6ca73b0 100644 --- a/knockout.editables/ko.editables.d.ts +++ b/knockout.editables/ko.editables.d.ts @@ -1,7 +1,8 @@ -/// +// Type definitions for knockout-editables 0.9 +// Project:http://romanych.github.com/ko.editables/ +// Definitions: https://github.com/borisyankov/DefinitelyTyped -// build: ko.editables 0.9 -// http://romanych.github.com/ko.editables/ +/// // bestowed by ko.editable(target) interface KnockoutEditable { @@ -27,4 +28,4 @@ interface KnockoutEditableStatic { // extend ko global interface KnockoutStatic { editable: KnockoutEditableStatic; -} \ No newline at end of file +} diff --git a/knockout.kogrid/ko-grid.d.ts b/knockout.kogrid/ko-grid.d.ts index c8d1b27c1..2e5f25538 100644 --- a/knockout.kogrid/ko-grid.d.ts +++ b/knockout.kogrid/ko-grid.d.ts @@ -1,6 +1,7 @@ // Type definitions for ko-grid // Project: http://knockout-contrib.github.io/KoGrid/ -// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped +// Definitions by: huer12 +// Definitions: https://github.com/borisyankov/DefinitelyTyped // These are very definitely preliminary. Please feel free to improve. @@ -189,4 +190,4 @@ declare module kg { /** currentPage: the uhm... current page. */ currentPage?: number; } -} \ No newline at end of file +} diff --git a/knockout.projections/knockout.projections.d.ts b/knockout.projections/knockout.projections.d.ts index 5e85308a9..77f3bf0ec 100644 --- a/knockout.projections/knockout.projections.d.ts +++ b/knockout.projections/knockout.projections.d.ts @@ -1,6 +1,7 @@ // Type definitions for knockout-projections 1.0.0 // Project: https://github.com/stevesanderson/knockout-projections // Definitions by: John Reilly +// Definitions: https://github.com/borisyankov/DefinitelyTyped /// diff --git a/knockout.rx/knockout.rx.d.ts b/knockout.rx/knockout.rx.d.ts index e9c85a7f8..2822b12f4 100644 --- a/knockout.rx/knockout.rx.d.ts +++ b/knockout.rx/knockout.rx.d.ts @@ -1,6 +1,7 @@ // Type definitions for knockout.rx 0.1 // Project: https://github.com/Igorbek/knockout.rx // Definitions by: Igor Oleinikov +// Definitions: https://github.com/borisyankov/DefinitelyTyped /// /// diff --git a/linq/linq.3.0.3-Beta4.d.ts b/linq/linq.3.0.3-Beta4.d.ts index 77c95d123..d75d0982b 100755 --- a/linq/linq.3.0.3-Beta4.d.ts +++ b/linq/linq.3.0.3-Beta4.d.ts @@ -1,6 +1,7 @@ // Type definitions for linq.js, ver 3.0.3-Beta4 // Project: http://linqjs.codeplex.com/ // Definitions by: neuecc (http://www.codeplex.com/site/users/view/neuecc) +// Definitions: https://github.com/borisyankov/DefinitelyTyped declare module linqjs { interface IEnumerator { @@ -192,4 +193,4 @@ declare module linqjs { } // export definition -declare var Enumerable: linqjs.EnumerableStatic; \ No newline at end of file +declare var Enumerable: linqjs.EnumerableStatic; diff --git a/linq/linq.jquery.d.ts b/linq/linq.jquery.d.ts index 896b53c5a..c4b874bae 100755 --- a/linq/linq.jquery.d.ts +++ b/linq/linq.jquery.d.ts @@ -1,6 +1,7 @@ // 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: https://github.com/borisyankov/DefinitelyTyped /// /// diff --git a/logg/logg.d.ts b/logg/logg.d.ts index a520c33df..57ef3e4a8 100644 --- a/logg/logg.d.ts +++ b/logg/logg.d.ts @@ -1,3 +1,8 @@ +// Type definitions for logg +// Project: https://github.com/dpup/node-logg +// Definitions by: Bret Little +// Definitions: https://github.com/borisyankov/DefinitelyTyped + interface Logger { setLogLevel: (level: number)=> void; getLogLevel: ()=> number; @@ -29,4 +34,4 @@ declare module "logg" { export var Level : loggingLevels; export var rootLogger: Logger; export var registerWatcher: (watcher: (logRecord: string)=> void)=> void; -} \ No newline at end of file +} diff --git a/mapsjs/mapsjs.d.ts b/mapsjs/mapsjs.d.ts index 29627eae9..46367fc50 100644 --- a/mapsjs/mapsjs.d.ts +++ b/mapsjs/mapsjs.d.ts @@ -1,3 +1,8 @@ +// Type definitions for Mapsjs 9.6.0 +// Project: https://github.com/mapsjs +// Definitions by: Matthew James Davis +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /** * Mapsjs 9.6.0 Copyright (c) 2013 ISC. All Rights Reserved. */ diff --git a/moment/moment.d.ts b/moment/moment.d.ts index 63e73d39a..4bc63c807 100644 --- a/moment/moment.d.ts +++ b/moment/moment.d.ts @@ -1,11 +1,10 @@ // Type definitions for Moment.js 2.5.0 // Project: https://github.com/timrwood/moment // Definitions by: Michael Lakerveld -// 2.4.0 Aaron King -// 2.5.0 Hiroki Horiuchi +// Definitions by: Aaron King (2.4.0) +// Definitions by: Hiroki Horiuchi (2.5.0) // DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped - interface MomentInput { years?: number; y?: number; diff --git a/mongodb/mongodb.d.ts b/mongodb/mongodb.d.ts index 0275e1f87..cc2de59be 100644 --- a/mongodb/mongodb.d.ts +++ b/mongodb/mongodb.d.ts @@ -1,6 +1,9 @@ -// Project : https://github.com/mongodb/node-mongodb-native -// Documentation : http://mongodb.github.io/node-mongodb-native/ +// Type definitions for MongoDB +// Project: https://github.com/mongodb/node-mongodb-native +// Definitions by: Boris Yankov +// Definitions: https://github.com/borisyankov/DefinitelyTyped +// Documentation : http://mongodb.github.io/node-mongodb-native/ /// @@ -413,4 +416,4 @@ declare module "mongodb" { pkFactory?: any; readPreferences?: string; } -} \ No newline at end of file +} diff --git a/ng-grid/ng-grid.d.ts b/ng-grid/ng-grid.d.ts index bd23c047f..48eec367a 100644 --- a/ng-grid/ng-grid.d.ts +++ b/ng-grid/ng-grid.d.ts @@ -1,6 +1,6 @@ // Type definitions for ng-grid // Project: http://angular-ui.github.io/ng-grid/ -// Initial definitions by: Ken Smith +// Definitions by: Ken Smith // DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped // These are very definitely preliminary. Please feel free to improve. @@ -188,4 +188,4 @@ declare module ngGrid { /** currentPage: the uhm... current page. */ currentPage?: number; } -} \ No newline at end of file +} diff --git a/node-azure/azure.d.ts b/node-azure/azure.d.ts index ed1b246e7..0f16d9de8 100644 --- a/node-azure/azure.d.ts +++ b/node-azure/azure.d.ts @@ -1,6 +1,6 @@ // Type definitions for Azure SDK for Node - v0.6.10 // Project: https://github.com/WindowsAzure/azure-sdk-for-node -// Definitions by: Andrew Gaspar and Anti Veeranna +// Definitions by: Andrew Gaspar , Anti Veeranna // Definitions: https://github.com/borisyankov/DefinitelyTyped /// diff --git a/node/node-0.8.8.d.ts b/node/node-0.8.8.d.ts index f796dfb1c..39f02a53a 100644 --- a/node/node-0.8.8.d.ts +++ b/node/node-0.8.8.d.ts @@ -1,3 +1,7 @@ +// Type definitions for Node.js v0.8.8 +// Project: http://nodejs.org/ +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /************************************************ * * * Node.js v0.8.8 API * diff --git a/node/node.d.ts b/node/node.d.ts index b8fff3e27..78c0b3082 100644 --- a/node/node.d.ts +++ b/node/node.d.ts @@ -1,3 +1,7 @@ +// Type definitions for Node.js v0.10.1 +// Project: http://nodejs.org/ +// Definitions: https://github.com/borisyankov/DefinitelyTyped + /************************************************ * * * Node.js v0.10.1 API * diff --git a/nodemailer/nodemailer.d.ts b/nodemailer/nodemailer.d.ts index 38f1804e7..7d77a58ae 100644 --- a/nodemailer/nodemailer.d.ts +++ b/nodemailer/nodemailer.d.ts @@ -1,9 +1,10 @@ // Type definitions for Nodemailer -// Nodemailer is an easy to use module to send e-mails with Node.JS (using SMTP or sendmail or Amazon SES) and is unicode friendly . // Project: https://github.com/andris9/Nodemailer // Definitions by: Vincent Bortone // Definitions: https://github.com/borisyankov/DefinitelyTyped +// Nodemailer is an easy to use module to send e-mails with Node.JS (using SMTP or sendmail or Amazon SES) and is unicode friendly . + declare class Transport { static transports: { SMTP: Transport;