Home
last modified time | relevance | path

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

/dports/audio/yoshimi/yoshimi-2.1.2.2/src/Params/
H A DPresets.cpp118 string altType = ""; in paste() local
120 altType = "ADnoteParameters"; in paste()
122 altType = "ADnoteParametersn"; in paste()
124 altType = "SUBnoteParameters"; in paste()
126 altType = "PADnoteParameters"; in paste()
129 if (altType.empty() || xml->enterbranch(altType) == 0) in paste()
H A DPresetsStore.cpp128 string altType = ""; in rescanforpresets() local
130 altType = ".ADnoteParameters" + preset_extension; in rescanforpresets()
132 altType = ".ADnoteParametersn" + preset_extension; in rescanforpresets()
134 altType = ".SUBnoteParameters" + preset_extension; in rescanforpresets()
136 altType = ".PADnoteParameters" + preset_extension; in rescanforpresets()
152 if (altType.empty() || filename.find(altType) == string::npos) in rescanforpresets()
161 if (!altType.empty()) in rescanforpresets()
162 endpos = filename.find(altType); in rescanforpresets()
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dmethod.go34 var altType r.Type
36 altType = recvType.Elem()
38 altType = r.PtrTo(recvType)
40 if _, ok := ir.AllMethods[altType][name]; ok {
42 delete(ir.AllMethods[altType], name)
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DRemoveCommand.php75 $altType = !$input->getOption('dev') ? 'require-dev' : 'require';
94 } elseif (isset($composer[$altType][$package])) {
95 …warning>'.$package.' could not be found in '.$type.' but it is present in '.$altType.'</warning>');
97 …if ($io->askConfirmation('Do you want to remove it from '.$altType.' [<comment>yes</comment>]? ', …
98 $json->removeLink($altType, $package);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ukey2/src/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
H A DSecureMessageTest.java179 for (Alteration altType : getAlterationsToTest()) { in doSignAndVerify()
180 System.out.println("Testing alteration: " + altType.toString()); in doSignAndVerify()
181 SecureMessage modified = modifyMessage(signed, altType); in doSignAndVerify()
184 fail(altType.toString()); in doSignAndVerify()
232 for (Alteration altType : getAlterationsToTest()) { in doSignCryptAndVerifyDecrypt()
233 if (skipAlterationTestFor(altType, sigType)) { in doSignCryptAndVerifyDecrypt()
238 System.out.println("Testing alteration: " + altType.toString()); in doSignCryptAndVerifyDecrypt()
239 SecureMessage modified = modifyMessage(encryptedAndSigned, altType); in doSignCryptAndVerifyDecrypt()
253 return (altType == Alteration.RESIGNCRYPTION_ATTACK) in skipAlterationTestFor()
265 switch (altType) { in modifyMessage()
[all …]
/dports/science/p5-Physics-Unit/Physics-Unit-0.54/lib/Physics/Unit/Script/
H A DGenPages.pm178 return altType($ua->type) cmp altType($ub->type) ||
188 sub altType subroutine
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DTensor.java124 public String altType; // "0" "1" "2" field in Tensor
612 altType = null; in processType()
620 altType = "1"; in processType()
626 altType = "1"; in processType()
643 altType = "2"; in processType()
646 altType = "3"; in processType()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cmd/cue/cmd/
H A Dget_go.go687 if altType := e.altType(tn.Type()); altType != nil {
690 a = append(a, e.def(x.Doc, name, altType, true))
700 if s := e.altType(types.NewPointer(typ)); s != nil {
821 func (e *extractor) altType(typ types.Type) cueast.Expr { func
1032 if s := e.altType(obj.Type()); s != nil {
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DLDMLUtilities.java2148 public static String formatAlt(String altType, String proposedType) {
2150 if (((altType == null) || (altType.length() == 0)) &&
2156 return altType; // no proposed type: 'alternate'
2161 if ((altType == null) || (altType.length() == 0)) {
2164 return altType + "-" + proposedType; // 'alternate-proposed'
/dports/devel/splint/splint-3.1.2/src/
H A Dcgrammar.y321 %type <qtyp> completeTypeSpecifierAux altType typeExpression
1449 | completeTypeSpecifierAux QALT altType QENDMACRO
1453 altType
1455 | typeExpression TCOMMA altType
H A Dcgrammar.c.der1406 "completeType", "completeTypeSpecifier", "altType",
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSSavePanel.m1313 NSString *altType, *requiredType;
1322 altType = fileType;
1330 altType = [fileType stringByAppendingPathExtension: requiredType];
1337 [NSString stringWithFormat: butFormat, altType],
1351 if (altType != fileType)
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapespecial/
H A DEllipsoids.java300 if ((t.type.equals(typeSelected) || typeSelected.equals(t.altType)) in setProperty()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/util/logging/
H A DMailHandler.java2949 String altType = contentTypeOf(bodyFormat); in writeLogRecords0() local
2950 setContent(body, buf, altType == null ? contentType : altType); in writeLogRecords0()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelset/
H A DAtomCollection.java2745 if (t.altType != null) in setAtomTensors()
2746 addTensor(t, t.altType); in setAtomTensors()
2800 if (t != null && (type.equals(t.type) || type.equals(t.altType))) in getAtomTensor()