mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added/fixed headers j
https://github.com/borisyankov/DefinitelyTyped/issues/1570 jsfl: fixed odd encoding in comments
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Jasmine 2.0
|
||||
// Project: http://pivotal.github.com/jasmine/
|
||||
// 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>
|
||||
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
|
||||
Vendored
+2
-2
@@ -1,6 +1,6 @@
|
||||
// Type definitions for Joint JS 0.6
|
||||
// Project: http://www.jointjs.com/
|
||||
// Definitions by: Aidan Reel <http://github.com/areel> with help from David Durman <http://github.com/DavidDurman>
|
||||
// Definitions by: Aidan Reel <http://github.com/areel>, David Durman <http://github.com/DavidDurman>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
@@ -112,4 +112,4 @@ declare module joint {
|
||||
function deepMixin(objects: any[]): any;
|
||||
function deepSupplement(objects: any[], defaultIndicator?: any): any;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-2
@@ -1,10 +1,10 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for jQuery.Address 1.5
|
||||
// Project: https://github.com/asual/jquery-address
|
||||
// Definitions by: Martin Duparc <@martinduparc>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface JQueryAddressStatic {
|
||||
();
|
||||
change(callback: any): void;
|
||||
|
||||
Vendored
+3
-3
@@ -1,10 +1,10 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
// Type definitions for jQuery.Colorbox 1.4.15
|
||||
// Type definitions for jQuery.Colorbox 1.4.15
|
||||
// Project: http://www.jacklmoore.com/colorbox/
|
||||
// Definitions by: Gidon Junge <@gjunge>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped/
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface ColorboxResizeSettings {
|
||||
height?: number;
|
||||
innerHeight?: number;
|
||||
|
||||
Vendored
+6
-1
@@ -1,4 +1,9 @@
|
||||
/*
|
||||
// Type definitions for jQuery.gridster 0.1.0
|
||||
// Project: https://github.com/jbaldwin/gridster
|
||||
// Definitions by: Josh Baldwin <https://github.com/jbaldwin>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/*
|
||||
gridster-0.1.0.d.ts may be freely distributed under the MIT license.
|
||||
|
||||
Copyright (c) 2013 Josh Baldwin https://github.com/jbaldwin/gridster.d.ts
|
||||
|
||||
+3
-2
@@ -1,9 +1,10 @@
|
||||
// Type definitions for Livestamp.js
|
||||
// A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js.
|
||||
// Project: http://http://mattbradley.github.com/livestampjs/
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// A simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js.
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
/// <reference path="../moment/moment.d.ts"/>
|
||||
|
||||
@@ -24,4 +25,4 @@ interface JQuery {
|
||||
livestamp(moment: Moment): JQuery;
|
||||
livestamp(timestamp: number): JQuery;
|
||||
livestamp(timestamp: string): JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+5
-1
@@ -1,5 +1,9 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
// Type definitions for jQuery-menu-aim
|
||||
// Project: https://github.com/kamens/jQuery-menu-aim
|
||||
// Definitions by: Robert Fonseca-Ensor
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
|
||||
interface JQueryMenuAimOptions {
|
||||
/** Function to call when a row is purposefully activated. Use this
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
// Typescript type definitions for jQuery.sortElements by James Padolsey <http://james.padolsey.com/javascript/sorting-elements-with-jquery/>
|
||||
// Type definitions for jQuery.sortElements
|
||||
// Project: http://james.padolsey.com/javascript/sorting-elements-with-jquery/
|
||||
// Definitions by: Tim Bureck <https://github.com/tbureck>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -7,4 +7,4 @@
|
||||
|
||||
interface JQuery {
|
||||
sortElements(comparator:Function, getSortable?:Function):JQuery;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+5
-5
@@ -1,3 +1,8 @@
|
||||
// Typing for the jQuery library 1.10.x / 2.0.x
|
||||
// Project: http://jquery.com/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christian Hoffmeister <https://github.com/choffmeister>, Steve Fenton, Diullei Gomes <https://github.com/Diullei>, Tass Iliopoulos <https://github.com/tasoili>, Jason Swearingen, Sean Hill <https://github.com/seanski>, Guus Goossens <https://github.com/Guuz>, Kelly Summerlin <https://github.com/ksummerlin>, Basarat Ali Syed <https://github.com/basarat>, Nicholas Wolverson <https://github.com/nwolverson>, Derek Cicerone <https://github.com/derekcicerone>, Andrew Gaspar <https://github.com/AndrewGaspar>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, Josh Strobl <https://github.com/JoshStrobl>, John Reilly <https://github.com/johnnyreilly/>
|
||||
// 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
|
||||
@@ -13,11 +18,6 @@ See the Apache Version 2.0 License for specific language governing permissions
|
||||
and limitations under the License.
|
||||
***************************************************************************** */
|
||||
|
||||
// Typing for the jQuery library, version 1.10.x / 2.0.x
|
||||
// Project: http://jquery.com/
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>, Christian Hoffmeister <https://github.com/choffmeister>, Steve Fenton, Diullei Gomes <https://github.com/Diullei>, Tass Iliopoulos <https://github.com/tasoili>, Jason Swearingen, Sean Hill <https://github.com/seanski>, Guus Goossens <https://github.com/Guuz>, Kelly Summerlin <https://github.com/ksummerlin>, Basarat Ali Syed <https://github.com/basarat>, Nicholas Wolverson <https://github.com/nwolverson>, Derek Cicerone <https://github.com/derekcicerone>, Andrew Gaspar <https://github.com/AndrewGaspar>, James Harrison Fisher <https://github.com/jameshfisher>, Seikichi Kondo <https://github.com/seikichi>, Benjamin Jackman <https://github.com/benjaminjackman>, Poul Sorensen <https://github.com/s093294>, Josh Strobl <https://github.com/JoshStrobl>, John Reilly <https://github.com/johnnyreilly/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/**
|
||||
* Interface for the AJAX setting that will configure the AJAX request
|
||||
*/
|
||||
|
||||
Vendored
+12
-7
@@ -1,3 +1,8 @@
|
||||
// Type definitions for JSFL
|
||||
// Project: https://adobe.com
|
||||
// Definitions by: soywiz <https://github.com/soywiz/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
interface FlashPoint {
|
||||
x: number;
|
||||
y: number;
|
||||
@@ -169,7 +174,7 @@ interface FlashDocument {
|
||||
/** Exports the currently active profile to an XML */
|
||||
exportPublishProfile(fileURI: string): void;
|
||||
|
||||
/** returns a string that specifies, in XML format, the specified profile. If you don’t pass a value for profileName, the current profile is exported. */
|
||||
/** returns a string that specifies, in XML format, the specified profile. If you don't pass a value for profileName, the current profile is exported. */
|
||||
exportPublishProfileString(profileName?: string): string;
|
||||
|
||||
/** Exports the document in the Flash SWF format. */
|
||||
@@ -1030,7 +1035,7 @@ interface FlashTimeline {
|
||||
/** Creates a new motion object at a designated start and end frame. */
|
||||
createMotionObject(startFrameIndex?: number, endFrameIndex?: number): void;
|
||||
|
||||
/** Sets the frame.tweenType property to motion for each selected keyframe on the current layer, and converts each frame’s contents to a single symbol instance if necessary. */
|
||||
/** Sets the frame.tweenType property to motion for each selected keyframe on the current layer, and converts each frame's contents to a single symbol instance if necessary. */
|
||||
createMotionTween(startFrameIndex?: number, endFrameIndex?: number): void;
|
||||
|
||||
/** Cuts a range of frames on the current layer from the timeline and saves them to the clipboard. */
|
||||
@@ -1051,13 +1056,13 @@ interface FlashTimeline {
|
||||
/** Finds an array of indexes for the layers with the given name. */
|
||||
findLayerIndex(name: string): number[];
|
||||
|
||||
/** Retrieves the specified property’s value for the selected frames. */
|
||||
/** Retrieves the specified property's value for the selected frames. */
|
||||
getFrameProperty(property: string, startframeIndex?: number, endFrameIndex?: number): any;
|
||||
|
||||
/** Returns an XML string that represents the current positions of the horizontal and vertical guide lines for a timeline(View > Guides > Show Guides). */
|
||||
getGuidelines(): string;
|
||||
|
||||
/** Retrieves the specified property’s value for the selected layers. */
|
||||
/** Retrieves the specified property's value for the selected layers. */
|
||||
getLayerProperty(property: string): any;
|
||||
|
||||
/** Retrieves the currently selected frames in an array. */
|
||||
@@ -1144,9 +1149,9 @@ interface FlashTimeline {
|
||||
}
|
||||
|
||||
interface FlashPath {
|
||||
/// Appends a cubic Bézier curve segment to the path.
|
||||
/// Appends a cubic Bézier curve segment to the path.
|
||||
addCubicCurve(xAnchor: number, yAnchor: number, x2: number, y2: number, x3: number, y3: number, x4: number, y4: number): void;
|
||||
/// Appends a quadratic Bézier segment to the path.
|
||||
/// Appends a quadratic Bézier segment to the path.
|
||||
addCurve(xAnchor: number, yAnchor: number, x2: number, y2: number, x3: number, y3: number): void;
|
||||
/// Adds a point to the path.
|
||||
addPoint(x: number, y: number): void;
|
||||
@@ -1396,4 +1401,4 @@ declare var fl: FlashFL;
|
||||
declare var FLfile: FlashFLfile;
|
||||
declare function alert(alertText: string): void;
|
||||
declare function confirm(strAlert: string): boolean;
|
||||
declare function prompt(promptMsg: string, text?: string): string;
|
||||
declare function prompt(promptMsg: string, text?: string): string;
|
||||
|
||||
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for xJSFL
|
||||
// Project: http://www.xjsfl.com/
|
||||
// Definitions by: soywiz <https://github.com/soywiz/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="./jsfl.d.ts" />
|
||||
|
||||
interface _xjsfl {
|
||||
|
||||
+3
-2
@@ -1,9 +1,10 @@
|
||||
// Type definitions for JSONEditorOnline
|
||||
// JSON Editor Online is a tool to easily edit and format JSON online. JSON is displayed in a clear, editable treeview and in formatted plain text.
|
||||
// Project: https://github.com/josdejong/jsoneditoronline
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// JSON Editor Online is a tool to easily edit and format JSON online. JSON is displayed in a clear, editable treeview and in formatted plain text.
|
||||
|
||||
interface JSONEditorOptions {
|
||||
change?: () => void;
|
||||
history?: boolean;
|
||||
@@ -177,4 +178,4 @@ declare class JSONFormatter {
|
||||
setText(jsonString: string): void;
|
||||
getText(): string;
|
||||
onError(err: string): void;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+4
-4
@@ -1,9 +1,9 @@
|
||||
// Type definitions for jsPlumb 1.3.16 jQuery adapter.
|
||||
// Project: http://jsplumb.org
|
||||
// https://github.com/sporritt/jsplumb
|
||||
// https://code.google.com/p/jsplumb
|
||||
//
|
||||
// Project: https://github.com/sporritt/jsplumb
|
||||
// Project: https://code.google.com/p/jsplumb
|
||||
// Definitions by: Steve Shearn <https://github.com/shearnie/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
|
||||
@@ -104,4 +104,4 @@ interface SelectParams {
|
||||
scope?: string;
|
||||
source: string;
|
||||
target: string;
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+2
-1
@@ -1,9 +1,10 @@
|
||||
// Type definitions for JW Player
|
||||
// JW Player is the leading HTML5 & Flash video player, optimized for mobile and the desktop. Easy enough for beginners, advanced enough for pros.
|
||||
// Project: http://developer.longtailvideo.com/trac/
|
||||
// Definitions by: Martin Duparc <https://github.com/martinduparc/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// JW Player is the leading HTML5 & Flash video player, optimized for mobile and the desktop. Easy enough for beginners, advanced enough for pros.
|
||||
|
||||
interface JWPlayer {
|
||||
addButton(icon: string, label: string, handler: () => void, id: string): void;
|
||||
getBuffer(): number;
|
||||
|
||||
Reference in New Issue
Block a user