Home
last modified time | relevance | path

Searched refs:transformationType (Results 1 – 24 of 24) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/packetman/
H A Dpacketman.go299 var transformationType int
331 transformationType int member
340 switch transformationType {
356 transformationType: transformationType,
397 transformationType int member
440 switch transformationType {
457 transformationType: transformationType,
501 transformationType int member
603 transformationType: transformationType,
714 transformationType int member
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/packetman/
H A Dpacketman.go299 var transformationType int
331 transformationType int member
340 switch transformationType {
356 transformationType: transformationType,
397 transformationType int member
440 switch transformationType {
457 transformationType: transformationType,
501 transformationType int member
603 transformationType: transformationType,
714 transformationType int member
[all …]
/dports/finance/prestashop/prestashop/src/Core/Localization/Currency/
H A DPatternTransformer.php70 * @param string $transformationType
76 public function transform(string $currencyPattern, string $transformationType): string argument
78 if (!in_array($transformationType, self::ALLOWED_TRANSFORMATIONS)) {
79 …valid transformation type "%s", allowed transformations are: %s', $transformationType, implode(','…
85 $transformedPatterns[] = $this->transformPattern($pattern, $transformationType);
118 * @param string $transformationType
122 private function transformPattern(string $basePattern, string $transformationType) argument
128 self::TRANSFORM_DICTIONARY[$transformationType],
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/
H A Dmetrics.go81 func recordArrival(transformationType string, start time.Time) {
82 switch transformationType {
90 …dekCacheInterArrivals.WithLabelValues(transformationType).Observe(start.Sub(lastFromStorage).Secon…
99 …dekCacheInterArrivals.WithLabelValues(transformationType).Observe(start.Sub(lastToStorage).Seconds…
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/
H A Dmetrics.go81 func recordArrival(transformationType string, start time.Time) {
82 switch transformationType {
90 …dekCacheInterArrivals.WithLabelValues(transformationType).Observe(start.Sub(lastFromStorage).Secon…
99 …dekCacheInterArrivals.WithLabelValues(transformationType).Observe(start.Sub(lastToStorage).Seconds…
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWTransformation.cpp17 Transformation::Transformation( TransformationType transformationType ) in Transformation() argument
18 : mTransformationType(transformationType) in Transformation()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/storage/value/
H A Dmetrics.go114 func RecordTransformation(transformationType, transformerPrefix string, start time.Time, err error)… argument
115 …transformerOperationsTotal.WithLabelValues(transformationType, transformerPrefix, status.Code(err)…
119 transformerLatencies.WithLabelValues(transformationType).Observe(sinceInSeconds(start))
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/storage/value/
H A Dmetrics.go114 func RecordTransformation(transformationType, transformerPrefix string, start time.Time, err error)… argument
115 …transformerOperationsTotal.WithLabelValues(transformationType, transformerPrefix, status.Code(err)…
119 transformerLatencies.WithLabelValues(transformationType).Observe(sinceInSeconds(start))
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dserial.py462 def zeroCenteredTransformation(self, transformationType, index): argument
498 if transformationType in ('P', 'T'):
502 elif transformationType == 'I':
506 elif transformationType == 'R':
510 elif transformationType == 'RI':
519 def originalCenteredTransformation(self, transformationType: str, index: int):
555 if transformationType in ('P', 'T'):
558 return self.zeroCenteredTransformation(transformationType, newIndex)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/gfxdrivers/directfb/
H A Dqdirectfbpaintengine.cpp511 if ((d->transformationType & QDirectFBPaintEnginePrivate::Matrix_RectsUnsupported) in drawRects()
539 if ((d->transformationType & QDirectFBPaintEnginePrivate::Matrix_RectsUnsupported) in drawRects()
623 || (d->transformationType & QDirectFBPaintEnginePrivate::Matrix_BlitsUnsupported) in drawImage()
883 if (d->transformationType & QDirectFBPaintEnginePrivate::Matrix_RectsUnsupported in fillRect()
925 if ((d->transformationType & QDirectFBPaintEnginePrivate::Matrix_RectsUnsupported) in fillRect()
967 transformationType(0), opacity(255), in QDirectFBPaintEnginePrivate()
1085 && (transformationType < QTransform::TxScale || pen.isCosmetic())) { in setPen()
1094 transformationType = getTransformationType(transform); in setTransform()
1112 if (transformationType & Matrix_NegativeScaleX) in prepareForBlit()
1115 if (transformationType & Matrix_NegativeScaleY) in prepareForBlit()
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Currency/CommandHandler/
H A DAbstractCurrencyHandler.php134 foreach ($localizedTransformations as $langId => $transformationType) {
135 if (empty($transformationType)) {
140 …ocalizedPatterns[$langId] = $transformer->transform($languageCurrencyPattern, $transformationType);
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dvoxelframe.h169 } transformationType; typedef
170 transformationType trans;
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWTransformation.h49 Transformation(TransformationType transformationType);
/dports/math/drgeo/drgeo-1.1.0/geo/
H A Ddrgeo_direction.h35 transformationType type,
H A Ddefine.h120 enum transformationType enum
H A Ddrgeo_direction.cc29 direction::direction (liste_elem & parents, transformationType type, gboolean createdFromMacro, lis… in direction()
H A Ddrgeo_segment.cc33 direction (parents, (transformationType) type, createdFromMacro, figureList) in segment()
H A Ddrgeo_vector.cc34 direction (parents, (transformationType) type, createdFromMacro, figureList) in vector()
H A Ddrgeo_halfLine.cc33 direction (parents, (transformationType) type, createdFromMacro, figureList) in halfLine()
H A Ddrgeo_line.cc33 direction (parents, (transformationType) type, createdFromMacro, figureList) in line()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2TransformationSummary.php31 protected $transformationType = 'Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation'; variable in Google_Service_DLP_GooglePrivacyDlpV2TransformationSummary
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/DLP/
H A DGooglePrivacyDlpV2TransformationSummary.php31 protected $transformationType = 'Google_Service_DLP_GooglePrivacyDlpV2PrimitiveTransformation'; variable in Google_Service_DLP_GooglePrivacyDlpV2TransformationSummary
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/Improve/International/
H A DCurrencyController.php235 foreach (PatternTransformer::ALLOWED_TRANSFORMATIONS as $transformationType) {
236 $transformations[$transformationType] = $transformer->transform(
238 $transformationType
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dhestonslvmodel.cpp752 const FdmSquareRootFwdOp::TransformationType transformationType in hestonFokkerPlanckFwdEquationTest() local
758 switch (transformationType) { in hestonFokkerPlanckFwdEquationTest()
819 ext::make_shared<FdmHestonFwdOp>(mesher, process, transformationType)); in hestonFokkerPlanckFwdEquationTest()
863 if (transformationType == FdmSquareRootFwdOp::Power) { in hestonFokkerPlanckFwdEquationTest()
895 << "\n transform " << transformationType in hestonFokkerPlanckFwdEquationTest()
913 << "\n transform " << transformationType in hestonFokkerPlanckFwdEquationTest()