/dports/audio/boops-lv2/BOops-1.8.2/src/ |
H A D | OptionBanger.hpp | 35 firstLabel (80, 90, 80, 20, "ctlabel", BOOPS_LABEL_FIRST), in OptionBanger() 61 add (firstLabel); in OptionBanger() 71 gainLabel (that.gainLabel), firstLabel (that.firstLabel), in OptionBanger() 76 add (firstLabel); in OptionBanger() 86 release (&firstLabel); in operator =() 93 firstLabel = that.firstLabel; in operator =() 99 add (firstLabel); in operator =() 116 firstLabel.applyTheme (theme); in applyTheme() 170 BWidgets::Label firstLabel; member in OptionBanger
|
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/WETableView/ |
H A D | WETableViewLabelConfig.m | 32 self->firstLabel = WOExtGetProperty(_config, @"firstLabel"); 46 SetAssociationValue(self->firstLabel, @"<<"); 60 [self->firstLabel release]; 80 SetConfigInContext(self->firstLabel, WETableView_firstLabel);
|
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/WETableView/ |
H A D | WETableViewLabelConfig.m | 32 self->firstLabel = WOExtGetProperty(_config, @"firstLabel"); 46 SetAssociationValue(self->firstLabel, @"<<"); 60 [self->firstLabel release]; 80 SetConfigInContext(self->firstLabel, WETableView_firstLabel);
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/textfilter/ |
H A D | tffilter.cpp | 88 firstLabel = nullptr; in createWidget() 259 if (!firstLabel) in getFirstCombo() 261 firstLabel = new QLabel(actionFrame); in getFirstCombo() 262 alayout->addWidget(firstLabel, -1); in getFirstCombo() 263 firstLabel->hide(); in getFirstCombo() 301 firstLabel->hide(); in getSecondCombo() 310 firstLabel->hide(); in getSecondCombo() 318 firstLabel->setText( tr("all instances of")); in getSecondCombo() 319 firstLabel->show(); in getSecondCombo()
|
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/ |
H A D | LabelController.java | 124 Label firstLabel = selectedLabels.get(0); in updateProperties() local 125 String text = firstLabel.getText(); in updateProperties() 137 ? firstLabel.getStyle().getAlignment() in updateProperties() 150 String fontName = firstLabel.getStyle() != null in updateProperties() 151 ? firstLabel.getStyle().getFontName() in updateProperties() 166 Float fontSize = firstLabel.getStyle() != null in updateProperties() 167 ? firstLabel.getStyle().getFontSize() in updateProperties() 180 Integer color = firstLabel.getColor(); in updateProperties() 191 Float pitch = firstLabel.getPitch(); in updateProperties() 202 Boolean pitchEnabled = firstLabel.getPitch() != null; in updateProperties() [all …]
|
/dports/biology/mothur/mothur-1.46.1/source/ |
H A D | fileoutput.cpp | 15 if(!firstLabel) { fileHeader += "\t" + label + "\tlci\thci"; } in setLabelName() 52 if(firstLabel){ fileHeader = ""; } in setLabelName() 103 …if(!firstLabel) { fileHeader += "\t" + label + groupLabel + "\tlci" + groupLabel + "\thci"+ gr… in setLabelName() 139 if(!firstLabel) { fileHeader += "\t" + label; } in setLabelName() 172 if(!firstLabel) { fileHeader += "\t" + label; } in setLabelName()
|
H A D | fileoutput.h | 12 …FileOutput(string n){ m = MothurOut::getInstance(); fileHeader = ""; filename = n; firstLabel = tr… in FileOutput() 17 virtual void resetFile() { firstLabel = false; } in resetFile() 26 bool firstLabel; variable
|
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/scalebar/ |
H A D | qgsscalebarrenderer.cpp | 44 QString firstLabel = firstLabelString( settings ); in drawDefaultLabels() local 47 double xOffset = fontMetrics.width( firstLabel ) / 2.0; in drawDefaultLabels() 49 double xOffset = fontMetrics.horizontalAdvance( firstLabel ) / 2.0; in drawDefaultLabels() 90 currentNumericLabel = firstLabel; in drawDefaultLabels() 320 QString firstLabel = firstLabelString( settings ); in firstLabelXOffset() local 322 return QgsLayoutUtils::textWidthMM( settings.font(), firstLabel ) / 2.0; in firstLabelXOffset() 328 QString firstLabel = firstLabelString( settings ); in firstLabelXOffset() local 329 …lWidth = QgsTextRenderer::textWidth( context, settings.textFormat(), QStringList() << firstLabel ); in firstLabelXOffset()
|
/dports/graphics/qgis/qgis-3.22.3/src/core/scalebar/ |
H A D | qgsscalebarrenderer.cpp | 46 const QString firstLabel = firstLabelString( settings ); in drawDefaultLabels() local 48 const double xOffset = fontMetrics.horizontalAdvance( firstLabel ) / 2.0; in drawDefaultLabels() 88 currentNumericLabel = firstLabel; in drawDefaultLabels() 313 const QString firstLabel = firstLabelString( settings ); in firstLabelXOffset() local 315 return QgsLayoutUtils::textWidthMM( settings.font(), firstLabel ) / 2.0; in firstLabelXOffset() 321 const QString firstLabel = firstLabelString( settings ); in firstLabelXOffset() local 322 …lWidth = QgsTextRenderer::textWidth( context, settings.textFormat(), QStringList() << firstLabel ); in firstLabelXOffset()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/event/ |
H A D | RightAltKeyTest.java | 150 JLabel firstLabel = new JLabel("First Name", JLabel.RIGHT); in testJTextArea() local 151 firstLabel.setDisplayedMnemonic('F'); in testJTextArea() 152 firstLabel.setLabelFor(firstField); in testJTextArea() 160 p.add(firstLabel); in testJTextArea()
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/LabelMap/include/ |
H A D | itkLabelMap.hxx | 459 LabelType firstLabel = m_LabelObjectContainer.begin()->first; in PushLabelObject() local 469 …else if ( firstLabel != NumericTraits< LabelType >::NonpositiveMin() && firstLabel - 1 != m_Backgr… in PushLabelObject() 471 labelObject->SetLabel(firstLabel - 1); in PushLabelObject() 476 LabelType label = firstLabel; in PushLabelObject()
|
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRecruitmentPlugin/web/css/ |
H A D | jobInterviewSuccess.css | 1 form#frmJobInterview .firstLabel { 31 }form#frmJobInterview .firstLabel {
|
/dports/www/orangehrm/orangehrm-4.9/symfony/web/webres_618e67a57beec1.83834480/orangehrmRecruitmentPlugin/css/ |
H A D | jobInterviewSuccess.css | 1 form#frmJobInterview .firstLabel { 31 }form#frmJobInterview .firstLabel {
|
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/charts/src/mx/charts/ |
H A D | AxisRenderer.as | 1682 var firstLabel:ARLabelData = _labels[0]; 1689 var prevLabel:ARLabelData = firstLabel; 2020 var P1:Number = firstLabel.position; 2080 var prevLabel:ARLabelData = firstLabel; 2211 var P1:Number = firstLabel.position; 2282 var prevLabel:ARLabelData = firstLabel; 2434 var skipLabel:ARLabelData = firstLabel; 2532 (firstLabel.height / 2)); 2590 (firstLabel.height / 2)); 2608 sigLabel = firstLabel; [all …]
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/viewers/ |
H A D | VirtualTableViewerTest.java | 252 String firstLabel = first.toString(); in testSorter() local 256 assertEquals("unsorted", firstLabel, getItemText(0)); in testSorter() 264 assertEquals("unsorted", firstLabel, getItemText(0)); in testSorter()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/workbenchpart/ |
H A D | TitleTestView.java | 50 Label firstLabel = new Label(composite, SWT.NONE); in createPartControl() local 51 firstLabel.setText("Title"); in createPartControl()
|
H A D | TitleTestEditor.java | 96 Label firstLabel = new Label(composite, SWT.NONE); in createPartControl() local 97 firstLabel.setText("Title"); in createPartControl()
|
/dports/devel/llnextgen/LLnextgen-0.5.5/src/ |
H A D | generateCommon.c | 1099 int label = labelCounter++, firstLabel = -1; in finoptGenerateCode() local 1114 firstLabel = labelCounter++; in finoptGenerateCode() 1115 tfprintf(output, "if (LL_i) goto LL_%d;\n", firstLabel); in finoptGenerateCode() 1164 if (firstLabel == -1) in finoptGenerateCode() 1165 firstLabel = labelCounter++; in finoptGenerateCode() 1166 tfprintf(output, "goto LL_%d;\n", firstLabel); in finoptGenerateCode() 1187 if (firstLabel == -1) in finoptGenerateCode() 1188 firstLabel = labelCounter++; in finoptGenerateCode() 1189 tfprintf(output, "goto LL_%d;\n", firstLabel); in finoptGenerateCode() 1231 if (firstLabel != -1) in finoptGenerateCode() [all …]
|