Home
last modified time | relevance | path

Searched refs:desc_val (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/frogr/frogr-1.6/src/
H A Dfrogr-details-dialog.c620 gchar *desc_val = NULL; in _fill_dialog_with_data() local
638 desc_val = (gchar *)frogr_picture_get_description (picture); in _fill_dialog_with_data()
672 if (desc_val != NULL) in _fill_dialog_with_data()
698 if (desc_val && desc) in _fill_dialog_with_data()
699 desc_val = g_str_equal (desc_val, desc) ? desc_val : NULL; in _fill_dialog_with_data()
701 desc_val = NULL; in _fill_dialog_with_data()
803 if (desc_val != NULL) in _fill_dialog_with_data()
805 gtk_text_buffer_set_text (GTK_TEXT_BUFFER (self->text_buffer), desc_val, -1); in _fill_dialog_with_data()
806 self->reference_description = g_strstrip (g_strdup (desc_val)); in _fill_dialog_with_data()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os6/plugins/modules/
H A Dos6_facts.py312 desc_val, desc_info = "", ""
314 for desc_val in desc:
315 if desc_val:
316 for en in desc_val.splitlines():
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/dellos6/
H A Ddellos6_facts.py322 desc_val, desc_info = desc_next.split('Oob')
324 desc_val, desc_info = desc_next.split('Port')
325 for en in desc_val.splitlines():
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dinvoice.c1127 const char *desc_val; in json_invoice() local
1146 p_req("description", param_escaped_string, &desc_val), in json_invoice()
1166 if (strlen(desc_val) > BOLT11_FIELD_BYTE_LIMIT) { in json_invoice()
1172 strlen(desc_val)); in json_invoice()
1207 info->b11->description = tal_steal(info->b11, desc_val); in json_invoice()
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/
H A DDocBlockTags.inc884 $desc_val = parserTag::Convert($c);
885 if (!empty($desc_val)) {
886 $see .= ' - '.$desc_val;
967 $desc_val = parserTag::Convert($c);
968 if (!empty($desc_val)) {
969 $see .= ' - '.$desc_val;
/dports/net-p2p/c-lightning/lightning-0.10.2/common/test/
H A Drun-param.c589 const char *desc_val; in test_invoice() local
598 p_req("description", param_escaped_string, &desc_val), in test_invoice()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DGalaxySetupWnd.cpp423 … if (auto desc_val = std::dynamic_pointer_cast<const DiscreteValidator<std::string>>(validator)) { in StringRuleWidget() local
425 for (auto& poss : desc_val->m_values) in StringRuleWidget()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dwallet.cpp3149 for (const UniValue& desc_val : descriptor_vals.get_array().getValues()) {
3150 std::string desc_str = desc_val.getValStr();
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dwallet.cpp3149 for (const UniValue& desc_val : descriptor_vals.get_array().getValues()) {
3150 std::string desc_str = desc_val.getValStr();
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dwallet.cpp3149 for (const UniValue& desc_val : descriptor_vals.get_array().getValues()) { in SetupDescriptorScriptPubKeyMans() local
3150 std::string desc_str = desc_val.getValStr(); in SetupDescriptorScriptPubKeyMans()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddasher.c1883 static void dasher_add_descriptors(GF_List **p_dst_list, const GF_PropertyValue *desc_val) in dasher_add_descriptors() argument
1887 if (!desc_val) return; in dasher_add_descriptors()
1888 if (desc_val->type != GF_PROP_STRING_LIST) return; in dasher_add_descriptors()
1889 count = gf_list_count(desc_val->value.string_list); in dasher_add_descriptors()
1894 char *desc = gf_list_get(desc_val->value.string_list, j); in dasher_add_descriptors()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddasher.c1883 static void dasher_add_descriptors(GF_List **p_dst_list, const GF_PropertyValue *desc_val) in dasher_add_descriptors() argument
1887 if (!desc_val) return; in dasher_add_descriptors()
1888 if (desc_val->type != GF_PROP_STRING_LIST) return; in dasher_add_descriptors()
1889 count = gf_list_count(desc_val->value.string_list); in dasher_add_descriptors()
1894 char *desc = gf_list_get(desc_val->value.string_list, j); in dasher_add_descriptors()
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c44873 JSValue method, ret1, prop_val, desc_val; in js_proxy_define_own_property() local
44891 desc_val = js_create_desc(ctx, val, getter, setter, flags); in js_proxy_define_own_property()
44892 if (JS_IsException(desc_val)) { in js_proxy_define_own_property()
44899 args[2] = desc_val; in js_proxy_define_own_property()
44902 JS_FreeValue(ctx, desc_val); in js_proxy_define_own_property()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c43448 JSValue method, ret1, prop_val, desc_val; in js_proxy_define_own_property() local
43466 desc_val = js_create_desc(ctx, val, getter, setter, flags); in js_proxy_define_own_property()
43467 if (JS_IsException(desc_val)) { in js_proxy_define_own_property()
43474 args[2] = desc_val; in js_proxy_define_own_property()
43477 JS_FreeValue(ctx, desc_val); in js_proxy_define_own_property()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c43450 JSValue method, ret1, prop_val, desc_val; in js_proxy_define_own_property() local
43468 desc_val = js_create_desc(ctx, val, getter, setter, flags); in js_proxy_define_own_property()
43469 if (JS_IsException(desc_val)) { in js_proxy_define_own_property()
43476 args[2] = desc_val; in js_proxy_define_own_property()
43479 JS_FreeValue(ctx, desc_val); in js_proxy_define_own_property()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c44929 JSValue method, ret1, prop_val, desc_val; in js_proxy_define_own_property() local
44947 desc_val = js_create_desc(ctx, val, getter, setter, flags); in js_proxy_define_own_property()
44948 if (JS_IsException(desc_val)) { in js_proxy_define_own_property()
44955 args[2] = desc_val; in js_proxy_define_own_property()
44958 JS_FreeValue(ctx, desc_val); in js_proxy_define_own_property()