Home
last modified time | relevance | path

Searched refs:targetProp (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DXDCAMSAM_Handler.cpp410 XML_NodePtr targetProp = rootElem->GetNamedElement ( nameSpace, "TargetMaterial" ); in GetClipUmid() local
411 if ( (targetProp != 0) && targetProp->IsEmptyLeafNode() ) { in GetClipUmid()
412 XMP_StringPtr umidValue = targetProp->GetAttrValue ( "umidRef" ); in GetClipUmid()
H A DXDCAMFAM_Handler.cpp659 XML_NodePtr targetProp = rootElem->GetNamedElement ( nameSpace, "TargetMaterial" ); in GetClipUmid() local
660 if ( (targetProp != 0) && targetProp->IsEmptyLeafNode() ) { in GetClipUmid()
661 XMP_StringPtr umidValue = targetProp->GetAttrValue ( "umidRef" ); in GetClipUmid()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dnavigatortreemodel.h127 bool dropAsImage3dTexture(const ModelNode &targetNode, const NodeAbstractProperty &targetProp, in QT_FORWARD_DECLARE_CLASS()
129 ModelNode createTextureNode(const NodeAbstractProperty &targetProp, const QString &imagePath); in QT_FORWARD_DECLARE_CLASS()
H A Dnavigatortreemodel.cpp984 const NodeAbstractProperty &targetProp, in dropAsImage3dTexture() argument
998 newNode = createTextureNode(targetProp, imagePath); in dropAsImage3dTexture()
1011 NodeAbstractProperty parentProp = targetProp.parentProperty(); in dropAsImage3dTexture()
1028 ModelNode NavigatorTreeModel::createTextureNode(const NodeAbstractProperty &targetProp, in createTextureNode() argument
1031 if (targetProp.isValid()) { in createTextureNode()
1045 targetProp, false); in createTextureNode()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dproxy.go461 func (p *proxyObject) proxyHasChecks(targetProp Value, target *Object, name fmt.Stringer) {
462 targetDesc := propToValueProp(targetProp)
521 func (p *proxyObject) proxyGetOwnPropertyDescriptor(targetProp Value, target *Object, trapResult Va…
523 targetDesc := propToValueProp(targetProp)
599 func (p *proxyObject) proxyGetChecks(targetProp, trapResult Value, name fmt.Stringer) {
600 if targetDesc, ok := targetProp.(*valueProperty); ok {
657 func (p *proxyObject) proxySetPostCheck(targetProp, value Value, name fmt.Stringer) {
658 if prop, ok := targetProp.(*valueProperty); ok {
729 func (p *proxyObject) proxyDeleteCheck(trapResult bool, targetProp Value, name fmt.Stringer, target…
731 if targetProp == nil {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dproxy.go461 func (p *proxyObject) proxyHasChecks(targetProp Value, target *Object, name fmt.Stringer) {
462 targetDesc := propToValueProp(targetProp)
521 func (p *proxyObject) proxyGetOwnPropertyDescriptor(targetProp Value, target *Object, trapResult Va…
523 targetDesc := propToValueProp(targetProp)
599 func (p *proxyObject) proxyGetChecks(targetProp, trapResult Value, name fmt.Stringer) {
600 if targetDesc, ok := targetProp.(*valueProperty); ok {
657 func (p *proxyObject) proxySetPostCheck(targetProp, value Value, name fmt.Stringer) {
658 if prop, ok := targetProp.(*valueProperty); ok {
729 func (p *proxyObject) proxyDeleteCheck(trapResult bool, targetProp Value, name fmt.Stringer, target…
731 if targetProp == nil {
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcomponent.cpp1023 auto targetProp = &privProp->core; in removePropertyFromRequired() local
1024 if (targetProp->isAlias()) { in removePropertyFromRequired()
1026 QQmlPropertyIndex originalIndex(targetProp->coreIndex()); in removePropertyFromRequired()
1031 targetProp = data->propertyCache->property(propIndex.coreIndex()); in removePropertyFromRequired()
1037 targetProp = data->propertyCache->property(targetProp->coreIndex()); in removePropertyFromRequired()
1039 auto it = requiredProperties.find(targetProp); in removePropertyFromRequired()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlcomponent.cpp1023 auto targetProp = &privProp->core; in removePropertyFromRequired() local
1024 if (targetProp->isAlias()) { in removePropertyFromRequired()
1026 QQmlPropertyIndex originalIndex(targetProp->coreIndex()); in removePropertyFromRequired()
1031 targetProp = data->propertyCache->property(propIndex.coreIndex()); in removePropertyFromRequired()
1037 targetProp = data->propertyCache->property(targetProp->coreIndex()); in removePropertyFromRequired()
1039 auto it = requiredProperties.find(targetProp); in removePropertyFromRequired()
/dports/www/dojo/dojo-release-1.12.2/dojox/mvc/
H A Dat.js.map7 "names":["define","kernel","lang","sync","experimental","at","target","targetProp","atsignature","b…
H A DBind.js.map7 …rray","mvc","getObject","mixin","bind","source","sourceProp","target","targetProp","func","bindOnl…
H A DStatefulSeries.js.map7 …edRender","_handles","data","map","item","idx","atsignature","target","targetProp","isString","Err…
H A Dcomputed.js.map7 …s","remove","getProps","list","map","p","each","target","entry","get","targetProp","removeHandles"…
H A Dsync.js.map7 …","convertFunc","constraints","equals","source","sourceProp","target","targetProp","old","current"…
H A D_atBindingMixin.js.map7 …,"pt","constructor","prototype","bind","source","sourceProp","target","targetProp","options","reso…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/src/components/popover/
H A Dpopover.tsx412 const { children, content: contentProp, target: targetProp } = this.props;
417 target: targetChild == null ? targetProp : targetChild,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp3433 …onst targetGroup, ProgramInterface interface, ProgramResourcePropFlags targetProp, glu::DataType d… in generateBufferBackedVariableAggregateTypeCases() argument
3438 …eTestCase(context, variable, ProgramResourceQueryTestTarget(interface, targetProp), ("var" + nameS… in generateBufferBackedVariableAggregateTypeCases()
3445 …iableAggregateTypeCases(context, structMember, targetGroup, interface, targetProp, dataType, "_str… in generateBufferBackedVariableAggregateTypeCases()
3452 …iableAggregateTypeCases(context, arrayElement, targetGroup, interface, targetProp, dataType, "_arr… in generateBufferBackedVariableAggregateTypeCases()
6462 …cture, tcu::TestCaseGroup* const targetGroup, ProgramResourcePropFlags targetProp, bool sizedArray… in generateBufferVariableArraySizeSubCases() argument
6464 const ProgramResourceQueryTestTarget queryTarget (PROGRAMINTERFACE_BUFFER_VARIABLE, targetProp); in generateBufferVariableArraySizeSubCases()
6613 …::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramResourcePropFlags targetProp) in generateBufferVariableMatrixVariableBasicTypeCases() argument
6635 …(context, variable, ProgramResourceQueryTestTarget(PROGRAMINTERFACE_BUFFER_VARIABLE, targetProp))); in generateBufferVariableMatrixVariableBasicTypeCases()
6639 …::SharedPtr& parentStructure, tcu::TestCaseGroup* targetGroup, ProgramResourcePropFlags targetProp) in generateBufferVariableMatrixVariableCases() argument
6642 …ntext, parentStructure, targetGroup, PROGRAMINTERFACE_BUFFER_VARIABLE, targetProp, glu::TYPE_FLOAT… in generateBufferVariableMatrixVariableCases()
[all …]
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/webapp/static/
H A Dnbdime.js.map1targetProp","targetChild","contentChild","defaultIsOpen","flip","preventOverflow","arrowOffset","b…