Home
last modified time | relevance | path

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

12

/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainEditor2/Views/
H A DFormSubject.Designer.cs37 this.labelSuffix = new System.Windows.Forms.Label(); in InitializeComponent()
92 this.labelSuffix.Location = new System.Drawing.Point(8, 56); in InitializeComponent()
93 this.labelSuffix.Name = "labelSuffix"; in InitializeComponent()
94 this.labelSuffix.Size = new System.Drawing.Size(72, 16); in InitializeComponent()
95 this.labelSuffix.TabIndex = 36; in InitializeComponent()
96 this.labelSuffix.Text = "Suffix:"; in InitializeComponent()
97 this.labelSuffix.TextAlign = System.Drawing.ContentAlignment.MiddleRight; in InitializeComponent()
148 this.Controls.Add(this.labelSuffix); in InitializeComponent()
169 private System.Windows.Forms.Label labelSuffix; field in TrainEditor2.Views.FormSubject
/dports/graphics/R-cran-visNetwork/visNetwork/R/
H A DvisCollapse.R34 clusterOptions = NULL, labelSuffix = "(cluster)"){ argument
45 resetHighlight = resetHighlight, labelSuffix = labelSuffix) nameattr
H A DvisOptions.R354 keepCoord = TRUE, labelSuffix = "(cluster)") nameattr
360 clusterOptions = NULL, keepCoord = TRUE, labelSuffix = "(cluster)") globalVar
383 stopifnot(is.character(collapse$labelSuffix))
384 list_collapse$labelSuffix <- collapse$labelSuffix
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/vcs/common/diff/
H A DLineTableView.java169 String labelSuffix) in renderActionButtons() argument
174 renderActionButton(sb, Action.Unstage, labelSuffix); in renderActionButtons()
175 renderActionButton(sb, Action.Stage, labelSuffix); in renderActionButtons()
176 renderActionButton(sb, Action.Discard, labelSuffix); in renderActionButtons()
182 String labelSuffix) in renderActionButton() argument
187 sb, action.name() + labelSuffix, action.name()); in renderActionButton()
192 sb, action.name() + labelSuffix, action.name()); in renderActionButton()
/dports/graphics/R-cran-visNetwork/visNetwork/inst/shiny/src/server/
H A Dproxy_options_server.R53 labelSuffix = input$labelSuffix)) nameattr
/dports/graphics/R-cran-visNetwork/visNetwork/man/
H A DvisNetwork-collapse.Rd15 labelSuffix = "(cluster)"
37 \item{labelSuffix}{: Optional. Character. Use node label + suffix or just suffix. Default to '(clus…
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/helpers/
H A DCInputDialog.cpp32 labelSuffix->setText(suffix); in CInputDialog()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/dialogs/tools/
H A Ddialogflippingbyaxis.cpp333 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
350 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
360 ChangeColor(ui->labelSuffix, OkColor(this)); in SuffixChanged()
H A Ddialogflippingbyline.cpp355 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
372 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
382 ChangeColor(ui->labelSuffix, OkColor(this)); in SuffixChanged()
H A Ddialogrotation.cpp425 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
442 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
452 ChangeColor(ui->labelSuffix, OkColor(this)); in SuffixChanged()
H A Ddialogmove.cpp526 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
543 ChangeColor(ui->labelSuffix, errorColor); in SuffixChanged()
553 ChangeColor(ui->labelSuffix, OkColor(this)); in SuffixChanged()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java229 JMenuItem mi = new JMenuItem(getResourceString(cmd + labelSuffix)); in createMenuItem()
380 JMenu menu = new JMenu(getResourceString(key + labelSuffix)); in createMenu()
465 public static final String labelSuffix = "Label"; field in Notepad
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/tools/utils/exporters/blender/
H A Dqt3d_animation_export.py313 labelSuffix = componentSuffix("Vector", fcurve.array_index)
335 + ", Label: " + labelSuffix \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Stylepad/
H A DStylepad.java223 JMenu menu = new JMenu(getResourceString("color" + labelSuffix)); in createColorMenu()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/Stylepad/
H A DStylepad.java223 JMenu menu = new JMenu(getResourceString("color" + labelSuffix)); in createColorMenu()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/Stylepad/
H A DStylepad.java223 JMenu menu = new JMenu(getResourceString("color" + labelSuffix)); in createColorMenu()

12