MCPcopy Create free account

hub / github.com/WeDontPanic/Jotoba / functions

Functions2,110 in github.com/WeDontPanic/Jotoba

↓ 2 callersFunctionWe
(e,t)
html/assets/js/lib/bootstrap.min.js:1
↓ 2 callersFunctionWe
(e,t,n)
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctionX
(n,t,e)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctionYt
(n,t,e,r)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctionZt
(n,t,e,r)
html/assets/js/lib/d3.js:1
↓ 2 callersFunction_n
(n,t,e)
html/assets/js/lib/d3.js:1
↓ 2 callersFunction_t
(t,i,o,a)
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctiona
(n,a)
html/assets/js/lib/material.min.js:1
↓ 2 callersFunctionadjust_regex
(query: &str)
lib/search/src/query/regex.rs:91
↓ 2 callersFunctionall_terms
Splits a string into all its terms. # Example "make some coffee" => vec!["make","some","coffee"];
lib/search/src/engine/sentences/foreign.rs:75
↓ 2 callersMethodas_ref
(&self)
lib/frontend/src/unescaped.rs:82
↓ 2 callersMethodas_search_result
(&self)
lib/frontend/src/lib.rs:239
↓ 2 callersMethodas_sentence
(&self)
lib/sentence_reader/src/output.rs:37
↓ 2 callersFunctionassign_readings
Takes a kanji(compound) and the assigned kana reading and returns (hopefully) a list of the provided kanji with the
lib/japanese/src/furigana/generate/mod.rs:96
↓ 2 callersFunctionat
(e,n)
html/assets/js/lib/bootstrap.min.js:1
↓ 2 callersMethodaudio_file_name
(&self)
lib/types/src/jotoba/words/mod.rs:307
↓ 2 callersFunctionb
(a)
html/assets/js/lib/jc.js:1
↓ 2 callersFunctionb
(e,t,n)
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctionbuild_help
Build a [`SearchHelp`] in for cases without any search results
lib/search/src/lib.rs:16
↓ 2 callersFunctionbuild_ng_vec
(term: &str)
lib/search/src/word/order/native.rs:154
↓ 2 callersMethodby_id
(&self, id: u32)
lib/resources/src/retrieve/sentence.rs:17
↓ 2 callersMethodby_radicals
(&self, radicals: &[char])
lib/resources/src/retrieve/kanji.rs:32
↓ 2 callersFunctionc
()
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctioncalc_page_offset
(page: usize, page_size: usize)
lib/search/src/query/parser/mod.rs:202
↓ 2 callersFunctioncenterSentenceReaderIfNeeded
()
html/assets/js/page/wordPage.js:27
↓ 2 callersFunctionchar_arr_to_string
(vec: &[char])
lib/japanese/src/furigana/mod.rs:133
↓ 2 callersMethodcheck
Checks if `inp` can be built with the given ruleset. Returns the index of the last rule that was matching. In other words if the return value is equal
lib/sentence_reader/src/grammar/mod.rs:26
↓ 2 callersFunctioncheck_lang_map
Returns true if `map` has an entry for all language keys
lib/indexes/src/storage/utils.rs:63
↓ 2 callersFunctionclearRadicals
()
html/assets/js/search/overlay/radicalSearch.js:175
↓ 2 callersFunctioncloseNotifications
()
html/assets/js/page/overlay/notifications.js:110
↓ 2 callersFunctioncn
(n,t,e)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctionconvert_dicts
(dicts: &Vec<u32>, lang: impl AsLangParam)
lib/api/src/app/search/kanji.rs:68
↓ 2 callersFunctionconvert_sentence
( sentence: search::sentence::result::Sentence, )
lib/api/src/app/search/sentences.rs:46
↓ 2 callersFunctioncopyTranslationAndShowMessage
(textParent)
html/assets/js/qol.js:228
↓ 2 callersFunctionct
(e)
html/assets/js/lib/bootstrap.min.js:1
↓ 2 callersFunctionct
()
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctionde
(n,t)
html/assets/js/lib/d3.js:2
↓ 2 callersFunctiondir_content
(path: &Path)
lib/config/src/lib.rs:244
↓ 2 callersFunctiondisableUploadUrlInput
(newMessage)
html/assets/js/search/overlay/imageSearch.js:69
↓ 2 callersFunctionee
(n)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctionee
(e,t,n)
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctionempty
(search_target: SearchTarget)
lib/api/src/app/completions/words/hashtag.rs:23
↓ 2 callersFunctionet
(e,t,i,n,o,r)
html/assets/js/lib/bootstrap.min.js:1
↓ 2 callersFunctionextract_parse
Extracts all tags from the query and returns a new one without tags along with those tags which were extracted
lib/search/src/query/parser/tags.rs:16
↓ 2 callersFunctionfa
(a)
html/assets/js/lib/alertify.min.js:1
↓ 2 callersFunctionfilter
Search result filter function
lib/search/src/name/producer/kanji_reading.rs:61
↓ 2 callersMethodfind_to
(&self, out: &mut P)
lib/search/src/word/producer/k_reading.rs:43
↓ 2 callersMethodfind_to_inner
Retrieves results and pushes all items into `out`. Calculates relevance for each item if `sort` is true or The SearchTask has a threshold set.
lib/engine/src/task.rs:200
↓ 2 callersFunctionfind_word
(w: &str, payload: &DetailsPayload, config: &Config)
lib/api/src/app/details/sentences.rs:70
↓ 2 callersFunctionfind_words
Get all indexed words using characters in `chars`
lib/search/src/engine/words/native/regex.rs:55
↓ 2 callersMethodforeign_task
(&self)
lib/search/src/name/producer/foreign.rs:19
↓ 2 callersMethodformat_word
(&self, word: &types::jotoba::words::Word, config: &Config)
lib/api/src/app/details/word.rs:111
↓ 2 callersFunctionfrom_unique_id
(id: u16)
lib/types/src/jotoba/words/sense.rs:61
↓ 2 callersFunctiong
(a,c)
html/assets/js/lib/jc.js:1
↓ 2 callersFunctionge
(n,t)
html/assets/js/lib/d3.js:2
↓ 2 callersFunctionge
(t)
html/assets/js/lib/jquery.min.js:1
↓ 2 callersFunctiongetSelectedRadicalArray
()
html/assets/js/search/overlay/radicalSearch.js:372
↓ 2 callersMethodget_audio_files
(&self)
lib/config/src/lib.rs:137
↓ 2 callersMethodget_class
(&self)
lib/types/src/jotoba/words/pitch/border.rs:12
↓ 2 callersMethodget_features
Returns a list of all features of the ResourceStorage's data
lib/resources/src/storage/mod.rs:73
↓ 2 callersMethodget_indexes_source
Returns the configured index source files or its default value if not set
lib/config/src/lib.rs:51
↓ 2 callersFunctionget_kanji
(lit: char)
lib/api/src/app/radical/search/jp_search.rs:48
↓ 2 callersMethodget_part_of_speech_tags
(&self)
lib/search/src/query/mod.rs:79
↓ 2 callersMethodget_producer
(&'s self)
lib/search/src/word/mod.rs:58
↓ 2 callersMethodget_producer_tag
(&self)
lib/search/src/word/producer/tag.rs:23
↓ 2 callersMethodget_reading
(&self)
lib/types/src/jotoba/words/mod.rs:68
↓ 2 callersMethodget_reading_str
(&self)
lib/types/src/jotoba/words/mod.rs:75
↓ 2 callersMethodget_rule
(&self, name: &str)
lib/sentence_reader/src/grammar/rule_set.rs:60
↓ 2 callersMethodget_search_lang
Returns the language with lang override applied
lib/search/src/query/mod.rs:127
↓ 2 callersMethodget_senses_with_en
Get senses ordered by language (non-english first)
lib/types/src/jotoba/words/mod.rs:111
↓ 2 callersMethodget_translation
(&self, lang: impl AsLangParam)
lib/types/src/jotoba/sentences/mod.rs:73
↓ 2 callersMethodget_words_with
(&self, character: char)
lib/indexes/src/regex.rs:27
↓ 2 callersMethodgettext_custom
Translate to eg "Zoology term"
lib/types/src/jotoba/words/field.rs:275
↓ 2 callersFunctiongn
(n,t,e)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctiongt
(n,t)
html/assets/js/lib/d3.js:1
↓ 2 callersFunctiongt
(e,t,n)
html/assets/js/lib/bootstrap.min.js:1
↓ 2 callersMethodhas_all_pos_iter
(&self, mut pos_filter: I)
lib/types/src/jotoba/words/mod.rs:195
↓ 2 callersMethodhas_dst
(&self, name: &str)
lib/sentence_reader/src/grammar/rule.rs:31
↓ 2 callersMethodhas_inflections
Returns `true` if the part has at least one inflection
lib/sentence_reader/src/sentence/part.rs:47
↓ 2 callersMethodhas_language
(&self)
lib/engine/src/task.rs:67
↓ 2 callersMethodhas_pos
Returns `true` if word has at least one of the provided part of speech
lib/types/src/jotoba/words/mod.rs:177
↓ 2 callersMethodhas_rule
Returns `true` if ruleSet has a rule with `name`
lib/sentence_reader/src/grammar/rule_set.rs:37
↓ 2 callersMethodhas_translation
(&self, lang: impl AsLangParam)
lib/types/src/jotoba/sentences/mod.rs:57
↓ 2 callersMethodhashtags
(&self)
lib/indexes/src/storage/suggestions.rs:82
↓ 2 callersFunctionhe
(n)
html/assets/js/lib/d3.js:2
↓ 2 callersFunctionhideUnusedExpanders
()
html/assets/js/page/wordPage.js:49
↓ 2 callersMethodhira_task
(&self)
lib/search/src/word/producer/foreign/romaji.rs:33
↓ 2 callersFunctionhr
()
html/assets/js/lib/d3.js:2
↓ 2 callersMethodids
(&self, kanji_lit: char)
lib/resources/src/retrieve/kanji.rs:78
↓ 2 callersMethodin_kun_reading
(&self, reading: &str)
lib/types/src/jotoba/kanji/mod.rs:57
↓ 2 callersMethodin_on_reading
(&self, reading: &str)
lib/types/src/jotoba/kanji/mod.rs:63
↓ 2 callersMethodinfl_task
Search task for inflected word
lib/search/src/word/producer/japanese/sentence_reader.rs:40
↓ 2 callersMethodinflections
Get a reference to the word's inflections.
lib/sentence_reader/src/sentence/part.rs:57
↓ 2 callersFunctioninitCroppie
(inputUrl)
html/assets/js/search/overlay/imageSearch.js:134
↓ 2 callersFunctioninto_kanji_rads
Convert a kanji to a `KanjiRads`
lib/api/src/app/radical/search/jp_search.rs:53
↓ 2 callersMethodinto_parts
(self)
lib/sentence_reader/src/output.rs:97
↓ 2 callersMethodis_empty
(&self)
lib/utils/src/binary_search.rs:63
↓ 2 callersMethodis_full
(&self)
lib/engine/src/pushable/max_cnt.rs:33
↓ 2 callersMethodis_jlpt
(&self)
lib/search/src/query/tags.rs:82
↓ 2 callersMethoditer
(&self)
lib/resources/src/retrieve/word.rs:23
← previousnext →501–600 of 2,110, ranked by callers