Home
last modified time | relevance | path

Searched defs:LoadingError (Results 1 – 25 of 74) sorted by relevance

123

/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/
H A Dlib.rs56 pub enum LoadingError { enum
76 impl From<SettingsError> for LoadingError { implementation
77 fn from(error: SettingsError) -> LoadingError { in from()
82 impl From<IoError> for LoadingError { implementation
83 fn from(error: IoError) -> LoadingError { in from()
88 impl From<ParseThemeError> for LoadingError { implementation
95 impl From<JsonError> for LoadingError { implementation
96 fn from(src: JsonError) -> LoadingError { in from()
102 impl From<ParseSyntaxError> for LoadingError { implementation
108 impl fmt::Display for LoadingError { implementation
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/
H A Dlib.rs71 pub enum LoadingError { enum
91 impl From<SettingsError> for LoadingError { implementation
92 fn from(error: SettingsError) -> LoadingError { in from()
97 impl From<IoError> for LoadingError { implementation
98 fn from(error: IoError) -> LoadingError { in from()
103 impl From<ParseThemeError> for LoadingError { implementation
110 impl From<JsonError> for LoadingError { implementation
111 fn from(src: JsonError) -> LoadingError { in from()
117 impl From<ParseSyntaxError> for LoadingError { implementation
123 impl fmt::Display for LoadingError { implementation
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/
H A Dlib.rs71 pub enum LoadingError { enum
91 impl From<SettingsError> for LoadingError { implementation
92 fn from(error: SettingsError) -> LoadingError { in from()
97 impl From<IoError> for LoadingError { implementation
98 fn from(error: IoError) -> LoadingError { in from()
103 impl From<ParseThemeError> for LoadingError { implementation
110 impl From<JsonError> for LoadingError { implementation
111 fn from(src: JsonError) -> LoadingError { in from()
117 impl From<ParseSyntaxError> for LoadingError { implementation
123 impl fmt::Display for LoadingError { implementation
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/
H A Dentry_libloading.rs28 pub struct LoadingError(libloading::Error); struct
30 impl fmt::Display for LoadingError { implementation
36 impl Error for LoadingError { implementation
73 pub unsafe fn with_library(path: &impl AsRef<OsStr>) -> Result<Entry, LoadingError> { in with_library() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/
H A Dentry_libloading.rs28 pub struct LoadingError(libloading::Error); struct
30 impl fmt::Display for LoadingError { implementation
36 impl Error for LoadingError { implementation
73 pub unsafe fn with_library(path: &impl AsRef<OsStr>) -> Result<Entry, LoadingError> { in with_library() argument
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/highlighting/
H A Dtheme_set.rs23 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
35 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
42 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
47 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
54 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/highlighting/
H A Dtheme_set.rs23 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
35 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
42 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
47 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
54 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/highlighting/
H A Dtheme_set.rs26 pub fn discover_theme_paths<P: AsRef<Path>>(folder: P) -> Result<Vec<PathBuf>, LoadingError> { in discover_theme_paths() argument
38 pub fn get_theme<P: AsRef<Path>>(path: P) -> Result<Theme, LoadingError> { in get_theme() argument
45 pub fn load_from_reader<R: BufRead + Seek>(r: &mut R) -> Result<Theme, LoadingError> { in load_from_reader() argument
50 pub fn load_from_folder<P: AsRef<Path>>(folder: P) -> Result<ThemeSet, LoadingError> { in load_from_folder() argument
57 pub fn add_from_folder<P: AsRef<Path>>(&mut self, folder: P) -> Result<(), LoadingError> { in add_from_folder() argument
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/inc/pxp-agent/
H A Dmodule.hpp23 struct LoadingError : public Error { struct in PXPAgent::Module
24 explicit LoadingError(std::string const& msg) : Error(msg) {} in LoadingError() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/api/osmesa/
H A Dmod.rs50 struct LoadingError(String); struct
52 impl LoadingError { implementation
58 impl std::fmt::Display for LoadingError { implementation
64 impl std::error::Error for LoadingError { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/glutin-0.24.1/src/api/osmesa/
H A Dmod.rs50 struct LoadingError(String); struct
52 impl LoadingError { impl
58 impl std::fmt::Display for LoadingError { implementation
64 impl std::error::Error for LoadingError { implementation
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/api/osmesa/
H A Dmod.rs50 struct LoadingError(String); struct
52 impl LoadingError { impl
58 impl std::fmt::Display for LoadingError { implementation
64 impl std::error::Error for LoadingError { implementation
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/glutin-0.26.0/src/api/osmesa/
H A Dmod.rs47 struct LoadingError(String); struct
49 impl LoadingError { implementation
55 impl std::fmt::Display for LoadingError { implementation
61 impl std::error::Error for LoadingError { implementation
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/err-derive-0.1.5/examples/
H A Dcompatible.rs24 pub enum LoadingError { enum
31 impl From<FormatError> for LoadingError { implementation
H A Denums.rs20 pub enum LoadingError { enum
27 impl From<FormatError> for LoadingError { implementation

123