Home
last modified time | relevance | path

Searched refs:rotater (Results 1 – 25 of 47) sorted by relevance

12

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Dconf.c60 if (a_conf->rotater) zlog_rotater_profile(a_conf->rotater, flag); in zlog_conf_profile()
84 if (a_conf->rotater) zlog_rotater_del(a_conf->rotater); in zlog_conf_del()
187 a_conf->rotater = zlog_rotater_new(a_conf->rotate_lock_file); in zlog_conf_build_without_file()
188 if (!a_conf->rotater) { in zlog_conf_build_without_file()
389 a_conf->rotater = zlog_rotater_new(a_conf->rotate_lock_file); in zlog_conf_parse_line()
390 if (!a_conf->rotater) { in zlog_conf_parse_line()
H A Dconf.h25 zlog_rotater_t *rotater; member
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Dconf.c60 if (a_conf->rotater) zlog_rotater_profile(a_conf->rotater, flag); in zlog_conf_profile()
84 if (a_conf->rotater) zlog_rotater_del(a_conf->rotater); in zlog_conf_del()
187 a_conf->rotater = zlog_rotater_new(a_conf->rotate_lock_file); in zlog_conf_build_without_file()
188 if (!a_conf->rotater) { in zlog_conf_build_without_file()
389 a_conf->rotater = zlog_rotater_new(a_conf->rotate_lock_file); in zlog_conf_parse_line()
390 if (!a_conf->rotater) { in zlog_conf_parse_line()
H A DMakefile.am10 record_table.h rotater.c rotater.h \
H A Dconf.h25 zlog_rotater_t *rotater; member
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/declarative/signals/pytoqml1/
H A Dview.qml47 rotater.angle = rotater.angle + 45
54 id: rotater
63 angle: rotater.angle
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/declarative/signals/pytoqml1/
H A Dview.qml47 rotater.angle = rotater.angle + 45
54 id: rotater
63 angle: rotater.angle
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/declarative/signals/pytoqml1/
H A Dview.qml47 rotater.angle = rotater.angle + 45
54 id: rotater
63 angle: rotater.angle
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/server/
H A Drotation.go72 rotater := keyRotater{s.storage, strategy, now, s.logger}
75 if err := rotater.rotate(); err != nil {
89 if err := rotater.rotate(); err != nil {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/server/
H A Drotation.go72 rotater := keyRotater{s.storage, strategy, now, s.logger}
75 if err := rotater.rotate(); err != nil {
89 if err := rotater.rotate(); err != nil {
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/mac/libdes/src/
H A Dshifts.pl50 { @f=&rotater(*a,-$n); }
54 sub rotater
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A DMakefile.am36 zlog/src/rotater.c \
37 zlog/src/rotater.h \
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Convolution/include/
H A DitkMaskedFFTNormalizedCorrelationImageFilter.hxx284 typename FlipperType::Pointer rotater = FlipperType::New(); in RotateImage() local
285 rotater->SetFlipAxes( flipAxes ); in RotateImage()
286 rotater->SetInput( inputImage ); in RotateImage()
287 rotater->Update(); in RotateImage()
289 typename LocalInputImageType::Pointer outputImage = rotater->GetOutput(); in RotateImage()
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dvoxelframe.cpp58 rotater = new arcBall_c(w, h); in voxelFrame_c()
60 rotater = new method2_c(w, h); in voxelFrame_c()
68 delete rotater; in setRotaterMethod()
71 rotater = new arcBall_c(w(), h()); in setRotaterMethod()
73 rotater = new method2_c(w(), h()); in setRotaterMethod()
84 delete rotater; in ~voxelFrame_c()
455 rotater->addTransform(); in drawVoxelSpace()
464 rotater->addTransform(); in drawVoxelSpace()
475 rotater->addTransform(); in drawVoxelSpace()
1490 rotater->setBounds(w(), h()); in draw()
[all …]
H A Dvoxelframe.h202 rotater_c * rotater; variable
/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubelet/app/
H A Dserver_bootstrap_test.go90 r := m.(rotater)
210 type rotater interface { interface
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/pest_meta-2.1.3/src/optimizer/
H A Dmod.rs24 mod rotater; module
31 .map(rotater::rotate) in optimize()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/pest_meta-2.1.3/src/optimizer/
H A Dmod.rs24 mod rotater; module
31 .map(rotater::rotate) in optimize()
/dports/shells/nsh/nsh-0.4.2/cargo-crates/pest_meta-2.1.3/src/optimizer/
H A Dmod.rs24 mod rotater; module
31 .map(rotater::rotate) in optimize()

12