| LOW | web/files.js | 41 | // - localFile, file on local fs |
| LOW | web/files.js | 61 | // ... |
| LOW | web/files.js | 81 | // media: { |
| LOW | web/chat.js | 561 | // element.addEventListener('blur', function (e) { |
| LOW | web/lib/codemirror.js | 341 | else { bidiOther = i; } |
| LOW | web/lib/codemirror.js | 2641 | return intoCoordSystem(cm, lineObj, measureChar(cm, lineObj, pos.ch, bias), context) |
| LOW | web/lib/codemirror.js | 3481 | let right = wrapXObj(cm, line, visualLine.startChar, 'ltr', "before"); |
| LOW | web/lib/codemirror.js | 3501 | // var rightStart = drawForLine(sTo.line, singleVLine ? 0 : null, sTo.ch).start; |
| LOW | web/lib/codemirror.js | 4701 | // unstandardized between browsers and even browser versions, and |
| LOW | web/lib/codemirror.js | 5821 | if (no == null) { return null } |
| LOW | web/lib/codemirror.js | 6061 | // Created with markText and setBookmark methods. A TextMarker is a |
| LOW | web/lib/codemirror.js | 7941 | // if (cmp(cur, lastPos) != 0) { |
| LOW | web/lib/hypermd.js | 281 | //#endregion |
| LOW | web/lib/fold-code.js | 1 | // HyperMD, copyright (c) by laobubu |
| LOW | web/lib/show-hint.js | 501 | // var term, from = CodeMirror.Pos(cur.line, token.start), to = cur |
| LOW | web/lib/hide-token.js | 1 | // HyperMD, copyright (c) by laobubu |
| LOW | web/lib/fold-image.js | 121 | return marker; |
| LOW | web/lib/autoscroll.js | 101 | }); |
| LOW | web/lib/autoscroll.js | 121 | // const lineHeight = editor.defaultTextHeight(); |
| LOW | web/lib/autoscroll.js | 141 | // function stopAutoScroll() { |
| LOW | web/lib/autoscroll.js | 161 | // startAutoScroll('down'); |
| LOW | web/lib/autoscroll.js | 181 | // stopAutoScroll(); |
| LOW | web/lib/autoscroll.js | 201 | // if (autoscrollState.isSelecting) { |
| LOW | web/lib/autoscroll.js | 221 | // editor.off('beforeSelectionChange', selectionChangeHandler); |
| LOW | tests/files.spec.js | 921 | // The new file MUST land at root, never inside `projects/` - |
| LOW | tests/files.spec.js | 941 | // - disk /life/Pilaf.md was externally updated |
| LOW | tests/files.spec.js | 961 | // - currentEditor is editor (main) - reassigned by N. P never noticed. |
| LOW | tests/files.spec.js | 981 | // syncCurrentEditor runs against the poisoned editor. That requires two |
| LOW | tests/files.spec.js | 1001 | // deleting file: 'happiness/0 Осознанное расслабление.md' at 07:19:46. |
| LOW | tests/playwright.config.js | 41 | // Firefox and Webkit aren't currently supporting showDirectoryPicker |
| LOW | server/bot_test.go | 181 | // |
| LOW | server/bot_test.go | 201 | // |
| LOW | server/bot_test.go | 1001 | // r := require.New(t) |
| LOW | server/bot_test.go | 1021 | // defer func() { |
| LOW | server/bot_test.go | 4561 | content, err := bot.fs.Read("journal", journalFiles[0].Name) |
| LOW | server/bot_test.go | 4581 | // bot := NewBot(-1, tgram, userFS, db.NewFakeDB(), cfg) |
| LOW | server/bot.go | 2041 | //filename, err := b.fs.Unhash(fs.DirUserRoot, msgIndex) |
| LOW | server/chat_test.go | 201 | r.Equal(chatBlockHash("- [ ] `01:01` Test content"), h) |
| LOW | server/chat_test.go | 221 | // |
| LOW | server/chat_test.go | 301 | // |
| LOW | server/chat_test.go | 321 | // content := `#### 1 July, Tuesday |
| LOW | server/chat_test.go | 401 | hasTimestamp := timestampRegex.MatchString(record) |
| LOW | server/chat_test.go | 421 | // for i, block := range result { |
| LOW | server/chat.go | 21 | inboxHeaderRegex = regexp.MustCompile(`^#### `) |
| LOW | server/bot_forwards.go | 1 | // Don't want to put this hacky complex code into main bot file. |
| LOW | server/sync/sync_test.go | 461 | } |
| LOW | server/sync/sync_test.go | 481 | // fs.NewUserFS = origFS |
| LOW | server/sync/sync_test.go | 501 | // r.Equal(http.StatusOK, w.Code) |
| LOW | server/fs/fs.go | 621 | } |
| LOW | server/stats/stats_test.go | 41 | |
| LOW | server/stats/stats_test.go | 61 | // now = savedNow |
| LOW | server/stats/stats_test.go | 81 | //func TestDoneTodayScheduled(t *testing.T) { |
| LOW | server/stats/stats_test.go | 101 | // err := fs.Put("archive", "a.md", "") |
| LOW | server/pkg/txt/md.go | 241 | } |