Home
last modified time | relevance | path

Searched refs:quick_load (Results 1 – 20 of 20) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/support/math/
H A DREADME6 …s have comments to help decipher how they work, try, for example "help quick_load" from Matlab's c…
15 quick_load.m: load a series of data files into a structure for analysis
19 ======== How to use quick_load
23 In most cases, quick_load can be called with a regular expression that matches the files of interes…
25 d = quick_load('"bcast_.*deme_compete"');
27 NOTE THE USE OF MULTIPLE QUOTES!!! One of the nice feature of quick_load is that it doesn't care w…
37 If all the header lines of the data file end with [\w+], then quick_load will unpack the array into…
H A Dquick_load.m1 function R = quick_load(file_pattern, dir, data_pattern, fieldnames) function
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dprefs.cc41 quick_load = 0; // Quick-load disabled in config()
276 << (int) quick_load << "\n\n" in write_adonthellrc()
348 if (parse_adonthellrc (n, s) == PREFS_NUM) quick_load = n; in read_adonthellrc()
H A Dprefs.h151 u_int8 quick_load; variable
H A Dgamedata.cc56 u_int8 gamedata::quick_load; // Whether Quick-load is active or not member in gamedata
320 if (!quick_load || saves.size () <= 1) return false; in load_newest()
555 quick_load = qload; in init()
H A Dgamedata.h378 static u_int8 quick_load; variable
H A Dmain.cc195 myconfig.game_name, myconfig.quick_load); in main()
H A Dpy_adonthell_wrap.cc30723 if (arg1) (arg1)->quick_load = arg2; in _wrap_config_quick_load_set()
30745 result = (unsigned char) ((arg1)->quick_load); in _wrap_config_quick_load_get()
/dports/misc/broot/broot-1.7.0/cargo-crates/syntect-4.6.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/syntect-4.6.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/syntect-4.6.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/www/zola/zola-0.15.2/cargo-crates/syntect-4.6.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/www/xh/xh-0.14.1/cargo-crates/syntect-4.6.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/textproc/bat/bat-0.18.3/cargo-crates/syntect-4.5.0/src/parsing/
H A Dmetadata.rs115 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
462 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
471 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/syntect-3.2.0/src/parsing/
H A Dmetadata.rs114 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
508 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
517 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/syntect-3.2.0/src/parsing/
H A Dmetadata.rs114 pub(crate) fn quick_load(path: &str) -> Result<MetadataSet, LoadingError> { in quick_load() method
508 let metaset = LoadMetadata::quick_load(path).unwrap(); in parse_yaml_meta()
517 let metadata = LoadMetadata::quick_load(path).unwrap(); in load_shell_vars()
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/object_prototypes/
H A Dct-cursor.cfg258 fire_event(self, 'quick_load'),
396 fire_event('quick_load'),
684 …icksave, [set(toLoad, clip_data or registry.ct_quicksave), fire_event('quick_load')]) where clip_d…
862 fire_event('quick_load'),
873 fire_event(self, 'quick_load'),
982 fire_event(self, 'quick_load'),
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg000.c425 int quick_load() { in quick_load() function
499 if (quick_load()) { in check_quick_op()
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/objects/
H A Dadditional_maps.ffl15 set(event_handlers.quick_load, q[[
155 set(event_handlers.quick_load, q[[
/dports/games/adonthell/adonthell-0.3.8/src/modules/
H A Dadonthell.py4409 quick_load = _swig_property(_adonthell.config_quick_load_get, _adonthell.config_quick_load_set) variable in config