summaryrefslogtreecommitdiff
path: root/debian/missing-sources/non_utf8_char_in_string.json
blob: 7d75519a1bb20f2c489c6b054b187af2c2cdb99b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
    "CoreletAPIVersion":2,
    "CoreletType":"standalone",
    "documentation":"A corelet that provides the capability to upload a folder’s contents into a user’s locker.",
    "functions":
    [
	{
	    "documentation":"Displays a dialog box that allows user to select a folder on the local system.",
	    "name":"ShowBrowseDialog","parameters":
	    [
		{
		    "documentation":"The callback function for results.",
		    "name":"callback",
		    "required":true,
		    "type":"callback"
		}
	    ]
	},
	{
	    "documentation":"Uploads all mp3 files in the folder provided.",
	    "name":"UploadFolder","parameters":
	    [
		{
		    "documentation":"The path to upload mp3 files from.",
		    "name":"path",
		    "required":true,
		    "type":"string"
		},
		{
		    "documentation":"The callback function for progress.",
		    "name":"callback",
		    "required":true,
		    "type":"callback"
		}
	    ]
	},
	{
	    "documentation":"Returns the server name to the current locker service.",
	    "name":"GetLockerService",
	    "parameters":[]
	},
	{
	    "documentation":"Changes the name of the locker service.",
	    "name":"SetLockerService",
	    "parameters":
	    [
		{
		    "documentation":"The value of the locker service to set active.",
		    "name":"LockerService",
		    "required":true,
		    "type":"string"
		}
	    ]
	},
	{
	    "documentation":"Downloads locker files to the suggested folder.",
	    "name":"DownloadFile",
	    "parameters":
	    [
		{
		    "documentation":"The origin path of the locker file.",
		    "name":"path",
		    "required":true,
		    "type":"string"
		},
		{
		    "documentation":"The Window destination path of the locker file.",
		    "name":"destination",
		    "required":true,"type":"integer"
		},
		{
		    "documentation":"The callback function for progress.",
		    "name":"callback",
		    "required":true,
		    "type":"callback"
		}
	    ]
	}
    ],
    "name":"LockerUploader",
    "version":
    {
	"major":0,
	"micro":1,
	"minor":0
    },
    "versionString":"0.0.1"
}