Codebase list mozc / 7306a9d data / usage_stats / stats.def
7306a9d

Tree @7306a9d (Download .tar.gz)

stats.def @7306a9draw · history · blame

  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
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
# Copyright 2010-2012, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#
#     * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
# copyright notice, this list of conditions and the following disclaimer
# in the documentation and/or other materials provided with the
# distribution.
#     * Neither the name of Google Inc. nor the names of its
# contributors may be used to endorse or promote products derived from
# this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# The duration of showing each window in sec
ConversionWindowDuration
PredictionWindowDuration
SuggestionWindowDuration
InfolistWindowDuration

# The count of commit
Commit
# The count of commit from each state
CommitFromSuggestion
CommitFromPrediction
CommitFromConversion
CommitFromComposition

# The count of all events
SessionAllEvent

# The elapsed time for processing the request
ElapsedTime

# The count of session creation
SessionCreated

# The count of SetConfig command call
SetConfig

# The total submitted length count
SubmittedTotalLength

# The length of submitted segment
# 猫を|飼う -> [2, 2]
SubmittedSegmentLength
# The count of submitted segment
# 猫を|飼う -> 2
SubmittedSegmentNumber
# The length of submitted segment
# 猫を|飼う -> 4
SubmittedLength

# The count of ascii/non-ascii typing input
ASCIITyping
NonASCIITyping

# The count that each candidate is selected from prediction
PredictionCandidates0
PredictionCandidates1
PredictionCandidates2
PredictionCandidates3
PredictionCandidates4
PredictionCandidates5
PredictionCandidates6
PredictionCandidates7
PredictionCandidates8
PredictionCandidates9
PredictionCandidatesGE10

# The count that each candidate is selected from suggestion
SuggestionCandidates0
SuggestionCandidates1
SuggestionCandidates2
SuggestionCandidates3
SuggestionCandidates4
SuggestionCandidates5
SuggestionCandidates6
SuggestionCandidates7
SuggestionCandidates8
SuggestionCandidates9
SuggestionCandidatesGE10

# The count that each candidate is selected from conversion
ConversionCandidates0
ConversionCandidates1
ConversionCandidates2
ConversionCandidates3
ConversionCandidates4
ConversionCandidates5
ConversionCandidates6
ConversionCandidates7
ConversionCandidates8
ConversionCandidates9
ConversionCandidatesGE10

# The count that each candidate is selected from conversion and
# it was from transliteration
TransliterationCandidates0
TransliterationCandidates1
TransliterationCandidates2
TransliterationCandidates3
TransliterationCandidates4
TransliterationCandidates5
TransliterationCandidates6
TransliterationCandidates7
TransliterationCandidates8
TransliterationCandidates9
TransliterationCandidatesGE10

# The count of mouse selection command call
MouseSelect

# The time in sec of each session
SessionDuration

# The time in sec of each preedit
PreeditDuration

# The count of showing cascading window
ShowCascadingWindow

# The count of ShutDown command call
ShutDown

# The count of SendKey command, consumed or unconsumed
ConsumedSendKey
UnconsumedSendKey

# The count of clear personalization data command call
ClearUserHistory

# The count of clear all history command call
ClearUserPrediction

# The count of clear unused history command call
ClearUnusedUserPrediction

# The count of pressing BS just after commit command
BackSpaceAfterCommit

# Performed command names for sendkey command
Performed_Direct_IMEOn
Performed_Direct_InputModeHiragana
Performed_Direct_InputModeFullKatakana
Performed_Direct_InputModeHalfKatakana
Performed_Direct_InputModeFullAlphanumeric
Performed_Direct_InputModeHalfAlphanumeric
Performed_Direct_Reconvert

Performed_Precomposition_IMEOff
Performed_Precomposition_IMEOn
Performed_Precomposition_InsertCharacter
Performed_Precomposition_InsertSpace
Performed_Precomposition_InsertAlternateSpace
Performed_Precomposition_InsertHalfSpace
Performed_Precomposition_InsertFullSpace
Performed_Precomposition_ToggleAlphanumericMode
Performed_Precomposition_InputModeHiragana
Performed_Precomposition_InputModeFullKatakana
Performed_Precomposition_InputModeHalfKatakana
Performed_Precomposition_InputModeFullAlphanumeric
Performed_Precomposition_InputModeHalfAlphanumeric
Performed_Precomposition_InputModeSwitchKanaType
Performed_Precomposition_LaunchConfigDialog
Performed_Precomposition_LaunchDictionaryTool
Performed_Precomposition_LaunchWordRegisterDialog
Performed_Precomposition_Revert
Performed_Precomposition_Undo
Performed_Precomposition_Cancel
Performed_Precomposition_PredictAndConvert
Performed_Precomposition_CommitFirstSuggestion
Performed_Precomposition_Abort
Performed_Precomposition_Reconvert

