MCPcopy Create free account

hub / github.com/samuelclay/NewsBlur / functions

Functions5,735 in github.com/samuelclay/NewsBlur

↓ 2 callersFunctionrun_haproxy_commands
(commands: list[str])
utils/haproxy_batch_state.py:81
↓ 2 callersMethodrun_jobs
(self)
utils/feed_fetcher.py:2082
↓ 2 callersFunctionrun_test
()
media/js/newsblur/reader/reader_classifier.js:1212
↓ 2 callersMethodsaveCustomIconsToDb
Save custom icons to SQLite.
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/BlurDatabaseHelper.java:188
↓ 2 callersMethodsave_feed_order
Reorder feeds and move them around between folders. The entire folder structure needs to be serialized.
archive/api/newsblur.py:288
↓ 2 callersMethodsave_feed_story_history_statistics
Fills in missing months between earlier occurances and now. Save format: [('YYYY-MM, #), ...] Example output: [(2010-12, 123
apps/rss_feeds/models.py:1435
↓ 2 callersMethodsave_playback_state
(cls, user_id, **kwargs)
apps/media_player/models.py:100
↓ 2 callersMethodsave_search
(cls, user_id, feed_id, query)
apps/rss_feeds/models.py:4842
↓ 2 callersMethodsave_story
(self, html)
apps/rss_feeds/page_importer.py:362
↓ 2 callersMethodsave_user
(cls, user_id, css, js)
apps/profile/models.py:5291
↓ 2 callersFunctionscheduleSyncDebounced
* Schedule a debounced sync
clients/browser-extension/src/background/service-worker.js:339
↓ 2 callersMethodscheduleSyncService
(Context context)
clients/android/NewsBlur/app/src/main/java/com/newsblur/service/BootReceiver.java:30
↓ 2 callersMethodschedule_index_subscriptions_for_discover
(self)
apps/search/models.py:145
↓ 2 callersMethodschedule_index_subscriptions_for_search
(self)
apps/search/models.py:138
↓ 2 callersFunctionscoreIconHtml
(score)
clients/android/NewsBlur/app/src/main/assets/classifierHighlights.js:5
↓ 2 callersFunctionscoreIconHtml
(score)
clients/ios/static/storyDetailView.js:243
↓ 2 callersMethodscrub
Return a sanitized version of the given html.
utils/scrubber/__init__.py:383
↓ 2 callersMethodsend_android
(self, story)
apps/notifications/models.py:498
↓ 2 callersMethodsend_email
(self, limit=5000)
apps/analyzer/models.py:130
↓ 2 callersMethodsend_email_subject
(self, feed, story_title)
apps/notifications/tests.py:46
↓ 2 callersMethodsend_forgot_password_email
(self, email=None)
apps/profile/models.py:3244
↓ 2 callersMethodsend_ios
(self, story, user, usersub)
apps/notifications/models.py:395
↓ 2 callersMethodsend_staff_pricing_would_cancel_email
Shadow-mode staff notification for the pricing migration. Instead of actually cancelling a non-approving PayPal subscriber, email staff that w
apps/profile/models.py:3184
↓ 2 callersMethodsend_web
(self, story, user)
apps/notifications/models.py:388
↓ 2 callersFunctionserializeData
(a)
clients/ios/static/zepto.js:2
↓ 2 callersFunctionserializeData
(a)
clients/ios/Resources/zepto.js:2
↓ 2 callersMethodserver_ready
(self)
clients/android/run_android.py:791
↓ 2 callersMethodsetFilterSaved
(boolean isFilterSaved)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FeedSet.java:351
↓ 2 callersFunctionsetImage
(img)
clients/ios/static/storyDetailView.js:88
↓ 2 callersMethodsetInteractiveStoryListSwipeRendering
(boolean active)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/ItemSetFragment.java:361
↓ 2 callersMethodsetLastSync
* Set last sync timestamp * @param {number} timestamp - Timestamp
clients/browser-extension/src/lib/storage.js:174
↓ 2 callersMethodsetSpacingStyle
(SpacingStyle spacingStyle)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/FolderListFragment.java:859
↓ 2 callersMethodsetState
(StateFilter state)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/FeedSelectorFragment.java:31
↓ 2 callersMethodsetToken
* Set the authentication token and related data * @param {string} token - OAuth access token * @param {string} refreshToken - OAuth refresh
clients/browser-extension/src/lib/api.js:56
↓ 2 callersMethodsetTryFeed
(@Nullable Feed tryFeed)
clients/android/NewsBlur/app/src/main/java/com/newsblur/database/FolderListAdapter.java:916
↓ 2 callersMethodsetUserBlocklist
* Set user's custom blocklist * @param {string[]} domains - Domains to block
clients/browser-extension/src/lib/storage.js:112
↓ 2 callersMethodsetViewImage
(Bitmap bitmap, PhotoToLoad photoToLoad)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/ImageLoader.java:196
↓ 2 callersMethodsetWidgetFeedIds
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/WidgetConfigAdapter.java:70
↓ 2 callersMethodset_cached_scores
Write classification scores to Redis cache.
apps/analyzer/models.py:898
↓ 2 callersMethodset_expiration
(self, lease_seconds)
apps/push/models.py:134
↓ 2 callersFunctionset_readonly
Enable or disable readonly mode. Enabling readonly restricts the CLI to read-only operations. Disabling readonly requires re-authentication:
newsblur_mcp/newsblur_mcp/cli/auth.py:280
↓ 2 callersFunctionset_server_url
Persist the server URL to config.
newsblur_mcp/newsblur_mcp/cli/auth.py:73
↓ 2 callersMethodsetupAnimSpeeds
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/ItemSetFragment.java:867
↓ 2 callersMethodsetupFolder
(String folderName)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/FolderItemsList.java:122
↓ 2 callersMethodsetupIntelExplainer
Themes and wires up the intel explainer banner, including the info toggle that expands/collapses the examples section.
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/UIUtils.java:472
↓ 2 callersFunctionsetup_app_firewall
()
archive/fabfile.py:887
↓ 2 callersFunctionsetup_db_search
()
archive/fabfile.py:1707
↓ 2 callersFunctionsetup_do_monitoring
()
archive/fabfile.py:838
↓ 2 callersFunctionsetup_node_app
()
archive/fabfile.py:931
↓ 2 callersFunctionsetup_postgres
(standby=False)
archive/fabfile.py:1348
↓ 2 callersFunctionsetup_redis
(slave=False)
archive/fabfile.py:1513
↓ 2 callersFunctionsetup_redis_monitor
()
archive/fabfile.py:1782
↓ 2 callersFunctionsetup_repo
()
archive/fabfile.py:524
↓ 2 callersFunctionsetup_supervisor
()
archive/fabfile.py:642
↓ 2 callersFunctionsetup_ulimit
()
archive/fabfile.py:815
↓ 2 callersFunctionsetup_user
()
archive/fabfile.py:495
↓ 2 callersFunctionsetup_virtualenv
()
archive/fabfile.py:577
↓ 2 callersMethodshare_popular_stories
(cls, cutoff=None, days=None, interactive=True)
apps/social/models.py:2132
↓ 2 callersMethodshouldShowDiscoverAction
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:854
↓ 2 callersFunctionshowConnected
* Show connected state
clients/browser-extension/src/options/options.js:219
↓ 2 callersFunctionshowDisconnected
* Show disconnected state
clients/browser-extension/src/options/options.js:234
↓ 2 callersMethodshowItemListPopup
(View anchor, ItemListMenuPopup.Content content)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:781
↓ 2 callersFunctionshowMainSection
* Show main section
clients/browser-extension/src/popup/popup.js:323
↓ 2 callersMethodshowStoryStatusBanner
(String title, StoryStatusBannerStyle style)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:1158
↓ 2 callersFunctionsibling_tier_vs_representative
Return the tier label for a sibling relative to a representative story. The stored sorted-set score (written by the clustering task) records
apps/clustering/models.py:82
↓ 2 callersMethodsignup
Create a new user. All three required parameters must be of type string.
archive/api/newsblur.py:56
↓ 2 callersMethodsingleSavedTag
Convenience constructor for a single saved tag.
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FeedSet.java:149
↓ 2 callersMethodsingleSocialFeed
Convenience constructor for a single social feed.
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FeedSet.java:64
↓ 2 callersFunctionsplit
(val)
media/js/newsblur/reader/reader_send_email.js:202
↓ 2 callersMethodstartReadingActivity
(Context context, FeedSet fs, String startingHash)
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/UIUtils.java:251
↓ 2 callersMethodstart_premium_trial
Start a 30-day premium trial for existing free user.
apps/profile/models.py:568
↓ 2 callersMethodstory_can_be_marked_unread_by_user
(story, user)
apps/reader/models.py:2410
↓ 2 callersMethodstory_data
Turn one Reddit post (t3 data) into a feedgenerator item dict, or None. skip_stickied is True for subreddit listings (pinned mod posts repeat
utils/reddit_fetcher.py:398
↓ 2 callersMethodstory_hashes
( cls, user_id, relative_user_id, subscription_user_ids=None, socialsu
apps/social/models.py:1084
↓ 2 callersMethodstream_response
Stream response chunks from the LLM.
apps/ask_ai/providers.py:34
↓ 2 callersMethodswitch_feed
(cls, user_id, old_feed_id, new_feed_id)
apps/reader/models.py:2548
↓ 2 callersFunctionsyncPendingArchivesFromPopup
* Sync pending archives directly from popup (for localhost)
clients/browser-extension/src/popup/popup.js:139
↓ 2 callersMethodsyncSearchField
(@Nullable String query)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/FolderListFragment.java:583
↓ 2 callersMethodsync_redis
(self)
apps/social/models.py:2228
↓ 2 callersMethodsync_redis_shares
(self, r=None)
apps/social/models.py:2232
↓ 2 callersMethodsync_redis_story
(self, r=None)
apps/social/models.py:2244
↓ 2 callersMethodsync_twitter_photo
(self)
apps/social/models.py:3105
↓ 2 callersFunctionsystem_theme
()
media/js/newsblur/common/theme_toggle.js:24
↓ 2 callersFunctiontestcase
(expected, value)
utils/urlnorm.py:196
↓ 2 callersFunctiontier_score
(story_hash)
apps/clustering/models.py:776
↓ 2 callersMethodto_safe
Converts 'bad' characters in a string to underscores so they can be used as Ansible groups
archive/ansible/do_inventory.py:553
↓ 2 callersMethodtrendingStories
Convenience constructor for permanent trending story pseudo-feeds.
clients/android/NewsBlur/app/src/main/java/com/newsblur/util/FeedSet.java:114
↓ 2 callersFunctiontrigger
( event, state )
media/js/mobile/jquery.mobile-1.0b1.js:997
↓ 2 callersMethodunread_story_hashes_for_story_hashes
Return the subset of provided story hashes that are currently unread. This is used by all-story river pages, where read status is ne
apps/reader/models.py:658
↓ 2 callersMethodupdateAdapter
(@NonNull List<Story> stories, Long loadId)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/ItemSetFragment.java:430
↓ 2 callersMethodupdateFleuron
(boolean requiresPremium)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:1033
↓ 2 callersMethodupdatePrimaryButtonText
()
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/ShareDialogFragment.java:179
↓ 2 callersMethodupdateSearchClearButton
(@Nullable CharSequence query)
clients/android/NewsBlur/app/src/main/java/com/newsblur/fragment/FolderListFragment.java:600
↓ 2 callersMethodupdateStorySearchClearButton
(@Nullable CharSequence query)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/ItemsList.java:970
↓ 2 callersMethodupdateSyncStatusIndicatorBackground
(SyncStatusAccessory accessory)
clients/android/NewsBlur/app/src/main/java/com/newsblur/activity/Main.java:412
↓ 2 callersMethoduser_unread_count
(cls, user_id)
apps/social/models.py:3304
↓ 2 callersMethodusers_for_feed
(cls, feed_id)
apps/notifications/models.py:141
↓ 2 callersMethodvalidate
(self, value)
utils/mongoengine_fields.py:92
↓ 2 callersFunctionvalidate_email_as_bool
(email)
apps/reader/views.py:5233
↓ 2 callersFunctionvalidate_regex_pattern
Validate a regex pattern. Returns (is_valid, error_message).
apps/analyzer/models.py:32
← previousnext →1,401–1,500 of 5,735, ranked by callers