Home
last modified time | relevance | path

Searched refs:getAttributeType (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/dports/graphics/openjump/OpenJUMP-1.16-r6669-PLUS/lib/ext/BeanTools/
H A D3-Populate.bsh39 … if (fs.getAttributeType(j) == AttributeType.STRING) feature.setAttribute(j, randomString(12));
40 …else if (fs.getAttributeType(j) == AttributeType.INTEGER) feature.setAttribute(j, (int)(1000000000…
41 … else if (fs.getAttributeType(j) == AttributeType.DOUBLE) feature.setAttribute(j, Math.random());
42 … else if (fs.getAttributeType(j) == AttributeType.DATE) feature.setAttribute(j, new Date());
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/viewcreator/
H A Dmultibitmapcontrolcreator.h22 static IViewCreator::AttrType getAttributeType (const string& attributeName);
34 AttrType getAttributeType (const string& attributeName) const override in getAttributeType() function
36 return IMultiBitmapControlCreator::getAttributeType (attributeName); in getAttributeType()
H A Danimknobcreator.cpp75 auto AnimKnobCreator::getAttributeType (const string& attributeName) const -> AttrType
79 auto res = KnobBaseCreator::getAttributeType (attributeName);
82 return IMultiBitmapControlCreator::getAttributeType (attributeName);
H A Dknobcreator.h19 AttrType getAttributeType (const string& attributeName) const override;
36 AttrType getAttributeType (const string& attributeName) const override;
H A Dsliderviewcreator.h19 AttrType getAttributeType (const string& attributeName) const override;
42 AttrType getAttributeType (const string& attributeName) const override;
H A Dswitchcreators.cpp26 auto SwitchBaseCreator::getAttributeType (const string& attributeName) const -> AttrType in getAttributeType() function in VSTGUI::UIViewCreator::SwitchBaseCreator
30 return IMultiBitmapControlCreator::getAttributeType (attributeName); in getAttributeType()
/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfSaveProjectTypes.cpp67 myXMLFile.writeAttribute(i->second->getAttributeType().getName(), sMode); in generateXMLFile()
71 generateXMLFile(myXMLFile, i->second->getAttributeType(), listForAvoidingCycles); in generateXMLFile()
88 myXMLFile.writeAttribute(i->second->getAttributeType().getName(), sMode); in generateXMLFile()
97 generateXMLFile(myXMLFile, i->second->getAttributeType(), listForAvoidingCycles); in generateXMLFile()
H A DDtaAttributeType.cpp47 DtaAttributeType* DtaAttributeType::getAttributeType(const std::string& sName) { in getAttributeType() function in CodeWorker::DtaAttributeType
78 DtaAttributeType* pType = getAttributeType(sKey); in insertElement()
94 DtaAttributeType* pType = getAttributeType(sKey); in insertAttribute()
H A DDtaAttributeType.h40 inline DtaAttributeType& getAttributeType() const { return *_pAttributeType; } in getAttributeType() function
67 static DtaAttributeType* getAttributeType(const std::string& sName);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_type_policy_factory.h54 String getAttributeType(const String& tagName,
56 String getAttributeType(const String& tagName,
59 String getAttributeType(const String& tagName,
H A Dtrusted_type_policy_factory.cc216 String TrustedTypePolicyFactory::getAttributeType( in getAttributeType() function in blink::TrustedTypePolicyFactory
231 String TrustedTypePolicyFactory::getAttributeType( in getAttributeType() function in blink::TrustedTypePolicyFactory
234 return getAttributeType(tagName, attributeName, String(), String()); in getAttributeType()
237 String TrustedTypePolicyFactory::getAttributeType(const String& tagName, in getAttributeType() function in blink::TrustedTypePolicyFactory
240 return getAttributeType(tagName, attributeName, tagNS, String()); in getAttributeType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_type_policy_factory.h56 String getAttributeType(const String& tagName,
58 String getAttributeType(const String& tagName,
61 String getAttributeType(const String& tagName,
H A Dtrusted_type_policy_factory.cc232 String TrustedTypePolicyFactory::getAttributeType( in getAttributeType() function in blink::TrustedTypePolicyFactory
247 String TrustedTypePolicyFactory::getAttributeType( in getAttributeType() function in blink::TrustedTypePolicyFactory
250 return getAttributeType(tagName, attributeName, String(), String()); in getAttributeType()
253 String TrustedTypePolicyFactory::getAttributeType(const String& tagName, in getAttributeType() function in blink::TrustedTypePolicyFactory
256 return getAttributeType(tagName, attributeName, tagNS, String()); in getAttributeType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/tabs/
H A DEAttributeEditingSupport.java54 switch (getAttributeType(element, attName)) { in getCellEditor()
71 static public ATT_TYPE getAttributeType(Object element, String attName) { in getAttributeType() method in EAttributeEditingSupport
110 switch (getAttributeType(element, attName)) { in getValue()
138 switch (getAttributeType(element, attName)) { in setValue()
/dports/www/wsdlpull/wsdlpull-1.24/src/schemaparser/
H A DComplexType.h55 int getAttributeType(int index);
125 ComplexType::getAttributeType(int index) in getAttributeType() function
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/
H A Diviewcreator.h52 virtual AttrType getAttributeType (const string& attributeName) const = 0;
77 AttrType getAttributeType (const string& attributeName) const override { return kUnknownType; } in getAttributeType() function
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/
H A Diviewcreator.h46 virtual AttrType getAttributeType (const std::string& attributeName) const = 0;
64 …AttrType getAttributeType (const std::string& attributeName) const override { return kUnknownType;… in getAttributeType() function
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/trusted-types/
H A DTrustedTypePolicyFactory-getPropertyType.tentative.html.ini29 [sanity check trustedTypes.getAttributeType.]
50 [getAttributeType tests adapted from WICG/trusted-types polyfill]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/trusted-types/
H A DTrustedTypePolicyFactory-getPropertyType.tentative.html.ini29 [sanity check trustedTypes.getAttributeType.]
50 [getAttributeType tests adapted from WICG/trusted-types polyfill]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/trusted-types/
H A DTrustedTypePolicyFactory-getPropertyType.tentative.html.ini29 [sanity check trustedTypes.getAttributeType.]
50 [getAttributeType tests adapted from WICG/trusted-types polyfill]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/trusted-types/
H A DTrustedTypePolicyFactory-getPropertyType.tentative.html.ini29 [sanity check trustedTypes.getAttributeType.]
50 [getAttributeType tests adapted from WICG/trusted-types polyfill]
/dports/biology/ugene/ugene-40.1/src/plugins/workflow_designer/src/
H A DActorCfgModel.cpp90 DataTypePtr attributeType = attribute->getAttributeType(); in setupAttributesScripts()
186 …if (currentAttribute->getAttributeType() != BaseTypes::STRING_TYPE() && currentAttribute->getAttri… in flags()
301 …if (currentAttribute->getAttributeType() != BaseTypes::STRING_TYPE() && currentAttribute->getAttri… in data()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DOSInfo.java72 attributeMap.put(attr.getAttributeType().getTypeID(), attr.getValueString()); in OSInfo()
110 attributeMap.put(attr.getAttributeType().getTypeID(), attr.getValueString()); in OSInfo()
H A DBlackboard.java145 return caseDb.getAttributeType(typeName); in getOrAddAttributeType()
321 BlackboardAttribute.Type attributeType = fileAttribute.getAttributeType(); in attributesMatch()
323 if (attributeType.getTypeID() != expectedAttribute.getAttributeType().getTypeID()) { in attributesMatch()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Validation/Concerns/
H A DFormatsMessages.php78 ? $inlineEntry[$this->getAttributeType($attribute)]
175 $type = $this->getAttributeType($attribute);
188 protected function getAttributeType($attribute) function

12345678910>>...19