/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/ |
H A D | XDCAMSAM_Handler.cpp | 410 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 D | XDCAMFAM_Handler.cpp | 659 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 D | navigatortreemodel.h | 127 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 D | navigatortreemodel.cpp | 984 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 D | proxy.go | 461 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 D | proxy.go | 461 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 D | qqmlcomponent.cpp | 1023 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 D | qqmlcomponent.cpp | 1023 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 D | at.js.map | 7 "names":["define","kernel","lang","sync","experimental","at","target","targetProp","atsignature","b…
|
H A D | Bind.js.map | 7 …rray","mvc","getObject","mixin","bind","source","sourceProp","target","targetProp","func","bindOnl…
|
H A D | StatefulSeries.js.map | 7 …edRender","_handles","data","map","item","idx","atsignature","target","targetProp","isString","Err…
|
H A D | computed.js.map | 7 …s","remove","getProps","list","map","p","each","target","entry","get","targetProp","removeHandles"…
|
H A D | sync.js.map | 7 …","convertFunc","constraints","equals","source","sourceProp","target","targetProp","old","current"…
|
H A D | _atBindingMixin.js.map | 7 …,"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 D | popover.tsx | 412 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 D | es31fProgramInterfaceQueryTests.cpp | 3433 …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 D | nbdime.js.map | 1 …targetProp","targetChild","contentChild","defaultIsOpen","flip","preventOverflow","arrowOffset","b…
|