Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRenamingNameSuggestor.java203 Assert.isNotNull(oldTypeName); in suggestNewMethodName()
206 Assert.isTrue(oldTypeName.length() > 0); in suggestNewMethodName()
211 return match(oldTypeName, newTypeName, oldMethodName); in suggestNewMethodName()
219 Assert.isNotNull(oldTypeName); in suggestNewVariableName()
222 Assert.isTrue(oldTypeName.length() > 0); in suggestNewVariableName()
237 String oldType= oldTypeName; in match()
278 String oldTN= getFirstUpperRestLowerCased(oldTypeName); in exactMatch()
288 if (strippedVariableName.equals(oldTypeName)) in exactDirectMatch()
291 if (strippedVariableName.equals(getLowerCased(oldTypeName))) in exactDirectMatch()
301 final String lowerCaseOldTypeName= oldTypeName.toLowerCase(); in embeddedMatch()
[all …]
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-config/
H A Dconfiguration.cpp58 auto oldTypeName = descConfigPtr->valueByPath("Type"); in dumpDescriptionImpl() local
61 if (oldTypeName && in dumpDescriptionImpl()
62 stringutils::endsWith(*oldTypeName, subTypeName)) { in dumpDescriptionImpl()
63 auto newTypeName = oldTypeName->substr( in dumpDescriptionImpl()
64 0, oldTypeName->size() - subTypeName.size()); in dumpDescriptionImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DRenamingNameSuggestorTests.java28 private String fHelper(String oldFieldName, String oldTypeName, String newTypeName) { in fHelper() argument
29 …return fSuggestor.suggestNewVariableName(fPrefixes, fSuffixes, oldFieldName, oldTypeName, newTypeN… in fHelper()
32 private String mHelper(String oldFieldName, String oldTypeName, String newTypeName) { in mHelper() argument
33 return fSuggestor.suggestNewMethodName(oldFieldName, oldTypeName, newTypeName); in mHelper()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DUITypeEditors.cs83 string oldTypeName = value as string; in EditValue()
85oldTypeName = typeDescriptorContext.PropertyDescriptor.Converter.ConvertTo(typeDescriptorContext, … in EditValue()
87 …g = new TypeBrowserDialog(serviceProvider, typeFilterProvider as ITypeFilterProvider, oldTypeName)) in EditValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/
H A DCorrectMainTypeNameProposal.java55 …peNameProposal(ICompilationUnit cu, IInvocationContext context, String oldTypeName, String newType… in CorrectMainTypeNameProposal() argument
62 fOldName= oldTypeName; in CorrectMainTypeNameProposal()
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dast_block_test.go141 oldTypeName string
177 …t.Run(fmt.Sprintf("%s %s %s in %s", test.oldTypeName, test.newTypeName, test.labels, test.src), fu…
186 b := f.Body().FirstMatchingBlock(test.oldTypeName, test.labels)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dast_block_test.go141 oldTypeName string
177 …t.Run(fmt.Sprintf("%s %s %s in %s", test.oldTypeName, test.newTypeName, test.labels, test.src), fu…
186 b := f.Body().FirstMatchingBlock(test.oldTypeName, test.labels)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/hcl/v2/hclwrite/
H A Dast_block_test.go141 oldTypeName string
177 …t.Run(fmt.Sprintf("%s %s %s in %s", test.oldTypeName, test.newTypeName, test.labels, test.src), fu…
186 b := f.Body().FirstMatchingBlock(test.oldTypeName, test.labels)
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/
H A DTraverseSchema.hpp677 void getRedefineNewTypeName(const XMLCh* const oldTypeName,
890 inline void TraverseSchema::getRedefineNewTypeName(const XMLCh* const oldTypeName, in getRedefineNewTypeName() argument
894 newTypeName.set(oldTypeName); in getRedefineNewTypeName()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/
H A DTraverseSchema.hpp677 void getRedefineNewTypeName(const XMLCh* const oldTypeName,
890 inline void TraverseSchema::getRedefineNewTypeName(const XMLCh* const oldTypeName, in getRedefineNewTypeName() argument
894 newTypeName.set(oldTypeName); in getRedefineNewTypeName()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DObject.cpp547 renameType(const std::string& oldTypeName, const std::string& newTypeName) in renameType() argument
549 if(oldTypeName == newTypeName) in renameType()
558 + oldTypeName + " to " + newTypeName + " which is unregistered.", in renameType()
561 _renamedTypesMap[oldTypeName] = newTypeName; in renameType()
H A DObject.h418 static void renameType(const std::string& oldTypeName,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DCopyResourceElementsOperation.java716 String oldTypeName= Util.getNameWithoutJavaLikeExtension(oldName); in updateTypeName() local
723 if (currentType.getElementName().equals(oldTypeName)) { in updateTypeName()
736 if (methodName.getIdentifier().equals(oldTypeName)) { in updateTypeName()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/
H A DCopyResourceElementsOperation.java719 String oldTypeName = oldName.substring(0, oldName.length() - 5); in updateTypeName() local
725 if (currentType.getElementName().equals(oldTypeName)) { in updateTypeName()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/
H A DIncrementalImageBuilder.java905 char[] oldTypeName = oldFilePath.removeFileExtension().lastSegment().toCharArray(); in writeClassFileContents()
909 fromSameFile = CharOperation.equals(compilationUnit.getMainTypeName(), oldTypeName); in writeClassFileContents()
912 if (CharOperation.equals(previousTypeNames[i], oldTypeName)) { in writeClassFileContents()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/java/org/opengrok/indexer/index/
H A DIndexDatabase.java1808 String oldTypeName = doc.get(QueryBuilder.TYPE); in checkSettings() local
1809 if (!fileTypeName.equals(oldTypeName)) { in checkSettings()
1812 new Object[]{oldTypeName, fileTypeName, path}); in checkSettings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DChangeSignatureProcessor.java2803 String oldTypeName= tokenizer.nextToken(); in initialize()
2818 info= new ParameterInfo(oldTypeName, oldName, index); in initialize()