Home
last modified time | relevance | path

Searched refs:defaultLabel (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/
H A DDistortion.cpp130 TranslatableString defaultLabel(int index) in defaultLabel() function
392 .Name(defaultLabel(0)) in PopulateOrExchange()
399 .Name(defaultLabel(0)) in PopulateOrExchange()
410 .Name(defaultLabel(1)) in PopulateOrExchange()
418 .Name(defaultLabel(1)) in PopulateOrExchange()
439 .Name(defaultLabel(2)) in PopulateOrExchange()
447 .Name(defaultLabel(2)) in PopulateOrExchange()
456 .Name(defaultLabel(3)) in PopulateOrExchange()
464 .Name(defaultLabel(3)) in PopulateOrExchange()
473 .Name(defaultLabel(4)) in PopulateOrExchange()
[all …]
/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DSwitchState.java49 Label defaultLabel; field in SwitchState
71 defaultLabel = new Label(code); in SwitchState()
113 if (defaultLabel.defined()) throw new Error(); in addDefault()
115 defaultLabel.setTypes(code); in addDefault()
116 defaultLabel.setTypes(cases_label); in addDefault()
117 defaultLabel.define(code); in addDefault()
194 if (!defaultLabel.defined()) { in finish()
195 defaultLabel.define(code); in finish()
219 code.emitGoto(defaultLabel); in finish()
223 code.emitGoto(defaultLabel); in finish()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/
H A DRenameFieldWizard.java158 return constructDisabledGetterRenamingLabel(defaultLabel);
162 return defaultLabel;
168 return defaultLabel;
175 return constructDisabledSetterRenamingLabel(defaultLabel);
179 return defaultLabel;
185 return defaultLabel;
188 private String constructDisabledSetterRenamingLabel(String defaultLabel) {
190 return defaultLabel;
191 String[] keys= {defaultLabel, fSetterRenamingErrorMessage};
197 return defaultLabel;
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/codeitnowin/barcode/CodeItNow/BarcodeBundle/Generator/
H A DCINBarcode1D.php33 protected $defaultLabel; // CINLabel variable in CodeItNow\\BarcodeBundle\\Generator\\CINBarcode1D
43 $this->defaultLabel = new CINLabel();
44 $this->defaultLabel->setPosition(CINLabel::POSITION_BOTTOM);
171 if ($label !== null && $label !== '' && $font !== null && $this->defaultLabel !== null) {
172 $this->defaultLabel->setText($label);
173 $this->defaultLabel->setFont($font);
174 $this->addLabel($this->defaultLabel);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DDialogCellEditor.java78 private Label defaultLabel; field in DialogCellEditor
200 defaultLabel = new Label(cell, SWT.LEFT); in createContents()
201 defaultLabel.setFont(cell.getFont()); in createContents()
202 defaultLabel.setBackground(cell.getBackground()); in createContents()
203 return defaultLabel; in createContents()
320 return defaultLabel; in getDefaultLabel()
355 if (defaultLabel == null) { in updateContents()
363 defaultLabel.setText(text); in updateContents()
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/api/info/
H A Dinfo.go67 defaultLabel string member
72 func NewMultiHandler(signers map[string]signer.Signer, defaultLabel string) (http.Handler, error) {
76 defaultLabel: defaultLabel,
102 req.Label = h.defaultLabel
/dports/deskutils/maliit-framework/framework-2.1.1/src/quick/
H A Dkeyoverridequick.cpp31 defaultLabel(label), in KeyOverrideQuickPrivate()
81 QString KeyOverrideQuick::defaultLabel() const in defaultLabel() function in Maliit::KeyOverrideQuick
85 return d->defaultLabel; in defaultLabel()
134 if (d->defaultLabel != label) { in setDefaultLabel()
135 d->defaultLabel = label; in setDefaultLabel()
230 setLabel(d->defaultLabel, false); in useDefaultLabel()
280 } else if (not d->defaultLabel.isEmpty()) { in applyOverride()
H A Dkeyoverridequick.h41 …Q_PROPERTY(QString defaultLabel READ defaultLabel WRITE setDefaultLabel NOTIFY defa…
66 QString defaultLabel() const;
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DSwitchStmt.cpp75 int defaultLabel = b.NewLabel(); in EmitActual() local
83 SwitchState switchState(selector, defaultLabel); in EmitActual()
91 b.AddJump(defaultLabel); in EmitActual()
102 b.SetLabel(defaultLabel); in EmitActual()
H A DSwitchStmt.h55 SwitchState(RCX_Value selector, int defaultLabel) : in SwitchState() argument
57 fDefaultLabel(defaultLabel) in SwitchState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/popup_menu/
H A Drequest_desktop_mobile_site_egtest.mm146 - (std::string)defaultLabel { method
171 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
195 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
231 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
242 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
255 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
266 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
287 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]];
365 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]
394 [ChromeEarlGrey waitForWebStateContainingText:[self defaultLabel]
[all …]
/dports/www/py-nevow/Nevow-0.14.0/formless/
H A Dannotate.py779 defaultLabel, defaultDescription = labelAndDescriptionFromDocstring(value.__doc__)
780 if defaultLabel is None:
785 defaultLabel = value.action
787 if defaultLabel is None:
789 defaultLabel = nameToLabel(key)
792 label = defaultLabel
826 defaultLabel, defaultDescription = labelAndDescriptionFromDocstring(dct.get('__doc__'))
827 if defaultLabel is None:
828 defaultLabel = nameToLabel(name)
830 cls.label = defaultLabel
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/ast/
H A DSwitchStatement.java132 CaseLabel defaultLabel = new CaseLabel(codeStream); in generateCode() local
134 defaultCase.targetLabel = defaultLabel; in generateCode()
148 codeStream.lookupswitch(defaultLabel, constants, sortedIndexes, caseLabels); in generateCode()
152 defaultLabel, in generateCode()
160 codeStream.lookupswitch(defaultLabel, constants, sortedIndexes, caseLabels); in generateCode()
190 defaultLabel.place(); in generateCode()
/dports/www/R-cran-shiny/shiny/R/
H A Dreactives.R269 return(defaultLabel)
273 return(defaultLabel)
276 return(defaultLabel)
285 return(defaultLabel)
292 return(defaultLabel)
298 return(defaultLabel)
301 return(defaultLabel)
1025 return(defaultLabel)
1029 return(defaultLabel)
1032 return(defaultLabel)
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/cmd/multirootca/
H A Dca.go43 defaultLabel string var
77 defaultLabel = *flagDefaultLabel
80 infoHandler, err := info.NewMultiHandler(signers, defaultLabel)
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Dservice_test.go205 defaultLabel string
211 defaultLabel: "region/zone/subzone-2",
216 defaultLabel: "region/zone/subzone-1",
233 got := GetLocalityLabelOrDefault(testCase.label, testCase.defaultLabel)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmDashboardPlugin/lib/graph/
H A DGraphDataFormatter.php49 $defaultLabel = $this->groupMappings['default-label'];
53 $index = empty($value[$labelIndex]) ? $defaultLabel : $value[$labelIndex];
/dports/finance/prestashop/prestashop/src/Core/Form/ChoiceProvider/
H A DOutOfStockTypeChoiceProvider.php69 $defaultLabel = sprintf(
78 $defaultLabel => OutOfStockType::OUT_OF_STOCK_DEFAULT,
H A DPackStockTypeChoiceProvider.php65 $defaultLabel = sprintf(
71 $choices[$defaultLabel] = PackStockType::STOCK_TYPE_DEFAULT;
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/freeRDPCore/src/main/java/com/freerdp/freerdpcore/presentation/
H A DShortcutsActivity.java109 private void setupShortcut(String strRef, String defaultLabel) in setupShortcut() argument
112 final String paramDefaultLabel = defaultLabel; in setupShortcut()
117 input.setText(defaultLabel); in setupShortcut()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/
H A DLargeConstantSectionTest.java125 Label defaultLabel = new Label(); in findClass() local
126 mv.visitLookupSwitchInsn(defaultLabel, keys, labels); in findClass()
133 mv.visitLabel(defaultLabel); in findClass()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/
H A DLargeConstantSectionTest.java125 Label defaultLabel = new Label(); in findClass() local
126 mv.visitLookupSwitchInsn(defaultLabel, keys, labels); in findClass()
133 mv.visitLabel(defaultLabel); in findClass()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/
H A DLargeConstantSectionTest.java125 Label defaultLabel = new Label(); in findClass() local
126 mv.visitLookupSwitchInsn(defaultLabel, keys, labels); in findClass()
133 mv.visitLabel(defaultLabel); in findClass()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/
H A DLargeConstantSectionTest.java125 Label defaultLabel = new Label(); in findClass() local
126 mv.visitLookupSwitchInsn(defaultLabel, keys, labels); in findClass()
133 mv.visitLabel(defaultLabel); in findClass()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/backend/
H A DLargeConstantSectionTest.java125 Label defaultLabel = new Label(); in findClass() local
126 mv.visitLookupSwitchInsn(defaultLabel, keys, labels); in findClass()
133 mv.visitLabel(defaultLabel); in findClass()

123456789