MCPcopy Create free account

hub / github.com/timelinize/timelinize / functions

Functions1,120 in github.com/timelinize/timelinize

MethodNextLocation
NextLocation returns the next available point from the XML document.
datasources/gpx/gpx.go:257
MethodNextLocation
NextLocation returns the next available point from the NMEA file.
datasources/nmea/nmea.go:241
MethodNextLocation
(_ context.Context)
datasources/googlelocation/ondevice.go:51
MethodNextLocation
(_ context.Context)
datasources/googlelocation/ondevice.go:169
MethodNextLocation
NextLocation decodes the next unique location; it returns nil, nil if no more locations are available. It skips duplicated or very similar adjacent lo
datasources/googlelocation/googlelocation.go:170
MethodNextLocation
NextLocation returns the next location point that can be stored as an item.
datasources/googlelocation/locproc.go:129
MethodNextLocation
NextLocation returns the next available point from the JSON document.
datasources/geojson/geojson.go:194
FunctionOpenRepositories
()
frontend/resources/js/app.js:154
FunctionOpenRepository
(repo_path, create)
frontend/resources/js/app.js:151
FunctionPauseJob
(repo_id, job_id)
frontend/resources/js/app.js:157
MethodPauseJob
(ctx context.Context, jobID uint64)
timeline/jobs.go:950
FunctionPlanImport
(params)
frontend/resources/js/app.js:160
MethodPopulateWithFakeData
PopulateWithFakeData adds a bunch of fake data to the timeline.
timeline/obfuscation.go:41
MethodPush
Push implements http.Pusher. It simply calls the underlying ResponseWriter's Push method if there is one, or returns ErrNotImplemented otherwise.
tlzapp/responsewriter.go:44
MethodReadFrom
ReadFrom implements io.ReaderFrom. It simply calls io.Copy, which uses io.ReaderFrom if available.
tlzapp/responsewriter.go:53
MethodReadFrom
(r io.Reader)
tlzapp/responsewriter.go:189
FunctionRecognize
(filename)
frontend/resources/js/app.js:163
MethodRecognize
(_ context.Context, _ DirEntry, _ RecognizeParams)
timeline/obfuscation.go:179
MethodRecognize
Recognize returns whether the file or folder is recognized.
datasources/instagram/instagram.go:53
MethodRecognize
Recognize returns whether the input is supported.
datasources/telegram/telegram.go:55
MethodRecognize
Recognize returns whether the file or folder is recognized.
datasources/media/media.go:85
MethodRecognize
Recognize returns whether the input is supported.
datasources/vcard/vcard.go:55
MethodRecognize
Recognize returns whether this file or folder is supported.
datasources/googlephotos/googlephotos.go:54
MethodRecognize
Recognize returns whether the input file is recognized.
datasources/firefox/firefox.go:60
MethodRecognize
Recognize returns whether this file or folder is supported.
datasources/applephotos/applephotos.go:69
MethodRecognize
Recognize returns whether the file is recognized for this data source.
datasources/email/email.go:58
MethodRecognize
Recognize returns whether the file or folder is supported.
datasources/kmlgx/kmlgx.go:71
MethodRecognize
Recognize returns whether this input is supported.
datasources/smsbackuprestore/smsbackuprestore.go:58
MethodRecognize
Recognize returns whether the file is supported.
datasources/gpx/gpx.go:66
MethodRecognize
Recognize returns whether the input is supported.
datasources/nmea/nmea.go:81
MethodRecognize
Recognize returns whether the file is recognized for this data source.
datasources/calendar/calendar.go:32
MethodRecognize
Recognize returns whether the file is supported.
datasources/googlelocation/googlelocation.go:92
MethodRecognize
Recognize returns true if the file is recognized as a contact list.
datasources/contactlist/recognize.go:31
MethodRecognize
Recognize returns whether the input is supported.
datasources/twitter/archives.go:37
MethodRecognize
Recognize returns whether the file is supported.
datasources/geojson/geojson.go:79
MethodRecognize
Recognize returns whether this file or folder is supported.
datasources/applecontacts/macaddrbook.go:52
MethodRecognize
Recognize returns whether this file or folder is supported.
datasources/imessage/imessage.go:58
MethodRecognize
Recognize returns whether the input file is recognized.
datasources/generic/generic.go:64
MethodRecognize
Recognize returns whether the input is supported.
datasources/whatsapp/whatsapp.go:33
MethodRecognize
Recognize returns whether the input file is recognized.
datasources/facebook/archive.go:67
MethodRecognize
Recognize returns whether the input file is recognized.
datasources/github/github.go:109
MethodRecognize
Recognize returns whether the file or folder is supported.
datasources/icloud/icloud.go:71
MethodRecognize
Recognize returns whether the input is supported.
datasources/flighty/flighty.go:44
MethodRecognize
Recognize returns whether this input is supported.
datasources/googlevoice/googlevoice.go:38
MethodRecognize
Recognize returns whether the input is supported.
datasources/strava/strava.go:61
MethodRecognize
Recognize returns whether the folder is recognized.
datasources/iphone/iphone.go:77
FunctionRepositoryIsEmpty
(repoID)
frontend/resources/js/app.js:166
MethodRoundTrip
(req *http.Request)
timeline/ratelimit.go:74
MethodRun
(job *ActiveJob, checkpoint []byte)
timeline/thumbnails.go:86
MethodRun
(job *ActiveJob, checkpoint []byte)
timeline/ml.go:57
MethodRun
TODO: This was useful during the refactoring of the import flow, but I ended up on a design that doesn't require rooting file systems at the root of t
timeline/imports.go:124
FunctionSearchEntities
(params)
frontend/resources/js/app.js:172
MethodSearchEntities
(ctx context.Context, params EntitySearchParams)
timeline/searchentities.go:59
FunctionSearchItems
(params)
frontend/resources/js/app.js:169
MethodServeHTTP
(w http.ResponseWriter, r *http.Request)
tlzapp/helpers.go:37
MethodServeHTTP
(w http.ResponseWriter, r *http.Request)
tlzapp/server.go:54
MethodServeHTTP
(w http.ResponseWriter, r *http.Request)
tlzapp/endpoints.go:246
FunctionStartJob
(repo_id, job_id, start_over)
frontend/resources/js/app.js:178
MethodString
()
timeline/graph.go:184
MethodString
()
timeline/graph.go:976
MethodString
()
timeline/graph.go:1055
MethodString
()
datasources/telegram/telegram.go:79
MethodString
()
datasources/applecontacts/macaddrbook.go:370
FunctionSubmitGraph
(repo_id, job_id, graph, skip)
frontend/resources/js/app.js:175
MethodSubmitGraph
(jobID uint64, g *Graph, skip bool)
timeline/timeline.go:950
MethodSwap
(i, j int)
timeline/conversations.go:659
FunctionTestArgParseFlagValuePairs
(t *testing.T)
tlzapp/argparse_test.go:26
FunctionTestClientWalk
(t *testing.T)
datasources/github/github_test.go:11
FunctionTestCouldBeMarkdown
(t *testing.T)
timeline/processor_test.go:5
FunctionTestDetermineMediaFilenameInArchive
(t *testing.T)
datasources/googlephotos/takeoutarchive_test.go:7
FunctionTestExportIDFromArchiveFilename
(t *testing.T)
datasources/googlephotos/takeoutarchive_test.go:55
FunctionTestFileImport
(t *testing.T)
datasources/whatsapp/whatsapp_test.go:15
FunctionTestFileImport
(t *testing.T)
datasources/flighty/flighty_test.go:33
FunctionTestFirefox_FileImport
(t *testing.T)
datasources/firefox/firefox_test.go:93
FunctionTestFirefox_Recognize
(t *testing.T)
datasources/firefox/firefox_test.go:34
FunctionTestMakeForm
(t *testing.T)
tlzapp/cli2api_test.go:23
FunctionTestMakeJSON
(t *testing.T)
tlzapp/cli2api_test.go:56
FunctionTestParseAccept
(t *testing.T)
tlzapp/httpaccept_test.go:26
FunctionTestSanitizeFlag
(t *testing.T)
tlzapp/cli2api_test.go:119
FunctionTestSplitCamelCaseIntoWords
(t *testing.T)
datasources/media/metadata_test.go:23
FunctionTestTimeframeContains
TODO: Both these tests need fixing; the ContainsItem one especially needs more test cases
timeline/datasource_test.go:28
FunctionTestTimeframeContainsItem
(t *testing.T)
timeline/datasource_test.go:92
FunctionTestTimestampFromFilePath
(t *testing.T)
datasources/generic/timestamp_test.go:26
FunctionTest_buildAirportDatabase
(t *testing.T)
internal/airports/airports_test.go:9
MethodTokenSource
TokenSource returns a token source for s.
oauth2client/remoteapp.go:165
MethodTokenSource
TokenSource returns a token source for s.
oauth2client/localapp.go:88
FunctionTrapSignals
TrapSignals create signal handlers for all applicable signals for this system.
tlzapp/sigtrap.go:31
MethodUnmarshalJSON
(b []byte)
datasources/twitter/models.go:994
MethodUnmarshalJSON
(b []byte)
datasources/twitter/models.go:1011
FunctionUnpauseJob
(repo_id, job_id)
frontend/resources/js/app.js:181
MethodUnpauseJob
(ctx context.Context, jobID uint64)
timeline/jobs.go:1000
MethodUnwrap
Unwrap returns the underlying ResponseWriter, necessary for http.ResponseController to work correctly.
tlzapp/responsewriter.go:59
FunctionValid
Valid returns true if an initialized timeline exists at repo. It is not a super-thorough check, but it does look for a couple of key factors: database
timeline/timeline.go:1310
MethodWrite
(data []byte)
tlzapp/responsewriter.go:175
Method__init__
(self, model_name, retry_cooldown=600)
tlzapp/python/server/server.py:47
FunctionabortablePost
(signal, endpoint, data, method = 'POST')
frontend/resources/js/app.js:46
FunctionaddBuildings
()
frontend/resources/js/map.js:608
Functionbase64ArrayBuffer
(arrayBuffer)
frontend/resources/js/common-lib.js:2807
FunctionchatSplit
(data []byte, atEOF bool)
datasources/whatsapp/splitter.go:10
Functionclassify
()
tlzapp/python/server/server.py:189
← previousnext →901–1,000 of 1,120, ranked by callers