Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/caleb531/youversion-suggest-alfred
/ functions
Functions
262 in github.com/caleb531/youversion-suggest-alfred
⨍
Functions
262
◇
Types & classes
4
↳
Endpoints
13
Function
test_numbered_nonnumbered_partial
should match numbered and non-numbered books by partial name
tests/test_filter_refs/test_book.py:59
Function
test_numbered_partial
should match numbered books by partial numbered name
tests/test_filter_refs/test_book.py:42
Function
test_numbered_puncuation
should match numbered books even if book name contains punctuation
tests/test_filter_refs/test_edge.py:71
Function
test_numbers
should match versions containing numbers
tests/test_filter_refs/test_version.py:69
Function
test_output
should output result list JSON
tests/test_search_refs.py:135
Function
test_output
should output ref result list JSON
tests/test_filter_refs/test_main.py:11
Function
test_partial
should match books by partial name
tests/test_filter_refs/test_book.py:9
Function
test_partial
should match versions by partial name
tests/test_filter_refs/test_version.py:51
Function
test_partial_ambiguous
should match books by ambiguous partial name
tests/test_filter_refs/test_book.py:31
Function
test_partial_ambiguous
should match versions by ambiguous partial name
tests/test_filter_refs/test_version.py:60
Function
test_preferences_autocompletion
autocompletion should be functioning for all preference results
tests/test_filter_prefs.py:173
Function
test_prettified_prefs_json
()
tests/test_filter_refs/test_prefs.py:83
Function
test_preview_chapter
should preview reference content for chapter
tests/test_preview_ref.py:26
Function
test_preview_verse
should preview reference content for verse
tests/test_preview_ref.py:41
Function
test_range
should match verse ranges
tests/test_filter_refs/test_verse.py:54
Function
test_range_id
should use correct ID for verse ranges
tests/test_filter_refs/test_verse.py:63
Function
test_range_invalid
should not match nonexistent ranges
tests/test_filter_refs/test_verse.py:72
Function
test_refformat
should honor the chosen reference format
tests/test_copy_ref.py:66
Function
test_refformat
should prefer Markdown refformat when generating preview
tests/test_preview_ref.py:109
Function
test_remove_existing_and_missing
should remove an existing key and ignore missing keys
tests/test_mru_stack.py:64
Function
test_repr
should include class name and ordered elements in representation
tests/test_mru_stack.py:91
Function
test_result_arg
should correctly parse result UID arguments from HTML
tests/test_search_refs.py:49
Function
test_result_subtitles
should correctly parse result subtitles from HTML
tests/test_search_refs.py:38
Function
test_result_titles
should correctly parse result titles from HTML
tests/test_search_refs.py:27
Function
test_revalidate
should re-fetch latest HTML when cached HTML can no longer be parsed
tests/test_search_refs.py:125
Function
test_revalidate
should re-fetch latest HTML when cached HTML can no longer be parsed
tests/test_copy_ref.py:362
Function
test_set_language
should set preferred language
tests/test_set_pref.py:13
Function
test_set_language_clear_cache
should clear cache when setting language
tests/test_set_pref.py:42
Function
test_set_nonexistent
should discard nonexistent preferences
tests/test_set_pref.py:33
Function
test_set_version
should set preferred version
tests/test_set_pref.py:24
Function
test_show_all_preferences
should show all available preferences if query is empty
tests/test_filter_prefs.py:165
Function
test_show_current_refformat
should show current refformat as an available value
tests/test_filter_prefs.py:112
Function
test_show_languages
should show all languages if no value is given
tests/test_filter_prefs.py:13
Function
test_show_refformats
should show all refformats if no value is given
tests/test_filter_prefs.py:82
Function
test_show_versions
should show all versions if no value is given
tests/test_filter_prefs.py:56
Function
test_space_separator
should match verses preceded by space
tests/test_filter_refs/test_verse.py:36
Function
test_structure
JSON should match result list
tests/test_search_refs.py:104
Function
test_structure
JSON should match result list
tests/test_filter_refs/test_feedback.py:19
Function
test_trailing_alphanumeric
should ignore trailing non-matching alphanumeric characters
tests/test_filter_refs/test_edge.py:43
Function
test_unicode_accented
should recognize accented Unicode characters
tests/test_filter_refs/test_edge.py:53
Function
test_unicode_content
should return copied reference content as Unicode
tests/test_copy_ref.py:352
Function
test_unicode_input
should correctly handle non-ASCII characters in query string
tests/test_search_refs.py:61
Function
test_unicode_normalization
should normalize Unicode characters
tests/test_filter_refs/test_edge.py:62
Function
test_url_always_chapter
should always fetch HTML from chapter URL
tests/test_copy_ref.py:324
Function
test_validity
should return syntactically-valid JSON
tests/test_filter_refs/test_feedback.py:10
Function
test_verse_and_endverse_overflow
should revert to single verse if verse and endverse are too high
tests/test_filter_refs/test_overflow.py:39
Function
test_verse_overflow
should constrain specified verse to last verse if too high
tests/test_filter_refs/test_overflow.py:19
Function
test_versenumbers
should honor the versenumbers preference
tests/test_copy_ref.py:241
Function
test_versenumbers_range
should handle verse range labels (used by versions like the MSG)
tests/test_copy_ref.py:259
Function
test_versenumbers_range_end
should handle range labels when verse at end of range is given
tests/test_copy_ref.py:296
Function
test_versenumbers_range_middle
should handle range labels when verse in middle of range is given
tests/test_copy_ref.py:314
Function
test_versenumbers_range_start
should handle range labels when verse at start of range is given
tests/test_copy_ref.py:278
Function
test_version
should recognize shorthand version syntax
tests/test_filter_refs/test_shorthand.py:27
Function
test_version_persistence
should remember version preferences
tests/test_filter_refs/test_prefs.py:14
Function
test_version_unicode
should allow shorthand Unicode versions
tests/test_filter_refs/test_shorthand.py:37
Function
test_whitespace
should match versions irrespective of surrounding whitespace
tests/test_filter_refs/test_version.py:42
Function
test_whitespace
should ignore excessive whitespace
tests/test_filter_refs/test_edge.py:25
Function
test_whitespace_words
should handle spaces appropriately
tests/test_copy_ref.py:99
Function
test_zero_chapter
should interpret chapter zero as chapter one
tests/test_filter_refs/test_chapter.py:36
Function
test_zero_verse
should interpret verse zero as verse one
tests/test_filter_refs/test_verse.py:81
Function
use_user_prefs
temporarily use the given values for user preferences
tests/decorators.py:24
Function
wrapper
(*args, **kwargs)
tests/decorators.py:29
← previous
201–262 of 262, ranked by callers