Home
last modified time | relevance | path

Searched defs:time_factor (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/items/book/
H A Dtailor.json8 { "proficiency": "prof_leatherworking_basic", "time_factor": 0.1, "fail_factor": 0.1 }, number
9 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.1 }, number
10 { "proficiency": "prof_plasticworking", "time_factor": 0.1, "fail_factor": 0.1 } number
47 { "proficiency": "prof_knitting", "time_factor": 0.15, "fail_factor": 0.1 }, number
48 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.1 } number
69 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.25 }, number
70 { "proficiency": "prof_elastics", "time_factor": 0.2, "fail_factor": 0.15 } number
130 …"proficiencies": [ { "proficiency": "prof_furriery", "time_factor": 0.2, "fail_factor": 0.2, "incl… number
151 { "proficiency": "prof_closures", "time_factor": 0.1, "fail_factor": 0.25 }, number
152 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.25 } number
H A Dfabrication.json18 …"proficiencies": [ { "proficiency": "prof_glassblowing", "time_factor": 0.7, "fail_factor": 0.5 } … number
42 …"proficiencies": [ { "proficiency": "prof_plasticworking", "time_factor": 0.6, "fail_factor": 0.5 … number
62 …{ "proficiency": "prof_fine_metalsmithing", "time_factor": 0.2, "fail_factor": 0.3, "include_prere… number
63 …{ "proficiency": "prof_gem_setting", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": fa… number
82 … "proficiencies": [ { "proficiency": "prof_pottery", "time_factor": 0.15, "fail_factor": 0.15 } ], number
120 …"proficiencies": [ { "proficiency": "prof_fletching", "time_factor": 0.15, "fail_factor": 0.35 } ], number
139 "proficiencies": [ { "proficiency": "prof_bowyery", "time_factor": 0.15, "fail_factor": 0.5 } ], number
273 …"proficiencies": [ { "proficiency": "prof_armorsmithing", "time_factor": 0.2, "fail_factor": 0.25 … number
394 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.2, "include_prereqs": true } number
417 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": true } number
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/items/book/
H A Dtailor.json8 { "proficiency": "prof_leatherworking_basic", "time_factor": 0.1, "fail_factor": 0.1 }, number
9 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.1 }, number
10 { "proficiency": "prof_plasticworking", "time_factor": 0.1, "fail_factor": 0.1 } number
47 { "proficiency": "prof_knitting", "time_factor": 0.15, "fail_factor": 0.1 }, number
48 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.1 } number
69 { "proficiency": "prof_closures", "time_factor": 0.2, "fail_factor": 0.25 }, number
70 { "proficiency": "prof_elastics", "time_factor": 0.2, "fail_factor": 0.15 } number
130 …"proficiencies": [ { "proficiency": "prof_furriery", "time_factor": 0.2, "fail_factor": 0.2, "incl… number
151 { "proficiency": "prof_closures", "time_factor": 0.1, "fail_factor": 0.25 }, number
152 { "proficiency": "prof_elastics", "time_factor": 0.1, "fail_factor": 0.25 } number
H A Dfabrication.json18 …"proficiencies": [ { "proficiency": "prof_glassblowing", "time_factor": 0.7, "fail_factor": 0.5 } … number
42 …"proficiencies": [ { "proficiency": "prof_plasticworking", "time_factor": 0.6, "fail_factor": 0.5 … number
62 …{ "proficiency": "prof_fine_metalsmithing", "time_factor": 0.2, "fail_factor": 0.3, "include_prere… number
63 …{ "proficiency": "prof_gem_setting", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": fa… number
82 … "proficiencies": [ { "proficiency": "prof_pottery", "time_factor": 0.15, "fail_factor": 0.15 } ], number
120 …"proficiencies": [ { "proficiency": "prof_fletching", "time_factor": 0.15, "fail_factor": 0.35 } ], number
139 "proficiencies": [ { "proficiency": "prof_bowyery", "time_factor": 0.15, "fail_factor": 0.5 } ], number
273 …"proficiencies": [ { "proficiency": "prof_armorsmithing", "time_factor": 0.2, "fail_factor": 0.25 … number
394 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.2, "include_prereqs": true } number
417 …{ "proficiency": "prof_plumbing", "time_factor": 0.2, "fail_factor": 0.3, "include_prereqs": true } number
[all …]
/dports/databases/R-cran-cachem/cachem/tests/testthat/
H A Dtest-cache-mem.R1 time_factor <- 1 globalVar
3 if (is_on_github_actions()) time_factor <- 4 globalVar
/dports/net/mad_fcl/mad_fcl_v1.7_src/alclib/
H A Dmad.c53 double time_factor; /**< local global variable for timer */ variable
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dproficiency.h133 float time_factor = default_time_factor; member
H A Dproficiency.cpp439 float book_proficiency_bonuses::time_factor( const proficiency_id &id ) const in time_factor() function in book_proficiency_bonuses
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dproficiency.h133 float time_factor = default_time_factor; member
H A Dproficiency.cpp439 float book_proficiency_bonuses::time_factor( const proficiency_id &id ) const in time_factor() function in book_proficiency_bonuses
/dports/graphics/blender/blender-2.91.0/source/blender/io/alembic/exporter/
H A Dabc_archive.cc123 double time_factor = time_relative ? scene_fps : 1.0; in get_shutter_samples() local
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/sky/
H A Dsky.cxx306 void SGSky::modify_vis( float alt, float time_factor ) { in modify_vis()
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Dstring_utils.cpp288 typedef std::tuple<std::time_t, const char*, const char*> time_factor; in format_timespan() typedef
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dvideo-timer.c141 static double time_factor = 1.0; variable
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/merge/
H A Dpacket.h56 int ref_priority, time_factor; member
/dports/x11-toolkits/gtk40/gtk-4.4.1/tests/
H A Dvideo-timer.c141 static double time_factor = 1.0; variable
/dports/x11-toolkits/plib/plib-1.8.5/src/ssgAux/
H A DssgaSky.cxx316 void ssgaSky::modifyVisibility( float alt, float time_factor ) in modifyVisibility()
/dports/games/openttd/openttd-12.1/src/
H A Deconomy.cpp1012 …const int time_factor = std::max(MAX_TIME_FACTOR - days_over_days1 - days_over_days2, MIN_TIME_FAC… in GetTransportedGoodsIncome() local
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dmgd77sniffer.c564 …double time_factor = 1.0, distance_factor = 1.0, maxTime, west=0.0, east=0.0, north=0.0, south=0.0… in GMT_mgd77sniffer() local
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dcommon.h263 double time_factor; /* Time conversion constant */ member
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dengine.c729 int time_factor; in engine_show_turn_info() local
/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dcommon.h291 double time_factor; /* Time conversion constant */ member
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/h5p/h5p-core/
H A Dh5p.classes.php3046 private static function hashToken($action, $time_factor) {
/dports/www/moodle310/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php3219 private static function hashToken($action, $time_factor) {
/dports/www/moodle311/moodle/h5p/h5plib/v124/joubel/core/
H A Dh5p.classes.php3219 private static function hashToken($action, $time_factor) {

12