Lines Matching refs:app
2 Alert: PASS: app.alert('message', 1, 2, 'title') = 0
4 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title'}) = 0
6 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4}) = 0
8 Alert: PASS: app.alert(undefined) = 0
10 Alert: PASS: app.alert(null) = 0
12 Alert: PASS: app.alert(true) = 0
14 Alert: PASS: app.alert(false) = 0
16 Alert: PASS: app.alert(42) = 0
18 Alert: PASS: app.alert([1, 2, 3]) = 0
20 Alert: PASS: app.alert([1, 2, {'color': 'red'}]) = 0
22 Alert: PASS: app.alert({'color': 'red'}, 5, 6, 'title') = 0
23 Alert: PASS: app.alert() threw app.alert: Incorrect number of parameters passed to function.
24 Alert: PASS: app.alert({}) threw app.alert: Incorrect number of parameters passed to function.
25 Alert: PASS: app.alert({'color': 'red', 'size': 42}) threw app.alert: Incorrect number of parameter…
27 Alert: PASS: app.beep(1) = undefined
28 Alert: FAIL: app.browseForDoc() = undefined, expected to throw
29 Alert: PASS: app.execDialog() = undefined
30 Alert: PASS: app.execMenuItem() threw app.execMenuItem: Operation not supported.
31 Alert: PASS: app.findComponent() = undefined
32 Alert: PASS: app.goBack() = undefined
33 Alert: PASS: app.goForward() = undefined
34 Alert: PASS: app.launchURL() = undefined
35 Alert: PASS: app.newDoc() threw app.newDoc: Operation not supported.
36 Alert: PASS: app.newFDF() = undefined
37 Alert: PASS: app.openDoc() threw app.openDoc: Operation not supported.
38 Alert: PASS: app.openFDF() = undefined
39 Alert: PASS: app.popUpMenuEx() threw app.popUpMenuEx: Operation not supported.
40 Alert: PASS: app.popUpMenu() threw app.popUpMenu: Operation not supported.
42 Alert: PASS: app.mailMsg(true) = undefined
44 Alert: PASS: app.mailMsg(false, 'user@example.com') = undefined
46 Alert: PASS: app.mailMsg(false, 'user@example.com', 'cc@example.com', 'bcc@example.com', 'subject',…
48 Alert: PASS: app.mailMsg({'bUI': true}) = undefined
50 Alert: PASS: app.mailMsg({'bUI': false, 'cTo': 'user@example.com'}) = undefined
52 Alert: PASS: app.mailMsg({'bUI': false, 'cTo': 'user@example.com', 'cCc': 'cc@example.com', 'cBcc':…
53 Alert: PASS: app.mailMsg() threw app.mailMsg: Incorrect number of parameters passed to function.
54 Alert: PASS: app.mailMsg(false) threw app.mailMsg: Incorrect number of parameters passed to functio…
55 Alert: PASS: app.mailMsg({'color': 'red', 'size': 42}) threw app.mailMsg: Incorrect number of param…
57 Alert: PASS: app.response('question') = No
59 Alert: PASS: app.response('question', 'title', 'default', true, 'label') = No
61 Alert: PASS: app.response({'cQuestion': 'question'}) = No
63 Alert: PASS: app.response({'cQuestion': 'question', 'cTitle': 'title', 'cDefault': 'default', 'bPas…
64 Alert: PASS: app.response() threw app.response: Incorrect number of parameters passed to function.
65 Alert: PASS: app.response({}) threw app.response: Incorrect number of parameters passed to function.