Home
last modified time | relevance | path

Searched refs:PropValue (Results 1 – 25 of 62) sorted by relevance

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/db/bdb/
H A Dbdb_bv_property_store.hpp45 template <class PropKey, class PropValue>
49 typedef pair<PropKey, PropValue> TKey;
105 typedef pair<PropKey, PropValue> TKey;
125 template <class PropKey, class PropValue>
136 template <class PropKey, class PropValue>
146 template <class PropKey, class PropValue>
155 template <class PropKey, class PropValue>
164 template <class PropKey, class PropValue>
174 template <class PropKey, class PropValue>
195 template <class PropKey, class PropValue>
[all …]
/dports/x11/xsm/xsm-1.0.4/
H A Dprop.c38 PropValue *pval; in FreePropValues()
42 pval = (PropValue *) pv->thing; in FreePropValues()
87 PropValue *pval; in SetInitialProperties()
98 pval = (PropValue *) vl->thing; in SetInitialProperties()
108 pval = (PropValue *) vl->thing; in SetInitialProperties()
164 PropValue *pval = (PropValue *) XtMalloc (sizeof (PropValue)); in SetProperty()
333 PropValue *pval; in GetPropertiesProc()
367 pval = (PropValue *) pj->thing; in GetPropertiesProc()
H A Drestart.c181 if(vl) program = ((PropValue *)vl->thing)->value; in Restart()
186 if(vl) cwd = ((PropValue *)vl->thing)->value; in Restart()
190 ((PropValue *)vl->thing)->value; in Restart()
196 *pp++ = ((PropValue *)vl->thing)->value; in Restart()
204 p = ((PropValue *)vl->thing)->value; in Restart()
370 PropValue *pval = (PropValue *) vl->thing; in Clone()
389 pval = (PropValue *) pj->thing; in Clone()
402 pval = (PropValue *) pj->thing; in Clone()
H A Dsaveutil.c63 PropValue *val; in ReadSave()
184 val = (PropValue *)XtMalloc(sizeof *val); in ReadSave()
268 PropValue *pval; in SaveClient()
279 pval = (PropValue *) vl->thing; in SaveClient()
289 pval = (PropValue *) pj->thing; in SaveClient()
H A Dinfo.c136 PropValue *pval; in DisplayProps()
181 pval = (PropValue *) vl->thing; in DisplayProps()
212 pval = (PropValue *) pj->thing; in DisplayProps()
434 PropValue *pval = (PropValue *) vl->thing; in UpdateClientList()
521 PropValue *pval = (PropValue *) vl->thing; in UpdateClientList()
630 PropValue *pval = (PropValue *) vl->thing; in RestartHintXtProc()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst/vaapi/
H A Dgstvaapiencode.c109 } PropValue; typedef
111 static PropValue *
115 PropValue *prop_value; in prop_value_new()
120 prop_value = g_slice_new (PropValue); in prop_value_new()
134 prop_value_free (PropValue * prop_value) in prop_value_free()
146 g_slice_free (PropValue, prop_value); in prop_value_free()
149 static inline PropValue *
164 PropValue *const prop_value = prop_value_lookup (encode, prop_id); in gst_vaapiencode_default_get_property()
177 PropValue *const prop_value = prop_value_lookup (encode, prop_id); in gst_vaapiencode_default_set_property()
510 PropValue *const prop_value = g_ptr_array_index (prop_values, i); in ensure_encoder()
[all …]
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/codegen/
H A Dfpddpopcode.pp31 procedure AddProperty(const ObjName, PropName, PropValue: String; Lines: TStrings);
32 procedure AddProperty(const ObjName, PropName: String; PropValue: Boolean; Lines: TStrings);
33 procedure AddStringProperty(const ObjName, PropName, PropValue: String; Lines: TStrings);
242 If PropValue then
248 procedure TFPDDPopulateCodeGenerator.AddProperty(Const ObjName,PropName,PropValue : String; Lines: …
252 AddLine(Format('%s.%s:=%s;',[Objname,Propname,PropValue]),lines)
254 AddLine(Format('%s:=%s;',[Propname,PropValue]),lines);
257 procedure TFPDDPopulateCodeGenerator.AddStringProperty(Const ObjName,PropName,PropValue : String; L…
260 If (PropValue<>'') then
262 AddLine(Format('%s.%s:=''%s'';',[Objname,Propname,EscapeString(PropValue)]),lines)
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/codegen/
H A Dfpddpopcode.pp31 procedure AddProperty(const ObjName, PropName, PropValue: String; Lines: TStrings);
32 procedure AddProperty(const ObjName, PropName: String; PropValue: Boolean; Lines: TStrings);
33 procedure AddStringProperty(const ObjName, PropName, PropValue: String; Lines: TStrings);
242 If PropValue then
248 procedure TFPDDPopulateCodeGenerator.AddProperty(Const ObjName,PropName,PropValue : String; Lines: …
252 AddLine(Format('%s.%s:=%s;',[Objname,Propname,PropValue]),lines)
254 AddLine(Format('%s:=%s;',[Propname,PropValue]),lines);
257 procedure TFPDDPopulateCodeGenerator.AddStringProperty(Const ObjName,PropName,PropValue : String; L…
260 If (PropValue<>'') then
262 AddLine(Format('%s.%s:=''%s'';',[Objname,Propname,EscapeString(PropValue)]),lines)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Mono.Globalization.Unicode/
H A DNormalization.cs31 static uint PropValue (int cp) in PropValue() method in System.Text.Normalization
229 if ((PropValue (composed) & FullCompositionExclusion) == 0) in TryCompose()
322 v = PropValue ((int) c); in QuickCheck()
331 return (PropValue ((int) c) & NoNfd) != 0 ? in QuickCheck()
334 v = PropValue ((int) c); in QuickCheck()
342 return (PropValue ((int) c) & NoNfkd) != 0 ? in QuickCheck()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_peruser/src/
H A Dcouch_peruser.erl256 {PropValue} = couch_util:get_value(Prop, SecProps, {[]}),
257 Names = couch_util:get_value(<<"names">>, PropValue, []),
267 <<"names">>, 1, PropValue,
276 {PropValue} = couch_util:get_value(Prop, SecProps, {[]}),
277 Names = couch_util:get_value(<<"names">>, PropValue, []),
287 <<"names">>, 1, PropValue,
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/kvm/
H A Dkvm-cpu.c122 static PropValue kvm_default_props[] = {
142 PropValue *pv;
/dports/emulators/qemu/qemu-6.2.0/target/i386/kvm/
H A Dkvm-cpu.c122 static PropValue kvm_default_props[] = {
142 PropValue *pv; in x86_cpu_change_kvm_default()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Dcpu.c1461 PropValue *props;
2150 .props = (PropValue[]) {
2231 .props = (PropValue[]) {
3025 .props = (PropValue[]) {
3037 .props = (PropValue[]) {
3045 .props = (PropValue[]) {
3052 .props = (PropValue[]) {
3167 .props = (PropValue[]) {
3990 .props = (PropValue[]) {
4936 PropValue *pv;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DPropertyMap.hxx93 class PropValue class
101 PropValue( const css::uno::Any& rValue, GrabBagType i_GrabBagType, bool bDocDefault ) in PropValue() function in writerfilter::dmapper::PropValue
108 PropValue( const css::uno::Any& rValue, GrabBagType i_GrabBagType ) in PropValue() function in writerfilter::dmapper::PropValue
115 PropValue() in PropValue() function in writerfilter::dmapper::PropValue
142 std::map< PropertyIds, PropValue > m_vMap;
/dports/emulators/qemu/qemu-6.2.0/target/i386/
H A Dcpu.c1525 PropValue *props;
2214 .props = (PropValue[]) {
2295 .props = (PropValue[]) {
3089 .props = (PropValue[]) {
3101 .props = (PropValue[]) {
3109 .props = (PropValue[]) {
3116 .props = (PropValue[]) {
3231 .props = (PropValue[]) {
4055 .props = (PropValue[]) {
5001 PropValue *pv; in x86_cpu_apply_props()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Depptbase.hxx94 class PropValue class
107 PropValue() {} in PropValue() function in PropValue
319 class PPTWriterBase : public PropValue, public GroupTable
H A Deppt.cxx556 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "HeaderText", true ) ) in ImplCreateHeaderFooterStrings()
561 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "FooterText", true ) ) in ImplCreateHeaderFooterStrings()
566 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "DateTimeText", true ) ) in ImplCreateHeaderFooterStrings()
581 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsHeaderVisible", true ) ) in ImplCreateHeaderFooters()
586 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsFooterVisible", true ) ) in ImplCreateHeaderFooters()
591 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsDateTimeVisible", true ) ) in ImplCreateHeaderFooters()
596 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsPageNumberVisible", true ) ) in ImplCreateHeaderFooters()
601 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsDateTimeFixed", true ) ) in ImplCreateHeaderFooters()
608 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "DateTimeFormat", true ) ) in ImplCreateHeaderFooters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Depptbase.hxx95 class PropValue class
108 PropValue() {} in PropValue() function in PropValue
321 class PPTWriterBase : public PropValue, public GroupTable
H A Deppt.cxx553 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "HeaderText", true ) ) in ImplCreateHeaderFooterStrings()
558 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "FooterText", true ) ) in ImplCreateHeaderFooterStrings()
563 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "DateTimeText", true ) ) in ImplCreateHeaderFooterStrings()
578 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsHeaderVisible", true ) ) in ImplCreateHeaderFooters()
583 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsFooterVisible", true ) ) in ImplCreateHeaderFooters()
588 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsDateTimeVisible", true ) ) in ImplCreateHeaderFooters()
593 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsPageNumberVisible", true ) ) in ImplCreateHeaderFooters()
598 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "IsDateTimeFixed", true ) ) in ImplCreateHeaderFooters()
605 if ( PropValue::GetPropertyValue( aAny, rXPagePropSet, "DateTimeFormat", true ) ) in ImplCreateHeaderFooters()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DObjectEmitter.cpp163 propertyState_ = PropertyState::PropValue; in prepareForPropValue()
236 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInitHomeObject()
266 if (propertyState_ == PropertyState::PropValue) { in emitInitHomeObject()
312 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInit()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DObjectEmitter.cpp151 propertyState_ = PropertyState::PropValue; in prepareForPropValue()
224 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInitHomeObject()
253 if (propertyState_ == PropertyState::PropValue) { in emitInitHomeObject()
309 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInit()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DObjectEmitter.cpp163 propertyState_ = PropertyState::PropValue; in prepareForPropValue()
236 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInitHomeObject()
266 if (propertyState_ == PropertyState::PropValue) { in emitInitHomeObject()
312 MOZ_ASSERT(propertyState_ == PropertyState::PropValue || in emitInit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DPropertyMap.hxx93 class PropValue class
100 PropValue( const css::uno::Any& rValue, GrabBagType i_GrabBagType ) in PropValue() function in writerfilter::dmapper::PropValue
106 PropValue() in PropValue() function in writerfilter::dmapper::PropValue
130 std::map< PropertyIds, PropValue > m_vMap;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIRBuilder.cpp152 ValueAsMetadata *PropValue = ValueAsMetadata::get(FalseValue); in annotateLoopLatch() local
153 Args.push_back(MDNode::get(Ctx, {PropName, PropValue})); in annotateLoopLatch()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/
H A Dcpu.c1635 typedef struct PropValue { struct
1637 } PropValue; argument
1643 PropValue *props;
2331 .props = (PropValue[]) {
2412 .props = (PropValue[]) {
3203 .props = (PropValue[]) {
3215 .props = (PropValue[]) {
3223 .props = (PropValue[]) {
4321 PropValue *pv; in x86_cpu_change_kvm_default()
5206 PropValue *pv; in x86_cpu_apply_props()
[all …]

123