Home
last modified time | relevance | path

Searched refs:allow_rotations (Results 1 – 16 of 16) sorted by relevance

/dports/devel/py-pynest2d/pynest2d-d31a381/src/
H A DBottomLeftConfig.sip19 * allow_rotations (default False):
30 bool allow_rotations;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c195 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations, in logger_write_r() argument
201 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c194 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations,
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log))
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c194 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations, in logger_write_r() argument
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c194 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations, in logger_write_r() argument
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c194 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations, in logger_write_r() argument
200 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c195 static int logger_write_r(LOGGER_HANDLE *log, my_bool allow_rotations, in logger_write_r() argument
201 if (allow_rotations && logger_time_to_rotate(log) && do_rotate(log)) in logger_write_r()
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dv3dgl.h70 int allow_rotations; /* Ignore rotate primitives if FALSE. */ member
H A Dv3dgl.c324 t_glinterp->allow_rotations = glinterp->allow_rotations; in V3DGLResourceSetInterpritation()
835 if(!glinterp->allow_rotations) in V3DGLProcessModelStandard()
879 if(!glinterp->allow_rotations) in V3DGLProcessModelStandard()
H A Dmenuobjview.c967 gli->allow_rotations = TRUE; in SARMenuObjViewLoad()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DArrange.hpp91 bool allow_rotations = false; member
H A DArrange.cpp97 if (params.allow_rotations) in fill_config()
514 if (params.allow_rotations) in _arrange()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/placers/
H A Dbottomleftplacer.hpp28 bool allow_rotations = false; member
50 if(!r && Base::config_.allow_rotations) { in trypack()
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/placers/
H A Dbottomleftplacer.hpp28 bool allow_rotations = false; member
50 if(!r && Base::config_.allow_rotations) { in trypack()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/Jobs/
H A DFillBedJob.cpp113 params.allow_rotations = settings.enable_rotation; in process()
H A DArrangeJob.cpp151 params.allow_rotations = settings.enable_rotation; in process()