Lines Matching refs:subject
187 local subject="$1"
192 zed_notify_email "${subject}" "${pathname}"; rv=$?
196 zed_notify_pushbullet "${subject}" "${pathname}"; rv=$?
200 zed_notify_slack_webhook "${subject}" "${pathname}"; rv=$?
204 zed_notify_pushover "${subject}" "${pathname}"; rv=$?
208 zed_notify_ntfy "${subject}" "${pathname}"; rv=$?
212 zed_notify_gotify "${subject}" "${pathname}"; rv=$?
253 local subject="${1:-"ZED notification"}"
267 [ -n "${subject}" ] || return 1
277 -e "s/@SUBJECT@/${subject}/g")"
285 printf "Subject: %s\n" "${subject}"
330 local subject="$1"
341 [ -n "${subject}" ] || return 1
422 [ -n "${subject}" ] || return 1
509 msg_body=$subject
510 subject=""
520 --form-string "title=${subject}" \
591 msg_body=$subject
592 subject=""
601 -H "Title: ${subject}" \
610 -H "Title: ${subject}" \
683 msg_body=$subject
684 subject=""
692 --form-string "title=${subject}" \
701 --form-string "title=${subject}" \