Home
last modified time | relevance | path

Searched refs:getSubType (Results 101 – 125 of 361) sorted by relevance

12345678910>>...15

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DInteraction.cpp72 RELATION::SUBTYPES subType = _interaction->relation()->getSubType(); in visit()
428 RELATION::SUBTYPES relationSubType = _relation->getSubType(); in __initDataFirstOrder()
465 RELATION::SUBTYPES relationSubType = _relation->getSubType(); in __initDataLagrangian()
881 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getLeftInteractionBlockForDS()
963 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getRightInteractionBlockForDS()
1011 RELATION::SUBTYPES relationSubType = relation()->getSubType(); in getExtraInteractionBlock()
/dports/games/openxcom/OpenXcom-1.0/src/Ruleset/
H A DMapBlock.h62 MapBlockType getSubType() const;
H A DMapBlock.cpp114 MapBlockType MapBlock::getSubType() const in getSubType() function in OpenXcom::MapBlock
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Dcommand.cpp1106 …if (!item || (item->getSubType() != Item::kItemGlobalTemplate && item->getSubType() != Item::kItem… in opActivateTexture()
1110 if (item->getSubType() == Item::kItemModel) { in opActivateTexture()
1112 modelItem->setTexture(texture->getIndex(), texture->getSubType()); in opActivateTexture()
1115 templateItem->setTexture(texture->getIndex(), texture->getSubType()); in opActivateTexture()
1125 …if (!item || (item->getSubType() != Item::kItemGlobalTemplate && item->getSubType() != Item::kItem… in opActivateMesh()
1129 if (item->getSubType() == Item::kItemModel) { in opActivateMesh()
/dports/www/ilias/ILIAS-5.4.25/Modules/ScormAicc/classes/
H A Dclass.ilObjSAHSLearningModuleGUI.php645 switch ($this->object->getSubType()) {
691 … if ($this->object->getSubType() == "scorm2004" || $this->object->getSubType() == "scorm") {
713 … if ($this->object->getSubType() == "scorm2004" || $this->object->getSubType() == "scorm") {
/dports/www/ilias6/ILIAS-6.14/Modules/ScormAicc/classes/
H A Dclass.ilObjSAHSLearningModuleGUI.php651 switch ($this->object->getSubType()) {
697 … if ($this->object->getSubType() == "scorm2004" || $this->object->getSubType() == "scorm") {
719 … if ($this->object->getSubType() == "scorm2004" || $this->object->getSubType() == "scorm") {
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DmediaType.hpp79 const string& getSubType() const;
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/RPC/lib/src/de/ilias/services/lucene/index/
H A DCommandQueueElement.java105 public String getSubType() { in getSubType() method in CommandQueueElement
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgramme.php250 if ($this->getSubType()) {
251 …ilAdvancedMDRecord::saveObjRecSelection($this->getId(), 'prg_type', $this->getSubType()->getAssign…
416 public function getSubType() function in ilObjStudyProgramme
1360 $subtype = $this->getSubType();
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/RPC/lib/src/de/ilias/services/lucene/index/
H A DCommandQueueElement.java106 public String getSubType() { in getSubType() method in CommandQueueElement
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/entity/mime/content/
H A DAbstractContentBody.java81 public String getSubType() { in getSubType() method in AbstractContentBody
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/entity/mime/content/
H A DAbstractContentBody.java81 public String getSubType() { in getSubType() method in AbstractContentBody
/dports/mail/libvmime/vmime-0.9.2/examples/
H A Dexample4.cpp70 if (part.getType().getSubType() == vmime::mediaTypes::TEXT_HTML) in main()
/dports/www/ilias/ILIAS-5.4.25/Services/News/classes/
H A Dclass.ilNewsService.php47 …ontext($context->getObjId(), $context->getObjType(), $context->getSubId(), $context->getSubType());
/dports/www/ilias6/ILIAS-6.14/Services/News/classes/
H A Dclass.ilNewsService.php47 …ontext($context->getObjId(), $context->getObjType(), $context->getSubId(), $context->getSubType());
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentType.java98 public String getSubType() { in getSubType() method in ContentType
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentType.java98 public String getSubType() { in getSubType() method in ContentType
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DUtil.hxx71 short getSubType() const { return m_aSubType; } in getSubType() function in connectivity::firebird::ColumnTypeInfo
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/
H A DUtil.hxx76 short getSubType() const { return m_aSubType; } in getSubType() function in connectivity::firebird::ColumnTypeInfo
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWPictMac.hxx56 SubType getSubType() const final in getSubType() function in MWAWPictMac
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilStudyProgrammeMailTemplateContext.php196 if (!is_null($obj->getSubType())) {
197 $string = (string) $obj->getSubType()->getTitle();
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/awt/datatransfer/
H A DMimeType.h35 virtual ::java::lang::String * getSubType();
/dports/lang/gcc48/gcc-4.8.5/libjava/java/awt/datatransfer/
H A DMimeType.h35 virtual ::java::lang::String * getSubType();
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/awt/datatransfer/
H A DMimeType.h35 virtual ::java::lang::String * getSubType();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/awt/datatransfer/
H A DMimeType.h35 virtual ::java::lang::String * getSubType();

12345678910>>...15