Home
last modified time | relevance | path

Searched refs:TextValue (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dtextvalue.cpp36 TextValue::TextValue(String const &initialValue) in TextValue() function in de::TextValue
45 Value *TextValue::duplicate() const in duplicate()
47 return new TextValue(_value); in duplicate()
55 Value::Text TextValue::asText() const in asText()
60 Record *TextValue::memberScope() const in memberScope()
65 dsize TextValue::size() const in size()
74 if (is<TextValue>(value)) in contains()
81 bool TextValue::isTrue() const in isTrue()
94 TextValue const *other = dynamic_cast<TextValue const *>(&value); in compare()
104 TextValue const *other = dynamic_cast<TextValue const *>(&value); in sum()
[all …]
H A Drecordvalue.cpp228 TextValue const *text = dynamic_cast<TextValue const *>(&index); in setElement()
240 TextValue const *text = dynamic_cast<TextValue const *>(&value); in duplicateElement()
257 TextValue const *text = dynamic_cast<TextValue const *>(&value); in contains()
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dvcard.h188 TextValue m_timeZone;
192 TextValue m_title;
193 TextValue m_role;
195 TextValue m_agent;
199 TextValue m_mailer;
201 TextValue m_note;
204 TextValue m_guid;
205 TextValue m_revision;
206 TextValue m_class;
242 TextValue m_number;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/animator/
H A DTextKeyframeAnimator.cpp21 explicit Builder(TextValue* target) : fTarget(target) {} in Builder()
49 TextValue val; in parseKFValue()
64 std::vector<TextValue> fValues;
65 TextValue* fTarget;
70 std::vector<TextValue> vs, TextValue* target_value) in TextKeyframeAnimator()
87 const std::vector<TextValue> fValues;
88 TextValue* fTarget;
96 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind()
98 TextValue* v) { in bind()
/dports/devel/py-pyface/pyface-7.2.0/pyface/data_view/value_types/tests/
H A Dtest_text_value.py14 from pyface.data_view.value_types.text_value import TextValue
26 value = TextValue()
30 value = TextValue()
34 value = TextValue()
39 value = TextValue()
44 value = TextValue()
49 value = TextValue()
55 value = TextValue()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/scriptsys/
H A Dbindings_core.cpp39 return new TextValue(ctx.nativeSelf().asText().fileNamePath()); in Function_String_FileNamePath()
44 return new TextValue(ctx.nativeSelf().asText().fileNameExtension()); in Function_String_FileNameExtension()
49 return new TextValue(ctx.nativeSelf().asText().fileNameWithoutExtension()); in Function_String_FileNameWithoutExtension()
59 return new TextValue(ctx.nativeSelf().asText().upper()); in Function_String_Upper()
64 return new TextValue(ctx.nativeSelf().asText().lower()); in Function_String_Lower()
81 return new TextValue(args.at(0)->asText().fileNamePath()); in Function_Path_WithoutFileName()
117 return new TextValue(constFileInstance(ctx).name()); in Function_File_Name()
122 return new TextValue(constFileInstance(ctx).path()); in Function_File_Path()
142 return new TextValue(constFileInstance(ctx).description()); in Function_File_Description()
167 return new TextValue(String::fromUtf8(raw)); in Function_File_ReadUtf8()
[all …]
H A Dbuiltinexpression.cpp118 *keys << new TextValue(name); in evaluate()
145 dict->add(new TextValue(i.key()), new RefValue(i.value())); in evaluate()
153 dict->add(new TextValue(i.key()), new RecordValue(i.value())); in evaluate()
221 return new TextValue(args.at(1).asText()); in evaluate()
350 return new TextValue(args.at(1).typeId()); in evaluate()
/dports/games/atr3d/atr3d/
H A Dinput.cpp355 i=strlen(TextValue); in TextEntryKey()
356 *(TextValue+i-1)='\0'; in TextEntryKey()
365 i=strlen(TextValue); in TextEntryKey()
367 *(TextValue+i)=key; in TextEntryKey()
368 *(TextValue+i+1)='\0'; in TextEntryKey()
380 i=strlen(TextValue); in ScoreEntryKey()
381 *(TextValue+i-1)='\0'; in ScoreEntryKey()
385 AddHighScore(TextValue); in ScoreEntryKey()
388 i=strlen(TextValue); in ScoreEntryKey()
390 *(TextValue+i)=key; in ScoreEntryKey()
[all …]
/dports/devel/py-pyface/pyface-7.2.0/pyface/data_view/data_models/tests/
H A Dtest_data_accessors.py18 from pyface.data_view.value_types.api import IntValue, TextValue
43 accessor.title_type = TextValue()
61 accessor.value_type = TextValue()
81 value_type=TextValue(),
89 self.assertIsInstance(accessor.title_type, TextValue)
95 self.assertIsInstance(accessor.title_type, TextValue)
136 value_type=TextValue(),
144 self.assertIsInstance(accessor.title_type, TextValue)
150 self.assertIsInstance(accessor.title_type, TextValue)
241 value_type=TextValue(),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.h39 const TextValue& getText() const { return fText.fCurrentValue; } in getText()
40 void setText(const TextValue&);
93 TextValue fCurrentValue;
103 const TextValue* operator->() const { return &fCurrentValue; }
106 mutable TextValue fPrevValue;
H A DTextValue.cpp17 bool ValueTraits<TextValue>::FromJSON(const skjson::Value& jv, in FromJSON()
19 TextValue* v) { in FromJSON()
146 bool ValueTraits<TextValue>::Lerp(const TextValue& v0, const TextValue&, float, TextValue* result) { in Lerp() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.h39 const TextValue& getText() const { return fText.fCurrentValue; } in getText()
40 void setText(const TextValue&);
94 TextValue fCurrentValue;
104 const TextValue* operator->() const { return &fCurrentValue; }
107 mutable TextValue fPrevValue;
H A DTextValue.h16 typedef TextPropertyValue TextValue; typedef
21 bool Parse(const skjson::Value&, const AnimationBuilder&, TextValue*);
/dports/cad/opencascade/opencascade-7.6.0/src/StepFile/
H A DStepFile_ReadData.cxx22 namespace TextValue namespace
296 myCurRec->myIdent = TextValue::IdZero; in RecordType()
318 aSubRec->myIdent = TextValue::Sub1; break; in RecordListStart()
320 aSubRec->myIdent = TextValue::Sub2; break; in RecordListStart()
330 myCurrType = TextValue::SubList; in RecordListStart()
419 aRecord->myIdent = TextValue::Scope; in AddNewScope()
420 aRecord->myType = TextValue::Nil; in AddNewScope()
437 aRecord->myIdent = TextValue::Scope; in FinalOfScope()
438 aRecord->myType = TextValue::Nil; in FinalOfScope()
766 aNumArg, TextValue::ArgType1[myCurrArg->myType], in PrintRecord()
[all …]
/dports/devel/py-pyface/pyface-7.2.0/examples/data_view/
H A Drow_table_example.py22 BoolValue, ColorValue, IntValue, TextValue
64 class CountryValue(TextValue):
80 value_type=TextValue(),
98 value_type=TextValue(),
102 value_type=TextValue(),
H A Dcolumn_example.py23 BoolValue, ColorValue, IntValue, TextValue, no_value
66 class CountryValue(TextValue):
82 value_type=TextValue(),
107 value_type=TextValue(),
112 value_type=TextValue(),
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Ddedregister.cpp127 TextValue const val(v); in DENG2_PIMPL()
137 return lut.contains(TextValue(v)); in DENG2_PIMPL()
159 return is<TextValue>(value) && value.asText().isEmpty(); in DENG2_PIMPL()
189 if (dict.contains(TextValue(valText))) return false; in DENG2_PIMPL()
193 dict.add(new TextValue(valText), new RecordValue(&def)); in DENG2_PIMPL()
216 if (dict.contains(TextValue(valText))) in DENG2_PIMPL()
218 Value const &indexed = dict.element(TextValue(valText)); in DENG2_PIMPL()
225 dict.remove(TextValue(valText)); in DENG2_PIMPL()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/ui/widgets/
H A Dpackagecontentoptionswidget.cpp86 if (conf().contains(TextValue(containerPackageId)))
88 DictionaryValue const &sel = conf().element(TextValue(containerPackageId))
90 if (sel.contains(TextValue(packageId())))
92 return sel.element(TextValue(packageId())).isTrue();
100 if (!conf().contains(TextValue(containerPackageId)))
102 conf().add(new TextValue(containerPackageId),
105 DictionaryValue &sel = conf().element(TextValue(containerPackageId))
107 sel.add(new TextValue(packageId()), new NumberValue(selected));
113 conf().remove(TextValue(containerPackageId));
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DAttributeParameterData.cs42 this.TextValue = textValue; in AttributeParameterData()
75 this.TextValue = AttributeData.GetParameterText(value, type); in AttributeParameterData()
99 TextValue = String.Empty; in AttributeParameterData()
103 public string TextValue property in Microsoft.Build.Tasks.Xaml.AttributeParameterData
/dports/x11-toolkits/scintilla/scintilla/test/
H A Dwin32Tests.py46 def TextValue(self): member in TestWins
82 value = self.TextValue()
90 value = self.TextValue()
99 value = self.TextValue()
113 value = self.TextValue()
120 value = self.TextValue()
/dports/editors/textadept/scintilla/test/
H A Dwin32Tests.py46 def TextValue(self): member in TestWins
82 value = self.TextValue()
90 value = self.TextValue()
99 value = self.TextValue()
113 value = self.TextValue()
120 value = self.TextValue()
/dports/editors/scite/scintilla/test/
H A Dwin32Tests.py46 def TextValue(self): member in TestWins
82 value = self.TextValue()
90 value = self.TextValue()
99 value = self.TextValue()
113 value = self.TextValue()
120 value = self.TextValue()
/dports/devel/py-pyface/pyface-7.2.0/docs/source/examples/
H A Ddict_data_model.py107 return TextValue(is_editable=False)
110 return TextValue(is_editable=False)
113 return TextValue(is_editable=False)
120 from pyface.data_view.value_types.api import IntValue, TextValue
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dvcard.cxx235 void PvCard::TextValue::PrintOn(ostream & strm) const in PrintOn()
277 void PvCard::TextValue::ReadFrom(istream & strm) in ReadFrom()
344 PvCard::TextValue * textValue = new PvCard::TextValue; in ReadFrom()
349 textValue = new PvCard::TextValue; in ReadFrom()
366 PvCard::TextValue value; in ReadFrom()
376 strm << Semicolon << TextValue("VALUE=url") << Colon << AsString(); in PrintOn()
378 strm << Semicolon << TextValue("ENCODING=b"); in PrintOn()
381 strm << Semicolon << TextValue("TYPE=" + contentType.Mid(6).ToUpper()); in PrintOn()
382 strm << Colon << TextValue(GetContents()); in PrintOn()
400 PvCard::TextValue data; in ReadFrom()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/
H A Ddisplaymode.cpp169 using de::TextValue; in Function_DisplayMode_OriginalMode()
174 dict->add(new TextValue("width"), new NumberValue(mode->width)); in Function_DisplayMode_OriginalMode()
175 dict->add(new TextValue("height"), new NumberValue(mode->height)); in Function_DisplayMode_OriginalMode()
176 dict->add(new TextValue("depth"), new NumberValue(mode->depth)); in Function_DisplayMode_OriginalMode()
177 dict->add(new TextValue("refreshRate"), new NumberValue(mode->refreshRate)); in Function_DisplayMode_OriginalMode()
181 dict->add(new TextValue("ratio"), ratio); in Function_DisplayMode_OriginalMode()

123456789