Home
last modified time | relevance | path

Searched refs:AbstractType (Results 326 – 350 of 650) sorted by relevance

1...<<11121314151617181920>>...26

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/
H A DCollectionType.php14 use Symfony\Component\Form\AbstractType; alias
22 class CollectionType extends AbstractType
H A DBaseType.php15 use Symfony\Component\Form\AbstractType; alias
29 abstract class BaseType extends AbstractType
H A DTimezoneType.php14 use Symfony\Component\Form\AbstractType; alias
23 class TimezoneType extends AbstractType implements ChoiceLoaderInterface
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Sell/Order/
H A DAddOrderCartRuleType.php33 use Symfony\Component\Form\AbstractType; alias
41 class AddOrderCartRuleType extends AbstractType
H A DOrderMessageType.php35 use Symfony\Component\Form\AbstractType; alias
47 class OrderMessageType extends AbstractType
H A DOrderPaymentType.php32 use Symfony\Component\Form\AbstractType; alias
41 class OrderPaymentType extends AbstractType
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Type/Material/
H A DMaterialChoiceTreeType.php29 use Symfony\Component\Form\AbstractType; alias
34 class MaterialChoiceTreeType extends AbstractType
H A DMaterialMultipleChoiceTableType.php29 use Symfony\Component\Form\AbstractType; alias
37 class MaterialMultipleChoiceTableType extends AbstractType
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Type/
H A DChangePasswordType.php31 use Symfony\Component\Form\AbstractType; alias
43 class ChangePasswordType extends AbstractType
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/Type/
H A DCollectionType.php14 use Symfony\Component\Form\AbstractType; alias
22 class CollectionType extends AbstractType
H A DBaseType.php15 use Symfony\Component\Form\AbstractType; alias
29 abstract class BaseType extends AbstractType
H A DTimezoneType.php14 use Symfony\Component\Form\AbstractType; alias
23 class TimezoneType extends AbstractType implements ChoiceLoaderInterface
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBType.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
42 public class JAXBType extends AbstractType{
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBType.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
42 public class JAXBType extends AbstractType{
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codecompletion/
H A Dcontext.cpp521 int adjustPriorityForType(const AbstractType::Ptr& type, int completionPriority) in adjustPriorityForType()
526 if (whichType == AbstractType::TypePointer || whichType == AbstractType::TypeReference) { in adjustPriorityForType()
529 } else if (whichType == AbstractType::TypeStructure) { in adjustPriorityForType()
532 } else if (whichType == AbstractType::TypeDelayed) { in adjustPriorityForType()
534 } else if (whichType == AbstractType::TypeAlias) { in adjustPriorityForType()
536 …return adjustPriorityForType(aliasedType ? aliasedType->type() : AbstractType::Ptr(), completionPr… in adjustPriorityForType()
537 } else if (whichType == AbstractType::TypeFunction) { in adjustPriorityForType()
539 …return adjustPriorityForType(functionType ? functionType->returnType() : AbstractType::Ptr(), comp… in adjustPriorityForType()
728 … const QLatin1String access = (parent->abstractType()->whichType() == AbstractType::TypePointer) in matchedItems()
741 AbstractType::Ptr typeForDeclaration(const Declaration* decl) in typeForDeclaration()
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Configure/ShopParameters/TrafficSeo/Meta/
H A DMetaType.php33 use Symfony\Component\Form\AbstractType; alias
45 class MetaType extends AbstractType
/dports/devel/kdev-php/kdev-php-21.12.3/duchain/builders/
H A Ddeclarationbuilder.h199 void declareClassMember(KDevelop::DUContext *parentCtx, KDevelop::AbstractType::Ptr type,
211 void declareVariable(KDevelop::DUContext *parentCtx, KDevelop::AbstractType::Ptr type,
226 void declareFoundVariable(KDevelop::AbstractType::Ptr type);
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/Type/
H A DBaseType.php14 use Symfony\Component\Form\AbstractType; alias
28 abstract class BaseType extends AbstractType
/dports/net/py-kafka-python/kafka-python-1.4.5/kafka/protocol/
H A Dstruct.py5 from kafka.protocol.abstract import AbstractType
11 class Struct(AbstractType):
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DMLIRContext.cpp324 DenseMap<TypeID, AbstractType *> registeredTypes;
363 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()
703 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()
709 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()
710 AbstractType(std::move(typeInfo)); in addType()
827 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
828 const AbstractType *type = lookupMutable(typeID, context); in lookup()
835 AbstractType *AbstractType::lookupMutable(TypeID typeID, MLIRContext *context) { in lookupMutable()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DMLIRContext.cpp315 DenseMap<TypeID, AbstractType *> registeredTypes;
354 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()
689 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()
695 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()
696 AbstractType(std::move(typeInfo)); in addType()
813 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
814 const AbstractType *type = lookupMutable(typeID, context); in lookup()
821 AbstractType *AbstractType::lookupMutable(TypeID typeID, MLIRContext *context) { in lookupMutable()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DMLIRContext.cpp315 DenseMap<TypeID, AbstractType *> registeredTypes;
354 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()
689 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()
695 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()
696 AbstractType(std::move(typeInfo)); in addType()
813 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
814 const AbstractType *type = lookupMutable(typeID, context); in lookup()
821 AbstractType *AbstractType::lookupMutable(TypeID typeID, MLIRContext *context) { in lookupMutable()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DMLIRContext.cpp315 DenseMap<TypeID, AbstractType *> registeredTypes;
354 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()
689 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()
695 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()
696 AbstractType(std::move(typeInfo)); in addType()
813 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()
814 const AbstractType *type = lookupMutable(typeID, context); in lookup()
821 AbstractType *AbstractType::lookupMutable(TypeID typeID, MLIRContext *context) { in lookupMutable()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/duchain/
H A Dexpressionvisitor.cpp96 encounter(AbstractType::Ptr(new IntegralType(IntegralType::TypeArray))); in visit()
275 encounter(AbstractType::Ptr(), DeclarationPointer()); in encounterNothing()
280 encounter(AbstractType::Ptr(new IntegralType(type))); in encounter()
440 encounter(AbstractType::Ptr::staticCast(type), decl); in instantiateCurrentDeclaration()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DMLIRContext.cpp310 DenseMap<TypeID, const AbstractType *> registeredTypes;
336 typeMapping.second->~AbstractType(); in ~MLIRContextImpl()
557 void Dialect::addType(TypeID typeID, AbstractType &&typeInfo) { in addType()
560 new (impl.abstractDialectSymbolAllocator.Allocate<AbstractType>()) in addType()
561 AbstractType(std::move(typeInfo)); in addType()
598 const AbstractType &AbstractType::lookup(TypeID typeID, MLIRContext *context) { in lookup()

1...<<11121314151617181920>>...26