Home
last modified time | relevance | path

Searched refs:existingLabel (Results 1 – 15 of 15) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DFileChooserTextBox.java56 public FileChooserTextBox(FormLabel existingLabel, in FileChooserTextBox() argument
63 this(null, existingLabel, emptyLabel, uniqueId, buttonDisabled, focusAfter, onChosen); in FileChooserTextBox()
67 FormLabel existingLabel, in FileChooserTextBox() argument
74 super(label, existingLabel, emptyLabel, "Browse...", in FileChooserTextBox()
H A DTextBoxWithButton.java66 public TextBoxWithButton(FormLabel existingLabel, in TextBoxWithButton() argument
73 this(null, existingLabel, emptyLabel, action, null, uniqueId, readOnly, false, handler); in TextBoxWithButton()
77 FormLabel existingLabel, in TextBoxWithButton() argument
126 … assert existingLabel == null : "Invalid usage, cannot provide both label and existingLabel"; in TextBoxWithButton()
145 lblCaption_ = existingLabel; in TextBoxWithButton()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlLabelList.cs57 CodeLabel existingLabel = LabelManager.GetLabel(address, type); in EditLabel()
58 …address, AddressType = type, Label = existingLabel?.Label, Comment = existingLabel?.Comment, Lengt… in EditLabel()
60 frmEditLabel frm = new frmEditLabel(newLabel, existingLabel); in EditLabel()
63 if(existingLabel != null) { in EditLabel()
64 LabelManager.DeleteLabel(existingLabel, empty); in EditLabel()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DLabelManager.cpp22 auto existingLabel = _codeLabels.find(address); in SetLabel() local
23 if(existingLabel != _codeLabels.end()) { in SetLabel()
24 _codeLabelReverseLookup.erase(existingLabel->second); in SetLabel()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DLabelManager.cs126 CodeLabel existingLabel = _reverseLookup[label]; in SetLabel()
127 DeleteLabel(existingLabel, false); in SetLabel()
133 CodeLabel existingLabel; in SetLabel()
134 if(_labelsByKey.TryGetValue(key, out existingLabel)) { in SetLabel()
135 _reverseLookup.Remove(existingLabel.Label); in SetLabel()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/overlay/
H A DOverlayOp.java285 Label existingLabel = existingEdge.getLabel(); in insertUniqueEdge() local
298 depth.add(existingLabel); in insertUniqueEdge()
302 existingLabel.merge(labelToMerge); in insertUniqueEdge()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DBufferBuilder.java225 Label existingLabel = existingEdge.getLabel(); in insertUniqueEdge() local
234 existingLabel.merge(labelToMerge); in insertUniqueEdge()
/dports/graphics/geos/geos-3.9.1/src/operation/overlay/
H A DOverlayOp.cpp916 Label& existingLabel = existingEdge->getLabel(); in insertUniqueEdge() local
930 depth.add(existingLabel); in insertUniqueEdge()
935 existingLabel.merge(labelToMerge); in insertUniqueEdge()
/dports/graphics/geos/geos-3.9.1/src/operation/buffer/
H A DBufferBuilder.cpp606 Label& existingLabel = existingEdge->getLabel(); in insertUniqueEdge() local
616 existingLabel.merge(labelToMerge); in insertUniqueEdge()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/MIPS/
H A DMIPSAnalyst.cpp1361 std::string existingLabel = g_symbolMap->GetLabelString(f.start); in ApplyHashMap() local
1364 if (existingLabel.empty() || existingLabel == DefaultFunctionName(defaultLabel, f.start)) { in ApplyHashMap()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSAnalyst.cpp1361 std::string existingLabel = g_symbolMap->GetLabelString(f.start); in ApplyHashMap() local
1364 if (existingLabel.empty() || existingLabel == DefaultFunctionName(defaultLabel, f.start)) { in ApplyHashMap()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/MIPS/
H A DMIPSAnalyst.cpp1361 std::string existingLabel = g_symbolMap->GetLabelString(f.start); in ApplyHashMap() local
1364 if (existingLabel.empty() || existingLabel == DefaultFunctionName(defaultLabel, f.start)) { in ApplyHashMap()
/dports/games/warzone2100/warzone2100/src/
H A Dmultiint.cpp2532 …auto existingLabel = widgFormGetFromID(parent->shared_from_this(), MULTIOP_READY_START + MAX_PLAYE… in drawReadyButton() local
2533 if (existingLabel) in drawReadyButton()
2535 label = std::dynamic_pointer_cast<W_LABEL>(existingLabel); in drawReadyButton()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dcapture.cpp7637 …QLabel *existingLabel = new QLabel(QString("%1. <b>%2</b>").arg(i + 1).arg(labels[i]), &filterDial… in editFilterName() local
7640 formLayout->addRow(existingLabel, newLabel); in editFilterName()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources211985 | aWindow existingLabel newLabel |
211988 (existingLabel := aWindow label) isEmptyOrNil ifTrue: [^ self].
211989 …(((existingLabel size < 3) or: [existingLabel last ~~ $]]) or: [(existingLabel at: (existingLabel
211990 existingLabel size to: 1 by: -1 do:
211991 [:anIndex | ((existingLabel at: anIndex) == $[) ifTrue:
211992 [newLabel := (existingLabel copyFrom: 1 to: anIndex),
326854 | existingLabel |
326855 (existingLabel := self findA: StringMorph)
326859 [existingLabel contents: aString.