/DADK/dadk-user/src/parser/ |
H A D | task.rs | 218 CodeSource::Local(lc) => { in source_path() 226 PrebuiltSource::Local(lc) => { in source_path() 293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( in try_from() 304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in try_from() 321 Local(LocalSource), enumerator 330 CodeSource::Local(source) => source.validate(Some(false)), in validate() 337 CodeSource::Local(source) => source.trim(), in trim() 349 Local(LocalSource), enumerator 356 PrebuiltSource::Local(source) => source.validate(None), in validate() 363 PrebuiltSource::Local(source) => source.trim(), in trim()
|
H A D | task.rs | 218 CodeSource::Local(lc) => { 226 PrebuiltSource::Local(lc) => { in source_path() 293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( 304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in validate() 321 Local(LocalSource), in from() 330 CodeSource::Local(source) => source.validate(Some(false)), 337 CodeSource::Local(source) => source.trim(), 349 Local(LocalSourc 487 Local(LocalSource), global() enumerator 515 Local(LocalSource), global() enumerator [all...] |
H A D | task.rs | 218 CodeSource::Local(lc) => { 226 PrebuiltSource::Local(lc) => { in source_path() 293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( 304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( in validate() 321 Local(LocalSource), in from() 330 CodeSource::Local(source) => source.validate(Some(false)), 337 CodeSource::Local(source) => source.trim(), in validate() 349 Local(LocalSourc 486 Local(LocalSource), global() enumerator 514 Local(LocalSource), global() enumerator [all...] |
H A D | task.rs | 218 CodeSource::Local(lc) => { in source_path() 226 PrebuiltSource::Local(lc) => { in source_path() 293 Source::Local => Ok(TaskType::BuildFromSource(CodeSource::Local( in new() 304 Source::Local => Ok(TaskType::InstallFromPrebuilt(PrebuiltSource::Local( 321 Local(LocalSource), in validate() 330 CodeSource::Local(source) => source.validate(Some(false)), in trim() 337 CodeSource::Local(source) => source.trim(), 349 Local(LocalSourc 370 Local(LocalSource), global() enumerator 398 Local(LocalSource), global() enumerator [all...] |
H A D | tests.rs |
|
H A D | tests.rs |
|
H A D | config.rs |
|
H A D | config.rs |
|
/DADK/tests/data/dadk_config_v1/ |
H A D | app_normal_0_1_0.dadk | 7 "Local": {
|
H A D | app_normal_with_env_0_1_0.dadk | 7 "Local": {
|
H A D | app_normal_with_env_fail_0_1_0.dadk | 7 "Local": {
|
/DADK/dadk-user/src/executor/ |
H A D | cache.rs | 183 CodeSource::Local(_) => { in need_source_cache() 190 crate::parser::task::PrebuiltSource::Local(_) => return false, in need_source_cache()
|
H A D | cache.rs | 183 CodeSource::Local(_) => { in need_source_cache() 190 crate::parser::task::PrebuiltSource::Local(_) => return false, in need_source_cache()
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in prepare_input() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => { in run_command()
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in prepare_input() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => { in run_command()
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in run_command() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => {
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in prepare_input() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => { in run_command()
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in prepare_input() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => { in run_command()
|
H A D | mod.rs | 471 debug!("Local env found: {}={}", key, value.value); in prepare_input() 514 CodeSource::Local(_) => return Ok(()), in run_command() 526 PrebuiltSource::Local(local_source) => { in run_command()
|
H A D | mod.rs | 514 CodeSource::Local(_) => return Ok(()), in prepare_input() 526 PrebuiltSource::Local(local_source) => { in prepare_input()
|
/DADK/dadk-user/tests/ |
H A D | test_parse_dadk_user_config.rs |
|
H A D | test_parse_dadk_user_config.rs |
|
/DADK/dadk-config/src/common/ |
H A D | task.rs | 37 Local, enumerator
|
H A D | task.rs | 37 Local, enumerator
|
/DADK/dadk-user/src/console/ |
H A D | new_config.rs |
|