Performed_Composition_IMEOff
Performed_Composition_IMEOn
Performed_Composition_InsertCharacter
Performed_Composition_Delete
Performed_Composition_Backspace
Performed_Composition_InsertHalfSpace
Performed_Composition_InsertFullSpace
Performed_Composition_Cancel
Performed_Composition_Undo
Performed_Composition_MoveCursorLeft
Performed_Composition_MoveCursorRight
Performed_Composition_MoveCursorToBeginning
Performed_Composition_MoveCursorToEnd
Performed_Composition_Commit
Performed_Composition_CommitFirstSuggestion
Performed_Composition_Convert
Performed_Composition_ConvertWithoutHistory
Performed_Composition_PredictAndConvert
Performed_Composition_ConvertToHiragana
Performed_Composition_ConvertToFullKatakana
Performed_Composition_ConvertToHalfKatakana
Performed_Composition_ConvertToHalfWidth
Performed_Composition_ConvertToFullAlphanumeric
Performed_Composition_ConvertToHalfAlphanumeric
Performed_Composition_SwitchKanaType
Performed_Composition_DisplayAsHiragana
Performed_Composition_DisplayAsFullKatakana
Performed_Composition_DisplayAsHalfKatakana
Performed_Composition_DisplayAsHalfWidth
Performed_Composition_DisplayAsFullAlphanumeric
Performed_Composition_DisplayAsHalfAlphanumeric
Performed_Composition_ToggleAlphanumericMode
Performed_Composition_InputModeHiragana
Performed_Composition_InputModeFullKatakana
Performed_Composition_InputModeHalfKatakana
Performed_Composition_InputModeFullAlphanumeric
Performed_Composition_InputModeHalfAlphanumeric
Performed_Composition_Abort

Performed_Conversion_IMEOff
Performed_Conversion_IMEOn
Performed_Conversion_InsertCharacter
Performed_Conversion_InsertHalfSpace
Performed_Conversion_InsertFullSpace
Performed_Conversion_Cancel
Performed_Conversion_Undo
Performed_Conversion_SegmentFocusLeft
Performed_Conversion_SegmentFocusRight
Performed_Conversion_SegmentFocusFirst
Performed_Conversion_SegmentFocusLast
Performed_Conversion_SegmentWidthExpand
Performed_Conversion_SegmentWidthShrink
Performed_Conversion_ConvertNext
Performed_Conversion_ConvertPrev
Performed_Conversion_ConvertNextPage
Performed_Conversion_ConvertPrevPage
Performed_Conversion_PredictAndConvert
Performed_Conversion_Commit
Performed_Conversion_CommitOnlyFirstSegment
Performed_Conversion_ConvertToHiragana
Performed_Conversion_ConvertToFullKatakana
Performed_Conversion_ConvertToHalfKatakana
Performed_Conversion_ConvertToHalfWidth
Performed_Conversion_ConvertToFullAlphanumeric
Performed_Conversion_ConvertToHalfAlphanumeric
Performed_Conversion_SwitchKanaType
Performed_Conversion_ToggleAlphanumericMode
Performed_Conversion_DisplayAsHiragana
Performed_Conversion_DisplayAsFullKatakana
Performed_Conversion_DisplayAsHalfKatakana
Performed_Conversion_DisplayAsHalfWidth
Performed_Conversion_DisplayAsFullAlphanumeric
Performed_Conversion_DisplayAsHalfAlphanumeric
Performed_Conversion_InputModeHiragana
Performed_Conversion_InputModeFullKatakana
Performed_Conversion_InputModeHalfKatakana
Performed_Conversion_InputModeFullAlphanumeric
Performed_Conversion_InputModeHalfAlphanumeric
Performed_Conversion_ReportBug
Performed_Conversion_Abort

