MCPcopy Create free account

hub / github.com/timelinize/timelinize / functions

Functions1,120 in github.com/timelinize/timelinize

FunctioncloseRepository
()
frontend/resources/js/app.js:400
Methodconstructor
(opt)
frontend/resources/js/settings.js:151
Functioncontent
(dp)
frontend/resources/js/common-lib.js:660
Methodcontent
()
datasources/twitter/models.go:625
FunctiondirEntryHidden
(d fs.DirEntry)
tlzapp/files_windows.go:96
FunctiondirEntryHidden
(d fs.DirEntry)
tlzapp/files_darwin.go:70
FunctiondrawHEIF
(heicImage, canvasEl)
frontend/resources/js/common-lib.js:2864
Functionembedding
()
tlzapp/python/server/server.py:149
FunctionentitiesInvolved
()
frontend/resources/js/conversations.js:94
FunctionentityAttribute
(entity, attribute)
frontend/resources/js/common.js:56
MethodexplainQueryPlan
explainQueryPlan prints out the query and its plan. nolint:unused
timeline/db.go:415
FunctionfileHidden
(filename string)
tlzapp/files_windows.go:84
MethodfileReader
(_ context.Context)
datasources/twitter/models.go:633
FunctiongetFileSelectorRoots
getFileSelectorRoots gets the platform-specific filepath roots, like drive letters for Windows, the user's home folder for all, or mounted drives for
tlzapp/files_windows.go:32
FunctiongetFileSelectorRoots
getFileSelectorRoots gets the platform-specific filepath roots, like drive letters for Windows, the user's home folder for all, or mounted drives for
tlzapp/files_darwin.go:31
FunctiongetFileSystemType
(path string)
timeline/fs_darwin.go:25
FunctiongetFileSystemType
(path string)
timeline/fs_windows.go:25
MethodhandleAddEntity
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:62
MethodhandleBuildInfo
(w http.ResponseWriter, _ *http.Request)
tlzapp/handlers.go:238
MethodhandleCancelJobs
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:112
MethodhandleChangeSettings
TODO: I guess, "get settings" could just be this handler with an empty payload. *shrug*
tlzapp/handlers.go:168
MethodhandleCharts
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:90
MethodhandleCloseRepo
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:279
MethodhandleConversation
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:337
MethodhandleDeleteItems
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:349
MethodhandleFileListing
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:374
MethodhandleFileSelectorRoots
(w http.ResponseWriter, _ *http.Request)
tlzapp/handlers.go:40
MethodhandleFileStat
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:177
MethodhandleGetDataSources
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:242
MethodhandleGetEntity
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:72
MethodhandleImport
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:290
MethodhandleItemClassifications
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:51
MethodhandleJobs
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:106
MethodhandleLogs
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:207
MethodhandleMergeEntities
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:84
MethodhandleNextGraph
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:296
MethodhandleOpenRepo
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:252
MethodhandlePauseJob
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:135
MethodhandlePlanImport
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:284
MethodhandleRecentConversations
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:331
MethodhandleRepos
(w http.ResponseWriter, _ *http.Request)
tlzapp/handlers.go:234
MethodhandleRepositoryEmpty
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:45
MethodhandleSearchEntities
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:325
MethodhandleSearchItems
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:319
MethodhandleStartJob
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:147
MethodhandleSubmitGraph
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:313
MethodhandleUnpauseJob
(w http.ResponseWriter, r *http.Request)
tlzapp/handlers.go:141
FunctionhealthCheck
()
tlzapp/python/server/server.py:145
Functioninit
()
timeline/db.go:45
Functioninit
()
datasources/instagram/instagram.go:37
Functioninit
()
datasources/telegram/telegram.go:37
Functioninit
()
datasources/media/metadata.go:44
Functioninit
()
datasources/media/media.go:37
Functioninit
()
datasources/vcard/vcard.go:39
Functioninit
()
datasources/googlephotos/googlephotos.go:34
Functioninit
()
datasources/firefox/firefox.go:43
Functioninit
()
datasources/gmail/gmail.go:38
Functioninit
()
datasources/applephotos/applephotos.go:36
Functioninit
()
datasources/email/email.go:41
Functioninit
This could be nearly identical to GPX importer except the XML structure is different. I decided to not stream this file because the gx:Track entries c
datasources/kmlgx/kmlgx.go:43
Functioninit
()
datasources/smsbackuprestore/smsbackuprestore.go:41
Functioninit
()
datasources/gpx/gpx.go:38
Functioninit
()
datasources/nmea/nmea.go:47
Functioninit
()
datasources/calendar/calendar.go:15
Functioninit
()
datasources/googlelocation/googlelocation.go:41
Functioninit
()
datasources/contactlist/contactlist.go:36
Functioninit
var ( oauth2 = timeline.OAuth2{ ProviderID: "twitter", Scopes: []string{"tweet.read", "users.read", "offline.access"}, } rateLimit = timeli
datasources/twitter/twitter.go:50
Functioninit
NOTE: This is very similar to the kmlgx importer, except it's JSON. Almost all other code is nearly identical.
datasources/geojson/geojson.go:42
Functioninit
()
datasources/applecontacts/macaddrbook.go:36
Functioninit
()
datasources/imessage/imessage.go:41
Functioninit
()
datasources/generic/generic.go:45
Functioninit
()
datasources/whatsapp/whatsapp.go:16
Functioninit
()
datasources/facebook/facebook.go:28
Functioninit
()
datasources/github/github.go:93
Functioninit
()
datasources/icloud/icloud.go:38
Functioninit
()
datasources/flighty/flighty.go:18
Functioninit
()
datasources/googlevoice/googlevoice.go:20
Functioninit
()
datasources/strava/strava.go:36
Functioninit
* TODO: Other options/ideas for this data source: - Scan files for recognized types, like .vcf (vCards) and just import them - Interesting file: Ca
datasources/iphone/iphone.go:50
FunctionitemClassIconAndLabel
(item, pathOnly)
frontend/resources/js/common-lib.js:112
FunctionitemClasses
()
frontend/resources/js/conversations.js:102
Functionload
()
frontend/resources/js/controllers.js:4
FunctionlostConnection
(event)
frontend/resources/js/common.js:477
Functionmain
Package main is the entry point of the application.
main.go:56
MethodmakeItemGraphFromTweet
(_ context.Context, params timeline.ImportParams, t tweet, fsys fs.FS, _ Options)
datasources/twitter/twitter.go:137
FunctionmapRenderFn
()
frontend/resources/js/common-lib.js:1668
Methodmetadata
()
datasources/smsbackuprestore/sms.go:108
FunctionminiDisplayPaper
(items)
frontend/resources/js/common-lib.js:1789
FunctionminimapRenderFn
()
frontend/resources/js/item.js:164
MethodonAdd
(map)
frontend/resources/js/settings.js:158
FunctiononClick
(dp)
frontend/resources/js/common-lib.js:663
FunctiononHide
(isFinished)
frontend/resources/js/common-lib.js:642
FunctiononKeyDown
(e)
frontend/resources/js/map.js:741
FunctiononMouseDown
(e)
frontend/resources/js/map.js:701
FunctiononMouseMove
(e)
frontend/resources/js/map.js:715
FunctiononMouseUp
(e)
frontend/resources/js/map.js:737
MethodonRemove
(map)
frontend/resources/js/settings.js:167
FunctiononShow
(isFinished)
frontend/resources/js/common-lib.js:638
Methodparse
EXAMPLE: "31.1234567°, -73.1234567°"
datasources/googlelocation/models.go:266
Methodpeople
people returns what is known about the sender and receiver.
datasources/smsbackuprestore/sms.go:76
← previousnext →1,001–1,100 of 1,120, ranked by callers