Home
last modified time | relevance | path

Searched refs:FieldValue (Results 1 – 25 of 2233) sorted by relevance

12345678910>>...90

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntityData.cpp29 using FieldValue = EntityData::FieldValue; typedef
62 { "sound", OptionalFlag::OPTIONAL, FieldValue("") }
308 FieldValue::FieldValue(): in FieldValue() function in Solarus::FieldValue
319 FieldValue::FieldValue(const std::string& value): in FieldValue() function in Solarus::FieldValue
334 FieldValue::FieldValue(const char* value): in FieldValue() function in Solarus::FieldValue
335 FieldValue(std::string(value)) { in FieldValue()
343 FieldValue::FieldValue(int value): in FieldValue() function in Solarus::FieldValue
354 FieldValue::FieldValue(bool value): in FieldValue() function in Solarus::FieldValue
364 bool FieldValue::operator==(const FieldValue& other) const { in operator ==()
374 bool FieldValue::operator!=(const FieldValue& other) const { in operator !=()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DField.h29 class FieldValue; variable
37 FieldValue *min = NULL, FieldValue *max = NULL,
46 FieldValue *getDefault(bool x3d) const in getDefault()
56 void setDefault(FieldValue *value);
58 FieldValue *getMin() const { return m_min; } in getMin()
59 FieldValue *getMax() const { return m_max; } in getMax()
65 void addX3dDefault(FieldValue *x3dValue) in addX3dDefault()
68 FieldValue *m_value;
69 FieldValue *m_x3dValue;
72 FieldValue *m_min;
[all …]
H A DExposedField.h28 class FieldValue; variable
34 FieldValue *value,
35 FieldValue *min = NULL,
36 FieldValue *max = NULL,
46 FieldValue *getValue() const;
47 FieldValue *getMin() const { return m_min; } in getMin()
48 FieldValue *getMax() const { return m_max; } in getMax()
65 FieldValue *m_value;
70 FieldValue *m_min;
71 FieldValue *m_max;
H A DFieldValue.h44 class FieldValue {
46 FieldValue();
47 virtual ~FieldValue() {} in ~FieldValue()
109 virtual bool equals(const FieldValue *value) const = 0;
112 virtual FieldValue *addNode(Node *node, int index = -1) const;
113 virtual FieldValue *removeNode(Node *node, int index = -1) const;
115 virtual void clamp(const FieldValue *min, const FieldValue *max) {} in clamp()
137 virtual FieldValue *copy() = 0;
168 class MFieldValue : public FieldValue
172 virtual FieldValue *getSFValue(int index) const = 0;
[all …]
H A DFieldViewItem.h34 class FieldValue; variable
49 virtual void SetValue(FieldValue *value);
50 FieldValue *GetValue(void) { return m_value; } in GetValue()
67 virtual FieldValue *OnCommand(int id) { return NULL; } in OnCommand()
69 virtual FieldValue *OnMouseDown(int, int, int) { return NULL; } in OnMouseDown()
72 virtual FieldValue *StopEditing(const char *str, int offset) in StopEditing()
92 virtual FieldValue *OnMouseMove(FieldValue *value, int index, in OnMouseMove()
106 FieldValue *m_value;
124 virtual void SetValue(FieldValue *value);
125 void InitIndexValue(int index, FieldValue *value);
H A DMFFloat.h54 virtual bool equals(const FieldValue *value) const;
55 virtual void clamp(const FieldValue *min, const FieldValue *max);
56 virtual FieldValue *copy();
60 virtual FieldValue *getSFValue(int index) const;
61 virtual void setSFValue(int index, FieldValue *value);
70 virtual void insertSFValue(int index, FieldValue *value);
84 FieldValue *getRandom(Scene *scene, int nodeType);
87 FieldValue *getRandom(Scene *scene, int nodeType) \
H A DMFTime.h51 virtual void clamp(const FieldValue *min, const FieldValue *max);
52 virtual FieldValue *copy();
58 virtual FieldValue *getSFValue(int index) const in getSFValue()
60 virtual void setSFValue(int index, FieldValue *value);
62 virtual void insertSFValue(int index, FieldValue *value);
66 virtual bool equals(const FieldValue *value) const;
71 FieldValue *getRandom(Scene *scene, int nodeType);
H A DSFFloat.h26 class SFFloat : public FieldValue {
46 virtual FieldValue *copy() { return new SFFloat(*this); } in copy()
57 virtual bool equals(const FieldValue *value) const;
58 virtual bool equalsAngle(const FieldValue *value, double angleUnit)
60 virtual void clamp(const FieldValue *min, const FieldValue *max);
77 FieldValue *getRandom(Scene *scene, int nodetype) in getRandom()
H A DMFDouble.h53 virtual bool equals(const FieldValue *value) const;
54 virtual void clamp(const FieldValue *min, const FieldValue *max);
55 virtual FieldValue *copy();
59 virtual FieldValue *getSFValue(int index) const;
60 virtual void setSFValue(int index, FieldValue *value);
69 virtual void insertSFValue(int index, FieldValue *value);
81 FieldValue *getRandom(Scene *scene, int nodeType);
H A DSFDouble.h28 class SFDouble : public FieldValue {
49 virtual FieldValue *copy() { return new SFDouble(*this); } in copy()
53 virtual bool equals(const FieldValue *value) const;
54 virtual bool equalsAngle(const FieldValue *value, double angleUnit)
56 virtual void clamp(const FieldValue *min, const FieldValue *max);
75 FieldValue *getRandom(Scene *scene, int nodetype) in getRandom()
H A DMFColor.h40 virtual FieldValue *copy();
44 virtual bool equals(const FieldValue *value) const;
49 virtual FieldValue *getSFValue(int index) const;
50 virtual void setSFValue(int index, FieldValue *value);
53 virtual void clamp(const FieldValue *min, const FieldValue *max);
55 virtual void insertSFValue(int index, FieldValue *value);
H A DProto.h36 class FieldValue; variable
233 void addURLs(FieldValue *urls);
235 FieldValue * getURLs(void) { return m_urls; } in getURLs()
248 FieldValue *getUrls(void) { return m_urls; } in getUrls()
334 FieldValue *min = NULL,
335 FieldValue *max = NULL);
402 FieldValue *min, FieldValue *max,
437 FieldValue *m_urls;
522 virtual FieldValue *getField(int index) const;
527 FieldValue *value);
[all …]
H A DMFColorRGBA.h40 virtual FieldValue *copy();
44 virtual bool equals(const FieldValue *value) const;
49 virtual FieldValue *getSFValue(int index) const;
50 virtual void setSFValue(int index, FieldValue *value);
53 virtual void clamp(const FieldValue *min, const FieldValue *max);
55 virtual void insertSFValue(int index, FieldValue *value);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DEntityData.h57 struct SOLARUS_API FieldValue { struct
59 FieldValue();
60 explicit FieldValue(const std::string& value);
61 explicit FieldValue(const char* value);
62 explicit FieldValue(int value);
63 explicit FieldValue(bool value);
65 bool operator==(const FieldValue& other) const;
66 bool operator!=(const FieldValue& other) const;
133 const std::map<std::string, FieldValue>& get_specific_properties() const;
134 FieldValue get_specific_property(const std::string& key) const;
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/DynamicField/Driver/
H A DCheckbox.pm232 my $FieldValue = $Self->EditFieldValueGet(
238 if ( defined $FieldValue && IsHashRefWithData($FieldValue) ) {
240 !defined $FieldValue->{FieldValue}
248 defined $FieldValue->{FieldValue}
249 && $FieldValue->{FieldValue} eq '1'
288 if ( $FieldValue->{UsedValue} ) {
439 if ( $Data{FieldValue} ) {
440 $Value = $Data{FieldValue};
457 my $Value = $FieldValue->{FieldValue} || '';
544 if ( defined $FieldValue ) {
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/HttpUtilitiesDxe/
H A DHttpUtilitiesProtocol.c124 SeedHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
150 TempHeaderFields[Index].FieldValue in HttpUtilitiesBuild()
165 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
174 AppendList[Index]->FieldValue in HttpUtilitiesBuild()
195 StrLength = AsciiStrLen (HttpHeader->FieldValue); in HttpUtilitiesBuild()
293 CHAR8 *FieldValue; in HttpUtilitiesParse() local
302 FieldValue = NULL; in HttpUtilitiesParse()
328 FieldValue = NULL; in HttpUtilitiesParse()
331 if (FieldName == NULL || FieldValue == NULL) { in HttpUtilitiesParse()
361 FieldValue = NULL; in HttpUtilitiesParse()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/test/files/
H A Dissue21.data6 FieldValue: Text1
12 FieldValue: Text2
18 FieldValue: Radio Button3
28 FieldValue: Radio Button4
37 FieldValue: Check Box4
45 FieldValue: Check Box5
53 FieldValue: List Box6
66 FieldValue: List Box7
79 FieldValue: Combo Box8
102 FieldValue: Text&#196;&#223;&#244;

12345678910>>...90