Home
last modified time | relevance | path

Searched refs:unitStr (Results 1 – 25 of 131) sorted by relevance

123456

/dports/graphics/cenon/Cenon/TransformPanel.subproj/
H A DTPScale.m63 { NSString *unitStr;
74 unitStr = @"%";
79 case UNIT_MM: unitStr = @"mm"; break;
80 case UNIT_INCH: unitStr = @"inch"; break;
81 case UNIT_POINT: unitStr = @"point";
83 [scaleXField setTitle:[NSString stringWithFormat:wStr, unitStr]];
84 [scaleYField setTitle:[NSString stringWithFormat:hStr, unitStr]];
/dports/www/carbonapi/carbonapi-0.14.1/pkg/parser/
H A Dinterval.go34 var unitStr string
35 unitStr, s = s[:j], s[j:]
38 switch unitStr {
/dports/graphics/cenon/Cenon/
H A DWorkingAreaPanel.m98 { NSString *unitStr;
111 case UNIT_MM: unitStr = @"mm"; break;
112 case UNIT_INCH: unitStr = @"inch"; break;
113 case UNIT_POINT: unitStr = @"point";
115 [[sizeMatrix cellAtRow:0 column:0] setTitle:[NSString stringWithFormat:wStr, unitStr]];
116 [[sizeMatrix cellAtRow:1 column:0] setTitle:[NSString stringWithFormat:hStr, unitStr]];
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/tape/dialogs/
H A Ddialogsetupmultisize.cpp277 const QString unitStr = c ? " " + UnitsToStr(m_yDimension->Units()) : QString(); in YDimensionCircumferenceChanged() local
279 ui->doubleSpinBoxYDimensionMinValue->setSuffix(unitStr); in YDimensionCircumferenceChanged()
280 ui->doubleSpinBoxYDimensionMaxValue->setSuffix(unitStr); in YDimensionCircumferenceChanged()
368 const QString unitStr = " " + UnitsToStr(dimension->Units()); in InitDimensionMinMax() local
371 doubleSpinBoxMinValue->setSuffix(unitStr); in InitDimensionMinMax()
383 doubleSpinBoxMaxValue->setSuffix(unitStr); in InitDimensionMinMax()
402 const QString unitStr = " " + UnitsToStr(dimension->Units()); in InitDimensionStep() local
412 … .arg(c || dimension->Type() == MeasurementDimension::X ? unitStr : QString()), step); in InitDimensionStep()
554 const QString unitStr = " " + UnitsToStr(dimension->Units()); in UpdateSteps() local
564 .arg(c ? unitStr : QString()), step); in UpdateSteps()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dtemplate.go27 return newTpl(PointType{0, 0}, f.curPageSize, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
32 return newTpl(corner, size, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
42 func CreateTemplate(corner PointType, size SizeType, unitStr, fontDirStr string, fn func(*Tpl)) Tem… argument
48 return CreateTpl(corner, size, orientationStr, unitStr, fontDirStr, fn)
52 func CreateTpl(corner PointType, size SizeType, orientationStr, unitStr, fontDirStr string, fn func… argument
53 return newTpl(corner, size, orientationStr, unitStr, fontDirStr, fn, nil)
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dtemplate.go27 return newTpl(PointType{0, 0}, f.curPageSize, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
32 return newTpl(corner, size, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
42 func CreateTemplate(corner PointType, size SizeType, unitStr, fontDirStr string, fn func(*Tpl)) Tem… argument
48 return CreateTpl(corner, size, orientationStr, unitStr, fontDirStr, fn)
52 func CreateTpl(corner PointType, size SizeType, orientationStr, unitStr, fontDirStr string, fn func… argument
53 return newTpl(corner, size, orientationStr, unitStr, fontDirStr, fn, nil)
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dtemplate.go27 return newTpl(PointType{0, 0}, f.curPageSize, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
32 return newTpl(corner, size, f.defOrientation, f.unitStr, f.fontDirStr, fn, f)
42 func CreateTemplate(corner PointType, size SizeType, unitStr, fontDirStr string, fn func(*Tpl)) Tem… argument
48 return CreateTpl(corner, size, orientationStr, unitStr, fontDirStr, fn)
52 func CreateTpl(corner PointType, size SizeType, orientationStr, unitStr, fontDirStr string, fn func… argument
53 return newTpl(corner, size, orientationStr, unitStr, fontDirStr, fn, nil)
/dports/finance/kraft/kraft-0.97/src/
H A Dtimecalcpart.cpp70 void TimeCalcPart::setDuration( int duration, const QString& unitStr ) in setDuration() argument
72 if( _duration != duration || timeUnitString(_timeUnit) != unitStr ) { in setDuration()
74 _timeUnit = timeUnitFromString(unitStr); in setDuration()
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGLength.cpp24 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
211 static uint16_t GetUnitTypeForString(const nsAString& unitStr) { in GetUnitTypeForString() argument
212 if (unitStr.IsEmpty()) return SVGLength_Binding::SVG_LENGTHTYPE_NUMBER; in GetUnitTypeForString()
214 nsAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGLength.cpp24 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
211 static uint16_t GetUnitTypeForString(const nsAString& unitStr) { in GetUnitTypeForString() argument
212 if (unitStr.IsEmpty()) return SVGLength_Binding::SVG_LENGTHTYPE_NUMBER; in GetUnitTypeForString()
214 nsAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGLength.cpp24 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
211 static uint16_t GetUnitTypeForString(const nsAString& unitStr) { in GetUnitTypeForString() argument
212 if (unitStr.IsEmpty()) return SVGLength_Binding::SVG_LENGTHTYPE_NUMBER; in GetUnitTypeForString()
214 nsAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGLength.cpp24 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
211 static uint16_t GetUnitTypeForString(const nsAString& unitStr) { in GetUnitTypeForString() argument
212 if (unitStr.IsEmpty()) return SVGLength_Binding::SVG_LENGTHTYPE_NUMBER; in GetUnitTypeForString()
214 nsAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGLength.cpp21 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
220 GetUnitTypeForString(const nsAString& unitStr) in GetUnitTypeForString() argument
222 if (unitStr.IsEmpty()) in GetUnitTypeForString()
225 nsIAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGLength.cpp23 static uint16_t GetUnitTypeForString(const nsAString& unitStr);
202 static uint16_t GetUnitTypeForString(const nsAString& unitStr) { in GetUnitTypeForString() argument
203 if (unitStr.IsEmpty()) return SVGLengthBinding::SVG_LENGTHTYPE_NUMBER; in GetUnitTypeForString()
205 nsAtom* unitAtom = NS_GetStaticAtom(unitStr); in GetUnitTypeForString()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dparse_bytes.go60 numStr, unitStr := extractNumAndUnit(s)
66 switch unitStr {
86 return nil, errUnitNotRecognized(unitStr)
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Druler.c84 (*unitStr)=='\0' ? "pixel" : unitStr);
92 (*unitStr)=='\0' ? "pixel" : unitStr, formatUnitStr, buf1);
99 (*unitStr)=='\0' ? "pixel" : unitStr, in ShowUnitMsg()
182 *unitStr = '\0';
184 strcpy(unitStr, unit_ptr);
278 if (*unitStr == '\0') {
304 if (*unitStr == '\0') {
328 int unit_str_was_empty=(*unitStr == '\0');
339 UtilStrCpyN(unitStr, sizeof(unitStr), "inch");
344 UtilStrCpyN(unitStr, sizeof(unitStr), "cm");
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluStrUtil.cpp71 std::ostream& operator<< (std::ostream& str, const TextureUnitStr& unitStr) in operator <<() argument
73 int unitNdx = unitStr.texUnit - GL_TEXTURE0; in operator <<()
77 return str << tcu::toHex(unitStr.texUnit); in operator <<()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/ai/normal/
H A Dai_normal_battle.cpp317 const double unitStr = unit.GetStrength(); in analyzeBattleState() local
319 _enemyArmyStrength += unitStr; in analyzeBattleState()
321 _enemyShooterStr += unitStr; in analyzeBattleState()
330 _enemyAverageSpeed += speed * unitStr; in analyzeBattleState()
331 sumEnemyStr += unitStr; in analyzeBattleState()
354 const double unitStr = unit.GetStrength(); in analyzeBattleState() local
358 _myArmyAverageSpeed += speed * unitStr; in analyzeBattleState()
359 sumArmyStr += unitStr; in analyzeBattleState()
366 _myArmyStrength += unitStr; in analyzeBattleState()
368 _myShooterStr += unitStr; in analyzeBattleState()
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/daviddengcn/go-algs/ed/
H A Ded_test.go10 type unitStr struct { struct
15 func (us *unitStr) CostOfChange(iA, iB int) int { argument
28 actD = EditDistance(&unitStr{Base{len(a), len(b), 1}, []rune(a), []rune(b)})
/dports/www/gohugo/hugo-0.91.2/tpl/time/
H A Dtime.go113 unitStr, err := cast.ToStringE(unit)
117 unitDuration, found := durationUnits[unitStr]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dretention-common.go153 unitStr := string(validityStr[len(validityStr)-1])
161 switch unitStr {
167 return 0, "", errInvalidArgument().Trace(unitStr)
/dports/www/itop/web/lib/scssphp/src/Node/
H A DNumber.php176 public function unitStr() function in Leafo\\ScssPhp\\Node\\Number
216 … $compiler->throwError((string) $dimension . $this->unitStr() . ' isn\'t a valid CSS value.');
/dports/www/moodle310/moodle/lib/scssphp/Node/
H A DNumber.php239 public function unitStr() function in ScssPhp\\ScssPhp\\Node\\Number
289 … $compiler->throwError((string) $dimension . $this->unitStr() . " isn't a valid CSS value.");
/dports/www/moodle39/moodle/lib/scssphp/Node/
H A DNumber.php239 public function unitStr() function in ScssPhp\\ScssPhp\\Node\\Number
289 … $compiler->throwError((string) $dimension . $this->unitStr() . " isn't a valid CSS value.");
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/core/datatypes/
H A DNumericDateTimeBaseFilter.cpp45 QString unitStr = attribs.value(reader->namespaceUri().toString(), "unit").toString(); in load() local
48 UnitInterval unit = static_cast<UnitInterval>(unitStr.toInt(&ok)); in load()

123456