Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/filemanager/
H A Dmoveobjectvisitor.cpp43 const PropertyName &targetPropertyName, in Inserter() argument
49 targetPropertyName(targetPropertyName), in Inserter()
81 if (targetPropertyName.isEmpty()) { in insertInto()
104 if (toString(arrayBinding->qualifiedId) == QString::fromUtf8(targetPropertyName)) { in insertInto()
114 …tMemberList *insertAfter = searchMemberToInsertAfter(ast->members, targetPropertyName, propertyOrd… in insertInto()
115 …moveInfo.prefixToInsert = QStringLiteral("\n") + QString::fromUtf8(targetPropertyName) + (targetIs… in insertInto()
149 PropertyName targetPropertyName; member in QmlDesigner::Internal::Inserter
157 const PropertyName &targetPropertyName, in MoveObjectVisitor() argument
163 targetPropertyName(targetPropertyName), in MoveObjectVisitor()
284 targetPropertyName, in doMove()
H A Dmoveobjectvisitor.h38 const QmlDesigner::PropertyName &targetPropertyName,
56 PropertyName targetPropertyName; variable
H A Dqmlrefactoring.cpp142 bool QmlRefactoring::moveObject(int objectLocation, const PropertyName &targetPropertyName, bool ta… in moveObject() argument
147 …MoveObjectVisitor visit(*textModifier, objectLocation, targetPropertyName, targetIsArrayBinding, (… in moveObject()
H A Dqmlrefactoring.h65 …bool moveObject(int objectLocation, const PropertyName &targetPropertyName, bool targetIsArray, in…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/extbase/Classes/Property/
H A DPropertyMapper.php170 $targetPropertyName = $configuration->getTargetPropertyName($sourcePropertyName);
171 if ($configuration->shouldSkip($targetPropertyName)) {
175 if (!$configuration->shouldMap($targetPropertyName)) {
179 … map property "' . $targetPropertyName . '". You need to use $propertyMappingConfiguration->allowP…
182 …ropertyType = $typeConverter->getTypeOfChildProperty($targetType, $targetPropertyName, $configurat…
184 $subConfiguration = $configuration->getConfigurationFor($targetPropertyName);
186 $currentPropertyPath[] = $targetPropertyName;
190 $convertedChildProperties[$targetPropertyName] = $targetPropertyValue;
H A DPropertyMappingConfiguration.php264 * @param string $targetPropertyName
267 public function setMapping($sourcePropertyName, $targetPropertyName) argument
269 $this->mapping[$sourcePropertyName] = $targetPropertyName;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/extbase/Classes/Property/
H A DPropertyMapper.php181 $targetPropertyName = $configuration->getTargetPropertyName($sourcePropertyName);
182 if ($configuration->shouldSkip($targetPropertyName)) {
186 if (!$configuration->shouldMap($targetPropertyName)) {
190 … map property "' . $targetPropertyName . '". You need to use $propertyMappingConfiguration->allowP…
193 …ropertyType = $typeConverter->getTypeOfChildProperty($targetType, $targetPropertyName, $configurat…
195 $subConfiguration = $configuration->getConfigurationFor($targetPropertyName);
197 $currentPropertyPath[] = $targetPropertyName;
201 $convertedChildProperties[$targetPropertyName] = $targetPropertyValue;
H A DPropertyMappingConfiguration.php265 * @param string $targetPropertyName
268 public function setMapping($sourcePropertyName, $targetPropertyName) argument
270 $this->mapping[$sourcePropertyName] = $targetPropertyName;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/extbase/Classes/Property/
H A DPropertyMapper.php182 $targetPropertyName = $configuration->getTargetPropertyName($sourcePropertyName);
183 if ($configuration->shouldSkip($targetPropertyName)) {
187 if (!$configuration->shouldMap($targetPropertyName)) {
191 … map property "' . $targetPropertyName . '". You need to use $propertyMappingConfiguration->allowP…
194 …ropertyType = $typeConverter->getTypeOfChildProperty($targetType, $targetPropertyName, $configurat…
196 $subConfiguration = $configuration->getConfigurationFor($targetPropertyName);
198 $currentPropertyPath[] = $targetPropertyName;
202 $convertedChildProperties[$targetPropertyName] = $targetPropertyValue;
H A DPropertyMappingConfiguration.php265 * @param string $targetPropertyName
268 public function setMapping($sourcePropertyName, $targetPropertyName) argument
270 $this->mapping[$sourcePropertyName] = $targetPropertyName;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DCodeDOMUtility.cs228 CodeExpression target, string targetPropertyName, Type destinationType, in CreatePropertySetStatements() argument
255 if (targetPropertyName.Equals("Style", StringComparison.Ordinal)) { in CreatePropertySetStatements()
256 targetPropertyName = "style"; in CreatePropertySetStatements()
261 methodInvoke.Parameters.Add(new CodePrimitiveExpression(targetPropertyName)); in CreatePropertySetStatements()
275 BuildPropertyReferenceExpression(target, targetPropertyName), in CreatePropertySetStatements()
293 BuildPropertyReferenceExpression(target, targetPropertyName), in CreatePropertySetStatements()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Drewriteaction.cpp308 PropertyName targetPropertyName; in execute() local
310 targetPropertyName = m_targetProperty.name(); in execute()
312 …result = refactoring.moveObject(nodeLocation, targetPropertyName, isArrayBinding, targetParentObje… in execute()
316 << targetPropertyName << ',' in execute()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/connectioneditor/
H A Dbindingmodel.cpp119 …const QString targetPropertyName = data(index(rowNumber, TargetModelNodeRow), Qt::UserRole + 2).to… in bindingPropertyForRow() local
124 return modelNode.bindingProperty(targetPropertyName.toLatin1()); in bindingPropertyForRow()
296 QString targetPropertyName = QString::fromUtf8(bindingProperty.name()); in updateBindingProperty() local
297 updateDisplayRole(rowNumber, TargetPropertyNameRow, targetPropertyName); in updateBindingProperty()
H A Ddynamicpropertiesmodel.cpp299 …const QString targetPropertyName = data(index(rowNumber, TargetModelNodeRow), Qt::UserRole + 2).to… in abstractPropertyForRow() local
304 return modelNode.property(targetPropertyName.toUtf8()); in abstractPropertyForRow()
312 …const QString targetPropertyName = data(index(rowNumber, TargetModelNodeRow), Qt::UserRole + 2).to… in bindingPropertyForRow() local
317 return modelNode.bindingProperty(targetPropertyName.toUtf8()); in bindingPropertyForRow()
325 …const QString targetPropertyName = data(index(rowNumber, TargetModelNodeRow), Qt::UserRole + 2).to… in variantPropertyForRow() local
330 return modelNode.variantProperty(targetPropertyName.toUtf8()); in variantPropertyForRow()
H A Dconnectionmodel.cpp119 …const QString targetPropertyName = data(index(rowNumber, TargetModelNodeRow), UserRoles::TargetPro… in signalHandlerPropertyForRow() local
123 return modelNode.signalHandlerProperty(targetPropertyName.toUtf8()); in signalHandlerPropertyForRow()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/navigator/
H A Dnavigatortreemodel.cpp501 PropertyName targetPropertyName; local
513 targetPropertyName = targetNode.metaInfo().defaultPropertyName();
515 targetPropertyName = propertyName;
523 *targetProperty = targetNode.nodeAbstractProperty(targetPropertyName);
645 const QString targetPropertyName = hints.forceNonDefaultProperty(); in handleItemLibraryItemDrop() local
647 …argetProperty(rowModelIndex, this, &targetProperty, &targetRowNumber, targetPropertyName.toUtf8()); in handleItemLibraryItemDrop()
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/VisualEditor/lib/ve/lib/oojs-ui/
H A DHistory.md2776 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/oojs/oojs-ui/
H A DHistory.md2931 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki135/mediawiki-1.35.5/resources/lib/ooui/
H A DHistory.md2776 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/oojs/oojs-ui/
H A DHistory.md2776 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/VisualEditor/lib/ve/lib/oojs-ui/
H A DHistory.md2931 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki136/mediawiki-1.36.3/resources/lib/ooui/
H A DHistory.md2931 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/oojs/oojs-ui/
H A DHistory.md2983 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki137/mediawiki-1.37.1/resources/lib/ooui/
H A DHistory.md2983 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/VisualEditor/lib/ve/lib/oojs-ui/
H A DHistory.md2983 * GroupElement::$targetPropertyName: Remove, no longer needed (Kunal Mehta)