Home
last modified time | relevance | path

Searched refs:unitType (Results 1 – 25 of 917) sorted by relevance

12345678910>>...37

/dports/net-mgmt/librenms/librenms-21.5.1/mibs/siae/
H A DSIAE-UNITYPE-MIB101 ::= { unitType 1 }
107 ::= { unitType 5 }
115 ::= { unitType 200 }
121 ::= { unitType 201 }
127 ::= { unitType 202 }
133 ::= { unitType 203 }
139 ::= { unitType 210 }
145 ::= { unitType 211 }
151 ::= { unitType 212 }
157 ::= { unitType 213 }
[all …]
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DDateTickUnit.java82 private DateTickUnitType unitType; field in DateTickUnit
123 this(unitType, multiple, unitType, multiple, formatter); in DateTickUnit()
148 this.unitType = unitType; in DateTickUnit()
155 this.unit = unitTypeToInt(unitType); in DateTickUnit()
167 return this.unitType; in getUnitType()
288 return this.unitType.getCalendarField(); in getCalendarField()
370 if (unitType.equals(DateTickUnitType.YEAR)) { in unitTypeToInt()
376 else if (unitType.equals(DateTickUnitType.DAY)) { in unitTypeToInt()
379 else if (unitType.equals(DateTickUnitType.HOUR)) { in unitTypeToInt()
433 if (!(this.unitType.equals(that.unitType))) { in equals()
[all …]
/dports/math/R/R-4.1.2/src/library/grid/man/
H A DunitType.Rd1 % File src/library/grid/man/unitType.Rd
6 \name{unitType}
7 \alias{unitType}
13 unitType(x, recurse = FALSE)
38 unitType(u)
39 unitType(unit(1, "npc"))
40 unitType(unit(1:3/4, "npc"))
41 unitType(unit(1:3/4, "npc") + unit(1, "inches"))
47 unitType(u, recurse=TRUE)
48 unitType(unit(1, "npc"), recurse=TRUE)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/grid/man/
H A DunitType.Rd1 % File src/library/grid/man/unitType.Rd
6 \name{unitType}
7 \alias{unitType}
13 unitType(x, recurse = FALSE)
38 unitType(u)
39 unitType(unit(1, "npc"))
40 unitType(unit(1:3/4, "npc"))
41 unitType(unit(1:3/4, "npc") + unit(1, "inches"))
47 unitType(u, recurse=TRUE)
48 unitType(unit(1, "npc"), recurse=TRUE)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/svg/
H A DSVGAngle.cpp146 SVGAngleType unitType = stringToAngleType(ptr, end); in setValueAsString() local
147 if (unitType == SVG_ANGLETYPE_UNKNOWN) { in setValueAsString()
152 m_unitType = unitType; in setValueAsString()
158 if (unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANGLETYPE_GRAD) { in newValueSpecifiedUnits()
163 if (unitType != m_unitType) in newValueSpecifiedUnits()
171 …if (unitType == SVG_ANGLETYPE_UNKNOWN || m_unitType == SVG_ANGLETYPE_UNKNOWN || unitType > SVG_ANG… in convertToSpecifiedUnits()
176 if (unitType == m_unitType) in convertToSpecifiedUnits()
181 switch (unitType) { in convertToSpecifiedUnits()
196 switch (unitType) { in convertToSpecifiedUnits()
213 switch (unitType) { in convertToSpecifiedUnits()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/
H A DSVGAngle.cpp46 SVGAngle::SVGAngleType SVGAngle::unitType() const in unitType() function in WebCore::SVGAngle
129 m_unitType = (SVGAngleType)unitType; in newValueSpecifiedUnits()
134 void SVGAngle::convertToSpecifiedUnits(unsigned short unitType) in convertToSpecifiedUnits() argument
136 if (m_unitType == unitType) { in convertToSpecifiedUnits()
140 if (m_unitType == SVG_ANGLETYPE_DEG && unitType == SVG_ANGLETYPE_RAD) { in convertToSpecifiedUnits()
142 } else if (m_unitType == SVG_ANGLETYPE_GRAD && unitType == SVG_ANGLETYPE_RAD) { in convertToSpecifiedUnits()
144 } else if (m_unitType == SVG_ANGLETYPE_DEG && unitType == SVG_ANGLETYPE_GRAD) { in convertToSpecifiedUnits()
146 } else if (m_unitType == SVG_ANGLETYPE_RAD && unitType == SVG_ANGLETYPE_GRAD) { in convertToSpecifiedUnits()
148 } else if (m_unitType == SVG_ANGLETYPE_RAD && unitType == SVG_ANGLETYPE_DEG) { in convertToSpecifiedUnits()
150 } else if (m_unitType == SVG_ANGLETYPE_GRAD && unitType == SVG_ANGLETYPE_DEG) { in convertToSpecifiedUnits()
[all …]
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/scriptvm/
H A Dparser.y309 .unitType = realExpr->unitType(),
316 .unitType = realExpr->unitType(),
323 .unitType = realExpr->unitType(),
346 .unitType = intExpr->unitType(),
353 .unitType = intExpr->unitType(),
360 .unitType = intExpr->unitType(),
787 if (numberVar->unitType() != expr->unitType())
1101 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) {
1123 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) {
1145 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) {
[all …]
H A Dparser.cpp1848 .unitType = realExpr->unitType(), in yyparse()
1855 .unitType = realExpr->unitType(), in yyparse()
1862 .unitType = realExpr->unitType(), in yyparse()
1885 .unitType = intExpr->unitType(), in yyparse()
1892 .unitType = intExpr->unitType(), in yyparse()
1899 .unitType = intExpr->unitType(), in yyparse()
2446 if (numberVar->unitType() != expr->unitType()) in yyparse()
2862 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) { in yyparse()
2889 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) { in yyparse()
2916 } else if (lhs->asNumber()->unitType() != rhs->asNumber()->unitType()) { in yyparse()
[all …]
/dports/www/gitea/gitea-1.16.5/modules/context/
H A Dpermission.go23 func RequireRepoWriter(unitType unit.Type) func(ctx *Context) {
25 if !ctx.Repo.CanWrite(unitType) {
35 for _, unitType := range unitTypes {
36 if ctx.Repo.CanWrite(unitType) {
45 func RequireRepoReader(unitType unit.Type) func(ctx *Context) {
47 if !ctx.Repo.CanRead(unitType) {
53 unitType,
59 unitType,
73 for _, unitType := range unitTypes {
74 if ctx.Repo.CanRead(unitType) {
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/ui/
H A DRectangleInsets.java74 private UnitType unitType; field in RectangleInsets
120 public RectangleInsets(final UnitType unitType, in RectangleInsets() argument
123 if (unitType == null) { in RectangleInsets()
126 this.unitType = unitType; in RectangleInsets()
140 return this.unitType; in getUnitType()
194 if (that.unitType != this.unitType) { in equals()
220 result = (this.unitType != null ? this.unitType.hashCode() : 0); in hashCode()
390 if (this.unitType == UnitType.RELATIVE) { in calculateTopInset()
405 if (this.unitType == UnitType.RELATIVE) { in calculateTopOutset()
420 if (this.unitType == UnitType.RELATIVE) { in calculateBottomInset()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DnsSVGLength2.cpp56 GetUnitString(nsAString& unit, uint16_t unitType) in GetUnitString() argument
58 if (IsValidUnitType(unitType)) { in GetUnitString()
59 if (unitMap[unitType]) { in GetUnitString()
60 (*unitMap[unitType])->ToString(unit); in GetUnitString()
301 if (!IsValidUnitType(unitType)) in ConvertToSpecifiedUnits()
315 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
332 if (!IsValidUnitType(unitType)) in NewValueSpecifiedUnits()
343 mSpecifiedUnitType = uint8_t(unitType); in NewValueSpecifiedUnits()
382 uint16_t unitType; in SetBaseValueString() local
399 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
[all …]
H A DnsSVGAngle.cpp54 if (IsValidUnitType(unitType)) { in GetUnitString()
55 if (unitMap[unitType]) { in GetUnitString()
157 if (!IsValidUnitType(unitType)) in ConvertToSpecifiedUnits()
160 if (mBaseValUnit == uint8_t(unitType)) in ConvertToSpecifiedUnits()
169 mBaseValUnit = uint8_t(unitType); in ConvertToSpecifiedUnits()
188 if (!IsValidUnitType(unitType)) in NewValueSpecifiedUnits()
199 mBaseValUnit = uint8_t(unitType); in NewValueSpecifiedUnits()
258 uint16_t unitType; in SetBaseValueString() local
272 mBaseValUnit = uint8_t(unitType); in SetBaseValueString()
379 uint16_t unitType; in ValueFromString() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DnsSVGLength2.cpp51 if (IsValidUnitType(unitType)) { in GetUnitString()
52 if (unitMap[unitType]) { in GetUnitString()
53 (*unitMap[unitType])->ToString(unit); in GetUnitString()
274 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
292 mSpecifiedUnitType == uint8_t(unitType)) { in NewValueSpecifiedUnits()
299 mSpecifiedUnitType = uint8_t(unitType); in NewValueSpecifiedUnits()
333 uint16_t unitType; in SetBaseValueString() local
340 mSpecifiedUnitType == uint8_t(unitType)) { in SetBaseValueString()
350 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
432 uint16_t unitType; in ValueFromString() local
[all …]
H A DnsSVGAngle.cpp44 if (IsValidUnitType(unitType)) { in GetUnitString()
45 if (unitMap[unitType]) { in GetUnitString()
46 (*unitMap[unitType])->ToString(unit); in GetUnitString()
130 if (mBaseValUnit == uint8_t(unitType)) return NS_OK; in ConvertToSpecifiedUnits()
138 mBaseValUnit = uint8_t(unitType); in ConvertToSpecifiedUnits()
165 mBaseValUnit = uint8_t(unitType); in NewValueSpecifiedUnits()
214 uint16_t unitType; in SetBaseValueString() local
228 mBaseValUnit = uint8_t(unitType); in SetBaseValueString()
319 uint16_t unitType; in ValueFromString() local
320 if (!GetValueFromString(aStr, value, &unitType)) { in ValueFromString()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dcommand.cpp31 unitType= NULL; in Command()
43 unitType= NULL; in Command()
54 unitType= NULL; in Command()
68 this->unitType= unitType; in Command()
135 if(unitType != NULL) { in toString()
136 result += ", unitTypeId = " + intToStr(unitType->getId()); in toString()
137 result += ", unitTypeDesc = " + unitType->getReqDesc(translatedValue); in toString()
160 if(unitType != NULL) { in getCRC()
161 crcForCmd.addInt(unitType->getId()); in getCRC()
187 if(unitType != NULL) { in saveGame()
[all …]
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/types/
H A Dfaction_type.cpp461 UnitType &unitType = unitTypes[i]; in validateFactionType() local
655 unitType.getId() != unitType2.getId() && in validateFactionType()
672 unitType.getId() != unitType2.getId() && in validateFactionType()
691 unitType.getId() != unitType2.getId() && in validateFactionType()
704 if( unitType.getId() != unitType2.getId() && in validateFactionType()
741 if(unitType.hasSkillClass(scBeBuilt) == true && unitType.hasSkillClass(scHarvest) == true) { in validateFactionType()
750 if(unitType.hasSkillClass(scHarvest) == true && unitType.hasSkillClass(scMove) == false) { in validateFactionType()
766 UnitType &unitType = unitTypes[i]; in validateFactionTypeResourceTypes() local
771 const Resource *r = unitType.getCost(j); in validateFactionTypeResourceTypes()
865 UnitType &unitType = unitTypes[j]; in validateFactionTypeUpgradeTypes() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DSVGAnimatedLength.cpp89 if (IsValidUnitType(unitType)) { in GetUnitString()
90 if (unitMap[unitType]) { in GetUnitString()
91 unitMap[unitType]->ToString(unit); in GetUnitString()
333 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
380 uint16_t unitType; in SetBaseValueString() local
387 mSpecifiedUnitType == uint8_t(unitType)) { in SetBaseValueString()
395 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
473 uint16_t unitType; in ValueFromString() local
475 if (!GetValueFromString(aStr, value, &unitType)) { in ValueFromString()
484 unitType == SVGLength_Binding::SVG_LENGTHTYPE_EMS || in ValueFromString()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGAnimatedLength.cpp51 static void GetUnitString(nsAString& unit, uint16_t unitType) { in GetUnitString() argument
52 if (IsValidUnitType(unitType)) { in GetUnitString()
53 if (unitMap[unitType]) { in GetUnitString()
54 unitMap[unitType]->ToString(unit); in GetUnitString()
305 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
359 uint16_t unitType; in SetBaseValueString() local
366 mSpecifiedUnitType == uint8_t(unitType)) { in SetBaseValueString()
379 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
464 uint16_t unitType; in ValueFromString() local
466 if (!GetValueFromString(aStr, value, &unitType)) { in ValueFromString()
[all …]
/dports/www/firefox/firefox-99.0/dom/svg/
H A DSVGAnimatedLength.cpp89 if (IsValidUnitType(unitType)) { in GetUnitString()
90 if (unitMap[unitType]) { in GetUnitString()
91 unitMap[unitType]->ToString(unit); in GetUnitString()
333 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
380 uint16_t unitType; in SetBaseValueString() local
387 mSpecifiedUnitType == uint8_t(unitType)) { in SetBaseValueString()
395 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
473 uint16_t unitType; in ValueFromString() local
475 if (!GetValueFromString(aStr, value, &unitType)) { in ValueFromString()
484 unitType == SVGLength_Binding::SVG_LENGTHTYPE_EMS || in ValueFromString()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DSVGAnimatedLength.cpp89 if (IsValidUnitType(unitType)) { in GetUnitString()
90 if (unitMap[unitType]) { in GetUnitString()
91 unitMap[unitType]->ToString(unit); in GetUnitString()
333 mSpecifiedUnitType = uint8_t(unitType); in ConvertToSpecifiedUnits()
380 uint16_t unitType; in SetBaseValueString() local
387 mSpecifiedUnitType == uint8_t(unitType)) { in SetBaseValueString()
395 mSpecifiedUnitType = uint8_t(unitType); in SetBaseValueString()
473 uint16_t unitType; in ValueFromString() local
475 if (!GetValueFromString(aStr, value, &unitType)) { in ValueFromString()
484 unitType == SVGLength_Binding::SVG_LENGTHTYPE_EMS || in ValueFromString()
[all …]
/dports/www/gitea/gitea-1.16.5/models/
H A Drepo_permission.go48 if u.Type == unitType {
54 return p.UnitsMode[unitType]
59 return p.UnitAccessMode(unitType) >= mode
73 func (p *Permission) CanRead(unitType unit.Type) bool {
74 return p.CanAccess(perm_model.AccessModeRead, unitType)
92 func (p *Permission) CanWrite(unitType unit.Type) bool {
93 return p.CanAccess(perm_model.AccessModeWrite, unitType)
344 return accessLevelUnit(db.DefaultContext, user, repo, unitType)
352 return perm.UnitAccessMode(unitType), nil
356 mode, err := accessLevelUnit(ctx, user, repo, unitType)
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSPrimitiveValue.h152 double getDoubleValue(unsigned short unitType, ExceptionCode&) const;
153 double getDoubleValue(unsigned short unitType) const;
156 void setFloatValue(unsigned short unitType, double floatValue, ExceptionCode&);
157 …oat getFloatValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<float>(ge… in getFloatValue() argument
158 …float getFloatValue(unsigned short unitType) const { return static_cast<float>(getDoubleValue(unit… in getFloatValue() argument
161 …int getIntValue(unsigned short unitType, ExceptionCode& ec) const { return static_cast<int>(getDou… in getIntValue() argument
162 …int getIntValue(unsigned short unitType) const { return static_cast<int>(getDoubleValue(unitType))… in getIntValue() argument
/dports/games/glest/glest_source_3.2.2/source/glest_game/ai/
H A Dai.cpp36 unitType= NULL; in ProduceTask()
42 this->unitType= unitType; in ProduceTask()
48 unitType= NULL; in ProduceTask()
54 if(unitType!=NULL){ in toString()
55 str+= unitType->getName(); in toString()
64 BuildTask::BuildTask(const UnitType *unitType){ in BuildTask() argument
66 this->unitType= unitType; in BuildTask()
73 unitType= NULL; in BuildTask()
80 this->unitType= unitType; in BuildTask()
88 if(unitType!=NULL){ in toString()
[all …]
/dports/games/glest/glest_source_3.2.2/source/glest_game/type_instances/
H A Dcommand.cpp26 unitType= NULL; in Command()
33 unitType= NULL; in Command()
40 Command::Command(const CommandType *ct, const Vec2i &pos, const UnitType *unitType){ in Command() argument
43 this->unitType= unitType; in Command()
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dcasualtiestracker.cpp90 void cCasualtiesTracker::logCasualty (sID unitType, int playerNr) in logCasualty() argument
92 setCasualty (unitType, getCasualtiesOfUnitType (unitType, playerNr) + 1, playerNr); in logCasualty()
98 void cCasualtiesTracker::setCasualty (sID unitType, int numberOfLosses, int playerNr) in setCasualty() argument
100 auto signalCaller = makeScopedOperation ([ = ]() { casualtyChanged (unitType, playerNr); }); in setCasualty()
106 if (unitType == casualties[i].unitID) in setCasualty()
114 newCasualtyEntry.unitID = unitType; in setCasualty()
117 if (unitType.less_vehicleFirst (casualties[i].unitID)) in setCasualty()
128 int cCasualtiesTracker::getCasualtiesOfUnitType (sID unitType, int playerNr) const in getCasualtiesOfUnitType() argument
133 if (unitType == casualties[i].unitID) in getCasualtiesOfUnitType()
212 const sID unitType = message->popID(); in updateCasualtiesFromNetMessage() local
[all …]

12345678910>>...37