Find
C
ase-sensitive
R
egexp search
Path
mozilla-central
/
toolkit
/
components
/
satchel
/
megalist
/
aggregator
/
datasources
Navigation
Enable keyboard shortcuts
Name
Description
Size
AddressesDataSource.sys.mjs
Data source for Addresses.
7438
BankCardDataSource.sys.mjs
Data source for Bank Cards. Each card is represented by 3 lines: card number, expiration date and holder name. Protypes are used to reduce memory need because for different records similar lines will differ in values only.
9859
DataSourceBase.sys.mjs
Create a function to format messages. @param {...any} ftlFiles to be used for formatting messages @returns {Function} a function that can be used to format messsages
9228
LoginDataSource.sys.mjs
Data source for Logins. Each login is represented by 3 lines: origin, username and password. Protypes are used to reduce memory need because for different records similar lines will differ in values only.
24173