Home
last modified time | relevance | path

Searched refs:property_names (Results 1 – 25 of 489) sorted by relevance

12345678910>>...20

/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dgdbus-proxy-well-known-name.c58 gchar **property_names; in mock_interface_get_info()
106 property_names = g_dbus_proxy_get_cached_property_names (p); in mock_interface_get_info()
108 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in mock_interface_get_info()
110 g_strfreev (property_names); in mock_interface_get_info()
126 property_names = g_dbus_proxy_get_cached_property_names (p2); in mock_interface_get_info()
128 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in mock_interface_get_info()
130 g_strfreev (property_names); in mock_interface_get_info()
146 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in mock_interface_get_info()
148 g_strfreev (property_names); in mock_interface_get_info()
233 g_assert (property_names != NULL && g_strv_length (property_names) > 0); in mock_interface_get_info()
[all …]
H A Dgdbus-proxy-unique-name.c57 gchar **property_names; in test_proxy_unique_name() local
103 property_names = g_dbus_proxy_get_cached_property_names (p); in test_proxy_unique_name()
105 g_assert_nonnull (property_names); in test_proxy_unique_name()
106 g_assert_cmpint (g_strv_length (property_names), >, 0); in test_proxy_unique_name()
108 g_strfreev (property_names); in test_proxy_unique_name()
122 property_names = g_dbus_proxy_get_cached_property_names (ap); in test_proxy_unique_name()
124 g_assert_nonnull (property_names); in test_proxy_unique_name()
125 g_assert_cmpint (g_strv_length (property_names), >, 0); in test_proxy_unique_name()
127 g_strfreev (property_names); in test_proxy_unique_name()
H A Dgdbus-example-watch-proxy.c26 gchar **property_names; in print_properties() local
31 property_names = g_dbus_proxy_get_cached_property_names (proxy); in print_properties()
32 for (n = 0; property_names != NULL && property_names[n] != NULL; n++) in print_properties()
34 const gchar *key = property_names[n]; in print_properties()
43 g_strfreev (property_names); in print_properties()
/dports/textproc/zorba/zorba-2.7.0/test/unit/
H A Dtest_audit.cpp31 std::vector<zorba::String> property_names; in test_audit_1() local
32 zorba::audit::Configuration::getPropertyNames(property_names); in test_audit_1()
35 lIsStatic = zorba::audit::Configuration::enableProperty(config, property_names, in test_audit_1()
38 lIsStatic = zorba::audit::Configuration::enableProperty(config, property_names, in test_audit_1()
41 lIsStatic = zorba::audit::Configuration::enableProperty(config, property_names, in test_audit_1()
44 lIsStatic = zorba::audit::Configuration::enableProperty(config, property_names, in test_audit_1()
47 lIsStatic = zorba::audit::Configuration::enableProperty(config, property_names, in test_audit_1()
/dports/cad/uranium/Uranium-3ed9c4de/UM/Settings/
H A DSettingInstance.py31 property_names = SettingDefinition.getPropertyNames()
32property_names.remove("value") # Move "value" to the front of the list so we always update that f…
33 property_names.insert(0, "value")
35 for property_name in property_names:
234 property_names = SettingDefinition.getPropertyNames()
235property_names.remove("value") # Move "value" to the front of the list so we always update that f…
236 property_names.insert(0, "value")
238 for property_name in property_names:
277 property_names = SettingDefinition.getPropertyNames()
279 property_names.insert(0, "value")
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_style_declaration.cc202 DEFINE_STATIC_LOCAL(PreAllocatedPropertyVector, property_names, ()); in NamedPropertyEnumerator()
206 if (property_names.IsEmpty()) { in NamedPropertyEnumerator()
211 property_names.push_back(property_class.GetJSPropertyName()); in NamedPropertyEnumerator()
217 property_names.push_back(property_class->GetJSPropertyName()); in NamedPropertyEnumerator()
219 std::sort(property_names.begin(), property_names.end(), in NamedPropertyEnumerator()
222 names = property_names; in NamedPropertyEnumerator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_style_declaration.cc209 DEFINE_STATIC_LOCAL(PreAllocatedPropertyVector, property_names, ()); in NamedPropertyEnumerator()
213 if (property_names.IsEmpty()) { in NamedPropertyEnumerator()
218 property_names.push_back(property_class.GetJSPropertyName()); in NamedPropertyEnumerator()
224 property_names.push_back(property_class->GetJSPropertyName()); in NamedPropertyEnumerator()
226 std::sort(property_names.begin(), property_names.end(), in NamedPropertyEnumerator()
229 names = property_names; in NamedPropertyEnumerator()
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DNmapOutputProperties.py105 self.property_names = {"details": [_("details"), "MAC Address:"],
118 for p in self.property_names:
121 self.property_names[p].append(settings[0])
122 self.property_names[p].append(settings[1])
123 self.property_names[p].append(settings[2])
124 self.property_names[p].append(gtk.gdk.Color(*settings[3]))
125 self.property_names[p].append(gtk.gdk.Color(*settings[4]))
126 self.property_names[p].append(settings[5])
132 for p in self.property_names:
133 hp = HighlightProperty(p, self.property_names[p])
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Ddictionary.cc153 v8::Local<v8::Array> property_names; in GetOwnPropertiesAsStringHashMap() local
155 .ToLocal(&property_names)) { in GetOwnPropertiesAsStringHashMap()
161 for (uint32_t i = 0; i < property_names->Length(); ++i) { in GetOwnPropertiesAsStringHashMap()
163 if (!GetStringValueInArray(V8Context(), property_names, i).ToLocal(&key)) { in GetOwnPropertiesAsStringHashMap()
193 v8::Local<v8::Array> property_names; in GetPropertyNames() local
195 .ToLocal(&property_names)) { in GetPropertyNames()
201 for (uint32_t i = 0; i < property_names->Length(); ++i) { in GetPropertyNames()
203 if (!GetStringValueInArray(V8Context(), property_names, i).ToLocal(&key)) { in GetPropertyNames()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Ddictionary.cc153 v8::Local<v8::Array> property_names; in GetOwnPropertiesAsStringHashMap() local
155 .ToLocal(&property_names)) { in GetOwnPropertiesAsStringHashMap()
161 for (uint32_t i = 0; i < property_names->Length(); ++i) { in GetOwnPropertiesAsStringHashMap()
163 if (!GetStringValueInArray(V8Context(), property_names, i).ToLocal(&key)) { in GetOwnPropertiesAsStringHashMap()
193 v8::Local<v8::Array> property_names; in GetPropertyNames() local
195 .ToLocal(&property_names)) { in GetPropertyNames()
201 for (uint32_t i = 0; i < property_names->Length(); ++i) { in GetPropertyNames()
203 if (!GetStringValueInArray(V8Context(), property_names, i).ToLocal(&key)) { in GetPropertyNames()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dtracker-fts.c42 gchar **property_names; in get_fts_properties() local
52 property_names = tracker_glist_to_string_list (columns); in get_fts_properties()
55 return property_names; in get_fts_properties()
63 gchar **property_names; in tracker_fts_init_db() local
74 property_names = get_fts_properties (tables); in tracker_fts_init_db()
75 retval = tracker_tokenizer_initialize (db, interface, (const gchar **) property_names); in tracker_fts_init_db()
76 g_strfreev (property_names); in tracker_fts_init_db()
H A Dtracker-fts-tokenizer.c58 gchar **property_names; member
265 data->property_names[col], in tracker_offsets_function()
381 property = data->property_names[i]; in tracker_rank_function()
429 const gchar **property_names) in tracker_tokenizer_function_data_new() argument
435 data->property_names = g_strdupv ((gchar **) property_names); in tracker_tokenizer_function_data_new()
443 g_strfreev (data->property_names); in tracker_tokenizer_function_data_free()
450 const gchar **property_names) in tracker_tokenizer_initialize() argument
468 func_data = tracker_tokenizer_function_data_new (interface, property_names); in tracker_tokenizer_initialize()
474 func_data = tracker_tokenizer_function_data_new (interface, property_names); in tracker_tokenizer_initialize()
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dtracker-fts-tokenizer.c52 gchar **property_names; member
253 data->property_names[col], in tracker_offsets_function()
370 property = data->property_names[i]; in tracker_rank_function()
428 const gchar **property_names) in tracker_tokenizer_function_data_new() argument
434 data->property_names = g_strdupv ((gchar **) property_names); in tracker_tokenizer_function_data_new()
442 g_strfreev (data->property_names); in tracker_tokenizer_function_data_free()
450 const gchar **property_names, in tracker_tokenizer_initialize() argument
469 func_data = tracker_tokenizer_function_data_new (interface, property_names); in tracker_tokenizer_initialize()
475 func_data = tracker_tokenizer_function_data_new (interface, property_names); in tracker_tokenizer_initialize()
H A Dtracker-fts.c42 GArray *property_names; in get_fts_properties() local
48 property_names = g_array_new (TRUE, FALSE, sizeof (gchar *)); in get_fts_properties()
57 g_array_append_val (property_names, str); in get_fts_properties()
64 return (gchar **) g_array_free (property_names, FALSE); in get_fts_properties()
74 gchar **property_names; in tracker_fts_init_db() local
88 property_names = get_fts_properties (tables); in tracker_fts_init_db()
89 …retval = tracker_tokenizer_initialize (db, interface, flags, (const gchar **) property_names, erro… in tracker_fts_init_db()
90 g_strfreev (property_names); in tracker_fts_init_db()
/dports/x11/lightdm/lightdm-1.30.0/src/
H A Ddm-tool.c309 g_auto(GStrv) property_names = g_dbus_proxy_get_cached_property_names (proxy); in main()
310 for (int i = 0; property_names[i]; i++) in main()
312 if (strcmp (property_names[i], "Sessions") == 0) in main()
315 … g_autoptr(GVariant) value = g_dbus_proxy_get_cached_property (proxy, property_names[i]); in main()
316 g_print (" %s=%s\n", property_names[i], g_variant_print (value, FALSE)); in main()
346 … g_auto(GStrv) property_names = g_dbus_proxy_get_cached_property_names (session_proxy); in main()
347 for (int i = 0; property_names[i]; i++) in main()
349 if (strcmp (property_names[i], "Seat") == 0) in main()
352 … g_autoptr(GVariant) value = g_dbus_proxy_get_cached_property (session_proxy, property_names[i]); in main()
353 g_print (" %s=%s\n", property_names[i], g_variant_print (value, FALSE)); in main()
/dports/graphics/py-svgwrite/svgwrite-1.4.1/svgwrite/data/
H A Dtiny12.py734 properties=property_names,
769 properties=property_names,
774 properties=property_names,
789 properties=property_names,
814 properties=property_names,
819 properties=property_names,
844 properties=property_names,
849 properties=property_names,
874 properties=property_names,
879 properties=property_names,
[all …]
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/gui/guisys/link/
H A Dgui_item_list_model.h56 auto property_names = properties->dynamicPropertyNames(); in do_initial_to_gui_propagation() local
59 values.reserve(property_names.size()); in do_initial_to_gui_propagation()
61 …std::transform(std::begin(property_names), std::end(property_names), std::back_inserter(values), [… in do_initial_to_gui_propagation()
/dports/devel/py-vsts/vsts-0.1.25/vsts/identity/v4_0/models/
H A Didentity_batch_info.py35 …riptors=None, identity_ids=None, include_restricted_visibility=None, property_names=None, query_me… argument
40 self.property_names = property_names
/dports/devel/py-vsts/vsts-0.1.25/vsts/identity/v4_1/models/
H A Didentity_batch_info.py35 …riptors=None, identity_ids=None, include_restricted_visibility=None, property_names=None, query_me… argument
40 self.property_names = property_names
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/scripts/build/
H A Dgenerate_supported_css.py58 property_names = {}
68 property_names[entry["name"]] = entry
81 longhands = [longhand for longhand in longhands if longhand in property_names]
88 longhand_property = property_names[longhand]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/build/
H A Dgenerate_supported_css.py58 property_names = {}
71 property_names[entry["name"]] = entry
88 longhands = [longhand for longhand in longhands if longhand in property_names]
95 longhand_property = property_names[longhand]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/plugins/
H A Ddom_plugin.cc71 void DOMPlugin::NamedPropertyEnumerator(Vector<String>& property_names, in NamedPropertyEnumerator() argument
73 property_names.ReserveInitialCapacity(plugin_info_->GetMimeClassInfoSize()); in NamedPropertyEnumerator()
75 property_names.UncheckedAppend(mime_info->Type()); in NamedPropertyEnumerator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/plugins/
H A Ddom_plugin.cc72 void DOMPlugin::NamedPropertyEnumerator(Vector<String>& property_names, in NamedPropertyEnumerator() argument
74 property_names.ReserveInitialCapacity(plugin_info_->GetMimeClassInfoSize()); in NamedPropertyEnumerator()
76 property_names.UncheckedAppend(mime_info->Type()); in NamedPropertyEnumerator()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosProperty/src/
H A DCosProperty.idl108 out PropertyNames property_names,
114 boolean get_properties( in PropertyNames property_names,
125 void delete_properties( in PropertyNames property_names)
156 boolean get_property_modes( in PropertyNames property_names,
174 out PropertyNames property_names);
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosProperty/src/
H A DCosProperty.idl108 out PropertyNames property_names,
114 boolean get_properties( in PropertyNames property_names,
125 void delete_properties( in PropertyNames property_names)
156 boolean get_property_modes( in PropertyNames property_names,
174 out PropertyNames property_names);

12345678910>>...20