Home
last modified time | relevance | path

Searched refs:typeValue (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Dtranscoding.go70 bytes = typeValue
73 bytes = *typeValue
142 bytes = typeValue
145 bytes = *typeValue
154 bytes = typeValue
157 bytes = *typeValue
286 bytes = typeValue
289 bytes = *typeValue
368 bytes = typeValue
371 bytes = *typeValue
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Dtranscoding.go70 bytes = typeValue
73 bytes = *typeValue
142 bytes = typeValue
145 bytes = *typeValue
154 bytes = typeValue
157 bytes = *typeValue
286 bytes = typeValue
289 bytes = *typeValue
368 bytes = typeValue
371 bytes = *typeValue
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/config/
H A Dnavigation_step_parser.go117 func getPotentialTypeValues(typeValue reflect.Type) (map[string]reflect.Type, error) {
118 if typeValue.Kind() == reflect.Ptr {
119 typeValue = typeValue.Elem()
122 if typeValue.Kind() != reflect.Struct {
123 return nil, fmt.Errorf("%v is not of type struct", typeValue)
128 for fieldIndex := 0; fieldIndex < typeValue.NumField(); fieldIndex++ {
129 fieldType := typeValue.Field(fieldIndex)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/config/
H A Dnavigation_step_parser.go117 func getPotentialTypeValues(typeValue reflect.Type) (map[string]reflect.Type, error) {
118 if typeValue.Kind() == reflect.Ptr {
119 typeValue = typeValue.Elem()
122 if typeValue.Kind() != reflect.Struct {
123 return nil, fmt.Errorf("%v is not of type struct", typeValue)
128 for fieldIndex := 0; fieldIndex < typeValue.NumField(); fieldIndex++ {
129 fieldType := typeValue.Field(fieldIndex)
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/config/
H A Dnavigation_step_parser.go117 func getPotentialTypeValues(typeValue reflect.Type) (map[string]reflect.Type, error) {
118 if typeValue.Kind() == reflect.Ptr {
119 typeValue = typeValue.Elem()
122 if typeValue.Kind() != reflect.Struct {
123 return nil, fmt.Errorf("%v is not of type struct", typeValue)
128 for fieldIndex := 0; fieldIndex < typeValue.NumField(); fieldIndex++ {
129 fieldType := typeValue.Field(fieldIndex)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/common/types/
H A Dobject.go36 typeValue *TypeValue member
49 typeValue *TypeValue,
56 typeValue: typeValue}
95 return o.typeValue
146 return o.typeValue
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimOverviewBuilderFactoryBase.cpp24 ossimString typeValue = kwl.find(prefix, "type"); in createObject() local
25 if(!typeValue.empty()) in createObject()
27 result = createObject(typeValue); in createObject()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A Ddefaults.php53 $typeValue = 'select'; variable
63 $typeValue = 'checkbox'; variable
70 $typeValue= 'checkbox'; variable
74 $tables['attribute'], addslashes($name), $typeValue, 1, $lc_name);
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/Magnum/OpenDdl/Test/
H A DParsersTest.cpp638 Type typeValue = {}; in propertyValueInvalid() local
657 Type typeValue = {}; in propertyValueBool() local
676 Type typeValue = {}; in propertyValueIntegral() local
695 Type typeValue = {}; in propertyValueCharacter() local
714 Type typeValue = {}; in propertyValueBinary() local
733 Type typeValue = {}; in propertyValueFloatingPoint() local
752 Type typeValue = {}; in propertyValueString() local
771 Type typeValue = {}; in propertyValueReference() local
790 Type typeValue = {}; in propertyValueReferenceNull() local
809 Type typeValue = {}; in propertyValueType() local
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer/src/JMS/Serializer/
H A DGraphNavigator.php269 $typeValue = (string)$data[$metadata->discriminatorFieldName];
274 $typeValue = (string)$data->attributes()->{$metadata->discriminatorFieldName};
279 …$typeValue = (string)$data->attributes($metadata->xmlDiscriminatorNamespace)->{$metadata->discrimi…
284 …$typeValue = (string)$data->children($metadata->xmlDiscriminatorNamespace)->{$metadata->discrimina…
289 $typeValue = (string)$data->{$metadata->discriminatorFieldName};
300 if (!isset($metadata->discriminatorMap[$typeValue])) {
303 $typeValue,
309 return $this->metadataFactory->getMetadataForClass($metadata->discriminatorMap[$typeValue]);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DImageHandlerStateFactory.cpp24 ossimString typeValue = kwl.find(prefix, ossimKeywordNames::TYPE_KW); in createState() local
25 if(typeValue) in createState()
27 result = createState(typeValue); in createState()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/linkeddata/gojsonld/
H A DserializationApi.go442 if typeValue, hasType := nodeMap["@type"]; hasType {
443 typeArray, isArray := typeValue.([]interface{})
466 var typeValue interface{}
467 typeValue = nil
490 typeValue = valueLiteral.Datatype.RawValue()
498 typeValue = valueLiteral.Datatype.RawValue()
504 if !isNil(typeValue) {
505 result["@type"] = typeValue
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/openal/
H A DEFXUtil.java140 private static boolean testSupportGeneric(final int objectType, final int typeValue) { in testSupportGeneric() argument
186 alEffecti(testObject, AL_EFFECT_TYPE, typeValue); in testSupportGeneric()
189 alFilteri(testObject, AL_FILTER_TYPE, typeValue); in testSupportGeneric()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java363 int typeValue; in getAbstractTypeFromDescriptor() local
366 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
369 typeValue = CHAR; in getAbstractTypeFromDescriptor()
372 typeValue = BYTE; in getAbstractTypeFromDescriptor()
375 typeValue = SHORT; in getAbstractTypeFromDescriptor()
378 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
381 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
384 typeValue = LONG; in getAbstractTypeFromDescriptor()
387 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1437 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java370 int typeValue; in getAbstractTypeFromDescriptor() local
373 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
376 typeValue = CHAR; in getAbstractTypeFromDescriptor()
379 typeValue = BYTE; in getAbstractTypeFromDescriptor()
382 typeValue = SHORT; in getAbstractTypeFromDescriptor()
385 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
388 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
391 typeValue = LONG; in getAbstractTypeFromDescriptor()
394 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1442 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java370 int typeValue; in getAbstractTypeFromDescriptor() local
373 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
376 typeValue = CHAR; in getAbstractTypeFromDescriptor()
379 typeValue = BYTE; in getAbstractTypeFromDescriptor()
382 typeValue = SHORT; in getAbstractTypeFromDescriptor()
385 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
388 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
391 typeValue = LONG; in getAbstractTypeFromDescriptor()
394 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1442 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java363 int typeValue; in getAbstractTypeFromDescriptor() local
366 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
369 typeValue = CHAR; in getAbstractTypeFromDescriptor()
372 typeValue = BYTE; in getAbstractTypeFromDescriptor()
375 typeValue = SHORT; in getAbstractTypeFromDescriptor()
378 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
381 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
384 typeValue = LONG; in getAbstractTypeFromDescriptor()
387 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1437 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java370 int typeValue; in getAbstractTypeFromDescriptor() local
373 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
376 typeValue = CHAR; in getAbstractTypeFromDescriptor()
379 typeValue = BYTE; in getAbstractTypeFromDescriptor()
382 typeValue = SHORT; in getAbstractTypeFromDescriptor()
385 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
388 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
391 typeValue = LONG; in getAbstractTypeFromDescriptor()
394 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1442 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DFrame.java363 int typeValue; in getAbstractTypeFromDescriptor() local
366 typeValue = BOOLEAN; in getAbstractTypeFromDescriptor()
369 typeValue = CHAR; in getAbstractTypeFromDescriptor()
372 typeValue = BYTE; in getAbstractTypeFromDescriptor()
375 typeValue = SHORT; in getAbstractTypeFromDescriptor()
378 typeValue = INTEGER; in getAbstractTypeFromDescriptor()
381 typeValue = FLOAT; in getAbstractTypeFromDescriptor()
384 typeValue = LONG; in getAbstractTypeFromDescriptor()
387 typeValue = DOUBLE; in getAbstractTypeFromDescriptor()
1437 int typeValue = abstractType & VALUE_MASK; in putAbstractType() local
[all …]
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/Windows/
H A Djucer_PIPCreatorWindowComponent.h166 builder.add (new ChoicePropertyComponent (typeValue, "Type", in buildProps()
187 auto type = typeValue.get().toString(); in valueTreePropertyChanged()
260 …if (typeValue.get().toString().isNotEmpty()) section.add (" type: " + typeVa… in getFormattedMetadataString()
284 auto type = typeValue.get().toString(); in createPIPFile()
325 typeValue { pipTree, Ids::type, nullptr, "Component" },
/dports/deskutils/kmail-account-wizard/kmail-account-wizard-21.12.3/src/
H A Dmain.cpp82 QString typeValue = parser.value(QStringLiteral("type")); in main() local
83 if (!typeValue.isEmpty()) { in main()
84 Global::setTypeFilter(typeValue.split(QLatin1Char(','))); in main()
/dports/sysutils/istio/istio-1.6.7/mixer/pkg/runtime/dispatcher/
H A Dutil.go24 if typeValue, ok := attrs.Get("context.reporter.kind"); ok {
25 if v, isString := typeValue.(string); isString {
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dinspected-context.cc143 v8::Local<v8::Value> typeValue; in getInternalType() local
146 .ToLocal(&typeValue) || in getInternalType()
147 !typeValue->IsUint32()) { in getInternalType()
150 return static_cast<V8InternalValueType>(typeValue.As<v8::Int32>()->Value()); in getInternalType()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dinspected-context.cc139 v8::Local<v8::Value> typeValue; in getInternalType() local
142 .ToLocal(&typeValue) || in getInternalType()
143 !typeValue->IsUint32()) { in getInternalType()
146 return static_cast<V8InternalValueType>(typeValue.As<v8::Int32>()->Value()); in getInternalType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dinspected-context.cc139 v8::Local<v8::Value> typeValue; in getInternalType() local
142 .ToLocal(&typeValue) || in getInternalType()
143 !typeValue->IsUint32()) { in getInternalType()
146 return static_cast<V8InternalValueType>(typeValue.As<v8::Int32>()->Value()); in getInternalType()

12345678910>>...13