MCPcopy Create free account

hub / github.com/davrous/dareangel / functions

Functions275 in github.com/davrous/dareangel

MethodgetBytesInUse
* Gets the amount of space (in bytes) being used by one or more items. * @param callback Callback with the amount of space being used by storage,
dts/browser.d.ts:5877
MethodgetCapabilities
()
dts/MediaStream.d.ts:127
MethodgetConstraints
()
dts/MediaStream.d.ts:128
MethodgetContent
* Gets the content of the resource. * @param callback A function that receives resource content when the request completes. * The callback param
dts/browser.d.ts:1696
MethodgetContent
* Returns content of the response body. * @param callback A function that receives the response body when the request completes. * The callback
dts/browser.d.ts:1803
MethodgetDirectory
* Creates or looks up a directory. * @param path Either an absolute path or a relative path from this DirectoryEntry to the directory to be looke
dts/filesystem.d.ts:243
MethodgetDirectory
* Creates or looks up a directory. * @param path Either an absolute path or a relative path from this DirectoryEntrySync to the directory to be l
dts/filesystem.d.ts:505
MethodgetFile
* Creates or looks up a file. * @param path Either an absolute path or a relative path from this DirectoryEntry to the file to be looked up or cr
dts/filesystem.d.ts:226
MethodgetFile
* Creates or looks up a directory. * @param path Either an absolute path or a relative path from this DirectoryEntrySync to the file to be looked
dts/filesystem.d.ts:491
MethodgetMetadata
* Look up metadata about this entry. * @param successCallback A callback that is called with the time of the last modification. * @param err
dts/filesystem.d.ts:133
MethodgetMetadata
* Look up metadata about this entry.
dts/filesystem.d.ts:407
MethodgetParent
* Look up the parent DirectoryEntry containing this Entry. If this Entry is the root of its filesystem, its parent is itself. * @param successCal
dts/filesystem.d.ts:200
MethodgetParent
* Look up the parent DirectoryEntrySync containing this Entry. If this EntrySync is the root of its filesystem, its parent is itself.
dts/filesystem.d.ts:467
MethodgetResourceIdentifiers
* @param callback The callback parameter should be a function that looks like this: * function(array of ResourceIdentifier resourceIdentifiers) {.
dts/browser.d.ts:879
MethodgetRules
* Returns currently registered rules. * @param callback Called with registered rules. * The callback parameter should be a function that looks
dts/browser.d.ts:2557
MethodgetSettings
()
dts/MediaStream.d.ts:129
MethodgetSupportedConstraints
()
dts/MediaStream.d.ts:188
MethodgetTrackById
(trackId: string)
dts/MediaStream.d.ts:94
MethodgetTracks
()
dts/MediaStream.d.ts:92
MethodgetUserMedia
(constraints: MediaStreamConstraints)
dts/MediaStream.d.ts:190
MethodgetVideoTracks
()
dts/MediaStream.d.ts:91
MethodgetVoices
()
dts/webspeechapi.d.ts:110
MethodhasListener
* @param callback Listener whose registration status shall be tested.
dts/browser.d.ts:2570
MethodhasListeners
()
dts/browser.d.ts:2602
Methoditem
(index: number)
dts/webspeechapi.d.ts:52
Methoditem
(index: number)
dts/webspeechapi.d.ts:60
Methoditem
(index: number)
dts/webspeechapi.d.ts:84
MethodmoveTo
* Move an entry to a different location on the file system. It is an error to try to: * * <ui> * <li>move a directory inside itself or
dts/filesystem.d.ts:164
MethodmoveTo
* Move an entry to a different location on the file system. It is an error to try to: * <ul> * <li> move a directory inside itself or to any
dts/filesystem.d.ts:437
Methodpause
()
dts/webspeechapi.d.ts:107
MethodreadEntries
* Read the next block of entries from this directory. * @param successCallback Called once per successful call to readEntries to deliver the next
dts/filesystem.d.ts:268
MethodreadEntries
* Read the next block of entries from this directory.
dts/filesystem.d.ts:526
Functionrejected
(value)
BingTTSClient.js:4
Methodremove
* Deletes a file or directory. It is an error to attempt to delete a directory that is not empty. It is an error to attempt to delete the root directo
dts/filesystem.d.ts:193
Methodremove
* Deletes a file or directory. It is an error to attempt to delete a directory that is not empty. It is an error to attempt to delete the root directo
dts/filesystem.d.ts:462
Methodremove
* Removes one item from storage. * @param key A single key for items to remove. * @param callback Optional. * Callback on success, or on fail
dts/browser.d.ts:5912
MethodremoveListener
* Deregisters an event listener callback from an event. * @param callback Listener that shall be unregistered. * The callback parameter should
dts/browser.d.ts:2601
MethodremoveRecursively
* Deletes a directory and all of its contents, if any. In the event of an error [e.g. trying to delete a directory that contains a file that cannot be
dts/filesystem.d.ts:250
MethodremoveRecursively
* Deletes a directory and all of its contents, if any. In the event of an error [e.g. trying to delete a directory that contains a file that cannot be
dts/filesystem.d.ts:510
MethodremoveRules
* Unregisters currently registered rules. * @param ruleIdentifiers If an array is passed, only rules with identifiers contained in this array are
dts/browser.d.ts:2578
MethodremoveTrack
(track: MediaStreamTrack)
dts/MediaStream.d.ts:97
MethodrequestFileSystem
* Requests a filesystem in which to store application data. * @param type Whether the filesystem requested should be persistent, as defined above
dts/filesystem.d.ts:27
MethodrequestFileSystemSync
* Requests a filesystem in which to store application data. * @param type Whether the filesystem requested should be persistent, as defined above
dts/filesystem.d.ts:59
MethodresolveLocalFileSystemSyncURL
* Allows the user to look up the Entry for a file or directory referred to by a local URL. * @param url A URL referring to a local file in a file
dts/filesystem.d.ts:65
MethodresolveLocalFileSystemURL
* Allows the user to look up the Entry for a file or directory referred to by a local URL. * @param url A URL referring to a local file in a file
dts/filesystem.d.ts:35
Methodresume
()
dts/waa.d.ts:43
Methodresume
()
dts/webspeechapi.d.ts:108
Methodseek
* Seek sets the file position at which the next write will occur. * @param offset If nonnegative, an absolute byte offset into the file. If negat
dts/filewriter.d.ts:125
Methodseek
* Seek sets the file position at which the next write will occur. * @param offset An absolute byte offset into the file. If offset is greater tha
dts/filewriter.d.ts:159
Methodset
* Sets the value of a setting. * @param details Which setting to change. * @param callback Called at the completion of the set operation. * I
dts/browser.d.ts:92
Methodset
* Applies a new content setting rule. * @param callback If you specify the callback parameter, it should be a function that looks like this: *
dts/browser.d.ts:873
Methodset
* Sets multiple items. * @param items An object which gives each key/value pair to update storage with. Any other key/value pairs in storage will
dts/browser.d.ts:5905
Methodset
* Sets the value of a setting. * @param details Which setting to change. * @param callback Optional. Called at the completion of the set opera
dts/browser.d.ts:7293
MethodsetContent
* Sets the content of the resource. * @param content New content of the resource. Only resources with the text type are currently supported. *
dts/browser.d.ts:1706
MethodsetExpression
* Sets an expression that is evaluated within the inspected page. The result is displayed in the sidebar pane. * @param expression An expression t
dts/browser.d.ts:1985
MethodsetHeight
* Sets the height of the sidebar. * @param height A CSS-like size specification, such as '100px' or '12ex'.
dts/browser.d.ts:1976
MethodsetObject
* Sets a JSON-compliant object to be displayed in the sidebar pane. * @param jsonObject An object to be displayed in context of the inspected page
dts/browser.d.ts:2002
MethodsetPage
* Sets an HTML page to be displayed in the sidebar pane. * @param path Relative path of an extension page to display within the sidebar.
dts/browser.d.ts:2015
Methodstop
()
dts/webspeechapi.d.ts:19
Methodstop
()
dts/MediaStream.d.ts:88
Methodstop
()
dts/MediaStream.d.ts:125
Methodsuspend
()
dts/waa.d.ts:42
Methodsynthesize
(text, locale, callback, outputFormat = OutputFormat.Riff16khz16bit)
BingTTSClient.js:152
MethodtoURL
* Returns a URL that can be used to identify this entry. Unlike the URN defined in [FILE-API-ED], it has no specific expiration; as it describes a loc
dts/filesystem.d.ts:186
MethodtoURL
* Returns a URL that can be used to identify this entry. Unlike the URN defined in [FILE-API-ED], it has no specific expiration; as it describes a loc
dts/filesystem.d.ts:457
Methodtruncate
* Changes the length of the file to that specified. If shortening the file, data beyond the new length must be discarded. If extending the file, the e
dts/filewriter.d.ts:131
Methodtruncate
* Changes the length of the file to that specified. If shortening the file, data beyond the new length must be discarded. If extending the file, the e
dts/filewriter.d.ts:175
Methodunlockaudio
()
BingTTSClient.ts:119
Methodunlockaudio
()
BingTTSClient.js:99
Methodupdate
* Updates the attributes of the button. If some of the arguments are omitted or null, the corresponding attributes are not updated. * @param iconP
dts/browser.d.ts:1907
MethodwebkitAudioContext
(func: any)
BingTTSClient.ts:484
MethodwebkitRequestFileSystem
* see requestFileSystem.
dts/filesystem.d.ts:40
MethodwebkitRequestFileSystemSync
* see requestFileSystemSync
dts/filesystem.d.ts:70
Methodwrite
* Write the supplied data to the file at position. * @param data The blob to write.
dts/filewriter.d.ts:119
Methodwrite
* Write the supplied data to the file at position. Upon completion, position will increase by data.size. * @param data The blob to write.
dts/filewriter.d.ts:153
← previous201–275 of 275, ranked by callers