added/fixed headers t-z

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds 2014-01-24 02:57:12 +01:00
parent fae93966ad
commit d436daf4c2
18 changed files with 56 additions and 26 deletions

View File

@ -1,3 +1,7 @@
// Type definitions for TeeChart 1.3
// Project: http://www.steema.com
// Definitions by: Steema Software <https://steema.com/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/**
* TeeChart(tm) for TypeScript
*

View File

@ -1,4 +1,4 @@
// Type definitions for Twitter's typeahead.js 0.9.3
// Type definitions for typeahead.js 0.9.3
// Project: http://twitter.github.io/typeahead.js/
// Definitions by: Ivaylo Gochkov <https://github.com/igochkov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped

View File

@ -1,8 +1,7 @@
// Type definitions for Underscore 1.5.2
// Project: http://underscorejs.org/
// Definitions by:
// Boris Yankov <https://github.com/borisyankov/>
// Josh Baldwin <https://github.com/jbaldwin/underscore.d.ts>
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module _ {

View File

@ -1,6 +1,6 @@
// Type definitions for Ubuntu Unity Web API 1.0
// Project: https://launchpad.net/libunity-webapps
// Definitions by: John Vrbanac <john.vrbanac@linux.com> | https://github.com/jmvrbanac
// Definitions by: John Vrbanac <jhttps://github.com/jmvrbanac>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
interface External {

8
urijs/URI.d.ts vendored
View File

@ -1,6 +1,8 @@
// URI.js
// Type definitions for URI.js
// Project: https://github.com/medialize/URI.js
// Definitions by: https://github.com/RodneyJT
// Definitions by: RodneyJT <https://github.com/RodneyJT>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
interface URIOptions {
@ -181,4 +183,4 @@ declare class URI {
interface JQuery {
uri(): URI;
}
}

View File

@ -1,9 +1,10 @@
// Type definitions for Video.js
// The Video.js API allows you to interact with the video through Javascript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.
// Project: https://github.com/zencoder/video-js
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// The Video.js API allows you to interact with the video through Javascript, whether the browser is playing the video through HTML5 video, Flash, or any other supported playback technologies.
interface VideoJSOptions {
techOrder?: string[];
html5?: Object;

View File

@ -1,7 +1,8 @@
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
// Type definitions for the Web Audio API
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
// Currently only implemented in WebKit browsers
interface webkitAudioContext {
destination: AudioDestinationNode;

View File

@ -1,7 +1,8 @@
// Type definitions for the Web Audio API, currently only implemented in WebKit browsers (nightly builds)
// Conforms to the: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html specification
// Type definitions for the Web Audio API
// Definitions by: Baruch Berger (https://github.com/bbss)
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Conforms to the: http://www.w3.org/TR/2012/WD-webaudio-20120802/ specification
// Currently only implemented in WebKit browsers (nightly builds)
interface webkitAudioContext {
@ -247,4 +248,4 @@ interface MediaStreamAudioSourceNode extends AudioSourceNode {
interface MediaStream {
}
}

View File

@ -1,6 +1,6 @@
// Type definitions for the Web Audio API
// Project: http://www.w3.org/TR/2012/WD-webaudio-20121213/
// Definitions by: Baruch Berger (https://github.com/bbss), Kon (http://phyzkit.net/)
// Definitions by: Baruch Berger <https://github.com/bbss>, Kon <http://phyzkit.net/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/**

View File

@ -1,4 +1,9 @@
// Type definitions take from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
// Type definitions for WebRTC
// Project: http://dev.w3.org/2011/webrtc/
// Definitions by: Ken Smith <https://github.com/smithkl42/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Taken from http://dev.w3.org/2011/webrtc/editor/getusermedia.html
interface MediaStreamConstraints {
audio: boolean;
@ -133,4 +138,4 @@ declare var webkitURL: {
prototype: WebkitURL;
new (): streamURL;
createObjectURL(stream: MediaStream): string;
}
}

View File

@ -1,10 +1,11 @@
/// <reference path="MediaStream.d.ts" />
// Type definitions for WebRTC
// Project: http://dev.w3.org/2011/webrtc/
// Definitions by: Ken Smith <https://github.com/smithkl42/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
/// <reference path="MediaStream.d.ts" />
interface RTCConfiguration {
iceServers: RTCIceServer[];

1
when/when.d.ts vendored
View File

@ -1,5 +1,6 @@
// Type definitions for When 2.4.0
// Project: https://github.com/cujojs/when
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module When {

5
winjs/winjs.d.ts vendored
View File

@ -1,3 +1,8 @@
// Type definitions for WinJS
// Project: http://msdn.microsoft.com/en-us/library/windows/apps/br229773.aspx
// Definitions by: TypeScript samples <https://http://www.typescriptlang.org/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use

5
winrt/winrt.d.ts vendored
View File

@ -1,3 +1,8 @@
// Type definitions for WinRT
// Project: http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx
// Definitions by: TypeScript samples <https://http://www.typescriptlang.org/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/* *****************************************************************************
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use

View File

@ -1,7 +1,7 @@
// Type definitions for YouTube
// Project: https://developers.google.com/youtube/
// Definitions by: Daz Wilkin <https://github.com/DazWilkin/>
// Updated by: Ian Obermiller <http://ianobermiller.com>
// Definitions by: Ian Obermiller <http://ianobermiller.com>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module YT {

4
yui/yui.d.ts vendored
View File

@ -1,7 +1,7 @@
// Type definitions for yui 3.14.0
// Project: https://github.com/yui/yui3/blob/release-3.14.0/src/yui/js
// Definitions by:
// Gia Bảo @ Sân Đình <https://github.com/giabao>
// Definitions by: Gia Bảo @ Sân Đình <https://github.com/giabao>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="yui-test.d.ts" />

7
zepto/zepto.d.ts vendored
View File

@ -1,4 +1,9 @@
/*
// Type definitions for Zepto 1.0-rc.1
// Project: http://zeptojs.com/
// Definitions by: Josh Baldwin <https://github.com/jbaldwin/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/*
zepto-1.0rc1.d.ts may be freely distributed under the MIT license.
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/zepto.d.ts

View File

@ -1,7 +1,7 @@
// Type definitions for ZeroClipboard
// Project: https://github.com/jonrohan/ZeroClipboard
// Definitions by: Eric J. Smith <https://github.com/ejsmith>
// Updated by: Blake Niemyjski <https://github.com/niemyjski>
// Definitions by: Blake Niemyjski <https://github.com/niemyjski>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare class ZeroClipboard {