Home
last modified time | relevance | path

Searched refs:KSubstOption (Results 1 – 20 of 20) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DCommand.java92 public static final KSubstOption KSUBST_BINARY = new KSubstOption("-kb"); //$NON-NLS-1$
93 public static final KSubstOption KSUBST_TEXT = new KSubstOption("-ko"); //$NON-NLS-1$
94 public static final KSubstOption KSUBST_TEXT_EXPAND = new KSubstOption("-kkv"); //$NON-NLS-1$
95 …public static final KSubstOption KSUBST_TEXT_EXPAND_LOCKER = new KSubstOption("-kkvl"); //$NON-NLS…
96 public static final KSubstOption KSUBST_TEXT_VALUES_ONLY = new KSubstOption("-kv"); //$NON-NLS-1$
97 public static final KSubstOption KSUBST_TEXT_KEYWORDS_ONLY = new KSubstOption("-kk"); //$NON-NLS-1$
590 private KSubstOption(String option) { in KSubstOption() method in Command.KSubstOption
604 public static KSubstOption fromMode(String mode) { in fromMode()
606 KSubstOption option = ksubstOptionMap.get(mode); in fromMode()
616 public static KSubstOption fromFile(IFile file) { in fromFile()
[all …]
H A DImportStructureVisitor.java24 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
111 if (mode != null) binary = KSubstOption.fromMode(mode).isBinary(); in visitFile()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/operations/
H A DAddOperation.java26 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
105 final Map /* from KSubstOption to Set */<KSubstOption, Set> files = new HashMap<>(); in add()
129 KSubstOption ksubst= getKSubstOption((IFile)resource); in add()
182 final KSubstOption ksubst = (KSubstOption) entry.getKey(); in add()
225 protected KSubstOption getKSubstOption(IFile file) { in getKSubstOption()
234 …return mode.intValue() == Team.BINARY ? Command.KSUBST_BINARY : KSubstOption.getDefaultTextMode();… in getKSubstOption()
236 return KSubstOption.fromFile(file); in getKSubstOption()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/
H A DModeWizard.java29 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
52 private final KSubstOption fMode;
54 private KSubstOption fNewMode;
56 public ModeChange(IFile file, KSubstOption mode) { in ModeChange()
66 public KSubstOption getMode() { in getMode()
70 public KSubstOption getNewMode() { in getNewMode()
78 public void setNewMode(KSubstOption mode) { in setNewMode()
145 final KSubstOption mode = info.getKeywordMode(); in getModeChanges()
H A DCommitWizardFileTypePage.java30 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
107 public KSubstOption getOption(IFile file) throws CVSException { in getOption()
113 return element.mode == Team.TEXT ? KSubstOption.getDefaultTextMode() : Command.KSUBST_BINARY; in getOption()
121 return item.mode == Team.TEXT ? KSubstOption.getDefaultTextMode() : Command.KSUBST_BINARY; in getOption()
127 return fileInfo != null ? fileInfo.getKeywordMode() : KSubstOption.fromFile(file); in getOption()
H A DModeWizardSelectionPage.java35 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
65 final KSubstOption mode= ((ModeChange)element).getNewMode(); in getValue()
397 final KSubstOption mode= MODES[fCombo.getSelectionIndex()]; in widgetSelected()
415 final KSubstOption option= ((ModeChange)selection.getFirstElement()).getNewMode(); in update()
522 change.setNewMode(KSubstOption.fromFile(change.getFile())); in widgetSelected()
692 protected static final KSubstOption [] MODES;
698 MODES= KSubstOption.getAllKSubstOptions();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/
H A DCVSPreferencesPage.java36 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
312 final KSubstOption[] options = KSubstOption.getAllKSubstOptions(); in CVSPreferencesPage()
313 final ArrayList<KSubstOption> KSUBST_MODES= new ArrayList<>(); in CVSPreferencesPage()
314 for (KSubstOption option : options) { in CVSPreferencesPage()
329 KSubstOption mod = (KSubstOption) iter.next(); in CVSPreferencesPage()
617 KSubstOption oldKSubst = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in performOk()
618 KSubstOption newKSubst = KSubstOption.fromMode(store.getString(ICVSUIConstants.PREF_TEXT_KSUBST)); in performOk()
H A DCVSLightweightDecorator.java32 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
365 KSubstOption option = KSubstOption.fromFile(resource); in extractFileProperties()
H A DCVSUIPlugin.java44 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
663 …CVSProviderPlugin.getPlugin().setDefaultTextKSubstOption(KSubstOption.fromMode(store.getString(ICV… in initializeDefaultPluginPreferences()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/listeners/
H A DAdminKSubstListener.java21 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
39 private KSubstOption ksubstMode;
41 public AdminKSubstListener(KSubstOption ksubstMode) { in AdminKSubstListener()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/syncinfo/
H A DMutableResourceSyncInfo.java21 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
95 public void setKeywordMode(KSubstOption keywordMode) { in setKeywordMode()
H A DResourceSyncInfo.java24 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
98 protected KSubstOption keywordMode;
283 public KSubstOption getKeywordMode() { in getKeywordMode()
443 keywordMode = KSubstOption.fromMode(strings[4]); in setEntryLine()
545 public static KSubstOption getKeywordMode(byte[] syncBytes) throws CVSException { in getKeywordMode()
550 return KSubstOption.fromMode(mode); in getKeywordMode()
564 public static byte[] setKeywordMode(byte[] syncBytes, KSubstOption mode) throws CVSException { in setKeywordMode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/subscriber/
H A DCVSCompareSubscriberTest.java28 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
130 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryAddition()
156 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryMarkAsMerged()
H A DCVSMergeSubscriberTest.java32 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
661 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryAddition()
686 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryMarkAsMerged()
H A DCVSWorkspaceSubscriberTest.java48 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
1401 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryAddition()
1422 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryMarkAsMerged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/
H A DCVSProviderPlugin.java32 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
66 public static final KSubstOption DEFAULT_TEXT_KSUBST_OPTION = Command.KSUBST_TEXT_EXPAND;
78 private KSubstOption defaultTextKSubstOption = DEFAULT_TEXT_KSUBST_OPTION;
224 public void setDefaultTextKSubstOption(KSubstOption ksubst) { in setDefaultTextKSubstOption()
232 public KSubstOption getDefaultTextKSubstOption() { in getDefaultTextKSubstOption()
H A DCVSTeamProvider.java30 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
309 KSubstOption toKSubst1 = (KSubstOption) entry1.getValue(); in setKeywordSubstitution()
318 KSubstOption fromKSubst = ResourceSyncInfo.getKeywordMode(syncBytes); in setKeywordSubstitution()
392 final KSubstOption toKSubst2 = (KSubstOption) entry2.getKey(); in setKeywordSubstitution()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/
H A DCVSProviderTest.java43 import org.eclipse.team.internal.ccvs.core.client.Command.KSubstOption;
374 private void testKeywordSubstitution(KSubstOption ksubst) throws TeamException, CoreException { in testKeywordSubstitution()
389 Map<IFile, KSubstOption> map = new HashMap<>(); in testKeywordSubstitution()
432 KSubstOption ksubst = Command.KSUBST_TEXT; in testKeywordSubsBinToText()
437 Map<IFile, KSubstOption> map = new HashMap<>(); in testKeywordSubsBinToText()
465 …public static void assertHasKSubstOption(IContainer container, String filename, KSubstOption ksubs… in assertHasKSubstOption()
518 Map<IFile, KSubstOption> kMode = new HashMap<>(); in test33984CannotCommitAfterConflictsMergedLocally()
631 KSubstOption option = CVSProviderPlugin.getPlugin().getDefaultTextKSubstOption(); in testBinaryAddition()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/resources/
H A DRemoteFile.java137 …eFolder parent, int workspaceSyncState, String name, String revision, KSubstOption keywordMode, CV… in RemoteFile()
141 …private static byte[] getSyncBytes(String name, String revision, KSubstOption keywordMode, CVSTag … in getSyncBytes()
149 keywordMode = KSubstOption.fromMode(""); //$NON-NLS-1$ in getSyncBytes()
310 private KSubstOption getKeywordMode() { in getKeywordMode()
315 return KSubstOption.getDefaultTextMode(); in getKeywordMode()
H A DRemoteFolderTreeBuilder.java355 private Command.KSubstOption getKeywordMode(ICVSFile file) throws CVSException { in getKeywordMode()