Home
last modified time | relevance | path

Searched refs:isMixed (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLPrimitiveCheck.cpp366 bool &isMixed, in isTorus() argument
376 isMixed = false; in isTorus()
382 isMixed = true; in isTorus()
410 bool &isMixed, in isTorusO() argument
415 size_t spot = isMixed ? 4 : 3; in isTorusO()
430 bool &isMixed, in isTorusI() argument
435 size_t spot = isMixed ? 4 : 3; in isTorusI()
450 bool &isMixed, in isTorusQ() argument
455 size_t spot = isMixed ? 4 : 3; in isTorusQ()
554 bool isMixed; in performPrimitiveSubstitution() local
[all …]
H A DLDLPrimitiveCheck.h93 virtual bool isTorus(const char *filename, bool allowR, bool &isMixed,
95 virtual bool isTorusO(const char *filename, bool &isMixed, bool &is48);
96 virtual bool isTorusI(const char *filename, bool &isMixed, bool &is48);
97 virtual bool isTorusQ(const char *filename, bool &isMixed, bool &is48);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java65 private final boolean isMixed; field in CReferencePropertyInfo
71 …ePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent sour… in CReferencePropertyInfo() argument
73 super(name, (collection||isMixed) && (!dummy), source, customizations, locator); in CReferencePropertyInfo()
74 this.isMixed = isMixed; in CReferencePropertyInfo()
121 if(isMixed()) in ref()
131 public boolean isMixed() { in isMixed() method in CReferencePropertyInfo
132 return isMixed; in isMixed()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java65 private final boolean isMixed; field in CReferencePropertyInfo
71 …ePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent sour… in CReferencePropertyInfo() argument
73 super(name, (collection||isMixed) && (!dummy), source, customizations, locator); in CReferencePropertyInfo()
74 this.isMixed = isMixed; in CReferencePropertyInfo()
121 if(isMixed()) in ref()
131 public boolean isMixed() { in isMixed() method in CReferencePropertyInfo
132 return isMixed; in isMixed()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DResultSetMapping.php44 public $isMixed = false; variable in Doctrine\\ORM\\Query\\ResultSetMapping
190 $this->isMixed = true;
337 if ( ! $this->isMixed && $this->scalarMappings) {
338 $this->isMixed = true;
382 if ( ! $this->isMixed && $this->fieldMappings) {
383 $this->isMixed = true;
548 return $this->isMixed;
/dports/finance/prestashop/prestashop/vendor/doctrine/orm/lib/Doctrine/ORM/Query/
H A DResultSetMapping.php44 public $isMixed = false; variable in Doctrine\\ORM\\Query\\ResultSetMapping
197 $this->isMixed = true;
344 if ( ! $this->isMixed && $this->scalarMappings) {
345 $this->isMixed = true;
389 if ( ! $this->isMixed && $this->fieldMappings) {
390 $this->isMixed = true;
555 return $this->isMixed;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaComplexContent.cs18 bool isMixed; field in System.Xml.Schema.XmlSchemaComplexContent
27 get { return isMixed; }
28 set { isMixed = value; hasMixedAttribute = true; }
/dports/science/axom/axom-0.6.1/src/axom/mint/utils/
H A Dsu2_utils.cpp130 bool& isMixed, in read_connectivity() argument
150 if(!isMixed) in read_connectivity()
152 isMixed = ((icell > 0) && (cellTypes[icell - 1] != c)) ? true : false; in read_connectivity()
172 bool& isMixed, in read_data() argument
216 read_connectivity(connectivity, cellTypes, nelem, isMixed, ifs); in read_data()
250 bool isMixed = false; in read_su2() local
252 read_data(ifs, ndime, nelem, npoin, isMixed, points, connectivity, cellTypes); in read_su2()
264 if(isMixed) in read_su2()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DMixedComplexTypeBuilder.java47 if(bt ==schemas.getAnyType() && ct.isMixed()) in isApplicable()
52 !bt.asComplexType().isMixed() && in isApplicable()
53 ct.isMixed() && in isApplicable()
69 if (!(ct.getBaseType() == schemas.getAnyType() && ct.isMixed())) { in build()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DMixedComplexTypeBuilder.java47 if(bt ==schemas.getAnyType() && ct.isMixed()) in isApplicable()
52 !bt.asComplexType().isMixed() && in isApplicable()
53 ct.isMixed() && in isApplicable()
69 if (!(ct.getBaseType() == schemas.getAnyType() && ct.isMixed())) { in build()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayReferenceNodeProperty.java63 private final boolean isMixed; field in ArrayReferenceNodeProperty
76 isMixed = prop.isMixed(); in ArrayReferenceNodeProperty()
94 if(isMixed && item.getClass()==String.class) { in serializeListBody()
123 if(isMixed) { in createBodyUnmarshaller()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayReferenceNodeProperty.java63 private final boolean isMixed; field in ArrayReferenceNodeProperty
76 isMixed = prop.isMixed(); in ArrayReferenceNodeProperty()
94 if(isMixed && item.getClass()==String.class) { in serializeListBody()
123 if(isMixed) { in createBodyUnmarshaller()
/dports/benchmarks/kdiskmark/KDiskMark-2.3.0/src/
H A Dmainwindow.cpp472 if (m_settings->isMixed()) { in getTextBenchmarkResult()
592 m_settings->setMixed(isMixed); in profileSelected()
594 ui->mixWidget->setVisible(isMixed); in profileSelected()
595 ui->comboBox_MixRatio->setVisible(isMixed); in profileSelected()
796 if (m_settings->isMixed()) { in runCombinedRandomTest()
819 if (m_settings->isMixed()) { in on_pushButton_Test_1_clicked()
840 if (m_settings->isMixed()) { in on_pushButton_Test_2_clicked()
861 if (m_settings->isMixed()) { in on_pushButton_Test_3_clicked()
882 if (m_settings->isMixed()) { in on_pushButton_Test_4_clicked()
910 if (m_settings->isMixed()) { in on_pushButton_All_clicked()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DXmlSchemaImporter.cs199 bool isMixed = stype.IsMixed; in ImportAnyType()
682 bool isMixed = stype.IsMixed; in BuildClassMap()
699 if (isMixed) AddTextMember (typeQName, cmap, classIds); in BuildClassMap()
897 ImportParticleContent (typeQName, cmap, particle, classIds, false, ref isMixed); in ImportParticleComplexContent()
898 if (isMixed) AddTextMember (typeQName, cmap, classIds); in ImportParticleComplexContent()
1000 ctype = isMixed ? typeof(XmlNode[]) : typeof(XmlElement[]); in ImportSequenceContent()
1002 ctype = isMixed ? typeof(XmlNode) : typeof(XmlElement); in ImportSequenceContent()
1009 if (isMixed) in ImportSequenceContent()
1014 isMixed = false; //Allow only one XmlTextAttribute in ImportSequenceContent()
1308 if (baseClassMap.XmlTextCollector != null) isMixed = false; in ImportComplexContent()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/littlefoot/
H A Djuce_LittleFootRemoteHeap.h366 else if (r.isMixed) in createChangeMessage()
401 bool isSkipped, isMixed; member
433 && (r1.isMixed || r1.length == 1) in coalesceSequences()
434 && (r2.isMixed || r2.length == 1)) in coalesceSequences()
439 r1.isMixed = true; in coalesceSequences()
/dports/security/lego/lego-4.5.3/vendor/github.com/boombuler/barcode/pdf417/
H A Dhighlevel.go136 isMixed := func(ch rune) bool {
162 } else if isMixed(ch) {
185 } else if isMixed(ch) {
197 if isMixed(ch) {
/dports/net/storj/storj-1.45.3/vendor/github.com/boombuler/barcode/pdf417/
H A Dhighlevel.go136 isMixed := func(ch rune) bool {
162 } else if isMixed(ch) {
185 } else if isMixed(ch) {
197 if isMixed(ch) {
/dports/devel/awless/awless-0.1.11/vendor/github.com/boombuler/barcode/pdf417/
H A Dhighlevel.go136 isMixed := func(ch rune) bool {
162 } else if isMixed(ch) {
185 } else if isMixed(ch) {
197 if isMixed(ch) {
/dports/security/vault/vault-1.8.2/vendor/github.com/boombuler/barcode/pdf417/
H A Dhighlevel.go136 isMixed := func(ch rune) bool {
162 } else if isMixed(ch) {
185 } else if isMixed(ch) {
197 if isMixed(ch) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/text/
H A DBidi.java197 public boolean isMixed() { in isMixed() method in Bidi
198 return bidiBase.isMixed(); in isMixed()

123456789