MCPcopy Create free account

hub / github.com/andelf/picc / functions

Functions700 in github.com/andelf/picc

Functiondraw_centered_text
在指定位置居中绘制白色文字
src/bin/standup.rs:259
Methoddrop
(&mut self)
src/bin/dictation_streaming/recognizer.rs:178
Methoddrop
(&mut self)
crates/dictation-ng/src/sherpa.rs:80
Functionempty_input
()
src/bin/dictation_streaming/resample.rs:45
Functionevent_tap_callback
( _proxy: CGEventTapProxy, event_type: CGEventType, event: NonNull<CGEvent>, _user_info: *mut
src/bin/voice_correct.rs:151
Functionevent_tap_callback
( _proxy: CGEventTapProxy, event_type: CGEventType, event: NonNull<CGEvent>, _user_info: *mut
src/bin/dictation_pause.rs:96
Functionevent_tap_callback
( _proxy: CGEventTapProxy, event_type: CGEventType, event: NonNull<CGEvent>, _user_info: *mut
src/bin/voice_correct_v2.rs:248
Functionevent_tap_callback
( _proxy: CGEventTapProxy, event_type: CGEventType, event: NonNull<CGEvent>, _user_info: *mut
src/bin/dictation.rs:69
Functionevent_tap_callback
( _proxy: CGEventTapProxy, event_type: CGEventType, event: NonNull<CGEvent>, _user_info: *mut
crates/dictation-ng/src/real.rs:49
Functionexit_codes_are_nonzero
()
src/error.rs:137
Functionfalls_back_to_character_level
()
crates/homophone-replacer/src/pronunciation.rs:37
Functionfalls_back_to_character_level_pronunciation
()
crates/homophone-replacer/tests/baselines.rs:98
Methodfind_all
Find all descendants matching `query` (max depth 20).
src/accessibility.rs:540
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/locator.rs:571
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/accessibility.rs:1623
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src/error.rs:34
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/bin/voice_correct.rs:132
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/bin/axcli.rs:111
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/bin/voice_correct_v2.rs:234
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/picc-speech/src/errors.rs:12
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/homophone-replacer/src/compiled.rs:27
Methodfocus
Set focus on the first match.
src/locator.rs:369
Methodfrom
(value: CompiledFormatError)
crates/homophone-replacer/src/compiled.rs:43
Methodfrom_bytes
(bytes: &[u8])
crates/homophone-replacer/src/compiled.rs:106
Methodfrom_pairs
(pairs: &[(&str, &str)])
crates/homophone-replacer/src/replacer.rs:47
Methodfrom_parts
(lexicon: Lexicon, rules: ReplaceRuleSet)
crates/homophone-replacer/src/compiled.rs:49
Methodfrom_path
(path: impl AsRef<Path>)
crates/homophone-replacer/src/lexicon.rs:18
Methodfrom_path
(path: impl AsRef<Path>)
crates/homophone-replacer/src/replacer.rs:17
Methodfrom_raw
(value: u8)
crates/picc-speech/src/session.rs:13
Methodfrom_str
(s: &str)
src/bin/axcli.rs:131
Functionfrontmost_bundle_id
()
crates/picc-speech/src/focus.rs:16
Methodget_by_description
Create a locator matching descendants with the exact AXDescription.
src/locator.rs:150
Methodget_by_dom_class
Create a locator matching descendants by DOM class.
src/locator.rs:177
Methodget_by_dom_id
Create a locator matching descendants by AXDOMIdentifier. Note: DOM IDs are NOT guaranteed to be unique across an app — Electron apps like Lark may h
src/locator.rs:169
Methodget_by_role
Create a locator that matches descendants with the given role and name. If `name` is empty, only the role is matched.
src/locator.rs:121
Methodget_by_text
Create a locator matching descendants whose subtree text contains `text`.
src/locator.rs:134
Methodget_by_title
Create a locator matching descendants with the exact AXTitle.
src/locator.rs:142
Functiongroups_ascii_words_and_prefers_longest_match
()
crates/homophone-replacer/src/phrase_matcher.rs:113
Functionhandler
(_: i32)
examples/app-audio.rs:367
Methodhas_dom_class
Check if element has a specific DOM class.
src/accessibility.rs:491
Methodhas_role
Check if subtree contains an element with the given role.
src/accessibility.rs:616
Methodhas_text
Match only elements that contain the given text somewhere in their subtree.
src/accessibility.rs:285
Functionhide_all_overlays
隐藏所有 SnapWindow 的 overlay
src/main.rs:92
Functionhide_all_windows
隐藏所有 SnapWindow
src/main.rs:85
Functionidentity_when_rates_match
()
crates/picc-speech/src/audio.rs:245
Functionidentity_when_same_rate
()
src/bin/dictation_streaming/resample.rs:26
Functionimplements_error_trait
()
src/error.rs:144
Methodinput_text
Focus an element and type text.
src/actions.rs:79
Methodinteractive_count
Number of interactive elements counted during the last print.
src/tree_fmt.rs:54
Functionkeeps_first_duplicate_lexicon_entry
()
crates/homophone-replacer/tests/baselines.rs:104
Functionkeeps_first_target_when_duplicate_pronunciation_rules_are_given
()
crates/homophone-replacer/tests/baselines.rs:133
Functionkeeps_non_chinese_segments_unchanged
()
crates/homophone-replacer/tests/baselines.rs:81
Methodlexicon
(&self)
crates/homophone-replacer/src/compiled.rs:70
Methodload_from_path
(path: impl AsRef<Path>)
crates/homophone-replacer/src/compiled.rs:149
Methodlocate
Find an element using a locator string (as produced by `generate_locator`). ```ignore let btn = app.locate(r#"AXButton[title="Send"]"#); let el = ap
src/accessibility.rs:554
Methodlocator
Generate a locator string that uniquely identifies `target` within this node's subtree.
src/accessibility.rs:567
Functionmain
()
src/main.rs:516
Functionmain
()
src/bin/key_test.rs:36
Functionmain
()
src/bin/claude_menubar.rs:664
Functionmain
()
src/bin/english_refiner.rs:175
Functionmain
()
src/bin/hidden.rs:92
Functionmain
()
src/bin/statusline.rs:201
Functionmain
()
src/bin/voice_correct.rs:865
Functionmain
()
src/bin/ax_tui.rs:963
Functionmain
()
src/bin/ax_print.rs:45
Functionmain
()
src/bin/standup.rs:1185
Functionmain
()
src/bin/dictation_pause.rs:338
Functionmain
()
src/bin/axcli.rs:298
Functionmain
()
src/bin/voice_correct_v2.rs:671
Functionmain
()
src/bin/dictation.rs:243
Functionmain
()
src/bin/clipcopy.rs:6
Functionmain
()
src/bin/dictation_streaming/main.rs:145
Functionmain
()
examples/lid-angle.rs:113
Functionmain
()
examples/local-ocr.rs:4
Functionmain
()
examples/app-audio.rs:185
Functionmain
()
examples/speech-recognition.rs:14
Functionmain
()
examples/ambient-light.rs:392
Functionmain
()
examples/screen-ocr.rs:6
Functionmain
()
crates/homophone-replacer/src/bin/hrcli.rs:67
Functionmain
()
crates/dictation-ng/build.rs:4
Functionmain
()
crates/dictation-ng/src/main.rs:7
Functionmain
()
crates/dictation-ng/src/real.rs:110
Functionmatches_terms_when_only_tones_differ
()
crates/homophone-replacer/src/replacer.rs:278
Methodmin_children
Match only elements with at least `n` direct children.
src/accessibility.rs:279
Functionmixed_complex
()
src/bin/voice_correct.rs:2079
Functionmixed_complex
()
src/bin/voice_correct_v2.rs:1588
Functionmixed_complex
()
crates/picc-speech/src/postprocess.rs:242
Methodmode
(&self)
crates/picc-speech/src/session.rs:92
Methodmode_raw
(&self)
crates/picc-speech/src/session.rs:96
Functionmy_pred
(_: &AXNode)
src/locator.rs:666
Methodnew
(screen: &NSScreen, mtm: MainThreadMarker)
src/main.rs:260
Methodnew
()
src/locator.rs:72
Methodnew
()
src/tree_fmt.rs:45
Methodnew
Create a new context for the given application.
src/actions.rs:21
Methodnew
()
src/accessibility.rs:249
Methodnew
(frame: NSRect, mtm: MainThreadMarker)
src/bin/statusline.rs:49
Methodnew
(root: AXNode, pid: i32, preload_depth: usize)
src/bin/ax_tui.rs:114
Methodnew
(screen: &NSScreen, mtm: MainThreadMarker)
src/bin/standup.rs:195
Methodnew
(config: &OnlineConfig)
src/bin/dictation_streaming/recognizer.rs:54
Methodnew
(output_path: &str)
examples/app-audio.rs:157
← previousnext →501–600 of 700, ranked by callers