Home
last modified time | relevance | path

Searched refs:fldType (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/src/gui/editorwidgets/
H A Dqgsdefaultsearchwidgetwrapper.cpp57 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in setExpression() local
58 …const bool numeric = ( fldType == QVariant::Int || fldType == QVariant::Double || fldType == QVari… in setExpression()
95 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in supportedFlags() local
96 switch ( fldType ) in supportedFlags()
121 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in defaultFlags() local
122 switch ( fldType ) in defaultFlags()
151 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
159 switch ( fldType ) in createExpression()
259 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in initWidget() local
261 if ( fldType == QVariant::String ) in initWidget()
[all …]
H A Dqgsvaluemapsearchwidgetwrapper.cpp86 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
100 switch ( fldType ) in createExpression()
H A Dqgscheckboxsearchwidgetwrapper.cpp63 const QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
78 switch ( fldType ) in createExpression()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/editorwidgets/
H A Dqgsdefaultsearchwidgetwrapper.cpp57 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in setExpression() local
58 …bool numeric = ( fldType == QVariant::Int || fldType == QVariant::Double || fldType == QVariant::L… in setExpression()
95 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in supportedFlags() local
96 switch ( fldType ) in supportedFlags()
121 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in defaultFlags() local
122 switch ( fldType ) in defaultFlags()
151 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
159 switch ( fldType ) in createExpression()
259 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in initWidget() local
261 if ( fldType == QVariant::String ) in initWidget()
[all …]
H A Dqgsvaluemapsearchwidgetwrapper.cpp86 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
100 switch ( fldType ) in createExpression()
H A Dqgscheckboxsearchwidgetwrapper.cpp63 QVariant::Type fldType = layer()->fields().at( mFieldIdx ).type(); in createExpression() local
78 switch ( fldType ) in createExpression()
/dports/devel/shapelib/shapelib-1.5.0/contrib/
H A Dshpsort.c91 int *fldType; variable
178 fldType = malloc(sizeof *fldType * nFields); in main()
179 if (!fldType) { in main()
185 fldType[i] = fldIdx[i]; in main()
188 fldType[i] = DBFGetFieldInfo(inDBF, fldIdx[i], NULL, &width, &decimals); in main()
189 if (fldType[i] == FTInvalid) { in main()
373 switch(fldType[j]) { in PrintDataStruct()
417 switch (fldType[j]) { in build_index()
508 switch (fldType[i]) { in compare()
535 …fprintf(stderr, "compare: Program Error! Unhandled field type! fldType[%d] = %d\n", i, fldType[i]); in compare()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Dcustomattributebuilder.cs241 Type fldType = namedFields[i].FieldType; in InitCustomAttributeBuilder()
242 if (fieldValues[i] == null && fldType.IsPrimitive) in InitCustomAttributeBuilder()
246 if (!ValidateType(fldType)) in InitCustomAttributeBuilder()
272 fldType != typeof(Object) && in InitCustomAttributeBuilder()
273 Type.GetTypeCode(fieldValues[i].GetType()) != Type.GetTypeCode(fldType)) in InitCustomAttributeBuilder()
280 EmitType(writer, fldType); in InitCustomAttributeBuilder()
282 EmitValue(writer, fldType, fieldValues[i]); in InitCustomAttributeBuilder()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y442 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
447 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
452 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
456 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
461 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
466 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
471 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
475 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
559 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
563 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
H A Dproto.y.go1634 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1642 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1650 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1657 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1665 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1673 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1681 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1688 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1819 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1826 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
H A Dast.go503 fldType *compoundIdentNode member
530 return n.fldType
H A Dsource_code_info.go284 fieldType = n.fldType.val
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y474 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
480 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
486 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
491 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
497 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
503 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
509 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
514 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
632 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
637 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
H A Dproto.y.go1687 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1696 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1705 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1713 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1722 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1731 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1740 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1748 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1913 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1921 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
H A Dast.go471 fldType *compoundIdentNode member
498 return n.fldType
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/protoparse/
H A Dproto.y474 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
480 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
486 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5}
491 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
497 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
503 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
509 $$ = &fieldNode{label: lbl, fldType: $2, name: $3, tag: $5, options: $6}
514 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
605 $$ = &fieldNode{fldType: $1, name: $2, tag: $4}
610 $$ = &fieldNode{fldType: $1, name: $2, tag: $4, options: $5}
H A Dproto.y.go1652 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1661 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1670 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1678 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1687 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1696 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1705 …protoVAL.fld = &fieldNode{label: lbl, fldType: protoDollar[2].cid, name: protoDollar[3].id, tag: p…
1713 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1842 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
1850 …protoVAL.fld = &fieldNode{fldType: protoDollar[1].cid, name: protoDollar[2].id, tag: protoDollar[4…
H A Dast.go471 fldType *compoundIdentNode member
498 return n.fldType
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dnewfield.pas286 fldType: TFieldType;
295 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
296 NewField := CreateField(fldType, CheckName(EditName.Text));
307 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
308 NewField := CreateField(fldType, CheckName(EditName.Text));
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dnewfield.pas286 fldType: TFieldType;
295 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
296 NewField := CreateField(fldType, CheckName(EditName.Text));
307 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
308 NewField := CreateField(fldType, CheckName(EditName.Text));
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Dnewfield.pas286 fldType: TFieldType;
295 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
296 NewField := CreateField(fldType, CheckName(EditName.Text));
307 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
308 NewField := CreateField(fldType, CheckName(EditName.Text));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Dnewfield.pas286 fldType: TFieldType;
295 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
296 NewField := CreateField(fldType, CheckName(EditName.Text));
307 fldType := TFieldType(PtrUInt(SelectType.Items.Objects[SelectType.ItemIndex]));
308 NewField := CreateField(fldType, CheckName(EditName.Text));
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtexthandler.h305 enum fldType enum
399 fld_State(fldType type = UNSUPPORTED) :
422 fldType m_type;
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DLitTable.java332 ClassType fldType = (ClassType) valueType; in findLiteral() local
337 for (Field fld = fldType.getFields(); in findLiteral()
366 fldType = (ClassType) Type.make(fldClass); in findLiteral()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/nosql/
H A Dquadstore.go151 fldType = "type" const
428 doc = Document{fldValData: String(d.Value), fldType: String(d.Type)}
550 } else if typ, ok := d[fldType].(String); ok {

12