Home
last modified time | relevance | path

Searched refs:notify_message (Results 1 – 25 of 376) sorted by path

12345678910>>...16

/dports/astro/py-indiweb/indiweb-0.1.7/indiweb/views/
H A Dform.tpl102 <div id="notify_message"></div>
/dports/audio/bchoppr-lv2/BChoppr-1.10.10/src/
H A DBChoppr.cpp461 lv2_atom_forge_key(&forge, uris.notify_message); in notifyMessageToGui()
H A DBChoppr_GUI.cpp334 lv2_atom_object_get(obj, uris.notify_message, &data, 0); in portEvent()
H A DUrids.hpp49 LV2_URID notify_message; member
78 uris->notify_message = m->map(m->handle, BCHOPPR_URI "#NOTIFYmessage"); in getURIs()
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A DBJumblr.cpp1505 lv2_atom_forge_key(&notifyForge, uris.notify_message); in notifyMessageToGui()
H A DBJumblrGUI.cpp537 lv2_atom_object_get(obj, uris.notify_message, &data, 0); in port_event()
H A DUrids.hpp87 LV2_URID notify_message; member
142 uris->notify_message = m->map(m->handle, BJUMBLR_URI "#NOTIFYmessage"); in getURIs()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/
H A DBSchaffl.cpp1076 lv2_atom_forge_key(&forge, uris.notify_message); in notifyMessageToGui()
H A DBSchafflGUI.cpp691 lv2_atom_object_get(obj, uris.notify_message, &data, 0); in portEvent()
H A DUrids.hpp61 LV2_URID notify_message; member
100 uris->notify_message = m->map(m->handle, BSCHAFFL_URI "#NOTIFYmessage"); in getURIs()
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DBShapr.cpp748 lv2_atom_forge_key(&forge, urids.notify_message); in notifyMessageToGui()
H A DBShaprGUI.cpp384 lv2_atom_object_get(obj, urids.notify_message, &data, 0); in portEvent()
H A DUrids.hpp62 LV2_URID notify_message; member
97 uris->notify_message = m->map(m->handle, BSHAPR_URI "#NOTIFYmessage"); in mapURIDs()
/dports/audio/bslizr-lv2/BSlizr-1.2.16/src/
H A DBSlizr.cpp267 lv2_atom_forge_key(&forge, uris.notify_message); in notifyMessageToGui()
H A DBSlizr_GUI.cpp375 lv2_atom_object_get(obj, uris.notify_message, &data, 0); in portEvent()
H A Dmain.h73 LV2_URID notify_message; member
105 uris->notify_message = m->map(m->handle, BSLIZR_URI "#NOTIFYmessage"); in getURIs()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/notify/
H A Dnotify.c279 notify_message (uint32_t id, uintptr_t ctx, uint32_t p1, uint32_t p2) { in notify_message() function
384 .plugin.message = notify_message,
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dpluggable.php1643 $notify_message .= __( 'You can see all trackbacks on this post here:' ) . "\r\n";
1657 $notify_message .= __( 'You can see all pingbacks on this post here:' ) . "\r\n";
1679 $notify_message .= __( 'You can see all comments on this post here:' ) . "\r\n";
1727 * @param string $notify_message The comment notification email text.
1730 …$notify_message = apply_filters( 'comment_notification_text', $notify_message, $comment->comment_I…
1826 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1837 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1848 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1880 $notify_message .= sprintf(
1910 * @param string $notify_message Text of the comment moderation email.
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dpluggable.php1643 $notify_message .= __( 'You can see all trackbacks on this post here:' ) . "\r\n";
1657 $notify_message .= __( 'You can see all pingbacks on this post here:' ) . "\r\n";
1679 $notify_message .= __( 'You can see all comments on this post here:' ) . "\r\n";
1727 * @param string $notify_message The comment notification email text.
1730 …$notify_message = apply_filters( 'comment_notification_text', $notify_message, $comment->comment_I…
1826 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1837 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1848 $notify_message .= get_permalink( $comment->comment_post_ID ) . "\r\n\r\n";
1880 $notify_message .= sprintf(
1910 * @param string $notify_message Text of the comment moderation email.
[all …]
/dports/deskutils/semantik/semantik-1.2.7/src/base/
H A Dmem_base.cpp278 model->notify_message("", 0); in redo()
286 model->notify_message("", 0); in redo()
303 model->notify_message("", 0); in undo()
311 model->notify_message("", 0); in undo()
H A Dsem_mediator.cpp1830 void sem_mediator::notify_message(const QString& msg, int duration) in notify_message() function in sem_mediator
H A Dsem_mediator.h213 void notify_message(const QString& msg, int duration);
/dports/deskutils/semantik/semantik-1.2.7/src/
H A Dcanvas_view.cpp1384 m_oMediator->notify_message(i18n("No destination file selected"), 5000); in export_map_size()
1408 m_oMediator->notify_message(i18n("Exported '%1'", url.fileName()), 2000); in export_map_size()
/dports/dns/yadifa/yadifa-2.5.3-10333/sbin/yadifad/
H A Dnotify.c224 typedef struct notify_message notify_message; typedef
261 struct notify_message struct
283 static notify_message*
286 notify_message *notifymsg; in notify_message_newinstance()
1381 notify_message *zone_message = (notify_message*)node->value; in notify_service_context_process_next_message()
1517 notify_message* old_message = (notify_message*)node->value; // get the old value in notify_service_context_process_next_message()
1555 notify_message *notify_zones_notifymsg = (notify_message*)node->value; in notify_service_context_process_next_message()
1860 notify_message **notifymsgp = (notify_message**)ctx->todelete.data; in notify_service_context_send_notifications()
1918 notify_message* message = (notify_message*)node->value; // get the old value in notify_service_context_finalize()
2045 notify_message *notifymsg = (notify_message*)async->args; in notify_service()
[all …]
/dports/graphics/fracplanet/fracplanet-0.5.1/
H A Dtriangle_mesh_viewer.cpp139 notify_message=msg; in notify()
315 msg << notify_message; in tick()

12345678910>>...16