/dports/devel/libical/libical-3.0.8/src/test/libical-glib/ |
H A D | property.py | 33 string_property_clone = string_property.clone(); 36 assert(string_property.isa_property() == 1); 43 string_property.add_parameter(parameter1); 44 string_property.add_parameter(parameter2); 47 assert(string_property.count_parameters() == 3); 56 assert(string_property.count_parameters() == 3); 58 assert(string_property.count_parameters() == 2); 60 assert(string_property.count_parameters() == 1); 65 string_property.set_value(value_from_string); 76 string_property.set_x_name("This is an x name!"); [all …]
|
H A D | component.py | 219 string_property = ICalGLib.Property.new_from_string(property_string); 221 component.add_property(string_property); 223 component.remove_property(string_property); 226 component.add_property(string_property);
|
/dports/mail/libpst/libpst-0.6.76/src/ |
H A D | msg.cpp | 131 string_property(out, prop, tag, contents.str, strlen(contents.str)); in string_property() 140 string_property(out, prop, tag, contents.str, strlen(contents.str)+1); in strin0_property() 147 string_property(out, prop, tag, contents.c_str(), contents.size()); in string_property() 257 string_property(out, prop_list, 0x001A001E, item->ascii_type); in write_msg_email() 258 string_property(out, prop_list, 0x0037001E, body_charset, item->subject); in write_msg_email() 260 string_property(out, prop_list, 0x003D001E, string("")); in write_msg_email() 264 string_property(out, prop_list, 0x0050001E, body_charset, email.reply_to); in write_msg_email() 278 string_property(out, prop_list, 0x007D001E, body_charset, email.header); in write_msg_email() 287 string_property(out, prop_list, 0x1000001E, body_charset, item->body); in write_msg_email() 288 string_property(out, prop_list, 0x1013001E, body_charset, email.htmlbody); in write_msg_email() [all …]
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/sd_module/ |
H A D | audio_params.hpp | 28 string_property output_method; 29 string_property pulse_server; 30 string_property alsa_device; 31 string_property oss_device;
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/ |
H A D | property.hpp | 266 class string_property: public property<std::string> class 269 explicit string_property(const std::string& name): in string_property() function in RHVoice::string_property 279 string_property& operator=(const std::string& val) in operator =() 286 class enum_string_property: public string_property 307 string_property(name) in enum_string_property()
|
H A D | engine.hpp | 131 string_property voice_profiles_spec;
|
H A D | voice.hpp | 136 string_property country;
|
/dports/math/octave/octave-6.4.0/libinterp/corefcn/ |
H A D | graphics.in.h | 440 string_property (const string_property& p) in string_property() function 2394 string_property tag s , "" 2395 string_property type frs , ty 3159 string_property filename , "" in BEGIN_PROPERTIES() 3166 string_property name , "" in BEGIN_PROPERTIES() 4272 string_property displayname , "" in BEGIN_PROPERTIES() 4281 string_property xdatasource , "" in BEGIN_PROPERTIES() 4283 string_property ydatasource , "" in BEGIN_PROPERTIES() 5389 string_property label , "" in BEGIN_PROPERTIES() 5660 string_property title , "" in BEGIN_PROPERTIES() [all …]
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/c/ |
H A D | sci_uicontrol.c | 95 static int string_property = -1; variable 631 … if ((inputIndex == string_property) || (inputIndex == tooltipstring_property)) in sci_uicontrol() 821 if (string_property == -1 && strcmp(propertiesNames[i], "string") == 0) in init_property_index() 823 string_property = i; in init_property_index()
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/ |
H A D | hw-properties.c | 221 case string_property: 274 case string_property: 752 hw_add_property (me, property, string_property, in hw_add_string_property() 767 if (node->type != string_property) in hw_find_string_property() 826 case string_property: in hw_find_string_array_property()
|
H A D | hw-properties.h | 39 string_property, enumerator
|
/dports/devel/gdb761/gdb-7.6.1/sim/common/ |
H A D | hw-properties.c | 221 case string_property: 274 case string_property: 752 hw_add_property (me, property, string_property, in hw_add_string_property() 767 if (node->type != string_property) in hw_find_string_property() 826 case string_property: in hw_find_string_array_property()
|
H A D | hw-properties.h | 39 string_property, enumerator
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | hw-properties.c | 224 case string_property: 277 case string_property: 761 hw_add_property (me, property, string_property, in hw_add_string_property() 776 if (node->type != string_property) in hw_find_string_property() 835 case string_property: in hw_find_string_array_property()
|
H A D | hw-properties.h | 40 string_property, enumerator
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/ |
H A D | hw-properties.c | 224 case string_property: 277 case string_property: 761 hw_add_property (me, property, string_property, in hw_add_string_property() 776 if (node->type != string_property) in hw_find_string_property() 835 case string_property: in hw_find_string_array_property()
|
H A D | hw-properties.h | 40 string_property, enumerator
|
/dports/www/firefox/firefox-99.0/tools/profiler/rust-api/src/gecko_bindings/ |
H A D | glue.rs | 29 json_writer.string_property("type", marker_type_name_fn()); in gecko_profiler_serialize_marker_for_tag()
|
/dports/www/firefox/firefox-99.0/tools/profiler/rust-api/src/ |
H A D | json_writer.rs | 63 pub fn string_property(&mut self, name: &str, value: &str) { in string_property() method
|
/dports/www/firefox/firefox-99.0/tools/profiler/rust-api/src/marker/ |
H A D | mod.rs | 266 json_writer.string_property("category", &self.0); in stream_json_marker_data()
|
/dports/audio/rhvoice/RHVoice-1.2.4/src/core/ |
H A D | voice.cpp | 47 string_property name("name"); in voice_info()
|
/dports/devel/avr-gdb/gdb-7.3.1/sim/ppc/ |
H A D | device.c | 861 case string_property: in device_init_static_properties() 905 case string_property: in device_init_runtime_properties() 1384 device_add_property(me, property, string_property, in device_add_string_property() 1399 || node->type != string_property) in device_find_string_property() 1457 case string_property: in device_find_string_array_property()
|
/dports/devel/gdb761/gdb-7.6.1/sim/ppc/ |
H A D | device.c | 860 case string_property: in device_init_static_properties() 904 case string_property: in device_init_runtime_properties() 1383 device_add_property(me, property, string_property, in device_add_string_property() 1398 || node->type != string_property) in device_find_string_property() 1456 case string_property: in device_find_string_array_property()
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/ |
H A D | device.c | 861 case string_property: in device_init_static_properties() 905 case string_property: in device_init_runtime_properties() 1384 device_add_property(me, property, string_property, in device_add_string_property() 1399 || node->type != string_property) in device_find_string_property() 1457 case string_property: in device_find_string_array_property()
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/ppc/ |
H A D | device.c | 861 case string_property: in device_init_static_properties() 905 case string_property: in device_init_runtime_properties() 1384 device_add_property(me, property, string_property, in device_add_string_property() 1399 || node->type != string_property) in device_find_string_property() 1457 case string_property: in device_find_string_array_property()
|