# The count of special keys input
NO_SPECIALKEY
DIGIT
ON
OFF
SPACE
ENTER
LEFT
RIGHT
UP
DOWN
ESCAPE
DEL
BACKSPACE
HENKAN
MUHENKAN
# VK_DBE_HIRAGANA(Win), kVK_JIS_Kana(Mac)
KANA
HOME
END
TAB
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
PAGE_UP
PAGE_DOWN
INSERT
F13
F14
F15
F16
F17
F18
F19
F20
F21
F22
F23
F24
# alphanumeric  VK_DBE_ALPHANUMERIC(Win), kVK_JIS_Eisu(Mac)
EISU
NUMPAD0
NUMPAD1
NUMPAD2
NUMPAD3
NUMPAD4
NUMPAD5
NUMPAD6
NUMPAD7
NUMPAD8
NUMPAD9
# Numpad [*]
MULTIPLY
# Numpad [+]
ADD
# Numpad [enter]
SEPARATOR
# Numpad [-]
SUBTRACT
# Numpad [.]
DECIMAL
# Numpad [/]
DIVIDE
# Numpad [=]
EQUALS
ASCII
HANKAKU
KANJI
KATAKANA

# Stats for config
# Keymap style
ConfigSessionKeymap
# Input mode
ConfigPreeditMethod
# Costom roman table
ConfigCustomRomanTable
# Punctuation style
ConfigPunctuationMethod
# Symbol style
ConfigSymbolMethod
# Adjust conversion based on previous input
ConfigHistoryLearningLevel
# Date/time conversion
ConfigUseDateConversion
# Single kanji dictionary
ConfigUseSingleKanjiConversion
# Symbol dictionary
ConfigUseSymbolConversion
# Special number conversion
ConfigUseNumberConversion
# Emotion conversion
ConfigUseEmoticonConversion
# Calculator conversion
ConfigUseCalculator
# T13n conversion
ConfigUseT13nConversion
# Zip code conversion
ConfigUseZipCodeConversion
# Spelling correction
ConfigUseSpellingCorrection
# Secret mode
ConfigIncognito
# Selection shortcut
ConfigSelectionShortcut
# Use input history
ConfigUseHistorySuggest
# Use system dictionary
ConfigUseDictionarySuggest
# Use realtime conversion
ConfigUseRealtimeConversion
# Maximum number of suggestions
ConfigSuggestionsSize
# Automatically switch to halfwidth
ConfigUseAutoIMETurnOff
# Use cascanding window
ConfigUseCascadingWindow
# Composition Editor's behavior with Shift key
ConfigShiftKeyModeSwitch
# Numpad character style
ConfigNumpadCharacterForm
# Use auto conversion
ConfigUseAutoConversion
# Auto conversion key
ConfigAutoConversionKey
# Yen sign character
ConfigYenSignCharacter
# Use Japanese layout
ConfigUseJapaneseLayout
# Space input style
ConfigSpaceCharacterForm
# Use cloud sync
ConfigUseCloudSync

# Need to show the help page after install (TSF is disabled)
PostInstallShowPageRequired
# Need to logoff after install (CUAS is disabled)
PostInstallLogoffRequired
# Need to do nothing after install
PostInstallNothingRequired
# Set Mozc as default on install
PostInstallSetDefault
# Do not set Mozc as default on install
PostInstallNotSetDefault
# Push OK button
PostInstallOkButton
# Push Logoff Now button
PostInstallLogoffNowButton
# Push Logoff Later button
PostInstallLogoffLaterButton
# Push reject (x) button
PostInstallRejectButton

# Whether the user customed keybindings for IME activation
IMEActivationKeyCustomized

# Number of user registered dictionary word
UserRegisteredWord
# Number of user history entries for UserHistoryPredictor
UserHistoryPredictorEntrySize
# Number of user history entries for UserBoundaryHistoryRewriter
UserBoundaryHistoryEntrySize
# Number of user history entries for UserSegmentHistoryRewriter
UserSegmentHistoryEntrySize
# Total memory in MB
TotalPhysicalMemory

# for windows

# 64 bit
WindowsX64
# Msctf version
MsctfVerMajor
MsctfVerMinor
MsctfVerBuild
MsctfVerRevision
# CUAS status
CuasEnabled


# usage stats
UsageStatsUploadFailed