Home
last modified time | relevance | path

Searched refs:qualified_path (Results 1 – 13 of 13) sorted by relevance

/dports/chinese/librime/librime-1.7.3/src/rime/config/
H A Dconfig_compiler.cc278 Reference ConfigCompiler::CreateReference(const string& qualified_path) { in CreateReference() argument
279 auto end = qualified_path.find_last_of("?"); in CreateReference()
281 auto separator = qualified_path.find_first_of(":"); in CreateReference()
285 qualified_path.substr(0, separator)); in CreateReference()
287 qualified_path.substr(0, end) : in CreateReference()
288 qualified_path.substr(separator + 1, in CreateReference()
H A Dconfig_compiler.h57 Reference CreateReference(const string& qualified_path);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Dlib.rs159 completions::qualified_path::complete_qualified_path(&mut acc, &ctx); in completions()
H A Dcompletions.rs12 pub(crate) mod qualified_path; module
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Dlib.rs159 completions::qualified_path::complete_qualified_path(&mut acc, &ctx); in completions()
H A Dcompletions.rs12 pub(crate) mod qualified_path; module
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwince.c69 static char * qualified_path(const char *cmd);
1850 qualified_path(const char *cmd) in qualified_path() function
2118 fullcmd = qualified_path(cname); in win32_spawnvp()
H A Dwin32.c150 static char* qualified_path(const char *cmd, bool other_exts);
3059 exe_name = qualified_path(args_pvs[0], TRUE); in do_popen()
3598 qualified_path(const char *cmd, bool other_exts) in qualified_path() function
3883 fullcmd = qualified_path(cname, FALSE); in do_spawnvp_handles()
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32.c151 static char* qualified_path(const char *cmd, bool other_exts);
3068 exe_name = qualified_path(args_pvs[0], TRUE); in do_popen()
3607 qualified_path(const char *cmd, bool other_exts) in qualified_path() function
3892 fullcmd = qualified_path(cname, FALSE); in do_spawnvp_handles()
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32.c150 static char* qualified_path(const char *cmd, bool other_exts);
3367 exe_name = qualified_path(args_pvs[0], TRUE); in do_popen()
4082 qualified_path(const char *cmd, bool other_exts) in qualified_path() function
4367 fullcmd = qualified_path(cname, FALSE); in do_spawnvp_handles()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32.c150 static char* qualified_path(const char *cmd, bool other_exts);
3367 exe_name = qualified_path(args_pvs[0], TRUE); in do_popen()
4082 qualified_path(const char *cmd, bool other_exts) in qualified_path() function
4367 fullcmd = qualified_path(cname, FALSE); in do_spawnvp_handles()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/bench_data/
H A Dglorious_old_parser2226 /// `qualified_path = <type [as trait_ref]>::path`
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/bench_data/
H A Dglorious_old_parser2226 /// `qualified_path = <type [as trait_ref]>::path`