Home
last modified time | relevance | path

Searched refs:IGNORE_LABEL (Results 1 – 4 of 4) sorted by relevance

/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/analysis/
H A Dsimilar_subtree_analysis.hh35 IGNORE_LABEL, enumerator
H A Dsimilar_subtree_analysis.cpp247 auto label_opt = LabelOption::IGNORE_LABEL; in runIdenticalSubtrees()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/dialogs/
H A DIDialogConstants.java280 String IGNORE_LABEL = JFaceResources.getString(IDialogLabelKeys.IGNORE_LABEL_KEY); field
H A DMessageDialogWithToggle.java779 if (IDialogConstants.IGNORE_LABEL.equals(buttonLabel)) { in mapButtonLabelToButtonID()