MCPcopy Create free account

hub / github.com/FakeFiller/fake-filler-extension / functions

Functions152 in github.com/FakeFiller/fake-filler-extension

↓ 242 callersFunctionGetMessage
(key: string, parameters?: any)
src/common/helpers.ts:260
↓ 25 callersMethodrandomNumber
(start: number, end: number, decimalPlaces = 0)
src/common/data-generator.ts:5
↓ 12 callersFunctionSanitizeText
(text: string)
src/common/helpers.ts:264
↓ 9 callersFunctionSaveFakeFillerOptions
(options: IFakeFillerOptions)
src/common/helpers.ts:208
↓ 9 callersMethodgetElementName
(element: FillableElement)
src/common/element-filler.ts:158
↓ 8 callersFunctionCsvToArray
(csvString: string)
src/common/helpers.ts:221
↓ 8 callersMethodfindCustomField
(elementName: string, matchTypes: CustomFieldTypes[] = [])
src/common/element-filler.ts:138
↓ 7 callersFunctiongetCurrentTabId
()
src/service_worker/index.ts:1
↓ 6 callersFunctionGetFakeFillerOptions
()
src/common/helpers.ts:168
↓ 6 callersMethodgenerateDummyDataForCustomField
( customField: ICustomField | undefined, element: HTMLInputElement | HTMLTextAreaElement | undefined
src/common/element-filler.ts:209
↓ 6 callersMethodisAnyMatch
(haystack: string, needles: string[])
src/common/element-filler.ts:43
↓ 6 callersFunctionisNotEmpty
(item: string | number | undefined | null)
src/options/components/custom-fields/CustomFieldsListItem.tsx:8
↓ 5 callersMethoddate
(minimumDate?: Date, maximumDate?: Date)
src/common/data-generator.ts:192
↓ 5 callersMethodfillInputElement
(element: HTMLInputElement)
src/common/element-filler.ts:401
↓ 5 callersMethodscrambledWord
(minLength = 3, maxLength = 15)
src/common/data-generator.ts:19
↓ 4 callersMethodfireEvents
(element: FillableElement)
src/common/element-filler.ts:36
↓ 4 callersMethodlastName
()
src/common/data-generator.ts:236
↓ 4 callersFunctionsaveOptions
(options: IFakeFillerOptions, formValues?: IFakeFillerOptionsForm)
src/options/actions.ts:83
↓ 3 callersFunctionFakeFillerDefaultOptions
()
src/common/helpers.ts:22
↓ 3 callersFunctiongetOptions
()
src/options/actions.ts:63
↓ 3 callersMethodsetClickedElement
(element: HTMLElement | undefined)
src/common/fake-filler.ts:30
↓ 3 callersMethodshouldIgnoreElement
(element: FillableElement)
src/common/element-filler.ts:62
↓ 3 callersMethodtime
()
src/common/data-generator.ts:214
↓ 3 callersFunctionunsubscribeAllSnapshots
()
src/common/firebase.ts:36
↓ 3 callersMethodwords
(wordCount: number, maxLength = 0)
src/common/data-generator.ts:36
↓ 2 callersFunctionCreateContextMenus
(enableContextMenu: boolean)
src/common/helpers.ts:184
↓ 2 callersFunctioncreateCustomFieldFromFormData
(formData: ICustomFieldForm)
src/options/actions.ts:161
↓ 2 callersMethodfillAllElements
(container: Document | HTMLElement)
src/common/fake-filler.ts:12
↓ 2 callersMethodfillContentEditableElement
(element: HTMLElement)
src/common/element-filler.ts:672
↓ 2 callersMethodfillSelectElement
(element: HTMLSelectElement)
src/common/element-filler.ts:598
↓ 2 callersMethodfillTextAreaElement
(element: HTMLTextAreaElement)
src/common/element-filler.ts:579
↓ 2 callersMethodfindCustomFieldFromList
( fields: ICustomField[], elementName: string, matchTypes: CustomFieldTypes[] = [] )
src/common/element-filler.ts:114
↓ 2 callersMethodfirstName
()
src/common/data-generator.ts:232
↓ 2 callersMethodgetElementMaxLength
(element: HTMLInputElement | HTMLTextAreaElement | undefined)
src/common/element-filler.ts:202
↓ 2 callersFunctioninitialize
(options: IFakeFillerOptions, isProEdition: boolean)
src/content_script/index.ts:10
↓ 2 callersMethodparagraph
(minWords: number, maxWords: number, maxLength: number)
src/common/data-generator.ts:155
↓ 2 callersMethodphoneNumber
(template: string = DEFAULT_TELEPHONE_TEMPLATE)
src/common/data-generator.ts:175
↓ 2 callersMethodphrase
(maxLength: number)
src/common/data-generator.ts:162
↓ 2 callersFunctionsaveOptionsToDb
(options: IFakeFillerOptions)
src/common/firebase.ts:124
↓ 2 callersMethodwebsite
()
src/common/data-generator.ts:169
↓ 2 callersMethodyear
()
src/common/data-generator.ts:224
↓ 1 callersFunctionGetKeyboardShortcuts
()
src/common/helpers.ts:249
↓ 1 callersFunctionMultipleLinesToArray
(text: string)
src/common/helpers.ts:235
↓ 1 callersFunctionNotifyTabsOfNewOptions
(options: IFakeFillerOptions)
src/service_worker/index.ts:19
↓ 1 callersMethodalphanumeric
(template: string)
src/common/data-generator.ts:62
↓ 1 callersFunctionbase64ToUtf8
(str: string)
src/options/components/BackupAndRestorePage.tsx:13
↓ 1 callersFunctioncloseModal
()
src/options/components/custom-fields/CustomFieldsView.tsx:33
↓ 1 callersFunctioncloseModal
()
src/options/components/custom-fields/ProfilesView.tsx:26
↓ 1 callersMethodcolor
()
src/common/data-generator.ts:249
↓ 1 callersFunctioncreateCustomField
( customField: ICustomFieldForm, customFieldIndex: number, profileIndex: number )
src/options/actions.ts:231
↓ 1 callersFunctioncreateProfile
(profile: IProfile)
src/options/actions.ts:323
↓ 1 callersFunctioncreateProfileFromFormData
(formData: IProfile)
src/options/actions.ts:314
↓ 1 callersFunctiondeleteCustomField
(index: number, profileIndex: number)
src/options/actions.ts:121
↓ 1 callersFunctiondeleteProfile
(profileIndex: number)
src/options/actions.ts:296
↓ 1 callersMethodfillAllInputs
()
src/common/fake-filler.ts:34
↓ 1 callersMethodfillThisForm
()
src/common/fake-filler.ts:58
↓ 1 callersMethodfillThisInput
()
src/common/fake-filler.ts:38
↓ 1 callersFunctiongetDateString
(date: Date)
src/options/components/BackupAndRestorePage.tsx:33
↓ 1 callersFunctiongetKeyboardShortcuts
()
src/options/actions.ts:285
↓ 1 callersFunctiongetOptionsLastUpdatedTimestamp
()
src/common/firebase.ts:139
↓ 1 callersFunctiongetTranslatedDescription
(key: string)
src/options/components/KeyboardShortcutsPage.tsx:20
↓ 1 callersMethodisElementVisible
(element: FillableElement)
src/common/element-filler.ts:52
↓ 1 callersFunctionisNotZero
(item: string | number | undefined | null)
src/options/components/custom-fields/CustomFieldsListItem.tsx:12
↓ 1 callersFunctionlogin
(email: string, password: string)
src/common/firebase.ts:107
↓ 1 callersFunctionlogout
()
src/common/firebase.ts:118
↓ 1 callersMethodmonth
()
src/common/data-generator.ts:220
↓ 1 callersFunctiononAuthStateChange
(callback: AuthStateChangeCallback)
src/common/firebase.ts:99
↓ 1 callersFunctiononOptionsChange
(callback: OptionsChangeCallback)
src/common/firebase.ts:103
↓ 1 callersMethodorganizationName
()
src/common/data-generator.ts:240
↓ 1 callersFunctionreorder
(list: ICustomField[], startIndex: number, endIndex: number)
src/options/components/custom-fields/CustomFieldsList.tsx:14
↓ 1 callersFunctionsaveCustomField
( customField: ICustomFieldForm, customFieldIndex: number, profileIndex: number )
src/options/actions.ts:258
↓ 1 callersFunctionsaveProfile
(profile: IProfile, profileIndex: number)
src/options/actions.ts:339
↓ 1 callersFunctionsaveSortedCustomFields
(customFields: ICustomField[], profileIndex: number)
src/options/actions.ts:141
↓ 1 callersMethodselectRandomRadio
(name: string, valuesList: string[] = [])
src/common/element-filler.ts:99
↓ 1 callersFunctionupdateAuthState
(user: FirebaseUser, claims: FirebaseCustomClaims)
src/options/actions.ts:59
↓ 1 callersFunctionutf8ToBase64
(str: string)
src/options/components/BackupAndRestorePage.tsx:9
↓ 1 callersMethodweekNumber
()
src/common/data-generator.ts:228
FunctionAddFieldButton
(props: Props)
src/options/components/custom-fields/AddFieldButton.tsx:12
FunctionAlphanumericOptions
()
src/options/components/custom-fields/data-types/AlphanumericOptions.tsx:6
FunctionApp
()
src/options/components/App.tsx:22
FunctionAuthReducer
(state = authInitialState, action: MyActions)
src/options/reducer.ts:65
FunctionBackupAndRestorePage
()
src/options/components/BackupAndRestorePage.tsx:17
FunctionChangeLogPage
()
src/options/components/ChangeLogPage.tsx:5
FunctionCustomFieldModal
(props: Props)
src/options/components/custom-fields/CustomFieldModal.tsx:165
FunctionCustomFieldsList
(props: Props)
src/options/components/custom-fields/CustomFieldsList.tsx:31
FunctionCustomFieldsListItem
(props: Props)
src/options/components/custom-fields/CustomFieldsListItem.tsx:30
FunctionCustomFieldsPage
()
src/options/components/CustomFieldsPage.tsx:12
FunctionCustomFieldsView
(props: Props)
src/options/components/custom-fields/CustomFieldsView.tsx:19
FunctionDataTypeSelectField
()
src/options/components/custom-fields/DataTypeSelectField.tsx:7
FunctionDateOptions
()
src/options/components/custom-fields/data-types/DateOptions.tsx:7
FunctionEmailOptions
(props: Props)
src/options/components/custom-fields/data-types/EmailOptions.tsx:25
FunctionExternalLink
(props)
src/options/components/common/ExternalLink.tsx:7
FunctionGeneralSettingsForm
(props: Props)
src/options/components/general-settings/GeneralSettingsForm.tsx:41
FunctionGeneralSettingsPage
()
src/options/components/GeneralSettingsPage.tsx:9
FunctionGetProModal
(props: Props)
src/options/components/custom-fields/GetProModal.tsx:11
FunctionHtmlPhrase
(props: Props)
src/options/components/common/HtmlPhrase.tsx:8
FunctionIntroduction
()
src/options/components/custom-fields/Introduction.tsx:6
FunctionKeyboardShortcutsPage
()
src/options/components/KeyboardShortcutsPage.tsx:9
FunctionKeyboardShortcutsReducer
( state = shortcutsInitialState, action: MyActions )
src/options/reducer.ts:38
FunctionLoginPage
()
src/options/components/LoginPage.tsx:31
next →1–100 of 152, ranked by callers