MCPcopy Create free account

hub / github.com/davrous/dareangel / functions

Functions275 in github.com/davrous/dareangel

MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function() {...};
dts/browser.d.ts:4761
MethodaddListener
* The callback parameter should be a function that looks like this: * function(string text, OnInputEnteredDisposition disposition) {...};
dts/browser.d.ts:4867
MethodaddListener
* The callback parameter should be a function that looks like this: * function(string text, function suggest) {...}; * Parameter suggest: A cal
dts/browser.d.ts:4878
MethodaddListener
* The callback parameter should be a function that looks like this: * function() {...};
dts/browser.d.ts:4886
MethodaddListener
* The callback parameter should be a function that looks like this: * function() {...};
dts/browser.d.ts:4894
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function( tabs.Tab tab) {...};
dts/browser.d.ts:4927
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function( Permissions permissions) {...}; * Parameter per
dts/browser.d.ts:5059
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function( Permissions permissions) {...}; * Parameter per
dts/browser.d.ts:5068
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function(function resultCallback) {...}; * Parameter resu
dts/browser.d.ts:5243
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function( usb.Device device, function resultCallback) {...};
dts/browser.d.ts:5253
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function(string printerId, function resultCallback) {...};
dts/browser.d.ts:5263
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function(object printJob, function resultCallback) {...};
dts/browser.d.ts:5274
MethodaddListener
* @param callback The callback parameter should be a function that looks like this: * function(object details) {...};
dts/browser.d.ts:5417
MethodaddListener
(callback: (message: Object, port: Port) => void)
dts/browser.d.ts:5549
MethodaddListener
* @param callback * Optional parameter message: The message sent by the calling script. * Parameter sendResponse: Function to call (at most onc
dts/browser.d.ts:5558
MethodaddListener
(callback: (port: Port) => void)
dts/browser.d.ts:5562
MethodaddListener
(callback: (details: InstalledDetails) => void)
dts/browser.d.ts:5566
MethodaddListener
(callback: () => void)
dts/browser.d.ts:5570
MethodaddListener
* @param callback * Parameter reason: The reason that the event is being dispatched. One of: "app_update", "os_update", or "periodic"
dts/browser.d.ts:5578
MethodaddListener
* @param callback * Parameter details: The manifest details of the available update.
dts/browser.d.ts:5586
MethodaddListener
(callback: (tab: browser.tabs.Tab) => void)
dts/browser.d.ts:5769
MethodaddListener
(callback: () => void)
dts/browser.d.ts:5819
MethodaddListener
* @param callback * Parameter changes: Object mapping each key that changed to its corresponding storage.StorageChange for that item. * Paramet
dts/browser.d.ts:5989
MethodaddListener
(callback: (info: StorageUnitInfo) => void)
dts/browser.d.ts:6165
MethodaddListener
(callback: (id: string) => void)
dts/browser.d.ts:6169
MethodaddListener
* @param callback * Parameter info: CaptureInfo with new capture status for the tab.
dts/browser.d.ts:6229
MethodaddListener
(callback: (highlightInfo: HighlightInfo) => void)
dts/browser.d.ts:6665
MethodaddListener
(callback: (tabId: number, removeInfo: TabRemoveInfo) => void)
dts/browser.d.ts:6669
MethodaddListener
* @param callback * Parameter changeInfo: Lists the changes to the state of the tab that was updated. * Parameter tab: Gives the state of the t
dts/browser.d.ts:6678
MethodaddListener
(callback: (tabId: number, attachInfo: TabAttachInfo) => void)
dts/browser.d.ts:6682
MethodaddListener
(callback: (tabId: number, moveInfo: TabMoveInfo) => void)
dts/browser.d.ts:6686
MethodaddListener
(callback: (tabId: number, detachInfo: TabDetachInfo) => void)
dts/browser.d.ts:6690
MethodaddListener
* @param callback * Parameter tab: Details of the tab that was created.
dts/browser.d.ts:6698
MethodaddListener
(callback: (activeInfo: TabActiveInfo) => void)
dts/browser.d.ts:6702
MethodaddListener
(callback: (addedTabId: number, removedTabId: number) => void)
dts/browser.d.ts:6706
MethodaddListener
(callback: (tabId: number, selectInfo: TabWindowInfo) => void)
dts/browser.d.ts:6710
MethodaddListener
(callback: (ZoomChangeInfo: ZoomChangeInfo) => void)
dts/browser.d.ts:6714
MethodaddListener
* @param callback * Parameter utterance: The text to speak, specified as either plain text or an SSML document. If your engine does not support SSM
dts/browser.d.ts:7197
MethodaddListener
(callback: DetailsCallback)
dts/browser.d.ts:7283
MethodaddListener
* @param callback * Parameter id: ID of the configuration the message is intended for. * Parameter message: The message received from the platf
dts/browser.d.ts:7351
MethodaddListener
* @param callback * Parameter data: The IP packet received from the platform.
dts/browser.d.ts:7359
MethodaddListener
* @param callback * Parameter id: ID of the removed configuration.
dts/browser.d.ts:7367
MethodaddListener
* @param callback * Parameter id: ID of the configuration created. * Parameter name: Name of the configuration created. * Parameter data: C
dts/browser.d.ts:7377
MethodaddListener
* @param callback * Parameter event: The UI event that is triggered. * * showAddDialog: Request the VPN client to show add configuration dialog
dts/browser.d.ts:7388
MethodaddListener
(callback: (details: WebNavigationCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7583
MethodaddListener
(callback: (details: WebNavigationFramedCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7587
MethodaddListener
(callback: (details: WebNavigationFramedErrorCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7591
MethodaddListener
(callback: (details: WebNavigationSourceCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7595
MethodaddListener
(callback: (details: WebNavigationParentedCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7599
MethodaddListener
(callback: (details: WebNavigationTransitionCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7603
MethodaddListener
(callback: (details: WebNavigationReplacementCallbackDetails) => void, filters?: WebNavigationEventFilter)
dts/browser.d.ts:7607
MethodaddListener
(callback: (details: WebRequestBodyDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: string[])
dts/browser.d.ts:7828
MethodaddListener
(callback: (details: WebRequestHeadersDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: string[])
dts/browser.d.ts:7832
MethodaddListener
(callback: (details: WebResponseHeadersDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: string[])
dts/browser.d.ts:7836
MethodaddListener
(callback: (details: WebResponseCacheDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: string[])
dts/browser.d.ts:7840
MethodaddListener
(callback: (details: WebRedirectionResponseDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: strin
dts/browser.d.ts:7844
MethodaddListener
(callback: (details: WebAuthenticationChallengeDetails, callback?: (response: BlockingResponse) => void) => vo
dts/browser.d.ts:7848
MethodaddListener
(callback: (details: WebResponseErrorDetails) => void, filter?: RequestFilter, opt_extraInfoSpec?: string[])
dts/browser.d.ts:7852
MethodaddListener
* @param callback * Parameter stage: The InstallStage that just began. * * One of: "installing", or "downloading"
dts/browser.d.ts:7974
MethodaddListener
* @param callback * Parameter percentDownloaded: The progress of the download, between 0 and 1. 0 indicates no progress; 1.0 indicates complete.
dts/browser.d.ts:7982
MethodaddListener
* @param callback * Parameter windowId: The id of the window associated with this event.
dts/browser.d.ts:8151
MethodaddListener
* @param callback * Parameter window: The window object associated with this event.
dts/browser.d.ts:8159
MethodaddRules
* Registers rules to handle events. * @param rules Rules to be registered. These do not replace previously registered rules. * @param callback
dts/browser.d.ts:2594
MethodaddTrack
(track: MediaStreamTrack)
dts/MediaStream.d.ts:96
MethodapplyConstraints
(constraints: MediaTrackConstraints)
dts/MediaStream.d.ts:130
Methodcancel
()
dts/webspeechapi.d.ts:106
Methodclear
* Clears the setting, restoring any default value. * @param details Which setting to clear. * @param callback Called at the completion of the cl
dts/browser.d.ts:100
Methodclear
* Clear all content setting rules set by this extension. * @param callback If you specify the callback parameter, it should be a function that loo
dts/browser.d.ts:867
Methodclear
* Removes all items from storage. * @param callback Optional. * Callback on success, or on failure (in which case runtime.lastError will be set
dts/browser.d.ts:5897
Methodclear
* Clears the setting, restoring any default value. * @param details Which setting to clear. * @param callback Optional. Called at the completio
dts/browser.d.ts:7304
Methodclone
()
dts/MediaStream.d.ts:87
Methodclone
()
dts/MediaStream.d.ts:123
Methodclose
()
dts/waa.d.ts:44
Methodconstructor
(targetDiv: HTMLElement)
dareangel.dashboard.ts:21
Methodconstructor
* @param apiKey should be your Bing Speech API key * Note: The way to get api key: * https://www.microsoft.com/cognitive-services/en-u
BingTTSClient.ts:96
Methodconstructor
* @param apiKey should be your Bing Speech API key * Note: The way to get api key: * https://www.microsoft.com/cognitive-services/en-u
BingTTSClient.js:69
Methodconstructor
(targetDiv)
dareangel.dashboard.js:12
MethodcopyFromChannel
(destination: Float32Array, channelNumber: number, startInChannel?: number)
dts/waa.d.ts:32
MethodcopyTo
* Copy an entry to a different location on the file system. It is an error to try to: * * <ul> * <li> copy a directory inside itself
dts/filesystem.d.ts:181
MethodcopyTo
* Copy an entry to a different location on the file system. It is an error to try to: * <ul> * <li> copy a directory inside itself or to any
dts/filesystem.d.ts:452
MethodcopyToChannel
(source: Float32Array, channelNumber: number, startInChannel?: number)
dts/waa.d.ts:34
MethodcreateMediaStreamDestination
()
dts/waa.d.ts:45
MethodcreateMediaStreamSource
(stream: MediaStream)
dts/waa.d.ts:20
MethodcreateReader
* Creates a new DirectoryReader to read Entries from this Directory.
dts/filesystem.d.ts:210
MethodcreateReader
* Creates a new DirectoryReaderSync to read EntrySyncs from this DirectorySync.
dts/filesystem.d.ts:477
MethodcreateSidebarPane
* Creates a pane within panel's sidebar. * @param title Text that is displayed in sidebar caption. * @param callback A callback invoked when t
dts/browser.d.ts:1930
MethodcreateSidebarPane
* Creates a pane within panel's sidebar. * @param title Text that is displayed in sidebar caption. * @param callback A callback invoked when t
dts/browser.d.ts:1948
MethodcreateStatusBarButton
* Appends a button to the status bar of the panel. * @param iconPath Path to the icon of the button. The file should contain a 64x24-pixel image c
dts/browser.d.ts:1882
MethodcreateWriter
* Creates a new FileWriter associated with the file that this FileEntry represents. * @param successCallback A callback that is called with the n
dts/filesystem.d.ts:280
MethodcreateWriter
* Creates a new FileWriterSync associated with the file that this FileEntrySync represents.
dts/filesystem.d.ts:536
Methoddisconnect
(destination: AudioNode)
dts/waa.d.ts:38
MethodenumerateDevices
()
dts/MediaStream.d.ts:191
Methodfile
* Returns a File that represents the current state of the file that this FileEntry represents. * @param successCallback A callback that is called
dts/filesystem.d.ts:287
Methodfile
* Returns a File that represents the current state of the file that this FileEntrySync represents.
dts/filesystem.d.ts:541
Functionfulfilled
(value)
BingTTSClient.js:3
Methodget
* Gets the value of a setting. * @param details Which setting to consider. * @param callback The callback parameter should be a function that lo
dts/browser.d.ts:84
Methodget
* Gets the current content setting for a given pair of URLs. * @param callback The callback parameter should be a function that looks like this:
dts/browser.d.ts:885
Methodget
* Gets one or more items from storage. * @param callback Callback with storage items, or on failure (in which case runtime.lastError will be set).
dts/browser.d.ts:5925
Methodget
* Gets the value of a setting. * @param details Which setting to consider.
dts/browser.d.ts:7298
MethodgetAudioTracks
()
dts/MediaStream.d.ts:90
← previousnext →101–200 of 275, ranked by callers