xo::Package instproc reply_to_user

 <instance of xo::Package[i]> reply_to_user

Defined in

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_folder_with_page create_folder_with_page (test ) xo::Package instproc reply_to_user xo::Package instproc reply_to_user test_create_folder_with_page->xo::Package instproc reply_to_user test_create_form_with_form_instance create_form_with_form_instance (test xowiki) test_create_form_with_form_instance->xo::Package instproc reply_to_user test_create_workflow_with_instance create_workflow_with_instance (test xowf) test_create_workflow_with_instance->xo::Package instproc reply_to_user test_xowf xowf (test ) test_xowf->xo::Package instproc reply_to_user

Testcases:
create_folder_with_page, xowf, create_workflow_with_instance, create_form_with_form_instance
Source code:

:handle_http_caching

#:log "REPLY [::xo::cc exists __continuation]"
if {[::xo::cc exists __continuation]} {
  #:log "REPLY [::xo::cc set __continuation]"
  eval [::xo::cc set __continuation]
} else {
  if {[string length $text] > 1} {
    set default_status_code 200
  } else {
    set default_status_code 204
  }
  set status_code [expr {[::xo::cc exists status_code]
                         ? [::xo::cc set status_code]
                         : $default_status_code}]
  #:log "REPLY ${:delivery} $status_code ${:mime_type} - length: [string length $text] - [ad_conn peeraddr]"
  ${:delivery} $status_code ${:mime_type} $text
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: