Home
last modified time | relevance | path

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

/dports/www/serf/serf-1.3.9/test/
H A Dmock_buckets.c35 int remaining_times; member
50 ctx->remaining_times = -1; in serf_bucket_mock_create()
66 if (ctx->remaining_times == 0) { in next_action()
68 ctx->remaining_times = -1; in next_action()
75 ctx->remaining_times = action->times; in next_action()
109 ctx->remaining_times--; in serf_mock_readline()
136 ctx->remaining_times--; in serf_mock_read()
185 ctx->remaining_times--; in serf_bucket_mock_more_data_arrived()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/resources/profiles/
H A DLulzBot.ini284 remaining_times = 0 key
350 remaining_times = 0 key
H A DINAT.ini190 remaining_times = 1 key
H A DAnycubic.ini386 remaining_times = 0 key
732 remaining_times = 0 key
1172 remaining_times = 1 key
1821 remaining_times = 0 key
H A DArtillery.ini78 remaining_times = 0 key
H A DBIBO.ini704 remaining_times = 0 key
767 remaining_times = 0 key
H A DPrusaResearch.ini5780 remaining_times = 1 key
5935 remaining_times = 1 key
5942 remaining_times = 1 key
5949 remaining_times = 1 key
5961 remaining_times = 1 key
5972 remaining_times = 1 key
6013 remaining_times = 1 key
6067 remaining_times = 1 key
6128 remaining_times = 1 key
6220 remaining_times = 1 key
[all …]
H A DFLSun.ini727 remaining_times = 0 key
H A DTriLAB.ini1398 remaining_times = 0 key
H A DCreality.ini829 remaining_times = 0 key
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DPrintConfig.hpp749 ConfigOptionBool remaining_times; member in Slic3r::GCodeConfig
826 OPT_PTR(remaining_times); in initialize()
H A DGCode.cpp1039 if (print.config().remaining_times.value) in _do_export()
1332 if (print.config().remaining_times.value) in _do_export()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/GCode/
H A DGCodeProcessor.cpp564 m_time_processor.export_remaining_time_enabled = config.remaining_times.value; in apply_config()