Home
last modified time | relevance | path

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

/dports/www/davix/davix-0.7.6/src/modules/copy/delegation/
H A Ddelegation2.cpp43 const std::string& endpoint, const std::string& dlg_id, in get_delegated_credentials() argument
47 char *dlg_id_ptr = soap_strdup(soap, dlg_id.c_str()); in get_delegated_credentials()
62 … const std::string& ucred, const std::string& dlg_id, int lifetime, bool force, DavixError** err) in renew_proxy() argument
65 char* dlg_id_ptr = soap_strdup(soap, dlg_id.c_str()); in renew_proxy()
139 std::string dlg_id = "1234"; in delegate_v2() local
152 if(!get_delegated_credentials(soap, dlg_endpoint, dlg_id, &delegated_lifetime)) { in delegate_v2()
165 renew_proxy(soap, dlg_endpoint, ucred, dlg_id, lifetime, renew_delegation, err); in delegate_v2()
173 return dlg_id; in delegate_v2()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DObjectEditor.cpp196 int dlg_id = stack->indexOf(w->parentWidget()); in registerObjectDialog() local
197 stackIds[obj_type] = dlg_id; in registerObjectDialog()
198 dialogs[dlg_id] = w; in registerObjectDialog()
218 int dlg_id = stack->indexOf(w->parentWidget()); in registerOptDialog() local
219 stackIds[getOptDialogName(opt_type)] = dlg_id; in registerOptDialog()
220 dialogs[dlg_id] = w; in registerOptDialog()
/dports/www/davix/davix-0.7.6/src/modules/copy/
H A Dcopy.cpp284 std::string dlg_id = DavixDelegation::delegate(context, delegationEndpoints, in copy() local
292 dlg_id.c_str()); in copy()
294 dlg_id.clear(); in copy()
/dports/net/sems/sems-f89581a/core/
H A DSipCtrlInterface.cpp884 cstring dlg_id = tr->to_tag; in handle_reply_timeout() local
886 dlg_id = tr->dialog_id; in handle_reply_timeout()
889 if(!AmEventDispatcher::instance()->post(c2stlstr(dlg_id), tmo_evt)){ in handle_reply_timeout()
890 DBG("Could not post timeout event (sess. id: %.*s)\n",dlg_id.len,dlg_id.s); in handle_reply_timeout()
/dports/games/flightgear-data/fgdata/Nasal/canvas/gui/dialogs/
H A DMessageBox.nas185 var dlg_id = md5(me._title ~ me._text ~ me._standard_buttons);
186 me._save_path = getprop("/sim/fg-home") ~ "/cache/MessageBox/sel-" ~ dlg_id;
/dports/net/kamailio/kamailio-5.4.5/src/modules/tm/
H A Ddlg.h77 typedef struct dlg_id struct
/dports/multimedia/vlc/vlc-3.0.16/share/lua/extensions/
H A DVLSub.lua535 function trigger_menu(dlg_id)
536 if dlg_id == 1 then
541 elseif dlg_id == 2 then
546 elseif dlg_id == 3 then
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_avp_db/
H A DREADME231 lumn=dlg_id");
238 | dlg_id | varchar(256) | NO | MUL | | |
398 lumn=dlg_id");
/dports/devel/geany-legacy/geany-1.37.1/data/filedefs/
H A Dfiletypes.nsis28 … bottom bzip2 center colored components control current custom directory dlg_id ext false file_att…
/dports/devel/geany/geany-1.38/data/filedefs/
H A Dfiletypes.nsis28 … bottom bzip2 center colored components control current custom directory dlg_id ext false file_att…
/dports/x11-toolkits/scintilla/scite/src/
H A Dnsis.properties81 all leave current ifdiff lastused LEFT RIGHT CENTER dlg_id ALT CONTROL EXT SHIFT \
H A DEmbedded.properties6147 all leave current ifdiff lastused LEFT RIGHT CENTER dlg_id ALT CONTROL EXT SHIFT \
/dports/editors/scite/scite/src/
H A Dnsis.properties81 all leave current ifdiff lastused LEFT RIGHT CENTER dlg_id ALT CONTROL EXT SHIFT \
H A DEmbedded.properties6147 all leave current ifdiff lastused LEFT RIGHT CENTER dlg_id ALT CONTROL EXT SHIFT \
/dports/net/kamailio/kamailio-5.4.5/src/modules/uid_avp_db/doc/
H A Davp_dialogs.cfg37 modparam("avp_db", "attr_group", "id=dlg,flag=dialog_flag,table=dlg_attrs,key_column=dlg_id");
/dports/net/sems/sems-f89581a/core/sip/
H A Dtrans_layer.cpp1446 string dlg_id(t->dialog_id.s, t->dialog_id.len); in cancel() local
1448 ua->handle_sip_reply(dlg_id, &reply); in cancel()