Home
last modified time | relevance | path

Searched refs:isMixed (Results 151 – 175 of 212) sorted by relevance

123456789

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/internal/
H A DIGXMLScanner.cpp3206 bool isMixed = false; in endElementPSVI() local
3211 isMixed = (modelType == SchemaElementDecl::Mixed_Simple in endElementPSVI()
3218 if (fPSVIElemContext.fNormalizedValue && !isMixed && in endElementPSVI()
H A DSGXMLScanner.cpp4871 bool isMixed = false; in endElementPSVI() local
4876 isMixed = (modelType == SchemaElementDecl::Mixed_Simple in endElementPSVI()
4883 if (fPSVIElemContext.fNormalizedValue && !isMixed && in endElementPSVI()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/vqsr/
H A DApplyVQSR.java382 …final boolean onlyOneModeNeeded = !vc.isMixed() && VariantDataManager.checkVariationClass( vc, MOD… in generateFilterStringFromAlleles()
H A DVariantDataManager.java450 … return evalVC.isStructuralIndel() || evalVC.isIndel() || evalVC.isMixed() || evalVC.isSymbolic(); in checkVariationClass()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/text/
H A DBidi.java888 public boolean isMixed() in isMixed() method in Bidi
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/text/
H A DBidi.java888 public boolean isMixed() in isMixed() method in Bidi
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/text/
H A DBidi.java888 public boolean isMixed() in isMixed() method in Bidi
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/text/
H A DBidi.java888 public boolean isMixed() in isMixed() method in Bidi
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/text/
H A DBidi.java888 public boolean isMixed() in isMixed() method in Bidi
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/generic/
H A DDocAccessible.cpp1006 bool isMixed = elm->AttrValueIs(kNameSpaceID_None, aAttribute, in ARIAAttributeChanged() local
1008 if (isMixed != wasMixed) { in ARIAAttributeChanged()
1010 new AccStateChangeEvent(aAccessible, states::MIXED, isMixed); in ARIAAttributeChanged()
/dports/www/firefox-esr/firefox-91.8.0/accessible/generic/
H A DDocAccessible.cpp1098 bool isMixed = elm->AttrValueIs(kNameSpaceID_None, aAttribute, in ARIAAttributeChanged() local
1100 if (isMixed != wasMixed) { in ARIAAttributeChanged()
1102 new AccStateChangeEvent(aAccessible, states::MIXED, isMixed); in ARIAAttributeChanged()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/generic/
H A DDocAccessible.cpp1098 bool isMixed = elm->AttrValueIs(kNameSpaceID_None, aAttribute, in ARIAAttributeChanged() local
1100 if (isMixed != wasMixed) { in ARIAAttributeChanged()
1102 new AccStateChangeEvent(aAccessible, states::MIXED, isMixed); in ARIAAttributeChanged()
/dports/biology/velvet/velvet_1.2.10/src/
H A DgraphStats.c294 boolean isMixed(Node * node, IDnum firstStrain) in isMixed() function
314 if (!isMixed(localNode, firstStrain)) in countLocalBreakpoints()
350 && isMixed(getDestination(arc), firstStrain)) in countLocalBreakpoints()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DgraphStats.c297 boolean isMixed(Node * node, IDnum firstStrain) in isMixed() function
317 if (!isMixed(localNode, firstStrain)) in countLocalBreakpoints()
353 && isMixed(getDestination(arc), firstStrain)) in countLocalBreakpoints()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DXmlSchemaImporter.cs1052 bool isMixed = false; in ImportTextMember()
1063 isMixed = true; in ImportTextMember()
1073 if (isMixed) { in ImportTextMember()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DXmlSchemaImporter.cs1147 bool isMixed = false; in ImportTextMember()
1161 isMixed = true; in ImportTextMember()
1171 if (isMixed) in ImportTextMember()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/internal/
H A DSGXMLScanner.cpp4903 bool isMixed = false; in endElementPSVI() local
4908 isMixed = (modelType == SchemaElementDecl::Mixed_Simple in endElementPSVI()
4915 if (fPSVIElemContext.fNormalizedValue && !isMixed && in endElementPSVI()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DgraphStats.c586 boolean isMixed(Node * node, IDnum firstStrain) in isMixed() function
606 if (!isMixed(localNode, firstStrain)) in countLocalBreakpoints()
642 && isMixed(getDestination(arc), firstStrain)) in countLocalBreakpoints()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java320 public boolean isMixed() { in isMixed() method in UnmarshallingContext.State
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallingContext.java320 public boolean isMixed() { in isMixed() method in UnmarshallingContext.State
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h1622 extern int isMixed; /* flags whether dataset is mixed …
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/wstools/
H A DXMLSchema.py2435 def isMixed(self): member in ComplexType
2559 def isMixed(self): member in ComplexType.ComplexContent
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/wstools/
H A DXMLSchema.py2435 def isMixed(self): member in ComplexType
2559 def isMixed(self): member in ComplexType.ComplexContent
/dports/textproc/py-wstools/wstools-0.4.8/wstools/
H A DXMLSchema.py2596 def isMixed(self): member in ComplexType
2726 def isMixed(self): member in ComplexType.ComplexContent
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java3144 public boolean isMixed() in isMixed() method in BidiBase

123456789