File: trigger-types

package info (click to toggle)
lintian 2.128.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 70,396 kB
  • sloc: perl: 46,006; javascript: 9,151; makefile: 4,054; sh: 3,044; ansic: 705; xml: 451; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (19 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# List of known/supported triggers.
# Format:
#    <trigger-type> => key=value[, key2=value2, ...]
#
# Known key/values:
#   await (bool): Whether this is an await trigger
#   implicit-await (bool): Whether this is an implicit await trigger
#
# Manually sorted by name.
#

activate         => await=1, implicit-await=1
activate-await   => await=1
activate-noawait => await=0

interest         => await=1, implicit-await=1
interest-await   => await=1
interest-noawait => await=0