Home
last modified time | relevance | path

Searched refs:featureId (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/nimbus/lib/
H A DExperimentStore.jsm63 get(featureId) {
66 getDefault(featureId) {
69 set(featureId, value) {
78 delete(featureId) {
83 deleteDefault(featureId) {
119 * @param {string} featureId
129 experiment.branch?.feature?.featureId === featureId
139 * @param {string} featureId
144 if (!featureId) {
198 let featureId = experiment.branch.feature?.featureId;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/nimbus/lib/
H A DExperimentStore.jsm63 get(featureId) {
66 getDefault(featureId) {
69 set(featureId, value) {
78 delete(featureId) {
83 deleteDefault(featureId) {
119 * @param {string} featureId
129 experiment.branch?.feature?.featureId === featureId
139 * @param {string} featureId
144 if (!featureId) {
198 let featureId = experiment.branch.feature?.featureId;
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Feature/ValueObject/
H A DFeatureId.php39 private $featureId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Feature\\ValueObject\\FeatureId
42 * @param int $featureId
44 public function __construct($featureId) argument
46 $this->assertIntegerIsGreaterThanZero($featureId);
48 $this->featureId = $featureId;
56 return $this->featureId;
60 * @param int $featureId
64 private function assertIntegerIsGreaterThanZero($featureId) argument
66 if (!is_numeric($featureId) || 0 > $featureId) {
67 …alid feature id %s supplied. Feature id must be positive integer.', var_export($featureId, true)));
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/lib/
H A DExperimentStore.jsm108 get(featureId) {
116 featureId
121 getDefault(featureId) {
129 featureId
134 set(featureId, value) {
190 delete(featureId) {
197 deleteDefault(featureId) {
264 * @param {string} featureId
289 if (!featureId) {
362 ).forEach(featureId => {
[all …]
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dfeatures.h77 inline bool has(uint32_t featureId) const noexcept { in has() argument
78 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
80 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
81 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
100 inline void add(uint32_t featureId) noexcept { in add() argument
101 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
103 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
111 add(featureId); in add()
116 inline void remove(uint32_t featureId) noexcept { in remove() argument
117 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dfeatures.h118 inline bool has(uint32_t featureId) const noexcept { in has() argument
119 ASMJIT_ASSERT(featureId < kMaxFeatures); in has()
121 uint32_t idx = featureId / Support::kBitWordSizeInBits; in has()
122 uint32_t bit = featureId % Support::kBitWordSizeInBits; in has()
141 inline void add(uint32_t featureId) noexcept { in add() argument
142 ASMJIT_ASSERT(featureId < kMaxFeatures); in add()
144 uint32_t idx = featureId / Support::kBitWordSizeInBits; in add()
152 add(featureId); in add()
157 inline void remove(uint32_t featureId) noexcept { in remove() argument
158 ASMJIT_ASSERT(featureId < kMaxFeatures); in remove()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/devel/poco/poco-1.10.1-all/XML/src/
H A DSAXParser.cpp118 if (featureId == XMLReader::FEATURE_VALIDATION || featureId == XMLReader::FEATURE_STRING_INTERNING) in setFeature()
124 else if (featureId == XMLReader::FEATURE_NAMESPACES) in setFeature()
126 else if (featureId == XMLReader::FEATURE_NAMESPACE_PREFIXES) in setFeature()
128 else if (featureId == FEATURE_PARTIAL_READS) in setFeature()
130 else throw SAXNotRecognizedException(fromXMLString(featureId)); in setFeature()
134 bool SAXParser::getFeature(const XMLString& featureId) const in getFeature()
136 if (featureId == XMLReader::FEATURE_VALIDATION || featureId == XMLReader::FEATURE_STRING_INTERNING) in getFeature()
142 else if (featureId == XMLReader::FEATURE_NAMESPACES) in getFeature()
144 else if (featureId == XMLReader::FEATURE_NAMESPACE_PREFIXES) in getFeature()
146 else if (featureId == FEATURE_PARTIAL_READS) in getFeature()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java117 String featureId = featureIds[i]; in addRecognizedFeatures() local
118 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
119 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
142 FeatureState checkState = checkFeature(featureId); in setFeature()
147 fFeatures.put(featureId, state); in setFeature()
198 public final boolean getFeature(String featureId) in getFeature() argument
201 FeatureState state = getFeatureState(featureId); in getFeature()
210 FeatureState state = getFeatureState(featureId); in getFeature()
219 Boolean state = fFeatures.get(featureId); in getFeatureState()
292 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java118 String featureId = featureIds[i]; in addRecognizedFeatures() local
119 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
120 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
143 FeatureState checkState = checkFeature(featureId); in setFeature()
148 fFeatures.put(featureId, state); in setFeature()
199 public boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
211 FeatureState state = getFeatureState(featureId); in getFeature()
220 Boolean state = fFeatures.get(featureId); in getFeatureState()
293 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java119 String featureId = featureIds[i]; in addRecognizedFeatures() local
120 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
121 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
140 public void setFeature(String featureId, boolean state) in setFeature() argument
144 FeatureState checkState = checkFeature(featureId); in setFeature()
149 fFeatures.put(featureId, state); in setFeature()
199 public final boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
210 FeatureState state = getFeatureState(featureId); in getFeature()
288 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DParserConfigurationSettings.java119 String featureId = featureIds[i]; in addRecognizedFeatures() local
120 if (!fRecognizedFeatures.contains(featureId)) { in addRecognizedFeatures()
121 fRecognizedFeatures.add(featureId); in addRecognizedFeatures()
140 public void setFeature(String featureId, boolean state) in setFeature() argument
144 FeatureState checkState = checkFeature(featureId); in setFeature()
149 fFeatures.put(featureId, state); in setFeature()
199 public final boolean getFeature(String featureId) in getFeature() argument
202 FeatureState state = getFeatureState(featureId); in getFeature()
210 FeatureState state = getFeatureState(featureId); in getFeature()
288 protected FeatureState checkFeature(String featureId) in checkFeature() argument
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/nimbus/
H A DExperimentAPI.jsm317 featureId,
339 this.featureId = featureId;
408 ({ featureId }) => featureId === this.featureId
443 ({ featureId }) => featureId === this.featureId
474 featureId: this.featureId,
477 ({ featureId }) => featureId === this.featureId
503 f => f.featureId === this.featureId
521 featureId: this.featureId,
525 featureId: this.featureId,
532 featureId: this.featureId,
[all …]
/dports/math/R-cran-wk/wk/inst/include/wk/
H A Drcpp-coord-reader.hpp101 WKRcppPointCoordProvider(x, y, z, m), featureId(featureId), nSizes(-1) {} in WKRcppLinestringCoordProvider()
126 if (featureId.size() == 0) { in nFeatures()
137 if (this->featureId[i - 1] != this->featureId[i]) { in nFeatures()
152 Rcpp::IntegerVector featureId; member in WKRcppLinestringCoordProvider
165 WKRcppPointCoordProvider(x, y, z, m), featureId(featureId), ringId(ringId), nSizes(-1) {} in WKRcppPolygonCoordProvider()
206 if (featureId.size() == 0) { in nFeatures()
221 bool isFeatureTransition = this->featureId[i - 1] != this->featureId[i]; in nFeatures()
253 Rcpp::IntegerVector featureId; member in WKRcppPolygonCoordProvider
266 void readFeature(size_t featureId) { in readFeature() argument
281 void readFeature(size_t featureId) { in readFeature() argument
[all …]
/dports/graphics/R-cran-s2/s2/src/
H A Dwk-geography.h25 R_xlen_t featureId; variable
44 void nextFeatureStart(size_t featureId) { in nextFeatureStart() argument
46 this->featureId = featureId; in nextFeatureStart()
49 void nextNull(size_t featureId) { in nextNull() argument
50 this->output[featureId] = R_NilValue; in nextNull()
109 void nextFeatureEnd(size_t featureId) { in nextFeatureEnd() argument
123 this->output[featureId] = R_NilValue; in nextError()
129 this->nextFeatureEnd(featureId); in nextError()
139 problemId.push_back(this->featureId); in addProblem()
151 void readFeature(size_t featureId) { in readFeature() argument
[all …]

12345678910>>...45