diff --git a/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/IMEService.kt b/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/IMEService.kt index e23bc8e0c..51245585a 100644 --- a/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/IMEService.kt +++ b/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/IMEService.kt @@ -74,6 +74,7 @@ import android.window.OnBackInvokedCallback import android.window.OnBackInvokedDispatcher import androidx.annotation.ColorInt import androidx.annotation.RequiresApi +import androidx.appcompat.content.res.AppCompatResources import androidx.appcompat.view.ContextThemeWrapper import androidx.constraintlayout.widget.ConstraintLayout import androidx.core.content.ContextCompat @@ -256,6 +257,8 @@ import com.kazumaproject.markdownhelperkeyboard.ime_service.candidate.CandidateR import com.kazumaproject.markdownhelperkeyboard.ime_service.clipboard.ClipboardUtil import com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.containsHentaigana import com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.correctReading +import com.kazumaproject.markdownhelperkeyboard.ime_service.editor.EditorEnterAction +import com.kazumaproject.markdownhelperkeyboard.ime_service.editor.EditorEnterPolicy import com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.getCurrentInputTypeForIME2 import com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.getEnterKeyIndexSumire import com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.getLastCharacterAsString @@ -4777,7 +4780,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, ) _tenKeyQWERTYMode.update { TenKeyQWERTYMode.TenKeyQWERTY } updateQwertyOnActiveSurface { - resetQWERTYKeyboard(currentInputType.getQWERTYReturnTextInEn()) + resetQWERTYKeyboard(editorEnterLabel(japanese = false)) } renderCurrentKeyboardStateOnActiveSurface() } else { @@ -5043,7 +5046,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, if (returnsToGojuon) TenKeyQWERTYMode.Gojuon else TenKeyQWERTYMode.Default setCurrentQwertyRomajiModeForSession(false) - qwertyView.resetQWERTYKeyboard(currentInputType.getQWERTYReturnTextInEn()) + qwertyView.resetQWERTYKeyboard(editorEnterLabel(japanese = false)) setKeyboardSizeSwitchKeyboard(mainView) } } @@ -8164,7 +8167,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, } ) updateQwertyOnActiveSurface { - resetQWERTYKeyboard(currentInputType.getQWERTYReturnTextInEn()) + resetQWERTYKeyboard(editorEnterLabel(japanese = false)) } renderCurrentKeyboardStateOnActiveSurface() if (insertString.isEmpty()) { @@ -8696,6 +8699,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, flickView, KeyboardDefaultLayouts.createNumberLayout(currentDeleteKeyFlickSettings()) ) + flickView.updateDynamicKey("enter_key", editorEnterKeyStateIndex()) setNumberCustomLayoutTo(flickView, numberCustomLayout) return } @@ -8704,6 +8708,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, flickView, KeyboardDefaultLayouts.createNumberLayout(currentDeleteKeyFlickSettings()) ) + flickView.updateDynamicKey("enter_key", editorEnterKeyStateIndex()) } private fun numberUsageCustomKeyboardLayoutOrNull(): CustomKeyboardLayout? { @@ -11654,7 +11659,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, _tenKeyQWERTYMode.update { TenKeyQWERTYMode.TenKeyQWERTY } setCurrentInputModeForSession(InputMode.ModeEnglish) setCurrentQwertyRomajiModeForSession(false) - val qwertyEnterKeyText = currentInputType.getQWERTYReturnTextInEn() + val qwertyEnterKeyText = editorEnterLabel(japanese = false) qwertyView.resetQWERTYKeyboard(qwertyEnterKeyText) } else { customKeyboardMode = KeyboardInputMode.HIRAGANA @@ -11675,7 +11680,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, _tenKeyQWERTYMode.update { TenKeyQWERTYMode.TenKeyQWERTYRomaji } setCurrentInputModeForSession(InputMode.ModeJapanese) setCurrentQwertyRomajiModeForSession(true) - val qwertyEnterKeyText = currentInputType.getQWERTYReturnTextInJp() + val qwertyEnterKeyText = editorEnterLabel(japanese = true) qwertyView.setRomajiKeyboard( qwertyEnterKeyText ) @@ -11703,7 +11708,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, setKeyboardSizeSwitchKeyboard(this) previousTenKeyQWERTYMode = TenKeyQWERTYMode.Sumire qwertyView.resetQWERTYKeyboard( - currentInputType.getQWERTYReturnTextInEn() + editorEnterLabel(japanese = false) ) qwertyView.isVisible = true customLayoutDefault.isVisible = false @@ -11732,7 +11737,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, clearQwertySwitchNumberKeyReturnSource() customLayoutDefault.isVisible = true if (qwertyMode.value != TenKeyQWERTYMode.Number) { - currentEnterKeyIndex = currentInputType.getEnterKeyIndexSumire() + currentEnterKeyIndex = editorEnterKeyStateIndex() _tenKeyQWERTYMode.update { TenKeyQWERTYMode.Sumire } setSumireLayoutTo(customLayoutDefault) } else { @@ -12287,7 +12292,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, private fun resetSumireKeyboardDakutenMode() { currentDakutenKeyIndex = 0 - currentEnterKeyIndex = currentInputType.getEnterKeyIndexSumire() + currentEnterKeyIndex = editorEnterKeyStateIndex() currentSpaceKeyIndex = 0 Timber.d("resetSumireKeyboardDakutenMode called: $currentEnterKeyIndex") renderDynamicKeysOnActiveSurface() @@ -14692,7 +14697,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, qwertyNumberOpenedFromTenkeyTwoStateNumberKey = false setCurrentQwertyRomajiModeForSession(false) updateQwertyOnActiveSurface { - resetQWERTYKeyboard(currentInputType.getQWERTYReturnTextInEn()) + resetQWERTYKeyboard(editorEnterLabel(japanese = false)) } renderCurrentKeyboardStateOnActiveSurface() resizeKeyboardAfterRestartQwertyProxy() @@ -16046,11 +16051,11 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, updateQwertyOnActiveSurface { setSpaceKeyText("空白") val qwertyEnterKeyText = - currentInputType.getQWERTYReturnTextInJp() + editorEnterLabel(japanese = true) setReturnKeyText(qwertyEnterKeyText) } } else if ((qwertyMode.value == TenKeyQWERTYMode.TenKeyQWERTY && currentInputModeForSession == InputMode.ModeEnglish) || qwertyMode.value == TenKeyQWERTYMode.TenKeyQWERTYRomaji && currentInputModeForSession == InputMode.ModeEnglish) { - val qwertyEnterKeyText = currentInputType.getQWERTYReturnTextInEn() + val qwertyEnterKeyText = editorEnterLabel(japanese = false) updateQwertyOnActiveSurface { setReturnKeyText(qwertyEnterKeyText) } } setKeyboardHeightDefault(mainView) @@ -19480,6 +19485,10 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, } } resetRuntimeInputBehaviorForCurrentInput() + if (inputString.value.isEmpty() && stringInTail.get().isEmpty() && !isHenkan.get()) { + mainLayoutBinding?.let { setDrawableToEnterKeyCorrespondingToImeOptions(it) } + floatingKeyboardBinding?.let { setDrawableToEnterKeyCorrespondingToImeOptionsFloating(it) } + } } } @@ -23151,7 +23160,16 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, return dispatchDirectTextIfNeeded(" ") } - private fun dispatchDirectEnterIfNeeded(): Boolean { + private fun dispatchDirectEnterIfNeeded(editorFacing: Boolean = false): Boolean { + // TYPE_NULL defaults to direct *text* input. Its default Enter still honors + // EditorInfo; explicitly selected direct modes keep their raw Enter behavior. + if (editorFacing && usesEditorEnterPresentation() && + currentInputBehavior == ResolvedInputBehavior.DIRECT_COMMIT && defaultTypeNullUsesEditorEnter() + ) { + setEnterKeyPress() + clearDirectCommitCompositionState("default TYPE_NULL editor enter") + return true + } val handled = keyInputBehaviorDispatcher.dispatchEnter( behavior = currentInputBehavior, inputConnection = currentInputConnection, @@ -25080,72 +25098,62 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, } private fun setEnterKeyPress() { - Timber.d("setEnterKeyPress: $currentInputType") - when (currentInputType) { - InputTypeForIME.TextMultiLine, - InputTypeForIME.TextImeMultiLine, - InputTypeForIME.TextShortMessage, - InputTypeForIME.TextLongMessage, - -> { - commitText("\n", 1) - } + EditorEnterPolicy.dispatch( + action = EditorEnterPolicy.resolve(currentInputEditorInfo), + sendKey = { + if (currentInputConnection != null) { + sendDownUpKeyEvents(it) + editorMutationRevision.advance() + } + }, + performAction = { performEditorAction(it) }, + commitNewline = { commitText("\n", 1) }, + ) + } - InputTypeForIME.None, - InputTypeForIME.Text, - InputTypeForIME.TextAutoComplete, - InputTypeForIME.TextAutoCorrect, - InputTypeForIME.TextCapCharacters, - InputTypeForIME.TextCapSentences, - InputTypeForIME.TextCapWords, - InputTypeForIME.TextEmailSubject, - InputTypeForIME.TextFilter, - InputTypeForIME.TextNoSuggestion, - InputTypeForIME.TextPersonName, - InputTypeForIME.TextPhonetic, - InputTypeForIME.TextWebEditText, - InputTypeForIME.TextUri, - InputTypeForIME.TextPostalAddress, - InputTypeForIME.TextEmailAddress, - InputTypeForIME.TextWebEmailAddress, - InputTypeForIME.TextPassword, - InputTypeForIME.TextVisiblePassword, - InputTypeForIME.TextWebPassword, - InputTypeForIME.TextNotCursorUpdate, - InputTypeForIME.TextEditTextInWebView, - InputTypeForIME.TypeNull, - InputTypeForIME.TextSend - -> { - Timber.d("Enter key: called 3\n") - sendDownUpKeyEvents(KeyEvent.KEYCODE_ENTER) - } + private fun usesEditorEnterPresentation(): Boolean = + inputString.value.isEmpty() && stringInTail.get().isEmpty() && !isHenkan.get() - InputTypeForIME.TextNextLine -> { - performEditorAction(EditorInfo.IME_ACTION_NEXT) - } + private fun defaultTypeNullUsesEditorEnter(): Boolean = + EditorEnterPolicy.usesEditorActionForDefaultTypeNull( + inputType = currentInputEditorInfo?.inputType, + setting = TypeNullInputBehaviorSetting.fromPreferenceValue(appPreference.type_null_input_behavior_preference), + hasExplicitDirectOverride = shortcutInputBehaviorOverride != null || + (qwertyMode.value == TenKeyQWERTYMode.Custom && isCustomLayoutDirectMode) || + isQwertyEnglishDirectInputForced(), + ) - InputTypeForIME.TextDone -> { - performEditorAction(EditorInfo.IME_ACTION_DONE) - } + private fun editorEnterAction(): EditorEnterAction = + if (currentInputBehavior == ResolvedInputBehavior.DIRECT_COMMIT && !defaultTypeNullUsesEditorEnter()) EditorEnterAction.Enter + else EditorEnterPolicy.resolve(currentInputEditorInfo) - InputTypeForIME.Number, - InputTypeForIME.NumberDecimal, - InputTypeForIME.NumberPassword, - InputTypeForIME.NumberSigned, - InputTypeForIME.Phone, - InputTypeForIME.Date, - InputTypeForIME.Datetime, - InputTypeForIME.Time, - -> { - performEditorAction(EditorInfo.IME_ACTION_DONE) - } + private fun editorEnterKeyStateIndex(): Int = + if (usesEditorEnterPresentation()) EditorEnterPolicy.keyStateIndex(editorEnterAction()) + else currentInputType.getEnterKeyIndexSumire() - InputTypeForIME.TextWebSearchView, InputTypeForIME.TextWebSearchViewFireFox, InputTypeForIME.TextSearchView -> { - Timber.d( - "enter key search: ${EditorInfo.IME_ACTION_SEARCH}" + "\n${currentInputEditorInfo.inputType}" + "\n${currentInputEditorInfo.imeOptions}" + "\n${currentInputEditorInfo.actionId}" + "\n${currentInputEditorInfo.privateImeOptions}" - ) - performEditorAction(EditorInfo.IME_ACTION_SEARCH) - } + private fun editorEnterLabel(japanese: Boolean): String { + if (!usesEditorEnterPresentation()) { + return if (japanese) currentInputType.getQWERTYReturnTextInJp() + else currentInputType.getQWERTYReturnTextInEn() + } + return EditorEnterPolicy.label(editorEnterAction(), japanese) + } + // Presentation only: input classification still controls privacy, layout and conversion. + // Preserve composition labels until the existing confirmation pipeline has finished. + private fun editorEnterPresentationType(): InputTypeForIME { + if (!usesEditorEnterPresentation()) { + return currentInputType + } + return when (val action = editorEnterAction()) { + EditorEnterAction.Enter, EditorEnterAction.Newline -> InputTypeForIME.TextMultiLine + is EditorEnterAction.Action -> when (action.id) { + EditorInfo.IME_ACTION_SEARCH -> InputTypeForIME.TextSearchView + EditorInfo.IME_ACTION_NEXT, EditorInfo.IME_ACTION_PREVIOUS -> InputTypeForIME.TextNextLine + EditorInfo.IME_ACTION_DONE -> InputTypeForIME.TextDone + EditorInfo.IME_ACTION_SEND -> InputTypeForIME.TextSend + else -> InputTypeForIME.TextUri + } } } @@ -25783,7 +25791,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, private fun handleEmptyInputEnterKey(mainView: MainLayoutBinding) { clearZeroQueryAllState(refresh = false) - if (dispatchDirectEnterIfNeeded()) { + if (dispatchDirectEnterIfNeeded(editorFacing = true)) { refreshCandidateStripContent( candidatesShown = false, resetCandidateTabSelection = candidateTabVisibility == true @@ -25841,7 +25849,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, private fun handleEmptyInputEnterKeyFloating(floatingKeyboardLayoutBinding: FloatingKeyboardLayoutBinding) { clearZeroQueryAllState(refresh = false) - if (dispatchDirectEnterIfNeeded()) { + if (dispatchDirectEnterIfNeeded(editorFacing = true)) { setDrawableToEnterKeyCorrespondingToImeOptionsFloating(floatingKeyboardLayoutBinding) return } @@ -25860,8 +25868,11 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, setDrawableToEnterKeyCorrespondingToImeOptionsFloating(floatingKeyboardLayoutBinding) } - private fun setDrawableToEnterKeyCorrespondingToImeOptions(mainView: MainLayoutBinding) { - val currentDrawable = when (currentInputType) { + private fun editorEnterDrawable(): Drawable? { + if (usesEditorEnterPresentation() && editorEnterAction() == EditorEnterAction.Action(EditorInfo.IME_ACTION_PREVIOUS)) { + return AppCompatResources.getDrawable(this, com.kazumaproject.core.R.drawable.baseline_arrow_left_24) + } + return when (editorEnterPresentationType()) { InputTypeForIME.TextWebSearchView, InputTypeForIME.TextWebSearchViewFireFox, InputTypeForIME.TextSearchView -> { cachedSearchDrawable } @@ -25886,6 +25897,10 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, cachedArrowRightDrawable } } + } + + private fun setDrawableToEnterKeyCorrespondingToImeOptions(mainView: MainLayoutBinding) { + val currentDrawable = editorEnterDrawable() if (isGojuonSurface()) { mainView.gojuonView.setSideKeyEnterDrawable(currentDrawable) } else { @@ -25894,31 +25909,7 @@ class IMEService : InputMethodService(), LifecycleOwner, InputConnection, } private fun setDrawableToEnterKeyCorrespondingToImeOptionsFloating(floatingKeyboardLayoutBinding: FloatingKeyboardLayoutBinding) { - val currentDrawable = when (currentInputType) { - InputTypeForIME.TextWebSearchView, InputTypeForIME.TextWebSearchViewFireFox, InputTypeForIME.TextSearchView -> { - cachedSearchDrawable - } - - InputTypeForIME.TextMultiLine, InputTypeForIME.TextImeMultiLine, InputTypeForIME.TextShortMessage, InputTypeForIME.TextLongMessage -> { - cachedReturnDrawable - } - - InputTypeForIME.TextEmailAddress, InputTypeForIME.TextEmailSubject, InputTypeForIME.TextNextLine -> { - cachedTabDrawable - } - - InputTypeForIME.TextDone -> { - cachedCheckDrawable - } - - InputTypeForIME.TextSend -> { - cachedArrowRightDrawable - } - - else -> { - cachedArrowRightDrawable - } - } + val currentDrawable = editorEnterDrawable() setFloatingKanaEnterDrawable(floatingKeyboardLayoutBinding, currentDrawable) } diff --git a/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicy.kt b/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicy.kt new file mode 100644 index 000000000..4c3a3c8cf --- /dev/null +++ b/app/src/main/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicy.kt @@ -0,0 +1,71 @@ +package com.kazumaproject.markdownhelperkeyboard.ime_service.editor + +import android.text.InputType +import android.view.KeyEvent +import android.view.inputmethod.EditorInfo +import com.kazumaproject.markdownhelperkeyboard.ime_service.input_behavior.TypeNullInputBehaviorSetting + +/** Only the editor-facing Enter. Composition/segment confirmation is owned by the caller. */ +sealed interface EditorEnterAction { + data object Enter : EditorEnterAction + data object Newline : EditorEnterAction + data class Action(val id: Int) : EditorEnterAction +} + +object EditorEnterPolicy { + fun resolve(editorInfo: EditorInfo?): EditorEnterAction { + if (editorInfo == null) return EditorEnterAction.Enter + val action = editorInfo.imeOptions and EditorInfo.IME_MASK_ACTION + if (editorInfo.imeOptions and EditorInfo.IME_FLAG_NO_ENTER_ACTION == 0 && + action in EditorInfo.IME_ACTION_GO..EditorInfo.IME_ACTION_PREVIOUS + ) { + return EditorEnterAction.Action(action) + } + // Gboard raw captures use commitText("\n") for SHORT_MESSAGE, independent of + // multiline flags; other observed text variations send an Enter key pair. + return if (editorInfo.inputType and InputType.TYPE_MASK_CLASS == InputType.TYPE_CLASS_TEXT && + editorInfo.inputType and InputType.TYPE_MASK_VARIATION == InputType.TYPE_TEXT_VARIATION_SHORT_MESSAGE + ) EditorEnterAction.Newline else EditorEnterAction.Enter + } + + fun usesEditorActionForDefaultTypeNull( + inputType: Int?, + setting: TypeNullInputBehaviorSetting, + hasExplicitDirectOverride: Boolean, + ): Boolean = inputType == InputType.TYPE_NULL && + setting == TypeNullInputBehaviorSetting.DEFAULT && !hasExplicitDirectOverride + + // Existing built-in key states 0..5 keep their meanings; 6..8 are editor actions. + fun keyStateIndex(action: EditorEnterAction): Int = when (action) { + EditorEnterAction.Enter, EditorEnterAction.Newline -> 0 + is EditorEnterAction.Action -> when (action.id) { + EditorInfo.IME_ACTION_GO -> 7 + EditorInfo.IME_ACTION_SEARCH -> 3 + EditorInfo.IME_ACTION_SEND -> 8 + EditorInfo.IME_ACTION_NEXT -> 4 + EditorInfo.IME_ACTION_PREVIOUS -> 6 + else -> 5 + } + } + + fun label(action: EditorEnterAction, japanese: Boolean): String = when (action) { + EditorEnterAction.Enter, EditorEnterAction.Newline -> if (japanese) "改行" else "return" + is EditorEnterAction.Action -> when (action.id) { + EditorInfo.IME_ACTION_GO -> if (japanese) "実行" else "go" + EditorInfo.IME_ACTION_SEARCH -> if (japanese) "検索" else "search" + EditorInfo.IME_ACTION_SEND -> if (japanese) "送信" else "send" + EditorInfo.IME_ACTION_NEXT -> if (japanese) "次へ" else "next" + EditorInfo.IME_ACTION_PREVIOUS -> if (japanese) "前へ" else "previous" + else -> if (japanese) "完了" else "done" + } + } + + /** Keep the service's existing dispatch wrappers (and mutation bookkeeping) in the path. */ + fun dispatch(action: EditorEnterAction, sendKey: (Int) -> Unit, performAction: (Int) -> Unit, commitNewline: () -> Unit) { + when (action) { + EditorEnterAction.Enter -> sendKey(KeyEvent.KEYCODE_ENTER) + EditorEnterAction.Newline -> commitNewline() + is EditorEnterAction.Action -> performAction(action.id) + } + } +} diff --git a/app/src/test/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicyTest.kt b/app/src/test/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicyTest.kt new file mode 100644 index 000000000..3ebac8570 --- /dev/null +++ b/app/src/test/java/com/kazumaproject/markdownhelperkeyboard/ime_service/editor/EditorEnterPolicyTest.kt @@ -0,0 +1,95 @@ +package com.kazumaproject.markdownhelperkeyboard.ime_service.editor + +import android.view.KeyEvent +import android.view.inputmethod.EditorInfo +import com.kazumaproject.markdownhelperkeyboard.ime_service.input_behavior.TypeNullInputBehaviorSetting +import org.junit.Assert.* +import org.junit.Test +import org.junit.runner.RunWith +import org.robolectric.RobolectricTestRunner +import org.robolectric.annotation.Config + +@RunWith(RobolectricTestRunner::class) +@Config(sdk = [35]) +class EditorEnterPolicyTest { + @Test fun recordedGboardMatrix() { + val stream = checkNotNull(javaClass.getResourceAsStream("/enter_parity/gboard.tsv")) + val rows = stream.bufferedReader().use { it.readLines() }.drop(1) + // 22 input types × 8 actions × 4 multiline states × 2 suppression states × 4 custom actions, + // plus 16 action/suppression combinations × 33 independent probes and one field regression. + assertEquals("Incomplete Gboard reference", 22 * 8 * 4 * 2 * 4 + 16 * 33 + 1, rows.size) + assertEquals("Duplicate case IDs", rows.size, rows.map { it.substringBefore('\t') }.toSet().size) + rows.forEach { line -> + val parts = line.split('\t') + val info = EditorInfo().apply { + inputType = parts[1].toInt() + imeOptions = parts[2].toLong().toInt() + actionLabel = parts[3].takeUnless { it == "\\N" } + actionId = parts[4].toInt() + hintText = parts.getOrNull(6)?.takeUnless { it == "\\N" } + fieldName = parts.getOrNull(7)?.takeUnless { it == "\\N" } + privateImeOptions = parts.getOrNull(8)?.takeUnless { it == "\\N" } + } + val expected = when (parts[5]) { + "enter" -> EditorEnterAction.Enter + "newline" -> EditorEnterAction.Newline + else -> EditorEnterAction.Action(parts[5].toInt()) + } + assertEquals(parts[0], expected, EditorEnterPolicy.resolve(info)) + } + } + + @Test fun mapsNoEnterActionDoesNotDispatchDone() { + val info = EditorInfo().apply { inputType = 0x264001; imeOptions = 0x40000006 } + val keys = mutableListOf() + val actions = mutableListOf() + EditorEnterPolicy.dispatch(EditorEnterPolicy.resolve(info), { keys += it }, { actions += it }, { fail("Unexpected newline commit") }) + assertEquals(listOf(KeyEvent.KEYCODE_ENTER), keys) + assertTrue(actions.isEmpty()) + assertEquals("改行", EditorEnterPolicy.label(EditorEnterPolicy.resolve(info), true)) + } + + @Test fun fieldSwitchesDoNotRetainPreviousActionOrSendTwice() { + val actions = mutableListOf() + val keys = mutableListOf() + listOf(3, 0x40000006, 5, 6).forEach { options -> + EditorEnterPolicy.dispatch(EditorEnterPolicy.resolve(EditorInfo().apply { imeOptions = options }), + { keys += it }, { actions += it }, { fail("Unexpected newline commit") }) + } + assertEquals(listOf(3, 5, 6), actions) + assertEquals(listOf(KeyEvent.KEYCODE_ENTER), keys) + } + + @Test fun builtInDynamicKeyStatesDescribeTheDispatchedAction() { + val states = checkNotNull(com.kazumaproject.custom_keyboard.layout.KeyboardDefaultLayouts + .createNumberLayout().keys.single { it.keyId == "enter_key" }.dynamicStates) + val labels = mapOf(2 to "実行", 3 to "検索", 4 to "送信", 5 to "次", 6 to "確定", 7 to "前へ") + labels.forEach { (id, label) -> + val action = EditorEnterAction.Action(id) + assertEquals(label, states[EditorEnterPolicy.keyStateIndex(action)].label) + } + assertEquals("改行", states[EditorEnterPolicy.keyStateIndex(EditorEnterAction.Enter)].label) + } + + @Test fun shortMessageCommitsOnlyNewlineWhenActionIsSuppressed() { + val commits = mutableListOf() + val info = EditorInfo().apply { inputType = 0x41; imeOptions = 0x40000004 } + EditorEnterPolicy.dispatch(EditorEnterPolicy.resolve(info), + { fail("Must not send key events") }, { fail("Must not send SEND") }, { commits += "\n" }) + assertEquals(listOf("\n"), commits) + } + + @Test fun typeNullDefaultEnterIsSeparateFromExplicitDirectSettings() { + assertTrue(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(0, TypeNullInputBehaviorSetting.DEFAULT, false)) + assertFalse(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(1, TypeNullInputBehaviorSetting.DEFAULT, false)) + assertFalse(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(null, TypeNullInputBehaviorSetting.DEFAULT, false)) + assertFalse(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(0, TypeNullInputBehaviorSetting.DIRECT_COMMIT, false)) + assertFalse(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(0, TypeNullInputBehaviorSetting.DEFAULT, true)) + assertFalse(EditorEnterPolicy.usesEditorActionForDefaultTypeNull(0, TypeNullInputBehaviorSetting.COMPOSING_TEXT, false)) + } + + @Test fun absentEditorAndUnknownActionDoNotGuessAnAction() { + assertEquals(EditorEnterAction.Enter, EditorEnterPolicy.resolve(null)) + assertEquals(EditorEnterAction.Enter, EditorEnterPolicy.resolve(EditorInfo().apply { imeOptions = 255 })) + } +} diff --git a/app/src/test/resources/enter_parity/gboard.tsv b/app/src/test/resources/enter_parity/gboard.tsv new file mode 100644 index 000000000..43c244c34 --- /dev/null +++ b/app/src/test/resources/enter_parity/gboard.tsv @@ -0,0 +1,6162 @@ +id inputType imeOptions actionLabel actionId expectedAction hintText fieldName privateImeOptions +text-0/a0/m0/n0/c0 1 0 \N 0 enter \N \N \N +text-0/a0/m0/n0/c1 1 0 Custom 0 enter \N \N \N +text-0/a0/m0/n0/c2 1 0 \N 123 enter \N \N \N +text-0/a0/m0/n0/c3 1 0 Custom 123 enter \N \N \N +text-0/a0/m0/n1/c0 1 1073741824 \N 0 enter \N \N \N +text-0/a0/m0/n1/c1 1 1073741824 Custom 0 enter \N \N \N +text-0/a0/m0/n1/c2 1 1073741824 \N 123 enter \N \N \N +text-0/a0/m0/n1/c3 1 1073741824 Custom 123 enter \N \N \N +text-0/a0/m1/n0/c0 131073 0 \N 0 enter \N \N \N +text-0/a0/m1/n0/c1 131073 0 Custom 0 enter \N \N \N +text-0/a0/m1/n0/c2 131073 0 \N 123 enter \N \N \N +text-0/a0/m1/n0/c3 131073 0 Custom 123 enter \N \N \N +text-0/a0/m1/n1/c0 131073 1073741824 \N 0 enter \N \N \N +text-0/a0/m1/n1/c1 131073 1073741824 Custom 0 enter \N \N \N +text-0/a0/m1/n1/c2 131073 1073741824 \N 123 enter \N \N \N +text-0/a0/m1/n1/c3 131073 1073741824 Custom 123 enter \N \N \N +text-0/a0/m2/n0/c0 262145 0 \N 0 enter \N \N \N +text-0/a0/m2/n0/c1 262145 0 Custom 0 enter \N \N \N +text-0/a0/m2/n0/c2 262145 0 \N 123 enter \N \N \N +text-0/a0/m2/n0/c3 262145 0 Custom 123 enter \N \N \N +text-0/a0/m2/n1/c0 262145 1073741824 \N 0 enter \N \N \N +text-0/a0/m2/n1/c1 262145 1073741824 Custom 0 enter \N \N \N +text-0/a0/m2/n1/c2 262145 1073741824 \N 123 enter \N \N \N +text-0/a0/m2/n1/c3 262145 1073741824 Custom 123 enter \N \N \N +text-0/a0/m3/n0/c0 393217 0 \N 0 enter \N \N \N +text-0/a0/m3/n0/c1 393217 0 Custom 0 enter \N \N \N +text-0/a0/m3/n0/c2 393217 0 \N 123 enter \N \N \N +text-0/a0/m3/n0/c3 393217 0 Custom 123 enter \N \N \N +text-0/a0/m3/n1/c0 393217 1073741824 \N 0 enter \N \N \N +text-0/a0/m3/n1/c1 393217 1073741824 Custom 0 enter \N \N \N +text-0/a0/m3/n1/c2 393217 1073741824 \N 123 enter \N \N \N +text-0/a0/m3/n1/c3 393217 1073741824 Custom 123 enter \N \N \N +text-0/a1/m0/n0/c0 1 1 \N 0 enter \N \N \N +text-0/a1/m0/n0/c1 1 1 Custom 0 enter \N \N \N +text-0/a1/m0/n0/c2 1 1 \N 123 enter \N \N \N +text-0/a1/m0/n0/c3 1 1 Custom 123 enter \N \N \N +text-0/a1/m0/n1/c0 1 1073741825 \N 0 enter \N \N \N +text-0/a1/m0/n1/c1 1 1073741825 Custom 0 enter \N \N \N +text-0/a1/m0/n1/c2 1 1073741825 \N 123 enter \N \N \N +text-0/a1/m0/n1/c3 1 1073741825 Custom 123 enter \N \N \N +text-0/a1/m1/n0/c0 131073 1 \N 0 enter \N \N \N +text-0/a1/m1/n0/c1 131073 1 Custom 0 enter \N \N \N +text-0/a1/m1/n0/c2 131073 1 \N 123 enter \N \N \N +text-0/a1/m1/n0/c3 131073 1 Custom 123 enter \N \N \N +text-0/a1/m1/n1/c0 131073 1073741825 \N 0 enter \N \N \N +text-0/a1/m1/n1/c1 131073 1073741825 Custom 0 enter \N \N \N +text-0/a1/m1/n1/c2 131073 1073741825 \N 123 enter \N \N \N +text-0/a1/m1/n1/c3 131073 1073741825 Custom 123 enter \N \N \N +text-0/a1/m2/n0/c0 262145 1 \N 0 enter \N \N \N +text-0/a1/m2/n0/c1 262145 1 Custom 0 enter \N \N \N +text-0/a1/m2/n0/c2 262145 1 \N 123 enter \N \N \N +text-0/a1/m2/n0/c3 262145 1 Custom 123 enter \N \N \N +text-0/a1/m2/n1/c0 262145 1073741825 \N 0 enter \N \N \N +text-0/a1/m2/n1/c1 262145 1073741825 Custom 0 enter \N \N \N +text-0/a1/m2/n1/c2 262145 1073741825 \N 123 enter \N \N \N +text-0/a1/m2/n1/c3 262145 1073741825 Custom 123 enter \N \N \N +text-0/a1/m3/n0/c0 393217 1 \N 0 enter \N \N \N +text-0/a1/m3/n0/c1 393217 1 Custom 0 enter \N \N \N +text-0/a1/m3/n0/c2 393217 1 \N 123 enter \N \N \N +text-0/a1/m3/n0/c3 393217 1 Custom 123 enter \N \N \N +text-0/a1/m3/n1/c0 393217 1073741825 \N 0 enter \N \N \N +text-0/a1/m3/n1/c1 393217 1073741825 Custom 0 enter \N \N \N +text-0/a1/m3/n1/c2 393217 1073741825 \N 123 enter \N \N \N +text-0/a1/m3/n1/c3 393217 1073741825 Custom 123 enter \N \N \N +text-0/a2/m0/n0/c0 1 2 \N 0 2 \N \N \N +text-0/a2/m0/n0/c1 1 2 Custom 0 2 \N \N \N +text-0/a2/m0/n0/c2 1 2 \N 123 2 \N \N \N +text-0/a2/m0/n0/c3 1 2 Custom 123 2 \N \N \N +text-0/a2/m0/n1/c0 1 1073741826 \N 0 enter \N \N \N +text-0/a2/m0/n1/c1 1 1073741826 Custom 0 enter \N \N \N +text-0/a2/m0/n1/c2 1 1073741826 \N 123 enter \N \N \N +text-0/a2/m0/n1/c3 1 1073741826 Custom 123 enter \N \N \N +text-0/a2/m1/n0/c0 131073 2 \N 0 2 \N \N \N +text-0/a2/m1/n0/c1 131073 2 Custom 0 2 \N \N \N +text-0/a2/m1/n0/c2 131073 2 \N 123 2 \N \N \N +text-0/a2/m1/n0/c3 131073 2 Custom 123 2 \N \N \N +text-0/a2/m1/n1/c0 131073 1073741826 \N 0 enter \N \N \N +text-0/a2/m1/n1/c1 131073 1073741826 Custom 0 enter \N \N \N +text-0/a2/m1/n1/c2 131073 1073741826 \N 123 enter \N \N \N +text-0/a2/m1/n1/c3 131073 1073741826 Custom 123 enter \N \N \N +text-0/a2/m2/n0/c0 262145 2 \N 0 2 \N \N \N +text-0/a2/m2/n0/c1 262145 2 Custom 0 2 \N \N \N +text-0/a2/m2/n0/c2 262145 2 \N 123 2 \N \N \N +text-0/a2/m2/n0/c3 262145 2 Custom 123 2 \N \N \N +text-0/a2/m2/n1/c0 262145 1073741826 \N 0 enter \N \N \N +text-0/a2/m2/n1/c1 262145 1073741826 Custom 0 enter \N \N \N +text-0/a2/m2/n1/c2 262145 1073741826 \N 123 enter \N \N \N +text-0/a2/m2/n1/c3 262145 1073741826 Custom 123 enter \N \N \N +text-0/a2/m3/n0/c0 393217 2 \N 0 2 \N \N \N +text-0/a2/m3/n0/c1 393217 2 Custom 0 2 \N \N \N +text-0/a2/m3/n0/c2 393217 2 \N 123 2 \N \N \N +text-0/a2/m3/n0/c3 393217 2 Custom 123 2 \N \N \N +text-0/a2/m3/n1/c0 393217 1073741826 \N 0 enter \N \N \N +text-0/a2/m3/n1/c1 393217 1073741826 Custom 0 enter \N \N \N +text-0/a2/m3/n1/c2 393217 1073741826 \N 123 enter \N \N \N +text-0/a2/m3/n1/c3 393217 1073741826 Custom 123 enter \N \N \N +text-0/a3/m0/n0/c0 1 3 \N 0 3 \N \N \N +text-0/a3/m0/n0/c1 1 3 Custom 0 3 \N \N \N +text-0/a3/m0/n0/c2 1 3 \N 123 3 \N \N \N +text-0/a3/m0/n0/c3 1 3 Custom 123 3 \N \N \N +text-0/a3/m0/n1/c0 1 1073741827 \N 0 enter \N \N \N +text-0/a3/m0/n1/c1 1 1073741827 Custom 0 enter \N \N \N +text-0/a3/m0/n1/c2 1 1073741827 \N 123 enter \N \N \N +text-0/a3/m0/n1/c3 1 1073741827 Custom 123 enter \N \N \N +text-0/a3/m1/n0/c0 131073 3 \N 0 3 \N \N \N +text-0/a3/m1/n0/c1 131073 3 Custom 0 3 \N \N \N +text-0/a3/m1/n0/c2 131073 3 \N 123 3 \N \N \N +text-0/a3/m1/n0/c3 131073 3 Custom 123 3 \N \N \N +text-0/a3/m1/n1/c0 131073 1073741827 \N 0 enter \N \N \N +text-0/a3/m1/n1/c1 131073 1073741827 Custom 0 enter \N \N \N +text-0/a3/m1/n1/c2 131073 1073741827 \N 123 enter \N \N \N +text-0/a3/m1/n1/c3 131073 1073741827 Custom 123 enter \N \N \N +text-0/a3/m2/n0/c0 262145 3 \N 0 3 \N \N \N +text-0/a3/m2/n0/c1 262145 3 Custom 0 3 \N \N \N +text-0/a3/m2/n0/c2 262145 3 \N 123 3 \N \N \N +text-0/a3/m2/n0/c3 262145 3 Custom 123 3 \N \N \N +text-0/a3/m2/n1/c0 262145 1073741827 \N 0 enter \N \N \N +text-0/a3/m2/n1/c1 262145 1073741827 Custom 0 enter \N \N \N +text-0/a3/m2/n1/c2 262145 1073741827 \N 123 enter \N \N \N +text-0/a3/m2/n1/c3 262145 1073741827 Custom 123 enter \N \N \N +text-0/a3/m3/n0/c0 393217 3 \N 0 3 \N \N \N +text-0/a3/m3/n0/c1 393217 3 Custom 0 3 \N \N \N +text-0/a3/m3/n0/c2 393217 3 \N 123 3 \N \N \N +text-0/a3/m3/n0/c3 393217 3 Custom 123 3 \N \N \N +text-0/a3/m3/n1/c0 393217 1073741827 \N 0 enter \N \N \N +text-0/a3/m3/n1/c1 393217 1073741827 Custom 0 enter \N \N \N +text-0/a3/m3/n1/c2 393217 1073741827 \N 123 enter \N \N \N +text-0/a3/m3/n1/c3 393217 1073741827 Custom 123 enter \N \N \N +text-0/a4/m0/n0/c0 1 4 \N 0 4 \N \N \N +text-0/a4/m0/n0/c1 1 4 Custom 0 4 \N \N \N +text-0/a4/m0/n0/c2 1 4 \N 123 4 \N \N \N +text-0/a4/m0/n0/c3 1 4 Custom 123 4 \N \N \N +text-0/a4/m0/n1/c0 1 1073741828 \N 0 enter \N \N \N +text-0/a4/m0/n1/c1 1 1073741828 Custom 0 enter \N \N \N +text-0/a4/m0/n1/c2 1 1073741828 \N 123 enter \N \N \N +text-0/a4/m0/n1/c3 1 1073741828 Custom 123 enter \N \N \N +text-0/a4/m1/n0/c0 131073 4 \N 0 4 \N \N \N +text-0/a4/m1/n0/c1 131073 4 Custom 0 4 \N \N \N +text-0/a4/m1/n0/c2 131073 4 \N 123 4 \N \N \N +text-0/a4/m1/n0/c3 131073 4 Custom 123 4 \N \N \N +text-0/a4/m1/n1/c0 131073 1073741828 \N 0 enter \N \N \N +text-0/a4/m1/n1/c1 131073 1073741828 Custom 0 enter \N \N \N +text-0/a4/m1/n1/c2 131073 1073741828 \N 123 enter \N \N \N +text-0/a4/m1/n1/c3 131073 1073741828 Custom 123 enter \N \N \N +text-0/a4/m2/n0/c0 262145 4 \N 0 4 \N \N \N +text-0/a4/m2/n0/c1 262145 4 Custom 0 4 \N \N \N +text-0/a4/m2/n0/c2 262145 4 \N 123 4 \N \N \N +text-0/a4/m2/n0/c3 262145 4 Custom 123 4 \N \N \N +text-0/a4/m2/n1/c0 262145 1073741828 \N 0 enter \N \N \N +text-0/a4/m2/n1/c1 262145 1073741828 Custom 0 enter \N \N \N +text-0/a4/m2/n1/c2 262145 1073741828 \N 123 enter \N \N \N +text-0/a4/m2/n1/c3 262145 1073741828 Custom 123 enter \N \N \N +text-0/a4/m3/n0/c0 393217 4 \N 0 4 \N \N \N +text-0/a4/m3/n0/c1 393217 4 Custom 0 4 \N \N \N +text-0/a4/m3/n0/c2 393217 4 \N 123 4 \N \N \N +text-0/a4/m3/n0/c3 393217 4 Custom 123 4 \N \N \N +text-0/a4/m3/n1/c0 393217 1073741828 \N 0 enter \N \N \N +text-0/a4/m3/n1/c1 393217 1073741828 Custom 0 enter \N \N \N +text-0/a4/m3/n1/c2 393217 1073741828 \N 123 enter \N \N \N +text-0/a4/m3/n1/c3 393217 1073741828 Custom 123 enter \N \N \N +text-0/a5/m0/n0/c0 1 5 \N 0 5 \N \N \N +text-0/a5/m0/n0/c1 1 5 Custom 0 5 \N \N \N +text-0/a5/m0/n0/c2 1 5 \N 123 5 \N \N \N +text-0/a5/m0/n0/c3 1 5 Custom 123 5 \N \N \N +text-0/a5/m0/n1/c0 1 1073741829 \N 0 enter \N \N \N +text-0/a5/m0/n1/c1 1 1073741829 Custom 0 enter \N \N \N +text-0/a5/m0/n1/c2 1 1073741829 \N 123 enter \N \N \N +text-0/a5/m0/n1/c3 1 1073741829 Custom 123 enter \N \N \N +text-0/a5/m1/n0/c0 131073 5 \N 0 5 \N \N \N +text-0/a5/m1/n0/c1 131073 5 Custom 0 5 \N \N \N +text-0/a5/m1/n0/c2 131073 5 \N 123 5 \N \N \N +text-0/a5/m1/n0/c3 131073 5 Custom 123 5 \N \N \N +text-0/a5/m1/n1/c0 131073 1073741829 \N 0 enter \N \N \N +text-0/a5/m1/n1/c1 131073 1073741829 Custom 0 enter \N \N \N +text-0/a5/m1/n1/c2 131073 1073741829 \N 123 enter \N \N \N +text-0/a5/m1/n1/c3 131073 1073741829 Custom 123 enter \N \N \N +text-0/a5/m2/n0/c0 262145 5 \N 0 5 \N \N \N +text-0/a5/m2/n0/c1 262145 5 Custom 0 5 \N \N \N +text-0/a5/m2/n0/c2 262145 5 \N 123 5 \N \N \N +text-0/a5/m2/n0/c3 262145 5 Custom 123 5 \N \N \N +text-0/a5/m2/n1/c0 262145 1073741829 \N 0 enter \N \N \N +text-0/a5/m2/n1/c1 262145 1073741829 Custom 0 enter \N \N \N +text-0/a5/m2/n1/c2 262145 1073741829 \N 123 enter \N \N \N +text-0/a5/m2/n1/c3 262145 1073741829 Custom 123 enter \N \N \N +text-0/a5/m3/n0/c0 393217 5 \N 0 5 \N \N \N +text-0/a5/m3/n0/c1 393217 5 Custom 0 5 \N \N \N +text-0/a5/m3/n0/c2 393217 5 \N 123 5 \N \N \N +text-0/a5/m3/n0/c3 393217 5 Custom 123 5 \N \N \N +text-0/a5/m3/n1/c0 393217 1073741829 \N 0 enter \N \N \N +text-0/a5/m3/n1/c1 393217 1073741829 Custom 0 enter \N \N \N +text-0/a5/m3/n1/c2 393217 1073741829 \N 123 enter \N \N \N +text-0/a5/m3/n1/c3 393217 1073741829 Custom 123 enter \N \N \N +text-0/a6/m0/n0/c0 1 6 \N 0 6 \N \N \N +text-0/a6/m0/n0/c1 1 6 Custom 0 6 \N \N \N +text-0/a6/m0/n0/c2 1 6 \N 123 6 \N \N \N +text-0/a6/m0/n0/c3 1 6 Custom 123 6 \N \N \N +text-0/a6/m0/n1/c0 1 1073741830 \N 0 enter \N \N \N +text-0/a6/m0/n1/c1 1 1073741830 Custom 0 enter \N \N \N +text-0/a6/m0/n1/c2 1 1073741830 \N 123 enter \N \N \N +text-0/a6/m0/n1/c3 1 1073741830 Custom 123 enter \N \N \N +text-0/a6/m1/n0/c0 131073 6 \N 0 6 \N \N \N +text-0/a6/m1/n0/c1 131073 6 Custom 0 6 \N \N \N +text-0/a6/m1/n0/c2 131073 6 \N 123 6 \N \N \N +text-0/a6/m1/n0/c3 131073 6 Custom 123 6 \N \N \N +text-0/a6/m1/n1/c0 131073 1073741830 \N 0 enter \N \N \N +text-0/a6/m1/n1/c1 131073 1073741830 Custom 0 enter \N \N \N +text-0/a6/m1/n1/c2 131073 1073741830 \N 123 enter \N \N \N +text-0/a6/m1/n1/c3 131073 1073741830 Custom 123 enter \N \N \N +text-0/a6/m2/n0/c0 262145 6 \N 0 6 \N \N \N +text-0/a6/m2/n0/c1 262145 6 Custom 0 6 \N \N \N +text-0/a6/m2/n0/c2 262145 6 \N 123 6 \N \N \N +text-0/a6/m2/n0/c3 262145 6 Custom 123 6 \N \N \N +text-0/a6/m2/n1/c0 262145 1073741830 \N 0 enter \N \N \N +text-0/a6/m2/n1/c1 262145 1073741830 Custom 0 enter \N \N \N +text-0/a6/m2/n1/c2 262145 1073741830 \N 123 enter \N \N \N +text-0/a6/m2/n1/c3 262145 1073741830 Custom 123 enter \N \N \N +text-0/a6/m3/n0/c0 393217 6 \N 0 6 \N \N \N +text-0/a6/m3/n0/c1 393217 6 Custom 0 6 \N \N \N +text-0/a6/m3/n0/c2 393217 6 \N 123 6 \N \N \N +text-0/a6/m3/n0/c3 393217 6 Custom 123 6 \N \N \N +text-0/a6/m3/n1/c0 393217 1073741830 \N 0 enter \N \N \N +text-0/a6/m3/n1/c1 393217 1073741830 Custom 0 enter \N \N \N +text-0/a6/m3/n1/c2 393217 1073741830 \N 123 enter \N \N \N +text-0/a6/m3/n1/c3 393217 1073741830 Custom 123 enter \N \N \N +text-0/a7/m0/n0/c0 1 7 \N 0 7 \N \N \N +text-0/a7/m0/n0/c1 1 7 Custom 0 7 \N \N \N +text-0/a7/m0/n0/c2 1 7 \N 123 7 \N \N \N +text-0/a7/m0/n0/c3 1 7 Custom 123 7 \N \N \N +text-0/a7/m0/n1/c0 1 1073741831 \N 0 enter \N \N \N +text-0/a7/m0/n1/c1 1 1073741831 Custom 0 enter \N \N \N +text-0/a7/m0/n1/c2 1 1073741831 \N 123 enter \N \N \N +text-0/a7/m0/n1/c3 1 1073741831 Custom 123 enter \N \N \N +text-0/a7/m1/n0/c0 131073 7 \N 0 7 \N \N \N +text-0/a7/m1/n0/c1 131073 7 Custom 0 7 \N \N \N +text-0/a7/m1/n0/c2 131073 7 \N 123 7 \N \N \N +text-0/a7/m1/n0/c3 131073 7 Custom 123 7 \N \N \N +text-0/a7/m1/n1/c0 131073 1073741831 \N 0 enter \N \N \N +text-0/a7/m1/n1/c1 131073 1073741831 Custom 0 enter \N \N \N +text-0/a7/m1/n1/c2 131073 1073741831 \N 123 enter \N \N \N +text-0/a7/m1/n1/c3 131073 1073741831 Custom 123 enter \N \N \N +text-0/a7/m2/n0/c0 262145 7 \N 0 7 \N \N \N +text-0/a7/m2/n0/c1 262145 7 Custom 0 7 \N \N \N +text-0/a7/m2/n0/c2 262145 7 \N 123 7 \N \N \N +text-0/a7/m2/n0/c3 262145 7 Custom 123 7 \N \N \N +text-0/a7/m2/n1/c0 262145 1073741831 \N 0 enter \N \N \N +text-0/a7/m2/n1/c1 262145 1073741831 Custom 0 enter \N \N \N +text-0/a7/m2/n1/c2 262145 1073741831 \N 123 enter \N \N \N +text-0/a7/m2/n1/c3 262145 1073741831 Custom 123 enter \N \N \N +text-0/a7/m3/n0/c0 393217 7 \N 0 7 \N \N \N +text-0/a7/m3/n0/c1 393217 7 Custom 0 7 \N \N \N +text-0/a7/m3/n0/c2 393217 7 \N 123 7 \N \N \N +text-0/a7/m3/n0/c3 393217 7 Custom 123 7 \N \N \N +text-0/a7/m3/n1/c0 393217 1073741831 \N 0 enter \N \N \N +text-0/a7/m3/n1/c1 393217 1073741831 Custom 0 enter \N \N \N +text-0/a7/m3/n1/c2 393217 1073741831 \N 123 enter \N \N \N +text-0/a7/m3/n1/c3 393217 1073741831 Custom 123 enter \N \N \N +text-10/a0/m0/n0/c0 17 0 \N 0 enter \N \N \N +text-10/a0/m0/n0/c1 17 0 Custom 0 enter \N \N \N +text-10/a0/m0/n0/c2 17 0 \N 123 enter \N \N \N +text-10/a0/m0/n0/c3 17 0 Custom 123 enter \N \N \N +text-10/a0/m0/n1/c0 17 1073741824 \N 0 enter \N \N \N +text-10/a0/m0/n1/c1 17 1073741824 Custom 0 enter \N \N \N +text-10/a0/m0/n1/c2 17 1073741824 \N 123 enter \N \N \N +text-10/a0/m0/n1/c3 17 1073741824 Custom 123 enter \N \N \N +text-10/a0/m1/n0/c0 131089 0 \N 0 enter \N \N \N +text-10/a0/m1/n0/c1 131089 0 Custom 0 enter \N \N \N +text-10/a0/m1/n0/c2 131089 0 \N 123 enter \N \N \N +text-10/a0/m1/n0/c3 131089 0 Custom 123 enter \N \N \N +text-10/a0/m1/n1/c0 131089 1073741824 \N 0 enter \N \N \N +text-10/a0/m1/n1/c1 131089 1073741824 Custom 0 enter \N \N \N +text-10/a0/m1/n1/c2 131089 1073741824 \N 123 enter \N \N \N +text-10/a0/m1/n1/c3 131089 1073741824 Custom 123 enter \N \N \N +text-10/a0/m2/n0/c0 262161 0 \N 0 enter \N \N \N +text-10/a0/m2/n0/c1 262161 0 Custom 0 enter \N \N \N +text-10/a0/m2/n0/c2 262161 0 \N 123 enter \N \N \N +text-10/a0/m2/n0/c3 262161 0 Custom 123 enter \N \N \N +text-10/a0/m2/n1/c0 262161 1073741824 \N 0 enter \N \N \N +text-10/a0/m2/n1/c1 262161 1073741824 Custom 0 enter \N \N \N +text-10/a0/m2/n1/c2 262161 1073741824 \N 123 enter \N \N \N +text-10/a0/m2/n1/c3 262161 1073741824 Custom 123 enter \N \N \N +text-10/a0/m3/n0/c0 393233 0 \N 0 enter \N \N \N +text-10/a0/m3/n0/c1 393233 0 Custom 0 enter \N \N \N +text-10/a0/m3/n0/c2 393233 0 \N 123 enter \N \N \N +text-10/a0/m3/n0/c3 393233 0 Custom 123 enter \N \N \N +text-10/a0/m3/n1/c0 393233 1073741824 \N 0 enter \N \N \N +text-10/a0/m3/n1/c1 393233 1073741824 Custom 0 enter \N \N \N +text-10/a0/m3/n1/c2 393233 1073741824 \N 123 enter \N \N \N +text-10/a0/m3/n1/c3 393233 1073741824 Custom 123 enter \N \N \N +text-10/a1/m0/n0/c0 17 1 \N 0 enter \N \N \N +text-10/a1/m0/n0/c1 17 1 Custom 0 enter \N \N \N +text-10/a1/m0/n0/c2 17 1 \N 123 enter \N \N \N +text-10/a1/m0/n0/c3 17 1 Custom 123 enter \N \N \N +text-10/a1/m0/n1/c0 17 1073741825 \N 0 enter \N \N \N +text-10/a1/m0/n1/c1 17 1073741825 Custom 0 enter \N \N \N +text-10/a1/m0/n1/c2 17 1073741825 \N 123 enter \N \N \N +text-10/a1/m0/n1/c3 17 1073741825 Custom 123 enter \N \N \N +text-10/a1/m1/n0/c0 131089 1 \N 0 enter \N \N \N +text-10/a1/m1/n0/c1 131089 1 Custom 0 enter \N \N \N +text-10/a1/m1/n0/c2 131089 1 \N 123 enter \N \N \N +text-10/a1/m1/n0/c3 131089 1 Custom 123 enter \N \N \N +text-10/a1/m1/n1/c0 131089 1073741825 \N 0 enter \N \N \N +text-10/a1/m1/n1/c1 131089 1073741825 Custom 0 enter \N \N \N +text-10/a1/m1/n1/c2 131089 1073741825 \N 123 enter \N \N \N +text-10/a1/m1/n1/c3 131089 1073741825 Custom 123 enter \N \N \N +text-10/a1/m2/n0/c0 262161 1 \N 0 enter \N \N \N +text-10/a1/m2/n0/c1 262161 1 Custom 0 enter \N \N \N +text-10/a1/m2/n0/c2 262161 1 \N 123 enter \N \N \N +text-10/a1/m2/n0/c3 262161 1 Custom 123 enter \N \N \N +text-10/a1/m2/n1/c0 262161 1073741825 \N 0 enter \N \N \N +text-10/a1/m2/n1/c1 262161 1073741825 Custom 0 enter \N \N \N +text-10/a1/m2/n1/c2 262161 1073741825 \N 123 enter \N \N \N +text-10/a1/m2/n1/c3 262161 1073741825 Custom 123 enter \N \N \N +text-10/a1/m3/n0/c0 393233 1 \N 0 enter \N \N \N +text-10/a1/m3/n0/c1 393233 1 Custom 0 enter \N \N \N +text-10/a1/m3/n0/c2 393233 1 \N 123 enter \N \N \N +text-10/a1/m3/n0/c3 393233 1 Custom 123 enter \N \N \N +text-10/a1/m3/n1/c0 393233 1073741825 \N 0 enter \N \N \N +text-10/a1/m3/n1/c1 393233 1073741825 Custom 0 enter \N \N \N +text-10/a1/m3/n1/c2 393233 1073741825 \N 123 enter \N \N \N +text-10/a1/m3/n1/c3 393233 1073741825 Custom 123 enter \N \N \N +text-10/a2/m0/n0/c0 17 2 \N 0 2 \N \N \N +text-10/a2/m0/n0/c1 17 2 Custom 0 2 \N \N \N +text-10/a2/m0/n0/c2 17 2 \N 123 2 \N \N \N +text-10/a2/m0/n0/c3 17 2 Custom 123 2 \N \N \N +text-10/a2/m0/n1/c0 17 1073741826 \N 0 enter \N \N \N +text-10/a2/m0/n1/c1 17 1073741826 Custom 0 enter \N \N \N +text-10/a2/m0/n1/c2 17 1073741826 \N 123 enter \N \N \N +text-10/a2/m0/n1/c3 17 1073741826 Custom 123 enter \N \N \N +text-10/a2/m1/n0/c0 131089 2 \N 0 2 \N \N \N +text-10/a2/m1/n0/c1 131089 2 Custom 0 2 \N \N \N +text-10/a2/m1/n0/c2 131089 2 \N 123 2 \N \N \N +text-10/a2/m1/n0/c3 131089 2 Custom 123 2 \N \N \N +text-10/a2/m1/n1/c0 131089 1073741826 \N 0 enter \N \N \N +text-10/a2/m1/n1/c1 131089 1073741826 Custom 0 enter \N \N \N +text-10/a2/m1/n1/c2 131089 1073741826 \N 123 enter \N \N \N +text-10/a2/m1/n1/c3 131089 1073741826 Custom 123 enter \N \N \N +text-10/a2/m2/n0/c0 262161 2 \N 0 2 \N \N \N +text-10/a2/m2/n0/c1 262161 2 Custom 0 2 \N \N \N +text-10/a2/m2/n0/c2 262161 2 \N 123 2 \N \N \N +text-10/a2/m2/n0/c3 262161 2 Custom 123 2 \N \N \N +text-10/a2/m2/n1/c0 262161 1073741826 \N 0 enter \N \N \N +text-10/a2/m2/n1/c1 262161 1073741826 Custom 0 enter \N \N \N +text-10/a2/m2/n1/c2 262161 1073741826 \N 123 enter \N \N \N +text-10/a2/m2/n1/c3 262161 1073741826 Custom 123 enter \N \N \N +text-10/a2/m3/n0/c0 393233 2 \N 0 2 \N \N \N +text-10/a2/m3/n0/c1 393233 2 Custom 0 2 \N \N \N +text-10/a2/m3/n0/c2 393233 2 \N 123 2 \N \N \N +text-10/a2/m3/n0/c3 393233 2 Custom 123 2 \N \N \N +text-10/a2/m3/n1/c0 393233 1073741826 \N 0 enter \N \N \N +text-10/a2/m3/n1/c1 393233 1073741826 Custom 0 enter \N \N \N +text-10/a2/m3/n1/c2 393233 1073741826 \N 123 enter \N \N \N +text-10/a2/m3/n1/c3 393233 1073741826 Custom 123 enter \N \N \N +text-10/a3/m0/n0/c0 17 3 \N 0 3 \N \N \N +text-10/a3/m0/n0/c1 17 3 Custom 0 3 \N \N \N +text-10/a3/m0/n0/c2 17 3 \N 123 3 \N \N \N +text-10/a3/m0/n0/c3 17 3 Custom 123 3 \N \N \N +text-10/a3/m0/n1/c0 17 1073741827 \N 0 enter \N \N \N +text-10/a3/m0/n1/c1 17 1073741827 Custom 0 enter \N \N \N +text-10/a3/m0/n1/c2 17 1073741827 \N 123 enter \N \N \N +text-10/a3/m0/n1/c3 17 1073741827 Custom 123 enter \N \N \N +text-10/a3/m1/n0/c0 131089 3 \N 0 3 \N \N \N +text-10/a3/m1/n0/c1 131089 3 Custom 0 3 \N \N \N +text-10/a3/m1/n0/c2 131089 3 \N 123 3 \N \N \N +text-10/a3/m1/n0/c3 131089 3 Custom 123 3 \N \N \N +text-10/a3/m1/n1/c0 131089 1073741827 \N 0 enter \N \N \N +text-10/a3/m1/n1/c1 131089 1073741827 Custom 0 enter \N \N \N +text-10/a3/m1/n1/c2 131089 1073741827 \N 123 enter \N \N \N +text-10/a3/m1/n1/c3 131089 1073741827 Custom 123 enter \N \N \N +text-10/a3/m2/n0/c0 262161 3 \N 0 3 \N \N \N +text-10/a3/m2/n0/c1 262161 3 Custom 0 3 \N \N \N +text-10/a3/m2/n0/c2 262161 3 \N 123 3 \N \N \N +text-10/a3/m2/n0/c3 262161 3 Custom 123 3 \N \N \N +text-10/a3/m2/n1/c0 262161 1073741827 \N 0 enter \N \N \N +text-10/a3/m2/n1/c1 262161 1073741827 Custom 0 enter \N \N \N +text-10/a3/m2/n1/c2 262161 1073741827 \N 123 enter \N \N \N +text-10/a3/m2/n1/c3 262161 1073741827 Custom 123 enter \N \N \N +text-10/a3/m3/n0/c0 393233 3 \N 0 3 \N \N \N +text-10/a3/m3/n0/c1 393233 3 Custom 0 3 \N \N \N +text-10/a3/m3/n0/c2 393233 3 \N 123 3 \N \N \N +text-10/a3/m3/n0/c3 393233 3 Custom 123 3 \N \N \N +text-10/a3/m3/n1/c0 393233 1073741827 \N 0 enter \N \N \N +text-10/a3/m3/n1/c1 393233 1073741827 Custom 0 enter \N \N \N +text-10/a3/m3/n1/c2 393233 1073741827 \N 123 enter \N \N \N +text-10/a3/m3/n1/c3 393233 1073741827 Custom 123 enter \N \N \N +text-10/a4/m0/n0/c0 17 4 \N 0 4 \N \N \N +text-10/a4/m0/n0/c1 17 4 Custom 0 4 \N \N \N +text-10/a4/m0/n0/c2 17 4 \N 123 4 \N \N \N +text-10/a4/m0/n0/c3 17 4 Custom 123 4 \N \N \N +text-10/a4/m0/n1/c0 17 1073741828 \N 0 enter \N \N \N +text-10/a4/m0/n1/c1 17 1073741828 Custom 0 enter \N \N \N +text-10/a4/m0/n1/c2 17 1073741828 \N 123 enter \N \N \N +text-10/a4/m0/n1/c3 17 1073741828 Custom 123 enter \N \N \N +text-10/a4/m1/n0/c0 131089 4 \N 0 4 \N \N \N +text-10/a4/m1/n0/c1 131089 4 Custom 0 4 \N \N \N +text-10/a4/m1/n0/c2 131089 4 \N 123 4 \N \N \N +text-10/a4/m1/n0/c3 131089 4 Custom 123 4 \N \N \N +text-10/a4/m1/n1/c0 131089 1073741828 \N 0 enter \N \N \N +text-10/a4/m1/n1/c1 131089 1073741828 Custom 0 enter \N \N \N +text-10/a4/m1/n1/c2 131089 1073741828 \N 123 enter \N \N \N +text-10/a4/m1/n1/c3 131089 1073741828 Custom 123 enter \N \N \N +text-10/a4/m2/n0/c0 262161 4 \N 0 4 \N \N \N +text-10/a4/m2/n0/c1 262161 4 Custom 0 4 \N \N \N +text-10/a4/m2/n0/c2 262161 4 \N 123 4 \N \N \N +text-10/a4/m2/n0/c3 262161 4 Custom 123 4 \N \N \N +text-10/a4/m2/n1/c0 262161 1073741828 \N 0 enter \N \N \N +text-10/a4/m2/n1/c1 262161 1073741828 Custom 0 enter \N \N \N +text-10/a4/m2/n1/c2 262161 1073741828 \N 123 enter \N \N \N +text-10/a4/m2/n1/c3 262161 1073741828 Custom 123 enter \N \N \N +text-10/a4/m3/n0/c0 393233 4 \N 0 4 \N \N \N +text-10/a4/m3/n0/c1 393233 4 Custom 0 4 \N \N \N +text-10/a4/m3/n0/c2 393233 4 \N 123 4 \N \N \N +text-10/a4/m3/n0/c3 393233 4 Custom 123 4 \N \N \N +text-10/a4/m3/n1/c0 393233 1073741828 \N 0 enter \N \N \N +text-10/a4/m3/n1/c1 393233 1073741828 Custom 0 enter \N \N \N +text-10/a4/m3/n1/c2 393233 1073741828 \N 123 enter \N \N \N +text-10/a4/m3/n1/c3 393233 1073741828 Custom 123 enter \N \N \N +text-10/a5/m0/n0/c0 17 5 \N 0 5 \N \N \N +text-10/a5/m0/n0/c1 17 5 Custom 0 5 \N \N \N +text-10/a5/m0/n0/c2 17 5 \N 123 5 \N \N \N +text-10/a5/m0/n0/c3 17 5 Custom 123 5 \N \N \N +text-10/a5/m0/n1/c0 17 1073741829 \N 0 enter \N \N \N +text-10/a5/m0/n1/c1 17 1073741829 Custom 0 enter \N \N \N +text-10/a5/m0/n1/c2 17 1073741829 \N 123 enter \N \N \N +text-10/a5/m0/n1/c3 17 1073741829 Custom 123 enter \N \N \N +text-10/a5/m1/n0/c0 131089 5 \N 0 5 \N \N \N +text-10/a5/m1/n0/c1 131089 5 Custom 0 5 \N \N \N +text-10/a5/m1/n0/c2 131089 5 \N 123 5 \N \N \N +text-10/a5/m1/n0/c3 131089 5 Custom 123 5 \N \N \N +text-10/a5/m1/n1/c0 131089 1073741829 \N 0 enter \N \N \N +text-10/a5/m1/n1/c1 131089 1073741829 Custom 0 enter \N \N \N +text-10/a5/m1/n1/c2 131089 1073741829 \N 123 enter \N \N \N +text-10/a5/m1/n1/c3 131089 1073741829 Custom 123 enter \N \N \N +text-10/a5/m2/n0/c0 262161 5 \N 0 5 \N \N \N +text-10/a5/m2/n0/c1 262161 5 Custom 0 5 \N \N \N +text-10/a5/m2/n0/c2 262161 5 \N 123 5 \N \N \N +text-10/a5/m2/n0/c3 262161 5 Custom 123 5 \N \N \N +text-10/a5/m2/n1/c0 262161 1073741829 \N 0 enter \N \N \N +text-10/a5/m2/n1/c1 262161 1073741829 Custom 0 enter \N \N \N +text-10/a5/m2/n1/c2 262161 1073741829 \N 123 enter \N \N \N +text-10/a5/m2/n1/c3 262161 1073741829 Custom 123 enter \N \N \N +text-10/a5/m3/n0/c0 393233 5 \N 0 5 \N \N \N +text-10/a5/m3/n0/c1 393233 5 Custom 0 5 \N \N \N +text-10/a5/m3/n0/c2 393233 5 \N 123 5 \N \N \N +text-10/a5/m3/n0/c3 393233 5 Custom 123 5 \N \N \N +text-10/a5/m3/n1/c0 393233 1073741829 \N 0 enter \N \N \N +text-10/a5/m3/n1/c1 393233 1073741829 Custom 0 enter \N \N \N +text-10/a5/m3/n1/c2 393233 1073741829 \N 123 enter \N \N \N +text-10/a5/m3/n1/c3 393233 1073741829 Custom 123 enter \N \N \N +text-10/a6/m0/n0/c0 17 6 \N 0 6 \N \N \N +text-10/a6/m0/n0/c1 17 6 Custom 0 6 \N \N \N +text-10/a6/m0/n0/c2 17 6 \N 123 6 \N \N \N +text-10/a6/m0/n0/c3 17 6 Custom 123 6 \N \N \N +text-10/a6/m0/n1/c0 17 1073741830 \N 0 enter \N \N \N +text-10/a6/m0/n1/c1 17 1073741830 Custom 0 enter \N \N \N +text-10/a6/m0/n1/c2 17 1073741830 \N 123 enter \N \N \N +text-10/a6/m0/n1/c3 17 1073741830 Custom 123 enter \N \N \N +text-10/a6/m1/n0/c0 131089 6 \N 0 6 \N \N \N +text-10/a6/m1/n0/c1 131089 6 Custom 0 6 \N \N \N +text-10/a6/m1/n0/c2 131089 6 \N 123 6 \N \N \N +text-10/a6/m1/n0/c3 131089 6 Custom 123 6 \N \N \N +text-10/a6/m1/n1/c0 131089 1073741830 \N 0 enter \N \N \N +text-10/a6/m1/n1/c1 131089 1073741830 Custom 0 enter \N \N \N +text-10/a6/m1/n1/c2 131089 1073741830 \N 123 enter \N \N \N +text-10/a6/m1/n1/c3 131089 1073741830 Custom 123 enter \N \N \N +text-10/a6/m2/n0/c0 262161 6 \N 0 6 \N \N \N +text-10/a6/m2/n0/c1 262161 6 Custom 0 6 \N \N \N +text-10/a6/m2/n0/c2 262161 6 \N 123 6 \N \N \N +text-10/a6/m2/n0/c3 262161 6 Custom 123 6 \N \N \N +text-10/a6/m2/n1/c0 262161 1073741830 \N 0 enter \N \N \N +text-10/a6/m2/n1/c1 262161 1073741830 Custom 0 enter \N \N \N +text-10/a6/m2/n1/c2 262161 1073741830 \N 123 enter \N \N \N +text-10/a6/m2/n1/c3 262161 1073741830 Custom 123 enter \N \N \N +text-10/a6/m3/n0/c0 393233 6 \N 0 6 \N \N \N +text-10/a6/m3/n0/c1 393233 6 Custom 0 6 \N \N \N +text-10/a6/m3/n0/c2 393233 6 \N 123 6 \N \N \N +text-10/a6/m3/n0/c3 393233 6 Custom 123 6 \N \N \N +text-10/a6/m3/n1/c0 393233 1073741830 \N 0 enter \N \N \N +text-10/a6/m3/n1/c1 393233 1073741830 Custom 0 enter \N \N \N +text-10/a6/m3/n1/c2 393233 1073741830 \N 123 enter \N \N \N +text-10/a6/m3/n1/c3 393233 1073741830 Custom 123 enter \N \N \N +text-10/a7/m0/n0/c0 17 7 \N 0 7 \N \N \N +text-10/a7/m0/n0/c1 17 7 Custom 0 7 \N \N \N +text-10/a7/m0/n0/c2 17 7 \N 123 7 \N \N \N +text-10/a7/m0/n0/c3 17 7 Custom 123 7 \N \N \N +text-10/a7/m0/n1/c0 17 1073741831 \N 0 enter \N \N \N +text-10/a7/m0/n1/c1 17 1073741831 Custom 0 enter \N \N \N +text-10/a7/m0/n1/c2 17 1073741831 \N 123 enter \N \N \N +text-10/a7/m0/n1/c3 17 1073741831 Custom 123 enter \N \N \N +text-10/a7/m1/n0/c0 131089 7 \N 0 7 \N \N \N +text-10/a7/m1/n0/c1 131089 7 Custom 0 7 \N \N \N +text-10/a7/m1/n0/c2 131089 7 \N 123 7 \N \N \N +text-10/a7/m1/n0/c3 131089 7 Custom 123 7 \N \N \N +text-10/a7/m1/n1/c0 131089 1073741831 \N 0 enter \N \N \N +text-10/a7/m1/n1/c1 131089 1073741831 Custom 0 enter \N \N \N +text-10/a7/m1/n1/c2 131089 1073741831 \N 123 enter \N \N \N +text-10/a7/m1/n1/c3 131089 1073741831 Custom 123 enter \N \N \N +text-10/a7/m2/n0/c0 262161 7 \N 0 7 \N \N \N +text-10/a7/m2/n0/c1 262161 7 Custom 0 7 \N \N \N +text-10/a7/m2/n0/c2 262161 7 \N 123 7 \N \N \N +text-10/a7/m2/n0/c3 262161 7 Custom 123 7 \N \N \N +text-10/a7/m2/n1/c0 262161 1073741831 \N 0 enter \N \N \N +text-10/a7/m2/n1/c1 262161 1073741831 Custom 0 enter \N \N \N +text-10/a7/m2/n1/c2 262161 1073741831 \N 123 enter \N \N \N +text-10/a7/m2/n1/c3 262161 1073741831 Custom 123 enter \N \N \N +text-10/a7/m3/n0/c0 393233 7 \N 0 7 \N \N \N +text-10/a7/m3/n0/c1 393233 7 Custom 0 7 \N \N \N +text-10/a7/m3/n0/c2 393233 7 \N 123 7 \N \N \N +text-10/a7/m3/n0/c3 393233 7 Custom 123 7 \N \N \N +text-10/a7/m3/n1/c0 393233 1073741831 \N 0 enter \N \N \N +text-10/a7/m3/n1/c1 393233 1073741831 Custom 0 enter \N \N \N +text-10/a7/m3/n1/c2 393233 1073741831 \N 123 enter \N \N \N +text-10/a7/m3/n1/c3 393233 1073741831 Custom 123 enter \N \N \N +text-20/a0/m0/n0/c0 33 0 \N 0 enter \N \N \N +text-20/a0/m0/n0/c1 33 0 Custom 0 enter \N \N \N +text-20/a0/m0/n0/c2 33 0 \N 123 enter \N \N \N +text-20/a0/m0/n0/c3 33 0 Custom 123 enter \N \N \N +text-20/a0/m0/n1/c0 33 1073741824 \N 0 enter \N \N \N +text-20/a0/m0/n1/c1 33 1073741824 Custom 0 enter \N \N \N +text-20/a0/m0/n1/c2 33 1073741824 \N 123 enter \N \N \N +text-20/a0/m0/n1/c3 33 1073741824 Custom 123 enter \N \N \N +text-20/a0/m1/n0/c0 131105 0 \N 0 enter \N \N \N +text-20/a0/m1/n0/c1 131105 0 Custom 0 enter \N \N \N +text-20/a0/m1/n0/c2 131105 0 \N 123 enter \N \N \N +text-20/a0/m1/n0/c3 131105 0 Custom 123 enter \N \N \N +text-20/a0/m1/n1/c0 131105 1073741824 \N 0 enter \N \N \N +text-20/a0/m1/n1/c1 131105 1073741824 Custom 0 enter \N \N \N +text-20/a0/m1/n1/c2 131105 1073741824 \N 123 enter \N \N \N +text-20/a0/m1/n1/c3 131105 1073741824 Custom 123 enter \N \N \N +text-20/a0/m2/n0/c0 262177 0 \N 0 enter \N \N \N +text-20/a0/m2/n0/c1 262177 0 Custom 0 enter \N \N \N +text-20/a0/m2/n0/c2 262177 0 \N 123 enter \N \N \N +text-20/a0/m2/n0/c3 262177 0 Custom 123 enter \N \N \N +text-20/a0/m2/n1/c0 262177 1073741824 \N 0 enter \N \N \N +text-20/a0/m2/n1/c1 262177 1073741824 Custom 0 enter \N \N \N +text-20/a0/m2/n1/c2 262177 1073741824 \N 123 enter \N \N \N +text-20/a0/m2/n1/c3 262177 1073741824 Custom 123 enter \N \N \N +text-20/a0/m3/n0/c0 393249 0 \N 0 enter \N \N \N +text-20/a0/m3/n0/c1 393249 0 Custom 0 enter \N \N \N +text-20/a0/m3/n0/c2 393249 0 \N 123 enter \N \N \N +text-20/a0/m3/n0/c3 393249 0 Custom 123 enter \N \N \N +text-20/a0/m3/n1/c0 393249 1073741824 \N 0 enter \N \N \N +text-20/a0/m3/n1/c1 393249 1073741824 Custom 0 enter \N \N \N +text-20/a0/m3/n1/c2 393249 1073741824 \N 123 enter \N \N \N +text-20/a0/m3/n1/c3 393249 1073741824 Custom 123 enter \N \N \N +text-20/a1/m0/n0/c0 33 1 \N 0 enter \N \N \N +text-20/a1/m0/n0/c1 33 1 Custom 0 enter \N \N \N +text-20/a1/m0/n0/c2 33 1 \N 123 enter \N \N \N +text-20/a1/m0/n0/c3 33 1 Custom 123 enter \N \N \N +text-20/a1/m0/n1/c0 33 1073741825 \N 0 enter \N \N \N +text-20/a1/m0/n1/c1 33 1073741825 Custom 0 enter \N \N \N +text-20/a1/m0/n1/c2 33 1073741825 \N 123 enter \N \N \N +text-20/a1/m0/n1/c3 33 1073741825 Custom 123 enter \N \N \N +text-20/a1/m1/n0/c0 131105 1 \N 0 enter \N \N \N +text-20/a1/m1/n0/c1 131105 1 Custom 0 enter \N \N \N +text-20/a1/m1/n0/c2 131105 1 \N 123 enter \N \N \N +text-20/a1/m1/n0/c3 131105 1 Custom 123 enter \N \N \N +text-20/a1/m1/n1/c0 131105 1073741825 \N 0 enter \N \N \N +text-20/a1/m1/n1/c1 131105 1073741825 Custom 0 enter \N \N \N +text-20/a1/m1/n1/c2 131105 1073741825 \N 123 enter \N \N \N +text-20/a1/m1/n1/c3 131105 1073741825 Custom 123 enter \N \N \N +text-20/a1/m2/n0/c0 262177 1 \N 0 enter \N \N \N +text-20/a1/m2/n0/c1 262177 1 Custom 0 enter \N \N \N +text-20/a1/m2/n0/c2 262177 1 \N 123 enter \N \N \N +text-20/a1/m2/n0/c3 262177 1 Custom 123 enter \N \N \N +text-20/a1/m2/n1/c0 262177 1073741825 \N 0 enter \N \N \N +text-20/a1/m2/n1/c1 262177 1073741825 Custom 0 enter \N \N \N +text-20/a1/m2/n1/c2 262177 1073741825 \N 123 enter \N \N \N +text-20/a1/m2/n1/c3 262177 1073741825 Custom 123 enter \N \N \N +text-20/a1/m3/n0/c0 393249 1 \N 0 enter \N \N \N +text-20/a1/m3/n0/c1 393249 1 Custom 0 enter \N \N \N +text-20/a1/m3/n0/c2 393249 1 \N 123 enter \N \N \N +text-20/a1/m3/n0/c3 393249 1 Custom 123 enter \N \N \N +text-20/a1/m3/n1/c0 393249 1073741825 \N 0 enter \N \N \N +text-20/a1/m3/n1/c1 393249 1073741825 Custom 0 enter \N \N \N +text-20/a1/m3/n1/c2 393249 1073741825 \N 123 enter \N \N \N +text-20/a1/m3/n1/c3 393249 1073741825 Custom 123 enter \N \N \N +text-20/a2/m0/n0/c0 33 2 \N 0 2 \N \N \N +text-20/a2/m0/n0/c1 33 2 Custom 0 2 \N \N \N +text-20/a2/m0/n0/c2 33 2 \N 123 2 \N \N \N +text-20/a2/m0/n0/c3 33 2 Custom 123 2 \N \N \N +text-20/a2/m0/n1/c0 33 1073741826 \N 0 enter \N \N \N +text-20/a2/m0/n1/c1 33 1073741826 Custom 0 enter \N \N \N +text-20/a2/m0/n1/c2 33 1073741826 \N 123 enter \N \N \N +text-20/a2/m0/n1/c3 33 1073741826 Custom 123 enter \N \N \N +text-20/a2/m1/n0/c0 131105 2 \N 0 2 \N \N \N +text-20/a2/m1/n0/c1 131105 2 Custom 0 2 \N \N \N +text-20/a2/m1/n0/c2 131105 2 \N 123 2 \N \N \N +text-20/a2/m1/n0/c3 131105 2 Custom 123 2 \N \N \N +text-20/a2/m1/n1/c0 131105 1073741826 \N 0 enter \N \N \N +text-20/a2/m1/n1/c1 131105 1073741826 Custom 0 enter \N \N \N +text-20/a2/m1/n1/c2 131105 1073741826 \N 123 enter \N \N \N +text-20/a2/m1/n1/c3 131105 1073741826 Custom 123 enter \N \N \N +text-20/a2/m2/n0/c0 262177 2 \N 0 2 \N \N \N +text-20/a2/m2/n0/c1 262177 2 Custom 0 2 \N \N \N +text-20/a2/m2/n0/c2 262177 2 \N 123 2 \N \N \N +text-20/a2/m2/n0/c3 262177 2 Custom 123 2 \N \N \N +text-20/a2/m2/n1/c0 262177 1073741826 \N 0 enter \N \N \N +text-20/a2/m2/n1/c1 262177 1073741826 Custom 0 enter \N \N \N +text-20/a2/m2/n1/c2 262177 1073741826 \N 123 enter \N \N \N +text-20/a2/m2/n1/c3 262177 1073741826 Custom 123 enter \N \N \N +text-20/a2/m3/n0/c0 393249 2 \N 0 2 \N \N \N +text-20/a2/m3/n0/c1 393249 2 Custom 0 2 \N \N \N +text-20/a2/m3/n0/c2 393249 2 \N 123 2 \N \N \N +text-20/a2/m3/n0/c3 393249 2 Custom 123 2 \N \N \N +text-20/a2/m3/n1/c0 393249 1073741826 \N 0 enter \N \N \N +text-20/a2/m3/n1/c1 393249 1073741826 Custom 0 enter \N \N \N +text-20/a2/m3/n1/c2 393249 1073741826 \N 123 enter \N \N \N +text-20/a2/m3/n1/c3 393249 1073741826 Custom 123 enter \N \N \N +text-20/a3/m0/n0/c0 33 3 \N 0 3 \N \N \N +text-20/a3/m0/n0/c1 33 3 Custom 0 3 \N \N \N +text-20/a3/m0/n0/c2 33 3 \N 123 3 \N \N \N +text-20/a3/m0/n0/c3 33 3 Custom 123 3 \N \N \N +text-20/a3/m0/n1/c0 33 1073741827 \N 0 enter \N \N \N +text-20/a3/m0/n1/c1 33 1073741827 Custom 0 enter \N \N \N +text-20/a3/m0/n1/c2 33 1073741827 \N 123 enter \N \N \N +text-20/a3/m0/n1/c3 33 1073741827 Custom 123 enter \N \N \N +text-20/a3/m1/n0/c0 131105 3 \N 0 3 \N \N \N +text-20/a3/m1/n0/c1 131105 3 Custom 0 3 \N \N \N +text-20/a3/m1/n0/c2 131105 3 \N 123 3 \N \N \N +text-20/a3/m1/n0/c3 131105 3 Custom 123 3 \N \N \N +text-20/a3/m1/n1/c0 131105 1073741827 \N 0 enter \N \N \N +text-20/a3/m1/n1/c1 131105 1073741827 Custom 0 enter \N \N \N +text-20/a3/m1/n1/c2 131105 1073741827 \N 123 enter \N \N \N +text-20/a3/m1/n1/c3 131105 1073741827 Custom 123 enter \N \N \N +text-20/a3/m2/n0/c0 262177 3 \N 0 3 \N \N \N +text-20/a3/m2/n0/c1 262177 3 Custom 0 3 \N \N \N +text-20/a3/m2/n0/c2 262177 3 \N 123 3 \N \N \N +text-20/a3/m2/n0/c3 262177 3 Custom 123 3 \N \N \N +text-20/a3/m2/n1/c0 262177 1073741827 \N 0 enter \N \N \N +text-20/a3/m2/n1/c1 262177 1073741827 Custom 0 enter \N \N \N +text-20/a3/m2/n1/c2 262177 1073741827 \N 123 enter \N \N \N +text-20/a3/m2/n1/c3 262177 1073741827 Custom 123 enter \N \N \N +text-20/a3/m3/n0/c0 393249 3 \N 0 3 \N \N \N +text-20/a3/m3/n0/c1 393249 3 Custom 0 3 \N \N \N +text-20/a3/m3/n0/c2 393249 3 \N 123 3 \N \N \N +text-20/a3/m3/n0/c3 393249 3 Custom 123 3 \N \N \N +text-20/a3/m3/n1/c0 393249 1073741827 \N 0 enter \N \N \N +text-20/a3/m3/n1/c1 393249 1073741827 Custom 0 enter \N \N \N +text-20/a3/m3/n1/c2 393249 1073741827 \N 123 enter \N \N \N +text-20/a3/m3/n1/c3 393249 1073741827 Custom 123 enter \N \N \N +text-20/a4/m0/n0/c0 33 4 \N 0 4 \N \N \N +text-20/a4/m0/n0/c1 33 4 Custom 0 4 \N \N \N +text-20/a4/m0/n0/c2 33 4 \N 123 4 \N \N \N +text-20/a4/m0/n0/c3 33 4 Custom 123 4 \N \N \N +text-20/a4/m0/n1/c0 33 1073741828 \N 0 enter \N \N \N +text-20/a4/m0/n1/c1 33 1073741828 Custom 0 enter \N \N \N +text-20/a4/m0/n1/c2 33 1073741828 \N 123 enter \N \N \N +text-20/a4/m0/n1/c3 33 1073741828 Custom 123 enter \N \N \N +text-20/a4/m1/n0/c0 131105 4 \N 0 4 \N \N \N +text-20/a4/m1/n0/c1 131105 4 Custom 0 4 \N \N \N +text-20/a4/m1/n0/c2 131105 4 \N 123 4 \N \N \N +text-20/a4/m1/n0/c3 131105 4 Custom 123 4 \N \N \N +text-20/a4/m1/n1/c0 131105 1073741828 \N 0 enter \N \N \N +text-20/a4/m1/n1/c1 131105 1073741828 Custom 0 enter \N \N \N +text-20/a4/m1/n1/c2 131105 1073741828 \N 123 enter \N \N \N +text-20/a4/m1/n1/c3 131105 1073741828 Custom 123 enter \N \N \N +text-20/a4/m2/n0/c0 262177 4 \N 0 4 \N \N \N +text-20/a4/m2/n0/c1 262177 4 Custom 0 4 \N \N \N +text-20/a4/m2/n0/c2 262177 4 \N 123 4 \N \N \N +text-20/a4/m2/n0/c3 262177 4 Custom 123 4 \N \N \N +text-20/a4/m2/n1/c0 262177 1073741828 \N 0 enter \N \N \N +text-20/a4/m2/n1/c1 262177 1073741828 Custom 0 enter \N \N \N +text-20/a4/m2/n1/c2 262177 1073741828 \N 123 enter \N \N \N +text-20/a4/m2/n1/c3 262177 1073741828 Custom 123 enter \N \N \N +text-20/a4/m3/n0/c0 393249 4 \N 0 4 \N \N \N +text-20/a4/m3/n0/c1 393249 4 Custom 0 4 \N \N \N +text-20/a4/m3/n0/c2 393249 4 \N 123 4 \N \N \N +text-20/a4/m3/n0/c3 393249 4 Custom 123 4 \N \N \N +text-20/a4/m3/n1/c0 393249 1073741828 \N 0 enter \N \N \N +text-20/a4/m3/n1/c1 393249 1073741828 Custom 0 enter \N \N \N +text-20/a4/m3/n1/c2 393249 1073741828 \N 123 enter \N \N \N +text-20/a4/m3/n1/c3 393249 1073741828 Custom 123 enter \N \N \N +text-20/a5/m0/n0/c0 33 5 \N 0 5 \N \N \N +text-20/a5/m0/n0/c1 33 5 Custom 0 5 \N \N \N +text-20/a5/m0/n0/c2 33 5 \N 123 5 \N \N \N +text-20/a5/m0/n0/c3 33 5 Custom 123 5 \N \N \N +text-20/a5/m0/n1/c0 33 1073741829 \N 0 enter \N \N \N +text-20/a5/m0/n1/c1 33 1073741829 Custom 0 enter \N \N \N +text-20/a5/m0/n1/c2 33 1073741829 \N 123 enter \N \N \N +text-20/a5/m0/n1/c3 33 1073741829 Custom 123 enter \N \N \N +text-20/a5/m1/n0/c0 131105 5 \N 0 5 \N \N \N +text-20/a5/m1/n0/c1 131105 5 Custom 0 5 \N \N \N +text-20/a5/m1/n0/c2 131105 5 \N 123 5 \N \N \N +text-20/a5/m1/n0/c3 131105 5 Custom 123 5 \N \N \N +text-20/a5/m1/n1/c0 131105 1073741829 \N 0 enter \N \N \N +text-20/a5/m1/n1/c1 131105 1073741829 Custom 0 enter \N \N \N +text-20/a5/m1/n1/c2 131105 1073741829 \N 123 enter \N \N \N +text-20/a5/m1/n1/c3 131105 1073741829 Custom 123 enter \N \N \N +text-20/a5/m2/n0/c0 262177 5 \N 0 5 \N \N \N +text-20/a5/m2/n0/c1 262177 5 Custom 0 5 \N \N \N +text-20/a5/m2/n0/c2 262177 5 \N 123 5 \N \N \N +text-20/a5/m2/n0/c3 262177 5 Custom 123 5 \N \N \N +text-20/a5/m2/n1/c0 262177 1073741829 \N 0 enter \N \N \N +text-20/a5/m2/n1/c1 262177 1073741829 Custom 0 enter \N \N \N +text-20/a5/m2/n1/c2 262177 1073741829 \N 123 enter \N \N \N +text-20/a5/m2/n1/c3 262177 1073741829 Custom 123 enter \N \N \N +text-20/a5/m3/n0/c0 393249 5 \N 0 5 \N \N \N +text-20/a5/m3/n0/c1 393249 5 Custom 0 5 \N \N \N +text-20/a5/m3/n0/c2 393249 5 \N 123 5 \N \N \N +text-20/a5/m3/n0/c3 393249 5 Custom 123 5 \N \N \N +text-20/a5/m3/n1/c0 393249 1073741829 \N 0 enter \N \N \N +text-20/a5/m3/n1/c1 393249 1073741829 Custom 0 enter \N \N \N +text-20/a5/m3/n1/c2 393249 1073741829 \N 123 enter \N \N \N +text-20/a5/m3/n1/c3 393249 1073741829 Custom 123 enter \N \N \N +text-20/a6/m0/n0/c0 33 6 \N 0 6 \N \N \N +text-20/a6/m0/n0/c1 33 6 Custom 0 6 \N \N \N +text-20/a6/m0/n0/c2 33 6 \N 123 6 \N \N \N +text-20/a6/m0/n0/c3 33 6 Custom 123 6 \N \N \N +text-20/a6/m0/n1/c0 33 1073741830 \N 0 enter \N \N \N +text-20/a6/m0/n1/c1 33 1073741830 Custom 0 enter \N \N \N +text-20/a6/m0/n1/c2 33 1073741830 \N 123 enter \N \N \N +text-20/a6/m0/n1/c3 33 1073741830 Custom 123 enter \N \N \N +text-20/a6/m1/n0/c0 131105 6 \N 0 6 \N \N \N +text-20/a6/m1/n0/c1 131105 6 Custom 0 6 \N \N \N +text-20/a6/m1/n0/c2 131105 6 \N 123 6 \N \N \N +text-20/a6/m1/n0/c3 131105 6 Custom 123 6 \N \N \N +text-20/a6/m1/n1/c0 131105 1073741830 \N 0 enter \N \N \N +text-20/a6/m1/n1/c1 131105 1073741830 Custom 0 enter \N \N \N +text-20/a6/m1/n1/c2 131105 1073741830 \N 123 enter \N \N \N +text-20/a6/m1/n1/c3 131105 1073741830 Custom 123 enter \N \N \N +text-20/a6/m2/n0/c0 262177 6 \N 0 6 \N \N \N +text-20/a6/m2/n0/c1 262177 6 Custom 0 6 \N \N \N +text-20/a6/m2/n0/c2 262177 6 \N 123 6 \N \N \N +text-20/a6/m2/n0/c3 262177 6 Custom 123 6 \N \N \N +text-20/a6/m2/n1/c0 262177 1073741830 \N 0 enter \N \N \N +text-20/a6/m2/n1/c1 262177 1073741830 Custom 0 enter \N \N \N +text-20/a6/m2/n1/c2 262177 1073741830 \N 123 enter \N \N \N +text-20/a6/m2/n1/c3 262177 1073741830 Custom 123 enter \N \N \N +text-20/a6/m3/n0/c0 393249 6 \N 0 6 \N \N \N +text-20/a6/m3/n0/c1 393249 6 Custom 0 6 \N \N \N +text-20/a6/m3/n0/c2 393249 6 \N 123 6 \N \N \N +text-20/a6/m3/n0/c3 393249 6 Custom 123 6 \N \N \N +text-20/a6/m3/n1/c0 393249 1073741830 \N 0 enter \N \N \N +text-20/a6/m3/n1/c1 393249 1073741830 Custom 0 enter \N \N \N +text-20/a6/m3/n1/c2 393249 1073741830 \N 123 enter \N \N \N +text-20/a6/m3/n1/c3 393249 1073741830 Custom 123 enter \N \N \N +text-20/a7/m0/n0/c0 33 7 \N 0 7 \N \N \N +text-20/a7/m0/n0/c1 33 7 Custom 0 7 \N \N \N +text-20/a7/m0/n0/c2 33 7 \N 123 7 \N \N \N +text-20/a7/m0/n0/c3 33 7 Custom 123 7 \N \N \N +text-20/a7/m0/n1/c0 33 1073741831 \N 0 enter \N \N \N +text-20/a7/m0/n1/c1 33 1073741831 Custom 0 enter \N \N \N +text-20/a7/m0/n1/c2 33 1073741831 \N 123 enter \N \N \N +text-20/a7/m0/n1/c3 33 1073741831 Custom 123 enter \N \N \N +text-20/a7/m1/n0/c0 131105 7 \N 0 7 \N \N \N +text-20/a7/m1/n0/c1 131105 7 Custom 0 7 \N \N \N +text-20/a7/m1/n0/c2 131105 7 \N 123 7 \N \N \N +text-20/a7/m1/n0/c3 131105 7 Custom 123 7 \N \N \N +text-20/a7/m1/n1/c0 131105 1073741831 \N 0 enter \N \N \N +text-20/a7/m1/n1/c1 131105 1073741831 Custom 0 enter \N \N \N +text-20/a7/m1/n1/c2 131105 1073741831 \N 123 enter \N \N \N +text-20/a7/m1/n1/c3 131105 1073741831 Custom 123 enter \N \N \N +text-20/a7/m2/n0/c0 262177 7 \N 0 7 \N \N \N +text-20/a7/m2/n0/c1 262177 7 Custom 0 7 \N \N \N +text-20/a7/m2/n0/c2 262177 7 \N 123 7 \N \N \N +text-20/a7/m2/n0/c3 262177 7 Custom 123 7 \N \N \N +text-20/a7/m2/n1/c0 262177 1073741831 \N 0 enter \N \N \N +text-20/a7/m2/n1/c1 262177 1073741831 Custom 0 enter \N \N \N +text-20/a7/m2/n1/c2 262177 1073741831 \N 123 enter \N \N \N +text-20/a7/m2/n1/c3 262177 1073741831 Custom 123 enter \N \N \N +text-20/a7/m3/n0/c0 393249 7 \N 0 7 \N \N \N +text-20/a7/m3/n0/c1 393249 7 Custom 0 7 \N \N \N +text-20/a7/m3/n0/c2 393249 7 \N 123 7 \N \N \N +text-20/a7/m3/n0/c3 393249 7 Custom 123 7 \N \N \N +text-20/a7/m3/n1/c0 393249 1073741831 \N 0 enter \N \N \N +text-20/a7/m3/n1/c1 393249 1073741831 Custom 0 enter \N \N \N +text-20/a7/m3/n1/c2 393249 1073741831 \N 123 enter \N \N \N +text-20/a7/m3/n1/c3 393249 1073741831 Custom 123 enter \N \N \N +text-30/a0/m0/n0/c0 49 0 \N 0 enter \N \N \N +text-30/a0/m0/n0/c1 49 0 Custom 0 enter \N \N \N +text-30/a0/m0/n0/c2 49 0 \N 123 enter \N \N \N +text-30/a0/m0/n0/c3 49 0 Custom 123 enter \N \N \N +text-30/a0/m0/n1/c0 49 1073741824 \N 0 enter \N \N \N +text-30/a0/m0/n1/c1 49 1073741824 Custom 0 enter \N \N \N +text-30/a0/m0/n1/c2 49 1073741824 \N 123 enter \N \N \N +text-30/a0/m0/n1/c3 49 1073741824 Custom 123 enter \N \N \N +text-30/a0/m1/n0/c0 131121 0 \N 0 enter \N \N \N +text-30/a0/m1/n0/c1 131121 0 Custom 0 enter \N \N \N +text-30/a0/m1/n0/c2 131121 0 \N 123 enter \N \N \N +text-30/a0/m1/n0/c3 131121 0 Custom 123 enter \N \N \N +text-30/a0/m1/n1/c0 131121 1073741824 \N 0 enter \N \N \N +text-30/a0/m1/n1/c1 131121 1073741824 Custom 0 enter \N \N \N +text-30/a0/m1/n1/c2 131121 1073741824 \N 123 enter \N \N \N +text-30/a0/m1/n1/c3 131121 1073741824 Custom 123 enter \N \N \N +text-30/a0/m2/n0/c0 262193 0 \N 0 enter \N \N \N +text-30/a0/m2/n0/c1 262193 0 Custom 0 enter \N \N \N +text-30/a0/m2/n0/c2 262193 0 \N 123 enter \N \N \N +text-30/a0/m2/n0/c3 262193 0 Custom 123 enter \N \N \N +text-30/a0/m2/n1/c0 262193 1073741824 \N 0 enter \N \N \N +text-30/a0/m2/n1/c1 262193 1073741824 Custom 0 enter \N \N \N +text-30/a0/m2/n1/c2 262193 1073741824 \N 123 enter \N \N \N +text-30/a0/m2/n1/c3 262193 1073741824 Custom 123 enter \N \N \N +text-30/a0/m3/n0/c0 393265 0 \N 0 enter \N \N \N +text-30/a0/m3/n0/c1 393265 0 Custom 0 enter \N \N \N +text-30/a0/m3/n0/c2 393265 0 \N 123 enter \N \N \N +text-30/a0/m3/n0/c3 393265 0 Custom 123 enter \N \N \N +text-30/a0/m3/n1/c0 393265 1073741824 \N 0 enter \N \N \N +text-30/a0/m3/n1/c1 393265 1073741824 Custom 0 enter \N \N \N +text-30/a0/m3/n1/c2 393265 1073741824 \N 123 enter \N \N \N +text-30/a0/m3/n1/c3 393265 1073741824 Custom 123 enter \N \N \N +text-30/a1/m0/n0/c0 49 1 \N 0 enter \N \N \N +text-30/a1/m0/n0/c1 49 1 Custom 0 enter \N \N \N +text-30/a1/m0/n0/c2 49 1 \N 123 enter \N \N \N +text-30/a1/m0/n0/c3 49 1 Custom 123 enter \N \N \N +text-30/a1/m0/n1/c0 49 1073741825 \N 0 enter \N \N \N +text-30/a1/m0/n1/c1 49 1073741825 Custom 0 enter \N \N \N +text-30/a1/m0/n1/c2 49 1073741825 \N 123 enter \N \N \N +text-30/a1/m0/n1/c3 49 1073741825 Custom 123 enter \N \N \N +text-30/a1/m1/n0/c0 131121 1 \N 0 enter \N \N \N +text-30/a1/m1/n0/c1 131121 1 Custom 0 enter \N \N \N +text-30/a1/m1/n0/c2 131121 1 \N 123 enter \N \N \N +text-30/a1/m1/n0/c3 131121 1 Custom 123 enter \N \N \N +text-30/a1/m1/n1/c0 131121 1073741825 \N 0 enter \N \N \N +text-30/a1/m1/n1/c1 131121 1073741825 Custom 0 enter \N \N \N +text-30/a1/m1/n1/c2 131121 1073741825 \N 123 enter \N \N \N +text-30/a1/m1/n1/c3 131121 1073741825 Custom 123 enter \N \N \N +text-30/a1/m2/n0/c0 262193 1 \N 0 enter \N \N \N +text-30/a1/m2/n0/c1 262193 1 Custom 0 enter \N \N \N +text-30/a1/m2/n0/c2 262193 1 \N 123 enter \N \N \N +text-30/a1/m2/n0/c3 262193 1 Custom 123 enter \N \N \N +text-30/a1/m2/n1/c0 262193 1073741825 \N 0 enter \N \N \N +text-30/a1/m2/n1/c1 262193 1073741825 Custom 0 enter \N \N \N +text-30/a1/m2/n1/c2 262193 1073741825 \N 123 enter \N \N \N +text-30/a1/m2/n1/c3 262193 1073741825 Custom 123 enter \N \N \N +text-30/a1/m3/n0/c0 393265 1 \N 0 enter \N \N \N +text-30/a1/m3/n0/c1 393265 1 Custom 0 enter \N \N \N +text-30/a1/m3/n0/c2 393265 1 \N 123 enter \N \N \N +text-30/a1/m3/n0/c3 393265 1 Custom 123 enter \N \N \N +text-30/a1/m3/n1/c0 393265 1073741825 \N 0 enter \N \N \N +text-30/a1/m3/n1/c1 393265 1073741825 Custom 0 enter \N \N \N +text-30/a1/m3/n1/c2 393265 1073741825 \N 123 enter \N \N \N +text-30/a1/m3/n1/c3 393265 1073741825 Custom 123 enter \N \N \N +text-30/a2/m0/n0/c0 49 2 \N 0 2 \N \N \N +text-30/a2/m0/n0/c1 49 2 Custom 0 2 \N \N \N +text-30/a2/m0/n0/c2 49 2 \N 123 2 \N \N \N +text-30/a2/m0/n0/c3 49 2 Custom 123 2 \N \N \N +text-30/a2/m0/n1/c0 49 1073741826 \N 0 enter \N \N \N +text-30/a2/m0/n1/c1 49 1073741826 Custom 0 enter \N \N \N +text-30/a2/m0/n1/c2 49 1073741826 \N 123 enter \N \N \N +text-30/a2/m0/n1/c3 49 1073741826 Custom 123 enter \N \N \N +text-30/a2/m1/n0/c0 131121 2 \N 0 2 \N \N \N +text-30/a2/m1/n0/c1 131121 2 Custom 0 2 \N \N \N +text-30/a2/m1/n0/c2 131121 2 \N 123 2 \N \N \N +text-30/a2/m1/n0/c3 131121 2 Custom 123 2 \N \N \N +text-30/a2/m1/n1/c0 131121 1073741826 \N 0 enter \N \N \N +text-30/a2/m1/n1/c1 131121 1073741826 Custom 0 enter \N \N \N +text-30/a2/m1/n1/c2 131121 1073741826 \N 123 enter \N \N \N +text-30/a2/m1/n1/c3 131121 1073741826 Custom 123 enter \N \N \N +text-30/a2/m2/n0/c0 262193 2 \N 0 2 \N \N \N +text-30/a2/m2/n0/c1 262193 2 Custom 0 2 \N \N \N +text-30/a2/m2/n0/c2 262193 2 \N 123 2 \N \N \N +text-30/a2/m2/n0/c3 262193 2 Custom 123 2 \N \N \N +text-30/a2/m2/n1/c0 262193 1073741826 \N 0 enter \N \N \N +text-30/a2/m2/n1/c1 262193 1073741826 Custom 0 enter \N \N \N +text-30/a2/m2/n1/c2 262193 1073741826 \N 123 enter \N \N \N +text-30/a2/m2/n1/c3 262193 1073741826 Custom 123 enter \N \N \N +text-30/a2/m3/n0/c0 393265 2 \N 0 2 \N \N \N +text-30/a2/m3/n0/c1 393265 2 Custom 0 2 \N \N \N +text-30/a2/m3/n0/c2 393265 2 \N 123 2 \N \N \N +text-30/a2/m3/n0/c3 393265 2 Custom 123 2 \N \N \N +text-30/a2/m3/n1/c0 393265 1073741826 \N 0 enter \N \N \N +text-30/a2/m3/n1/c1 393265 1073741826 Custom 0 enter \N \N \N +text-30/a2/m3/n1/c2 393265 1073741826 \N 123 enter \N \N \N +text-30/a2/m3/n1/c3 393265 1073741826 Custom 123 enter \N \N \N +text-30/a3/m0/n0/c0 49 3 \N 0 3 \N \N \N +text-30/a3/m0/n0/c1 49 3 Custom 0 3 \N \N \N +text-30/a3/m0/n0/c2 49 3 \N 123 3 \N \N \N +text-30/a3/m0/n0/c3 49 3 Custom 123 3 \N \N \N +text-30/a3/m0/n1/c0 49 1073741827 \N 0 enter \N \N \N +text-30/a3/m0/n1/c1 49 1073741827 Custom 0 enter \N \N \N +text-30/a3/m0/n1/c2 49 1073741827 \N 123 enter \N \N \N +text-30/a3/m0/n1/c3 49 1073741827 Custom 123 enter \N \N \N +text-30/a3/m1/n0/c0 131121 3 \N 0 3 \N \N \N +text-30/a3/m1/n0/c1 131121 3 Custom 0 3 \N \N \N +text-30/a3/m1/n0/c2 131121 3 \N 123 3 \N \N \N +text-30/a3/m1/n0/c3 131121 3 Custom 123 3 \N \N \N +text-30/a3/m1/n1/c0 131121 1073741827 \N 0 enter \N \N \N +text-30/a3/m1/n1/c1 131121 1073741827 Custom 0 enter \N \N \N +text-30/a3/m1/n1/c2 131121 1073741827 \N 123 enter \N \N \N +text-30/a3/m1/n1/c3 131121 1073741827 Custom 123 enter \N \N \N +text-30/a3/m2/n0/c0 262193 3 \N 0 3 \N \N \N +text-30/a3/m2/n0/c1 262193 3 Custom 0 3 \N \N \N +text-30/a3/m2/n0/c2 262193 3 \N 123 3 \N \N \N +text-30/a3/m2/n0/c3 262193 3 Custom 123 3 \N \N \N +text-30/a3/m2/n1/c0 262193 1073741827 \N 0 enter \N \N \N +text-30/a3/m2/n1/c1 262193 1073741827 Custom 0 enter \N \N \N +text-30/a3/m2/n1/c2 262193 1073741827 \N 123 enter \N \N \N +text-30/a3/m2/n1/c3 262193 1073741827 Custom 123 enter \N \N \N +text-30/a3/m3/n0/c0 393265 3 \N 0 3 \N \N \N +text-30/a3/m3/n0/c1 393265 3 Custom 0 3 \N \N \N +text-30/a3/m3/n0/c2 393265 3 \N 123 3 \N \N \N +text-30/a3/m3/n0/c3 393265 3 Custom 123 3 \N \N \N +text-30/a3/m3/n1/c0 393265 1073741827 \N 0 enter \N \N \N +text-30/a3/m3/n1/c1 393265 1073741827 Custom 0 enter \N \N \N +text-30/a3/m3/n1/c2 393265 1073741827 \N 123 enter \N \N \N +text-30/a3/m3/n1/c3 393265 1073741827 Custom 123 enter \N \N \N +text-30/a4/m0/n0/c0 49 4 \N 0 4 \N \N \N +text-30/a4/m0/n0/c1 49 4 Custom 0 4 \N \N \N +text-30/a4/m0/n0/c2 49 4 \N 123 4 \N \N \N +text-30/a4/m0/n0/c3 49 4 Custom 123 4 \N \N \N +text-30/a4/m0/n1/c0 49 1073741828 \N 0 enter \N \N \N +text-30/a4/m0/n1/c1 49 1073741828 Custom 0 enter \N \N \N +text-30/a4/m0/n1/c2 49 1073741828 \N 123 enter \N \N \N +text-30/a4/m0/n1/c3 49 1073741828 Custom 123 enter \N \N \N +text-30/a4/m1/n0/c0 131121 4 \N 0 4 \N \N \N +text-30/a4/m1/n0/c1 131121 4 Custom 0 4 \N \N \N +text-30/a4/m1/n0/c2 131121 4 \N 123 4 \N \N \N +text-30/a4/m1/n0/c3 131121 4 Custom 123 4 \N \N \N +text-30/a4/m1/n1/c0 131121 1073741828 \N 0 enter \N \N \N +text-30/a4/m1/n1/c1 131121 1073741828 Custom 0 enter \N \N \N +text-30/a4/m1/n1/c2 131121 1073741828 \N 123 enter \N \N \N +text-30/a4/m1/n1/c3 131121 1073741828 Custom 123 enter \N \N \N +text-30/a4/m2/n0/c0 262193 4 \N 0 4 \N \N \N +text-30/a4/m2/n0/c1 262193 4 Custom 0 4 \N \N \N +text-30/a4/m2/n0/c2 262193 4 \N 123 4 \N \N \N +text-30/a4/m2/n0/c3 262193 4 Custom 123 4 \N \N \N +text-30/a4/m2/n1/c0 262193 1073741828 \N 0 enter \N \N \N +text-30/a4/m2/n1/c1 262193 1073741828 Custom 0 enter \N \N \N +text-30/a4/m2/n1/c2 262193 1073741828 \N 123 enter \N \N \N +text-30/a4/m2/n1/c3 262193 1073741828 Custom 123 enter \N \N \N +text-30/a4/m3/n0/c0 393265 4 \N 0 4 \N \N \N +text-30/a4/m3/n0/c1 393265 4 Custom 0 4 \N \N \N +text-30/a4/m3/n0/c2 393265 4 \N 123 4 \N \N \N +text-30/a4/m3/n0/c3 393265 4 Custom 123 4 \N \N \N +text-30/a4/m3/n1/c0 393265 1073741828 \N 0 enter \N \N \N +text-30/a4/m3/n1/c1 393265 1073741828 Custom 0 enter \N \N \N +text-30/a4/m3/n1/c2 393265 1073741828 \N 123 enter \N \N \N +text-30/a4/m3/n1/c3 393265 1073741828 Custom 123 enter \N \N \N +text-30/a5/m0/n0/c0 49 5 \N 0 5 \N \N \N +text-30/a5/m0/n0/c1 49 5 Custom 0 5 \N \N \N +text-30/a5/m0/n0/c2 49 5 \N 123 5 \N \N \N +text-30/a5/m0/n0/c3 49 5 Custom 123 5 \N \N \N +text-30/a5/m0/n1/c0 49 1073741829 \N 0 enter \N \N \N +text-30/a5/m0/n1/c1 49 1073741829 Custom 0 enter \N \N \N +text-30/a5/m0/n1/c2 49 1073741829 \N 123 enter \N \N \N +text-30/a5/m0/n1/c3 49 1073741829 Custom 123 enter \N \N \N +text-30/a5/m1/n0/c0 131121 5 \N 0 5 \N \N \N +text-30/a5/m1/n0/c1 131121 5 Custom 0 5 \N \N \N +text-30/a5/m1/n0/c2 131121 5 \N 123 5 \N \N \N +text-30/a5/m1/n0/c3 131121 5 Custom 123 5 \N \N \N +text-30/a5/m1/n1/c0 131121 1073741829 \N 0 enter \N \N \N +text-30/a5/m1/n1/c1 131121 1073741829 Custom 0 enter \N \N \N +text-30/a5/m1/n1/c2 131121 1073741829 \N 123 enter \N \N \N +text-30/a5/m1/n1/c3 131121 1073741829 Custom 123 enter \N \N \N +text-30/a5/m2/n0/c0 262193 5 \N 0 5 \N \N \N +text-30/a5/m2/n0/c1 262193 5 Custom 0 5 \N \N \N +text-30/a5/m2/n0/c2 262193 5 \N 123 5 \N \N \N +text-30/a5/m2/n0/c3 262193 5 Custom 123 5 \N \N \N +text-30/a5/m2/n1/c0 262193 1073741829 \N 0 enter \N \N \N +text-30/a5/m2/n1/c1 262193 1073741829 Custom 0 enter \N \N \N +text-30/a5/m2/n1/c2 262193 1073741829 \N 123 enter \N \N \N +text-30/a5/m2/n1/c3 262193 1073741829 Custom 123 enter \N \N \N +text-30/a5/m3/n0/c0 393265 5 \N 0 5 \N \N \N +text-30/a5/m3/n0/c1 393265 5 Custom 0 5 \N \N \N +text-30/a5/m3/n0/c2 393265 5 \N 123 5 \N \N \N +text-30/a5/m3/n0/c3 393265 5 Custom 123 5 \N \N \N +text-30/a5/m3/n1/c0 393265 1073741829 \N 0 enter \N \N \N +text-30/a5/m3/n1/c1 393265 1073741829 Custom 0 enter \N \N \N +text-30/a5/m3/n1/c2 393265 1073741829 \N 123 enter \N \N \N +text-30/a5/m3/n1/c3 393265 1073741829 Custom 123 enter \N \N \N +text-30/a6/m0/n0/c0 49 6 \N 0 6 \N \N \N +text-30/a6/m0/n0/c1 49 6 Custom 0 6 \N \N \N +text-30/a6/m0/n0/c2 49 6 \N 123 6 \N \N \N +text-30/a6/m0/n0/c3 49 6 Custom 123 6 \N \N \N +text-30/a6/m0/n1/c0 49 1073741830 \N 0 enter \N \N \N +text-30/a6/m0/n1/c1 49 1073741830 Custom 0 enter \N \N \N +text-30/a6/m0/n1/c2 49 1073741830 \N 123 enter \N \N \N +text-30/a6/m0/n1/c3 49 1073741830 Custom 123 enter \N \N \N +text-30/a6/m1/n0/c0 131121 6 \N 0 6 \N \N \N +text-30/a6/m1/n0/c1 131121 6 Custom 0 6 \N \N \N +text-30/a6/m1/n0/c2 131121 6 \N 123 6 \N \N \N +text-30/a6/m1/n0/c3 131121 6 Custom 123 6 \N \N \N +text-30/a6/m1/n1/c0 131121 1073741830 \N 0 enter \N \N \N +text-30/a6/m1/n1/c1 131121 1073741830 Custom 0 enter \N \N \N +text-30/a6/m1/n1/c2 131121 1073741830 \N 123 enter \N \N \N +text-30/a6/m1/n1/c3 131121 1073741830 Custom 123 enter \N \N \N +text-30/a6/m2/n0/c0 262193 6 \N 0 6 \N \N \N +text-30/a6/m2/n0/c1 262193 6 Custom 0 6 \N \N \N +text-30/a6/m2/n0/c2 262193 6 \N 123 6 \N \N \N +text-30/a6/m2/n0/c3 262193 6 Custom 123 6 \N \N \N +text-30/a6/m2/n1/c0 262193 1073741830 \N 0 enter \N \N \N +text-30/a6/m2/n1/c1 262193 1073741830 Custom 0 enter \N \N \N +text-30/a6/m2/n1/c2 262193 1073741830 \N 123 enter \N \N \N +text-30/a6/m2/n1/c3 262193 1073741830 Custom 123 enter \N \N \N +text-30/a6/m3/n0/c0 393265 6 \N 0 6 \N \N \N +text-30/a6/m3/n0/c1 393265 6 Custom 0 6 \N \N \N +text-30/a6/m3/n0/c2 393265 6 \N 123 6 \N \N \N +text-30/a6/m3/n0/c3 393265 6 Custom 123 6 \N \N \N +text-30/a6/m3/n1/c0 393265 1073741830 \N 0 enter \N \N \N +text-30/a6/m3/n1/c1 393265 1073741830 Custom 0 enter \N \N \N +text-30/a6/m3/n1/c2 393265 1073741830 \N 123 enter \N \N \N +text-30/a6/m3/n1/c3 393265 1073741830 Custom 123 enter \N \N \N +text-30/a7/m0/n0/c0 49 7 \N 0 7 \N \N \N +text-30/a7/m0/n0/c1 49 7 Custom 0 7 \N \N \N +text-30/a7/m0/n0/c2 49 7 \N 123 7 \N \N \N +text-30/a7/m0/n0/c3 49 7 Custom 123 7 \N \N \N +text-30/a7/m0/n1/c0 49 1073741831 \N 0 enter \N \N \N +text-30/a7/m0/n1/c1 49 1073741831 Custom 0 enter \N \N \N +text-30/a7/m0/n1/c2 49 1073741831 \N 123 enter \N \N \N +text-30/a7/m0/n1/c3 49 1073741831 Custom 123 enter \N \N \N +text-30/a7/m1/n0/c0 131121 7 \N 0 7 \N \N \N +text-30/a7/m1/n0/c1 131121 7 Custom 0 7 \N \N \N +text-30/a7/m1/n0/c2 131121 7 \N 123 7 \N \N \N +text-30/a7/m1/n0/c3 131121 7 Custom 123 7 \N \N \N +text-30/a7/m1/n1/c0 131121 1073741831 \N 0 enter \N \N \N +text-30/a7/m1/n1/c1 131121 1073741831 Custom 0 enter \N \N \N +text-30/a7/m1/n1/c2 131121 1073741831 \N 123 enter \N \N \N +text-30/a7/m1/n1/c3 131121 1073741831 Custom 123 enter \N \N \N +text-30/a7/m2/n0/c0 262193 7 \N 0 7 \N \N \N +text-30/a7/m2/n0/c1 262193 7 Custom 0 7 \N \N \N +text-30/a7/m2/n0/c2 262193 7 \N 123 7 \N \N \N +text-30/a7/m2/n0/c3 262193 7 Custom 123 7 \N \N \N +text-30/a7/m2/n1/c0 262193 1073741831 \N 0 enter \N \N \N +text-30/a7/m2/n1/c1 262193 1073741831 Custom 0 enter \N \N \N +text-30/a7/m2/n1/c2 262193 1073741831 \N 123 enter \N \N \N +text-30/a7/m2/n1/c3 262193 1073741831 Custom 123 enter \N \N \N +text-30/a7/m3/n0/c0 393265 7 \N 0 7 \N \N \N +text-30/a7/m3/n0/c1 393265 7 Custom 0 7 \N \N \N +text-30/a7/m3/n0/c2 393265 7 \N 123 7 \N \N \N +text-30/a7/m3/n0/c3 393265 7 Custom 123 7 \N \N \N +text-30/a7/m3/n1/c0 393265 1073741831 \N 0 enter \N \N \N +text-30/a7/m3/n1/c1 393265 1073741831 Custom 0 enter \N \N \N +text-30/a7/m3/n1/c2 393265 1073741831 \N 123 enter \N \N \N +text-30/a7/m3/n1/c3 393265 1073741831 Custom 123 enter \N \N \N +text-40/a0/m0/n0/c0 65 0 \N 0 newline \N \N \N +text-40/a0/m0/n0/c1 65 0 Custom 0 newline \N \N \N +text-40/a0/m0/n0/c2 65 0 \N 123 newline \N \N \N +text-40/a0/m0/n0/c3 65 0 Custom 123 newline \N \N \N +text-40/a0/m0/n1/c0 65 1073741824 \N 0 newline \N \N \N +text-40/a0/m0/n1/c1 65 1073741824 Custom 0 newline \N \N \N +text-40/a0/m0/n1/c2 65 1073741824 \N 123 newline \N \N \N +text-40/a0/m0/n1/c3 65 1073741824 Custom 123 newline \N \N \N +text-40/a0/m1/n0/c0 131137 0 \N 0 newline \N \N \N +text-40/a0/m1/n0/c1 131137 0 Custom 0 newline \N \N \N +text-40/a0/m1/n0/c2 131137 0 \N 123 newline \N \N \N +text-40/a0/m1/n0/c3 131137 0 Custom 123 newline \N \N \N +text-40/a0/m1/n1/c0 131137 1073741824 \N 0 newline \N \N \N +text-40/a0/m1/n1/c1 131137 1073741824 Custom 0 newline \N \N \N +text-40/a0/m1/n1/c2 131137 1073741824 \N 123 newline \N \N \N +text-40/a0/m1/n1/c3 131137 1073741824 Custom 123 newline \N \N \N +text-40/a0/m2/n0/c0 262209 0 \N 0 newline \N \N \N +text-40/a0/m2/n0/c1 262209 0 Custom 0 newline \N \N \N +text-40/a0/m2/n0/c2 262209 0 \N 123 newline \N \N \N +text-40/a0/m2/n0/c3 262209 0 Custom 123 newline \N \N \N +text-40/a0/m2/n1/c0 262209 1073741824 \N 0 newline \N \N \N +text-40/a0/m2/n1/c1 262209 1073741824 Custom 0 newline \N \N \N +text-40/a0/m2/n1/c2 262209 1073741824 \N 123 newline \N \N \N +text-40/a0/m2/n1/c3 262209 1073741824 Custom 123 newline \N \N \N +text-40/a0/m3/n0/c0 393281 0 \N 0 newline \N \N \N +text-40/a0/m3/n0/c1 393281 0 Custom 0 newline \N \N \N +text-40/a0/m3/n0/c2 393281 0 \N 123 newline \N \N \N +text-40/a0/m3/n0/c3 393281 0 Custom 123 newline \N \N \N +text-40/a0/m3/n1/c0 393281 1073741824 \N 0 newline \N \N \N +text-40/a0/m3/n1/c1 393281 1073741824 Custom 0 newline \N \N \N +text-40/a0/m3/n1/c2 393281 1073741824 \N 123 newline \N \N \N +text-40/a0/m3/n1/c3 393281 1073741824 Custom 123 newline \N \N \N +text-40/a1/m0/n0/c0 65 1 \N 0 newline \N \N \N +text-40/a1/m0/n0/c1 65 1 Custom 0 newline \N \N \N +text-40/a1/m0/n0/c2 65 1 \N 123 newline \N \N \N +text-40/a1/m0/n0/c3 65 1 Custom 123 newline \N \N \N +text-40/a1/m0/n1/c0 65 1073741825 \N 0 newline \N \N \N +text-40/a1/m0/n1/c1 65 1073741825 Custom 0 newline \N \N \N +text-40/a1/m0/n1/c2 65 1073741825 \N 123 newline \N \N \N +text-40/a1/m0/n1/c3 65 1073741825 Custom 123 newline \N \N \N +text-40/a1/m1/n0/c0 131137 1 \N 0 newline \N \N \N +text-40/a1/m1/n0/c1 131137 1 Custom 0 newline \N \N \N +text-40/a1/m1/n0/c2 131137 1 \N 123 newline \N \N \N +text-40/a1/m1/n0/c3 131137 1 Custom 123 newline \N \N \N +text-40/a1/m1/n1/c0 131137 1073741825 \N 0 newline \N \N \N +text-40/a1/m1/n1/c1 131137 1073741825 Custom 0 newline \N \N \N +text-40/a1/m1/n1/c2 131137 1073741825 \N 123 newline \N \N \N +text-40/a1/m1/n1/c3 131137 1073741825 Custom 123 newline \N \N \N +text-40/a1/m2/n0/c0 262209 1 \N 0 newline \N \N \N +text-40/a1/m2/n0/c1 262209 1 Custom 0 newline \N \N \N +text-40/a1/m2/n0/c2 262209 1 \N 123 newline \N \N \N +text-40/a1/m2/n0/c3 262209 1 Custom 123 newline \N \N \N +text-40/a1/m2/n1/c0 262209 1073741825 \N 0 newline \N \N \N +text-40/a1/m2/n1/c1 262209 1073741825 Custom 0 newline \N \N \N +text-40/a1/m2/n1/c2 262209 1073741825 \N 123 newline \N \N \N +text-40/a1/m2/n1/c3 262209 1073741825 Custom 123 newline \N \N \N +text-40/a1/m3/n0/c0 393281 1 \N 0 newline \N \N \N +text-40/a1/m3/n0/c1 393281 1 Custom 0 newline \N \N \N +text-40/a1/m3/n0/c2 393281 1 \N 123 newline \N \N \N +text-40/a1/m3/n0/c3 393281 1 Custom 123 newline \N \N \N +text-40/a1/m3/n1/c0 393281 1073741825 \N 0 newline \N \N \N +text-40/a1/m3/n1/c1 393281 1073741825 Custom 0 newline \N \N \N +text-40/a1/m3/n1/c2 393281 1073741825 \N 123 newline \N \N \N +text-40/a1/m3/n1/c3 393281 1073741825 Custom 123 newline \N \N \N +text-40/a2/m0/n0/c0 65 2 \N 0 2 \N \N \N +text-40/a2/m0/n0/c1 65 2 Custom 0 2 \N \N \N +text-40/a2/m0/n0/c2 65 2 \N 123 2 \N \N \N +text-40/a2/m0/n0/c3 65 2 Custom 123 2 \N \N \N +text-40/a2/m0/n1/c0 65 1073741826 \N 0 newline \N \N \N +text-40/a2/m0/n1/c1 65 1073741826 Custom 0 newline \N \N \N +text-40/a2/m0/n1/c2 65 1073741826 \N 123 newline \N \N \N +text-40/a2/m0/n1/c3 65 1073741826 Custom 123 newline \N \N \N +text-40/a2/m1/n0/c0 131137 2 \N 0 2 \N \N \N +text-40/a2/m1/n0/c1 131137 2 Custom 0 2 \N \N \N +text-40/a2/m1/n0/c2 131137 2 \N 123 2 \N \N \N +text-40/a2/m1/n0/c3 131137 2 Custom 123 2 \N \N \N +text-40/a2/m1/n1/c0 131137 1073741826 \N 0 newline \N \N \N +text-40/a2/m1/n1/c1 131137 1073741826 Custom 0 newline \N \N \N +text-40/a2/m1/n1/c2 131137 1073741826 \N 123 newline \N \N \N +text-40/a2/m1/n1/c3 131137 1073741826 Custom 123 newline \N \N \N +text-40/a2/m2/n0/c0 262209 2 \N 0 2 \N \N \N +text-40/a2/m2/n0/c1 262209 2 Custom 0 2 \N \N \N +text-40/a2/m2/n0/c2 262209 2 \N 123 2 \N \N \N +text-40/a2/m2/n0/c3 262209 2 Custom 123 2 \N \N \N +text-40/a2/m2/n1/c0 262209 1073741826 \N 0 newline \N \N \N +text-40/a2/m2/n1/c1 262209 1073741826 Custom 0 newline \N \N \N +text-40/a2/m2/n1/c2 262209 1073741826 \N 123 newline \N \N \N +text-40/a2/m2/n1/c3 262209 1073741826 Custom 123 newline \N \N \N +text-40/a2/m3/n0/c0 393281 2 \N 0 2 \N \N \N +text-40/a2/m3/n0/c1 393281 2 Custom 0 2 \N \N \N +text-40/a2/m3/n0/c2 393281 2 \N 123 2 \N \N \N +text-40/a2/m3/n0/c3 393281 2 Custom 123 2 \N \N \N +text-40/a2/m3/n1/c0 393281 1073741826 \N 0 newline \N \N \N +text-40/a2/m3/n1/c1 393281 1073741826 Custom 0 newline \N \N \N +text-40/a2/m3/n1/c2 393281 1073741826 \N 123 newline \N \N \N +text-40/a2/m3/n1/c3 393281 1073741826 Custom 123 newline \N \N \N +text-40/a3/m0/n0/c0 65 3 \N 0 3 \N \N \N +text-40/a3/m0/n0/c1 65 3 Custom 0 3 \N \N \N +text-40/a3/m0/n0/c2 65 3 \N 123 3 \N \N \N +text-40/a3/m0/n0/c3 65 3 Custom 123 3 \N \N \N +text-40/a3/m0/n1/c0 65 1073741827 \N 0 newline \N \N \N +text-40/a3/m0/n1/c1 65 1073741827 Custom 0 newline \N \N \N +text-40/a3/m0/n1/c2 65 1073741827 \N 123 newline \N \N \N +text-40/a3/m0/n1/c3 65 1073741827 Custom 123 newline \N \N \N +text-40/a3/m1/n0/c0 131137 3 \N 0 3 \N \N \N +text-40/a3/m1/n0/c1 131137 3 Custom 0 3 \N \N \N +text-40/a3/m1/n0/c2 131137 3 \N 123 3 \N \N \N +text-40/a3/m1/n0/c3 131137 3 Custom 123 3 \N \N \N +text-40/a3/m1/n1/c0 131137 1073741827 \N 0 newline \N \N \N +text-40/a3/m1/n1/c1 131137 1073741827 Custom 0 newline \N \N \N +text-40/a3/m1/n1/c2 131137 1073741827 \N 123 newline \N \N \N +text-40/a3/m1/n1/c3 131137 1073741827 Custom 123 newline \N \N \N +text-40/a3/m2/n0/c0 262209 3 \N 0 3 \N \N \N +text-40/a3/m2/n0/c1 262209 3 Custom 0 3 \N \N \N +text-40/a3/m2/n0/c2 262209 3 \N 123 3 \N \N \N +text-40/a3/m2/n0/c3 262209 3 Custom 123 3 \N \N \N +text-40/a3/m2/n1/c0 262209 1073741827 \N 0 newline \N \N \N +text-40/a3/m2/n1/c1 262209 1073741827 Custom 0 newline \N \N \N +text-40/a3/m2/n1/c2 262209 1073741827 \N 123 newline \N \N \N +text-40/a3/m2/n1/c3 262209 1073741827 Custom 123 newline \N \N \N +text-40/a3/m3/n0/c0 393281 3 \N 0 3 \N \N \N +text-40/a3/m3/n0/c1 393281 3 Custom 0 3 \N \N \N +text-40/a3/m3/n0/c2 393281 3 \N 123 3 \N \N \N +text-40/a3/m3/n0/c3 393281 3 Custom 123 3 \N \N \N +text-40/a3/m3/n1/c0 393281 1073741827 \N 0 newline \N \N \N +text-40/a3/m3/n1/c1 393281 1073741827 Custom 0 newline \N \N \N +text-40/a3/m3/n1/c2 393281 1073741827 \N 123 newline \N \N \N +text-40/a3/m3/n1/c3 393281 1073741827 Custom 123 newline \N \N \N +text-40/a4/m0/n0/c0 65 4 \N 0 4 \N \N \N +text-40/a4/m0/n0/c1 65 4 Custom 0 4 \N \N \N +text-40/a4/m0/n0/c2 65 4 \N 123 4 \N \N \N +text-40/a4/m0/n0/c3 65 4 Custom 123 4 \N \N \N +text-40/a4/m0/n1/c0 65 1073741828 \N 0 newline \N \N \N +text-40/a4/m0/n1/c1 65 1073741828 Custom 0 newline \N \N \N +text-40/a4/m0/n1/c2 65 1073741828 \N 123 newline \N \N \N +text-40/a4/m0/n1/c3 65 1073741828 Custom 123 newline \N \N \N +text-40/a4/m1/n0/c0 131137 4 \N 0 4 \N \N \N +text-40/a4/m1/n0/c1 131137 4 Custom 0 4 \N \N \N +text-40/a4/m1/n0/c2 131137 4 \N 123 4 \N \N \N +text-40/a4/m1/n0/c3 131137 4 Custom 123 4 \N \N \N +text-40/a4/m1/n1/c0 131137 1073741828 \N 0 newline \N \N \N +text-40/a4/m1/n1/c1 131137 1073741828 Custom 0 newline \N \N \N +text-40/a4/m1/n1/c2 131137 1073741828 \N 123 newline \N \N \N +text-40/a4/m1/n1/c3 131137 1073741828 Custom 123 newline \N \N \N +text-40/a4/m2/n0/c0 262209 4 \N 0 4 \N \N \N +text-40/a4/m2/n0/c1 262209 4 Custom 0 4 \N \N \N +text-40/a4/m2/n0/c2 262209 4 \N 123 4 \N \N \N +text-40/a4/m2/n0/c3 262209 4 Custom 123 4 \N \N \N +text-40/a4/m2/n1/c0 262209 1073741828 \N 0 newline \N \N \N +text-40/a4/m2/n1/c1 262209 1073741828 Custom 0 newline \N \N \N +text-40/a4/m2/n1/c2 262209 1073741828 \N 123 newline \N \N \N +text-40/a4/m2/n1/c3 262209 1073741828 Custom 123 newline \N \N \N +text-40/a4/m3/n0/c0 393281 4 \N 0 4 \N \N \N +text-40/a4/m3/n0/c1 393281 4 Custom 0 4 \N \N \N +text-40/a4/m3/n0/c2 393281 4 \N 123 4 \N \N \N +text-40/a4/m3/n0/c3 393281 4 Custom 123 4 \N \N \N +text-40/a4/m3/n1/c0 393281 1073741828 \N 0 newline \N \N \N +text-40/a4/m3/n1/c1 393281 1073741828 Custom 0 newline \N \N \N +text-40/a4/m3/n1/c2 393281 1073741828 \N 123 newline \N \N \N +text-40/a4/m3/n1/c3 393281 1073741828 Custom 123 newline \N \N \N +text-40/a5/m0/n0/c0 65 5 \N 0 5 \N \N \N +text-40/a5/m0/n0/c1 65 5 Custom 0 5 \N \N \N +text-40/a5/m0/n0/c2 65 5 \N 123 5 \N \N \N +text-40/a5/m0/n0/c3 65 5 Custom 123 5 \N \N \N +text-40/a5/m0/n1/c0 65 1073741829 \N 0 newline \N \N \N +text-40/a5/m0/n1/c1 65 1073741829 Custom 0 newline \N \N \N +text-40/a5/m0/n1/c2 65 1073741829 \N 123 newline \N \N \N +text-40/a5/m0/n1/c3 65 1073741829 Custom 123 newline \N \N \N +text-40/a5/m1/n0/c0 131137 5 \N 0 5 \N \N \N +text-40/a5/m1/n0/c1 131137 5 Custom 0 5 \N \N \N +text-40/a5/m1/n0/c2 131137 5 \N 123 5 \N \N \N +text-40/a5/m1/n0/c3 131137 5 Custom 123 5 \N \N \N +text-40/a5/m1/n1/c0 131137 1073741829 \N 0 newline \N \N \N +text-40/a5/m1/n1/c1 131137 1073741829 Custom 0 newline \N \N \N +text-40/a5/m1/n1/c2 131137 1073741829 \N 123 newline \N \N \N +text-40/a5/m1/n1/c3 131137 1073741829 Custom 123 newline \N \N \N +text-40/a5/m2/n0/c0 262209 5 \N 0 5 \N \N \N +text-40/a5/m2/n0/c1 262209 5 Custom 0 5 \N \N \N +text-40/a5/m2/n0/c2 262209 5 \N 123 5 \N \N \N +text-40/a5/m2/n0/c3 262209 5 Custom 123 5 \N \N \N +text-40/a5/m2/n1/c0 262209 1073741829 \N 0 newline \N \N \N +text-40/a5/m2/n1/c1 262209 1073741829 Custom 0 newline \N \N \N +text-40/a5/m2/n1/c2 262209 1073741829 \N 123 newline \N \N \N +text-40/a5/m2/n1/c3 262209 1073741829 Custom 123 newline \N \N \N +text-40/a5/m3/n0/c0 393281 5 \N 0 5 \N \N \N +text-40/a5/m3/n0/c1 393281 5 Custom 0 5 \N \N \N +text-40/a5/m3/n0/c2 393281 5 \N 123 5 \N \N \N +text-40/a5/m3/n0/c3 393281 5 Custom 123 5 \N \N \N +text-40/a5/m3/n1/c0 393281 1073741829 \N 0 newline \N \N \N +text-40/a5/m3/n1/c1 393281 1073741829 Custom 0 newline \N \N \N +text-40/a5/m3/n1/c2 393281 1073741829 \N 123 newline \N \N \N +text-40/a5/m3/n1/c3 393281 1073741829 Custom 123 newline \N \N \N +text-40/a6/m0/n0/c0 65 6 \N 0 6 \N \N \N +text-40/a6/m0/n0/c1 65 6 Custom 0 6 \N \N \N +text-40/a6/m0/n0/c2 65 6 \N 123 6 \N \N \N +text-40/a6/m0/n0/c3 65 6 Custom 123 6 \N \N \N +text-40/a6/m0/n1/c0 65 1073741830 \N 0 newline \N \N \N +text-40/a6/m0/n1/c1 65 1073741830 Custom 0 newline \N \N \N +text-40/a6/m0/n1/c2 65 1073741830 \N 123 newline \N \N \N +text-40/a6/m0/n1/c3 65 1073741830 Custom 123 newline \N \N \N +text-40/a6/m1/n0/c0 131137 6 \N 0 6 \N \N \N +text-40/a6/m1/n0/c1 131137 6 Custom 0 6 \N \N \N +text-40/a6/m1/n0/c2 131137 6 \N 123 6 \N \N \N +text-40/a6/m1/n0/c3 131137 6 Custom 123 6 \N \N \N +text-40/a6/m1/n1/c0 131137 1073741830 \N 0 newline \N \N \N +text-40/a6/m1/n1/c1 131137 1073741830 Custom 0 newline \N \N \N +text-40/a6/m1/n1/c2 131137 1073741830 \N 123 newline \N \N \N +text-40/a6/m1/n1/c3 131137 1073741830 Custom 123 newline \N \N \N +text-40/a6/m2/n0/c0 262209 6 \N 0 6 \N \N \N +text-40/a6/m2/n0/c1 262209 6 Custom 0 6 \N \N \N +text-40/a6/m2/n0/c2 262209 6 \N 123 6 \N \N \N +text-40/a6/m2/n0/c3 262209 6 Custom 123 6 \N \N \N +text-40/a6/m2/n1/c0 262209 1073741830 \N 0 newline \N \N \N +text-40/a6/m2/n1/c1 262209 1073741830 Custom 0 newline \N \N \N +text-40/a6/m2/n1/c2 262209 1073741830 \N 123 newline \N \N \N +text-40/a6/m2/n1/c3 262209 1073741830 Custom 123 newline \N \N \N +text-40/a6/m3/n0/c0 393281 6 \N 0 6 \N \N \N +text-40/a6/m3/n0/c1 393281 6 Custom 0 6 \N \N \N +text-40/a6/m3/n0/c2 393281 6 \N 123 6 \N \N \N +text-40/a6/m3/n0/c3 393281 6 Custom 123 6 \N \N \N +text-40/a6/m3/n1/c0 393281 1073741830 \N 0 newline \N \N \N +text-40/a6/m3/n1/c1 393281 1073741830 Custom 0 newline \N \N \N +text-40/a6/m3/n1/c2 393281 1073741830 \N 123 newline \N \N \N +text-40/a6/m3/n1/c3 393281 1073741830 Custom 123 newline \N \N \N +text-40/a7/m0/n0/c0 65 7 \N 0 7 \N \N \N +text-40/a7/m0/n0/c1 65 7 Custom 0 7 \N \N \N +text-40/a7/m0/n0/c2 65 7 \N 123 7 \N \N \N +text-40/a7/m0/n0/c3 65 7 Custom 123 7 \N \N \N +text-40/a7/m0/n1/c0 65 1073741831 \N 0 newline \N \N \N +text-40/a7/m0/n1/c1 65 1073741831 Custom 0 newline \N \N \N +text-40/a7/m0/n1/c2 65 1073741831 \N 123 newline \N \N \N +text-40/a7/m0/n1/c3 65 1073741831 Custom 123 newline \N \N \N +text-40/a7/m1/n0/c0 131137 7 \N 0 7 \N \N \N +text-40/a7/m1/n0/c1 131137 7 Custom 0 7 \N \N \N +text-40/a7/m1/n0/c2 131137 7 \N 123 7 \N \N \N +text-40/a7/m1/n0/c3 131137 7 Custom 123 7 \N \N \N +text-40/a7/m1/n1/c0 131137 1073741831 \N 0 newline \N \N \N +text-40/a7/m1/n1/c1 131137 1073741831 Custom 0 newline \N \N \N +text-40/a7/m1/n1/c2 131137 1073741831 \N 123 newline \N \N \N +text-40/a7/m1/n1/c3 131137 1073741831 Custom 123 newline \N \N \N +text-40/a7/m2/n0/c0 262209 7 \N 0 7 \N \N \N +text-40/a7/m2/n0/c1 262209 7 Custom 0 7 \N \N \N +text-40/a7/m2/n0/c2 262209 7 \N 123 7 \N \N \N +text-40/a7/m2/n0/c3 262209 7 Custom 123 7 \N \N \N +text-40/a7/m2/n1/c0 262209 1073741831 \N 0 newline \N \N \N +text-40/a7/m2/n1/c1 262209 1073741831 Custom 0 newline \N \N \N +text-40/a7/m2/n1/c2 262209 1073741831 \N 123 newline \N \N \N +text-40/a7/m2/n1/c3 262209 1073741831 Custom 123 newline \N \N \N +text-40/a7/m3/n0/c0 393281 7 \N 0 7 \N \N \N +text-40/a7/m3/n0/c1 393281 7 Custom 0 7 \N \N \N +text-40/a7/m3/n0/c2 393281 7 \N 123 7 \N \N \N +text-40/a7/m3/n0/c3 393281 7 Custom 123 7 \N \N \N +text-40/a7/m3/n1/c0 393281 1073741831 \N 0 newline \N \N \N +text-40/a7/m3/n1/c1 393281 1073741831 Custom 0 newline \N \N \N +text-40/a7/m3/n1/c2 393281 1073741831 \N 123 newline \N \N \N +text-40/a7/m3/n1/c3 393281 1073741831 Custom 123 newline \N \N \N +text-50/a0/m0/n0/c0 81 0 \N 0 enter \N \N \N +text-50/a0/m0/n0/c1 81 0 Custom 0 enter \N \N \N +text-50/a0/m0/n0/c2 81 0 \N 123 enter \N \N \N +text-50/a0/m0/n0/c3 81 0 Custom 123 enter \N \N \N +text-50/a0/m0/n1/c0 81 1073741824 \N 0 enter \N \N \N +text-50/a0/m0/n1/c1 81 1073741824 Custom 0 enter \N \N \N +text-50/a0/m0/n1/c2 81 1073741824 \N 123 enter \N \N \N +text-50/a0/m0/n1/c3 81 1073741824 Custom 123 enter \N \N \N +text-50/a0/m1/n0/c0 131153 0 \N 0 enter \N \N \N +text-50/a0/m1/n0/c1 131153 0 Custom 0 enter \N \N \N +text-50/a0/m1/n0/c2 131153 0 \N 123 enter \N \N \N +text-50/a0/m1/n0/c3 131153 0 Custom 123 enter \N \N \N +text-50/a0/m1/n1/c0 131153 1073741824 \N 0 enter \N \N \N +text-50/a0/m1/n1/c1 131153 1073741824 Custom 0 enter \N \N \N +text-50/a0/m1/n1/c2 131153 1073741824 \N 123 enter \N \N \N +text-50/a0/m1/n1/c3 131153 1073741824 Custom 123 enter \N \N \N +text-50/a0/m2/n0/c0 262225 0 \N 0 enter \N \N \N +text-50/a0/m2/n0/c1 262225 0 Custom 0 enter \N \N \N +text-50/a0/m2/n0/c2 262225 0 \N 123 enter \N \N \N +text-50/a0/m2/n0/c3 262225 0 Custom 123 enter \N \N \N +text-50/a0/m2/n1/c0 262225 1073741824 \N 0 enter \N \N \N +text-50/a0/m2/n1/c1 262225 1073741824 Custom 0 enter \N \N \N +text-50/a0/m2/n1/c2 262225 1073741824 \N 123 enter \N \N \N +text-50/a0/m2/n1/c3 262225 1073741824 Custom 123 enter \N \N \N +text-50/a0/m3/n0/c0 393297 0 \N 0 enter \N \N \N +text-50/a0/m3/n0/c1 393297 0 Custom 0 enter \N \N \N +text-50/a0/m3/n0/c2 393297 0 \N 123 enter \N \N \N +text-50/a0/m3/n0/c3 393297 0 Custom 123 enter \N \N \N +text-50/a0/m3/n1/c0 393297 1073741824 \N 0 enter \N \N \N +text-50/a0/m3/n1/c1 393297 1073741824 Custom 0 enter \N \N \N +text-50/a0/m3/n1/c2 393297 1073741824 \N 123 enter \N \N \N +text-50/a0/m3/n1/c3 393297 1073741824 Custom 123 enter \N \N \N +text-50/a1/m0/n0/c0 81 1 \N 0 enter \N \N \N +text-50/a1/m0/n0/c1 81 1 Custom 0 enter \N \N \N +text-50/a1/m0/n0/c2 81 1 \N 123 enter \N \N \N +text-50/a1/m0/n0/c3 81 1 Custom 123 enter \N \N \N +text-50/a1/m0/n1/c0 81 1073741825 \N 0 enter \N \N \N +text-50/a1/m0/n1/c1 81 1073741825 Custom 0 enter \N \N \N +text-50/a1/m0/n1/c2 81 1073741825 \N 123 enter \N \N \N +text-50/a1/m0/n1/c3 81 1073741825 Custom 123 enter \N \N \N +text-50/a1/m1/n0/c0 131153 1 \N 0 enter \N \N \N +text-50/a1/m1/n0/c1 131153 1 Custom 0 enter \N \N \N +text-50/a1/m1/n0/c2 131153 1 \N 123 enter \N \N \N +text-50/a1/m1/n0/c3 131153 1 Custom 123 enter \N \N \N +text-50/a1/m1/n1/c0 131153 1073741825 \N 0 enter \N \N \N +text-50/a1/m1/n1/c1 131153 1073741825 Custom 0 enter \N \N \N +text-50/a1/m1/n1/c2 131153 1073741825 \N 123 enter \N \N \N +text-50/a1/m1/n1/c3 131153 1073741825 Custom 123 enter \N \N \N +text-50/a1/m2/n0/c0 262225 1 \N 0 enter \N \N \N +text-50/a1/m2/n0/c1 262225 1 Custom 0 enter \N \N \N +text-50/a1/m2/n0/c2 262225 1 \N 123 enter \N \N \N +text-50/a1/m2/n0/c3 262225 1 Custom 123 enter \N \N \N +text-50/a1/m2/n1/c0 262225 1073741825 \N 0 enter \N \N \N +text-50/a1/m2/n1/c1 262225 1073741825 Custom 0 enter \N \N \N +text-50/a1/m2/n1/c2 262225 1073741825 \N 123 enter \N \N \N +text-50/a1/m2/n1/c3 262225 1073741825 Custom 123 enter \N \N \N +text-50/a1/m3/n0/c0 393297 1 \N 0 enter \N \N \N +text-50/a1/m3/n0/c1 393297 1 Custom 0 enter \N \N \N +text-50/a1/m3/n0/c2 393297 1 \N 123 enter \N \N \N +text-50/a1/m3/n0/c3 393297 1 Custom 123 enter \N \N \N +text-50/a1/m3/n1/c0 393297 1073741825 \N 0 enter \N \N \N +text-50/a1/m3/n1/c1 393297 1073741825 Custom 0 enter \N \N \N +text-50/a1/m3/n1/c2 393297 1073741825 \N 123 enter \N \N \N +text-50/a1/m3/n1/c3 393297 1073741825 Custom 123 enter \N \N \N +text-50/a2/m0/n0/c0 81 2 \N 0 2 \N \N \N +text-50/a2/m0/n0/c1 81 2 Custom 0 2 \N \N \N +text-50/a2/m0/n0/c2 81 2 \N 123 2 \N \N \N +text-50/a2/m0/n0/c3 81 2 Custom 123 2 \N \N \N +text-50/a2/m0/n1/c0 81 1073741826 \N 0 enter \N \N \N +text-50/a2/m0/n1/c1 81 1073741826 Custom 0 enter \N \N \N +text-50/a2/m0/n1/c2 81 1073741826 \N 123 enter \N \N \N +text-50/a2/m0/n1/c3 81 1073741826 Custom 123 enter \N \N \N +text-50/a2/m1/n0/c0 131153 2 \N 0 2 \N \N \N +text-50/a2/m1/n0/c1 131153 2 Custom 0 2 \N \N \N +text-50/a2/m1/n0/c2 131153 2 \N 123 2 \N \N \N +text-50/a2/m1/n0/c3 131153 2 Custom 123 2 \N \N \N +text-50/a2/m1/n1/c0 131153 1073741826 \N 0 enter \N \N \N +text-50/a2/m1/n1/c1 131153 1073741826 Custom 0 enter \N \N \N +text-50/a2/m1/n1/c2 131153 1073741826 \N 123 enter \N \N \N +text-50/a2/m1/n1/c3 131153 1073741826 Custom 123 enter \N \N \N +text-50/a2/m2/n0/c0 262225 2 \N 0 2 \N \N \N +text-50/a2/m2/n0/c1 262225 2 Custom 0 2 \N \N \N +text-50/a2/m2/n0/c2 262225 2 \N 123 2 \N \N \N +text-50/a2/m2/n0/c3 262225 2 Custom 123 2 \N \N \N +text-50/a2/m2/n1/c0 262225 1073741826 \N 0 enter \N \N \N +text-50/a2/m2/n1/c1 262225 1073741826 Custom 0 enter \N \N \N +text-50/a2/m2/n1/c2 262225 1073741826 \N 123 enter \N \N \N +text-50/a2/m2/n1/c3 262225 1073741826 Custom 123 enter \N \N \N +text-50/a2/m3/n0/c0 393297 2 \N 0 2 \N \N \N +text-50/a2/m3/n0/c1 393297 2 Custom 0 2 \N \N \N +text-50/a2/m3/n0/c2 393297 2 \N 123 2 \N \N \N +text-50/a2/m3/n0/c3 393297 2 Custom 123 2 \N \N \N +text-50/a2/m3/n1/c0 393297 1073741826 \N 0 enter \N \N \N +text-50/a2/m3/n1/c1 393297 1073741826 Custom 0 enter \N \N \N +text-50/a2/m3/n1/c2 393297 1073741826 \N 123 enter \N \N \N +text-50/a2/m3/n1/c3 393297 1073741826 Custom 123 enter \N \N \N +text-50/a3/m0/n0/c0 81 3 \N 0 3 \N \N \N +text-50/a3/m0/n0/c1 81 3 Custom 0 3 \N \N \N +text-50/a3/m0/n0/c2 81 3 \N 123 3 \N \N \N +text-50/a3/m0/n0/c3 81 3 Custom 123 3 \N \N \N +text-50/a3/m0/n1/c0 81 1073741827 \N 0 enter \N \N \N +text-50/a3/m0/n1/c1 81 1073741827 Custom 0 enter \N \N \N +text-50/a3/m0/n1/c2 81 1073741827 \N 123 enter \N \N \N +text-50/a3/m0/n1/c3 81 1073741827 Custom 123 enter \N \N \N +text-50/a3/m1/n0/c0 131153 3 \N 0 3 \N \N \N +text-50/a3/m1/n0/c1 131153 3 Custom 0 3 \N \N \N +text-50/a3/m1/n0/c2 131153 3 \N 123 3 \N \N \N +text-50/a3/m1/n0/c3 131153 3 Custom 123 3 \N \N \N +text-50/a3/m1/n1/c0 131153 1073741827 \N 0 enter \N \N \N +text-50/a3/m1/n1/c1 131153 1073741827 Custom 0 enter \N \N \N +text-50/a3/m1/n1/c2 131153 1073741827 \N 123 enter \N \N \N +text-50/a3/m1/n1/c3 131153 1073741827 Custom 123 enter \N \N \N +text-50/a3/m2/n0/c0 262225 3 \N 0 3 \N \N \N +text-50/a3/m2/n0/c1 262225 3 Custom 0 3 \N \N \N +text-50/a3/m2/n0/c2 262225 3 \N 123 3 \N \N \N +text-50/a3/m2/n0/c3 262225 3 Custom 123 3 \N \N \N +text-50/a3/m2/n1/c0 262225 1073741827 \N 0 enter \N \N \N +text-50/a3/m2/n1/c1 262225 1073741827 Custom 0 enter \N \N \N +text-50/a3/m2/n1/c2 262225 1073741827 \N 123 enter \N \N \N +text-50/a3/m2/n1/c3 262225 1073741827 Custom 123 enter \N \N \N +text-50/a3/m3/n0/c0 393297 3 \N 0 3 \N \N \N +text-50/a3/m3/n0/c1 393297 3 Custom 0 3 \N \N \N +text-50/a3/m3/n0/c2 393297 3 \N 123 3 \N \N \N +text-50/a3/m3/n0/c3 393297 3 Custom 123 3 \N \N \N +text-50/a3/m3/n1/c0 393297 1073741827 \N 0 enter \N \N \N +text-50/a3/m3/n1/c1 393297 1073741827 Custom 0 enter \N \N \N +text-50/a3/m3/n1/c2 393297 1073741827 \N 123 enter \N \N \N +text-50/a3/m3/n1/c3 393297 1073741827 Custom 123 enter \N \N \N +text-50/a4/m0/n0/c0 81 4 \N 0 4 \N \N \N +text-50/a4/m0/n0/c1 81 4 Custom 0 4 \N \N \N +text-50/a4/m0/n0/c2 81 4 \N 123 4 \N \N \N +text-50/a4/m0/n0/c3 81 4 Custom 123 4 \N \N \N +text-50/a4/m0/n1/c0 81 1073741828 \N 0 enter \N \N \N +text-50/a4/m0/n1/c1 81 1073741828 Custom 0 enter \N \N \N +text-50/a4/m0/n1/c2 81 1073741828 \N 123 enter \N \N \N +text-50/a4/m0/n1/c3 81 1073741828 Custom 123 enter \N \N \N +text-50/a4/m1/n0/c0 131153 4 \N 0 4 \N \N \N +text-50/a4/m1/n0/c1 131153 4 Custom 0 4 \N \N \N +text-50/a4/m1/n0/c2 131153 4 \N 123 4 \N \N \N +text-50/a4/m1/n0/c3 131153 4 Custom 123 4 \N \N \N +text-50/a4/m1/n1/c0 131153 1073741828 \N 0 enter \N \N \N +text-50/a4/m1/n1/c1 131153 1073741828 Custom 0 enter \N \N \N +text-50/a4/m1/n1/c2 131153 1073741828 \N 123 enter \N \N \N +text-50/a4/m1/n1/c3 131153 1073741828 Custom 123 enter \N \N \N +text-50/a4/m2/n0/c0 262225 4 \N 0 4 \N \N \N +text-50/a4/m2/n0/c1 262225 4 Custom 0 4 \N \N \N +text-50/a4/m2/n0/c2 262225 4 \N 123 4 \N \N \N +text-50/a4/m2/n0/c3 262225 4 Custom 123 4 \N \N \N +text-50/a4/m2/n1/c0 262225 1073741828 \N 0 enter \N \N \N +text-50/a4/m2/n1/c1 262225 1073741828 Custom 0 enter \N \N \N +text-50/a4/m2/n1/c2 262225 1073741828 \N 123 enter \N \N \N +text-50/a4/m2/n1/c3 262225 1073741828 Custom 123 enter \N \N \N +text-50/a4/m3/n0/c0 393297 4 \N 0 4 \N \N \N +text-50/a4/m3/n0/c1 393297 4 Custom 0 4 \N \N \N +text-50/a4/m3/n0/c2 393297 4 \N 123 4 \N \N \N +text-50/a4/m3/n0/c3 393297 4 Custom 123 4 \N \N \N +text-50/a4/m3/n1/c0 393297 1073741828 \N 0 enter \N \N \N +text-50/a4/m3/n1/c1 393297 1073741828 Custom 0 enter \N \N \N +text-50/a4/m3/n1/c2 393297 1073741828 \N 123 enter \N \N \N +text-50/a4/m3/n1/c3 393297 1073741828 Custom 123 enter \N \N \N +text-50/a5/m0/n0/c0 81 5 \N 0 5 \N \N \N +text-50/a5/m0/n0/c1 81 5 Custom 0 5 \N \N \N +text-50/a5/m0/n0/c2 81 5 \N 123 5 \N \N \N +text-50/a5/m0/n0/c3 81 5 Custom 123 5 \N \N \N +text-50/a5/m0/n1/c0 81 1073741829 \N 0 enter \N \N \N +text-50/a5/m0/n1/c1 81 1073741829 Custom 0 enter \N \N \N +text-50/a5/m0/n1/c2 81 1073741829 \N 123 enter \N \N \N +text-50/a5/m0/n1/c3 81 1073741829 Custom 123 enter \N \N \N +text-50/a5/m1/n0/c0 131153 5 \N 0 5 \N \N \N +text-50/a5/m1/n0/c1 131153 5 Custom 0 5 \N \N \N +text-50/a5/m1/n0/c2 131153 5 \N 123 5 \N \N \N +text-50/a5/m1/n0/c3 131153 5 Custom 123 5 \N \N \N +text-50/a5/m1/n1/c0 131153 1073741829 \N 0 enter \N \N \N +text-50/a5/m1/n1/c1 131153 1073741829 Custom 0 enter \N \N \N +text-50/a5/m1/n1/c2 131153 1073741829 \N 123 enter \N \N \N +text-50/a5/m1/n1/c3 131153 1073741829 Custom 123 enter \N \N \N +text-50/a5/m2/n0/c0 262225 5 \N 0 5 \N \N \N +text-50/a5/m2/n0/c1 262225 5 Custom 0 5 \N \N \N +text-50/a5/m2/n0/c2 262225 5 \N 123 5 \N \N \N +text-50/a5/m2/n0/c3 262225 5 Custom 123 5 \N \N \N +text-50/a5/m2/n1/c0 262225 1073741829 \N 0 enter \N \N \N +text-50/a5/m2/n1/c1 262225 1073741829 Custom 0 enter \N \N \N +text-50/a5/m2/n1/c2 262225 1073741829 \N 123 enter \N \N \N +text-50/a5/m2/n1/c3 262225 1073741829 Custom 123 enter \N \N \N +text-50/a5/m3/n0/c0 393297 5 \N 0 5 \N \N \N +text-50/a5/m3/n0/c1 393297 5 Custom 0 5 \N \N \N +text-50/a5/m3/n0/c2 393297 5 \N 123 5 \N \N \N +text-50/a5/m3/n0/c3 393297 5 Custom 123 5 \N \N \N +text-50/a5/m3/n1/c0 393297 1073741829 \N 0 enter \N \N \N +text-50/a5/m3/n1/c1 393297 1073741829 Custom 0 enter \N \N \N +text-50/a5/m3/n1/c2 393297 1073741829 \N 123 enter \N \N \N +text-50/a5/m3/n1/c3 393297 1073741829 Custom 123 enter \N \N \N +text-50/a6/m0/n0/c0 81 6 \N 0 6 \N \N \N +text-50/a6/m0/n0/c1 81 6 Custom 0 6 \N \N \N +text-50/a6/m0/n0/c2 81 6 \N 123 6 \N \N \N +text-50/a6/m0/n0/c3 81 6 Custom 123 6 \N \N \N +text-50/a6/m0/n1/c0 81 1073741830 \N 0 enter \N \N \N +text-50/a6/m0/n1/c1 81 1073741830 Custom 0 enter \N \N \N +text-50/a6/m0/n1/c2 81 1073741830 \N 123 enter \N \N \N +text-50/a6/m0/n1/c3 81 1073741830 Custom 123 enter \N \N \N +text-50/a6/m1/n0/c0 131153 6 \N 0 6 \N \N \N +text-50/a6/m1/n0/c1 131153 6 Custom 0 6 \N \N \N +text-50/a6/m1/n0/c2 131153 6 \N 123 6 \N \N \N +text-50/a6/m1/n0/c3 131153 6 Custom 123 6 \N \N \N +text-50/a6/m1/n1/c0 131153 1073741830 \N 0 enter \N \N \N +text-50/a6/m1/n1/c1 131153 1073741830 Custom 0 enter \N \N \N +text-50/a6/m1/n1/c2 131153 1073741830 \N 123 enter \N \N \N +text-50/a6/m1/n1/c3 131153 1073741830 Custom 123 enter \N \N \N +text-50/a6/m2/n0/c0 262225 6 \N 0 6 \N \N \N +text-50/a6/m2/n0/c1 262225 6 Custom 0 6 \N \N \N +text-50/a6/m2/n0/c2 262225 6 \N 123 6 \N \N \N +text-50/a6/m2/n0/c3 262225 6 Custom 123 6 \N \N \N +text-50/a6/m2/n1/c0 262225 1073741830 \N 0 enter \N \N \N +text-50/a6/m2/n1/c1 262225 1073741830 Custom 0 enter \N \N \N +text-50/a6/m2/n1/c2 262225 1073741830 \N 123 enter \N \N \N +text-50/a6/m2/n1/c3 262225 1073741830 Custom 123 enter \N \N \N +text-50/a6/m3/n0/c0 393297 6 \N 0 6 \N \N \N +text-50/a6/m3/n0/c1 393297 6 Custom 0 6 \N \N \N +text-50/a6/m3/n0/c2 393297 6 \N 123 6 \N \N \N +text-50/a6/m3/n0/c3 393297 6 Custom 123 6 \N \N \N +text-50/a6/m3/n1/c0 393297 1073741830 \N 0 enter \N \N \N +text-50/a6/m3/n1/c1 393297 1073741830 Custom 0 enter \N \N \N +text-50/a6/m3/n1/c2 393297 1073741830 \N 123 enter \N \N \N +text-50/a6/m3/n1/c3 393297 1073741830 Custom 123 enter \N \N \N +text-50/a7/m0/n0/c0 81 7 \N 0 7 \N \N \N +text-50/a7/m0/n0/c1 81 7 Custom 0 7 \N \N \N +text-50/a7/m0/n0/c2 81 7 \N 123 7 \N \N \N +text-50/a7/m0/n0/c3 81 7 Custom 123 7 \N \N \N +text-50/a7/m0/n1/c0 81 1073741831 \N 0 enter \N \N \N +text-50/a7/m0/n1/c1 81 1073741831 Custom 0 enter \N \N \N +text-50/a7/m0/n1/c2 81 1073741831 \N 123 enter \N \N \N +text-50/a7/m0/n1/c3 81 1073741831 Custom 123 enter \N \N \N +text-50/a7/m1/n0/c0 131153 7 \N 0 7 \N \N \N +text-50/a7/m1/n0/c1 131153 7 Custom 0 7 \N \N \N +text-50/a7/m1/n0/c2 131153 7 \N 123 7 \N \N \N +text-50/a7/m1/n0/c3 131153 7 Custom 123 7 \N \N \N +text-50/a7/m1/n1/c0 131153 1073741831 \N 0 enter \N \N \N +text-50/a7/m1/n1/c1 131153 1073741831 Custom 0 enter \N \N \N +text-50/a7/m1/n1/c2 131153 1073741831 \N 123 enter \N \N \N +text-50/a7/m1/n1/c3 131153 1073741831 Custom 123 enter \N \N \N +text-50/a7/m2/n0/c0 262225 7 \N 0 7 \N \N \N +text-50/a7/m2/n0/c1 262225 7 Custom 0 7 \N \N \N +text-50/a7/m2/n0/c2 262225 7 \N 123 7 \N \N \N +text-50/a7/m2/n0/c3 262225 7 Custom 123 7 \N \N \N +text-50/a7/m2/n1/c0 262225 1073741831 \N 0 enter \N \N \N +text-50/a7/m2/n1/c1 262225 1073741831 Custom 0 enter \N \N \N +text-50/a7/m2/n1/c2 262225 1073741831 \N 123 enter \N \N \N +text-50/a7/m2/n1/c3 262225 1073741831 Custom 123 enter \N \N \N +text-50/a7/m3/n0/c0 393297 7 \N 0 7 \N \N \N +text-50/a7/m3/n0/c1 393297 7 Custom 0 7 \N \N \N +text-50/a7/m3/n0/c2 393297 7 \N 123 7 \N \N \N +text-50/a7/m3/n0/c3 393297 7 Custom 123 7 \N \N \N +text-50/a7/m3/n1/c0 393297 1073741831 \N 0 enter \N \N \N +text-50/a7/m3/n1/c1 393297 1073741831 Custom 0 enter \N \N \N +text-50/a7/m3/n1/c2 393297 1073741831 \N 123 enter \N \N \N +text-50/a7/m3/n1/c3 393297 1073741831 Custom 123 enter \N \N \N +text-60/a0/m0/n0/c0 97 0 \N 0 enter \N \N \N +text-60/a0/m0/n0/c1 97 0 Custom 0 enter \N \N \N +text-60/a0/m0/n0/c2 97 0 \N 123 enter \N \N \N +text-60/a0/m0/n0/c3 97 0 Custom 123 enter \N \N \N +text-60/a0/m0/n1/c0 97 1073741824 \N 0 enter \N \N \N +text-60/a0/m0/n1/c1 97 1073741824 Custom 0 enter \N \N \N +text-60/a0/m0/n1/c2 97 1073741824 \N 123 enter \N \N \N +text-60/a0/m0/n1/c3 97 1073741824 Custom 123 enter \N \N \N +text-60/a0/m1/n0/c0 131169 0 \N 0 enter \N \N \N +text-60/a0/m1/n0/c1 131169 0 Custom 0 enter \N \N \N +text-60/a0/m1/n0/c2 131169 0 \N 123 enter \N \N \N +text-60/a0/m1/n0/c3 131169 0 Custom 123 enter \N \N \N +text-60/a0/m1/n1/c0 131169 1073741824 \N 0 enter \N \N \N +text-60/a0/m1/n1/c1 131169 1073741824 Custom 0 enter \N \N \N +text-60/a0/m1/n1/c2 131169 1073741824 \N 123 enter \N \N \N +text-60/a0/m1/n1/c3 131169 1073741824 Custom 123 enter \N \N \N +text-60/a0/m2/n0/c0 262241 0 \N 0 enter \N \N \N +text-60/a0/m2/n0/c1 262241 0 Custom 0 enter \N \N \N +text-60/a0/m2/n0/c2 262241 0 \N 123 enter \N \N \N +text-60/a0/m2/n0/c3 262241 0 Custom 123 enter \N \N \N +text-60/a0/m2/n1/c0 262241 1073741824 \N 0 enter \N \N \N +text-60/a0/m2/n1/c1 262241 1073741824 Custom 0 enter \N \N \N +text-60/a0/m2/n1/c2 262241 1073741824 \N 123 enter \N \N \N +text-60/a0/m2/n1/c3 262241 1073741824 Custom 123 enter \N \N \N +text-60/a0/m3/n0/c0 393313 0 \N 0 enter \N \N \N +text-60/a0/m3/n0/c1 393313 0 Custom 0 enter \N \N \N +text-60/a0/m3/n0/c2 393313 0 \N 123 enter \N \N \N +text-60/a0/m3/n0/c3 393313 0 Custom 123 enter \N \N \N +text-60/a0/m3/n1/c0 393313 1073741824 \N 0 enter \N \N \N +text-60/a0/m3/n1/c1 393313 1073741824 Custom 0 enter \N \N \N +text-60/a0/m3/n1/c2 393313 1073741824 \N 123 enter \N \N \N +text-60/a0/m3/n1/c3 393313 1073741824 Custom 123 enter \N \N \N +text-60/a1/m0/n0/c0 97 1 \N 0 enter \N \N \N +text-60/a1/m0/n0/c1 97 1 Custom 0 enter \N \N \N +text-60/a1/m0/n0/c2 97 1 \N 123 enter \N \N \N +text-60/a1/m0/n0/c3 97 1 Custom 123 enter \N \N \N +text-60/a1/m0/n1/c0 97 1073741825 \N 0 enter \N \N \N +text-60/a1/m0/n1/c1 97 1073741825 Custom 0 enter \N \N \N +text-60/a1/m0/n1/c2 97 1073741825 \N 123 enter \N \N \N +text-60/a1/m0/n1/c3 97 1073741825 Custom 123 enter \N \N \N +text-60/a1/m1/n0/c0 131169 1 \N 0 enter \N \N \N +text-60/a1/m1/n0/c1 131169 1 Custom 0 enter \N \N \N +text-60/a1/m1/n0/c2 131169 1 \N 123 enter \N \N \N +text-60/a1/m1/n0/c3 131169 1 Custom 123 enter \N \N \N +text-60/a1/m1/n1/c0 131169 1073741825 \N 0 enter \N \N \N +text-60/a1/m1/n1/c1 131169 1073741825 Custom 0 enter \N \N \N +text-60/a1/m1/n1/c2 131169 1073741825 \N 123 enter \N \N \N +text-60/a1/m1/n1/c3 131169 1073741825 Custom 123 enter \N \N \N +text-60/a1/m2/n0/c0 262241 1 \N 0 enter \N \N \N +text-60/a1/m2/n0/c1 262241 1 Custom 0 enter \N \N \N +text-60/a1/m2/n0/c2 262241 1 \N 123 enter \N \N \N +text-60/a1/m2/n0/c3 262241 1 Custom 123 enter \N \N \N +text-60/a1/m2/n1/c0 262241 1073741825 \N 0 enter \N \N \N +text-60/a1/m2/n1/c1 262241 1073741825 Custom 0 enter \N \N \N +text-60/a1/m2/n1/c2 262241 1073741825 \N 123 enter \N \N \N +text-60/a1/m2/n1/c3 262241 1073741825 Custom 123 enter \N \N \N +text-60/a1/m3/n0/c0 393313 1 \N 0 enter \N \N \N +text-60/a1/m3/n0/c1 393313 1 Custom 0 enter \N \N \N +text-60/a1/m3/n0/c2 393313 1 \N 123 enter \N \N \N +text-60/a1/m3/n0/c3 393313 1 Custom 123 enter \N \N \N +text-60/a1/m3/n1/c0 393313 1073741825 \N 0 enter \N \N \N +text-60/a1/m3/n1/c1 393313 1073741825 Custom 0 enter \N \N \N +text-60/a1/m3/n1/c2 393313 1073741825 \N 123 enter \N \N \N +text-60/a1/m3/n1/c3 393313 1073741825 Custom 123 enter \N \N \N +text-60/a2/m0/n0/c0 97 2 \N 0 2 \N \N \N +text-60/a2/m0/n0/c1 97 2 Custom 0 2 \N \N \N +text-60/a2/m0/n0/c2 97 2 \N 123 2 \N \N \N +text-60/a2/m0/n0/c3 97 2 Custom 123 2 \N \N \N +text-60/a2/m0/n1/c0 97 1073741826 \N 0 enter \N \N \N +text-60/a2/m0/n1/c1 97 1073741826 Custom 0 enter \N \N \N +text-60/a2/m0/n1/c2 97 1073741826 \N 123 enter \N \N \N +text-60/a2/m0/n1/c3 97 1073741826 Custom 123 enter \N \N \N +text-60/a2/m1/n0/c0 131169 2 \N 0 2 \N \N \N +text-60/a2/m1/n0/c1 131169 2 Custom 0 2 \N \N \N +text-60/a2/m1/n0/c2 131169 2 \N 123 2 \N \N \N +text-60/a2/m1/n0/c3 131169 2 Custom 123 2 \N \N \N +text-60/a2/m1/n1/c0 131169 1073741826 \N 0 enter \N \N \N +text-60/a2/m1/n1/c1 131169 1073741826 Custom 0 enter \N \N \N +text-60/a2/m1/n1/c2 131169 1073741826 \N 123 enter \N \N \N +text-60/a2/m1/n1/c3 131169 1073741826 Custom 123 enter \N \N \N +text-60/a2/m2/n0/c0 262241 2 \N 0 2 \N \N \N +text-60/a2/m2/n0/c1 262241 2 Custom 0 2 \N \N \N +text-60/a2/m2/n0/c2 262241 2 \N 123 2 \N \N \N +text-60/a2/m2/n0/c3 262241 2 Custom 123 2 \N \N \N +text-60/a2/m2/n1/c0 262241 1073741826 \N 0 enter \N \N \N +text-60/a2/m2/n1/c1 262241 1073741826 Custom 0 enter \N \N \N +text-60/a2/m2/n1/c2 262241 1073741826 \N 123 enter \N \N \N +text-60/a2/m2/n1/c3 262241 1073741826 Custom 123 enter \N \N \N +text-60/a2/m3/n0/c0 393313 2 \N 0 2 \N \N \N +text-60/a2/m3/n0/c1 393313 2 Custom 0 2 \N \N \N +text-60/a2/m3/n0/c2 393313 2 \N 123 2 \N \N \N +text-60/a2/m3/n0/c3 393313 2 Custom 123 2 \N \N \N +text-60/a2/m3/n1/c0 393313 1073741826 \N 0 enter \N \N \N +text-60/a2/m3/n1/c1 393313 1073741826 Custom 0 enter \N \N \N +text-60/a2/m3/n1/c2 393313 1073741826 \N 123 enter \N \N \N +text-60/a2/m3/n1/c3 393313 1073741826 Custom 123 enter \N \N \N +text-60/a3/m0/n0/c0 97 3 \N 0 3 \N \N \N +text-60/a3/m0/n0/c1 97 3 Custom 0 3 \N \N \N +text-60/a3/m0/n0/c2 97 3 \N 123 3 \N \N \N +text-60/a3/m0/n0/c3 97 3 Custom 123 3 \N \N \N +text-60/a3/m0/n1/c0 97 1073741827 \N 0 enter \N \N \N +text-60/a3/m0/n1/c1 97 1073741827 Custom 0 enter \N \N \N +text-60/a3/m0/n1/c2 97 1073741827 \N 123 enter \N \N \N +text-60/a3/m0/n1/c3 97 1073741827 Custom 123 enter \N \N \N +text-60/a3/m1/n0/c0 131169 3 \N 0 3 \N \N \N +text-60/a3/m1/n0/c1 131169 3 Custom 0 3 \N \N \N +text-60/a3/m1/n0/c2 131169 3 \N 123 3 \N \N \N +text-60/a3/m1/n0/c3 131169 3 Custom 123 3 \N \N \N +text-60/a3/m1/n1/c0 131169 1073741827 \N 0 enter \N \N \N +text-60/a3/m1/n1/c1 131169 1073741827 Custom 0 enter \N \N \N +text-60/a3/m1/n1/c2 131169 1073741827 \N 123 enter \N \N \N +text-60/a3/m1/n1/c3 131169 1073741827 Custom 123 enter \N \N \N +text-60/a3/m2/n0/c0 262241 3 \N 0 3 \N \N \N +text-60/a3/m2/n0/c1 262241 3 Custom 0 3 \N \N \N +text-60/a3/m2/n0/c2 262241 3 \N 123 3 \N \N \N +text-60/a3/m2/n0/c3 262241 3 Custom 123 3 \N \N \N +text-60/a3/m2/n1/c0 262241 1073741827 \N 0 enter \N \N \N +text-60/a3/m2/n1/c1 262241 1073741827 Custom 0 enter \N \N \N +text-60/a3/m2/n1/c2 262241 1073741827 \N 123 enter \N \N \N +text-60/a3/m2/n1/c3 262241 1073741827 Custom 123 enter \N \N \N +text-60/a3/m3/n0/c0 393313 3 \N 0 3 \N \N \N +text-60/a3/m3/n0/c1 393313 3 Custom 0 3 \N \N \N +text-60/a3/m3/n0/c2 393313 3 \N 123 3 \N \N \N +text-60/a3/m3/n0/c3 393313 3 Custom 123 3 \N \N \N +text-60/a3/m3/n1/c0 393313 1073741827 \N 0 enter \N \N \N +text-60/a3/m3/n1/c1 393313 1073741827 Custom 0 enter \N \N \N +text-60/a3/m3/n1/c2 393313 1073741827 \N 123 enter \N \N \N +text-60/a3/m3/n1/c3 393313 1073741827 Custom 123 enter \N \N \N +text-60/a4/m0/n0/c0 97 4 \N 0 4 \N \N \N +text-60/a4/m0/n0/c1 97 4 Custom 0 4 \N \N \N +text-60/a4/m0/n0/c2 97 4 \N 123 4 \N \N \N +text-60/a4/m0/n0/c3 97 4 Custom 123 4 \N \N \N +text-60/a4/m0/n1/c0 97 1073741828 \N 0 enter \N \N \N +text-60/a4/m0/n1/c1 97 1073741828 Custom 0 enter \N \N \N +text-60/a4/m0/n1/c2 97 1073741828 \N 123 enter \N \N \N +text-60/a4/m0/n1/c3 97 1073741828 Custom 123 enter \N \N \N +text-60/a4/m1/n0/c0 131169 4 \N 0 4 \N \N \N +text-60/a4/m1/n0/c1 131169 4 Custom 0 4 \N \N \N +text-60/a4/m1/n0/c2 131169 4 \N 123 4 \N \N \N +text-60/a4/m1/n0/c3 131169 4 Custom 123 4 \N \N \N +text-60/a4/m1/n1/c0 131169 1073741828 \N 0 enter \N \N \N +text-60/a4/m1/n1/c1 131169 1073741828 Custom 0 enter \N \N \N +text-60/a4/m1/n1/c2 131169 1073741828 \N 123 enter \N \N \N +text-60/a4/m1/n1/c3 131169 1073741828 Custom 123 enter \N \N \N +text-60/a4/m2/n0/c0 262241 4 \N 0 4 \N \N \N +text-60/a4/m2/n0/c1 262241 4 Custom 0 4 \N \N \N +text-60/a4/m2/n0/c2 262241 4 \N 123 4 \N \N \N +text-60/a4/m2/n0/c3 262241 4 Custom 123 4 \N \N \N +text-60/a4/m2/n1/c0 262241 1073741828 \N 0 enter \N \N \N +text-60/a4/m2/n1/c1 262241 1073741828 Custom 0 enter \N \N \N +text-60/a4/m2/n1/c2 262241 1073741828 \N 123 enter \N \N \N +text-60/a4/m2/n1/c3 262241 1073741828 Custom 123 enter \N \N \N +text-60/a4/m3/n0/c0 393313 4 \N 0 4 \N \N \N +text-60/a4/m3/n0/c1 393313 4 Custom 0 4 \N \N \N +text-60/a4/m3/n0/c2 393313 4 \N 123 4 \N \N \N +text-60/a4/m3/n0/c3 393313 4 Custom 123 4 \N \N \N +text-60/a4/m3/n1/c0 393313 1073741828 \N 0 enter \N \N \N +text-60/a4/m3/n1/c1 393313 1073741828 Custom 0 enter \N \N \N +text-60/a4/m3/n1/c2 393313 1073741828 \N 123 enter \N \N \N +text-60/a4/m3/n1/c3 393313 1073741828 Custom 123 enter \N \N \N +text-60/a5/m0/n0/c0 97 5 \N 0 5 \N \N \N +text-60/a5/m0/n0/c1 97 5 Custom 0 5 \N \N \N +text-60/a5/m0/n0/c2 97 5 \N 123 5 \N \N \N +text-60/a5/m0/n0/c3 97 5 Custom 123 5 \N \N \N +text-60/a5/m0/n1/c0 97 1073741829 \N 0 enter \N \N \N +text-60/a5/m0/n1/c1 97 1073741829 Custom 0 enter \N \N \N +text-60/a5/m0/n1/c2 97 1073741829 \N 123 enter \N \N \N +text-60/a5/m0/n1/c3 97 1073741829 Custom 123 enter \N \N \N +text-60/a5/m1/n0/c0 131169 5 \N 0 5 \N \N \N +text-60/a5/m1/n0/c1 131169 5 Custom 0 5 \N \N \N +text-60/a5/m1/n0/c2 131169 5 \N 123 5 \N \N \N +text-60/a5/m1/n0/c3 131169 5 Custom 123 5 \N \N \N +text-60/a5/m1/n1/c0 131169 1073741829 \N 0 enter \N \N \N +text-60/a5/m1/n1/c1 131169 1073741829 Custom 0 enter \N \N \N +text-60/a5/m1/n1/c2 131169 1073741829 \N 123 enter \N \N \N +text-60/a5/m1/n1/c3 131169 1073741829 Custom 123 enter \N \N \N +text-60/a5/m2/n0/c0 262241 5 \N 0 5 \N \N \N +text-60/a5/m2/n0/c1 262241 5 Custom 0 5 \N \N \N +text-60/a5/m2/n0/c2 262241 5 \N 123 5 \N \N \N +text-60/a5/m2/n0/c3 262241 5 Custom 123 5 \N \N \N +text-60/a5/m2/n1/c0 262241 1073741829 \N 0 enter \N \N \N +text-60/a5/m2/n1/c1 262241 1073741829 Custom 0 enter \N \N \N +text-60/a5/m2/n1/c2 262241 1073741829 \N 123 enter \N \N \N +text-60/a5/m2/n1/c3 262241 1073741829 Custom 123 enter \N \N \N +text-60/a5/m3/n0/c0 393313 5 \N 0 5 \N \N \N +text-60/a5/m3/n0/c1 393313 5 Custom 0 5 \N \N \N +text-60/a5/m3/n0/c2 393313 5 \N 123 5 \N \N \N +text-60/a5/m3/n0/c3 393313 5 Custom 123 5 \N \N \N +text-60/a5/m3/n1/c0 393313 1073741829 \N 0 enter \N \N \N +text-60/a5/m3/n1/c1 393313 1073741829 Custom 0 enter \N \N \N +text-60/a5/m3/n1/c2 393313 1073741829 \N 123 enter \N \N \N +text-60/a5/m3/n1/c3 393313 1073741829 Custom 123 enter \N \N \N +text-60/a6/m0/n0/c0 97 6 \N 0 6 \N \N \N +text-60/a6/m0/n0/c1 97 6 Custom 0 6 \N \N \N +text-60/a6/m0/n0/c2 97 6 \N 123 6 \N \N \N +text-60/a6/m0/n0/c3 97 6 Custom 123 6 \N \N \N +text-60/a6/m0/n1/c0 97 1073741830 \N 0 enter \N \N \N +text-60/a6/m0/n1/c1 97 1073741830 Custom 0 enter \N \N \N +text-60/a6/m0/n1/c2 97 1073741830 \N 123 enter \N \N \N +text-60/a6/m0/n1/c3 97 1073741830 Custom 123 enter \N \N \N +text-60/a6/m1/n0/c0 131169 6 \N 0 6 \N \N \N +text-60/a6/m1/n0/c1 131169 6 Custom 0 6 \N \N \N +text-60/a6/m1/n0/c2 131169 6 \N 123 6 \N \N \N +text-60/a6/m1/n0/c3 131169 6 Custom 123 6 \N \N \N +text-60/a6/m1/n1/c0 131169 1073741830 \N 0 enter \N \N \N +text-60/a6/m1/n1/c1 131169 1073741830 Custom 0 enter \N \N \N +text-60/a6/m1/n1/c2 131169 1073741830 \N 123 enter \N \N \N +text-60/a6/m1/n1/c3 131169 1073741830 Custom 123 enter \N \N \N +text-60/a6/m2/n0/c0 262241 6 \N 0 6 \N \N \N +text-60/a6/m2/n0/c1 262241 6 Custom 0 6 \N \N \N +text-60/a6/m2/n0/c2 262241 6 \N 123 6 \N \N \N +text-60/a6/m2/n0/c3 262241 6 Custom 123 6 \N \N \N +text-60/a6/m2/n1/c0 262241 1073741830 \N 0 enter \N \N \N +text-60/a6/m2/n1/c1 262241 1073741830 Custom 0 enter \N \N \N +text-60/a6/m2/n1/c2 262241 1073741830 \N 123 enter \N \N \N +text-60/a6/m2/n1/c3 262241 1073741830 Custom 123 enter \N \N \N +text-60/a6/m3/n0/c0 393313 6 \N 0 6 \N \N \N +text-60/a6/m3/n0/c1 393313 6 Custom 0 6 \N \N \N +text-60/a6/m3/n0/c2 393313 6 \N 123 6 \N \N \N +text-60/a6/m3/n0/c3 393313 6 Custom 123 6 \N \N \N +text-60/a6/m3/n1/c0 393313 1073741830 \N 0 enter \N \N \N +text-60/a6/m3/n1/c1 393313 1073741830 Custom 0 enter \N \N \N +text-60/a6/m3/n1/c2 393313 1073741830 \N 123 enter \N \N \N +text-60/a6/m3/n1/c3 393313 1073741830 Custom 123 enter \N \N \N +text-60/a7/m0/n0/c0 97 7 \N 0 7 \N \N \N +text-60/a7/m0/n0/c1 97 7 Custom 0 7 \N \N \N +text-60/a7/m0/n0/c2 97 7 \N 123 7 \N \N \N +text-60/a7/m0/n0/c3 97 7 Custom 123 7 \N \N \N +text-60/a7/m0/n1/c0 97 1073741831 \N 0 enter \N \N \N +text-60/a7/m0/n1/c1 97 1073741831 Custom 0 enter \N \N \N +text-60/a7/m0/n1/c2 97 1073741831 \N 123 enter \N \N \N +text-60/a7/m0/n1/c3 97 1073741831 Custom 123 enter \N \N \N +text-60/a7/m1/n0/c0 131169 7 \N 0 7 \N \N \N +text-60/a7/m1/n0/c1 131169 7 Custom 0 7 \N \N \N +text-60/a7/m1/n0/c2 131169 7 \N 123 7 \N \N \N +text-60/a7/m1/n0/c3 131169 7 Custom 123 7 \N \N \N +text-60/a7/m1/n1/c0 131169 1073741831 \N 0 enter \N \N \N +text-60/a7/m1/n1/c1 131169 1073741831 Custom 0 enter \N \N \N +text-60/a7/m1/n1/c2 131169 1073741831 \N 123 enter \N \N \N +text-60/a7/m1/n1/c3 131169 1073741831 Custom 123 enter \N \N \N +text-60/a7/m2/n0/c0 262241 7 \N 0 7 \N \N \N +text-60/a7/m2/n0/c1 262241 7 Custom 0 7 \N \N \N +text-60/a7/m2/n0/c2 262241 7 \N 123 7 \N \N \N +text-60/a7/m2/n0/c3 262241 7 Custom 123 7 \N \N \N +text-60/a7/m2/n1/c0 262241 1073741831 \N 0 enter \N \N \N +text-60/a7/m2/n1/c1 262241 1073741831 Custom 0 enter \N \N \N +text-60/a7/m2/n1/c2 262241 1073741831 \N 123 enter \N \N \N +text-60/a7/m2/n1/c3 262241 1073741831 Custom 123 enter \N \N \N +text-60/a7/m3/n0/c0 393313 7 \N 0 7 \N \N \N +text-60/a7/m3/n0/c1 393313 7 Custom 0 7 \N \N \N +text-60/a7/m3/n0/c2 393313 7 \N 123 7 \N \N \N +text-60/a7/m3/n0/c3 393313 7 Custom 123 7 \N \N \N +text-60/a7/m3/n1/c0 393313 1073741831 \N 0 enter \N \N \N +text-60/a7/m3/n1/c1 393313 1073741831 Custom 0 enter \N \N \N +text-60/a7/m3/n1/c2 393313 1073741831 \N 123 enter \N \N \N +text-60/a7/m3/n1/c3 393313 1073741831 Custom 123 enter \N \N \N +text-70/a0/m0/n0/c0 113 0 \N 0 enter \N \N \N +text-70/a0/m0/n0/c1 113 0 Custom 0 enter \N \N \N +text-70/a0/m0/n0/c2 113 0 \N 123 enter \N \N \N +text-70/a0/m0/n0/c3 113 0 Custom 123 enter \N \N \N +text-70/a0/m0/n1/c0 113 1073741824 \N 0 enter \N \N \N +text-70/a0/m0/n1/c1 113 1073741824 Custom 0 enter \N \N \N +text-70/a0/m0/n1/c2 113 1073741824 \N 123 enter \N \N \N +text-70/a0/m0/n1/c3 113 1073741824 Custom 123 enter \N \N \N +text-70/a0/m1/n0/c0 131185 0 \N 0 enter \N \N \N +text-70/a0/m1/n0/c1 131185 0 Custom 0 enter \N \N \N +text-70/a0/m1/n0/c2 131185 0 \N 123 enter \N \N \N +text-70/a0/m1/n0/c3 131185 0 Custom 123 enter \N \N \N +text-70/a0/m1/n1/c0 131185 1073741824 \N 0 enter \N \N \N +text-70/a0/m1/n1/c1 131185 1073741824 Custom 0 enter \N \N \N +text-70/a0/m1/n1/c2 131185 1073741824 \N 123 enter \N \N \N +text-70/a0/m1/n1/c3 131185 1073741824 Custom 123 enter \N \N \N +text-70/a0/m2/n0/c0 262257 0 \N 0 enter \N \N \N +text-70/a0/m2/n0/c1 262257 0 Custom 0 enter \N \N \N +text-70/a0/m2/n0/c2 262257 0 \N 123 enter \N \N \N +text-70/a0/m2/n0/c3 262257 0 Custom 123 enter \N \N \N +text-70/a0/m2/n1/c0 262257 1073741824 \N 0 enter \N \N \N +text-70/a0/m2/n1/c1 262257 1073741824 Custom 0 enter \N \N \N +text-70/a0/m2/n1/c2 262257 1073741824 \N 123 enter \N \N \N +text-70/a0/m2/n1/c3 262257 1073741824 Custom 123 enter \N \N \N +text-70/a0/m3/n0/c0 393329 0 \N 0 enter \N \N \N +text-70/a0/m3/n0/c1 393329 0 Custom 0 enter \N \N \N +text-70/a0/m3/n0/c2 393329 0 \N 123 enter \N \N \N +text-70/a0/m3/n0/c3 393329 0 Custom 123 enter \N \N \N +text-70/a0/m3/n1/c0 393329 1073741824 \N 0 enter \N \N \N +text-70/a0/m3/n1/c1 393329 1073741824 Custom 0 enter \N \N \N +text-70/a0/m3/n1/c2 393329 1073741824 \N 123 enter \N \N \N +text-70/a0/m3/n1/c3 393329 1073741824 Custom 123 enter \N \N \N +text-70/a1/m0/n0/c0 113 1 \N 0 enter \N \N \N +text-70/a1/m0/n0/c1 113 1 Custom 0 enter \N \N \N +text-70/a1/m0/n0/c2 113 1 \N 123 enter \N \N \N +text-70/a1/m0/n0/c3 113 1 Custom 123 enter \N \N \N +text-70/a1/m0/n1/c0 113 1073741825 \N 0 enter \N \N \N +text-70/a1/m0/n1/c1 113 1073741825 Custom 0 enter \N \N \N +text-70/a1/m0/n1/c2 113 1073741825 \N 123 enter \N \N \N +text-70/a1/m0/n1/c3 113 1073741825 Custom 123 enter \N \N \N +text-70/a1/m1/n0/c0 131185 1 \N 0 enter \N \N \N +text-70/a1/m1/n0/c1 131185 1 Custom 0 enter \N \N \N +text-70/a1/m1/n0/c2 131185 1 \N 123 enter \N \N \N +text-70/a1/m1/n0/c3 131185 1 Custom 123 enter \N \N \N +text-70/a1/m1/n1/c0 131185 1073741825 \N 0 enter \N \N \N +text-70/a1/m1/n1/c1 131185 1073741825 Custom 0 enter \N \N \N +text-70/a1/m1/n1/c2 131185 1073741825 \N 123 enter \N \N \N +text-70/a1/m1/n1/c3 131185 1073741825 Custom 123 enter \N \N \N +text-70/a1/m2/n0/c0 262257 1 \N 0 enter \N \N \N +text-70/a1/m2/n0/c1 262257 1 Custom 0 enter \N \N \N +text-70/a1/m2/n0/c2 262257 1 \N 123 enter \N \N \N +text-70/a1/m2/n0/c3 262257 1 Custom 123 enter \N \N \N +text-70/a1/m2/n1/c0 262257 1073741825 \N 0 enter \N \N \N +text-70/a1/m2/n1/c1 262257 1073741825 Custom 0 enter \N \N \N +text-70/a1/m2/n1/c2 262257 1073741825 \N 123 enter \N \N \N +text-70/a1/m2/n1/c3 262257 1073741825 Custom 123 enter \N \N \N +text-70/a1/m3/n0/c0 393329 1 \N 0 enter \N \N \N +text-70/a1/m3/n0/c1 393329 1 Custom 0 enter \N \N \N +text-70/a1/m3/n0/c2 393329 1 \N 123 enter \N \N \N +text-70/a1/m3/n0/c3 393329 1 Custom 123 enter \N \N \N +text-70/a1/m3/n1/c0 393329 1073741825 \N 0 enter \N \N \N +text-70/a1/m3/n1/c1 393329 1073741825 Custom 0 enter \N \N \N +text-70/a1/m3/n1/c2 393329 1073741825 \N 123 enter \N \N \N +text-70/a1/m3/n1/c3 393329 1073741825 Custom 123 enter \N \N \N +text-70/a2/m0/n0/c0 113 2 \N 0 2 \N \N \N +text-70/a2/m0/n0/c1 113 2 Custom 0 2 \N \N \N +text-70/a2/m0/n0/c2 113 2 \N 123 2 \N \N \N +text-70/a2/m0/n0/c3 113 2 Custom 123 2 \N \N \N +text-70/a2/m0/n1/c0 113 1073741826 \N 0 enter \N \N \N +text-70/a2/m0/n1/c1 113 1073741826 Custom 0 enter \N \N \N +text-70/a2/m0/n1/c2 113 1073741826 \N 123 enter \N \N \N +text-70/a2/m0/n1/c3 113 1073741826 Custom 123 enter \N \N \N +text-70/a2/m1/n0/c0 131185 2 \N 0 2 \N \N \N +text-70/a2/m1/n0/c1 131185 2 Custom 0 2 \N \N \N +text-70/a2/m1/n0/c2 131185 2 \N 123 2 \N \N \N +text-70/a2/m1/n0/c3 131185 2 Custom 123 2 \N \N \N +text-70/a2/m1/n1/c0 131185 1073741826 \N 0 enter \N \N \N +text-70/a2/m1/n1/c1 131185 1073741826 Custom 0 enter \N \N \N +text-70/a2/m1/n1/c2 131185 1073741826 \N 123 enter \N \N \N +text-70/a2/m1/n1/c3 131185 1073741826 Custom 123 enter \N \N \N +text-70/a2/m2/n0/c0 262257 2 \N 0 2 \N \N \N +text-70/a2/m2/n0/c1 262257 2 Custom 0 2 \N \N \N +text-70/a2/m2/n0/c2 262257 2 \N 123 2 \N \N \N +text-70/a2/m2/n0/c3 262257 2 Custom 123 2 \N \N \N +text-70/a2/m2/n1/c0 262257 1073741826 \N 0 enter \N \N \N +text-70/a2/m2/n1/c1 262257 1073741826 Custom 0 enter \N \N \N +text-70/a2/m2/n1/c2 262257 1073741826 \N 123 enter \N \N \N +text-70/a2/m2/n1/c3 262257 1073741826 Custom 123 enter \N \N \N +text-70/a2/m3/n0/c0 393329 2 \N 0 2 \N \N \N +text-70/a2/m3/n0/c1 393329 2 Custom 0 2 \N \N \N +text-70/a2/m3/n0/c2 393329 2 \N 123 2 \N \N \N +text-70/a2/m3/n0/c3 393329 2 Custom 123 2 \N \N \N +text-70/a2/m3/n1/c0 393329 1073741826 \N 0 enter \N \N \N +text-70/a2/m3/n1/c1 393329 1073741826 Custom 0 enter \N \N \N +text-70/a2/m3/n1/c2 393329 1073741826 \N 123 enter \N \N \N +text-70/a2/m3/n1/c3 393329 1073741826 Custom 123 enter \N \N \N +text-70/a3/m0/n0/c0 113 3 \N 0 3 \N \N \N +text-70/a3/m0/n0/c1 113 3 Custom 0 3 \N \N \N +text-70/a3/m0/n0/c2 113 3 \N 123 3 \N \N \N +text-70/a3/m0/n0/c3 113 3 Custom 123 3 \N \N \N +text-70/a3/m0/n1/c0 113 1073741827 \N 0 enter \N \N \N +text-70/a3/m0/n1/c1 113 1073741827 Custom 0 enter \N \N \N +text-70/a3/m0/n1/c2 113 1073741827 \N 123 enter \N \N \N +text-70/a3/m0/n1/c3 113 1073741827 Custom 123 enter \N \N \N +text-70/a3/m1/n0/c0 131185 3 \N 0 3 \N \N \N +text-70/a3/m1/n0/c1 131185 3 Custom 0 3 \N \N \N +text-70/a3/m1/n0/c2 131185 3 \N 123 3 \N \N \N +text-70/a3/m1/n0/c3 131185 3 Custom 123 3 \N \N \N +text-70/a3/m1/n1/c0 131185 1073741827 \N 0 enter \N \N \N +text-70/a3/m1/n1/c1 131185 1073741827 Custom 0 enter \N \N \N +text-70/a3/m1/n1/c2 131185 1073741827 \N 123 enter \N \N \N +text-70/a3/m1/n1/c3 131185 1073741827 Custom 123 enter \N \N \N +text-70/a3/m2/n0/c0 262257 3 \N 0 3 \N \N \N +text-70/a3/m2/n0/c1 262257 3 Custom 0 3 \N \N \N +text-70/a3/m2/n0/c2 262257 3 \N 123 3 \N \N \N +text-70/a3/m2/n0/c3 262257 3 Custom 123 3 \N \N \N +text-70/a3/m2/n1/c0 262257 1073741827 \N 0 enter \N \N \N +text-70/a3/m2/n1/c1 262257 1073741827 Custom 0 enter \N \N \N +text-70/a3/m2/n1/c2 262257 1073741827 \N 123 enter \N \N \N +text-70/a3/m2/n1/c3 262257 1073741827 Custom 123 enter \N \N \N +text-70/a3/m3/n0/c0 393329 3 \N 0 3 \N \N \N +text-70/a3/m3/n0/c1 393329 3 Custom 0 3 \N \N \N +text-70/a3/m3/n0/c2 393329 3 \N 123 3 \N \N \N +text-70/a3/m3/n0/c3 393329 3 Custom 123 3 \N \N \N +text-70/a3/m3/n1/c0 393329 1073741827 \N 0 enter \N \N \N +text-70/a3/m3/n1/c1 393329 1073741827 Custom 0 enter \N \N \N +text-70/a3/m3/n1/c2 393329 1073741827 \N 123 enter \N \N \N +text-70/a3/m3/n1/c3 393329 1073741827 Custom 123 enter \N \N \N +text-70/a4/m0/n0/c0 113 4 \N 0 4 \N \N \N +text-70/a4/m0/n0/c1 113 4 Custom 0 4 \N \N \N +text-70/a4/m0/n0/c2 113 4 \N 123 4 \N \N \N +text-70/a4/m0/n0/c3 113 4 Custom 123 4 \N \N \N +text-70/a4/m0/n1/c0 113 1073741828 \N 0 enter \N \N \N +text-70/a4/m0/n1/c1 113 1073741828 Custom 0 enter \N \N \N +text-70/a4/m0/n1/c2 113 1073741828 \N 123 enter \N \N \N +text-70/a4/m0/n1/c3 113 1073741828 Custom 123 enter \N \N \N +text-70/a4/m1/n0/c0 131185 4 \N 0 4 \N \N \N +text-70/a4/m1/n0/c1 131185 4 Custom 0 4 \N \N \N +text-70/a4/m1/n0/c2 131185 4 \N 123 4 \N \N \N +text-70/a4/m1/n0/c3 131185 4 Custom 123 4 \N \N \N +text-70/a4/m1/n1/c0 131185 1073741828 \N 0 enter \N \N \N +text-70/a4/m1/n1/c1 131185 1073741828 Custom 0 enter \N \N \N +text-70/a4/m1/n1/c2 131185 1073741828 \N 123 enter \N \N \N +text-70/a4/m1/n1/c3 131185 1073741828 Custom 123 enter \N \N \N +text-70/a4/m2/n0/c0 262257 4 \N 0 4 \N \N \N +text-70/a4/m2/n0/c1 262257 4 Custom 0 4 \N \N \N +text-70/a4/m2/n0/c2 262257 4 \N 123 4 \N \N \N +text-70/a4/m2/n0/c3 262257 4 Custom 123 4 \N \N \N +text-70/a4/m2/n1/c0 262257 1073741828 \N 0 enter \N \N \N +text-70/a4/m2/n1/c1 262257 1073741828 Custom 0 enter \N \N \N +text-70/a4/m2/n1/c2 262257 1073741828 \N 123 enter \N \N \N +text-70/a4/m2/n1/c3 262257 1073741828 Custom 123 enter \N \N \N +text-70/a4/m3/n0/c0 393329 4 \N 0 4 \N \N \N +text-70/a4/m3/n0/c1 393329 4 Custom 0 4 \N \N \N +text-70/a4/m3/n0/c2 393329 4 \N 123 4 \N \N \N +text-70/a4/m3/n0/c3 393329 4 Custom 123 4 \N \N \N +text-70/a4/m3/n1/c0 393329 1073741828 \N 0 enter \N \N \N +text-70/a4/m3/n1/c1 393329 1073741828 Custom 0 enter \N \N \N +text-70/a4/m3/n1/c2 393329 1073741828 \N 123 enter \N \N \N +text-70/a4/m3/n1/c3 393329 1073741828 Custom 123 enter \N \N \N +text-70/a5/m0/n0/c0 113 5 \N 0 5 \N \N \N +text-70/a5/m0/n0/c1 113 5 Custom 0 5 \N \N \N +text-70/a5/m0/n0/c2 113 5 \N 123 5 \N \N \N +text-70/a5/m0/n0/c3 113 5 Custom 123 5 \N \N \N +text-70/a5/m0/n1/c0 113 1073741829 \N 0 enter \N \N \N +text-70/a5/m0/n1/c1 113 1073741829 Custom 0 enter \N \N \N +text-70/a5/m0/n1/c2 113 1073741829 \N 123 enter \N \N \N +text-70/a5/m0/n1/c3 113 1073741829 Custom 123 enter \N \N \N +text-70/a5/m1/n0/c0 131185 5 \N 0 5 \N \N \N +text-70/a5/m1/n0/c1 131185 5 Custom 0 5 \N \N \N +text-70/a5/m1/n0/c2 131185 5 \N 123 5 \N \N \N +text-70/a5/m1/n0/c3 131185 5 Custom 123 5 \N \N \N +text-70/a5/m1/n1/c0 131185 1073741829 \N 0 enter \N \N \N +text-70/a5/m1/n1/c1 131185 1073741829 Custom 0 enter \N \N \N +text-70/a5/m1/n1/c2 131185 1073741829 \N 123 enter \N \N \N +text-70/a5/m1/n1/c3 131185 1073741829 Custom 123 enter \N \N \N +text-70/a5/m2/n0/c0 262257 5 \N 0 5 \N \N \N +text-70/a5/m2/n0/c1 262257 5 Custom 0 5 \N \N \N +text-70/a5/m2/n0/c2 262257 5 \N 123 5 \N \N \N +text-70/a5/m2/n0/c3 262257 5 Custom 123 5 \N \N \N +text-70/a5/m2/n1/c0 262257 1073741829 \N 0 enter \N \N \N +text-70/a5/m2/n1/c1 262257 1073741829 Custom 0 enter \N \N \N +text-70/a5/m2/n1/c2 262257 1073741829 \N 123 enter \N \N \N +text-70/a5/m2/n1/c3 262257 1073741829 Custom 123 enter \N \N \N +text-70/a5/m3/n0/c0 393329 5 \N 0 5 \N \N \N +text-70/a5/m3/n0/c1 393329 5 Custom 0 5 \N \N \N +text-70/a5/m3/n0/c2 393329 5 \N 123 5 \N \N \N +text-70/a5/m3/n0/c3 393329 5 Custom 123 5 \N \N \N +text-70/a5/m3/n1/c0 393329 1073741829 \N 0 enter \N \N \N +text-70/a5/m3/n1/c1 393329 1073741829 Custom 0 enter \N \N \N +text-70/a5/m3/n1/c2 393329 1073741829 \N 123 enter \N \N \N +text-70/a5/m3/n1/c3 393329 1073741829 Custom 123 enter \N \N \N +text-70/a6/m0/n0/c0 113 6 \N 0 6 \N \N \N +text-70/a6/m0/n0/c1 113 6 Custom 0 6 \N \N \N +text-70/a6/m0/n0/c2 113 6 \N 123 6 \N \N \N +text-70/a6/m0/n0/c3 113 6 Custom 123 6 \N \N \N +text-70/a6/m0/n1/c0 113 1073741830 \N 0 enter \N \N \N +text-70/a6/m0/n1/c1 113 1073741830 Custom 0 enter \N \N \N +text-70/a6/m0/n1/c2 113 1073741830 \N 123 enter \N \N \N +text-70/a6/m0/n1/c3 113 1073741830 Custom 123 enter \N \N \N +text-70/a6/m1/n0/c0 131185 6 \N 0 6 \N \N \N +text-70/a6/m1/n0/c1 131185 6 Custom 0 6 \N \N \N +text-70/a6/m1/n0/c2 131185 6 \N 123 6 \N \N \N +text-70/a6/m1/n0/c3 131185 6 Custom 123 6 \N \N \N +text-70/a6/m1/n1/c0 131185 1073741830 \N 0 enter \N \N \N +text-70/a6/m1/n1/c1 131185 1073741830 Custom 0 enter \N \N \N +text-70/a6/m1/n1/c2 131185 1073741830 \N 123 enter \N \N \N +text-70/a6/m1/n1/c3 131185 1073741830 Custom 123 enter \N \N \N +text-70/a6/m2/n0/c0 262257 6 \N 0 6 \N \N \N +text-70/a6/m2/n0/c1 262257 6 Custom 0 6 \N \N \N +text-70/a6/m2/n0/c2 262257 6 \N 123 6 \N \N \N +text-70/a6/m2/n0/c3 262257 6 Custom 123 6 \N \N \N +text-70/a6/m2/n1/c0 262257 1073741830 \N 0 enter \N \N \N +text-70/a6/m2/n1/c1 262257 1073741830 Custom 0 enter \N \N \N +text-70/a6/m2/n1/c2 262257 1073741830 \N 123 enter \N \N \N +text-70/a6/m2/n1/c3 262257 1073741830 Custom 123 enter \N \N \N +text-70/a6/m3/n0/c0 393329 6 \N 0 6 \N \N \N +text-70/a6/m3/n0/c1 393329 6 Custom 0 6 \N \N \N +text-70/a6/m3/n0/c2 393329 6 \N 123 6 \N \N \N +text-70/a6/m3/n0/c3 393329 6 Custom 123 6 \N \N \N +text-70/a6/m3/n1/c0 393329 1073741830 \N 0 enter \N \N \N +text-70/a6/m3/n1/c1 393329 1073741830 Custom 0 enter \N \N \N +text-70/a6/m3/n1/c2 393329 1073741830 \N 123 enter \N \N \N +text-70/a6/m3/n1/c3 393329 1073741830 Custom 123 enter \N \N \N +text-70/a7/m0/n0/c0 113 7 \N 0 7 \N \N \N +text-70/a7/m0/n0/c1 113 7 Custom 0 7 \N \N \N +text-70/a7/m0/n0/c2 113 7 \N 123 7 \N \N \N +text-70/a7/m0/n0/c3 113 7 Custom 123 7 \N \N \N +text-70/a7/m0/n1/c0 113 1073741831 \N 0 enter \N \N \N +text-70/a7/m0/n1/c1 113 1073741831 Custom 0 enter \N \N \N +text-70/a7/m0/n1/c2 113 1073741831 \N 123 enter \N \N \N +text-70/a7/m0/n1/c3 113 1073741831 Custom 123 enter \N \N \N +text-70/a7/m1/n0/c0 131185 7 \N 0 7 \N \N \N +text-70/a7/m1/n0/c1 131185 7 Custom 0 7 \N \N \N +text-70/a7/m1/n0/c2 131185 7 \N 123 7 \N \N \N +text-70/a7/m1/n0/c3 131185 7 Custom 123 7 \N \N \N +text-70/a7/m1/n1/c0 131185 1073741831 \N 0 enter \N \N \N +text-70/a7/m1/n1/c1 131185 1073741831 Custom 0 enter \N \N \N +text-70/a7/m1/n1/c2 131185 1073741831 \N 123 enter \N \N \N +text-70/a7/m1/n1/c3 131185 1073741831 Custom 123 enter \N \N \N +text-70/a7/m2/n0/c0 262257 7 \N 0 7 \N \N \N +text-70/a7/m2/n0/c1 262257 7 Custom 0 7 \N \N \N +text-70/a7/m2/n0/c2 262257 7 \N 123 7 \N \N \N +text-70/a7/m2/n0/c3 262257 7 Custom 123 7 \N \N \N +text-70/a7/m2/n1/c0 262257 1073741831 \N 0 enter \N \N \N +text-70/a7/m2/n1/c1 262257 1073741831 Custom 0 enter \N \N \N +text-70/a7/m2/n1/c2 262257 1073741831 \N 123 enter \N \N \N +text-70/a7/m2/n1/c3 262257 1073741831 Custom 123 enter \N \N \N +text-70/a7/m3/n0/c0 393329 7 \N 0 7 \N \N \N +text-70/a7/m3/n0/c1 393329 7 Custom 0 7 \N \N \N +text-70/a7/m3/n0/c2 393329 7 \N 123 7 \N \N \N +text-70/a7/m3/n0/c3 393329 7 Custom 123 7 \N \N \N +text-70/a7/m3/n1/c0 393329 1073741831 \N 0 enter \N \N \N +text-70/a7/m3/n1/c1 393329 1073741831 Custom 0 enter \N \N \N +text-70/a7/m3/n1/c2 393329 1073741831 \N 123 enter \N \N \N +text-70/a7/m3/n1/c3 393329 1073741831 Custom 123 enter \N \N \N +text-80/a0/m0/n0/c0 129 0 \N 0 enter \N \N \N +text-80/a0/m0/n0/c1 129 0 Custom 0 enter \N \N \N +text-80/a0/m0/n0/c2 129 0 \N 123 enter \N \N \N +text-80/a0/m0/n0/c3 129 0 Custom 123 enter \N \N \N +text-80/a0/m0/n1/c0 129 1073741824 \N 0 enter \N \N \N +text-80/a0/m0/n1/c1 129 1073741824 Custom 0 enter \N \N \N +text-80/a0/m0/n1/c2 129 1073741824 \N 123 enter \N \N \N +text-80/a0/m0/n1/c3 129 1073741824 Custom 123 enter \N \N \N +text-80/a0/m1/n0/c0 131201 0 \N 0 enter \N \N \N +text-80/a0/m1/n0/c1 131201 0 Custom 0 enter \N \N \N +text-80/a0/m1/n0/c2 131201 0 \N 123 enter \N \N \N +text-80/a0/m1/n0/c3 131201 0 Custom 123 enter \N \N \N +text-80/a0/m1/n1/c0 131201 1073741824 \N 0 enter \N \N \N +text-80/a0/m1/n1/c1 131201 1073741824 Custom 0 enter \N \N \N +text-80/a0/m1/n1/c2 131201 1073741824 \N 123 enter \N \N \N +text-80/a0/m1/n1/c3 131201 1073741824 Custom 123 enter \N \N \N +text-80/a0/m2/n0/c0 262273 0 \N 0 enter \N \N \N +text-80/a0/m2/n0/c1 262273 0 Custom 0 enter \N \N \N +text-80/a0/m2/n0/c2 262273 0 \N 123 enter \N \N \N +text-80/a0/m2/n0/c3 262273 0 Custom 123 enter \N \N \N +text-80/a0/m2/n1/c0 262273 1073741824 \N 0 enter \N \N \N +text-80/a0/m2/n1/c1 262273 1073741824 Custom 0 enter \N \N \N +text-80/a0/m2/n1/c2 262273 1073741824 \N 123 enter \N \N \N +text-80/a0/m2/n1/c3 262273 1073741824 Custom 123 enter \N \N \N +text-80/a0/m3/n0/c0 393345 0 \N 0 enter \N \N \N +text-80/a0/m3/n0/c1 393345 0 Custom 0 enter \N \N \N +text-80/a0/m3/n0/c2 393345 0 \N 123 enter \N \N \N +text-80/a0/m3/n0/c3 393345 0 Custom 123 enter \N \N \N +text-80/a0/m3/n1/c0 393345 1073741824 \N 0 enter \N \N \N +text-80/a0/m3/n1/c1 393345 1073741824 Custom 0 enter \N \N \N +text-80/a0/m3/n1/c2 393345 1073741824 \N 123 enter \N \N \N +text-80/a0/m3/n1/c3 393345 1073741824 Custom 123 enter \N \N \N +text-80/a1/m0/n0/c0 129 1 \N 0 enter \N \N \N +text-80/a1/m0/n0/c1 129 1 Custom 0 enter \N \N \N +text-80/a1/m0/n0/c2 129 1 \N 123 enter \N \N \N +text-80/a1/m0/n0/c3 129 1 Custom 123 enter \N \N \N +text-80/a1/m0/n1/c0 129 1073741825 \N 0 enter \N \N \N +text-80/a1/m0/n1/c1 129 1073741825 Custom 0 enter \N \N \N +text-80/a1/m0/n1/c2 129 1073741825 \N 123 enter \N \N \N +text-80/a1/m0/n1/c3 129 1073741825 Custom 123 enter \N \N \N +text-80/a1/m1/n0/c0 131201 1 \N 0 enter \N \N \N +text-80/a1/m1/n0/c1 131201 1 Custom 0 enter \N \N \N +text-80/a1/m1/n0/c2 131201 1 \N 123 enter \N \N \N +text-80/a1/m1/n0/c3 131201 1 Custom 123 enter \N \N \N +text-80/a1/m1/n1/c0 131201 1073741825 \N 0 enter \N \N \N +text-80/a1/m1/n1/c1 131201 1073741825 Custom 0 enter \N \N \N +text-80/a1/m1/n1/c2 131201 1073741825 \N 123 enter \N \N \N +text-80/a1/m1/n1/c3 131201 1073741825 Custom 123 enter \N \N \N +text-80/a1/m2/n0/c0 262273 1 \N 0 enter \N \N \N +text-80/a1/m2/n0/c1 262273 1 Custom 0 enter \N \N \N +text-80/a1/m2/n0/c2 262273 1 \N 123 enter \N \N \N +text-80/a1/m2/n0/c3 262273 1 Custom 123 enter \N \N \N +text-80/a1/m2/n1/c0 262273 1073741825 \N 0 enter \N \N \N +text-80/a1/m2/n1/c1 262273 1073741825 Custom 0 enter \N \N \N +text-80/a1/m2/n1/c2 262273 1073741825 \N 123 enter \N \N \N +text-80/a1/m2/n1/c3 262273 1073741825 Custom 123 enter \N \N \N +text-80/a1/m3/n0/c0 393345 1 \N 0 enter \N \N \N +text-80/a1/m3/n0/c1 393345 1 Custom 0 enter \N \N \N +text-80/a1/m3/n0/c2 393345 1 \N 123 enter \N \N \N +text-80/a1/m3/n0/c3 393345 1 Custom 123 enter \N \N \N +text-80/a1/m3/n1/c0 393345 1073741825 \N 0 enter \N \N \N +text-80/a1/m3/n1/c1 393345 1073741825 Custom 0 enter \N \N \N +text-80/a1/m3/n1/c2 393345 1073741825 \N 123 enter \N \N \N +text-80/a1/m3/n1/c3 393345 1073741825 Custom 123 enter \N \N \N +text-80/a2/m0/n0/c0 129 2 \N 0 2 \N \N \N +text-80/a2/m0/n0/c1 129 2 Custom 0 2 \N \N \N +text-80/a2/m0/n0/c2 129 2 \N 123 2 \N \N \N +text-80/a2/m0/n0/c3 129 2 Custom 123 2 \N \N \N +text-80/a2/m0/n1/c0 129 1073741826 \N 0 enter \N \N \N +text-80/a2/m0/n1/c1 129 1073741826 Custom 0 enter \N \N \N +text-80/a2/m0/n1/c2 129 1073741826 \N 123 enter \N \N \N +text-80/a2/m0/n1/c3 129 1073741826 Custom 123 enter \N \N \N +text-80/a2/m1/n0/c0 131201 2 \N 0 2 \N \N \N +text-80/a2/m1/n0/c1 131201 2 Custom 0 2 \N \N \N +text-80/a2/m1/n0/c2 131201 2 \N 123 2 \N \N \N +text-80/a2/m1/n0/c3 131201 2 Custom 123 2 \N \N \N +text-80/a2/m1/n1/c0 131201 1073741826 \N 0 enter \N \N \N +text-80/a2/m1/n1/c1 131201 1073741826 Custom 0 enter \N \N \N +text-80/a2/m1/n1/c2 131201 1073741826 \N 123 enter \N \N \N +text-80/a2/m1/n1/c3 131201 1073741826 Custom 123 enter \N \N \N +text-80/a2/m2/n0/c0 262273 2 \N 0 2 \N \N \N +text-80/a2/m2/n0/c1 262273 2 Custom 0 2 \N \N \N +text-80/a2/m2/n0/c2 262273 2 \N 123 2 \N \N \N +text-80/a2/m2/n0/c3 262273 2 Custom 123 2 \N \N \N +text-80/a2/m2/n1/c0 262273 1073741826 \N 0 enter \N \N \N +text-80/a2/m2/n1/c1 262273 1073741826 Custom 0 enter \N \N \N +text-80/a2/m2/n1/c2 262273 1073741826 \N 123 enter \N \N \N +text-80/a2/m2/n1/c3 262273 1073741826 Custom 123 enter \N \N \N +text-80/a2/m3/n0/c0 393345 2 \N 0 2 \N \N \N +text-80/a2/m3/n0/c1 393345 2 Custom 0 2 \N \N \N +text-80/a2/m3/n0/c2 393345 2 \N 123 2 \N \N \N +text-80/a2/m3/n0/c3 393345 2 Custom 123 2 \N \N \N +text-80/a2/m3/n1/c0 393345 1073741826 \N 0 enter \N \N \N +text-80/a2/m3/n1/c1 393345 1073741826 Custom 0 enter \N \N \N +text-80/a2/m3/n1/c2 393345 1073741826 \N 123 enter \N \N \N +text-80/a2/m3/n1/c3 393345 1073741826 Custom 123 enter \N \N \N +text-80/a3/m0/n0/c0 129 3 \N 0 3 \N \N \N +text-80/a3/m0/n0/c1 129 3 Custom 0 3 \N \N \N +text-80/a3/m0/n0/c2 129 3 \N 123 3 \N \N \N +text-80/a3/m0/n0/c3 129 3 Custom 123 3 \N \N \N +text-80/a3/m0/n1/c0 129 1073741827 \N 0 enter \N \N \N +text-80/a3/m0/n1/c1 129 1073741827 Custom 0 enter \N \N \N +text-80/a3/m0/n1/c2 129 1073741827 \N 123 enter \N \N \N +text-80/a3/m0/n1/c3 129 1073741827 Custom 123 enter \N \N \N +text-80/a3/m1/n0/c0 131201 3 \N 0 3 \N \N \N +text-80/a3/m1/n0/c1 131201 3 Custom 0 3 \N \N \N +text-80/a3/m1/n0/c2 131201 3 \N 123 3 \N \N \N +text-80/a3/m1/n0/c3 131201 3 Custom 123 3 \N \N \N +text-80/a3/m1/n1/c0 131201 1073741827 \N 0 enter \N \N \N +text-80/a3/m1/n1/c1 131201 1073741827 Custom 0 enter \N \N \N +text-80/a3/m1/n1/c2 131201 1073741827 \N 123 enter \N \N \N +text-80/a3/m1/n1/c3 131201 1073741827 Custom 123 enter \N \N \N +text-80/a3/m2/n0/c0 262273 3 \N 0 3 \N \N \N +text-80/a3/m2/n0/c1 262273 3 Custom 0 3 \N \N \N +text-80/a3/m2/n0/c2 262273 3 \N 123 3 \N \N \N +text-80/a3/m2/n0/c3 262273 3 Custom 123 3 \N \N \N +text-80/a3/m2/n1/c0 262273 1073741827 \N 0 enter \N \N \N +text-80/a3/m2/n1/c1 262273 1073741827 Custom 0 enter \N \N \N +text-80/a3/m2/n1/c2 262273 1073741827 \N 123 enter \N \N \N +text-80/a3/m2/n1/c3 262273 1073741827 Custom 123 enter \N \N \N +text-80/a3/m3/n0/c0 393345 3 \N 0 3 \N \N \N +text-80/a3/m3/n0/c1 393345 3 Custom 0 3 \N \N \N +text-80/a3/m3/n0/c2 393345 3 \N 123 3 \N \N \N +text-80/a3/m3/n0/c3 393345 3 Custom 123 3 \N \N \N +text-80/a3/m3/n1/c0 393345 1073741827 \N 0 enter \N \N \N +text-80/a3/m3/n1/c1 393345 1073741827 Custom 0 enter \N \N \N +text-80/a3/m3/n1/c2 393345 1073741827 \N 123 enter \N \N \N +text-80/a3/m3/n1/c3 393345 1073741827 Custom 123 enter \N \N \N +text-80/a4/m0/n0/c0 129 4 \N 0 4 \N \N \N +text-80/a4/m0/n0/c1 129 4 Custom 0 4 \N \N \N +text-80/a4/m0/n0/c2 129 4 \N 123 4 \N \N \N +text-80/a4/m0/n0/c3 129 4 Custom 123 4 \N \N \N +text-80/a4/m0/n1/c0 129 1073741828 \N 0 enter \N \N \N +text-80/a4/m0/n1/c1 129 1073741828 Custom 0 enter \N \N \N +text-80/a4/m0/n1/c2 129 1073741828 \N 123 enter \N \N \N +text-80/a4/m0/n1/c3 129 1073741828 Custom 123 enter \N \N \N +text-80/a4/m1/n0/c0 131201 4 \N 0 4 \N \N \N +text-80/a4/m1/n0/c1 131201 4 Custom 0 4 \N \N \N +text-80/a4/m1/n0/c2 131201 4 \N 123 4 \N \N \N +text-80/a4/m1/n0/c3 131201 4 Custom 123 4 \N \N \N +text-80/a4/m1/n1/c0 131201 1073741828 \N 0 enter \N \N \N +text-80/a4/m1/n1/c1 131201 1073741828 Custom 0 enter \N \N \N +text-80/a4/m1/n1/c2 131201 1073741828 \N 123 enter \N \N \N +text-80/a4/m1/n1/c3 131201 1073741828 Custom 123 enter \N \N \N +text-80/a4/m2/n0/c0 262273 4 \N 0 4 \N \N \N +text-80/a4/m2/n0/c1 262273 4 Custom 0 4 \N \N \N +text-80/a4/m2/n0/c2 262273 4 \N 123 4 \N \N \N +text-80/a4/m2/n0/c3 262273 4 Custom 123 4 \N \N \N +text-80/a4/m2/n1/c0 262273 1073741828 \N 0 enter \N \N \N +text-80/a4/m2/n1/c1 262273 1073741828 Custom 0 enter \N \N \N +text-80/a4/m2/n1/c2 262273 1073741828 \N 123 enter \N \N \N +text-80/a4/m2/n1/c3 262273 1073741828 Custom 123 enter \N \N \N +text-80/a4/m3/n0/c0 393345 4 \N 0 4 \N \N \N +text-80/a4/m3/n0/c1 393345 4 Custom 0 4 \N \N \N +text-80/a4/m3/n0/c2 393345 4 \N 123 4 \N \N \N +text-80/a4/m3/n0/c3 393345 4 Custom 123 4 \N \N \N +text-80/a4/m3/n1/c0 393345 1073741828 \N 0 enter \N \N \N +text-80/a4/m3/n1/c1 393345 1073741828 Custom 0 enter \N \N \N +text-80/a4/m3/n1/c2 393345 1073741828 \N 123 enter \N \N \N +text-80/a4/m3/n1/c3 393345 1073741828 Custom 123 enter \N \N \N +text-80/a5/m0/n0/c0 129 5 \N 0 5 \N \N \N +text-80/a5/m0/n0/c1 129 5 Custom 0 5 \N \N \N +text-80/a5/m0/n0/c2 129 5 \N 123 5 \N \N \N +text-80/a5/m0/n0/c3 129 5 Custom 123 5 \N \N \N +text-80/a5/m0/n1/c0 129 1073741829 \N 0 enter \N \N \N +text-80/a5/m0/n1/c1 129 1073741829 Custom 0 enter \N \N \N +text-80/a5/m0/n1/c2 129 1073741829 \N 123 enter \N \N \N +text-80/a5/m0/n1/c3 129 1073741829 Custom 123 enter \N \N \N +text-80/a5/m1/n0/c0 131201 5 \N 0 5 \N \N \N +text-80/a5/m1/n0/c1 131201 5 Custom 0 5 \N \N \N +text-80/a5/m1/n0/c2 131201 5 \N 123 5 \N \N \N +text-80/a5/m1/n0/c3 131201 5 Custom 123 5 \N \N \N +text-80/a5/m1/n1/c0 131201 1073741829 \N 0 enter \N \N \N +text-80/a5/m1/n1/c1 131201 1073741829 Custom 0 enter \N \N \N +text-80/a5/m1/n1/c2 131201 1073741829 \N 123 enter \N \N \N +text-80/a5/m1/n1/c3 131201 1073741829 Custom 123 enter \N \N \N +text-80/a5/m2/n0/c0 262273 5 \N 0 5 \N \N \N +text-80/a5/m2/n0/c1 262273 5 Custom 0 5 \N \N \N +text-80/a5/m2/n0/c2 262273 5 \N 123 5 \N \N \N +text-80/a5/m2/n0/c3 262273 5 Custom 123 5 \N \N \N +text-80/a5/m2/n1/c0 262273 1073741829 \N 0 enter \N \N \N +text-80/a5/m2/n1/c1 262273 1073741829 Custom 0 enter \N \N \N +text-80/a5/m2/n1/c2 262273 1073741829 \N 123 enter \N \N \N +text-80/a5/m2/n1/c3 262273 1073741829 Custom 123 enter \N \N \N +text-80/a5/m3/n0/c0 393345 5 \N 0 5 \N \N \N +text-80/a5/m3/n0/c1 393345 5 Custom 0 5 \N \N \N +text-80/a5/m3/n0/c2 393345 5 \N 123 5 \N \N \N +text-80/a5/m3/n0/c3 393345 5 Custom 123 5 \N \N \N +text-80/a5/m3/n1/c0 393345 1073741829 \N 0 enter \N \N \N +text-80/a5/m3/n1/c1 393345 1073741829 Custom 0 enter \N \N \N +text-80/a5/m3/n1/c2 393345 1073741829 \N 123 enter \N \N \N +text-80/a5/m3/n1/c3 393345 1073741829 Custom 123 enter \N \N \N +text-80/a6/m0/n0/c0 129 6 \N 0 6 \N \N \N +text-80/a6/m0/n0/c1 129 6 Custom 0 6 \N \N \N +text-80/a6/m0/n0/c2 129 6 \N 123 6 \N \N \N +text-80/a6/m0/n0/c3 129 6 Custom 123 6 \N \N \N +text-80/a6/m0/n1/c0 129 1073741830 \N 0 enter \N \N \N +text-80/a6/m0/n1/c1 129 1073741830 Custom 0 enter \N \N \N +text-80/a6/m0/n1/c2 129 1073741830 \N 123 enter \N \N \N +text-80/a6/m0/n1/c3 129 1073741830 Custom 123 enter \N \N \N +text-80/a6/m1/n0/c0 131201 6 \N 0 6 \N \N \N +text-80/a6/m1/n0/c1 131201 6 Custom 0 6 \N \N \N +text-80/a6/m1/n0/c2 131201 6 \N 123 6 \N \N \N +text-80/a6/m1/n0/c3 131201 6 Custom 123 6 \N \N \N +text-80/a6/m1/n1/c0 131201 1073741830 \N 0 enter \N \N \N +text-80/a6/m1/n1/c1 131201 1073741830 Custom 0 enter \N \N \N +text-80/a6/m1/n1/c2 131201 1073741830 \N 123 enter \N \N \N +text-80/a6/m1/n1/c3 131201 1073741830 Custom 123 enter \N \N \N +text-80/a6/m2/n0/c0 262273 6 \N 0 6 \N \N \N +text-80/a6/m2/n0/c1 262273 6 Custom 0 6 \N \N \N +text-80/a6/m2/n0/c2 262273 6 \N 123 6 \N \N \N +text-80/a6/m2/n0/c3 262273 6 Custom 123 6 \N \N \N +text-80/a6/m2/n1/c0 262273 1073741830 \N 0 enter \N \N \N +text-80/a6/m2/n1/c1 262273 1073741830 Custom 0 enter \N \N \N +text-80/a6/m2/n1/c2 262273 1073741830 \N 123 enter \N \N \N +text-80/a6/m2/n1/c3 262273 1073741830 Custom 123 enter \N \N \N +text-80/a6/m3/n0/c0 393345 6 \N 0 6 \N \N \N +text-80/a6/m3/n0/c1 393345 6 Custom 0 6 \N \N \N +text-80/a6/m3/n0/c2 393345 6 \N 123 6 \N \N \N +text-80/a6/m3/n0/c3 393345 6 Custom 123 6 \N \N \N +text-80/a6/m3/n1/c0 393345 1073741830 \N 0 enter \N \N \N +text-80/a6/m3/n1/c1 393345 1073741830 Custom 0 enter \N \N \N +text-80/a6/m3/n1/c2 393345 1073741830 \N 123 enter \N \N \N +text-80/a6/m3/n1/c3 393345 1073741830 Custom 123 enter \N \N \N +text-80/a7/m0/n0/c0 129 7 \N 0 7 \N \N \N +text-80/a7/m0/n0/c1 129 7 Custom 0 7 \N \N \N +text-80/a7/m0/n0/c2 129 7 \N 123 7 \N \N \N +text-80/a7/m0/n0/c3 129 7 Custom 123 7 \N \N \N +text-80/a7/m0/n1/c0 129 1073741831 \N 0 enter \N \N \N +text-80/a7/m0/n1/c1 129 1073741831 Custom 0 enter \N \N \N +text-80/a7/m0/n1/c2 129 1073741831 \N 123 enter \N \N \N +text-80/a7/m0/n1/c3 129 1073741831 Custom 123 enter \N \N \N +text-80/a7/m1/n0/c0 131201 7 \N 0 7 \N \N \N +text-80/a7/m1/n0/c1 131201 7 Custom 0 7 \N \N \N +text-80/a7/m1/n0/c2 131201 7 \N 123 7 \N \N \N +text-80/a7/m1/n0/c3 131201 7 Custom 123 7 \N \N \N +text-80/a7/m1/n1/c0 131201 1073741831 \N 0 enter \N \N \N +text-80/a7/m1/n1/c1 131201 1073741831 Custom 0 enter \N \N \N +text-80/a7/m1/n1/c2 131201 1073741831 \N 123 enter \N \N \N +text-80/a7/m1/n1/c3 131201 1073741831 Custom 123 enter \N \N \N +text-80/a7/m2/n0/c0 262273 7 \N 0 7 \N \N \N +text-80/a7/m2/n0/c1 262273 7 Custom 0 7 \N \N \N +text-80/a7/m2/n0/c2 262273 7 \N 123 7 \N \N \N +text-80/a7/m2/n0/c3 262273 7 Custom 123 7 \N \N \N +text-80/a7/m2/n1/c0 262273 1073741831 \N 0 enter \N \N \N +text-80/a7/m2/n1/c1 262273 1073741831 Custom 0 enter \N \N \N +text-80/a7/m2/n1/c2 262273 1073741831 \N 123 enter \N \N \N +text-80/a7/m2/n1/c3 262273 1073741831 Custom 123 enter \N \N \N +text-80/a7/m3/n0/c0 393345 7 \N 0 7 \N \N \N +text-80/a7/m3/n0/c1 393345 7 Custom 0 7 \N \N \N +text-80/a7/m3/n0/c2 393345 7 \N 123 7 \N \N \N +text-80/a7/m3/n0/c3 393345 7 Custom 123 7 \N \N \N +text-80/a7/m3/n1/c0 393345 1073741831 \N 0 enter \N \N \N +text-80/a7/m3/n1/c1 393345 1073741831 Custom 0 enter \N \N \N +text-80/a7/m3/n1/c2 393345 1073741831 \N 123 enter \N \N \N +text-80/a7/m3/n1/c3 393345 1073741831 Custom 123 enter \N \N \N +text-90/a0/m0/n0/c0 145 0 \N 0 enter \N \N \N +text-90/a0/m0/n0/c1 145 0 Custom 0 enter \N \N \N +text-90/a0/m0/n0/c2 145 0 \N 123 enter \N \N \N +text-90/a0/m0/n0/c3 145 0 Custom 123 enter \N \N \N +text-90/a0/m0/n1/c0 145 1073741824 \N 0 enter \N \N \N +text-90/a0/m0/n1/c1 145 1073741824 Custom 0 enter \N \N \N +text-90/a0/m0/n1/c2 145 1073741824 \N 123 enter \N \N \N +text-90/a0/m0/n1/c3 145 1073741824 Custom 123 enter \N \N \N +text-90/a0/m1/n0/c0 131217 0 \N 0 enter \N \N \N +text-90/a0/m1/n0/c1 131217 0 Custom 0 enter \N \N \N +text-90/a0/m1/n0/c2 131217 0 \N 123 enter \N \N \N +text-90/a0/m1/n0/c3 131217 0 Custom 123 enter \N \N \N +text-90/a0/m1/n1/c0 131217 1073741824 \N 0 enter \N \N \N +text-90/a0/m1/n1/c1 131217 1073741824 Custom 0 enter \N \N \N +text-90/a0/m1/n1/c2 131217 1073741824 \N 123 enter \N \N \N +text-90/a0/m1/n1/c3 131217 1073741824 Custom 123 enter \N \N \N +text-90/a0/m2/n0/c0 262289 0 \N 0 enter \N \N \N +text-90/a0/m2/n0/c1 262289 0 Custom 0 enter \N \N \N +text-90/a0/m2/n0/c2 262289 0 \N 123 enter \N \N \N +text-90/a0/m2/n0/c3 262289 0 Custom 123 enter \N \N \N +text-90/a0/m2/n1/c0 262289 1073741824 \N 0 enter \N \N \N +text-90/a0/m2/n1/c1 262289 1073741824 Custom 0 enter \N \N \N +text-90/a0/m2/n1/c2 262289 1073741824 \N 123 enter \N \N \N +text-90/a0/m2/n1/c3 262289 1073741824 Custom 123 enter \N \N \N +text-90/a0/m3/n0/c0 393361 0 \N 0 enter \N \N \N +text-90/a0/m3/n0/c1 393361 0 Custom 0 enter \N \N \N +text-90/a0/m3/n0/c2 393361 0 \N 123 enter \N \N \N +text-90/a0/m3/n0/c3 393361 0 Custom 123 enter \N \N \N +text-90/a0/m3/n1/c0 393361 1073741824 \N 0 enter \N \N \N +text-90/a0/m3/n1/c1 393361 1073741824 Custom 0 enter \N \N \N +text-90/a0/m3/n1/c2 393361 1073741824 \N 123 enter \N \N \N +text-90/a0/m3/n1/c3 393361 1073741824 Custom 123 enter \N \N \N +text-90/a1/m0/n0/c0 145 1 \N 0 enter \N \N \N +text-90/a1/m0/n0/c1 145 1 Custom 0 enter \N \N \N +text-90/a1/m0/n0/c2 145 1 \N 123 enter \N \N \N +text-90/a1/m0/n0/c3 145 1 Custom 123 enter \N \N \N +text-90/a1/m0/n1/c0 145 1073741825 \N 0 enter \N \N \N +text-90/a1/m0/n1/c1 145 1073741825 Custom 0 enter \N \N \N +text-90/a1/m0/n1/c2 145 1073741825 \N 123 enter \N \N \N +text-90/a1/m0/n1/c3 145 1073741825 Custom 123 enter \N \N \N +text-90/a1/m1/n0/c0 131217 1 \N 0 enter \N \N \N +text-90/a1/m1/n0/c1 131217 1 Custom 0 enter \N \N \N +text-90/a1/m1/n0/c2 131217 1 \N 123 enter \N \N \N +text-90/a1/m1/n0/c3 131217 1 Custom 123 enter \N \N \N +text-90/a1/m1/n1/c0 131217 1073741825 \N 0 enter \N \N \N +text-90/a1/m1/n1/c1 131217 1073741825 Custom 0 enter \N \N \N +text-90/a1/m1/n1/c2 131217 1073741825 \N 123 enter \N \N \N +text-90/a1/m1/n1/c3 131217 1073741825 Custom 123 enter \N \N \N +text-90/a1/m2/n0/c0 262289 1 \N 0 enter \N \N \N +text-90/a1/m2/n0/c1 262289 1 Custom 0 enter \N \N \N +text-90/a1/m2/n0/c2 262289 1 \N 123 enter \N \N \N +text-90/a1/m2/n0/c3 262289 1 Custom 123 enter \N \N \N +text-90/a1/m2/n1/c0 262289 1073741825 \N 0 enter \N \N \N +text-90/a1/m2/n1/c1 262289 1073741825 Custom 0 enter \N \N \N +text-90/a1/m2/n1/c2 262289 1073741825 \N 123 enter \N \N \N +text-90/a1/m2/n1/c3 262289 1073741825 Custom 123 enter \N \N \N +text-90/a1/m3/n0/c0 393361 1 \N 0 enter \N \N \N +text-90/a1/m3/n0/c1 393361 1 Custom 0 enter \N \N \N +text-90/a1/m3/n0/c2 393361 1 \N 123 enter \N \N \N +text-90/a1/m3/n0/c3 393361 1 Custom 123 enter \N \N \N +text-90/a1/m3/n1/c0 393361 1073741825 \N 0 enter \N \N \N +text-90/a1/m3/n1/c1 393361 1073741825 Custom 0 enter \N \N \N +text-90/a1/m3/n1/c2 393361 1073741825 \N 123 enter \N \N \N +text-90/a1/m3/n1/c3 393361 1073741825 Custom 123 enter \N \N \N +text-90/a2/m0/n0/c0 145 2 \N 0 2 \N \N \N +text-90/a2/m0/n0/c1 145 2 Custom 0 2 \N \N \N +text-90/a2/m0/n0/c2 145 2 \N 123 2 \N \N \N +text-90/a2/m0/n0/c3 145 2 Custom 123 2 \N \N \N +text-90/a2/m0/n1/c0 145 1073741826 \N 0 enter \N \N \N +text-90/a2/m0/n1/c1 145 1073741826 Custom 0 enter \N \N \N +text-90/a2/m0/n1/c2 145 1073741826 \N 123 enter \N \N \N +text-90/a2/m0/n1/c3 145 1073741826 Custom 123 enter \N \N \N +text-90/a2/m1/n0/c0 131217 2 \N 0 2 \N \N \N +text-90/a2/m1/n0/c1 131217 2 Custom 0 2 \N \N \N +text-90/a2/m1/n0/c2 131217 2 \N 123 2 \N \N \N +text-90/a2/m1/n0/c3 131217 2 Custom 123 2 \N \N \N +text-90/a2/m1/n1/c0 131217 1073741826 \N 0 enter \N \N \N +text-90/a2/m1/n1/c1 131217 1073741826 Custom 0 enter \N \N \N +text-90/a2/m1/n1/c2 131217 1073741826 \N 123 enter \N \N \N +text-90/a2/m1/n1/c3 131217 1073741826 Custom 123 enter \N \N \N +text-90/a2/m2/n0/c0 262289 2 \N 0 2 \N \N \N +text-90/a2/m2/n0/c1 262289 2 Custom 0 2 \N \N \N +text-90/a2/m2/n0/c2 262289 2 \N 123 2 \N \N \N +text-90/a2/m2/n0/c3 262289 2 Custom 123 2 \N \N \N +text-90/a2/m2/n1/c0 262289 1073741826 \N 0 enter \N \N \N +text-90/a2/m2/n1/c1 262289 1073741826 Custom 0 enter \N \N \N +text-90/a2/m2/n1/c2 262289 1073741826 \N 123 enter \N \N \N +text-90/a2/m2/n1/c3 262289 1073741826 Custom 123 enter \N \N \N +text-90/a2/m3/n0/c0 393361 2 \N 0 2 \N \N \N +text-90/a2/m3/n0/c1 393361 2 Custom 0 2 \N \N \N +text-90/a2/m3/n0/c2 393361 2 \N 123 2 \N \N \N +text-90/a2/m3/n0/c3 393361 2 Custom 123 2 \N \N \N +text-90/a2/m3/n1/c0 393361 1073741826 \N 0 enter \N \N \N +text-90/a2/m3/n1/c1 393361 1073741826 Custom 0 enter \N \N \N +text-90/a2/m3/n1/c2 393361 1073741826 \N 123 enter \N \N \N +text-90/a2/m3/n1/c3 393361 1073741826 Custom 123 enter \N \N \N +text-90/a3/m0/n0/c0 145 3 \N 0 3 \N \N \N +text-90/a3/m0/n0/c1 145 3 Custom 0 3 \N \N \N +text-90/a3/m0/n0/c2 145 3 \N 123 3 \N \N \N +text-90/a3/m0/n0/c3 145 3 Custom 123 3 \N \N \N +text-90/a3/m0/n1/c0 145 1073741827 \N 0 enter \N \N \N +text-90/a3/m0/n1/c1 145 1073741827 Custom 0 enter \N \N \N +text-90/a3/m0/n1/c2 145 1073741827 \N 123 enter \N \N \N +text-90/a3/m0/n1/c3 145 1073741827 Custom 123 enter \N \N \N +text-90/a3/m1/n0/c0 131217 3 \N 0 3 \N \N \N +text-90/a3/m1/n0/c1 131217 3 Custom 0 3 \N \N \N +text-90/a3/m1/n0/c2 131217 3 \N 123 3 \N \N \N +text-90/a3/m1/n0/c3 131217 3 Custom 123 3 \N \N \N +text-90/a3/m1/n1/c0 131217 1073741827 \N 0 enter \N \N \N +text-90/a3/m1/n1/c1 131217 1073741827 Custom 0 enter \N \N \N +text-90/a3/m1/n1/c2 131217 1073741827 \N 123 enter \N \N \N +text-90/a3/m1/n1/c3 131217 1073741827 Custom 123 enter \N \N \N +text-90/a3/m2/n0/c0 262289 3 \N 0 3 \N \N \N +text-90/a3/m2/n0/c1 262289 3 Custom 0 3 \N \N \N +text-90/a3/m2/n0/c2 262289 3 \N 123 3 \N \N \N +text-90/a3/m2/n0/c3 262289 3 Custom 123 3 \N \N \N +text-90/a3/m2/n1/c0 262289 1073741827 \N 0 enter \N \N \N +text-90/a3/m2/n1/c1 262289 1073741827 Custom 0 enter \N \N \N +text-90/a3/m2/n1/c2 262289 1073741827 \N 123 enter \N \N \N +text-90/a3/m2/n1/c3 262289 1073741827 Custom 123 enter \N \N \N +text-90/a3/m3/n0/c0 393361 3 \N 0 3 \N \N \N +text-90/a3/m3/n0/c1 393361 3 Custom 0 3 \N \N \N +text-90/a3/m3/n0/c2 393361 3 \N 123 3 \N \N \N +text-90/a3/m3/n0/c3 393361 3 Custom 123 3 \N \N \N +text-90/a3/m3/n1/c0 393361 1073741827 \N 0 enter \N \N \N +text-90/a3/m3/n1/c1 393361 1073741827 Custom 0 enter \N \N \N +text-90/a3/m3/n1/c2 393361 1073741827 \N 123 enter \N \N \N +text-90/a3/m3/n1/c3 393361 1073741827 Custom 123 enter \N \N \N +text-90/a4/m0/n0/c0 145 4 \N 0 4 \N \N \N +text-90/a4/m0/n0/c1 145 4 Custom 0 4 \N \N \N +text-90/a4/m0/n0/c2 145 4 \N 123 4 \N \N \N +text-90/a4/m0/n0/c3 145 4 Custom 123 4 \N \N \N +text-90/a4/m0/n1/c0 145 1073741828 \N 0 enter \N \N \N +text-90/a4/m0/n1/c1 145 1073741828 Custom 0 enter \N \N \N +text-90/a4/m0/n1/c2 145 1073741828 \N 123 enter \N \N \N +text-90/a4/m0/n1/c3 145 1073741828 Custom 123 enter \N \N \N +text-90/a4/m1/n0/c0 131217 4 \N 0 4 \N \N \N +text-90/a4/m1/n0/c1 131217 4 Custom 0 4 \N \N \N +text-90/a4/m1/n0/c2 131217 4 \N 123 4 \N \N \N +text-90/a4/m1/n0/c3 131217 4 Custom 123 4 \N \N \N +text-90/a4/m1/n1/c0 131217 1073741828 \N 0 enter \N \N \N +text-90/a4/m1/n1/c1 131217 1073741828 Custom 0 enter \N \N \N +text-90/a4/m1/n1/c2 131217 1073741828 \N 123 enter \N \N \N +text-90/a4/m1/n1/c3 131217 1073741828 Custom 123 enter \N \N \N +text-90/a4/m2/n0/c0 262289 4 \N 0 4 \N \N \N +text-90/a4/m2/n0/c1 262289 4 Custom 0 4 \N \N \N +text-90/a4/m2/n0/c2 262289 4 \N 123 4 \N \N \N +text-90/a4/m2/n0/c3 262289 4 Custom 123 4 \N \N \N +text-90/a4/m2/n1/c0 262289 1073741828 \N 0 enter \N \N \N +text-90/a4/m2/n1/c1 262289 1073741828 Custom 0 enter \N \N \N +text-90/a4/m2/n1/c2 262289 1073741828 \N 123 enter \N \N \N +text-90/a4/m2/n1/c3 262289 1073741828 Custom 123 enter \N \N \N +text-90/a4/m3/n0/c0 393361 4 \N 0 4 \N \N \N +text-90/a4/m3/n0/c1 393361 4 Custom 0 4 \N \N \N +text-90/a4/m3/n0/c2 393361 4 \N 123 4 \N \N \N +text-90/a4/m3/n0/c3 393361 4 Custom 123 4 \N \N \N +text-90/a4/m3/n1/c0 393361 1073741828 \N 0 enter \N \N \N +text-90/a4/m3/n1/c1 393361 1073741828 Custom 0 enter \N \N \N +text-90/a4/m3/n1/c2 393361 1073741828 \N 123 enter \N \N \N +text-90/a4/m3/n1/c3 393361 1073741828 Custom 123 enter \N \N \N +text-90/a5/m0/n0/c0 145 5 \N 0 5 \N \N \N +text-90/a5/m0/n0/c1 145 5 Custom 0 5 \N \N \N +text-90/a5/m0/n0/c2 145 5 \N 123 5 \N \N \N +text-90/a5/m0/n0/c3 145 5 Custom 123 5 \N \N \N +text-90/a5/m0/n1/c0 145 1073741829 \N 0 enter \N \N \N +text-90/a5/m0/n1/c1 145 1073741829 Custom 0 enter \N \N \N +text-90/a5/m0/n1/c2 145 1073741829 \N 123 enter \N \N \N +text-90/a5/m0/n1/c3 145 1073741829 Custom 123 enter \N \N \N +text-90/a5/m1/n0/c0 131217 5 \N 0 5 \N \N \N +text-90/a5/m1/n0/c1 131217 5 Custom 0 5 \N \N \N +text-90/a5/m1/n0/c2 131217 5 \N 123 5 \N \N \N +text-90/a5/m1/n0/c3 131217 5 Custom 123 5 \N \N \N +text-90/a5/m1/n1/c0 131217 1073741829 \N 0 enter \N \N \N +text-90/a5/m1/n1/c1 131217 1073741829 Custom 0 enter \N \N \N +text-90/a5/m1/n1/c2 131217 1073741829 \N 123 enter \N \N \N +text-90/a5/m1/n1/c3 131217 1073741829 Custom 123 enter \N \N \N +text-90/a5/m2/n0/c0 262289 5 \N 0 5 \N \N \N +text-90/a5/m2/n0/c1 262289 5 Custom 0 5 \N \N \N +text-90/a5/m2/n0/c2 262289 5 \N 123 5 \N \N \N +text-90/a5/m2/n0/c3 262289 5 Custom 123 5 \N \N \N +text-90/a5/m2/n1/c0 262289 1073741829 \N 0 enter \N \N \N +text-90/a5/m2/n1/c1 262289 1073741829 Custom 0 enter \N \N \N +text-90/a5/m2/n1/c2 262289 1073741829 \N 123 enter \N \N \N +text-90/a5/m2/n1/c3 262289 1073741829 Custom 123 enter \N \N \N +text-90/a5/m3/n0/c0 393361 5 \N 0 5 \N \N \N +text-90/a5/m3/n0/c1 393361 5 Custom 0 5 \N \N \N +text-90/a5/m3/n0/c2 393361 5 \N 123 5 \N \N \N +text-90/a5/m3/n0/c3 393361 5 Custom 123 5 \N \N \N +text-90/a5/m3/n1/c0 393361 1073741829 \N 0 enter \N \N \N +text-90/a5/m3/n1/c1 393361 1073741829 Custom 0 enter \N \N \N +text-90/a5/m3/n1/c2 393361 1073741829 \N 123 enter \N \N \N +text-90/a5/m3/n1/c3 393361 1073741829 Custom 123 enter \N \N \N +text-90/a6/m0/n0/c0 145 6 \N 0 6 \N \N \N +text-90/a6/m0/n0/c1 145 6 Custom 0 6 \N \N \N +text-90/a6/m0/n0/c2 145 6 \N 123 6 \N \N \N +text-90/a6/m0/n0/c3 145 6 Custom 123 6 \N \N \N +text-90/a6/m0/n1/c0 145 1073741830 \N 0 enter \N \N \N +text-90/a6/m0/n1/c1 145 1073741830 Custom 0 enter \N \N \N +text-90/a6/m0/n1/c2 145 1073741830 \N 123 enter \N \N \N +text-90/a6/m0/n1/c3 145 1073741830 Custom 123 enter \N \N \N +text-90/a6/m1/n0/c0 131217 6 \N 0 6 \N \N \N +text-90/a6/m1/n0/c1 131217 6 Custom 0 6 \N \N \N +text-90/a6/m1/n0/c2 131217 6 \N 123 6 \N \N \N +text-90/a6/m1/n0/c3 131217 6 Custom 123 6 \N \N \N +text-90/a6/m1/n1/c0 131217 1073741830 \N 0 enter \N \N \N +text-90/a6/m1/n1/c1 131217 1073741830 Custom 0 enter \N \N \N +text-90/a6/m1/n1/c2 131217 1073741830 \N 123 enter \N \N \N +text-90/a6/m1/n1/c3 131217 1073741830 Custom 123 enter \N \N \N +text-90/a6/m2/n0/c0 262289 6 \N 0 6 \N \N \N +text-90/a6/m2/n0/c1 262289 6 Custom 0 6 \N \N \N +text-90/a6/m2/n0/c2 262289 6 \N 123 6 \N \N \N +text-90/a6/m2/n0/c3 262289 6 Custom 123 6 \N \N \N +text-90/a6/m2/n1/c0 262289 1073741830 \N 0 enter \N \N \N +text-90/a6/m2/n1/c1 262289 1073741830 Custom 0 enter \N \N \N +text-90/a6/m2/n1/c2 262289 1073741830 \N 123 enter \N \N \N +text-90/a6/m2/n1/c3 262289 1073741830 Custom 123 enter \N \N \N +text-90/a6/m3/n0/c0 393361 6 \N 0 6 \N \N \N +text-90/a6/m3/n0/c1 393361 6 Custom 0 6 \N \N \N +text-90/a6/m3/n0/c2 393361 6 \N 123 6 \N \N \N +text-90/a6/m3/n0/c3 393361 6 Custom 123 6 \N \N \N +text-90/a6/m3/n1/c0 393361 1073741830 \N 0 enter \N \N \N +text-90/a6/m3/n1/c1 393361 1073741830 Custom 0 enter \N \N \N +text-90/a6/m3/n1/c2 393361 1073741830 \N 123 enter \N \N \N +text-90/a6/m3/n1/c3 393361 1073741830 Custom 123 enter \N \N \N +text-90/a7/m0/n0/c0 145 7 \N 0 7 \N \N \N +text-90/a7/m0/n0/c1 145 7 Custom 0 7 \N \N \N +text-90/a7/m0/n0/c2 145 7 \N 123 7 \N \N \N +text-90/a7/m0/n0/c3 145 7 Custom 123 7 \N \N \N +text-90/a7/m0/n1/c0 145 1073741831 \N 0 enter \N \N \N +text-90/a7/m0/n1/c1 145 1073741831 Custom 0 enter \N \N \N +text-90/a7/m0/n1/c2 145 1073741831 \N 123 enter \N \N \N +text-90/a7/m0/n1/c3 145 1073741831 Custom 123 enter \N \N \N +text-90/a7/m1/n0/c0 131217 7 \N 0 7 \N \N \N +text-90/a7/m1/n0/c1 131217 7 Custom 0 7 \N \N \N +text-90/a7/m1/n0/c2 131217 7 \N 123 7 \N \N \N +text-90/a7/m1/n0/c3 131217 7 Custom 123 7 \N \N \N +text-90/a7/m1/n1/c0 131217 1073741831 \N 0 enter \N \N \N +text-90/a7/m1/n1/c1 131217 1073741831 Custom 0 enter \N \N \N +text-90/a7/m1/n1/c2 131217 1073741831 \N 123 enter \N \N \N +text-90/a7/m1/n1/c3 131217 1073741831 Custom 123 enter \N \N \N +text-90/a7/m2/n0/c0 262289 7 \N 0 7 \N \N \N +text-90/a7/m2/n0/c1 262289 7 Custom 0 7 \N \N \N +text-90/a7/m2/n0/c2 262289 7 \N 123 7 \N \N \N +text-90/a7/m2/n0/c3 262289 7 Custom 123 7 \N \N \N +text-90/a7/m2/n1/c0 262289 1073741831 \N 0 enter \N \N \N +text-90/a7/m2/n1/c1 262289 1073741831 Custom 0 enter \N \N \N +text-90/a7/m2/n1/c2 262289 1073741831 \N 123 enter \N \N \N +text-90/a7/m2/n1/c3 262289 1073741831 Custom 123 enter \N \N \N +text-90/a7/m3/n0/c0 393361 7 \N 0 7 \N \N \N +text-90/a7/m3/n0/c1 393361 7 Custom 0 7 \N \N \N +text-90/a7/m3/n0/c2 393361 7 \N 123 7 \N \N \N +text-90/a7/m3/n0/c3 393361 7 Custom 123 7 \N \N \N +text-90/a7/m3/n1/c0 393361 1073741831 \N 0 enter \N \N \N +text-90/a7/m3/n1/c1 393361 1073741831 Custom 0 enter \N \N \N +text-90/a7/m3/n1/c2 393361 1073741831 \N 123 enter \N \N \N +text-90/a7/m3/n1/c3 393361 1073741831 Custom 123 enter \N \N \N +text-a0/a0/m0/n0/c0 161 0 \N 0 enter \N \N \N +text-a0/a0/m0/n0/c1 161 0 Custom 0 enter \N \N \N +text-a0/a0/m0/n0/c2 161 0 \N 123 enter \N \N \N +text-a0/a0/m0/n0/c3 161 0 Custom 123 enter \N \N \N +text-a0/a0/m0/n1/c0 161 1073741824 \N 0 enter \N \N \N +text-a0/a0/m0/n1/c1 161 1073741824 Custom 0 enter \N \N \N +text-a0/a0/m0/n1/c2 161 1073741824 \N 123 enter \N \N \N +text-a0/a0/m0/n1/c3 161 1073741824 Custom 123 enter \N \N \N +text-a0/a0/m1/n0/c0 131233 0 \N 0 enter \N \N \N +text-a0/a0/m1/n0/c1 131233 0 Custom 0 enter \N \N \N +text-a0/a0/m1/n0/c2 131233 0 \N 123 enter \N \N \N +text-a0/a0/m1/n0/c3 131233 0 Custom 123 enter \N \N \N +text-a0/a0/m1/n1/c0 131233 1073741824 \N 0 enter \N \N \N +text-a0/a0/m1/n1/c1 131233 1073741824 Custom 0 enter \N \N \N +text-a0/a0/m1/n1/c2 131233 1073741824 \N 123 enter \N \N \N +text-a0/a0/m1/n1/c3 131233 1073741824 Custom 123 enter \N \N \N +text-a0/a0/m2/n0/c0 262305 0 \N 0 enter \N \N \N +text-a0/a0/m2/n0/c1 262305 0 Custom 0 enter \N \N \N +text-a0/a0/m2/n0/c2 262305 0 \N 123 enter \N \N \N +text-a0/a0/m2/n0/c3 262305 0 Custom 123 enter \N \N \N +text-a0/a0/m2/n1/c0 262305 1073741824 \N 0 enter \N \N \N +text-a0/a0/m2/n1/c1 262305 1073741824 Custom 0 enter \N \N \N +text-a0/a0/m2/n1/c2 262305 1073741824 \N 123 enter \N \N \N +text-a0/a0/m2/n1/c3 262305 1073741824 Custom 123 enter \N \N \N +text-a0/a0/m3/n0/c0 393377 0 \N 0 enter \N \N \N +text-a0/a0/m3/n0/c1 393377 0 Custom 0 enter \N \N \N +text-a0/a0/m3/n0/c2 393377 0 \N 123 enter \N \N \N +text-a0/a0/m3/n0/c3 393377 0 Custom 123 enter \N \N \N +text-a0/a0/m3/n1/c0 393377 1073741824 \N 0 enter \N \N \N +text-a0/a0/m3/n1/c1 393377 1073741824 Custom 0 enter \N \N \N +text-a0/a0/m3/n1/c2 393377 1073741824 \N 123 enter \N \N \N +text-a0/a0/m3/n1/c3 393377 1073741824 Custom 123 enter \N \N \N +text-a0/a1/m0/n0/c0 161 1 \N 0 enter \N \N \N +text-a0/a1/m0/n0/c1 161 1 Custom 0 enter \N \N \N +text-a0/a1/m0/n0/c2 161 1 \N 123 enter \N \N \N +text-a0/a1/m0/n0/c3 161 1 Custom 123 enter \N \N \N +text-a0/a1/m0/n1/c0 161 1073741825 \N 0 enter \N \N \N +text-a0/a1/m0/n1/c1 161 1073741825 Custom 0 enter \N \N \N +text-a0/a1/m0/n1/c2 161 1073741825 \N 123 enter \N \N \N +text-a0/a1/m0/n1/c3 161 1073741825 Custom 123 enter \N \N \N +text-a0/a1/m1/n0/c0 131233 1 \N 0 enter \N \N \N +text-a0/a1/m1/n0/c1 131233 1 Custom 0 enter \N \N \N +text-a0/a1/m1/n0/c2 131233 1 \N 123 enter \N \N \N +text-a0/a1/m1/n0/c3 131233 1 Custom 123 enter \N \N \N +text-a0/a1/m1/n1/c0 131233 1073741825 \N 0 enter \N \N \N +text-a0/a1/m1/n1/c1 131233 1073741825 Custom 0 enter \N \N \N +text-a0/a1/m1/n1/c2 131233 1073741825 \N 123 enter \N \N \N +text-a0/a1/m1/n1/c3 131233 1073741825 Custom 123 enter \N \N \N +text-a0/a1/m2/n0/c0 262305 1 \N 0 enter \N \N \N +text-a0/a1/m2/n0/c1 262305 1 Custom 0 enter \N \N \N +text-a0/a1/m2/n0/c2 262305 1 \N 123 enter \N \N \N +text-a0/a1/m2/n0/c3 262305 1 Custom 123 enter \N \N \N +text-a0/a1/m2/n1/c0 262305 1073741825 \N 0 enter \N \N \N +text-a0/a1/m2/n1/c1 262305 1073741825 Custom 0 enter \N \N \N +text-a0/a1/m2/n1/c2 262305 1073741825 \N 123 enter \N \N \N +text-a0/a1/m2/n1/c3 262305 1073741825 Custom 123 enter \N \N \N +text-a0/a1/m3/n0/c0 393377 1 \N 0 enter \N \N \N +text-a0/a1/m3/n0/c1 393377 1 Custom 0 enter \N \N \N +text-a0/a1/m3/n0/c2 393377 1 \N 123 enter \N \N \N +text-a0/a1/m3/n0/c3 393377 1 Custom 123 enter \N \N \N +text-a0/a1/m3/n1/c0 393377 1073741825 \N 0 enter \N \N \N +text-a0/a1/m3/n1/c1 393377 1073741825 Custom 0 enter \N \N \N +text-a0/a1/m3/n1/c2 393377 1073741825 \N 123 enter \N \N \N +text-a0/a1/m3/n1/c3 393377 1073741825 Custom 123 enter \N \N \N +text-a0/a2/m0/n0/c0 161 2 \N 0 2 \N \N \N +text-a0/a2/m0/n0/c1 161 2 Custom 0 2 \N \N \N +text-a0/a2/m0/n0/c2 161 2 \N 123 2 \N \N \N +text-a0/a2/m0/n0/c3 161 2 Custom 123 2 \N \N \N +text-a0/a2/m0/n1/c0 161 1073741826 \N 0 enter \N \N \N +text-a0/a2/m0/n1/c1 161 1073741826 Custom 0 enter \N \N \N +text-a0/a2/m0/n1/c2 161 1073741826 \N 123 enter \N \N \N +text-a0/a2/m0/n1/c3 161 1073741826 Custom 123 enter \N \N \N +text-a0/a2/m1/n0/c0 131233 2 \N 0 2 \N \N \N +text-a0/a2/m1/n0/c1 131233 2 Custom 0 2 \N \N \N +text-a0/a2/m1/n0/c2 131233 2 \N 123 2 \N \N \N +text-a0/a2/m1/n0/c3 131233 2 Custom 123 2 \N \N \N +text-a0/a2/m1/n1/c0 131233 1073741826 \N 0 enter \N \N \N +text-a0/a2/m1/n1/c1 131233 1073741826 Custom 0 enter \N \N \N +text-a0/a2/m1/n1/c2 131233 1073741826 \N 123 enter \N \N \N +text-a0/a2/m1/n1/c3 131233 1073741826 Custom 123 enter \N \N \N +text-a0/a2/m2/n0/c0 262305 2 \N 0 2 \N \N \N +text-a0/a2/m2/n0/c1 262305 2 Custom 0 2 \N \N \N +text-a0/a2/m2/n0/c2 262305 2 \N 123 2 \N \N \N +text-a0/a2/m2/n0/c3 262305 2 Custom 123 2 \N \N \N +text-a0/a2/m2/n1/c0 262305 1073741826 \N 0 enter \N \N \N +text-a0/a2/m2/n1/c1 262305 1073741826 Custom 0 enter \N \N \N +text-a0/a2/m2/n1/c2 262305 1073741826 \N 123 enter \N \N \N +text-a0/a2/m2/n1/c3 262305 1073741826 Custom 123 enter \N \N \N +text-a0/a2/m3/n0/c0 393377 2 \N 0 2 \N \N \N +text-a0/a2/m3/n0/c1 393377 2 Custom 0 2 \N \N \N +text-a0/a2/m3/n0/c2 393377 2 \N 123 2 \N \N \N +text-a0/a2/m3/n0/c3 393377 2 Custom 123 2 \N \N \N +text-a0/a2/m3/n1/c0 393377 1073741826 \N 0 enter \N \N \N +text-a0/a2/m3/n1/c1 393377 1073741826 Custom 0 enter \N \N \N +text-a0/a2/m3/n1/c2 393377 1073741826 \N 123 enter \N \N \N +text-a0/a2/m3/n1/c3 393377 1073741826 Custom 123 enter \N \N \N +text-a0/a3/m0/n0/c0 161 3 \N 0 3 \N \N \N +text-a0/a3/m0/n0/c1 161 3 Custom 0 3 \N \N \N +text-a0/a3/m0/n0/c2 161 3 \N 123 3 \N \N \N +text-a0/a3/m0/n0/c3 161 3 Custom 123 3 \N \N \N +text-a0/a3/m0/n1/c0 161 1073741827 \N 0 enter \N \N \N +text-a0/a3/m0/n1/c1 161 1073741827 Custom 0 enter \N \N \N +text-a0/a3/m0/n1/c2 161 1073741827 \N 123 enter \N \N \N +text-a0/a3/m0/n1/c3 161 1073741827 Custom 123 enter \N \N \N +text-a0/a3/m1/n0/c0 131233 3 \N 0 3 \N \N \N +text-a0/a3/m1/n0/c1 131233 3 Custom 0 3 \N \N \N +text-a0/a3/m1/n0/c2 131233 3 \N 123 3 \N \N \N +text-a0/a3/m1/n0/c3 131233 3 Custom 123 3 \N \N \N +text-a0/a3/m1/n1/c0 131233 1073741827 \N 0 enter \N \N \N +text-a0/a3/m1/n1/c1 131233 1073741827 Custom 0 enter \N \N \N +text-a0/a3/m1/n1/c2 131233 1073741827 \N 123 enter \N \N \N +text-a0/a3/m1/n1/c3 131233 1073741827 Custom 123 enter \N \N \N +text-a0/a3/m2/n0/c0 262305 3 \N 0 3 \N \N \N +text-a0/a3/m2/n0/c1 262305 3 Custom 0 3 \N \N \N +text-a0/a3/m2/n0/c2 262305 3 \N 123 3 \N \N \N +text-a0/a3/m2/n0/c3 262305 3 Custom 123 3 \N \N \N +text-a0/a3/m2/n1/c0 262305 1073741827 \N 0 enter \N \N \N +text-a0/a3/m2/n1/c1 262305 1073741827 Custom 0 enter \N \N \N +text-a0/a3/m2/n1/c2 262305 1073741827 \N 123 enter \N \N \N +text-a0/a3/m2/n1/c3 262305 1073741827 Custom 123 enter \N \N \N +text-a0/a3/m3/n0/c0 393377 3 \N 0 3 \N \N \N +text-a0/a3/m3/n0/c1 393377 3 Custom 0 3 \N \N \N +text-a0/a3/m3/n0/c2 393377 3 \N 123 3 \N \N \N +text-a0/a3/m3/n0/c3 393377 3 Custom 123 3 \N \N \N +text-a0/a3/m3/n1/c0 393377 1073741827 \N 0 enter \N \N \N +text-a0/a3/m3/n1/c1 393377 1073741827 Custom 0 enter \N \N \N +text-a0/a3/m3/n1/c2 393377 1073741827 \N 123 enter \N \N \N +text-a0/a3/m3/n1/c3 393377 1073741827 Custom 123 enter \N \N \N +text-a0/a4/m0/n0/c0 161 4 \N 0 4 \N \N \N +text-a0/a4/m0/n0/c1 161 4 Custom 0 4 \N \N \N +text-a0/a4/m0/n0/c2 161 4 \N 123 4 \N \N \N +text-a0/a4/m0/n0/c3 161 4 Custom 123 4 \N \N \N +text-a0/a4/m0/n1/c0 161 1073741828 \N 0 enter \N \N \N +text-a0/a4/m0/n1/c1 161 1073741828 Custom 0 enter \N \N \N +text-a0/a4/m0/n1/c2 161 1073741828 \N 123 enter \N \N \N +text-a0/a4/m0/n1/c3 161 1073741828 Custom 123 enter \N \N \N +text-a0/a4/m1/n0/c0 131233 4 \N 0 4 \N \N \N +text-a0/a4/m1/n0/c1 131233 4 Custom 0 4 \N \N \N +text-a0/a4/m1/n0/c2 131233 4 \N 123 4 \N \N \N +text-a0/a4/m1/n0/c3 131233 4 Custom 123 4 \N \N \N +text-a0/a4/m1/n1/c0 131233 1073741828 \N 0 enter \N \N \N +text-a0/a4/m1/n1/c1 131233 1073741828 Custom 0 enter \N \N \N +text-a0/a4/m1/n1/c2 131233 1073741828 \N 123 enter \N \N \N +text-a0/a4/m1/n1/c3 131233 1073741828 Custom 123 enter \N \N \N +text-a0/a4/m2/n0/c0 262305 4 \N 0 4 \N \N \N +text-a0/a4/m2/n0/c1 262305 4 Custom 0 4 \N \N \N +text-a0/a4/m2/n0/c2 262305 4 \N 123 4 \N \N \N +text-a0/a4/m2/n0/c3 262305 4 Custom 123 4 \N \N \N +text-a0/a4/m2/n1/c0 262305 1073741828 \N 0 enter \N \N \N +text-a0/a4/m2/n1/c1 262305 1073741828 Custom 0 enter \N \N \N +text-a0/a4/m2/n1/c2 262305 1073741828 \N 123 enter \N \N \N +text-a0/a4/m2/n1/c3 262305 1073741828 Custom 123 enter \N \N \N +text-a0/a4/m3/n0/c0 393377 4 \N 0 4 \N \N \N +text-a0/a4/m3/n0/c1 393377 4 Custom 0 4 \N \N \N +text-a0/a4/m3/n0/c2 393377 4 \N 123 4 \N \N \N +text-a0/a4/m3/n0/c3 393377 4 Custom 123 4 \N \N \N +text-a0/a4/m3/n1/c0 393377 1073741828 \N 0 enter \N \N \N +text-a0/a4/m3/n1/c1 393377 1073741828 Custom 0 enter \N \N \N +text-a0/a4/m3/n1/c2 393377 1073741828 \N 123 enter \N \N \N +text-a0/a4/m3/n1/c3 393377 1073741828 Custom 123 enter \N \N \N +text-a0/a5/m0/n0/c0 161 5 \N 0 5 \N \N \N +text-a0/a5/m0/n0/c1 161 5 Custom 0 5 \N \N \N +text-a0/a5/m0/n0/c2 161 5 \N 123 5 \N \N \N +text-a0/a5/m0/n0/c3 161 5 Custom 123 5 \N \N \N +text-a0/a5/m0/n1/c0 161 1073741829 \N 0 enter \N \N \N +text-a0/a5/m0/n1/c1 161 1073741829 Custom 0 enter \N \N \N +text-a0/a5/m0/n1/c2 161 1073741829 \N 123 enter \N \N \N +text-a0/a5/m0/n1/c3 161 1073741829 Custom 123 enter \N \N \N +text-a0/a5/m1/n0/c0 131233 5 \N 0 5 \N \N \N +text-a0/a5/m1/n0/c1 131233 5 Custom 0 5 \N \N \N +text-a0/a5/m1/n0/c2 131233 5 \N 123 5 \N \N \N +text-a0/a5/m1/n0/c3 131233 5 Custom 123 5 \N \N \N +text-a0/a5/m1/n1/c0 131233 1073741829 \N 0 enter \N \N \N +text-a0/a5/m1/n1/c1 131233 1073741829 Custom 0 enter \N \N \N +text-a0/a5/m1/n1/c2 131233 1073741829 \N 123 enter \N \N \N +text-a0/a5/m1/n1/c3 131233 1073741829 Custom 123 enter \N \N \N +text-a0/a5/m2/n0/c0 262305 5 \N 0 5 \N \N \N +text-a0/a5/m2/n0/c1 262305 5 Custom 0 5 \N \N \N +text-a0/a5/m2/n0/c2 262305 5 \N 123 5 \N \N \N +text-a0/a5/m2/n0/c3 262305 5 Custom 123 5 \N \N \N +text-a0/a5/m2/n1/c0 262305 1073741829 \N 0 enter \N \N \N +text-a0/a5/m2/n1/c1 262305 1073741829 Custom 0 enter \N \N \N +text-a0/a5/m2/n1/c2 262305 1073741829 \N 123 enter \N \N \N +text-a0/a5/m2/n1/c3 262305 1073741829 Custom 123 enter \N \N \N +text-a0/a5/m3/n0/c0 393377 5 \N 0 5 \N \N \N +text-a0/a5/m3/n0/c1 393377 5 Custom 0 5 \N \N \N +text-a0/a5/m3/n0/c2 393377 5 \N 123 5 \N \N \N +text-a0/a5/m3/n0/c3 393377 5 Custom 123 5 \N \N \N +text-a0/a5/m3/n1/c0 393377 1073741829 \N 0 enter \N \N \N +text-a0/a5/m3/n1/c1 393377 1073741829 Custom 0 enter \N \N \N +text-a0/a5/m3/n1/c2 393377 1073741829 \N 123 enter \N \N \N +text-a0/a5/m3/n1/c3 393377 1073741829 Custom 123 enter \N \N \N +text-a0/a6/m0/n0/c0 161 6 \N 0 6 \N \N \N +text-a0/a6/m0/n0/c1 161 6 Custom 0 6 \N \N \N +text-a0/a6/m0/n0/c2 161 6 \N 123 6 \N \N \N +text-a0/a6/m0/n0/c3 161 6 Custom 123 6 \N \N \N +text-a0/a6/m0/n1/c0 161 1073741830 \N 0 enter \N \N \N +text-a0/a6/m0/n1/c1 161 1073741830 Custom 0 enter \N \N \N +text-a0/a6/m0/n1/c2 161 1073741830 \N 123 enter \N \N \N +text-a0/a6/m0/n1/c3 161 1073741830 Custom 123 enter \N \N \N +text-a0/a6/m1/n0/c0 131233 6 \N 0 6 \N \N \N +text-a0/a6/m1/n0/c1 131233 6 Custom 0 6 \N \N \N +text-a0/a6/m1/n0/c2 131233 6 \N 123 6 \N \N \N +text-a0/a6/m1/n0/c3 131233 6 Custom 123 6 \N \N \N +text-a0/a6/m1/n1/c0 131233 1073741830 \N 0 enter \N \N \N +text-a0/a6/m1/n1/c1 131233 1073741830 Custom 0 enter \N \N \N +text-a0/a6/m1/n1/c2 131233 1073741830 \N 123 enter \N \N \N +text-a0/a6/m1/n1/c3 131233 1073741830 Custom 123 enter \N \N \N +text-a0/a6/m2/n0/c0 262305 6 \N 0 6 \N \N \N +text-a0/a6/m2/n0/c1 262305 6 Custom 0 6 \N \N \N +text-a0/a6/m2/n0/c2 262305 6 \N 123 6 \N \N \N +text-a0/a6/m2/n0/c3 262305 6 Custom 123 6 \N \N \N +text-a0/a6/m2/n1/c0 262305 1073741830 \N 0 enter \N \N \N +text-a0/a6/m2/n1/c1 262305 1073741830 Custom 0 enter \N \N \N +text-a0/a6/m2/n1/c2 262305 1073741830 \N 123 enter \N \N \N +text-a0/a6/m2/n1/c3 262305 1073741830 Custom 123 enter \N \N \N +text-a0/a6/m3/n0/c0 393377 6 \N 0 6 \N \N \N +text-a0/a6/m3/n0/c1 393377 6 Custom 0 6 \N \N \N +text-a0/a6/m3/n0/c2 393377 6 \N 123 6 \N \N \N +text-a0/a6/m3/n0/c3 393377 6 Custom 123 6 \N \N \N +text-a0/a6/m3/n1/c0 393377 1073741830 \N 0 enter \N \N \N +text-a0/a6/m3/n1/c1 393377 1073741830 Custom 0 enter \N \N \N +text-a0/a6/m3/n1/c2 393377 1073741830 \N 123 enter \N \N \N +text-a0/a6/m3/n1/c3 393377 1073741830 Custom 123 enter \N \N \N +text-a0/a7/m0/n0/c0 161 7 \N 0 7 \N \N \N +text-a0/a7/m0/n0/c1 161 7 Custom 0 7 \N \N \N +text-a0/a7/m0/n0/c2 161 7 \N 123 7 \N \N \N +text-a0/a7/m0/n0/c3 161 7 Custom 123 7 \N \N \N +text-a0/a7/m0/n1/c0 161 1073741831 \N 0 enter \N \N \N +text-a0/a7/m0/n1/c1 161 1073741831 Custom 0 enter \N \N \N +text-a0/a7/m0/n1/c2 161 1073741831 \N 123 enter \N \N \N +text-a0/a7/m0/n1/c3 161 1073741831 Custom 123 enter \N \N \N +text-a0/a7/m1/n0/c0 131233 7 \N 0 7 \N \N \N +text-a0/a7/m1/n0/c1 131233 7 Custom 0 7 \N \N \N +text-a0/a7/m1/n0/c2 131233 7 \N 123 7 \N \N \N +text-a0/a7/m1/n0/c3 131233 7 Custom 123 7 \N \N \N +text-a0/a7/m1/n1/c0 131233 1073741831 \N 0 enter \N \N \N +text-a0/a7/m1/n1/c1 131233 1073741831 Custom 0 enter \N \N \N +text-a0/a7/m1/n1/c2 131233 1073741831 \N 123 enter \N \N \N +text-a0/a7/m1/n1/c3 131233 1073741831 Custom 123 enter \N \N \N +text-a0/a7/m2/n0/c0 262305 7 \N 0 7 \N \N \N +text-a0/a7/m2/n0/c1 262305 7 Custom 0 7 \N \N \N +text-a0/a7/m2/n0/c2 262305 7 \N 123 7 \N \N \N +text-a0/a7/m2/n0/c3 262305 7 Custom 123 7 \N \N \N +text-a0/a7/m2/n1/c0 262305 1073741831 \N 0 enter \N \N \N +text-a0/a7/m2/n1/c1 262305 1073741831 Custom 0 enter \N \N \N +text-a0/a7/m2/n1/c2 262305 1073741831 \N 123 enter \N \N \N +text-a0/a7/m2/n1/c3 262305 1073741831 Custom 123 enter \N \N \N +text-a0/a7/m3/n0/c0 393377 7 \N 0 7 \N \N \N +text-a0/a7/m3/n0/c1 393377 7 Custom 0 7 \N \N \N +text-a0/a7/m3/n0/c2 393377 7 \N 123 7 \N \N \N +text-a0/a7/m3/n0/c3 393377 7 Custom 123 7 \N \N \N +text-a0/a7/m3/n1/c0 393377 1073741831 \N 0 enter \N \N \N +text-a0/a7/m3/n1/c1 393377 1073741831 Custom 0 enter \N \N \N +text-a0/a7/m3/n1/c2 393377 1073741831 \N 123 enter \N \N \N +text-a0/a7/m3/n1/c3 393377 1073741831 Custom 123 enter \N \N \N +text-b0/a0/m0/n0/c0 177 0 \N 0 enter \N \N \N +text-b0/a0/m0/n0/c1 177 0 Custom 0 enter \N \N \N +text-b0/a0/m0/n0/c2 177 0 \N 123 enter \N \N \N +text-b0/a0/m0/n0/c3 177 0 Custom 123 enter \N \N \N +text-b0/a0/m0/n1/c0 177 1073741824 \N 0 enter \N \N \N +text-b0/a0/m0/n1/c1 177 1073741824 Custom 0 enter \N \N \N +text-b0/a0/m0/n1/c2 177 1073741824 \N 123 enter \N \N \N +text-b0/a0/m0/n1/c3 177 1073741824 Custom 123 enter \N \N \N +text-b0/a0/m1/n0/c0 131249 0 \N 0 enter \N \N \N +text-b0/a0/m1/n0/c1 131249 0 Custom 0 enter \N \N \N +text-b0/a0/m1/n0/c2 131249 0 \N 123 enter \N \N \N +text-b0/a0/m1/n0/c3 131249 0 Custom 123 enter \N \N \N +text-b0/a0/m1/n1/c0 131249 1073741824 \N 0 enter \N \N \N +text-b0/a0/m1/n1/c1 131249 1073741824 Custom 0 enter \N \N \N +text-b0/a0/m1/n1/c2 131249 1073741824 \N 123 enter \N \N \N +text-b0/a0/m1/n1/c3 131249 1073741824 Custom 123 enter \N \N \N +text-b0/a0/m2/n0/c0 262321 0 \N 0 enter \N \N \N +text-b0/a0/m2/n0/c1 262321 0 Custom 0 enter \N \N \N +text-b0/a0/m2/n0/c2 262321 0 \N 123 enter \N \N \N +text-b0/a0/m2/n0/c3 262321 0 Custom 123 enter \N \N \N +text-b0/a0/m2/n1/c0 262321 1073741824 \N 0 enter \N \N \N +text-b0/a0/m2/n1/c1 262321 1073741824 Custom 0 enter \N \N \N +text-b0/a0/m2/n1/c2 262321 1073741824 \N 123 enter \N \N \N +text-b0/a0/m2/n1/c3 262321 1073741824 Custom 123 enter \N \N \N +text-b0/a0/m3/n0/c0 393393 0 \N 0 enter \N \N \N +text-b0/a0/m3/n0/c1 393393 0 Custom 0 enter \N \N \N +text-b0/a0/m3/n0/c2 393393 0 \N 123 enter \N \N \N +text-b0/a0/m3/n0/c3 393393 0 Custom 123 enter \N \N \N +text-b0/a0/m3/n1/c0 393393 1073741824 \N 0 enter \N \N \N +text-b0/a0/m3/n1/c1 393393 1073741824 Custom 0 enter \N \N \N +text-b0/a0/m3/n1/c2 393393 1073741824 \N 123 enter \N \N \N +text-b0/a0/m3/n1/c3 393393 1073741824 Custom 123 enter \N \N \N +text-b0/a1/m0/n0/c0 177 1 \N 0 enter \N \N \N +text-b0/a1/m0/n0/c1 177 1 Custom 0 enter \N \N \N +text-b0/a1/m0/n0/c2 177 1 \N 123 enter \N \N \N +text-b0/a1/m0/n0/c3 177 1 Custom 123 enter \N \N \N +text-b0/a1/m0/n1/c0 177 1073741825 \N 0 enter \N \N \N +text-b0/a1/m0/n1/c1 177 1073741825 Custom 0 enter \N \N \N +text-b0/a1/m0/n1/c2 177 1073741825 \N 123 enter \N \N \N +text-b0/a1/m0/n1/c3 177 1073741825 Custom 123 enter \N \N \N +text-b0/a1/m1/n0/c0 131249 1 \N 0 enter \N \N \N +text-b0/a1/m1/n0/c1 131249 1 Custom 0 enter \N \N \N +text-b0/a1/m1/n0/c2 131249 1 \N 123 enter \N \N \N +text-b0/a1/m1/n0/c3 131249 1 Custom 123 enter \N \N \N +text-b0/a1/m1/n1/c0 131249 1073741825 \N 0 enter \N \N \N +text-b0/a1/m1/n1/c1 131249 1073741825 Custom 0 enter \N \N \N +text-b0/a1/m1/n1/c2 131249 1073741825 \N 123 enter \N \N \N +text-b0/a1/m1/n1/c3 131249 1073741825 Custom 123 enter \N \N \N +text-b0/a1/m2/n0/c0 262321 1 \N 0 enter \N \N \N +text-b0/a1/m2/n0/c1 262321 1 Custom 0 enter \N \N \N +text-b0/a1/m2/n0/c2 262321 1 \N 123 enter \N \N \N +text-b0/a1/m2/n0/c3 262321 1 Custom 123 enter \N \N \N +text-b0/a1/m2/n1/c0 262321 1073741825 \N 0 enter \N \N \N +text-b0/a1/m2/n1/c1 262321 1073741825 Custom 0 enter \N \N \N +text-b0/a1/m2/n1/c2 262321 1073741825 \N 123 enter \N \N \N +text-b0/a1/m2/n1/c3 262321 1073741825 Custom 123 enter \N \N \N +text-b0/a1/m3/n0/c0 393393 1 \N 0 enter \N \N \N +text-b0/a1/m3/n0/c1 393393 1 Custom 0 enter \N \N \N +text-b0/a1/m3/n0/c2 393393 1 \N 123 enter \N \N \N +text-b0/a1/m3/n0/c3 393393 1 Custom 123 enter \N \N \N +text-b0/a1/m3/n1/c0 393393 1073741825 \N 0 enter \N \N \N +text-b0/a1/m3/n1/c1 393393 1073741825 Custom 0 enter \N \N \N +text-b0/a1/m3/n1/c2 393393 1073741825 \N 123 enter \N \N \N +text-b0/a1/m3/n1/c3 393393 1073741825 Custom 123 enter \N \N \N +text-b0/a2/m0/n0/c0 177 2 \N 0 2 \N \N \N +text-b0/a2/m0/n0/c1 177 2 Custom 0 2 \N \N \N +text-b0/a2/m0/n0/c2 177 2 \N 123 2 \N \N \N +text-b0/a2/m0/n0/c3 177 2 Custom 123 2 \N \N \N +text-b0/a2/m0/n1/c0 177 1073741826 \N 0 enter \N \N \N +text-b0/a2/m0/n1/c1 177 1073741826 Custom 0 enter \N \N \N +text-b0/a2/m0/n1/c2 177 1073741826 \N 123 enter \N \N \N +text-b0/a2/m0/n1/c3 177 1073741826 Custom 123 enter \N \N \N +text-b0/a2/m1/n0/c0 131249 2 \N 0 2 \N \N \N +text-b0/a2/m1/n0/c1 131249 2 Custom 0 2 \N \N \N +text-b0/a2/m1/n0/c2 131249 2 \N 123 2 \N \N \N +text-b0/a2/m1/n0/c3 131249 2 Custom 123 2 \N \N \N +text-b0/a2/m1/n1/c0 131249 1073741826 \N 0 enter \N \N \N +text-b0/a2/m1/n1/c1 131249 1073741826 Custom 0 enter \N \N \N +text-b0/a2/m1/n1/c2 131249 1073741826 \N 123 enter \N \N \N +text-b0/a2/m1/n1/c3 131249 1073741826 Custom 123 enter \N \N \N +text-b0/a2/m2/n0/c0 262321 2 \N 0 2 \N \N \N +text-b0/a2/m2/n0/c1 262321 2 Custom 0 2 \N \N \N +text-b0/a2/m2/n0/c2 262321 2 \N 123 2 \N \N \N +text-b0/a2/m2/n0/c3 262321 2 Custom 123 2 \N \N \N +text-b0/a2/m2/n1/c0 262321 1073741826 \N 0 enter \N \N \N +text-b0/a2/m2/n1/c1 262321 1073741826 Custom 0 enter \N \N \N +text-b0/a2/m2/n1/c2 262321 1073741826 \N 123 enter \N \N \N +text-b0/a2/m2/n1/c3 262321 1073741826 Custom 123 enter \N \N \N +text-b0/a2/m3/n0/c0 393393 2 \N 0 2 \N \N \N +text-b0/a2/m3/n0/c1 393393 2 Custom 0 2 \N \N \N +text-b0/a2/m3/n0/c2 393393 2 \N 123 2 \N \N \N +text-b0/a2/m3/n0/c3 393393 2 Custom 123 2 \N \N \N +text-b0/a2/m3/n1/c0 393393 1073741826 \N 0 enter \N \N \N +text-b0/a2/m3/n1/c1 393393 1073741826 Custom 0 enter \N \N \N +text-b0/a2/m3/n1/c2 393393 1073741826 \N 123 enter \N \N \N +text-b0/a2/m3/n1/c3 393393 1073741826 Custom 123 enter \N \N \N +text-b0/a3/m0/n0/c0 177 3 \N 0 3 \N \N \N +text-b0/a3/m0/n0/c1 177 3 Custom 0 3 \N \N \N +text-b0/a3/m0/n0/c2 177 3 \N 123 3 \N \N \N +text-b0/a3/m0/n0/c3 177 3 Custom 123 3 \N \N \N +text-b0/a3/m0/n1/c0 177 1073741827 \N 0 enter \N \N \N +text-b0/a3/m0/n1/c1 177 1073741827 Custom 0 enter \N \N \N +text-b0/a3/m0/n1/c2 177 1073741827 \N 123 enter \N \N \N +text-b0/a3/m0/n1/c3 177 1073741827 Custom 123 enter \N \N \N +text-b0/a3/m1/n0/c0 131249 3 \N 0 3 \N \N \N +text-b0/a3/m1/n0/c1 131249 3 Custom 0 3 \N \N \N +text-b0/a3/m1/n0/c2 131249 3 \N 123 3 \N \N \N +text-b0/a3/m1/n0/c3 131249 3 Custom 123 3 \N \N \N +text-b0/a3/m1/n1/c0 131249 1073741827 \N 0 enter \N \N \N +text-b0/a3/m1/n1/c1 131249 1073741827 Custom 0 enter \N \N \N +text-b0/a3/m1/n1/c2 131249 1073741827 \N 123 enter \N \N \N +text-b0/a3/m1/n1/c3 131249 1073741827 Custom 123 enter \N \N \N +text-b0/a3/m2/n0/c0 262321 3 \N 0 3 \N \N \N +text-b0/a3/m2/n0/c1 262321 3 Custom 0 3 \N \N \N +text-b0/a3/m2/n0/c2 262321 3 \N 123 3 \N \N \N +text-b0/a3/m2/n0/c3 262321 3 Custom 123 3 \N \N \N +text-b0/a3/m2/n1/c0 262321 1073741827 \N 0 enter \N \N \N +text-b0/a3/m2/n1/c1 262321 1073741827 Custom 0 enter \N \N \N +text-b0/a3/m2/n1/c2 262321 1073741827 \N 123 enter \N \N \N +text-b0/a3/m2/n1/c3 262321 1073741827 Custom 123 enter \N \N \N +text-b0/a3/m3/n0/c0 393393 3 \N 0 3 \N \N \N +text-b0/a3/m3/n0/c1 393393 3 Custom 0 3 \N \N \N +text-b0/a3/m3/n0/c2 393393 3 \N 123 3 \N \N \N +text-b0/a3/m3/n0/c3 393393 3 Custom 123 3 \N \N \N +text-b0/a3/m3/n1/c0 393393 1073741827 \N 0 enter \N \N \N +text-b0/a3/m3/n1/c1 393393 1073741827 Custom 0 enter \N \N \N +text-b0/a3/m3/n1/c2 393393 1073741827 \N 123 enter \N \N \N +text-b0/a3/m3/n1/c3 393393 1073741827 Custom 123 enter \N \N \N +text-b0/a4/m0/n0/c0 177 4 \N 0 4 \N \N \N +text-b0/a4/m0/n0/c1 177 4 Custom 0 4 \N \N \N +text-b0/a4/m0/n0/c2 177 4 \N 123 4 \N \N \N +text-b0/a4/m0/n0/c3 177 4 Custom 123 4 \N \N \N +text-b0/a4/m0/n1/c0 177 1073741828 \N 0 enter \N \N \N +text-b0/a4/m0/n1/c1 177 1073741828 Custom 0 enter \N \N \N +text-b0/a4/m0/n1/c2 177 1073741828 \N 123 enter \N \N \N +text-b0/a4/m0/n1/c3 177 1073741828 Custom 123 enter \N \N \N +text-b0/a4/m1/n0/c0 131249 4 \N 0 4 \N \N \N +text-b0/a4/m1/n0/c1 131249 4 Custom 0 4 \N \N \N +text-b0/a4/m1/n0/c2 131249 4 \N 123 4 \N \N \N +text-b0/a4/m1/n0/c3 131249 4 Custom 123 4 \N \N \N +text-b0/a4/m1/n1/c0 131249 1073741828 \N 0 enter \N \N \N +text-b0/a4/m1/n1/c1 131249 1073741828 Custom 0 enter \N \N \N +text-b0/a4/m1/n1/c2 131249 1073741828 \N 123 enter \N \N \N +text-b0/a4/m1/n1/c3 131249 1073741828 Custom 123 enter \N \N \N +text-b0/a4/m2/n0/c0 262321 4 \N 0 4 \N \N \N +text-b0/a4/m2/n0/c1 262321 4 Custom 0 4 \N \N \N +text-b0/a4/m2/n0/c2 262321 4 \N 123 4 \N \N \N +text-b0/a4/m2/n0/c3 262321 4 Custom 123 4 \N \N \N +text-b0/a4/m2/n1/c0 262321 1073741828 \N 0 enter \N \N \N +text-b0/a4/m2/n1/c1 262321 1073741828 Custom 0 enter \N \N \N +text-b0/a4/m2/n1/c2 262321 1073741828 \N 123 enter \N \N \N +text-b0/a4/m2/n1/c3 262321 1073741828 Custom 123 enter \N \N \N +text-b0/a4/m3/n0/c0 393393 4 \N 0 4 \N \N \N +text-b0/a4/m3/n0/c1 393393 4 Custom 0 4 \N \N \N +text-b0/a4/m3/n0/c2 393393 4 \N 123 4 \N \N \N +text-b0/a4/m3/n0/c3 393393 4 Custom 123 4 \N \N \N +text-b0/a4/m3/n1/c0 393393 1073741828 \N 0 enter \N \N \N +text-b0/a4/m3/n1/c1 393393 1073741828 Custom 0 enter \N \N \N +text-b0/a4/m3/n1/c2 393393 1073741828 \N 123 enter \N \N \N +text-b0/a4/m3/n1/c3 393393 1073741828 Custom 123 enter \N \N \N +text-b0/a5/m0/n0/c0 177 5 \N 0 5 \N \N \N +text-b0/a5/m0/n0/c1 177 5 Custom 0 5 \N \N \N +text-b0/a5/m0/n0/c2 177 5 \N 123 5 \N \N \N +text-b0/a5/m0/n0/c3 177 5 Custom 123 5 \N \N \N +text-b0/a5/m0/n1/c0 177 1073741829 \N 0 enter \N \N \N +text-b0/a5/m0/n1/c1 177 1073741829 Custom 0 enter \N \N \N +text-b0/a5/m0/n1/c2 177 1073741829 \N 123 enter \N \N \N +text-b0/a5/m0/n1/c3 177 1073741829 Custom 123 enter \N \N \N +text-b0/a5/m1/n0/c0 131249 5 \N 0 5 \N \N \N +text-b0/a5/m1/n0/c1 131249 5 Custom 0 5 \N \N \N +text-b0/a5/m1/n0/c2 131249 5 \N 123 5 \N \N \N +text-b0/a5/m1/n0/c3 131249 5 Custom 123 5 \N \N \N +text-b0/a5/m1/n1/c0 131249 1073741829 \N 0 enter \N \N \N +text-b0/a5/m1/n1/c1 131249 1073741829 Custom 0 enter \N \N \N +text-b0/a5/m1/n1/c2 131249 1073741829 \N 123 enter \N \N \N +text-b0/a5/m1/n1/c3 131249 1073741829 Custom 123 enter \N \N \N +text-b0/a5/m2/n0/c0 262321 5 \N 0 5 \N \N \N +text-b0/a5/m2/n0/c1 262321 5 Custom 0 5 \N \N \N +text-b0/a5/m2/n0/c2 262321 5 \N 123 5 \N \N \N +text-b0/a5/m2/n0/c3 262321 5 Custom 123 5 \N \N \N +text-b0/a5/m2/n1/c0 262321 1073741829 \N 0 enter \N \N \N +text-b0/a5/m2/n1/c1 262321 1073741829 Custom 0 enter \N \N \N +text-b0/a5/m2/n1/c2 262321 1073741829 \N 123 enter \N \N \N +text-b0/a5/m2/n1/c3 262321 1073741829 Custom 123 enter \N \N \N +text-b0/a5/m3/n0/c0 393393 5 \N 0 5 \N \N \N +text-b0/a5/m3/n0/c1 393393 5 Custom 0 5 \N \N \N +text-b0/a5/m3/n0/c2 393393 5 \N 123 5 \N \N \N +text-b0/a5/m3/n0/c3 393393 5 Custom 123 5 \N \N \N +text-b0/a5/m3/n1/c0 393393 1073741829 \N 0 enter \N \N \N +text-b0/a5/m3/n1/c1 393393 1073741829 Custom 0 enter \N \N \N +text-b0/a5/m3/n1/c2 393393 1073741829 \N 123 enter \N \N \N +text-b0/a5/m3/n1/c3 393393 1073741829 Custom 123 enter \N \N \N +text-b0/a6/m0/n0/c0 177 6 \N 0 6 \N \N \N +text-b0/a6/m0/n0/c1 177 6 Custom 0 6 \N \N \N +text-b0/a6/m0/n0/c2 177 6 \N 123 6 \N \N \N +text-b0/a6/m0/n0/c3 177 6 Custom 123 6 \N \N \N +text-b0/a6/m0/n1/c0 177 1073741830 \N 0 enter \N \N \N +text-b0/a6/m0/n1/c1 177 1073741830 Custom 0 enter \N \N \N +text-b0/a6/m0/n1/c2 177 1073741830 \N 123 enter \N \N \N +text-b0/a6/m0/n1/c3 177 1073741830 Custom 123 enter \N \N \N +text-b0/a6/m1/n0/c0 131249 6 \N 0 6 \N \N \N +text-b0/a6/m1/n0/c1 131249 6 Custom 0 6 \N \N \N +text-b0/a6/m1/n0/c2 131249 6 \N 123 6 \N \N \N +text-b0/a6/m1/n0/c3 131249 6 Custom 123 6 \N \N \N +text-b0/a6/m1/n1/c0 131249 1073741830 \N 0 enter \N \N \N +text-b0/a6/m1/n1/c1 131249 1073741830 Custom 0 enter \N \N \N +text-b0/a6/m1/n1/c2 131249 1073741830 \N 123 enter \N \N \N +text-b0/a6/m1/n1/c3 131249 1073741830 Custom 123 enter \N \N \N +text-b0/a6/m2/n0/c0 262321 6 \N 0 6 \N \N \N +text-b0/a6/m2/n0/c1 262321 6 Custom 0 6 \N \N \N +text-b0/a6/m2/n0/c2 262321 6 \N 123 6 \N \N \N +text-b0/a6/m2/n0/c3 262321 6 Custom 123 6 \N \N \N +text-b0/a6/m2/n1/c0 262321 1073741830 \N 0 enter \N \N \N +text-b0/a6/m2/n1/c1 262321 1073741830 Custom 0 enter \N \N \N +text-b0/a6/m2/n1/c2 262321 1073741830 \N 123 enter \N \N \N +text-b0/a6/m2/n1/c3 262321 1073741830 Custom 123 enter \N \N \N +text-b0/a6/m3/n0/c0 393393 6 \N 0 6 \N \N \N +text-b0/a6/m3/n0/c1 393393 6 Custom 0 6 \N \N \N +text-b0/a6/m3/n0/c2 393393 6 \N 123 6 \N \N \N +text-b0/a6/m3/n0/c3 393393 6 Custom 123 6 \N \N \N +text-b0/a6/m3/n1/c0 393393 1073741830 \N 0 enter \N \N \N +text-b0/a6/m3/n1/c1 393393 1073741830 Custom 0 enter \N \N \N +text-b0/a6/m3/n1/c2 393393 1073741830 \N 123 enter \N \N \N +text-b0/a6/m3/n1/c3 393393 1073741830 Custom 123 enter \N \N \N +text-b0/a7/m0/n0/c0 177 7 \N 0 7 \N \N \N +text-b0/a7/m0/n0/c1 177 7 Custom 0 7 \N \N \N +text-b0/a7/m0/n0/c2 177 7 \N 123 7 \N \N \N +text-b0/a7/m0/n0/c3 177 7 Custom 123 7 \N \N \N +text-b0/a7/m0/n1/c0 177 1073741831 \N 0 enter \N \N \N +text-b0/a7/m0/n1/c1 177 1073741831 Custom 0 enter \N \N \N +text-b0/a7/m0/n1/c2 177 1073741831 \N 123 enter \N \N \N +text-b0/a7/m0/n1/c3 177 1073741831 Custom 123 enter \N \N \N +text-b0/a7/m1/n0/c0 131249 7 \N 0 7 \N \N \N +text-b0/a7/m1/n0/c1 131249 7 Custom 0 7 \N \N \N +text-b0/a7/m1/n0/c2 131249 7 \N 123 7 \N \N \N +text-b0/a7/m1/n0/c3 131249 7 Custom 123 7 \N \N \N +text-b0/a7/m1/n1/c0 131249 1073741831 \N 0 enter \N \N \N +text-b0/a7/m1/n1/c1 131249 1073741831 Custom 0 enter \N \N \N +text-b0/a7/m1/n1/c2 131249 1073741831 \N 123 enter \N \N \N +text-b0/a7/m1/n1/c3 131249 1073741831 Custom 123 enter \N \N \N +text-b0/a7/m2/n0/c0 262321 7 \N 0 7 \N \N \N +text-b0/a7/m2/n0/c1 262321 7 Custom 0 7 \N \N \N +text-b0/a7/m2/n0/c2 262321 7 \N 123 7 \N \N \N +text-b0/a7/m2/n0/c3 262321 7 Custom 123 7 \N \N \N +text-b0/a7/m2/n1/c0 262321 1073741831 \N 0 enter \N \N \N +text-b0/a7/m2/n1/c1 262321 1073741831 Custom 0 enter \N \N \N +text-b0/a7/m2/n1/c2 262321 1073741831 \N 123 enter \N \N \N +text-b0/a7/m2/n1/c3 262321 1073741831 Custom 123 enter \N \N \N +text-b0/a7/m3/n0/c0 393393 7 \N 0 7 \N \N \N +text-b0/a7/m3/n0/c1 393393 7 Custom 0 7 \N \N \N +text-b0/a7/m3/n0/c2 393393 7 \N 123 7 \N \N \N +text-b0/a7/m3/n0/c3 393393 7 Custom 123 7 \N \N \N +text-b0/a7/m3/n1/c0 393393 1073741831 \N 0 enter \N \N \N +text-b0/a7/m3/n1/c1 393393 1073741831 Custom 0 enter \N \N \N +text-b0/a7/m3/n1/c2 393393 1073741831 \N 123 enter \N \N \N +text-b0/a7/m3/n1/c3 393393 1073741831 Custom 123 enter \N \N \N +text-c0/a0/m0/n0/c0 193 0 \N 0 enter \N \N \N +text-c0/a0/m0/n0/c1 193 0 Custom 0 enter \N \N \N +text-c0/a0/m0/n0/c2 193 0 \N 123 enter \N \N \N +text-c0/a0/m0/n0/c3 193 0 Custom 123 enter \N \N \N +text-c0/a0/m0/n1/c0 193 1073741824 \N 0 enter \N \N \N +text-c0/a0/m0/n1/c1 193 1073741824 Custom 0 enter \N \N \N +text-c0/a0/m0/n1/c2 193 1073741824 \N 123 enter \N \N \N +text-c0/a0/m0/n1/c3 193 1073741824 Custom 123 enter \N \N \N +text-c0/a0/m1/n0/c0 131265 0 \N 0 enter \N \N \N +text-c0/a0/m1/n0/c1 131265 0 Custom 0 enter \N \N \N +text-c0/a0/m1/n0/c2 131265 0 \N 123 enter \N \N \N +text-c0/a0/m1/n0/c3 131265 0 Custom 123 enter \N \N \N +text-c0/a0/m1/n1/c0 131265 1073741824 \N 0 enter \N \N \N +text-c0/a0/m1/n1/c1 131265 1073741824 Custom 0 enter \N \N \N +text-c0/a0/m1/n1/c2 131265 1073741824 \N 123 enter \N \N \N +text-c0/a0/m1/n1/c3 131265 1073741824 Custom 123 enter \N \N \N +text-c0/a0/m2/n0/c0 262337 0 \N 0 enter \N \N \N +text-c0/a0/m2/n0/c1 262337 0 Custom 0 enter \N \N \N +text-c0/a0/m2/n0/c2 262337 0 \N 123 enter \N \N \N +text-c0/a0/m2/n0/c3 262337 0 Custom 123 enter \N \N \N +text-c0/a0/m2/n1/c0 262337 1073741824 \N 0 enter \N \N \N +text-c0/a0/m2/n1/c1 262337 1073741824 Custom 0 enter \N \N \N +text-c0/a0/m2/n1/c2 262337 1073741824 \N 123 enter \N \N \N +text-c0/a0/m2/n1/c3 262337 1073741824 Custom 123 enter \N \N \N +text-c0/a0/m3/n0/c0 393409 0 \N 0 enter \N \N \N +text-c0/a0/m3/n0/c1 393409 0 Custom 0 enter \N \N \N +text-c0/a0/m3/n0/c2 393409 0 \N 123 enter \N \N \N +text-c0/a0/m3/n0/c3 393409 0 Custom 123 enter \N \N \N +text-c0/a0/m3/n1/c0 393409 1073741824 \N 0 enter \N \N \N +text-c0/a0/m3/n1/c1 393409 1073741824 Custom 0 enter \N \N \N +text-c0/a0/m3/n1/c2 393409 1073741824 \N 123 enter \N \N \N +text-c0/a0/m3/n1/c3 393409 1073741824 Custom 123 enter \N \N \N +text-c0/a1/m0/n0/c0 193 1 \N 0 enter \N \N \N +text-c0/a1/m0/n0/c1 193 1 Custom 0 enter \N \N \N +text-c0/a1/m0/n0/c2 193 1 \N 123 enter \N \N \N +text-c0/a1/m0/n0/c3 193 1 Custom 123 enter \N \N \N +text-c0/a1/m0/n1/c0 193 1073741825 \N 0 enter \N \N \N +text-c0/a1/m0/n1/c1 193 1073741825 Custom 0 enter \N \N \N +text-c0/a1/m0/n1/c2 193 1073741825 \N 123 enter \N \N \N +text-c0/a1/m0/n1/c3 193 1073741825 Custom 123 enter \N \N \N +text-c0/a1/m1/n0/c0 131265 1 \N 0 enter \N \N \N +text-c0/a1/m1/n0/c1 131265 1 Custom 0 enter \N \N \N +text-c0/a1/m1/n0/c2 131265 1 \N 123 enter \N \N \N +text-c0/a1/m1/n0/c3 131265 1 Custom 123 enter \N \N \N +text-c0/a1/m1/n1/c0 131265 1073741825 \N 0 enter \N \N \N +text-c0/a1/m1/n1/c1 131265 1073741825 Custom 0 enter \N \N \N +text-c0/a1/m1/n1/c2 131265 1073741825 \N 123 enter \N \N \N +text-c0/a1/m1/n1/c3 131265 1073741825 Custom 123 enter \N \N \N +text-c0/a1/m2/n0/c0 262337 1 \N 0 enter \N \N \N +text-c0/a1/m2/n0/c1 262337 1 Custom 0 enter \N \N \N +text-c0/a1/m2/n0/c2 262337 1 \N 123 enter \N \N \N +text-c0/a1/m2/n0/c3 262337 1 Custom 123 enter \N \N \N +text-c0/a1/m2/n1/c0 262337 1073741825 \N 0 enter \N \N \N +text-c0/a1/m2/n1/c1 262337 1073741825 Custom 0 enter \N \N \N +text-c0/a1/m2/n1/c2 262337 1073741825 \N 123 enter \N \N \N +text-c0/a1/m2/n1/c3 262337 1073741825 Custom 123 enter \N \N \N +text-c0/a1/m3/n0/c0 393409 1 \N 0 enter \N \N \N +text-c0/a1/m3/n0/c1 393409 1 Custom 0 enter \N \N \N +text-c0/a1/m3/n0/c2 393409 1 \N 123 enter \N \N \N +text-c0/a1/m3/n0/c3 393409 1 Custom 123 enter \N \N \N +text-c0/a1/m3/n1/c0 393409 1073741825 \N 0 enter \N \N \N +text-c0/a1/m3/n1/c1 393409 1073741825 Custom 0 enter \N \N \N +text-c0/a1/m3/n1/c2 393409 1073741825 \N 123 enter \N \N \N +text-c0/a1/m3/n1/c3 393409 1073741825 Custom 123 enter \N \N \N +text-c0/a2/m0/n0/c0 193 2 \N 0 2 \N \N \N +text-c0/a2/m0/n0/c1 193 2 Custom 0 2 \N \N \N +text-c0/a2/m0/n0/c2 193 2 \N 123 2 \N \N \N +text-c0/a2/m0/n0/c3 193 2 Custom 123 2 \N \N \N +text-c0/a2/m0/n1/c0 193 1073741826 \N 0 enter \N \N \N +text-c0/a2/m0/n1/c1 193 1073741826 Custom 0 enter \N \N \N +text-c0/a2/m0/n1/c2 193 1073741826 \N 123 enter \N \N \N +text-c0/a2/m0/n1/c3 193 1073741826 Custom 123 enter \N \N \N +text-c0/a2/m1/n0/c0 131265 2 \N 0 2 \N \N \N +text-c0/a2/m1/n0/c1 131265 2 Custom 0 2 \N \N \N +text-c0/a2/m1/n0/c2 131265 2 \N 123 2 \N \N \N +text-c0/a2/m1/n0/c3 131265 2 Custom 123 2 \N \N \N +text-c0/a2/m1/n1/c0 131265 1073741826 \N 0 enter \N \N \N +text-c0/a2/m1/n1/c1 131265 1073741826 Custom 0 enter \N \N \N +text-c0/a2/m1/n1/c2 131265 1073741826 \N 123 enter \N \N \N +text-c0/a2/m1/n1/c3 131265 1073741826 Custom 123 enter \N \N \N +text-c0/a2/m2/n0/c0 262337 2 \N 0 2 \N \N \N +text-c0/a2/m2/n0/c1 262337 2 Custom 0 2 \N \N \N +text-c0/a2/m2/n0/c2 262337 2 \N 123 2 \N \N \N +text-c0/a2/m2/n0/c3 262337 2 Custom 123 2 \N \N \N +text-c0/a2/m2/n1/c0 262337 1073741826 \N 0 enter \N \N \N +text-c0/a2/m2/n1/c1 262337 1073741826 Custom 0 enter \N \N \N +text-c0/a2/m2/n1/c2 262337 1073741826 \N 123 enter \N \N \N +text-c0/a2/m2/n1/c3 262337 1073741826 Custom 123 enter \N \N \N +text-c0/a2/m3/n0/c0 393409 2 \N 0 2 \N \N \N +text-c0/a2/m3/n0/c1 393409 2 Custom 0 2 \N \N \N +text-c0/a2/m3/n0/c2 393409 2 \N 123 2 \N \N \N +text-c0/a2/m3/n0/c3 393409 2 Custom 123 2 \N \N \N +text-c0/a2/m3/n1/c0 393409 1073741826 \N 0 enter \N \N \N +text-c0/a2/m3/n1/c1 393409 1073741826 Custom 0 enter \N \N \N +text-c0/a2/m3/n1/c2 393409 1073741826 \N 123 enter \N \N \N +text-c0/a2/m3/n1/c3 393409 1073741826 Custom 123 enter \N \N \N +text-c0/a3/m0/n0/c0 193 3 \N 0 3 \N \N \N +text-c0/a3/m0/n0/c1 193 3 Custom 0 3 \N \N \N +text-c0/a3/m0/n0/c2 193 3 \N 123 3 \N \N \N +text-c0/a3/m0/n0/c3 193 3 Custom 123 3 \N \N \N +text-c0/a3/m0/n1/c0 193 1073741827 \N 0 enter \N \N \N +text-c0/a3/m0/n1/c1 193 1073741827 Custom 0 enter \N \N \N +text-c0/a3/m0/n1/c2 193 1073741827 \N 123 enter \N \N \N +text-c0/a3/m0/n1/c3 193 1073741827 Custom 123 enter \N \N \N +text-c0/a3/m1/n0/c0 131265 3 \N 0 3 \N \N \N +text-c0/a3/m1/n0/c1 131265 3 Custom 0 3 \N \N \N +text-c0/a3/m1/n0/c2 131265 3 \N 123 3 \N \N \N +text-c0/a3/m1/n0/c3 131265 3 Custom 123 3 \N \N \N +text-c0/a3/m1/n1/c0 131265 1073741827 \N 0 enter \N \N \N +text-c0/a3/m1/n1/c1 131265 1073741827 Custom 0 enter \N \N \N +text-c0/a3/m1/n1/c2 131265 1073741827 \N 123 enter \N \N \N +text-c0/a3/m1/n1/c3 131265 1073741827 Custom 123 enter \N \N \N +text-c0/a3/m2/n0/c0 262337 3 \N 0 3 \N \N \N +text-c0/a3/m2/n0/c1 262337 3 Custom 0 3 \N \N \N +text-c0/a3/m2/n0/c2 262337 3 \N 123 3 \N \N \N +text-c0/a3/m2/n0/c3 262337 3 Custom 123 3 \N \N \N +text-c0/a3/m2/n1/c0 262337 1073741827 \N 0 enter \N \N \N +text-c0/a3/m2/n1/c1 262337 1073741827 Custom 0 enter \N \N \N +text-c0/a3/m2/n1/c2 262337 1073741827 \N 123 enter \N \N \N +text-c0/a3/m2/n1/c3 262337 1073741827 Custom 123 enter \N \N \N +text-c0/a3/m3/n0/c0 393409 3 \N 0 3 \N \N \N +text-c0/a3/m3/n0/c1 393409 3 Custom 0 3 \N \N \N +text-c0/a3/m3/n0/c2 393409 3 \N 123 3 \N \N \N +text-c0/a3/m3/n0/c3 393409 3 Custom 123 3 \N \N \N +text-c0/a3/m3/n1/c0 393409 1073741827 \N 0 enter \N \N \N +text-c0/a3/m3/n1/c1 393409 1073741827 Custom 0 enter \N \N \N +text-c0/a3/m3/n1/c2 393409 1073741827 \N 123 enter \N \N \N +text-c0/a3/m3/n1/c3 393409 1073741827 Custom 123 enter \N \N \N +text-c0/a4/m0/n0/c0 193 4 \N 0 4 \N \N \N +text-c0/a4/m0/n0/c1 193 4 Custom 0 4 \N \N \N +text-c0/a4/m0/n0/c2 193 4 \N 123 4 \N \N \N +text-c0/a4/m0/n0/c3 193 4 Custom 123 4 \N \N \N +text-c0/a4/m0/n1/c0 193 1073741828 \N 0 enter \N \N \N +text-c0/a4/m0/n1/c1 193 1073741828 Custom 0 enter \N \N \N +text-c0/a4/m0/n1/c2 193 1073741828 \N 123 enter \N \N \N +text-c0/a4/m0/n1/c3 193 1073741828 Custom 123 enter \N \N \N +text-c0/a4/m1/n0/c0 131265 4 \N 0 4 \N \N \N +text-c0/a4/m1/n0/c1 131265 4 Custom 0 4 \N \N \N +text-c0/a4/m1/n0/c2 131265 4 \N 123 4 \N \N \N +text-c0/a4/m1/n0/c3 131265 4 Custom 123 4 \N \N \N +text-c0/a4/m1/n1/c0 131265 1073741828 \N 0 enter \N \N \N +text-c0/a4/m1/n1/c1 131265 1073741828 Custom 0 enter \N \N \N +text-c0/a4/m1/n1/c2 131265 1073741828 \N 123 enter \N \N \N +text-c0/a4/m1/n1/c3 131265 1073741828 Custom 123 enter \N \N \N +text-c0/a4/m2/n0/c0 262337 4 \N 0 4 \N \N \N +text-c0/a4/m2/n0/c1 262337 4 Custom 0 4 \N \N \N +text-c0/a4/m2/n0/c2 262337 4 \N 123 4 \N \N \N +text-c0/a4/m2/n0/c3 262337 4 Custom 123 4 \N \N \N +text-c0/a4/m2/n1/c0 262337 1073741828 \N 0 enter \N \N \N +text-c0/a4/m2/n1/c1 262337 1073741828 Custom 0 enter \N \N \N +text-c0/a4/m2/n1/c2 262337 1073741828 \N 123 enter \N \N \N +text-c0/a4/m2/n1/c3 262337 1073741828 Custom 123 enter \N \N \N +text-c0/a4/m3/n0/c0 393409 4 \N 0 4 \N \N \N +text-c0/a4/m3/n0/c1 393409 4 Custom 0 4 \N \N \N +text-c0/a4/m3/n0/c2 393409 4 \N 123 4 \N \N \N +text-c0/a4/m3/n0/c3 393409 4 Custom 123 4 \N \N \N +text-c0/a4/m3/n1/c0 393409 1073741828 \N 0 enter \N \N \N +text-c0/a4/m3/n1/c1 393409 1073741828 Custom 0 enter \N \N \N +text-c0/a4/m3/n1/c2 393409 1073741828 \N 123 enter \N \N \N +text-c0/a4/m3/n1/c3 393409 1073741828 Custom 123 enter \N \N \N +text-c0/a5/m0/n0/c0 193 5 \N 0 5 \N \N \N +text-c0/a5/m0/n0/c1 193 5 Custom 0 5 \N \N \N +text-c0/a5/m0/n0/c2 193 5 \N 123 5 \N \N \N +text-c0/a5/m0/n0/c3 193 5 Custom 123 5 \N \N \N +text-c0/a5/m0/n1/c0 193 1073741829 \N 0 enter \N \N \N +text-c0/a5/m0/n1/c1 193 1073741829 Custom 0 enter \N \N \N +text-c0/a5/m0/n1/c2 193 1073741829 \N 123 enter \N \N \N +text-c0/a5/m0/n1/c3 193 1073741829 Custom 123 enter \N \N \N +text-c0/a5/m1/n0/c0 131265 5 \N 0 5 \N \N \N +text-c0/a5/m1/n0/c1 131265 5 Custom 0 5 \N \N \N +text-c0/a5/m1/n0/c2 131265 5 \N 123 5 \N \N \N +text-c0/a5/m1/n0/c3 131265 5 Custom 123 5 \N \N \N +text-c0/a5/m1/n1/c0 131265 1073741829 \N 0 enter \N \N \N +text-c0/a5/m1/n1/c1 131265 1073741829 Custom 0 enter \N \N \N +text-c0/a5/m1/n1/c2 131265 1073741829 \N 123 enter \N \N \N +text-c0/a5/m1/n1/c3 131265 1073741829 Custom 123 enter \N \N \N +text-c0/a5/m2/n0/c0 262337 5 \N 0 5 \N \N \N +text-c0/a5/m2/n0/c1 262337 5 Custom 0 5 \N \N \N +text-c0/a5/m2/n0/c2 262337 5 \N 123 5 \N \N \N +text-c0/a5/m2/n0/c3 262337 5 Custom 123 5 \N \N \N +text-c0/a5/m2/n1/c0 262337 1073741829 \N 0 enter \N \N \N +text-c0/a5/m2/n1/c1 262337 1073741829 Custom 0 enter \N \N \N +text-c0/a5/m2/n1/c2 262337 1073741829 \N 123 enter \N \N \N +text-c0/a5/m2/n1/c3 262337 1073741829 Custom 123 enter \N \N \N +text-c0/a5/m3/n0/c0 393409 5 \N 0 5 \N \N \N +text-c0/a5/m3/n0/c1 393409 5 Custom 0 5 \N \N \N +text-c0/a5/m3/n0/c2 393409 5 \N 123 5 \N \N \N +text-c0/a5/m3/n0/c3 393409 5 Custom 123 5 \N \N \N +text-c0/a5/m3/n1/c0 393409 1073741829 \N 0 enter \N \N \N +text-c0/a5/m3/n1/c1 393409 1073741829 Custom 0 enter \N \N \N +text-c0/a5/m3/n1/c2 393409 1073741829 \N 123 enter \N \N \N +text-c0/a5/m3/n1/c3 393409 1073741829 Custom 123 enter \N \N \N +text-c0/a6/m0/n0/c0 193 6 \N 0 6 \N \N \N +text-c0/a6/m0/n0/c1 193 6 Custom 0 6 \N \N \N +text-c0/a6/m0/n0/c2 193 6 \N 123 6 \N \N \N +text-c0/a6/m0/n0/c3 193 6 Custom 123 6 \N \N \N +text-c0/a6/m0/n1/c0 193 1073741830 \N 0 enter \N \N \N +text-c0/a6/m0/n1/c1 193 1073741830 Custom 0 enter \N \N \N +text-c0/a6/m0/n1/c2 193 1073741830 \N 123 enter \N \N \N +text-c0/a6/m0/n1/c3 193 1073741830 Custom 123 enter \N \N \N +text-c0/a6/m1/n0/c0 131265 6 \N 0 6 \N \N \N +text-c0/a6/m1/n0/c1 131265 6 Custom 0 6 \N \N \N +text-c0/a6/m1/n0/c2 131265 6 \N 123 6 \N \N \N +text-c0/a6/m1/n0/c3 131265 6 Custom 123 6 \N \N \N +text-c0/a6/m1/n1/c0 131265 1073741830 \N 0 enter \N \N \N +text-c0/a6/m1/n1/c1 131265 1073741830 Custom 0 enter \N \N \N +text-c0/a6/m1/n1/c2 131265 1073741830 \N 123 enter \N \N \N +text-c0/a6/m1/n1/c3 131265 1073741830 Custom 123 enter \N \N \N +text-c0/a6/m2/n0/c0 262337 6 \N 0 6 \N \N \N +text-c0/a6/m2/n0/c1 262337 6 Custom 0 6 \N \N \N +text-c0/a6/m2/n0/c2 262337 6 \N 123 6 \N \N \N +text-c0/a6/m2/n0/c3 262337 6 Custom 123 6 \N \N \N +text-c0/a6/m2/n1/c0 262337 1073741830 \N 0 enter \N \N \N +text-c0/a6/m2/n1/c1 262337 1073741830 Custom 0 enter \N \N \N +text-c0/a6/m2/n1/c2 262337 1073741830 \N 123 enter \N \N \N +text-c0/a6/m2/n1/c3 262337 1073741830 Custom 123 enter \N \N \N +text-c0/a6/m3/n0/c0 393409 6 \N 0 6 \N \N \N +text-c0/a6/m3/n0/c1 393409 6 Custom 0 6 \N \N \N +text-c0/a6/m3/n0/c2 393409 6 \N 123 6 \N \N \N +text-c0/a6/m3/n0/c3 393409 6 Custom 123 6 \N \N \N +text-c0/a6/m3/n1/c0 393409 1073741830 \N 0 enter \N \N \N +text-c0/a6/m3/n1/c1 393409 1073741830 Custom 0 enter \N \N \N +text-c0/a6/m3/n1/c2 393409 1073741830 \N 123 enter \N \N \N +text-c0/a6/m3/n1/c3 393409 1073741830 Custom 123 enter \N \N \N +text-c0/a7/m0/n0/c0 193 7 \N 0 7 \N \N \N +text-c0/a7/m0/n0/c1 193 7 Custom 0 7 \N \N \N +text-c0/a7/m0/n0/c2 193 7 \N 123 7 \N \N \N +text-c0/a7/m0/n0/c3 193 7 Custom 123 7 \N \N \N +text-c0/a7/m0/n1/c0 193 1073741831 \N 0 enter \N \N \N +text-c0/a7/m0/n1/c1 193 1073741831 Custom 0 enter \N \N \N +text-c0/a7/m0/n1/c2 193 1073741831 \N 123 enter \N \N \N +text-c0/a7/m0/n1/c3 193 1073741831 Custom 123 enter \N \N \N +text-c0/a7/m1/n0/c0 131265 7 \N 0 7 \N \N \N +text-c0/a7/m1/n0/c1 131265 7 Custom 0 7 \N \N \N +text-c0/a7/m1/n0/c2 131265 7 \N 123 7 \N \N \N +text-c0/a7/m1/n0/c3 131265 7 Custom 123 7 \N \N \N +text-c0/a7/m1/n1/c0 131265 1073741831 \N 0 enter \N \N \N +text-c0/a7/m1/n1/c1 131265 1073741831 Custom 0 enter \N \N \N +text-c0/a7/m1/n1/c2 131265 1073741831 \N 123 enter \N \N \N +text-c0/a7/m1/n1/c3 131265 1073741831 Custom 123 enter \N \N \N +text-c0/a7/m2/n0/c0 262337 7 \N 0 7 \N \N \N +text-c0/a7/m2/n0/c1 262337 7 Custom 0 7 \N \N \N +text-c0/a7/m2/n0/c2 262337 7 \N 123 7 \N \N \N +text-c0/a7/m2/n0/c3 262337 7 Custom 123 7 \N \N \N +text-c0/a7/m2/n1/c0 262337 1073741831 \N 0 enter \N \N \N +text-c0/a7/m2/n1/c1 262337 1073741831 Custom 0 enter \N \N \N +text-c0/a7/m2/n1/c2 262337 1073741831 \N 123 enter \N \N \N +text-c0/a7/m2/n1/c3 262337 1073741831 Custom 123 enter \N \N \N +text-c0/a7/m3/n0/c0 393409 7 \N 0 7 \N \N \N +text-c0/a7/m3/n0/c1 393409 7 Custom 0 7 \N \N \N +text-c0/a7/m3/n0/c2 393409 7 \N 123 7 \N \N \N +text-c0/a7/m3/n0/c3 393409 7 Custom 123 7 \N \N \N +text-c0/a7/m3/n1/c0 393409 1073741831 \N 0 enter \N \N \N +text-c0/a7/m3/n1/c1 393409 1073741831 Custom 0 enter \N \N \N +text-c0/a7/m3/n1/c2 393409 1073741831 \N 123 enter \N \N \N +text-c0/a7/m3/n1/c3 393409 1073741831 Custom 123 enter \N \N \N +text-d0/a0/m0/n0/c0 209 0 \N 0 enter \N \N \N +text-d0/a0/m0/n0/c1 209 0 Custom 0 enter \N \N \N +text-d0/a0/m0/n0/c2 209 0 \N 123 enter \N \N \N +text-d0/a0/m0/n0/c3 209 0 Custom 123 enter \N \N \N +text-d0/a0/m0/n1/c0 209 1073741824 \N 0 enter \N \N \N +text-d0/a0/m0/n1/c1 209 1073741824 Custom 0 enter \N \N \N +text-d0/a0/m0/n1/c2 209 1073741824 \N 123 enter \N \N \N +text-d0/a0/m0/n1/c3 209 1073741824 Custom 123 enter \N \N \N +text-d0/a0/m1/n0/c0 131281 0 \N 0 enter \N \N \N +text-d0/a0/m1/n0/c1 131281 0 Custom 0 enter \N \N \N +text-d0/a0/m1/n0/c2 131281 0 \N 123 enter \N \N \N +text-d0/a0/m1/n0/c3 131281 0 Custom 123 enter \N \N \N +text-d0/a0/m1/n1/c0 131281 1073741824 \N 0 enter \N \N \N +text-d0/a0/m1/n1/c1 131281 1073741824 Custom 0 enter \N \N \N +text-d0/a0/m1/n1/c2 131281 1073741824 \N 123 enter \N \N \N +text-d0/a0/m1/n1/c3 131281 1073741824 Custom 123 enter \N \N \N +text-d0/a0/m2/n0/c0 262353 0 \N 0 enter \N \N \N +text-d0/a0/m2/n0/c1 262353 0 Custom 0 enter \N \N \N +text-d0/a0/m2/n0/c2 262353 0 \N 123 enter \N \N \N +text-d0/a0/m2/n0/c3 262353 0 Custom 123 enter \N \N \N +text-d0/a0/m2/n1/c0 262353 1073741824 \N 0 enter \N \N \N +text-d0/a0/m2/n1/c1 262353 1073741824 Custom 0 enter \N \N \N +text-d0/a0/m2/n1/c2 262353 1073741824 \N 123 enter \N \N \N +text-d0/a0/m2/n1/c3 262353 1073741824 Custom 123 enter \N \N \N +text-d0/a0/m3/n0/c0 393425 0 \N 0 enter \N \N \N +text-d0/a0/m3/n0/c1 393425 0 Custom 0 enter \N \N \N +text-d0/a0/m3/n0/c2 393425 0 \N 123 enter \N \N \N +text-d0/a0/m3/n0/c3 393425 0 Custom 123 enter \N \N \N +text-d0/a0/m3/n1/c0 393425 1073741824 \N 0 enter \N \N \N +text-d0/a0/m3/n1/c1 393425 1073741824 Custom 0 enter \N \N \N +text-d0/a0/m3/n1/c2 393425 1073741824 \N 123 enter \N \N \N +text-d0/a0/m3/n1/c3 393425 1073741824 Custom 123 enter \N \N \N +text-d0/a1/m0/n0/c0 209 1 \N 0 enter \N \N \N +text-d0/a1/m0/n0/c1 209 1 Custom 0 enter \N \N \N +text-d0/a1/m0/n0/c2 209 1 \N 123 enter \N \N \N +text-d0/a1/m0/n0/c3 209 1 Custom 123 enter \N \N \N +text-d0/a1/m0/n1/c0 209 1073741825 \N 0 enter \N \N \N +text-d0/a1/m0/n1/c1 209 1073741825 Custom 0 enter \N \N \N +text-d0/a1/m0/n1/c2 209 1073741825 \N 123 enter \N \N \N +text-d0/a1/m0/n1/c3 209 1073741825 Custom 123 enter \N \N \N +text-d0/a1/m1/n0/c0 131281 1 \N 0 enter \N \N \N +text-d0/a1/m1/n0/c1 131281 1 Custom 0 enter \N \N \N +text-d0/a1/m1/n0/c2 131281 1 \N 123 enter \N \N \N +text-d0/a1/m1/n0/c3 131281 1 Custom 123 enter \N \N \N +text-d0/a1/m1/n1/c0 131281 1073741825 \N 0 enter \N \N \N +text-d0/a1/m1/n1/c1 131281 1073741825 Custom 0 enter \N \N \N +text-d0/a1/m1/n1/c2 131281 1073741825 \N 123 enter \N \N \N +text-d0/a1/m1/n1/c3 131281 1073741825 Custom 123 enter \N \N \N +text-d0/a1/m2/n0/c0 262353 1 \N 0 enter \N \N \N +text-d0/a1/m2/n0/c1 262353 1 Custom 0 enter \N \N \N +text-d0/a1/m2/n0/c2 262353 1 \N 123 enter \N \N \N +text-d0/a1/m2/n0/c3 262353 1 Custom 123 enter \N \N \N +text-d0/a1/m2/n1/c0 262353 1073741825 \N 0 enter \N \N \N +text-d0/a1/m2/n1/c1 262353 1073741825 Custom 0 enter \N \N \N +text-d0/a1/m2/n1/c2 262353 1073741825 \N 123 enter \N \N \N +text-d0/a1/m2/n1/c3 262353 1073741825 Custom 123 enter \N \N \N +text-d0/a1/m3/n0/c0 393425 1 \N 0 enter \N \N \N +text-d0/a1/m3/n0/c1 393425 1 Custom 0 enter \N \N \N +text-d0/a1/m3/n0/c2 393425 1 \N 123 enter \N \N \N +text-d0/a1/m3/n0/c3 393425 1 Custom 123 enter \N \N \N +text-d0/a1/m3/n1/c0 393425 1073741825 \N 0 enter \N \N \N +text-d0/a1/m3/n1/c1 393425 1073741825 Custom 0 enter \N \N \N +text-d0/a1/m3/n1/c2 393425 1073741825 \N 123 enter \N \N \N +text-d0/a1/m3/n1/c3 393425 1073741825 Custom 123 enter \N \N \N +text-d0/a2/m0/n0/c0 209 2 \N 0 2 \N \N \N +text-d0/a2/m0/n0/c1 209 2 Custom 0 2 \N \N \N +text-d0/a2/m0/n0/c2 209 2 \N 123 2 \N \N \N +text-d0/a2/m0/n0/c3 209 2 Custom 123 2 \N \N \N +text-d0/a2/m0/n1/c0 209 1073741826 \N 0 enter \N \N \N +text-d0/a2/m0/n1/c1 209 1073741826 Custom 0 enter \N \N \N +text-d0/a2/m0/n1/c2 209 1073741826 \N 123 enter \N \N \N +text-d0/a2/m0/n1/c3 209 1073741826 Custom 123 enter \N \N \N +text-d0/a2/m1/n0/c0 131281 2 \N 0 2 \N \N \N +text-d0/a2/m1/n0/c1 131281 2 Custom 0 2 \N \N \N +text-d0/a2/m1/n0/c2 131281 2 \N 123 2 \N \N \N +text-d0/a2/m1/n0/c3 131281 2 Custom 123 2 \N \N \N +text-d0/a2/m1/n1/c0 131281 1073741826 \N 0 enter \N \N \N +text-d0/a2/m1/n1/c1 131281 1073741826 Custom 0 enter \N \N \N +text-d0/a2/m1/n1/c2 131281 1073741826 \N 123 enter \N \N \N +text-d0/a2/m1/n1/c3 131281 1073741826 Custom 123 enter \N \N \N +text-d0/a2/m2/n0/c0 262353 2 \N 0 2 \N \N \N +text-d0/a2/m2/n0/c1 262353 2 Custom 0 2 \N \N \N +text-d0/a2/m2/n0/c2 262353 2 \N 123 2 \N \N \N +text-d0/a2/m2/n0/c3 262353 2 Custom 123 2 \N \N \N +text-d0/a2/m2/n1/c0 262353 1073741826 \N 0 enter \N \N \N +text-d0/a2/m2/n1/c1 262353 1073741826 Custom 0 enter \N \N \N +text-d0/a2/m2/n1/c2 262353 1073741826 \N 123 enter \N \N \N +text-d0/a2/m2/n1/c3 262353 1073741826 Custom 123 enter \N \N \N +text-d0/a2/m3/n0/c0 393425 2 \N 0 2 \N \N \N +text-d0/a2/m3/n0/c1 393425 2 Custom 0 2 \N \N \N +text-d0/a2/m3/n0/c2 393425 2 \N 123 2 \N \N \N +text-d0/a2/m3/n0/c3 393425 2 Custom 123 2 \N \N \N +text-d0/a2/m3/n1/c0 393425 1073741826 \N 0 enter \N \N \N +text-d0/a2/m3/n1/c1 393425 1073741826 Custom 0 enter \N \N \N +text-d0/a2/m3/n1/c2 393425 1073741826 \N 123 enter \N \N \N +text-d0/a2/m3/n1/c3 393425 1073741826 Custom 123 enter \N \N \N +text-d0/a3/m0/n0/c0 209 3 \N 0 3 \N \N \N +text-d0/a3/m0/n0/c1 209 3 Custom 0 3 \N \N \N +text-d0/a3/m0/n0/c2 209 3 \N 123 3 \N \N \N +text-d0/a3/m0/n0/c3 209 3 Custom 123 3 \N \N \N +text-d0/a3/m0/n1/c0 209 1073741827 \N 0 enter \N \N \N +text-d0/a3/m0/n1/c1 209 1073741827 Custom 0 enter \N \N \N +text-d0/a3/m0/n1/c2 209 1073741827 \N 123 enter \N \N \N +text-d0/a3/m0/n1/c3 209 1073741827 Custom 123 enter \N \N \N +text-d0/a3/m1/n0/c0 131281 3 \N 0 3 \N \N \N +text-d0/a3/m1/n0/c1 131281 3 Custom 0 3 \N \N \N +text-d0/a3/m1/n0/c2 131281 3 \N 123 3 \N \N \N +text-d0/a3/m1/n0/c3 131281 3 Custom 123 3 \N \N \N +text-d0/a3/m1/n1/c0 131281 1073741827 \N 0 enter \N \N \N +text-d0/a3/m1/n1/c1 131281 1073741827 Custom 0 enter \N \N \N +text-d0/a3/m1/n1/c2 131281 1073741827 \N 123 enter \N \N \N +text-d0/a3/m1/n1/c3 131281 1073741827 Custom 123 enter \N \N \N +text-d0/a3/m2/n0/c0 262353 3 \N 0 3 \N \N \N +text-d0/a3/m2/n0/c1 262353 3 Custom 0 3 \N \N \N +text-d0/a3/m2/n0/c2 262353 3 \N 123 3 \N \N \N +text-d0/a3/m2/n0/c3 262353 3 Custom 123 3 \N \N \N +text-d0/a3/m2/n1/c0 262353 1073741827 \N 0 enter \N \N \N +text-d0/a3/m2/n1/c1 262353 1073741827 Custom 0 enter \N \N \N +text-d0/a3/m2/n1/c2 262353 1073741827 \N 123 enter \N \N \N +text-d0/a3/m2/n1/c3 262353 1073741827 Custom 123 enter \N \N \N +text-d0/a3/m3/n0/c0 393425 3 \N 0 3 \N \N \N +text-d0/a3/m3/n0/c1 393425 3 Custom 0 3 \N \N \N +text-d0/a3/m3/n0/c2 393425 3 \N 123 3 \N \N \N +text-d0/a3/m3/n0/c3 393425 3 Custom 123 3 \N \N \N +text-d0/a3/m3/n1/c0 393425 1073741827 \N 0 enter \N \N \N +text-d0/a3/m3/n1/c1 393425 1073741827 Custom 0 enter \N \N \N +text-d0/a3/m3/n1/c2 393425 1073741827 \N 123 enter \N \N \N +text-d0/a3/m3/n1/c3 393425 1073741827 Custom 123 enter \N \N \N +text-d0/a4/m0/n0/c0 209 4 \N 0 4 \N \N \N +text-d0/a4/m0/n0/c1 209 4 Custom 0 4 \N \N \N +text-d0/a4/m0/n0/c2 209 4 \N 123 4 \N \N \N +text-d0/a4/m0/n0/c3 209 4 Custom 123 4 \N \N \N +text-d0/a4/m0/n1/c0 209 1073741828 \N 0 enter \N \N \N +text-d0/a4/m0/n1/c1 209 1073741828 Custom 0 enter \N \N \N +text-d0/a4/m0/n1/c2 209 1073741828 \N 123 enter \N \N \N +text-d0/a4/m0/n1/c3 209 1073741828 Custom 123 enter \N \N \N +text-d0/a4/m1/n0/c0 131281 4 \N 0 4 \N \N \N +text-d0/a4/m1/n0/c1 131281 4 Custom 0 4 \N \N \N +text-d0/a4/m1/n0/c2 131281 4 \N 123 4 \N \N \N +text-d0/a4/m1/n0/c3 131281 4 Custom 123 4 \N \N \N +text-d0/a4/m1/n1/c0 131281 1073741828 \N 0 enter \N \N \N +text-d0/a4/m1/n1/c1 131281 1073741828 Custom 0 enter \N \N \N +text-d0/a4/m1/n1/c2 131281 1073741828 \N 123 enter \N \N \N +text-d0/a4/m1/n1/c3 131281 1073741828 Custom 123 enter \N \N \N +text-d0/a4/m2/n0/c0 262353 4 \N 0 4 \N \N \N +text-d0/a4/m2/n0/c1 262353 4 Custom 0 4 \N \N \N +text-d0/a4/m2/n0/c2 262353 4 \N 123 4 \N \N \N +text-d0/a4/m2/n0/c3 262353 4 Custom 123 4 \N \N \N +text-d0/a4/m2/n1/c0 262353 1073741828 \N 0 enter \N \N \N +text-d0/a4/m2/n1/c1 262353 1073741828 Custom 0 enter \N \N \N +text-d0/a4/m2/n1/c2 262353 1073741828 \N 123 enter \N \N \N +text-d0/a4/m2/n1/c3 262353 1073741828 Custom 123 enter \N \N \N +text-d0/a4/m3/n0/c0 393425 4 \N 0 4 \N \N \N +text-d0/a4/m3/n0/c1 393425 4 Custom 0 4 \N \N \N +text-d0/a4/m3/n0/c2 393425 4 \N 123 4 \N \N \N +text-d0/a4/m3/n0/c3 393425 4 Custom 123 4 \N \N \N +text-d0/a4/m3/n1/c0 393425 1073741828 \N 0 enter \N \N \N +text-d0/a4/m3/n1/c1 393425 1073741828 Custom 0 enter \N \N \N +text-d0/a4/m3/n1/c2 393425 1073741828 \N 123 enter \N \N \N +text-d0/a4/m3/n1/c3 393425 1073741828 Custom 123 enter \N \N \N +text-d0/a5/m0/n0/c0 209 5 \N 0 5 \N \N \N +text-d0/a5/m0/n0/c1 209 5 Custom 0 5 \N \N \N +text-d0/a5/m0/n0/c2 209 5 \N 123 5 \N \N \N +text-d0/a5/m0/n0/c3 209 5 Custom 123 5 \N \N \N +text-d0/a5/m0/n1/c0 209 1073741829 \N 0 enter \N \N \N +text-d0/a5/m0/n1/c1 209 1073741829 Custom 0 enter \N \N \N +text-d0/a5/m0/n1/c2 209 1073741829 \N 123 enter \N \N \N +text-d0/a5/m0/n1/c3 209 1073741829 Custom 123 enter \N \N \N +text-d0/a5/m1/n0/c0 131281 5 \N 0 5 \N \N \N +text-d0/a5/m1/n0/c1 131281 5 Custom 0 5 \N \N \N +text-d0/a5/m1/n0/c2 131281 5 \N 123 5 \N \N \N +text-d0/a5/m1/n0/c3 131281 5 Custom 123 5 \N \N \N +text-d0/a5/m1/n1/c0 131281 1073741829 \N 0 enter \N \N \N +text-d0/a5/m1/n1/c1 131281 1073741829 Custom 0 enter \N \N \N +text-d0/a5/m1/n1/c2 131281 1073741829 \N 123 enter \N \N \N +text-d0/a5/m1/n1/c3 131281 1073741829 Custom 123 enter \N \N \N +text-d0/a5/m2/n0/c0 262353 5 \N 0 5 \N \N \N +text-d0/a5/m2/n0/c1 262353 5 Custom 0 5 \N \N \N +text-d0/a5/m2/n0/c2 262353 5 \N 123 5 \N \N \N +text-d0/a5/m2/n0/c3 262353 5 Custom 123 5 \N \N \N +text-d0/a5/m2/n1/c0 262353 1073741829 \N 0 enter \N \N \N +text-d0/a5/m2/n1/c1 262353 1073741829 Custom 0 enter \N \N \N +text-d0/a5/m2/n1/c2 262353 1073741829 \N 123 enter \N \N \N +text-d0/a5/m2/n1/c3 262353 1073741829 Custom 123 enter \N \N \N +text-d0/a5/m3/n0/c0 393425 5 \N 0 5 \N \N \N +text-d0/a5/m3/n0/c1 393425 5 Custom 0 5 \N \N \N +text-d0/a5/m3/n0/c2 393425 5 \N 123 5 \N \N \N +text-d0/a5/m3/n0/c3 393425 5 Custom 123 5 \N \N \N +text-d0/a5/m3/n1/c0 393425 1073741829 \N 0 enter \N \N \N +text-d0/a5/m3/n1/c1 393425 1073741829 Custom 0 enter \N \N \N +text-d0/a5/m3/n1/c2 393425 1073741829 \N 123 enter \N \N \N +text-d0/a5/m3/n1/c3 393425 1073741829 Custom 123 enter \N \N \N +text-d0/a6/m0/n0/c0 209 6 \N 0 6 \N \N \N +text-d0/a6/m0/n0/c1 209 6 Custom 0 6 \N \N \N +text-d0/a6/m0/n0/c2 209 6 \N 123 6 \N \N \N +text-d0/a6/m0/n0/c3 209 6 Custom 123 6 \N \N \N +text-d0/a6/m0/n1/c0 209 1073741830 \N 0 enter \N \N \N +text-d0/a6/m0/n1/c1 209 1073741830 Custom 0 enter \N \N \N +text-d0/a6/m0/n1/c2 209 1073741830 \N 123 enter \N \N \N +text-d0/a6/m0/n1/c3 209 1073741830 Custom 123 enter \N \N \N +text-d0/a6/m1/n0/c0 131281 6 \N 0 6 \N \N \N +text-d0/a6/m1/n0/c1 131281 6 Custom 0 6 \N \N \N +text-d0/a6/m1/n0/c2 131281 6 \N 123 6 \N \N \N +text-d0/a6/m1/n0/c3 131281 6 Custom 123 6 \N \N \N +text-d0/a6/m1/n1/c0 131281 1073741830 \N 0 enter \N \N \N +text-d0/a6/m1/n1/c1 131281 1073741830 Custom 0 enter \N \N \N +text-d0/a6/m1/n1/c2 131281 1073741830 \N 123 enter \N \N \N +text-d0/a6/m1/n1/c3 131281 1073741830 Custom 123 enter \N \N \N +text-d0/a6/m2/n0/c0 262353 6 \N 0 6 \N \N \N +text-d0/a6/m2/n0/c1 262353 6 Custom 0 6 \N \N \N +text-d0/a6/m2/n0/c2 262353 6 \N 123 6 \N \N \N +text-d0/a6/m2/n0/c3 262353 6 Custom 123 6 \N \N \N +text-d0/a6/m2/n1/c0 262353 1073741830 \N 0 enter \N \N \N +text-d0/a6/m2/n1/c1 262353 1073741830 Custom 0 enter \N \N \N +text-d0/a6/m2/n1/c2 262353 1073741830 \N 123 enter \N \N \N +text-d0/a6/m2/n1/c3 262353 1073741830 Custom 123 enter \N \N \N +text-d0/a6/m3/n0/c0 393425 6 \N 0 6 \N \N \N +text-d0/a6/m3/n0/c1 393425 6 Custom 0 6 \N \N \N +text-d0/a6/m3/n0/c2 393425 6 \N 123 6 \N \N \N +text-d0/a6/m3/n0/c3 393425 6 Custom 123 6 \N \N \N +text-d0/a6/m3/n1/c0 393425 1073741830 \N 0 enter \N \N \N +text-d0/a6/m3/n1/c1 393425 1073741830 Custom 0 enter \N \N \N +text-d0/a6/m3/n1/c2 393425 1073741830 \N 123 enter \N \N \N +text-d0/a6/m3/n1/c3 393425 1073741830 Custom 123 enter \N \N \N +text-d0/a7/m0/n0/c0 209 7 \N 0 7 \N \N \N +text-d0/a7/m0/n0/c1 209 7 Custom 0 7 \N \N \N +text-d0/a7/m0/n0/c2 209 7 \N 123 7 \N \N \N +text-d0/a7/m0/n0/c3 209 7 Custom 123 7 \N \N \N +text-d0/a7/m0/n1/c0 209 1073741831 \N 0 enter \N \N \N +text-d0/a7/m0/n1/c1 209 1073741831 Custom 0 enter \N \N \N +text-d0/a7/m0/n1/c2 209 1073741831 \N 123 enter \N \N \N +text-d0/a7/m0/n1/c3 209 1073741831 Custom 123 enter \N \N \N +text-d0/a7/m1/n0/c0 131281 7 \N 0 7 \N \N \N +text-d0/a7/m1/n0/c1 131281 7 Custom 0 7 \N \N \N +text-d0/a7/m1/n0/c2 131281 7 \N 123 7 \N \N \N +text-d0/a7/m1/n0/c3 131281 7 Custom 123 7 \N \N \N +text-d0/a7/m1/n1/c0 131281 1073741831 \N 0 enter \N \N \N +text-d0/a7/m1/n1/c1 131281 1073741831 Custom 0 enter \N \N \N +text-d0/a7/m1/n1/c2 131281 1073741831 \N 123 enter \N \N \N +text-d0/a7/m1/n1/c3 131281 1073741831 Custom 123 enter \N \N \N +text-d0/a7/m2/n0/c0 262353 7 \N 0 7 \N \N \N +text-d0/a7/m2/n0/c1 262353 7 Custom 0 7 \N \N \N +text-d0/a7/m2/n0/c2 262353 7 \N 123 7 \N \N \N +text-d0/a7/m2/n0/c3 262353 7 Custom 123 7 \N \N \N +text-d0/a7/m2/n1/c0 262353 1073741831 \N 0 enter \N \N \N +text-d0/a7/m2/n1/c1 262353 1073741831 Custom 0 enter \N \N \N +text-d0/a7/m2/n1/c2 262353 1073741831 \N 123 enter \N \N \N +text-d0/a7/m2/n1/c3 262353 1073741831 Custom 123 enter \N \N \N +text-d0/a7/m3/n0/c0 393425 7 \N 0 7 \N \N \N +text-d0/a7/m3/n0/c1 393425 7 Custom 0 7 \N \N \N +text-d0/a7/m3/n0/c2 393425 7 \N 123 7 \N \N \N +text-d0/a7/m3/n0/c3 393425 7 Custom 123 7 \N \N \N +text-d0/a7/m3/n1/c0 393425 1073741831 \N 0 enter \N \N \N +text-d0/a7/m3/n1/c1 393425 1073741831 Custom 0 enter \N \N \N +text-d0/a7/m3/n1/c2 393425 1073741831 \N 123 enter \N \N \N +text-d0/a7/m3/n1/c3 393425 1073741831 Custom 123 enter \N \N \N +text-e0/a0/m0/n0/c0 225 0 \N 0 enter \N \N \N +text-e0/a0/m0/n0/c1 225 0 Custom 0 enter \N \N \N +text-e0/a0/m0/n0/c2 225 0 \N 123 enter \N \N \N +text-e0/a0/m0/n0/c3 225 0 Custom 123 enter \N \N \N +text-e0/a0/m0/n1/c0 225 1073741824 \N 0 enter \N \N \N +text-e0/a0/m0/n1/c1 225 1073741824 Custom 0 enter \N \N \N +text-e0/a0/m0/n1/c2 225 1073741824 \N 123 enter \N \N \N +text-e0/a0/m0/n1/c3 225 1073741824 Custom 123 enter \N \N \N +text-e0/a0/m1/n0/c0 131297 0 \N 0 enter \N \N \N +text-e0/a0/m1/n0/c1 131297 0 Custom 0 enter \N \N \N +text-e0/a0/m1/n0/c2 131297 0 \N 123 enter \N \N \N +text-e0/a0/m1/n0/c3 131297 0 Custom 123 enter \N \N \N +text-e0/a0/m1/n1/c0 131297 1073741824 \N 0 enter \N \N \N +text-e0/a0/m1/n1/c1 131297 1073741824 Custom 0 enter \N \N \N +text-e0/a0/m1/n1/c2 131297 1073741824 \N 123 enter \N \N \N +text-e0/a0/m1/n1/c3 131297 1073741824 Custom 123 enter \N \N \N +text-e0/a0/m2/n0/c0 262369 0 \N 0 enter \N \N \N +text-e0/a0/m2/n0/c1 262369 0 Custom 0 enter \N \N \N +text-e0/a0/m2/n0/c2 262369 0 \N 123 enter \N \N \N +text-e0/a0/m2/n0/c3 262369 0 Custom 123 enter \N \N \N +text-e0/a0/m2/n1/c0 262369 1073741824 \N 0 enter \N \N \N +text-e0/a0/m2/n1/c1 262369 1073741824 Custom 0 enter \N \N \N +text-e0/a0/m2/n1/c2 262369 1073741824 \N 123 enter \N \N \N +text-e0/a0/m2/n1/c3 262369 1073741824 Custom 123 enter \N \N \N +text-e0/a0/m3/n0/c0 393441 0 \N 0 enter \N \N \N +text-e0/a0/m3/n0/c1 393441 0 Custom 0 enter \N \N \N +text-e0/a0/m3/n0/c2 393441 0 \N 123 enter \N \N \N +text-e0/a0/m3/n0/c3 393441 0 Custom 123 enter \N \N \N +text-e0/a0/m3/n1/c0 393441 1073741824 \N 0 enter \N \N \N +text-e0/a0/m3/n1/c1 393441 1073741824 Custom 0 enter \N \N \N +text-e0/a0/m3/n1/c2 393441 1073741824 \N 123 enter \N \N \N +text-e0/a0/m3/n1/c3 393441 1073741824 Custom 123 enter \N \N \N +text-e0/a1/m0/n0/c0 225 1 \N 0 enter \N \N \N +text-e0/a1/m0/n0/c1 225 1 Custom 0 enter \N \N \N +text-e0/a1/m0/n0/c2 225 1 \N 123 enter \N \N \N +text-e0/a1/m0/n0/c3 225 1 Custom 123 enter \N \N \N +text-e0/a1/m0/n1/c0 225 1073741825 \N 0 enter \N \N \N +text-e0/a1/m0/n1/c1 225 1073741825 Custom 0 enter \N \N \N +text-e0/a1/m0/n1/c2 225 1073741825 \N 123 enter \N \N \N +text-e0/a1/m0/n1/c3 225 1073741825 Custom 123 enter \N \N \N +text-e0/a1/m1/n0/c0 131297 1 \N 0 enter \N \N \N +text-e0/a1/m1/n0/c1 131297 1 Custom 0 enter \N \N \N +text-e0/a1/m1/n0/c2 131297 1 \N 123 enter \N \N \N +text-e0/a1/m1/n0/c3 131297 1 Custom 123 enter \N \N \N +text-e0/a1/m1/n1/c0 131297 1073741825 \N 0 enter \N \N \N +text-e0/a1/m1/n1/c1 131297 1073741825 Custom 0 enter \N \N \N +text-e0/a1/m1/n1/c2 131297 1073741825 \N 123 enter \N \N \N +text-e0/a1/m1/n1/c3 131297 1073741825 Custom 123 enter \N \N \N +text-e0/a1/m2/n0/c0 262369 1 \N 0 enter \N \N \N +text-e0/a1/m2/n0/c1 262369 1 Custom 0 enter \N \N \N +text-e0/a1/m2/n0/c2 262369 1 \N 123 enter \N \N \N +text-e0/a1/m2/n0/c3 262369 1 Custom 123 enter \N \N \N +text-e0/a1/m2/n1/c0 262369 1073741825 \N 0 enter \N \N \N +text-e0/a1/m2/n1/c1 262369 1073741825 Custom 0 enter \N \N \N +text-e0/a1/m2/n1/c2 262369 1073741825 \N 123 enter \N \N \N +text-e0/a1/m2/n1/c3 262369 1073741825 Custom 123 enter \N \N \N +text-e0/a1/m3/n0/c0 393441 1 \N 0 enter \N \N \N +text-e0/a1/m3/n0/c1 393441 1 Custom 0 enter \N \N \N +text-e0/a1/m3/n0/c2 393441 1 \N 123 enter \N \N \N +text-e0/a1/m3/n0/c3 393441 1 Custom 123 enter \N \N \N +text-e0/a1/m3/n1/c0 393441 1073741825 \N 0 enter \N \N \N +text-e0/a1/m3/n1/c1 393441 1073741825 Custom 0 enter \N \N \N +text-e0/a1/m3/n1/c2 393441 1073741825 \N 123 enter \N \N \N +text-e0/a1/m3/n1/c3 393441 1073741825 Custom 123 enter \N \N \N +text-e0/a2/m0/n0/c0 225 2 \N 0 2 \N \N \N +text-e0/a2/m0/n0/c1 225 2 Custom 0 2 \N \N \N +text-e0/a2/m0/n0/c2 225 2 \N 123 2 \N \N \N +text-e0/a2/m0/n0/c3 225 2 Custom 123 2 \N \N \N +text-e0/a2/m0/n1/c0 225 1073741826 \N 0 enter \N \N \N +text-e0/a2/m0/n1/c1 225 1073741826 Custom 0 enter \N \N \N +text-e0/a2/m0/n1/c2 225 1073741826 \N 123 enter \N \N \N +text-e0/a2/m0/n1/c3 225 1073741826 Custom 123 enter \N \N \N +text-e0/a2/m1/n0/c0 131297 2 \N 0 2 \N \N \N +text-e0/a2/m1/n0/c1 131297 2 Custom 0 2 \N \N \N +text-e0/a2/m1/n0/c2 131297 2 \N 123 2 \N \N \N +text-e0/a2/m1/n0/c3 131297 2 Custom 123 2 \N \N \N +text-e0/a2/m1/n1/c0 131297 1073741826 \N 0 enter \N \N \N +text-e0/a2/m1/n1/c1 131297 1073741826 Custom 0 enter \N \N \N +text-e0/a2/m1/n1/c2 131297 1073741826 \N 123 enter \N \N \N +text-e0/a2/m1/n1/c3 131297 1073741826 Custom 123 enter \N \N \N +text-e0/a2/m2/n0/c0 262369 2 \N 0 2 \N \N \N +text-e0/a2/m2/n0/c1 262369 2 Custom 0 2 \N \N \N +text-e0/a2/m2/n0/c2 262369 2 \N 123 2 \N \N \N +text-e0/a2/m2/n0/c3 262369 2 Custom 123 2 \N \N \N +text-e0/a2/m2/n1/c0 262369 1073741826 \N 0 enter \N \N \N +text-e0/a2/m2/n1/c1 262369 1073741826 Custom 0 enter \N \N \N +text-e0/a2/m2/n1/c2 262369 1073741826 \N 123 enter \N \N \N +text-e0/a2/m2/n1/c3 262369 1073741826 Custom 123 enter \N \N \N +text-e0/a2/m3/n0/c0 393441 2 \N 0 2 \N \N \N +text-e0/a2/m3/n0/c1 393441 2 Custom 0 2 \N \N \N +text-e0/a2/m3/n0/c2 393441 2 \N 123 2 \N \N \N +text-e0/a2/m3/n0/c3 393441 2 Custom 123 2 \N \N \N +text-e0/a2/m3/n1/c0 393441 1073741826 \N 0 enter \N \N \N +text-e0/a2/m3/n1/c1 393441 1073741826 Custom 0 enter \N \N \N +text-e0/a2/m3/n1/c2 393441 1073741826 \N 123 enter \N \N \N +text-e0/a2/m3/n1/c3 393441 1073741826 Custom 123 enter \N \N \N +text-e0/a3/m0/n0/c0 225 3 \N 0 3 \N \N \N +text-e0/a3/m0/n0/c1 225 3 Custom 0 3 \N \N \N +text-e0/a3/m0/n0/c2 225 3 \N 123 3 \N \N \N +text-e0/a3/m0/n0/c3 225 3 Custom 123 3 \N \N \N +text-e0/a3/m0/n1/c0 225 1073741827 \N 0 enter \N \N \N +text-e0/a3/m0/n1/c1 225 1073741827 Custom 0 enter \N \N \N +text-e0/a3/m0/n1/c2 225 1073741827 \N 123 enter \N \N \N +text-e0/a3/m0/n1/c3 225 1073741827 Custom 123 enter \N \N \N +text-e0/a3/m1/n0/c0 131297 3 \N 0 3 \N \N \N +text-e0/a3/m1/n0/c1 131297 3 Custom 0 3 \N \N \N +text-e0/a3/m1/n0/c2 131297 3 \N 123 3 \N \N \N +text-e0/a3/m1/n0/c3 131297 3 Custom 123 3 \N \N \N +text-e0/a3/m1/n1/c0 131297 1073741827 \N 0 enter \N \N \N +text-e0/a3/m1/n1/c1 131297 1073741827 Custom 0 enter \N \N \N +text-e0/a3/m1/n1/c2 131297 1073741827 \N 123 enter \N \N \N +text-e0/a3/m1/n1/c3 131297 1073741827 Custom 123 enter \N \N \N +text-e0/a3/m2/n0/c0 262369 3 \N 0 3 \N \N \N +text-e0/a3/m2/n0/c1 262369 3 Custom 0 3 \N \N \N +text-e0/a3/m2/n0/c2 262369 3 \N 123 3 \N \N \N +text-e0/a3/m2/n0/c3 262369 3 Custom 123 3 \N \N \N +text-e0/a3/m2/n1/c0 262369 1073741827 \N 0 enter \N \N \N +text-e0/a3/m2/n1/c1 262369 1073741827 Custom 0 enter \N \N \N +text-e0/a3/m2/n1/c2 262369 1073741827 \N 123 enter \N \N \N +text-e0/a3/m2/n1/c3 262369 1073741827 Custom 123 enter \N \N \N +text-e0/a3/m3/n0/c0 393441 3 \N 0 3 \N \N \N +text-e0/a3/m3/n0/c1 393441 3 Custom 0 3 \N \N \N +text-e0/a3/m3/n0/c2 393441 3 \N 123 3 \N \N \N +text-e0/a3/m3/n0/c3 393441 3 Custom 123 3 \N \N \N +text-e0/a3/m3/n1/c0 393441 1073741827 \N 0 enter \N \N \N +text-e0/a3/m3/n1/c1 393441 1073741827 Custom 0 enter \N \N \N +text-e0/a3/m3/n1/c2 393441 1073741827 \N 123 enter \N \N \N +text-e0/a3/m3/n1/c3 393441 1073741827 Custom 123 enter \N \N \N +text-e0/a4/m0/n0/c0 225 4 \N 0 4 \N \N \N +text-e0/a4/m0/n0/c1 225 4 Custom 0 4 \N \N \N +text-e0/a4/m0/n0/c2 225 4 \N 123 4 \N \N \N +text-e0/a4/m0/n0/c3 225 4 Custom 123 4 \N \N \N +text-e0/a4/m0/n1/c0 225 1073741828 \N 0 enter \N \N \N +text-e0/a4/m0/n1/c1 225 1073741828 Custom 0 enter \N \N \N +text-e0/a4/m0/n1/c2 225 1073741828 \N 123 enter \N \N \N +text-e0/a4/m0/n1/c3 225 1073741828 Custom 123 enter \N \N \N +text-e0/a4/m1/n0/c0 131297 4 \N 0 4 \N \N \N +text-e0/a4/m1/n0/c1 131297 4 Custom 0 4 \N \N \N +text-e0/a4/m1/n0/c2 131297 4 \N 123 4 \N \N \N +text-e0/a4/m1/n0/c3 131297 4 Custom 123 4 \N \N \N +text-e0/a4/m1/n1/c0 131297 1073741828 \N 0 enter \N \N \N +text-e0/a4/m1/n1/c1 131297 1073741828 Custom 0 enter \N \N \N +text-e0/a4/m1/n1/c2 131297 1073741828 \N 123 enter \N \N \N +text-e0/a4/m1/n1/c3 131297 1073741828 Custom 123 enter \N \N \N +text-e0/a4/m2/n0/c0 262369 4 \N 0 4 \N \N \N +text-e0/a4/m2/n0/c1 262369 4 Custom 0 4 \N \N \N +text-e0/a4/m2/n0/c2 262369 4 \N 123 4 \N \N \N +text-e0/a4/m2/n0/c3 262369 4 Custom 123 4 \N \N \N +text-e0/a4/m2/n1/c0 262369 1073741828 \N 0 enter \N \N \N +text-e0/a4/m2/n1/c1 262369 1073741828 Custom 0 enter \N \N \N +text-e0/a4/m2/n1/c2 262369 1073741828 \N 123 enter \N \N \N +text-e0/a4/m2/n1/c3 262369 1073741828 Custom 123 enter \N \N \N +text-e0/a4/m3/n0/c0 393441 4 \N 0 4 \N \N \N +text-e0/a4/m3/n0/c1 393441 4 Custom 0 4 \N \N \N +text-e0/a4/m3/n0/c2 393441 4 \N 123 4 \N \N \N +text-e0/a4/m3/n0/c3 393441 4 Custom 123 4 \N \N \N +text-e0/a4/m3/n1/c0 393441 1073741828 \N 0 enter \N \N \N +text-e0/a4/m3/n1/c1 393441 1073741828 Custom 0 enter \N \N \N +text-e0/a4/m3/n1/c2 393441 1073741828 \N 123 enter \N \N \N +text-e0/a4/m3/n1/c3 393441 1073741828 Custom 123 enter \N \N \N +text-e0/a5/m0/n0/c0 225 5 \N 0 5 \N \N \N +text-e0/a5/m0/n0/c1 225 5 Custom 0 5 \N \N \N +text-e0/a5/m0/n0/c2 225 5 \N 123 5 \N \N \N +text-e0/a5/m0/n0/c3 225 5 Custom 123 5 \N \N \N +text-e0/a5/m0/n1/c0 225 1073741829 \N 0 enter \N \N \N +text-e0/a5/m0/n1/c1 225 1073741829 Custom 0 enter \N \N \N +text-e0/a5/m0/n1/c2 225 1073741829 \N 123 enter \N \N \N +text-e0/a5/m0/n1/c3 225 1073741829 Custom 123 enter \N \N \N +text-e0/a5/m1/n0/c0 131297 5 \N 0 5 \N \N \N +text-e0/a5/m1/n0/c1 131297 5 Custom 0 5 \N \N \N +text-e0/a5/m1/n0/c2 131297 5 \N 123 5 \N \N \N +text-e0/a5/m1/n0/c3 131297 5 Custom 123 5 \N \N \N +text-e0/a5/m1/n1/c0 131297 1073741829 \N 0 enter \N \N \N +text-e0/a5/m1/n1/c1 131297 1073741829 Custom 0 enter \N \N \N +text-e0/a5/m1/n1/c2 131297 1073741829 \N 123 enter \N \N \N +text-e0/a5/m1/n1/c3 131297 1073741829 Custom 123 enter \N \N \N +text-e0/a5/m2/n0/c0 262369 5 \N 0 5 \N \N \N +text-e0/a5/m2/n0/c1 262369 5 Custom 0 5 \N \N \N +text-e0/a5/m2/n0/c2 262369 5 \N 123 5 \N \N \N +text-e0/a5/m2/n0/c3 262369 5 Custom 123 5 \N \N \N +text-e0/a5/m2/n1/c0 262369 1073741829 \N 0 enter \N \N \N +text-e0/a5/m2/n1/c1 262369 1073741829 Custom 0 enter \N \N \N +text-e0/a5/m2/n1/c2 262369 1073741829 \N 123 enter \N \N \N +text-e0/a5/m2/n1/c3 262369 1073741829 Custom 123 enter \N \N \N +text-e0/a5/m3/n0/c0 393441 5 \N 0 5 \N \N \N +text-e0/a5/m3/n0/c1 393441 5 Custom 0 5 \N \N \N +text-e0/a5/m3/n0/c2 393441 5 \N 123 5 \N \N \N +text-e0/a5/m3/n0/c3 393441 5 Custom 123 5 \N \N \N +text-e0/a5/m3/n1/c0 393441 1073741829 \N 0 enter \N \N \N +text-e0/a5/m3/n1/c1 393441 1073741829 Custom 0 enter \N \N \N +text-e0/a5/m3/n1/c2 393441 1073741829 \N 123 enter \N \N \N +text-e0/a5/m3/n1/c3 393441 1073741829 Custom 123 enter \N \N \N +text-e0/a6/m0/n0/c0 225 6 \N 0 6 \N \N \N +text-e0/a6/m0/n0/c1 225 6 Custom 0 6 \N \N \N +text-e0/a6/m0/n0/c2 225 6 \N 123 6 \N \N \N +text-e0/a6/m0/n0/c3 225 6 Custom 123 6 \N \N \N +text-e0/a6/m0/n1/c0 225 1073741830 \N 0 enter \N \N \N +text-e0/a6/m0/n1/c1 225 1073741830 Custom 0 enter \N \N \N +text-e0/a6/m0/n1/c2 225 1073741830 \N 123 enter \N \N \N +text-e0/a6/m0/n1/c3 225 1073741830 Custom 123 enter \N \N \N +text-e0/a6/m1/n0/c0 131297 6 \N 0 6 \N \N \N +text-e0/a6/m1/n0/c1 131297 6 Custom 0 6 \N \N \N +text-e0/a6/m1/n0/c2 131297 6 \N 123 6 \N \N \N +text-e0/a6/m1/n0/c3 131297 6 Custom 123 6 \N \N \N +text-e0/a6/m1/n1/c0 131297 1073741830 \N 0 enter \N \N \N +text-e0/a6/m1/n1/c1 131297 1073741830 Custom 0 enter \N \N \N +text-e0/a6/m1/n1/c2 131297 1073741830 \N 123 enter \N \N \N +text-e0/a6/m1/n1/c3 131297 1073741830 Custom 123 enter \N \N \N +text-e0/a6/m2/n0/c0 262369 6 \N 0 6 \N \N \N +text-e0/a6/m2/n0/c1 262369 6 Custom 0 6 \N \N \N +text-e0/a6/m2/n0/c2 262369 6 \N 123 6 \N \N \N +text-e0/a6/m2/n0/c3 262369 6 Custom 123 6 \N \N \N +text-e0/a6/m2/n1/c0 262369 1073741830 \N 0 enter \N \N \N +text-e0/a6/m2/n1/c1 262369 1073741830 Custom 0 enter \N \N \N +text-e0/a6/m2/n1/c2 262369 1073741830 \N 123 enter \N \N \N +text-e0/a6/m2/n1/c3 262369 1073741830 Custom 123 enter \N \N \N +text-e0/a6/m3/n0/c0 393441 6 \N 0 6 \N \N \N +text-e0/a6/m3/n0/c1 393441 6 Custom 0 6 \N \N \N +text-e0/a6/m3/n0/c2 393441 6 \N 123 6 \N \N \N +text-e0/a6/m3/n0/c3 393441 6 Custom 123 6 \N \N \N +text-e0/a6/m3/n1/c0 393441 1073741830 \N 0 enter \N \N \N +text-e0/a6/m3/n1/c1 393441 1073741830 Custom 0 enter \N \N \N +text-e0/a6/m3/n1/c2 393441 1073741830 \N 123 enter \N \N \N +text-e0/a6/m3/n1/c3 393441 1073741830 Custom 123 enter \N \N \N +text-e0/a7/m0/n0/c0 225 7 \N 0 7 \N \N \N +text-e0/a7/m0/n0/c1 225 7 Custom 0 7 \N \N \N +text-e0/a7/m0/n0/c2 225 7 \N 123 7 \N \N \N +text-e0/a7/m0/n0/c3 225 7 Custom 123 7 \N \N \N +text-e0/a7/m0/n1/c0 225 1073741831 \N 0 enter \N \N \N +text-e0/a7/m0/n1/c1 225 1073741831 Custom 0 enter \N \N \N +text-e0/a7/m0/n1/c2 225 1073741831 \N 123 enter \N \N \N +text-e0/a7/m0/n1/c3 225 1073741831 Custom 123 enter \N \N \N +text-e0/a7/m1/n0/c0 131297 7 \N 0 7 \N \N \N +text-e0/a7/m1/n0/c1 131297 7 Custom 0 7 \N \N \N +text-e0/a7/m1/n0/c2 131297 7 \N 123 7 \N \N \N +text-e0/a7/m1/n0/c3 131297 7 Custom 123 7 \N \N \N +text-e0/a7/m1/n1/c0 131297 1073741831 \N 0 enter \N \N \N +text-e0/a7/m1/n1/c1 131297 1073741831 Custom 0 enter \N \N \N +text-e0/a7/m1/n1/c2 131297 1073741831 \N 123 enter \N \N \N +text-e0/a7/m1/n1/c3 131297 1073741831 Custom 123 enter \N \N \N +text-e0/a7/m2/n0/c0 262369 7 \N 0 7 \N \N \N +text-e0/a7/m2/n0/c1 262369 7 Custom 0 7 \N \N \N +text-e0/a7/m2/n0/c2 262369 7 \N 123 7 \N \N \N +text-e0/a7/m2/n0/c3 262369 7 Custom 123 7 \N \N \N +text-e0/a7/m2/n1/c0 262369 1073741831 \N 0 enter \N \N \N +text-e0/a7/m2/n1/c1 262369 1073741831 Custom 0 enter \N \N \N +text-e0/a7/m2/n1/c2 262369 1073741831 \N 123 enter \N \N \N +text-e0/a7/m2/n1/c3 262369 1073741831 Custom 123 enter \N \N \N +text-e0/a7/m3/n0/c0 393441 7 \N 0 7 \N \N \N +text-e0/a7/m3/n0/c1 393441 7 Custom 0 7 \N \N \N +text-e0/a7/m3/n0/c2 393441 7 \N 123 7 \N \N \N +text-e0/a7/m3/n0/c3 393441 7 Custom 123 7 \N \N \N +text-e0/a7/m3/n1/c0 393441 1073741831 \N 0 enter \N \N \N +text-e0/a7/m3/n1/c1 393441 1073741831 Custom 0 enter \N \N \N +text-e0/a7/m3/n1/c2 393441 1073741831 \N 123 enter \N \N \N +text-e0/a7/m3/n1/c3 393441 1073741831 Custom 123 enter \N \N \N +number/a0/m0/n0/c0 2 0 \N 0 enter \N \N \N +number/a0/m0/n0/c1 2 0 Custom 0 enter \N \N \N +number/a0/m0/n0/c2 2 0 \N 123 enter \N \N \N +number/a0/m0/n0/c3 2 0 Custom 123 enter \N \N \N +number/a0/m0/n1/c0 2 1073741824 \N 0 enter \N \N \N +number/a0/m0/n1/c1 2 1073741824 Custom 0 enter \N \N \N +number/a0/m0/n1/c2 2 1073741824 \N 123 enter \N \N \N +number/a0/m0/n1/c3 2 1073741824 Custom 123 enter \N \N \N +number/a0/m1/n0/c0 131074 0 \N 0 enter \N \N \N +number/a0/m1/n0/c1 131074 0 Custom 0 enter \N \N \N +number/a0/m1/n0/c2 131074 0 \N 123 enter \N \N \N +number/a0/m1/n0/c3 131074 0 Custom 123 enter \N \N \N +number/a0/m1/n1/c0 131074 1073741824 \N 0 enter \N \N \N +number/a0/m1/n1/c1 131074 1073741824 Custom 0 enter \N \N \N +number/a0/m1/n1/c2 131074 1073741824 \N 123 enter \N \N \N +number/a0/m1/n1/c3 131074 1073741824 Custom 123 enter \N \N \N +number/a0/m2/n0/c0 262146 0 \N 0 enter \N \N \N +number/a0/m2/n0/c1 262146 0 Custom 0 enter \N \N \N +number/a0/m2/n0/c2 262146 0 \N 123 enter \N \N \N +number/a0/m2/n0/c3 262146 0 Custom 123 enter \N \N \N +number/a0/m2/n1/c0 262146 1073741824 \N 0 enter \N \N \N +number/a0/m2/n1/c1 262146 1073741824 Custom 0 enter \N \N \N +number/a0/m2/n1/c2 262146 1073741824 \N 123 enter \N \N \N +number/a0/m2/n1/c3 262146 1073741824 Custom 123 enter \N \N \N +number/a0/m3/n0/c0 393218 0 \N 0 enter \N \N \N +number/a0/m3/n0/c1 393218 0 Custom 0 enter \N \N \N +number/a0/m3/n0/c2 393218 0 \N 123 enter \N \N \N +number/a0/m3/n0/c3 393218 0 Custom 123 enter \N \N \N +number/a0/m3/n1/c0 393218 1073741824 \N 0 enter \N \N \N +number/a0/m3/n1/c1 393218 1073741824 Custom 0 enter \N \N \N +number/a0/m3/n1/c2 393218 1073741824 \N 123 enter \N \N \N +number/a0/m3/n1/c3 393218 1073741824 Custom 123 enter \N \N \N +number/a1/m0/n0/c0 2 1 \N 0 enter \N \N \N +number/a1/m0/n0/c1 2 1 Custom 0 enter \N \N \N +number/a1/m0/n0/c2 2 1 \N 123 enter \N \N \N +number/a1/m0/n0/c3 2 1 Custom 123 enter \N \N \N +number/a1/m0/n1/c0 2 1073741825 \N 0 enter \N \N \N +number/a1/m0/n1/c1 2 1073741825 Custom 0 enter \N \N \N +number/a1/m0/n1/c2 2 1073741825 \N 123 enter \N \N \N +number/a1/m0/n1/c3 2 1073741825 Custom 123 enter \N \N \N +number/a1/m1/n0/c0 131074 1 \N 0 enter \N \N \N +number/a1/m1/n0/c1 131074 1 Custom 0 enter \N \N \N +number/a1/m1/n0/c2 131074 1 \N 123 enter \N \N \N +number/a1/m1/n0/c3 131074 1 Custom 123 enter \N \N \N +number/a1/m1/n1/c0 131074 1073741825 \N 0 enter \N \N \N +number/a1/m1/n1/c1 131074 1073741825 Custom 0 enter \N \N \N +number/a1/m1/n1/c2 131074 1073741825 \N 123 enter \N \N \N +number/a1/m1/n1/c3 131074 1073741825 Custom 123 enter \N \N \N +number/a1/m2/n0/c0 262146 1 \N 0 enter \N \N \N +number/a1/m2/n0/c1 262146 1 Custom 0 enter \N \N \N +number/a1/m2/n0/c2 262146 1 \N 123 enter \N \N \N +number/a1/m2/n0/c3 262146 1 Custom 123 enter \N \N \N +number/a1/m2/n1/c0 262146 1073741825 \N 0 enter \N \N \N +number/a1/m2/n1/c1 262146 1073741825 Custom 0 enter \N \N \N +number/a1/m2/n1/c2 262146 1073741825 \N 123 enter \N \N \N +number/a1/m2/n1/c3 262146 1073741825 Custom 123 enter \N \N \N +number/a1/m3/n0/c0 393218 1 \N 0 enter \N \N \N +number/a1/m3/n0/c1 393218 1 Custom 0 enter \N \N \N +number/a1/m3/n0/c2 393218 1 \N 123 enter \N \N \N +number/a1/m3/n0/c3 393218 1 Custom 123 enter \N \N \N +number/a1/m3/n1/c0 393218 1073741825 \N 0 enter \N \N \N +number/a1/m3/n1/c1 393218 1073741825 Custom 0 enter \N \N \N +number/a1/m3/n1/c2 393218 1073741825 \N 123 enter \N \N \N +number/a1/m3/n1/c3 393218 1073741825 Custom 123 enter \N \N \N +number/a2/m0/n0/c0 2 2 \N 0 2 \N \N \N +number/a2/m0/n0/c1 2 2 Custom 0 2 \N \N \N +number/a2/m0/n0/c2 2 2 \N 123 2 \N \N \N +number/a2/m0/n0/c3 2 2 Custom 123 2 \N \N \N +number/a2/m0/n1/c0 2 1073741826 \N 0 enter \N \N \N +number/a2/m0/n1/c1 2 1073741826 Custom 0 enter \N \N \N +number/a2/m0/n1/c2 2 1073741826 \N 123 enter \N \N \N +number/a2/m0/n1/c3 2 1073741826 Custom 123 enter \N \N \N +number/a2/m1/n0/c0 131074 2 \N 0 2 \N \N \N +number/a2/m1/n0/c1 131074 2 Custom 0 2 \N \N \N +number/a2/m1/n0/c2 131074 2 \N 123 2 \N \N \N +number/a2/m1/n0/c3 131074 2 Custom 123 2 \N \N \N +number/a2/m1/n1/c0 131074 1073741826 \N 0 enter \N \N \N +number/a2/m1/n1/c1 131074 1073741826 Custom 0 enter \N \N \N +number/a2/m1/n1/c2 131074 1073741826 \N 123 enter \N \N \N +number/a2/m1/n1/c3 131074 1073741826 Custom 123 enter \N \N \N +number/a2/m2/n0/c0 262146 2 \N 0 2 \N \N \N +number/a2/m2/n0/c1 262146 2 Custom 0 2 \N \N \N +number/a2/m2/n0/c2 262146 2 \N 123 2 \N \N \N +number/a2/m2/n0/c3 262146 2 Custom 123 2 \N \N \N +number/a2/m2/n1/c0 262146 1073741826 \N 0 enter \N \N \N +number/a2/m2/n1/c1 262146 1073741826 Custom 0 enter \N \N \N +number/a2/m2/n1/c2 262146 1073741826 \N 123 enter \N \N \N +number/a2/m2/n1/c3 262146 1073741826 Custom 123 enter \N \N \N +number/a2/m3/n0/c0 393218 2 \N 0 2 \N \N \N +number/a2/m3/n0/c1 393218 2 Custom 0 2 \N \N \N +number/a2/m3/n0/c2 393218 2 \N 123 2 \N \N \N +number/a2/m3/n0/c3 393218 2 Custom 123 2 \N \N \N +number/a2/m3/n1/c0 393218 1073741826 \N 0 enter \N \N \N +number/a2/m3/n1/c1 393218 1073741826 Custom 0 enter \N \N \N +number/a2/m3/n1/c2 393218 1073741826 \N 123 enter \N \N \N +number/a2/m3/n1/c3 393218 1073741826 Custom 123 enter \N \N \N +number/a3/m0/n0/c0 2 3 \N 0 3 \N \N \N +number/a3/m0/n0/c1 2 3 Custom 0 3 \N \N \N +number/a3/m0/n0/c2 2 3 \N 123 3 \N \N \N +number/a3/m0/n0/c3 2 3 Custom 123 3 \N \N \N +number/a3/m0/n1/c0 2 1073741827 \N 0 enter \N \N \N +number/a3/m0/n1/c1 2 1073741827 Custom 0 enter \N \N \N +number/a3/m0/n1/c2 2 1073741827 \N 123 enter \N \N \N +number/a3/m0/n1/c3 2 1073741827 Custom 123 enter \N \N \N +number/a3/m1/n0/c0 131074 3 \N 0 3 \N \N \N +number/a3/m1/n0/c1 131074 3 Custom 0 3 \N \N \N +number/a3/m1/n0/c2 131074 3 \N 123 3 \N \N \N +number/a3/m1/n0/c3 131074 3 Custom 123 3 \N \N \N +number/a3/m1/n1/c0 131074 1073741827 \N 0 enter \N \N \N +number/a3/m1/n1/c1 131074 1073741827 Custom 0 enter \N \N \N +number/a3/m1/n1/c2 131074 1073741827 \N 123 enter \N \N \N +number/a3/m1/n1/c3 131074 1073741827 Custom 123 enter \N \N \N +number/a3/m2/n0/c0 262146 3 \N 0 3 \N \N \N +number/a3/m2/n0/c1 262146 3 Custom 0 3 \N \N \N +number/a3/m2/n0/c2 262146 3 \N 123 3 \N \N \N +number/a3/m2/n0/c3 262146 3 Custom 123 3 \N \N \N +number/a3/m2/n1/c0 262146 1073741827 \N 0 enter \N \N \N +number/a3/m2/n1/c1 262146 1073741827 Custom 0 enter \N \N \N +number/a3/m2/n1/c2 262146 1073741827 \N 123 enter \N \N \N +number/a3/m2/n1/c3 262146 1073741827 Custom 123 enter \N \N \N +number/a3/m3/n0/c0 393218 3 \N 0 3 \N \N \N +number/a3/m3/n0/c1 393218 3 Custom 0 3 \N \N \N +number/a3/m3/n0/c2 393218 3 \N 123 3 \N \N \N +number/a3/m3/n0/c3 393218 3 Custom 123 3 \N \N \N +number/a3/m3/n1/c0 393218 1073741827 \N 0 enter \N \N \N +number/a3/m3/n1/c1 393218 1073741827 Custom 0 enter \N \N \N +number/a3/m3/n1/c2 393218 1073741827 \N 123 enter \N \N \N +number/a3/m3/n1/c3 393218 1073741827 Custom 123 enter \N \N \N +number/a4/m0/n0/c0 2 4 \N 0 4 \N \N \N +number/a4/m0/n0/c1 2 4 Custom 0 4 \N \N \N +number/a4/m0/n0/c2 2 4 \N 123 4 \N \N \N +number/a4/m0/n0/c3 2 4 Custom 123 4 \N \N \N +number/a4/m0/n1/c0 2 1073741828 \N 0 enter \N \N \N +number/a4/m0/n1/c1 2 1073741828 Custom 0 enter \N \N \N +number/a4/m0/n1/c2 2 1073741828 \N 123 enter \N \N \N +number/a4/m0/n1/c3 2 1073741828 Custom 123 enter \N \N \N +number/a4/m1/n0/c0 131074 4 \N 0 4 \N \N \N +number/a4/m1/n0/c1 131074 4 Custom 0 4 \N \N \N +number/a4/m1/n0/c2 131074 4 \N 123 4 \N \N \N +number/a4/m1/n0/c3 131074 4 Custom 123 4 \N \N \N +number/a4/m1/n1/c0 131074 1073741828 \N 0 enter \N \N \N +number/a4/m1/n1/c1 131074 1073741828 Custom 0 enter \N \N \N +number/a4/m1/n1/c2 131074 1073741828 \N 123 enter \N \N \N +number/a4/m1/n1/c3 131074 1073741828 Custom 123 enter \N \N \N +number/a4/m2/n0/c0 262146 4 \N 0 4 \N \N \N +number/a4/m2/n0/c1 262146 4 Custom 0 4 \N \N \N +number/a4/m2/n0/c2 262146 4 \N 123 4 \N \N \N +number/a4/m2/n0/c3 262146 4 Custom 123 4 \N \N \N +number/a4/m2/n1/c0 262146 1073741828 \N 0 enter \N \N \N +number/a4/m2/n1/c1 262146 1073741828 Custom 0 enter \N \N \N +number/a4/m2/n1/c2 262146 1073741828 \N 123 enter \N \N \N +number/a4/m2/n1/c3 262146 1073741828 Custom 123 enter \N \N \N +number/a4/m3/n0/c0 393218 4 \N 0 4 \N \N \N +number/a4/m3/n0/c1 393218 4 Custom 0 4 \N \N \N +number/a4/m3/n0/c2 393218 4 \N 123 4 \N \N \N +number/a4/m3/n0/c3 393218 4 Custom 123 4 \N \N \N +number/a4/m3/n1/c0 393218 1073741828 \N 0 enter \N \N \N +number/a4/m3/n1/c1 393218 1073741828 Custom 0 enter \N \N \N +number/a4/m3/n1/c2 393218 1073741828 \N 123 enter \N \N \N +number/a4/m3/n1/c3 393218 1073741828 Custom 123 enter \N \N \N +number/a5/m0/n0/c0 2 5 \N 0 5 \N \N \N +number/a5/m0/n0/c1 2 5 Custom 0 5 \N \N \N +number/a5/m0/n0/c2 2 5 \N 123 5 \N \N \N +number/a5/m0/n0/c3 2 5 Custom 123 5 \N \N \N +number/a5/m0/n1/c0 2 1073741829 \N 0 enter \N \N \N +number/a5/m0/n1/c1 2 1073741829 Custom 0 enter \N \N \N +number/a5/m0/n1/c2 2 1073741829 \N 123 enter \N \N \N +number/a5/m0/n1/c3 2 1073741829 Custom 123 enter \N \N \N +number/a5/m1/n0/c0 131074 5 \N 0 5 \N \N \N +number/a5/m1/n0/c1 131074 5 Custom 0 5 \N \N \N +number/a5/m1/n0/c2 131074 5 \N 123 5 \N \N \N +number/a5/m1/n0/c3 131074 5 Custom 123 5 \N \N \N +number/a5/m1/n1/c0 131074 1073741829 \N 0 enter \N \N \N +number/a5/m1/n1/c1 131074 1073741829 Custom 0 enter \N \N \N +number/a5/m1/n1/c2 131074 1073741829 \N 123 enter \N \N \N +number/a5/m1/n1/c3 131074 1073741829 Custom 123 enter \N \N \N +number/a5/m2/n0/c0 262146 5 \N 0 5 \N \N \N +number/a5/m2/n0/c1 262146 5 Custom 0 5 \N \N \N +number/a5/m2/n0/c2 262146 5 \N 123 5 \N \N \N +number/a5/m2/n0/c3 262146 5 Custom 123 5 \N \N \N +number/a5/m2/n1/c0 262146 1073741829 \N 0 enter \N \N \N +number/a5/m2/n1/c1 262146 1073741829 Custom 0 enter \N \N \N +number/a5/m2/n1/c2 262146 1073741829 \N 123 enter \N \N \N +number/a5/m2/n1/c3 262146 1073741829 Custom 123 enter \N \N \N +number/a5/m3/n0/c0 393218 5 \N 0 5 \N \N \N +number/a5/m3/n0/c1 393218 5 Custom 0 5 \N \N \N +number/a5/m3/n0/c2 393218 5 \N 123 5 \N \N \N +number/a5/m3/n0/c3 393218 5 Custom 123 5 \N \N \N +number/a5/m3/n1/c0 393218 1073741829 \N 0 enter \N \N \N +number/a5/m3/n1/c1 393218 1073741829 Custom 0 enter \N \N \N +number/a5/m3/n1/c2 393218 1073741829 \N 123 enter \N \N \N +number/a5/m3/n1/c3 393218 1073741829 Custom 123 enter \N \N \N +number/a6/m0/n0/c0 2 6 \N 0 6 \N \N \N +number/a6/m0/n0/c1 2 6 Custom 0 6 \N \N \N +number/a6/m0/n0/c2 2 6 \N 123 6 \N \N \N +number/a6/m0/n0/c3 2 6 Custom 123 6 \N \N \N +number/a6/m0/n1/c0 2 1073741830 \N 0 enter \N \N \N +number/a6/m0/n1/c1 2 1073741830 Custom 0 enter \N \N \N +number/a6/m0/n1/c2 2 1073741830 \N 123 enter \N \N \N +number/a6/m0/n1/c3 2 1073741830 Custom 123 enter \N \N \N +number/a6/m1/n0/c0 131074 6 \N 0 6 \N \N \N +number/a6/m1/n0/c1 131074 6 Custom 0 6 \N \N \N +number/a6/m1/n0/c2 131074 6 \N 123 6 \N \N \N +number/a6/m1/n0/c3 131074 6 Custom 123 6 \N \N \N +number/a6/m1/n1/c0 131074 1073741830 \N 0 enter \N \N \N +number/a6/m1/n1/c1 131074 1073741830 Custom 0 enter \N \N \N +number/a6/m1/n1/c2 131074 1073741830 \N 123 enter \N \N \N +number/a6/m1/n1/c3 131074 1073741830 Custom 123 enter \N \N \N +number/a6/m2/n0/c0 262146 6 \N 0 6 \N \N \N +number/a6/m2/n0/c1 262146 6 Custom 0 6 \N \N \N +number/a6/m2/n0/c2 262146 6 \N 123 6 \N \N \N +number/a6/m2/n0/c3 262146 6 Custom 123 6 \N \N \N +number/a6/m2/n1/c0 262146 1073741830 \N 0 enter \N \N \N +number/a6/m2/n1/c1 262146 1073741830 Custom 0 enter \N \N \N +number/a6/m2/n1/c2 262146 1073741830 \N 123 enter \N \N \N +number/a6/m2/n1/c3 262146 1073741830 Custom 123 enter \N \N \N +number/a6/m3/n0/c0 393218 6 \N 0 6 \N \N \N +number/a6/m3/n0/c1 393218 6 Custom 0 6 \N \N \N +number/a6/m3/n0/c2 393218 6 \N 123 6 \N \N \N +number/a6/m3/n0/c3 393218 6 Custom 123 6 \N \N \N +number/a6/m3/n1/c0 393218 1073741830 \N 0 enter \N \N \N +number/a6/m3/n1/c1 393218 1073741830 Custom 0 enter \N \N \N +number/a6/m3/n1/c2 393218 1073741830 \N 123 enter \N \N \N +number/a6/m3/n1/c3 393218 1073741830 Custom 123 enter \N \N \N +number/a7/m0/n0/c0 2 7 \N 0 7 \N \N \N +number/a7/m0/n0/c1 2 7 Custom 0 7 \N \N \N +number/a7/m0/n0/c2 2 7 \N 123 7 \N \N \N +number/a7/m0/n0/c3 2 7 Custom 123 7 \N \N \N +number/a7/m0/n1/c0 2 1073741831 \N 0 enter \N \N \N +number/a7/m0/n1/c1 2 1073741831 Custom 0 enter \N \N \N +number/a7/m0/n1/c2 2 1073741831 \N 123 enter \N \N \N +number/a7/m0/n1/c3 2 1073741831 Custom 123 enter \N \N \N +number/a7/m1/n0/c0 131074 7 \N 0 7 \N \N \N +number/a7/m1/n0/c1 131074 7 Custom 0 7 \N \N \N +number/a7/m1/n0/c2 131074 7 \N 123 7 \N \N \N +number/a7/m1/n0/c3 131074 7 Custom 123 7 \N \N \N +number/a7/m1/n1/c0 131074 1073741831 \N 0 enter \N \N \N +number/a7/m1/n1/c1 131074 1073741831 Custom 0 enter \N \N \N +number/a7/m1/n1/c2 131074 1073741831 \N 123 enter \N \N \N +number/a7/m1/n1/c3 131074 1073741831 Custom 123 enter \N \N \N +number/a7/m2/n0/c0 262146 7 \N 0 7 \N \N \N +number/a7/m2/n0/c1 262146 7 Custom 0 7 \N \N \N +number/a7/m2/n0/c2 262146 7 \N 123 7 \N \N \N +number/a7/m2/n0/c3 262146 7 Custom 123 7 \N \N \N +number/a7/m2/n1/c0 262146 1073741831 \N 0 enter \N \N \N +number/a7/m2/n1/c1 262146 1073741831 Custom 0 enter \N \N \N +number/a7/m2/n1/c2 262146 1073741831 \N 123 enter \N \N \N +number/a7/m2/n1/c3 262146 1073741831 Custom 123 enter \N \N \N +number/a7/m3/n0/c0 393218 7 \N 0 7 \N \N \N +number/a7/m3/n0/c1 393218 7 Custom 0 7 \N \N \N +number/a7/m3/n0/c2 393218 7 \N 123 7 \N \N \N +number/a7/m3/n0/c3 393218 7 Custom 123 7 \N \N \N +number/a7/m3/n1/c0 393218 1073741831 \N 0 enter \N \N \N +number/a7/m3/n1/c1 393218 1073741831 Custom 0 enter \N \N \N +number/a7/m3/n1/c2 393218 1073741831 \N 123 enter \N \N \N +number/a7/m3/n1/c3 393218 1073741831 Custom 123 enter \N \N \N +number-password/a0/m0/n0/c0 18 0 \N 0 enter \N \N \N +number-password/a0/m0/n0/c1 18 0 Custom 0 enter \N \N \N +number-password/a0/m0/n0/c2 18 0 \N 123 enter \N \N \N +number-password/a0/m0/n0/c3 18 0 Custom 123 enter \N \N \N +number-password/a0/m0/n1/c0 18 1073741824 \N 0 enter \N \N \N +number-password/a0/m0/n1/c1 18 1073741824 Custom 0 enter \N \N \N +number-password/a0/m0/n1/c2 18 1073741824 \N 123 enter \N \N \N +number-password/a0/m0/n1/c3 18 1073741824 Custom 123 enter \N \N \N +number-password/a0/m1/n0/c0 131090 0 \N 0 enter \N \N \N +number-password/a0/m1/n0/c1 131090 0 Custom 0 enter \N \N \N +number-password/a0/m1/n0/c2 131090 0 \N 123 enter \N \N \N +number-password/a0/m1/n0/c3 131090 0 Custom 123 enter \N \N \N +number-password/a0/m1/n1/c0 131090 1073741824 \N 0 enter \N \N \N +number-password/a0/m1/n1/c1 131090 1073741824 Custom 0 enter \N \N \N +number-password/a0/m1/n1/c2 131090 1073741824 \N 123 enter \N \N \N +number-password/a0/m1/n1/c3 131090 1073741824 Custom 123 enter \N \N \N +number-password/a0/m2/n0/c0 262162 0 \N 0 enter \N \N \N +number-password/a0/m2/n0/c1 262162 0 Custom 0 enter \N \N \N +number-password/a0/m2/n0/c2 262162 0 \N 123 enter \N \N \N +number-password/a0/m2/n0/c3 262162 0 Custom 123 enter \N \N \N +number-password/a0/m2/n1/c0 262162 1073741824 \N 0 enter \N \N \N +number-password/a0/m2/n1/c1 262162 1073741824 Custom 0 enter \N \N \N +number-password/a0/m2/n1/c2 262162 1073741824 \N 123 enter \N \N \N +number-password/a0/m2/n1/c3 262162 1073741824 Custom 123 enter \N \N \N +number-password/a0/m3/n0/c0 393234 0 \N 0 enter \N \N \N +number-password/a0/m3/n0/c1 393234 0 Custom 0 enter \N \N \N +number-password/a0/m3/n0/c2 393234 0 \N 123 enter \N \N \N +number-password/a0/m3/n0/c3 393234 0 Custom 123 enter \N \N \N +number-password/a0/m3/n1/c0 393234 1073741824 \N 0 enter \N \N \N +number-password/a0/m3/n1/c1 393234 1073741824 Custom 0 enter \N \N \N +number-password/a0/m3/n1/c2 393234 1073741824 \N 123 enter \N \N \N +number-password/a0/m3/n1/c3 393234 1073741824 Custom 123 enter \N \N \N +number-password/a1/m0/n0/c0 18 1 \N 0 enter \N \N \N +number-password/a1/m0/n0/c1 18 1 Custom 0 enter \N \N \N +number-password/a1/m0/n0/c2 18 1 \N 123 enter \N \N \N +number-password/a1/m0/n0/c3 18 1 Custom 123 enter \N \N \N +number-password/a1/m0/n1/c0 18 1073741825 \N 0 enter \N \N \N +number-password/a1/m0/n1/c1 18 1073741825 Custom 0 enter \N \N \N +number-password/a1/m0/n1/c2 18 1073741825 \N 123 enter \N \N \N +number-password/a1/m0/n1/c3 18 1073741825 Custom 123 enter \N \N \N +number-password/a1/m1/n0/c0 131090 1 \N 0 enter \N \N \N +number-password/a1/m1/n0/c1 131090 1 Custom 0 enter \N \N \N +number-password/a1/m1/n0/c2 131090 1 \N 123 enter \N \N \N +number-password/a1/m1/n0/c3 131090 1 Custom 123 enter \N \N \N +number-password/a1/m1/n1/c0 131090 1073741825 \N 0 enter \N \N \N +number-password/a1/m1/n1/c1 131090 1073741825 Custom 0 enter \N \N \N +number-password/a1/m1/n1/c2 131090 1073741825 \N 123 enter \N \N \N +number-password/a1/m1/n1/c3 131090 1073741825 Custom 123 enter \N \N \N +number-password/a1/m2/n0/c0 262162 1 \N 0 enter \N \N \N +number-password/a1/m2/n0/c1 262162 1 Custom 0 enter \N \N \N +number-password/a1/m2/n0/c2 262162 1 \N 123 enter \N \N \N +number-password/a1/m2/n0/c3 262162 1 Custom 123 enter \N \N \N +number-password/a1/m2/n1/c0 262162 1073741825 \N 0 enter \N \N \N +number-password/a1/m2/n1/c1 262162 1073741825 Custom 0 enter \N \N \N +number-password/a1/m2/n1/c2 262162 1073741825 \N 123 enter \N \N \N +number-password/a1/m2/n1/c3 262162 1073741825 Custom 123 enter \N \N \N +number-password/a1/m3/n0/c0 393234 1 \N 0 enter \N \N \N +number-password/a1/m3/n0/c1 393234 1 Custom 0 enter \N \N \N +number-password/a1/m3/n0/c2 393234 1 \N 123 enter \N \N \N +number-password/a1/m3/n0/c3 393234 1 Custom 123 enter \N \N \N +number-password/a1/m3/n1/c0 393234 1073741825 \N 0 enter \N \N \N +number-password/a1/m3/n1/c1 393234 1073741825 Custom 0 enter \N \N \N +number-password/a1/m3/n1/c2 393234 1073741825 \N 123 enter \N \N \N +number-password/a1/m3/n1/c3 393234 1073741825 Custom 123 enter \N \N \N +number-password/a2/m0/n0/c0 18 2 \N 0 2 \N \N \N +number-password/a2/m0/n0/c1 18 2 Custom 0 2 \N \N \N +number-password/a2/m0/n0/c2 18 2 \N 123 2 \N \N \N +number-password/a2/m0/n0/c3 18 2 Custom 123 2 \N \N \N +number-password/a2/m0/n1/c0 18 1073741826 \N 0 enter \N \N \N +number-password/a2/m0/n1/c1 18 1073741826 Custom 0 enter \N \N \N +number-password/a2/m0/n1/c2 18 1073741826 \N 123 enter \N \N \N +number-password/a2/m0/n1/c3 18 1073741826 Custom 123 enter \N \N \N +number-password/a2/m1/n0/c0 131090 2 \N 0 2 \N \N \N +number-password/a2/m1/n0/c1 131090 2 Custom 0 2 \N \N \N +number-password/a2/m1/n0/c2 131090 2 \N 123 2 \N \N \N +number-password/a2/m1/n0/c3 131090 2 Custom 123 2 \N \N \N +number-password/a2/m1/n1/c0 131090 1073741826 \N 0 enter \N \N \N +number-password/a2/m1/n1/c1 131090 1073741826 Custom 0 enter \N \N \N +number-password/a2/m1/n1/c2 131090 1073741826 \N 123 enter \N \N \N +number-password/a2/m1/n1/c3 131090 1073741826 Custom 123 enter \N \N \N +number-password/a2/m2/n0/c0 262162 2 \N 0 2 \N \N \N +number-password/a2/m2/n0/c1 262162 2 Custom 0 2 \N \N \N +number-password/a2/m2/n0/c2 262162 2 \N 123 2 \N \N \N +number-password/a2/m2/n0/c3 262162 2 Custom 123 2 \N \N \N +number-password/a2/m2/n1/c0 262162 1073741826 \N 0 enter \N \N \N +number-password/a2/m2/n1/c1 262162 1073741826 Custom 0 enter \N \N \N +number-password/a2/m2/n1/c2 262162 1073741826 \N 123 enter \N \N \N +number-password/a2/m2/n1/c3 262162 1073741826 Custom 123 enter \N \N \N +number-password/a2/m3/n0/c0 393234 2 \N 0 2 \N \N \N +number-password/a2/m3/n0/c1 393234 2 Custom 0 2 \N \N \N +number-password/a2/m3/n0/c2 393234 2 \N 123 2 \N \N \N +number-password/a2/m3/n0/c3 393234 2 Custom 123 2 \N \N \N +number-password/a2/m3/n1/c0 393234 1073741826 \N 0 enter \N \N \N +number-password/a2/m3/n1/c1 393234 1073741826 Custom 0 enter \N \N \N +number-password/a2/m3/n1/c2 393234 1073741826 \N 123 enter \N \N \N +number-password/a2/m3/n1/c3 393234 1073741826 Custom 123 enter \N \N \N +number-password/a3/m0/n0/c0 18 3 \N 0 3 \N \N \N +number-password/a3/m0/n0/c1 18 3 Custom 0 3 \N \N \N +number-password/a3/m0/n0/c2 18 3 \N 123 3 \N \N \N +number-password/a3/m0/n0/c3 18 3 Custom 123 3 \N \N \N +number-password/a3/m0/n1/c0 18 1073741827 \N 0 enter \N \N \N +number-password/a3/m0/n1/c1 18 1073741827 Custom 0 enter \N \N \N +number-password/a3/m0/n1/c2 18 1073741827 \N 123 enter \N \N \N +number-password/a3/m0/n1/c3 18 1073741827 Custom 123 enter \N \N \N +number-password/a3/m1/n0/c0 131090 3 \N 0 3 \N \N \N +number-password/a3/m1/n0/c1 131090 3 Custom 0 3 \N \N \N +number-password/a3/m1/n0/c2 131090 3 \N 123 3 \N \N \N +number-password/a3/m1/n0/c3 131090 3 Custom 123 3 \N \N \N +number-password/a3/m1/n1/c0 131090 1073741827 \N 0 enter \N \N \N +number-password/a3/m1/n1/c1 131090 1073741827 Custom 0 enter \N \N \N +number-password/a3/m1/n1/c2 131090 1073741827 \N 123 enter \N \N \N +number-password/a3/m1/n1/c3 131090 1073741827 Custom 123 enter \N \N \N +number-password/a3/m2/n0/c0 262162 3 \N 0 3 \N \N \N +number-password/a3/m2/n0/c1 262162 3 Custom 0 3 \N \N \N +number-password/a3/m2/n0/c2 262162 3 \N 123 3 \N \N \N +number-password/a3/m2/n0/c3 262162 3 Custom 123 3 \N \N \N +number-password/a3/m2/n1/c0 262162 1073741827 \N 0 enter \N \N \N +number-password/a3/m2/n1/c1 262162 1073741827 Custom 0 enter \N \N \N +number-password/a3/m2/n1/c2 262162 1073741827 \N 123 enter \N \N \N +number-password/a3/m2/n1/c3 262162 1073741827 Custom 123 enter \N \N \N +number-password/a3/m3/n0/c0 393234 3 \N 0 3 \N \N \N +number-password/a3/m3/n0/c1 393234 3 Custom 0 3 \N \N \N +number-password/a3/m3/n0/c2 393234 3 \N 123 3 \N \N \N +number-password/a3/m3/n0/c3 393234 3 Custom 123 3 \N \N \N +number-password/a3/m3/n1/c0 393234 1073741827 \N 0 enter \N \N \N +number-password/a3/m3/n1/c1 393234 1073741827 Custom 0 enter \N \N \N +number-password/a3/m3/n1/c2 393234 1073741827 \N 123 enter \N \N \N +number-password/a3/m3/n1/c3 393234 1073741827 Custom 123 enter \N \N \N +number-password/a4/m0/n0/c0 18 4 \N 0 4 \N \N \N +number-password/a4/m0/n0/c1 18 4 Custom 0 4 \N \N \N +number-password/a4/m0/n0/c2 18 4 \N 123 4 \N \N \N +number-password/a4/m0/n0/c3 18 4 Custom 123 4 \N \N \N +number-password/a4/m0/n1/c0 18 1073741828 \N 0 enter \N \N \N +number-password/a4/m0/n1/c1 18 1073741828 Custom 0 enter \N \N \N +number-password/a4/m0/n1/c2 18 1073741828 \N 123 enter \N \N \N +number-password/a4/m0/n1/c3 18 1073741828 Custom 123 enter \N \N \N +number-password/a4/m1/n0/c0 131090 4 \N 0 4 \N \N \N +number-password/a4/m1/n0/c1 131090 4 Custom 0 4 \N \N \N +number-password/a4/m1/n0/c2 131090 4 \N 123 4 \N \N \N +number-password/a4/m1/n0/c3 131090 4 Custom 123 4 \N \N \N +number-password/a4/m1/n1/c0 131090 1073741828 \N 0 enter \N \N \N +number-password/a4/m1/n1/c1 131090 1073741828 Custom 0 enter \N \N \N +number-password/a4/m1/n1/c2 131090 1073741828 \N 123 enter \N \N \N +number-password/a4/m1/n1/c3 131090 1073741828 Custom 123 enter \N \N \N +number-password/a4/m2/n0/c0 262162 4 \N 0 4 \N \N \N +number-password/a4/m2/n0/c1 262162 4 Custom 0 4 \N \N \N +number-password/a4/m2/n0/c2 262162 4 \N 123 4 \N \N \N +number-password/a4/m2/n0/c3 262162 4 Custom 123 4 \N \N \N +number-password/a4/m2/n1/c0 262162 1073741828 \N 0 enter \N \N \N +number-password/a4/m2/n1/c1 262162 1073741828 Custom 0 enter \N \N \N +number-password/a4/m2/n1/c2 262162 1073741828 \N 123 enter \N \N \N +number-password/a4/m2/n1/c3 262162 1073741828 Custom 123 enter \N \N \N +number-password/a4/m3/n0/c0 393234 4 \N 0 4 \N \N \N +number-password/a4/m3/n0/c1 393234 4 Custom 0 4 \N \N \N +number-password/a4/m3/n0/c2 393234 4 \N 123 4 \N \N \N +number-password/a4/m3/n0/c3 393234 4 Custom 123 4 \N \N \N +number-password/a4/m3/n1/c0 393234 1073741828 \N 0 enter \N \N \N +number-password/a4/m3/n1/c1 393234 1073741828 Custom 0 enter \N \N \N +number-password/a4/m3/n1/c2 393234 1073741828 \N 123 enter \N \N \N +number-password/a4/m3/n1/c3 393234 1073741828 Custom 123 enter \N \N \N +number-password/a5/m0/n0/c0 18 5 \N 0 5 \N \N \N +number-password/a5/m0/n0/c1 18 5 Custom 0 5 \N \N \N +number-password/a5/m0/n0/c2 18 5 \N 123 5 \N \N \N +number-password/a5/m0/n0/c3 18 5 Custom 123 5 \N \N \N +number-password/a5/m0/n1/c0 18 1073741829 \N 0 enter \N \N \N +number-password/a5/m0/n1/c1 18 1073741829 Custom 0 enter \N \N \N +number-password/a5/m0/n1/c2 18 1073741829 \N 123 enter \N \N \N +number-password/a5/m0/n1/c3 18 1073741829 Custom 123 enter \N \N \N +number-password/a5/m1/n0/c0 131090 5 \N 0 5 \N \N \N +number-password/a5/m1/n0/c1 131090 5 Custom 0 5 \N \N \N +number-password/a5/m1/n0/c2 131090 5 \N 123 5 \N \N \N +number-password/a5/m1/n0/c3 131090 5 Custom 123 5 \N \N \N +number-password/a5/m1/n1/c0 131090 1073741829 \N 0 enter \N \N \N +number-password/a5/m1/n1/c1 131090 1073741829 Custom 0 enter \N \N \N +number-password/a5/m1/n1/c2 131090 1073741829 \N 123 enter \N \N \N +number-password/a5/m1/n1/c3 131090 1073741829 Custom 123 enter \N \N \N +number-password/a5/m2/n0/c0 262162 5 \N 0 5 \N \N \N +number-password/a5/m2/n0/c1 262162 5 Custom 0 5 \N \N \N +number-password/a5/m2/n0/c2 262162 5 \N 123 5 \N \N \N +number-password/a5/m2/n0/c3 262162 5 Custom 123 5 \N \N \N +number-password/a5/m2/n1/c0 262162 1073741829 \N 0 enter \N \N \N +number-password/a5/m2/n1/c1 262162 1073741829 Custom 0 enter \N \N \N +number-password/a5/m2/n1/c2 262162 1073741829 \N 123 enter \N \N \N +number-password/a5/m2/n1/c3 262162 1073741829 Custom 123 enter \N \N \N +number-password/a5/m3/n0/c0 393234 5 \N 0 5 \N \N \N +number-password/a5/m3/n0/c1 393234 5 Custom 0 5 \N \N \N +number-password/a5/m3/n0/c2 393234 5 \N 123 5 \N \N \N +number-password/a5/m3/n0/c3 393234 5 Custom 123 5 \N \N \N +number-password/a5/m3/n1/c0 393234 1073741829 \N 0 enter \N \N \N +number-password/a5/m3/n1/c1 393234 1073741829 Custom 0 enter \N \N \N +number-password/a5/m3/n1/c2 393234 1073741829 \N 123 enter \N \N \N +number-password/a5/m3/n1/c3 393234 1073741829 Custom 123 enter \N \N \N +number-password/a6/m0/n0/c0 18 6 \N 0 6 \N \N \N +number-password/a6/m0/n0/c1 18 6 Custom 0 6 \N \N \N +number-password/a6/m0/n0/c2 18 6 \N 123 6 \N \N \N +number-password/a6/m0/n0/c3 18 6 Custom 123 6 \N \N \N +number-password/a6/m0/n1/c0 18 1073741830 \N 0 enter \N \N \N +number-password/a6/m0/n1/c1 18 1073741830 Custom 0 enter \N \N \N +number-password/a6/m0/n1/c2 18 1073741830 \N 123 enter \N \N \N +number-password/a6/m0/n1/c3 18 1073741830 Custom 123 enter \N \N \N +number-password/a6/m1/n0/c0 131090 6 \N 0 6 \N \N \N +number-password/a6/m1/n0/c1 131090 6 Custom 0 6 \N \N \N +number-password/a6/m1/n0/c2 131090 6 \N 123 6 \N \N \N +number-password/a6/m1/n0/c3 131090 6 Custom 123 6 \N \N \N +number-password/a6/m1/n1/c0 131090 1073741830 \N 0 enter \N \N \N +number-password/a6/m1/n1/c1 131090 1073741830 Custom 0 enter \N \N \N +number-password/a6/m1/n1/c2 131090 1073741830 \N 123 enter \N \N \N +number-password/a6/m1/n1/c3 131090 1073741830 Custom 123 enter \N \N \N +number-password/a6/m2/n0/c0 262162 6 \N 0 6 \N \N \N +number-password/a6/m2/n0/c1 262162 6 Custom 0 6 \N \N \N +number-password/a6/m2/n0/c2 262162 6 \N 123 6 \N \N \N +number-password/a6/m2/n0/c3 262162 6 Custom 123 6 \N \N \N +number-password/a6/m2/n1/c0 262162 1073741830 \N 0 enter \N \N \N +number-password/a6/m2/n1/c1 262162 1073741830 Custom 0 enter \N \N \N +number-password/a6/m2/n1/c2 262162 1073741830 \N 123 enter \N \N \N +number-password/a6/m2/n1/c3 262162 1073741830 Custom 123 enter \N \N \N +number-password/a6/m3/n0/c0 393234 6 \N 0 6 \N \N \N +number-password/a6/m3/n0/c1 393234 6 Custom 0 6 \N \N \N +number-password/a6/m3/n0/c2 393234 6 \N 123 6 \N \N \N +number-password/a6/m3/n0/c3 393234 6 Custom 123 6 \N \N \N +number-password/a6/m3/n1/c0 393234 1073741830 \N 0 enter \N \N \N +number-password/a6/m3/n1/c1 393234 1073741830 Custom 0 enter \N \N \N +number-password/a6/m3/n1/c2 393234 1073741830 \N 123 enter \N \N \N +number-password/a6/m3/n1/c3 393234 1073741830 Custom 123 enter \N \N \N +number-password/a7/m0/n0/c0 18 7 \N 0 7 \N \N \N +number-password/a7/m0/n0/c1 18 7 Custom 0 7 \N \N \N +number-password/a7/m0/n0/c2 18 7 \N 123 7 \N \N \N +number-password/a7/m0/n0/c3 18 7 Custom 123 7 \N \N \N +number-password/a7/m0/n1/c0 18 1073741831 \N 0 enter \N \N \N +number-password/a7/m0/n1/c1 18 1073741831 Custom 0 enter \N \N \N +number-password/a7/m0/n1/c2 18 1073741831 \N 123 enter \N \N \N +number-password/a7/m0/n1/c3 18 1073741831 Custom 123 enter \N \N \N +number-password/a7/m1/n0/c0 131090 7 \N 0 7 \N \N \N +number-password/a7/m1/n0/c1 131090 7 Custom 0 7 \N \N \N +number-password/a7/m1/n0/c2 131090 7 \N 123 7 \N \N \N +number-password/a7/m1/n0/c3 131090 7 Custom 123 7 \N \N \N +number-password/a7/m1/n1/c0 131090 1073741831 \N 0 enter \N \N \N +number-password/a7/m1/n1/c1 131090 1073741831 Custom 0 enter \N \N \N +number-password/a7/m1/n1/c2 131090 1073741831 \N 123 enter \N \N \N +number-password/a7/m1/n1/c3 131090 1073741831 Custom 123 enter \N \N \N +number-password/a7/m2/n0/c0 262162 7 \N 0 7 \N \N \N +number-password/a7/m2/n0/c1 262162 7 Custom 0 7 \N \N \N +number-password/a7/m2/n0/c2 262162 7 \N 123 7 \N \N \N +number-password/a7/m2/n0/c3 262162 7 Custom 123 7 \N \N \N +number-password/a7/m2/n1/c0 262162 1073741831 \N 0 enter \N \N \N +number-password/a7/m2/n1/c1 262162 1073741831 Custom 0 enter \N \N \N +number-password/a7/m2/n1/c2 262162 1073741831 \N 123 enter \N \N \N +number-password/a7/m2/n1/c3 262162 1073741831 Custom 123 enter \N \N \N +number-password/a7/m3/n0/c0 393234 7 \N 0 7 \N \N \N +number-password/a7/m3/n0/c1 393234 7 Custom 0 7 \N \N \N +number-password/a7/m3/n0/c2 393234 7 \N 123 7 \N \N \N +number-password/a7/m3/n0/c3 393234 7 Custom 123 7 \N \N \N +number-password/a7/m3/n1/c0 393234 1073741831 \N 0 enter \N \N \N +number-password/a7/m3/n1/c1 393234 1073741831 Custom 0 enter \N \N \N +number-password/a7/m3/n1/c2 393234 1073741831 \N 123 enter \N \N \N +number-password/a7/m3/n1/c3 393234 1073741831 Custom 123 enter \N \N \N +phone/a0/m0/n0/c0 3 0 \N 0 enter \N \N \N +phone/a0/m0/n0/c1 3 0 Custom 0 enter \N \N \N +phone/a0/m0/n0/c2 3 0 \N 123 enter \N \N \N +phone/a0/m0/n0/c3 3 0 Custom 123 enter \N \N \N +phone/a0/m0/n1/c0 3 1073741824 \N 0 enter \N \N \N +phone/a0/m0/n1/c1 3 1073741824 Custom 0 enter \N \N \N +phone/a0/m0/n1/c2 3 1073741824 \N 123 enter \N \N \N +phone/a0/m0/n1/c3 3 1073741824 Custom 123 enter \N \N \N +phone/a0/m1/n0/c0 131075 0 \N 0 enter \N \N \N +phone/a0/m1/n0/c1 131075 0 Custom 0 enter \N \N \N +phone/a0/m1/n0/c2 131075 0 \N 123 enter \N \N \N +phone/a0/m1/n0/c3 131075 0 Custom 123 enter \N \N \N +phone/a0/m1/n1/c0 131075 1073741824 \N 0 enter \N \N \N +phone/a0/m1/n1/c1 131075 1073741824 Custom 0 enter \N \N \N +phone/a0/m1/n1/c2 131075 1073741824 \N 123 enter \N \N \N +phone/a0/m1/n1/c3 131075 1073741824 Custom 123 enter \N \N \N +phone/a0/m2/n0/c0 262147 0 \N 0 enter \N \N \N +phone/a0/m2/n0/c1 262147 0 Custom 0 enter \N \N \N +phone/a0/m2/n0/c2 262147 0 \N 123 enter \N \N \N +phone/a0/m2/n0/c3 262147 0 Custom 123 enter \N \N \N +phone/a0/m2/n1/c0 262147 1073741824 \N 0 enter \N \N \N +phone/a0/m2/n1/c1 262147 1073741824 Custom 0 enter \N \N \N +phone/a0/m2/n1/c2 262147 1073741824 \N 123 enter \N \N \N +phone/a0/m2/n1/c3 262147 1073741824 Custom 123 enter \N \N \N +phone/a0/m3/n0/c0 393219 0 \N 0 enter \N \N \N +phone/a0/m3/n0/c1 393219 0 Custom 0 enter \N \N \N +phone/a0/m3/n0/c2 393219 0 \N 123 enter \N \N \N +phone/a0/m3/n0/c3 393219 0 Custom 123 enter \N \N \N +phone/a0/m3/n1/c0 393219 1073741824 \N 0 enter \N \N \N +phone/a0/m3/n1/c1 393219 1073741824 Custom 0 enter \N \N \N +phone/a0/m3/n1/c2 393219 1073741824 \N 123 enter \N \N \N +phone/a0/m3/n1/c3 393219 1073741824 Custom 123 enter \N \N \N +phone/a1/m0/n0/c0 3 1 \N 0 enter \N \N \N +phone/a1/m0/n0/c1 3 1 Custom 0 enter \N \N \N +phone/a1/m0/n0/c2 3 1 \N 123 enter \N \N \N +phone/a1/m0/n0/c3 3 1 Custom 123 enter \N \N \N +phone/a1/m0/n1/c0 3 1073741825 \N 0 enter \N \N \N +phone/a1/m0/n1/c1 3 1073741825 Custom 0 enter \N \N \N +phone/a1/m0/n1/c2 3 1073741825 \N 123 enter \N \N \N +phone/a1/m0/n1/c3 3 1073741825 Custom 123 enter \N \N \N +phone/a1/m1/n0/c0 131075 1 \N 0 enter \N \N \N +phone/a1/m1/n0/c1 131075 1 Custom 0 enter \N \N \N +phone/a1/m1/n0/c2 131075 1 \N 123 enter \N \N \N +phone/a1/m1/n0/c3 131075 1 Custom 123 enter \N \N \N +phone/a1/m1/n1/c0 131075 1073741825 \N 0 enter \N \N \N +phone/a1/m1/n1/c1 131075 1073741825 Custom 0 enter \N \N \N +phone/a1/m1/n1/c2 131075 1073741825 \N 123 enter \N \N \N +phone/a1/m1/n1/c3 131075 1073741825 Custom 123 enter \N \N \N +phone/a1/m2/n0/c0 262147 1 \N 0 enter \N \N \N +phone/a1/m2/n0/c1 262147 1 Custom 0 enter \N \N \N +phone/a1/m2/n0/c2 262147 1 \N 123 enter \N \N \N +phone/a1/m2/n0/c3 262147 1 Custom 123 enter \N \N \N +phone/a1/m2/n1/c0 262147 1073741825 \N 0 enter \N \N \N +phone/a1/m2/n1/c1 262147 1073741825 Custom 0 enter \N \N \N +phone/a1/m2/n1/c2 262147 1073741825 \N 123 enter \N \N \N +phone/a1/m2/n1/c3 262147 1073741825 Custom 123 enter \N \N \N +phone/a1/m3/n0/c0 393219 1 \N 0 enter \N \N \N +phone/a1/m3/n0/c1 393219 1 Custom 0 enter \N \N \N +phone/a1/m3/n0/c2 393219 1 \N 123 enter \N \N \N +phone/a1/m3/n0/c3 393219 1 Custom 123 enter \N \N \N +phone/a1/m3/n1/c0 393219 1073741825 \N 0 enter \N \N \N +phone/a1/m3/n1/c1 393219 1073741825 Custom 0 enter \N \N \N +phone/a1/m3/n1/c2 393219 1073741825 \N 123 enter \N \N \N +phone/a1/m3/n1/c3 393219 1073741825 Custom 123 enter \N \N \N +phone/a2/m0/n0/c0 3 2 \N 0 2 \N \N \N +phone/a2/m0/n0/c1 3 2 Custom 0 2 \N \N \N +phone/a2/m0/n0/c2 3 2 \N 123 2 \N \N \N +phone/a2/m0/n0/c3 3 2 Custom 123 2 \N \N \N +phone/a2/m0/n1/c0 3 1073741826 \N 0 enter \N \N \N +phone/a2/m0/n1/c1 3 1073741826 Custom 0 enter \N \N \N +phone/a2/m0/n1/c2 3 1073741826 \N 123 enter \N \N \N +phone/a2/m0/n1/c3 3 1073741826 Custom 123 enter \N \N \N +phone/a2/m1/n0/c0 131075 2 \N 0 2 \N \N \N +phone/a2/m1/n0/c1 131075 2 Custom 0 2 \N \N \N +phone/a2/m1/n0/c2 131075 2 \N 123 2 \N \N \N +phone/a2/m1/n0/c3 131075 2 Custom 123 2 \N \N \N +phone/a2/m1/n1/c0 131075 1073741826 \N 0 enter \N \N \N +phone/a2/m1/n1/c1 131075 1073741826 Custom 0 enter \N \N \N +phone/a2/m1/n1/c2 131075 1073741826 \N 123 enter \N \N \N +phone/a2/m1/n1/c3 131075 1073741826 Custom 123 enter \N \N \N +phone/a2/m2/n0/c0 262147 2 \N 0 2 \N \N \N +phone/a2/m2/n0/c1 262147 2 Custom 0 2 \N \N \N +phone/a2/m2/n0/c2 262147 2 \N 123 2 \N \N \N +phone/a2/m2/n0/c3 262147 2 Custom 123 2 \N \N \N +phone/a2/m2/n1/c0 262147 1073741826 \N 0 enter \N \N \N +phone/a2/m2/n1/c1 262147 1073741826 Custom 0 enter \N \N \N +phone/a2/m2/n1/c2 262147 1073741826 \N 123 enter \N \N \N +phone/a2/m2/n1/c3 262147 1073741826 Custom 123 enter \N \N \N +phone/a2/m3/n0/c0 393219 2 \N 0 2 \N \N \N +phone/a2/m3/n0/c1 393219 2 Custom 0 2 \N \N \N +phone/a2/m3/n0/c2 393219 2 \N 123 2 \N \N \N +phone/a2/m3/n0/c3 393219 2 Custom 123 2 \N \N \N +phone/a2/m3/n1/c0 393219 1073741826 \N 0 enter \N \N \N +phone/a2/m3/n1/c1 393219 1073741826 Custom 0 enter \N \N \N +phone/a2/m3/n1/c2 393219 1073741826 \N 123 enter \N \N \N +phone/a2/m3/n1/c3 393219 1073741826 Custom 123 enter \N \N \N +phone/a3/m0/n0/c0 3 3 \N 0 3 \N \N \N +phone/a3/m0/n0/c1 3 3 Custom 0 3 \N \N \N +phone/a3/m0/n0/c2 3 3 \N 123 3 \N \N \N +phone/a3/m0/n0/c3 3 3 Custom 123 3 \N \N \N +phone/a3/m0/n1/c0 3 1073741827 \N 0 enter \N \N \N +phone/a3/m0/n1/c1 3 1073741827 Custom 0 enter \N \N \N +phone/a3/m0/n1/c2 3 1073741827 \N 123 enter \N \N \N +phone/a3/m0/n1/c3 3 1073741827 Custom 123 enter \N \N \N +phone/a3/m1/n0/c0 131075 3 \N 0 3 \N \N \N +phone/a3/m1/n0/c1 131075 3 Custom 0 3 \N \N \N +phone/a3/m1/n0/c2 131075 3 \N 123 3 \N \N \N +phone/a3/m1/n0/c3 131075 3 Custom 123 3 \N \N \N +phone/a3/m1/n1/c0 131075 1073741827 \N 0 enter \N \N \N +phone/a3/m1/n1/c1 131075 1073741827 Custom 0 enter \N \N \N +phone/a3/m1/n1/c2 131075 1073741827 \N 123 enter \N \N \N +phone/a3/m1/n1/c3 131075 1073741827 Custom 123 enter \N \N \N +phone/a3/m2/n0/c0 262147 3 \N 0 3 \N \N \N +phone/a3/m2/n0/c1 262147 3 Custom 0 3 \N \N \N +phone/a3/m2/n0/c2 262147 3 \N 123 3 \N \N \N +phone/a3/m2/n0/c3 262147 3 Custom 123 3 \N \N \N +phone/a3/m2/n1/c0 262147 1073741827 \N 0 enter \N \N \N +phone/a3/m2/n1/c1 262147 1073741827 Custom 0 enter \N \N \N +phone/a3/m2/n1/c2 262147 1073741827 \N 123 enter \N \N \N +phone/a3/m2/n1/c3 262147 1073741827 Custom 123 enter \N \N \N +phone/a3/m3/n0/c0 393219 3 \N 0 3 \N \N \N +phone/a3/m3/n0/c1 393219 3 Custom 0 3 \N \N \N +phone/a3/m3/n0/c2 393219 3 \N 123 3 \N \N \N +phone/a3/m3/n0/c3 393219 3 Custom 123 3 \N \N \N +phone/a3/m3/n1/c0 393219 1073741827 \N 0 enter \N \N \N +phone/a3/m3/n1/c1 393219 1073741827 Custom 0 enter \N \N \N +phone/a3/m3/n1/c2 393219 1073741827 \N 123 enter \N \N \N +phone/a3/m3/n1/c3 393219 1073741827 Custom 123 enter \N \N \N +phone/a4/m0/n0/c0 3 4 \N 0 4 \N \N \N +phone/a4/m0/n0/c1 3 4 Custom 0 4 \N \N \N +phone/a4/m0/n0/c2 3 4 \N 123 4 \N \N \N +phone/a4/m0/n0/c3 3 4 Custom 123 4 \N \N \N +phone/a4/m0/n1/c0 3 1073741828 \N 0 enter \N \N \N +phone/a4/m0/n1/c1 3 1073741828 Custom 0 enter \N \N \N +phone/a4/m0/n1/c2 3 1073741828 \N 123 enter \N \N \N +phone/a4/m0/n1/c3 3 1073741828 Custom 123 enter \N \N \N +phone/a4/m1/n0/c0 131075 4 \N 0 4 \N \N \N +phone/a4/m1/n0/c1 131075 4 Custom 0 4 \N \N \N +phone/a4/m1/n0/c2 131075 4 \N 123 4 \N \N \N +phone/a4/m1/n0/c3 131075 4 Custom 123 4 \N \N \N +phone/a4/m1/n1/c0 131075 1073741828 \N 0 enter \N \N \N +phone/a4/m1/n1/c1 131075 1073741828 Custom 0 enter \N \N \N +phone/a4/m1/n1/c2 131075 1073741828 \N 123 enter \N \N \N +phone/a4/m1/n1/c3 131075 1073741828 Custom 123 enter \N \N \N +phone/a4/m2/n0/c0 262147 4 \N 0 4 \N \N \N +phone/a4/m2/n0/c1 262147 4 Custom 0 4 \N \N \N +phone/a4/m2/n0/c2 262147 4 \N 123 4 \N \N \N +phone/a4/m2/n0/c3 262147 4 Custom 123 4 \N \N \N +phone/a4/m2/n1/c0 262147 1073741828 \N 0 enter \N \N \N +phone/a4/m2/n1/c1 262147 1073741828 Custom 0 enter \N \N \N +phone/a4/m2/n1/c2 262147 1073741828 \N 123 enter \N \N \N +phone/a4/m2/n1/c3 262147 1073741828 Custom 123 enter \N \N \N +phone/a4/m3/n0/c0 393219 4 \N 0 4 \N \N \N +phone/a4/m3/n0/c1 393219 4 Custom 0 4 \N \N \N +phone/a4/m3/n0/c2 393219 4 \N 123 4 \N \N \N +phone/a4/m3/n0/c3 393219 4 Custom 123 4 \N \N \N +phone/a4/m3/n1/c0 393219 1073741828 \N 0 enter \N \N \N +phone/a4/m3/n1/c1 393219 1073741828 Custom 0 enter \N \N \N +phone/a4/m3/n1/c2 393219 1073741828 \N 123 enter \N \N \N +phone/a4/m3/n1/c3 393219 1073741828 Custom 123 enter \N \N \N +phone/a5/m0/n0/c0 3 5 \N 0 5 \N \N \N +phone/a5/m0/n0/c1 3 5 Custom 0 5 \N \N \N +phone/a5/m0/n0/c2 3 5 \N 123 5 \N \N \N +phone/a5/m0/n0/c3 3 5 Custom 123 5 \N \N \N +phone/a5/m0/n1/c0 3 1073741829 \N 0 enter \N \N \N +phone/a5/m0/n1/c1 3 1073741829 Custom 0 enter \N \N \N +phone/a5/m0/n1/c2 3 1073741829 \N 123 enter \N \N \N +phone/a5/m0/n1/c3 3 1073741829 Custom 123 enter \N \N \N +phone/a5/m1/n0/c0 131075 5 \N 0 5 \N \N \N +phone/a5/m1/n0/c1 131075 5 Custom 0 5 \N \N \N +phone/a5/m1/n0/c2 131075 5 \N 123 5 \N \N \N +phone/a5/m1/n0/c3 131075 5 Custom 123 5 \N \N \N +phone/a5/m1/n1/c0 131075 1073741829 \N 0 enter \N \N \N +phone/a5/m1/n1/c1 131075 1073741829 Custom 0 enter \N \N \N +phone/a5/m1/n1/c2 131075 1073741829 \N 123 enter \N \N \N +phone/a5/m1/n1/c3 131075 1073741829 Custom 123 enter \N \N \N +phone/a5/m2/n0/c0 262147 5 \N 0 5 \N \N \N +phone/a5/m2/n0/c1 262147 5 Custom 0 5 \N \N \N +phone/a5/m2/n0/c2 262147 5 \N 123 5 \N \N \N +phone/a5/m2/n0/c3 262147 5 Custom 123 5 \N \N \N +phone/a5/m2/n1/c0 262147 1073741829 \N 0 enter \N \N \N +phone/a5/m2/n1/c1 262147 1073741829 Custom 0 enter \N \N \N +phone/a5/m2/n1/c2 262147 1073741829 \N 123 enter \N \N \N +phone/a5/m2/n1/c3 262147 1073741829 Custom 123 enter \N \N \N +phone/a5/m3/n0/c0 393219 5 \N 0 5 \N \N \N +phone/a5/m3/n0/c1 393219 5 Custom 0 5 \N \N \N +phone/a5/m3/n0/c2 393219 5 \N 123 5 \N \N \N +phone/a5/m3/n0/c3 393219 5 Custom 123 5 \N \N \N +phone/a5/m3/n1/c0 393219 1073741829 \N 0 enter \N \N \N +phone/a5/m3/n1/c1 393219 1073741829 Custom 0 enter \N \N \N +phone/a5/m3/n1/c2 393219 1073741829 \N 123 enter \N \N \N +phone/a5/m3/n1/c3 393219 1073741829 Custom 123 enter \N \N \N +phone/a6/m0/n0/c0 3 6 \N 0 6 \N \N \N +phone/a6/m0/n0/c1 3 6 Custom 0 6 \N \N \N +phone/a6/m0/n0/c2 3 6 \N 123 6 \N \N \N +phone/a6/m0/n0/c3 3 6 Custom 123 6 \N \N \N +phone/a6/m0/n1/c0 3 1073741830 \N 0 enter \N \N \N +phone/a6/m0/n1/c1 3 1073741830 Custom 0 enter \N \N \N +phone/a6/m0/n1/c2 3 1073741830 \N 123 enter \N \N \N +phone/a6/m0/n1/c3 3 1073741830 Custom 123 enter \N \N \N +phone/a6/m1/n0/c0 131075 6 \N 0 6 \N \N \N +phone/a6/m1/n0/c1 131075 6 Custom 0 6 \N \N \N +phone/a6/m1/n0/c2 131075 6 \N 123 6 \N \N \N +phone/a6/m1/n0/c3 131075 6 Custom 123 6 \N \N \N +phone/a6/m1/n1/c0 131075 1073741830 \N 0 enter \N \N \N +phone/a6/m1/n1/c1 131075 1073741830 Custom 0 enter \N \N \N +phone/a6/m1/n1/c2 131075 1073741830 \N 123 enter \N \N \N +phone/a6/m1/n1/c3 131075 1073741830 Custom 123 enter \N \N \N +phone/a6/m2/n0/c0 262147 6 \N 0 6 \N \N \N +phone/a6/m2/n0/c1 262147 6 Custom 0 6 \N \N \N +phone/a6/m2/n0/c2 262147 6 \N 123 6 \N \N \N +phone/a6/m2/n0/c3 262147 6 Custom 123 6 \N \N \N +phone/a6/m2/n1/c0 262147 1073741830 \N 0 enter \N \N \N +phone/a6/m2/n1/c1 262147 1073741830 Custom 0 enter \N \N \N +phone/a6/m2/n1/c2 262147 1073741830 \N 123 enter \N \N \N +phone/a6/m2/n1/c3 262147 1073741830 Custom 123 enter \N \N \N +phone/a6/m3/n0/c0 393219 6 \N 0 6 \N \N \N +phone/a6/m3/n0/c1 393219 6 Custom 0 6 \N \N \N +phone/a6/m3/n0/c2 393219 6 \N 123 6 \N \N \N +phone/a6/m3/n0/c3 393219 6 Custom 123 6 \N \N \N +phone/a6/m3/n1/c0 393219 1073741830 \N 0 enter \N \N \N +phone/a6/m3/n1/c1 393219 1073741830 Custom 0 enter \N \N \N +phone/a6/m3/n1/c2 393219 1073741830 \N 123 enter \N \N \N +phone/a6/m3/n1/c3 393219 1073741830 Custom 123 enter \N \N \N +phone/a7/m0/n0/c0 3 7 \N 0 7 \N \N \N +phone/a7/m0/n0/c1 3 7 Custom 0 7 \N \N \N +phone/a7/m0/n0/c2 3 7 \N 123 7 \N \N \N +phone/a7/m0/n0/c3 3 7 Custom 123 7 \N \N \N +phone/a7/m0/n1/c0 3 1073741831 \N 0 enter \N \N \N +phone/a7/m0/n1/c1 3 1073741831 Custom 0 enter \N \N \N +phone/a7/m0/n1/c2 3 1073741831 \N 123 enter \N \N \N +phone/a7/m0/n1/c3 3 1073741831 Custom 123 enter \N \N \N +phone/a7/m1/n0/c0 131075 7 \N 0 7 \N \N \N +phone/a7/m1/n0/c1 131075 7 Custom 0 7 \N \N \N +phone/a7/m1/n0/c2 131075 7 \N 123 7 \N \N \N +phone/a7/m1/n0/c3 131075 7 Custom 123 7 \N \N \N +phone/a7/m1/n1/c0 131075 1073741831 \N 0 enter \N \N \N +phone/a7/m1/n1/c1 131075 1073741831 Custom 0 enter \N \N \N +phone/a7/m1/n1/c2 131075 1073741831 \N 123 enter \N \N \N +phone/a7/m1/n1/c3 131075 1073741831 Custom 123 enter \N \N \N +phone/a7/m2/n0/c0 262147 7 \N 0 7 \N \N \N +phone/a7/m2/n0/c1 262147 7 Custom 0 7 \N \N \N +phone/a7/m2/n0/c2 262147 7 \N 123 7 \N \N \N +phone/a7/m2/n0/c3 262147 7 Custom 123 7 \N \N \N +phone/a7/m2/n1/c0 262147 1073741831 \N 0 enter \N \N \N +phone/a7/m2/n1/c1 262147 1073741831 Custom 0 enter \N \N \N +phone/a7/m2/n1/c2 262147 1073741831 \N 123 enter \N \N \N +phone/a7/m2/n1/c3 262147 1073741831 Custom 123 enter \N \N \N +phone/a7/m3/n0/c0 393219 7 \N 0 7 \N \N \N +phone/a7/m3/n0/c1 393219 7 Custom 0 7 \N \N \N +phone/a7/m3/n0/c2 393219 7 \N 123 7 \N \N \N +phone/a7/m3/n0/c3 393219 7 Custom 123 7 \N \N \N +phone/a7/m3/n1/c0 393219 1073741831 \N 0 enter \N \N \N +phone/a7/m3/n1/c1 393219 1073741831 Custom 0 enter \N \N \N +phone/a7/m3/n1/c2 393219 1073741831 \N 123 enter \N \N \N +phone/a7/m3/n1/c3 393219 1073741831 Custom 123 enter \N \N \N +datetime/a0/m0/n0/c0 4 0 \N 0 enter \N \N \N +datetime/a0/m0/n0/c1 4 0 Custom 0 enter \N \N \N +datetime/a0/m0/n0/c2 4 0 \N 123 enter \N \N \N +datetime/a0/m0/n0/c3 4 0 Custom 123 enter \N \N \N +datetime/a0/m0/n1/c0 4 1073741824 \N 0 enter \N \N \N +datetime/a0/m0/n1/c1 4 1073741824 Custom 0 enter \N \N \N +datetime/a0/m0/n1/c2 4 1073741824 \N 123 enter \N \N \N +datetime/a0/m0/n1/c3 4 1073741824 Custom 123 enter \N \N \N +datetime/a0/m1/n0/c0 131076 0 \N 0 enter \N \N \N +datetime/a0/m1/n0/c1 131076 0 Custom 0 enter \N \N \N +datetime/a0/m1/n0/c2 131076 0 \N 123 enter \N \N \N +datetime/a0/m1/n0/c3 131076 0 Custom 123 enter \N \N \N +datetime/a0/m1/n1/c0 131076 1073741824 \N 0 enter \N \N \N +datetime/a0/m1/n1/c1 131076 1073741824 Custom 0 enter \N \N \N +datetime/a0/m1/n1/c2 131076 1073741824 \N 123 enter \N \N \N +datetime/a0/m1/n1/c3 131076 1073741824 Custom 123 enter \N \N \N +datetime/a0/m2/n0/c0 262148 0 \N 0 enter \N \N \N +datetime/a0/m2/n0/c1 262148 0 Custom 0 enter \N \N \N +datetime/a0/m2/n0/c2 262148 0 \N 123 enter \N \N \N +datetime/a0/m2/n0/c3 262148 0 Custom 123 enter \N \N \N +datetime/a0/m2/n1/c0 262148 1073741824 \N 0 enter \N \N \N +datetime/a0/m2/n1/c1 262148 1073741824 Custom 0 enter \N \N \N +datetime/a0/m2/n1/c2 262148 1073741824 \N 123 enter \N \N \N +datetime/a0/m2/n1/c3 262148 1073741824 Custom 123 enter \N \N \N +datetime/a0/m3/n0/c0 393220 0 \N 0 enter \N \N \N +datetime/a0/m3/n0/c1 393220 0 Custom 0 enter \N \N \N +datetime/a0/m3/n0/c2 393220 0 \N 123 enter \N \N \N +datetime/a0/m3/n0/c3 393220 0 Custom 123 enter \N \N \N +datetime/a0/m3/n1/c0 393220 1073741824 \N 0 enter \N \N \N +datetime/a0/m3/n1/c1 393220 1073741824 Custom 0 enter \N \N \N +datetime/a0/m3/n1/c2 393220 1073741824 \N 123 enter \N \N \N +datetime/a0/m3/n1/c3 393220 1073741824 Custom 123 enter \N \N \N +datetime/a1/m0/n0/c0 4 1 \N 0 enter \N \N \N +datetime/a1/m0/n0/c1 4 1 Custom 0 enter \N \N \N +datetime/a1/m0/n0/c2 4 1 \N 123 enter \N \N \N +datetime/a1/m0/n0/c3 4 1 Custom 123 enter \N \N \N +datetime/a1/m0/n1/c0 4 1073741825 \N 0 enter \N \N \N +datetime/a1/m0/n1/c1 4 1073741825 Custom 0 enter \N \N \N +datetime/a1/m0/n1/c2 4 1073741825 \N 123 enter \N \N \N +datetime/a1/m0/n1/c3 4 1073741825 Custom 123 enter \N \N \N +datetime/a1/m1/n0/c0 131076 1 \N 0 enter \N \N \N +datetime/a1/m1/n0/c1 131076 1 Custom 0 enter \N \N \N +datetime/a1/m1/n0/c2 131076 1 \N 123 enter \N \N \N +datetime/a1/m1/n0/c3 131076 1 Custom 123 enter \N \N \N +datetime/a1/m1/n1/c0 131076 1073741825 \N 0 enter \N \N \N +datetime/a1/m1/n1/c1 131076 1073741825 Custom 0 enter \N \N \N +datetime/a1/m1/n1/c2 131076 1073741825 \N 123 enter \N \N \N +datetime/a1/m1/n1/c3 131076 1073741825 Custom 123 enter \N \N \N +datetime/a1/m2/n0/c0 262148 1 \N 0 enter \N \N \N +datetime/a1/m2/n0/c1 262148 1 Custom 0 enter \N \N \N +datetime/a1/m2/n0/c2 262148 1 \N 123 enter \N \N \N +datetime/a1/m2/n0/c3 262148 1 Custom 123 enter \N \N \N +datetime/a1/m2/n1/c0 262148 1073741825 \N 0 enter \N \N \N +datetime/a1/m2/n1/c1 262148 1073741825 Custom 0 enter \N \N \N +datetime/a1/m2/n1/c2 262148 1073741825 \N 123 enter \N \N \N +datetime/a1/m2/n1/c3 262148 1073741825 Custom 123 enter \N \N \N +datetime/a1/m3/n0/c0 393220 1 \N 0 enter \N \N \N +datetime/a1/m3/n0/c1 393220 1 Custom 0 enter \N \N \N +datetime/a1/m3/n0/c2 393220 1 \N 123 enter \N \N \N +datetime/a1/m3/n0/c3 393220 1 Custom 123 enter \N \N \N +datetime/a1/m3/n1/c0 393220 1073741825 \N 0 enter \N \N \N +datetime/a1/m3/n1/c1 393220 1073741825 Custom 0 enter \N \N \N +datetime/a1/m3/n1/c2 393220 1073741825 \N 123 enter \N \N \N +datetime/a1/m3/n1/c3 393220 1073741825 Custom 123 enter \N \N \N +datetime/a2/m0/n0/c0 4 2 \N 0 2 \N \N \N +datetime/a2/m0/n0/c1 4 2 Custom 0 2 \N \N \N +datetime/a2/m0/n0/c2 4 2 \N 123 2 \N \N \N +datetime/a2/m0/n0/c3 4 2 Custom 123 2 \N \N \N +datetime/a2/m0/n1/c0 4 1073741826 \N 0 enter \N \N \N +datetime/a2/m0/n1/c1 4 1073741826 Custom 0 enter \N \N \N +datetime/a2/m0/n1/c2 4 1073741826 \N 123 enter \N \N \N +datetime/a2/m0/n1/c3 4 1073741826 Custom 123 enter \N \N \N +datetime/a2/m1/n0/c0 131076 2 \N 0 2 \N \N \N +datetime/a2/m1/n0/c1 131076 2 Custom 0 2 \N \N \N +datetime/a2/m1/n0/c2 131076 2 \N 123 2 \N \N \N +datetime/a2/m1/n0/c3 131076 2 Custom 123 2 \N \N \N +datetime/a2/m1/n1/c0 131076 1073741826 \N 0 enter \N \N \N +datetime/a2/m1/n1/c1 131076 1073741826 Custom 0 enter \N \N \N +datetime/a2/m1/n1/c2 131076 1073741826 \N 123 enter \N \N \N +datetime/a2/m1/n1/c3 131076 1073741826 Custom 123 enter \N \N \N +datetime/a2/m2/n0/c0 262148 2 \N 0 2 \N \N \N +datetime/a2/m2/n0/c1 262148 2 Custom 0 2 \N \N \N +datetime/a2/m2/n0/c2 262148 2 \N 123 2 \N \N \N +datetime/a2/m2/n0/c3 262148 2 Custom 123 2 \N \N \N +datetime/a2/m2/n1/c0 262148 1073741826 \N 0 enter \N \N \N +datetime/a2/m2/n1/c1 262148 1073741826 Custom 0 enter \N \N \N +datetime/a2/m2/n1/c2 262148 1073741826 \N 123 enter \N \N \N +datetime/a2/m2/n1/c3 262148 1073741826 Custom 123 enter \N \N \N +datetime/a2/m3/n0/c0 393220 2 \N 0 2 \N \N \N +datetime/a2/m3/n0/c1 393220 2 Custom 0 2 \N \N \N +datetime/a2/m3/n0/c2 393220 2 \N 123 2 \N \N \N +datetime/a2/m3/n0/c3 393220 2 Custom 123 2 \N \N \N +datetime/a2/m3/n1/c0 393220 1073741826 \N 0 enter \N \N \N +datetime/a2/m3/n1/c1 393220 1073741826 Custom 0 enter \N \N \N +datetime/a2/m3/n1/c2 393220 1073741826 \N 123 enter \N \N \N +datetime/a2/m3/n1/c3 393220 1073741826 Custom 123 enter \N \N \N +datetime/a3/m0/n0/c0 4 3 \N 0 3 \N \N \N +datetime/a3/m0/n0/c1 4 3 Custom 0 3 \N \N \N +datetime/a3/m0/n0/c2 4 3 \N 123 3 \N \N \N +datetime/a3/m0/n0/c3 4 3 Custom 123 3 \N \N \N +datetime/a3/m0/n1/c0 4 1073741827 \N 0 enter \N \N \N +datetime/a3/m0/n1/c1 4 1073741827 Custom 0 enter \N \N \N +datetime/a3/m0/n1/c2 4 1073741827 \N 123 enter \N \N \N +datetime/a3/m0/n1/c3 4 1073741827 Custom 123 enter \N \N \N +datetime/a3/m1/n0/c0 131076 3 \N 0 3 \N \N \N +datetime/a3/m1/n0/c1 131076 3 Custom 0 3 \N \N \N +datetime/a3/m1/n0/c2 131076 3 \N 123 3 \N \N \N +datetime/a3/m1/n0/c3 131076 3 Custom 123 3 \N \N \N +datetime/a3/m1/n1/c0 131076 1073741827 \N 0 enter \N \N \N +datetime/a3/m1/n1/c1 131076 1073741827 Custom 0 enter \N \N \N +datetime/a3/m1/n1/c2 131076 1073741827 \N 123 enter \N \N \N +datetime/a3/m1/n1/c3 131076 1073741827 Custom 123 enter \N \N \N +datetime/a3/m2/n0/c0 262148 3 \N 0 3 \N \N \N +datetime/a3/m2/n0/c1 262148 3 Custom 0 3 \N \N \N +datetime/a3/m2/n0/c2 262148 3 \N 123 3 \N \N \N +datetime/a3/m2/n0/c3 262148 3 Custom 123 3 \N \N \N +datetime/a3/m2/n1/c0 262148 1073741827 \N 0 enter \N \N \N +datetime/a3/m2/n1/c1 262148 1073741827 Custom 0 enter \N \N \N +datetime/a3/m2/n1/c2 262148 1073741827 \N 123 enter \N \N \N +datetime/a3/m2/n1/c3 262148 1073741827 Custom 123 enter \N \N \N +datetime/a3/m3/n0/c0 393220 3 \N 0 3 \N \N \N +datetime/a3/m3/n0/c1 393220 3 Custom 0 3 \N \N \N +datetime/a3/m3/n0/c2 393220 3 \N 123 3 \N \N \N +datetime/a3/m3/n0/c3 393220 3 Custom 123 3 \N \N \N +datetime/a3/m3/n1/c0 393220 1073741827 \N 0 enter \N \N \N +datetime/a3/m3/n1/c1 393220 1073741827 Custom 0 enter \N \N \N +datetime/a3/m3/n1/c2 393220 1073741827 \N 123 enter \N \N \N +datetime/a3/m3/n1/c3 393220 1073741827 Custom 123 enter \N \N \N +datetime/a4/m0/n0/c0 4 4 \N 0 4 \N \N \N +datetime/a4/m0/n0/c1 4 4 Custom 0 4 \N \N \N +datetime/a4/m0/n0/c2 4 4 \N 123 4 \N \N \N +datetime/a4/m0/n0/c3 4 4 Custom 123 4 \N \N \N +datetime/a4/m0/n1/c0 4 1073741828 \N 0 enter \N \N \N +datetime/a4/m0/n1/c1 4 1073741828 Custom 0 enter \N \N \N +datetime/a4/m0/n1/c2 4 1073741828 \N 123 enter \N \N \N +datetime/a4/m0/n1/c3 4 1073741828 Custom 123 enter \N \N \N +datetime/a4/m1/n0/c0 131076 4 \N 0 4 \N \N \N +datetime/a4/m1/n0/c1 131076 4 Custom 0 4 \N \N \N +datetime/a4/m1/n0/c2 131076 4 \N 123 4 \N \N \N +datetime/a4/m1/n0/c3 131076 4 Custom 123 4 \N \N \N +datetime/a4/m1/n1/c0 131076 1073741828 \N 0 enter \N \N \N +datetime/a4/m1/n1/c1 131076 1073741828 Custom 0 enter \N \N \N +datetime/a4/m1/n1/c2 131076 1073741828 \N 123 enter \N \N \N +datetime/a4/m1/n1/c3 131076 1073741828 Custom 123 enter \N \N \N +datetime/a4/m2/n0/c0 262148 4 \N 0 4 \N \N \N +datetime/a4/m2/n0/c1 262148 4 Custom 0 4 \N \N \N +datetime/a4/m2/n0/c2 262148 4 \N 123 4 \N \N \N +datetime/a4/m2/n0/c3 262148 4 Custom 123 4 \N \N \N +datetime/a4/m2/n1/c0 262148 1073741828 \N 0 enter \N \N \N +datetime/a4/m2/n1/c1 262148 1073741828 Custom 0 enter \N \N \N +datetime/a4/m2/n1/c2 262148 1073741828 \N 123 enter \N \N \N +datetime/a4/m2/n1/c3 262148 1073741828 Custom 123 enter \N \N \N +datetime/a4/m3/n0/c0 393220 4 \N 0 4 \N \N \N +datetime/a4/m3/n0/c1 393220 4 Custom 0 4 \N \N \N +datetime/a4/m3/n0/c2 393220 4 \N 123 4 \N \N \N +datetime/a4/m3/n0/c3 393220 4 Custom 123 4 \N \N \N +datetime/a4/m3/n1/c0 393220 1073741828 \N 0 enter \N \N \N +datetime/a4/m3/n1/c1 393220 1073741828 Custom 0 enter \N \N \N +datetime/a4/m3/n1/c2 393220 1073741828 \N 123 enter \N \N \N +datetime/a4/m3/n1/c3 393220 1073741828 Custom 123 enter \N \N \N +datetime/a5/m0/n0/c0 4 5 \N 0 5 \N \N \N +datetime/a5/m0/n0/c1 4 5 Custom 0 5 \N \N \N +datetime/a5/m0/n0/c2 4 5 \N 123 5 \N \N \N +datetime/a5/m0/n0/c3 4 5 Custom 123 5 \N \N \N +datetime/a5/m0/n1/c0 4 1073741829 \N 0 enter \N \N \N +datetime/a5/m0/n1/c1 4 1073741829 Custom 0 enter \N \N \N +datetime/a5/m0/n1/c2 4 1073741829 \N 123 enter \N \N \N +datetime/a5/m0/n1/c3 4 1073741829 Custom 123 enter \N \N \N +datetime/a5/m1/n0/c0 131076 5 \N 0 5 \N \N \N +datetime/a5/m1/n0/c1 131076 5 Custom 0 5 \N \N \N +datetime/a5/m1/n0/c2 131076 5 \N 123 5 \N \N \N +datetime/a5/m1/n0/c3 131076 5 Custom 123 5 \N \N \N +datetime/a5/m1/n1/c0 131076 1073741829 \N 0 enter \N \N \N +datetime/a5/m1/n1/c1 131076 1073741829 Custom 0 enter \N \N \N +datetime/a5/m1/n1/c2 131076 1073741829 \N 123 enter \N \N \N +datetime/a5/m1/n1/c3 131076 1073741829 Custom 123 enter \N \N \N +datetime/a5/m2/n0/c0 262148 5 \N 0 5 \N \N \N +datetime/a5/m2/n0/c1 262148 5 Custom 0 5 \N \N \N +datetime/a5/m2/n0/c2 262148 5 \N 123 5 \N \N \N +datetime/a5/m2/n0/c3 262148 5 Custom 123 5 \N \N \N +datetime/a5/m2/n1/c0 262148 1073741829 \N 0 enter \N \N \N +datetime/a5/m2/n1/c1 262148 1073741829 Custom 0 enter \N \N \N +datetime/a5/m2/n1/c2 262148 1073741829 \N 123 enter \N \N \N +datetime/a5/m2/n1/c3 262148 1073741829 Custom 123 enter \N \N \N +datetime/a5/m3/n0/c0 393220 5 \N 0 5 \N \N \N +datetime/a5/m3/n0/c1 393220 5 Custom 0 5 \N \N \N +datetime/a5/m3/n0/c2 393220 5 \N 123 5 \N \N \N +datetime/a5/m3/n0/c3 393220 5 Custom 123 5 \N \N \N +datetime/a5/m3/n1/c0 393220 1073741829 \N 0 enter \N \N \N +datetime/a5/m3/n1/c1 393220 1073741829 Custom 0 enter \N \N \N +datetime/a5/m3/n1/c2 393220 1073741829 \N 123 enter \N \N \N +datetime/a5/m3/n1/c3 393220 1073741829 Custom 123 enter \N \N \N +datetime/a6/m0/n0/c0 4 6 \N 0 6 \N \N \N +datetime/a6/m0/n0/c1 4 6 Custom 0 6 \N \N \N +datetime/a6/m0/n0/c2 4 6 \N 123 6 \N \N \N +datetime/a6/m0/n0/c3 4 6 Custom 123 6 \N \N \N +datetime/a6/m0/n1/c0 4 1073741830 \N 0 enter \N \N \N +datetime/a6/m0/n1/c1 4 1073741830 Custom 0 enter \N \N \N +datetime/a6/m0/n1/c2 4 1073741830 \N 123 enter \N \N \N +datetime/a6/m0/n1/c3 4 1073741830 Custom 123 enter \N \N \N +datetime/a6/m1/n0/c0 131076 6 \N 0 6 \N \N \N +datetime/a6/m1/n0/c1 131076 6 Custom 0 6 \N \N \N +datetime/a6/m1/n0/c2 131076 6 \N 123 6 \N \N \N +datetime/a6/m1/n0/c3 131076 6 Custom 123 6 \N \N \N +datetime/a6/m1/n1/c0 131076 1073741830 \N 0 enter \N \N \N +datetime/a6/m1/n1/c1 131076 1073741830 Custom 0 enter \N \N \N +datetime/a6/m1/n1/c2 131076 1073741830 \N 123 enter \N \N \N +datetime/a6/m1/n1/c3 131076 1073741830 Custom 123 enter \N \N \N +datetime/a6/m2/n0/c0 262148 6 \N 0 6 \N \N \N +datetime/a6/m2/n0/c1 262148 6 Custom 0 6 \N \N \N +datetime/a6/m2/n0/c2 262148 6 \N 123 6 \N \N \N +datetime/a6/m2/n0/c3 262148 6 Custom 123 6 \N \N \N +datetime/a6/m2/n1/c0 262148 1073741830 \N 0 enter \N \N \N +datetime/a6/m2/n1/c1 262148 1073741830 Custom 0 enter \N \N \N +datetime/a6/m2/n1/c2 262148 1073741830 \N 123 enter \N \N \N +datetime/a6/m2/n1/c3 262148 1073741830 Custom 123 enter \N \N \N +datetime/a6/m3/n0/c0 393220 6 \N 0 6 \N \N \N +datetime/a6/m3/n0/c1 393220 6 Custom 0 6 \N \N \N +datetime/a6/m3/n0/c2 393220 6 \N 123 6 \N \N \N +datetime/a6/m3/n0/c3 393220 6 Custom 123 6 \N \N \N +datetime/a6/m3/n1/c0 393220 1073741830 \N 0 enter \N \N \N +datetime/a6/m3/n1/c1 393220 1073741830 Custom 0 enter \N \N \N +datetime/a6/m3/n1/c2 393220 1073741830 \N 123 enter \N \N \N +datetime/a6/m3/n1/c3 393220 1073741830 Custom 123 enter \N \N \N +datetime/a7/m0/n0/c0 4 7 \N 0 7 \N \N \N +datetime/a7/m0/n0/c1 4 7 Custom 0 7 \N \N \N +datetime/a7/m0/n0/c2 4 7 \N 123 7 \N \N \N +datetime/a7/m0/n0/c3 4 7 Custom 123 7 \N \N \N +datetime/a7/m0/n1/c0 4 1073741831 \N 0 enter \N \N \N +datetime/a7/m0/n1/c1 4 1073741831 Custom 0 enter \N \N \N +datetime/a7/m0/n1/c2 4 1073741831 \N 123 enter \N \N \N +datetime/a7/m0/n1/c3 4 1073741831 Custom 123 enter \N \N \N +datetime/a7/m1/n0/c0 131076 7 \N 0 7 \N \N \N +datetime/a7/m1/n0/c1 131076 7 Custom 0 7 \N \N \N +datetime/a7/m1/n0/c2 131076 7 \N 123 7 \N \N \N +datetime/a7/m1/n0/c3 131076 7 Custom 123 7 \N \N \N +datetime/a7/m1/n1/c0 131076 1073741831 \N 0 enter \N \N \N +datetime/a7/m1/n1/c1 131076 1073741831 Custom 0 enter \N \N \N +datetime/a7/m1/n1/c2 131076 1073741831 \N 123 enter \N \N \N +datetime/a7/m1/n1/c3 131076 1073741831 Custom 123 enter \N \N \N +datetime/a7/m2/n0/c0 262148 7 \N 0 7 \N \N \N +datetime/a7/m2/n0/c1 262148 7 Custom 0 7 \N \N \N +datetime/a7/m2/n0/c2 262148 7 \N 123 7 \N \N \N +datetime/a7/m2/n0/c3 262148 7 Custom 123 7 \N \N \N +datetime/a7/m2/n1/c0 262148 1073741831 \N 0 enter \N \N \N +datetime/a7/m2/n1/c1 262148 1073741831 Custom 0 enter \N \N \N +datetime/a7/m2/n1/c2 262148 1073741831 \N 123 enter \N \N \N +datetime/a7/m2/n1/c3 262148 1073741831 Custom 123 enter \N \N \N +datetime/a7/m3/n0/c0 393220 7 \N 0 7 \N \N \N +datetime/a7/m3/n0/c1 393220 7 Custom 0 7 \N \N \N +datetime/a7/m3/n0/c2 393220 7 \N 123 7 \N \N \N +datetime/a7/m3/n0/c3 393220 7 Custom 123 7 \N \N \N +datetime/a7/m3/n1/c0 393220 1073741831 \N 0 enter \N \N \N +datetime/a7/m3/n1/c1 393220 1073741831 Custom 0 enter \N \N \N +datetime/a7/m3/n1/c2 393220 1073741831 \N 123 enter \N \N \N +datetime/a7/m3/n1/c3 393220 1073741831 Custom 123 enter \N \N \N +date/a0/m0/n0/c0 20 0 \N 0 enter \N \N \N +date/a0/m0/n0/c1 20 0 Custom 0 enter \N \N \N +date/a0/m0/n0/c2 20 0 \N 123 enter \N \N \N +date/a0/m0/n0/c3 20 0 Custom 123 enter \N \N \N +date/a0/m0/n1/c0 20 1073741824 \N 0 enter \N \N \N +date/a0/m0/n1/c1 20 1073741824 Custom 0 enter \N \N \N +date/a0/m0/n1/c2 20 1073741824 \N 123 enter \N \N \N +date/a0/m0/n1/c3 20 1073741824 Custom 123 enter \N \N \N +date/a0/m1/n0/c0 131092 0 \N 0 enter \N \N \N +date/a0/m1/n0/c1 131092 0 Custom 0 enter \N \N \N +date/a0/m1/n0/c2 131092 0 \N 123 enter \N \N \N +date/a0/m1/n0/c3 131092 0 Custom 123 enter \N \N \N +date/a0/m1/n1/c0 131092 1073741824 \N 0 enter \N \N \N +date/a0/m1/n1/c1 131092 1073741824 Custom 0 enter \N \N \N +date/a0/m1/n1/c2 131092 1073741824 \N 123 enter \N \N \N +date/a0/m1/n1/c3 131092 1073741824 Custom 123 enter \N \N \N +date/a0/m2/n0/c0 262164 0 \N 0 enter \N \N \N +date/a0/m2/n0/c1 262164 0 Custom 0 enter \N \N \N +date/a0/m2/n0/c2 262164 0 \N 123 enter \N \N \N +date/a0/m2/n0/c3 262164 0 Custom 123 enter \N \N \N +date/a0/m2/n1/c0 262164 1073741824 \N 0 enter \N \N \N +date/a0/m2/n1/c1 262164 1073741824 Custom 0 enter \N \N \N +date/a0/m2/n1/c2 262164 1073741824 \N 123 enter \N \N \N +date/a0/m2/n1/c3 262164 1073741824 Custom 123 enter \N \N \N +date/a0/m3/n0/c0 393236 0 \N 0 enter \N \N \N +date/a0/m3/n0/c1 393236 0 Custom 0 enter \N \N \N +date/a0/m3/n0/c2 393236 0 \N 123 enter \N \N \N +date/a0/m3/n0/c3 393236 0 Custom 123 enter \N \N \N +date/a0/m3/n1/c0 393236 1073741824 \N 0 enter \N \N \N +date/a0/m3/n1/c1 393236 1073741824 Custom 0 enter \N \N \N +date/a0/m3/n1/c2 393236 1073741824 \N 123 enter \N \N \N +date/a0/m3/n1/c3 393236 1073741824 Custom 123 enter \N \N \N +date/a1/m0/n0/c0 20 1 \N 0 enter \N \N \N +date/a1/m0/n0/c1 20 1 Custom 0 enter \N \N \N +date/a1/m0/n0/c2 20 1 \N 123 enter \N \N \N +date/a1/m0/n0/c3 20 1 Custom 123 enter \N \N \N +date/a1/m0/n1/c0 20 1073741825 \N 0 enter \N \N \N +date/a1/m0/n1/c1 20 1073741825 Custom 0 enter \N \N \N +date/a1/m0/n1/c2 20 1073741825 \N 123 enter \N \N \N +date/a1/m0/n1/c3 20 1073741825 Custom 123 enter \N \N \N +date/a1/m1/n0/c0 131092 1 \N 0 enter \N \N \N +date/a1/m1/n0/c1 131092 1 Custom 0 enter \N \N \N +date/a1/m1/n0/c2 131092 1 \N 123 enter \N \N \N +date/a1/m1/n0/c3 131092 1 Custom 123 enter \N \N \N +date/a1/m1/n1/c0 131092 1073741825 \N 0 enter \N \N \N +date/a1/m1/n1/c1 131092 1073741825 Custom 0 enter \N \N \N +date/a1/m1/n1/c2 131092 1073741825 \N 123 enter \N \N \N +date/a1/m1/n1/c3 131092 1073741825 Custom 123 enter \N \N \N +date/a1/m2/n0/c0 262164 1 \N 0 enter \N \N \N +date/a1/m2/n0/c1 262164 1 Custom 0 enter \N \N \N +date/a1/m2/n0/c2 262164 1 \N 123 enter \N \N \N +date/a1/m2/n0/c3 262164 1 Custom 123 enter \N \N \N +date/a1/m2/n1/c0 262164 1073741825 \N 0 enter \N \N \N +date/a1/m2/n1/c1 262164 1073741825 Custom 0 enter \N \N \N +date/a1/m2/n1/c2 262164 1073741825 \N 123 enter \N \N \N +date/a1/m2/n1/c3 262164 1073741825 Custom 123 enter \N \N \N +date/a1/m3/n0/c0 393236 1 \N 0 enter \N \N \N +date/a1/m3/n0/c1 393236 1 Custom 0 enter \N \N \N +date/a1/m3/n0/c2 393236 1 \N 123 enter \N \N \N +date/a1/m3/n0/c3 393236 1 Custom 123 enter \N \N \N +date/a1/m3/n1/c0 393236 1073741825 \N 0 enter \N \N \N +date/a1/m3/n1/c1 393236 1073741825 Custom 0 enter \N \N \N +date/a1/m3/n1/c2 393236 1073741825 \N 123 enter \N \N \N +date/a1/m3/n1/c3 393236 1073741825 Custom 123 enter \N \N \N +date/a2/m0/n0/c0 20 2 \N 0 2 \N \N \N +date/a2/m0/n0/c1 20 2 Custom 0 2 \N \N \N +date/a2/m0/n0/c2 20 2 \N 123 2 \N \N \N +date/a2/m0/n0/c3 20 2 Custom 123 2 \N \N \N +date/a2/m0/n1/c0 20 1073741826 \N 0 enter \N \N \N +date/a2/m0/n1/c1 20 1073741826 Custom 0 enter \N \N \N +date/a2/m0/n1/c2 20 1073741826 \N 123 enter \N \N \N +date/a2/m0/n1/c3 20 1073741826 Custom 123 enter \N \N \N +date/a2/m1/n0/c0 131092 2 \N 0 2 \N \N \N +date/a2/m1/n0/c1 131092 2 Custom 0 2 \N \N \N +date/a2/m1/n0/c2 131092 2 \N 123 2 \N \N \N +date/a2/m1/n0/c3 131092 2 Custom 123 2 \N \N \N +date/a2/m1/n1/c0 131092 1073741826 \N 0 enter \N \N \N +date/a2/m1/n1/c1 131092 1073741826 Custom 0 enter \N \N \N +date/a2/m1/n1/c2 131092 1073741826 \N 123 enter \N \N \N +date/a2/m1/n1/c3 131092 1073741826 Custom 123 enter \N \N \N +date/a2/m2/n0/c0 262164 2 \N 0 2 \N \N \N +date/a2/m2/n0/c1 262164 2 Custom 0 2 \N \N \N +date/a2/m2/n0/c2 262164 2 \N 123 2 \N \N \N +date/a2/m2/n0/c3 262164 2 Custom 123 2 \N \N \N +date/a2/m2/n1/c0 262164 1073741826 \N 0 enter \N \N \N +date/a2/m2/n1/c1 262164 1073741826 Custom 0 enter \N \N \N +date/a2/m2/n1/c2 262164 1073741826 \N 123 enter \N \N \N +date/a2/m2/n1/c3 262164 1073741826 Custom 123 enter \N \N \N +date/a2/m3/n0/c0 393236 2 \N 0 2 \N \N \N +date/a2/m3/n0/c1 393236 2 Custom 0 2 \N \N \N +date/a2/m3/n0/c2 393236 2 \N 123 2 \N \N \N +date/a2/m3/n0/c3 393236 2 Custom 123 2 \N \N \N +date/a2/m3/n1/c0 393236 1073741826 \N 0 enter \N \N \N +date/a2/m3/n1/c1 393236 1073741826 Custom 0 enter \N \N \N +date/a2/m3/n1/c2 393236 1073741826 \N 123 enter \N \N \N +date/a2/m3/n1/c3 393236 1073741826 Custom 123 enter \N \N \N +date/a3/m0/n0/c0 20 3 \N 0 3 \N \N \N +date/a3/m0/n0/c1 20 3 Custom 0 3 \N \N \N +date/a3/m0/n0/c2 20 3 \N 123 3 \N \N \N +date/a3/m0/n0/c3 20 3 Custom 123 3 \N \N \N +date/a3/m0/n1/c0 20 1073741827 \N 0 enter \N \N \N +date/a3/m0/n1/c1 20 1073741827 Custom 0 enter \N \N \N +date/a3/m0/n1/c2 20 1073741827 \N 123 enter \N \N \N +date/a3/m0/n1/c3 20 1073741827 Custom 123 enter \N \N \N +date/a3/m1/n0/c0 131092 3 \N 0 3 \N \N \N +date/a3/m1/n0/c1 131092 3 Custom 0 3 \N \N \N +date/a3/m1/n0/c2 131092 3 \N 123 3 \N \N \N +date/a3/m1/n0/c3 131092 3 Custom 123 3 \N \N \N +date/a3/m1/n1/c0 131092 1073741827 \N 0 enter \N \N \N +date/a3/m1/n1/c1 131092 1073741827 Custom 0 enter \N \N \N +date/a3/m1/n1/c2 131092 1073741827 \N 123 enter \N \N \N +date/a3/m1/n1/c3 131092 1073741827 Custom 123 enter \N \N \N +date/a3/m2/n0/c0 262164 3 \N 0 3 \N \N \N +date/a3/m2/n0/c1 262164 3 Custom 0 3 \N \N \N +date/a3/m2/n0/c2 262164 3 \N 123 3 \N \N \N +date/a3/m2/n0/c3 262164 3 Custom 123 3 \N \N \N +date/a3/m2/n1/c0 262164 1073741827 \N 0 enter \N \N \N +date/a3/m2/n1/c1 262164 1073741827 Custom 0 enter \N \N \N +date/a3/m2/n1/c2 262164 1073741827 \N 123 enter \N \N \N +date/a3/m2/n1/c3 262164 1073741827 Custom 123 enter \N \N \N +date/a3/m3/n0/c0 393236 3 \N 0 3 \N \N \N +date/a3/m3/n0/c1 393236 3 Custom 0 3 \N \N \N +date/a3/m3/n0/c2 393236 3 \N 123 3 \N \N \N +date/a3/m3/n0/c3 393236 3 Custom 123 3 \N \N \N +date/a3/m3/n1/c0 393236 1073741827 \N 0 enter \N \N \N +date/a3/m3/n1/c1 393236 1073741827 Custom 0 enter \N \N \N +date/a3/m3/n1/c2 393236 1073741827 \N 123 enter \N \N \N +date/a3/m3/n1/c3 393236 1073741827 Custom 123 enter \N \N \N +date/a4/m0/n0/c0 20 4 \N 0 4 \N \N \N +date/a4/m0/n0/c1 20 4 Custom 0 4 \N \N \N +date/a4/m0/n0/c2 20 4 \N 123 4 \N \N \N +date/a4/m0/n0/c3 20 4 Custom 123 4 \N \N \N +date/a4/m0/n1/c0 20 1073741828 \N 0 enter \N \N \N +date/a4/m0/n1/c1 20 1073741828 Custom 0 enter \N \N \N +date/a4/m0/n1/c2 20 1073741828 \N 123 enter \N \N \N +date/a4/m0/n1/c3 20 1073741828 Custom 123 enter \N \N \N +date/a4/m1/n0/c0 131092 4 \N 0 4 \N \N \N +date/a4/m1/n0/c1 131092 4 Custom 0 4 \N \N \N +date/a4/m1/n0/c2 131092 4 \N 123 4 \N \N \N +date/a4/m1/n0/c3 131092 4 Custom 123 4 \N \N \N +date/a4/m1/n1/c0 131092 1073741828 \N 0 enter \N \N \N +date/a4/m1/n1/c1 131092 1073741828 Custom 0 enter \N \N \N +date/a4/m1/n1/c2 131092 1073741828 \N 123 enter \N \N \N +date/a4/m1/n1/c3 131092 1073741828 Custom 123 enter \N \N \N +date/a4/m2/n0/c0 262164 4 \N 0 4 \N \N \N +date/a4/m2/n0/c1 262164 4 Custom 0 4 \N \N \N +date/a4/m2/n0/c2 262164 4 \N 123 4 \N \N \N +date/a4/m2/n0/c3 262164 4 Custom 123 4 \N \N \N +date/a4/m2/n1/c0 262164 1073741828 \N 0 enter \N \N \N +date/a4/m2/n1/c1 262164 1073741828 Custom 0 enter \N \N \N +date/a4/m2/n1/c2 262164 1073741828 \N 123 enter \N \N \N +date/a4/m2/n1/c3 262164 1073741828 Custom 123 enter \N \N \N +date/a4/m3/n0/c0 393236 4 \N 0 4 \N \N \N +date/a4/m3/n0/c1 393236 4 Custom 0 4 \N \N \N +date/a4/m3/n0/c2 393236 4 \N 123 4 \N \N \N +date/a4/m3/n0/c3 393236 4 Custom 123 4 \N \N \N +date/a4/m3/n1/c0 393236 1073741828 \N 0 enter \N \N \N +date/a4/m3/n1/c1 393236 1073741828 Custom 0 enter \N \N \N +date/a4/m3/n1/c2 393236 1073741828 \N 123 enter \N \N \N +date/a4/m3/n1/c3 393236 1073741828 Custom 123 enter \N \N \N +date/a5/m0/n0/c0 20 5 \N 0 5 \N \N \N +date/a5/m0/n0/c1 20 5 Custom 0 5 \N \N \N +date/a5/m0/n0/c2 20 5 \N 123 5 \N \N \N +date/a5/m0/n0/c3 20 5 Custom 123 5 \N \N \N +date/a5/m0/n1/c0 20 1073741829 \N 0 enter \N \N \N +date/a5/m0/n1/c1 20 1073741829 Custom 0 enter \N \N \N +date/a5/m0/n1/c2 20 1073741829 \N 123 enter \N \N \N +date/a5/m0/n1/c3 20 1073741829 Custom 123 enter \N \N \N +date/a5/m1/n0/c0 131092 5 \N 0 5 \N \N \N +date/a5/m1/n0/c1 131092 5 Custom 0 5 \N \N \N +date/a5/m1/n0/c2 131092 5 \N 123 5 \N \N \N +date/a5/m1/n0/c3 131092 5 Custom 123 5 \N \N \N +date/a5/m1/n1/c0 131092 1073741829 \N 0 enter \N \N \N +date/a5/m1/n1/c1 131092 1073741829 Custom 0 enter \N \N \N +date/a5/m1/n1/c2 131092 1073741829 \N 123 enter \N \N \N +date/a5/m1/n1/c3 131092 1073741829 Custom 123 enter \N \N \N +date/a5/m2/n0/c0 262164 5 \N 0 5 \N \N \N +date/a5/m2/n0/c1 262164 5 Custom 0 5 \N \N \N +date/a5/m2/n0/c2 262164 5 \N 123 5 \N \N \N +date/a5/m2/n0/c3 262164 5 Custom 123 5 \N \N \N +date/a5/m2/n1/c0 262164 1073741829 \N 0 enter \N \N \N +date/a5/m2/n1/c1 262164 1073741829 Custom 0 enter \N \N \N +date/a5/m2/n1/c2 262164 1073741829 \N 123 enter \N \N \N +date/a5/m2/n1/c3 262164 1073741829 Custom 123 enter \N \N \N +date/a5/m3/n0/c0 393236 5 \N 0 5 \N \N \N +date/a5/m3/n0/c1 393236 5 Custom 0 5 \N \N \N +date/a5/m3/n0/c2 393236 5 \N 123 5 \N \N \N +date/a5/m3/n0/c3 393236 5 Custom 123 5 \N \N \N +date/a5/m3/n1/c0 393236 1073741829 \N 0 enter \N \N \N +date/a5/m3/n1/c1 393236 1073741829 Custom 0 enter \N \N \N +date/a5/m3/n1/c2 393236 1073741829 \N 123 enter \N \N \N +date/a5/m3/n1/c3 393236 1073741829 Custom 123 enter \N \N \N +date/a6/m0/n0/c0 20 6 \N 0 6 \N \N \N +date/a6/m0/n0/c1 20 6 Custom 0 6 \N \N \N +date/a6/m0/n0/c2 20 6 \N 123 6 \N \N \N +date/a6/m0/n0/c3 20 6 Custom 123 6 \N \N \N +date/a6/m0/n1/c0 20 1073741830 \N 0 enter \N \N \N +date/a6/m0/n1/c1 20 1073741830 Custom 0 enter \N \N \N +date/a6/m0/n1/c2 20 1073741830 \N 123 enter \N \N \N +date/a6/m0/n1/c3 20 1073741830 Custom 123 enter \N \N \N +date/a6/m1/n0/c0 131092 6 \N 0 6 \N \N \N +date/a6/m1/n0/c1 131092 6 Custom 0 6 \N \N \N +date/a6/m1/n0/c2 131092 6 \N 123 6 \N \N \N +date/a6/m1/n0/c3 131092 6 Custom 123 6 \N \N \N +date/a6/m1/n1/c0 131092 1073741830 \N 0 enter \N \N \N +date/a6/m1/n1/c1 131092 1073741830 Custom 0 enter \N \N \N +date/a6/m1/n1/c2 131092 1073741830 \N 123 enter \N \N \N +date/a6/m1/n1/c3 131092 1073741830 Custom 123 enter \N \N \N +date/a6/m2/n0/c0 262164 6 \N 0 6 \N \N \N +date/a6/m2/n0/c1 262164 6 Custom 0 6 \N \N \N +date/a6/m2/n0/c2 262164 6 \N 123 6 \N \N \N +date/a6/m2/n0/c3 262164 6 Custom 123 6 \N \N \N +date/a6/m2/n1/c0 262164 1073741830 \N 0 enter \N \N \N +date/a6/m2/n1/c1 262164 1073741830 Custom 0 enter \N \N \N +date/a6/m2/n1/c2 262164 1073741830 \N 123 enter \N \N \N +date/a6/m2/n1/c3 262164 1073741830 Custom 123 enter \N \N \N +date/a6/m3/n0/c0 393236 6 \N 0 6 \N \N \N +date/a6/m3/n0/c1 393236 6 Custom 0 6 \N \N \N +date/a6/m3/n0/c2 393236 6 \N 123 6 \N \N \N +date/a6/m3/n0/c3 393236 6 Custom 123 6 \N \N \N +date/a6/m3/n1/c0 393236 1073741830 \N 0 enter \N \N \N +date/a6/m3/n1/c1 393236 1073741830 Custom 0 enter \N \N \N +date/a6/m3/n1/c2 393236 1073741830 \N 123 enter \N \N \N +date/a6/m3/n1/c3 393236 1073741830 Custom 123 enter \N \N \N +date/a7/m0/n0/c0 20 7 \N 0 7 \N \N \N +date/a7/m0/n0/c1 20 7 Custom 0 7 \N \N \N +date/a7/m0/n0/c2 20 7 \N 123 7 \N \N \N +date/a7/m0/n0/c3 20 7 Custom 123 7 \N \N \N +date/a7/m0/n1/c0 20 1073741831 \N 0 enter \N \N \N +date/a7/m0/n1/c1 20 1073741831 Custom 0 enter \N \N \N +date/a7/m0/n1/c2 20 1073741831 \N 123 enter \N \N \N +date/a7/m0/n1/c3 20 1073741831 Custom 123 enter \N \N \N +date/a7/m1/n0/c0 131092 7 \N 0 7 \N \N \N +date/a7/m1/n0/c1 131092 7 Custom 0 7 \N \N \N +date/a7/m1/n0/c2 131092 7 \N 123 7 \N \N \N +date/a7/m1/n0/c3 131092 7 Custom 123 7 \N \N \N +date/a7/m1/n1/c0 131092 1073741831 \N 0 enter \N \N \N +date/a7/m1/n1/c1 131092 1073741831 Custom 0 enter \N \N \N +date/a7/m1/n1/c2 131092 1073741831 \N 123 enter \N \N \N +date/a7/m1/n1/c3 131092 1073741831 Custom 123 enter \N \N \N +date/a7/m2/n0/c0 262164 7 \N 0 7 \N \N \N +date/a7/m2/n0/c1 262164 7 Custom 0 7 \N \N \N +date/a7/m2/n0/c2 262164 7 \N 123 7 \N \N \N +date/a7/m2/n0/c3 262164 7 Custom 123 7 \N \N \N +date/a7/m2/n1/c0 262164 1073741831 \N 0 enter \N \N \N +date/a7/m2/n1/c1 262164 1073741831 Custom 0 enter \N \N \N +date/a7/m2/n1/c2 262164 1073741831 \N 123 enter \N \N \N +date/a7/m2/n1/c3 262164 1073741831 Custom 123 enter \N \N \N +date/a7/m3/n0/c0 393236 7 \N 0 7 \N \N \N +date/a7/m3/n0/c1 393236 7 Custom 0 7 \N \N \N +date/a7/m3/n0/c2 393236 7 \N 123 7 \N \N \N +date/a7/m3/n0/c3 393236 7 Custom 123 7 \N \N \N +date/a7/m3/n1/c0 393236 1073741831 \N 0 enter \N \N \N +date/a7/m3/n1/c1 393236 1073741831 Custom 0 enter \N \N \N +date/a7/m3/n1/c2 393236 1073741831 \N 123 enter \N \N \N +date/a7/m3/n1/c3 393236 1073741831 Custom 123 enter \N \N \N +time/a0/m0/n0/c0 36 0 \N 0 enter \N \N \N +time/a0/m0/n0/c1 36 0 Custom 0 enter \N \N \N +time/a0/m0/n0/c2 36 0 \N 123 enter \N \N \N +time/a0/m0/n0/c3 36 0 Custom 123 enter \N \N \N +time/a0/m0/n1/c0 36 1073741824 \N 0 enter \N \N \N +time/a0/m0/n1/c1 36 1073741824 Custom 0 enter \N \N \N +time/a0/m0/n1/c2 36 1073741824 \N 123 enter \N \N \N +time/a0/m0/n1/c3 36 1073741824 Custom 123 enter \N \N \N +time/a0/m1/n0/c0 131108 0 \N 0 enter \N \N \N +time/a0/m1/n0/c1 131108 0 Custom 0 enter \N \N \N +time/a0/m1/n0/c2 131108 0 \N 123 enter \N \N \N +time/a0/m1/n0/c3 131108 0 Custom 123 enter \N \N \N +time/a0/m1/n1/c0 131108 1073741824 \N 0 enter \N \N \N +time/a0/m1/n1/c1 131108 1073741824 Custom 0 enter \N \N \N +time/a0/m1/n1/c2 131108 1073741824 \N 123 enter \N \N \N +time/a0/m1/n1/c3 131108 1073741824 Custom 123 enter \N \N \N +time/a0/m2/n0/c0 262180 0 \N 0 enter \N \N \N +time/a0/m2/n0/c1 262180 0 Custom 0 enter \N \N \N +time/a0/m2/n0/c2 262180 0 \N 123 enter \N \N \N +time/a0/m2/n0/c3 262180 0 Custom 123 enter \N \N \N +time/a0/m2/n1/c0 262180 1073741824 \N 0 enter \N \N \N +time/a0/m2/n1/c1 262180 1073741824 Custom 0 enter \N \N \N +time/a0/m2/n1/c2 262180 1073741824 \N 123 enter \N \N \N +time/a0/m2/n1/c3 262180 1073741824 Custom 123 enter \N \N \N +time/a0/m3/n0/c0 393252 0 \N 0 enter \N \N \N +time/a0/m3/n0/c1 393252 0 Custom 0 enter \N \N \N +time/a0/m3/n0/c2 393252 0 \N 123 enter \N \N \N +time/a0/m3/n0/c3 393252 0 Custom 123 enter \N \N \N +time/a0/m3/n1/c0 393252 1073741824 \N 0 enter \N \N \N +time/a0/m3/n1/c1 393252 1073741824 Custom 0 enter \N \N \N +time/a0/m3/n1/c2 393252 1073741824 \N 123 enter \N \N \N +time/a0/m3/n1/c3 393252 1073741824 Custom 123 enter \N \N \N +time/a1/m0/n0/c0 36 1 \N 0 enter \N \N \N +time/a1/m0/n0/c1 36 1 Custom 0 enter \N \N \N +time/a1/m0/n0/c2 36 1 \N 123 enter \N \N \N +time/a1/m0/n0/c3 36 1 Custom 123 enter \N \N \N +time/a1/m0/n1/c0 36 1073741825 \N 0 enter \N \N \N +time/a1/m0/n1/c1 36 1073741825 Custom 0 enter \N \N \N +time/a1/m0/n1/c2 36 1073741825 \N 123 enter \N \N \N +time/a1/m0/n1/c3 36 1073741825 Custom 123 enter \N \N \N +time/a1/m1/n0/c0 131108 1 \N 0 enter \N \N \N +time/a1/m1/n0/c1 131108 1 Custom 0 enter \N \N \N +time/a1/m1/n0/c2 131108 1 \N 123 enter \N \N \N +time/a1/m1/n0/c3 131108 1 Custom 123 enter \N \N \N +time/a1/m1/n1/c0 131108 1073741825 \N 0 enter \N \N \N +time/a1/m1/n1/c1 131108 1073741825 Custom 0 enter \N \N \N +time/a1/m1/n1/c2 131108 1073741825 \N 123 enter \N \N \N +time/a1/m1/n1/c3 131108 1073741825 Custom 123 enter \N \N \N +time/a1/m2/n0/c0 262180 1 \N 0 enter \N \N \N +time/a1/m2/n0/c1 262180 1 Custom 0 enter \N \N \N +time/a1/m2/n0/c2 262180 1 \N 123 enter \N \N \N +time/a1/m2/n0/c3 262180 1 Custom 123 enter \N \N \N +time/a1/m2/n1/c0 262180 1073741825 \N 0 enter \N \N \N +time/a1/m2/n1/c1 262180 1073741825 Custom 0 enter \N \N \N +time/a1/m2/n1/c2 262180 1073741825 \N 123 enter \N \N \N +time/a1/m2/n1/c3 262180 1073741825 Custom 123 enter \N \N \N +time/a1/m3/n0/c0 393252 1 \N 0 enter \N \N \N +time/a1/m3/n0/c1 393252 1 Custom 0 enter \N \N \N +time/a1/m3/n0/c2 393252 1 \N 123 enter \N \N \N +time/a1/m3/n0/c3 393252 1 Custom 123 enter \N \N \N +time/a1/m3/n1/c0 393252 1073741825 \N 0 enter \N \N \N +time/a1/m3/n1/c1 393252 1073741825 Custom 0 enter \N \N \N +time/a1/m3/n1/c2 393252 1073741825 \N 123 enter \N \N \N +time/a1/m3/n1/c3 393252 1073741825 Custom 123 enter \N \N \N +time/a2/m0/n0/c0 36 2 \N 0 2 \N \N \N +time/a2/m0/n0/c1 36 2 Custom 0 2 \N \N \N +time/a2/m0/n0/c2 36 2 \N 123 2 \N \N \N +time/a2/m0/n0/c3 36 2 Custom 123 2 \N \N \N +time/a2/m0/n1/c0 36 1073741826 \N 0 enter \N \N \N +time/a2/m0/n1/c1 36 1073741826 Custom 0 enter \N \N \N +time/a2/m0/n1/c2 36 1073741826 \N 123 enter \N \N \N +time/a2/m0/n1/c3 36 1073741826 Custom 123 enter \N \N \N +time/a2/m1/n0/c0 131108 2 \N 0 2 \N \N \N +time/a2/m1/n0/c1 131108 2 Custom 0 2 \N \N \N +time/a2/m1/n0/c2 131108 2 \N 123 2 \N \N \N +time/a2/m1/n0/c3 131108 2 Custom 123 2 \N \N \N +time/a2/m1/n1/c0 131108 1073741826 \N 0 enter \N \N \N +time/a2/m1/n1/c1 131108 1073741826 Custom 0 enter \N \N \N +time/a2/m1/n1/c2 131108 1073741826 \N 123 enter \N \N \N +time/a2/m1/n1/c3 131108 1073741826 Custom 123 enter \N \N \N +time/a2/m2/n0/c0 262180 2 \N 0 2 \N \N \N +time/a2/m2/n0/c1 262180 2 Custom 0 2 \N \N \N +time/a2/m2/n0/c2 262180 2 \N 123 2 \N \N \N +time/a2/m2/n0/c3 262180 2 Custom 123 2 \N \N \N +time/a2/m2/n1/c0 262180 1073741826 \N 0 enter \N \N \N +time/a2/m2/n1/c1 262180 1073741826 Custom 0 enter \N \N \N +time/a2/m2/n1/c2 262180 1073741826 \N 123 enter \N \N \N +time/a2/m2/n1/c3 262180 1073741826 Custom 123 enter \N \N \N +time/a2/m3/n0/c0 393252 2 \N 0 2 \N \N \N +time/a2/m3/n0/c1 393252 2 Custom 0 2 \N \N \N +time/a2/m3/n0/c2 393252 2 \N 123 2 \N \N \N +time/a2/m3/n0/c3 393252 2 Custom 123 2 \N \N \N +time/a2/m3/n1/c0 393252 1073741826 \N 0 enter \N \N \N +time/a2/m3/n1/c1 393252 1073741826 Custom 0 enter \N \N \N +time/a2/m3/n1/c2 393252 1073741826 \N 123 enter \N \N \N +time/a2/m3/n1/c3 393252 1073741826 Custom 123 enter \N \N \N +time/a3/m0/n0/c0 36 3 \N 0 3 \N \N \N +time/a3/m0/n0/c1 36 3 Custom 0 3 \N \N \N +time/a3/m0/n0/c2 36 3 \N 123 3 \N \N \N +time/a3/m0/n0/c3 36 3 Custom 123 3 \N \N \N +time/a3/m0/n1/c0 36 1073741827 \N 0 enter \N \N \N +time/a3/m0/n1/c1 36 1073741827 Custom 0 enter \N \N \N +time/a3/m0/n1/c2 36 1073741827 \N 123 enter \N \N \N +time/a3/m0/n1/c3 36 1073741827 Custom 123 enter \N \N \N +time/a3/m1/n0/c0 131108 3 \N 0 3 \N \N \N +time/a3/m1/n0/c1 131108 3 Custom 0 3 \N \N \N +time/a3/m1/n0/c2 131108 3 \N 123 3 \N \N \N +time/a3/m1/n0/c3 131108 3 Custom 123 3 \N \N \N +time/a3/m1/n1/c0 131108 1073741827 \N 0 enter \N \N \N +time/a3/m1/n1/c1 131108 1073741827 Custom 0 enter \N \N \N +time/a3/m1/n1/c2 131108 1073741827 \N 123 enter \N \N \N +time/a3/m1/n1/c3 131108 1073741827 Custom 123 enter \N \N \N +time/a3/m2/n0/c0 262180 3 \N 0 3 \N \N \N +time/a3/m2/n0/c1 262180 3 Custom 0 3 \N \N \N +time/a3/m2/n0/c2 262180 3 \N 123 3 \N \N \N +time/a3/m2/n0/c3 262180 3 Custom 123 3 \N \N \N +time/a3/m2/n1/c0 262180 1073741827 \N 0 enter \N \N \N +time/a3/m2/n1/c1 262180 1073741827 Custom 0 enter \N \N \N +time/a3/m2/n1/c2 262180 1073741827 \N 123 enter \N \N \N +time/a3/m2/n1/c3 262180 1073741827 Custom 123 enter \N \N \N +time/a3/m3/n0/c0 393252 3 \N 0 3 \N \N \N +time/a3/m3/n0/c1 393252 3 Custom 0 3 \N \N \N +time/a3/m3/n0/c2 393252 3 \N 123 3 \N \N \N +time/a3/m3/n0/c3 393252 3 Custom 123 3 \N \N \N +time/a3/m3/n1/c0 393252 1073741827 \N 0 enter \N \N \N +time/a3/m3/n1/c1 393252 1073741827 Custom 0 enter \N \N \N +time/a3/m3/n1/c2 393252 1073741827 \N 123 enter \N \N \N +time/a3/m3/n1/c3 393252 1073741827 Custom 123 enter \N \N \N +time/a4/m0/n0/c0 36 4 \N 0 4 \N \N \N +time/a4/m0/n0/c1 36 4 Custom 0 4 \N \N \N +time/a4/m0/n0/c2 36 4 \N 123 4 \N \N \N +time/a4/m0/n0/c3 36 4 Custom 123 4 \N \N \N +time/a4/m0/n1/c0 36 1073741828 \N 0 enter \N \N \N +time/a4/m0/n1/c1 36 1073741828 Custom 0 enter \N \N \N +time/a4/m0/n1/c2 36 1073741828 \N 123 enter \N \N \N +time/a4/m0/n1/c3 36 1073741828 Custom 123 enter \N \N \N +time/a4/m1/n0/c0 131108 4 \N 0 4 \N \N \N +time/a4/m1/n0/c1 131108 4 Custom 0 4 \N \N \N +time/a4/m1/n0/c2 131108 4 \N 123 4 \N \N \N +time/a4/m1/n0/c3 131108 4 Custom 123 4 \N \N \N +time/a4/m1/n1/c0 131108 1073741828 \N 0 enter \N \N \N +time/a4/m1/n1/c1 131108 1073741828 Custom 0 enter \N \N \N +time/a4/m1/n1/c2 131108 1073741828 \N 123 enter \N \N \N +time/a4/m1/n1/c3 131108 1073741828 Custom 123 enter \N \N \N +time/a4/m2/n0/c0 262180 4 \N 0 4 \N \N \N +time/a4/m2/n0/c1 262180 4 Custom 0 4 \N \N \N +time/a4/m2/n0/c2 262180 4 \N 123 4 \N \N \N +time/a4/m2/n0/c3 262180 4 Custom 123 4 \N \N \N +time/a4/m2/n1/c0 262180 1073741828 \N 0 enter \N \N \N +time/a4/m2/n1/c1 262180 1073741828 Custom 0 enter \N \N \N +time/a4/m2/n1/c2 262180 1073741828 \N 123 enter \N \N \N +time/a4/m2/n1/c3 262180 1073741828 Custom 123 enter \N \N \N +time/a4/m3/n0/c0 393252 4 \N 0 4 \N \N \N +time/a4/m3/n0/c1 393252 4 Custom 0 4 \N \N \N +time/a4/m3/n0/c2 393252 4 \N 123 4 \N \N \N +time/a4/m3/n0/c3 393252 4 Custom 123 4 \N \N \N +time/a4/m3/n1/c0 393252 1073741828 \N 0 enter \N \N \N +time/a4/m3/n1/c1 393252 1073741828 Custom 0 enter \N \N \N +time/a4/m3/n1/c2 393252 1073741828 \N 123 enter \N \N \N +time/a4/m3/n1/c3 393252 1073741828 Custom 123 enter \N \N \N +time/a5/m0/n0/c0 36 5 \N 0 5 \N \N \N +time/a5/m0/n0/c1 36 5 Custom 0 5 \N \N \N +time/a5/m0/n0/c2 36 5 \N 123 5 \N \N \N +time/a5/m0/n0/c3 36 5 Custom 123 5 \N \N \N +time/a5/m0/n1/c0 36 1073741829 \N 0 enter \N \N \N +time/a5/m0/n1/c1 36 1073741829 Custom 0 enter \N \N \N +time/a5/m0/n1/c2 36 1073741829 \N 123 enter \N \N \N +time/a5/m0/n1/c3 36 1073741829 Custom 123 enter \N \N \N +time/a5/m1/n0/c0 131108 5 \N 0 5 \N \N \N +time/a5/m1/n0/c1 131108 5 Custom 0 5 \N \N \N +time/a5/m1/n0/c2 131108 5 \N 123 5 \N \N \N +time/a5/m1/n0/c3 131108 5 Custom 123 5 \N \N \N +time/a5/m1/n1/c0 131108 1073741829 \N 0 enter \N \N \N +time/a5/m1/n1/c1 131108 1073741829 Custom 0 enter \N \N \N +time/a5/m1/n1/c2 131108 1073741829 \N 123 enter \N \N \N +time/a5/m1/n1/c3 131108 1073741829 Custom 123 enter \N \N \N +time/a5/m2/n0/c0 262180 5 \N 0 5 \N \N \N +time/a5/m2/n0/c1 262180 5 Custom 0 5 \N \N \N +time/a5/m2/n0/c2 262180 5 \N 123 5 \N \N \N +time/a5/m2/n0/c3 262180 5 Custom 123 5 \N \N \N +time/a5/m2/n1/c0 262180 1073741829 \N 0 enter \N \N \N +time/a5/m2/n1/c1 262180 1073741829 Custom 0 enter \N \N \N +time/a5/m2/n1/c2 262180 1073741829 \N 123 enter \N \N \N +time/a5/m2/n1/c3 262180 1073741829 Custom 123 enter \N \N \N +time/a5/m3/n0/c0 393252 5 \N 0 5 \N \N \N +time/a5/m3/n0/c1 393252 5 Custom 0 5 \N \N \N +time/a5/m3/n0/c2 393252 5 \N 123 5 \N \N \N +time/a5/m3/n0/c3 393252 5 Custom 123 5 \N \N \N +time/a5/m3/n1/c0 393252 1073741829 \N 0 enter \N \N \N +time/a5/m3/n1/c1 393252 1073741829 Custom 0 enter \N \N \N +time/a5/m3/n1/c2 393252 1073741829 \N 123 enter \N \N \N +time/a5/m3/n1/c3 393252 1073741829 Custom 123 enter \N \N \N +time/a6/m0/n0/c0 36 6 \N 0 6 \N \N \N +time/a6/m0/n0/c1 36 6 Custom 0 6 \N \N \N +time/a6/m0/n0/c2 36 6 \N 123 6 \N \N \N +time/a6/m0/n0/c3 36 6 Custom 123 6 \N \N \N +time/a6/m0/n1/c0 36 1073741830 \N 0 enter \N \N \N +time/a6/m0/n1/c1 36 1073741830 Custom 0 enter \N \N \N +time/a6/m0/n1/c2 36 1073741830 \N 123 enter \N \N \N +time/a6/m0/n1/c3 36 1073741830 Custom 123 enter \N \N \N +time/a6/m1/n0/c0 131108 6 \N 0 6 \N \N \N +time/a6/m1/n0/c1 131108 6 Custom 0 6 \N \N \N +time/a6/m1/n0/c2 131108 6 \N 123 6 \N \N \N +time/a6/m1/n0/c3 131108 6 Custom 123 6 \N \N \N +time/a6/m1/n1/c0 131108 1073741830 \N 0 enter \N \N \N +time/a6/m1/n1/c1 131108 1073741830 Custom 0 enter \N \N \N +time/a6/m1/n1/c2 131108 1073741830 \N 123 enter \N \N \N +time/a6/m1/n1/c3 131108 1073741830 Custom 123 enter \N \N \N +time/a6/m2/n0/c0 262180 6 \N 0 6 \N \N \N +time/a6/m2/n0/c1 262180 6 Custom 0 6 \N \N \N +time/a6/m2/n0/c2 262180 6 \N 123 6 \N \N \N +time/a6/m2/n0/c3 262180 6 Custom 123 6 \N \N \N +time/a6/m2/n1/c0 262180 1073741830 \N 0 enter \N \N \N +time/a6/m2/n1/c1 262180 1073741830 Custom 0 enter \N \N \N +time/a6/m2/n1/c2 262180 1073741830 \N 123 enter \N \N \N +time/a6/m2/n1/c3 262180 1073741830 Custom 123 enter \N \N \N +time/a6/m3/n0/c0 393252 6 \N 0 6 \N \N \N +time/a6/m3/n0/c1 393252 6 Custom 0 6 \N \N \N +time/a6/m3/n0/c2 393252 6 \N 123 6 \N \N \N +time/a6/m3/n0/c3 393252 6 Custom 123 6 \N \N \N +time/a6/m3/n1/c0 393252 1073741830 \N 0 enter \N \N \N +time/a6/m3/n1/c1 393252 1073741830 Custom 0 enter \N \N \N +time/a6/m3/n1/c2 393252 1073741830 \N 123 enter \N \N \N +time/a6/m3/n1/c3 393252 1073741830 Custom 123 enter \N \N \N +time/a7/m0/n0/c0 36 7 \N 0 7 \N \N \N +time/a7/m0/n0/c1 36 7 Custom 0 7 \N \N \N +time/a7/m0/n0/c2 36 7 \N 123 7 \N \N \N +time/a7/m0/n0/c3 36 7 Custom 123 7 \N \N \N +time/a7/m0/n1/c0 36 1073741831 \N 0 enter \N \N \N +time/a7/m0/n1/c1 36 1073741831 Custom 0 enter \N \N \N +time/a7/m0/n1/c2 36 1073741831 \N 123 enter \N \N \N +time/a7/m0/n1/c3 36 1073741831 Custom 123 enter \N \N \N +time/a7/m1/n0/c0 131108 7 \N 0 7 \N \N \N +time/a7/m1/n0/c1 131108 7 Custom 0 7 \N \N \N +time/a7/m1/n0/c2 131108 7 \N 123 7 \N \N \N +time/a7/m1/n0/c3 131108 7 Custom 123 7 \N \N \N +time/a7/m1/n1/c0 131108 1073741831 \N 0 enter \N \N \N +time/a7/m1/n1/c1 131108 1073741831 Custom 0 enter \N \N \N +time/a7/m1/n1/c2 131108 1073741831 \N 123 enter \N \N \N +time/a7/m1/n1/c3 131108 1073741831 Custom 123 enter \N \N \N +time/a7/m2/n0/c0 262180 7 \N 0 7 \N \N \N +time/a7/m2/n0/c1 262180 7 Custom 0 7 \N \N \N +time/a7/m2/n0/c2 262180 7 \N 123 7 \N \N \N +time/a7/m2/n0/c3 262180 7 Custom 123 7 \N \N \N +time/a7/m2/n1/c0 262180 1073741831 \N 0 enter \N \N \N +time/a7/m2/n1/c1 262180 1073741831 Custom 0 enter \N \N \N +time/a7/m2/n1/c2 262180 1073741831 \N 123 enter \N \N \N +time/a7/m2/n1/c3 262180 1073741831 Custom 123 enter \N \N \N +time/a7/m3/n0/c0 393252 7 \N 0 7 \N \N \N +time/a7/m3/n0/c1 393252 7 Custom 0 7 \N \N \N +time/a7/m3/n0/c2 393252 7 \N 123 7 \N \N \N +time/a7/m3/n0/c3 393252 7 Custom 123 7 \N \N \N +time/a7/m3/n1/c0 393252 1073741831 \N 0 enter \N \N \N +time/a7/m3/n1/c1 393252 1073741831 Custom 0 enter \N \N \N +time/a7/m3/n1/c2 393252 1073741831 \N 123 enter \N \N \N +time/a7/m3/n1/c3 393252 1073741831 Custom 123 enter \N \N \N +null/a0/m0/n0/c0 0 0 \N 0 enter \N \N \N +null/a0/m0/n0/c1 0 0 Custom 0 enter \N \N \N +null/a0/m0/n0/c2 0 0 \N 123 enter \N \N \N +null/a0/m0/n0/c3 0 0 Custom 123 enter \N \N \N +null/a0/m0/n1/c0 0 1073741824 \N 0 enter \N \N \N +null/a0/m0/n1/c1 0 1073741824 Custom 0 enter \N \N \N +null/a0/m0/n1/c2 0 1073741824 \N 123 enter \N \N \N +null/a0/m0/n1/c3 0 1073741824 Custom 123 enter \N \N \N +null/a0/m1/n0/c0 131072 0 \N 0 enter \N \N \N +null/a0/m1/n0/c1 131072 0 Custom 0 enter \N \N \N +null/a0/m1/n0/c2 131072 0 \N 123 enter \N \N \N +null/a0/m1/n0/c3 131072 0 Custom 123 enter \N \N \N +null/a0/m1/n1/c0 131072 1073741824 \N 0 enter \N \N \N +null/a0/m1/n1/c1 131072 1073741824 Custom 0 enter \N \N \N +null/a0/m1/n1/c2 131072 1073741824 \N 123 enter \N \N \N +null/a0/m1/n1/c3 131072 1073741824 Custom 123 enter \N \N \N +null/a0/m2/n0/c0 262144 0 \N 0 enter \N \N \N +null/a0/m2/n0/c1 262144 0 Custom 0 enter \N \N \N +null/a0/m2/n0/c2 262144 0 \N 123 enter \N \N \N +null/a0/m2/n0/c3 262144 0 Custom 123 enter \N \N \N +null/a0/m2/n1/c0 262144 1073741824 \N 0 enter \N \N \N +null/a0/m2/n1/c1 262144 1073741824 Custom 0 enter \N \N \N +null/a0/m2/n1/c2 262144 1073741824 \N 123 enter \N \N \N +null/a0/m2/n1/c3 262144 1073741824 Custom 123 enter \N \N \N +null/a0/m3/n0/c0 393216 0 \N 0 enter \N \N \N +null/a0/m3/n0/c1 393216 0 Custom 0 enter \N \N \N +null/a0/m3/n0/c2 393216 0 \N 123 enter \N \N \N +null/a0/m3/n0/c3 393216 0 Custom 123 enter \N \N \N +null/a0/m3/n1/c0 393216 1073741824 \N 0 enter \N \N \N +null/a0/m3/n1/c1 393216 1073741824 Custom 0 enter \N \N \N +null/a0/m3/n1/c2 393216 1073741824 \N 123 enter \N \N \N +null/a0/m3/n1/c3 393216 1073741824 Custom 123 enter \N \N \N +null/a1/m0/n0/c0 0 1 \N 0 enter \N \N \N +null/a1/m0/n0/c1 0 1 Custom 0 enter \N \N \N +null/a1/m0/n0/c2 0 1 \N 123 enter \N \N \N +null/a1/m0/n0/c3 0 1 Custom 123 enter \N \N \N +null/a1/m0/n1/c0 0 1073741825 \N 0 enter \N \N \N +null/a1/m0/n1/c1 0 1073741825 Custom 0 enter \N \N \N +null/a1/m0/n1/c2 0 1073741825 \N 123 enter \N \N \N +null/a1/m0/n1/c3 0 1073741825 Custom 123 enter \N \N \N +null/a1/m1/n0/c0 131072 1 \N 0 enter \N \N \N +null/a1/m1/n0/c1 131072 1 Custom 0 enter \N \N \N +null/a1/m1/n0/c2 131072 1 \N 123 enter \N \N \N +null/a1/m1/n0/c3 131072 1 Custom 123 enter \N \N \N +null/a1/m1/n1/c0 131072 1073741825 \N 0 enter \N \N \N +null/a1/m1/n1/c1 131072 1073741825 Custom 0 enter \N \N \N +null/a1/m1/n1/c2 131072 1073741825 \N 123 enter \N \N \N +null/a1/m1/n1/c3 131072 1073741825 Custom 123 enter \N \N \N +null/a1/m2/n0/c0 262144 1 \N 0 enter \N \N \N +null/a1/m2/n0/c1 262144 1 Custom 0 enter \N \N \N +null/a1/m2/n0/c2 262144 1 \N 123 enter \N \N \N +null/a1/m2/n0/c3 262144 1 Custom 123 enter \N \N \N +null/a1/m2/n1/c0 262144 1073741825 \N 0 enter \N \N \N +null/a1/m2/n1/c1 262144 1073741825 Custom 0 enter \N \N \N +null/a1/m2/n1/c2 262144 1073741825 \N 123 enter \N \N \N +null/a1/m2/n1/c3 262144 1073741825 Custom 123 enter \N \N \N +null/a1/m3/n0/c0 393216 1 \N 0 enter \N \N \N +null/a1/m3/n0/c1 393216 1 Custom 0 enter \N \N \N +null/a1/m3/n0/c2 393216 1 \N 123 enter \N \N \N +null/a1/m3/n0/c3 393216 1 Custom 123 enter \N \N \N +null/a1/m3/n1/c0 393216 1073741825 \N 0 enter \N \N \N +null/a1/m3/n1/c1 393216 1073741825 Custom 0 enter \N \N \N +null/a1/m3/n1/c2 393216 1073741825 \N 123 enter \N \N \N +null/a1/m3/n1/c3 393216 1073741825 Custom 123 enter \N \N \N +null/a2/m0/n0/c0 0 2 \N 0 2 \N \N \N +null/a2/m0/n0/c1 0 2 Custom 0 2 \N \N \N +null/a2/m0/n0/c2 0 2 \N 123 2 \N \N \N +null/a2/m0/n0/c3 0 2 Custom 123 2 \N \N \N +null/a2/m0/n1/c0 0 1073741826 \N 0 enter \N \N \N +null/a2/m0/n1/c1 0 1073741826 Custom 0 enter \N \N \N +null/a2/m0/n1/c2 0 1073741826 \N 123 enter \N \N \N +null/a2/m0/n1/c3 0 1073741826 Custom 123 enter \N \N \N +null/a2/m1/n0/c0 131072 2 \N 0 2 \N \N \N +null/a2/m1/n0/c1 131072 2 Custom 0 2 \N \N \N +null/a2/m1/n0/c2 131072 2 \N 123 2 \N \N \N +null/a2/m1/n0/c3 131072 2 Custom 123 2 \N \N \N +null/a2/m1/n1/c0 131072 1073741826 \N 0 enter \N \N \N +null/a2/m1/n1/c1 131072 1073741826 Custom 0 enter \N \N \N +null/a2/m1/n1/c2 131072 1073741826 \N 123 enter \N \N \N +null/a2/m1/n1/c3 131072 1073741826 Custom 123 enter \N \N \N +null/a2/m2/n0/c0 262144 2 \N 0 2 \N \N \N +null/a2/m2/n0/c1 262144 2 Custom 0 2 \N \N \N +null/a2/m2/n0/c2 262144 2 \N 123 2 \N \N \N +null/a2/m2/n0/c3 262144 2 Custom 123 2 \N \N \N +null/a2/m2/n1/c0 262144 1073741826 \N 0 enter \N \N \N +null/a2/m2/n1/c1 262144 1073741826 Custom 0 enter \N \N \N +null/a2/m2/n1/c2 262144 1073741826 \N 123 enter \N \N \N +null/a2/m2/n1/c3 262144 1073741826 Custom 123 enter \N \N \N +null/a2/m3/n0/c0 393216 2 \N 0 2 \N \N \N +null/a2/m3/n0/c1 393216 2 Custom 0 2 \N \N \N +null/a2/m3/n0/c2 393216 2 \N 123 2 \N \N \N +null/a2/m3/n0/c3 393216 2 Custom 123 2 \N \N \N +null/a2/m3/n1/c0 393216 1073741826 \N 0 enter \N \N \N +null/a2/m3/n1/c1 393216 1073741826 Custom 0 enter \N \N \N +null/a2/m3/n1/c2 393216 1073741826 \N 123 enter \N \N \N +null/a2/m3/n1/c3 393216 1073741826 Custom 123 enter \N \N \N +null/a3/m0/n0/c0 0 3 \N 0 3 \N \N \N +null/a3/m0/n0/c1 0 3 Custom 0 3 \N \N \N +null/a3/m0/n0/c2 0 3 \N 123 3 \N \N \N +null/a3/m0/n0/c3 0 3 Custom 123 3 \N \N \N +null/a3/m0/n1/c0 0 1073741827 \N 0 enter \N \N \N +null/a3/m0/n1/c1 0 1073741827 Custom 0 enter \N \N \N +null/a3/m0/n1/c2 0 1073741827 \N 123 enter \N \N \N +null/a3/m0/n1/c3 0 1073741827 Custom 123 enter \N \N \N +null/a3/m1/n0/c0 131072 3 \N 0 3 \N \N \N +null/a3/m1/n0/c1 131072 3 Custom 0 3 \N \N \N +null/a3/m1/n0/c2 131072 3 \N 123 3 \N \N \N +null/a3/m1/n0/c3 131072 3 Custom 123 3 \N \N \N +null/a3/m1/n1/c0 131072 1073741827 \N 0 enter \N \N \N +null/a3/m1/n1/c1 131072 1073741827 Custom 0 enter \N \N \N +null/a3/m1/n1/c2 131072 1073741827 \N 123 enter \N \N \N +null/a3/m1/n1/c3 131072 1073741827 Custom 123 enter \N \N \N +null/a3/m2/n0/c0 262144 3 \N 0 3 \N \N \N +null/a3/m2/n0/c1 262144 3 Custom 0 3 \N \N \N +null/a3/m2/n0/c2 262144 3 \N 123 3 \N \N \N +null/a3/m2/n0/c3 262144 3 Custom 123 3 \N \N \N +null/a3/m2/n1/c0 262144 1073741827 \N 0 enter \N \N \N +null/a3/m2/n1/c1 262144 1073741827 Custom 0 enter \N \N \N +null/a3/m2/n1/c2 262144 1073741827 \N 123 enter \N \N \N +null/a3/m2/n1/c3 262144 1073741827 Custom 123 enter \N \N \N +null/a3/m3/n0/c0 393216 3 \N 0 3 \N \N \N +null/a3/m3/n0/c1 393216 3 Custom 0 3 \N \N \N +null/a3/m3/n0/c2 393216 3 \N 123 3 \N \N \N +null/a3/m3/n0/c3 393216 3 Custom 123 3 \N \N \N +null/a3/m3/n1/c0 393216 1073741827 \N 0 enter \N \N \N +null/a3/m3/n1/c1 393216 1073741827 Custom 0 enter \N \N \N +null/a3/m3/n1/c2 393216 1073741827 \N 123 enter \N \N \N +null/a3/m3/n1/c3 393216 1073741827 Custom 123 enter \N \N \N +null/a4/m0/n0/c0 0 4 \N 0 4 \N \N \N +null/a4/m0/n0/c1 0 4 Custom 0 4 \N \N \N +null/a4/m0/n0/c2 0 4 \N 123 4 \N \N \N +null/a4/m0/n0/c3 0 4 Custom 123 4 \N \N \N +null/a4/m0/n1/c0 0 1073741828 \N 0 enter \N \N \N +null/a4/m0/n1/c1 0 1073741828 Custom 0 enter \N \N \N +null/a4/m0/n1/c2 0 1073741828 \N 123 enter \N \N \N +null/a4/m0/n1/c3 0 1073741828 Custom 123 enter \N \N \N +null/a4/m1/n0/c0 131072 4 \N 0 4 \N \N \N +null/a4/m1/n0/c1 131072 4 Custom 0 4 \N \N \N +null/a4/m1/n0/c2 131072 4 \N 123 4 \N \N \N +null/a4/m1/n0/c3 131072 4 Custom 123 4 \N \N \N +null/a4/m1/n1/c0 131072 1073741828 \N 0 enter \N \N \N +null/a4/m1/n1/c1 131072 1073741828 Custom 0 enter \N \N \N +null/a4/m1/n1/c2 131072 1073741828 \N 123 enter \N \N \N +null/a4/m1/n1/c3 131072 1073741828 Custom 123 enter \N \N \N +null/a4/m2/n0/c0 262144 4 \N 0 4 \N \N \N +null/a4/m2/n0/c1 262144 4 Custom 0 4 \N \N \N +null/a4/m2/n0/c2 262144 4 \N 123 4 \N \N \N +null/a4/m2/n0/c3 262144 4 Custom 123 4 \N \N \N +null/a4/m2/n1/c0 262144 1073741828 \N 0 enter \N \N \N +null/a4/m2/n1/c1 262144 1073741828 Custom 0 enter \N \N \N +null/a4/m2/n1/c2 262144 1073741828 \N 123 enter \N \N \N +null/a4/m2/n1/c3 262144 1073741828 Custom 123 enter \N \N \N +null/a4/m3/n0/c0 393216 4 \N 0 4 \N \N \N +null/a4/m3/n0/c1 393216 4 Custom 0 4 \N \N \N +null/a4/m3/n0/c2 393216 4 \N 123 4 \N \N \N +null/a4/m3/n0/c3 393216 4 Custom 123 4 \N \N \N +null/a4/m3/n1/c0 393216 1073741828 \N 0 enter \N \N \N +null/a4/m3/n1/c1 393216 1073741828 Custom 0 enter \N \N \N +null/a4/m3/n1/c2 393216 1073741828 \N 123 enter \N \N \N +null/a4/m3/n1/c3 393216 1073741828 Custom 123 enter \N \N \N +null/a5/m0/n0/c0 0 5 \N 0 5 \N \N \N +null/a5/m0/n0/c1 0 5 Custom 0 5 \N \N \N +null/a5/m0/n0/c2 0 5 \N 123 5 \N \N \N +null/a5/m0/n0/c3 0 5 Custom 123 5 \N \N \N +null/a5/m0/n1/c0 0 1073741829 \N 0 enter \N \N \N +null/a5/m0/n1/c1 0 1073741829 Custom 0 enter \N \N \N +null/a5/m0/n1/c2 0 1073741829 \N 123 enter \N \N \N +null/a5/m0/n1/c3 0 1073741829 Custom 123 enter \N \N \N +null/a5/m1/n0/c0 131072 5 \N 0 5 \N \N \N +null/a5/m1/n0/c1 131072 5 Custom 0 5 \N \N \N +null/a5/m1/n0/c2 131072 5 \N 123 5 \N \N \N +null/a5/m1/n0/c3 131072 5 Custom 123 5 \N \N \N +null/a5/m1/n1/c0 131072 1073741829 \N 0 enter \N \N \N +null/a5/m1/n1/c1 131072 1073741829 Custom 0 enter \N \N \N +null/a5/m1/n1/c2 131072 1073741829 \N 123 enter \N \N \N +null/a5/m1/n1/c3 131072 1073741829 Custom 123 enter \N \N \N +null/a5/m2/n0/c0 262144 5 \N 0 5 \N \N \N +null/a5/m2/n0/c1 262144 5 Custom 0 5 \N \N \N +null/a5/m2/n0/c2 262144 5 \N 123 5 \N \N \N +null/a5/m2/n0/c3 262144 5 Custom 123 5 \N \N \N +null/a5/m2/n1/c0 262144 1073741829 \N 0 enter \N \N \N +null/a5/m2/n1/c1 262144 1073741829 Custom 0 enter \N \N \N +null/a5/m2/n1/c2 262144 1073741829 \N 123 enter \N \N \N +null/a5/m2/n1/c3 262144 1073741829 Custom 123 enter \N \N \N +null/a5/m3/n0/c0 393216 5 \N 0 5 \N \N \N +null/a5/m3/n0/c1 393216 5 Custom 0 5 \N \N \N +null/a5/m3/n0/c2 393216 5 \N 123 5 \N \N \N +null/a5/m3/n0/c3 393216 5 Custom 123 5 \N \N \N +null/a5/m3/n1/c0 393216 1073741829 \N 0 enter \N \N \N +null/a5/m3/n1/c1 393216 1073741829 Custom 0 enter \N \N \N +null/a5/m3/n1/c2 393216 1073741829 \N 123 enter \N \N \N +null/a5/m3/n1/c3 393216 1073741829 Custom 123 enter \N \N \N +null/a6/m0/n0/c0 0 6 \N 0 6 \N \N \N +null/a6/m0/n0/c1 0 6 Custom 0 6 \N \N \N +null/a6/m0/n0/c2 0 6 \N 123 6 \N \N \N +null/a6/m0/n0/c3 0 6 Custom 123 6 \N \N \N +null/a6/m0/n1/c0 0 1073741830 \N 0 enter \N \N \N +null/a6/m0/n1/c1 0 1073741830 Custom 0 enter \N \N \N +null/a6/m0/n1/c2 0 1073741830 \N 123 enter \N \N \N +null/a6/m0/n1/c3 0 1073741830 Custom 123 enter \N \N \N +null/a6/m1/n0/c0 131072 6 \N 0 6 \N \N \N +null/a6/m1/n0/c1 131072 6 Custom 0 6 \N \N \N +null/a6/m1/n0/c2 131072 6 \N 123 6 \N \N \N +null/a6/m1/n0/c3 131072 6 Custom 123 6 \N \N \N +null/a6/m1/n1/c0 131072 1073741830 \N 0 enter \N \N \N +null/a6/m1/n1/c1 131072 1073741830 Custom 0 enter \N \N \N +null/a6/m1/n1/c2 131072 1073741830 \N 123 enter \N \N \N +null/a6/m1/n1/c3 131072 1073741830 Custom 123 enter \N \N \N +null/a6/m2/n0/c0 262144 6 \N 0 6 \N \N \N +null/a6/m2/n0/c1 262144 6 Custom 0 6 \N \N \N +null/a6/m2/n0/c2 262144 6 \N 123 6 \N \N \N +null/a6/m2/n0/c3 262144 6 Custom 123 6 \N \N \N +null/a6/m2/n1/c0 262144 1073741830 \N 0 enter \N \N \N +null/a6/m2/n1/c1 262144 1073741830 Custom 0 enter \N \N \N +null/a6/m2/n1/c2 262144 1073741830 \N 123 enter \N \N \N +null/a6/m2/n1/c3 262144 1073741830 Custom 123 enter \N \N \N +null/a6/m3/n0/c0 393216 6 \N 0 6 \N \N \N +null/a6/m3/n0/c1 393216 6 Custom 0 6 \N \N \N +null/a6/m3/n0/c2 393216 6 \N 123 6 \N \N \N +null/a6/m3/n0/c3 393216 6 Custom 123 6 \N \N \N +null/a6/m3/n1/c0 393216 1073741830 \N 0 enter \N \N \N +null/a6/m3/n1/c1 393216 1073741830 Custom 0 enter \N \N \N +null/a6/m3/n1/c2 393216 1073741830 \N 123 enter \N \N \N +null/a6/m3/n1/c3 393216 1073741830 Custom 123 enter \N \N \N +null/a7/m0/n0/c0 0 7 \N 0 7 \N \N \N +null/a7/m0/n0/c1 0 7 Custom 0 7 \N \N \N +null/a7/m0/n0/c2 0 7 \N 123 7 \N \N \N +null/a7/m0/n0/c3 0 7 Custom 123 7 \N \N \N +null/a7/m0/n1/c0 0 1073741831 \N 0 enter \N \N \N +null/a7/m0/n1/c1 0 1073741831 Custom 0 enter \N \N \N +null/a7/m0/n1/c2 0 1073741831 \N 123 enter \N \N \N +null/a7/m0/n1/c3 0 1073741831 Custom 123 enter \N \N \N +null/a7/m1/n0/c0 131072 7 \N 0 7 \N \N \N +null/a7/m1/n0/c1 131072 7 Custom 0 7 \N \N \N +null/a7/m1/n0/c2 131072 7 \N 123 7 \N \N \N +null/a7/m1/n0/c3 131072 7 Custom 123 7 \N \N \N +null/a7/m1/n1/c0 131072 1073741831 \N 0 enter \N \N \N +null/a7/m1/n1/c1 131072 1073741831 Custom 0 enter \N \N \N +null/a7/m1/n1/c2 131072 1073741831 \N 123 enter \N \N \N +null/a7/m1/n1/c3 131072 1073741831 Custom 123 enter \N \N \N +null/a7/m2/n0/c0 262144 7 \N 0 7 \N \N \N +null/a7/m2/n0/c1 262144 7 Custom 0 7 \N \N \N +null/a7/m2/n0/c2 262144 7 \N 123 7 \N \N \N +null/a7/m2/n0/c3 262144 7 Custom 123 7 \N \N \N +null/a7/m2/n1/c0 262144 1073741831 \N 0 enter \N \N \N +null/a7/m2/n1/c1 262144 1073741831 Custom 0 enter \N \N \N +null/a7/m2/n1/c2 262144 1073741831 \N 123 enter \N \N \N +null/a7/m2/n1/c3 262144 1073741831 Custom 123 enter \N \N \N +null/a7/m3/n0/c0 393216 7 \N 0 7 \N \N \N +null/a7/m3/n0/c1 393216 7 Custom 0 7 \N \N \N +null/a7/m3/n0/c2 393216 7 \N 123 7 \N \N \N +null/a7/m3/n0/c3 393216 7 Custom 123 7 \N \N \N +null/a7/m3/n1/c0 393216 1073741831 \N 0 enter \N \N \N +null/a7/m3/n1/c1 393216 1073741831 Custom 0 enter \N \N \N +null/a7/m3/n1/c2 393216 1073741831 \N 123 enter \N \N \N +null/a7/m3/n1/c3 393216 1073741831 Custom 123 enter \N \N \N +probe/input-1000/a0/n0 4097 0 \N 0 enter \N \N \N +probe/input-2000/a0/n0 8193 0 \N 0 enter \N \N \N +probe/input-4000/a0/n0 16385 0 \N 0 enter \N \N \N +probe/input-8000/a0/n0 32769 0 \N 0 enter \N \N \N +probe/input-10000/a0/n0 65537 0 \N 0 enter \N \N \N +probe/input-80000/a0/n0 524289 0 \N 0 enter \N \N \N +probe/input-100000/a0/n0 1048577 0 \N 0 enter \N \N \N +probe/ime-80000000/a0/n0 1 2147483648 \N 0 enter \N \N \N +probe/ime-20000000/a0/n0 1 536870912 \N 0 enter \N \N \N +probe/ime-10000000/a0/n0 1 268435456 \N 0 enter \N \N \N +probe/ime-8000000/a0/n0 1 134217728 \N 0 enter \N \N \N +probe/ime-4000000/a0/n0 1 67108864 \N 0 enter \N \N \N +probe/ime-2000000/a0/n0 1 33554432 \N 0 enter \N \N \N +probe/ime-1000000/a0/n0 1 16777216 \N 0 enter \N \N \N +probe/ime-800000/a0/n0 1 8388608 \N 0 enter \N \N \N +probe/ime-400000/a0/n0 1 4194304 \N 0 enter \N \N \N +probe/ime-200000/a0/n0 1 2097152 \N 0 enter \N \N \N +probe/ime-100000/a0/n0 1 1048576 \N 0 enter \N \N \N +probe/number-1002/a0/n0 4098 0 \N 0 enter \N \N \N +probe/number-2002/a0/n0 8194 0 \N 0 enter \N \N \N +probe/number-3002/a0/n0 12290 0 \N 0 enter \N \N \N +probe/hintText-Search/a0/n0 1 0 \N 0 enter Search \N \N +probe/hintText-検索/a0/n0 1 0 \N 0 enter 検索 \N \N +probe/hintText-Password/a0/n0 1 0 \N 0 enter Password \N \N +probe/hintText-ordinary/a0/n0 1 0 \N 0 enter ordinary \N \N +probe/fieldName-Search/a0/n0 1 0 \N 0 enter \N Search \N +probe/fieldName-検索/a0/n0 1 0 \N 0 enter \N 検索 \N +probe/fieldName-Password/a0/n0 1 0 \N 0 enter \N Password \N +probe/fieldName-ordinary/a0/n0 1 0 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a0/n0 1 0 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a0/n0 1 0 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a0/n0 1 0 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a0/n0 1 0 \N 0 enter \N \N ordinary +probe/input-1000/a0/n1 4097 1073741824 \N 0 enter \N \N \N +probe/input-2000/a0/n1 8193 1073741824 \N 0 enter \N \N \N +probe/input-4000/a0/n1 16385 1073741824 \N 0 enter \N \N \N +probe/input-8000/a0/n1 32769 1073741824 \N 0 enter \N \N \N +probe/input-10000/a0/n1 65537 1073741824 \N 0 enter \N \N \N +probe/input-80000/a0/n1 524289 1073741824 \N 0 enter \N \N \N +probe/input-100000/a0/n1 1048577 1073741824 \N 0 enter \N \N \N +probe/ime-80000000/a0/n1 1 3221225472 \N 0 enter \N \N \N +probe/ime-20000000/a0/n1 1 1610612736 \N 0 enter \N \N \N +probe/ime-10000000/a0/n1 1 1342177280 \N 0 enter \N \N \N +probe/ime-8000000/a0/n1 1 1207959552 \N 0 enter \N \N \N +probe/ime-4000000/a0/n1 1 1140850688 \N 0 enter \N \N \N +probe/ime-2000000/a0/n1 1 1107296256 \N 0 enter \N \N \N +probe/ime-1000000/a0/n1 1 1090519040 \N 0 enter \N \N \N +probe/ime-800000/a0/n1 1 1082130432 \N 0 enter \N \N \N +probe/ime-400000/a0/n1 1 1077936128 \N 0 enter \N \N \N +probe/ime-200000/a0/n1 1 1075838976 \N 0 enter \N \N \N +probe/ime-100000/a0/n1 1 1074790400 \N 0 enter \N \N \N +probe/number-1002/a0/n1 4098 1073741824 \N 0 enter \N \N \N +probe/number-2002/a0/n1 8194 1073741824 \N 0 enter \N \N \N +probe/number-3002/a0/n1 12290 1073741824 \N 0 enter \N \N \N +probe/hintText-Search/a0/n1 1 1073741824 \N 0 enter Search \N \N +probe/hintText-検索/a0/n1 1 1073741824 \N 0 enter 検索 \N \N +probe/hintText-Password/a0/n1 1 1073741824 \N 0 enter Password \N \N +probe/hintText-ordinary/a0/n1 1 1073741824 \N 0 enter ordinary \N \N +probe/fieldName-Search/a0/n1 1 1073741824 \N 0 enter \N Search \N +probe/fieldName-検索/a0/n1 1 1073741824 \N 0 enter \N 検索 \N +probe/fieldName-Password/a0/n1 1 1073741824 \N 0 enter \N Password \N +probe/fieldName-ordinary/a0/n1 1 1073741824 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a0/n1 1 1073741824 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a0/n1 1 1073741824 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a0/n1 1 1073741824 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a0/n1 1 1073741824 \N 0 enter \N \N ordinary +probe/input-1000/a1/n0 4097 1 \N 0 enter \N \N \N +probe/input-2000/a1/n0 8193 1 \N 0 enter \N \N \N +probe/input-4000/a1/n0 16385 1 \N 0 enter \N \N \N +probe/input-8000/a1/n0 32769 1 \N 0 enter \N \N \N +probe/input-10000/a1/n0 65537 1 \N 0 enter \N \N \N +probe/input-80000/a1/n0 524289 1 \N 0 enter \N \N \N +probe/input-100000/a1/n0 1048577 1 \N 0 enter \N \N \N +probe/ime-80000000/a1/n0 1 2147483649 \N 0 enter \N \N \N +probe/ime-20000000/a1/n0 1 536870913 \N 0 enter \N \N \N +probe/ime-10000000/a1/n0 1 268435457 \N 0 enter \N \N \N +probe/ime-8000000/a1/n0 1 134217729 \N 0 enter \N \N \N +probe/ime-4000000/a1/n0 1 67108865 \N 0 enter \N \N \N +probe/ime-2000000/a1/n0 1 33554433 \N 0 enter \N \N \N +probe/ime-1000000/a1/n0 1 16777217 \N 0 enter \N \N \N +probe/ime-800000/a1/n0 1 8388609 \N 0 enter \N \N \N +probe/ime-400000/a1/n0 1 4194305 \N 0 enter \N \N \N +probe/ime-200000/a1/n0 1 2097153 \N 0 enter \N \N \N +probe/ime-100000/a1/n0 1 1048577 \N 0 enter \N \N \N +probe/number-1002/a1/n0 4098 1 \N 0 enter \N \N \N +probe/number-2002/a1/n0 8194 1 \N 0 enter \N \N \N +probe/number-3002/a1/n0 12290 1 \N 0 enter \N \N \N +probe/hintText-Search/a1/n0 1 1 \N 0 enter Search \N \N +probe/hintText-検索/a1/n0 1 1 \N 0 enter 検索 \N \N +probe/hintText-Password/a1/n0 1 1 \N 0 enter Password \N \N +probe/hintText-ordinary/a1/n0 1 1 \N 0 enter ordinary \N \N +probe/fieldName-Search/a1/n0 1 1 \N 0 enter \N Search \N +probe/fieldName-検索/a1/n0 1 1 \N 0 enter \N 検索 \N +probe/fieldName-Password/a1/n0 1 1 \N 0 enter \N Password \N +probe/fieldName-ordinary/a1/n0 1 1 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a1/n0 1 1 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a1/n0 1 1 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a1/n0 1 1 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a1/n0 1 1 \N 0 enter \N \N ordinary +probe/input-1000/a1/n1 4097 1073741825 \N 0 enter \N \N \N +probe/input-2000/a1/n1 8193 1073741825 \N 0 enter \N \N \N +probe/input-4000/a1/n1 16385 1073741825 \N 0 enter \N \N \N +probe/input-8000/a1/n1 32769 1073741825 \N 0 enter \N \N \N +probe/input-10000/a1/n1 65537 1073741825 \N 0 enter \N \N \N +probe/input-80000/a1/n1 524289 1073741825 \N 0 enter \N \N \N +probe/input-100000/a1/n1 1048577 1073741825 \N 0 enter \N \N \N +probe/ime-80000000/a1/n1 1 3221225473 \N 0 enter \N \N \N +probe/ime-20000000/a1/n1 1 1610612737 \N 0 enter \N \N \N +probe/ime-10000000/a1/n1 1 1342177281 \N 0 enter \N \N \N +probe/ime-8000000/a1/n1 1 1207959553 \N 0 enter \N \N \N +probe/ime-4000000/a1/n1 1 1140850689 \N 0 enter \N \N \N +probe/ime-2000000/a1/n1 1 1107296257 \N 0 enter \N \N \N +probe/ime-1000000/a1/n1 1 1090519041 \N 0 enter \N \N \N +probe/ime-800000/a1/n1 1 1082130433 \N 0 enter \N \N \N +probe/ime-400000/a1/n1 1 1077936129 \N 0 enter \N \N \N +probe/ime-200000/a1/n1 1 1075838977 \N 0 enter \N \N \N +probe/ime-100000/a1/n1 1 1074790401 \N 0 enter \N \N \N +probe/number-1002/a1/n1 4098 1073741825 \N 0 enter \N \N \N +probe/number-2002/a1/n1 8194 1073741825 \N 0 enter \N \N \N +probe/number-3002/a1/n1 12290 1073741825 \N 0 enter \N \N \N +probe/hintText-Search/a1/n1 1 1073741825 \N 0 enter Search \N \N +probe/hintText-検索/a1/n1 1 1073741825 \N 0 enter 検索 \N \N +probe/hintText-Password/a1/n1 1 1073741825 \N 0 enter Password \N \N +probe/hintText-ordinary/a1/n1 1 1073741825 \N 0 enter ordinary \N \N +probe/fieldName-Search/a1/n1 1 1073741825 \N 0 enter \N Search \N +probe/fieldName-検索/a1/n1 1 1073741825 \N 0 enter \N 検索 \N +probe/fieldName-Password/a1/n1 1 1073741825 \N 0 enter \N Password \N +probe/fieldName-ordinary/a1/n1 1 1073741825 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a1/n1 1 1073741825 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a1/n1 1 1073741825 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a1/n1 1 1073741825 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a1/n1 1 1073741825 \N 0 enter \N \N ordinary +probe/input-1000/a2/n0 4097 2 \N 0 2 \N \N \N +probe/input-2000/a2/n0 8193 2 \N 0 2 \N \N \N +probe/input-4000/a2/n0 16385 2 \N 0 2 \N \N \N +probe/input-8000/a2/n0 32769 2 \N 0 2 \N \N \N +probe/input-10000/a2/n0 65537 2 \N 0 2 \N \N \N +probe/input-80000/a2/n0 524289 2 \N 0 2 \N \N \N +probe/input-100000/a2/n0 1048577 2 \N 0 2 \N \N \N +probe/ime-80000000/a2/n0 1 2147483650 \N 0 2 \N \N \N +probe/ime-20000000/a2/n0 1 536870914 \N 0 2 \N \N \N +probe/ime-10000000/a2/n0 1 268435458 \N 0 2 \N \N \N +probe/ime-8000000/a2/n0 1 134217730 \N 0 2 \N \N \N +probe/ime-4000000/a2/n0 1 67108866 \N 0 2 \N \N \N +probe/ime-2000000/a2/n0 1 33554434 \N 0 2 \N \N \N +probe/ime-1000000/a2/n0 1 16777218 \N 0 2 \N \N \N +probe/ime-800000/a2/n0 1 8388610 \N 0 2 \N \N \N +probe/ime-400000/a2/n0 1 4194306 \N 0 2 \N \N \N +probe/ime-200000/a2/n0 1 2097154 \N 0 2 \N \N \N +probe/ime-100000/a2/n0 1 1048578 \N 0 2 \N \N \N +probe/number-1002/a2/n0 4098 2 \N 0 2 \N \N \N +probe/number-2002/a2/n0 8194 2 \N 0 2 \N \N \N +probe/number-3002/a2/n0 12290 2 \N 0 2 \N \N \N +probe/hintText-Search/a2/n0 1 2 \N 0 2 Search \N \N +probe/hintText-検索/a2/n0 1 2 \N 0 2 検索 \N \N +probe/hintText-Password/a2/n0 1 2 \N 0 2 Password \N \N +probe/hintText-ordinary/a2/n0 1 2 \N 0 2 ordinary \N \N +probe/fieldName-Search/a2/n0 1 2 \N 0 2 \N Search \N +probe/fieldName-検索/a2/n0 1 2 \N 0 2 \N 検索 \N +probe/fieldName-Password/a2/n0 1 2 \N 0 2 \N Password \N +probe/fieldName-ordinary/a2/n0 1 2 \N 0 2 \N ordinary \N +probe/privateImeOptions-Search/a2/n0 1 2 \N 0 2 \N \N Search +probe/privateImeOptions-検索/a2/n0 1 2 \N 0 2 \N \N 検索 +probe/privateImeOptions-Password/a2/n0 1 2 \N 0 2 \N \N Password +probe/privateImeOptions-ordinary/a2/n0 1 2 \N 0 2 \N \N ordinary +probe/input-1000/a2/n1 4097 1073741826 \N 0 enter \N \N \N +probe/input-2000/a2/n1 8193 1073741826 \N 0 enter \N \N \N +probe/input-4000/a2/n1 16385 1073741826 \N 0 enter \N \N \N +probe/input-8000/a2/n1 32769 1073741826 \N 0 enter \N \N \N +probe/input-10000/a2/n1 65537 1073741826 \N 0 enter \N \N \N +probe/input-80000/a2/n1 524289 1073741826 \N 0 enter \N \N \N +probe/input-100000/a2/n1 1048577 1073741826 \N 0 enter \N \N \N +probe/ime-80000000/a2/n1 1 3221225474 \N 0 enter \N \N \N +probe/ime-20000000/a2/n1 1 1610612738 \N 0 enter \N \N \N +probe/ime-10000000/a2/n1 1 1342177282 \N 0 enter \N \N \N +probe/ime-8000000/a2/n1 1 1207959554 \N 0 enter \N \N \N +probe/ime-4000000/a2/n1 1 1140850690 \N 0 enter \N \N \N +probe/ime-2000000/a2/n1 1 1107296258 \N 0 enter \N \N \N +probe/ime-1000000/a2/n1 1 1090519042 \N 0 enter \N \N \N +probe/ime-800000/a2/n1 1 1082130434 \N 0 enter \N \N \N +probe/ime-400000/a2/n1 1 1077936130 \N 0 enter \N \N \N +probe/ime-200000/a2/n1 1 1075838978 \N 0 enter \N \N \N +probe/ime-100000/a2/n1 1 1074790402 \N 0 enter \N \N \N +probe/number-1002/a2/n1 4098 1073741826 \N 0 enter \N \N \N +probe/number-2002/a2/n1 8194 1073741826 \N 0 enter \N \N \N +probe/number-3002/a2/n1 12290 1073741826 \N 0 enter \N \N \N +probe/hintText-Search/a2/n1 1 1073741826 \N 0 enter Search \N \N +probe/hintText-検索/a2/n1 1 1073741826 \N 0 enter 検索 \N \N +probe/hintText-Password/a2/n1 1 1073741826 \N 0 enter Password \N \N +probe/hintText-ordinary/a2/n1 1 1073741826 \N 0 enter ordinary \N \N +probe/fieldName-Search/a2/n1 1 1073741826 \N 0 enter \N Search \N +probe/fieldName-検索/a2/n1 1 1073741826 \N 0 enter \N 検索 \N +probe/fieldName-Password/a2/n1 1 1073741826 \N 0 enter \N Password \N +probe/fieldName-ordinary/a2/n1 1 1073741826 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a2/n1 1 1073741826 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a2/n1 1 1073741826 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a2/n1 1 1073741826 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a2/n1 1 1073741826 \N 0 enter \N \N ordinary +probe/input-1000/a3/n0 4097 3 \N 0 3 \N \N \N +probe/input-2000/a3/n0 8193 3 \N 0 3 \N \N \N +probe/input-4000/a3/n0 16385 3 \N 0 3 \N \N \N +probe/input-8000/a3/n0 32769 3 \N 0 3 \N \N \N +probe/input-10000/a3/n0 65537 3 \N 0 3 \N \N \N +probe/input-80000/a3/n0 524289 3 \N 0 3 \N \N \N +probe/input-100000/a3/n0 1048577 3 \N 0 3 \N \N \N +probe/ime-80000000/a3/n0 1 2147483651 \N 0 3 \N \N \N +probe/ime-20000000/a3/n0 1 536870915 \N 0 3 \N \N \N +probe/ime-10000000/a3/n0 1 268435459 \N 0 3 \N \N \N +probe/ime-8000000/a3/n0 1 134217731 \N 0 3 \N \N \N +probe/ime-4000000/a3/n0 1 67108867 \N 0 3 \N \N \N +probe/ime-2000000/a3/n0 1 33554435 \N 0 3 \N \N \N +probe/ime-1000000/a3/n0 1 16777219 \N 0 3 \N \N \N +probe/ime-800000/a3/n0 1 8388611 \N 0 3 \N \N \N +probe/ime-400000/a3/n0 1 4194307 \N 0 3 \N \N \N +probe/ime-200000/a3/n0 1 2097155 \N 0 3 \N \N \N +probe/ime-100000/a3/n0 1 1048579 \N 0 3 \N \N \N +probe/number-1002/a3/n0 4098 3 \N 0 3 \N \N \N +probe/number-2002/a3/n0 8194 3 \N 0 3 \N \N \N +probe/number-3002/a3/n0 12290 3 \N 0 3 \N \N \N +probe/hintText-Search/a3/n0 1 3 \N 0 3 Search \N \N +probe/hintText-検索/a3/n0 1 3 \N 0 3 検索 \N \N +probe/hintText-Password/a3/n0 1 3 \N 0 3 Password \N \N +probe/hintText-ordinary/a3/n0 1 3 \N 0 3 ordinary \N \N +probe/fieldName-Search/a3/n0 1 3 \N 0 3 \N Search \N +probe/fieldName-検索/a3/n0 1 3 \N 0 3 \N 検索 \N +probe/fieldName-Password/a3/n0 1 3 \N 0 3 \N Password \N +probe/fieldName-ordinary/a3/n0 1 3 \N 0 3 \N ordinary \N +probe/privateImeOptions-Search/a3/n0 1 3 \N 0 3 \N \N Search +probe/privateImeOptions-検索/a3/n0 1 3 \N 0 3 \N \N 検索 +probe/privateImeOptions-Password/a3/n0 1 3 \N 0 3 \N \N Password +probe/privateImeOptions-ordinary/a3/n0 1 3 \N 0 3 \N \N ordinary +probe/input-1000/a3/n1 4097 1073741827 \N 0 enter \N \N \N +probe/input-2000/a3/n1 8193 1073741827 \N 0 enter \N \N \N +probe/input-4000/a3/n1 16385 1073741827 \N 0 enter \N \N \N +probe/input-8000/a3/n1 32769 1073741827 \N 0 enter \N \N \N +probe/input-10000/a3/n1 65537 1073741827 \N 0 enter \N \N \N +probe/input-80000/a3/n1 524289 1073741827 \N 0 enter \N \N \N +probe/input-100000/a3/n1 1048577 1073741827 \N 0 enter \N \N \N +probe/ime-80000000/a3/n1 1 3221225475 \N 0 enter \N \N \N +probe/ime-20000000/a3/n1 1 1610612739 \N 0 enter \N \N \N +probe/ime-10000000/a3/n1 1 1342177283 \N 0 enter \N \N \N +probe/ime-8000000/a3/n1 1 1207959555 \N 0 enter \N \N \N +probe/ime-4000000/a3/n1 1 1140850691 \N 0 enter \N \N \N +probe/ime-2000000/a3/n1 1 1107296259 \N 0 enter \N \N \N +probe/ime-1000000/a3/n1 1 1090519043 \N 0 enter \N \N \N +probe/ime-800000/a3/n1 1 1082130435 \N 0 enter \N \N \N +probe/ime-400000/a3/n1 1 1077936131 \N 0 enter \N \N \N +probe/ime-200000/a3/n1 1 1075838979 \N 0 enter \N \N \N +probe/ime-100000/a3/n1 1 1074790403 \N 0 enter \N \N \N +probe/number-1002/a3/n1 4098 1073741827 \N 0 enter \N \N \N +probe/number-2002/a3/n1 8194 1073741827 \N 0 enter \N \N \N +probe/number-3002/a3/n1 12290 1073741827 \N 0 enter \N \N \N +probe/hintText-Search/a3/n1 1 1073741827 \N 0 enter Search \N \N +probe/hintText-検索/a3/n1 1 1073741827 \N 0 enter 検索 \N \N +probe/hintText-Password/a3/n1 1 1073741827 \N 0 enter Password \N \N +probe/hintText-ordinary/a3/n1 1 1073741827 \N 0 enter ordinary \N \N +probe/fieldName-Search/a3/n1 1 1073741827 \N 0 enter \N Search \N +probe/fieldName-検索/a3/n1 1 1073741827 \N 0 enter \N 検索 \N +probe/fieldName-Password/a3/n1 1 1073741827 \N 0 enter \N Password \N +probe/fieldName-ordinary/a3/n1 1 1073741827 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a3/n1 1 1073741827 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a3/n1 1 1073741827 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a3/n1 1 1073741827 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a3/n1 1 1073741827 \N 0 enter \N \N ordinary +probe/input-1000/a4/n0 4097 4 \N 0 4 \N \N \N +probe/input-2000/a4/n0 8193 4 \N 0 4 \N \N \N +probe/input-4000/a4/n0 16385 4 \N 0 4 \N \N \N +probe/input-8000/a4/n0 32769 4 \N 0 4 \N \N \N +probe/input-10000/a4/n0 65537 4 \N 0 4 \N \N \N +probe/input-80000/a4/n0 524289 4 \N 0 4 \N \N \N +probe/input-100000/a4/n0 1048577 4 \N 0 4 \N \N \N +probe/ime-80000000/a4/n0 1 2147483652 \N 0 4 \N \N \N +probe/ime-20000000/a4/n0 1 536870916 \N 0 4 \N \N \N +probe/ime-10000000/a4/n0 1 268435460 \N 0 4 \N \N \N +probe/ime-8000000/a4/n0 1 134217732 \N 0 4 \N \N \N +probe/ime-4000000/a4/n0 1 67108868 \N 0 4 \N \N \N +probe/ime-2000000/a4/n0 1 33554436 \N 0 4 \N \N \N +probe/ime-1000000/a4/n0 1 16777220 \N 0 4 \N \N \N +probe/ime-800000/a4/n0 1 8388612 \N 0 4 \N \N \N +probe/ime-400000/a4/n0 1 4194308 \N 0 4 \N \N \N +probe/ime-200000/a4/n0 1 2097156 \N 0 4 \N \N \N +probe/ime-100000/a4/n0 1 1048580 \N 0 4 \N \N \N +probe/number-1002/a4/n0 4098 4 \N 0 4 \N \N \N +probe/number-2002/a4/n0 8194 4 \N 0 4 \N \N \N +probe/number-3002/a4/n0 12290 4 \N 0 4 \N \N \N +probe/hintText-Search/a4/n0 1 4 \N 0 4 Search \N \N +probe/hintText-検索/a4/n0 1 4 \N 0 4 検索 \N \N +probe/hintText-Password/a4/n0 1 4 \N 0 4 Password \N \N +probe/hintText-ordinary/a4/n0 1 4 \N 0 4 ordinary \N \N +probe/fieldName-Search/a4/n0 1 4 \N 0 4 \N Search \N +probe/fieldName-検索/a4/n0 1 4 \N 0 4 \N 検索 \N +probe/fieldName-Password/a4/n0 1 4 \N 0 4 \N Password \N +probe/fieldName-ordinary/a4/n0 1 4 \N 0 4 \N ordinary \N +probe/privateImeOptions-Search/a4/n0 1 4 \N 0 4 \N \N Search +probe/privateImeOptions-検索/a4/n0 1 4 \N 0 4 \N \N 検索 +probe/privateImeOptions-Password/a4/n0 1 4 \N 0 4 \N \N Password +probe/privateImeOptions-ordinary/a4/n0 1 4 \N 0 4 \N \N ordinary +probe/input-1000/a4/n1 4097 1073741828 \N 0 enter \N \N \N +probe/input-2000/a4/n1 8193 1073741828 \N 0 enter \N \N \N +probe/input-4000/a4/n1 16385 1073741828 \N 0 enter \N \N \N +probe/input-8000/a4/n1 32769 1073741828 \N 0 enter \N \N \N +probe/input-10000/a4/n1 65537 1073741828 \N 0 enter \N \N \N +probe/input-80000/a4/n1 524289 1073741828 \N 0 enter \N \N \N +probe/input-100000/a4/n1 1048577 1073741828 \N 0 enter \N \N \N +probe/ime-80000000/a4/n1 1 3221225476 \N 0 enter \N \N \N +probe/ime-20000000/a4/n1 1 1610612740 \N 0 enter \N \N \N +probe/ime-10000000/a4/n1 1 1342177284 \N 0 enter \N \N \N +probe/ime-8000000/a4/n1 1 1207959556 \N 0 enter \N \N \N +probe/ime-4000000/a4/n1 1 1140850692 \N 0 enter \N \N \N +probe/ime-2000000/a4/n1 1 1107296260 \N 0 enter \N \N \N +probe/ime-1000000/a4/n1 1 1090519044 \N 0 enter \N \N \N +probe/ime-800000/a4/n1 1 1082130436 \N 0 enter \N \N \N +probe/ime-400000/a4/n1 1 1077936132 \N 0 enter \N \N \N +probe/ime-200000/a4/n1 1 1075838980 \N 0 enter \N \N \N +probe/ime-100000/a4/n1 1 1074790404 \N 0 enter \N \N \N +probe/number-1002/a4/n1 4098 1073741828 \N 0 enter \N \N \N +probe/number-2002/a4/n1 8194 1073741828 \N 0 enter \N \N \N +probe/number-3002/a4/n1 12290 1073741828 \N 0 enter \N \N \N +probe/hintText-Search/a4/n1 1 1073741828 \N 0 enter Search \N \N +probe/hintText-検索/a4/n1 1 1073741828 \N 0 enter 検索 \N \N +probe/hintText-Password/a4/n1 1 1073741828 \N 0 enter Password \N \N +probe/hintText-ordinary/a4/n1 1 1073741828 \N 0 enter ordinary \N \N +probe/fieldName-Search/a4/n1 1 1073741828 \N 0 enter \N Search \N +probe/fieldName-検索/a4/n1 1 1073741828 \N 0 enter \N 検索 \N +probe/fieldName-Password/a4/n1 1 1073741828 \N 0 enter \N Password \N +probe/fieldName-ordinary/a4/n1 1 1073741828 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a4/n1 1 1073741828 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a4/n1 1 1073741828 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a4/n1 1 1073741828 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a4/n1 1 1073741828 \N 0 enter \N \N ordinary +probe/input-1000/a5/n0 4097 5 \N 0 5 \N \N \N +probe/input-2000/a5/n0 8193 5 \N 0 5 \N \N \N +probe/input-4000/a5/n0 16385 5 \N 0 5 \N \N \N +probe/input-8000/a5/n0 32769 5 \N 0 5 \N \N \N +probe/input-10000/a5/n0 65537 5 \N 0 5 \N \N \N +probe/input-80000/a5/n0 524289 5 \N 0 5 \N \N \N +probe/input-100000/a5/n0 1048577 5 \N 0 5 \N \N \N +probe/ime-80000000/a5/n0 1 2147483653 \N 0 5 \N \N \N +probe/ime-20000000/a5/n0 1 536870917 \N 0 5 \N \N \N +probe/ime-10000000/a5/n0 1 268435461 \N 0 5 \N \N \N +probe/ime-8000000/a5/n0 1 134217733 \N 0 5 \N \N \N +probe/ime-4000000/a5/n0 1 67108869 \N 0 5 \N \N \N +probe/ime-2000000/a5/n0 1 33554437 \N 0 5 \N \N \N +probe/ime-1000000/a5/n0 1 16777221 \N 0 5 \N \N \N +probe/ime-800000/a5/n0 1 8388613 \N 0 5 \N \N \N +probe/ime-400000/a5/n0 1 4194309 \N 0 5 \N \N \N +probe/ime-200000/a5/n0 1 2097157 \N 0 5 \N \N \N +probe/ime-100000/a5/n0 1 1048581 \N 0 5 \N \N \N +probe/number-1002/a5/n0 4098 5 \N 0 5 \N \N \N +probe/number-2002/a5/n0 8194 5 \N 0 5 \N \N \N +probe/number-3002/a5/n0 12290 5 \N 0 5 \N \N \N +probe/hintText-Search/a5/n0 1 5 \N 0 5 Search \N \N +probe/hintText-検索/a5/n0 1 5 \N 0 5 検索 \N \N +probe/hintText-Password/a5/n0 1 5 \N 0 5 Password \N \N +probe/hintText-ordinary/a5/n0 1 5 \N 0 5 ordinary \N \N +probe/fieldName-Search/a5/n0 1 5 \N 0 5 \N Search \N +probe/fieldName-検索/a5/n0 1 5 \N 0 5 \N 検索 \N +probe/fieldName-Password/a5/n0 1 5 \N 0 5 \N Password \N +probe/fieldName-ordinary/a5/n0 1 5 \N 0 5 \N ordinary \N +probe/privateImeOptions-Search/a5/n0 1 5 \N 0 5 \N \N Search +probe/privateImeOptions-検索/a5/n0 1 5 \N 0 5 \N \N 検索 +probe/privateImeOptions-Password/a5/n0 1 5 \N 0 5 \N \N Password +probe/privateImeOptions-ordinary/a5/n0 1 5 \N 0 5 \N \N ordinary +probe/input-1000/a5/n1 4097 1073741829 \N 0 enter \N \N \N +probe/input-2000/a5/n1 8193 1073741829 \N 0 enter \N \N \N +probe/input-4000/a5/n1 16385 1073741829 \N 0 enter \N \N \N +probe/input-8000/a5/n1 32769 1073741829 \N 0 enter \N \N \N +probe/input-10000/a5/n1 65537 1073741829 \N 0 enter \N \N \N +probe/input-80000/a5/n1 524289 1073741829 \N 0 enter \N \N \N +probe/input-100000/a5/n1 1048577 1073741829 \N 0 enter \N \N \N +probe/ime-80000000/a5/n1 1 3221225477 \N 0 enter \N \N \N +probe/ime-20000000/a5/n1 1 1610612741 \N 0 enter \N \N \N +probe/ime-10000000/a5/n1 1 1342177285 \N 0 enter \N \N \N +probe/ime-8000000/a5/n1 1 1207959557 \N 0 enter \N \N \N +probe/ime-4000000/a5/n1 1 1140850693 \N 0 enter \N \N \N +probe/ime-2000000/a5/n1 1 1107296261 \N 0 enter \N \N \N +probe/ime-1000000/a5/n1 1 1090519045 \N 0 enter \N \N \N +probe/ime-800000/a5/n1 1 1082130437 \N 0 enter \N \N \N +probe/ime-400000/a5/n1 1 1077936133 \N 0 enter \N \N \N +probe/ime-200000/a5/n1 1 1075838981 \N 0 enter \N \N \N +probe/ime-100000/a5/n1 1 1074790405 \N 0 enter \N \N \N +probe/number-1002/a5/n1 4098 1073741829 \N 0 enter \N \N \N +probe/number-2002/a5/n1 8194 1073741829 \N 0 enter \N \N \N +probe/number-3002/a5/n1 12290 1073741829 \N 0 enter \N \N \N +probe/hintText-Search/a5/n1 1 1073741829 \N 0 enter Search \N \N +probe/hintText-検索/a5/n1 1 1073741829 \N 0 enter 検索 \N \N +probe/hintText-Password/a5/n1 1 1073741829 \N 0 enter Password \N \N +probe/hintText-ordinary/a5/n1 1 1073741829 \N 0 enter ordinary \N \N +probe/fieldName-Search/a5/n1 1 1073741829 \N 0 enter \N Search \N +probe/fieldName-検索/a5/n1 1 1073741829 \N 0 enter \N 検索 \N +probe/fieldName-Password/a5/n1 1 1073741829 \N 0 enter \N Password \N +probe/fieldName-ordinary/a5/n1 1 1073741829 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a5/n1 1 1073741829 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a5/n1 1 1073741829 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a5/n1 1 1073741829 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a5/n1 1 1073741829 \N 0 enter \N \N ordinary +probe/input-1000/a6/n0 4097 6 \N 0 6 \N \N \N +probe/input-2000/a6/n0 8193 6 \N 0 6 \N \N \N +probe/input-4000/a6/n0 16385 6 \N 0 6 \N \N \N +probe/input-8000/a6/n0 32769 6 \N 0 6 \N \N \N +probe/input-10000/a6/n0 65537 6 \N 0 6 \N \N \N +probe/input-80000/a6/n0 524289 6 \N 0 6 \N \N \N +probe/input-100000/a6/n0 1048577 6 \N 0 6 \N \N \N +probe/ime-80000000/a6/n0 1 2147483654 \N 0 6 \N \N \N +probe/ime-20000000/a6/n0 1 536870918 \N 0 6 \N \N \N +probe/ime-10000000/a6/n0 1 268435462 \N 0 6 \N \N \N +probe/ime-8000000/a6/n0 1 134217734 \N 0 6 \N \N \N +probe/ime-4000000/a6/n0 1 67108870 \N 0 6 \N \N \N +probe/ime-2000000/a6/n0 1 33554438 \N 0 6 \N \N \N +probe/ime-1000000/a6/n0 1 16777222 \N 0 6 \N \N \N +probe/ime-800000/a6/n0 1 8388614 \N 0 6 \N \N \N +probe/ime-400000/a6/n0 1 4194310 \N 0 6 \N \N \N +probe/ime-200000/a6/n0 1 2097158 \N 0 6 \N \N \N +probe/ime-100000/a6/n0 1 1048582 \N 0 6 \N \N \N +probe/number-1002/a6/n0 4098 6 \N 0 6 \N \N \N +probe/number-2002/a6/n0 8194 6 \N 0 6 \N \N \N +probe/number-3002/a6/n0 12290 6 \N 0 6 \N \N \N +probe/hintText-Search/a6/n0 1 6 \N 0 6 Search \N \N +probe/hintText-検索/a6/n0 1 6 \N 0 6 検索 \N \N +probe/hintText-Password/a6/n0 1 6 \N 0 6 Password \N \N +probe/hintText-ordinary/a6/n0 1 6 \N 0 6 ordinary \N \N +probe/fieldName-Search/a6/n0 1 6 \N 0 6 \N Search \N +probe/fieldName-検索/a6/n0 1 6 \N 0 6 \N 検索 \N +probe/fieldName-Password/a6/n0 1 6 \N 0 6 \N Password \N +probe/fieldName-ordinary/a6/n0 1 6 \N 0 6 \N ordinary \N +probe/privateImeOptions-Search/a6/n0 1 6 \N 0 6 \N \N Search +probe/privateImeOptions-検索/a6/n0 1 6 \N 0 6 \N \N 検索 +probe/privateImeOptions-Password/a6/n0 1 6 \N 0 6 \N \N Password +probe/privateImeOptions-ordinary/a6/n0 1 6 \N 0 6 \N \N ordinary +probe/input-1000/a6/n1 4097 1073741830 \N 0 enter \N \N \N +probe/input-2000/a6/n1 8193 1073741830 \N 0 enter \N \N \N +probe/input-4000/a6/n1 16385 1073741830 \N 0 enter \N \N \N +probe/input-8000/a6/n1 32769 1073741830 \N 0 enter \N \N \N +probe/input-10000/a6/n1 65537 1073741830 \N 0 enter \N \N \N +probe/input-80000/a6/n1 524289 1073741830 \N 0 enter \N \N \N +probe/input-100000/a6/n1 1048577 1073741830 \N 0 enter \N \N \N +probe/ime-80000000/a6/n1 1 3221225478 \N 0 enter \N \N \N +probe/ime-20000000/a6/n1 1 1610612742 \N 0 enter \N \N \N +probe/ime-10000000/a6/n1 1 1342177286 \N 0 enter \N \N \N +probe/ime-8000000/a6/n1 1 1207959558 \N 0 enter \N \N \N +probe/ime-4000000/a6/n1 1 1140850694 \N 0 enter \N \N \N +probe/ime-2000000/a6/n1 1 1107296262 \N 0 enter \N \N \N +probe/ime-1000000/a6/n1 1 1090519046 \N 0 enter \N \N \N +probe/ime-800000/a6/n1 1 1082130438 \N 0 enter \N \N \N +probe/ime-400000/a6/n1 1 1077936134 \N 0 enter \N \N \N +probe/ime-200000/a6/n1 1 1075838982 \N 0 enter \N \N \N +probe/ime-100000/a6/n1 1 1074790406 \N 0 enter \N \N \N +probe/number-1002/a6/n1 4098 1073741830 \N 0 enter \N \N \N +probe/number-2002/a6/n1 8194 1073741830 \N 0 enter \N \N \N +probe/number-3002/a6/n1 12290 1073741830 \N 0 enter \N \N \N +probe/hintText-Search/a6/n1 1 1073741830 \N 0 enter Search \N \N +probe/hintText-検索/a6/n1 1 1073741830 \N 0 enter 検索 \N \N +probe/hintText-Password/a6/n1 1 1073741830 \N 0 enter Password \N \N +probe/hintText-ordinary/a6/n1 1 1073741830 \N 0 enter ordinary \N \N +probe/fieldName-Search/a6/n1 1 1073741830 \N 0 enter \N Search \N +probe/fieldName-検索/a6/n1 1 1073741830 \N 0 enter \N 検索 \N +probe/fieldName-Password/a6/n1 1 1073741830 \N 0 enter \N Password \N +probe/fieldName-ordinary/a6/n1 1 1073741830 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a6/n1 1 1073741830 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a6/n1 1 1073741830 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a6/n1 1 1073741830 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a6/n1 1 1073741830 \N 0 enter \N \N ordinary +probe/input-1000/a7/n0 4097 7 \N 0 7 \N \N \N +probe/input-2000/a7/n0 8193 7 \N 0 7 \N \N \N +probe/input-4000/a7/n0 16385 7 \N 0 7 \N \N \N +probe/input-8000/a7/n0 32769 7 \N 0 7 \N \N \N +probe/input-10000/a7/n0 65537 7 \N 0 7 \N \N \N +probe/input-80000/a7/n0 524289 7 \N 0 7 \N \N \N +probe/input-100000/a7/n0 1048577 7 \N 0 7 \N \N \N +probe/ime-80000000/a7/n0 1 2147483655 \N 0 7 \N \N \N +probe/ime-20000000/a7/n0 1 536870919 \N 0 7 \N \N \N +probe/ime-10000000/a7/n0 1 268435463 \N 0 7 \N \N \N +probe/ime-8000000/a7/n0 1 134217735 \N 0 7 \N \N \N +probe/ime-4000000/a7/n0 1 67108871 \N 0 7 \N \N \N +probe/ime-2000000/a7/n0 1 33554439 \N 0 7 \N \N \N +probe/ime-1000000/a7/n0 1 16777223 \N 0 7 \N \N \N +probe/ime-800000/a7/n0 1 8388615 \N 0 7 \N \N \N +probe/ime-400000/a7/n0 1 4194311 \N 0 7 \N \N \N +probe/ime-200000/a7/n0 1 2097159 \N 0 7 \N \N \N +probe/ime-100000/a7/n0 1 1048583 \N 0 7 \N \N \N +probe/number-1002/a7/n0 4098 7 \N 0 7 \N \N \N +probe/number-2002/a7/n0 8194 7 \N 0 7 \N \N \N +probe/number-3002/a7/n0 12290 7 \N 0 7 \N \N \N +probe/hintText-Search/a7/n0 1 7 \N 0 7 Search \N \N +probe/hintText-検索/a7/n0 1 7 \N 0 7 検索 \N \N +probe/hintText-Password/a7/n0 1 7 \N 0 7 Password \N \N +probe/hintText-ordinary/a7/n0 1 7 \N 0 7 ordinary \N \N +probe/fieldName-Search/a7/n0 1 7 \N 0 7 \N Search \N +probe/fieldName-検索/a7/n0 1 7 \N 0 7 \N 検索 \N +probe/fieldName-Password/a7/n0 1 7 \N 0 7 \N Password \N +probe/fieldName-ordinary/a7/n0 1 7 \N 0 7 \N ordinary \N +probe/privateImeOptions-Search/a7/n0 1 7 \N 0 7 \N \N Search +probe/privateImeOptions-検索/a7/n0 1 7 \N 0 7 \N \N 検索 +probe/privateImeOptions-Password/a7/n0 1 7 \N 0 7 \N \N Password +probe/privateImeOptions-ordinary/a7/n0 1 7 \N 0 7 \N \N ordinary +probe/input-1000/a7/n1 4097 1073741831 \N 0 enter \N \N \N +probe/input-2000/a7/n1 8193 1073741831 \N 0 enter \N \N \N +probe/input-4000/a7/n1 16385 1073741831 \N 0 enter \N \N \N +probe/input-8000/a7/n1 32769 1073741831 \N 0 enter \N \N \N +probe/input-10000/a7/n1 65537 1073741831 \N 0 enter \N \N \N +probe/input-80000/a7/n1 524289 1073741831 \N 0 enter \N \N \N +probe/input-100000/a7/n1 1048577 1073741831 \N 0 enter \N \N \N +probe/ime-80000000/a7/n1 1 3221225479 \N 0 enter \N \N \N +probe/ime-20000000/a7/n1 1 1610612743 \N 0 enter \N \N \N +probe/ime-10000000/a7/n1 1 1342177287 \N 0 enter \N \N \N +probe/ime-8000000/a7/n1 1 1207959559 \N 0 enter \N \N \N +probe/ime-4000000/a7/n1 1 1140850695 \N 0 enter \N \N \N +probe/ime-2000000/a7/n1 1 1107296263 \N 0 enter \N \N \N +probe/ime-1000000/a7/n1 1 1090519047 \N 0 enter \N \N \N +probe/ime-800000/a7/n1 1 1082130439 \N 0 enter \N \N \N +probe/ime-400000/a7/n1 1 1077936135 \N 0 enter \N \N \N +probe/ime-200000/a7/n1 1 1075838983 \N 0 enter \N \N \N +probe/ime-100000/a7/n1 1 1074790407 \N 0 enter \N \N \N +probe/number-1002/a7/n1 4098 1073741831 \N 0 enter \N \N \N +probe/number-2002/a7/n1 8194 1073741831 \N 0 enter \N \N \N +probe/number-3002/a7/n1 12290 1073741831 \N 0 enter \N \N \N +probe/hintText-Search/a7/n1 1 1073741831 \N 0 enter Search \N \N +probe/hintText-検索/a7/n1 1 1073741831 \N 0 enter 検索 \N \N +probe/hintText-Password/a7/n1 1 1073741831 \N 0 enter Password \N \N +probe/hintText-ordinary/a7/n1 1 1073741831 \N 0 enter ordinary \N \N +probe/fieldName-Search/a7/n1 1 1073741831 \N 0 enter \N Search \N +probe/fieldName-検索/a7/n1 1 1073741831 \N 0 enter \N 検索 \N +probe/fieldName-Password/a7/n1 1 1073741831 \N 0 enter \N Password \N +probe/fieldName-ordinary/a7/n1 1 1073741831 \N 0 enter \N ordinary \N +probe/privateImeOptions-Search/a7/n1 1 1073741831 \N 0 enter \N \N Search +probe/privateImeOptions-検索/a7/n1 1 1073741831 \N 0 enter \N \N 検索 +probe/privateImeOptions-Password/a7/n1 1 1073741831 \N 0 enter \N \N Password +probe/privateImeOptions-ordinary/a7/n1 1 1073741831 \N 0 enter \N \N ordinary +regression/maps-photo-comment 2506753 1073741830 \N 0 enter \N \N \N diff --git a/custom_keyboard/src/main/java/com/kazumaproject/custom_keyboard/layout/KeyboardDefaultLayouts.kt b/custom_keyboard/src/main/java/com/kazumaproject/custom_keyboard/layout/KeyboardDefaultLayouts.kt index d5c52d11c..ff43d7734 100644 --- a/custom_keyboard/src/main/java/com/kazumaproject/custom_keyboard/layout/KeyboardDefaultLayouts.kt +++ b/custom_keyboard/src/main/java/com/kazumaproject/custom_keyboard/layout/KeyboardDefaultLayouts.kt @@ -454,6 +454,9 @@ object KeyboardDefaultLayouts { ), FlickAction.Action(KeyAction.Enter, "次"), FlickAction.Action(KeyAction.Enter, "確定"), + FlickAction.Action(KeyAction.Enter, "前へ"), + FlickAction.Action(KeyAction.Enter, "実行"), + FlickAction.Action(KeyAction.Enter, "送信"), ) private val dakutenToggleStates = listOf( @@ -510,10 +513,13 @@ object KeyboardDefaultLayouts { drawableResId = com.kazumaproject.core.R.drawable.baseline_keyboard_return_24, ), FlickAction.Action( - KeyAction.Enter, "Go", + KeyAction.Enter, "検索", ), FlickAction.Action(KeyAction.Enter, "Next"), FlickAction.Action(KeyAction.Enter, "確定"), + FlickAction.Action(KeyAction.Enter, "前へ"), + FlickAction.Action(KeyAction.Enter, "実行"), + FlickAction.Action(KeyAction.Enter, "送信"), ) /** diff --git a/docs/enter-editor-parity-results.md b/docs/enter-editor-parity-results.md new file mode 100644 index 000000000..a711ee95c --- /dev/null +++ b/docs/enter-editor-parity-results.md @@ -0,0 +1,85 @@ +# Enter 検証結果 + +## 環境と期待値の由来 + +- 起点: `dev` の `bbdc7414746adeffc815d5158631e415a1167007`。 +- 実機: Pixel 6、Android 17、locale `ja-JP`。 +- OS fingerprint: `google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys`。 +- Gboard: `18.1.3.962075747-release-arm64-v8a`、versionCode `175963030`。 +- Gboard は日本語 QWERTY・左寄せ片手表示。本アプリの通常表示/フローティング表示を、この Gboard の観測と比較する。 +- キーボードは liteStandardDebug の別 application ID でインストール。通常利用中のアプリの APK・設定データは置換しない。 +- 期待値は Gboard の画面上の Enter をタッチして取得した実測ログから生成した。プロダクションの判定関数は検証アプリにも期待値生成器にも依存しない。 +- Gboard 全 6,209 行の非圧縮ログ SHA-256: `72dabe93268911e6ca2572651fbd1a0563a909bf58f80e6f6c782bbaeca5a5ec`。 + +## 実行状況 + +全検証完了。主行列は通常/フローティングとも、不一致・未実行・実行不能・入力情報不一致・IME 不一致が 0 件。 + +| 検証 | 状態 | +| --- | --- | +| Gboard の全条件観測 | 6,209 / 6,209 観測済み | +| 本アプリ通常表示 | 6,209 / 6,209 一致。送出方式も全件一致 | +| 本アプリフローティング表示 | 6,209 / 6,209 一致。送出方式も全件一致 | +| 元の dev での不具合再現 | 選択した 4 条件すべてで Gboard との差を実測 | +| dev と修正版の変換・文節回帰比較 | 通常/フローティング × OFF 7 段階/ON 8 段階、計 30 段階一致 | +| レイアウト・表示の補助検証 | 5 レイアウト × 2 表示 × 8 アクション = 80 ケース一致。ラベル・アイコン確認済み | +| TYPE_NULL の明示的直接入力設定 | GO 指定でも既存の Enter キーイベントを送ることを実測 | +| 手動検証画面 | 絞り込み・読み込み・画面上 Enter・結果ダイアログを確認 | +| 実行中の割り込み | 別画面への遷移/IME 変更の両方で送出前に停止することを確認 | + +アプリの関連 JVM テストは 45 件、custom_keyboard の関連 JVM テストは 51 件、比較/期待値生成器の Python テストは 13 件が成功した。JVM の判定テストには Gboard の 6,161 行の実測期待値照合を含む。null EditorInfo と未定義アクションの単体テストは防御的な既定動作のテストであり、Gboard 実測による互換性保証とは区別する。 + +変換回帰では画面上のローマ字キーで入力し、変換前・変換後・各 Enter 押下後・確定終了後を記録した。文節区切り ON の変換後は、最初の Enter 後にも composing span が残り、2 回目でなくなる既存動作を含めて一致した。確定途中に editor action はなく、最後の空入力 Enter が DONE を 1 回送出した。 + +## 観測から得られた Enter 判定 + +この Gboard バージョンと宣言した検証条件では、`NO_ENTER_ACTION` がなければ GO / SEARCH / SEND / NEXT / DONE / PREVIOUS の標準アクションを送出した。数値・電話・日時・パスワードなども、入力種類だけで DONE に固定されるわけではなかった。 + +NONE / UNSPECIFIED、または `NO_ENTER_ACTION` がある場合は Enter の DOWN/UP を送出した。ただしテキストの SHORT_MESSAGE variation は `commitText("\n", 1)` を使用した。この 160 ケースも別の期待値として保存した。 + +宣言した組み合わせでは `actionLabel` と `actionId` の有無によるキーの送出変更は観測されなかった。ヒントなどのメタデータを検索・パスワード判定に使う既存処理は変更せず、Enter 判定のみを独立させた。 + +## 差分レビュー + +以下を確認し、検証ツール側の問題も修正した。 + +- Enter の判定元を入力種類の分類から `EditorInfo` に分離し、表示と送出で共通の判定を使う。 +- 送出時に最新の `EditorInfo` を読む。入力欄の切り替え後に以前のアクションを保持しない。 +- アクションの戻り値に応じた Enter の再送を行わず、二重送出を避ける。比較器も二重イベント・異なる送出方式を失敗にする。 +- 変換候補・文節の確定処理とショートカットの照合処理は既存の経路を維持する。 +- 共通の直接入力処理を使う強制改行への影響をレビューで発見し、既定 TYPE_NULL の新判定を空入力の通常 Enter に限定した。 +- フローティング IME は application window として見える場合もあるため、検証側のキー探索は window type ではなく選択 IME の package を照合する。 +- Compose は IME の dump から実際の EditorInfo を取得し、WebView は初期カーソルを末尾にそろえる。古い WebView の非同期コールバックを除外する。 +- 別作業による IME 切り替えを検出した実行は停止し、異なる IME の観測を成功扱いにしない。終了時も外部から変更された IME 選択を上書きしない。 +- TSV の書き出しは全 raw 条件の正常観測・実 EditorInfo・送出イベントを検査する。欠測や混在した送出を期待値として受理しない。 + +## 制限 + +6,209 ケースは検証画面が宣言した行列の全件であり、任意の全アプリ・全ビット列・任意の privateImeOptions 文字列・将来の Gboard バージョンの一致を保証するものではない。主条件は直積で生成し、その他のフラグとメタデータは各アクション/抑制状態に対する独立プローブとした。条件の詳細と再実行方法は [検証画面の説明](enter-editor-parity.md) を参照。 + +Compose の InputConnection 生イベントは直接捕捉していない。実 EditorInfo、keyboardAction コールバック、文字列、フォーカスを比較する。EditText と WebView は InputConnection の送出イベントも比較する。 + +キーイベントの比較は action と keyCode に正規化しており、時刻・device ID・flags・modifier state の一致までは検証していない。 + +キーのラベル・位置は観測ログに保存する。アイコンやテーマのピクセル一致は要件にせず、Enter の意味と送出を確認する。Gboard の変換・文節動作を本アプリの仕様にはしない。 + + +## 保存データと再確認 + +[`validation-status.json`](../tools/enter_parity/results/validation-status.json) に集計、 +[`comparison.tsv`](../tools/enter_parity/results/comparison.tsv) に全ケースの状態を保存した。 +実測の全ログは `gboard.jsonl.gz`、`keyboard-normal.jsonl.gz`、`keyboard-floating.jsonl.gz`。 +非圧縮時の内容を保持しており、比較器で直接読み込める。環境情報・APK ハッシュ・ +変換比較・レイアウト比較・画面キャプチャは同じ results ディレクトリにある。 + +```sh +python3 tools/enter_parity/compare.py tools/enter_parity/results/gboard.jsonl.gz tools/enter_parity/results/keyboard-normal.jsonl.gz /tmp/normal-comparison.json +python3 tools/enter_parity/compare.py tools/enter_parity/results/gboard.jsonl.gz tools/enter_parity/results/keyboard-floating.jsonl.gz /tmp/floating-comparison.json +``` + +中断した通常表示の異なる IME の 55 行、Gboard の初期接続失敗 1 行、フローティングでの Compose 初期情報 3 行、元の dev のラベルなし数値キー取得失敗 2 行、入力開始前提が異なった変換試行の 8 行は `rejected-observations.jsonl.gz` に分離した。これら 69 行は期待値・合格数に含めない。 + +通常表示は中断前の 4,007 件と再実行分 2,202 件を統合した。TYPE_NULL の空入力制限を確定した後の再実行分に、すべての TYPE_NULL 条件を含む。最終の製品 APK ではフローティングの全件とレイアウト別・変換回帰も確認した。フローティングの Compose は空の EditorInfo を検出した後、安定した値を待つようにし、16 件すべてを再取得した。変換比較ではキー位置と各文字入力のコールバックも待ち、Enter 前の状態が異なる実行を採用しなかった。 + +実機は検証開始前に選択されていた IME と元のアニメーション設定に戻した。 +最終差分レビューで未解消の問題はない。 diff --git a/docs/enter-editor-parity.md b/docs/enter-editor-parity.md new file mode 100644 index 000000000..cc6dc0599 --- /dev/null +++ b/docs/enter-editor-parity.md @@ -0,0 +1,196 @@ +# Editor Enter parity laboratory + +This change concerns what a software IME sends to an editor when no composition is +pending. Candidate confirmation, segment confirmation, conversion settings, +forced newline gestures and physical keyboard shortcuts retain their existing +routing. Direct-input overrides retain their explicit raw-key behavior. TYPE_NULL's default +still uses direct text input, while its default Enter now honors EditorInfo as +observed in Gboard. Explicit TYPE_NULL direct mode, shortcut overrides, custom +direct layouts and forced QWERTY direct input keep raw Enter behavior. + +## Production change + +`EditorEnterPolicy` reads the current `EditorInfo` for each editor-facing Enter. +It does not infer Enter behavior from email/password/number classifications or +hint text. `IME_FLAG_NO_ENTER_ACTION` suppresses an action; otherwise the standard +action bits select GO, SEARCH, SEND, NEXT, DONE or PREVIOUS. NONE/UNSPECIFIED and +unknown actions use an Enter key event, except SHORT_MESSAGE text fields, where +the Gboard observations use a direct newline commit. The existing service wrappers perform +dispatch; there is no second fallback action if an editor rejects an action. + +The observation archive, rather than the resolver, supplies regression-test +expectations. In the recorded Gboard version, the raw matrix uses the standard +action bits rather than `actionLabel` or `actionId` for the on-key action. +Re-record and inspect differences before changing this contract for another +Gboard version. Android documentation alone is not proof of Gboard parity. + +QWERTY labels, kana icons and built-in dynamic Enter states use the same decision. +The pre-existing dynamic states 0–5 retain their action mappings; new states are +appended for PREVIOUS, GO and SEND. The built-in number keyboard also updates its +Enter state. User-defined layouts and their action overrides remain user-owned. + +References: +- [EditorInfo and NO_ENTER_ACTION](https://developer.android.com/reference/android/view/inputmethod/EditorInfo#IME_FLAG_NO_ENTER_ACTION) +- [InputType flags](https://developer.android.com/reference/android/text/InputType) + +## Declared coverage + +`tools/enter_parity/generate_cases.py` generates 6,209 unique cases: + +| Group | Cases | Construction | +| --- | ---: | --- | +| Raw EditorInfo Cartesian matrix | 5,632 | 22 types/variations × 8 actions × 4 MULTI_LINE/IME_MULTI_LINE combinations × 2 NO_ENTER_ACTION values × 4 custom-label/ID states | +| Independent probes | 528 | Each of 33 flags/metadata probes × 8 actions × 2 NO_ENTER_ACTION values | +| Captured field regression | 1 | `inputType=0x264001`, `imeOptions=0x40000006` | +| Framework widget integration | 48 | EditText / Compose / WebView × 8 actions × single/multiline | + +The 22 types include all 15 public text variations, both numeric variations, +phone, three datetime variations, and TYPE_NULL. Non-text multiline flags are +retained and tagged as deliberately nonstandard inputs. Probes include all other +public text flags, numeric signed/decimal combinations, other public IME flags, +reserved high bits, and search/password/ordinary hints, field names and private +IME options. If a probe changes the Enter decision, promote it into the +Cartesian matrix and re-record the expanded matrix. + +This is a complete execution of the declared EditorInfo matrix, not a claim about +all possible apps, arbitrary private IME options, app-specific behavior or future +Gboard releases. Real widgets may normalize an EditorInfo request: their actual +values are recorded and compared separately. WebView's NONE/UNSPECIFIED both map +to HTML `enterkeyhint=enter`, and native framework transformations are expected. + +## Device capture + +The opt-in `enter-parity-lab` app is never packaged with the keyboard. It contains: +- A raw editor that supplies the exact requested EditorInfo and wraps its real + InputConnection to record commits, key events, actions and composition calls. +- A normal EditText and WebView with the framework-generated EditorInfo. +- A real Compose BasicTextField. Compose action callbacks and final text are + recorded, and its actual EditorInfo is read from the IME service dump. The + runner waits for two stable text EditorInfo samples and rejects the transient + empty EditorInfo seen during floating-window reconnection. Raw + InputConnection transport is not intercepted in this adapter. + +All fields start with `seed` and cursor 4, without composing spans. Actions are +local sinks: no messages, forms or posts are transmitted. NEXT/PREVIOUS move to +a local second field where the widget adapter supports that action. After raw +editor initialization, later raw cases use `restartInput`; changing widget +families replaces the field. Thus the matrix also exercises editor restarts and +field transitions. + +The runner resolves the actual software Enter key through accessibility, waits +for a stable on-screen location and injects touchscreen DOWN/UP. It never uses +`adb input keyevent ENTER` or directly calls the production policy to simulate a +device result. Interrupted pointer streams are cancelled before a new run, and +failed input injection is reported as blocked. Capture stops if the selected IME +changes or the laboratory leaves the foreground, before sending further input. Missing key geometry or missing +actual EditorInfo is also blocked, never successful. + +The launcher screen also offers a case-ID filter, a selector, a Load button and +a result dialog for manual comparison. Filtering does not steal focus by +automatically loading a case. Instrumentation uses the same fields with the selector hidden. + +Build and install: + +```sh +python3 tools/enter_parity/generate_cases.py +./gradlew -PenterParityLab :enter-parity-lab:assembleDebug +adb -s SERIAL install -r enter-parity-lab/build/outputs/apk/debug/enter-parity-lab-debug.apk +./gradlew -I tools/enter_parity/isolated-app.gradle :app:assembleLiteStandardDebug +adb -s SERIAL install -r app/build/outputs/apk/liteStandard/debug/app-lite-standard-debug.apk +adb -s SERIAL shell ime enable com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService +``` + +The isolated build uses a separate application ID and data directory. It does not +replace the user's installed keyboard or settings. + +```sh +python3 tools/enter_parity/run_device.py --serial SERIAL \ + --ime com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME \ + --layout-note 'record the selected Gboard language and layout' --output gboard.jsonl +python3 tools/enter_parity/run_device.py --serial SERIAL \ + --ime com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService \ + --layout-note 'record the selected keyboard layout' --output keyboard.jsonl +python3 tools/enter_parity/compare.py gboard.jsonl keyboard.jsonl comparison.json +python3 tools/enter_parity/export_fixture.py gboard.jsonl app/src/test/resources/enter_parity/gboard.tsv +``` + +`--start`, `--end`, and `--filter` support diagnostics and interrupted runs. +A partial run is not the full matrix. For a supplementary layout/floating run, +`configure_profile.py --serial SERIAL --keyboard TENKEY --floating` changes only +the isolated APK's layout preferences; select that IME again before capture. The driver saves the previous IME and +animation scales and restores them in `finally` if they still have the values +set by this run. An external IME change stops capture and is left intact; +`--keep-animations` disables +that temporary animation adjustment. Restore these manually if the host process +is killed without running `finally`. + +## Acceptance and regression + +The comparator iterates the declared cases, not just the rows found in a file. +Its statuses are match, mismatch, not-run, blocked, editor-info-mismatch and +ime-mismatch. Both inputs must come from distinct, consistent IMEs, and raw +EditorInfo values must match the declared case. +Two blocked or absent observations cannot pass. A wrong or extra action fails +even if the resulting text is identical. Transport differences are reported +separately from text/action/focus differences and also fail the comparison. +Transport comparison includes only +editor-facing key/commit/action calls. Key events are normalized to action and +keyCode; event timestamps, device IDs, flags and modifier state are not compared. +Composition bookkeeping calls are +recorded but are not made a Gboard conversion contract. Key labels and bounds +are retained for presentation inspection, not pixel-compared across themes. + +The TSV uses `\N` for null cells. The JVM fixture test requires all 6,161 raw +observations with unique IDs. It +checks actual Gboard decisions, dispatch, field transitions and presentation +states. Related tests cover input classification, direct-input dispatch, +composition state, physical shortcuts and special-key overrides. The Python +comparison tests verify that incomplete or invalid captures cannot pass. + +Device versions, capture results and post-implementation review findings are +recorded in [the result report](enter-editor-parity-results.md). + + +## Conversion preservation checks + +`CompositionRegressionRunner` types `watashihanihonjin` on the actual ROMAJI keys, +then records composition confirmation and candidate conversion confirmation, +including every incremental Enter press until no composing span remains. No +editor action may be emitted during those confirmations. The next idle Enter +must emit DONE once. Run this on the original dev APK and the patched APK, with +`conversion_bunsetsu_separation_preference` both off and on, and compare text, +composing spans and actions at each stage. Gboard is intentionally not the +reference for these conversion behaviors. + +`configure_profile.py` can select `--keyboard ROMAJI --bunsetsu-separation on` +(or off); `--baseline` selects only the separately installed `.enterbaseline` +APK. `--type-null-mode direct_commit` supports an explicit-direct-mode check. +These options only address isolated test package IDs, never the user's normal +keyboard package. + +```sh +adb -s SERIAL shell am instrument -w -e output composition.jsonl \ + com.kazumaproject.enterparity/.CompositionRegressionRunner +``` + + +For the original source baseline, create a detached worktree at the starting dev +commit and pass this branch's `isolated-app.gradle` with `-PenterParityBaseline`. +This produces `.enterbaseline`, which can coexist with `.enterparity` and the +user's original installation. Record the baseline commit in the results; an +arbitrary already installed APK is not evidence for the starting dev source. + + +`--screenshots` saves the pre-tap screen alongside a capture, for presentation +review. The complete matrix uses accessibility-based key discovery. For an +inaccessible legacy key, `--verified-enter X Y` is an explicit operator mode: +it requires exactly one selected case and `--screenshots`, and records the key +as operator screenshot-verified. Inspect the actual screen before supplying +coordinates, then inspect the saved pre-tap screenshot to verify that the touch +hit Enter. This is not an automatic coordinate fallback, and is not used for +matrix acceptance. It was needed only for the original dev number key, whose +icon had an empty accessibility label. + +For composition captures, use the same driver with +`--runner CompositionRegressionRunner`, so environment and completion status +are recorded and IME selection is restored as with matrix captures. diff --git a/enter-parity-lab/.gitignore b/enter-parity-lab/.gitignore new file mode 100644 index 000000000..84c048a73 --- /dev/null +++ b/enter-parity-lab/.gitignore @@ -0,0 +1 @@ +/build/ diff --git a/enter-parity-lab/build.gradle b/enter-parity-lab/build.gradle new file mode 100644 index 000000000..756f676db --- /dev/null +++ b/enter-parity-lab/build.gradle @@ -0,0 +1,25 @@ +plugins { + id 'com.android.application' + id 'org.jetbrains.kotlin.android' +} +android { + namespace 'com.kazumaproject.enterparity' + compileSdk 36 + defaultConfig { + applicationId 'com.kazumaproject.enterparity' + minSdk 26 + targetSdk 36 + } + compileOptions { + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 + } + kotlinOptions { jvmTarget = '17' } + buildFeatures { compose true } + composeOptions { kotlinCompilerExtensionVersion '1.5.3' } +} +dependencies { + implementation 'androidx.activity:activity-compose:1.8.2' + implementation 'androidx.compose.foundation:foundation:1.5.4' + implementation 'androidx.compose.ui:ui:1.5.4' +} diff --git a/enter-parity-lab/src/main/AndroidManifest.xml b/enter-parity-lab/src/main/AndroidManifest.xml new file mode 100644 index 000000000..b334b2cf1 --- /dev/null +++ b/enter-parity-lab/src/main/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/enter-parity-lab/src/main/assets/cases.json b/enter-parity-lab/src/main/assets/cases.json new file mode 100644 index 000000000..7e229557a --- /dev/null +++ b/enter-parity-lab/src/main/assets/cases.json @@ -0,0 +1 @@ +[{"id":"text-0/a0/m0/n0/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n0/c1","inputType":1,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n0/c2","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n0/c3","inputType":1,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n1/c0","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n1/c1","inputType":1,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n1/c2","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m0/n1/c3","inputType":1,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n0/c0","inputType":131073,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n0/c1","inputType":131073,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n0/c2","inputType":131073,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n0/c3","inputType":131073,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n1/c0","inputType":131073,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n1/c1","inputType":131073,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n1/c2","inputType":131073,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m1/n1/c3","inputType":131073,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n0/c0","inputType":262145,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n0/c1","inputType":262145,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n0/c2","inputType":262145,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n0/c3","inputType":262145,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n1/c0","inputType":262145,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n1/c1","inputType":262145,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n1/c2","inputType":262145,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m2/n1/c3","inputType":262145,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n0/c0","inputType":393217,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n0/c1","inputType":393217,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n0/c2","inputType":393217,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n0/c3","inputType":393217,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n1/c0","inputType":393217,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n1/c1","inputType":393217,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n1/c2","inputType":393217,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a0/m3/n1/c3","inputType":393217,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n0/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n0/c1","inputType":1,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n0/c2","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n0/c3","inputType":1,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n1/c0","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n1/c1","inputType":1,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n1/c2","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m0/n1/c3","inputType":1,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n0/c0","inputType":131073,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n0/c1","inputType":131073,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n0/c2","inputType":131073,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n0/c3","inputType":131073,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n1/c0","inputType":131073,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n1/c1","inputType":131073,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n1/c2","inputType":131073,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m1/n1/c3","inputType":131073,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n0/c0","inputType":262145,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n0/c1","inputType":262145,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n0/c2","inputType":262145,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n0/c3","inputType":262145,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n1/c0","inputType":262145,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n1/c1","inputType":262145,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n1/c2","inputType":262145,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m2/n1/c3","inputType":262145,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n0/c0","inputType":393217,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n0/c1","inputType":393217,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n0/c2","inputType":393217,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n0/c3","inputType":393217,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n1/c0","inputType":393217,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n1/c1","inputType":393217,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n1/c2","inputType":393217,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a1/m3/n1/c3","inputType":393217,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n0/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n0/c1","inputType":1,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n0/c2","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n0/c3","inputType":1,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n1/c0","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n1/c1","inputType":1,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n1/c2","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m0/n1/c3","inputType":1,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n0/c0","inputType":131073,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n0/c1","inputType":131073,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n0/c2","inputType":131073,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n0/c3","inputType":131073,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n1/c0","inputType":131073,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n1/c1","inputType":131073,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n1/c2","inputType":131073,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m1/n1/c3","inputType":131073,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n0/c0","inputType":262145,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n0/c1","inputType":262145,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n0/c2","inputType":262145,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n0/c3","inputType":262145,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n1/c0","inputType":262145,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n1/c1","inputType":262145,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n1/c2","inputType":262145,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m2/n1/c3","inputType":262145,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n0/c0","inputType":393217,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n0/c1","inputType":393217,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n0/c2","inputType":393217,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n0/c3","inputType":393217,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n1/c0","inputType":393217,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n1/c1","inputType":393217,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n1/c2","inputType":393217,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a2/m3/n1/c3","inputType":393217,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n0/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n0/c1","inputType":1,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n0/c2","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n0/c3","inputType":1,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n1/c0","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n1/c1","inputType":1,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n1/c2","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m0/n1/c3","inputType":1,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n0/c0","inputType":131073,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n0/c1","inputType":131073,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n0/c2","inputType":131073,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n0/c3","inputType":131073,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n1/c0","inputType":131073,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n1/c1","inputType":131073,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n1/c2","inputType":131073,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m1/n1/c3","inputType":131073,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n0/c0","inputType":262145,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n0/c1","inputType":262145,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n0/c2","inputType":262145,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n0/c3","inputType":262145,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n1/c0","inputType":262145,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n1/c1","inputType":262145,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n1/c2","inputType":262145,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m2/n1/c3","inputType":262145,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n0/c0","inputType":393217,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n0/c1","inputType":393217,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n0/c2","inputType":393217,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n0/c3","inputType":393217,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n1/c0","inputType":393217,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n1/c1","inputType":393217,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n1/c2","inputType":393217,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a3/m3/n1/c3","inputType":393217,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n0/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n0/c1","inputType":1,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n0/c2","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n0/c3","inputType":1,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n1/c0","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n1/c1","inputType":1,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n1/c2","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m0/n1/c3","inputType":1,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n0/c0","inputType":131073,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n0/c1","inputType":131073,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n0/c2","inputType":131073,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n0/c3","inputType":131073,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n1/c0","inputType":131073,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n1/c1","inputType":131073,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n1/c2","inputType":131073,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m1/n1/c3","inputType":131073,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n0/c0","inputType":262145,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n0/c1","inputType":262145,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n0/c2","inputType":262145,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n0/c3","inputType":262145,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n1/c0","inputType":262145,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n1/c1","inputType":262145,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n1/c2","inputType":262145,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m2/n1/c3","inputType":262145,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n0/c0","inputType":393217,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n0/c1","inputType":393217,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n0/c2","inputType":393217,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n0/c3","inputType":393217,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n1/c0","inputType":393217,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n1/c1","inputType":393217,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n1/c2","inputType":393217,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a4/m3/n1/c3","inputType":393217,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n0/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n0/c1","inputType":1,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n0/c2","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n0/c3","inputType":1,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n1/c0","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n1/c1","inputType":1,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n1/c2","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m0/n1/c3","inputType":1,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n0/c0","inputType":131073,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n0/c1","inputType":131073,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n0/c2","inputType":131073,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n0/c3","inputType":131073,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n1/c0","inputType":131073,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n1/c1","inputType":131073,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n1/c2","inputType":131073,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m1/n1/c3","inputType":131073,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n0/c0","inputType":262145,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n0/c1","inputType":262145,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n0/c2","inputType":262145,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n0/c3","inputType":262145,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n1/c0","inputType":262145,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n1/c1","inputType":262145,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n1/c2","inputType":262145,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m2/n1/c3","inputType":262145,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n0/c0","inputType":393217,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n0/c1","inputType":393217,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n0/c2","inputType":393217,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n0/c3","inputType":393217,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n1/c0","inputType":393217,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n1/c1","inputType":393217,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n1/c2","inputType":393217,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a5/m3/n1/c3","inputType":393217,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n0/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n0/c1","inputType":1,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n0/c2","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n0/c3","inputType":1,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n1/c0","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n1/c1","inputType":1,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n1/c2","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m0/n1/c3","inputType":1,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n0/c0","inputType":131073,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n0/c1","inputType":131073,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n0/c2","inputType":131073,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n0/c3","inputType":131073,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n1/c0","inputType":131073,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n1/c1","inputType":131073,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n1/c2","inputType":131073,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m1/n1/c3","inputType":131073,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n0/c0","inputType":262145,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n0/c1","inputType":262145,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n0/c2","inputType":262145,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n0/c3","inputType":262145,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n1/c0","inputType":262145,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n1/c1","inputType":262145,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n1/c2","inputType":262145,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m2/n1/c3","inputType":262145,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n0/c0","inputType":393217,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n0/c1","inputType":393217,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n0/c2","inputType":393217,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n0/c3","inputType":393217,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n1/c0","inputType":393217,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n1/c1","inputType":393217,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n1/c2","inputType":393217,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a6/m3/n1/c3","inputType":393217,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n0/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n0/c1","inputType":1,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n0/c2","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n0/c3","inputType":1,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n1/c0","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n1/c1","inputType":1,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n1/c2","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m0/n1/c3","inputType":1,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n0/c0","inputType":131073,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n0/c1","inputType":131073,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n0/c2","inputType":131073,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n0/c3","inputType":131073,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n1/c0","inputType":131073,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n1/c1","inputType":131073,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n1/c2","inputType":131073,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m1/n1/c3","inputType":131073,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n0/c0","inputType":262145,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n0/c1","inputType":262145,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n0/c2","inputType":262145,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n0/c3","inputType":262145,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n1/c0","inputType":262145,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n1/c1","inputType":262145,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n1/c2","inputType":262145,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m2/n1/c3","inputType":262145,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n0/c0","inputType":393217,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n0/c1","inputType":393217,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n0/c2","inputType":393217,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n0/c3","inputType":393217,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n1/c0","inputType":393217,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n1/c1","inputType":393217,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n1/c2","inputType":393217,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-0/a7/m3/n1/c3","inputType":393217,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n0/c0","inputType":17,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n0/c1","inputType":17,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n0/c2","inputType":17,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n0/c3","inputType":17,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n1/c0","inputType":17,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n1/c1","inputType":17,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n1/c2","inputType":17,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m0/n1/c3","inputType":17,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n0/c0","inputType":131089,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n0/c1","inputType":131089,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n0/c2","inputType":131089,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n0/c3","inputType":131089,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n1/c0","inputType":131089,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n1/c1","inputType":131089,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n1/c2","inputType":131089,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m1/n1/c3","inputType":131089,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n0/c0","inputType":262161,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n0/c1","inputType":262161,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n0/c2","inputType":262161,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n0/c3","inputType":262161,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n1/c0","inputType":262161,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n1/c1","inputType":262161,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n1/c2","inputType":262161,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m2/n1/c3","inputType":262161,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n0/c0","inputType":393233,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n0/c1","inputType":393233,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n0/c2","inputType":393233,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n0/c3","inputType":393233,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n1/c0","inputType":393233,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n1/c1","inputType":393233,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n1/c2","inputType":393233,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a0/m3/n1/c3","inputType":393233,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n0/c0","inputType":17,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n0/c1","inputType":17,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n0/c2","inputType":17,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n0/c3","inputType":17,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n1/c0","inputType":17,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n1/c1","inputType":17,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n1/c2","inputType":17,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m0/n1/c3","inputType":17,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n0/c0","inputType":131089,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n0/c1","inputType":131089,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n0/c2","inputType":131089,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n0/c3","inputType":131089,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n1/c0","inputType":131089,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n1/c1","inputType":131089,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n1/c2","inputType":131089,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m1/n1/c3","inputType":131089,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n0/c0","inputType":262161,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n0/c1","inputType":262161,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n0/c2","inputType":262161,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n0/c3","inputType":262161,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n1/c0","inputType":262161,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n1/c1","inputType":262161,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n1/c2","inputType":262161,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m2/n1/c3","inputType":262161,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n0/c0","inputType":393233,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n0/c1","inputType":393233,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n0/c2","inputType":393233,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n0/c3","inputType":393233,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n1/c0","inputType":393233,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n1/c1","inputType":393233,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n1/c2","inputType":393233,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a1/m3/n1/c3","inputType":393233,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n0/c0","inputType":17,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n0/c1","inputType":17,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n0/c2","inputType":17,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n0/c3","inputType":17,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n1/c0","inputType":17,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n1/c1","inputType":17,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n1/c2","inputType":17,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m0/n1/c3","inputType":17,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n0/c0","inputType":131089,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n0/c1","inputType":131089,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n0/c2","inputType":131089,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n0/c3","inputType":131089,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n1/c0","inputType":131089,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n1/c1","inputType":131089,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n1/c2","inputType":131089,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m1/n1/c3","inputType":131089,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n0/c0","inputType":262161,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n0/c1","inputType":262161,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n0/c2","inputType":262161,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n0/c3","inputType":262161,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n1/c0","inputType":262161,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n1/c1","inputType":262161,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n1/c2","inputType":262161,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m2/n1/c3","inputType":262161,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n0/c0","inputType":393233,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n0/c1","inputType":393233,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n0/c2","inputType":393233,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n0/c3","inputType":393233,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n1/c0","inputType":393233,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n1/c1","inputType":393233,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n1/c2","inputType":393233,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a2/m3/n1/c3","inputType":393233,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n0/c0","inputType":17,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n0/c1","inputType":17,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n0/c2","inputType":17,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n0/c3","inputType":17,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n1/c0","inputType":17,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n1/c1","inputType":17,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n1/c2","inputType":17,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m0/n1/c3","inputType":17,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n0/c0","inputType":131089,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n0/c1","inputType":131089,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n0/c2","inputType":131089,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n0/c3","inputType":131089,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n1/c0","inputType":131089,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n1/c1","inputType":131089,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n1/c2","inputType":131089,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m1/n1/c3","inputType":131089,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n0/c0","inputType":262161,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n0/c1","inputType":262161,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n0/c2","inputType":262161,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n0/c3","inputType":262161,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n1/c0","inputType":262161,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n1/c1","inputType":262161,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n1/c2","inputType":262161,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m2/n1/c3","inputType":262161,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n0/c0","inputType":393233,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n0/c1","inputType":393233,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n0/c2","inputType":393233,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n0/c3","inputType":393233,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n1/c0","inputType":393233,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n1/c1","inputType":393233,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n1/c2","inputType":393233,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a3/m3/n1/c3","inputType":393233,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n0/c0","inputType":17,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n0/c1","inputType":17,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n0/c2","inputType":17,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n0/c3","inputType":17,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n1/c0","inputType":17,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n1/c1","inputType":17,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n1/c2","inputType":17,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m0/n1/c3","inputType":17,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n0/c0","inputType":131089,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n0/c1","inputType":131089,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n0/c2","inputType":131089,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n0/c3","inputType":131089,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n1/c0","inputType":131089,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n1/c1","inputType":131089,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n1/c2","inputType":131089,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m1/n1/c3","inputType":131089,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n0/c0","inputType":262161,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n0/c1","inputType":262161,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n0/c2","inputType":262161,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n0/c3","inputType":262161,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n1/c0","inputType":262161,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n1/c1","inputType":262161,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n1/c2","inputType":262161,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m2/n1/c3","inputType":262161,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n0/c0","inputType":393233,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n0/c1","inputType":393233,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n0/c2","inputType":393233,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n0/c3","inputType":393233,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n1/c0","inputType":393233,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n1/c1","inputType":393233,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n1/c2","inputType":393233,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a4/m3/n1/c3","inputType":393233,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n0/c0","inputType":17,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n0/c1","inputType":17,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n0/c2","inputType":17,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n0/c3","inputType":17,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n1/c0","inputType":17,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n1/c1","inputType":17,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n1/c2","inputType":17,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m0/n1/c3","inputType":17,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n0/c0","inputType":131089,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n0/c1","inputType":131089,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n0/c2","inputType":131089,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n0/c3","inputType":131089,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n1/c0","inputType":131089,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n1/c1","inputType":131089,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n1/c2","inputType":131089,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m1/n1/c3","inputType":131089,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n0/c0","inputType":262161,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n0/c1","inputType":262161,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n0/c2","inputType":262161,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n0/c3","inputType":262161,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n1/c0","inputType":262161,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n1/c1","inputType":262161,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n1/c2","inputType":262161,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m2/n1/c3","inputType":262161,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n0/c0","inputType":393233,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n0/c1","inputType":393233,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n0/c2","inputType":393233,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n0/c3","inputType":393233,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n1/c0","inputType":393233,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n1/c1","inputType":393233,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n1/c2","inputType":393233,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a5/m3/n1/c3","inputType":393233,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n0/c0","inputType":17,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n0/c1","inputType":17,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n0/c2","inputType":17,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n0/c3","inputType":17,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n1/c0","inputType":17,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n1/c1","inputType":17,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n1/c2","inputType":17,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m0/n1/c3","inputType":17,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n0/c0","inputType":131089,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n0/c1","inputType":131089,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n0/c2","inputType":131089,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n0/c3","inputType":131089,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n1/c0","inputType":131089,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n1/c1","inputType":131089,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n1/c2","inputType":131089,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m1/n1/c3","inputType":131089,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n0/c0","inputType":262161,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n0/c1","inputType":262161,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n0/c2","inputType":262161,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n0/c3","inputType":262161,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n1/c0","inputType":262161,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n1/c1","inputType":262161,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n1/c2","inputType":262161,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m2/n1/c3","inputType":262161,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n0/c0","inputType":393233,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n0/c1","inputType":393233,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n0/c2","inputType":393233,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n0/c3","inputType":393233,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n1/c0","inputType":393233,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n1/c1","inputType":393233,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n1/c2","inputType":393233,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a6/m3/n1/c3","inputType":393233,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n0/c0","inputType":17,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n0/c1","inputType":17,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n0/c2","inputType":17,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n0/c3","inputType":17,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n1/c0","inputType":17,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n1/c1","inputType":17,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n1/c2","inputType":17,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m0/n1/c3","inputType":17,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n0/c0","inputType":131089,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n0/c1","inputType":131089,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n0/c2","inputType":131089,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n0/c3","inputType":131089,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n1/c0","inputType":131089,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n1/c1","inputType":131089,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n1/c2","inputType":131089,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m1/n1/c3","inputType":131089,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n0/c0","inputType":262161,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n0/c1","inputType":262161,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n0/c2","inputType":262161,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n0/c3","inputType":262161,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n1/c0","inputType":262161,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n1/c1","inputType":262161,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n1/c2","inputType":262161,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m2/n1/c3","inputType":262161,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n0/c0","inputType":393233,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n0/c1","inputType":393233,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n0/c2","inputType":393233,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n0/c3","inputType":393233,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n1/c0","inputType":393233,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n1/c1","inputType":393233,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n1/c2","inputType":393233,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-10/a7/m3/n1/c3","inputType":393233,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n0/c0","inputType":33,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n0/c1","inputType":33,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n0/c2","inputType":33,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n0/c3","inputType":33,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n1/c0","inputType":33,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n1/c1","inputType":33,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n1/c2","inputType":33,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m0/n1/c3","inputType":33,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n0/c0","inputType":131105,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n0/c1","inputType":131105,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n0/c2","inputType":131105,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n0/c3","inputType":131105,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n1/c0","inputType":131105,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n1/c1","inputType":131105,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n1/c2","inputType":131105,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m1/n1/c3","inputType":131105,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n0/c0","inputType":262177,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n0/c1","inputType":262177,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n0/c2","inputType":262177,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n0/c3","inputType":262177,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n1/c0","inputType":262177,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n1/c1","inputType":262177,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n1/c2","inputType":262177,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m2/n1/c3","inputType":262177,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n0/c0","inputType":393249,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n0/c1","inputType":393249,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n0/c2","inputType":393249,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n0/c3","inputType":393249,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n1/c0","inputType":393249,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n1/c1","inputType":393249,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n1/c2","inputType":393249,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a0/m3/n1/c3","inputType":393249,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n0/c0","inputType":33,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n0/c1","inputType":33,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n0/c2","inputType":33,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n0/c3","inputType":33,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n1/c0","inputType":33,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n1/c1","inputType":33,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n1/c2","inputType":33,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m0/n1/c3","inputType":33,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n0/c0","inputType":131105,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n0/c1","inputType":131105,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n0/c2","inputType":131105,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n0/c3","inputType":131105,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n1/c0","inputType":131105,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n1/c1","inputType":131105,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n1/c2","inputType":131105,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m1/n1/c3","inputType":131105,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n0/c0","inputType":262177,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n0/c1","inputType":262177,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n0/c2","inputType":262177,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n0/c3","inputType":262177,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n1/c0","inputType":262177,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n1/c1","inputType":262177,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n1/c2","inputType":262177,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m2/n1/c3","inputType":262177,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n0/c0","inputType":393249,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n0/c1","inputType":393249,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n0/c2","inputType":393249,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n0/c3","inputType":393249,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n1/c0","inputType":393249,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n1/c1","inputType":393249,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n1/c2","inputType":393249,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a1/m3/n1/c3","inputType":393249,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n0/c0","inputType":33,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n0/c1","inputType":33,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n0/c2","inputType":33,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n0/c3","inputType":33,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n1/c0","inputType":33,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n1/c1","inputType":33,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n1/c2","inputType":33,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m0/n1/c3","inputType":33,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n0/c0","inputType":131105,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n0/c1","inputType":131105,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n0/c2","inputType":131105,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n0/c3","inputType":131105,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n1/c0","inputType":131105,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n1/c1","inputType":131105,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n1/c2","inputType":131105,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m1/n1/c3","inputType":131105,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n0/c0","inputType":262177,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n0/c1","inputType":262177,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n0/c2","inputType":262177,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n0/c3","inputType":262177,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n1/c0","inputType":262177,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n1/c1","inputType":262177,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n1/c2","inputType":262177,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m2/n1/c3","inputType":262177,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n0/c0","inputType":393249,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n0/c1","inputType":393249,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n0/c2","inputType":393249,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n0/c3","inputType":393249,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n1/c0","inputType":393249,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n1/c1","inputType":393249,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n1/c2","inputType":393249,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a2/m3/n1/c3","inputType":393249,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n0/c0","inputType":33,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n0/c1","inputType":33,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n0/c2","inputType":33,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n0/c3","inputType":33,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n1/c0","inputType":33,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n1/c1","inputType":33,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n1/c2","inputType":33,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m0/n1/c3","inputType":33,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n0/c0","inputType":131105,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n0/c1","inputType":131105,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n0/c2","inputType":131105,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n0/c3","inputType":131105,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n1/c0","inputType":131105,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n1/c1","inputType":131105,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n1/c2","inputType":131105,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m1/n1/c3","inputType":131105,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n0/c0","inputType":262177,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n0/c1","inputType":262177,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n0/c2","inputType":262177,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n0/c3","inputType":262177,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n1/c0","inputType":262177,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n1/c1","inputType":262177,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n1/c2","inputType":262177,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m2/n1/c3","inputType":262177,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n0/c0","inputType":393249,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n0/c1","inputType":393249,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n0/c2","inputType":393249,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n0/c3","inputType":393249,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n1/c0","inputType":393249,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n1/c1","inputType":393249,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n1/c2","inputType":393249,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a3/m3/n1/c3","inputType":393249,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n0/c0","inputType":33,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n0/c1","inputType":33,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n0/c2","inputType":33,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n0/c3","inputType":33,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n1/c0","inputType":33,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n1/c1","inputType":33,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n1/c2","inputType":33,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m0/n1/c3","inputType":33,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n0/c0","inputType":131105,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n0/c1","inputType":131105,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n0/c2","inputType":131105,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n0/c3","inputType":131105,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n1/c0","inputType":131105,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n1/c1","inputType":131105,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n1/c2","inputType":131105,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m1/n1/c3","inputType":131105,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n0/c0","inputType":262177,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n0/c1","inputType":262177,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n0/c2","inputType":262177,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n0/c3","inputType":262177,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n1/c0","inputType":262177,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n1/c1","inputType":262177,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n1/c2","inputType":262177,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m2/n1/c3","inputType":262177,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n0/c0","inputType":393249,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n0/c1","inputType":393249,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n0/c2","inputType":393249,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n0/c3","inputType":393249,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n1/c0","inputType":393249,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n1/c1","inputType":393249,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n1/c2","inputType":393249,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a4/m3/n1/c3","inputType":393249,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n0/c0","inputType":33,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n0/c1","inputType":33,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n0/c2","inputType":33,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n0/c3","inputType":33,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n1/c0","inputType":33,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n1/c1","inputType":33,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n1/c2","inputType":33,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m0/n1/c3","inputType":33,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n0/c0","inputType":131105,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n0/c1","inputType":131105,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n0/c2","inputType":131105,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n0/c3","inputType":131105,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n1/c0","inputType":131105,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n1/c1","inputType":131105,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n1/c2","inputType":131105,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m1/n1/c3","inputType":131105,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n0/c0","inputType":262177,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n0/c1","inputType":262177,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n0/c2","inputType":262177,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n0/c3","inputType":262177,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n1/c0","inputType":262177,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n1/c1","inputType":262177,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n1/c2","inputType":262177,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m2/n1/c3","inputType":262177,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n0/c0","inputType":393249,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n0/c1","inputType":393249,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n0/c2","inputType":393249,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n0/c3","inputType":393249,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n1/c0","inputType":393249,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n1/c1","inputType":393249,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n1/c2","inputType":393249,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a5/m3/n1/c3","inputType":393249,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n0/c0","inputType":33,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n0/c1","inputType":33,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n0/c2","inputType":33,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n0/c3","inputType":33,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n1/c0","inputType":33,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n1/c1","inputType":33,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n1/c2","inputType":33,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m0/n1/c3","inputType":33,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n0/c0","inputType":131105,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n0/c1","inputType":131105,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n0/c2","inputType":131105,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n0/c3","inputType":131105,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n1/c0","inputType":131105,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n1/c1","inputType":131105,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n1/c2","inputType":131105,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m1/n1/c3","inputType":131105,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n0/c0","inputType":262177,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n0/c1","inputType":262177,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n0/c2","inputType":262177,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n0/c3","inputType":262177,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n1/c0","inputType":262177,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n1/c1","inputType":262177,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n1/c2","inputType":262177,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m2/n1/c3","inputType":262177,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n0/c0","inputType":393249,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n0/c1","inputType":393249,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n0/c2","inputType":393249,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n0/c3","inputType":393249,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n1/c0","inputType":393249,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n1/c1","inputType":393249,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n1/c2","inputType":393249,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a6/m3/n1/c3","inputType":393249,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n0/c0","inputType":33,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n0/c1","inputType":33,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n0/c2","inputType":33,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n0/c3","inputType":33,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n1/c0","inputType":33,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n1/c1","inputType":33,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n1/c2","inputType":33,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m0/n1/c3","inputType":33,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n0/c0","inputType":131105,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n0/c1","inputType":131105,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n0/c2","inputType":131105,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n0/c3","inputType":131105,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n1/c0","inputType":131105,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n1/c1","inputType":131105,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n1/c2","inputType":131105,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m1/n1/c3","inputType":131105,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n0/c0","inputType":262177,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n0/c1","inputType":262177,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n0/c2","inputType":262177,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n0/c3","inputType":262177,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n1/c0","inputType":262177,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n1/c1","inputType":262177,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n1/c2","inputType":262177,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m2/n1/c3","inputType":262177,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n0/c0","inputType":393249,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n0/c1","inputType":393249,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n0/c2","inputType":393249,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n0/c3","inputType":393249,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n1/c0","inputType":393249,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n1/c1","inputType":393249,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n1/c2","inputType":393249,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-20/a7/m3/n1/c3","inputType":393249,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n0/c0","inputType":49,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n0/c1","inputType":49,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n0/c2","inputType":49,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n0/c3","inputType":49,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n1/c0","inputType":49,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n1/c1","inputType":49,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n1/c2","inputType":49,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m0/n1/c3","inputType":49,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n0/c0","inputType":131121,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n0/c1","inputType":131121,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n0/c2","inputType":131121,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n0/c3","inputType":131121,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n1/c0","inputType":131121,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n1/c1","inputType":131121,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n1/c2","inputType":131121,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m1/n1/c3","inputType":131121,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n0/c0","inputType":262193,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n0/c1","inputType":262193,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n0/c2","inputType":262193,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n0/c3","inputType":262193,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n1/c0","inputType":262193,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n1/c1","inputType":262193,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n1/c2","inputType":262193,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m2/n1/c3","inputType":262193,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n0/c0","inputType":393265,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n0/c1","inputType":393265,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n0/c2","inputType":393265,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n0/c3","inputType":393265,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n1/c0","inputType":393265,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n1/c1","inputType":393265,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n1/c2","inputType":393265,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a0/m3/n1/c3","inputType":393265,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n0/c0","inputType":49,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n0/c1","inputType":49,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n0/c2","inputType":49,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n0/c3","inputType":49,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n1/c0","inputType":49,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n1/c1","inputType":49,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n1/c2","inputType":49,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m0/n1/c3","inputType":49,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n0/c0","inputType":131121,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n0/c1","inputType":131121,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n0/c2","inputType":131121,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n0/c3","inputType":131121,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n1/c0","inputType":131121,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n1/c1","inputType":131121,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n1/c2","inputType":131121,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m1/n1/c3","inputType":131121,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n0/c0","inputType":262193,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n0/c1","inputType":262193,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n0/c2","inputType":262193,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n0/c3","inputType":262193,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n1/c0","inputType":262193,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n1/c1","inputType":262193,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n1/c2","inputType":262193,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m2/n1/c3","inputType":262193,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n0/c0","inputType":393265,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n0/c1","inputType":393265,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n0/c2","inputType":393265,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n0/c3","inputType":393265,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n1/c0","inputType":393265,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n1/c1","inputType":393265,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n1/c2","inputType":393265,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a1/m3/n1/c3","inputType":393265,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n0/c0","inputType":49,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n0/c1","inputType":49,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n0/c2","inputType":49,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n0/c3","inputType":49,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n1/c0","inputType":49,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n1/c1","inputType":49,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n1/c2","inputType":49,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m0/n1/c3","inputType":49,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n0/c0","inputType":131121,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n0/c1","inputType":131121,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n0/c2","inputType":131121,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n0/c3","inputType":131121,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n1/c0","inputType":131121,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n1/c1","inputType":131121,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n1/c2","inputType":131121,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m1/n1/c3","inputType":131121,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n0/c0","inputType":262193,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n0/c1","inputType":262193,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n0/c2","inputType":262193,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n0/c3","inputType":262193,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n1/c0","inputType":262193,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n1/c1","inputType":262193,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n1/c2","inputType":262193,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m2/n1/c3","inputType":262193,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n0/c0","inputType":393265,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n0/c1","inputType":393265,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n0/c2","inputType":393265,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n0/c3","inputType":393265,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n1/c0","inputType":393265,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n1/c1","inputType":393265,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n1/c2","inputType":393265,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a2/m3/n1/c3","inputType":393265,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n0/c0","inputType":49,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n0/c1","inputType":49,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n0/c2","inputType":49,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n0/c3","inputType":49,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n1/c0","inputType":49,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n1/c1","inputType":49,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n1/c2","inputType":49,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m0/n1/c3","inputType":49,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n0/c0","inputType":131121,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n0/c1","inputType":131121,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n0/c2","inputType":131121,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n0/c3","inputType":131121,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n1/c0","inputType":131121,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n1/c1","inputType":131121,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n1/c2","inputType":131121,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m1/n1/c3","inputType":131121,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n0/c0","inputType":262193,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n0/c1","inputType":262193,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n0/c2","inputType":262193,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n0/c3","inputType":262193,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n1/c0","inputType":262193,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n1/c1","inputType":262193,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n1/c2","inputType":262193,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m2/n1/c3","inputType":262193,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n0/c0","inputType":393265,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n0/c1","inputType":393265,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n0/c2","inputType":393265,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n0/c3","inputType":393265,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n1/c0","inputType":393265,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n1/c1","inputType":393265,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n1/c2","inputType":393265,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a3/m3/n1/c3","inputType":393265,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n0/c0","inputType":49,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n0/c1","inputType":49,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n0/c2","inputType":49,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n0/c3","inputType":49,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n1/c0","inputType":49,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n1/c1","inputType":49,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n1/c2","inputType":49,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m0/n1/c3","inputType":49,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n0/c0","inputType":131121,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n0/c1","inputType":131121,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n0/c2","inputType":131121,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n0/c3","inputType":131121,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n1/c0","inputType":131121,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n1/c1","inputType":131121,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n1/c2","inputType":131121,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m1/n1/c3","inputType":131121,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n0/c0","inputType":262193,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n0/c1","inputType":262193,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n0/c2","inputType":262193,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n0/c3","inputType":262193,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n1/c0","inputType":262193,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n1/c1","inputType":262193,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n1/c2","inputType":262193,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m2/n1/c3","inputType":262193,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n0/c0","inputType":393265,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n0/c1","inputType":393265,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n0/c2","inputType":393265,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n0/c3","inputType":393265,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n1/c0","inputType":393265,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n1/c1","inputType":393265,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n1/c2","inputType":393265,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a4/m3/n1/c3","inputType":393265,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n0/c0","inputType":49,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n0/c1","inputType":49,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n0/c2","inputType":49,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n0/c3","inputType":49,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n1/c0","inputType":49,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n1/c1","inputType":49,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n1/c2","inputType":49,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m0/n1/c3","inputType":49,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n0/c0","inputType":131121,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n0/c1","inputType":131121,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n0/c2","inputType":131121,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n0/c3","inputType":131121,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n1/c0","inputType":131121,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n1/c1","inputType":131121,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n1/c2","inputType":131121,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m1/n1/c3","inputType":131121,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n0/c0","inputType":262193,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n0/c1","inputType":262193,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n0/c2","inputType":262193,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n0/c3","inputType":262193,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n1/c0","inputType":262193,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n1/c1","inputType":262193,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n1/c2","inputType":262193,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m2/n1/c3","inputType":262193,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n0/c0","inputType":393265,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n0/c1","inputType":393265,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n0/c2","inputType":393265,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n0/c3","inputType":393265,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n1/c0","inputType":393265,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n1/c1","inputType":393265,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n1/c2","inputType":393265,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a5/m3/n1/c3","inputType":393265,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n0/c0","inputType":49,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n0/c1","inputType":49,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n0/c2","inputType":49,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n0/c3","inputType":49,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n1/c0","inputType":49,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n1/c1","inputType":49,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n1/c2","inputType":49,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m0/n1/c3","inputType":49,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n0/c0","inputType":131121,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n0/c1","inputType":131121,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n0/c2","inputType":131121,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n0/c3","inputType":131121,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n1/c0","inputType":131121,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n1/c1","inputType":131121,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n1/c2","inputType":131121,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m1/n1/c3","inputType":131121,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n0/c0","inputType":262193,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n0/c1","inputType":262193,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n0/c2","inputType":262193,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n0/c3","inputType":262193,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n1/c0","inputType":262193,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n1/c1","inputType":262193,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n1/c2","inputType":262193,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m2/n1/c3","inputType":262193,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n0/c0","inputType":393265,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n0/c1","inputType":393265,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n0/c2","inputType":393265,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n0/c3","inputType":393265,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n1/c0","inputType":393265,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n1/c1","inputType":393265,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n1/c2","inputType":393265,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a6/m3/n1/c3","inputType":393265,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n0/c0","inputType":49,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n0/c1","inputType":49,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n0/c2","inputType":49,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n0/c3","inputType":49,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n1/c0","inputType":49,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n1/c1","inputType":49,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n1/c2","inputType":49,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m0/n1/c3","inputType":49,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n0/c0","inputType":131121,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n0/c1","inputType":131121,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n0/c2","inputType":131121,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n0/c3","inputType":131121,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n1/c0","inputType":131121,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n1/c1","inputType":131121,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n1/c2","inputType":131121,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m1/n1/c3","inputType":131121,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n0/c0","inputType":262193,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n0/c1","inputType":262193,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n0/c2","inputType":262193,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n0/c3","inputType":262193,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n1/c0","inputType":262193,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n1/c1","inputType":262193,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n1/c2","inputType":262193,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m2/n1/c3","inputType":262193,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n0/c0","inputType":393265,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n0/c1","inputType":393265,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n0/c2","inputType":393265,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n0/c3","inputType":393265,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n1/c0","inputType":393265,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n1/c1","inputType":393265,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n1/c2","inputType":393265,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-30/a7/m3/n1/c3","inputType":393265,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n0/c0","inputType":65,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n0/c1","inputType":65,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n0/c2","inputType":65,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n0/c3","inputType":65,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n1/c0","inputType":65,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n1/c1","inputType":65,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n1/c2","inputType":65,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m0/n1/c3","inputType":65,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n0/c0","inputType":131137,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n0/c1","inputType":131137,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n0/c2","inputType":131137,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n0/c3","inputType":131137,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n1/c0","inputType":131137,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n1/c1","inputType":131137,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n1/c2","inputType":131137,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m1/n1/c3","inputType":131137,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n0/c0","inputType":262209,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n0/c1","inputType":262209,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n0/c2","inputType":262209,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n0/c3","inputType":262209,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n1/c0","inputType":262209,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n1/c1","inputType":262209,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n1/c2","inputType":262209,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m2/n1/c3","inputType":262209,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n0/c0","inputType":393281,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n0/c1","inputType":393281,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n0/c2","inputType":393281,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n0/c3","inputType":393281,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n1/c0","inputType":393281,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n1/c1","inputType":393281,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n1/c2","inputType":393281,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a0/m3/n1/c3","inputType":393281,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n0/c0","inputType":65,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n0/c1","inputType":65,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n0/c2","inputType":65,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n0/c3","inputType":65,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n1/c0","inputType":65,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n1/c1","inputType":65,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n1/c2","inputType":65,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m0/n1/c3","inputType":65,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n0/c0","inputType":131137,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n0/c1","inputType":131137,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n0/c2","inputType":131137,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n0/c3","inputType":131137,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n1/c0","inputType":131137,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n1/c1","inputType":131137,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n1/c2","inputType":131137,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m1/n1/c3","inputType":131137,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n0/c0","inputType":262209,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n0/c1","inputType":262209,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n0/c2","inputType":262209,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n0/c3","inputType":262209,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n1/c0","inputType":262209,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n1/c1","inputType":262209,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n1/c2","inputType":262209,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m2/n1/c3","inputType":262209,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n0/c0","inputType":393281,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n0/c1","inputType":393281,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n0/c2","inputType":393281,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n0/c3","inputType":393281,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n1/c0","inputType":393281,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n1/c1","inputType":393281,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n1/c2","inputType":393281,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a1/m3/n1/c3","inputType":393281,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n0/c0","inputType":65,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n0/c1","inputType":65,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n0/c2","inputType":65,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n0/c3","inputType":65,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n1/c0","inputType":65,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n1/c1","inputType":65,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n1/c2","inputType":65,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m0/n1/c3","inputType":65,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n0/c0","inputType":131137,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n0/c1","inputType":131137,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n0/c2","inputType":131137,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n0/c3","inputType":131137,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n1/c0","inputType":131137,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n1/c1","inputType":131137,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n1/c2","inputType":131137,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m1/n1/c3","inputType":131137,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n0/c0","inputType":262209,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n0/c1","inputType":262209,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n0/c2","inputType":262209,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n0/c3","inputType":262209,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n1/c0","inputType":262209,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n1/c1","inputType":262209,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n1/c2","inputType":262209,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m2/n1/c3","inputType":262209,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n0/c0","inputType":393281,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n0/c1","inputType":393281,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n0/c2","inputType":393281,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n0/c3","inputType":393281,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n1/c0","inputType":393281,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n1/c1","inputType":393281,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n1/c2","inputType":393281,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a2/m3/n1/c3","inputType":393281,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n0/c0","inputType":65,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n0/c1","inputType":65,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n0/c2","inputType":65,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n0/c3","inputType":65,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n1/c0","inputType":65,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n1/c1","inputType":65,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n1/c2","inputType":65,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m0/n1/c3","inputType":65,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n0/c0","inputType":131137,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n0/c1","inputType":131137,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n0/c2","inputType":131137,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n0/c3","inputType":131137,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n1/c0","inputType":131137,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n1/c1","inputType":131137,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n1/c2","inputType":131137,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m1/n1/c3","inputType":131137,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n0/c0","inputType":262209,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n0/c1","inputType":262209,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n0/c2","inputType":262209,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n0/c3","inputType":262209,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n1/c0","inputType":262209,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n1/c1","inputType":262209,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n1/c2","inputType":262209,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m2/n1/c3","inputType":262209,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n0/c0","inputType":393281,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n0/c1","inputType":393281,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n0/c2","inputType":393281,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n0/c3","inputType":393281,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n1/c0","inputType":393281,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n1/c1","inputType":393281,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n1/c2","inputType":393281,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a3/m3/n1/c3","inputType":393281,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n0/c0","inputType":65,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n0/c1","inputType":65,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n0/c2","inputType":65,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n0/c3","inputType":65,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n1/c0","inputType":65,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n1/c1","inputType":65,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n1/c2","inputType":65,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m0/n1/c3","inputType":65,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n0/c0","inputType":131137,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n0/c1","inputType":131137,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n0/c2","inputType":131137,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n0/c3","inputType":131137,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n1/c0","inputType":131137,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n1/c1","inputType":131137,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n1/c2","inputType":131137,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m1/n1/c3","inputType":131137,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n0/c0","inputType":262209,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n0/c1","inputType":262209,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n0/c2","inputType":262209,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n0/c3","inputType":262209,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n1/c0","inputType":262209,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n1/c1","inputType":262209,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n1/c2","inputType":262209,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m2/n1/c3","inputType":262209,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n0/c0","inputType":393281,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n0/c1","inputType":393281,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n0/c2","inputType":393281,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n0/c3","inputType":393281,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n1/c0","inputType":393281,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n1/c1","inputType":393281,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n1/c2","inputType":393281,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a4/m3/n1/c3","inputType":393281,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n0/c0","inputType":65,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n0/c1","inputType":65,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n0/c2","inputType":65,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n0/c3","inputType":65,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n1/c0","inputType":65,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n1/c1","inputType":65,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n1/c2","inputType":65,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m0/n1/c3","inputType":65,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n0/c0","inputType":131137,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n0/c1","inputType":131137,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n0/c2","inputType":131137,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n0/c3","inputType":131137,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n1/c0","inputType":131137,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n1/c1","inputType":131137,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n1/c2","inputType":131137,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m1/n1/c3","inputType":131137,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n0/c0","inputType":262209,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n0/c1","inputType":262209,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n0/c2","inputType":262209,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n0/c3","inputType":262209,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n1/c0","inputType":262209,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n1/c1","inputType":262209,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n1/c2","inputType":262209,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m2/n1/c3","inputType":262209,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n0/c0","inputType":393281,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n0/c1","inputType":393281,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n0/c2","inputType":393281,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n0/c3","inputType":393281,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n1/c0","inputType":393281,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n1/c1","inputType":393281,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n1/c2","inputType":393281,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a5/m3/n1/c3","inputType":393281,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n0/c0","inputType":65,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n0/c1","inputType":65,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n0/c2","inputType":65,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n0/c3","inputType":65,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n1/c0","inputType":65,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n1/c1","inputType":65,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n1/c2","inputType":65,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m0/n1/c3","inputType":65,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n0/c0","inputType":131137,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n0/c1","inputType":131137,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n0/c2","inputType":131137,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n0/c3","inputType":131137,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n1/c0","inputType":131137,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n1/c1","inputType":131137,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n1/c2","inputType":131137,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m1/n1/c3","inputType":131137,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n0/c0","inputType":262209,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n0/c1","inputType":262209,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n0/c2","inputType":262209,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n0/c3","inputType":262209,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n1/c0","inputType":262209,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n1/c1","inputType":262209,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n1/c2","inputType":262209,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m2/n1/c3","inputType":262209,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n0/c0","inputType":393281,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n0/c1","inputType":393281,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n0/c2","inputType":393281,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n0/c3","inputType":393281,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n1/c0","inputType":393281,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n1/c1","inputType":393281,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n1/c2","inputType":393281,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a6/m3/n1/c3","inputType":393281,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n0/c0","inputType":65,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n0/c1","inputType":65,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n0/c2","inputType":65,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n0/c3","inputType":65,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n1/c0","inputType":65,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n1/c1","inputType":65,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n1/c2","inputType":65,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m0/n1/c3","inputType":65,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n0/c0","inputType":131137,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n0/c1","inputType":131137,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n0/c2","inputType":131137,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n0/c3","inputType":131137,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n1/c0","inputType":131137,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n1/c1","inputType":131137,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n1/c2","inputType":131137,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m1/n1/c3","inputType":131137,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n0/c0","inputType":262209,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n0/c1","inputType":262209,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n0/c2","inputType":262209,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n0/c3","inputType":262209,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n1/c0","inputType":262209,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n1/c1","inputType":262209,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n1/c2","inputType":262209,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m2/n1/c3","inputType":262209,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n0/c0","inputType":393281,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n0/c1","inputType":393281,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n0/c2","inputType":393281,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n0/c3","inputType":393281,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n1/c0","inputType":393281,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n1/c1","inputType":393281,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n1/c2","inputType":393281,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-40/a7/m3/n1/c3","inputType":393281,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n0/c0","inputType":81,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n0/c1","inputType":81,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n0/c2","inputType":81,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n0/c3","inputType":81,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n1/c0","inputType":81,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n1/c1","inputType":81,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n1/c2","inputType":81,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m0/n1/c3","inputType":81,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n0/c0","inputType":131153,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n0/c1","inputType":131153,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n0/c2","inputType":131153,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n0/c3","inputType":131153,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n1/c0","inputType":131153,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n1/c1","inputType":131153,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n1/c2","inputType":131153,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m1/n1/c3","inputType":131153,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n0/c0","inputType":262225,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n0/c1","inputType":262225,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n0/c2","inputType":262225,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n0/c3","inputType":262225,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n1/c0","inputType":262225,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n1/c1","inputType":262225,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n1/c2","inputType":262225,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m2/n1/c3","inputType":262225,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n0/c0","inputType":393297,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n0/c1","inputType":393297,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n0/c2","inputType":393297,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n0/c3","inputType":393297,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n1/c0","inputType":393297,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n1/c1","inputType":393297,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n1/c2","inputType":393297,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a0/m3/n1/c3","inputType":393297,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n0/c0","inputType":81,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n0/c1","inputType":81,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n0/c2","inputType":81,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n0/c3","inputType":81,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n1/c0","inputType":81,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n1/c1","inputType":81,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n1/c2","inputType":81,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m0/n1/c3","inputType":81,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n0/c0","inputType":131153,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n0/c1","inputType":131153,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n0/c2","inputType":131153,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n0/c3","inputType":131153,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n1/c0","inputType":131153,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n1/c1","inputType":131153,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n1/c2","inputType":131153,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m1/n1/c3","inputType":131153,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n0/c0","inputType":262225,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n0/c1","inputType":262225,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n0/c2","inputType":262225,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n0/c3","inputType":262225,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n1/c0","inputType":262225,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n1/c1","inputType":262225,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n1/c2","inputType":262225,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m2/n1/c3","inputType":262225,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n0/c0","inputType":393297,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n0/c1","inputType":393297,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n0/c2","inputType":393297,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n0/c3","inputType":393297,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n1/c0","inputType":393297,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n1/c1","inputType":393297,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n1/c2","inputType":393297,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a1/m3/n1/c3","inputType":393297,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n0/c0","inputType":81,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n0/c1","inputType":81,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n0/c2","inputType":81,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n0/c3","inputType":81,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n1/c0","inputType":81,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n1/c1","inputType":81,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n1/c2","inputType":81,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m0/n1/c3","inputType":81,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n0/c0","inputType":131153,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n0/c1","inputType":131153,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n0/c2","inputType":131153,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n0/c3","inputType":131153,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n1/c0","inputType":131153,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n1/c1","inputType":131153,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n1/c2","inputType":131153,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m1/n1/c3","inputType":131153,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n0/c0","inputType":262225,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n0/c1","inputType":262225,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n0/c2","inputType":262225,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n0/c3","inputType":262225,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n1/c0","inputType":262225,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n1/c1","inputType":262225,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n1/c2","inputType":262225,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m2/n1/c3","inputType":262225,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n0/c0","inputType":393297,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n0/c1","inputType":393297,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n0/c2","inputType":393297,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n0/c3","inputType":393297,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n1/c0","inputType":393297,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n1/c1","inputType":393297,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n1/c2","inputType":393297,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a2/m3/n1/c3","inputType":393297,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n0/c0","inputType":81,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n0/c1","inputType":81,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n0/c2","inputType":81,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n0/c3","inputType":81,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n1/c0","inputType":81,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n1/c1","inputType":81,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n1/c2","inputType":81,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m0/n1/c3","inputType":81,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n0/c0","inputType":131153,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n0/c1","inputType":131153,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n0/c2","inputType":131153,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n0/c3","inputType":131153,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n1/c0","inputType":131153,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n1/c1","inputType":131153,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n1/c2","inputType":131153,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m1/n1/c3","inputType":131153,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n0/c0","inputType":262225,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n0/c1","inputType":262225,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n0/c2","inputType":262225,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n0/c3","inputType":262225,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n1/c0","inputType":262225,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n1/c1","inputType":262225,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n1/c2","inputType":262225,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m2/n1/c3","inputType":262225,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n0/c0","inputType":393297,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n0/c1","inputType":393297,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n0/c2","inputType":393297,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n0/c3","inputType":393297,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n1/c0","inputType":393297,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n1/c1","inputType":393297,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n1/c2","inputType":393297,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a3/m3/n1/c3","inputType":393297,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n0/c0","inputType":81,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n0/c1","inputType":81,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n0/c2","inputType":81,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n0/c3","inputType":81,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n1/c0","inputType":81,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n1/c1","inputType":81,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n1/c2","inputType":81,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m0/n1/c3","inputType":81,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n0/c0","inputType":131153,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n0/c1","inputType":131153,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n0/c2","inputType":131153,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n0/c3","inputType":131153,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n1/c0","inputType":131153,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n1/c1","inputType":131153,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n1/c2","inputType":131153,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m1/n1/c3","inputType":131153,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n0/c0","inputType":262225,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n0/c1","inputType":262225,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n0/c2","inputType":262225,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n0/c3","inputType":262225,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n1/c0","inputType":262225,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n1/c1","inputType":262225,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n1/c2","inputType":262225,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m2/n1/c3","inputType":262225,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n0/c0","inputType":393297,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n0/c1","inputType":393297,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n0/c2","inputType":393297,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n0/c3","inputType":393297,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n1/c0","inputType":393297,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n1/c1","inputType":393297,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n1/c2","inputType":393297,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a4/m3/n1/c3","inputType":393297,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n0/c0","inputType":81,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n0/c1","inputType":81,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n0/c2","inputType":81,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n0/c3","inputType":81,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n1/c0","inputType":81,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n1/c1","inputType":81,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n1/c2","inputType":81,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m0/n1/c3","inputType":81,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n0/c0","inputType":131153,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n0/c1","inputType":131153,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n0/c2","inputType":131153,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n0/c3","inputType":131153,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n1/c0","inputType":131153,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n1/c1","inputType":131153,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n1/c2","inputType":131153,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m1/n1/c3","inputType":131153,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n0/c0","inputType":262225,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n0/c1","inputType":262225,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n0/c2","inputType":262225,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n0/c3","inputType":262225,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n1/c0","inputType":262225,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n1/c1","inputType":262225,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n1/c2","inputType":262225,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m2/n1/c3","inputType":262225,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n0/c0","inputType":393297,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n0/c1","inputType":393297,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n0/c2","inputType":393297,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n0/c3","inputType":393297,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n1/c0","inputType":393297,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n1/c1","inputType":393297,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n1/c2","inputType":393297,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a5/m3/n1/c3","inputType":393297,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n0/c0","inputType":81,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n0/c1","inputType":81,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n0/c2","inputType":81,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n0/c3","inputType":81,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n1/c0","inputType":81,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n1/c1","inputType":81,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n1/c2","inputType":81,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m0/n1/c3","inputType":81,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n0/c0","inputType":131153,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n0/c1","inputType":131153,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n0/c2","inputType":131153,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n0/c3","inputType":131153,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n1/c0","inputType":131153,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n1/c1","inputType":131153,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n1/c2","inputType":131153,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m1/n1/c3","inputType":131153,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n0/c0","inputType":262225,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n0/c1","inputType":262225,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n0/c2","inputType":262225,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n0/c3","inputType":262225,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n1/c0","inputType":262225,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n1/c1","inputType":262225,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n1/c2","inputType":262225,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m2/n1/c3","inputType":262225,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n0/c0","inputType":393297,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n0/c1","inputType":393297,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n0/c2","inputType":393297,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n0/c3","inputType":393297,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n1/c0","inputType":393297,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n1/c1","inputType":393297,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n1/c2","inputType":393297,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a6/m3/n1/c3","inputType":393297,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n0/c0","inputType":81,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n0/c1","inputType":81,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n0/c2","inputType":81,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n0/c3","inputType":81,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n1/c0","inputType":81,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n1/c1","inputType":81,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n1/c2","inputType":81,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m0/n1/c3","inputType":81,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n0/c0","inputType":131153,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n0/c1","inputType":131153,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n0/c2","inputType":131153,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n0/c3","inputType":131153,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n1/c0","inputType":131153,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n1/c1","inputType":131153,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n1/c2","inputType":131153,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m1/n1/c3","inputType":131153,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n0/c0","inputType":262225,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n0/c1","inputType":262225,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n0/c2","inputType":262225,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n0/c3","inputType":262225,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n1/c0","inputType":262225,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n1/c1","inputType":262225,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n1/c2","inputType":262225,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m2/n1/c3","inputType":262225,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n0/c0","inputType":393297,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n0/c1","inputType":393297,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n0/c2","inputType":393297,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n0/c3","inputType":393297,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n1/c0","inputType":393297,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n1/c1","inputType":393297,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n1/c2","inputType":393297,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-50/a7/m3/n1/c3","inputType":393297,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n0/c0","inputType":97,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n0/c1","inputType":97,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n0/c2","inputType":97,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n0/c3","inputType":97,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n1/c0","inputType":97,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n1/c1","inputType":97,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n1/c2","inputType":97,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m0/n1/c3","inputType":97,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n0/c0","inputType":131169,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n0/c1","inputType":131169,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n0/c2","inputType":131169,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n0/c3","inputType":131169,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n1/c0","inputType":131169,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n1/c1","inputType":131169,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n1/c2","inputType":131169,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m1/n1/c3","inputType":131169,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n0/c0","inputType":262241,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n0/c1","inputType":262241,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n0/c2","inputType":262241,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n0/c3","inputType":262241,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n1/c0","inputType":262241,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n1/c1","inputType":262241,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n1/c2","inputType":262241,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m2/n1/c3","inputType":262241,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n0/c0","inputType":393313,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n0/c1","inputType":393313,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n0/c2","inputType":393313,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n0/c3","inputType":393313,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n1/c0","inputType":393313,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n1/c1","inputType":393313,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n1/c2","inputType":393313,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a0/m3/n1/c3","inputType":393313,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n0/c0","inputType":97,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n0/c1","inputType":97,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n0/c2","inputType":97,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n0/c3","inputType":97,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n1/c0","inputType":97,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n1/c1","inputType":97,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n1/c2","inputType":97,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m0/n1/c3","inputType":97,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n0/c0","inputType":131169,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n0/c1","inputType":131169,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n0/c2","inputType":131169,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n0/c3","inputType":131169,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n1/c0","inputType":131169,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n1/c1","inputType":131169,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n1/c2","inputType":131169,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m1/n1/c3","inputType":131169,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n0/c0","inputType":262241,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n0/c1","inputType":262241,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n0/c2","inputType":262241,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n0/c3","inputType":262241,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n1/c0","inputType":262241,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n1/c1","inputType":262241,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n1/c2","inputType":262241,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m2/n1/c3","inputType":262241,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n0/c0","inputType":393313,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n0/c1","inputType":393313,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n0/c2","inputType":393313,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n0/c3","inputType":393313,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n1/c0","inputType":393313,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n1/c1","inputType":393313,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n1/c2","inputType":393313,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a1/m3/n1/c3","inputType":393313,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n0/c0","inputType":97,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n0/c1","inputType":97,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n0/c2","inputType":97,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n0/c3","inputType":97,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n1/c0","inputType":97,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n1/c1","inputType":97,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n1/c2","inputType":97,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m0/n1/c3","inputType":97,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n0/c0","inputType":131169,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n0/c1","inputType":131169,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n0/c2","inputType":131169,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n0/c3","inputType":131169,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n1/c0","inputType":131169,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n1/c1","inputType":131169,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n1/c2","inputType":131169,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m1/n1/c3","inputType":131169,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n0/c0","inputType":262241,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n0/c1","inputType":262241,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n0/c2","inputType":262241,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n0/c3","inputType":262241,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n1/c0","inputType":262241,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n1/c1","inputType":262241,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n1/c2","inputType":262241,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m2/n1/c3","inputType":262241,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n0/c0","inputType":393313,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n0/c1","inputType":393313,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n0/c2","inputType":393313,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n0/c3","inputType":393313,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n1/c0","inputType":393313,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n1/c1","inputType":393313,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n1/c2","inputType":393313,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a2/m3/n1/c3","inputType":393313,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n0/c0","inputType":97,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n0/c1","inputType":97,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n0/c2","inputType":97,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n0/c3","inputType":97,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n1/c0","inputType":97,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n1/c1","inputType":97,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n1/c2","inputType":97,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m0/n1/c3","inputType":97,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n0/c0","inputType":131169,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n0/c1","inputType":131169,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n0/c2","inputType":131169,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n0/c3","inputType":131169,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n1/c0","inputType":131169,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n1/c1","inputType":131169,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n1/c2","inputType":131169,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m1/n1/c3","inputType":131169,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n0/c0","inputType":262241,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n0/c1","inputType":262241,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n0/c2","inputType":262241,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n0/c3","inputType":262241,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n1/c0","inputType":262241,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n1/c1","inputType":262241,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n1/c2","inputType":262241,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m2/n1/c3","inputType":262241,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n0/c0","inputType":393313,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n0/c1","inputType":393313,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n0/c2","inputType":393313,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n0/c3","inputType":393313,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n1/c0","inputType":393313,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n1/c1","inputType":393313,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n1/c2","inputType":393313,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a3/m3/n1/c3","inputType":393313,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n0/c0","inputType":97,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n0/c1","inputType":97,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n0/c2","inputType":97,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n0/c3","inputType":97,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n1/c0","inputType":97,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n1/c1","inputType":97,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n1/c2","inputType":97,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m0/n1/c3","inputType":97,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n0/c0","inputType":131169,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n0/c1","inputType":131169,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n0/c2","inputType":131169,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n0/c3","inputType":131169,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n1/c0","inputType":131169,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n1/c1","inputType":131169,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n1/c2","inputType":131169,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m1/n1/c3","inputType":131169,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n0/c0","inputType":262241,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n0/c1","inputType":262241,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n0/c2","inputType":262241,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n0/c3","inputType":262241,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n1/c0","inputType":262241,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n1/c1","inputType":262241,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n1/c2","inputType":262241,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m2/n1/c3","inputType":262241,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n0/c0","inputType":393313,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n0/c1","inputType":393313,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n0/c2","inputType":393313,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n0/c3","inputType":393313,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n1/c0","inputType":393313,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n1/c1","inputType":393313,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n1/c2","inputType":393313,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a4/m3/n1/c3","inputType":393313,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n0/c0","inputType":97,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n0/c1","inputType":97,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n0/c2","inputType":97,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n0/c3","inputType":97,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n1/c0","inputType":97,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n1/c1","inputType":97,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n1/c2","inputType":97,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m0/n1/c3","inputType":97,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n0/c0","inputType":131169,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n0/c1","inputType":131169,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n0/c2","inputType":131169,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n0/c3","inputType":131169,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n1/c0","inputType":131169,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n1/c1","inputType":131169,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n1/c2","inputType":131169,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m1/n1/c3","inputType":131169,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n0/c0","inputType":262241,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n0/c1","inputType":262241,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n0/c2","inputType":262241,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n0/c3","inputType":262241,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n1/c0","inputType":262241,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n1/c1","inputType":262241,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n1/c2","inputType":262241,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m2/n1/c3","inputType":262241,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n0/c0","inputType":393313,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n0/c1","inputType":393313,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n0/c2","inputType":393313,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n0/c3","inputType":393313,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n1/c0","inputType":393313,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n1/c1","inputType":393313,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n1/c2","inputType":393313,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a5/m3/n1/c3","inputType":393313,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n0/c0","inputType":97,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n0/c1","inputType":97,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n0/c2","inputType":97,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n0/c3","inputType":97,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n1/c0","inputType":97,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n1/c1","inputType":97,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n1/c2","inputType":97,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m0/n1/c3","inputType":97,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n0/c0","inputType":131169,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n0/c1","inputType":131169,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n0/c2","inputType":131169,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n0/c3","inputType":131169,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n1/c0","inputType":131169,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n1/c1","inputType":131169,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n1/c2","inputType":131169,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m1/n1/c3","inputType":131169,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n0/c0","inputType":262241,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n0/c1","inputType":262241,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n0/c2","inputType":262241,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n0/c3","inputType":262241,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n1/c0","inputType":262241,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n1/c1","inputType":262241,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n1/c2","inputType":262241,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m2/n1/c3","inputType":262241,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n0/c0","inputType":393313,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n0/c1","inputType":393313,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n0/c2","inputType":393313,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n0/c3","inputType":393313,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n1/c0","inputType":393313,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n1/c1","inputType":393313,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n1/c2","inputType":393313,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a6/m3/n1/c3","inputType":393313,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n0/c0","inputType":97,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n0/c1","inputType":97,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n0/c2","inputType":97,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n0/c3","inputType":97,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n1/c0","inputType":97,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n1/c1","inputType":97,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n1/c2","inputType":97,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m0/n1/c3","inputType":97,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n0/c0","inputType":131169,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n0/c1","inputType":131169,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n0/c2","inputType":131169,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n0/c3","inputType":131169,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n1/c0","inputType":131169,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n1/c1","inputType":131169,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n1/c2","inputType":131169,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m1/n1/c3","inputType":131169,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n0/c0","inputType":262241,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n0/c1","inputType":262241,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n0/c2","inputType":262241,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n0/c3","inputType":262241,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n1/c0","inputType":262241,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n1/c1","inputType":262241,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n1/c2","inputType":262241,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m2/n1/c3","inputType":262241,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n0/c0","inputType":393313,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n0/c1","inputType":393313,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n0/c2","inputType":393313,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n0/c3","inputType":393313,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n1/c0","inputType":393313,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n1/c1","inputType":393313,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n1/c2","inputType":393313,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-60/a7/m3/n1/c3","inputType":393313,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n0/c0","inputType":113,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n0/c1","inputType":113,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n0/c2","inputType":113,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n0/c3","inputType":113,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n1/c0","inputType":113,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n1/c1","inputType":113,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n1/c2","inputType":113,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m0/n1/c3","inputType":113,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n0/c0","inputType":131185,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n0/c1","inputType":131185,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n0/c2","inputType":131185,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n0/c3","inputType":131185,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n1/c0","inputType":131185,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n1/c1","inputType":131185,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n1/c2","inputType":131185,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m1/n1/c3","inputType":131185,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n0/c0","inputType":262257,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n0/c1","inputType":262257,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n0/c2","inputType":262257,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n0/c3","inputType":262257,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n1/c0","inputType":262257,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n1/c1","inputType":262257,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n1/c2","inputType":262257,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m2/n1/c3","inputType":262257,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n0/c0","inputType":393329,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n0/c1","inputType":393329,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n0/c2","inputType":393329,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n0/c3","inputType":393329,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n1/c0","inputType":393329,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n1/c1","inputType":393329,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n1/c2","inputType":393329,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a0/m3/n1/c3","inputType":393329,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n0/c0","inputType":113,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n0/c1","inputType":113,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n0/c2","inputType":113,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n0/c3","inputType":113,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n1/c0","inputType":113,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n1/c1","inputType":113,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n1/c2","inputType":113,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m0/n1/c3","inputType":113,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n0/c0","inputType":131185,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n0/c1","inputType":131185,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n0/c2","inputType":131185,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n0/c3","inputType":131185,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n1/c0","inputType":131185,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n1/c1","inputType":131185,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n1/c2","inputType":131185,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m1/n1/c3","inputType":131185,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n0/c0","inputType":262257,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n0/c1","inputType":262257,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n0/c2","inputType":262257,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n0/c3","inputType":262257,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n1/c0","inputType":262257,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n1/c1","inputType":262257,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n1/c2","inputType":262257,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m2/n1/c3","inputType":262257,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n0/c0","inputType":393329,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n0/c1","inputType":393329,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n0/c2","inputType":393329,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n0/c3","inputType":393329,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n1/c0","inputType":393329,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n1/c1","inputType":393329,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n1/c2","inputType":393329,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a1/m3/n1/c3","inputType":393329,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n0/c0","inputType":113,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n0/c1","inputType":113,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n0/c2","inputType":113,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n0/c3","inputType":113,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n1/c0","inputType":113,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n1/c1","inputType":113,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n1/c2","inputType":113,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m0/n1/c3","inputType":113,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n0/c0","inputType":131185,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n0/c1","inputType":131185,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n0/c2","inputType":131185,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n0/c3","inputType":131185,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n1/c0","inputType":131185,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n1/c1","inputType":131185,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n1/c2","inputType":131185,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m1/n1/c3","inputType":131185,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n0/c0","inputType":262257,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n0/c1","inputType":262257,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n0/c2","inputType":262257,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n0/c3","inputType":262257,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n1/c0","inputType":262257,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n1/c1","inputType":262257,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n1/c2","inputType":262257,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m2/n1/c3","inputType":262257,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n0/c0","inputType":393329,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n0/c1","inputType":393329,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n0/c2","inputType":393329,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n0/c3","inputType":393329,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n1/c0","inputType":393329,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n1/c1","inputType":393329,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n1/c2","inputType":393329,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a2/m3/n1/c3","inputType":393329,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n0/c0","inputType":113,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n0/c1","inputType":113,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n0/c2","inputType":113,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n0/c3","inputType":113,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n1/c0","inputType":113,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n1/c1","inputType":113,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n1/c2","inputType":113,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m0/n1/c3","inputType":113,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n0/c0","inputType":131185,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n0/c1","inputType":131185,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n0/c2","inputType":131185,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n0/c3","inputType":131185,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n1/c0","inputType":131185,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n1/c1","inputType":131185,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n1/c2","inputType":131185,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m1/n1/c3","inputType":131185,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n0/c0","inputType":262257,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n0/c1","inputType":262257,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n0/c2","inputType":262257,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n0/c3","inputType":262257,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n1/c0","inputType":262257,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n1/c1","inputType":262257,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n1/c2","inputType":262257,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m2/n1/c3","inputType":262257,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n0/c0","inputType":393329,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n0/c1","inputType":393329,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n0/c2","inputType":393329,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n0/c3","inputType":393329,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n1/c0","inputType":393329,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n1/c1","inputType":393329,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n1/c2","inputType":393329,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a3/m3/n1/c3","inputType":393329,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n0/c0","inputType":113,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n0/c1","inputType":113,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n0/c2","inputType":113,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n0/c3","inputType":113,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n1/c0","inputType":113,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n1/c1","inputType":113,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n1/c2","inputType":113,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m0/n1/c3","inputType":113,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n0/c0","inputType":131185,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n0/c1","inputType":131185,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n0/c2","inputType":131185,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n0/c3","inputType":131185,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n1/c0","inputType":131185,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n1/c1","inputType":131185,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n1/c2","inputType":131185,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m1/n1/c3","inputType":131185,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n0/c0","inputType":262257,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n0/c1","inputType":262257,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n0/c2","inputType":262257,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n0/c3","inputType":262257,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n1/c0","inputType":262257,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n1/c1","inputType":262257,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n1/c2","inputType":262257,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m2/n1/c3","inputType":262257,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n0/c0","inputType":393329,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n0/c1","inputType":393329,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n0/c2","inputType":393329,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n0/c3","inputType":393329,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n1/c0","inputType":393329,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n1/c1","inputType":393329,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n1/c2","inputType":393329,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a4/m3/n1/c3","inputType":393329,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n0/c0","inputType":113,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n0/c1","inputType":113,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n0/c2","inputType":113,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n0/c3","inputType":113,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n1/c0","inputType":113,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n1/c1","inputType":113,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n1/c2","inputType":113,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m0/n1/c3","inputType":113,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n0/c0","inputType":131185,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n0/c1","inputType":131185,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n0/c2","inputType":131185,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n0/c3","inputType":131185,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n1/c0","inputType":131185,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n1/c1","inputType":131185,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n1/c2","inputType":131185,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m1/n1/c3","inputType":131185,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n0/c0","inputType":262257,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n0/c1","inputType":262257,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n0/c2","inputType":262257,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n0/c3","inputType":262257,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n1/c0","inputType":262257,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n1/c1","inputType":262257,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n1/c2","inputType":262257,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m2/n1/c3","inputType":262257,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n0/c0","inputType":393329,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n0/c1","inputType":393329,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n0/c2","inputType":393329,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n0/c3","inputType":393329,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n1/c0","inputType":393329,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n1/c1","inputType":393329,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n1/c2","inputType":393329,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a5/m3/n1/c3","inputType":393329,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n0/c0","inputType":113,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n0/c1","inputType":113,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n0/c2","inputType":113,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n0/c3","inputType":113,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n1/c0","inputType":113,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n1/c1","inputType":113,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n1/c2","inputType":113,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m0/n1/c3","inputType":113,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n0/c0","inputType":131185,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n0/c1","inputType":131185,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n0/c2","inputType":131185,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n0/c3","inputType":131185,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n1/c0","inputType":131185,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n1/c1","inputType":131185,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n1/c2","inputType":131185,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m1/n1/c3","inputType":131185,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n0/c0","inputType":262257,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n0/c1","inputType":262257,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n0/c2","inputType":262257,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n0/c3","inputType":262257,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n1/c0","inputType":262257,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n1/c1","inputType":262257,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n1/c2","inputType":262257,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m2/n1/c3","inputType":262257,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n0/c0","inputType":393329,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n0/c1","inputType":393329,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n0/c2","inputType":393329,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n0/c3","inputType":393329,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n1/c0","inputType":393329,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n1/c1","inputType":393329,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n1/c2","inputType":393329,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a6/m3/n1/c3","inputType":393329,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n0/c0","inputType":113,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n0/c1","inputType":113,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n0/c2","inputType":113,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n0/c3","inputType":113,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n1/c0","inputType":113,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n1/c1","inputType":113,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n1/c2","inputType":113,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m0/n1/c3","inputType":113,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n0/c0","inputType":131185,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n0/c1","inputType":131185,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n0/c2","inputType":131185,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n0/c3","inputType":131185,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n1/c0","inputType":131185,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n1/c1","inputType":131185,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n1/c2","inputType":131185,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m1/n1/c3","inputType":131185,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n0/c0","inputType":262257,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n0/c1","inputType":262257,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n0/c2","inputType":262257,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n0/c3","inputType":262257,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n1/c0","inputType":262257,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n1/c1","inputType":262257,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n1/c2","inputType":262257,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m2/n1/c3","inputType":262257,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n0/c0","inputType":393329,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n0/c1","inputType":393329,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n0/c2","inputType":393329,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n0/c3","inputType":393329,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n1/c0","inputType":393329,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n1/c1","inputType":393329,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n1/c2","inputType":393329,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-70/a7/m3/n1/c3","inputType":393329,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n0/c0","inputType":129,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n0/c1","inputType":129,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n0/c2","inputType":129,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n0/c3","inputType":129,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n1/c0","inputType":129,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n1/c1","inputType":129,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n1/c2","inputType":129,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m0/n1/c3","inputType":129,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n0/c0","inputType":131201,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n0/c1","inputType":131201,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n0/c2","inputType":131201,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n0/c3","inputType":131201,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n1/c0","inputType":131201,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n1/c1","inputType":131201,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n1/c2","inputType":131201,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m1/n1/c3","inputType":131201,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n0/c0","inputType":262273,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n0/c1","inputType":262273,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n0/c2","inputType":262273,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n0/c3","inputType":262273,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n1/c0","inputType":262273,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n1/c1","inputType":262273,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n1/c2","inputType":262273,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m2/n1/c3","inputType":262273,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n0/c0","inputType":393345,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n0/c1","inputType":393345,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n0/c2","inputType":393345,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n0/c3","inputType":393345,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n1/c0","inputType":393345,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n1/c1","inputType":393345,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n1/c2","inputType":393345,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a0/m3/n1/c3","inputType":393345,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n0/c0","inputType":129,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n0/c1","inputType":129,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n0/c2","inputType":129,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n0/c3","inputType":129,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n1/c0","inputType":129,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n1/c1","inputType":129,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n1/c2","inputType":129,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m0/n1/c3","inputType":129,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n0/c0","inputType":131201,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n0/c1","inputType":131201,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n0/c2","inputType":131201,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n0/c3","inputType":131201,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n1/c0","inputType":131201,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n1/c1","inputType":131201,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n1/c2","inputType":131201,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m1/n1/c3","inputType":131201,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n0/c0","inputType":262273,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n0/c1","inputType":262273,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n0/c2","inputType":262273,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n0/c3","inputType":262273,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n1/c0","inputType":262273,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n1/c1","inputType":262273,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n1/c2","inputType":262273,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m2/n1/c3","inputType":262273,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n0/c0","inputType":393345,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n0/c1","inputType":393345,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n0/c2","inputType":393345,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n0/c3","inputType":393345,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n1/c0","inputType":393345,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n1/c1","inputType":393345,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n1/c2","inputType":393345,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a1/m3/n1/c3","inputType":393345,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n0/c0","inputType":129,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n0/c1","inputType":129,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n0/c2","inputType":129,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n0/c3","inputType":129,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n1/c0","inputType":129,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n1/c1","inputType":129,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n1/c2","inputType":129,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m0/n1/c3","inputType":129,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n0/c0","inputType":131201,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n0/c1","inputType":131201,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n0/c2","inputType":131201,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n0/c3","inputType":131201,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n1/c0","inputType":131201,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n1/c1","inputType":131201,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n1/c2","inputType":131201,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m1/n1/c3","inputType":131201,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n0/c0","inputType":262273,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n0/c1","inputType":262273,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n0/c2","inputType":262273,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n0/c3","inputType":262273,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n1/c0","inputType":262273,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n1/c1","inputType":262273,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n1/c2","inputType":262273,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m2/n1/c3","inputType":262273,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n0/c0","inputType":393345,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n0/c1","inputType":393345,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n0/c2","inputType":393345,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n0/c3","inputType":393345,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n1/c0","inputType":393345,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n1/c1","inputType":393345,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n1/c2","inputType":393345,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a2/m3/n1/c3","inputType":393345,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n0/c0","inputType":129,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n0/c1","inputType":129,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n0/c2","inputType":129,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n0/c3","inputType":129,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n1/c0","inputType":129,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n1/c1","inputType":129,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n1/c2","inputType":129,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m0/n1/c3","inputType":129,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n0/c0","inputType":131201,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n0/c1","inputType":131201,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n0/c2","inputType":131201,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n0/c3","inputType":131201,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n1/c0","inputType":131201,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n1/c1","inputType":131201,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n1/c2","inputType":131201,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m1/n1/c3","inputType":131201,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n0/c0","inputType":262273,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n0/c1","inputType":262273,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n0/c2","inputType":262273,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n0/c3","inputType":262273,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n1/c0","inputType":262273,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n1/c1","inputType":262273,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n1/c2","inputType":262273,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m2/n1/c3","inputType":262273,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n0/c0","inputType":393345,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n0/c1","inputType":393345,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n0/c2","inputType":393345,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n0/c3","inputType":393345,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n1/c0","inputType":393345,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n1/c1","inputType":393345,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n1/c2","inputType":393345,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a3/m3/n1/c3","inputType":393345,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n0/c0","inputType":129,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n0/c1","inputType":129,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n0/c2","inputType":129,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n0/c3","inputType":129,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n1/c0","inputType":129,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n1/c1","inputType":129,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n1/c2","inputType":129,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m0/n1/c3","inputType":129,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n0/c0","inputType":131201,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n0/c1","inputType":131201,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n0/c2","inputType":131201,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n0/c3","inputType":131201,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n1/c0","inputType":131201,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n1/c1","inputType":131201,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n1/c2","inputType":131201,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m1/n1/c3","inputType":131201,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n0/c0","inputType":262273,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n0/c1","inputType":262273,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n0/c2","inputType":262273,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n0/c3","inputType":262273,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n1/c0","inputType":262273,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n1/c1","inputType":262273,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n1/c2","inputType":262273,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m2/n1/c3","inputType":262273,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n0/c0","inputType":393345,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n0/c1","inputType":393345,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n0/c2","inputType":393345,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n0/c3","inputType":393345,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n1/c0","inputType":393345,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n1/c1","inputType":393345,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n1/c2","inputType":393345,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a4/m3/n1/c3","inputType":393345,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n0/c0","inputType":129,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n0/c1","inputType":129,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n0/c2","inputType":129,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n0/c3","inputType":129,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n1/c0","inputType":129,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n1/c1","inputType":129,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n1/c2","inputType":129,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m0/n1/c3","inputType":129,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n0/c0","inputType":131201,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n0/c1","inputType":131201,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n0/c2","inputType":131201,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n0/c3","inputType":131201,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n1/c0","inputType":131201,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n1/c1","inputType":131201,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n1/c2","inputType":131201,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m1/n1/c3","inputType":131201,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n0/c0","inputType":262273,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n0/c1","inputType":262273,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n0/c2","inputType":262273,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n0/c3","inputType":262273,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n1/c0","inputType":262273,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n1/c1","inputType":262273,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n1/c2","inputType":262273,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m2/n1/c3","inputType":262273,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n0/c0","inputType":393345,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n0/c1","inputType":393345,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n0/c2","inputType":393345,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n0/c3","inputType":393345,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n1/c0","inputType":393345,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n1/c1","inputType":393345,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n1/c2","inputType":393345,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a5/m3/n1/c3","inputType":393345,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n0/c0","inputType":129,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n0/c1","inputType":129,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n0/c2","inputType":129,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n0/c3","inputType":129,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n1/c0","inputType":129,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n1/c1","inputType":129,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n1/c2","inputType":129,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m0/n1/c3","inputType":129,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n0/c0","inputType":131201,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n0/c1","inputType":131201,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n0/c2","inputType":131201,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n0/c3","inputType":131201,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n1/c0","inputType":131201,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n1/c1","inputType":131201,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n1/c2","inputType":131201,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m1/n1/c3","inputType":131201,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n0/c0","inputType":262273,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n0/c1","inputType":262273,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n0/c2","inputType":262273,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n0/c3","inputType":262273,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n1/c0","inputType":262273,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n1/c1","inputType":262273,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n1/c2","inputType":262273,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m2/n1/c3","inputType":262273,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n0/c0","inputType":393345,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n0/c1","inputType":393345,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n0/c2","inputType":393345,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n0/c3","inputType":393345,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n1/c0","inputType":393345,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n1/c1","inputType":393345,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n1/c2","inputType":393345,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a6/m3/n1/c3","inputType":393345,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n0/c0","inputType":129,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n0/c1","inputType":129,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n0/c2","inputType":129,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n0/c3","inputType":129,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n1/c0","inputType":129,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n1/c1","inputType":129,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n1/c2","inputType":129,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m0/n1/c3","inputType":129,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n0/c0","inputType":131201,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n0/c1","inputType":131201,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n0/c2","inputType":131201,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n0/c3","inputType":131201,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n1/c0","inputType":131201,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n1/c1","inputType":131201,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n1/c2","inputType":131201,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m1/n1/c3","inputType":131201,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n0/c0","inputType":262273,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n0/c1","inputType":262273,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n0/c2","inputType":262273,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n0/c3","inputType":262273,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n1/c0","inputType":262273,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n1/c1","inputType":262273,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n1/c2","inputType":262273,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m2/n1/c3","inputType":262273,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n0/c0","inputType":393345,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n0/c1","inputType":393345,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n0/c2","inputType":393345,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n0/c3","inputType":393345,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n1/c0","inputType":393345,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n1/c1","inputType":393345,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n1/c2","inputType":393345,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-80/a7/m3/n1/c3","inputType":393345,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n0/c0","inputType":145,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n0/c1","inputType":145,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n0/c2","inputType":145,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n0/c3","inputType":145,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n1/c0","inputType":145,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n1/c1","inputType":145,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n1/c2","inputType":145,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m0/n1/c3","inputType":145,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n0/c0","inputType":131217,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n0/c1","inputType":131217,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n0/c2","inputType":131217,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n0/c3","inputType":131217,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n1/c0","inputType":131217,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n1/c1","inputType":131217,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n1/c2","inputType":131217,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m1/n1/c3","inputType":131217,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n0/c0","inputType":262289,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n0/c1","inputType":262289,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n0/c2","inputType":262289,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n0/c3","inputType":262289,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n1/c0","inputType":262289,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n1/c1","inputType":262289,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n1/c2","inputType":262289,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m2/n1/c3","inputType":262289,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n0/c0","inputType":393361,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n0/c1","inputType":393361,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n0/c2","inputType":393361,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n0/c3","inputType":393361,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n1/c0","inputType":393361,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n1/c1","inputType":393361,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n1/c2","inputType":393361,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a0/m3/n1/c3","inputType":393361,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n0/c0","inputType":145,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n0/c1","inputType":145,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n0/c2","inputType":145,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n0/c3","inputType":145,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n1/c0","inputType":145,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n1/c1","inputType":145,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n1/c2","inputType":145,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m0/n1/c3","inputType":145,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n0/c0","inputType":131217,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n0/c1","inputType":131217,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n0/c2","inputType":131217,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n0/c3","inputType":131217,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n1/c0","inputType":131217,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n1/c1","inputType":131217,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n1/c2","inputType":131217,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m1/n1/c3","inputType":131217,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n0/c0","inputType":262289,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n0/c1","inputType":262289,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n0/c2","inputType":262289,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n0/c3","inputType":262289,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n1/c0","inputType":262289,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n1/c1","inputType":262289,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n1/c2","inputType":262289,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m2/n1/c3","inputType":262289,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n0/c0","inputType":393361,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n0/c1","inputType":393361,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n0/c2","inputType":393361,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n0/c3","inputType":393361,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n1/c0","inputType":393361,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n1/c1","inputType":393361,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n1/c2","inputType":393361,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a1/m3/n1/c3","inputType":393361,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n0/c0","inputType":145,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n0/c1","inputType":145,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n0/c2","inputType":145,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n0/c3","inputType":145,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n1/c0","inputType":145,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n1/c1","inputType":145,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n1/c2","inputType":145,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m0/n1/c3","inputType":145,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n0/c0","inputType":131217,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n0/c1","inputType":131217,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n0/c2","inputType":131217,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n0/c3","inputType":131217,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n1/c0","inputType":131217,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n1/c1","inputType":131217,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n1/c2","inputType":131217,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m1/n1/c3","inputType":131217,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n0/c0","inputType":262289,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n0/c1","inputType":262289,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n0/c2","inputType":262289,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n0/c3","inputType":262289,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n1/c0","inputType":262289,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n1/c1","inputType":262289,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n1/c2","inputType":262289,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m2/n1/c3","inputType":262289,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n0/c0","inputType":393361,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n0/c1","inputType":393361,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n0/c2","inputType":393361,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n0/c3","inputType":393361,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n1/c0","inputType":393361,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n1/c1","inputType":393361,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n1/c2","inputType":393361,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a2/m3/n1/c3","inputType":393361,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n0/c0","inputType":145,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n0/c1","inputType":145,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n0/c2","inputType":145,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n0/c3","inputType":145,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n1/c0","inputType":145,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n1/c1","inputType":145,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n1/c2","inputType":145,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m0/n1/c3","inputType":145,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n0/c0","inputType":131217,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n0/c1","inputType":131217,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n0/c2","inputType":131217,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n0/c3","inputType":131217,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n1/c0","inputType":131217,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n1/c1","inputType":131217,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n1/c2","inputType":131217,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m1/n1/c3","inputType":131217,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n0/c0","inputType":262289,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n0/c1","inputType":262289,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n0/c2","inputType":262289,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n0/c3","inputType":262289,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n1/c0","inputType":262289,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n1/c1","inputType":262289,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n1/c2","inputType":262289,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m2/n1/c3","inputType":262289,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n0/c0","inputType":393361,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n0/c1","inputType":393361,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n0/c2","inputType":393361,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n0/c3","inputType":393361,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n1/c0","inputType":393361,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n1/c1","inputType":393361,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n1/c2","inputType":393361,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a3/m3/n1/c3","inputType":393361,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n0/c0","inputType":145,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n0/c1","inputType":145,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n0/c2","inputType":145,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n0/c3","inputType":145,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n1/c0","inputType":145,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n1/c1","inputType":145,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n1/c2","inputType":145,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m0/n1/c3","inputType":145,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n0/c0","inputType":131217,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n0/c1","inputType":131217,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n0/c2","inputType":131217,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n0/c3","inputType":131217,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n1/c0","inputType":131217,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n1/c1","inputType":131217,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n1/c2","inputType":131217,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m1/n1/c3","inputType":131217,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n0/c0","inputType":262289,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n0/c1","inputType":262289,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n0/c2","inputType":262289,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n0/c3","inputType":262289,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n1/c0","inputType":262289,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n1/c1","inputType":262289,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n1/c2","inputType":262289,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m2/n1/c3","inputType":262289,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n0/c0","inputType":393361,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n0/c1","inputType":393361,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n0/c2","inputType":393361,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n0/c3","inputType":393361,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n1/c0","inputType":393361,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n1/c1","inputType":393361,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n1/c2","inputType":393361,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a4/m3/n1/c3","inputType":393361,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n0/c0","inputType":145,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n0/c1","inputType":145,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n0/c2","inputType":145,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n0/c3","inputType":145,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n1/c0","inputType":145,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n1/c1","inputType":145,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n1/c2","inputType":145,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m0/n1/c3","inputType":145,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n0/c0","inputType":131217,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n0/c1","inputType":131217,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n0/c2","inputType":131217,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n0/c3","inputType":131217,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n1/c0","inputType":131217,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n1/c1","inputType":131217,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n1/c2","inputType":131217,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m1/n1/c3","inputType":131217,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n0/c0","inputType":262289,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n0/c1","inputType":262289,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n0/c2","inputType":262289,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n0/c3","inputType":262289,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n1/c0","inputType":262289,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n1/c1","inputType":262289,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n1/c2","inputType":262289,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m2/n1/c3","inputType":262289,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n0/c0","inputType":393361,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n0/c1","inputType":393361,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n0/c2","inputType":393361,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n0/c3","inputType":393361,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n1/c0","inputType":393361,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n1/c1","inputType":393361,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n1/c2","inputType":393361,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a5/m3/n1/c3","inputType":393361,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n0/c0","inputType":145,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n0/c1","inputType":145,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n0/c2","inputType":145,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n0/c3","inputType":145,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n1/c0","inputType":145,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n1/c1","inputType":145,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n1/c2","inputType":145,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m0/n1/c3","inputType":145,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n0/c0","inputType":131217,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n0/c1","inputType":131217,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n0/c2","inputType":131217,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n0/c3","inputType":131217,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n1/c0","inputType":131217,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n1/c1","inputType":131217,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n1/c2","inputType":131217,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m1/n1/c3","inputType":131217,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n0/c0","inputType":262289,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n0/c1","inputType":262289,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n0/c2","inputType":262289,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n0/c3","inputType":262289,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n1/c0","inputType":262289,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n1/c1","inputType":262289,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n1/c2","inputType":262289,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m2/n1/c3","inputType":262289,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n0/c0","inputType":393361,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n0/c1","inputType":393361,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n0/c2","inputType":393361,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n0/c3","inputType":393361,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n1/c0","inputType":393361,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n1/c1","inputType":393361,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n1/c2","inputType":393361,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a6/m3/n1/c3","inputType":393361,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n0/c0","inputType":145,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n0/c1","inputType":145,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n0/c2","inputType":145,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n0/c3","inputType":145,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n1/c0","inputType":145,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n1/c1","inputType":145,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n1/c2","inputType":145,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m0/n1/c3","inputType":145,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n0/c0","inputType":131217,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n0/c1","inputType":131217,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n0/c2","inputType":131217,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n0/c3","inputType":131217,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n1/c0","inputType":131217,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n1/c1","inputType":131217,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n1/c2","inputType":131217,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m1/n1/c3","inputType":131217,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n0/c0","inputType":262289,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n0/c1","inputType":262289,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n0/c2","inputType":262289,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n0/c3","inputType":262289,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n1/c0","inputType":262289,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n1/c1","inputType":262289,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n1/c2","inputType":262289,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m2/n1/c3","inputType":262289,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n0/c0","inputType":393361,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n0/c1","inputType":393361,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n0/c2","inputType":393361,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n0/c3","inputType":393361,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n1/c0","inputType":393361,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n1/c1","inputType":393361,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n1/c2","inputType":393361,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-90/a7/m3/n1/c3","inputType":393361,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n0/c0","inputType":161,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n0/c1","inputType":161,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n0/c2","inputType":161,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n0/c3","inputType":161,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n1/c0","inputType":161,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n1/c1","inputType":161,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n1/c2","inputType":161,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m0/n1/c3","inputType":161,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n0/c0","inputType":131233,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n0/c1","inputType":131233,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n0/c2","inputType":131233,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n0/c3","inputType":131233,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n1/c0","inputType":131233,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n1/c1","inputType":131233,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n1/c2","inputType":131233,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m1/n1/c3","inputType":131233,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n0/c0","inputType":262305,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n0/c1","inputType":262305,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n0/c2","inputType":262305,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n0/c3","inputType":262305,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n1/c0","inputType":262305,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n1/c1","inputType":262305,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n1/c2","inputType":262305,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m2/n1/c3","inputType":262305,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n0/c0","inputType":393377,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n0/c1","inputType":393377,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n0/c2","inputType":393377,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n0/c3","inputType":393377,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n1/c0","inputType":393377,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n1/c1","inputType":393377,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n1/c2","inputType":393377,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a0/m3/n1/c3","inputType":393377,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n0/c0","inputType":161,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n0/c1","inputType":161,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n0/c2","inputType":161,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n0/c3","inputType":161,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n1/c0","inputType":161,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n1/c1","inputType":161,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n1/c2","inputType":161,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m0/n1/c3","inputType":161,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n0/c0","inputType":131233,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n0/c1","inputType":131233,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n0/c2","inputType":131233,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n0/c3","inputType":131233,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n1/c0","inputType":131233,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n1/c1","inputType":131233,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n1/c2","inputType":131233,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m1/n1/c3","inputType":131233,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n0/c0","inputType":262305,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n0/c1","inputType":262305,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n0/c2","inputType":262305,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n0/c3","inputType":262305,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n1/c0","inputType":262305,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n1/c1","inputType":262305,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n1/c2","inputType":262305,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m2/n1/c3","inputType":262305,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n0/c0","inputType":393377,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n0/c1","inputType":393377,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n0/c2","inputType":393377,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n0/c3","inputType":393377,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n1/c0","inputType":393377,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n1/c1","inputType":393377,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n1/c2","inputType":393377,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a1/m3/n1/c3","inputType":393377,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n0/c0","inputType":161,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n0/c1","inputType":161,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n0/c2","inputType":161,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n0/c3","inputType":161,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n1/c0","inputType":161,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n1/c1","inputType":161,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n1/c2","inputType":161,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m0/n1/c3","inputType":161,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n0/c0","inputType":131233,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n0/c1","inputType":131233,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n0/c2","inputType":131233,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n0/c3","inputType":131233,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n1/c0","inputType":131233,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n1/c1","inputType":131233,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n1/c2","inputType":131233,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m1/n1/c3","inputType":131233,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n0/c0","inputType":262305,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n0/c1","inputType":262305,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n0/c2","inputType":262305,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n0/c3","inputType":262305,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n1/c0","inputType":262305,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n1/c1","inputType":262305,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n1/c2","inputType":262305,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m2/n1/c3","inputType":262305,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n0/c0","inputType":393377,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n0/c1","inputType":393377,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n0/c2","inputType":393377,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n0/c3","inputType":393377,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n1/c0","inputType":393377,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n1/c1","inputType":393377,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n1/c2","inputType":393377,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a2/m3/n1/c3","inputType":393377,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n0/c0","inputType":161,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n0/c1","inputType":161,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n0/c2","inputType":161,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n0/c3","inputType":161,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n1/c0","inputType":161,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n1/c1","inputType":161,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n1/c2","inputType":161,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m0/n1/c3","inputType":161,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n0/c0","inputType":131233,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n0/c1","inputType":131233,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n0/c2","inputType":131233,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n0/c3","inputType":131233,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n1/c0","inputType":131233,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n1/c1","inputType":131233,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n1/c2","inputType":131233,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m1/n1/c3","inputType":131233,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n0/c0","inputType":262305,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n0/c1","inputType":262305,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n0/c2","inputType":262305,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n0/c3","inputType":262305,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n1/c0","inputType":262305,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n1/c1","inputType":262305,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n1/c2","inputType":262305,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m2/n1/c3","inputType":262305,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n0/c0","inputType":393377,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n0/c1","inputType":393377,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n0/c2","inputType":393377,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n0/c3","inputType":393377,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n1/c0","inputType":393377,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n1/c1","inputType":393377,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n1/c2","inputType":393377,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a3/m3/n1/c3","inputType":393377,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n0/c0","inputType":161,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n0/c1","inputType":161,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n0/c2","inputType":161,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n0/c3","inputType":161,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n1/c0","inputType":161,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n1/c1","inputType":161,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n1/c2","inputType":161,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m0/n1/c3","inputType":161,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n0/c0","inputType":131233,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n0/c1","inputType":131233,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n0/c2","inputType":131233,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n0/c3","inputType":131233,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n1/c0","inputType":131233,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n1/c1","inputType":131233,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n1/c2","inputType":131233,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m1/n1/c3","inputType":131233,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n0/c0","inputType":262305,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n0/c1","inputType":262305,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n0/c2","inputType":262305,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n0/c3","inputType":262305,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n1/c0","inputType":262305,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n1/c1","inputType":262305,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n1/c2","inputType":262305,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m2/n1/c3","inputType":262305,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n0/c0","inputType":393377,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n0/c1","inputType":393377,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n0/c2","inputType":393377,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n0/c3","inputType":393377,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n1/c0","inputType":393377,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n1/c1","inputType":393377,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n1/c2","inputType":393377,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a4/m3/n1/c3","inputType":393377,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n0/c0","inputType":161,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n0/c1","inputType":161,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n0/c2","inputType":161,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n0/c3","inputType":161,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n1/c0","inputType":161,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n1/c1","inputType":161,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n1/c2","inputType":161,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m0/n1/c3","inputType":161,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n0/c0","inputType":131233,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n0/c1","inputType":131233,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n0/c2","inputType":131233,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n0/c3","inputType":131233,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n1/c0","inputType":131233,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n1/c1","inputType":131233,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n1/c2","inputType":131233,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m1/n1/c3","inputType":131233,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n0/c0","inputType":262305,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n0/c1","inputType":262305,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n0/c2","inputType":262305,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n0/c3","inputType":262305,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n1/c0","inputType":262305,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n1/c1","inputType":262305,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n1/c2","inputType":262305,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m2/n1/c3","inputType":262305,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n0/c0","inputType":393377,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n0/c1","inputType":393377,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n0/c2","inputType":393377,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n0/c3","inputType":393377,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n1/c0","inputType":393377,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n1/c1","inputType":393377,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n1/c2","inputType":393377,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a5/m3/n1/c3","inputType":393377,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n0/c0","inputType":161,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n0/c1","inputType":161,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n0/c2","inputType":161,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n0/c3","inputType":161,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n1/c0","inputType":161,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n1/c1","inputType":161,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n1/c2","inputType":161,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m0/n1/c3","inputType":161,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n0/c0","inputType":131233,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n0/c1","inputType":131233,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n0/c2","inputType":131233,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n0/c3","inputType":131233,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n1/c0","inputType":131233,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n1/c1","inputType":131233,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n1/c2","inputType":131233,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m1/n1/c3","inputType":131233,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n0/c0","inputType":262305,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n0/c1","inputType":262305,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n0/c2","inputType":262305,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n0/c3","inputType":262305,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n1/c0","inputType":262305,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n1/c1","inputType":262305,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n1/c2","inputType":262305,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m2/n1/c3","inputType":262305,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n0/c0","inputType":393377,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n0/c1","inputType":393377,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n0/c2","inputType":393377,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n0/c3","inputType":393377,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n1/c0","inputType":393377,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n1/c1","inputType":393377,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n1/c2","inputType":393377,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a6/m3/n1/c3","inputType":393377,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n0/c0","inputType":161,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n0/c1","inputType":161,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n0/c2","inputType":161,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n0/c3","inputType":161,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n1/c0","inputType":161,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n1/c1","inputType":161,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n1/c2","inputType":161,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m0/n1/c3","inputType":161,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n0/c0","inputType":131233,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n0/c1","inputType":131233,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n0/c2","inputType":131233,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n0/c3","inputType":131233,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n1/c0","inputType":131233,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n1/c1","inputType":131233,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n1/c2","inputType":131233,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m1/n1/c3","inputType":131233,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n0/c0","inputType":262305,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n0/c1","inputType":262305,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n0/c2","inputType":262305,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n0/c3","inputType":262305,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n1/c0","inputType":262305,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n1/c1","inputType":262305,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n1/c2","inputType":262305,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m2/n1/c3","inputType":262305,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n0/c0","inputType":393377,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n0/c1","inputType":393377,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n0/c2","inputType":393377,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n0/c3","inputType":393377,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n1/c0","inputType":393377,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n1/c1","inputType":393377,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n1/c2","inputType":393377,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-a0/a7/m3/n1/c3","inputType":393377,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n0/c0","inputType":177,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n0/c1","inputType":177,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n0/c2","inputType":177,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n0/c3","inputType":177,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n1/c0","inputType":177,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n1/c1","inputType":177,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n1/c2","inputType":177,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m0/n1/c3","inputType":177,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n0/c0","inputType":131249,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n0/c1","inputType":131249,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n0/c2","inputType":131249,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n0/c3","inputType":131249,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n1/c0","inputType":131249,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n1/c1","inputType":131249,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n1/c2","inputType":131249,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m1/n1/c3","inputType":131249,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n0/c0","inputType":262321,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n0/c1","inputType":262321,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n0/c2","inputType":262321,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n0/c3","inputType":262321,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n1/c0","inputType":262321,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n1/c1","inputType":262321,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n1/c2","inputType":262321,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m2/n1/c3","inputType":262321,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n0/c0","inputType":393393,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n0/c1","inputType":393393,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n0/c2","inputType":393393,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n0/c3","inputType":393393,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n1/c0","inputType":393393,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n1/c1","inputType":393393,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n1/c2","inputType":393393,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a0/m3/n1/c3","inputType":393393,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n0/c0","inputType":177,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n0/c1","inputType":177,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n0/c2","inputType":177,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n0/c3","inputType":177,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n1/c0","inputType":177,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n1/c1","inputType":177,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n1/c2","inputType":177,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m0/n1/c3","inputType":177,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n0/c0","inputType":131249,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n0/c1","inputType":131249,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n0/c2","inputType":131249,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n0/c3","inputType":131249,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n1/c0","inputType":131249,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n1/c1","inputType":131249,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n1/c2","inputType":131249,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m1/n1/c3","inputType":131249,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n0/c0","inputType":262321,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n0/c1","inputType":262321,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n0/c2","inputType":262321,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n0/c3","inputType":262321,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n1/c0","inputType":262321,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n1/c1","inputType":262321,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n1/c2","inputType":262321,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m2/n1/c3","inputType":262321,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n0/c0","inputType":393393,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n0/c1","inputType":393393,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n0/c2","inputType":393393,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n0/c3","inputType":393393,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n1/c0","inputType":393393,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n1/c1","inputType":393393,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n1/c2","inputType":393393,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a1/m3/n1/c3","inputType":393393,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n0/c0","inputType":177,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n0/c1","inputType":177,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n0/c2","inputType":177,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n0/c3","inputType":177,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n1/c0","inputType":177,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n1/c1","inputType":177,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n1/c2","inputType":177,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m0/n1/c3","inputType":177,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n0/c0","inputType":131249,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n0/c1","inputType":131249,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n0/c2","inputType":131249,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n0/c3","inputType":131249,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n1/c0","inputType":131249,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n1/c1","inputType":131249,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n1/c2","inputType":131249,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m1/n1/c3","inputType":131249,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n0/c0","inputType":262321,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n0/c1","inputType":262321,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n0/c2","inputType":262321,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n0/c3","inputType":262321,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n1/c0","inputType":262321,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n1/c1","inputType":262321,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n1/c2","inputType":262321,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m2/n1/c3","inputType":262321,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n0/c0","inputType":393393,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n0/c1","inputType":393393,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n0/c2","inputType":393393,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n0/c3","inputType":393393,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n1/c0","inputType":393393,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n1/c1","inputType":393393,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n1/c2","inputType":393393,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a2/m3/n1/c3","inputType":393393,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n0/c0","inputType":177,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n0/c1","inputType":177,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n0/c2","inputType":177,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n0/c3","inputType":177,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n1/c0","inputType":177,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n1/c1","inputType":177,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n1/c2","inputType":177,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m0/n1/c3","inputType":177,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n0/c0","inputType":131249,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n0/c1","inputType":131249,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n0/c2","inputType":131249,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n0/c3","inputType":131249,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n1/c0","inputType":131249,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n1/c1","inputType":131249,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n1/c2","inputType":131249,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m1/n1/c3","inputType":131249,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n0/c0","inputType":262321,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n0/c1","inputType":262321,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n0/c2","inputType":262321,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n0/c3","inputType":262321,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n1/c0","inputType":262321,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n1/c1","inputType":262321,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n1/c2","inputType":262321,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m2/n1/c3","inputType":262321,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n0/c0","inputType":393393,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n0/c1","inputType":393393,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n0/c2","inputType":393393,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n0/c3","inputType":393393,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n1/c0","inputType":393393,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n1/c1","inputType":393393,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n1/c2","inputType":393393,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a3/m3/n1/c3","inputType":393393,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n0/c0","inputType":177,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n0/c1","inputType":177,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n0/c2","inputType":177,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n0/c3","inputType":177,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n1/c0","inputType":177,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n1/c1","inputType":177,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n1/c2","inputType":177,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m0/n1/c3","inputType":177,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n0/c0","inputType":131249,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n0/c1","inputType":131249,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n0/c2","inputType":131249,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n0/c3","inputType":131249,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n1/c0","inputType":131249,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n1/c1","inputType":131249,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n1/c2","inputType":131249,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m1/n1/c3","inputType":131249,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n0/c0","inputType":262321,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n0/c1","inputType":262321,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n0/c2","inputType":262321,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n0/c3","inputType":262321,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n1/c0","inputType":262321,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n1/c1","inputType":262321,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n1/c2","inputType":262321,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m2/n1/c3","inputType":262321,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n0/c0","inputType":393393,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n0/c1","inputType":393393,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n0/c2","inputType":393393,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n0/c3","inputType":393393,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n1/c0","inputType":393393,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n1/c1","inputType":393393,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n1/c2","inputType":393393,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a4/m3/n1/c3","inputType":393393,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n0/c0","inputType":177,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n0/c1","inputType":177,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n0/c2","inputType":177,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n0/c3","inputType":177,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n1/c0","inputType":177,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n1/c1","inputType":177,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n1/c2","inputType":177,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m0/n1/c3","inputType":177,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n0/c0","inputType":131249,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n0/c1","inputType":131249,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n0/c2","inputType":131249,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n0/c3","inputType":131249,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n1/c0","inputType":131249,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n1/c1","inputType":131249,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n1/c2","inputType":131249,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m1/n1/c3","inputType":131249,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n0/c0","inputType":262321,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n0/c1","inputType":262321,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n0/c2","inputType":262321,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n0/c3","inputType":262321,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n1/c0","inputType":262321,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n1/c1","inputType":262321,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n1/c2","inputType":262321,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m2/n1/c3","inputType":262321,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n0/c0","inputType":393393,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n0/c1","inputType":393393,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n0/c2","inputType":393393,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n0/c3","inputType":393393,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n1/c0","inputType":393393,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n1/c1","inputType":393393,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n1/c2","inputType":393393,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a5/m3/n1/c3","inputType":393393,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n0/c0","inputType":177,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n0/c1","inputType":177,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n0/c2","inputType":177,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n0/c3","inputType":177,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n1/c0","inputType":177,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n1/c1","inputType":177,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n1/c2","inputType":177,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m0/n1/c3","inputType":177,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n0/c0","inputType":131249,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n0/c1","inputType":131249,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n0/c2","inputType":131249,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n0/c3","inputType":131249,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n1/c0","inputType":131249,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n1/c1","inputType":131249,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n1/c2","inputType":131249,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m1/n1/c3","inputType":131249,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n0/c0","inputType":262321,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n0/c1","inputType":262321,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n0/c2","inputType":262321,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n0/c3","inputType":262321,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n1/c0","inputType":262321,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n1/c1","inputType":262321,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n1/c2","inputType":262321,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m2/n1/c3","inputType":262321,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n0/c0","inputType":393393,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n0/c1","inputType":393393,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n0/c2","inputType":393393,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n0/c3","inputType":393393,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n1/c0","inputType":393393,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n1/c1","inputType":393393,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n1/c2","inputType":393393,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a6/m3/n1/c3","inputType":393393,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n0/c0","inputType":177,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n0/c1","inputType":177,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n0/c2","inputType":177,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n0/c3","inputType":177,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n1/c0","inputType":177,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n1/c1","inputType":177,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n1/c2","inputType":177,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m0/n1/c3","inputType":177,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n0/c0","inputType":131249,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n0/c1","inputType":131249,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n0/c2","inputType":131249,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n0/c3","inputType":131249,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n1/c0","inputType":131249,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n1/c1","inputType":131249,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n1/c2","inputType":131249,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m1/n1/c3","inputType":131249,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n0/c0","inputType":262321,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n0/c1","inputType":262321,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n0/c2","inputType":262321,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n0/c3","inputType":262321,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n1/c0","inputType":262321,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n1/c1","inputType":262321,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n1/c2","inputType":262321,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m2/n1/c3","inputType":262321,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n0/c0","inputType":393393,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n0/c1","inputType":393393,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n0/c2","inputType":393393,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n0/c3","inputType":393393,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n1/c0","inputType":393393,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n1/c1","inputType":393393,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n1/c2","inputType":393393,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-b0/a7/m3/n1/c3","inputType":393393,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n0/c0","inputType":193,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n0/c1","inputType":193,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n0/c2","inputType":193,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n0/c3","inputType":193,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n1/c0","inputType":193,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n1/c1","inputType":193,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n1/c2","inputType":193,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m0/n1/c3","inputType":193,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n0/c0","inputType":131265,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n0/c1","inputType":131265,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n0/c2","inputType":131265,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n0/c3","inputType":131265,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n1/c0","inputType":131265,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n1/c1","inputType":131265,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n1/c2","inputType":131265,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m1/n1/c3","inputType":131265,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n0/c0","inputType":262337,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n0/c1","inputType":262337,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n0/c2","inputType":262337,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n0/c3","inputType":262337,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n1/c0","inputType":262337,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n1/c1","inputType":262337,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n1/c2","inputType":262337,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m2/n1/c3","inputType":262337,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n0/c0","inputType":393409,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n0/c1","inputType":393409,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n0/c2","inputType":393409,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n0/c3","inputType":393409,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n1/c0","inputType":393409,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n1/c1","inputType":393409,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n1/c2","inputType":393409,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a0/m3/n1/c3","inputType":393409,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n0/c0","inputType":193,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n0/c1","inputType":193,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n0/c2","inputType":193,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n0/c3","inputType":193,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n1/c0","inputType":193,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n1/c1","inputType":193,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n1/c2","inputType":193,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m0/n1/c3","inputType":193,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n0/c0","inputType":131265,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n0/c1","inputType":131265,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n0/c2","inputType":131265,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n0/c3","inputType":131265,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n1/c0","inputType":131265,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n1/c1","inputType":131265,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n1/c2","inputType":131265,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m1/n1/c3","inputType":131265,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n0/c0","inputType":262337,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n0/c1","inputType":262337,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n0/c2","inputType":262337,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n0/c3","inputType":262337,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n1/c0","inputType":262337,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n1/c1","inputType":262337,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n1/c2","inputType":262337,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m2/n1/c3","inputType":262337,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n0/c0","inputType":393409,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n0/c1","inputType":393409,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n0/c2","inputType":393409,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n0/c3","inputType":393409,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n1/c0","inputType":393409,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n1/c1","inputType":393409,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n1/c2","inputType":393409,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a1/m3/n1/c3","inputType":393409,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n0/c0","inputType":193,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n0/c1","inputType":193,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n0/c2","inputType":193,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n0/c3","inputType":193,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n1/c0","inputType":193,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n1/c1","inputType":193,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n1/c2","inputType":193,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m0/n1/c3","inputType":193,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n0/c0","inputType":131265,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n0/c1","inputType":131265,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n0/c2","inputType":131265,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n0/c3","inputType":131265,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n1/c0","inputType":131265,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n1/c1","inputType":131265,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n1/c2","inputType":131265,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m1/n1/c3","inputType":131265,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n0/c0","inputType":262337,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n0/c1","inputType":262337,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n0/c2","inputType":262337,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n0/c3","inputType":262337,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n1/c0","inputType":262337,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n1/c1","inputType":262337,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n1/c2","inputType":262337,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m2/n1/c3","inputType":262337,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n0/c0","inputType":393409,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n0/c1","inputType":393409,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n0/c2","inputType":393409,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n0/c3","inputType":393409,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n1/c0","inputType":393409,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n1/c1","inputType":393409,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n1/c2","inputType":393409,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a2/m3/n1/c3","inputType":393409,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n0/c0","inputType":193,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n0/c1","inputType":193,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n0/c2","inputType":193,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n0/c3","inputType":193,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n1/c0","inputType":193,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n1/c1","inputType":193,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n1/c2","inputType":193,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m0/n1/c3","inputType":193,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n0/c0","inputType":131265,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n0/c1","inputType":131265,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n0/c2","inputType":131265,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n0/c3","inputType":131265,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n1/c0","inputType":131265,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n1/c1","inputType":131265,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n1/c2","inputType":131265,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m1/n1/c3","inputType":131265,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n0/c0","inputType":262337,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n0/c1","inputType":262337,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n0/c2","inputType":262337,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n0/c3","inputType":262337,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n1/c0","inputType":262337,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n1/c1","inputType":262337,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n1/c2","inputType":262337,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m2/n1/c3","inputType":262337,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n0/c0","inputType":393409,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n0/c1","inputType":393409,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n0/c2","inputType":393409,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n0/c3","inputType":393409,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n1/c0","inputType":393409,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n1/c1","inputType":393409,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n1/c2","inputType":393409,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a3/m3/n1/c3","inputType":393409,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n0/c0","inputType":193,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n0/c1","inputType":193,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n0/c2","inputType":193,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n0/c3","inputType":193,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n1/c0","inputType":193,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n1/c1","inputType":193,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n1/c2","inputType":193,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m0/n1/c3","inputType":193,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n0/c0","inputType":131265,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n0/c1","inputType":131265,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n0/c2","inputType":131265,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n0/c3","inputType":131265,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n1/c0","inputType":131265,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n1/c1","inputType":131265,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n1/c2","inputType":131265,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m1/n1/c3","inputType":131265,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n0/c0","inputType":262337,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n0/c1","inputType":262337,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n0/c2","inputType":262337,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n0/c3","inputType":262337,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n1/c0","inputType":262337,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n1/c1","inputType":262337,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n1/c2","inputType":262337,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m2/n1/c3","inputType":262337,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n0/c0","inputType":393409,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n0/c1","inputType":393409,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n0/c2","inputType":393409,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n0/c3","inputType":393409,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n1/c0","inputType":393409,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n1/c1","inputType":393409,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n1/c2","inputType":393409,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a4/m3/n1/c3","inputType":393409,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n0/c0","inputType":193,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n0/c1","inputType":193,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n0/c2","inputType":193,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n0/c3","inputType":193,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n1/c0","inputType":193,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n1/c1","inputType":193,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n1/c2","inputType":193,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m0/n1/c3","inputType":193,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n0/c0","inputType":131265,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n0/c1","inputType":131265,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n0/c2","inputType":131265,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n0/c3","inputType":131265,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n1/c0","inputType":131265,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n1/c1","inputType":131265,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n1/c2","inputType":131265,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m1/n1/c3","inputType":131265,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n0/c0","inputType":262337,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n0/c1","inputType":262337,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n0/c2","inputType":262337,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n0/c3","inputType":262337,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n1/c0","inputType":262337,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n1/c1","inputType":262337,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n1/c2","inputType":262337,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m2/n1/c3","inputType":262337,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n0/c0","inputType":393409,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n0/c1","inputType":393409,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n0/c2","inputType":393409,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n0/c3","inputType":393409,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n1/c0","inputType":393409,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n1/c1","inputType":393409,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n1/c2","inputType":393409,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a5/m3/n1/c3","inputType":393409,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n0/c0","inputType":193,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n0/c1","inputType":193,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n0/c2","inputType":193,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n0/c3","inputType":193,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n1/c0","inputType":193,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n1/c1","inputType":193,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n1/c2","inputType":193,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m0/n1/c3","inputType":193,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n0/c0","inputType":131265,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n0/c1","inputType":131265,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n0/c2","inputType":131265,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n0/c3","inputType":131265,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n1/c0","inputType":131265,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n1/c1","inputType":131265,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n1/c2","inputType":131265,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m1/n1/c3","inputType":131265,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n0/c0","inputType":262337,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n0/c1","inputType":262337,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n0/c2","inputType":262337,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n0/c3","inputType":262337,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n1/c0","inputType":262337,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n1/c1","inputType":262337,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n1/c2","inputType":262337,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m2/n1/c3","inputType":262337,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n0/c0","inputType":393409,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n0/c1","inputType":393409,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n0/c2","inputType":393409,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n0/c3","inputType":393409,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n1/c0","inputType":393409,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n1/c1","inputType":393409,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n1/c2","inputType":393409,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a6/m3/n1/c3","inputType":393409,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n0/c0","inputType":193,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n0/c1","inputType":193,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n0/c2","inputType":193,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n0/c3","inputType":193,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n1/c0","inputType":193,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n1/c1","inputType":193,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n1/c2","inputType":193,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m0/n1/c3","inputType":193,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n0/c0","inputType":131265,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n0/c1","inputType":131265,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n0/c2","inputType":131265,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n0/c3","inputType":131265,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n1/c0","inputType":131265,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n1/c1","inputType":131265,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n1/c2","inputType":131265,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m1/n1/c3","inputType":131265,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n0/c0","inputType":262337,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n0/c1","inputType":262337,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n0/c2","inputType":262337,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n0/c3","inputType":262337,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n1/c0","inputType":262337,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n1/c1","inputType":262337,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n1/c2","inputType":262337,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m2/n1/c3","inputType":262337,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n0/c0","inputType":393409,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n0/c1","inputType":393409,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n0/c2","inputType":393409,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n0/c3","inputType":393409,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n1/c0","inputType":393409,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n1/c1","inputType":393409,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n1/c2","inputType":393409,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-c0/a7/m3/n1/c3","inputType":393409,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n0/c0","inputType":209,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n0/c1","inputType":209,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n0/c2","inputType":209,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n0/c3","inputType":209,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n1/c0","inputType":209,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n1/c1","inputType":209,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n1/c2","inputType":209,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m0/n1/c3","inputType":209,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n0/c0","inputType":131281,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n0/c1","inputType":131281,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n0/c2","inputType":131281,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n0/c3","inputType":131281,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n1/c0","inputType":131281,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n1/c1","inputType":131281,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n1/c2","inputType":131281,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m1/n1/c3","inputType":131281,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n0/c0","inputType":262353,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n0/c1","inputType":262353,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n0/c2","inputType":262353,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n0/c3","inputType":262353,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n1/c0","inputType":262353,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n1/c1","inputType":262353,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n1/c2","inputType":262353,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m2/n1/c3","inputType":262353,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n0/c0","inputType":393425,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n0/c1","inputType":393425,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n0/c2","inputType":393425,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n0/c3","inputType":393425,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n1/c0","inputType":393425,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n1/c1","inputType":393425,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n1/c2","inputType":393425,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a0/m3/n1/c3","inputType":393425,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n0/c0","inputType":209,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n0/c1","inputType":209,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n0/c2","inputType":209,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n0/c3","inputType":209,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n1/c0","inputType":209,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n1/c1","inputType":209,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n1/c2","inputType":209,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m0/n1/c3","inputType":209,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n0/c0","inputType":131281,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n0/c1","inputType":131281,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n0/c2","inputType":131281,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n0/c3","inputType":131281,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n1/c0","inputType":131281,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n1/c1","inputType":131281,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n1/c2","inputType":131281,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m1/n1/c3","inputType":131281,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n0/c0","inputType":262353,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n0/c1","inputType":262353,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n0/c2","inputType":262353,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n0/c3","inputType":262353,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n1/c0","inputType":262353,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n1/c1","inputType":262353,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n1/c2","inputType":262353,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m2/n1/c3","inputType":262353,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n0/c0","inputType":393425,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n0/c1","inputType":393425,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n0/c2","inputType":393425,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n0/c3","inputType":393425,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n1/c0","inputType":393425,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n1/c1","inputType":393425,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n1/c2","inputType":393425,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a1/m3/n1/c3","inputType":393425,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n0/c0","inputType":209,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n0/c1","inputType":209,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n0/c2","inputType":209,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n0/c3","inputType":209,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n1/c0","inputType":209,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n1/c1","inputType":209,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n1/c2","inputType":209,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m0/n1/c3","inputType":209,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n0/c0","inputType":131281,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n0/c1","inputType":131281,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n0/c2","inputType":131281,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n0/c3","inputType":131281,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n1/c0","inputType":131281,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n1/c1","inputType":131281,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n1/c2","inputType":131281,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m1/n1/c3","inputType":131281,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n0/c0","inputType":262353,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n0/c1","inputType":262353,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n0/c2","inputType":262353,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n0/c3","inputType":262353,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n1/c0","inputType":262353,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n1/c1","inputType":262353,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n1/c2","inputType":262353,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m2/n1/c3","inputType":262353,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n0/c0","inputType":393425,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n0/c1","inputType":393425,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n0/c2","inputType":393425,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n0/c3","inputType":393425,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n1/c0","inputType":393425,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n1/c1","inputType":393425,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n1/c2","inputType":393425,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a2/m3/n1/c3","inputType":393425,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n0/c0","inputType":209,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n0/c1","inputType":209,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n0/c2","inputType":209,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n0/c3","inputType":209,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n1/c0","inputType":209,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n1/c1","inputType":209,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n1/c2","inputType":209,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m0/n1/c3","inputType":209,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n0/c0","inputType":131281,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n0/c1","inputType":131281,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n0/c2","inputType":131281,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n0/c3","inputType":131281,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n1/c0","inputType":131281,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n1/c1","inputType":131281,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n1/c2","inputType":131281,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m1/n1/c3","inputType":131281,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n0/c0","inputType":262353,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n0/c1","inputType":262353,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n0/c2","inputType":262353,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n0/c3","inputType":262353,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n1/c0","inputType":262353,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n1/c1","inputType":262353,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n1/c2","inputType":262353,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m2/n1/c3","inputType":262353,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n0/c0","inputType":393425,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n0/c1","inputType":393425,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n0/c2","inputType":393425,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n0/c3","inputType":393425,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n1/c0","inputType":393425,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n1/c1","inputType":393425,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n1/c2","inputType":393425,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a3/m3/n1/c3","inputType":393425,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n0/c0","inputType":209,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n0/c1","inputType":209,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n0/c2","inputType":209,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n0/c3","inputType":209,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n1/c0","inputType":209,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n1/c1","inputType":209,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n1/c2","inputType":209,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m0/n1/c3","inputType":209,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n0/c0","inputType":131281,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n0/c1","inputType":131281,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n0/c2","inputType":131281,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n0/c3","inputType":131281,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n1/c0","inputType":131281,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n1/c1","inputType":131281,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n1/c2","inputType":131281,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m1/n1/c3","inputType":131281,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n0/c0","inputType":262353,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n0/c1","inputType":262353,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n0/c2","inputType":262353,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n0/c3","inputType":262353,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n1/c0","inputType":262353,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n1/c1","inputType":262353,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n1/c2","inputType":262353,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m2/n1/c3","inputType":262353,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n0/c0","inputType":393425,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n0/c1","inputType":393425,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n0/c2","inputType":393425,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n0/c3","inputType":393425,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n1/c0","inputType":393425,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n1/c1","inputType":393425,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n1/c2","inputType":393425,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a4/m3/n1/c3","inputType":393425,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n0/c0","inputType":209,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n0/c1","inputType":209,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n0/c2","inputType":209,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n0/c3","inputType":209,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n1/c0","inputType":209,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n1/c1","inputType":209,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n1/c2","inputType":209,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m0/n1/c3","inputType":209,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n0/c0","inputType":131281,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n0/c1","inputType":131281,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n0/c2","inputType":131281,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n0/c3","inputType":131281,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n1/c0","inputType":131281,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n1/c1","inputType":131281,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n1/c2","inputType":131281,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m1/n1/c3","inputType":131281,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n0/c0","inputType":262353,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n0/c1","inputType":262353,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n0/c2","inputType":262353,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n0/c3","inputType":262353,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n1/c0","inputType":262353,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n1/c1","inputType":262353,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n1/c2","inputType":262353,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m2/n1/c3","inputType":262353,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n0/c0","inputType":393425,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n0/c1","inputType":393425,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n0/c2","inputType":393425,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n0/c3","inputType":393425,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n1/c0","inputType":393425,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n1/c1","inputType":393425,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n1/c2","inputType":393425,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a5/m3/n1/c3","inputType":393425,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n0/c0","inputType":209,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n0/c1","inputType":209,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n0/c2","inputType":209,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n0/c3","inputType":209,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n1/c0","inputType":209,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n1/c1","inputType":209,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n1/c2","inputType":209,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m0/n1/c3","inputType":209,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n0/c0","inputType":131281,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n0/c1","inputType":131281,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n0/c2","inputType":131281,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n0/c3","inputType":131281,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n1/c0","inputType":131281,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n1/c1","inputType":131281,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n1/c2","inputType":131281,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m1/n1/c3","inputType":131281,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n0/c0","inputType":262353,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n0/c1","inputType":262353,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n0/c2","inputType":262353,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n0/c3","inputType":262353,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n1/c0","inputType":262353,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n1/c1","inputType":262353,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n1/c2","inputType":262353,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m2/n1/c3","inputType":262353,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n0/c0","inputType":393425,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n0/c1","inputType":393425,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n0/c2","inputType":393425,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n0/c3","inputType":393425,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n1/c0","inputType":393425,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n1/c1","inputType":393425,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n1/c2","inputType":393425,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a6/m3/n1/c3","inputType":393425,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n0/c0","inputType":209,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n0/c1","inputType":209,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n0/c2","inputType":209,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n0/c3","inputType":209,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n1/c0","inputType":209,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n1/c1","inputType":209,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n1/c2","inputType":209,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m0/n1/c3","inputType":209,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n0/c0","inputType":131281,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n0/c1","inputType":131281,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n0/c2","inputType":131281,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n0/c3","inputType":131281,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n1/c0","inputType":131281,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n1/c1","inputType":131281,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n1/c2","inputType":131281,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m1/n1/c3","inputType":131281,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n0/c0","inputType":262353,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n0/c1","inputType":262353,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n0/c2","inputType":262353,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n0/c3","inputType":262353,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n1/c0","inputType":262353,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n1/c1","inputType":262353,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n1/c2","inputType":262353,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m2/n1/c3","inputType":262353,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n0/c0","inputType":393425,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n0/c1","inputType":393425,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n0/c2","inputType":393425,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n0/c3","inputType":393425,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n1/c0","inputType":393425,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n1/c1","inputType":393425,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n1/c2","inputType":393425,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-d0/a7/m3/n1/c3","inputType":393425,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n0/c0","inputType":225,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n0/c1","inputType":225,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n0/c2","inputType":225,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n0/c3","inputType":225,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n1/c0","inputType":225,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n1/c1","inputType":225,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n1/c2","inputType":225,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m0/n1/c3","inputType":225,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n0/c0","inputType":131297,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n0/c1","inputType":131297,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n0/c2","inputType":131297,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n0/c3","inputType":131297,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n1/c0","inputType":131297,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n1/c1","inputType":131297,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n1/c2","inputType":131297,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m1/n1/c3","inputType":131297,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n0/c0","inputType":262369,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n0/c1","inputType":262369,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n0/c2","inputType":262369,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n0/c3","inputType":262369,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n1/c0","inputType":262369,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n1/c1","inputType":262369,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n1/c2","inputType":262369,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m2/n1/c3","inputType":262369,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n0/c0","inputType":393441,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n0/c1","inputType":393441,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n0/c2","inputType":393441,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n0/c3","inputType":393441,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n1/c0","inputType":393441,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n1/c1","inputType":393441,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n1/c2","inputType":393441,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a0/m3/n1/c3","inputType":393441,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n0/c0","inputType":225,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n0/c1","inputType":225,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n0/c2","inputType":225,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n0/c3","inputType":225,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n1/c0","inputType":225,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n1/c1","inputType":225,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n1/c2","inputType":225,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m0/n1/c3","inputType":225,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n0/c0","inputType":131297,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n0/c1","inputType":131297,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n0/c2","inputType":131297,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n0/c3","inputType":131297,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n1/c0","inputType":131297,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n1/c1","inputType":131297,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n1/c2","inputType":131297,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m1/n1/c3","inputType":131297,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n0/c0","inputType":262369,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n0/c1","inputType":262369,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n0/c2","inputType":262369,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n0/c3","inputType":262369,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n1/c0","inputType":262369,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n1/c1","inputType":262369,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n1/c2","inputType":262369,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m2/n1/c3","inputType":262369,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n0/c0","inputType":393441,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n0/c1","inputType":393441,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n0/c2","inputType":393441,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n0/c3","inputType":393441,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n1/c0","inputType":393441,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n1/c1","inputType":393441,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n1/c2","inputType":393441,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a1/m3/n1/c3","inputType":393441,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n0/c0","inputType":225,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n0/c1","inputType":225,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n0/c2","inputType":225,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n0/c3","inputType":225,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n1/c0","inputType":225,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n1/c1","inputType":225,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n1/c2","inputType":225,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m0/n1/c3","inputType":225,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n0/c0","inputType":131297,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n0/c1","inputType":131297,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n0/c2","inputType":131297,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n0/c3","inputType":131297,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n1/c0","inputType":131297,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n1/c1","inputType":131297,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n1/c2","inputType":131297,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m1/n1/c3","inputType":131297,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n0/c0","inputType":262369,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n0/c1","inputType":262369,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n0/c2","inputType":262369,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n0/c3","inputType":262369,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n1/c0","inputType":262369,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n1/c1","inputType":262369,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n1/c2","inputType":262369,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m2/n1/c3","inputType":262369,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n0/c0","inputType":393441,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n0/c1","inputType":393441,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n0/c2","inputType":393441,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n0/c3","inputType":393441,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n1/c0","inputType":393441,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n1/c1","inputType":393441,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n1/c2","inputType":393441,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a2/m3/n1/c3","inputType":393441,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n0/c0","inputType":225,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n0/c1","inputType":225,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n0/c2","inputType":225,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n0/c3","inputType":225,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n1/c0","inputType":225,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n1/c1","inputType":225,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n1/c2","inputType":225,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m0/n1/c3","inputType":225,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n0/c0","inputType":131297,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n0/c1","inputType":131297,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n0/c2","inputType":131297,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n0/c3","inputType":131297,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n1/c0","inputType":131297,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n1/c1","inputType":131297,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n1/c2","inputType":131297,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m1/n1/c3","inputType":131297,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n0/c0","inputType":262369,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n0/c1","inputType":262369,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n0/c2","inputType":262369,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n0/c3","inputType":262369,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n1/c0","inputType":262369,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n1/c1","inputType":262369,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n1/c2","inputType":262369,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m2/n1/c3","inputType":262369,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n0/c0","inputType":393441,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n0/c1","inputType":393441,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n0/c2","inputType":393441,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n0/c3","inputType":393441,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n1/c0","inputType":393441,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n1/c1","inputType":393441,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n1/c2","inputType":393441,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a3/m3/n1/c3","inputType":393441,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n0/c0","inputType":225,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n0/c1","inputType":225,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n0/c2","inputType":225,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n0/c3","inputType":225,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n1/c0","inputType":225,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n1/c1","inputType":225,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n1/c2","inputType":225,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m0/n1/c3","inputType":225,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n0/c0","inputType":131297,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n0/c1","inputType":131297,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n0/c2","inputType":131297,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n0/c3","inputType":131297,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n1/c0","inputType":131297,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n1/c1","inputType":131297,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n1/c2","inputType":131297,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m1/n1/c3","inputType":131297,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n0/c0","inputType":262369,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n0/c1","inputType":262369,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n0/c2","inputType":262369,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n0/c3","inputType":262369,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n1/c0","inputType":262369,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n1/c1","inputType":262369,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n1/c2","inputType":262369,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m2/n1/c3","inputType":262369,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n0/c0","inputType":393441,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n0/c1","inputType":393441,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n0/c2","inputType":393441,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n0/c3","inputType":393441,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n1/c0","inputType":393441,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n1/c1","inputType":393441,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n1/c2","inputType":393441,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a4/m3/n1/c3","inputType":393441,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n0/c0","inputType":225,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n0/c1","inputType":225,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n0/c2","inputType":225,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n0/c3","inputType":225,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n1/c0","inputType":225,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n1/c1","inputType":225,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n1/c2","inputType":225,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m0/n1/c3","inputType":225,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n0/c0","inputType":131297,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n0/c1","inputType":131297,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n0/c2","inputType":131297,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n0/c3","inputType":131297,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n1/c0","inputType":131297,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n1/c1","inputType":131297,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n1/c2","inputType":131297,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m1/n1/c3","inputType":131297,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n0/c0","inputType":262369,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n0/c1","inputType":262369,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n0/c2","inputType":262369,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n0/c3","inputType":262369,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n1/c0","inputType":262369,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n1/c1","inputType":262369,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n1/c2","inputType":262369,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m2/n1/c3","inputType":262369,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n0/c0","inputType":393441,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n0/c1","inputType":393441,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n0/c2","inputType":393441,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n0/c3","inputType":393441,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n1/c0","inputType":393441,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n1/c1","inputType":393441,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n1/c2","inputType":393441,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a5/m3/n1/c3","inputType":393441,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n0/c0","inputType":225,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n0/c1","inputType":225,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n0/c2","inputType":225,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n0/c3","inputType":225,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n1/c0","inputType":225,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n1/c1","inputType":225,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n1/c2","inputType":225,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m0/n1/c3","inputType":225,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n0/c0","inputType":131297,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n0/c1","inputType":131297,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n0/c2","inputType":131297,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n0/c3","inputType":131297,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n1/c0","inputType":131297,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n1/c1","inputType":131297,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n1/c2","inputType":131297,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m1/n1/c3","inputType":131297,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n0/c0","inputType":262369,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n0/c1","inputType":262369,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n0/c2","inputType":262369,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n0/c3","inputType":262369,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n1/c0","inputType":262369,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n1/c1","inputType":262369,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n1/c2","inputType":262369,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m2/n1/c3","inputType":262369,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n0/c0","inputType":393441,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n0/c1","inputType":393441,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n0/c2","inputType":393441,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n0/c3","inputType":393441,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n1/c0","inputType":393441,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n1/c1","inputType":393441,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n1/c2","inputType":393441,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a6/m3/n1/c3","inputType":393441,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n0/c0","inputType":225,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n0/c1","inputType":225,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n0/c2","inputType":225,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n0/c3","inputType":225,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n1/c0","inputType":225,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n1/c1","inputType":225,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n1/c2","inputType":225,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m0/n1/c3","inputType":225,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n0/c0","inputType":131297,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n0/c1","inputType":131297,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n0/c2","inputType":131297,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n0/c3","inputType":131297,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n1/c0","inputType":131297,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n1/c1","inputType":131297,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n1/c2","inputType":131297,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m1/n1/c3","inputType":131297,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n0/c0","inputType":262369,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n0/c1","inputType":262369,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n0/c2","inputType":262369,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n0/c3","inputType":262369,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n1/c0","inputType":262369,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n1/c1","inputType":262369,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n1/c2","inputType":262369,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m2/n1/c3","inputType":262369,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n0/c0","inputType":393441,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n0/c1","inputType":393441,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n0/c2","inputType":393441,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n0/c3","inputType":393441,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n1/c0","inputType":393441,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n1/c1","inputType":393441,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n1/c2","inputType":393441,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"text-e0/a7/m3/n1/c3","inputType":393441,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n0/c0","inputType":2,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n0/c1","inputType":2,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n0/c2","inputType":2,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n0/c3","inputType":2,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n1/c0","inputType":2,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n1/c1","inputType":2,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n1/c2","inputType":2,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a0/m0/n1/c3","inputType":2,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a0/m1/n0/c0","inputType":131074,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n0/c1","inputType":131074,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n0/c2","inputType":131074,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n0/c3","inputType":131074,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n1/c0","inputType":131074,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n1/c1","inputType":131074,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n1/c2","inputType":131074,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m1/n1/c3","inputType":131074,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n0/c0","inputType":262146,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n0/c1","inputType":262146,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n0/c2","inputType":262146,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n0/c3","inputType":262146,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n1/c0","inputType":262146,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n1/c1","inputType":262146,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n1/c2","inputType":262146,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m2/n1/c3","inputType":262146,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n0/c0","inputType":393218,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n0/c1","inputType":393218,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n0/c2","inputType":393218,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n0/c3","inputType":393218,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n1/c0","inputType":393218,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n1/c1","inputType":393218,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n1/c2","inputType":393218,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a0/m3/n1/c3","inputType":393218,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m0/n0/c0","inputType":2,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n0/c1","inputType":2,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n0/c2","inputType":2,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n0/c3","inputType":2,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n1/c0","inputType":2,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n1/c1","inputType":2,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n1/c2","inputType":2,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a1/m0/n1/c3","inputType":2,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a1/m1/n0/c0","inputType":131074,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n0/c1","inputType":131074,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n0/c2","inputType":131074,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n0/c3","inputType":131074,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n1/c0","inputType":131074,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n1/c1","inputType":131074,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n1/c2","inputType":131074,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m1/n1/c3","inputType":131074,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n0/c0","inputType":262146,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n0/c1","inputType":262146,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n0/c2","inputType":262146,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n0/c3","inputType":262146,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n1/c0","inputType":262146,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n1/c1","inputType":262146,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n1/c2","inputType":262146,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m2/n1/c3","inputType":262146,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n0/c0","inputType":393218,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n0/c1","inputType":393218,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n0/c2","inputType":393218,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n0/c3","inputType":393218,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n1/c0","inputType":393218,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n1/c1","inputType":393218,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n1/c2","inputType":393218,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a1/m3/n1/c3","inputType":393218,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m0/n0/c0","inputType":2,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n0/c1","inputType":2,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n0/c2","inputType":2,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n0/c3","inputType":2,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n1/c0","inputType":2,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n1/c1","inputType":2,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n1/c2","inputType":2,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a2/m0/n1/c3","inputType":2,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a2/m1/n0/c0","inputType":131074,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n0/c1","inputType":131074,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n0/c2","inputType":131074,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n0/c3","inputType":131074,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n1/c0","inputType":131074,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n1/c1","inputType":131074,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n1/c2","inputType":131074,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m1/n1/c3","inputType":131074,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n0/c0","inputType":262146,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n0/c1","inputType":262146,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n0/c2","inputType":262146,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n0/c3","inputType":262146,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n1/c0","inputType":262146,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n1/c1","inputType":262146,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n1/c2","inputType":262146,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m2/n1/c3","inputType":262146,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n0/c0","inputType":393218,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n0/c1","inputType":393218,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n0/c2","inputType":393218,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n0/c3","inputType":393218,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n1/c0","inputType":393218,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n1/c1","inputType":393218,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n1/c2","inputType":393218,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a2/m3/n1/c3","inputType":393218,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m0/n0/c0","inputType":2,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n0/c1","inputType":2,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n0/c2","inputType":2,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n0/c3","inputType":2,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n1/c0","inputType":2,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n1/c1","inputType":2,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n1/c2","inputType":2,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a3/m0/n1/c3","inputType":2,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a3/m1/n0/c0","inputType":131074,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n0/c1","inputType":131074,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n0/c2","inputType":131074,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n0/c3","inputType":131074,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n1/c0","inputType":131074,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n1/c1","inputType":131074,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n1/c2","inputType":131074,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m1/n1/c3","inputType":131074,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n0/c0","inputType":262146,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n0/c1","inputType":262146,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n0/c2","inputType":262146,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n0/c3","inputType":262146,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n1/c0","inputType":262146,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n1/c1","inputType":262146,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n1/c2","inputType":262146,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m2/n1/c3","inputType":262146,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n0/c0","inputType":393218,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n0/c1","inputType":393218,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n0/c2","inputType":393218,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n0/c3","inputType":393218,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n1/c0","inputType":393218,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n1/c1","inputType":393218,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n1/c2","inputType":393218,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a3/m3/n1/c3","inputType":393218,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m0/n0/c0","inputType":2,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n0/c1","inputType":2,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n0/c2","inputType":2,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n0/c3","inputType":2,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n1/c0","inputType":2,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n1/c1","inputType":2,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n1/c2","inputType":2,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a4/m0/n1/c3","inputType":2,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a4/m1/n0/c0","inputType":131074,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n0/c1","inputType":131074,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n0/c2","inputType":131074,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n0/c3","inputType":131074,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n1/c0","inputType":131074,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n1/c1","inputType":131074,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n1/c2","inputType":131074,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m1/n1/c3","inputType":131074,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n0/c0","inputType":262146,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n0/c1","inputType":262146,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n0/c2","inputType":262146,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n0/c3","inputType":262146,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n1/c0","inputType":262146,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n1/c1","inputType":262146,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n1/c2","inputType":262146,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m2/n1/c3","inputType":262146,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n0/c0","inputType":393218,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n0/c1","inputType":393218,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n0/c2","inputType":393218,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n0/c3","inputType":393218,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n1/c0","inputType":393218,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n1/c1","inputType":393218,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n1/c2","inputType":393218,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a4/m3/n1/c3","inputType":393218,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m0/n0/c0","inputType":2,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n0/c1","inputType":2,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n0/c2","inputType":2,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n0/c3","inputType":2,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n1/c0","inputType":2,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n1/c1","inputType":2,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n1/c2","inputType":2,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a5/m0/n1/c3","inputType":2,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a5/m1/n0/c0","inputType":131074,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n0/c1","inputType":131074,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n0/c2","inputType":131074,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n0/c3","inputType":131074,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n1/c0","inputType":131074,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n1/c1","inputType":131074,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n1/c2","inputType":131074,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m1/n1/c3","inputType":131074,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n0/c0","inputType":262146,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n0/c1","inputType":262146,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n0/c2","inputType":262146,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n0/c3","inputType":262146,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n1/c0","inputType":262146,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n1/c1","inputType":262146,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n1/c2","inputType":262146,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m2/n1/c3","inputType":262146,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n0/c0","inputType":393218,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n0/c1","inputType":393218,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n0/c2","inputType":393218,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n0/c3","inputType":393218,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n1/c0","inputType":393218,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n1/c1","inputType":393218,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n1/c2","inputType":393218,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a5/m3/n1/c3","inputType":393218,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m0/n0/c0","inputType":2,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n0/c1","inputType":2,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n0/c2","inputType":2,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n0/c3","inputType":2,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n1/c0","inputType":2,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n1/c1","inputType":2,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n1/c2","inputType":2,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a6/m0/n1/c3","inputType":2,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a6/m1/n0/c0","inputType":131074,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n0/c1","inputType":131074,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n0/c2","inputType":131074,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n0/c3","inputType":131074,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n1/c0","inputType":131074,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n1/c1","inputType":131074,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n1/c2","inputType":131074,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m1/n1/c3","inputType":131074,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n0/c0","inputType":262146,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n0/c1","inputType":262146,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n0/c2","inputType":262146,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n0/c3","inputType":262146,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n1/c0","inputType":262146,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n1/c1","inputType":262146,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n1/c2","inputType":262146,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m2/n1/c3","inputType":262146,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n0/c0","inputType":393218,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n0/c1","inputType":393218,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n0/c2","inputType":393218,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n0/c3","inputType":393218,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n1/c0","inputType":393218,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n1/c1","inputType":393218,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n1/c2","inputType":393218,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a6/m3/n1/c3","inputType":393218,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m0/n0/c0","inputType":2,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n0/c1","inputType":2,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n0/c2","inputType":2,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n0/c3","inputType":2,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n1/c0","inputType":2,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n1/c1","inputType":2,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n1/c2","inputType":2,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number/a7/m0/n1/c3","inputType":2,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number/a7/m1/n0/c0","inputType":131074,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n0/c1","inputType":131074,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n0/c2","inputType":131074,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n0/c3","inputType":131074,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n1/c0","inputType":131074,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n1/c1","inputType":131074,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n1/c2","inputType":131074,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m1/n1/c3","inputType":131074,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n0/c0","inputType":262146,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n0/c1","inputType":262146,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n0/c2","inputType":262146,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n0/c3","inputType":262146,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n1/c0","inputType":262146,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n1/c1","inputType":262146,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n1/c2","inputType":262146,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m2/n1/c3","inputType":262146,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n0/c0","inputType":393218,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n0/c1","inputType":393218,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n0/c2","inputType":393218,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n0/c3","inputType":393218,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n1/c0","inputType":393218,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n1/c1","inputType":393218,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n1/c2","inputType":393218,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number/a7/m3/n1/c3","inputType":393218,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m0/n0/c0","inputType":18,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n0/c1","inputType":18,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n0/c2","inputType":18,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n0/c3","inputType":18,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n1/c0","inputType":18,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n1/c1","inputType":18,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n1/c2","inputType":18,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a0/m0/n1/c3","inputType":18,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a0/m1/n0/c0","inputType":131090,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n0/c1","inputType":131090,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n0/c2","inputType":131090,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n0/c3","inputType":131090,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n1/c0","inputType":131090,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n1/c1","inputType":131090,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n1/c2","inputType":131090,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m1/n1/c3","inputType":131090,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n0/c0","inputType":262162,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n0/c1","inputType":262162,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n0/c2","inputType":262162,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n0/c3","inputType":262162,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n1/c0","inputType":262162,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n1/c1","inputType":262162,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n1/c2","inputType":262162,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m2/n1/c3","inputType":262162,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n0/c0","inputType":393234,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n0/c1","inputType":393234,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n0/c2","inputType":393234,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n0/c3","inputType":393234,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n1/c0","inputType":393234,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n1/c1","inputType":393234,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n1/c2","inputType":393234,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a0/m3/n1/c3","inputType":393234,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m0/n0/c0","inputType":18,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n0/c1","inputType":18,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n0/c2","inputType":18,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n0/c3","inputType":18,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n1/c0","inputType":18,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n1/c1","inputType":18,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n1/c2","inputType":18,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a1/m0/n1/c3","inputType":18,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a1/m1/n0/c0","inputType":131090,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n0/c1","inputType":131090,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n0/c2","inputType":131090,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n0/c3","inputType":131090,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n1/c0","inputType":131090,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n1/c1","inputType":131090,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n1/c2","inputType":131090,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m1/n1/c3","inputType":131090,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n0/c0","inputType":262162,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n0/c1","inputType":262162,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n0/c2","inputType":262162,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n0/c3","inputType":262162,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n1/c0","inputType":262162,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n1/c1","inputType":262162,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n1/c2","inputType":262162,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m2/n1/c3","inputType":262162,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n0/c0","inputType":393234,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n0/c1","inputType":393234,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n0/c2","inputType":393234,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n0/c3","inputType":393234,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n1/c0","inputType":393234,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n1/c1","inputType":393234,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n1/c2","inputType":393234,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a1/m3/n1/c3","inputType":393234,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m0/n0/c0","inputType":18,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n0/c1","inputType":18,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n0/c2","inputType":18,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n0/c3","inputType":18,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n1/c0","inputType":18,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n1/c1","inputType":18,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n1/c2","inputType":18,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a2/m0/n1/c3","inputType":18,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a2/m1/n0/c0","inputType":131090,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n0/c1","inputType":131090,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n0/c2","inputType":131090,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n0/c3","inputType":131090,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n1/c0","inputType":131090,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n1/c1","inputType":131090,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n1/c2","inputType":131090,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m1/n1/c3","inputType":131090,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n0/c0","inputType":262162,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n0/c1","inputType":262162,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n0/c2","inputType":262162,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n0/c3","inputType":262162,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n1/c0","inputType":262162,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n1/c1","inputType":262162,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n1/c2","inputType":262162,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m2/n1/c3","inputType":262162,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n0/c0","inputType":393234,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n0/c1","inputType":393234,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n0/c2","inputType":393234,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n0/c3","inputType":393234,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n1/c0","inputType":393234,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n1/c1","inputType":393234,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n1/c2","inputType":393234,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a2/m3/n1/c3","inputType":393234,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m0/n0/c0","inputType":18,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n0/c1","inputType":18,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n0/c2","inputType":18,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n0/c3","inputType":18,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n1/c0","inputType":18,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n1/c1","inputType":18,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n1/c2","inputType":18,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a3/m0/n1/c3","inputType":18,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a3/m1/n0/c0","inputType":131090,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n0/c1","inputType":131090,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n0/c2","inputType":131090,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n0/c3","inputType":131090,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n1/c0","inputType":131090,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n1/c1","inputType":131090,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n1/c2","inputType":131090,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m1/n1/c3","inputType":131090,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n0/c0","inputType":262162,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n0/c1","inputType":262162,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n0/c2","inputType":262162,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n0/c3","inputType":262162,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n1/c0","inputType":262162,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n1/c1","inputType":262162,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n1/c2","inputType":262162,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m2/n1/c3","inputType":262162,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n0/c0","inputType":393234,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n0/c1","inputType":393234,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n0/c2","inputType":393234,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n0/c3","inputType":393234,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n1/c0","inputType":393234,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n1/c1","inputType":393234,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n1/c2","inputType":393234,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a3/m3/n1/c3","inputType":393234,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m0/n0/c0","inputType":18,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n0/c1","inputType":18,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n0/c2","inputType":18,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n0/c3","inputType":18,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n1/c0","inputType":18,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n1/c1","inputType":18,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n1/c2","inputType":18,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a4/m0/n1/c3","inputType":18,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a4/m1/n0/c0","inputType":131090,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n0/c1","inputType":131090,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n0/c2","inputType":131090,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n0/c3","inputType":131090,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n1/c0","inputType":131090,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n1/c1","inputType":131090,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n1/c2","inputType":131090,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m1/n1/c3","inputType":131090,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n0/c0","inputType":262162,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n0/c1","inputType":262162,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n0/c2","inputType":262162,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n0/c3","inputType":262162,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n1/c0","inputType":262162,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n1/c1","inputType":262162,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n1/c2","inputType":262162,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m2/n1/c3","inputType":262162,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n0/c0","inputType":393234,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n0/c1","inputType":393234,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n0/c2","inputType":393234,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n0/c3","inputType":393234,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n1/c0","inputType":393234,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n1/c1","inputType":393234,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n1/c2","inputType":393234,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a4/m3/n1/c3","inputType":393234,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m0/n0/c0","inputType":18,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n0/c1","inputType":18,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n0/c2","inputType":18,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n0/c3","inputType":18,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n1/c0","inputType":18,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n1/c1","inputType":18,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n1/c2","inputType":18,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a5/m0/n1/c3","inputType":18,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a5/m1/n0/c0","inputType":131090,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n0/c1","inputType":131090,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n0/c2","inputType":131090,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n0/c3","inputType":131090,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n1/c0","inputType":131090,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n1/c1","inputType":131090,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n1/c2","inputType":131090,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m1/n1/c3","inputType":131090,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n0/c0","inputType":262162,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n0/c1","inputType":262162,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n0/c2","inputType":262162,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n0/c3","inputType":262162,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n1/c0","inputType":262162,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n1/c1","inputType":262162,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n1/c2","inputType":262162,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m2/n1/c3","inputType":262162,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n0/c0","inputType":393234,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n0/c1","inputType":393234,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n0/c2","inputType":393234,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n0/c3","inputType":393234,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n1/c0","inputType":393234,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n1/c1","inputType":393234,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n1/c2","inputType":393234,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a5/m3/n1/c3","inputType":393234,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m0/n0/c0","inputType":18,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n0/c1","inputType":18,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n0/c2","inputType":18,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n0/c3","inputType":18,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n1/c0","inputType":18,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n1/c1","inputType":18,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n1/c2","inputType":18,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a6/m0/n1/c3","inputType":18,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a6/m1/n0/c0","inputType":131090,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n0/c1","inputType":131090,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n0/c2","inputType":131090,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n0/c3","inputType":131090,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n1/c0","inputType":131090,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n1/c1","inputType":131090,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n1/c2","inputType":131090,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m1/n1/c3","inputType":131090,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n0/c0","inputType":262162,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n0/c1","inputType":262162,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n0/c2","inputType":262162,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n0/c3","inputType":262162,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n1/c0","inputType":262162,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n1/c1","inputType":262162,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n1/c2","inputType":262162,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m2/n1/c3","inputType":262162,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n0/c0","inputType":393234,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n0/c1","inputType":393234,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n0/c2","inputType":393234,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n0/c3","inputType":393234,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n1/c0","inputType":393234,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n1/c1","inputType":393234,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n1/c2","inputType":393234,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a6/m3/n1/c3","inputType":393234,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m0/n0/c0","inputType":18,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n0/c1","inputType":18,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n0/c2","inputType":18,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n0/c3","inputType":18,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n1/c0","inputType":18,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n1/c1","inputType":18,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n1/c2","inputType":18,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a7/m0/n1/c3","inputType":18,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"number-password/a7/m1/n0/c0","inputType":131090,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n0/c1","inputType":131090,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n0/c2","inputType":131090,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n0/c3","inputType":131090,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n1/c0","inputType":131090,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n1/c1","inputType":131090,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n1/c2","inputType":131090,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m1/n1/c3","inputType":131090,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n0/c0","inputType":262162,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n0/c1","inputType":262162,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n0/c2","inputType":262162,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n0/c3","inputType":262162,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n1/c0","inputType":262162,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n1/c1","inputType":262162,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n1/c2","inputType":262162,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m2/n1/c3","inputType":262162,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n0/c0","inputType":393234,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n0/c1","inputType":393234,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n0/c2","inputType":393234,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n0/c3","inputType":393234,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n1/c0","inputType":393234,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n1/c1","inputType":393234,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n1/c2","inputType":393234,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"number-password/a7/m3/n1/c3","inputType":393234,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m0/n0/c0","inputType":3,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n0/c1","inputType":3,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n0/c2","inputType":3,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n0/c3","inputType":3,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n1/c0","inputType":3,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n1/c1","inputType":3,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n1/c2","inputType":3,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a0/m0/n1/c3","inputType":3,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a0/m1/n0/c0","inputType":131075,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n0/c1","inputType":131075,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n0/c2","inputType":131075,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n0/c3","inputType":131075,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n1/c0","inputType":131075,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n1/c1","inputType":131075,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n1/c2","inputType":131075,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m1/n1/c3","inputType":131075,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n0/c0","inputType":262147,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n0/c1","inputType":262147,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n0/c2","inputType":262147,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n0/c3","inputType":262147,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n1/c0","inputType":262147,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n1/c1","inputType":262147,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n1/c2","inputType":262147,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m2/n1/c3","inputType":262147,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n0/c0","inputType":393219,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n0/c1","inputType":393219,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n0/c2","inputType":393219,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n0/c3","inputType":393219,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n1/c0","inputType":393219,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n1/c1","inputType":393219,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n1/c2","inputType":393219,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a0/m3/n1/c3","inputType":393219,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m0/n0/c0","inputType":3,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n0/c1","inputType":3,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n0/c2","inputType":3,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n0/c3","inputType":3,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n1/c0","inputType":3,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n1/c1","inputType":3,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n1/c2","inputType":3,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a1/m0/n1/c3","inputType":3,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a1/m1/n0/c0","inputType":131075,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n0/c1","inputType":131075,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n0/c2","inputType":131075,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n0/c3","inputType":131075,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n1/c0","inputType":131075,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n1/c1","inputType":131075,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n1/c2","inputType":131075,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m1/n1/c3","inputType":131075,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n0/c0","inputType":262147,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n0/c1","inputType":262147,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n0/c2","inputType":262147,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n0/c3","inputType":262147,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n1/c0","inputType":262147,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n1/c1","inputType":262147,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n1/c2","inputType":262147,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m2/n1/c3","inputType":262147,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n0/c0","inputType":393219,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n0/c1","inputType":393219,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n0/c2","inputType":393219,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n0/c3","inputType":393219,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n1/c0","inputType":393219,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n1/c1","inputType":393219,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n1/c2","inputType":393219,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a1/m3/n1/c3","inputType":393219,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m0/n0/c0","inputType":3,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n0/c1","inputType":3,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n0/c2","inputType":3,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n0/c3","inputType":3,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n1/c0","inputType":3,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n1/c1","inputType":3,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n1/c2","inputType":3,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a2/m0/n1/c3","inputType":3,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a2/m1/n0/c0","inputType":131075,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n0/c1","inputType":131075,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n0/c2","inputType":131075,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n0/c3","inputType":131075,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n1/c0","inputType":131075,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n1/c1","inputType":131075,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n1/c2","inputType":131075,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m1/n1/c3","inputType":131075,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n0/c0","inputType":262147,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n0/c1","inputType":262147,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n0/c2","inputType":262147,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n0/c3","inputType":262147,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n1/c0","inputType":262147,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n1/c1","inputType":262147,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n1/c2","inputType":262147,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m2/n1/c3","inputType":262147,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n0/c0","inputType":393219,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n0/c1","inputType":393219,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n0/c2","inputType":393219,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n0/c3","inputType":393219,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n1/c0","inputType":393219,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n1/c1","inputType":393219,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n1/c2","inputType":393219,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a2/m3/n1/c3","inputType":393219,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m0/n0/c0","inputType":3,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n0/c1","inputType":3,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n0/c2","inputType":3,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n0/c3","inputType":3,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n1/c0","inputType":3,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n1/c1","inputType":3,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n1/c2","inputType":3,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a3/m0/n1/c3","inputType":3,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a3/m1/n0/c0","inputType":131075,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n0/c1","inputType":131075,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n0/c2","inputType":131075,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n0/c3","inputType":131075,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n1/c0","inputType":131075,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n1/c1","inputType":131075,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n1/c2","inputType":131075,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m1/n1/c3","inputType":131075,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n0/c0","inputType":262147,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n0/c1","inputType":262147,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n0/c2","inputType":262147,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n0/c3","inputType":262147,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n1/c0","inputType":262147,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n1/c1","inputType":262147,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n1/c2","inputType":262147,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m2/n1/c3","inputType":262147,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n0/c0","inputType":393219,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n0/c1","inputType":393219,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n0/c2","inputType":393219,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n0/c3","inputType":393219,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n1/c0","inputType":393219,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n1/c1","inputType":393219,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n1/c2","inputType":393219,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a3/m3/n1/c3","inputType":393219,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m0/n0/c0","inputType":3,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n0/c1","inputType":3,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n0/c2","inputType":3,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n0/c3","inputType":3,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n1/c0","inputType":3,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n1/c1","inputType":3,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n1/c2","inputType":3,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a4/m0/n1/c3","inputType":3,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a4/m1/n0/c0","inputType":131075,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n0/c1","inputType":131075,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n0/c2","inputType":131075,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n0/c3","inputType":131075,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n1/c0","inputType":131075,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n1/c1","inputType":131075,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n1/c2","inputType":131075,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m1/n1/c3","inputType":131075,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n0/c0","inputType":262147,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n0/c1","inputType":262147,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n0/c2","inputType":262147,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n0/c3","inputType":262147,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n1/c0","inputType":262147,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n1/c1","inputType":262147,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n1/c2","inputType":262147,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m2/n1/c3","inputType":262147,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n0/c0","inputType":393219,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n0/c1","inputType":393219,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n0/c2","inputType":393219,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n0/c3","inputType":393219,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n1/c0","inputType":393219,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n1/c1","inputType":393219,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n1/c2","inputType":393219,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a4/m3/n1/c3","inputType":393219,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m0/n0/c0","inputType":3,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n0/c1","inputType":3,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n0/c2","inputType":3,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n0/c3","inputType":3,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n1/c0","inputType":3,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n1/c1","inputType":3,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n1/c2","inputType":3,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a5/m0/n1/c3","inputType":3,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a5/m1/n0/c0","inputType":131075,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n0/c1","inputType":131075,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n0/c2","inputType":131075,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n0/c3","inputType":131075,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n1/c0","inputType":131075,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n1/c1","inputType":131075,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n1/c2","inputType":131075,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m1/n1/c3","inputType":131075,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n0/c0","inputType":262147,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n0/c1","inputType":262147,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n0/c2","inputType":262147,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n0/c3","inputType":262147,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n1/c0","inputType":262147,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n1/c1","inputType":262147,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n1/c2","inputType":262147,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m2/n1/c3","inputType":262147,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n0/c0","inputType":393219,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n0/c1","inputType":393219,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n0/c2","inputType":393219,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n0/c3","inputType":393219,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n1/c0","inputType":393219,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n1/c1","inputType":393219,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n1/c2","inputType":393219,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a5/m3/n1/c3","inputType":393219,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m0/n0/c0","inputType":3,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n0/c1","inputType":3,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n0/c2","inputType":3,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n0/c3","inputType":3,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n1/c0","inputType":3,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n1/c1","inputType":3,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n1/c2","inputType":3,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a6/m0/n1/c3","inputType":3,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a6/m1/n0/c0","inputType":131075,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n0/c1","inputType":131075,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n0/c2","inputType":131075,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n0/c3","inputType":131075,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n1/c0","inputType":131075,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n1/c1","inputType":131075,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n1/c2","inputType":131075,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m1/n1/c3","inputType":131075,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n0/c0","inputType":262147,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n0/c1","inputType":262147,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n0/c2","inputType":262147,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n0/c3","inputType":262147,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n1/c0","inputType":262147,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n1/c1","inputType":262147,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n1/c2","inputType":262147,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m2/n1/c3","inputType":262147,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n0/c0","inputType":393219,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n0/c1","inputType":393219,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n0/c2","inputType":393219,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n0/c3","inputType":393219,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n1/c0","inputType":393219,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n1/c1","inputType":393219,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n1/c2","inputType":393219,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a6/m3/n1/c3","inputType":393219,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m0/n0/c0","inputType":3,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n0/c1","inputType":3,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n0/c2","inputType":3,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n0/c3","inputType":3,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n1/c0","inputType":3,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n1/c1","inputType":3,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n1/c2","inputType":3,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a7/m0/n1/c3","inputType":3,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"phone/a7/m1/n0/c0","inputType":131075,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n0/c1","inputType":131075,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n0/c2","inputType":131075,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n0/c3","inputType":131075,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n1/c0","inputType":131075,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n1/c1","inputType":131075,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n1/c2","inputType":131075,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m1/n1/c3","inputType":131075,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n0/c0","inputType":262147,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n0/c1","inputType":262147,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n0/c2","inputType":262147,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n0/c3","inputType":262147,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n1/c0","inputType":262147,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n1/c1","inputType":262147,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n1/c2","inputType":262147,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m2/n1/c3","inputType":262147,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n0/c0","inputType":393219,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n0/c1","inputType":393219,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n0/c2","inputType":393219,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n0/c3","inputType":393219,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n1/c0","inputType":393219,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n1/c1","inputType":393219,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n1/c2","inputType":393219,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"phone/a7/m3/n1/c3","inputType":393219,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m0/n0/c0","inputType":4,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n0/c1","inputType":4,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n0/c2","inputType":4,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n0/c3","inputType":4,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n1/c0","inputType":4,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n1/c1","inputType":4,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n1/c2","inputType":4,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a0/m0/n1/c3","inputType":4,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a0/m1/n0/c0","inputType":131076,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n0/c1","inputType":131076,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n0/c2","inputType":131076,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n0/c3","inputType":131076,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n1/c0","inputType":131076,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n1/c1","inputType":131076,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n1/c2","inputType":131076,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m1/n1/c3","inputType":131076,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n0/c0","inputType":262148,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n0/c1","inputType":262148,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n0/c2","inputType":262148,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n0/c3","inputType":262148,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n1/c0","inputType":262148,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n1/c1","inputType":262148,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n1/c2","inputType":262148,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m2/n1/c3","inputType":262148,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n0/c0","inputType":393220,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n0/c1","inputType":393220,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n0/c2","inputType":393220,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n0/c3","inputType":393220,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n1/c0","inputType":393220,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n1/c1","inputType":393220,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n1/c2","inputType":393220,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a0/m3/n1/c3","inputType":393220,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m0/n0/c0","inputType":4,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n0/c1","inputType":4,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n0/c2","inputType":4,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n0/c3","inputType":4,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n1/c0","inputType":4,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n1/c1","inputType":4,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n1/c2","inputType":4,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a1/m0/n1/c3","inputType":4,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a1/m1/n0/c0","inputType":131076,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n0/c1","inputType":131076,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n0/c2","inputType":131076,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n0/c3","inputType":131076,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n1/c0","inputType":131076,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n1/c1","inputType":131076,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n1/c2","inputType":131076,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m1/n1/c3","inputType":131076,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n0/c0","inputType":262148,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n0/c1","inputType":262148,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n0/c2","inputType":262148,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n0/c3","inputType":262148,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n1/c0","inputType":262148,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n1/c1","inputType":262148,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n1/c2","inputType":262148,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m2/n1/c3","inputType":262148,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n0/c0","inputType":393220,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n0/c1","inputType":393220,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n0/c2","inputType":393220,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n0/c3","inputType":393220,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n1/c0","inputType":393220,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n1/c1","inputType":393220,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n1/c2","inputType":393220,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a1/m3/n1/c3","inputType":393220,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m0/n0/c0","inputType":4,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n0/c1","inputType":4,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n0/c2","inputType":4,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n0/c3","inputType":4,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n1/c0","inputType":4,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n1/c1","inputType":4,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n1/c2","inputType":4,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a2/m0/n1/c3","inputType":4,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a2/m1/n0/c0","inputType":131076,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n0/c1","inputType":131076,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n0/c2","inputType":131076,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n0/c3","inputType":131076,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n1/c0","inputType":131076,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n1/c1","inputType":131076,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n1/c2","inputType":131076,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m1/n1/c3","inputType":131076,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n0/c0","inputType":262148,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n0/c1","inputType":262148,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n0/c2","inputType":262148,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n0/c3","inputType":262148,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n1/c0","inputType":262148,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n1/c1","inputType":262148,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n1/c2","inputType":262148,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m2/n1/c3","inputType":262148,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n0/c0","inputType":393220,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n0/c1","inputType":393220,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n0/c2","inputType":393220,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n0/c3","inputType":393220,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n1/c0","inputType":393220,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n1/c1","inputType":393220,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n1/c2","inputType":393220,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a2/m3/n1/c3","inputType":393220,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m0/n0/c0","inputType":4,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n0/c1","inputType":4,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n0/c2","inputType":4,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n0/c3","inputType":4,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n1/c0","inputType":4,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n1/c1","inputType":4,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n1/c2","inputType":4,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a3/m0/n1/c3","inputType":4,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a3/m1/n0/c0","inputType":131076,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n0/c1","inputType":131076,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n0/c2","inputType":131076,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n0/c3","inputType":131076,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n1/c0","inputType":131076,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n1/c1","inputType":131076,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n1/c2","inputType":131076,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m1/n1/c3","inputType":131076,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n0/c0","inputType":262148,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n0/c1","inputType":262148,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n0/c2","inputType":262148,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n0/c3","inputType":262148,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n1/c0","inputType":262148,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n1/c1","inputType":262148,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n1/c2","inputType":262148,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m2/n1/c3","inputType":262148,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n0/c0","inputType":393220,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n0/c1","inputType":393220,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n0/c2","inputType":393220,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n0/c3","inputType":393220,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n1/c0","inputType":393220,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n1/c1","inputType":393220,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n1/c2","inputType":393220,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a3/m3/n1/c3","inputType":393220,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m0/n0/c0","inputType":4,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n0/c1","inputType":4,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n0/c2","inputType":4,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n0/c3","inputType":4,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n1/c0","inputType":4,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n1/c1","inputType":4,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n1/c2","inputType":4,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a4/m0/n1/c3","inputType":4,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a4/m1/n0/c0","inputType":131076,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n0/c1","inputType":131076,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n0/c2","inputType":131076,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n0/c3","inputType":131076,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n1/c0","inputType":131076,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n1/c1","inputType":131076,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n1/c2","inputType":131076,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m1/n1/c3","inputType":131076,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n0/c0","inputType":262148,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n0/c1","inputType":262148,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n0/c2","inputType":262148,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n0/c3","inputType":262148,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n1/c0","inputType":262148,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n1/c1","inputType":262148,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n1/c2","inputType":262148,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m2/n1/c3","inputType":262148,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n0/c0","inputType":393220,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n0/c1","inputType":393220,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n0/c2","inputType":393220,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n0/c3","inputType":393220,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n1/c0","inputType":393220,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n1/c1","inputType":393220,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n1/c2","inputType":393220,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a4/m3/n1/c3","inputType":393220,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m0/n0/c0","inputType":4,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n0/c1","inputType":4,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n0/c2","inputType":4,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n0/c3","inputType":4,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n1/c0","inputType":4,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n1/c1","inputType":4,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n1/c2","inputType":4,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a5/m0/n1/c3","inputType":4,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a5/m1/n0/c0","inputType":131076,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n0/c1","inputType":131076,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n0/c2","inputType":131076,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n0/c3","inputType":131076,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n1/c0","inputType":131076,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n1/c1","inputType":131076,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n1/c2","inputType":131076,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m1/n1/c3","inputType":131076,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n0/c0","inputType":262148,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n0/c1","inputType":262148,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n0/c2","inputType":262148,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n0/c3","inputType":262148,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n1/c0","inputType":262148,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n1/c1","inputType":262148,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n1/c2","inputType":262148,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m2/n1/c3","inputType":262148,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n0/c0","inputType":393220,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n0/c1","inputType":393220,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n0/c2","inputType":393220,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n0/c3","inputType":393220,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n1/c0","inputType":393220,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n1/c1","inputType":393220,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n1/c2","inputType":393220,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a5/m3/n1/c3","inputType":393220,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m0/n0/c0","inputType":4,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n0/c1","inputType":4,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n0/c2","inputType":4,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n0/c3","inputType":4,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n1/c0","inputType":4,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n1/c1","inputType":4,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n1/c2","inputType":4,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a6/m0/n1/c3","inputType":4,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a6/m1/n0/c0","inputType":131076,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n0/c1","inputType":131076,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n0/c2","inputType":131076,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n0/c3","inputType":131076,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n1/c0","inputType":131076,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n1/c1","inputType":131076,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n1/c2","inputType":131076,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m1/n1/c3","inputType":131076,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n0/c0","inputType":262148,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n0/c1","inputType":262148,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n0/c2","inputType":262148,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n0/c3","inputType":262148,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n1/c0","inputType":262148,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n1/c1","inputType":262148,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n1/c2","inputType":262148,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m2/n1/c3","inputType":262148,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n0/c0","inputType":393220,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n0/c1","inputType":393220,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n0/c2","inputType":393220,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n0/c3","inputType":393220,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n1/c0","inputType":393220,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n1/c1","inputType":393220,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n1/c2","inputType":393220,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a6/m3/n1/c3","inputType":393220,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m0/n0/c0","inputType":4,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n0/c1","inputType":4,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n0/c2","inputType":4,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n0/c3","inputType":4,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n1/c0","inputType":4,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n1/c1","inputType":4,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n1/c2","inputType":4,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a7/m0/n1/c3","inputType":4,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"datetime/a7/m1/n0/c0","inputType":131076,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n0/c1","inputType":131076,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n0/c2","inputType":131076,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n0/c3","inputType":131076,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n1/c0","inputType":131076,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n1/c1","inputType":131076,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n1/c2","inputType":131076,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m1/n1/c3","inputType":131076,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n0/c0","inputType":262148,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n0/c1","inputType":262148,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n0/c2","inputType":262148,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n0/c3","inputType":262148,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n1/c0","inputType":262148,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n1/c1","inputType":262148,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n1/c2","inputType":262148,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m2/n1/c3","inputType":262148,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n0/c0","inputType":393220,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n0/c1","inputType":393220,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n0/c2","inputType":393220,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n0/c3","inputType":393220,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n1/c0","inputType":393220,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n1/c1","inputType":393220,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n1/c2","inputType":393220,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"datetime/a7/m3/n1/c3","inputType":393220,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m0/n0/c0","inputType":20,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n0/c1","inputType":20,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n0/c2","inputType":20,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n0/c3","inputType":20,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n1/c0","inputType":20,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n1/c1","inputType":20,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n1/c2","inputType":20,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a0/m0/n1/c3","inputType":20,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a0/m1/n0/c0","inputType":131092,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n0/c1","inputType":131092,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n0/c2","inputType":131092,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n0/c3","inputType":131092,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n1/c0","inputType":131092,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n1/c1","inputType":131092,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n1/c2","inputType":131092,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m1/n1/c3","inputType":131092,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n0/c0","inputType":262164,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n0/c1","inputType":262164,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n0/c2","inputType":262164,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n0/c3","inputType":262164,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n1/c0","inputType":262164,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n1/c1","inputType":262164,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n1/c2","inputType":262164,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m2/n1/c3","inputType":262164,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n0/c0","inputType":393236,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n0/c1","inputType":393236,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n0/c2","inputType":393236,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n0/c3","inputType":393236,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n1/c0","inputType":393236,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n1/c1","inputType":393236,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n1/c2","inputType":393236,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a0/m3/n1/c3","inputType":393236,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m0/n0/c0","inputType":20,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n0/c1","inputType":20,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n0/c2","inputType":20,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n0/c3","inputType":20,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n1/c0","inputType":20,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n1/c1","inputType":20,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n1/c2","inputType":20,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a1/m0/n1/c3","inputType":20,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a1/m1/n0/c0","inputType":131092,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n0/c1","inputType":131092,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n0/c2","inputType":131092,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n0/c3","inputType":131092,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n1/c0","inputType":131092,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n1/c1","inputType":131092,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n1/c2","inputType":131092,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m1/n1/c3","inputType":131092,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n0/c0","inputType":262164,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n0/c1","inputType":262164,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n0/c2","inputType":262164,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n0/c3","inputType":262164,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n1/c0","inputType":262164,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n1/c1","inputType":262164,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n1/c2","inputType":262164,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m2/n1/c3","inputType":262164,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n0/c0","inputType":393236,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n0/c1","inputType":393236,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n0/c2","inputType":393236,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n0/c3","inputType":393236,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n1/c0","inputType":393236,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n1/c1","inputType":393236,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n1/c2","inputType":393236,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a1/m3/n1/c3","inputType":393236,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m0/n0/c0","inputType":20,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n0/c1","inputType":20,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n0/c2","inputType":20,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n0/c3","inputType":20,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n1/c0","inputType":20,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n1/c1","inputType":20,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n1/c2","inputType":20,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a2/m0/n1/c3","inputType":20,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a2/m1/n0/c0","inputType":131092,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n0/c1","inputType":131092,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n0/c2","inputType":131092,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n0/c3","inputType":131092,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n1/c0","inputType":131092,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n1/c1","inputType":131092,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n1/c2","inputType":131092,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m1/n1/c3","inputType":131092,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n0/c0","inputType":262164,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n0/c1","inputType":262164,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n0/c2","inputType":262164,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n0/c3","inputType":262164,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n1/c0","inputType":262164,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n1/c1","inputType":262164,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n1/c2","inputType":262164,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m2/n1/c3","inputType":262164,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n0/c0","inputType":393236,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n0/c1","inputType":393236,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n0/c2","inputType":393236,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n0/c3","inputType":393236,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n1/c0","inputType":393236,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n1/c1","inputType":393236,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n1/c2","inputType":393236,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a2/m3/n1/c3","inputType":393236,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m0/n0/c0","inputType":20,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n0/c1","inputType":20,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n0/c2","inputType":20,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n0/c3","inputType":20,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n1/c0","inputType":20,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n1/c1","inputType":20,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n1/c2","inputType":20,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a3/m0/n1/c3","inputType":20,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a3/m1/n0/c0","inputType":131092,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n0/c1","inputType":131092,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n0/c2","inputType":131092,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n0/c3","inputType":131092,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n1/c0","inputType":131092,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n1/c1","inputType":131092,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n1/c2","inputType":131092,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m1/n1/c3","inputType":131092,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n0/c0","inputType":262164,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n0/c1","inputType":262164,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n0/c2","inputType":262164,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n0/c3","inputType":262164,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n1/c0","inputType":262164,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n1/c1","inputType":262164,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n1/c2","inputType":262164,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m2/n1/c3","inputType":262164,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n0/c0","inputType":393236,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n0/c1","inputType":393236,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n0/c2","inputType":393236,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n0/c3","inputType":393236,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n1/c0","inputType":393236,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n1/c1","inputType":393236,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n1/c2","inputType":393236,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a3/m3/n1/c3","inputType":393236,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m0/n0/c0","inputType":20,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n0/c1","inputType":20,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n0/c2","inputType":20,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n0/c3","inputType":20,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n1/c0","inputType":20,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n1/c1","inputType":20,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n1/c2","inputType":20,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a4/m0/n1/c3","inputType":20,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a4/m1/n0/c0","inputType":131092,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n0/c1","inputType":131092,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n0/c2","inputType":131092,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n0/c3","inputType":131092,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n1/c0","inputType":131092,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n1/c1","inputType":131092,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n1/c2","inputType":131092,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m1/n1/c3","inputType":131092,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n0/c0","inputType":262164,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n0/c1","inputType":262164,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n0/c2","inputType":262164,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n0/c3","inputType":262164,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n1/c0","inputType":262164,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n1/c1","inputType":262164,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n1/c2","inputType":262164,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m2/n1/c3","inputType":262164,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n0/c0","inputType":393236,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n0/c1","inputType":393236,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n0/c2","inputType":393236,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n0/c3","inputType":393236,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n1/c0","inputType":393236,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n1/c1","inputType":393236,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n1/c2","inputType":393236,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a4/m3/n1/c3","inputType":393236,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m0/n0/c0","inputType":20,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n0/c1","inputType":20,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n0/c2","inputType":20,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n0/c3","inputType":20,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n1/c0","inputType":20,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n1/c1","inputType":20,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n1/c2","inputType":20,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a5/m0/n1/c3","inputType":20,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a5/m1/n0/c0","inputType":131092,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n0/c1","inputType":131092,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n0/c2","inputType":131092,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n0/c3","inputType":131092,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n1/c0","inputType":131092,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n1/c1","inputType":131092,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n1/c2","inputType":131092,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m1/n1/c3","inputType":131092,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n0/c0","inputType":262164,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n0/c1","inputType":262164,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n0/c2","inputType":262164,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n0/c3","inputType":262164,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n1/c0","inputType":262164,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n1/c1","inputType":262164,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n1/c2","inputType":262164,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m2/n1/c3","inputType":262164,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n0/c0","inputType":393236,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n0/c1","inputType":393236,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n0/c2","inputType":393236,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n0/c3","inputType":393236,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n1/c0","inputType":393236,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n1/c1","inputType":393236,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n1/c2","inputType":393236,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a5/m3/n1/c3","inputType":393236,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m0/n0/c0","inputType":20,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n0/c1","inputType":20,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n0/c2","inputType":20,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n0/c3","inputType":20,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n1/c0","inputType":20,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n1/c1","inputType":20,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n1/c2","inputType":20,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a6/m0/n1/c3","inputType":20,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a6/m1/n0/c0","inputType":131092,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n0/c1","inputType":131092,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n0/c2","inputType":131092,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n0/c3","inputType":131092,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n1/c0","inputType":131092,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n1/c1","inputType":131092,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n1/c2","inputType":131092,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m1/n1/c3","inputType":131092,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n0/c0","inputType":262164,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n0/c1","inputType":262164,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n0/c2","inputType":262164,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n0/c3","inputType":262164,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n1/c0","inputType":262164,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n1/c1","inputType":262164,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n1/c2","inputType":262164,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m2/n1/c3","inputType":262164,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n0/c0","inputType":393236,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n0/c1","inputType":393236,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n0/c2","inputType":393236,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n0/c3","inputType":393236,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n1/c0","inputType":393236,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n1/c1","inputType":393236,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n1/c2","inputType":393236,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a6/m3/n1/c3","inputType":393236,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m0/n0/c0","inputType":20,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n0/c1","inputType":20,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n0/c2","inputType":20,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n0/c3","inputType":20,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n1/c0","inputType":20,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n1/c1","inputType":20,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n1/c2","inputType":20,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"date/a7/m0/n1/c3","inputType":20,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"date/a7/m1/n0/c0","inputType":131092,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n0/c1","inputType":131092,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n0/c2","inputType":131092,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n0/c3","inputType":131092,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n1/c0","inputType":131092,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n1/c1","inputType":131092,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n1/c2","inputType":131092,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m1/n1/c3","inputType":131092,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n0/c0","inputType":262164,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n0/c1","inputType":262164,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n0/c2","inputType":262164,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n0/c3","inputType":262164,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n1/c0","inputType":262164,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n1/c1","inputType":262164,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n1/c2","inputType":262164,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m2/n1/c3","inputType":262164,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n0/c0","inputType":393236,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n0/c1","inputType":393236,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n0/c2","inputType":393236,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n0/c3","inputType":393236,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n1/c0","inputType":393236,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n1/c1","inputType":393236,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n1/c2","inputType":393236,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"date/a7/m3/n1/c3","inputType":393236,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m0/n0/c0","inputType":36,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n0/c1","inputType":36,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n0/c2","inputType":36,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n0/c3","inputType":36,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n1/c0","inputType":36,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n1/c1","inputType":36,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n1/c2","inputType":36,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a0/m0/n1/c3","inputType":36,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a0/m1/n0/c0","inputType":131108,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n0/c1","inputType":131108,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n0/c2","inputType":131108,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n0/c3","inputType":131108,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n1/c0","inputType":131108,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n1/c1","inputType":131108,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n1/c2","inputType":131108,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m1/n1/c3","inputType":131108,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n0/c0","inputType":262180,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n0/c1","inputType":262180,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n0/c2","inputType":262180,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n0/c3","inputType":262180,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n1/c0","inputType":262180,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n1/c1","inputType":262180,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n1/c2","inputType":262180,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m2/n1/c3","inputType":262180,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n0/c0","inputType":393252,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n0/c1","inputType":393252,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n0/c2","inputType":393252,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n0/c3","inputType":393252,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n1/c0","inputType":393252,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n1/c1","inputType":393252,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n1/c2","inputType":393252,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a0/m3/n1/c3","inputType":393252,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m0/n0/c0","inputType":36,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n0/c1","inputType":36,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n0/c2","inputType":36,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n0/c3","inputType":36,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n1/c0","inputType":36,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n1/c1","inputType":36,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n1/c2","inputType":36,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a1/m0/n1/c3","inputType":36,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a1/m1/n0/c0","inputType":131108,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n0/c1","inputType":131108,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n0/c2","inputType":131108,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n0/c3","inputType":131108,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n1/c0","inputType":131108,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n1/c1","inputType":131108,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n1/c2","inputType":131108,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m1/n1/c3","inputType":131108,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n0/c0","inputType":262180,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n0/c1","inputType":262180,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n0/c2","inputType":262180,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n0/c3","inputType":262180,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n1/c0","inputType":262180,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n1/c1","inputType":262180,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n1/c2","inputType":262180,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m2/n1/c3","inputType":262180,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n0/c0","inputType":393252,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n0/c1","inputType":393252,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n0/c2","inputType":393252,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n0/c3","inputType":393252,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n1/c0","inputType":393252,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n1/c1","inputType":393252,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n1/c2","inputType":393252,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a1/m3/n1/c3","inputType":393252,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m0/n0/c0","inputType":36,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n0/c1","inputType":36,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n0/c2","inputType":36,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n0/c3","inputType":36,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n1/c0","inputType":36,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n1/c1","inputType":36,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n1/c2","inputType":36,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a2/m0/n1/c3","inputType":36,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a2/m1/n0/c0","inputType":131108,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n0/c1","inputType":131108,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n0/c2","inputType":131108,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n0/c3","inputType":131108,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n1/c0","inputType":131108,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n1/c1","inputType":131108,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n1/c2","inputType":131108,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m1/n1/c3","inputType":131108,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n0/c0","inputType":262180,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n0/c1","inputType":262180,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n0/c2","inputType":262180,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n0/c3","inputType":262180,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n1/c0","inputType":262180,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n1/c1","inputType":262180,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n1/c2","inputType":262180,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m2/n1/c3","inputType":262180,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n0/c0","inputType":393252,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n0/c1","inputType":393252,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n0/c2","inputType":393252,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n0/c3","inputType":393252,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n1/c0","inputType":393252,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n1/c1","inputType":393252,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n1/c2","inputType":393252,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a2/m3/n1/c3","inputType":393252,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m0/n0/c0","inputType":36,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n0/c1","inputType":36,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n0/c2","inputType":36,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n0/c3","inputType":36,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n1/c0","inputType":36,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n1/c1","inputType":36,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n1/c2","inputType":36,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a3/m0/n1/c3","inputType":36,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a3/m1/n0/c0","inputType":131108,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n0/c1","inputType":131108,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n0/c2","inputType":131108,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n0/c3","inputType":131108,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n1/c0","inputType":131108,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n1/c1","inputType":131108,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n1/c2","inputType":131108,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m1/n1/c3","inputType":131108,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n0/c0","inputType":262180,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n0/c1","inputType":262180,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n0/c2","inputType":262180,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n0/c3","inputType":262180,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n1/c0","inputType":262180,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n1/c1","inputType":262180,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n1/c2","inputType":262180,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m2/n1/c3","inputType":262180,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n0/c0","inputType":393252,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n0/c1","inputType":393252,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n0/c2","inputType":393252,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n0/c3","inputType":393252,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n1/c0","inputType":393252,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n1/c1","inputType":393252,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n1/c2","inputType":393252,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a3/m3/n1/c3","inputType":393252,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m0/n0/c0","inputType":36,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n0/c1","inputType":36,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n0/c2","inputType":36,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n0/c3","inputType":36,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n1/c0","inputType":36,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n1/c1","inputType":36,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n1/c2","inputType":36,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a4/m0/n1/c3","inputType":36,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a4/m1/n0/c0","inputType":131108,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n0/c1","inputType":131108,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n0/c2","inputType":131108,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n0/c3","inputType":131108,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n1/c0","inputType":131108,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n1/c1","inputType":131108,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n1/c2","inputType":131108,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m1/n1/c3","inputType":131108,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n0/c0","inputType":262180,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n0/c1","inputType":262180,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n0/c2","inputType":262180,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n0/c3","inputType":262180,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n1/c0","inputType":262180,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n1/c1","inputType":262180,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n1/c2","inputType":262180,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m2/n1/c3","inputType":262180,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n0/c0","inputType":393252,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n0/c1","inputType":393252,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n0/c2","inputType":393252,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n0/c3","inputType":393252,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n1/c0","inputType":393252,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n1/c1","inputType":393252,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n1/c2","inputType":393252,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a4/m3/n1/c3","inputType":393252,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m0/n0/c0","inputType":36,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n0/c1","inputType":36,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n0/c2","inputType":36,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n0/c3","inputType":36,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n1/c0","inputType":36,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n1/c1","inputType":36,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n1/c2","inputType":36,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a5/m0/n1/c3","inputType":36,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a5/m1/n0/c0","inputType":131108,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n0/c1","inputType":131108,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n0/c2","inputType":131108,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n0/c3","inputType":131108,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n1/c0","inputType":131108,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n1/c1","inputType":131108,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n1/c2","inputType":131108,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m1/n1/c3","inputType":131108,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n0/c0","inputType":262180,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n0/c1","inputType":262180,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n0/c2","inputType":262180,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n0/c3","inputType":262180,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n1/c0","inputType":262180,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n1/c1","inputType":262180,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n1/c2","inputType":262180,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m2/n1/c3","inputType":262180,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n0/c0","inputType":393252,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n0/c1","inputType":393252,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n0/c2","inputType":393252,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n0/c3","inputType":393252,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n1/c0","inputType":393252,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n1/c1","inputType":393252,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n1/c2","inputType":393252,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a5/m3/n1/c3","inputType":393252,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m0/n0/c0","inputType":36,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n0/c1","inputType":36,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n0/c2","inputType":36,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n0/c3","inputType":36,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n1/c0","inputType":36,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n1/c1","inputType":36,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n1/c2","inputType":36,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a6/m0/n1/c3","inputType":36,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a6/m1/n0/c0","inputType":131108,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n0/c1","inputType":131108,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n0/c2","inputType":131108,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n0/c3","inputType":131108,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n1/c0","inputType":131108,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n1/c1","inputType":131108,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n1/c2","inputType":131108,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m1/n1/c3","inputType":131108,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n0/c0","inputType":262180,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n0/c1","inputType":262180,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n0/c2","inputType":262180,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n0/c3","inputType":262180,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n1/c0","inputType":262180,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n1/c1","inputType":262180,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n1/c2","inputType":262180,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m2/n1/c3","inputType":262180,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n0/c0","inputType":393252,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n0/c1","inputType":393252,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n0/c2","inputType":393252,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n0/c3","inputType":393252,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n1/c0","inputType":393252,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n1/c1","inputType":393252,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n1/c2","inputType":393252,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a6/m3/n1/c3","inputType":393252,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m0/n0/c0","inputType":36,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n0/c1","inputType":36,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n0/c2","inputType":36,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n0/c3","inputType":36,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n1/c0","inputType":36,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n1/c1","inputType":36,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n1/c2","inputType":36,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"time/a7/m0/n1/c3","inputType":36,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"time/a7/m1/n0/c0","inputType":131108,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n0/c1","inputType":131108,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n0/c2","inputType":131108,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n0/c3","inputType":131108,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n1/c0","inputType":131108,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n1/c1","inputType":131108,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n1/c2","inputType":131108,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m1/n1/c3","inputType":131108,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n0/c0","inputType":262180,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n0/c1","inputType":262180,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n0/c2","inputType":262180,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n0/c3","inputType":262180,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n1/c0","inputType":262180,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n1/c1","inputType":262180,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n1/c2","inputType":262180,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m2/n1/c3","inputType":262180,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n0/c0","inputType":393252,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n0/c1","inputType":393252,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n0/c2","inputType":393252,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n0/c3","inputType":393252,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n1/c0","inputType":393252,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n1/c1","inputType":393252,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n1/c2","inputType":393252,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"time/a7/m3/n1/c3","inputType":393252,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m0/n0/c0","inputType":0,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n0/c1","inputType":0,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n0/c2","inputType":0,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n0/c3","inputType":0,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n1/c0","inputType":0,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n1/c1","inputType":0,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n1/c2","inputType":0,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a0/m0/n1/c3","inputType":0,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a0/m1/n0/c0","inputType":131072,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n0/c1","inputType":131072,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n0/c2","inputType":131072,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n0/c3","inputType":131072,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n1/c0","inputType":131072,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n1/c1","inputType":131072,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n1/c2","inputType":131072,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m1/n1/c3","inputType":131072,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n0/c0","inputType":262144,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n0/c1","inputType":262144,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n0/c2","inputType":262144,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n0/c3","inputType":262144,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n1/c0","inputType":262144,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n1/c1","inputType":262144,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n1/c2","inputType":262144,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m2/n1/c3","inputType":262144,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n0/c0","inputType":393216,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n0/c1","inputType":393216,"imeOptions":0,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n0/c2","inputType":393216,"imeOptions":0,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n0/c3","inputType":393216,"imeOptions":0,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n1/c0","inputType":393216,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n1/c1","inputType":393216,"imeOptions":1073741824,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n1/c2","inputType":393216,"imeOptions":1073741824,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a0/m3/n1/c3","inputType":393216,"imeOptions":1073741824,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m0/n0/c0","inputType":0,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n0/c1","inputType":0,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n0/c2","inputType":0,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n0/c3","inputType":0,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n1/c0","inputType":0,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n1/c1","inputType":0,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n1/c2","inputType":0,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a1/m0/n1/c3","inputType":0,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a1/m1/n0/c0","inputType":131072,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n0/c1","inputType":131072,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n0/c2","inputType":131072,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n0/c3","inputType":131072,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n1/c0","inputType":131072,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n1/c1","inputType":131072,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n1/c2","inputType":131072,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m1/n1/c3","inputType":131072,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n0/c0","inputType":262144,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n0/c1","inputType":262144,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n0/c2","inputType":262144,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n0/c3","inputType":262144,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n1/c0","inputType":262144,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n1/c1","inputType":262144,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n1/c2","inputType":262144,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m2/n1/c3","inputType":262144,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n0/c0","inputType":393216,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n0/c1","inputType":393216,"imeOptions":1,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n0/c2","inputType":393216,"imeOptions":1,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n0/c3","inputType":393216,"imeOptions":1,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n1/c0","inputType":393216,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n1/c1","inputType":393216,"imeOptions":1073741825,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n1/c2","inputType":393216,"imeOptions":1073741825,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a1/m3/n1/c3","inputType":393216,"imeOptions":1073741825,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m0/n0/c0","inputType":0,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n0/c1","inputType":0,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n0/c2","inputType":0,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n0/c3","inputType":0,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n1/c0","inputType":0,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n1/c1","inputType":0,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n1/c2","inputType":0,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a2/m0/n1/c3","inputType":0,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a2/m1/n0/c0","inputType":131072,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n0/c1","inputType":131072,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n0/c2","inputType":131072,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n0/c3","inputType":131072,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n1/c0","inputType":131072,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n1/c1","inputType":131072,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n1/c2","inputType":131072,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m1/n1/c3","inputType":131072,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n0/c0","inputType":262144,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n0/c1","inputType":262144,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n0/c2","inputType":262144,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n0/c3","inputType":262144,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n1/c0","inputType":262144,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n1/c1","inputType":262144,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n1/c2","inputType":262144,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m2/n1/c3","inputType":262144,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n0/c0","inputType":393216,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n0/c1","inputType":393216,"imeOptions":2,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n0/c2","inputType":393216,"imeOptions":2,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n0/c3","inputType":393216,"imeOptions":2,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n1/c0","inputType":393216,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n1/c1","inputType":393216,"imeOptions":1073741826,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n1/c2","inputType":393216,"imeOptions":1073741826,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a2/m3/n1/c3","inputType":393216,"imeOptions":1073741826,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m0/n0/c0","inputType":0,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n0/c1","inputType":0,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n0/c2","inputType":0,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n0/c3","inputType":0,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n1/c0","inputType":0,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n1/c1","inputType":0,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n1/c2","inputType":0,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a3/m0/n1/c3","inputType":0,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a3/m1/n0/c0","inputType":131072,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n0/c1","inputType":131072,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n0/c2","inputType":131072,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n0/c3","inputType":131072,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n1/c0","inputType":131072,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n1/c1","inputType":131072,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n1/c2","inputType":131072,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m1/n1/c3","inputType":131072,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n0/c0","inputType":262144,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n0/c1","inputType":262144,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n0/c2","inputType":262144,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n0/c3","inputType":262144,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n1/c0","inputType":262144,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n1/c1","inputType":262144,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n1/c2","inputType":262144,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m2/n1/c3","inputType":262144,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n0/c0","inputType":393216,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n0/c1","inputType":393216,"imeOptions":3,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n0/c2","inputType":393216,"imeOptions":3,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n0/c3","inputType":393216,"imeOptions":3,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n1/c0","inputType":393216,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n1/c1","inputType":393216,"imeOptions":1073741827,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n1/c2","inputType":393216,"imeOptions":1073741827,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a3/m3/n1/c3","inputType":393216,"imeOptions":1073741827,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m0/n0/c0","inputType":0,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n0/c1","inputType":0,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n0/c2","inputType":0,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n0/c3","inputType":0,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n1/c0","inputType":0,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n1/c1","inputType":0,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n1/c2","inputType":0,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a4/m0/n1/c3","inputType":0,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a4/m1/n0/c0","inputType":131072,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n0/c1","inputType":131072,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n0/c2","inputType":131072,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n0/c3","inputType":131072,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n1/c0","inputType":131072,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n1/c1","inputType":131072,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n1/c2","inputType":131072,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m1/n1/c3","inputType":131072,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n0/c0","inputType":262144,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n0/c1","inputType":262144,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n0/c2","inputType":262144,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n0/c3","inputType":262144,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n1/c0","inputType":262144,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n1/c1","inputType":262144,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n1/c2","inputType":262144,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m2/n1/c3","inputType":262144,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n0/c0","inputType":393216,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n0/c1","inputType":393216,"imeOptions":4,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n0/c2","inputType":393216,"imeOptions":4,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n0/c3","inputType":393216,"imeOptions":4,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n1/c0","inputType":393216,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n1/c1","inputType":393216,"imeOptions":1073741828,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n1/c2","inputType":393216,"imeOptions":1073741828,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a4/m3/n1/c3","inputType":393216,"imeOptions":1073741828,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m0/n0/c0","inputType":0,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n0/c1","inputType":0,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n0/c2","inputType":0,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n0/c3","inputType":0,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n1/c0","inputType":0,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n1/c1","inputType":0,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n1/c2","inputType":0,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a5/m0/n1/c3","inputType":0,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a5/m1/n0/c0","inputType":131072,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n0/c1","inputType":131072,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n0/c2","inputType":131072,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n0/c3","inputType":131072,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n1/c0","inputType":131072,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n1/c1","inputType":131072,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n1/c2","inputType":131072,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m1/n1/c3","inputType":131072,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n0/c0","inputType":262144,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n0/c1","inputType":262144,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n0/c2","inputType":262144,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n0/c3","inputType":262144,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n1/c0","inputType":262144,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n1/c1","inputType":262144,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n1/c2","inputType":262144,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m2/n1/c3","inputType":262144,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n0/c0","inputType":393216,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n0/c1","inputType":393216,"imeOptions":5,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n0/c2","inputType":393216,"imeOptions":5,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n0/c3","inputType":393216,"imeOptions":5,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n1/c0","inputType":393216,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n1/c1","inputType":393216,"imeOptions":1073741829,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n1/c2","inputType":393216,"imeOptions":1073741829,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a5/m3/n1/c3","inputType":393216,"imeOptions":1073741829,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m0/n0/c0","inputType":0,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n0/c1","inputType":0,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n0/c2","inputType":0,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n0/c3","inputType":0,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n1/c0","inputType":0,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n1/c1","inputType":0,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n1/c2","inputType":0,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a6/m0/n1/c3","inputType":0,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a6/m1/n0/c0","inputType":131072,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n0/c1","inputType":131072,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n0/c2","inputType":131072,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n0/c3","inputType":131072,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n1/c0","inputType":131072,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n1/c1","inputType":131072,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n1/c2","inputType":131072,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m1/n1/c3","inputType":131072,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n0/c0","inputType":262144,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n0/c1","inputType":262144,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n0/c2","inputType":262144,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n0/c3","inputType":262144,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n1/c0","inputType":262144,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n1/c1","inputType":262144,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n1/c2","inputType":262144,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m2/n1/c3","inputType":262144,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n0/c0","inputType":393216,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n0/c1","inputType":393216,"imeOptions":6,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n0/c2","inputType":393216,"imeOptions":6,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n0/c3","inputType":393216,"imeOptions":6,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n1/c0","inputType":393216,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n1/c1","inputType":393216,"imeOptions":1073741830,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n1/c2","inputType":393216,"imeOptions":1073741830,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a6/m3/n1/c3","inputType":393216,"imeOptions":1073741830,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m0/n0/c0","inputType":0,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n0/c1","inputType":0,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n0/c2","inputType":0,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n0/c3","inputType":0,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n1/c0","inputType":0,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n1/c1","inputType":0,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n1/c2","inputType":0,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"normal"},{"id":"null/a7/m0/n1/c3","inputType":0,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"normal"},{"id":"null/a7/m1/n0/c0","inputType":131072,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n0/c1","inputType":131072,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n0/c2","inputType":131072,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n0/c3","inputType":131072,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n1/c0","inputType":131072,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n1/c1","inputType":131072,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n1/c2","inputType":131072,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m1/n1/c3","inputType":131072,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n0/c0","inputType":262144,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n0/c1","inputType":262144,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n0/c2","inputType":262144,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n0/c3","inputType":262144,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n1/c0","inputType":262144,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n1/c1","inputType":262144,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n1/c2","inputType":262144,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m2/n1/c3","inputType":262144,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n0/c0","inputType":393216,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n0/c1","inputType":393216,"imeOptions":7,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n0/c2","inputType":393216,"imeOptions":7,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n0/c3","inputType":393216,"imeOptions":7,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n1/c0","inputType":393216,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n1/c1","inputType":393216,"imeOptions":1073741831,"actionLabel":"Custom","actionId":0,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n1/c2","inputType":393216,"imeOptions":1073741831,"actionLabel":null,"actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"null/a7/m3/n1/c3","inputType":393216,"imeOptions":1073741831,"actionLabel":"Custom","actionId":123,"host":"raw","validity":"non-text-flags"},{"id":"probe/input-1000/a0/n0","inputType":4097,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a0/n0","inputType":8193,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a0/n0","inputType":16385,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a0/n0","inputType":32769,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a0/n0","inputType":65537,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a0/n0","inputType":524289,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a0/n0","inputType":1048577,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a0/n0","inputType":1,"imeOptions":2147483648,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a0/n0","inputType":1,"imeOptions":536870912,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a0/n0","inputType":1,"imeOptions":268435456,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a0/n0","inputType":1,"imeOptions":134217728,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a0/n0","inputType":1,"imeOptions":67108864,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a0/n0","inputType":1,"imeOptions":33554432,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a0/n0","inputType":1,"imeOptions":16777216,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a0/n0","inputType":1,"imeOptions":8388608,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a0/n0","inputType":1,"imeOptions":4194304,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a0/n0","inputType":1,"imeOptions":2097152,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a0/n0","inputType":1,"imeOptions":1048576,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a0/n0","inputType":4098,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a0/n0","inputType":8194,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a0/n0","inputType":12290,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a0/n0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a0/n1","inputType":4097,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a0/n1","inputType":8193,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a0/n1","inputType":16385,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a0/n1","inputType":32769,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a0/n1","inputType":65537,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a0/n1","inputType":524289,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a0/n1","inputType":1048577,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a0/n1","inputType":1,"imeOptions":3221225472,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a0/n1","inputType":1,"imeOptions":1610612736,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a0/n1","inputType":1,"imeOptions":1342177280,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a0/n1","inputType":1,"imeOptions":1207959552,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a0/n1","inputType":1,"imeOptions":1140850688,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a0/n1","inputType":1,"imeOptions":1107296256,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a0/n1","inputType":1,"imeOptions":1090519040,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a0/n1","inputType":1,"imeOptions":1082130432,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a0/n1","inputType":1,"imeOptions":1077936128,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a0/n1","inputType":1,"imeOptions":1075838976,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a0/n1","inputType":1,"imeOptions":1074790400,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a0/n1","inputType":4098,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a0/n1","inputType":8194,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a0/n1","inputType":12290,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a0/n1","inputType":1,"imeOptions":1073741824,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a1/n0","inputType":4097,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a1/n0","inputType":8193,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a1/n0","inputType":16385,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a1/n0","inputType":32769,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a1/n0","inputType":65537,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a1/n0","inputType":524289,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a1/n0","inputType":1048577,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a1/n0","inputType":1,"imeOptions":2147483649,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a1/n0","inputType":1,"imeOptions":536870913,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a1/n0","inputType":1,"imeOptions":268435457,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a1/n0","inputType":1,"imeOptions":134217729,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a1/n0","inputType":1,"imeOptions":67108865,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a1/n0","inputType":1,"imeOptions":33554433,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a1/n0","inputType":1,"imeOptions":16777217,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a1/n0","inputType":1,"imeOptions":8388609,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a1/n0","inputType":1,"imeOptions":4194305,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a1/n0","inputType":1,"imeOptions":2097153,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a1/n0","inputType":1,"imeOptions":1048577,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a1/n0","inputType":4098,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a1/n0","inputType":8194,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a1/n0","inputType":12290,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a1/n0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a1/n1","inputType":4097,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a1/n1","inputType":8193,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a1/n1","inputType":16385,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a1/n1","inputType":32769,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a1/n1","inputType":65537,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a1/n1","inputType":524289,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a1/n1","inputType":1048577,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a1/n1","inputType":1,"imeOptions":3221225473,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a1/n1","inputType":1,"imeOptions":1610612737,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a1/n1","inputType":1,"imeOptions":1342177281,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a1/n1","inputType":1,"imeOptions":1207959553,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a1/n1","inputType":1,"imeOptions":1140850689,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a1/n1","inputType":1,"imeOptions":1107296257,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a1/n1","inputType":1,"imeOptions":1090519041,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a1/n1","inputType":1,"imeOptions":1082130433,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a1/n1","inputType":1,"imeOptions":1077936129,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a1/n1","inputType":1,"imeOptions":1075838977,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a1/n1","inputType":1,"imeOptions":1074790401,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a1/n1","inputType":4098,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a1/n1","inputType":8194,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a1/n1","inputType":12290,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a1/n1","inputType":1,"imeOptions":1073741825,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a2/n0","inputType":4097,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a2/n0","inputType":8193,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a2/n0","inputType":16385,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a2/n0","inputType":32769,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a2/n0","inputType":65537,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a2/n0","inputType":524289,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a2/n0","inputType":1048577,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a2/n0","inputType":1,"imeOptions":2147483650,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a2/n0","inputType":1,"imeOptions":536870914,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a2/n0","inputType":1,"imeOptions":268435458,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a2/n0","inputType":1,"imeOptions":134217730,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a2/n0","inputType":1,"imeOptions":67108866,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a2/n0","inputType":1,"imeOptions":33554434,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a2/n0","inputType":1,"imeOptions":16777218,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a2/n0","inputType":1,"imeOptions":8388610,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a2/n0","inputType":1,"imeOptions":4194306,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a2/n0","inputType":1,"imeOptions":2097154,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a2/n0","inputType":1,"imeOptions":1048578,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a2/n0","inputType":4098,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a2/n0","inputType":8194,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a2/n0","inputType":12290,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a2/n0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a2/n1","inputType":4097,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a2/n1","inputType":8193,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a2/n1","inputType":16385,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a2/n1","inputType":32769,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a2/n1","inputType":65537,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a2/n1","inputType":524289,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a2/n1","inputType":1048577,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a2/n1","inputType":1,"imeOptions":3221225474,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a2/n1","inputType":1,"imeOptions":1610612738,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a2/n1","inputType":1,"imeOptions":1342177282,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a2/n1","inputType":1,"imeOptions":1207959554,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a2/n1","inputType":1,"imeOptions":1140850690,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a2/n1","inputType":1,"imeOptions":1107296258,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a2/n1","inputType":1,"imeOptions":1090519042,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a2/n1","inputType":1,"imeOptions":1082130434,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a2/n1","inputType":1,"imeOptions":1077936130,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a2/n1","inputType":1,"imeOptions":1075838978,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a2/n1","inputType":1,"imeOptions":1074790402,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a2/n1","inputType":4098,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a2/n1","inputType":8194,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a2/n1","inputType":12290,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a2/n1","inputType":1,"imeOptions":1073741826,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a3/n0","inputType":4097,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a3/n0","inputType":8193,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a3/n0","inputType":16385,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a3/n0","inputType":32769,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a3/n0","inputType":65537,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a3/n0","inputType":524289,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a3/n0","inputType":1048577,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a3/n0","inputType":1,"imeOptions":2147483651,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a3/n0","inputType":1,"imeOptions":536870915,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a3/n0","inputType":1,"imeOptions":268435459,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a3/n0","inputType":1,"imeOptions":134217731,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a3/n0","inputType":1,"imeOptions":67108867,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a3/n0","inputType":1,"imeOptions":33554435,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a3/n0","inputType":1,"imeOptions":16777219,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a3/n0","inputType":1,"imeOptions":8388611,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a3/n0","inputType":1,"imeOptions":4194307,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a3/n0","inputType":1,"imeOptions":2097155,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a3/n0","inputType":1,"imeOptions":1048579,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a3/n0","inputType":4098,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a3/n0","inputType":8194,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a3/n0","inputType":12290,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a3/n0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a3/n1","inputType":4097,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a3/n1","inputType":8193,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a3/n1","inputType":16385,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a3/n1","inputType":32769,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a3/n1","inputType":65537,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a3/n1","inputType":524289,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a3/n1","inputType":1048577,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a3/n1","inputType":1,"imeOptions":3221225475,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a3/n1","inputType":1,"imeOptions":1610612739,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a3/n1","inputType":1,"imeOptions":1342177283,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a3/n1","inputType":1,"imeOptions":1207959555,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a3/n1","inputType":1,"imeOptions":1140850691,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a3/n1","inputType":1,"imeOptions":1107296259,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a3/n1","inputType":1,"imeOptions":1090519043,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a3/n1","inputType":1,"imeOptions":1082130435,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a3/n1","inputType":1,"imeOptions":1077936131,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a3/n1","inputType":1,"imeOptions":1075838979,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a3/n1","inputType":1,"imeOptions":1074790403,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a3/n1","inputType":4098,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a3/n1","inputType":8194,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a3/n1","inputType":12290,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a3/n1","inputType":1,"imeOptions":1073741827,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a4/n0","inputType":4097,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a4/n0","inputType":8193,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a4/n0","inputType":16385,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a4/n0","inputType":32769,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a4/n0","inputType":65537,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a4/n0","inputType":524289,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a4/n0","inputType":1048577,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a4/n0","inputType":1,"imeOptions":2147483652,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a4/n0","inputType":1,"imeOptions":536870916,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a4/n0","inputType":1,"imeOptions":268435460,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a4/n0","inputType":1,"imeOptions":134217732,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a4/n0","inputType":1,"imeOptions":67108868,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a4/n0","inputType":1,"imeOptions":33554436,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a4/n0","inputType":1,"imeOptions":16777220,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a4/n0","inputType":1,"imeOptions":8388612,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a4/n0","inputType":1,"imeOptions":4194308,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a4/n0","inputType":1,"imeOptions":2097156,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a4/n0","inputType":1,"imeOptions":1048580,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a4/n0","inputType":4098,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a4/n0","inputType":8194,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a4/n0","inputType":12290,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a4/n0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a4/n1","inputType":4097,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a4/n1","inputType":8193,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a4/n1","inputType":16385,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a4/n1","inputType":32769,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a4/n1","inputType":65537,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a4/n1","inputType":524289,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a4/n1","inputType":1048577,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a4/n1","inputType":1,"imeOptions":3221225476,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a4/n1","inputType":1,"imeOptions":1610612740,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a4/n1","inputType":1,"imeOptions":1342177284,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a4/n1","inputType":1,"imeOptions":1207959556,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a4/n1","inputType":1,"imeOptions":1140850692,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a4/n1","inputType":1,"imeOptions":1107296260,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a4/n1","inputType":1,"imeOptions":1090519044,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a4/n1","inputType":1,"imeOptions":1082130436,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a4/n1","inputType":1,"imeOptions":1077936132,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a4/n1","inputType":1,"imeOptions":1075838980,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a4/n1","inputType":1,"imeOptions":1074790404,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a4/n1","inputType":4098,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a4/n1","inputType":8194,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a4/n1","inputType":12290,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a4/n1","inputType":1,"imeOptions":1073741828,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a5/n0","inputType":4097,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a5/n0","inputType":8193,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a5/n0","inputType":16385,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a5/n0","inputType":32769,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a5/n0","inputType":65537,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a5/n0","inputType":524289,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a5/n0","inputType":1048577,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a5/n0","inputType":1,"imeOptions":2147483653,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a5/n0","inputType":1,"imeOptions":536870917,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a5/n0","inputType":1,"imeOptions":268435461,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a5/n0","inputType":1,"imeOptions":134217733,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a5/n0","inputType":1,"imeOptions":67108869,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a5/n0","inputType":1,"imeOptions":33554437,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a5/n0","inputType":1,"imeOptions":16777221,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a5/n0","inputType":1,"imeOptions":8388613,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a5/n0","inputType":1,"imeOptions":4194309,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a5/n0","inputType":1,"imeOptions":2097157,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a5/n0","inputType":1,"imeOptions":1048581,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a5/n0","inputType":4098,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a5/n0","inputType":8194,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a5/n0","inputType":12290,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a5/n0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a5/n1","inputType":4097,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a5/n1","inputType":8193,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a5/n1","inputType":16385,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a5/n1","inputType":32769,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a5/n1","inputType":65537,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a5/n1","inputType":524289,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a5/n1","inputType":1048577,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a5/n1","inputType":1,"imeOptions":3221225477,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a5/n1","inputType":1,"imeOptions":1610612741,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a5/n1","inputType":1,"imeOptions":1342177285,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a5/n1","inputType":1,"imeOptions":1207959557,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a5/n1","inputType":1,"imeOptions":1140850693,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a5/n1","inputType":1,"imeOptions":1107296261,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a5/n1","inputType":1,"imeOptions":1090519045,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a5/n1","inputType":1,"imeOptions":1082130437,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a5/n1","inputType":1,"imeOptions":1077936133,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a5/n1","inputType":1,"imeOptions":1075838981,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a5/n1","inputType":1,"imeOptions":1074790405,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a5/n1","inputType":4098,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a5/n1","inputType":8194,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a5/n1","inputType":12290,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a5/n1","inputType":1,"imeOptions":1073741829,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a6/n0","inputType":4097,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a6/n0","inputType":8193,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a6/n0","inputType":16385,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a6/n0","inputType":32769,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a6/n0","inputType":65537,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a6/n0","inputType":524289,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a6/n0","inputType":1048577,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a6/n0","inputType":1,"imeOptions":2147483654,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a6/n0","inputType":1,"imeOptions":536870918,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a6/n0","inputType":1,"imeOptions":268435462,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a6/n0","inputType":1,"imeOptions":134217734,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a6/n0","inputType":1,"imeOptions":67108870,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a6/n0","inputType":1,"imeOptions":33554438,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a6/n0","inputType":1,"imeOptions":16777222,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a6/n0","inputType":1,"imeOptions":8388614,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a6/n0","inputType":1,"imeOptions":4194310,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a6/n0","inputType":1,"imeOptions":2097158,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a6/n0","inputType":1,"imeOptions":1048582,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a6/n0","inputType":4098,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a6/n0","inputType":8194,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a6/n0","inputType":12290,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a6/n0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a6/n1","inputType":4097,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a6/n1","inputType":8193,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a6/n1","inputType":16385,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a6/n1","inputType":32769,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a6/n1","inputType":65537,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a6/n1","inputType":524289,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a6/n1","inputType":1048577,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a6/n1","inputType":1,"imeOptions":3221225478,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a6/n1","inputType":1,"imeOptions":1610612742,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a6/n1","inputType":1,"imeOptions":1342177286,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a6/n1","inputType":1,"imeOptions":1207959558,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a6/n1","inputType":1,"imeOptions":1140850694,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a6/n1","inputType":1,"imeOptions":1107296262,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a6/n1","inputType":1,"imeOptions":1090519046,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a6/n1","inputType":1,"imeOptions":1082130438,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a6/n1","inputType":1,"imeOptions":1077936134,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a6/n1","inputType":1,"imeOptions":1075838982,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a6/n1","inputType":1,"imeOptions":1074790406,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a6/n1","inputType":4098,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a6/n1","inputType":8194,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a6/n1","inputType":12290,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a6/n1","inputType":1,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a7/n0","inputType":4097,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a7/n0","inputType":8193,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a7/n0","inputType":16385,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a7/n0","inputType":32769,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a7/n0","inputType":65537,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a7/n0","inputType":524289,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a7/n0","inputType":1048577,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a7/n0","inputType":1,"imeOptions":2147483655,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a7/n0","inputType":1,"imeOptions":536870919,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a7/n0","inputType":1,"imeOptions":268435463,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a7/n0","inputType":1,"imeOptions":134217735,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a7/n0","inputType":1,"imeOptions":67108871,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a7/n0","inputType":1,"imeOptions":33554439,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a7/n0","inputType":1,"imeOptions":16777223,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a7/n0","inputType":1,"imeOptions":8388615,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a7/n0","inputType":1,"imeOptions":4194311,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a7/n0","inputType":1,"imeOptions":2097159,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a7/n0","inputType":1,"imeOptions":1048583,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a7/n0","inputType":4098,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a7/n0","inputType":8194,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a7/n0","inputType":12290,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a7/n0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"probe/input-1000/a7/n1","inputType":4097,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-2000/a7/n1","inputType":8193,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-4000/a7/n1","inputType":16385,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-8000/a7/n1","inputType":32769,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-10000/a7/n1","inputType":65537,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-80000/a7/n1","inputType":524289,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/input-100000/a7/n1","inputType":1048577,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-80000000/a7/n1","inputType":1,"imeOptions":3221225479,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-20000000/a7/n1","inputType":1,"imeOptions":1610612743,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-10000000/a7/n1","inputType":1,"imeOptions":1342177287,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-8000000/a7/n1","inputType":1,"imeOptions":1207959559,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-4000000/a7/n1","inputType":1,"imeOptions":1140850695,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-2000000/a7/n1","inputType":1,"imeOptions":1107296263,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-1000000/a7/n1","inputType":1,"imeOptions":1090519047,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-800000/a7/n1","inputType":1,"imeOptions":1082130439,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-400000/a7/n1","inputType":1,"imeOptions":1077936135,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-200000/a7/n1","inputType":1,"imeOptions":1075838983,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/ime-100000/a7/n1","inputType":1,"imeOptions":1074790407,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-1002/a7/n1","inputType":4098,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-2002/a7/n1","inputType":8194,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/number-3002/a7/n1","inputType":12290,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"probe/hintText-Search/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Search"},{"id":"probe/hintText-検索/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","hintText":"検索"},{"id":"probe/hintText-Password/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","hintText":"Password"},{"id":"probe/hintText-ordinary/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","hintText":"ordinary"},{"id":"probe/fieldName-Search/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Search"},{"id":"probe/fieldName-検索/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"検索"},{"id":"probe/fieldName-Password/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"Password"},{"id":"probe/fieldName-ordinary/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","fieldName":"ordinary"},{"id":"probe/privateImeOptions-Search/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Search"},{"id":"probe/privateImeOptions-検索/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"検索"},{"id":"probe/privateImeOptions-Password/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"Password"},{"id":"probe/privateImeOptions-ordinary/a7/n1","inputType":1,"imeOptions":1073741831,"actionLabel":null,"actionId":0,"host":"raw","privateImeOptions":"ordinary"},{"id":"regression/maps-photo-comment","inputType":2506753,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},{"id":"edittext/a0/m0","host":"edittext","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"edittext/a0/m1","host":"edittext","inputType":131073,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"edittext/a1/m0","host":"edittext","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"edittext/a1/m1","host":"edittext","inputType":131073,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"edittext/a2/m0","host":"edittext","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"edittext/a2/m1","host":"edittext","inputType":131073,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"edittext/a3/m0","host":"edittext","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"edittext/a3/m1","host":"edittext","inputType":131073,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"edittext/a4/m0","host":"edittext","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"edittext/a4/m1","host":"edittext","inputType":131073,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"edittext/a5/m0","host":"edittext","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"edittext/a5/m1","host":"edittext","inputType":131073,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"edittext/a6/m0","host":"edittext","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"edittext/a6/m1","host":"edittext","inputType":131073,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"edittext/a7/m0","host":"edittext","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0},{"id":"edittext/a7/m1","host":"edittext","inputType":131073,"imeOptions":7,"actionLabel":null,"actionId":0},{"id":"compose/a0/m0","host":"compose","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"compose/a0/m1","host":"compose","inputType":131073,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"compose/a1/m0","host":"compose","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"compose/a1/m1","host":"compose","inputType":131073,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"compose/a2/m0","host":"compose","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"compose/a2/m1","host":"compose","inputType":131073,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"compose/a3/m0","host":"compose","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"compose/a3/m1","host":"compose","inputType":131073,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"compose/a4/m0","host":"compose","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"compose/a4/m1","host":"compose","inputType":131073,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"compose/a5/m0","host":"compose","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"compose/a5/m1","host":"compose","inputType":131073,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"compose/a6/m0","host":"compose","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"compose/a6/m1","host":"compose","inputType":131073,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"compose/a7/m0","host":"compose","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0},{"id":"compose/a7/m1","host":"compose","inputType":131073,"imeOptions":7,"actionLabel":null,"actionId":0},{"id":"webview/a0/m0","host":"webview","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"webview/a0/m1","host":"webview","inputType":131073,"imeOptions":0,"actionLabel":null,"actionId":0},{"id":"webview/a1/m0","host":"webview","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"webview/a1/m1","host":"webview","inputType":131073,"imeOptions":1,"actionLabel":null,"actionId":0},{"id":"webview/a2/m0","host":"webview","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"webview/a2/m1","host":"webview","inputType":131073,"imeOptions":2,"actionLabel":null,"actionId":0},{"id":"webview/a3/m0","host":"webview","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"webview/a3/m1","host":"webview","inputType":131073,"imeOptions":3,"actionLabel":null,"actionId":0},{"id":"webview/a4/m0","host":"webview","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"webview/a4/m1","host":"webview","inputType":131073,"imeOptions":4,"actionLabel":null,"actionId":0},{"id":"webview/a5/m0","host":"webview","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"webview/a5/m1","host":"webview","inputType":131073,"imeOptions":5,"actionLabel":null,"actionId":0},{"id":"webview/a6/m0","host":"webview","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"webview/a6/m1","host":"webview","inputType":131073,"imeOptions":6,"actionLabel":null,"actionId":0},{"id":"webview/a7/m0","host":"webview","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0},{"id":"webview/a7/m1","host":"webview","inputType":131073,"imeOptions":7,"actionLabel":null,"actionId":0}] diff --git a/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/ComposeEditor.kt b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/ComposeEditor.kt new file mode 100644 index 000000000..aad767c2f --- /dev/null +++ b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/ComposeEditor.kt @@ -0,0 +1,40 @@ +package com.kazumaproject.enterparity + +import android.view.View +import androidx.compose.foundation.text.BasicTextField +import androidx.compose.foundation.text.KeyboardActions +import androidx.compose.foundation.text.KeyboardOptions +import androidx.compose.runtime.* +import androidx.compose.ui.Modifier +import androidx.compose.ui.focus.FocusRequester +import androidx.compose.ui.focus.focusRequester +import androidx.compose.ui.platform.ComposeView +import androidx.compose.ui.text.TextRange +import androidx.compose.ui.text.input.ImeAction +import androidx.compose.ui.text.input.TextFieldValue + +object ComposeEditor { + private var current by mutableStateOf(TextFieldValue("seed", TextRange(4))) + @JvmStatic fun text() = current.text + @JvmStatic fun create(activity: LabActivity, action: Int, multi: Boolean): View { + current = TextFieldValue("seed", TextRange(4)) + return ComposeView(activity).apply { + setContent { + val focus = remember { FocusRequester() } + val ime = listOf(ImeAction.Default, ImeAction.None, ImeAction.Go, ImeAction.Search, + ImeAction.Send, ImeAction.Next, ImeAction.Done, ImeAction.Previous)[action] + BasicTextField(value = current, onValueChange = { current = it }, + modifier = Modifier.focusRequester(focus), singleLine = !multi, + keyboardOptions = KeyboardOptions(imeAction = ime), + keyboardActions = KeyboardActions( + onDone = { activity.event("keyboardAction", 6) }, + onGo = { activity.event("keyboardAction", 2) }, + onSearch = { activity.event("keyboardAction", 3) }, + onSend = { activity.event("keyboardAction", 4) }, + onNext = { activity.event("keyboardAction", 5); activity.next.requestFocus() }, + onPrevious = { activity.event("keyboardAction", 7); activity.next.requestFocus() })) + LaunchedEffect(Unit) { focus.requestFocus() } + } + } + } +} diff --git a/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/CompositionRegressionRunner.java b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/CompositionRegressionRunner.java new file mode 100644 index 000000000..26c72cfad --- /dev/null +++ b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/CompositionRegressionRunner.java @@ -0,0 +1,133 @@ +package com.kazumaproject.enterparity; + +import android.accessibilityservice.AccessibilityServiceInfo; +import android.app.Activity; +import android.content.Intent; +import android.graphics.Rect; +import android.os.Bundle; +import android.os.SystemClock; +import android.provider.Settings; +import android.view.accessibility.AccessibilityNodeInfo; +import android.view.accessibility.AccessibilityWindowInfo; +import org.json.*; +import java.io.*; +import java.nio.charset.StandardCharsets; + +/** Compare this trace to dev, not Gboard: conversion policy is explicitly NOT a parity target. */ +public class CompositionRegressionRunner extends MatrixRunner { + @Override public void onStart() { + Bundle result = new Bundle(); + expectedIme = selectedIme(); + LabActivity activity = null; + try { + AccessibilityServiceInfo service = getUiAutomation().getServiceInfo(); + service.flags |= AccessibilityServiceInfo.FLAG_RETRIEVE_INTERACTIVE_WINDOWS | AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS; + getUiAutomation().setServiceInfo(service); + activity = (LabActivity) startActivitySync(new Intent(getTargetContext(), LabActivity.class) + .putExtra("automated", true).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)); + activeActivity = activity; + LabActivity host = activity; + cancelTouch(); + File output = new File(getTargetContext().getFilesDir(), args.getString("output", "composition.jsonl")); + try (FileOutputStream out = new FileOutputStream(output)) { + for (boolean convert : new boolean[]{false, true}) { + JSONObject spec = new JSONObject().put("id", convert ? "conversion" : "composition") + .put("host", "raw").put("inputType", 1).put("imeOptions", 6) + .put("actionLabel", JSONObject.NULL).put("actionId", 0); + runOnMainSync(() -> { try { host.configure(spec); } catch (Exception e) { throw new RuntimeException(e); } }); + SystemClock.sleep(1500); + // ROMAJI profile; every character is entered through an actual on-screen key. + for (char letter : "watashihanihonjin".toCharArray()) { + int previousEvents = host.eventCount(); + tapResource("key_" + letter); + long inputDeadline = SystemClock.uptimeMillis() + 1000; + while (host.eventCount() == previousEvents && SystemClock.uptimeMillis() < inputDeadline) SystemClock.sleep(20); + if (host.eventCount() == previousEvents) throw new IllegalStateException("No InputConnection callback after ROMAJI key " + letter); + SystemClock.sleep(80); + } + SystemClock.sleep(1500); + requireExpectedIme(); + JSONObject before = snapshot(host); + if (before.getInt("composingStart") < 0 || before.getInt("composingEnd") <= before.getInt("composingStart")) throw new IllegalStateException("No real composing span after typing; wrong keyboard profile"); + write(out, before, "typed"); + if (convert) { + tapResource("key_space"); + SystemClock.sleep(1000); + write(out, snapshot(host), "converted"); + } + boolean complete = false; + for (int press = 1; press <= 10; press++) { + runOnMainSync(host::clearEvents); + JSONObject key = awaitEnter(); + if (key == null) throw new IllegalStateException("Enter unavailable"); + tap(key.getInt("x"), key.getInt("y")); + SystemClock.sleep(450); + JSONObject after = snapshot(host); + write(out, after, "confirm-" + press); + JSONArray events = after.getJSONArray("events"); + for (int i=0; i { try { value[0] = host.result(); } catch(Exception e) { throw new RuntimeException(e); } }); + return value[0]; + } + void write(FileOutputStream out, JSONObject row, String stage) throws Exception { + requireExpectedIme(); + row.put("stage", stage).put("ime", Settings.Secure.getString(getTargetContext().getContentResolver(), "default_input_method")); + out.write((row.toString() + "\n").getBytes(StandardCharsets.UTF_8)); out.flush(); + } + void tapResource(String name) throws Exception { + requireExpectedIme(); + long deadline = SystemClock.uptimeMillis() + 3000; + Rect previous = null; + while (SystemClock.uptimeMillis() < deadline) { + requireExpectedIme(); + for (AccessibilityWindowInfo window : getUiAutomation().getWindows()) { + AccessibilityNodeInfo root = window.getRoot(); + if (!belongsToSelectedIme(root)) continue; + for (AccessibilityNodeInfo node : root.findAccessibilityNodeInfosByViewId(root.getPackageName() + ":id/" + name)) { + Rect rect = new Rect(); node.getBoundsInScreen(rect); + if (node.isVisibleToUser() && !rect.isEmpty() && rect.centerY() < getTargetContext().getResources().getDisplayMetrics().heightPixels) { + if (rect.equals(previous)) { tap(rect.centerX(), rect.centerY()); return; } + previous = new Rect(rect); + } + } + } + SystemClock.sleep(50); + } + throw new IllegalStateException("No visible ROMAJI key " + name); + } +} diff --git a/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/LabActivity.java b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/LabActivity.java new file mode 100644 index 000000000..fdb1e1cd4 --- /dev/null +++ b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/LabActivity.java @@ -0,0 +1,223 @@ +package com.kazumaproject.enterparity; + +import android.app.Activity; +import android.os.Bundle; +import android.content.Context; +import android.text.InputType; +import android.view.View; +import android.view.KeyEvent; +import android.view.inputmethod.*; +import android.webkit.*; +import android.widget.*; +import org.json.*; + +/** Local sink: actions are observed, never submitted to an external service. */ +public class LabActivity extends androidx.activity.ComponentActivity { + volatile boolean resumed; + volatile JSONObject spec; + volatile JSONObject actual; + volatile int connections; + final JSONArray events = new JSONArray(); + LinearLayout root; + volatile View editor; + EditText next; + volatile String webText = ""; + + @Override public void onResume() { super.onResume(); resumed = true; } + @Override public void onPause() { resumed = false; super.onPause(); } + + @Override public void onCreate(Bundle state) { + super.onCreate(state); + getWindow().addFlags(android.view.WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); + root = new LinearLayout(this); + root.setOrientation(LinearLayout.VERTICAL); + root.setPadding(24, 70, 24, 0); + if (getIntent().getBooleanExtra("automated", false)) { + setContentView(root); + } else { + LinearLayout screen = new LinearLayout(this); + screen.setOrientation(LinearLayout.VERTICAL); + screen.setPadding(0, 60, 0, 0); + try { + JSONArray cases = new JSONArray(new String(readAll(getAssets().open("cases.json")), java.nio.charset.StandardCharsets.UTF_8)); + java.util.LinkedHashMap byId = new java.util.LinkedHashMap<>(); + for (int i = 0; i < cases.length(); i++) { + JSONObject item = cases.getJSONObject(i); + byId.put(item.getString("id"), item); + } + EditText filter = new EditText(this); + filter.setSingleLine(true); + filter.setHint("Filter case IDs: maps, number/a3, compose…"); + screen.addView(filter); + Spinner selector = new Spinner(this); + ArrayAdapter choices = new ArrayAdapter<>(this, android.R.layout.simple_spinner_dropdown_item, + new java.util.ArrayList<>(byId.keySet())); + selector.setAdapter(choices); + screen.addView(selector); + filter.addTextChangedListener(new android.text.TextWatcher() { + @Override public void beforeTextChanged(CharSequence text, int start, int count, int after) {} + @Override public void onTextChanged(CharSequence text, int start, int before, int count) { + String query = text.toString().toLowerCase(java.util.Locale.ROOT); + choices.setNotifyOnChange(false); + choices.clear(); + for (String id : byId.keySet()) { + if (id.toLowerCase(java.util.Locale.ROOT).contains(query)) choices.add(id); + } + choices.notifyDataSetChanged(); + } + @Override public void afterTextChanged(android.text.Editable text) {} + }); + Button load = new Button(this); + load.setText("Load selected case"); + load.setOnClickListener(v -> { + String id = (String) selector.getSelectedItem(); + if (id != null) { + try { configure(byId.get(id)); } catch (Exception e) { throw new RuntimeException(e); } + } + }); + screen.addView(load); + Button details = new Button(this); + details.setText("Show EditorInfo and recorded result"); + details.setOnClickListener(v -> { + if (spec == null) return; + try { new android.app.AlertDialog.Builder(this).setMessage(result().toString(2)).setPositiveButton("OK", null).show(); } + catch (Exception e) { throw new RuntimeException(e); } + }); + screen.addView(details); + } catch (Exception e) { throw new RuntimeException(e); } + screen.addView(root); + setContentView(screen); + } + } + + static byte[] readAll(java.io.InputStream input) throws java.io.IOException { + try (java.io.InputStream in = input; java.io.ByteArrayOutputStream out = new java.io.ByteArrayOutputStream()) { + byte[] buffer = new byte[8192]; + int size; + while ((size = in.read(buffer)) != -1) out.write(buffer, 0, size); + return out.toByteArray(); + } + } + + void configure(JSONObject value) throws Exception { + boolean reuseRaw = spec != null && spec.optString("host").equals("raw") + && value.optString("host").equals("raw") && editor instanceof EditText; + spec = value; + actual = null; + connections = 0; + clearEvents(); + if (reuseRaw) { + ((TextView) root.getChildAt(0)).setText(value.getString("id")); + EditText edit = (EditText) editor; + edit.setText("seed"); + edit.setSelection(4); + edit.requestFocus(); + imm().restartInput(edit); + imm().showSoftInput(edit, InputMethodManager.SHOW_IMPLICIT); + return; + } + if (editor instanceof WebView) ((WebView) editor).destroy(); + root.removeAllViews(); + TextView title = new TextView(this); + title.setText(value.getString("id")); + root.addView(title); + next = new EditText(this); + next.setHint("Next field (local only)"); + String host = value.optString("host", "raw"); + if (host.equals("webview")) { + WebView web = new WebView(this) { + @Override public InputConnection onCreateInputConnection(EditorInfo info) { + InputConnection ic = super.onCreateInputConnection(info); + return this == editor ? observe(ic, info) : ic; + } + }; + web.getSettings().setJavaScriptEnabled(true); + web.addJavascriptInterface(new Object() { + @JavascriptInterface public void changed(String text) { if (editor == web) webText = text; } + }, "Sink"); + web.setWebViewClient(new WebViewClient() { + @Override public void onPageFinished(WebView view, String url) { + if (view != editor) return; + view.evaluateJavascript("var e=document.querySelector('#e');e.focus();e.setSelectionRange(4,4)", null); + imm().showSoftInput(view, InputMethodManager.SHOW_IMPLICIT); + } + }); + String[] hints = {"enter", "enter", "go", "search", "send", "next", "done", "previous"}; + boolean multi = (value.getInt("inputType") & 0x20000) != 0; + String tag = multi ? "textarea" : "input"; + webText = "seed"; + web.loadDataWithBaseURL("https://enter-parity.invalid/", "<" + tag + " id='e' style='font-size:24px;width:90%;height:110px' enterkeyhint='" + hints[value.getInt("imeOptions")] + "' oninput='Sink.changed(this.value)' " + (multi ? ">seed" : "value='seed'>"), "text/html", "UTF-8", null); + editor = web; + } else if (host.equals("compose")) { + editor = ComposeEditor.create(this, value.getInt("imeOptions"), (value.getInt("inputType") & 0x20000) != 0); + } else { + EditText edit = new EditText(this) { + @Override public InputConnection onCreateInputConnection(EditorInfo info) { + InputConnection ic = super.onCreateInputConnection(info); + if (spec.optString("host").equals("raw")) { + info.inputType = spec.optInt("inputType"); + info.imeOptions = (int) spec.optLong("imeOptions"); + info.actionLabel = spec.isNull("actionLabel") ? null : spec.optString("actionLabel"); + info.actionId = spec.optInt("actionId"); + info.hintText = spec.optString("hintText", null); + info.fieldName = spec.optString("fieldName", null); + info.privateImeOptions = spec.optString("privateImeOptions", null); + } + return this == editor ? observe(ic, info) : ic; + } + }; + edit.setInputType(host.equals("raw") ? InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_MULTI_LINE : value.getInt("inputType")); + edit.setImeOptions(value.getInt("imeOptions")); + edit.setText("seed"); + edit.setSelection(4); + edit.setOnEditorActionListener((v, action, event) -> { + if (event != null) return false; + if (action == EditorInfo.IME_ACTION_NEXT || action == EditorInfo.IME_ACTION_PREVIOUS) next.requestFocus(); + return true; + }); + editor = edit; + } + root.addView(editor, new LinearLayout.LayoutParams(-1, 300)); + root.addView(next, new LinearLayout.LayoutParams(-1, 130)); + editor.requestFocus(); + editor.postDelayed(() -> imm().showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT), 30); + } + + InputMethodManager imm() { return (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); } + + synchronized int eventCount() { return events.length(); } + synchronized void clearEvents() { while (events.length() > 0) events.remove(0); } + + synchronized void event(String method, Object value) { + try { events.put(new JSONObject().put("method", method).put("value", value)); } + catch (JSONException e) { throw new RuntimeException(e); } + } + + InputConnection observe(InputConnection target, EditorInfo info) { + if (target == null) return null; + try { + actual = new JSONObject().put("inputType", info.inputType).put("imeOptions", Integer.toUnsignedLong(info.imeOptions)) + .put("actionLabel", info.actionLabel == null ? JSONObject.NULL : info.actionLabel.toString()) + .put("fieldName", info.fieldName == null ? JSONObject.NULL : info.fieldName) + .put("privateImeOptions", info.privateImeOptions == null ? JSONObject.NULL : info.privateImeOptions) + .put("actionId", info.actionId).put("hintText", info.hintText == null ? JSONObject.NULL : info.hintText.toString()); + connections++; + } catch (JSONException e) { throw new RuntimeException(e); } + return new InputConnectionWrapper(target, false) { + @Override public boolean commitText(CharSequence text, int cursor) { event("commitText", text.toString()); return super.commitText(text, cursor); } + @Override public boolean sendKeyEvent(KeyEvent key) { event("sendKeyEvent", key.getAction() + ":" + key.getKeyCode()); return super.sendKeyEvent(key); } + @Override public boolean performEditorAction(int action) { event("performEditorAction", action); return super.performEditorAction(action); } + @Override public boolean setComposingText(CharSequence text, int cursor) { event("setComposingText", text.toString()); return super.setComposingText(text, cursor); } + @Override public boolean finishComposingText() { event("finishComposingText", ""); return super.finishComposingText(); } + }; + } + + synchronized JSONObject result() throws Exception { + String text = editor instanceof EditText ? ((EditText) editor).getText().toString() : editor instanceof WebView ? webText : ComposeEditor.text(); + return new JSONObject().put("id", spec.getString("id")).put("requested", spec).put("actual", actual) + .put("events", new JSONArray(events.toString())).put("text", text) + .put("focus", next.hasFocus() ? "next" : "editor").put("connections", connections) + .put("composingStart", editor instanceof EditText ? BaseInputConnection.getComposingSpanStart(((EditText) editor).getText()) : -1) + .put("composingEnd", editor instanceof EditText ? BaseInputConnection.getComposingSpanEnd(((EditText) editor).getText()) : -1); + } +} diff --git a/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/MatrixRunner.java b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/MatrixRunner.java new file mode 100644 index 000000000..a56453ef8 --- /dev/null +++ b/enter-parity-lab/src/main/java/com/kazumaproject/enterparity/MatrixRunner.java @@ -0,0 +1,230 @@ +package com.kazumaproject.enterparity; + +import android.app.*; +import android.content.*; +import android.os.*; +import android.accessibilityservice.AccessibilityServiceInfo; +import android.graphics.Rect; +import android.view.*; +import android.view.accessibility.*; +import java.io.*; +import java.nio.charset.StandardCharsets; +import java.util.*; +import org.json.*; + +/** Explicit touchscreen DOWN/UP on the real IME. Never injects KEYCODE_ENTER. */ +public class MatrixRunner extends Instrumentation { + Bundle args; + String expectedIme; + LabActivity activeActivity; + JSONObject lastStableKey; + @Override public void onCreate(Bundle arguments) { super.onCreate(arguments); args = arguments; start(); } + @Override public void onStart() { + Bundle finish = new Bundle(); + expectedIme = selectedIme(); + try { + AccessibilityServiceInfo service = getUiAutomation().getServiceInfo(); + service.flags |= AccessibilityServiceInfo.FLAG_RETRIEVE_INTERACTIVE_WINDOWS | AccessibilityServiceInfo.FLAG_REPORT_VIEW_IDS; + getUiAutomation().setServiceInfo(service); + String json = new String(LabActivity.readAll(getTargetContext().getAssets().open("cases.json")), StandardCharsets.UTF_8); + JSONArray cases = new JSONArray(json); + int start = Integer.parseInt(args.getString("start", "0")); + int end = Math.min(cases.length(), Integer.parseInt(args.getString("end", "999999"))); + int settle = Integer.parseInt(args.getString("settle", "120")); + String filter = args.getString("filter", ""); + File file = new File(getTargetContext().getFilesDir(), args.getString("output", "results.jsonl")); + Intent intent = new Intent(getTargetContext(), LabActivity.class).putExtra("automated", true).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); + LabActivity activity = (LabActivity) startActivitySync(intent); + activeActivity = activity; + cancelTouch(); // Recover a DOWN left by an interrupted instrumentation process. + try (FileOutputStream out = new FileOutputStream(file, false)) { + for (int i = start; i < end; i++) { + JSONObject spec = cases.getJSONObject(i); + if (!spec.getString("id").contains(filter)) continue; + requireExpectedIme(); + JSONObject[] record = {null}; + String screenshot = null; + try { + runOnMainSync(() -> { try { activity.configure(spec); } catch(Exception e) { throw new RuntimeException(e); } }); + long deadline = SystemClock.uptimeMillis() + 3000; + boolean compose = spec.getString("host").equals("compose"); + while (!compose && activity.actual == null && SystemClock.uptimeMillis() < deadline) SystemClock.sleep(20); + if (!compose && activity.actual == null) throw new IllegalStateException("no InputConnection"); + SystemClock.sleep(compose || spec.getString("host").equals("webview") ? 700 : settle); + if (compose) activity.actual = awaitTextEditorInfo(); + if (activity.actual == null) throw new IllegalStateException("missing actual EditorInfo"); + JSONObject key; + if (args.containsKey("verifiedEnterX")) { + if (end - start != 1 || !filter.isEmpty()) throw new IllegalArgumentException("Operator-verified coordinates require exactly one case"); + key = new JSONObject().put("x", Integer.parseInt(args.getString("verifiedEnterX"))) + .put("y", Integer.parseInt(args.getString("verifiedEnterY"))) + .put("label", "operator screenshot-verified Enter"); + } else { + key = awaitEnter(); + } + if (key == null) throw new IllegalStateException("No accessible Enter key; no unverified coordinate fallback"); + if (args.getString("screenshots", "false").equals("true")) { + screenshot = file.getName() + "-" + i + ".png"; + android.graphics.Bitmap bitmap = getUiAutomation().takeScreenshot(); + if (bitmap == null) throw new IllegalStateException("Screenshot unavailable"); + try (FileOutputStream png = new FileOutputStream(new File(file.getParentFile(), screenshot))) { + bitmap.compress(android.graphics.Bitmap.CompressFormat.PNG, 100, png); + } finally { bitmap.recycle(); } + } + if (compose) activity.actual = awaitTextEditorInfo(); + runOnMainSync(() -> { activity.clearEvents(); }); + requireExpectedIme(); + tap(key.getInt("x"), key.getInt("y")); + long responseDeadline = SystemClock.uptimeMillis() + 500; + while (activity.eventCount() == 0 && SystemClock.uptimeMillis() < responseDeadline) SystemClock.sleep(10); + SystemClock.sleep(60); + runOnMainSync(() -> { try { record[0] = activity.result(); } catch(Exception e) { throw new RuntimeException(e); } }); + record[0].put("key", key).put("status", "observed"); + if (spec.getString("host").equals("raw") && activity.eventCount() == 0) { + record[0].put("status", "blocked").put("error", "Touch produced no observable InputConnection event"); + } + } catch (Exception e) { + record[0] = new JSONObject().put("id", spec.getString("id")).put("status", "blocked").put("error", e.toString()); + } + String observedIme = selectedIme(); + boolean imeChanged = !Objects.equals(expectedIme, observedIme); + if (imeChanged) record[0].put("status", "blocked").put("error", "Selected IME changed during capture"); + record[0].put("index", i).put("ime", observedIme); + if (screenshot != null) record[0].put("screenshot", screenshot); + out.write((record[0].toString() + "\n").getBytes(StandardCharsets.UTF_8)); out.flush(); + requireExpectedIme(); + if (i % 100 == 0) { Bundle progress = new Bundle(); progress.putString("stream", "case " + i + "/" + end + "\n"); sendStatus(0, progress); } + } + } finally { runOnMainSync(activity::finish); } + finish.putString("stream", "Results: " + file + "\n"); + finish(Activity.RESULT_OK, finish); + } catch (Throwable e) { + finish.putString("stream", android.util.Log.getStackTraceString(e)); finish(Activity.RESULT_CANCELED, finish); + } + } + + String selectedIme() { + return android.provider.Settings.Secure.getString(getTargetContext().getContentResolver(), "default_input_method"); + } + + void requireExpectedIme() { + if (activeActivity != null && !activeActivity.resumed) { + throw new IllegalStateException("Lab left the foreground; capture stopped before sending input to another app"); + } + if (expectedIme == null || !expectedIme.equals(selectedIme())) { + throw new IllegalStateException("Selected IME changed; capture stopped to prevent mixed observations"); + } + } + + JSONObject awaitTextEditorInfo() throws Exception { + // BasicTextField is always text. During floating-window reconnection the + // IME dump can briefly contain its empty EditorInfo (inputType/options 0). + long deadline = SystemClock.uptimeMillis() + 3000; + String previous = null; + while (SystemClock.uptimeMillis() < deadline) { + requireExpectedIme(); + JSONObject info = readEditorInfo(); + if (info != null && (info.getInt("inputType") & 15) == 1) { + String current = info.toString(); + if (current.equals(previous)) return info; + previous = current; + } else { + previous = null; + } + SystemClock.sleep(75); + } + throw new IllegalStateException("No stable actual BasicTextField EditorInfo"); + } + + JSONObject readEditorInfo() throws Exception { + String dump; + try (InputStream in = new ParcelFileDescriptor.AutoCloseInputStream( + getUiAutomation().executeShellCommand("dumpsys input_method"))) { + dump = new String(LabActivity.readAll(in), StandardCharsets.UTF_8); + } + int start = dump.lastIndexOf("mInputEditorInfo:"); + if (start < 0) return null; + java.util.regex.Matcher matcher = java.util.regex.Pattern.compile("inputType=0x([0-9a-f]+) imeOptions=0x([0-9a-f]+)").matcher(dump.substring(start)); + if (!matcher.find()) return null; + return new JSONObject().put("inputType", Long.parseLong(matcher.group(1), 16)) + .put("imeOptions", Long.parseLong(matcher.group(2), 16)).put("actionLabel", JSONObject.NULL) + .put("actionId", 0).put("hintText", JSONObject.NULL).put("fieldName", JSONObject.NULL) + .put("privateImeOptions", JSONObject.NULL); + } + + JSONObject awaitEnter() throws Exception { + long deadline = SystemClock.uptimeMillis() + 3000; + JSONObject previous = lastStableKey; + while (SystemClock.uptimeMillis() < deadline) { + JSONObject current = findEnter(); + if (current != null && previous != null && current.toString().equals(previous.toString())) { + lastStableKey = current; + return current; + } + previous = current; + SystemClock.sleep(50); + } + return null; + } + + boolean belongsToSelectedIme(AccessibilityNodeInfo root) { + // A floating keyboard is a PopupWindow and may be classified as an application window. + String ime = android.provider.Settings.Secure.getString(getTargetContext().getContentResolver(), "default_input_method"); + return root != null && ime != null && ime.contains("/") && + ime.substring(0, ime.indexOf('/')).contentEquals(root.getPackageName() == null ? "" : root.getPackageName()); + } + + JSONObject findEnter() throws Exception { + for (AccessibilityWindowInfo window : getUiAutomation().getWindows()) { + AccessibilityNodeInfo root = window.getRoot(); + if (!belongsToSelectedIme(root)) continue; + // Query known resource IDs directly; recursively walking every key is much slower. + for (String name : new String[]{"key_pos_ime_action", "key_enter", "key_return"}) { + for (AccessibilityNodeInfo node : root.findAccessibilityNodeInfosByViewId(root.getPackageName() + ":id/" + name)) { + JSONObject key = findNode(node); + if (key != null) return key; + } + } + JSONObject result = findNode(root); + if (result != null) return result; + } + return null; + } + JSONObject findNode(AccessibilityNodeInfo node) throws Exception { + if (node == null) return null; + String label = (node.getContentDescription() == null ? "" : node.getContentDescription().toString()); + String text = (node.getText() == null ? "" : node.getText().toString()); + String id = node.getViewIdResourceName(); + Rect rect = new Rect(); node.getBoundsInScreen(rect); + if (node.isVisibleToUser() && !rect.isEmpty() && rect.centerY() > 0 && + rect.centerY() < getTargetContext().getResources().getDisplayMetrics().heightPixels && + (label.matches("(?i)(enter|return|改行|確定|完了|検索|次へ|次|前へ|前|送信|実行|go|search|next|previous|done|send|custom)(キー)?") || + text.matches("(?i)(return|改行|確定|完了|検索|次へ|次|前へ|前|送信|実行|go|search|next|previous|done|send|custom)") || + id != null && (id.endsWith("/key_enter") || id.endsWith("/enter_key") || id.endsWith("/key_pos_ime_action")))) { + return new JSONObject().put("label", label).put("text", text).put("viewId", id) + .put("x", rect.centerX()).put("y", rect.centerY()).put("bounds", rect.toShortString()); + } + for (int i=0; i ' + shlex.quote(path)) +subprocess.run(adb + ['shell', 'run-as', pkg, 'sh', '-c', command], input=xml, check=True) +print(json.dumps(values)) diff --git a/tools/enter_parity/export_fixture.py b/tools/enter_parity/export_fixture.py new file mode 100644 index 000000000..63bda13f7 --- /dev/null +++ b/tools/enter_parity/export_fixture.py @@ -0,0 +1,44 @@ +#!/usr/bin/env python3 +"""Export complete recorded Gboard decisions, never inferred from the resolver.""" +import sys +from pathlib import Path +from compare import read, transport, editor_info +from generate_cases import CASES + + +def observed_action(row): + events = transport(row) + if len(events) == 1 and events[0]['method'] == 'performEditorAction': + return str(events[0]['value']) + if events == [dict(method='sendKeyEvent', value='0:66'), dict(method='sendKeyEvent', value='1:66')]: + return 'enter' + if events == [dict(method='commitText', value='\n')]: + return 'newline' + raise ValueError(f'Unclassified observation: {row["id"]}: {events}') + + +def export(rows): + def nullable(value): + return r"\N" if value is None else value + lines = ['id\tinputType\timeOptions\tactionLabel\tactionId\texpectedAction\thintText\tfieldName\tprivateImeOptions'] + for case in CASES: + if case['host'] != 'raw': + continue + row = rows.get(case['id']) + if not row or row['status'] != 'observed': + raise ValueError(f'Missing successful Gboard observation: {case["id"]}') + if not row.get('ime', '').startswith('com.google.android.inputmethod.latin/'): + raise ValueError('Expected a Gboard capture, not the implementation under test') + info = editor_info(row) + if info is None or any(info[key] != case.get(key) for key in info): + raise ValueError(f'Actual EditorInfo differs from declared case: {case["id"]}') + lines.append('\t'.join(map(str, [row['id'], info['inputType'], info['imeOptions'], + nullable(info.get('actionLabel')), info['actionId'], observed_action(row), nullable(info.get('hintText')), + nullable(info.get('fieldName')), nullable(info.get('privateImeOptions'))]))) + return '\n'.join(lines) + '\n' + + +if __name__ == '__main__': + result = export(read(sys.argv[1])) + Path(sys.argv[2]).write_text(result) + print(f'{len(result.splitlines()) - 1} observed raw cases exported') diff --git a/tools/enter_parity/generate_cases.py b/tools/enter_parity/generate_cases.py new file mode 100644 index 000000000..9210cb58e --- /dev/null +++ b/tools/enter_parity/generate_cases.py @@ -0,0 +1,52 @@ +#!/usr/bin/env python3 +"""Generate the entire declared matrix; no production policy or expected outcomes.""" +import itertools +import json +from pathlib import Path + +TEXT_VARIATIONS = list(range(0x00, 0xF0, 0x10)) +TYPES = [(f'text-{v:x}', 1 | v) for v in TEXT_VARIATIONS] + [ + ('number', 2), ('number-password', 0x12), ('phone', 3), + ('datetime', 4), ('date', 0x14), ('time', 0x24), ('null', 0)] +CASES = [] + +def add(name, input_type, options, label=None, action_id=0, **extra): + CASES.append(dict(id=name, inputType=input_type, imeOptions=options, + actionLabel=label, actionId=action_id, host='raw', **extra)) + +for (name, typ), action, multiline, no_enter, custom in itertools.product( + TYPES, range(8), range(4), range(2), range(4)): + flags = (0x20000 if multiline & 1 else 0) | (0x40000 if multiline & 2 else 0) + add(f'{name}/a{action}/m{multiline}/n{no_enter}/c{custom}', typ | flags, + action | (0x40000000 if no_enter else 0), + 'Custom' if custom & 1 else None, 123 if custom & 2 else 0, + validity='normal' if typ & 15 == 1 or not flags else 'non-text-flags') + +# One-factor probes against every standard action and both NO_ENTER_ACTION states. +input_flags = [0x1000, 0x2000, 0x4000, 0x8000, 0x10000, 0x80000, 0x100000] +ime_flags = [0x80000000, 0x20000000, 0x10000000, 0x8000000, 0x4000000, + 0x2000000, 0x1000000, 0x800000, 0x400000, 0x200000, 0x100000] +for action, no_enter in itertools.product(range(8), range(2)): + options = action | (0x40000000 if no_enter else 0) + for flag in input_flags: + add(f'probe/input-{flag:x}/a{action}/n{no_enter}', 1 | flag, options) + for flag in ime_flags: + add(f'probe/ime-{flag:x}/a{action}/n{no_enter}', 1, options | flag) + for typ in [0x1002, 0x2002, 0x3002]: + add(f'probe/number-{typ:x}/a{action}/n{no_enter}', typ, options) + for field in ['hintText', 'fieldName', 'privateImeOptions']: + for value in ['Search', '検索', 'Password', 'ordinary']: + add(f'probe/{field}-{value}/a{action}/n{no_enter}', 1, options, **{field: value}) +add('regression/maps-photo-comment', 0x264001, 0x40000006) +# Real widgets are deliberately not allowed to override the framework EditorInfo. +for host in ['edittext', 'compose', 'webview']: + for action, multi in itertools.product(range(8), range(2)): + CASES.append(dict(id=f'{host}/a{action}/m{multi}', host=host, inputType=1 | (0x20000 if multi else 0), + imeOptions=action, actionLabel=None, actionId=0)) + +if __name__ == '__main__': + assert len({c['id'] for c in CASES}) == len(CASES) + root = Path(__file__).resolve().parents[2] + path = root / 'enter-parity-lab/src/main/assets/cases.json' + path.write_text(json.dumps(CASES, ensure_ascii=False, separators=(',', ':')) + '\n') + print(f'{len(CASES)} cases -> {path}') diff --git a/tools/enter_parity/isolated-app.gradle b/tools/enter_parity/isolated-app.gradle new file mode 100644 index 000000000..5d196790c --- /dev/null +++ b/tools/enter_parity/isolated-app.gradle @@ -0,0 +1,8 @@ +// Install the real debug keyboard beside the user's keyboard, with separate data. +allprojects { p -> + p.plugins.withId('com.android.application') { + if (p.name == 'app') { + p.android.buildTypes.getByName('debug').applicationIdSuffix = p.hasProperty('enterParityBaseline') ? '.enterbaseline' : '.enterparity' + } + } +} diff --git a/tools/enter_parity/results/README.md b/tools/enter_parity/results/README.md new file mode 100644 index 000000000..63d0773c3 --- /dev/null +++ b/tools/enter_parity/results/README.md @@ -0,0 +1,19 @@ +# Recorded Enter observations + +- `gboard.jsonl.gz`: all 6,209 Gboard reference cases, captured with the on-screen Enter. +- `keyboard-normal.jsonl.gz`, `keyboard-floating.jsonl.gz`: all 6,209 cases per surface. +- `comparison.tsv`: one row per declared case; all statuses and normalized transport comparisons. +- `validation-status.json`: final counts, including unexecuted/blocked categories, and supplementary checks. +- `*.metadata.json`, `apk-sha256.json`: device, selected IME, capture conditions and tested APK identity. +- `dev-*.jsonl`, `dev-regressions.json`: four selected regressions from the pinned dev APK. +- `*-composition-*.jsonl`: composition/segment traces compared to dev, not Gboard. +- `layout-*.jsonl`, `layout-checks.json`: eight actions on five layouts and two surfaces; supplementary to the full matrix. +- `*.screenshots/INDEX.png`: original pre-tap screenshots; INDEX is the generated case index. The JSON screenshot field retains the original on-device file name. +- `manual-ui.json`: filtering, loading, actual software Enter and result-dialog check. +- `explicit-type-null-direct.jsonl`: the intentionally preserved explicit direct-input override, not a Gboard parity case. +- `guard-*.jsonl`, `harness-guards.json`: intentional interruptions; expected to stop without accepting the case. +- `rejected-observations.jsonl.gz`: diagnostics excluded from reference and success counts, with exclusion reasons. Not an oracle. +- `unit-tests.json`: JVM suite results and Python integrity-test count. +- `sha256.json`: hashes of the saved evidence files. + +Key events are normalized to action/keyCode; event flags, modifier state, timestamps and device identity are outside this comparison. Compose records keyboard-action callbacks rather than raw InputConnection transport. See [the result report](../../../docs/enter-editor-parity-results.md) for provenance, scope and limitations. diff --git a/tools/enter_parity/results/apk-sha256.json b/tools/enter_parity/results/apk-sha256.json new file mode 100644 index 000000000..06ab5351c --- /dev/null +++ b/tools/enter_parity/results/apk-sha256.json @@ -0,0 +1,14 @@ +{ + "target": { + "sha256": "59dde9c2bc3d57451a7f3db550e67df2b1f34fa85485ac5a1b4dcda093328e86", + "bytes": 71979220 + }, + "baseline": { + "sha256": "b93a04fe1ec2b4af2e20b2243dc6893e35528c2c7f270e7238446b0200e788e0", + "bytes": 71236845 + }, + "lab": { + "sha256": "520dfcfeae3f3c79a3ec305dd2c7b15cc3df2c6d0ea17cedca63e8695920d9bd", + "bytes": 5457089 + } +} diff --git a/tools/enter_parity/results/baseline-composition-floating-off.jsonl b/tools/enter_parity/results/baseline-composition-floating-off.jsonl new file mode 100644 index 000000000..13f3b4c60 --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-floating-off.jsonl @@ -0,0 +1,7 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":4,"composingEnd":9,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/baseline-composition-floating-off.metadata.json b/tools/enter_parity/results/baseline-composition-floating-off.metadata.json new file mode 100644 index 000000000..d0d5741ad --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-floating-off.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:23:37.327442+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI floating; bunsetsu separation off", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 7 +} diff --git a/tools/enter_parity/results/baseline-composition-floating-on.jsonl b/tools/enter_parity/results/baseline-composition-floating-on.jsonl new file mode 100644 index 000000000..b43282009 --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-floating-on.jsonl @@ -0,0 +1,8 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"私はにほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":11,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は"},{"method":"setComposingText","value":"にほんじn"},{"method":"setComposingText","value":"にほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":6,"composingEnd":11,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-2","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/baseline-composition-floating-on.metadata.json b/tools/enter_parity/results/baseline-composition-floating-on.metadata.json new file mode 100644 index 000000000..116d581fb --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-floating-on.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:24:16.001243+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI floating; bunsetsu separation on", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/baseline-composition-off.jsonl b/tools/enter_parity/results/baseline-composition-off.jsonl new file mode 100644 index 000000000..13f3b4c60 --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-off.jsonl @@ -0,0 +1,7 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":4,"composingEnd":9,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/baseline-composition-off.metadata.json b/tools/enter_parity/results/baseline-composition-off.metadata.json new file mode 100644 index 000000000..2854bd71c --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-off.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:27:49.843085+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI normal; bunsetsu separation off", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 7 +} diff --git a/tools/enter_parity/results/baseline-composition-on.jsonl b/tools/enter_parity/results/baseline-composition-on.jsonl new file mode 100644 index 000000000..8e9f10ea1 --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-on.jsonl @@ -0,0 +1,8 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"私はにほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":11,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は"},{"method":"setComposingText","value":"にほんじn"},{"method":"setComposingText","value":"にほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":6,"composingEnd":11,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-2","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/baseline-composition-on.metadata.json b/tools/enter_parity/results/baseline-composition-on.metadata.json new file mode 100644 index 000000000..0ce97e826 --- /dev/null +++ b/tools/enter_parity/results/baseline-composition-on.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:28:21.229225+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI normal; bunsetsu separation on", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/comparison.tsv b/tools/enter_parity/results/comparison.tsv new file mode 100644 index 000000000..44087b3d6 --- /dev/null +++ b/tools/enter_parity/results/comparison.tsv @@ -0,0 +1,6210 @@ +id normal floating normalTransportEqual floatingTransportEqual +text-0/a0/m0/n0/c0 match match true true +text-0/a0/m0/n0/c1 match match true true +text-0/a0/m0/n0/c2 match match true true +text-0/a0/m0/n0/c3 match match true true +text-0/a0/m0/n1/c0 match match true true +text-0/a0/m0/n1/c1 match match true true +text-0/a0/m0/n1/c2 match match true true +text-0/a0/m0/n1/c3 match match true true +text-0/a0/m1/n0/c0 match match true true +text-0/a0/m1/n0/c1 match match true true +text-0/a0/m1/n0/c2 match match true true +text-0/a0/m1/n0/c3 match match true true +text-0/a0/m1/n1/c0 match match true true +text-0/a0/m1/n1/c1 match match true true +text-0/a0/m1/n1/c2 match match true true +text-0/a0/m1/n1/c3 match match true true +text-0/a0/m2/n0/c0 match match true true +text-0/a0/m2/n0/c1 match match true true +text-0/a0/m2/n0/c2 match match true true +text-0/a0/m2/n0/c3 match match true true +text-0/a0/m2/n1/c0 match match true true +text-0/a0/m2/n1/c1 match match true true +text-0/a0/m2/n1/c2 match match true true +text-0/a0/m2/n1/c3 match match true true +text-0/a0/m3/n0/c0 match match true true +text-0/a0/m3/n0/c1 match match true true +text-0/a0/m3/n0/c2 match match true true +text-0/a0/m3/n0/c3 match match true true +text-0/a0/m3/n1/c0 match match true true +text-0/a0/m3/n1/c1 match match true true +text-0/a0/m3/n1/c2 match match true true +text-0/a0/m3/n1/c3 match match true true +text-0/a1/m0/n0/c0 match match true true +text-0/a1/m0/n0/c1 match match true true +text-0/a1/m0/n0/c2 match match true true +text-0/a1/m0/n0/c3 match match true true +text-0/a1/m0/n1/c0 match match true true +text-0/a1/m0/n1/c1 match match true true +text-0/a1/m0/n1/c2 match match true true +text-0/a1/m0/n1/c3 match match true true +text-0/a1/m1/n0/c0 match match true true +text-0/a1/m1/n0/c1 match match true true +text-0/a1/m1/n0/c2 match match true true +text-0/a1/m1/n0/c3 match match true true +text-0/a1/m1/n1/c0 match match true true +text-0/a1/m1/n1/c1 match match true true +text-0/a1/m1/n1/c2 match match true true +text-0/a1/m1/n1/c3 match match true true +text-0/a1/m2/n0/c0 match match true true +text-0/a1/m2/n0/c1 match match true true +text-0/a1/m2/n0/c2 match match true true +text-0/a1/m2/n0/c3 match match true true +text-0/a1/m2/n1/c0 match match true true +text-0/a1/m2/n1/c1 match match true true +text-0/a1/m2/n1/c2 match match true true +text-0/a1/m2/n1/c3 match match true true +text-0/a1/m3/n0/c0 match match true true +text-0/a1/m3/n0/c1 match match true true +text-0/a1/m3/n0/c2 match match true true +text-0/a1/m3/n0/c3 match match true true +text-0/a1/m3/n1/c0 match match true true +text-0/a1/m3/n1/c1 match match true true +text-0/a1/m3/n1/c2 match match true true +text-0/a1/m3/n1/c3 match match true true +text-0/a2/m0/n0/c0 match match true true +text-0/a2/m0/n0/c1 match match true true +text-0/a2/m0/n0/c2 match match true true +text-0/a2/m0/n0/c3 match match true true +text-0/a2/m0/n1/c0 match match true true +text-0/a2/m0/n1/c1 match match true true +text-0/a2/m0/n1/c2 match match true true +text-0/a2/m0/n1/c3 match match true true +text-0/a2/m1/n0/c0 match match true true +text-0/a2/m1/n0/c1 match match true true +text-0/a2/m1/n0/c2 match match true true +text-0/a2/m1/n0/c3 match match true true +text-0/a2/m1/n1/c0 match match true true +text-0/a2/m1/n1/c1 match match true true +text-0/a2/m1/n1/c2 match match true true +text-0/a2/m1/n1/c3 match match true true +text-0/a2/m2/n0/c0 match match true true +text-0/a2/m2/n0/c1 match match true true +text-0/a2/m2/n0/c2 match match true true +text-0/a2/m2/n0/c3 match match true true +text-0/a2/m2/n1/c0 match match true true +text-0/a2/m2/n1/c1 match match true true +text-0/a2/m2/n1/c2 match match true true +text-0/a2/m2/n1/c3 match match true true +text-0/a2/m3/n0/c0 match match true true +text-0/a2/m3/n0/c1 match match true true +text-0/a2/m3/n0/c2 match match true true +text-0/a2/m3/n0/c3 match match true true +text-0/a2/m3/n1/c0 match match true true +text-0/a2/m3/n1/c1 match match true true +text-0/a2/m3/n1/c2 match match true true +text-0/a2/m3/n1/c3 match match true true +text-0/a3/m0/n0/c0 match match true true +text-0/a3/m0/n0/c1 match match true true +text-0/a3/m0/n0/c2 match match true true +text-0/a3/m0/n0/c3 match match true true +text-0/a3/m0/n1/c0 match match true true +text-0/a3/m0/n1/c1 match match true true +text-0/a3/m0/n1/c2 match match true true +text-0/a3/m0/n1/c3 match match true true +text-0/a3/m1/n0/c0 match match true true +text-0/a3/m1/n0/c1 match match true true +text-0/a3/m1/n0/c2 match match true true +text-0/a3/m1/n0/c3 match match true true +text-0/a3/m1/n1/c0 match match true true +text-0/a3/m1/n1/c1 match match true true +text-0/a3/m1/n1/c2 match match true true +text-0/a3/m1/n1/c3 match match true true +text-0/a3/m2/n0/c0 match match true true +text-0/a3/m2/n0/c1 match match true true +text-0/a3/m2/n0/c2 match match true true +text-0/a3/m2/n0/c3 match match true true +text-0/a3/m2/n1/c0 match match true true +text-0/a3/m2/n1/c1 match match true true +text-0/a3/m2/n1/c2 match match true true +text-0/a3/m2/n1/c3 match match true true +text-0/a3/m3/n0/c0 match match true true +text-0/a3/m3/n0/c1 match match true true +text-0/a3/m3/n0/c2 match match true true +text-0/a3/m3/n0/c3 match match true true +text-0/a3/m3/n1/c0 match match true true +text-0/a3/m3/n1/c1 match match true true +text-0/a3/m3/n1/c2 match match true true +text-0/a3/m3/n1/c3 match match true true +text-0/a4/m0/n0/c0 match match true true +text-0/a4/m0/n0/c1 match match true true +text-0/a4/m0/n0/c2 match match true true +text-0/a4/m0/n0/c3 match match true true +text-0/a4/m0/n1/c0 match match true true +text-0/a4/m0/n1/c1 match match true true +text-0/a4/m0/n1/c2 match match true true +text-0/a4/m0/n1/c3 match match true true +text-0/a4/m1/n0/c0 match match true true +text-0/a4/m1/n0/c1 match match true true +text-0/a4/m1/n0/c2 match match true true +text-0/a4/m1/n0/c3 match match true true +text-0/a4/m1/n1/c0 match match true true +text-0/a4/m1/n1/c1 match match true true +text-0/a4/m1/n1/c2 match match true true +text-0/a4/m1/n1/c3 match match true true +text-0/a4/m2/n0/c0 match match true true +text-0/a4/m2/n0/c1 match match true true +text-0/a4/m2/n0/c2 match match true true +text-0/a4/m2/n0/c3 match match true true +text-0/a4/m2/n1/c0 match match true true +text-0/a4/m2/n1/c1 match match true true +text-0/a4/m2/n1/c2 match match true true +text-0/a4/m2/n1/c3 match match true true +text-0/a4/m3/n0/c0 match match true true +text-0/a4/m3/n0/c1 match match true true +text-0/a4/m3/n0/c2 match match true true +text-0/a4/m3/n0/c3 match match true true +text-0/a4/m3/n1/c0 match match true true +text-0/a4/m3/n1/c1 match match true true +text-0/a4/m3/n1/c2 match match true true +text-0/a4/m3/n1/c3 match match true true +text-0/a5/m0/n0/c0 match match true true +text-0/a5/m0/n0/c1 match match true true +text-0/a5/m0/n0/c2 match match true true +text-0/a5/m0/n0/c3 match match true true +text-0/a5/m0/n1/c0 match match true true +text-0/a5/m0/n1/c1 match match true true +text-0/a5/m0/n1/c2 match match true true +text-0/a5/m0/n1/c3 match match true true +text-0/a5/m1/n0/c0 match match true true +text-0/a5/m1/n0/c1 match match true true +text-0/a5/m1/n0/c2 match match true true +text-0/a5/m1/n0/c3 match match true true +text-0/a5/m1/n1/c0 match match true true +text-0/a5/m1/n1/c1 match match true true +text-0/a5/m1/n1/c2 match match true true +text-0/a5/m1/n1/c3 match match true true +text-0/a5/m2/n0/c0 match match true true +text-0/a5/m2/n0/c1 match match true true +text-0/a5/m2/n0/c2 match match true true +text-0/a5/m2/n0/c3 match match true true +text-0/a5/m2/n1/c0 match match true true +text-0/a5/m2/n1/c1 match match true true +text-0/a5/m2/n1/c2 match match true true +text-0/a5/m2/n1/c3 match match true true +text-0/a5/m3/n0/c0 match match true true +text-0/a5/m3/n0/c1 match match true true +text-0/a5/m3/n0/c2 match match true true +text-0/a5/m3/n0/c3 match match true true +text-0/a5/m3/n1/c0 match match true true +text-0/a5/m3/n1/c1 match match true true +text-0/a5/m3/n1/c2 match match true true +text-0/a5/m3/n1/c3 match match true true +text-0/a6/m0/n0/c0 match match true true +text-0/a6/m0/n0/c1 match match true true +text-0/a6/m0/n0/c2 match match true true +text-0/a6/m0/n0/c3 match match true true +text-0/a6/m0/n1/c0 match match true true +text-0/a6/m0/n1/c1 match match true true +text-0/a6/m0/n1/c2 match match true true +text-0/a6/m0/n1/c3 match match true true +text-0/a6/m1/n0/c0 match match true true +text-0/a6/m1/n0/c1 match match true true +text-0/a6/m1/n0/c2 match match true true +text-0/a6/m1/n0/c3 match match true true +text-0/a6/m1/n1/c0 match match true true +text-0/a6/m1/n1/c1 match match true true +text-0/a6/m1/n1/c2 match match true true +text-0/a6/m1/n1/c3 match match true true +text-0/a6/m2/n0/c0 match match true true +text-0/a6/m2/n0/c1 match match true true +text-0/a6/m2/n0/c2 match match true true +text-0/a6/m2/n0/c3 match match true true +text-0/a6/m2/n1/c0 match match true true +text-0/a6/m2/n1/c1 match match true true +text-0/a6/m2/n1/c2 match match true true +text-0/a6/m2/n1/c3 match match true true +text-0/a6/m3/n0/c0 match match true true +text-0/a6/m3/n0/c1 match match true true +text-0/a6/m3/n0/c2 match match true true +text-0/a6/m3/n0/c3 match match true true +text-0/a6/m3/n1/c0 match match true true +text-0/a6/m3/n1/c1 match match true true +text-0/a6/m3/n1/c2 match match true true +text-0/a6/m3/n1/c3 match match true true +text-0/a7/m0/n0/c0 match match true true +text-0/a7/m0/n0/c1 match match true true +text-0/a7/m0/n0/c2 match match true true +text-0/a7/m0/n0/c3 match match true true +text-0/a7/m0/n1/c0 match match true true +text-0/a7/m0/n1/c1 match match true true +text-0/a7/m0/n1/c2 match match true true +text-0/a7/m0/n1/c3 match match true true +text-0/a7/m1/n0/c0 match match true true +text-0/a7/m1/n0/c1 match match true true +text-0/a7/m1/n0/c2 match match true true +text-0/a7/m1/n0/c3 match match true true +text-0/a7/m1/n1/c0 match match true true +text-0/a7/m1/n1/c1 match match true true +text-0/a7/m1/n1/c2 match match true true +text-0/a7/m1/n1/c3 match match true true +text-0/a7/m2/n0/c0 match match true true +text-0/a7/m2/n0/c1 match match true true +text-0/a7/m2/n0/c2 match match true true +text-0/a7/m2/n0/c3 match match true true +text-0/a7/m2/n1/c0 match match true true +text-0/a7/m2/n1/c1 match match true true +text-0/a7/m2/n1/c2 match match true true +text-0/a7/m2/n1/c3 match match true true +text-0/a7/m3/n0/c0 match match true true +text-0/a7/m3/n0/c1 match match true true +text-0/a7/m3/n0/c2 match match true true +text-0/a7/m3/n0/c3 match match true true +text-0/a7/m3/n1/c0 match match true true +text-0/a7/m3/n1/c1 match match true true +text-0/a7/m3/n1/c2 match match true true +text-0/a7/m3/n1/c3 match match true true +text-10/a0/m0/n0/c0 match match true true +text-10/a0/m0/n0/c1 match match true true +text-10/a0/m0/n0/c2 match match true true +text-10/a0/m0/n0/c3 match match true true +text-10/a0/m0/n1/c0 match match true true +text-10/a0/m0/n1/c1 match match true true +text-10/a0/m0/n1/c2 match match true true +text-10/a0/m0/n1/c3 match match true true +text-10/a0/m1/n0/c0 match match true true +text-10/a0/m1/n0/c1 match match true true +text-10/a0/m1/n0/c2 match match true true +text-10/a0/m1/n0/c3 match match true true +text-10/a0/m1/n1/c0 match match true true +text-10/a0/m1/n1/c1 match match true true +text-10/a0/m1/n1/c2 match match true true +text-10/a0/m1/n1/c3 match match true true +text-10/a0/m2/n0/c0 match match true true +text-10/a0/m2/n0/c1 match match true true +text-10/a0/m2/n0/c2 match match true true +text-10/a0/m2/n0/c3 match match true true +text-10/a0/m2/n1/c0 match match true true +text-10/a0/m2/n1/c1 match match true true +text-10/a0/m2/n1/c2 match match true true +text-10/a0/m2/n1/c3 match match true true +text-10/a0/m3/n0/c0 match match true true +text-10/a0/m3/n0/c1 match match true true +text-10/a0/m3/n0/c2 match match true true +text-10/a0/m3/n0/c3 match match true true +text-10/a0/m3/n1/c0 match match true true +text-10/a0/m3/n1/c1 match match true true +text-10/a0/m3/n1/c2 match match true true +text-10/a0/m3/n1/c3 match match true true +text-10/a1/m0/n0/c0 match match true true +text-10/a1/m0/n0/c1 match match true true +text-10/a1/m0/n0/c2 match match true true +text-10/a1/m0/n0/c3 match match true true +text-10/a1/m0/n1/c0 match match true true +text-10/a1/m0/n1/c1 match match true true +text-10/a1/m0/n1/c2 match match true true +text-10/a1/m0/n1/c3 match match true true +text-10/a1/m1/n0/c0 match match true true +text-10/a1/m1/n0/c1 match match true true +text-10/a1/m1/n0/c2 match match true true +text-10/a1/m1/n0/c3 match match true true +text-10/a1/m1/n1/c0 match match true true +text-10/a1/m1/n1/c1 match match true true +text-10/a1/m1/n1/c2 match match true true +text-10/a1/m1/n1/c3 match match true true +text-10/a1/m2/n0/c0 match match true true +text-10/a1/m2/n0/c1 match match true true +text-10/a1/m2/n0/c2 match match true true +text-10/a1/m2/n0/c3 match match true true +text-10/a1/m2/n1/c0 match match true true +text-10/a1/m2/n1/c1 match match true true +text-10/a1/m2/n1/c2 match match true true +text-10/a1/m2/n1/c3 match match true true +text-10/a1/m3/n0/c0 match match true true +text-10/a1/m3/n0/c1 match match true true +text-10/a1/m3/n0/c2 match match true true +text-10/a1/m3/n0/c3 match match true true +text-10/a1/m3/n1/c0 match match true true +text-10/a1/m3/n1/c1 match match true true +text-10/a1/m3/n1/c2 match match true true +text-10/a1/m3/n1/c3 match match true true +text-10/a2/m0/n0/c0 match match true true +text-10/a2/m0/n0/c1 match match true true +text-10/a2/m0/n0/c2 match match true true +text-10/a2/m0/n0/c3 match match true true +text-10/a2/m0/n1/c0 match match true true +text-10/a2/m0/n1/c1 match match true true +text-10/a2/m0/n1/c2 match match true true +text-10/a2/m0/n1/c3 match match true true +text-10/a2/m1/n0/c0 match match true true +text-10/a2/m1/n0/c1 match match true true +text-10/a2/m1/n0/c2 match match true true +text-10/a2/m1/n0/c3 match match true true +text-10/a2/m1/n1/c0 match match true true +text-10/a2/m1/n1/c1 match match true true +text-10/a2/m1/n1/c2 match match true true +text-10/a2/m1/n1/c3 match match true true +text-10/a2/m2/n0/c0 match match true true +text-10/a2/m2/n0/c1 match match true true +text-10/a2/m2/n0/c2 match match true true +text-10/a2/m2/n0/c3 match match true true +text-10/a2/m2/n1/c0 match match true true +text-10/a2/m2/n1/c1 match match true true +text-10/a2/m2/n1/c2 match match true true +text-10/a2/m2/n1/c3 match match true true +text-10/a2/m3/n0/c0 match match true true +text-10/a2/m3/n0/c1 match match true true +text-10/a2/m3/n0/c2 match match true true +text-10/a2/m3/n0/c3 match match true true +text-10/a2/m3/n1/c0 match match true true +text-10/a2/m3/n1/c1 match match true true +text-10/a2/m3/n1/c2 match match true true +text-10/a2/m3/n1/c3 match match true true +text-10/a3/m0/n0/c0 match match true true +text-10/a3/m0/n0/c1 match match true true +text-10/a3/m0/n0/c2 match match true true +text-10/a3/m0/n0/c3 match match true true +text-10/a3/m0/n1/c0 match match true true +text-10/a3/m0/n1/c1 match match true true +text-10/a3/m0/n1/c2 match match true true +text-10/a3/m0/n1/c3 match match true true +text-10/a3/m1/n0/c0 match match true true +text-10/a3/m1/n0/c1 match match true true +text-10/a3/m1/n0/c2 match match true true +text-10/a3/m1/n0/c3 match match true true +text-10/a3/m1/n1/c0 match match true true +text-10/a3/m1/n1/c1 match match true true +text-10/a3/m1/n1/c2 match match true true +text-10/a3/m1/n1/c3 match match true true +text-10/a3/m2/n0/c0 match match true true +text-10/a3/m2/n0/c1 match match true true +text-10/a3/m2/n0/c2 match match true true +text-10/a3/m2/n0/c3 match match true true +text-10/a3/m2/n1/c0 match match true true +text-10/a3/m2/n1/c1 match match true true +text-10/a3/m2/n1/c2 match match true true +text-10/a3/m2/n1/c3 match match true true +text-10/a3/m3/n0/c0 match match true true +text-10/a3/m3/n0/c1 match match true true +text-10/a3/m3/n0/c2 match match true true +text-10/a3/m3/n0/c3 match match true true +text-10/a3/m3/n1/c0 match match true true +text-10/a3/m3/n1/c1 match match true true +text-10/a3/m3/n1/c2 match match true true +text-10/a3/m3/n1/c3 match match true true +text-10/a4/m0/n0/c0 match match true true +text-10/a4/m0/n0/c1 match match true true +text-10/a4/m0/n0/c2 match match true true +text-10/a4/m0/n0/c3 match match true true +text-10/a4/m0/n1/c0 match match true true +text-10/a4/m0/n1/c1 match match true true +text-10/a4/m0/n1/c2 match match true true +text-10/a4/m0/n1/c3 match match true true +text-10/a4/m1/n0/c0 match match true true +text-10/a4/m1/n0/c1 match match true true +text-10/a4/m1/n0/c2 match match true true +text-10/a4/m1/n0/c3 match match true true +text-10/a4/m1/n1/c0 match match true true +text-10/a4/m1/n1/c1 match match true true +text-10/a4/m1/n1/c2 match match true true +text-10/a4/m1/n1/c3 match match true true +text-10/a4/m2/n0/c0 match match true true +text-10/a4/m2/n0/c1 match match true true +text-10/a4/m2/n0/c2 match match true true +text-10/a4/m2/n0/c3 match match true true +text-10/a4/m2/n1/c0 match match true true +text-10/a4/m2/n1/c1 match match true true +text-10/a4/m2/n1/c2 match match true true +text-10/a4/m2/n1/c3 match match true true +text-10/a4/m3/n0/c0 match match true true +text-10/a4/m3/n0/c1 match match true true +text-10/a4/m3/n0/c2 match match true true +text-10/a4/m3/n0/c3 match match true true +text-10/a4/m3/n1/c0 match match true true +text-10/a4/m3/n1/c1 match match true true +text-10/a4/m3/n1/c2 match match true true +text-10/a4/m3/n1/c3 match match true true +text-10/a5/m0/n0/c0 match match true true +text-10/a5/m0/n0/c1 match match true true +text-10/a5/m0/n0/c2 match match true true +text-10/a5/m0/n0/c3 match match true true +text-10/a5/m0/n1/c0 match match true true +text-10/a5/m0/n1/c1 match match true true +text-10/a5/m0/n1/c2 match match true true +text-10/a5/m0/n1/c3 match match true true +text-10/a5/m1/n0/c0 match match true true +text-10/a5/m1/n0/c1 match match true true +text-10/a5/m1/n0/c2 match match true true +text-10/a5/m1/n0/c3 match match true true +text-10/a5/m1/n1/c0 match match true true +text-10/a5/m1/n1/c1 match match true true +text-10/a5/m1/n1/c2 match match true true +text-10/a5/m1/n1/c3 match match true true +text-10/a5/m2/n0/c0 match match true true +text-10/a5/m2/n0/c1 match match true true +text-10/a5/m2/n0/c2 match match true true +text-10/a5/m2/n0/c3 match match true true +text-10/a5/m2/n1/c0 match match true true +text-10/a5/m2/n1/c1 match match true true +text-10/a5/m2/n1/c2 match match true true +text-10/a5/m2/n1/c3 match match true true +text-10/a5/m3/n0/c0 match match true true +text-10/a5/m3/n0/c1 match match true true +text-10/a5/m3/n0/c2 match match true true +text-10/a5/m3/n0/c3 match match true true +text-10/a5/m3/n1/c0 match match true true +text-10/a5/m3/n1/c1 match match true true +text-10/a5/m3/n1/c2 match match true true +text-10/a5/m3/n1/c3 match match true true +text-10/a6/m0/n0/c0 match match true true +text-10/a6/m0/n0/c1 match match true true +text-10/a6/m0/n0/c2 match match true true +text-10/a6/m0/n0/c3 match match true true +text-10/a6/m0/n1/c0 match match true true +text-10/a6/m0/n1/c1 match match true true +text-10/a6/m0/n1/c2 match match true true +text-10/a6/m0/n1/c3 match match true true +text-10/a6/m1/n0/c0 match match true true +text-10/a6/m1/n0/c1 match match true true +text-10/a6/m1/n0/c2 match match true true +text-10/a6/m1/n0/c3 match match true true +text-10/a6/m1/n1/c0 match match true true +text-10/a6/m1/n1/c1 match match true true +text-10/a6/m1/n1/c2 match match true true +text-10/a6/m1/n1/c3 match match true true +text-10/a6/m2/n0/c0 match match true true +text-10/a6/m2/n0/c1 match match true true +text-10/a6/m2/n0/c2 match match true true +text-10/a6/m2/n0/c3 match match true true +text-10/a6/m2/n1/c0 match match true true +text-10/a6/m2/n1/c1 match match true true +text-10/a6/m2/n1/c2 match match true true +text-10/a6/m2/n1/c3 match match true true +text-10/a6/m3/n0/c0 match match true true +text-10/a6/m3/n0/c1 match match true true +text-10/a6/m3/n0/c2 match match true true +text-10/a6/m3/n0/c3 match match true true +text-10/a6/m3/n1/c0 match match true true +text-10/a6/m3/n1/c1 match match true true +text-10/a6/m3/n1/c2 match match true true +text-10/a6/m3/n1/c3 match match true true +text-10/a7/m0/n0/c0 match match true true +text-10/a7/m0/n0/c1 match match true true +text-10/a7/m0/n0/c2 match match true true +text-10/a7/m0/n0/c3 match match true true +text-10/a7/m0/n1/c0 match match true true +text-10/a7/m0/n1/c1 match match true true +text-10/a7/m0/n1/c2 match match true true +text-10/a7/m0/n1/c3 match match true true +text-10/a7/m1/n0/c0 match match true true +text-10/a7/m1/n0/c1 match match true true +text-10/a7/m1/n0/c2 match match true true +text-10/a7/m1/n0/c3 match match true true +text-10/a7/m1/n1/c0 match match true true +text-10/a7/m1/n1/c1 match match true true +text-10/a7/m1/n1/c2 match match true true +text-10/a7/m1/n1/c3 match match true true +text-10/a7/m2/n0/c0 match match true true +text-10/a7/m2/n0/c1 match match true true +text-10/a7/m2/n0/c2 match match true true +text-10/a7/m2/n0/c3 match match true true +text-10/a7/m2/n1/c0 match match true true +text-10/a7/m2/n1/c1 match match true true +text-10/a7/m2/n1/c2 match match true true +text-10/a7/m2/n1/c3 match match true true +text-10/a7/m3/n0/c0 match match true true +text-10/a7/m3/n0/c1 match match true true +text-10/a7/m3/n0/c2 match match true true +text-10/a7/m3/n0/c3 match match true true +text-10/a7/m3/n1/c0 match match true true +text-10/a7/m3/n1/c1 match match true true +text-10/a7/m3/n1/c2 match match true true +text-10/a7/m3/n1/c3 match match true true +text-20/a0/m0/n0/c0 match match true true +text-20/a0/m0/n0/c1 match match true true +text-20/a0/m0/n0/c2 match match true true +text-20/a0/m0/n0/c3 match match true true +text-20/a0/m0/n1/c0 match match true true +text-20/a0/m0/n1/c1 match match true true +text-20/a0/m0/n1/c2 match match true true +text-20/a0/m0/n1/c3 match match true true +text-20/a0/m1/n0/c0 match match true true +text-20/a0/m1/n0/c1 match match true true +text-20/a0/m1/n0/c2 match match true true +text-20/a0/m1/n0/c3 match match true true +text-20/a0/m1/n1/c0 match match true true +text-20/a0/m1/n1/c1 match match true true +text-20/a0/m1/n1/c2 match match true true +text-20/a0/m1/n1/c3 match match true true +text-20/a0/m2/n0/c0 match match true true +text-20/a0/m2/n0/c1 match match true true +text-20/a0/m2/n0/c2 match match true true +text-20/a0/m2/n0/c3 match match true true +text-20/a0/m2/n1/c0 match match true true +text-20/a0/m2/n1/c1 match match true true +text-20/a0/m2/n1/c2 match match true true +text-20/a0/m2/n1/c3 match match true true +text-20/a0/m3/n0/c0 match match true true +text-20/a0/m3/n0/c1 match match true true +text-20/a0/m3/n0/c2 match match true true +text-20/a0/m3/n0/c3 match match true true +text-20/a0/m3/n1/c0 match match true true +text-20/a0/m3/n1/c1 match match true true +text-20/a0/m3/n1/c2 match match true true +text-20/a0/m3/n1/c3 match match true true +text-20/a1/m0/n0/c0 match match true true +text-20/a1/m0/n0/c1 match match true true +text-20/a1/m0/n0/c2 match match true true +text-20/a1/m0/n0/c3 match match true true +text-20/a1/m0/n1/c0 match match true true +text-20/a1/m0/n1/c1 match match true true +text-20/a1/m0/n1/c2 match match true true +text-20/a1/m0/n1/c3 match match true true +text-20/a1/m1/n0/c0 match match true true +text-20/a1/m1/n0/c1 match match true true +text-20/a1/m1/n0/c2 match match true true +text-20/a1/m1/n0/c3 match match true true +text-20/a1/m1/n1/c0 match match true true +text-20/a1/m1/n1/c1 match match true true +text-20/a1/m1/n1/c2 match match true true +text-20/a1/m1/n1/c3 match match true true +text-20/a1/m2/n0/c0 match match true true +text-20/a1/m2/n0/c1 match match true true +text-20/a1/m2/n0/c2 match match true true +text-20/a1/m2/n0/c3 match match true true +text-20/a1/m2/n1/c0 match match true true +text-20/a1/m2/n1/c1 match match true true +text-20/a1/m2/n1/c2 match match true true +text-20/a1/m2/n1/c3 match match true true +text-20/a1/m3/n0/c0 match match true true +text-20/a1/m3/n0/c1 match match true true +text-20/a1/m3/n0/c2 match match true true +text-20/a1/m3/n0/c3 match match true true +text-20/a1/m3/n1/c0 match match true true +text-20/a1/m3/n1/c1 match match true true +text-20/a1/m3/n1/c2 match match true true +text-20/a1/m3/n1/c3 match match true true +text-20/a2/m0/n0/c0 match match true true +text-20/a2/m0/n0/c1 match match true true +text-20/a2/m0/n0/c2 match match true true +text-20/a2/m0/n0/c3 match match true true +text-20/a2/m0/n1/c0 match match true true +text-20/a2/m0/n1/c1 match match true true +text-20/a2/m0/n1/c2 match match true true +text-20/a2/m0/n1/c3 match match true true +text-20/a2/m1/n0/c0 match match true true +text-20/a2/m1/n0/c1 match match true true +text-20/a2/m1/n0/c2 match match true true +text-20/a2/m1/n0/c3 match match true true +text-20/a2/m1/n1/c0 match match true true +text-20/a2/m1/n1/c1 match match true true +text-20/a2/m1/n1/c2 match match true true +text-20/a2/m1/n1/c3 match match true true +text-20/a2/m2/n0/c0 match match true true +text-20/a2/m2/n0/c1 match match true true +text-20/a2/m2/n0/c2 match match true true +text-20/a2/m2/n0/c3 match match true true +text-20/a2/m2/n1/c0 match match true true +text-20/a2/m2/n1/c1 match match true true +text-20/a2/m2/n1/c2 match match true true +text-20/a2/m2/n1/c3 match match true true +text-20/a2/m3/n0/c0 match match true true +text-20/a2/m3/n0/c1 match match true true +text-20/a2/m3/n0/c2 match match true true +text-20/a2/m3/n0/c3 match match true true +text-20/a2/m3/n1/c0 match match true true +text-20/a2/m3/n1/c1 match match true true +text-20/a2/m3/n1/c2 match match true true +text-20/a2/m3/n1/c3 match match true true +text-20/a3/m0/n0/c0 match match true true +text-20/a3/m0/n0/c1 match match true true +text-20/a3/m0/n0/c2 match match true true +text-20/a3/m0/n0/c3 match match true true +text-20/a3/m0/n1/c0 match match true true +text-20/a3/m0/n1/c1 match match true true +text-20/a3/m0/n1/c2 match match true true +text-20/a3/m0/n1/c3 match match true true +text-20/a3/m1/n0/c0 match match true true +text-20/a3/m1/n0/c1 match match true true +text-20/a3/m1/n0/c2 match match true true +text-20/a3/m1/n0/c3 match match true true +text-20/a3/m1/n1/c0 match match true true +text-20/a3/m1/n1/c1 match match true true +text-20/a3/m1/n1/c2 match match true true +text-20/a3/m1/n1/c3 match match true true +text-20/a3/m2/n0/c0 match match true true +text-20/a3/m2/n0/c1 match match true true +text-20/a3/m2/n0/c2 match match true true +text-20/a3/m2/n0/c3 match match true true +text-20/a3/m2/n1/c0 match match true true +text-20/a3/m2/n1/c1 match match true true +text-20/a3/m2/n1/c2 match match true true +text-20/a3/m2/n1/c3 match match true true +text-20/a3/m3/n0/c0 match match true true +text-20/a3/m3/n0/c1 match match true true +text-20/a3/m3/n0/c2 match match true true +text-20/a3/m3/n0/c3 match match true true +text-20/a3/m3/n1/c0 match match true true +text-20/a3/m3/n1/c1 match match true true +text-20/a3/m3/n1/c2 match match true true +text-20/a3/m3/n1/c3 match match true true +text-20/a4/m0/n0/c0 match match true true +text-20/a4/m0/n0/c1 match match true true +text-20/a4/m0/n0/c2 match match true true +text-20/a4/m0/n0/c3 match match true true +text-20/a4/m0/n1/c0 match match true true +text-20/a4/m0/n1/c1 match match true true +text-20/a4/m0/n1/c2 match match true true +text-20/a4/m0/n1/c3 match match true true +text-20/a4/m1/n0/c0 match match true true +text-20/a4/m1/n0/c1 match match true true +text-20/a4/m1/n0/c2 match match true true +text-20/a4/m1/n0/c3 match match true true +text-20/a4/m1/n1/c0 match match true true +text-20/a4/m1/n1/c1 match match true true +text-20/a4/m1/n1/c2 match match true true +text-20/a4/m1/n1/c3 match match true true +text-20/a4/m2/n0/c0 match match true true +text-20/a4/m2/n0/c1 match match true true +text-20/a4/m2/n0/c2 match match true true +text-20/a4/m2/n0/c3 match match true true +text-20/a4/m2/n1/c0 match match true true +text-20/a4/m2/n1/c1 match match true true +text-20/a4/m2/n1/c2 match match true true +text-20/a4/m2/n1/c3 match match true true +text-20/a4/m3/n0/c0 match match true true +text-20/a4/m3/n0/c1 match match true true +text-20/a4/m3/n0/c2 match match true true +text-20/a4/m3/n0/c3 match match true true +text-20/a4/m3/n1/c0 match match true true +text-20/a4/m3/n1/c1 match match true true +text-20/a4/m3/n1/c2 match match true true +text-20/a4/m3/n1/c3 match match true true +text-20/a5/m0/n0/c0 match match true true +text-20/a5/m0/n0/c1 match match true true +text-20/a5/m0/n0/c2 match match true true +text-20/a5/m0/n0/c3 match match true true +text-20/a5/m0/n1/c0 match match true true +text-20/a5/m0/n1/c1 match match true true +text-20/a5/m0/n1/c2 match match true true +text-20/a5/m0/n1/c3 match match true true +text-20/a5/m1/n0/c0 match match true true +text-20/a5/m1/n0/c1 match match true true +text-20/a5/m1/n0/c2 match match true true +text-20/a5/m1/n0/c3 match match true true +text-20/a5/m1/n1/c0 match match true true +text-20/a5/m1/n1/c1 match match true true +text-20/a5/m1/n1/c2 match match true true +text-20/a5/m1/n1/c3 match match true true +text-20/a5/m2/n0/c0 match match true true +text-20/a5/m2/n0/c1 match match true true +text-20/a5/m2/n0/c2 match match true true +text-20/a5/m2/n0/c3 match match true true +text-20/a5/m2/n1/c0 match match true true +text-20/a5/m2/n1/c1 match match true true +text-20/a5/m2/n1/c2 match match true true +text-20/a5/m2/n1/c3 match match true true +text-20/a5/m3/n0/c0 match match true true +text-20/a5/m3/n0/c1 match match true true +text-20/a5/m3/n0/c2 match match true true +text-20/a5/m3/n0/c3 match match true true +text-20/a5/m3/n1/c0 match match true true +text-20/a5/m3/n1/c1 match match true true +text-20/a5/m3/n1/c2 match match true true +text-20/a5/m3/n1/c3 match match true true +text-20/a6/m0/n0/c0 match match true true +text-20/a6/m0/n0/c1 match match true true +text-20/a6/m0/n0/c2 match match true true +text-20/a6/m0/n0/c3 match match true true +text-20/a6/m0/n1/c0 match match true true +text-20/a6/m0/n1/c1 match match true true +text-20/a6/m0/n1/c2 match match true true +text-20/a6/m0/n1/c3 match match true true +text-20/a6/m1/n0/c0 match match true true +text-20/a6/m1/n0/c1 match match true true +text-20/a6/m1/n0/c2 match match true true +text-20/a6/m1/n0/c3 match match true true +text-20/a6/m1/n1/c0 match match true true +text-20/a6/m1/n1/c1 match match true true +text-20/a6/m1/n1/c2 match match true true +text-20/a6/m1/n1/c3 match match true true +text-20/a6/m2/n0/c0 match match true true +text-20/a6/m2/n0/c1 match match true true +text-20/a6/m2/n0/c2 match match true true +text-20/a6/m2/n0/c3 match match true true +text-20/a6/m2/n1/c0 match match true true +text-20/a6/m2/n1/c1 match match true true +text-20/a6/m2/n1/c2 match match true true +text-20/a6/m2/n1/c3 match match true true +text-20/a6/m3/n0/c0 match match true true +text-20/a6/m3/n0/c1 match match true true +text-20/a6/m3/n0/c2 match match true true +text-20/a6/m3/n0/c3 match match true true +text-20/a6/m3/n1/c0 match match true true +text-20/a6/m3/n1/c1 match match true true +text-20/a6/m3/n1/c2 match match true true +text-20/a6/m3/n1/c3 match match true true +text-20/a7/m0/n0/c0 match match true true +text-20/a7/m0/n0/c1 match match true true +text-20/a7/m0/n0/c2 match match true true +text-20/a7/m0/n0/c3 match match true true +text-20/a7/m0/n1/c0 match match true true +text-20/a7/m0/n1/c1 match match true true +text-20/a7/m0/n1/c2 match match true true +text-20/a7/m0/n1/c3 match match true true +text-20/a7/m1/n0/c0 match match true true +text-20/a7/m1/n0/c1 match match true true +text-20/a7/m1/n0/c2 match match true true +text-20/a7/m1/n0/c3 match match true true +text-20/a7/m1/n1/c0 match match true true +text-20/a7/m1/n1/c1 match match true true +text-20/a7/m1/n1/c2 match match true true +text-20/a7/m1/n1/c3 match match true true +text-20/a7/m2/n0/c0 match match true true +text-20/a7/m2/n0/c1 match match true true +text-20/a7/m2/n0/c2 match match true true +text-20/a7/m2/n0/c3 match match true true +text-20/a7/m2/n1/c0 match match true true +text-20/a7/m2/n1/c1 match match true true +text-20/a7/m2/n1/c2 match match true true +text-20/a7/m2/n1/c3 match match true true +text-20/a7/m3/n0/c0 match match true true +text-20/a7/m3/n0/c1 match match true true +text-20/a7/m3/n0/c2 match match true true +text-20/a7/m3/n0/c3 match match true true +text-20/a7/m3/n1/c0 match match true true +text-20/a7/m3/n1/c1 match match true true +text-20/a7/m3/n1/c2 match match true true +text-20/a7/m3/n1/c3 match match true true +text-30/a0/m0/n0/c0 match match true true +text-30/a0/m0/n0/c1 match match true true +text-30/a0/m0/n0/c2 match match true true +text-30/a0/m0/n0/c3 match match true true +text-30/a0/m0/n1/c0 match match true true +text-30/a0/m0/n1/c1 match match true true +text-30/a0/m0/n1/c2 match match true true +text-30/a0/m0/n1/c3 match match true true +text-30/a0/m1/n0/c0 match match true true +text-30/a0/m1/n0/c1 match match true true +text-30/a0/m1/n0/c2 match match true true +text-30/a0/m1/n0/c3 match match true true +text-30/a0/m1/n1/c0 match match true true +text-30/a0/m1/n1/c1 match match true true +text-30/a0/m1/n1/c2 match match true true +text-30/a0/m1/n1/c3 match match true true +text-30/a0/m2/n0/c0 match match true true +text-30/a0/m2/n0/c1 match match true true +text-30/a0/m2/n0/c2 match match true true +text-30/a0/m2/n0/c3 match match true true +text-30/a0/m2/n1/c0 match match true true +text-30/a0/m2/n1/c1 match match true true +text-30/a0/m2/n1/c2 match match true true +text-30/a0/m2/n1/c3 match match true true +text-30/a0/m3/n0/c0 match match true true +text-30/a0/m3/n0/c1 match match true true +text-30/a0/m3/n0/c2 match match true true +text-30/a0/m3/n0/c3 match match true true +text-30/a0/m3/n1/c0 match match true true +text-30/a0/m3/n1/c1 match match true true +text-30/a0/m3/n1/c2 match match true true +text-30/a0/m3/n1/c3 match match true true +text-30/a1/m0/n0/c0 match match true true +text-30/a1/m0/n0/c1 match match true true +text-30/a1/m0/n0/c2 match match true true +text-30/a1/m0/n0/c3 match match true true +text-30/a1/m0/n1/c0 match match true true +text-30/a1/m0/n1/c1 match match true true +text-30/a1/m0/n1/c2 match match true true +text-30/a1/m0/n1/c3 match match true true +text-30/a1/m1/n0/c0 match match true true +text-30/a1/m1/n0/c1 match match true true +text-30/a1/m1/n0/c2 match match true true +text-30/a1/m1/n0/c3 match match true true +text-30/a1/m1/n1/c0 match match true true +text-30/a1/m1/n1/c1 match match true true +text-30/a1/m1/n1/c2 match match true true +text-30/a1/m1/n1/c3 match match true true +text-30/a1/m2/n0/c0 match match true true +text-30/a1/m2/n0/c1 match match true true +text-30/a1/m2/n0/c2 match match true true +text-30/a1/m2/n0/c3 match match true true +text-30/a1/m2/n1/c0 match match true true +text-30/a1/m2/n1/c1 match match true true +text-30/a1/m2/n1/c2 match match true true +text-30/a1/m2/n1/c3 match match true true +text-30/a1/m3/n0/c0 match match true true +text-30/a1/m3/n0/c1 match match true true +text-30/a1/m3/n0/c2 match match true true +text-30/a1/m3/n0/c3 match match true true +text-30/a1/m3/n1/c0 match match true true +text-30/a1/m3/n1/c1 match match true true +text-30/a1/m3/n1/c2 match match true true +text-30/a1/m3/n1/c3 match match true true +text-30/a2/m0/n0/c0 match match true true +text-30/a2/m0/n0/c1 match match true true +text-30/a2/m0/n0/c2 match match true true +text-30/a2/m0/n0/c3 match match true true +text-30/a2/m0/n1/c0 match match true true +text-30/a2/m0/n1/c1 match match true true +text-30/a2/m0/n1/c2 match match true true +text-30/a2/m0/n1/c3 match match true true +text-30/a2/m1/n0/c0 match match true true +text-30/a2/m1/n0/c1 match match true true +text-30/a2/m1/n0/c2 match match true true +text-30/a2/m1/n0/c3 match match true true +text-30/a2/m1/n1/c0 match match true true +text-30/a2/m1/n1/c1 match match true true +text-30/a2/m1/n1/c2 match match true true +text-30/a2/m1/n1/c3 match match true true +text-30/a2/m2/n0/c0 match match true true +text-30/a2/m2/n0/c1 match match true true +text-30/a2/m2/n0/c2 match match true true +text-30/a2/m2/n0/c3 match match true true +text-30/a2/m2/n1/c0 match match true true +text-30/a2/m2/n1/c1 match match true true +text-30/a2/m2/n1/c2 match match true true +text-30/a2/m2/n1/c3 match match true true +text-30/a2/m3/n0/c0 match match true true +text-30/a2/m3/n0/c1 match match true true +text-30/a2/m3/n0/c2 match match true true +text-30/a2/m3/n0/c3 match match true true +text-30/a2/m3/n1/c0 match match true true +text-30/a2/m3/n1/c1 match match true true +text-30/a2/m3/n1/c2 match match true true +text-30/a2/m3/n1/c3 match match true true +text-30/a3/m0/n0/c0 match match true true +text-30/a3/m0/n0/c1 match match true true +text-30/a3/m0/n0/c2 match match true true +text-30/a3/m0/n0/c3 match match true true +text-30/a3/m0/n1/c0 match match true true +text-30/a3/m0/n1/c1 match match true true +text-30/a3/m0/n1/c2 match match true true +text-30/a3/m0/n1/c3 match match true true +text-30/a3/m1/n0/c0 match match true true +text-30/a3/m1/n0/c1 match match true true +text-30/a3/m1/n0/c2 match match true true +text-30/a3/m1/n0/c3 match match true true +text-30/a3/m1/n1/c0 match match true true +text-30/a3/m1/n1/c1 match match true true +text-30/a3/m1/n1/c2 match match true true +text-30/a3/m1/n1/c3 match match true true +text-30/a3/m2/n0/c0 match match true true +text-30/a3/m2/n0/c1 match match true true +text-30/a3/m2/n0/c2 match match true true +text-30/a3/m2/n0/c3 match match true true +text-30/a3/m2/n1/c0 match match true true +text-30/a3/m2/n1/c1 match match true true +text-30/a3/m2/n1/c2 match match true true +text-30/a3/m2/n1/c3 match match true true +text-30/a3/m3/n0/c0 match match true true +text-30/a3/m3/n0/c1 match match true true +text-30/a3/m3/n0/c2 match match true true +text-30/a3/m3/n0/c3 match match true true +text-30/a3/m3/n1/c0 match match true true +text-30/a3/m3/n1/c1 match match true true +text-30/a3/m3/n1/c2 match match true true +text-30/a3/m3/n1/c3 match match true true +text-30/a4/m0/n0/c0 match match true true +text-30/a4/m0/n0/c1 match match true true +text-30/a4/m0/n0/c2 match match true true +text-30/a4/m0/n0/c3 match match true true +text-30/a4/m0/n1/c0 match match true true +text-30/a4/m0/n1/c1 match match true true +text-30/a4/m0/n1/c2 match match true true +text-30/a4/m0/n1/c3 match match true true +text-30/a4/m1/n0/c0 match match true true +text-30/a4/m1/n0/c1 match match true true +text-30/a4/m1/n0/c2 match match true true +text-30/a4/m1/n0/c3 match match true true +text-30/a4/m1/n1/c0 match match true true +text-30/a4/m1/n1/c1 match match true true +text-30/a4/m1/n1/c2 match match true true +text-30/a4/m1/n1/c3 match match true true +text-30/a4/m2/n0/c0 match match true true +text-30/a4/m2/n0/c1 match match true true +text-30/a4/m2/n0/c2 match match true true +text-30/a4/m2/n0/c3 match match true true +text-30/a4/m2/n1/c0 match match true true +text-30/a4/m2/n1/c1 match match true true +text-30/a4/m2/n1/c2 match match true true +text-30/a4/m2/n1/c3 match match true true +text-30/a4/m3/n0/c0 match match true true +text-30/a4/m3/n0/c1 match match true true +text-30/a4/m3/n0/c2 match match true true +text-30/a4/m3/n0/c3 match match true true +text-30/a4/m3/n1/c0 match match true true +text-30/a4/m3/n1/c1 match match true true +text-30/a4/m3/n1/c2 match match true true +text-30/a4/m3/n1/c3 match match true true +text-30/a5/m0/n0/c0 match match true true +text-30/a5/m0/n0/c1 match match true true +text-30/a5/m0/n0/c2 match match true true +text-30/a5/m0/n0/c3 match match true true +text-30/a5/m0/n1/c0 match match true true +text-30/a5/m0/n1/c1 match match true true +text-30/a5/m0/n1/c2 match match true true +text-30/a5/m0/n1/c3 match match true true +text-30/a5/m1/n0/c0 match match true true +text-30/a5/m1/n0/c1 match match true true +text-30/a5/m1/n0/c2 match match true true +text-30/a5/m1/n0/c3 match match true true +text-30/a5/m1/n1/c0 match match true true +text-30/a5/m1/n1/c1 match match true true +text-30/a5/m1/n1/c2 match match true true +text-30/a5/m1/n1/c3 match match true true +text-30/a5/m2/n0/c0 match match true true +text-30/a5/m2/n0/c1 match match true true +text-30/a5/m2/n0/c2 match match true true +text-30/a5/m2/n0/c3 match match true true +text-30/a5/m2/n1/c0 match match true true +text-30/a5/m2/n1/c1 match match true true +text-30/a5/m2/n1/c2 match match true true +text-30/a5/m2/n1/c3 match match true true +text-30/a5/m3/n0/c0 match match true true +text-30/a5/m3/n0/c1 match match true true +text-30/a5/m3/n0/c2 match match true true +text-30/a5/m3/n0/c3 match match true true +text-30/a5/m3/n1/c0 match match true true +text-30/a5/m3/n1/c1 match match true true +text-30/a5/m3/n1/c2 match match true true +text-30/a5/m3/n1/c3 match match true true +text-30/a6/m0/n0/c0 match match true true +text-30/a6/m0/n0/c1 match match true true +text-30/a6/m0/n0/c2 match match true true +text-30/a6/m0/n0/c3 match match true true +text-30/a6/m0/n1/c0 match match true true +text-30/a6/m0/n1/c1 match match true true +text-30/a6/m0/n1/c2 match match true true +text-30/a6/m0/n1/c3 match match true true +text-30/a6/m1/n0/c0 match match true true +text-30/a6/m1/n0/c1 match match true true +text-30/a6/m1/n0/c2 match match true true +text-30/a6/m1/n0/c3 match match true true +text-30/a6/m1/n1/c0 match match true true +text-30/a6/m1/n1/c1 match match true true +text-30/a6/m1/n1/c2 match match true true +text-30/a6/m1/n1/c3 match match true true +text-30/a6/m2/n0/c0 match match true true +text-30/a6/m2/n0/c1 match match true true +text-30/a6/m2/n0/c2 match match true true +text-30/a6/m2/n0/c3 match match true true +text-30/a6/m2/n1/c0 match match true true +text-30/a6/m2/n1/c1 match match true true +text-30/a6/m2/n1/c2 match match true true +text-30/a6/m2/n1/c3 match match true true +text-30/a6/m3/n0/c0 match match true true +text-30/a6/m3/n0/c1 match match true true +text-30/a6/m3/n0/c2 match match true true +text-30/a6/m3/n0/c3 match match true true +text-30/a6/m3/n1/c0 match match true true +text-30/a6/m3/n1/c1 match match true true +text-30/a6/m3/n1/c2 match match true true +text-30/a6/m3/n1/c3 match match true true +text-30/a7/m0/n0/c0 match match true true +text-30/a7/m0/n0/c1 match match true true +text-30/a7/m0/n0/c2 match match true true +text-30/a7/m0/n0/c3 match match true true +text-30/a7/m0/n1/c0 match match true true +text-30/a7/m0/n1/c1 match match true true +text-30/a7/m0/n1/c2 match match true true +text-30/a7/m0/n1/c3 match match true true +text-30/a7/m1/n0/c0 match match true true +text-30/a7/m1/n0/c1 match match true true +text-30/a7/m1/n0/c2 match match true true +text-30/a7/m1/n0/c3 match match true true +text-30/a7/m1/n1/c0 match match true true +text-30/a7/m1/n1/c1 match match true true +text-30/a7/m1/n1/c2 match match true true +text-30/a7/m1/n1/c3 match match true true +text-30/a7/m2/n0/c0 match match true true +text-30/a7/m2/n0/c1 match match true true +text-30/a7/m2/n0/c2 match match true true +text-30/a7/m2/n0/c3 match match true true +text-30/a7/m2/n1/c0 match match true true +text-30/a7/m2/n1/c1 match match true true +text-30/a7/m2/n1/c2 match match true true +text-30/a7/m2/n1/c3 match match true true +text-30/a7/m3/n0/c0 match match true true +text-30/a7/m3/n0/c1 match match true true +text-30/a7/m3/n0/c2 match match true true +text-30/a7/m3/n0/c3 match match true true +text-30/a7/m3/n1/c0 match match true true +text-30/a7/m3/n1/c1 match match true true +text-30/a7/m3/n1/c2 match match true true +text-30/a7/m3/n1/c3 match match true true +text-40/a0/m0/n0/c0 match match true true +text-40/a0/m0/n0/c1 match match true true +text-40/a0/m0/n0/c2 match match true true +text-40/a0/m0/n0/c3 match match true true +text-40/a0/m0/n1/c0 match match true true +text-40/a0/m0/n1/c1 match match true true +text-40/a0/m0/n1/c2 match match true true +text-40/a0/m0/n1/c3 match match true true +text-40/a0/m1/n0/c0 match match true true +text-40/a0/m1/n0/c1 match match true true +text-40/a0/m1/n0/c2 match match true true +text-40/a0/m1/n0/c3 match match true true +text-40/a0/m1/n1/c0 match match true true +text-40/a0/m1/n1/c1 match match true true +text-40/a0/m1/n1/c2 match match true true +text-40/a0/m1/n1/c3 match match true true +text-40/a0/m2/n0/c0 match match true true +text-40/a0/m2/n0/c1 match match true true +text-40/a0/m2/n0/c2 match match true true +text-40/a0/m2/n0/c3 match match true true +text-40/a0/m2/n1/c0 match match true true +text-40/a0/m2/n1/c1 match match true true +text-40/a0/m2/n1/c2 match match true true +text-40/a0/m2/n1/c3 match match true true +text-40/a0/m3/n0/c0 match match true true +text-40/a0/m3/n0/c1 match match true true +text-40/a0/m3/n0/c2 match match true true +text-40/a0/m3/n0/c3 match match true true +text-40/a0/m3/n1/c0 match match true true +text-40/a0/m3/n1/c1 match match true true +text-40/a0/m3/n1/c2 match match true true +text-40/a0/m3/n1/c3 match match true true +text-40/a1/m0/n0/c0 match match true true +text-40/a1/m0/n0/c1 match match true true +text-40/a1/m0/n0/c2 match match true true +text-40/a1/m0/n0/c3 match match true true +text-40/a1/m0/n1/c0 match match true true +text-40/a1/m0/n1/c1 match match true true +text-40/a1/m0/n1/c2 match match true true +text-40/a1/m0/n1/c3 match match true true +text-40/a1/m1/n0/c0 match match true true +text-40/a1/m1/n0/c1 match match true true +text-40/a1/m1/n0/c2 match match true true +text-40/a1/m1/n0/c3 match match true true +text-40/a1/m1/n1/c0 match match true true +text-40/a1/m1/n1/c1 match match true true +text-40/a1/m1/n1/c2 match match true true +text-40/a1/m1/n1/c3 match match true true +text-40/a1/m2/n0/c0 match match true true +text-40/a1/m2/n0/c1 match match true true +text-40/a1/m2/n0/c2 match match true true +text-40/a1/m2/n0/c3 match match true true +text-40/a1/m2/n1/c0 match match true true +text-40/a1/m2/n1/c1 match match true true +text-40/a1/m2/n1/c2 match match true true +text-40/a1/m2/n1/c3 match match true true +text-40/a1/m3/n0/c0 match match true true +text-40/a1/m3/n0/c1 match match true true +text-40/a1/m3/n0/c2 match match true true +text-40/a1/m3/n0/c3 match match true true +text-40/a1/m3/n1/c0 match match true true +text-40/a1/m3/n1/c1 match match true true +text-40/a1/m3/n1/c2 match match true true +text-40/a1/m3/n1/c3 match match true true +text-40/a2/m0/n0/c0 match match true true +text-40/a2/m0/n0/c1 match match true true +text-40/a2/m0/n0/c2 match match true true +text-40/a2/m0/n0/c3 match match true true +text-40/a2/m0/n1/c0 match match true true +text-40/a2/m0/n1/c1 match match true true +text-40/a2/m0/n1/c2 match match true true +text-40/a2/m0/n1/c3 match match true true +text-40/a2/m1/n0/c0 match match true true +text-40/a2/m1/n0/c1 match match true true +text-40/a2/m1/n0/c2 match match true true +text-40/a2/m1/n0/c3 match match true true +text-40/a2/m1/n1/c0 match match true true +text-40/a2/m1/n1/c1 match match true true +text-40/a2/m1/n1/c2 match match true true +text-40/a2/m1/n1/c3 match match true true +text-40/a2/m2/n0/c0 match match true true +text-40/a2/m2/n0/c1 match match true true +text-40/a2/m2/n0/c2 match match true true +text-40/a2/m2/n0/c3 match match true true +text-40/a2/m2/n1/c0 match match true true +text-40/a2/m2/n1/c1 match match true true +text-40/a2/m2/n1/c2 match match true true +text-40/a2/m2/n1/c3 match match true true +text-40/a2/m3/n0/c0 match match true true +text-40/a2/m3/n0/c1 match match true true +text-40/a2/m3/n0/c2 match match true true +text-40/a2/m3/n0/c3 match match true true +text-40/a2/m3/n1/c0 match match true true +text-40/a2/m3/n1/c1 match match true true +text-40/a2/m3/n1/c2 match match true true +text-40/a2/m3/n1/c3 match match true true +text-40/a3/m0/n0/c0 match match true true +text-40/a3/m0/n0/c1 match match true true +text-40/a3/m0/n0/c2 match match true true +text-40/a3/m0/n0/c3 match match true true +text-40/a3/m0/n1/c0 match match true true +text-40/a3/m0/n1/c1 match match true true +text-40/a3/m0/n1/c2 match match true true +text-40/a3/m0/n1/c3 match match true true +text-40/a3/m1/n0/c0 match match true true +text-40/a3/m1/n0/c1 match match true true +text-40/a3/m1/n0/c2 match match true true +text-40/a3/m1/n0/c3 match match true true +text-40/a3/m1/n1/c0 match match true true +text-40/a3/m1/n1/c1 match match true true +text-40/a3/m1/n1/c2 match match true true +text-40/a3/m1/n1/c3 match match true true +text-40/a3/m2/n0/c0 match match true true +text-40/a3/m2/n0/c1 match match true true +text-40/a3/m2/n0/c2 match match true true +text-40/a3/m2/n0/c3 match match true true +text-40/a3/m2/n1/c0 match match true true +text-40/a3/m2/n1/c1 match match true true +text-40/a3/m2/n1/c2 match match true true +text-40/a3/m2/n1/c3 match match true true +text-40/a3/m3/n0/c0 match match true true +text-40/a3/m3/n0/c1 match match true true +text-40/a3/m3/n0/c2 match match true true +text-40/a3/m3/n0/c3 match match true true +text-40/a3/m3/n1/c0 match match true true +text-40/a3/m3/n1/c1 match match true true +text-40/a3/m3/n1/c2 match match true true +text-40/a3/m3/n1/c3 match match true true +text-40/a4/m0/n0/c0 match match true true +text-40/a4/m0/n0/c1 match match true true +text-40/a4/m0/n0/c2 match match true true +text-40/a4/m0/n0/c3 match match true true +text-40/a4/m0/n1/c0 match match true true +text-40/a4/m0/n1/c1 match match true true +text-40/a4/m0/n1/c2 match match true true +text-40/a4/m0/n1/c3 match match true true +text-40/a4/m1/n0/c0 match match true true +text-40/a4/m1/n0/c1 match match true true +text-40/a4/m1/n0/c2 match match true true +text-40/a4/m1/n0/c3 match match true true +text-40/a4/m1/n1/c0 match match true true +text-40/a4/m1/n1/c1 match match true true +text-40/a4/m1/n1/c2 match match true true +text-40/a4/m1/n1/c3 match match true true +text-40/a4/m2/n0/c0 match match true true +text-40/a4/m2/n0/c1 match match true true +text-40/a4/m2/n0/c2 match match true true +text-40/a4/m2/n0/c3 match match true true +text-40/a4/m2/n1/c0 match match true true +text-40/a4/m2/n1/c1 match match true true +text-40/a4/m2/n1/c2 match match true true +text-40/a4/m2/n1/c3 match match true true +text-40/a4/m3/n0/c0 match match true true +text-40/a4/m3/n0/c1 match match true true +text-40/a4/m3/n0/c2 match match true true +text-40/a4/m3/n0/c3 match match true true +text-40/a4/m3/n1/c0 match match true true +text-40/a4/m3/n1/c1 match match true true +text-40/a4/m3/n1/c2 match match true true +text-40/a4/m3/n1/c3 match match true true +text-40/a5/m0/n0/c0 match match true true +text-40/a5/m0/n0/c1 match match true true +text-40/a5/m0/n0/c2 match match true true +text-40/a5/m0/n0/c3 match match true true +text-40/a5/m0/n1/c0 match match true true +text-40/a5/m0/n1/c1 match match true true +text-40/a5/m0/n1/c2 match match true true +text-40/a5/m0/n1/c3 match match true true +text-40/a5/m1/n0/c0 match match true true +text-40/a5/m1/n0/c1 match match true true +text-40/a5/m1/n0/c2 match match true true +text-40/a5/m1/n0/c3 match match true true +text-40/a5/m1/n1/c0 match match true true +text-40/a5/m1/n1/c1 match match true true +text-40/a5/m1/n1/c2 match match true true +text-40/a5/m1/n1/c3 match match true true +text-40/a5/m2/n0/c0 match match true true +text-40/a5/m2/n0/c1 match match true true +text-40/a5/m2/n0/c2 match match true true +text-40/a5/m2/n0/c3 match match true true +text-40/a5/m2/n1/c0 match match true true +text-40/a5/m2/n1/c1 match match true true +text-40/a5/m2/n1/c2 match match true true +text-40/a5/m2/n1/c3 match match true true +text-40/a5/m3/n0/c0 match match true true +text-40/a5/m3/n0/c1 match match true true +text-40/a5/m3/n0/c2 match match true true +text-40/a5/m3/n0/c3 match match true true +text-40/a5/m3/n1/c0 match match true true +text-40/a5/m3/n1/c1 match match true true +text-40/a5/m3/n1/c2 match match true true +text-40/a5/m3/n1/c3 match match true true +text-40/a6/m0/n0/c0 match match true true +text-40/a6/m0/n0/c1 match match true true +text-40/a6/m0/n0/c2 match match true true +text-40/a6/m0/n0/c3 match match true true +text-40/a6/m0/n1/c0 match match true true +text-40/a6/m0/n1/c1 match match true true +text-40/a6/m0/n1/c2 match match true true +text-40/a6/m0/n1/c3 match match true true +text-40/a6/m1/n0/c0 match match true true +text-40/a6/m1/n0/c1 match match true true +text-40/a6/m1/n0/c2 match match true true +text-40/a6/m1/n0/c3 match match true true +text-40/a6/m1/n1/c0 match match true true +text-40/a6/m1/n1/c1 match match true true +text-40/a6/m1/n1/c2 match match true true +text-40/a6/m1/n1/c3 match match true true +text-40/a6/m2/n0/c0 match match true true +text-40/a6/m2/n0/c1 match match true true +text-40/a6/m2/n0/c2 match match true true +text-40/a6/m2/n0/c3 match match true true +text-40/a6/m2/n1/c0 match match true true +text-40/a6/m2/n1/c1 match match true true +text-40/a6/m2/n1/c2 match match true true +text-40/a6/m2/n1/c3 match match true true +text-40/a6/m3/n0/c0 match match true true +text-40/a6/m3/n0/c1 match match true true +text-40/a6/m3/n0/c2 match match true true +text-40/a6/m3/n0/c3 match match true true +text-40/a6/m3/n1/c0 match match true true +text-40/a6/m3/n1/c1 match match true true +text-40/a6/m3/n1/c2 match match true true +text-40/a6/m3/n1/c3 match match true true +text-40/a7/m0/n0/c0 match match true true +text-40/a7/m0/n0/c1 match match true true +text-40/a7/m0/n0/c2 match match true true +text-40/a7/m0/n0/c3 match match true true +text-40/a7/m0/n1/c0 match match true true +text-40/a7/m0/n1/c1 match match true true +text-40/a7/m0/n1/c2 match match true true +text-40/a7/m0/n1/c3 match match true true +text-40/a7/m1/n0/c0 match match true true +text-40/a7/m1/n0/c1 match match true true +text-40/a7/m1/n0/c2 match match true true +text-40/a7/m1/n0/c3 match match true true +text-40/a7/m1/n1/c0 match match true true +text-40/a7/m1/n1/c1 match match true true +text-40/a7/m1/n1/c2 match match true true +text-40/a7/m1/n1/c3 match match true true +text-40/a7/m2/n0/c0 match match true true +text-40/a7/m2/n0/c1 match match true true +text-40/a7/m2/n0/c2 match match true true +text-40/a7/m2/n0/c3 match match true true +text-40/a7/m2/n1/c0 match match true true +text-40/a7/m2/n1/c1 match match true true +text-40/a7/m2/n1/c2 match match true true +text-40/a7/m2/n1/c3 match match true true +text-40/a7/m3/n0/c0 match match true true +text-40/a7/m3/n0/c1 match match true true +text-40/a7/m3/n0/c2 match match true true +text-40/a7/m3/n0/c3 match match true true +text-40/a7/m3/n1/c0 match match true true +text-40/a7/m3/n1/c1 match match true true +text-40/a7/m3/n1/c2 match match true true +text-40/a7/m3/n1/c3 match match true true +text-50/a0/m0/n0/c0 match match true true +text-50/a0/m0/n0/c1 match match true true +text-50/a0/m0/n0/c2 match match true true +text-50/a0/m0/n0/c3 match match true true +text-50/a0/m0/n1/c0 match match true true +text-50/a0/m0/n1/c1 match match true true +text-50/a0/m0/n1/c2 match match true true +text-50/a0/m0/n1/c3 match match true true +text-50/a0/m1/n0/c0 match match true true +text-50/a0/m1/n0/c1 match match true true +text-50/a0/m1/n0/c2 match match true true +text-50/a0/m1/n0/c3 match match true true +text-50/a0/m1/n1/c0 match match true true +text-50/a0/m1/n1/c1 match match true true +text-50/a0/m1/n1/c2 match match true true +text-50/a0/m1/n1/c3 match match true true +text-50/a0/m2/n0/c0 match match true true +text-50/a0/m2/n0/c1 match match true true +text-50/a0/m2/n0/c2 match match true true +text-50/a0/m2/n0/c3 match match true true +text-50/a0/m2/n1/c0 match match true true +text-50/a0/m2/n1/c1 match match true true +text-50/a0/m2/n1/c2 match match true true +text-50/a0/m2/n1/c3 match match true true +text-50/a0/m3/n0/c0 match match true true +text-50/a0/m3/n0/c1 match match true true +text-50/a0/m3/n0/c2 match match true true +text-50/a0/m3/n0/c3 match match true true +text-50/a0/m3/n1/c0 match match true true +text-50/a0/m3/n1/c1 match match true true +text-50/a0/m3/n1/c2 match match true true +text-50/a0/m3/n1/c3 match match true true +text-50/a1/m0/n0/c0 match match true true +text-50/a1/m0/n0/c1 match match true true +text-50/a1/m0/n0/c2 match match true true +text-50/a1/m0/n0/c3 match match true true +text-50/a1/m0/n1/c0 match match true true +text-50/a1/m0/n1/c1 match match true true +text-50/a1/m0/n1/c2 match match true true +text-50/a1/m0/n1/c3 match match true true +text-50/a1/m1/n0/c0 match match true true +text-50/a1/m1/n0/c1 match match true true +text-50/a1/m1/n0/c2 match match true true +text-50/a1/m1/n0/c3 match match true true +text-50/a1/m1/n1/c0 match match true true +text-50/a1/m1/n1/c1 match match true true +text-50/a1/m1/n1/c2 match match true true +text-50/a1/m1/n1/c3 match match true true +text-50/a1/m2/n0/c0 match match true true +text-50/a1/m2/n0/c1 match match true true +text-50/a1/m2/n0/c2 match match true true +text-50/a1/m2/n0/c3 match match true true +text-50/a1/m2/n1/c0 match match true true +text-50/a1/m2/n1/c1 match match true true +text-50/a1/m2/n1/c2 match match true true +text-50/a1/m2/n1/c3 match match true true +text-50/a1/m3/n0/c0 match match true true +text-50/a1/m3/n0/c1 match match true true +text-50/a1/m3/n0/c2 match match true true +text-50/a1/m3/n0/c3 match match true true +text-50/a1/m3/n1/c0 match match true true +text-50/a1/m3/n1/c1 match match true true +text-50/a1/m3/n1/c2 match match true true +text-50/a1/m3/n1/c3 match match true true +text-50/a2/m0/n0/c0 match match true true +text-50/a2/m0/n0/c1 match match true true +text-50/a2/m0/n0/c2 match match true true +text-50/a2/m0/n0/c3 match match true true +text-50/a2/m0/n1/c0 match match true true +text-50/a2/m0/n1/c1 match match true true +text-50/a2/m0/n1/c2 match match true true +text-50/a2/m0/n1/c3 match match true true +text-50/a2/m1/n0/c0 match match true true +text-50/a2/m1/n0/c1 match match true true +text-50/a2/m1/n0/c2 match match true true +text-50/a2/m1/n0/c3 match match true true +text-50/a2/m1/n1/c0 match match true true +text-50/a2/m1/n1/c1 match match true true +text-50/a2/m1/n1/c2 match match true true +text-50/a2/m1/n1/c3 match match true true +text-50/a2/m2/n0/c0 match match true true +text-50/a2/m2/n0/c1 match match true true +text-50/a2/m2/n0/c2 match match true true +text-50/a2/m2/n0/c3 match match true true +text-50/a2/m2/n1/c0 match match true true +text-50/a2/m2/n1/c1 match match true true +text-50/a2/m2/n1/c2 match match true true +text-50/a2/m2/n1/c3 match match true true +text-50/a2/m3/n0/c0 match match true true +text-50/a2/m3/n0/c1 match match true true +text-50/a2/m3/n0/c2 match match true true +text-50/a2/m3/n0/c3 match match true true +text-50/a2/m3/n1/c0 match match true true +text-50/a2/m3/n1/c1 match match true true +text-50/a2/m3/n1/c2 match match true true +text-50/a2/m3/n1/c3 match match true true +text-50/a3/m0/n0/c0 match match true true +text-50/a3/m0/n0/c1 match match true true +text-50/a3/m0/n0/c2 match match true true +text-50/a3/m0/n0/c3 match match true true +text-50/a3/m0/n1/c0 match match true true +text-50/a3/m0/n1/c1 match match true true +text-50/a3/m0/n1/c2 match match true true +text-50/a3/m0/n1/c3 match match true true +text-50/a3/m1/n0/c0 match match true true +text-50/a3/m1/n0/c1 match match true true +text-50/a3/m1/n0/c2 match match true true +text-50/a3/m1/n0/c3 match match true true +text-50/a3/m1/n1/c0 match match true true +text-50/a3/m1/n1/c1 match match true true +text-50/a3/m1/n1/c2 match match true true +text-50/a3/m1/n1/c3 match match true true +text-50/a3/m2/n0/c0 match match true true +text-50/a3/m2/n0/c1 match match true true +text-50/a3/m2/n0/c2 match match true true +text-50/a3/m2/n0/c3 match match true true +text-50/a3/m2/n1/c0 match match true true +text-50/a3/m2/n1/c1 match match true true +text-50/a3/m2/n1/c2 match match true true +text-50/a3/m2/n1/c3 match match true true +text-50/a3/m3/n0/c0 match match true true +text-50/a3/m3/n0/c1 match match true true +text-50/a3/m3/n0/c2 match match true true +text-50/a3/m3/n0/c3 match match true true +text-50/a3/m3/n1/c0 match match true true +text-50/a3/m3/n1/c1 match match true true +text-50/a3/m3/n1/c2 match match true true +text-50/a3/m3/n1/c3 match match true true +text-50/a4/m0/n0/c0 match match true true +text-50/a4/m0/n0/c1 match match true true +text-50/a4/m0/n0/c2 match match true true +text-50/a4/m0/n0/c3 match match true true +text-50/a4/m0/n1/c0 match match true true +text-50/a4/m0/n1/c1 match match true true +text-50/a4/m0/n1/c2 match match true true +text-50/a4/m0/n1/c3 match match true true +text-50/a4/m1/n0/c0 match match true true +text-50/a4/m1/n0/c1 match match true true +text-50/a4/m1/n0/c2 match match true true +text-50/a4/m1/n0/c3 match match true true +text-50/a4/m1/n1/c0 match match true true +text-50/a4/m1/n1/c1 match match true true +text-50/a4/m1/n1/c2 match match true true +text-50/a4/m1/n1/c3 match match true true +text-50/a4/m2/n0/c0 match match true true +text-50/a4/m2/n0/c1 match match true true +text-50/a4/m2/n0/c2 match match true true +text-50/a4/m2/n0/c3 match match true true +text-50/a4/m2/n1/c0 match match true true +text-50/a4/m2/n1/c1 match match true true +text-50/a4/m2/n1/c2 match match true true +text-50/a4/m2/n1/c3 match match true true +text-50/a4/m3/n0/c0 match match true true +text-50/a4/m3/n0/c1 match match true true +text-50/a4/m3/n0/c2 match match true true +text-50/a4/m3/n0/c3 match match true true +text-50/a4/m3/n1/c0 match match true true +text-50/a4/m3/n1/c1 match match true true +text-50/a4/m3/n1/c2 match match true true +text-50/a4/m3/n1/c3 match match true true +text-50/a5/m0/n0/c0 match match true true +text-50/a5/m0/n0/c1 match match true true +text-50/a5/m0/n0/c2 match match true true +text-50/a5/m0/n0/c3 match match true true +text-50/a5/m0/n1/c0 match match true true +text-50/a5/m0/n1/c1 match match true true +text-50/a5/m0/n1/c2 match match true true +text-50/a5/m0/n1/c3 match match true true +text-50/a5/m1/n0/c0 match match true true +text-50/a5/m1/n0/c1 match match true true +text-50/a5/m1/n0/c2 match match true true +text-50/a5/m1/n0/c3 match match true true +text-50/a5/m1/n1/c0 match match true true +text-50/a5/m1/n1/c1 match match true true +text-50/a5/m1/n1/c2 match match true true +text-50/a5/m1/n1/c3 match match true true +text-50/a5/m2/n0/c0 match match true true +text-50/a5/m2/n0/c1 match match true true +text-50/a5/m2/n0/c2 match match true true +text-50/a5/m2/n0/c3 match match true true +text-50/a5/m2/n1/c0 match match true true +text-50/a5/m2/n1/c1 match match true true +text-50/a5/m2/n1/c2 match match true true +text-50/a5/m2/n1/c3 match match true true +text-50/a5/m3/n0/c0 match match true true +text-50/a5/m3/n0/c1 match match true true +text-50/a5/m3/n0/c2 match match true true +text-50/a5/m3/n0/c3 match match true true +text-50/a5/m3/n1/c0 match match true true +text-50/a5/m3/n1/c1 match match true true +text-50/a5/m3/n1/c2 match match true true +text-50/a5/m3/n1/c3 match match true true +text-50/a6/m0/n0/c0 match match true true +text-50/a6/m0/n0/c1 match match true true +text-50/a6/m0/n0/c2 match match true true +text-50/a6/m0/n0/c3 match match true true +text-50/a6/m0/n1/c0 match match true true +text-50/a6/m0/n1/c1 match match true true +text-50/a6/m0/n1/c2 match match true true +text-50/a6/m0/n1/c3 match match true true +text-50/a6/m1/n0/c0 match match true true +text-50/a6/m1/n0/c1 match match true true +text-50/a6/m1/n0/c2 match match true true +text-50/a6/m1/n0/c3 match match true true +text-50/a6/m1/n1/c0 match match true true +text-50/a6/m1/n1/c1 match match true true +text-50/a6/m1/n1/c2 match match true true +text-50/a6/m1/n1/c3 match match true true +text-50/a6/m2/n0/c0 match match true true +text-50/a6/m2/n0/c1 match match true true +text-50/a6/m2/n0/c2 match match true true +text-50/a6/m2/n0/c3 match match true true +text-50/a6/m2/n1/c0 match match true true +text-50/a6/m2/n1/c1 match match true true +text-50/a6/m2/n1/c2 match match true true +text-50/a6/m2/n1/c3 match match true true +text-50/a6/m3/n0/c0 match match true true +text-50/a6/m3/n0/c1 match match true true +text-50/a6/m3/n0/c2 match match true true +text-50/a6/m3/n0/c3 match match true true +text-50/a6/m3/n1/c0 match match true true +text-50/a6/m3/n1/c1 match match true true +text-50/a6/m3/n1/c2 match match true true +text-50/a6/m3/n1/c3 match match true true +text-50/a7/m0/n0/c0 match match true true +text-50/a7/m0/n0/c1 match match true true +text-50/a7/m0/n0/c2 match match true true +text-50/a7/m0/n0/c3 match match true true +text-50/a7/m0/n1/c0 match match true true +text-50/a7/m0/n1/c1 match match true true +text-50/a7/m0/n1/c2 match match true true +text-50/a7/m0/n1/c3 match match true true +text-50/a7/m1/n0/c0 match match true true +text-50/a7/m1/n0/c1 match match true true +text-50/a7/m1/n0/c2 match match true true +text-50/a7/m1/n0/c3 match match true true +text-50/a7/m1/n1/c0 match match true true +text-50/a7/m1/n1/c1 match match true true +text-50/a7/m1/n1/c2 match match true true +text-50/a7/m1/n1/c3 match match true true +text-50/a7/m2/n0/c0 match match true true +text-50/a7/m2/n0/c1 match match true true +text-50/a7/m2/n0/c2 match match true true +text-50/a7/m2/n0/c3 match match true true +text-50/a7/m2/n1/c0 match match true true +text-50/a7/m2/n1/c1 match match true true +text-50/a7/m2/n1/c2 match match true true +text-50/a7/m2/n1/c3 match match true true +text-50/a7/m3/n0/c0 match match true true +text-50/a7/m3/n0/c1 match match true true +text-50/a7/m3/n0/c2 match match true true +text-50/a7/m3/n0/c3 match match true true +text-50/a7/m3/n1/c0 match match true true +text-50/a7/m3/n1/c1 match match true true +text-50/a7/m3/n1/c2 match match true true +text-50/a7/m3/n1/c3 match match true true +text-60/a0/m0/n0/c0 match match true true +text-60/a0/m0/n0/c1 match match true true +text-60/a0/m0/n0/c2 match match true true +text-60/a0/m0/n0/c3 match match true true +text-60/a0/m0/n1/c0 match match true true +text-60/a0/m0/n1/c1 match match true true +text-60/a0/m0/n1/c2 match match true true +text-60/a0/m0/n1/c3 match match true true +text-60/a0/m1/n0/c0 match match true true +text-60/a0/m1/n0/c1 match match true true +text-60/a0/m1/n0/c2 match match true true +text-60/a0/m1/n0/c3 match match true true +text-60/a0/m1/n1/c0 match match true true +text-60/a0/m1/n1/c1 match match true true +text-60/a0/m1/n1/c2 match match true true +text-60/a0/m1/n1/c3 match match true true +text-60/a0/m2/n0/c0 match match true true +text-60/a0/m2/n0/c1 match match true true +text-60/a0/m2/n0/c2 match match true true +text-60/a0/m2/n0/c3 match match true true +text-60/a0/m2/n1/c0 match match true true +text-60/a0/m2/n1/c1 match match true true +text-60/a0/m2/n1/c2 match match true true +text-60/a0/m2/n1/c3 match match true true +text-60/a0/m3/n0/c0 match match true true +text-60/a0/m3/n0/c1 match match true true +text-60/a0/m3/n0/c2 match match true true +text-60/a0/m3/n0/c3 match match true true +text-60/a0/m3/n1/c0 match match true true +text-60/a0/m3/n1/c1 match match true true +text-60/a0/m3/n1/c2 match match true true +text-60/a0/m3/n1/c3 match match true true +text-60/a1/m0/n0/c0 match match true true +text-60/a1/m0/n0/c1 match match true true +text-60/a1/m0/n0/c2 match match true true +text-60/a1/m0/n0/c3 match match true true +text-60/a1/m0/n1/c0 match match true true +text-60/a1/m0/n1/c1 match match true true +text-60/a1/m0/n1/c2 match match true true +text-60/a1/m0/n1/c3 match match true true +text-60/a1/m1/n0/c0 match match true true +text-60/a1/m1/n0/c1 match match true true +text-60/a1/m1/n0/c2 match match true true +text-60/a1/m1/n0/c3 match match true true +text-60/a1/m1/n1/c0 match match true true +text-60/a1/m1/n1/c1 match match true true +text-60/a1/m1/n1/c2 match match true true +text-60/a1/m1/n1/c3 match match true true +text-60/a1/m2/n0/c0 match match true true +text-60/a1/m2/n0/c1 match match true true +text-60/a1/m2/n0/c2 match match true true +text-60/a1/m2/n0/c3 match match true true +text-60/a1/m2/n1/c0 match match true true +text-60/a1/m2/n1/c1 match match true true +text-60/a1/m2/n1/c2 match match true true +text-60/a1/m2/n1/c3 match match true true +text-60/a1/m3/n0/c0 match match true true +text-60/a1/m3/n0/c1 match match true true +text-60/a1/m3/n0/c2 match match true true +text-60/a1/m3/n0/c3 match match true true +text-60/a1/m3/n1/c0 match match true true +text-60/a1/m3/n1/c1 match match true true +text-60/a1/m3/n1/c2 match match true true +text-60/a1/m3/n1/c3 match match true true +text-60/a2/m0/n0/c0 match match true true +text-60/a2/m0/n0/c1 match match true true +text-60/a2/m0/n0/c2 match match true true +text-60/a2/m0/n0/c3 match match true true +text-60/a2/m0/n1/c0 match match true true +text-60/a2/m0/n1/c1 match match true true +text-60/a2/m0/n1/c2 match match true true +text-60/a2/m0/n1/c3 match match true true +text-60/a2/m1/n0/c0 match match true true +text-60/a2/m1/n0/c1 match match true true +text-60/a2/m1/n0/c2 match match true true +text-60/a2/m1/n0/c3 match match true true +text-60/a2/m1/n1/c0 match match true true +text-60/a2/m1/n1/c1 match match true true +text-60/a2/m1/n1/c2 match match true true +text-60/a2/m1/n1/c3 match match true true +text-60/a2/m2/n0/c0 match match true true +text-60/a2/m2/n0/c1 match match true true +text-60/a2/m2/n0/c2 match match true true +text-60/a2/m2/n0/c3 match match true true +text-60/a2/m2/n1/c0 match match true true +text-60/a2/m2/n1/c1 match match true true +text-60/a2/m2/n1/c2 match match true true +text-60/a2/m2/n1/c3 match match true true +text-60/a2/m3/n0/c0 match match true true +text-60/a2/m3/n0/c1 match match true true +text-60/a2/m3/n0/c2 match match true true +text-60/a2/m3/n0/c3 match match true true +text-60/a2/m3/n1/c0 match match true true +text-60/a2/m3/n1/c1 match match true true +text-60/a2/m3/n1/c2 match match true true +text-60/a2/m3/n1/c3 match match true true +text-60/a3/m0/n0/c0 match match true true +text-60/a3/m0/n0/c1 match match true true +text-60/a3/m0/n0/c2 match match true true +text-60/a3/m0/n0/c3 match match true true +text-60/a3/m0/n1/c0 match match true true +text-60/a3/m0/n1/c1 match match true true +text-60/a3/m0/n1/c2 match match true true +text-60/a3/m0/n1/c3 match match true true +text-60/a3/m1/n0/c0 match match true true +text-60/a3/m1/n0/c1 match match true true +text-60/a3/m1/n0/c2 match match true true +text-60/a3/m1/n0/c3 match match true true +text-60/a3/m1/n1/c0 match match true true +text-60/a3/m1/n1/c1 match match true true +text-60/a3/m1/n1/c2 match match true true +text-60/a3/m1/n1/c3 match match true true +text-60/a3/m2/n0/c0 match match true true +text-60/a3/m2/n0/c1 match match true true +text-60/a3/m2/n0/c2 match match true true +text-60/a3/m2/n0/c3 match match true true +text-60/a3/m2/n1/c0 match match true true +text-60/a3/m2/n1/c1 match match true true +text-60/a3/m2/n1/c2 match match true true +text-60/a3/m2/n1/c3 match match true true +text-60/a3/m3/n0/c0 match match true true +text-60/a3/m3/n0/c1 match match true true +text-60/a3/m3/n0/c2 match match true true +text-60/a3/m3/n0/c3 match match true true +text-60/a3/m3/n1/c0 match match true true +text-60/a3/m3/n1/c1 match match true true +text-60/a3/m3/n1/c2 match match true true +text-60/a3/m3/n1/c3 match match true true +text-60/a4/m0/n0/c0 match match true true +text-60/a4/m0/n0/c1 match match true true +text-60/a4/m0/n0/c2 match match true true +text-60/a4/m0/n0/c3 match match true true +text-60/a4/m0/n1/c0 match match true true +text-60/a4/m0/n1/c1 match match true true +text-60/a4/m0/n1/c2 match match true true +text-60/a4/m0/n1/c3 match match true true +text-60/a4/m1/n0/c0 match match true true +text-60/a4/m1/n0/c1 match match true true +text-60/a4/m1/n0/c2 match match true true +text-60/a4/m1/n0/c3 match match true true +text-60/a4/m1/n1/c0 match match true true +text-60/a4/m1/n1/c1 match match true true +text-60/a4/m1/n1/c2 match match true true +text-60/a4/m1/n1/c3 match match true true +text-60/a4/m2/n0/c0 match match true true +text-60/a4/m2/n0/c1 match match true true +text-60/a4/m2/n0/c2 match match true true +text-60/a4/m2/n0/c3 match match true true +text-60/a4/m2/n1/c0 match match true true +text-60/a4/m2/n1/c1 match match true true +text-60/a4/m2/n1/c2 match match true true +text-60/a4/m2/n1/c3 match match true true +text-60/a4/m3/n0/c0 match match true true +text-60/a4/m3/n0/c1 match match true true +text-60/a4/m3/n0/c2 match match true true +text-60/a4/m3/n0/c3 match match true true +text-60/a4/m3/n1/c0 match match true true +text-60/a4/m3/n1/c1 match match true true +text-60/a4/m3/n1/c2 match match true true +text-60/a4/m3/n1/c3 match match true true +text-60/a5/m0/n0/c0 match match true true +text-60/a5/m0/n0/c1 match match true true +text-60/a5/m0/n0/c2 match match true true +text-60/a5/m0/n0/c3 match match true true +text-60/a5/m0/n1/c0 match match true true +text-60/a5/m0/n1/c1 match match true true +text-60/a5/m0/n1/c2 match match true true +text-60/a5/m0/n1/c3 match match true true +text-60/a5/m1/n0/c0 match match true true +text-60/a5/m1/n0/c1 match match true true +text-60/a5/m1/n0/c2 match match true true +text-60/a5/m1/n0/c3 match match true true +text-60/a5/m1/n1/c0 match match true true +text-60/a5/m1/n1/c1 match match true true +text-60/a5/m1/n1/c2 match match true true +text-60/a5/m1/n1/c3 match match true true +text-60/a5/m2/n0/c0 match match true true +text-60/a5/m2/n0/c1 match match true true +text-60/a5/m2/n0/c2 match match true true +text-60/a5/m2/n0/c3 match match true true +text-60/a5/m2/n1/c0 match match true true +text-60/a5/m2/n1/c1 match match true true +text-60/a5/m2/n1/c2 match match true true +text-60/a5/m2/n1/c3 match match true true +text-60/a5/m3/n0/c0 match match true true +text-60/a5/m3/n0/c1 match match true true +text-60/a5/m3/n0/c2 match match true true +text-60/a5/m3/n0/c3 match match true true +text-60/a5/m3/n1/c0 match match true true +text-60/a5/m3/n1/c1 match match true true +text-60/a5/m3/n1/c2 match match true true +text-60/a5/m3/n1/c3 match match true true +text-60/a6/m0/n0/c0 match match true true +text-60/a6/m0/n0/c1 match match true true +text-60/a6/m0/n0/c2 match match true true +text-60/a6/m0/n0/c3 match match true true +text-60/a6/m0/n1/c0 match match true true +text-60/a6/m0/n1/c1 match match true true +text-60/a6/m0/n1/c2 match match true true +text-60/a6/m0/n1/c3 match match true true +text-60/a6/m1/n0/c0 match match true true +text-60/a6/m1/n0/c1 match match true true +text-60/a6/m1/n0/c2 match match true true +text-60/a6/m1/n0/c3 match match true true +text-60/a6/m1/n1/c0 match match true true +text-60/a6/m1/n1/c1 match match true true +text-60/a6/m1/n1/c2 match match true true +text-60/a6/m1/n1/c3 match match true true +text-60/a6/m2/n0/c0 match match true true +text-60/a6/m2/n0/c1 match match true true +text-60/a6/m2/n0/c2 match match true true +text-60/a6/m2/n0/c3 match match true true +text-60/a6/m2/n1/c0 match match true true +text-60/a6/m2/n1/c1 match match true true +text-60/a6/m2/n1/c2 match match true true +text-60/a6/m2/n1/c3 match match true true +text-60/a6/m3/n0/c0 match match true true +text-60/a6/m3/n0/c1 match match true true +text-60/a6/m3/n0/c2 match match true true +text-60/a6/m3/n0/c3 match match true true +text-60/a6/m3/n1/c0 match match true true +text-60/a6/m3/n1/c1 match match true true +text-60/a6/m3/n1/c2 match match true true +text-60/a6/m3/n1/c3 match match true true +text-60/a7/m0/n0/c0 match match true true +text-60/a7/m0/n0/c1 match match true true +text-60/a7/m0/n0/c2 match match true true +text-60/a7/m0/n0/c3 match match true true +text-60/a7/m0/n1/c0 match match true true +text-60/a7/m0/n1/c1 match match true true +text-60/a7/m0/n1/c2 match match true true +text-60/a7/m0/n1/c3 match match true true +text-60/a7/m1/n0/c0 match match true true +text-60/a7/m1/n0/c1 match match true true +text-60/a7/m1/n0/c2 match match true true +text-60/a7/m1/n0/c3 match match true true +text-60/a7/m1/n1/c0 match match true true +text-60/a7/m1/n1/c1 match match true true +text-60/a7/m1/n1/c2 match match true true +text-60/a7/m1/n1/c3 match match true true +text-60/a7/m2/n0/c0 match match true true +text-60/a7/m2/n0/c1 match match true true +text-60/a7/m2/n0/c2 match match true true +text-60/a7/m2/n0/c3 match match true true +text-60/a7/m2/n1/c0 match match true true +text-60/a7/m2/n1/c1 match match true true +text-60/a7/m2/n1/c2 match match true true +text-60/a7/m2/n1/c3 match match true true +text-60/a7/m3/n0/c0 match match true true +text-60/a7/m3/n0/c1 match match true true +text-60/a7/m3/n0/c2 match match true true +text-60/a7/m3/n0/c3 match match true true +text-60/a7/m3/n1/c0 match match true true +text-60/a7/m3/n1/c1 match match true true +text-60/a7/m3/n1/c2 match match true true +text-60/a7/m3/n1/c3 match match true true +text-70/a0/m0/n0/c0 match match true true +text-70/a0/m0/n0/c1 match match true true +text-70/a0/m0/n0/c2 match match true true +text-70/a0/m0/n0/c3 match match true true +text-70/a0/m0/n1/c0 match match true true +text-70/a0/m0/n1/c1 match match true true +text-70/a0/m0/n1/c2 match match true true +text-70/a0/m0/n1/c3 match match true true +text-70/a0/m1/n0/c0 match match true true +text-70/a0/m1/n0/c1 match match true true +text-70/a0/m1/n0/c2 match match true true +text-70/a0/m1/n0/c3 match match true true +text-70/a0/m1/n1/c0 match match true true +text-70/a0/m1/n1/c1 match match true true +text-70/a0/m1/n1/c2 match match true true +text-70/a0/m1/n1/c3 match match true true +text-70/a0/m2/n0/c0 match match true true +text-70/a0/m2/n0/c1 match match true true +text-70/a0/m2/n0/c2 match match true true +text-70/a0/m2/n0/c3 match match true true +text-70/a0/m2/n1/c0 match match true true +text-70/a0/m2/n1/c1 match match true true +text-70/a0/m2/n1/c2 match match true true +text-70/a0/m2/n1/c3 match match true true +text-70/a0/m3/n0/c0 match match true true +text-70/a0/m3/n0/c1 match match true true +text-70/a0/m3/n0/c2 match match true true +text-70/a0/m3/n0/c3 match match true true +text-70/a0/m3/n1/c0 match match true true +text-70/a0/m3/n1/c1 match match true true +text-70/a0/m3/n1/c2 match match true true +text-70/a0/m3/n1/c3 match match true true +text-70/a1/m0/n0/c0 match match true true +text-70/a1/m0/n0/c1 match match true true +text-70/a1/m0/n0/c2 match match true true +text-70/a1/m0/n0/c3 match match true true +text-70/a1/m0/n1/c0 match match true true +text-70/a1/m0/n1/c1 match match true true +text-70/a1/m0/n1/c2 match match true true +text-70/a1/m0/n1/c3 match match true true +text-70/a1/m1/n0/c0 match match true true +text-70/a1/m1/n0/c1 match match true true +text-70/a1/m1/n0/c2 match match true true +text-70/a1/m1/n0/c3 match match true true +text-70/a1/m1/n1/c0 match match true true +text-70/a1/m1/n1/c1 match match true true +text-70/a1/m1/n1/c2 match match true true +text-70/a1/m1/n1/c3 match match true true +text-70/a1/m2/n0/c0 match match true true +text-70/a1/m2/n0/c1 match match true true +text-70/a1/m2/n0/c2 match match true true +text-70/a1/m2/n0/c3 match match true true +text-70/a1/m2/n1/c0 match match true true +text-70/a1/m2/n1/c1 match match true true +text-70/a1/m2/n1/c2 match match true true +text-70/a1/m2/n1/c3 match match true true +text-70/a1/m3/n0/c0 match match true true +text-70/a1/m3/n0/c1 match match true true +text-70/a1/m3/n0/c2 match match true true +text-70/a1/m3/n0/c3 match match true true +text-70/a1/m3/n1/c0 match match true true +text-70/a1/m3/n1/c1 match match true true +text-70/a1/m3/n1/c2 match match true true +text-70/a1/m3/n1/c3 match match true true +text-70/a2/m0/n0/c0 match match true true +text-70/a2/m0/n0/c1 match match true true +text-70/a2/m0/n0/c2 match match true true +text-70/a2/m0/n0/c3 match match true true +text-70/a2/m0/n1/c0 match match true true +text-70/a2/m0/n1/c1 match match true true +text-70/a2/m0/n1/c2 match match true true +text-70/a2/m0/n1/c3 match match true true +text-70/a2/m1/n0/c0 match match true true +text-70/a2/m1/n0/c1 match match true true +text-70/a2/m1/n0/c2 match match true true +text-70/a2/m1/n0/c3 match match true true +text-70/a2/m1/n1/c0 match match true true +text-70/a2/m1/n1/c1 match match true true +text-70/a2/m1/n1/c2 match match true true +text-70/a2/m1/n1/c3 match match true true +text-70/a2/m2/n0/c0 match match true true +text-70/a2/m2/n0/c1 match match true true +text-70/a2/m2/n0/c2 match match true true +text-70/a2/m2/n0/c3 match match true true +text-70/a2/m2/n1/c0 match match true true +text-70/a2/m2/n1/c1 match match true true +text-70/a2/m2/n1/c2 match match true true +text-70/a2/m2/n1/c3 match match true true +text-70/a2/m3/n0/c0 match match true true +text-70/a2/m3/n0/c1 match match true true +text-70/a2/m3/n0/c2 match match true true +text-70/a2/m3/n0/c3 match match true true +text-70/a2/m3/n1/c0 match match true true +text-70/a2/m3/n1/c1 match match true true +text-70/a2/m3/n1/c2 match match true true +text-70/a2/m3/n1/c3 match match true true +text-70/a3/m0/n0/c0 match match true true +text-70/a3/m0/n0/c1 match match true true +text-70/a3/m0/n0/c2 match match true true +text-70/a3/m0/n0/c3 match match true true +text-70/a3/m0/n1/c0 match match true true +text-70/a3/m0/n1/c1 match match true true +text-70/a3/m0/n1/c2 match match true true +text-70/a3/m0/n1/c3 match match true true +text-70/a3/m1/n0/c0 match match true true +text-70/a3/m1/n0/c1 match match true true +text-70/a3/m1/n0/c2 match match true true +text-70/a3/m1/n0/c3 match match true true +text-70/a3/m1/n1/c0 match match true true +text-70/a3/m1/n1/c1 match match true true +text-70/a3/m1/n1/c2 match match true true +text-70/a3/m1/n1/c3 match match true true +text-70/a3/m2/n0/c0 match match true true +text-70/a3/m2/n0/c1 match match true true +text-70/a3/m2/n0/c2 match match true true +text-70/a3/m2/n0/c3 match match true true +text-70/a3/m2/n1/c0 match match true true +text-70/a3/m2/n1/c1 match match true true +text-70/a3/m2/n1/c2 match match true true +text-70/a3/m2/n1/c3 match match true true +text-70/a3/m3/n0/c0 match match true true +text-70/a3/m3/n0/c1 match match true true +text-70/a3/m3/n0/c2 match match true true +text-70/a3/m3/n0/c3 match match true true +text-70/a3/m3/n1/c0 match match true true +text-70/a3/m3/n1/c1 match match true true +text-70/a3/m3/n1/c2 match match true true +text-70/a3/m3/n1/c3 match match true true +text-70/a4/m0/n0/c0 match match true true +text-70/a4/m0/n0/c1 match match true true +text-70/a4/m0/n0/c2 match match true true +text-70/a4/m0/n0/c3 match match true true +text-70/a4/m0/n1/c0 match match true true +text-70/a4/m0/n1/c1 match match true true +text-70/a4/m0/n1/c2 match match true true +text-70/a4/m0/n1/c3 match match true true +text-70/a4/m1/n0/c0 match match true true +text-70/a4/m1/n0/c1 match match true true +text-70/a4/m1/n0/c2 match match true true +text-70/a4/m1/n0/c3 match match true true +text-70/a4/m1/n1/c0 match match true true +text-70/a4/m1/n1/c1 match match true true +text-70/a4/m1/n1/c2 match match true true +text-70/a4/m1/n1/c3 match match true true +text-70/a4/m2/n0/c0 match match true true +text-70/a4/m2/n0/c1 match match true true +text-70/a4/m2/n0/c2 match match true true +text-70/a4/m2/n0/c3 match match true true +text-70/a4/m2/n1/c0 match match true true +text-70/a4/m2/n1/c1 match match true true +text-70/a4/m2/n1/c2 match match true true +text-70/a4/m2/n1/c3 match match true true +text-70/a4/m3/n0/c0 match match true true +text-70/a4/m3/n0/c1 match match true true +text-70/a4/m3/n0/c2 match match true true +text-70/a4/m3/n0/c3 match match true true +text-70/a4/m3/n1/c0 match match true true +text-70/a4/m3/n1/c1 match match true true +text-70/a4/m3/n1/c2 match match true true +text-70/a4/m3/n1/c3 match match true true +text-70/a5/m0/n0/c0 match match true true +text-70/a5/m0/n0/c1 match match true true +text-70/a5/m0/n0/c2 match match true true +text-70/a5/m0/n0/c3 match match true true +text-70/a5/m0/n1/c0 match match true true +text-70/a5/m0/n1/c1 match match true true +text-70/a5/m0/n1/c2 match match true true +text-70/a5/m0/n1/c3 match match true true +text-70/a5/m1/n0/c0 match match true true +text-70/a5/m1/n0/c1 match match true true +text-70/a5/m1/n0/c2 match match true true +text-70/a5/m1/n0/c3 match match true true +text-70/a5/m1/n1/c0 match match true true +text-70/a5/m1/n1/c1 match match true true +text-70/a5/m1/n1/c2 match match true true +text-70/a5/m1/n1/c3 match match true true +text-70/a5/m2/n0/c0 match match true true +text-70/a5/m2/n0/c1 match match true true +text-70/a5/m2/n0/c2 match match true true +text-70/a5/m2/n0/c3 match match true true +text-70/a5/m2/n1/c0 match match true true +text-70/a5/m2/n1/c1 match match true true +text-70/a5/m2/n1/c2 match match true true +text-70/a5/m2/n1/c3 match match true true +text-70/a5/m3/n0/c0 match match true true +text-70/a5/m3/n0/c1 match match true true +text-70/a5/m3/n0/c2 match match true true +text-70/a5/m3/n0/c3 match match true true +text-70/a5/m3/n1/c0 match match true true +text-70/a5/m3/n1/c1 match match true true +text-70/a5/m3/n1/c2 match match true true +text-70/a5/m3/n1/c3 match match true true +text-70/a6/m0/n0/c0 match match true true +text-70/a6/m0/n0/c1 match match true true +text-70/a6/m0/n0/c2 match match true true +text-70/a6/m0/n0/c3 match match true true +text-70/a6/m0/n1/c0 match match true true +text-70/a6/m0/n1/c1 match match true true +text-70/a6/m0/n1/c2 match match true true +text-70/a6/m0/n1/c3 match match true true +text-70/a6/m1/n0/c0 match match true true +text-70/a6/m1/n0/c1 match match true true +text-70/a6/m1/n0/c2 match match true true +text-70/a6/m1/n0/c3 match match true true +text-70/a6/m1/n1/c0 match match true true +text-70/a6/m1/n1/c1 match match true true +text-70/a6/m1/n1/c2 match match true true +text-70/a6/m1/n1/c3 match match true true +text-70/a6/m2/n0/c0 match match true true +text-70/a6/m2/n0/c1 match match true true +text-70/a6/m2/n0/c2 match match true true +text-70/a6/m2/n0/c3 match match true true +text-70/a6/m2/n1/c0 match match true true +text-70/a6/m2/n1/c1 match match true true +text-70/a6/m2/n1/c2 match match true true +text-70/a6/m2/n1/c3 match match true true +text-70/a6/m3/n0/c0 match match true true +text-70/a6/m3/n0/c1 match match true true +text-70/a6/m3/n0/c2 match match true true +text-70/a6/m3/n0/c3 match match true true +text-70/a6/m3/n1/c0 match match true true +text-70/a6/m3/n1/c1 match match true true +text-70/a6/m3/n1/c2 match match true true +text-70/a6/m3/n1/c3 match match true true +text-70/a7/m0/n0/c0 match match true true +text-70/a7/m0/n0/c1 match match true true +text-70/a7/m0/n0/c2 match match true true +text-70/a7/m0/n0/c3 match match true true +text-70/a7/m0/n1/c0 match match true true +text-70/a7/m0/n1/c1 match match true true +text-70/a7/m0/n1/c2 match match true true +text-70/a7/m0/n1/c3 match match true true +text-70/a7/m1/n0/c0 match match true true +text-70/a7/m1/n0/c1 match match true true +text-70/a7/m1/n0/c2 match match true true +text-70/a7/m1/n0/c3 match match true true +text-70/a7/m1/n1/c0 match match true true +text-70/a7/m1/n1/c1 match match true true +text-70/a7/m1/n1/c2 match match true true +text-70/a7/m1/n1/c3 match match true true +text-70/a7/m2/n0/c0 match match true true +text-70/a7/m2/n0/c1 match match true true +text-70/a7/m2/n0/c2 match match true true +text-70/a7/m2/n0/c3 match match true true +text-70/a7/m2/n1/c0 match match true true +text-70/a7/m2/n1/c1 match match true true +text-70/a7/m2/n1/c2 match match true true +text-70/a7/m2/n1/c3 match match true true +text-70/a7/m3/n0/c0 match match true true +text-70/a7/m3/n0/c1 match match true true +text-70/a7/m3/n0/c2 match match true true +text-70/a7/m3/n0/c3 match match true true +text-70/a7/m3/n1/c0 match match true true +text-70/a7/m3/n1/c1 match match true true +text-70/a7/m3/n1/c2 match match true true +text-70/a7/m3/n1/c3 match match true true +text-80/a0/m0/n0/c0 match match true true +text-80/a0/m0/n0/c1 match match true true +text-80/a0/m0/n0/c2 match match true true +text-80/a0/m0/n0/c3 match match true true +text-80/a0/m0/n1/c0 match match true true +text-80/a0/m0/n1/c1 match match true true +text-80/a0/m0/n1/c2 match match true true +text-80/a0/m0/n1/c3 match match true true +text-80/a0/m1/n0/c0 match match true true +text-80/a0/m1/n0/c1 match match true true +text-80/a0/m1/n0/c2 match match true true +text-80/a0/m1/n0/c3 match match true true +text-80/a0/m1/n1/c0 match match true true +text-80/a0/m1/n1/c1 match match true true +text-80/a0/m1/n1/c2 match match true true +text-80/a0/m1/n1/c3 match match true true +text-80/a0/m2/n0/c0 match match true true +text-80/a0/m2/n0/c1 match match true true +text-80/a0/m2/n0/c2 match match true true +text-80/a0/m2/n0/c3 match match true true +text-80/a0/m2/n1/c0 match match true true +text-80/a0/m2/n1/c1 match match true true +text-80/a0/m2/n1/c2 match match true true +text-80/a0/m2/n1/c3 match match true true +text-80/a0/m3/n0/c0 match match true true +text-80/a0/m3/n0/c1 match match true true +text-80/a0/m3/n0/c2 match match true true +text-80/a0/m3/n0/c3 match match true true +text-80/a0/m3/n1/c0 match match true true +text-80/a0/m3/n1/c1 match match true true +text-80/a0/m3/n1/c2 match match true true +text-80/a0/m3/n1/c3 match match true true +text-80/a1/m0/n0/c0 match match true true +text-80/a1/m0/n0/c1 match match true true +text-80/a1/m0/n0/c2 match match true true +text-80/a1/m0/n0/c3 match match true true +text-80/a1/m0/n1/c0 match match true true +text-80/a1/m0/n1/c1 match match true true +text-80/a1/m0/n1/c2 match match true true +text-80/a1/m0/n1/c3 match match true true +text-80/a1/m1/n0/c0 match match true true +text-80/a1/m1/n0/c1 match match true true +text-80/a1/m1/n0/c2 match match true true +text-80/a1/m1/n0/c3 match match true true +text-80/a1/m1/n1/c0 match match true true +text-80/a1/m1/n1/c1 match match true true +text-80/a1/m1/n1/c2 match match true true +text-80/a1/m1/n1/c3 match match true true +text-80/a1/m2/n0/c0 match match true true +text-80/a1/m2/n0/c1 match match true true +text-80/a1/m2/n0/c2 match match true true +text-80/a1/m2/n0/c3 match match true true +text-80/a1/m2/n1/c0 match match true true +text-80/a1/m2/n1/c1 match match true true +text-80/a1/m2/n1/c2 match match true true +text-80/a1/m2/n1/c3 match match true true +text-80/a1/m3/n0/c0 match match true true +text-80/a1/m3/n0/c1 match match true true +text-80/a1/m3/n0/c2 match match true true +text-80/a1/m3/n0/c3 match match true true +text-80/a1/m3/n1/c0 match match true true +text-80/a1/m3/n1/c1 match match true true +text-80/a1/m3/n1/c2 match match true true +text-80/a1/m3/n1/c3 match match true true +text-80/a2/m0/n0/c0 match match true true +text-80/a2/m0/n0/c1 match match true true +text-80/a2/m0/n0/c2 match match true true +text-80/a2/m0/n0/c3 match match true true +text-80/a2/m0/n1/c0 match match true true +text-80/a2/m0/n1/c1 match match true true +text-80/a2/m0/n1/c2 match match true true +text-80/a2/m0/n1/c3 match match true true +text-80/a2/m1/n0/c0 match match true true +text-80/a2/m1/n0/c1 match match true true +text-80/a2/m1/n0/c2 match match true true +text-80/a2/m1/n0/c3 match match true true +text-80/a2/m1/n1/c0 match match true true +text-80/a2/m1/n1/c1 match match true true +text-80/a2/m1/n1/c2 match match true true +text-80/a2/m1/n1/c3 match match true true +text-80/a2/m2/n0/c0 match match true true +text-80/a2/m2/n0/c1 match match true true +text-80/a2/m2/n0/c2 match match true true +text-80/a2/m2/n0/c3 match match true true +text-80/a2/m2/n1/c0 match match true true +text-80/a2/m2/n1/c1 match match true true +text-80/a2/m2/n1/c2 match match true true +text-80/a2/m2/n1/c3 match match true true +text-80/a2/m3/n0/c0 match match true true +text-80/a2/m3/n0/c1 match match true true +text-80/a2/m3/n0/c2 match match true true +text-80/a2/m3/n0/c3 match match true true +text-80/a2/m3/n1/c0 match match true true +text-80/a2/m3/n1/c1 match match true true +text-80/a2/m3/n1/c2 match match true true +text-80/a2/m3/n1/c3 match match true true +text-80/a3/m0/n0/c0 match match true true +text-80/a3/m0/n0/c1 match match true true +text-80/a3/m0/n0/c2 match match true true +text-80/a3/m0/n0/c3 match match true true +text-80/a3/m0/n1/c0 match match true true +text-80/a3/m0/n1/c1 match match true true +text-80/a3/m0/n1/c2 match match true true +text-80/a3/m0/n1/c3 match match true true +text-80/a3/m1/n0/c0 match match true true +text-80/a3/m1/n0/c1 match match true true +text-80/a3/m1/n0/c2 match match true true +text-80/a3/m1/n0/c3 match match true true +text-80/a3/m1/n1/c0 match match true true +text-80/a3/m1/n1/c1 match match true true +text-80/a3/m1/n1/c2 match match true true +text-80/a3/m1/n1/c3 match match true true +text-80/a3/m2/n0/c0 match match true true +text-80/a3/m2/n0/c1 match match true true +text-80/a3/m2/n0/c2 match match true true +text-80/a3/m2/n0/c3 match match true true +text-80/a3/m2/n1/c0 match match true true +text-80/a3/m2/n1/c1 match match true true +text-80/a3/m2/n1/c2 match match true true +text-80/a3/m2/n1/c3 match match true true +text-80/a3/m3/n0/c0 match match true true +text-80/a3/m3/n0/c1 match match true true +text-80/a3/m3/n0/c2 match match true true +text-80/a3/m3/n0/c3 match match true true +text-80/a3/m3/n1/c0 match match true true +text-80/a3/m3/n1/c1 match match true true +text-80/a3/m3/n1/c2 match match true true +text-80/a3/m3/n1/c3 match match true true +text-80/a4/m0/n0/c0 match match true true +text-80/a4/m0/n0/c1 match match true true +text-80/a4/m0/n0/c2 match match true true +text-80/a4/m0/n0/c3 match match true true +text-80/a4/m0/n1/c0 match match true true +text-80/a4/m0/n1/c1 match match true true +text-80/a4/m0/n1/c2 match match true true +text-80/a4/m0/n1/c3 match match true true +text-80/a4/m1/n0/c0 match match true true +text-80/a4/m1/n0/c1 match match true true +text-80/a4/m1/n0/c2 match match true true +text-80/a4/m1/n0/c3 match match true true +text-80/a4/m1/n1/c0 match match true true +text-80/a4/m1/n1/c1 match match true true +text-80/a4/m1/n1/c2 match match true true +text-80/a4/m1/n1/c3 match match true true +text-80/a4/m2/n0/c0 match match true true +text-80/a4/m2/n0/c1 match match true true +text-80/a4/m2/n0/c2 match match true true +text-80/a4/m2/n0/c3 match match true true +text-80/a4/m2/n1/c0 match match true true +text-80/a4/m2/n1/c1 match match true true +text-80/a4/m2/n1/c2 match match true true +text-80/a4/m2/n1/c3 match match true true +text-80/a4/m3/n0/c0 match match true true +text-80/a4/m3/n0/c1 match match true true +text-80/a4/m3/n0/c2 match match true true +text-80/a4/m3/n0/c3 match match true true +text-80/a4/m3/n1/c0 match match true true +text-80/a4/m3/n1/c1 match match true true +text-80/a4/m3/n1/c2 match match true true +text-80/a4/m3/n1/c3 match match true true +text-80/a5/m0/n0/c0 match match true true +text-80/a5/m0/n0/c1 match match true true +text-80/a5/m0/n0/c2 match match true true +text-80/a5/m0/n0/c3 match match true true +text-80/a5/m0/n1/c0 match match true true +text-80/a5/m0/n1/c1 match match true true +text-80/a5/m0/n1/c2 match match true true +text-80/a5/m0/n1/c3 match match true true +text-80/a5/m1/n0/c0 match match true true +text-80/a5/m1/n0/c1 match match true true +text-80/a5/m1/n0/c2 match match true true +text-80/a5/m1/n0/c3 match match true true +text-80/a5/m1/n1/c0 match match true true +text-80/a5/m1/n1/c1 match match true true +text-80/a5/m1/n1/c2 match match true true +text-80/a5/m1/n1/c3 match match true true +text-80/a5/m2/n0/c0 match match true true +text-80/a5/m2/n0/c1 match match true true +text-80/a5/m2/n0/c2 match match true true +text-80/a5/m2/n0/c3 match match true true +text-80/a5/m2/n1/c0 match match true true +text-80/a5/m2/n1/c1 match match true true +text-80/a5/m2/n1/c2 match match true true +text-80/a5/m2/n1/c3 match match true true +text-80/a5/m3/n0/c0 match match true true +text-80/a5/m3/n0/c1 match match true true +text-80/a5/m3/n0/c2 match match true true +text-80/a5/m3/n0/c3 match match true true +text-80/a5/m3/n1/c0 match match true true +text-80/a5/m3/n1/c1 match match true true +text-80/a5/m3/n1/c2 match match true true +text-80/a5/m3/n1/c3 match match true true +text-80/a6/m0/n0/c0 match match true true +text-80/a6/m0/n0/c1 match match true true +text-80/a6/m0/n0/c2 match match true true +text-80/a6/m0/n0/c3 match match true true +text-80/a6/m0/n1/c0 match match true true +text-80/a6/m0/n1/c1 match match true true +text-80/a6/m0/n1/c2 match match true true +text-80/a6/m0/n1/c3 match match true true +text-80/a6/m1/n0/c0 match match true true +text-80/a6/m1/n0/c1 match match true true +text-80/a6/m1/n0/c2 match match true true +text-80/a6/m1/n0/c3 match match true true +text-80/a6/m1/n1/c0 match match true true +text-80/a6/m1/n1/c1 match match true true +text-80/a6/m1/n1/c2 match match true true +text-80/a6/m1/n1/c3 match match true true +text-80/a6/m2/n0/c0 match match true true +text-80/a6/m2/n0/c1 match match true true +text-80/a6/m2/n0/c2 match match true true +text-80/a6/m2/n0/c3 match match true true +text-80/a6/m2/n1/c0 match match true true +text-80/a6/m2/n1/c1 match match true true +text-80/a6/m2/n1/c2 match match true true +text-80/a6/m2/n1/c3 match match true true +text-80/a6/m3/n0/c0 match match true true +text-80/a6/m3/n0/c1 match match true true +text-80/a6/m3/n0/c2 match match true true +text-80/a6/m3/n0/c3 match match true true +text-80/a6/m3/n1/c0 match match true true +text-80/a6/m3/n1/c1 match match true true +text-80/a6/m3/n1/c2 match match true true +text-80/a6/m3/n1/c3 match match true true +text-80/a7/m0/n0/c0 match match true true +text-80/a7/m0/n0/c1 match match true true +text-80/a7/m0/n0/c2 match match true true +text-80/a7/m0/n0/c3 match match true true +text-80/a7/m0/n1/c0 match match true true +text-80/a7/m0/n1/c1 match match true true +text-80/a7/m0/n1/c2 match match true true +text-80/a7/m0/n1/c3 match match true true +text-80/a7/m1/n0/c0 match match true true +text-80/a7/m1/n0/c1 match match true true +text-80/a7/m1/n0/c2 match match true true +text-80/a7/m1/n0/c3 match match true true +text-80/a7/m1/n1/c0 match match true true +text-80/a7/m1/n1/c1 match match true true +text-80/a7/m1/n1/c2 match match true true +text-80/a7/m1/n1/c3 match match true true +text-80/a7/m2/n0/c0 match match true true +text-80/a7/m2/n0/c1 match match true true +text-80/a7/m2/n0/c2 match match true true +text-80/a7/m2/n0/c3 match match true true +text-80/a7/m2/n1/c0 match match true true +text-80/a7/m2/n1/c1 match match true true +text-80/a7/m2/n1/c2 match match true true +text-80/a7/m2/n1/c3 match match true true +text-80/a7/m3/n0/c0 match match true true +text-80/a7/m3/n0/c1 match match true true +text-80/a7/m3/n0/c2 match match true true +text-80/a7/m3/n0/c3 match match true true +text-80/a7/m3/n1/c0 match match true true +text-80/a7/m3/n1/c1 match match true true +text-80/a7/m3/n1/c2 match match true true +text-80/a7/m3/n1/c3 match match true true +text-90/a0/m0/n0/c0 match match true true +text-90/a0/m0/n0/c1 match match true true +text-90/a0/m0/n0/c2 match match true true +text-90/a0/m0/n0/c3 match match true true +text-90/a0/m0/n1/c0 match match true true +text-90/a0/m0/n1/c1 match match true true +text-90/a0/m0/n1/c2 match match true true +text-90/a0/m0/n1/c3 match match true true +text-90/a0/m1/n0/c0 match match true true +text-90/a0/m1/n0/c1 match match true true +text-90/a0/m1/n0/c2 match match true true +text-90/a0/m1/n0/c3 match match true true +text-90/a0/m1/n1/c0 match match true true +text-90/a0/m1/n1/c1 match match true true +text-90/a0/m1/n1/c2 match match true true +text-90/a0/m1/n1/c3 match match true true +text-90/a0/m2/n0/c0 match match true true +text-90/a0/m2/n0/c1 match match true true +text-90/a0/m2/n0/c2 match match true true +text-90/a0/m2/n0/c3 match match true true +text-90/a0/m2/n1/c0 match match true true +text-90/a0/m2/n1/c1 match match true true +text-90/a0/m2/n1/c2 match match true true +text-90/a0/m2/n1/c3 match match true true +text-90/a0/m3/n0/c0 match match true true +text-90/a0/m3/n0/c1 match match true true +text-90/a0/m3/n0/c2 match match true true +text-90/a0/m3/n0/c3 match match true true +text-90/a0/m3/n1/c0 match match true true +text-90/a0/m3/n1/c1 match match true true +text-90/a0/m3/n1/c2 match match true true +text-90/a0/m3/n1/c3 match match true true +text-90/a1/m0/n0/c0 match match true true +text-90/a1/m0/n0/c1 match match true true +text-90/a1/m0/n0/c2 match match true true +text-90/a1/m0/n0/c3 match match true true +text-90/a1/m0/n1/c0 match match true true +text-90/a1/m0/n1/c1 match match true true +text-90/a1/m0/n1/c2 match match true true +text-90/a1/m0/n1/c3 match match true true +text-90/a1/m1/n0/c0 match match true true +text-90/a1/m1/n0/c1 match match true true +text-90/a1/m1/n0/c2 match match true true +text-90/a1/m1/n0/c3 match match true true +text-90/a1/m1/n1/c0 match match true true +text-90/a1/m1/n1/c1 match match true true +text-90/a1/m1/n1/c2 match match true true +text-90/a1/m1/n1/c3 match match true true +text-90/a1/m2/n0/c0 match match true true +text-90/a1/m2/n0/c1 match match true true +text-90/a1/m2/n0/c2 match match true true +text-90/a1/m2/n0/c3 match match true true +text-90/a1/m2/n1/c0 match match true true +text-90/a1/m2/n1/c1 match match true true +text-90/a1/m2/n1/c2 match match true true +text-90/a1/m2/n1/c3 match match true true +text-90/a1/m3/n0/c0 match match true true +text-90/a1/m3/n0/c1 match match true true +text-90/a1/m3/n0/c2 match match true true +text-90/a1/m3/n0/c3 match match true true +text-90/a1/m3/n1/c0 match match true true +text-90/a1/m3/n1/c1 match match true true +text-90/a1/m3/n1/c2 match match true true +text-90/a1/m3/n1/c3 match match true true +text-90/a2/m0/n0/c0 match match true true +text-90/a2/m0/n0/c1 match match true true +text-90/a2/m0/n0/c2 match match true true +text-90/a2/m0/n0/c3 match match true true +text-90/a2/m0/n1/c0 match match true true +text-90/a2/m0/n1/c1 match match true true +text-90/a2/m0/n1/c2 match match true true +text-90/a2/m0/n1/c3 match match true true +text-90/a2/m1/n0/c0 match match true true +text-90/a2/m1/n0/c1 match match true true +text-90/a2/m1/n0/c2 match match true true +text-90/a2/m1/n0/c3 match match true true +text-90/a2/m1/n1/c0 match match true true +text-90/a2/m1/n1/c1 match match true true +text-90/a2/m1/n1/c2 match match true true +text-90/a2/m1/n1/c3 match match true true +text-90/a2/m2/n0/c0 match match true true +text-90/a2/m2/n0/c1 match match true true +text-90/a2/m2/n0/c2 match match true true +text-90/a2/m2/n0/c3 match match true true +text-90/a2/m2/n1/c0 match match true true +text-90/a2/m2/n1/c1 match match true true +text-90/a2/m2/n1/c2 match match true true +text-90/a2/m2/n1/c3 match match true true +text-90/a2/m3/n0/c0 match match true true +text-90/a2/m3/n0/c1 match match true true +text-90/a2/m3/n0/c2 match match true true +text-90/a2/m3/n0/c3 match match true true +text-90/a2/m3/n1/c0 match match true true +text-90/a2/m3/n1/c1 match match true true +text-90/a2/m3/n1/c2 match match true true +text-90/a2/m3/n1/c3 match match true true +text-90/a3/m0/n0/c0 match match true true +text-90/a3/m0/n0/c1 match match true true +text-90/a3/m0/n0/c2 match match true true +text-90/a3/m0/n0/c3 match match true true +text-90/a3/m0/n1/c0 match match true true +text-90/a3/m0/n1/c1 match match true true +text-90/a3/m0/n1/c2 match match true true +text-90/a3/m0/n1/c3 match match true true +text-90/a3/m1/n0/c0 match match true true +text-90/a3/m1/n0/c1 match match true true +text-90/a3/m1/n0/c2 match match true true +text-90/a3/m1/n0/c3 match match true true +text-90/a3/m1/n1/c0 match match true true +text-90/a3/m1/n1/c1 match match true true +text-90/a3/m1/n1/c2 match match true true +text-90/a3/m1/n1/c3 match match true true +text-90/a3/m2/n0/c0 match match true true +text-90/a3/m2/n0/c1 match match true true +text-90/a3/m2/n0/c2 match match true true +text-90/a3/m2/n0/c3 match match true true +text-90/a3/m2/n1/c0 match match true true +text-90/a3/m2/n1/c1 match match true true +text-90/a3/m2/n1/c2 match match true true +text-90/a3/m2/n1/c3 match match true true +text-90/a3/m3/n0/c0 match match true true +text-90/a3/m3/n0/c1 match match true true +text-90/a3/m3/n0/c2 match match true true +text-90/a3/m3/n0/c3 match match true true +text-90/a3/m3/n1/c0 match match true true +text-90/a3/m3/n1/c1 match match true true +text-90/a3/m3/n1/c2 match match true true +text-90/a3/m3/n1/c3 match match true true +text-90/a4/m0/n0/c0 match match true true +text-90/a4/m0/n0/c1 match match true true +text-90/a4/m0/n0/c2 match match true true +text-90/a4/m0/n0/c3 match match true true +text-90/a4/m0/n1/c0 match match true true +text-90/a4/m0/n1/c1 match match true true +text-90/a4/m0/n1/c2 match match true true +text-90/a4/m0/n1/c3 match match true true +text-90/a4/m1/n0/c0 match match true true +text-90/a4/m1/n0/c1 match match true true +text-90/a4/m1/n0/c2 match match true true +text-90/a4/m1/n0/c3 match match true true +text-90/a4/m1/n1/c0 match match true true +text-90/a4/m1/n1/c1 match match true true +text-90/a4/m1/n1/c2 match match true true +text-90/a4/m1/n1/c3 match match true true +text-90/a4/m2/n0/c0 match match true true +text-90/a4/m2/n0/c1 match match true true +text-90/a4/m2/n0/c2 match match true true +text-90/a4/m2/n0/c3 match match true true +text-90/a4/m2/n1/c0 match match true true +text-90/a4/m2/n1/c1 match match true true +text-90/a4/m2/n1/c2 match match true true +text-90/a4/m2/n1/c3 match match true true +text-90/a4/m3/n0/c0 match match true true +text-90/a4/m3/n0/c1 match match true true +text-90/a4/m3/n0/c2 match match true true +text-90/a4/m3/n0/c3 match match true true +text-90/a4/m3/n1/c0 match match true true +text-90/a4/m3/n1/c1 match match true true +text-90/a4/m3/n1/c2 match match true true +text-90/a4/m3/n1/c3 match match true true +text-90/a5/m0/n0/c0 match match true true +text-90/a5/m0/n0/c1 match match true true +text-90/a5/m0/n0/c2 match match true true +text-90/a5/m0/n0/c3 match match true true +text-90/a5/m0/n1/c0 match match true true +text-90/a5/m0/n1/c1 match match true true +text-90/a5/m0/n1/c2 match match true true +text-90/a5/m0/n1/c3 match match true true +text-90/a5/m1/n0/c0 match match true true +text-90/a5/m1/n0/c1 match match true true +text-90/a5/m1/n0/c2 match match true true +text-90/a5/m1/n0/c3 match match true true +text-90/a5/m1/n1/c0 match match true true +text-90/a5/m1/n1/c1 match match true true +text-90/a5/m1/n1/c2 match match true true +text-90/a5/m1/n1/c3 match match true true +text-90/a5/m2/n0/c0 match match true true +text-90/a5/m2/n0/c1 match match true true +text-90/a5/m2/n0/c2 match match true true +text-90/a5/m2/n0/c3 match match true true +text-90/a5/m2/n1/c0 match match true true +text-90/a5/m2/n1/c1 match match true true +text-90/a5/m2/n1/c2 match match true true +text-90/a5/m2/n1/c3 match match true true +text-90/a5/m3/n0/c0 match match true true +text-90/a5/m3/n0/c1 match match true true +text-90/a5/m3/n0/c2 match match true true +text-90/a5/m3/n0/c3 match match true true +text-90/a5/m3/n1/c0 match match true true +text-90/a5/m3/n1/c1 match match true true +text-90/a5/m3/n1/c2 match match true true +text-90/a5/m3/n1/c3 match match true true +text-90/a6/m0/n0/c0 match match true true +text-90/a6/m0/n0/c1 match match true true +text-90/a6/m0/n0/c2 match match true true +text-90/a6/m0/n0/c3 match match true true +text-90/a6/m0/n1/c0 match match true true +text-90/a6/m0/n1/c1 match match true true +text-90/a6/m0/n1/c2 match match true true +text-90/a6/m0/n1/c3 match match true true +text-90/a6/m1/n0/c0 match match true true +text-90/a6/m1/n0/c1 match match true true +text-90/a6/m1/n0/c2 match match true true +text-90/a6/m1/n0/c3 match match true true +text-90/a6/m1/n1/c0 match match true true +text-90/a6/m1/n1/c1 match match true true +text-90/a6/m1/n1/c2 match match true true +text-90/a6/m1/n1/c3 match match true true +text-90/a6/m2/n0/c0 match match true true +text-90/a6/m2/n0/c1 match match true true +text-90/a6/m2/n0/c2 match match true true +text-90/a6/m2/n0/c3 match match true true +text-90/a6/m2/n1/c0 match match true true +text-90/a6/m2/n1/c1 match match true true +text-90/a6/m2/n1/c2 match match true true +text-90/a6/m2/n1/c3 match match true true +text-90/a6/m3/n0/c0 match match true true +text-90/a6/m3/n0/c1 match match true true +text-90/a6/m3/n0/c2 match match true true +text-90/a6/m3/n0/c3 match match true true +text-90/a6/m3/n1/c0 match match true true +text-90/a6/m3/n1/c1 match match true true +text-90/a6/m3/n1/c2 match match true true +text-90/a6/m3/n1/c3 match match true true +text-90/a7/m0/n0/c0 match match true true +text-90/a7/m0/n0/c1 match match true true +text-90/a7/m0/n0/c2 match match true true +text-90/a7/m0/n0/c3 match match true true +text-90/a7/m0/n1/c0 match match true true +text-90/a7/m0/n1/c1 match match true true +text-90/a7/m0/n1/c2 match match true true +text-90/a7/m0/n1/c3 match match true true +text-90/a7/m1/n0/c0 match match true true +text-90/a7/m1/n0/c1 match match true true +text-90/a7/m1/n0/c2 match match true true +text-90/a7/m1/n0/c3 match match true true +text-90/a7/m1/n1/c0 match match true true +text-90/a7/m1/n1/c1 match match true true +text-90/a7/m1/n1/c2 match match true true +text-90/a7/m1/n1/c3 match match true true +text-90/a7/m2/n0/c0 match match true true +text-90/a7/m2/n0/c1 match match true true +text-90/a7/m2/n0/c2 match match true true +text-90/a7/m2/n0/c3 match match true true +text-90/a7/m2/n1/c0 match match true true +text-90/a7/m2/n1/c1 match match true true +text-90/a7/m2/n1/c2 match match true true +text-90/a7/m2/n1/c3 match match true true +text-90/a7/m3/n0/c0 match match true true +text-90/a7/m3/n0/c1 match match true true +text-90/a7/m3/n0/c2 match match true true +text-90/a7/m3/n0/c3 match match true true +text-90/a7/m3/n1/c0 match match true true +text-90/a7/m3/n1/c1 match match true true +text-90/a7/m3/n1/c2 match match true true +text-90/a7/m3/n1/c3 match match true true +text-a0/a0/m0/n0/c0 match match true true +text-a0/a0/m0/n0/c1 match match true true +text-a0/a0/m0/n0/c2 match match true true +text-a0/a0/m0/n0/c3 match match true true +text-a0/a0/m0/n1/c0 match match true true +text-a0/a0/m0/n1/c1 match match true true +text-a0/a0/m0/n1/c2 match match true true +text-a0/a0/m0/n1/c3 match match true true +text-a0/a0/m1/n0/c0 match match true true +text-a0/a0/m1/n0/c1 match match true true +text-a0/a0/m1/n0/c2 match match true true +text-a0/a0/m1/n0/c3 match match true true +text-a0/a0/m1/n1/c0 match match true true +text-a0/a0/m1/n1/c1 match match true true +text-a0/a0/m1/n1/c2 match match true true +text-a0/a0/m1/n1/c3 match match true true +text-a0/a0/m2/n0/c0 match match true true +text-a0/a0/m2/n0/c1 match match true true +text-a0/a0/m2/n0/c2 match match true true +text-a0/a0/m2/n0/c3 match match true true +text-a0/a0/m2/n1/c0 match match true true +text-a0/a0/m2/n1/c1 match match true true +text-a0/a0/m2/n1/c2 match match true true +text-a0/a0/m2/n1/c3 match match true true +text-a0/a0/m3/n0/c0 match match true true +text-a0/a0/m3/n0/c1 match match true true +text-a0/a0/m3/n0/c2 match match true true +text-a0/a0/m3/n0/c3 match match true true +text-a0/a0/m3/n1/c0 match match true true +text-a0/a0/m3/n1/c1 match match true true +text-a0/a0/m3/n1/c2 match match true true +text-a0/a0/m3/n1/c3 match match true true +text-a0/a1/m0/n0/c0 match match true true +text-a0/a1/m0/n0/c1 match match true true +text-a0/a1/m0/n0/c2 match match true true +text-a0/a1/m0/n0/c3 match match true true +text-a0/a1/m0/n1/c0 match match true true +text-a0/a1/m0/n1/c1 match match true true +text-a0/a1/m0/n1/c2 match match true true +text-a0/a1/m0/n1/c3 match match true true +text-a0/a1/m1/n0/c0 match match true true +text-a0/a1/m1/n0/c1 match match true true +text-a0/a1/m1/n0/c2 match match true true +text-a0/a1/m1/n0/c3 match match true true +text-a0/a1/m1/n1/c0 match match true true +text-a0/a1/m1/n1/c1 match match true true +text-a0/a1/m1/n1/c2 match match true true +text-a0/a1/m1/n1/c3 match match true true +text-a0/a1/m2/n0/c0 match match true true +text-a0/a1/m2/n0/c1 match match true true +text-a0/a1/m2/n0/c2 match match true true +text-a0/a1/m2/n0/c3 match match true true +text-a0/a1/m2/n1/c0 match match true true +text-a0/a1/m2/n1/c1 match match true true +text-a0/a1/m2/n1/c2 match match true true +text-a0/a1/m2/n1/c3 match match true true +text-a0/a1/m3/n0/c0 match match true true +text-a0/a1/m3/n0/c1 match match true true +text-a0/a1/m3/n0/c2 match match true true +text-a0/a1/m3/n0/c3 match match true true +text-a0/a1/m3/n1/c0 match match true true +text-a0/a1/m3/n1/c1 match match true true +text-a0/a1/m3/n1/c2 match match true true +text-a0/a1/m3/n1/c3 match match true true +text-a0/a2/m0/n0/c0 match match true true +text-a0/a2/m0/n0/c1 match match true true +text-a0/a2/m0/n0/c2 match match true true +text-a0/a2/m0/n0/c3 match match true true +text-a0/a2/m0/n1/c0 match match true true +text-a0/a2/m0/n1/c1 match match true true +text-a0/a2/m0/n1/c2 match match true true +text-a0/a2/m0/n1/c3 match match true true +text-a0/a2/m1/n0/c0 match match true true +text-a0/a2/m1/n0/c1 match match true true +text-a0/a2/m1/n0/c2 match match true true +text-a0/a2/m1/n0/c3 match match true true +text-a0/a2/m1/n1/c0 match match true true +text-a0/a2/m1/n1/c1 match match true true +text-a0/a2/m1/n1/c2 match match true true +text-a0/a2/m1/n1/c3 match match true true +text-a0/a2/m2/n0/c0 match match true true +text-a0/a2/m2/n0/c1 match match true true +text-a0/a2/m2/n0/c2 match match true true +text-a0/a2/m2/n0/c3 match match true true +text-a0/a2/m2/n1/c0 match match true true +text-a0/a2/m2/n1/c1 match match true true +text-a0/a2/m2/n1/c2 match match true true +text-a0/a2/m2/n1/c3 match match true true +text-a0/a2/m3/n0/c0 match match true true +text-a0/a2/m3/n0/c1 match match true true +text-a0/a2/m3/n0/c2 match match true true +text-a0/a2/m3/n0/c3 match match true true +text-a0/a2/m3/n1/c0 match match true true +text-a0/a2/m3/n1/c1 match match true true +text-a0/a2/m3/n1/c2 match match true true +text-a0/a2/m3/n1/c3 match match true true +text-a0/a3/m0/n0/c0 match match true true +text-a0/a3/m0/n0/c1 match match true true +text-a0/a3/m0/n0/c2 match match true true +text-a0/a3/m0/n0/c3 match match true true +text-a0/a3/m0/n1/c0 match match true true +text-a0/a3/m0/n1/c1 match match true true +text-a0/a3/m0/n1/c2 match match true true +text-a0/a3/m0/n1/c3 match match true true +text-a0/a3/m1/n0/c0 match match true true +text-a0/a3/m1/n0/c1 match match true true +text-a0/a3/m1/n0/c2 match match true true +text-a0/a3/m1/n0/c3 match match true true +text-a0/a3/m1/n1/c0 match match true true +text-a0/a3/m1/n1/c1 match match true true +text-a0/a3/m1/n1/c2 match match true true +text-a0/a3/m1/n1/c3 match match true true +text-a0/a3/m2/n0/c0 match match true true +text-a0/a3/m2/n0/c1 match match true true +text-a0/a3/m2/n0/c2 match match true true +text-a0/a3/m2/n0/c3 match match true true +text-a0/a3/m2/n1/c0 match match true true +text-a0/a3/m2/n1/c1 match match true true +text-a0/a3/m2/n1/c2 match match true true +text-a0/a3/m2/n1/c3 match match true true +text-a0/a3/m3/n0/c0 match match true true +text-a0/a3/m3/n0/c1 match match true true +text-a0/a3/m3/n0/c2 match match true true +text-a0/a3/m3/n0/c3 match match true true +text-a0/a3/m3/n1/c0 match match true true +text-a0/a3/m3/n1/c1 match match true true +text-a0/a3/m3/n1/c2 match match true true +text-a0/a3/m3/n1/c3 match match true true +text-a0/a4/m0/n0/c0 match match true true +text-a0/a4/m0/n0/c1 match match true true +text-a0/a4/m0/n0/c2 match match true true +text-a0/a4/m0/n0/c3 match match true true +text-a0/a4/m0/n1/c0 match match true true +text-a0/a4/m0/n1/c1 match match true true +text-a0/a4/m0/n1/c2 match match true true +text-a0/a4/m0/n1/c3 match match true true +text-a0/a4/m1/n0/c0 match match true true +text-a0/a4/m1/n0/c1 match match true true +text-a0/a4/m1/n0/c2 match match true true +text-a0/a4/m1/n0/c3 match match true true +text-a0/a4/m1/n1/c0 match match true true +text-a0/a4/m1/n1/c1 match match true true +text-a0/a4/m1/n1/c2 match match true true +text-a0/a4/m1/n1/c3 match match true true +text-a0/a4/m2/n0/c0 match match true true +text-a0/a4/m2/n0/c1 match match true true +text-a0/a4/m2/n0/c2 match match true true +text-a0/a4/m2/n0/c3 match match true true +text-a0/a4/m2/n1/c0 match match true true +text-a0/a4/m2/n1/c1 match match true true +text-a0/a4/m2/n1/c2 match match true true +text-a0/a4/m2/n1/c3 match match true true +text-a0/a4/m3/n0/c0 match match true true +text-a0/a4/m3/n0/c1 match match true true +text-a0/a4/m3/n0/c2 match match true true +text-a0/a4/m3/n0/c3 match match true true +text-a0/a4/m3/n1/c0 match match true true +text-a0/a4/m3/n1/c1 match match true true +text-a0/a4/m3/n1/c2 match match true true +text-a0/a4/m3/n1/c3 match match true true +text-a0/a5/m0/n0/c0 match match true true +text-a0/a5/m0/n0/c1 match match true true +text-a0/a5/m0/n0/c2 match match true true +text-a0/a5/m0/n0/c3 match match true true +text-a0/a5/m0/n1/c0 match match true true +text-a0/a5/m0/n1/c1 match match true true +text-a0/a5/m0/n1/c2 match match true true +text-a0/a5/m0/n1/c3 match match true true +text-a0/a5/m1/n0/c0 match match true true +text-a0/a5/m1/n0/c1 match match true true +text-a0/a5/m1/n0/c2 match match true true +text-a0/a5/m1/n0/c3 match match true true +text-a0/a5/m1/n1/c0 match match true true +text-a0/a5/m1/n1/c1 match match true true +text-a0/a5/m1/n1/c2 match match true true +text-a0/a5/m1/n1/c3 match match true true +text-a0/a5/m2/n0/c0 match match true true +text-a0/a5/m2/n0/c1 match match true true +text-a0/a5/m2/n0/c2 match match true true +text-a0/a5/m2/n0/c3 match match true true +text-a0/a5/m2/n1/c0 match match true true +text-a0/a5/m2/n1/c1 match match true true +text-a0/a5/m2/n1/c2 match match true true +text-a0/a5/m2/n1/c3 match match true true +text-a0/a5/m3/n0/c0 match match true true +text-a0/a5/m3/n0/c1 match match true true +text-a0/a5/m3/n0/c2 match match true true +text-a0/a5/m3/n0/c3 match match true true +text-a0/a5/m3/n1/c0 match match true true +text-a0/a5/m3/n1/c1 match match true true +text-a0/a5/m3/n1/c2 match match true true +text-a0/a5/m3/n1/c3 match match true true +text-a0/a6/m0/n0/c0 match match true true +text-a0/a6/m0/n0/c1 match match true true +text-a0/a6/m0/n0/c2 match match true true +text-a0/a6/m0/n0/c3 match match true true +text-a0/a6/m0/n1/c0 match match true true +text-a0/a6/m0/n1/c1 match match true true +text-a0/a6/m0/n1/c2 match match true true +text-a0/a6/m0/n1/c3 match match true true +text-a0/a6/m1/n0/c0 match match true true +text-a0/a6/m1/n0/c1 match match true true +text-a0/a6/m1/n0/c2 match match true true +text-a0/a6/m1/n0/c3 match match true true +text-a0/a6/m1/n1/c0 match match true true +text-a0/a6/m1/n1/c1 match match true true +text-a0/a6/m1/n1/c2 match match true true +text-a0/a6/m1/n1/c3 match match true true +text-a0/a6/m2/n0/c0 match match true true +text-a0/a6/m2/n0/c1 match match true true +text-a0/a6/m2/n0/c2 match match true true +text-a0/a6/m2/n0/c3 match match true true +text-a0/a6/m2/n1/c0 match match true true +text-a0/a6/m2/n1/c1 match match true true +text-a0/a6/m2/n1/c2 match match true true +text-a0/a6/m2/n1/c3 match match true true +text-a0/a6/m3/n0/c0 match match true true +text-a0/a6/m3/n0/c1 match match true true +text-a0/a6/m3/n0/c2 match match true true +text-a0/a6/m3/n0/c3 match match true true +text-a0/a6/m3/n1/c0 match match true true +text-a0/a6/m3/n1/c1 match match true true +text-a0/a6/m3/n1/c2 match match true true +text-a0/a6/m3/n1/c3 match match true true +text-a0/a7/m0/n0/c0 match match true true +text-a0/a7/m0/n0/c1 match match true true +text-a0/a7/m0/n0/c2 match match true true +text-a0/a7/m0/n0/c3 match match true true +text-a0/a7/m0/n1/c0 match match true true +text-a0/a7/m0/n1/c1 match match true true +text-a0/a7/m0/n1/c2 match match true true +text-a0/a7/m0/n1/c3 match match true true +text-a0/a7/m1/n0/c0 match match true true +text-a0/a7/m1/n0/c1 match match true true +text-a0/a7/m1/n0/c2 match match true true +text-a0/a7/m1/n0/c3 match match true true +text-a0/a7/m1/n1/c0 match match true true +text-a0/a7/m1/n1/c1 match match true true +text-a0/a7/m1/n1/c2 match match true true +text-a0/a7/m1/n1/c3 match match true true +text-a0/a7/m2/n0/c0 match match true true +text-a0/a7/m2/n0/c1 match match true true +text-a0/a7/m2/n0/c2 match match true true +text-a0/a7/m2/n0/c3 match match true true +text-a0/a7/m2/n1/c0 match match true true +text-a0/a7/m2/n1/c1 match match true true +text-a0/a7/m2/n1/c2 match match true true +text-a0/a7/m2/n1/c3 match match true true +text-a0/a7/m3/n0/c0 match match true true +text-a0/a7/m3/n0/c1 match match true true +text-a0/a7/m3/n0/c2 match match true true +text-a0/a7/m3/n0/c3 match match true true +text-a0/a7/m3/n1/c0 match match true true +text-a0/a7/m3/n1/c1 match match true true +text-a0/a7/m3/n1/c2 match match true true +text-a0/a7/m3/n1/c3 match match true true +text-b0/a0/m0/n0/c0 match match true true +text-b0/a0/m0/n0/c1 match match true true +text-b0/a0/m0/n0/c2 match match true true +text-b0/a0/m0/n0/c3 match match true true +text-b0/a0/m0/n1/c0 match match true true +text-b0/a0/m0/n1/c1 match match true true +text-b0/a0/m0/n1/c2 match match true true +text-b0/a0/m0/n1/c3 match match true true +text-b0/a0/m1/n0/c0 match match true true +text-b0/a0/m1/n0/c1 match match true true +text-b0/a0/m1/n0/c2 match match true true +text-b0/a0/m1/n0/c3 match match true true +text-b0/a0/m1/n1/c0 match match true true +text-b0/a0/m1/n1/c1 match match true true +text-b0/a0/m1/n1/c2 match match true true +text-b0/a0/m1/n1/c3 match match true true +text-b0/a0/m2/n0/c0 match match true true +text-b0/a0/m2/n0/c1 match match true true +text-b0/a0/m2/n0/c2 match match true true +text-b0/a0/m2/n0/c3 match match true true +text-b0/a0/m2/n1/c0 match match true true +text-b0/a0/m2/n1/c1 match match true true +text-b0/a0/m2/n1/c2 match match true true +text-b0/a0/m2/n1/c3 match match true true +text-b0/a0/m3/n0/c0 match match true true +text-b0/a0/m3/n0/c1 match match true true +text-b0/a0/m3/n0/c2 match match true true +text-b0/a0/m3/n0/c3 match match true true +text-b0/a0/m3/n1/c0 match match true true +text-b0/a0/m3/n1/c1 match match true true +text-b0/a0/m3/n1/c2 match match true true +text-b0/a0/m3/n1/c3 match match true true +text-b0/a1/m0/n0/c0 match match true true +text-b0/a1/m0/n0/c1 match match true true +text-b0/a1/m0/n0/c2 match match true true +text-b0/a1/m0/n0/c3 match match true true +text-b0/a1/m0/n1/c0 match match true true +text-b0/a1/m0/n1/c1 match match true true +text-b0/a1/m0/n1/c2 match match true true +text-b0/a1/m0/n1/c3 match match true true +text-b0/a1/m1/n0/c0 match match true true +text-b0/a1/m1/n0/c1 match match true true +text-b0/a1/m1/n0/c2 match match true true +text-b0/a1/m1/n0/c3 match match true true +text-b0/a1/m1/n1/c0 match match true true +text-b0/a1/m1/n1/c1 match match true true +text-b0/a1/m1/n1/c2 match match true true +text-b0/a1/m1/n1/c3 match match true true +text-b0/a1/m2/n0/c0 match match true true +text-b0/a1/m2/n0/c1 match match true true +text-b0/a1/m2/n0/c2 match match true true +text-b0/a1/m2/n0/c3 match match true true +text-b0/a1/m2/n1/c0 match match true true +text-b0/a1/m2/n1/c1 match match true true +text-b0/a1/m2/n1/c2 match match true true +text-b0/a1/m2/n1/c3 match match true true +text-b0/a1/m3/n0/c0 match match true true +text-b0/a1/m3/n0/c1 match match true true +text-b0/a1/m3/n0/c2 match match true true +text-b0/a1/m3/n0/c3 match match true true +text-b0/a1/m3/n1/c0 match match true true +text-b0/a1/m3/n1/c1 match match true true +text-b0/a1/m3/n1/c2 match match true true +text-b0/a1/m3/n1/c3 match match true true +text-b0/a2/m0/n0/c0 match match true true +text-b0/a2/m0/n0/c1 match match true true +text-b0/a2/m0/n0/c2 match match true true +text-b0/a2/m0/n0/c3 match match true true +text-b0/a2/m0/n1/c0 match match true true +text-b0/a2/m0/n1/c1 match match true true +text-b0/a2/m0/n1/c2 match match true true +text-b0/a2/m0/n1/c3 match match true true +text-b0/a2/m1/n0/c0 match match true true +text-b0/a2/m1/n0/c1 match match true true +text-b0/a2/m1/n0/c2 match match true true +text-b0/a2/m1/n0/c3 match match true true +text-b0/a2/m1/n1/c0 match match true true +text-b0/a2/m1/n1/c1 match match true true +text-b0/a2/m1/n1/c2 match match true true +text-b0/a2/m1/n1/c3 match match true true +text-b0/a2/m2/n0/c0 match match true true +text-b0/a2/m2/n0/c1 match match true true +text-b0/a2/m2/n0/c2 match match true true +text-b0/a2/m2/n0/c3 match match true true +text-b0/a2/m2/n1/c0 match match true true +text-b0/a2/m2/n1/c1 match match true true +text-b0/a2/m2/n1/c2 match match true true +text-b0/a2/m2/n1/c3 match match true true +text-b0/a2/m3/n0/c0 match match true true +text-b0/a2/m3/n0/c1 match match true true +text-b0/a2/m3/n0/c2 match match true true +text-b0/a2/m3/n0/c3 match match true true +text-b0/a2/m3/n1/c0 match match true true +text-b0/a2/m3/n1/c1 match match true true +text-b0/a2/m3/n1/c2 match match true true +text-b0/a2/m3/n1/c3 match match true true +text-b0/a3/m0/n0/c0 match match true true +text-b0/a3/m0/n0/c1 match match true true +text-b0/a3/m0/n0/c2 match match true true +text-b0/a3/m0/n0/c3 match match true true +text-b0/a3/m0/n1/c0 match match true true +text-b0/a3/m0/n1/c1 match match true true +text-b0/a3/m0/n1/c2 match match true true +text-b0/a3/m0/n1/c3 match match true true +text-b0/a3/m1/n0/c0 match match true true +text-b0/a3/m1/n0/c1 match match true true +text-b0/a3/m1/n0/c2 match match true true +text-b0/a3/m1/n0/c3 match match true true +text-b0/a3/m1/n1/c0 match match true true +text-b0/a3/m1/n1/c1 match match true true +text-b0/a3/m1/n1/c2 match match true true +text-b0/a3/m1/n1/c3 match match true true +text-b0/a3/m2/n0/c0 match match true true +text-b0/a3/m2/n0/c1 match match true true +text-b0/a3/m2/n0/c2 match match true true +text-b0/a3/m2/n0/c3 match match true true +text-b0/a3/m2/n1/c0 match match true true +text-b0/a3/m2/n1/c1 match match true true +text-b0/a3/m2/n1/c2 match match true true +text-b0/a3/m2/n1/c3 match match true true +text-b0/a3/m3/n0/c0 match match true true +text-b0/a3/m3/n0/c1 match match true true +text-b0/a3/m3/n0/c2 match match true true +text-b0/a3/m3/n0/c3 match match true true +text-b0/a3/m3/n1/c0 match match true true +text-b0/a3/m3/n1/c1 match match true true +text-b0/a3/m3/n1/c2 match match true true +text-b0/a3/m3/n1/c3 match match true true +text-b0/a4/m0/n0/c0 match match true true +text-b0/a4/m0/n0/c1 match match true true +text-b0/a4/m0/n0/c2 match match true true +text-b0/a4/m0/n0/c3 match match true true +text-b0/a4/m0/n1/c0 match match true true +text-b0/a4/m0/n1/c1 match match true true +text-b0/a4/m0/n1/c2 match match true true +text-b0/a4/m0/n1/c3 match match true true +text-b0/a4/m1/n0/c0 match match true true +text-b0/a4/m1/n0/c1 match match true true +text-b0/a4/m1/n0/c2 match match true true +text-b0/a4/m1/n0/c3 match match true true +text-b0/a4/m1/n1/c0 match match true true +text-b0/a4/m1/n1/c1 match match true true +text-b0/a4/m1/n1/c2 match match true true +text-b0/a4/m1/n1/c3 match match true true +text-b0/a4/m2/n0/c0 match match true true +text-b0/a4/m2/n0/c1 match match true true +text-b0/a4/m2/n0/c2 match match true true +text-b0/a4/m2/n0/c3 match match true true +text-b0/a4/m2/n1/c0 match match true true +text-b0/a4/m2/n1/c1 match match true true +text-b0/a4/m2/n1/c2 match match true true +text-b0/a4/m2/n1/c3 match match true true +text-b0/a4/m3/n0/c0 match match true true +text-b0/a4/m3/n0/c1 match match true true +text-b0/a4/m3/n0/c2 match match true true +text-b0/a4/m3/n0/c3 match match true true +text-b0/a4/m3/n1/c0 match match true true +text-b0/a4/m3/n1/c1 match match true true +text-b0/a4/m3/n1/c2 match match true true +text-b0/a4/m3/n1/c3 match match true true +text-b0/a5/m0/n0/c0 match match true true +text-b0/a5/m0/n0/c1 match match true true +text-b0/a5/m0/n0/c2 match match true true +text-b0/a5/m0/n0/c3 match match true true +text-b0/a5/m0/n1/c0 match match true true +text-b0/a5/m0/n1/c1 match match true true +text-b0/a5/m0/n1/c2 match match true true +text-b0/a5/m0/n1/c3 match match true true +text-b0/a5/m1/n0/c0 match match true true +text-b0/a5/m1/n0/c1 match match true true +text-b0/a5/m1/n0/c2 match match true true +text-b0/a5/m1/n0/c3 match match true true +text-b0/a5/m1/n1/c0 match match true true +text-b0/a5/m1/n1/c1 match match true true +text-b0/a5/m1/n1/c2 match match true true +text-b0/a5/m1/n1/c3 match match true true +text-b0/a5/m2/n0/c0 match match true true +text-b0/a5/m2/n0/c1 match match true true +text-b0/a5/m2/n0/c2 match match true true +text-b0/a5/m2/n0/c3 match match true true +text-b0/a5/m2/n1/c0 match match true true +text-b0/a5/m2/n1/c1 match match true true +text-b0/a5/m2/n1/c2 match match true true +text-b0/a5/m2/n1/c3 match match true true +text-b0/a5/m3/n0/c0 match match true true +text-b0/a5/m3/n0/c1 match match true true +text-b0/a5/m3/n0/c2 match match true true +text-b0/a5/m3/n0/c3 match match true true +text-b0/a5/m3/n1/c0 match match true true +text-b0/a5/m3/n1/c1 match match true true +text-b0/a5/m3/n1/c2 match match true true +text-b0/a5/m3/n1/c3 match match true true +text-b0/a6/m0/n0/c0 match match true true +text-b0/a6/m0/n0/c1 match match true true +text-b0/a6/m0/n0/c2 match match true true +text-b0/a6/m0/n0/c3 match match true true +text-b0/a6/m0/n1/c0 match match true true +text-b0/a6/m0/n1/c1 match match true true +text-b0/a6/m0/n1/c2 match match true true +text-b0/a6/m0/n1/c3 match match true true +text-b0/a6/m1/n0/c0 match match true true +text-b0/a6/m1/n0/c1 match match true true +text-b0/a6/m1/n0/c2 match match true true +text-b0/a6/m1/n0/c3 match match true true +text-b0/a6/m1/n1/c0 match match true true +text-b0/a6/m1/n1/c1 match match true true +text-b0/a6/m1/n1/c2 match match true true +text-b0/a6/m1/n1/c3 match match true true +text-b0/a6/m2/n0/c0 match match true true +text-b0/a6/m2/n0/c1 match match true true +text-b0/a6/m2/n0/c2 match match true true +text-b0/a6/m2/n0/c3 match match true true +text-b0/a6/m2/n1/c0 match match true true +text-b0/a6/m2/n1/c1 match match true true +text-b0/a6/m2/n1/c2 match match true true +text-b0/a6/m2/n1/c3 match match true true +text-b0/a6/m3/n0/c0 match match true true +text-b0/a6/m3/n0/c1 match match true true +text-b0/a6/m3/n0/c2 match match true true +text-b0/a6/m3/n0/c3 match match true true +text-b0/a6/m3/n1/c0 match match true true +text-b0/a6/m3/n1/c1 match match true true +text-b0/a6/m3/n1/c2 match match true true +text-b0/a6/m3/n1/c3 match match true true +text-b0/a7/m0/n0/c0 match match true true +text-b0/a7/m0/n0/c1 match match true true +text-b0/a7/m0/n0/c2 match match true true +text-b0/a7/m0/n0/c3 match match true true +text-b0/a7/m0/n1/c0 match match true true +text-b0/a7/m0/n1/c1 match match true true +text-b0/a7/m0/n1/c2 match match true true +text-b0/a7/m0/n1/c3 match match true true +text-b0/a7/m1/n0/c0 match match true true +text-b0/a7/m1/n0/c1 match match true true +text-b0/a7/m1/n0/c2 match match true true +text-b0/a7/m1/n0/c3 match match true true +text-b0/a7/m1/n1/c0 match match true true +text-b0/a7/m1/n1/c1 match match true true +text-b0/a7/m1/n1/c2 match match true true +text-b0/a7/m1/n1/c3 match match true true +text-b0/a7/m2/n0/c0 match match true true +text-b0/a7/m2/n0/c1 match match true true +text-b0/a7/m2/n0/c2 match match true true +text-b0/a7/m2/n0/c3 match match true true +text-b0/a7/m2/n1/c0 match match true true +text-b0/a7/m2/n1/c1 match match true true +text-b0/a7/m2/n1/c2 match match true true +text-b0/a7/m2/n1/c3 match match true true +text-b0/a7/m3/n0/c0 match match true true +text-b0/a7/m3/n0/c1 match match true true +text-b0/a7/m3/n0/c2 match match true true +text-b0/a7/m3/n0/c3 match match true true +text-b0/a7/m3/n1/c0 match match true true +text-b0/a7/m3/n1/c1 match match true true +text-b0/a7/m3/n1/c2 match match true true +text-b0/a7/m3/n1/c3 match match true true +text-c0/a0/m0/n0/c0 match match true true +text-c0/a0/m0/n0/c1 match match true true +text-c0/a0/m0/n0/c2 match match true true +text-c0/a0/m0/n0/c3 match match true true +text-c0/a0/m0/n1/c0 match match true true +text-c0/a0/m0/n1/c1 match match true true +text-c0/a0/m0/n1/c2 match match true true +text-c0/a0/m0/n1/c3 match match true true +text-c0/a0/m1/n0/c0 match match true true +text-c0/a0/m1/n0/c1 match match true true +text-c0/a0/m1/n0/c2 match match true true +text-c0/a0/m1/n0/c3 match match true true +text-c0/a0/m1/n1/c0 match match true true +text-c0/a0/m1/n1/c1 match match true true +text-c0/a0/m1/n1/c2 match match true true +text-c0/a0/m1/n1/c3 match match true true +text-c0/a0/m2/n0/c0 match match true true +text-c0/a0/m2/n0/c1 match match true true +text-c0/a0/m2/n0/c2 match match true true +text-c0/a0/m2/n0/c3 match match true true +text-c0/a0/m2/n1/c0 match match true true +text-c0/a0/m2/n1/c1 match match true true +text-c0/a0/m2/n1/c2 match match true true +text-c0/a0/m2/n1/c3 match match true true +text-c0/a0/m3/n0/c0 match match true true +text-c0/a0/m3/n0/c1 match match true true +text-c0/a0/m3/n0/c2 match match true true +text-c0/a0/m3/n0/c3 match match true true +text-c0/a0/m3/n1/c0 match match true true +text-c0/a0/m3/n1/c1 match match true true +text-c0/a0/m3/n1/c2 match match true true +text-c0/a0/m3/n1/c3 match match true true +text-c0/a1/m0/n0/c0 match match true true +text-c0/a1/m0/n0/c1 match match true true +text-c0/a1/m0/n0/c2 match match true true +text-c0/a1/m0/n0/c3 match match true true +text-c0/a1/m0/n1/c0 match match true true +text-c0/a1/m0/n1/c1 match match true true +text-c0/a1/m0/n1/c2 match match true true +text-c0/a1/m0/n1/c3 match match true true +text-c0/a1/m1/n0/c0 match match true true +text-c0/a1/m1/n0/c1 match match true true +text-c0/a1/m1/n0/c2 match match true true +text-c0/a1/m1/n0/c3 match match true true +text-c0/a1/m1/n1/c0 match match true true +text-c0/a1/m1/n1/c1 match match true true +text-c0/a1/m1/n1/c2 match match true true +text-c0/a1/m1/n1/c3 match match true true +text-c0/a1/m2/n0/c0 match match true true +text-c0/a1/m2/n0/c1 match match true true +text-c0/a1/m2/n0/c2 match match true true +text-c0/a1/m2/n0/c3 match match true true +text-c0/a1/m2/n1/c0 match match true true +text-c0/a1/m2/n1/c1 match match true true +text-c0/a1/m2/n1/c2 match match true true +text-c0/a1/m2/n1/c3 match match true true +text-c0/a1/m3/n0/c0 match match true true +text-c0/a1/m3/n0/c1 match match true true +text-c0/a1/m3/n0/c2 match match true true +text-c0/a1/m3/n0/c3 match match true true +text-c0/a1/m3/n1/c0 match match true true +text-c0/a1/m3/n1/c1 match match true true +text-c0/a1/m3/n1/c2 match match true true +text-c0/a1/m3/n1/c3 match match true true +text-c0/a2/m0/n0/c0 match match true true +text-c0/a2/m0/n0/c1 match match true true +text-c0/a2/m0/n0/c2 match match true true +text-c0/a2/m0/n0/c3 match match true true +text-c0/a2/m0/n1/c0 match match true true +text-c0/a2/m0/n1/c1 match match true true +text-c0/a2/m0/n1/c2 match match true true +text-c0/a2/m0/n1/c3 match match true true +text-c0/a2/m1/n0/c0 match match true true +text-c0/a2/m1/n0/c1 match match true true +text-c0/a2/m1/n0/c2 match match true true +text-c0/a2/m1/n0/c3 match match true true +text-c0/a2/m1/n1/c0 match match true true +text-c0/a2/m1/n1/c1 match match true true +text-c0/a2/m1/n1/c2 match match true true +text-c0/a2/m1/n1/c3 match match true true +text-c0/a2/m2/n0/c0 match match true true +text-c0/a2/m2/n0/c1 match match true true +text-c0/a2/m2/n0/c2 match match true true +text-c0/a2/m2/n0/c3 match match true true +text-c0/a2/m2/n1/c0 match match true true +text-c0/a2/m2/n1/c1 match match true true +text-c0/a2/m2/n1/c2 match match true true +text-c0/a2/m2/n1/c3 match match true true +text-c0/a2/m3/n0/c0 match match true true +text-c0/a2/m3/n0/c1 match match true true +text-c0/a2/m3/n0/c2 match match true true +text-c0/a2/m3/n0/c3 match match true true +text-c0/a2/m3/n1/c0 match match true true +text-c0/a2/m3/n1/c1 match match true true +text-c0/a2/m3/n1/c2 match match true true +text-c0/a2/m3/n1/c3 match match true true +text-c0/a3/m0/n0/c0 match match true true +text-c0/a3/m0/n0/c1 match match true true +text-c0/a3/m0/n0/c2 match match true true +text-c0/a3/m0/n0/c3 match match true true +text-c0/a3/m0/n1/c0 match match true true +text-c0/a3/m0/n1/c1 match match true true +text-c0/a3/m0/n1/c2 match match true true +text-c0/a3/m0/n1/c3 match match true true +text-c0/a3/m1/n0/c0 match match true true +text-c0/a3/m1/n0/c1 match match true true +text-c0/a3/m1/n0/c2 match match true true +text-c0/a3/m1/n0/c3 match match true true +text-c0/a3/m1/n1/c0 match match true true +text-c0/a3/m1/n1/c1 match match true true +text-c0/a3/m1/n1/c2 match match true true +text-c0/a3/m1/n1/c3 match match true true +text-c0/a3/m2/n0/c0 match match true true +text-c0/a3/m2/n0/c1 match match true true +text-c0/a3/m2/n0/c2 match match true true +text-c0/a3/m2/n0/c3 match match true true +text-c0/a3/m2/n1/c0 match match true true +text-c0/a3/m2/n1/c1 match match true true +text-c0/a3/m2/n1/c2 match match true true +text-c0/a3/m2/n1/c3 match match true true +text-c0/a3/m3/n0/c0 match match true true +text-c0/a3/m3/n0/c1 match match true true +text-c0/a3/m3/n0/c2 match match true true +text-c0/a3/m3/n0/c3 match match true true +text-c0/a3/m3/n1/c0 match match true true +text-c0/a3/m3/n1/c1 match match true true +text-c0/a3/m3/n1/c2 match match true true +text-c0/a3/m3/n1/c3 match match true true +text-c0/a4/m0/n0/c0 match match true true +text-c0/a4/m0/n0/c1 match match true true +text-c0/a4/m0/n0/c2 match match true true +text-c0/a4/m0/n0/c3 match match true true +text-c0/a4/m0/n1/c0 match match true true +text-c0/a4/m0/n1/c1 match match true true +text-c0/a4/m0/n1/c2 match match true true +text-c0/a4/m0/n1/c3 match match true true +text-c0/a4/m1/n0/c0 match match true true +text-c0/a4/m1/n0/c1 match match true true +text-c0/a4/m1/n0/c2 match match true true +text-c0/a4/m1/n0/c3 match match true true +text-c0/a4/m1/n1/c0 match match true true +text-c0/a4/m1/n1/c1 match match true true +text-c0/a4/m1/n1/c2 match match true true +text-c0/a4/m1/n1/c3 match match true true +text-c0/a4/m2/n0/c0 match match true true +text-c0/a4/m2/n0/c1 match match true true +text-c0/a4/m2/n0/c2 match match true true +text-c0/a4/m2/n0/c3 match match true true +text-c0/a4/m2/n1/c0 match match true true +text-c0/a4/m2/n1/c1 match match true true +text-c0/a4/m2/n1/c2 match match true true +text-c0/a4/m2/n1/c3 match match true true +text-c0/a4/m3/n0/c0 match match true true +text-c0/a4/m3/n0/c1 match match true true +text-c0/a4/m3/n0/c2 match match true true +text-c0/a4/m3/n0/c3 match match true true +text-c0/a4/m3/n1/c0 match match true true +text-c0/a4/m3/n1/c1 match match true true +text-c0/a4/m3/n1/c2 match match true true +text-c0/a4/m3/n1/c3 match match true true +text-c0/a5/m0/n0/c0 match match true true +text-c0/a5/m0/n0/c1 match match true true +text-c0/a5/m0/n0/c2 match match true true +text-c0/a5/m0/n0/c3 match match true true +text-c0/a5/m0/n1/c0 match match true true +text-c0/a5/m0/n1/c1 match match true true +text-c0/a5/m0/n1/c2 match match true true +text-c0/a5/m0/n1/c3 match match true true +text-c0/a5/m1/n0/c0 match match true true +text-c0/a5/m1/n0/c1 match match true true +text-c0/a5/m1/n0/c2 match match true true +text-c0/a5/m1/n0/c3 match match true true +text-c0/a5/m1/n1/c0 match match true true +text-c0/a5/m1/n1/c1 match match true true +text-c0/a5/m1/n1/c2 match match true true +text-c0/a5/m1/n1/c3 match match true true +text-c0/a5/m2/n0/c0 match match true true +text-c0/a5/m2/n0/c1 match match true true +text-c0/a5/m2/n0/c2 match match true true +text-c0/a5/m2/n0/c3 match match true true +text-c0/a5/m2/n1/c0 match match true true +text-c0/a5/m2/n1/c1 match match true true +text-c0/a5/m2/n1/c2 match match true true +text-c0/a5/m2/n1/c3 match match true true +text-c0/a5/m3/n0/c0 match match true true +text-c0/a5/m3/n0/c1 match match true true +text-c0/a5/m3/n0/c2 match match true true +text-c0/a5/m3/n0/c3 match match true true +text-c0/a5/m3/n1/c0 match match true true +text-c0/a5/m3/n1/c1 match match true true +text-c0/a5/m3/n1/c2 match match true true +text-c0/a5/m3/n1/c3 match match true true +text-c0/a6/m0/n0/c0 match match true true +text-c0/a6/m0/n0/c1 match match true true +text-c0/a6/m0/n0/c2 match match true true +text-c0/a6/m0/n0/c3 match match true true +text-c0/a6/m0/n1/c0 match match true true +text-c0/a6/m0/n1/c1 match match true true +text-c0/a6/m0/n1/c2 match match true true +text-c0/a6/m0/n1/c3 match match true true +text-c0/a6/m1/n0/c0 match match true true +text-c0/a6/m1/n0/c1 match match true true +text-c0/a6/m1/n0/c2 match match true true +text-c0/a6/m1/n0/c3 match match true true +text-c0/a6/m1/n1/c0 match match true true +text-c0/a6/m1/n1/c1 match match true true +text-c0/a6/m1/n1/c2 match match true true +text-c0/a6/m1/n1/c3 match match true true +text-c0/a6/m2/n0/c0 match match true true +text-c0/a6/m2/n0/c1 match match true true +text-c0/a6/m2/n0/c2 match match true true +text-c0/a6/m2/n0/c3 match match true true +text-c0/a6/m2/n1/c0 match match true true +text-c0/a6/m2/n1/c1 match match true true +text-c0/a6/m2/n1/c2 match match true true +text-c0/a6/m2/n1/c3 match match true true +text-c0/a6/m3/n0/c0 match match true true +text-c0/a6/m3/n0/c1 match match true true +text-c0/a6/m3/n0/c2 match match true true +text-c0/a6/m3/n0/c3 match match true true +text-c0/a6/m3/n1/c0 match match true true +text-c0/a6/m3/n1/c1 match match true true +text-c0/a6/m3/n1/c2 match match true true +text-c0/a6/m3/n1/c3 match match true true +text-c0/a7/m0/n0/c0 match match true true +text-c0/a7/m0/n0/c1 match match true true +text-c0/a7/m0/n0/c2 match match true true +text-c0/a7/m0/n0/c3 match match true true +text-c0/a7/m0/n1/c0 match match true true +text-c0/a7/m0/n1/c1 match match true true +text-c0/a7/m0/n1/c2 match match true true +text-c0/a7/m0/n1/c3 match match true true +text-c0/a7/m1/n0/c0 match match true true +text-c0/a7/m1/n0/c1 match match true true +text-c0/a7/m1/n0/c2 match match true true +text-c0/a7/m1/n0/c3 match match true true +text-c0/a7/m1/n1/c0 match match true true +text-c0/a7/m1/n1/c1 match match true true +text-c0/a7/m1/n1/c2 match match true true +text-c0/a7/m1/n1/c3 match match true true +text-c0/a7/m2/n0/c0 match match true true +text-c0/a7/m2/n0/c1 match match true true +text-c0/a7/m2/n0/c2 match match true true +text-c0/a7/m2/n0/c3 match match true true +text-c0/a7/m2/n1/c0 match match true true +text-c0/a7/m2/n1/c1 match match true true +text-c0/a7/m2/n1/c2 match match true true +text-c0/a7/m2/n1/c3 match match true true +text-c0/a7/m3/n0/c0 match match true true +text-c0/a7/m3/n0/c1 match match true true +text-c0/a7/m3/n0/c2 match match true true +text-c0/a7/m3/n0/c3 match match true true +text-c0/a7/m3/n1/c0 match match true true +text-c0/a7/m3/n1/c1 match match true true +text-c0/a7/m3/n1/c2 match match true true +text-c0/a7/m3/n1/c3 match match true true +text-d0/a0/m0/n0/c0 match match true true +text-d0/a0/m0/n0/c1 match match true true +text-d0/a0/m0/n0/c2 match match true true +text-d0/a0/m0/n0/c3 match match true true +text-d0/a0/m0/n1/c0 match match true true +text-d0/a0/m0/n1/c1 match match true true +text-d0/a0/m0/n1/c2 match match true true +text-d0/a0/m0/n1/c3 match match true true +text-d0/a0/m1/n0/c0 match match true true +text-d0/a0/m1/n0/c1 match match true true +text-d0/a0/m1/n0/c2 match match true true +text-d0/a0/m1/n0/c3 match match true true +text-d0/a0/m1/n1/c0 match match true true +text-d0/a0/m1/n1/c1 match match true true +text-d0/a0/m1/n1/c2 match match true true +text-d0/a0/m1/n1/c3 match match true true +text-d0/a0/m2/n0/c0 match match true true +text-d0/a0/m2/n0/c1 match match true true +text-d0/a0/m2/n0/c2 match match true true +text-d0/a0/m2/n0/c3 match match true true +text-d0/a0/m2/n1/c0 match match true true +text-d0/a0/m2/n1/c1 match match true true +text-d0/a0/m2/n1/c2 match match true true +text-d0/a0/m2/n1/c3 match match true true +text-d0/a0/m3/n0/c0 match match true true +text-d0/a0/m3/n0/c1 match match true true +text-d0/a0/m3/n0/c2 match match true true +text-d0/a0/m3/n0/c3 match match true true +text-d0/a0/m3/n1/c0 match match true true +text-d0/a0/m3/n1/c1 match match true true +text-d0/a0/m3/n1/c2 match match true true +text-d0/a0/m3/n1/c3 match match true true +text-d0/a1/m0/n0/c0 match match true true +text-d0/a1/m0/n0/c1 match match true true +text-d0/a1/m0/n0/c2 match match true true +text-d0/a1/m0/n0/c3 match match true true +text-d0/a1/m0/n1/c0 match match true true +text-d0/a1/m0/n1/c1 match match true true +text-d0/a1/m0/n1/c2 match match true true +text-d0/a1/m0/n1/c3 match match true true +text-d0/a1/m1/n0/c0 match match true true +text-d0/a1/m1/n0/c1 match match true true +text-d0/a1/m1/n0/c2 match match true true +text-d0/a1/m1/n0/c3 match match true true +text-d0/a1/m1/n1/c0 match match true true +text-d0/a1/m1/n1/c1 match match true true +text-d0/a1/m1/n1/c2 match match true true +text-d0/a1/m1/n1/c3 match match true true +text-d0/a1/m2/n0/c0 match match true true +text-d0/a1/m2/n0/c1 match match true true +text-d0/a1/m2/n0/c2 match match true true +text-d0/a1/m2/n0/c3 match match true true +text-d0/a1/m2/n1/c0 match match true true +text-d0/a1/m2/n1/c1 match match true true +text-d0/a1/m2/n1/c2 match match true true +text-d0/a1/m2/n1/c3 match match true true +text-d0/a1/m3/n0/c0 match match true true +text-d0/a1/m3/n0/c1 match match true true +text-d0/a1/m3/n0/c2 match match true true +text-d0/a1/m3/n0/c3 match match true true +text-d0/a1/m3/n1/c0 match match true true +text-d0/a1/m3/n1/c1 match match true true +text-d0/a1/m3/n1/c2 match match true true +text-d0/a1/m3/n1/c3 match match true true +text-d0/a2/m0/n0/c0 match match true true +text-d0/a2/m0/n0/c1 match match true true +text-d0/a2/m0/n0/c2 match match true true +text-d0/a2/m0/n0/c3 match match true true +text-d0/a2/m0/n1/c0 match match true true +text-d0/a2/m0/n1/c1 match match true true +text-d0/a2/m0/n1/c2 match match true true +text-d0/a2/m0/n1/c3 match match true true +text-d0/a2/m1/n0/c0 match match true true +text-d0/a2/m1/n0/c1 match match true true +text-d0/a2/m1/n0/c2 match match true true +text-d0/a2/m1/n0/c3 match match true true +text-d0/a2/m1/n1/c0 match match true true +text-d0/a2/m1/n1/c1 match match true true +text-d0/a2/m1/n1/c2 match match true true +text-d0/a2/m1/n1/c3 match match true true +text-d0/a2/m2/n0/c0 match match true true +text-d0/a2/m2/n0/c1 match match true true +text-d0/a2/m2/n0/c2 match match true true +text-d0/a2/m2/n0/c3 match match true true +text-d0/a2/m2/n1/c0 match match true true +text-d0/a2/m2/n1/c1 match match true true +text-d0/a2/m2/n1/c2 match match true true +text-d0/a2/m2/n1/c3 match match true true +text-d0/a2/m3/n0/c0 match match true true +text-d0/a2/m3/n0/c1 match match true true +text-d0/a2/m3/n0/c2 match match true true +text-d0/a2/m3/n0/c3 match match true true +text-d0/a2/m3/n1/c0 match match true true +text-d0/a2/m3/n1/c1 match match true true +text-d0/a2/m3/n1/c2 match match true true +text-d0/a2/m3/n1/c3 match match true true +text-d0/a3/m0/n0/c0 match match true true +text-d0/a3/m0/n0/c1 match match true true +text-d0/a3/m0/n0/c2 match match true true +text-d0/a3/m0/n0/c3 match match true true +text-d0/a3/m0/n1/c0 match match true true +text-d0/a3/m0/n1/c1 match match true true +text-d0/a3/m0/n1/c2 match match true true +text-d0/a3/m0/n1/c3 match match true true +text-d0/a3/m1/n0/c0 match match true true +text-d0/a3/m1/n0/c1 match match true true +text-d0/a3/m1/n0/c2 match match true true +text-d0/a3/m1/n0/c3 match match true true +text-d0/a3/m1/n1/c0 match match true true +text-d0/a3/m1/n1/c1 match match true true +text-d0/a3/m1/n1/c2 match match true true +text-d0/a3/m1/n1/c3 match match true true +text-d0/a3/m2/n0/c0 match match true true +text-d0/a3/m2/n0/c1 match match true true +text-d0/a3/m2/n0/c2 match match true true +text-d0/a3/m2/n0/c3 match match true true +text-d0/a3/m2/n1/c0 match match true true +text-d0/a3/m2/n1/c1 match match true true +text-d0/a3/m2/n1/c2 match match true true +text-d0/a3/m2/n1/c3 match match true true +text-d0/a3/m3/n0/c0 match match true true +text-d0/a3/m3/n0/c1 match match true true +text-d0/a3/m3/n0/c2 match match true true +text-d0/a3/m3/n0/c3 match match true true +text-d0/a3/m3/n1/c0 match match true true +text-d0/a3/m3/n1/c1 match match true true +text-d0/a3/m3/n1/c2 match match true true +text-d0/a3/m3/n1/c3 match match true true +text-d0/a4/m0/n0/c0 match match true true +text-d0/a4/m0/n0/c1 match match true true +text-d0/a4/m0/n0/c2 match match true true +text-d0/a4/m0/n0/c3 match match true true +text-d0/a4/m0/n1/c0 match match true true +text-d0/a4/m0/n1/c1 match match true true +text-d0/a4/m0/n1/c2 match match true true +text-d0/a4/m0/n1/c3 match match true true +text-d0/a4/m1/n0/c0 match match true true +text-d0/a4/m1/n0/c1 match match true true +text-d0/a4/m1/n0/c2 match match true true +text-d0/a4/m1/n0/c3 match match true true +text-d0/a4/m1/n1/c0 match match true true +text-d0/a4/m1/n1/c1 match match true true +text-d0/a4/m1/n1/c2 match match true true +text-d0/a4/m1/n1/c3 match match true true +text-d0/a4/m2/n0/c0 match match true true +text-d0/a4/m2/n0/c1 match match true true +text-d0/a4/m2/n0/c2 match match true true +text-d0/a4/m2/n0/c3 match match true true +text-d0/a4/m2/n1/c0 match match true true +text-d0/a4/m2/n1/c1 match match true true +text-d0/a4/m2/n1/c2 match match true true +text-d0/a4/m2/n1/c3 match match true true +text-d0/a4/m3/n0/c0 match match true true +text-d0/a4/m3/n0/c1 match match true true +text-d0/a4/m3/n0/c2 match match true true +text-d0/a4/m3/n0/c3 match match true true +text-d0/a4/m3/n1/c0 match match true true +text-d0/a4/m3/n1/c1 match match true true +text-d0/a4/m3/n1/c2 match match true true +text-d0/a4/m3/n1/c3 match match true true +text-d0/a5/m0/n0/c0 match match true true +text-d0/a5/m0/n0/c1 match match true true +text-d0/a5/m0/n0/c2 match match true true +text-d0/a5/m0/n0/c3 match match true true +text-d0/a5/m0/n1/c0 match match true true +text-d0/a5/m0/n1/c1 match match true true +text-d0/a5/m0/n1/c2 match match true true +text-d0/a5/m0/n1/c3 match match true true +text-d0/a5/m1/n0/c0 match match true true +text-d0/a5/m1/n0/c1 match match true true +text-d0/a5/m1/n0/c2 match match true true +text-d0/a5/m1/n0/c3 match match true true +text-d0/a5/m1/n1/c0 match match true true +text-d0/a5/m1/n1/c1 match match true true +text-d0/a5/m1/n1/c2 match match true true +text-d0/a5/m1/n1/c3 match match true true +text-d0/a5/m2/n0/c0 match match true true +text-d0/a5/m2/n0/c1 match match true true +text-d0/a5/m2/n0/c2 match match true true +text-d0/a5/m2/n0/c3 match match true true +text-d0/a5/m2/n1/c0 match match true true +text-d0/a5/m2/n1/c1 match match true true +text-d0/a5/m2/n1/c2 match match true true +text-d0/a5/m2/n1/c3 match match true true +text-d0/a5/m3/n0/c0 match match true true +text-d0/a5/m3/n0/c1 match match true true +text-d0/a5/m3/n0/c2 match match true true +text-d0/a5/m3/n0/c3 match match true true +text-d0/a5/m3/n1/c0 match match true true +text-d0/a5/m3/n1/c1 match match true true +text-d0/a5/m3/n1/c2 match match true true +text-d0/a5/m3/n1/c3 match match true true +text-d0/a6/m0/n0/c0 match match true true +text-d0/a6/m0/n0/c1 match match true true +text-d0/a6/m0/n0/c2 match match true true +text-d0/a6/m0/n0/c3 match match true true +text-d0/a6/m0/n1/c0 match match true true +text-d0/a6/m0/n1/c1 match match true true +text-d0/a6/m0/n1/c2 match match true true +text-d0/a6/m0/n1/c3 match match true true +text-d0/a6/m1/n0/c0 match match true true +text-d0/a6/m1/n0/c1 match match true true +text-d0/a6/m1/n0/c2 match match true true +text-d0/a6/m1/n0/c3 match match true true +text-d0/a6/m1/n1/c0 match match true true +text-d0/a6/m1/n1/c1 match match true true +text-d0/a6/m1/n1/c2 match match true true +text-d0/a6/m1/n1/c3 match match true true +text-d0/a6/m2/n0/c0 match match true true +text-d0/a6/m2/n0/c1 match match true true +text-d0/a6/m2/n0/c2 match match true true +text-d0/a6/m2/n0/c3 match match true true +text-d0/a6/m2/n1/c0 match match true true +text-d0/a6/m2/n1/c1 match match true true +text-d0/a6/m2/n1/c2 match match true true +text-d0/a6/m2/n1/c3 match match true true +text-d0/a6/m3/n0/c0 match match true true +text-d0/a6/m3/n0/c1 match match true true +text-d0/a6/m3/n0/c2 match match true true +text-d0/a6/m3/n0/c3 match match true true +text-d0/a6/m3/n1/c0 match match true true +text-d0/a6/m3/n1/c1 match match true true +text-d0/a6/m3/n1/c2 match match true true +text-d0/a6/m3/n1/c3 match match true true +text-d0/a7/m0/n0/c0 match match true true +text-d0/a7/m0/n0/c1 match match true true +text-d0/a7/m0/n0/c2 match match true true +text-d0/a7/m0/n0/c3 match match true true +text-d0/a7/m0/n1/c0 match match true true +text-d0/a7/m0/n1/c1 match match true true +text-d0/a7/m0/n1/c2 match match true true +text-d0/a7/m0/n1/c3 match match true true +text-d0/a7/m1/n0/c0 match match true true +text-d0/a7/m1/n0/c1 match match true true +text-d0/a7/m1/n0/c2 match match true true +text-d0/a7/m1/n0/c3 match match true true +text-d0/a7/m1/n1/c0 match match true true +text-d0/a7/m1/n1/c1 match match true true +text-d0/a7/m1/n1/c2 match match true true +text-d0/a7/m1/n1/c3 match match true true +text-d0/a7/m2/n0/c0 match match true true +text-d0/a7/m2/n0/c1 match match true true +text-d0/a7/m2/n0/c2 match match true true +text-d0/a7/m2/n0/c3 match match true true +text-d0/a7/m2/n1/c0 match match true true +text-d0/a7/m2/n1/c1 match match true true +text-d0/a7/m2/n1/c2 match match true true +text-d0/a7/m2/n1/c3 match match true true +text-d0/a7/m3/n0/c0 match match true true +text-d0/a7/m3/n0/c1 match match true true +text-d0/a7/m3/n0/c2 match match true true +text-d0/a7/m3/n0/c3 match match true true +text-d0/a7/m3/n1/c0 match match true true +text-d0/a7/m3/n1/c1 match match true true +text-d0/a7/m3/n1/c2 match match true true +text-d0/a7/m3/n1/c3 match match true true +text-e0/a0/m0/n0/c0 match match true true +text-e0/a0/m0/n0/c1 match match true true +text-e0/a0/m0/n0/c2 match match true true +text-e0/a0/m0/n0/c3 match match true true +text-e0/a0/m0/n1/c0 match match true true +text-e0/a0/m0/n1/c1 match match true true +text-e0/a0/m0/n1/c2 match match true true +text-e0/a0/m0/n1/c3 match match true true +text-e0/a0/m1/n0/c0 match match true true +text-e0/a0/m1/n0/c1 match match true true +text-e0/a0/m1/n0/c2 match match true true +text-e0/a0/m1/n0/c3 match match true true +text-e0/a0/m1/n1/c0 match match true true +text-e0/a0/m1/n1/c1 match match true true +text-e0/a0/m1/n1/c2 match match true true +text-e0/a0/m1/n1/c3 match match true true +text-e0/a0/m2/n0/c0 match match true true +text-e0/a0/m2/n0/c1 match match true true +text-e0/a0/m2/n0/c2 match match true true +text-e0/a0/m2/n0/c3 match match true true +text-e0/a0/m2/n1/c0 match match true true +text-e0/a0/m2/n1/c1 match match true true +text-e0/a0/m2/n1/c2 match match true true +text-e0/a0/m2/n1/c3 match match true true +text-e0/a0/m3/n0/c0 match match true true +text-e0/a0/m3/n0/c1 match match true true +text-e0/a0/m3/n0/c2 match match true true +text-e0/a0/m3/n0/c3 match match true true +text-e0/a0/m3/n1/c0 match match true true +text-e0/a0/m3/n1/c1 match match true true +text-e0/a0/m3/n1/c2 match match true true +text-e0/a0/m3/n1/c3 match match true true +text-e0/a1/m0/n0/c0 match match true true +text-e0/a1/m0/n0/c1 match match true true +text-e0/a1/m0/n0/c2 match match true true +text-e0/a1/m0/n0/c3 match match true true +text-e0/a1/m0/n1/c0 match match true true +text-e0/a1/m0/n1/c1 match match true true +text-e0/a1/m0/n1/c2 match match true true +text-e0/a1/m0/n1/c3 match match true true +text-e0/a1/m1/n0/c0 match match true true +text-e0/a1/m1/n0/c1 match match true true +text-e0/a1/m1/n0/c2 match match true true +text-e0/a1/m1/n0/c3 match match true true +text-e0/a1/m1/n1/c0 match match true true +text-e0/a1/m1/n1/c1 match match true true +text-e0/a1/m1/n1/c2 match match true true +text-e0/a1/m1/n1/c3 match match true true +text-e0/a1/m2/n0/c0 match match true true +text-e0/a1/m2/n0/c1 match match true true +text-e0/a1/m2/n0/c2 match match true true +text-e0/a1/m2/n0/c3 match match true true +text-e0/a1/m2/n1/c0 match match true true +text-e0/a1/m2/n1/c1 match match true true +text-e0/a1/m2/n1/c2 match match true true +text-e0/a1/m2/n1/c3 match match true true +text-e0/a1/m3/n0/c0 match match true true +text-e0/a1/m3/n0/c1 match match true true +text-e0/a1/m3/n0/c2 match match true true +text-e0/a1/m3/n0/c3 match match true true +text-e0/a1/m3/n1/c0 match match true true +text-e0/a1/m3/n1/c1 match match true true +text-e0/a1/m3/n1/c2 match match true true +text-e0/a1/m3/n1/c3 match match true true +text-e0/a2/m0/n0/c0 match match true true +text-e0/a2/m0/n0/c1 match match true true +text-e0/a2/m0/n0/c2 match match true true +text-e0/a2/m0/n0/c3 match match true true +text-e0/a2/m0/n1/c0 match match true true +text-e0/a2/m0/n1/c1 match match true true +text-e0/a2/m0/n1/c2 match match true true +text-e0/a2/m0/n1/c3 match match true true +text-e0/a2/m1/n0/c0 match match true true +text-e0/a2/m1/n0/c1 match match true true +text-e0/a2/m1/n0/c2 match match true true +text-e0/a2/m1/n0/c3 match match true true +text-e0/a2/m1/n1/c0 match match true true +text-e0/a2/m1/n1/c1 match match true true +text-e0/a2/m1/n1/c2 match match true true +text-e0/a2/m1/n1/c3 match match true true +text-e0/a2/m2/n0/c0 match match true true +text-e0/a2/m2/n0/c1 match match true true +text-e0/a2/m2/n0/c2 match match true true +text-e0/a2/m2/n0/c3 match match true true +text-e0/a2/m2/n1/c0 match match true true +text-e0/a2/m2/n1/c1 match match true true +text-e0/a2/m2/n1/c2 match match true true +text-e0/a2/m2/n1/c3 match match true true +text-e0/a2/m3/n0/c0 match match true true +text-e0/a2/m3/n0/c1 match match true true +text-e0/a2/m3/n0/c2 match match true true +text-e0/a2/m3/n0/c3 match match true true +text-e0/a2/m3/n1/c0 match match true true +text-e0/a2/m3/n1/c1 match match true true +text-e0/a2/m3/n1/c2 match match true true +text-e0/a2/m3/n1/c3 match match true true +text-e0/a3/m0/n0/c0 match match true true +text-e0/a3/m0/n0/c1 match match true true +text-e0/a3/m0/n0/c2 match match true true +text-e0/a3/m0/n0/c3 match match true true +text-e0/a3/m0/n1/c0 match match true true +text-e0/a3/m0/n1/c1 match match true true +text-e0/a3/m0/n1/c2 match match true true +text-e0/a3/m0/n1/c3 match match true true +text-e0/a3/m1/n0/c0 match match true true +text-e0/a3/m1/n0/c1 match match true true +text-e0/a3/m1/n0/c2 match match true true +text-e0/a3/m1/n0/c3 match match true true +text-e0/a3/m1/n1/c0 match match true true +text-e0/a3/m1/n1/c1 match match true true +text-e0/a3/m1/n1/c2 match match true true +text-e0/a3/m1/n1/c3 match match true true +text-e0/a3/m2/n0/c0 match match true true +text-e0/a3/m2/n0/c1 match match true true +text-e0/a3/m2/n0/c2 match match true true +text-e0/a3/m2/n0/c3 match match true true +text-e0/a3/m2/n1/c0 match match true true +text-e0/a3/m2/n1/c1 match match true true +text-e0/a3/m2/n1/c2 match match true true +text-e0/a3/m2/n1/c3 match match true true +text-e0/a3/m3/n0/c0 match match true true +text-e0/a3/m3/n0/c1 match match true true +text-e0/a3/m3/n0/c2 match match true true +text-e0/a3/m3/n0/c3 match match true true +text-e0/a3/m3/n1/c0 match match true true +text-e0/a3/m3/n1/c1 match match true true +text-e0/a3/m3/n1/c2 match match true true +text-e0/a3/m3/n1/c3 match match true true +text-e0/a4/m0/n0/c0 match match true true +text-e0/a4/m0/n0/c1 match match true true +text-e0/a4/m0/n0/c2 match match true true +text-e0/a4/m0/n0/c3 match match true true +text-e0/a4/m0/n1/c0 match match true true +text-e0/a4/m0/n1/c1 match match true true +text-e0/a4/m0/n1/c2 match match true true +text-e0/a4/m0/n1/c3 match match true true +text-e0/a4/m1/n0/c0 match match true true +text-e0/a4/m1/n0/c1 match match true true +text-e0/a4/m1/n0/c2 match match true true +text-e0/a4/m1/n0/c3 match match true true +text-e0/a4/m1/n1/c0 match match true true +text-e0/a4/m1/n1/c1 match match true true +text-e0/a4/m1/n1/c2 match match true true +text-e0/a4/m1/n1/c3 match match true true +text-e0/a4/m2/n0/c0 match match true true +text-e0/a4/m2/n0/c1 match match true true +text-e0/a4/m2/n0/c2 match match true true +text-e0/a4/m2/n0/c3 match match true true +text-e0/a4/m2/n1/c0 match match true true +text-e0/a4/m2/n1/c1 match match true true +text-e0/a4/m2/n1/c2 match match true true +text-e0/a4/m2/n1/c3 match match true true +text-e0/a4/m3/n0/c0 match match true true +text-e0/a4/m3/n0/c1 match match true true +text-e0/a4/m3/n0/c2 match match true true +text-e0/a4/m3/n0/c3 match match true true +text-e0/a4/m3/n1/c0 match match true true +text-e0/a4/m3/n1/c1 match match true true +text-e0/a4/m3/n1/c2 match match true true +text-e0/a4/m3/n1/c3 match match true true +text-e0/a5/m0/n0/c0 match match true true +text-e0/a5/m0/n0/c1 match match true true +text-e0/a5/m0/n0/c2 match match true true +text-e0/a5/m0/n0/c3 match match true true +text-e0/a5/m0/n1/c0 match match true true +text-e0/a5/m0/n1/c1 match match true true +text-e0/a5/m0/n1/c2 match match true true +text-e0/a5/m0/n1/c3 match match true true +text-e0/a5/m1/n0/c0 match match true true +text-e0/a5/m1/n0/c1 match match true true +text-e0/a5/m1/n0/c2 match match true true +text-e0/a5/m1/n0/c3 match match true true +text-e0/a5/m1/n1/c0 match match true true +text-e0/a5/m1/n1/c1 match match true true +text-e0/a5/m1/n1/c2 match match true true +text-e0/a5/m1/n1/c3 match match true true +text-e0/a5/m2/n0/c0 match match true true +text-e0/a5/m2/n0/c1 match match true true +text-e0/a5/m2/n0/c2 match match true true +text-e0/a5/m2/n0/c3 match match true true +text-e0/a5/m2/n1/c0 match match true true +text-e0/a5/m2/n1/c1 match match true true +text-e0/a5/m2/n1/c2 match match true true +text-e0/a5/m2/n1/c3 match match true true +text-e0/a5/m3/n0/c0 match match true true +text-e0/a5/m3/n0/c1 match match true true +text-e0/a5/m3/n0/c2 match match true true +text-e0/a5/m3/n0/c3 match match true true +text-e0/a5/m3/n1/c0 match match true true +text-e0/a5/m3/n1/c1 match match true true +text-e0/a5/m3/n1/c2 match match true true +text-e0/a5/m3/n1/c3 match match true true +text-e0/a6/m0/n0/c0 match match true true +text-e0/a6/m0/n0/c1 match match true true +text-e0/a6/m0/n0/c2 match match true true +text-e0/a6/m0/n0/c3 match match true true +text-e0/a6/m0/n1/c0 match match true true +text-e0/a6/m0/n1/c1 match match true true +text-e0/a6/m0/n1/c2 match match true true +text-e0/a6/m0/n1/c3 match match true true +text-e0/a6/m1/n0/c0 match match true true +text-e0/a6/m1/n0/c1 match match true true +text-e0/a6/m1/n0/c2 match match true true +text-e0/a6/m1/n0/c3 match match true true +text-e0/a6/m1/n1/c0 match match true true +text-e0/a6/m1/n1/c1 match match true true +text-e0/a6/m1/n1/c2 match match true true +text-e0/a6/m1/n1/c3 match match true true +text-e0/a6/m2/n0/c0 match match true true +text-e0/a6/m2/n0/c1 match match true true +text-e0/a6/m2/n0/c2 match match true true +text-e0/a6/m2/n0/c3 match match true true +text-e0/a6/m2/n1/c0 match match true true +text-e0/a6/m2/n1/c1 match match true true +text-e0/a6/m2/n1/c2 match match true true +text-e0/a6/m2/n1/c3 match match true true +text-e0/a6/m3/n0/c0 match match true true +text-e0/a6/m3/n0/c1 match match true true +text-e0/a6/m3/n0/c2 match match true true +text-e0/a6/m3/n0/c3 match match true true +text-e0/a6/m3/n1/c0 match match true true +text-e0/a6/m3/n1/c1 match match true true +text-e0/a6/m3/n1/c2 match match true true +text-e0/a6/m3/n1/c3 match match true true +text-e0/a7/m0/n0/c0 match match true true +text-e0/a7/m0/n0/c1 match match true true +text-e0/a7/m0/n0/c2 match match true true +text-e0/a7/m0/n0/c3 match match true true +text-e0/a7/m0/n1/c0 match match true true +text-e0/a7/m0/n1/c1 match match true true +text-e0/a7/m0/n1/c2 match match true true +text-e0/a7/m0/n1/c3 match match true true +text-e0/a7/m1/n0/c0 match match true true +text-e0/a7/m1/n0/c1 match match true true +text-e0/a7/m1/n0/c2 match match true true +text-e0/a7/m1/n0/c3 match match true true +text-e0/a7/m1/n1/c0 match match true true +text-e0/a7/m1/n1/c1 match match true true +text-e0/a7/m1/n1/c2 match match true true +text-e0/a7/m1/n1/c3 match match true true +text-e0/a7/m2/n0/c0 match match true true +text-e0/a7/m2/n0/c1 match match true true +text-e0/a7/m2/n0/c2 match match true true +text-e0/a7/m2/n0/c3 match match true true +text-e0/a7/m2/n1/c0 match match true true +text-e0/a7/m2/n1/c1 match match true true +text-e0/a7/m2/n1/c2 match match true true +text-e0/a7/m2/n1/c3 match match true true +text-e0/a7/m3/n0/c0 match match true true +text-e0/a7/m3/n0/c1 match match true true +text-e0/a7/m3/n0/c2 match match true true +text-e0/a7/m3/n0/c3 match match true true +text-e0/a7/m3/n1/c0 match match true true +text-e0/a7/m3/n1/c1 match match true true +text-e0/a7/m3/n1/c2 match match true true +text-e0/a7/m3/n1/c3 match match true true +number/a0/m0/n0/c0 match match true true +number/a0/m0/n0/c1 match match true true +number/a0/m0/n0/c2 match match true true +number/a0/m0/n0/c3 match match true true +number/a0/m0/n1/c0 match match true true +number/a0/m0/n1/c1 match match true true +number/a0/m0/n1/c2 match match true true +number/a0/m0/n1/c3 match match true true +number/a0/m1/n0/c0 match match true true +number/a0/m1/n0/c1 match match true true +number/a0/m1/n0/c2 match match true true +number/a0/m1/n0/c3 match match true true +number/a0/m1/n1/c0 match match true true +number/a0/m1/n1/c1 match match true true +number/a0/m1/n1/c2 match match true true +number/a0/m1/n1/c3 match match true true +number/a0/m2/n0/c0 match match true true +number/a0/m2/n0/c1 match match true true +number/a0/m2/n0/c2 match match true true +number/a0/m2/n0/c3 match match true true +number/a0/m2/n1/c0 match match true true +number/a0/m2/n1/c1 match match true true +number/a0/m2/n1/c2 match match true true +number/a0/m2/n1/c3 match match true true +number/a0/m3/n0/c0 match match true true +number/a0/m3/n0/c1 match match true true +number/a0/m3/n0/c2 match match true true +number/a0/m3/n0/c3 match match true true +number/a0/m3/n1/c0 match match true true +number/a0/m3/n1/c1 match match true true +number/a0/m3/n1/c2 match match true true +number/a0/m3/n1/c3 match match true true +number/a1/m0/n0/c0 match match true true +number/a1/m0/n0/c1 match match true true +number/a1/m0/n0/c2 match match true true +number/a1/m0/n0/c3 match match true true +number/a1/m0/n1/c0 match match true true +number/a1/m0/n1/c1 match match true true +number/a1/m0/n1/c2 match match true true +number/a1/m0/n1/c3 match match true true +number/a1/m1/n0/c0 match match true true +number/a1/m1/n0/c1 match match true true +number/a1/m1/n0/c2 match match true true +number/a1/m1/n0/c3 match match true true +number/a1/m1/n1/c0 match match true true +number/a1/m1/n1/c1 match match true true +number/a1/m1/n1/c2 match match true true +number/a1/m1/n1/c3 match match true true +number/a1/m2/n0/c0 match match true true +number/a1/m2/n0/c1 match match true true +number/a1/m2/n0/c2 match match true true +number/a1/m2/n0/c3 match match true true +number/a1/m2/n1/c0 match match true true +number/a1/m2/n1/c1 match match true true +number/a1/m2/n1/c2 match match true true +number/a1/m2/n1/c3 match match true true +number/a1/m3/n0/c0 match match true true +number/a1/m3/n0/c1 match match true true +number/a1/m3/n0/c2 match match true true +number/a1/m3/n0/c3 match match true true +number/a1/m3/n1/c0 match match true true +number/a1/m3/n1/c1 match match true true +number/a1/m3/n1/c2 match match true true +number/a1/m3/n1/c3 match match true true +number/a2/m0/n0/c0 match match true true +number/a2/m0/n0/c1 match match true true +number/a2/m0/n0/c2 match match true true +number/a2/m0/n0/c3 match match true true +number/a2/m0/n1/c0 match match true true +number/a2/m0/n1/c1 match match true true +number/a2/m0/n1/c2 match match true true +number/a2/m0/n1/c3 match match true true +number/a2/m1/n0/c0 match match true true +number/a2/m1/n0/c1 match match true true +number/a2/m1/n0/c2 match match true true +number/a2/m1/n0/c3 match match true true +number/a2/m1/n1/c0 match match true true +number/a2/m1/n1/c1 match match true true +number/a2/m1/n1/c2 match match true true +number/a2/m1/n1/c3 match match true true +number/a2/m2/n0/c0 match match true true +number/a2/m2/n0/c1 match match true true +number/a2/m2/n0/c2 match match true true +number/a2/m2/n0/c3 match match true true +number/a2/m2/n1/c0 match match true true +number/a2/m2/n1/c1 match match true true +number/a2/m2/n1/c2 match match true true +number/a2/m2/n1/c3 match match true true +number/a2/m3/n0/c0 match match true true +number/a2/m3/n0/c1 match match true true +number/a2/m3/n0/c2 match match true true +number/a2/m3/n0/c3 match match true true +number/a2/m3/n1/c0 match match true true +number/a2/m3/n1/c1 match match true true +number/a2/m3/n1/c2 match match true true +number/a2/m3/n1/c3 match match true true +number/a3/m0/n0/c0 match match true true +number/a3/m0/n0/c1 match match true true +number/a3/m0/n0/c2 match match true true +number/a3/m0/n0/c3 match match true true +number/a3/m0/n1/c0 match match true true +number/a3/m0/n1/c1 match match true true +number/a3/m0/n1/c2 match match true true +number/a3/m0/n1/c3 match match true true +number/a3/m1/n0/c0 match match true true +number/a3/m1/n0/c1 match match true true +number/a3/m1/n0/c2 match match true true +number/a3/m1/n0/c3 match match true true +number/a3/m1/n1/c0 match match true true +number/a3/m1/n1/c1 match match true true +number/a3/m1/n1/c2 match match true true +number/a3/m1/n1/c3 match match true true +number/a3/m2/n0/c0 match match true true +number/a3/m2/n0/c1 match match true true +number/a3/m2/n0/c2 match match true true +number/a3/m2/n0/c3 match match true true +number/a3/m2/n1/c0 match match true true +number/a3/m2/n1/c1 match match true true +number/a3/m2/n1/c2 match match true true +number/a3/m2/n1/c3 match match true true +number/a3/m3/n0/c0 match match true true +number/a3/m3/n0/c1 match match true true +number/a3/m3/n0/c2 match match true true +number/a3/m3/n0/c3 match match true true +number/a3/m3/n1/c0 match match true true +number/a3/m3/n1/c1 match match true true +number/a3/m3/n1/c2 match match true true +number/a3/m3/n1/c3 match match true true +number/a4/m0/n0/c0 match match true true +number/a4/m0/n0/c1 match match true true +number/a4/m0/n0/c2 match match true true +number/a4/m0/n0/c3 match match true true +number/a4/m0/n1/c0 match match true true +number/a4/m0/n1/c1 match match true true +number/a4/m0/n1/c2 match match true true +number/a4/m0/n1/c3 match match true true +number/a4/m1/n0/c0 match match true true +number/a4/m1/n0/c1 match match true true +number/a4/m1/n0/c2 match match true true +number/a4/m1/n0/c3 match match true true +number/a4/m1/n1/c0 match match true true +number/a4/m1/n1/c1 match match true true +number/a4/m1/n1/c2 match match true true +number/a4/m1/n1/c3 match match true true +number/a4/m2/n0/c0 match match true true +number/a4/m2/n0/c1 match match true true +number/a4/m2/n0/c2 match match true true +number/a4/m2/n0/c3 match match true true +number/a4/m2/n1/c0 match match true true +number/a4/m2/n1/c1 match match true true +number/a4/m2/n1/c2 match match true true +number/a4/m2/n1/c3 match match true true +number/a4/m3/n0/c0 match match true true +number/a4/m3/n0/c1 match match true true +number/a4/m3/n0/c2 match match true true +number/a4/m3/n0/c3 match match true true +number/a4/m3/n1/c0 match match true true +number/a4/m3/n1/c1 match match true true +number/a4/m3/n1/c2 match match true true +number/a4/m3/n1/c3 match match true true +number/a5/m0/n0/c0 match match true true +number/a5/m0/n0/c1 match match true true +number/a5/m0/n0/c2 match match true true +number/a5/m0/n0/c3 match match true true +number/a5/m0/n1/c0 match match true true +number/a5/m0/n1/c1 match match true true +number/a5/m0/n1/c2 match match true true +number/a5/m0/n1/c3 match match true true +number/a5/m1/n0/c0 match match true true +number/a5/m1/n0/c1 match match true true +number/a5/m1/n0/c2 match match true true +number/a5/m1/n0/c3 match match true true +number/a5/m1/n1/c0 match match true true +number/a5/m1/n1/c1 match match true true +number/a5/m1/n1/c2 match match true true +number/a5/m1/n1/c3 match match true true +number/a5/m2/n0/c0 match match true true +number/a5/m2/n0/c1 match match true true +number/a5/m2/n0/c2 match match true true +number/a5/m2/n0/c3 match match true true +number/a5/m2/n1/c0 match match true true +number/a5/m2/n1/c1 match match true true +number/a5/m2/n1/c2 match match true true +number/a5/m2/n1/c3 match match true true +number/a5/m3/n0/c0 match match true true +number/a5/m3/n0/c1 match match true true +number/a5/m3/n0/c2 match match true true +number/a5/m3/n0/c3 match match true true +number/a5/m3/n1/c0 match match true true +number/a5/m3/n1/c1 match match true true +number/a5/m3/n1/c2 match match true true +number/a5/m3/n1/c3 match match true true +number/a6/m0/n0/c0 match match true true +number/a6/m0/n0/c1 match match true true +number/a6/m0/n0/c2 match match true true +number/a6/m0/n0/c3 match match true true +number/a6/m0/n1/c0 match match true true +number/a6/m0/n1/c1 match match true true +number/a6/m0/n1/c2 match match true true +number/a6/m0/n1/c3 match match true true +number/a6/m1/n0/c0 match match true true +number/a6/m1/n0/c1 match match true true +number/a6/m1/n0/c2 match match true true +number/a6/m1/n0/c3 match match true true +number/a6/m1/n1/c0 match match true true +number/a6/m1/n1/c1 match match true true +number/a6/m1/n1/c2 match match true true +number/a6/m1/n1/c3 match match true true +number/a6/m2/n0/c0 match match true true +number/a6/m2/n0/c1 match match true true +number/a6/m2/n0/c2 match match true true +number/a6/m2/n0/c3 match match true true +number/a6/m2/n1/c0 match match true true +number/a6/m2/n1/c1 match match true true +number/a6/m2/n1/c2 match match true true +number/a6/m2/n1/c3 match match true true +number/a6/m3/n0/c0 match match true true +number/a6/m3/n0/c1 match match true true +number/a6/m3/n0/c2 match match true true +number/a6/m3/n0/c3 match match true true +number/a6/m3/n1/c0 match match true true +number/a6/m3/n1/c1 match match true true +number/a6/m3/n1/c2 match match true true +number/a6/m3/n1/c3 match match true true +number/a7/m0/n0/c0 match match true true +number/a7/m0/n0/c1 match match true true +number/a7/m0/n0/c2 match match true true +number/a7/m0/n0/c3 match match true true +number/a7/m0/n1/c0 match match true true +number/a7/m0/n1/c1 match match true true +number/a7/m0/n1/c2 match match true true +number/a7/m0/n1/c3 match match true true +number/a7/m1/n0/c0 match match true true +number/a7/m1/n0/c1 match match true true +number/a7/m1/n0/c2 match match true true +number/a7/m1/n0/c3 match match true true +number/a7/m1/n1/c0 match match true true +number/a7/m1/n1/c1 match match true true +number/a7/m1/n1/c2 match match true true +number/a7/m1/n1/c3 match match true true +number/a7/m2/n0/c0 match match true true +number/a7/m2/n0/c1 match match true true +number/a7/m2/n0/c2 match match true true +number/a7/m2/n0/c3 match match true true +number/a7/m2/n1/c0 match match true true +number/a7/m2/n1/c1 match match true true +number/a7/m2/n1/c2 match match true true +number/a7/m2/n1/c3 match match true true +number/a7/m3/n0/c0 match match true true +number/a7/m3/n0/c1 match match true true +number/a7/m3/n0/c2 match match true true +number/a7/m3/n0/c3 match match true true +number/a7/m3/n1/c0 match match true true +number/a7/m3/n1/c1 match match true true +number/a7/m3/n1/c2 match match true true +number/a7/m3/n1/c3 match match true true +number-password/a0/m0/n0/c0 match match true true +number-password/a0/m0/n0/c1 match match true true +number-password/a0/m0/n0/c2 match match true true +number-password/a0/m0/n0/c3 match match true true +number-password/a0/m0/n1/c0 match match true true +number-password/a0/m0/n1/c1 match match true true +number-password/a0/m0/n1/c2 match match true true +number-password/a0/m0/n1/c3 match match true true +number-password/a0/m1/n0/c0 match match true true +number-password/a0/m1/n0/c1 match match true true +number-password/a0/m1/n0/c2 match match true true +number-password/a0/m1/n0/c3 match match true true +number-password/a0/m1/n1/c0 match match true true +number-password/a0/m1/n1/c1 match match true true +number-password/a0/m1/n1/c2 match match true true +number-password/a0/m1/n1/c3 match match true true +number-password/a0/m2/n0/c0 match match true true +number-password/a0/m2/n0/c1 match match true true +number-password/a0/m2/n0/c2 match match true true +number-password/a0/m2/n0/c3 match match true true +number-password/a0/m2/n1/c0 match match true true +number-password/a0/m2/n1/c1 match match true true +number-password/a0/m2/n1/c2 match match true true +number-password/a0/m2/n1/c3 match match true true +number-password/a0/m3/n0/c0 match match true true +number-password/a0/m3/n0/c1 match match true true +number-password/a0/m3/n0/c2 match match true true +number-password/a0/m3/n0/c3 match match true true +number-password/a0/m3/n1/c0 match match true true +number-password/a0/m3/n1/c1 match match true true +number-password/a0/m3/n1/c2 match match true true +number-password/a0/m3/n1/c3 match match true true +number-password/a1/m0/n0/c0 match match true true +number-password/a1/m0/n0/c1 match match true true +number-password/a1/m0/n0/c2 match match true true +number-password/a1/m0/n0/c3 match match true true +number-password/a1/m0/n1/c0 match match true true +number-password/a1/m0/n1/c1 match match true true +number-password/a1/m0/n1/c2 match match true true +number-password/a1/m0/n1/c3 match match true true +number-password/a1/m1/n0/c0 match match true true +number-password/a1/m1/n0/c1 match match true true +number-password/a1/m1/n0/c2 match match true true +number-password/a1/m1/n0/c3 match match true true +number-password/a1/m1/n1/c0 match match true true +number-password/a1/m1/n1/c1 match match true true +number-password/a1/m1/n1/c2 match match true true +number-password/a1/m1/n1/c3 match match true true +number-password/a1/m2/n0/c0 match match true true +number-password/a1/m2/n0/c1 match match true true +number-password/a1/m2/n0/c2 match match true true +number-password/a1/m2/n0/c3 match match true true +number-password/a1/m2/n1/c0 match match true true +number-password/a1/m2/n1/c1 match match true true +number-password/a1/m2/n1/c2 match match true true +number-password/a1/m2/n1/c3 match match true true +number-password/a1/m3/n0/c0 match match true true +number-password/a1/m3/n0/c1 match match true true +number-password/a1/m3/n0/c2 match match true true +number-password/a1/m3/n0/c3 match match true true +number-password/a1/m3/n1/c0 match match true true +number-password/a1/m3/n1/c1 match match true true +number-password/a1/m3/n1/c2 match match true true +number-password/a1/m3/n1/c3 match match true true +number-password/a2/m0/n0/c0 match match true true +number-password/a2/m0/n0/c1 match match true true +number-password/a2/m0/n0/c2 match match true true +number-password/a2/m0/n0/c3 match match true true +number-password/a2/m0/n1/c0 match match true true +number-password/a2/m0/n1/c1 match match true true +number-password/a2/m0/n1/c2 match match true true +number-password/a2/m0/n1/c3 match match true true +number-password/a2/m1/n0/c0 match match true true +number-password/a2/m1/n0/c1 match match true true +number-password/a2/m1/n0/c2 match match true true +number-password/a2/m1/n0/c3 match match true true +number-password/a2/m1/n1/c0 match match true true +number-password/a2/m1/n1/c1 match match true true +number-password/a2/m1/n1/c2 match match true true +number-password/a2/m1/n1/c3 match match true true +number-password/a2/m2/n0/c0 match match true true +number-password/a2/m2/n0/c1 match match true true +number-password/a2/m2/n0/c2 match match true true +number-password/a2/m2/n0/c3 match match true true +number-password/a2/m2/n1/c0 match match true true +number-password/a2/m2/n1/c1 match match true true +number-password/a2/m2/n1/c2 match match true true +number-password/a2/m2/n1/c3 match match true true +number-password/a2/m3/n0/c0 match match true true +number-password/a2/m3/n0/c1 match match true true +number-password/a2/m3/n0/c2 match match true true +number-password/a2/m3/n0/c3 match match true true +number-password/a2/m3/n1/c0 match match true true +number-password/a2/m3/n1/c1 match match true true +number-password/a2/m3/n1/c2 match match true true +number-password/a2/m3/n1/c3 match match true true +number-password/a3/m0/n0/c0 match match true true +number-password/a3/m0/n0/c1 match match true true +number-password/a3/m0/n0/c2 match match true true +number-password/a3/m0/n0/c3 match match true true +number-password/a3/m0/n1/c0 match match true true +number-password/a3/m0/n1/c1 match match true true +number-password/a3/m0/n1/c2 match match true true +number-password/a3/m0/n1/c3 match match true true +number-password/a3/m1/n0/c0 match match true true +number-password/a3/m1/n0/c1 match match true true +number-password/a3/m1/n0/c2 match match true true +number-password/a3/m1/n0/c3 match match true true +number-password/a3/m1/n1/c0 match match true true +number-password/a3/m1/n1/c1 match match true true +number-password/a3/m1/n1/c2 match match true true +number-password/a3/m1/n1/c3 match match true true +number-password/a3/m2/n0/c0 match match true true +number-password/a3/m2/n0/c1 match match true true +number-password/a3/m2/n0/c2 match match true true +number-password/a3/m2/n0/c3 match match true true +number-password/a3/m2/n1/c0 match match true true +number-password/a3/m2/n1/c1 match match true true +number-password/a3/m2/n1/c2 match match true true +number-password/a3/m2/n1/c3 match match true true +number-password/a3/m3/n0/c0 match match true true +number-password/a3/m3/n0/c1 match match true true +number-password/a3/m3/n0/c2 match match true true +number-password/a3/m3/n0/c3 match match true true +number-password/a3/m3/n1/c0 match match true true +number-password/a3/m3/n1/c1 match match true true +number-password/a3/m3/n1/c2 match match true true +number-password/a3/m3/n1/c3 match match true true +number-password/a4/m0/n0/c0 match match true true +number-password/a4/m0/n0/c1 match match true true +number-password/a4/m0/n0/c2 match match true true +number-password/a4/m0/n0/c3 match match true true +number-password/a4/m0/n1/c0 match match true true +number-password/a4/m0/n1/c1 match match true true +number-password/a4/m0/n1/c2 match match true true +number-password/a4/m0/n1/c3 match match true true +number-password/a4/m1/n0/c0 match match true true +number-password/a4/m1/n0/c1 match match true true +number-password/a4/m1/n0/c2 match match true true +number-password/a4/m1/n0/c3 match match true true +number-password/a4/m1/n1/c0 match match true true +number-password/a4/m1/n1/c1 match match true true +number-password/a4/m1/n1/c2 match match true true +number-password/a4/m1/n1/c3 match match true true +number-password/a4/m2/n0/c0 match match true true +number-password/a4/m2/n0/c1 match match true true +number-password/a4/m2/n0/c2 match match true true +number-password/a4/m2/n0/c3 match match true true +number-password/a4/m2/n1/c0 match match true true +number-password/a4/m2/n1/c1 match match true true +number-password/a4/m2/n1/c2 match match true true +number-password/a4/m2/n1/c3 match match true true +number-password/a4/m3/n0/c0 match match true true +number-password/a4/m3/n0/c1 match match true true +number-password/a4/m3/n0/c2 match match true true +number-password/a4/m3/n0/c3 match match true true +number-password/a4/m3/n1/c0 match match true true +number-password/a4/m3/n1/c1 match match true true +number-password/a4/m3/n1/c2 match match true true +number-password/a4/m3/n1/c3 match match true true +number-password/a5/m0/n0/c0 match match true true +number-password/a5/m0/n0/c1 match match true true +number-password/a5/m0/n0/c2 match match true true +number-password/a5/m0/n0/c3 match match true true +number-password/a5/m0/n1/c0 match match true true +number-password/a5/m0/n1/c1 match match true true +number-password/a5/m0/n1/c2 match match true true +number-password/a5/m0/n1/c3 match match true true +number-password/a5/m1/n0/c0 match match true true +number-password/a5/m1/n0/c1 match match true true +number-password/a5/m1/n0/c2 match match true true +number-password/a5/m1/n0/c3 match match true true +number-password/a5/m1/n1/c0 match match true true +number-password/a5/m1/n1/c1 match match true true +number-password/a5/m1/n1/c2 match match true true +number-password/a5/m1/n1/c3 match match true true +number-password/a5/m2/n0/c0 match match true true +number-password/a5/m2/n0/c1 match match true true +number-password/a5/m2/n0/c2 match match true true +number-password/a5/m2/n0/c3 match match true true +number-password/a5/m2/n1/c0 match match true true +number-password/a5/m2/n1/c1 match match true true +number-password/a5/m2/n1/c2 match match true true +number-password/a5/m2/n1/c3 match match true true +number-password/a5/m3/n0/c0 match match true true +number-password/a5/m3/n0/c1 match match true true +number-password/a5/m3/n0/c2 match match true true +number-password/a5/m3/n0/c3 match match true true +number-password/a5/m3/n1/c0 match match true true +number-password/a5/m3/n1/c1 match match true true +number-password/a5/m3/n1/c2 match match true true +number-password/a5/m3/n1/c3 match match true true +number-password/a6/m0/n0/c0 match match true true +number-password/a6/m0/n0/c1 match match true true +number-password/a6/m0/n0/c2 match match true true +number-password/a6/m0/n0/c3 match match true true +number-password/a6/m0/n1/c0 match match true true +number-password/a6/m0/n1/c1 match match true true +number-password/a6/m0/n1/c2 match match true true +number-password/a6/m0/n1/c3 match match true true +number-password/a6/m1/n0/c0 match match true true +number-password/a6/m1/n0/c1 match match true true +number-password/a6/m1/n0/c2 match match true true +number-password/a6/m1/n0/c3 match match true true +number-password/a6/m1/n1/c0 match match true true +number-password/a6/m1/n1/c1 match match true true +number-password/a6/m1/n1/c2 match match true true +number-password/a6/m1/n1/c3 match match true true +number-password/a6/m2/n0/c0 match match true true +number-password/a6/m2/n0/c1 match match true true +number-password/a6/m2/n0/c2 match match true true +number-password/a6/m2/n0/c3 match match true true +number-password/a6/m2/n1/c0 match match true true +number-password/a6/m2/n1/c1 match match true true +number-password/a6/m2/n1/c2 match match true true +number-password/a6/m2/n1/c3 match match true true +number-password/a6/m3/n0/c0 match match true true +number-password/a6/m3/n0/c1 match match true true +number-password/a6/m3/n0/c2 match match true true +number-password/a6/m3/n0/c3 match match true true +number-password/a6/m3/n1/c0 match match true true +number-password/a6/m3/n1/c1 match match true true +number-password/a6/m3/n1/c2 match match true true +number-password/a6/m3/n1/c3 match match true true +number-password/a7/m0/n0/c0 match match true true +number-password/a7/m0/n0/c1 match match true true +number-password/a7/m0/n0/c2 match match true true +number-password/a7/m0/n0/c3 match match true true +number-password/a7/m0/n1/c0 match match true true +number-password/a7/m0/n1/c1 match match true true +number-password/a7/m0/n1/c2 match match true true +number-password/a7/m0/n1/c3 match match true true +number-password/a7/m1/n0/c0 match match true true +number-password/a7/m1/n0/c1 match match true true +number-password/a7/m1/n0/c2 match match true true +number-password/a7/m1/n0/c3 match match true true +number-password/a7/m1/n1/c0 match match true true +number-password/a7/m1/n1/c1 match match true true +number-password/a7/m1/n1/c2 match match true true +number-password/a7/m1/n1/c3 match match true true +number-password/a7/m2/n0/c0 match match true true +number-password/a7/m2/n0/c1 match match true true +number-password/a7/m2/n0/c2 match match true true +number-password/a7/m2/n0/c3 match match true true +number-password/a7/m2/n1/c0 match match true true +number-password/a7/m2/n1/c1 match match true true +number-password/a7/m2/n1/c2 match match true true +number-password/a7/m2/n1/c3 match match true true +number-password/a7/m3/n0/c0 match match true true +number-password/a7/m3/n0/c1 match match true true +number-password/a7/m3/n0/c2 match match true true +number-password/a7/m3/n0/c3 match match true true +number-password/a7/m3/n1/c0 match match true true +number-password/a7/m3/n1/c1 match match true true +number-password/a7/m3/n1/c2 match match true true +number-password/a7/m3/n1/c3 match match true true +phone/a0/m0/n0/c0 match match true true +phone/a0/m0/n0/c1 match match true true +phone/a0/m0/n0/c2 match match true true +phone/a0/m0/n0/c3 match match true true +phone/a0/m0/n1/c0 match match true true +phone/a0/m0/n1/c1 match match true true +phone/a0/m0/n1/c2 match match true true +phone/a0/m0/n1/c3 match match true true +phone/a0/m1/n0/c0 match match true true +phone/a0/m1/n0/c1 match match true true +phone/a0/m1/n0/c2 match match true true +phone/a0/m1/n0/c3 match match true true +phone/a0/m1/n1/c0 match match true true +phone/a0/m1/n1/c1 match match true true +phone/a0/m1/n1/c2 match match true true +phone/a0/m1/n1/c3 match match true true +phone/a0/m2/n0/c0 match match true true +phone/a0/m2/n0/c1 match match true true +phone/a0/m2/n0/c2 match match true true +phone/a0/m2/n0/c3 match match true true +phone/a0/m2/n1/c0 match match true true +phone/a0/m2/n1/c1 match match true true +phone/a0/m2/n1/c2 match match true true +phone/a0/m2/n1/c3 match match true true +phone/a0/m3/n0/c0 match match true true +phone/a0/m3/n0/c1 match match true true +phone/a0/m3/n0/c2 match match true true +phone/a0/m3/n0/c3 match match true true +phone/a0/m3/n1/c0 match match true true +phone/a0/m3/n1/c1 match match true true +phone/a0/m3/n1/c2 match match true true +phone/a0/m3/n1/c3 match match true true +phone/a1/m0/n0/c0 match match true true +phone/a1/m0/n0/c1 match match true true +phone/a1/m0/n0/c2 match match true true +phone/a1/m0/n0/c3 match match true true +phone/a1/m0/n1/c0 match match true true +phone/a1/m0/n1/c1 match match true true +phone/a1/m0/n1/c2 match match true true +phone/a1/m0/n1/c3 match match true true +phone/a1/m1/n0/c0 match match true true +phone/a1/m1/n0/c1 match match true true +phone/a1/m1/n0/c2 match match true true +phone/a1/m1/n0/c3 match match true true +phone/a1/m1/n1/c0 match match true true +phone/a1/m1/n1/c1 match match true true +phone/a1/m1/n1/c2 match match true true +phone/a1/m1/n1/c3 match match true true +phone/a1/m2/n0/c0 match match true true +phone/a1/m2/n0/c1 match match true true +phone/a1/m2/n0/c2 match match true true +phone/a1/m2/n0/c3 match match true true +phone/a1/m2/n1/c0 match match true true +phone/a1/m2/n1/c1 match match true true +phone/a1/m2/n1/c2 match match true true +phone/a1/m2/n1/c3 match match true true +phone/a1/m3/n0/c0 match match true true +phone/a1/m3/n0/c1 match match true true +phone/a1/m3/n0/c2 match match true true +phone/a1/m3/n0/c3 match match true true +phone/a1/m3/n1/c0 match match true true +phone/a1/m3/n1/c1 match match true true +phone/a1/m3/n1/c2 match match true true +phone/a1/m3/n1/c3 match match true true +phone/a2/m0/n0/c0 match match true true +phone/a2/m0/n0/c1 match match true true +phone/a2/m0/n0/c2 match match true true +phone/a2/m0/n0/c3 match match true true +phone/a2/m0/n1/c0 match match true true +phone/a2/m0/n1/c1 match match true true +phone/a2/m0/n1/c2 match match true true +phone/a2/m0/n1/c3 match match true true +phone/a2/m1/n0/c0 match match true true +phone/a2/m1/n0/c1 match match true true +phone/a2/m1/n0/c2 match match true true +phone/a2/m1/n0/c3 match match true true +phone/a2/m1/n1/c0 match match true true +phone/a2/m1/n1/c1 match match true true +phone/a2/m1/n1/c2 match match true true +phone/a2/m1/n1/c3 match match true true +phone/a2/m2/n0/c0 match match true true +phone/a2/m2/n0/c1 match match true true +phone/a2/m2/n0/c2 match match true true +phone/a2/m2/n0/c3 match match true true +phone/a2/m2/n1/c0 match match true true +phone/a2/m2/n1/c1 match match true true +phone/a2/m2/n1/c2 match match true true +phone/a2/m2/n1/c3 match match true true +phone/a2/m3/n0/c0 match match true true +phone/a2/m3/n0/c1 match match true true +phone/a2/m3/n0/c2 match match true true +phone/a2/m3/n0/c3 match match true true +phone/a2/m3/n1/c0 match match true true +phone/a2/m3/n1/c1 match match true true +phone/a2/m3/n1/c2 match match true true +phone/a2/m3/n1/c3 match match true true +phone/a3/m0/n0/c0 match match true true +phone/a3/m0/n0/c1 match match true true +phone/a3/m0/n0/c2 match match true true +phone/a3/m0/n0/c3 match match true true +phone/a3/m0/n1/c0 match match true true +phone/a3/m0/n1/c1 match match true true +phone/a3/m0/n1/c2 match match true true +phone/a3/m0/n1/c3 match match true true +phone/a3/m1/n0/c0 match match true true +phone/a3/m1/n0/c1 match match true true +phone/a3/m1/n0/c2 match match true true +phone/a3/m1/n0/c3 match match true true +phone/a3/m1/n1/c0 match match true true +phone/a3/m1/n1/c1 match match true true +phone/a3/m1/n1/c2 match match true true +phone/a3/m1/n1/c3 match match true true +phone/a3/m2/n0/c0 match match true true +phone/a3/m2/n0/c1 match match true true +phone/a3/m2/n0/c2 match match true true +phone/a3/m2/n0/c3 match match true true +phone/a3/m2/n1/c0 match match true true +phone/a3/m2/n1/c1 match match true true +phone/a3/m2/n1/c2 match match true true +phone/a3/m2/n1/c3 match match true true +phone/a3/m3/n0/c0 match match true true +phone/a3/m3/n0/c1 match match true true +phone/a3/m3/n0/c2 match match true true +phone/a3/m3/n0/c3 match match true true +phone/a3/m3/n1/c0 match match true true +phone/a3/m3/n1/c1 match match true true +phone/a3/m3/n1/c2 match match true true +phone/a3/m3/n1/c3 match match true true +phone/a4/m0/n0/c0 match match true true +phone/a4/m0/n0/c1 match match true true +phone/a4/m0/n0/c2 match match true true +phone/a4/m0/n0/c3 match match true true +phone/a4/m0/n1/c0 match match true true +phone/a4/m0/n1/c1 match match true true +phone/a4/m0/n1/c2 match match true true +phone/a4/m0/n1/c3 match match true true +phone/a4/m1/n0/c0 match match true true +phone/a4/m1/n0/c1 match match true true +phone/a4/m1/n0/c2 match match true true +phone/a4/m1/n0/c3 match match true true +phone/a4/m1/n1/c0 match match true true +phone/a4/m1/n1/c1 match match true true +phone/a4/m1/n1/c2 match match true true +phone/a4/m1/n1/c3 match match true true +phone/a4/m2/n0/c0 match match true true +phone/a4/m2/n0/c1 match match true true +phone/a4/m2/n0/c2 match match true true +phone/a4/m2/n0/c3 match match true true +phone/a4/m2/n1/c0 match match true true +phone/a4/m2/n1/c1 match match true true +phone/a4/m2/n1/c2 match match true true +phone/a4/m2/n1/c3 match match true true +phone/a4/m3/n0/c0 match match true true +phone/a4/m3/n0/c1 match match true true +phone/a4/m3/n0/c2 match match true true +phone/a4/m3/n0/c3 match match true true +phone/a4/m3/n1/c0 match match true true +phone/a4/m3/n1/c1 match match true true +phone/a4/m3/n1/c2 match match true true +phone/a4/m3/n1/c3 match match true true +phone/a5/m0/n0/c0 match match true true +phone/a5/m0/n0/c1 match match true true +phone/a5/m0/n0/c2 match match true true +phone/a5/m0/n0/c3 match match true true +phone/a5/m0/n1/c0 match match true true +phone/a5/m0/n1/c1 match match true true +phone/a5/m0/n1/c2 match match true true +phone/a5/m0/n1/c3 match match true true +phone/a5/m1/n0/c0 match match true true +phone/a5/m1/n0/c1 match match true true +phone/a5/m1/n0/c2 match match true true +phone/a5/m1/n0/c3 match match true true +phone/a5/m1/n1/c0 match match true true +phone/a5/m1/n1/c1 match match true true +phone/a5/m1/n1/c2 match match true true +phone/a5/m1/n1/c3 match match true true +phone/a5/m2/n0/c0 match match true true +phone/a5/m2/n0/c1 match match true true +phone/a5/m2/n0/c2 match match true true +phone/a5/m2/n0/c3 match match true true +phone/a5/m2/n1/c0 match match true true +phone/a5/m2/n1/c1 match match true true +phone/a5/m2/n1/c2 match match true true +phone/a5/m2/n1/c3 match match true true +phone/a5/m3/n0/c0 match match true true +phone/a5/m3/n0/c1 match match true true +phone/a5/m3/n0/c2 match match true true +phone/a5/m3/n0/c3 match match true true +phone/a5/m3/n1/c0 match match true true +phone/a5/m3/n1/c1 match match true true +phone/a5/m3/n1/c2 match match true true +phone/a5/m3/n1/c3 match match true true +phone/a6/m0/n0/c0 match match true true +phone/a6/m0/n0/c1 match match true true +phone/a6/m0/n0/c2 match match true true +phone/a6/m0/n0/c3 match match true true +phone/a6/m0/n1/c0 match match true true +phone/a6/m0/n1/c1 match match true true +phone/a6/m0/n1/c2 match match true true +phone/a6/m0/n1/c3 match match true true +phone/a6/m1/n0/c0 match match true true +phone/a6/m1/n0/c1 match match true true +phone/a6/m1/n0/c2 match match true true +phone/a6/m1/n0/c3 match match true true +phone/a6/m1/n1/c0 match match true true +phone/a6/m1/n1/c1 match match true true +phone/a6/m1/n1/c2 match match true true +phone/a6/m1/n1/c3 match match true true +phone/a6/m2/n0/c0 match match true true +phone/a6/m2/n0/c1 match match true true +phone/a6/m2/n0/c2 match match true true +phone/a6/m2/n0/c3 match match true true +phone/a6/m2/n1/c0 match match true true +phone/a6/m2/n1/c1 match match true true +phone/a6/m2/n1/c2 match match true true +phone/a6/m2/n1/c3 match match true true +phone/a6/m3/n0/c0 match match true true +phone/a6/m3/n0/c1 match match true true +phone/a6/m3/n0/c2 match match true true +phone/a6/m3/n0/c3 match match true true +phone/a6/m3/n1/c0 match match true true +phone/a6/m3/n1/c1 match match true true +phone/a6/m3/n1/c2 match match true true +phone/a6/m3/n1/c3 match match true true +phone/a7/m0/n0/c0 match match true true +phone/a7/m0/n0/c1 match match true true +phone/a7/m0/n0/c2 match match true true +phone/a7/m0/n0/c3 match match true true +phone/a7/m0/n1/c0 match match true true +phone/a7/m0/n1/c1 match match true true +phone/a7/m0/n1/c2 match match true true +phone/a7/m0/n1/c3 match match true true +phone/a7/m1/n0/c0 match match true true +phone/a7/m1/n0/c1 match match true true +phone/a7/m1/n0/c2 match match true true +phone/a7/m1/n0/c3 match match true true +phone/a7/m1/n1/c0 match match true true +phone/a7/m1/n1/c1 match match true true +phone/a7/m1/n1/c2 match match true true +phone/a7/m1/n1/c3 match match true true +phone/a7/m2/n0/c0 match match true true +phone/a7/m2/n0/c1 match match true true +phone/a7/m2/n0/c2 match match true true +phone/a7/m2/n0/c3 match match true true +phone/a7/m2/n1/c0 match match true true +phone/a7/m2/n1/c1 match match true true +phone/a7/m2/n1/c2 match match true true +phone/a7/m2/n1/c3 match match true true +phone/a7/m3/n0/c0 match match true true +phone/a7/m3/n0/c1 match match true true +phone/a7/m3/n0/c2 match match true true +phone/a7/m3/n0/c3 match match true true +phone/a7/m3/n1/c0 match match true true +phone/a7/m3/n1/c1 match match true true +phone/a7/m3/n1/c2 match match true true +phone/a7/m3/n1/c3 match match true true +datetime/a0/m0/n0/c0 match match true true +datetime/a0/m0/n0/c1 match match true true +datetime/a0/m0/n0/c2 match match true true +datetime/a0/m0/n0/c3 match match true true +datetime/a0/m0/n1/c0 match match true true +datetime/a0/m0/n1/c1 match match true true +datetime/a0/m0/n1/c2 match match true true +datetime/a0/m0/n1/c3 match match true true +datetime/a0/m1/n0/c0 match match true true +datetime/a0/m1/n0/c1 match match true true +datetime/a0/m1/n0/c2 match match true true +datetime/a0/m1/n0/c3 match match true true +datetime/a0/m1/n1/c0 match match true true +datetime/a0/m1/n1/c1 match match true true +datetime/a0/m1/n1/c2 match match true true +datetime/a0/m1/n1/c3 match match true true +datetime/a0/m2/n0/c0 match match true true +datetime/a0/m2/n0/c1 match match true true +datetime/a0/m2/n0/c2 match match true true +datetime/a0/m2/n0/c3 match match true true +datetime/a0/m2/n1/c0 match match true true +datetime/a0/m2/n1/c1 match match true true +datetime/a0/m2/n1/c2 match match true true +datetime/a0/m2/n1/c3 match match true true +datetime/a0/m3/n0/c0 match match true true +datetime/a0/m3/n0/c1 match match true true +datetime/a0/m3/n0/c2 match match true true +datetime/a0/m3/n0/c3 match match true true +datetime/a0/m3/n1/c0 match match true true +datetime/a0/m3/n1/c1 match match true true +datetime/a0/m3/n1/c2 match match true true +datetime/a0/m3/n1/c3 match match true true +datetime/a1/m0/n0/c0 match match true true +datetime/a1/m0/n0/c1 match match true true +datetime/a1/m0/n0/c2 match match true true +datetime/a1/m0/n0/c3 match match true true +datetime/a1/m0/n1/c0 match match true true +datetime/a1/m0/n1/c1 match match true true +datetime/a1/m0/n1/c2 match match true true +datetime/a1/m0/n1/c3 match match true true +datetime/a1/m1/n0/c0 match match true true +datetime/a1/m1/n0/c1 match match true true +datetime/a1/m1/n0/c2 match match true true +datetime/a1/m1/n0/c3 match match true true +datetime/a1/m1/n1/c0 match match true true +datetime/a1/m1/n1/c1 match match true true +datetime/a1/m1/n1/c2 match match true true +datetime/a1/m1/n1/c3 match match true true +datetime/a1/m2/n0/c0 match match true true +datetime/a1/m2/n0/c1 match match true true +datetime/a1/m2/n0/c2 match match true true +datetime/a1/m2/n0/c3 match match true true +datetime/a1/m2/n1/c0 match match true true +datetime/a1/m2/n1/c1 match match true true +datetime/a1/m2/n1/c2 match match true true +datetime/a1/m2/n1/c3 match match true true +datetime/a1/m3/n0/c0 match match true true +datetime/a1/m3/n0/c1 match match true true +datetime/a1/m3/n0/c2 match match true true +datetime/a1/m3/n0/c3 match match true true +datetime/a1/m3/n1/c0 match match true true +datetime/a1/m3/n1/c1 match match true true +datetime/a1/m3/n1/c2 match match true true +datetime/a1/m3/n1/c3 match match true true +datetime/a2/m0/n0/c0 match match true true +datetime/a2/m0/n0/c1 match match true true +datetime/a2/m0/n0/c2 match match true true +datetime/a2/m0/n0/c3 match match true true +datetime/a2/m0/n1/c0 match match true true +datetime/a2/m0/n1/c1 match match true true +datetime/a2/m0/n1/c2 match match true true +datetime/a2/m0/n1/c3 match match true true +datetime/a2/m1/n0/c0 match match true true +datetime/a2/m1/n0/c1 match match true true +datetime/a2/m1/n0/c2 match match true true +datetime/a2/m1/n0/c3 match match true true +datetime/a2/m1/n1/c0 match match true true +datetime/a2/m1/n1/c1 match match true true +datetime/a2/m1/n1/c2 match match true true +datetime/a2/m1/n1/c3 match match true true +datetime/a2/m2/n0/c0 match match true true +datetime/a2/m2/n0/c1 match match true true +datetime/a2/m2/n0/c2 match match true true +datetime/a2/m2/n0/c3 match match true true +datetime/a2/m2/n1/c0 match match true true +datetime/a2/m2/n1/c1 match match true true +datetime/a2/m2/n1/c2 match match true true +datetime/a2/m2/n1/c3 match match true true +datetime/a2/m3/n0/c0 match match true true +datetime/a2/m3/n0/c1 match match true true +datetime/a2/m3/n0/c2 match match true true +datetime/a2/m3/n0/c3 match match true true +datetime/a2/m3/n1/c0 match match true true +datetime/a2/m3/n1/c1 match match true true +datetime/a2/m3/n1/c2 match match true true +datetime/a2/m3/n1/c3 match match true true +datetime/a3/m0/n0/c0 match match true true +datetime/a3/m0/n0/c1 match match true true +datetime/a3/m0/n0/c2 match match true true +datetime/a3/m0/n0/c3 match match true true +datetime/a3/m0/n1/c0 match match true true +datetime/a3/m0/n1/c1 match match true true +datetime/a3/m0/n1/c2 match match true true +datetime/a3/m0/n1/c3 match match true true +datetime/a3/m1/n0/c0 match match true true +datetime/a3/m1/n0/c1 match match true true +datetime/a3/m1/n0/c2 match match true true +datetime/a3/m1/n0/c3 match match true true +datetime/a3/m1/n1/c0 match match true true +datetime/a3/m1/n1/c1 match match true true +datetime/a3/m1/n1/c2 match match true true +datetime/a3/m1/n1/c3 match match true true +datetime/a3/m2/n0/c0 match match true true +datetime/a3/m2/n0/c1 match match true true +datetime/a3/m2/n0/c2 match match true true +datetime/a3/m2/n0/c3 match match true true +datetime/a3/m2/n1/c0 match match true true +datetime/a3/m2/n1/c1 match match true true +datetime/a3/m2/n1/c2 match match true true +datetime/a3/m2/n1/c3 match match true true +datetime/a3/m3/n0/c0 match match true true +datetime/a3/m3/n0/c1 match match true true +datetime/a3/m3/n0/c2 match match true true +datetime/a3/m3/n0/c3 match match true true +datetime/a3/m3/n1/c0 match match true true +datetime/a3/m3/n1/c1 match match true true +datetime/a3/m3/n1/c2 match match true true +datetime/a3/m3/n1/c3 match match true true +datetime/a4/m0/n0/c0 match match true true +datetime/a4/m0/n0/c1 match match true true +datetime/a4/m0/n0/c2 match match true true +datetime/a4/m0/n0/c3 match match true true +datetime/a4/m0/n1/c0 match match true true +datetime/a4/m0/n1/c1 match match true true +datetime/a4/m0/n1/c2 match match true true +datetime/a4/m0/n1/c3 match match true true +datetime/a4/m1/n0/c0 match match true true +datetime/a4/m1/n0/c1 match match true true +datetime/a4/m1/n0/c2 match match true true +datetime/a4/m1/n0/c3 match match true true +datetime/a4/m1/n1/c0 match match true true +datetime/a4/m1/n1/c1 match match true true +datetime/a4/m1/n1/c2 match match true true +datetime/a4/m1/n1/c3 match match true true +datetime/a4/m2/n0/c0 match match true true +datetime/a4/m2/n0/c1 match match true true +datetime/a4/m2/n0/c2 match match true true +datetime/a4/m2/n0/c3 match match true true +datetime/a4/m2/n1/c0 match match true true +datetime/a4/m2/n1/c1 match match true true +datetime/a4/m2/n1/c2 match match true true +datetime/a4/m2/n1/c3 match match true true +datetime/a4/m3/n0/c0 match match true true +datetime/a4/m3/n0/c1 match match true true +datetime/a4/m3/n0/c2 match match true true +datetime/a4/m3/n0/c3 match match true true +datetime/a4/m3/n1/c0 match match true true +datetime/a4/m3/n1/c1 match match true true +datetime/a4/m3/n1/c2 match match true true +datetime/a4/m3/n1/c3 match match true true +datetime/a5/m0/n0/c0 match match true true +datetime/a5/m0/n0/c1 match match true true +datetime/a5/m0/n0/c2 match match true true +datetime/a5/m0/n0/c3 match match true true +datetime/a5/m0/n1/c0 match match true true +datetime/a5/m0/n1/c1 match match true true +datetime/a5/m0/n1/c2 match match true true +datetime/a5/m0/n1/c3 match match true true +datetime/a5/m1/n0/c0 match match true true +datetime/a5/m1/n0/c1 match match true true +datetime/a5/m1/n0/c2 match match true true +datetime/a5/m1/n0/c3 match match true true +datetime/a5/m1/n1/c0 match match true true +datetime/a5/m1/n1/c1 match match true true +datetime/a5/m1/n1/c2 match match true true +datetime/a5/m1/n1/c3 match match true true +datetime/a5/m2/n0/c0 match match true true +datetime/a5/m2/n0/c1 match match true true +datetime/a5/m2/n0/c2 match match true true +datetime/a5/m2/n0/c3 match match true true +datetime/a5/m2/n1/c0 match match true true +datetime/a5/m2/n1/c1 match match true true +datetime/a5/m2/n1/c2 match match true true +datetime/a5/m2/n1/c3 match match true true +datetime/a5/m3/n0/c0 match match true true +datetime/a5/m3/n0/c1 match match true true +datetime/a5/m3/n0/c2 match match true true +datetime/a5/m3/n0/c3 match match true true +datetime/a5/m3/n1/c0 match match true true +datetime/a5/m3/n1/c1 match match true true +datetime/a5/m3/n1/c2 match match true true +datetime/a5/m3/n1/c3 match match true true +datetime/a6/m0/n0/c0 match match true true +datetime/a6/m0/n0/c1 match match true true +datetime/a6/m0/n0/c2 match match true true +datetime/a6/m0/n0/c3 match match true true +datetime/a6/m0/n1/c0 match match true true +datetime/a6/m0/n1/c1 match match true true +datetime/a6/m0/n1/c2 match match true true +datetime/a6/m0/n1/c3 match match true true +datetime/a6/m1/n0/c0 match match true true +datetime/a6/m1/n0/c1 match match true true +datetime/a6/m1/n0/c2 match match true true +datetime/a6/m1/n0/c3 match match true true +datetime/a6/m1/n1/c0 match match true true +datetime/a6/m1/n1/c1 match match true true +datetime/a6/m1/n1/c2 match match true true +datetime/a6/m1/n1/c3 match match true true +datetime/a6/m2/n0/c0 match match true true +datetime/a6/m2/n0/c1 match match true true +datetime/a6/m2/n0/c2 match match true true +datetime/a6/m2/n0/c3 match match true true +datetime/a6/m2/n1/c0 match match true true +datetime/a6/m2/n1/c1 match match true true +datetime/a6/m2/n1/c2 match match true true +datetime/a6/m2/n1/c3 match match true true +datetime/a6/m3/n0/c0 match match true true +datetime/a6/m3/n0/c1 match match true true +datetime/a6/m3/n0/c2 match match true true +datetime/a6/m3/n0/c3 match match true true +datetime/a6/m3/n1/c0 match match true true +datetime/a6/m3/n1/c1 match match true true +datetime/a6/m3/n1/c2 match match true true +datetime/a6/m3/n1/c3 match match true true +datetime/a7/m0/n0/c0 match match true true +datetime/a7/m0/n0/c1 match match true true +datetime/a7/m0/n0/c2 match match true true +datetime/a7/m0/n0/c3 match match true true +datetime/a7/m0/n1/c0 match match true true +datetime/a7/m0/n1/c1 match match true true +datetime/a7/m0/n1/c2 match match true true +datetime/a7/m0/n1/c3 match match true true +datetime/a7/m1/n0/c0 match match true true +datetime/a7/m1/n0/c1 match match true true +datetime/a7/m1/n0/c2 match match true true +datetime/a7/m1/n0/c3 match match true true +datetime/a7/m1/n1/c0 match match true true +datetime/a7/m1/n1/c1 match match true true +datetime/a7/m1/n1/c2 match match true true +datetime/a7/m1/n1/c3 match match true true +datetime/a7/m2/n0/c0 match match true true +datetime/a7/m2/n0/c1 match match true true +datetime/a7/m2/n0/c2 match match true true +datetime/a7/m2/n0/c3 match match true true +datetime/a7/m2/n1/c0 match match true true +datetime/a7/m2/n1/c1 match match true true +datetime/a7/m2/n1/c2 match match true true +datetime/a7/m2/n1/c3 match match true true +datetime/a7/m3/n0/c0 match match true true +datetime/a7/m3/n0/c1 match match true true +datetime/a7/m3/n0/c2 match match true true +datetime/a7/m3/n0/c3 match match true true +datetime/a7/m3/n1/c0 match match true true +datetime/a7/m3/n1/c1 match match true true +datetime/a7/m3/n1/c2 match match true true +datetime/a7/m3/n1/c3 match match true true +date/a0/m0/n0/c0 match match true true +date/a0/m0/n0/c1 match match true true +date/a0/m0/n0/c2 match match true true +date/a0/m0/n0/c3 match match true true +date/a0/m0/n1/c0 match match true true +date/a0/m0/n1/c1 match match true true +date/a0/m0/n1/c2 match match true true +date/a0/m0/n1/c3 match match true true +date/a0/m1/n0/c0 match match true true +date/a0/m1/n0/c1 match match true true +date/a0/m1/n0/c2 match match true true +date/a0/m1/n0/c3 match match true true +date/a0/m1/n1/c0 match match true true +date/a0/m1/n1/c1 match match true true +date/a0/m1/n1/c2 match match true true +date/a0/m1/n1/c3 match match true true +date/a0/m2/n0/c0 match match true true +date/a0/m2/n0/c1 match match true true +date/a0/m2/n0/c2 match match true true +date/a0/m2/n0/c3 match match true true +date/a0/m2/n1/c0 match match true true +date/a0/m2/n1/c1 match match true true +date/a0/m2/n1/c2 match match true true +date/a0/m2/n1/c3 match match true true +date/a0/m3/n0/c0 match match true true +date/a0/m3/n0/c1 match match true true +date/a0/m3/n0/c2 match match true true +date/a0/m3/n0/c3 match match true true +date/a0/m3/n1/c0 match match true true +date/a0/m3/n1/c1 match match true true +date/a0/m3/n1/c2 match match true true +date/a0/m3/n1/c3 match match true true +date/a1/m0/n0/c0 match match true true +date/a1/m0/n0/c1 match match true true +date/a1/m0/n0/c2 match match true true +date/a1/m0/n0/c3 match match true true +date/a1/m0/n1/c0 match match true true +date/a1/m0/n1/c1 match match true true +date/a1/m0/n1/c2 match match true true +date/a1/m0/n1/c3 match match true true +date/a1/m1/n0/c0 match match true true +date/a1/m1/n0/c1 match match true true +date/a1/m1/n0/c2 match match true true +date/a1/m1/n0/c3 match match true true +date/a1/m1/n1/c0 match match true true +date/a1/m1/n1/c1 match match true true +date/a1/m1/n1/c2 match match true true +date/a1/m1/n1/c3 match match true true +date/a1/m2/n0/c0 match match true true +date/a1/m2/n0/c1 match match true true +date/a1/m2/n0/c2 match match true true +date/a1/m2/n0/c3 match match true true +date/a1/m2/n1/c0 match match true true +date/a1/m2/n1/c1 match match true true +date/a1/m2/n1/c2 match match true true +date/a1/m2/n1/c3 match match true true +date/a1/m3/n0/c0 match match true true +date/a1/m3/n0/c1 match match true true +date/a1/m3/n0/c2 match match true true +date/a1/m3/n0/c3 match match true true +date/a1/m3/n1/c0 match match true true +date/a1/m3/n1/c1 match match true true +date/a1/m3/n1/c2 match match true true +date/a1/m3/n1/c3 match match true true +date/a2/m0/n0/c0 match match true true +date/a2/m0/n0/c1 match match true true +date/a2/m0/n0/c2 match match true true +date/a2/m0/n0/c3 match match true true +date/a2/m0/n1/c0 match match true true +date/a2/m0/n1/c1 match match true true +date/a2/m0/n1/c2 match match true true +date/a2/m0/n1/c3 match match true true +date/a2/m1/n0/c0 match match true true +date/a2/m1/n0/c1 match match true true +date/a2/m1/n0/c2 match match true true +date/a2/m1/n0/c3 match match true true +date/a2/m1/n1/c0 match match true true +date/a2/m1/n1/c1 match match true true +date/a2/m1/n1/c2 match match true true +date/a2/m1/n1/c3 match match true true +date/a2/m2/n0/c0 match match true true +date/a2/m2/n0/c1 match match true true +date/a2/m2/n0/c2 match match true true +date/a2/m2/n0/c3 match match true true +date/a2/m2/n1/c0 match match true true +date/a2/m2/n1/c1 match match true true +date/a2/m2/n1/c2 match match true true +date/a2/m2/n1/c3 match match true true +date/a2/m3/n0/c0 match match true true +date/a2/m3/n0/c1 match match true true +date/a2/m3/n0/c2 match match true true +date/a2/m3/n0/c3 match match true true +date/a2/m3/n1/c0 match match true true +date/a2/m3/n1/c1 match match true true +date/a2/m3/n1/c2 match match true true +date/a2/m3/n1/c3 match match true true +date/a3/m0/n0/c0 match match true true +date/a3/m0/n0/c1 match match true true +date/a3/m0/n0/c2 match match true true +date/a3/m0/n0/c3 match match true true +date/a3/m0/n1/c0 match match true true +date/a3/m0/n1/c1 match match true true +date/a3/m0/n1/c2 match match true true +date/a3/m0/n1/c3 match match true true +date/a3/m1/n0/c0 match match true true +date/a3/m1/n0/c1 match match true true +date/a3/m1/n0/c2 match match true true +date/a3/m1/n0/c3 match match true true +date/a3/m1/n1/c0 match match true true +date/a3/m1/n1/c1 match match true true +date/a3/m1/n1/c2 match match true true +date/a3/m1/n1/c3 match match true true +date/a3/m2/n0/c0 match match true true +date/a3/m2/n0/c1 match match true true +date/a3/m2/n0/c2 match match true true +date/a3/m2/n0/c3 match match true true +date/a3/m2/n1/c0 match match true true +date/a3/m2/n1/c1 match match true true +date/a3/m2/n1/c2 match match true true +date/a3/m2/n1/c3 match match true true +date/a3/m3/n0/c0 match match true true +date/a3/m3/n0/c1 match match true true +date/a3/m3/n0/c2 match match true true +date/a3/m3/n0/c3 match match true true +date/a3/m3/n1/c0 match match true true +date/a3/m3/n1/c1 match match true true +date/a3/m3/n1/c2 match match true true +date/a3/m3/n1/c3 match match true true +date/a4/m0/n0/c0 match match true true +date/a4/m0/n0/c1 match match true true +date/a4/m0/n0/c2 match match true true +date/a4/m0/n0/c3 match match true true +date/a4/m0/n1/c0 match match true true +date/a4/m0/n1/c1 match match true true +date/a4/m0/n1/c2 match match true true +date/a4/m0/n1/c3 match match true true +date/a4/m1/n0/c0 match match true true +date/a4/m1/n0/c1 match match true true +date/a4/m1/n0/c2 match match true true +date/a4/m1/n0/c3 match match true true +date/a4/m1/n1/c0 match match true true +date/a4/m1/n1/c1 match match true true +date/a4/m1/n1/c2 match match true true +date/a4/m1/n1/c3 match match true true +date/a4/m2/n0/c0 match match true true +date/a4/m2/n0/c1 match match true true +date/a4/m2/n0/c2 match match true true +date/a4/m2/n0/c3 match match true true +date/a4/m2/n1/c0 match match true true +date/a4/m2/n1/c1 match match true true +date/a4/m2/n1/c2 match match true true +date/a4/m2/n1/c3 match match true true +date/a4/m3/n0/c0 match match true true +date/a4/m3/n0/c1 match match true true +date/a4/m3/n0/c2 match match true true +date/a4/m3/n0/c3 match match true true +date/a4/m3/n1/c0 match match true true +date/a4/m3/n1/c1 match match true true +date/a4/m3/n1/c2 match match true true +date/a4/m3/n1/c3 match match true true +date/a5/m0/n0/c0 match match true true +date/a5/m0/n0/c1 match match true true +date/a5/m0/n0/c2 match match true true +date/a5/m0/n0/c3 match match true true +date/a5/m0/n1/c0 match match true true +date/a5/m0/n1/c1 match match true true +date/a5/m0/n1/c2 match match true true +date/a5/m0/n1/c3 match match true true +date/a5/m1/n0/c0 match match true true +date/a5/m1/n0/c1 match match true true +date/a5/m1/n0/c2 match match true true +date/a5/m1/n0/c3 match match true true +date/a5/m1/n1/c0 match match true true +date/a5/m1/n1/c1 match match true true +date/a5/m1/n1/c2 match match true true +date/a5/m1/n1/c3 match match true true +date/a5/m2/n0/c0 match match true true +date/a5/m2/n0/c1 match match true true +date/a5/m2/n0/c2 match match true true +date/a5/m2/n0/c3 match match true true +date/a5/m2/n1/c0 match match true true +date/a5/m2/n1/c1 match match true true +date/a5/m2/n1/c2 match match true true +date/a5/m2/n1/c3 match match true true +date/a5/m3/n0/c0 match match true true +date/a5/m3/n0/c1 match match true true +date/a5/m3/n0/c2 match match true true +date/a5/m3/n0/c3 match match true true +date/a5/m3/n1/c0 match match true true +date/a5/m3/n1/c1 match match true true +date/a5/m3/n1/c2 match match true true +date/a5/m3/n1/c3 match match true true +date/a6/m0/n0/c0 match match true true +date/a6/m0/n0/c1 match match true true +date/a6/m0/n0/c2 match match true true +date/a6/m0/n0/c3 match match true true +date/a6/m0/n1/c0 match match true true +date/a6/m0/n1/c1 match match true true +date/a6/m0/n1/c2 match match true true +date/a6/m0/n1/c3 match match true true +date/a6/m1/n0/c0 match match true true +date/a6/m1/n0/c1 match match true true +date/a6/m1/n0/c2 match match true true +date/a6/m1/n0/c3 match match true true +date/a6/m1/n1/c0 match match true true +date/a6/m1/n1/c1 match match true true +date/a6/m1/n1/c2 match match true true +date/a6/m1/n1/c3 match match true true +date/a6/m2/n0/c0 match match true true +date/a6/m2/n0/c1 match match true true +date/a6/m2/n0/c2 match match true true +date/a6/m2/n0/c3 match match true true +date/a6/m2/n1/c0 match match true true +date/a6/m2/n1/c1 match match true true +date/a6/m2/n1/c2 match match true true +date/a6/m2/n1/c3 match match true true +date/a6/m3/n0/c0 match match true true +date/a6/m3/n0/c1 match match true true +date/a6/m3/n0/c2 match match true true +date/a6/m3/n0/c3 match match true true +date/a6/m3/n1/c0 match match true true +date/a6/m3/n1/c1 match match true true +date/a6/m3/n1/c2 match match true true +date/a6/m3/n1/c3 match match true true +date/a7/m0/n0/c0 match match true true +date/a7/m0/n0/c1 match match true true +date/a7/m0/n0/c2 match match true true +date/a7/m0/n0/c3 match match true true +date/a7/m0/n1/c0 match match true true +date/a7/m0/n1/c1 match match true true +date/a7/m0/n1/c2 match match true true +date/a7/m0/n1/c3 match match true true +date/a7/m1/n0/c0 match match true true +date/a7/m1/n0/c1 match match true true +date/a7/m1/n0/c2 match match true true +date/a7/m1/n0/c3 match match true true +date/a7/m1/n1/c0 match match true true +date/a7/m1/n1/c1 match match true true +date/a7/m1/n1/c2 match match true true +date/a7/m1/n1/c3 match match true true +date/a7/m2/n0/c0 match match true true +date/a7/m2/n0/c1 match match true true +date/a7/m2/n0/c2 match match true true +date/a7/m2/n0/c3 match match true true +date/a7/m2/n1/c0 match match true true +date/a7/m2/n1/c1 match match true true +date/a7/m2/n1/c2 match match true true +date/a7/m2/n1/c3 match match true true +date/a7/m3/n0/c0 match match true true +date/a7/m3/n0/c1 match match true true +date/a7/m3/n0/c2 match match true true +date/a7/m3/n0/c3 match match true true +date/a7/m3/n1/c0 match match true true +date/a7/m3/n1/c1 match match true true +date/a7/m3/n1/c2 match match true true +date/a7/m3/n1/c3 match match true true +time/a0/m0/n0/c0 match match true true +time/a0/m0/n0/c1 match match true true +time/a0/m0/n0/c2 match match true true +time/a0/m0/n0/c3 match match true true +time/a0/m0/n1/c0 match match true true +time/a0/m0/n1/c1 match match true true +time/a0/m0/n1/c2 match match true true +time/a0/m0/n1/c3 match match true true +time/a0/m1/n0/c0 match match true true +time/a0/m1/n0/c1 match match true true +time/a0/m1/n0/c2 match match true true +time/a0/m1/n0/c3 match match true true +time/a0/m1/n1/c0 match match true true +time/a0/m1/n1/c1 match match true true +time/a0/m1/n1/c2 match match true true +time/a0/m1/n1/c3 match match true true +time/a0/m2/n0/c0 match match true true +time/a0/m2/n0/c1 match match true true +time/a0/m2/n0/c2 match match true true +time/a0/m2/n0/c3 match match true true +time/a0/m2/n1/c0 match match true true +time/a0/m2/n1/c1 match match true true +time/a0/m2/n1/c2 match match true true +time/a0/m2/n1/c3 match match true true +time/a0/m3/n0/c0 match match true true +time/a0/m3/n0/c1 match match true true +time/a0/m3/n0/c2 match match true true +time/a0/m3/n0/c3 match match true true +time/a0/m3/n1/c0 match match true true +time/a0/m3/n1/c1 match match true true +time/a0/m3/n1/c2 match match true true +time/a0/m3/n1/c3 match match true true +time/a1/m0/n0/c0 match match true true +time/a1/m0/n0/c1 match match true true +time/a1/m0/n0/c2 match match true true +time/a1/m0/n0/c3 match match true true +time/a1/m0/n1/c0 match match true true +time/a1/m0/n1/c1 match match true true +time/a1/m0/n1/c2 match match true true +time/a1/m0/n1/c3 match match true true +time/a1/m1/n0/c0 match match true true +time/a1/m1/n0/c1 match match true true +time/a1/m1/n0/c2 match match true true +time/a1/m1/n0/c3 match match true true +time/a1/m1/n1/c0 match match true true +time/a1/m1/n1/c1 match match true true +time/a1/m1/n1/c2 match match true true +time/a1/m1/n1/c3 match match true true +time/a1/m2/n0/c0 match match true true +time/a1/m2/n0/c1 match match true true +time/a1/m2/n0/c2 match match true true +time/a1/m2/n0/c3 match match true true +time/a1/m2/n1/c0 match match true true +time/a1/m2/n1/c1 match match true true +time/a1/m2/n1/c2 match match true true +time/a1/m2/n1/c3 match match true true +time/a1/m3/n0/c0 match match true true +time/a1/m3/n0/c1 match match true true +time/a1/m3/n0/c2 match match true true +time/a1/m3/n0/c3 match match true true +time/a1/m3/n1/c0 match match true true +time/a1/m3/n1/c1 match match true true +time/a1/m3/n1/c2 match match true true +time/a1/m3/n1/c3 match match true true +time/a2/m0/n0/c0 match match true true +time/a2/m0/n0/c1 match match true true +time/a2/m0/n0/c2 match match true true +time/a2/m0/n0/c3 match match true true +time/a2/m0/n1/c0 match match true true +time/a2/m0/n1/c1 match match true true +time/a2/m0/n1/c2 match match true true +time/a2/m0/n1/c3 match match true true +time/a2/m1/n0/c0 match match true true +time/a2/m1/n0/c1 match match true true +time/a2/m1/n0/c2 match match true true +time/a2/m1/n0/c3 match match true true +time/a2/m1/n1/c0 match match true true +time/a2/m1/n1/c1 match match true true +time/a2/m1/n1/c2 match match true true +time/a2/m1/n1/c3 match match true true +time/a2/m2/n0/c0 match match true true +time/a2/m2/n0/c1 match match true true +time/a2/m2/n0/c2 match match true true +time/a2/m2/n0/c3 match match true true +time/a2/m2/n1/c0 match match true true +time/a2/m2/n1/c1 match match true true +time/a2/m2/n1/c2 match match true true +time/a2/m2/n1/c3 match match true true +time/a2/m3/n0/c0 match match true true +time/a2/m3/n0/c1 match match true true +time/a2/m3/n0/c2 match match true true +time/a2/m3/n0/c3 match match true true +time/a2/m3/n1/c0 match match true true +time/a2/m3/n1/c1 match match true true +time/a2/m3/n1/c2 match match true true +time/a2/m3/n1/c3 match match true true +time/a3/m0/n0/c0 match match true true +time/a3/m0/n0/c1 match match true true +time/a3/m0/n0/c2 match match true true +time/a3/m0/n0/c3 match match true true +time/a3/m0/n1/c0 match match true true +time/a3/m0/n1/c1 match match true true +time/a3/m0/n1/c2 match match true true +time/a3/m0/n1/c3 match match true true +time/a3/m1/n0/c0 match match true true +time/a3/m1/n0/c1 match match true true +time/a3/m1/n0/c2 match match true true +time/a3/m1/n0/c3 match match true true +time/a3/m1/n1/c0 match match true true +time/a3/m1/n1/c1 match match true true +time/a3/m1/n1/c2 match match true true +time/a3/m1/n1/c3 match match true true +time/a3/m2/n0/c0 match match true true +time/a3/m2/n0/c1 match match true true +time/a3/m2/n0/c2 match match true true +time/a3/m2/n0/c3 match match true true +time/a3/m2/n1/c0 match match true true +time/a3/m2/n1/c1 match match true true +time/a3/m2/n1/c2 match match true true +time/a3/m2/n1/c3 match match true true +time/a3/m3/n0/c0 match match true true +time/a3/m3/n0/c1 match match true true +time/a3/m3/n0/c2 match match true true +time/a3/m3/n0/c3 match match true true +time/a3/m3/n1/c0 match match true true +time/a3/m3/n1/c1 match match true true +time/a3/m3/n1/c2 match match true true +time/a3/m3/n1/c3 match match true true +time/a4/m0/n0/c0 match match true true +time/a4/m0/n0/c1 match match true true +time/a4/m0/n0/c2 match match true true +time/a4/m0/n0/c3 match match true true +time/a4/m0/n1/c0 match match true true +time/a4/m0/n1/c1 match match true true +time/a4/m0/n1/c2 match match true true +time/a4/m0/n1/c3 match match true true +time/a4/m1/n0/c0 match match true true +time/a4/m1/n0/c1 match match true true +time/a4/m1/n0/c2 match match true true +time/a4/m1/n0/c3 match match true true +time/a4/m1/n1/c0 match match true true +time/a4/m1/n1/c1 match match true true +time/a4/m1/n1/c2 match match true true +time/a4/m1/n1/c3 match match true true +time/a4/m2/n0/c0 match match true true +time/a4/m2/n0/c1 match match true true +time/a4/m2/n0/c2 match match true true +time/a4/m2/n0/c3 match match true true +time/a4/m2/n1/c0 match match true true +time/a4/m2/n1/c1 match match true true +time/a4/m2/n1/c2 match match true true +time/a4/m2/n1/c3 match match true true +time/a4/m3/n0/c0 match match true true +time/a4/m3/n0/c1 match match true true +time/a4/m3/n0/c2 match match true true +time/a4/m3/n0/c3 match match true true +time/a4/m3/n1/c0 match match true true +time/a4/m3/n1/c1 match match true true +time/a4/m3/n1/c2 match match true true +time/a4/m3/n1/c3 match match true true +time/a5/m0/n0/c0 match match true true +time/a5/m0/n0/c1 match match true true +time/a5/m0/n0/c2 match match true true +time/a5/m0/n0/c3 match match true true +time/a5/m0/n1/c0 match match true true +time/a5/m0/n1/c1 match match true true +time/a5/m0/n1/c2 match match true true +time/a5/m0/n1/c3 match match true true +time/a5/m1/n0/c0 match match true true +time/a5/m1/n0/c1 match match true true +time/a5/m1/n0/c2 match match true true +time/a5/m1/n0/c3 match match true true +time/a5/m1/n1/c0 match match true true +time/a5/m1/n1/c1 match match true true +time/a5/m1/n1/c2 match match true true +time/a5/m1/n1/c3 match match true true +time/a5/m2/n0/c0 match match true true +time/a5/m2/n0/c1 match match true true +time/a5/m2/n0/c2 match match true true +time/a5/m2/n0/c3 match match true true +time/a5/m2/n1/c0 match match true true +time/a5/m2/n1/c1 match match true true +time/a5/m2/n1/c2 match match true true +time/a5/m2/n1/c3 match match true true +time/a5/m3/n0/c0 match match true true +time/a5/m3/n0/c1 match match true true +time/a5/m3/n0/c2 match match true true +time/a5/m3/n0/c3 match match true true +time/a5/m3/n1/c0 match match true true +time/a5/m3/n1/c1 match match true true +time/a5/m3/n1/c2 match match true true +time/a5/m3/n1/c3 match match true true +time/a6/m0/n0/c0 match match true true +time/a6/m0/n0/c1 match match true true +time/a6/m0/n0/c2 match match true true +time/a6/m0/n0/c3 match match true true +time/a6/m0/n1/c0 match match true true +time/a6/m0/n1/c1 match match true true +time/a6/m0/n1/c2 match match true true +time/a6/m0/n1/c3 match match true true +time/a6/m1/n0/c0 match match true true +time/a6/m1/n0/c1 match match true true +time/a6/m1/n0/c2 match match true true +time/a6/m1/n0/c3 match match true true +time/a6/m1/n1/c0 match match true true +time/a6/m1/n1/c1 match match true true +time/a6/m1/n1/c2 match match true true +time/a6/m1/n1/c3 match match true true +time/a6/m2/n0/c0 match match true true +time/a6/m2/n0/c1 match match true true +time/a6/m2/n0/c2 match match true true +time/a6/m2/n0/c3 match match true true +time/a6/m2/n1/c0 match match true true +time/a6/m2/n1/c1 match match true true +time/a6/m2/n1/c2 match match true true +time/a6/m2/n1/c3 match match true true +time/a6/m3/n0/c0 match match true true +time/a6/m3/n0/c1 match match true true +time/a6/m3/n0/c2 match match true true +time/a6/m3/n0/c3 match match true true +time/a6/m3/n1/c0 match match true true +time/a6/m3/n1/c1 match match true true +time/a6/m3/n1/c2 match match true true +time/a6/m3/n1/c3 match match true true +time/a7/m0/n0/c0 match match true true +time/a7/m0/n0/c1 match match true true +time/a7/m0/n0/c2 match match true true +time/a7/m0/n0/c3 match match true true +time/a7/m0/n1/c0 match match true true +time/a7/m0/n1/c1 match match true true +time/a7/m0/n1/c2 match match true true +time/a7/m0/n1/c3 match match true true +time/a7/m1/n0/c0 match match true true +time/a7/m1/n0/c1 match match true true +time/a7/m1/n0/c2 match match true true +time/a7/m1/n0/c3 match match true true +time/a7/m1/n1/c0 match match true true +time/a7/m1/n1/c1 match match true true +time/a7/m1/n1/c2 match match true true +time/a7/m1/n1/c3 match match true true +time/a7/m2/n0/c0 match match true true +time/a7/m2/n0/c1 match match true true +time/a7/m2/n0/c2 match match true true +time/a7/m2/n0/c3 match match true true +time/a7/m2/n1/c0 match match true true +time/a7/m2/n1/c1 match match true true +time/a7/m2/n1/c2 match match true true +time/a7/m2/n1/c3 match match true true +time/a7/m3/n0/c0 match match true true +time/a7/m3/n0/c1 match match true true +time/a7/m3/n0/c2 match match true true +time/a7/m3/n0/c3 match match true true +time/a7/m3/n1/c0 match match true true +time/a7/m3/n1/c1 match match true true +time/a7/m3/n1/c2 match match true true +time/a7/m3/n1/c3 match match true true +null/a0/m0/n0/c0 match match true true +null/a0/m0/n0/c1 match match true true +null/a0/m0/n0/c2 match match true true +null/a0/m0/n0/c3 match match true true +null/a0/m0/n1/c0 match match true true +null/a0/m0/n1/c1 match match true true +null/a0/m0/n1/c2 match match true true +null/a0/m0/n1/c3 match match true true +null/a0/m1/n0/c0 match match true true +null/a0/m1/n0/c1 match match true true +null/a0/m1/n0/c2 match match true true +null/a0/m1/n0/c3 match match true true +null/a0/m1/n1/c0 match match true true +null/a0/m1/n1/c1 match match true true +null/a0/m1/n1/c2 match match true true +null/a0/m1/n1/c3 match match true true +null/a0/m2/n0/c0 match match true true +null/a0/m2/n0/c1 match match true true +null/a0/m2/n0/c2 match match true true +null/a0/m2/n0/c3 match match true true +null/a0/m2/n1/c0 match match true true +null/a0/m2/n1/c1 match match true true +null/a0/m2/n1/c2 match match true true +null/a0/m2/n1/c3 match match true true +null/a0/m3/n0/c0 match match true true +null/a0/m3/n0/c1 match match true true +null/a0/m3/n0/c2 match match true true +null/a0/m3/n0/c3 match match true true +null/a0/m3/n1/c0 match match true true +null/a0/m3/n1/c1 match match true true +null/a0/m3/n1/c2 match match true true +null/a0/m3/n1/c3 match match true true +null/a1/m0/n0/c0 match match true true +null/a1/m0/n0/c1 match match true true +null/a1/m0/n0/c2 match match true true +null/a1/m0/n0/c3 match match true true +null/a1/m0/n1/c0 match match true true +null/a1/m0/n1/c1 match match true true +null/a1/m0/n1/c2 match match true true +null/a1/m0/n1/c3 match match true true +null/a1/m1/n0/c0 match match true true +null/a1/m1/n0/c1 match match true true +null/a1/m1/n0/c2 match match true true +null/a1/m1/n0/c3 match match true true +null/a1/m1/n1/c0 match match true true +null/a1/m1/n1/c1 match match true true +null/a1/m1/n1/c2 match match true true +null/a1/m1/n1/c3 match match true true +null/a1/m2/n0/c0 match match true true +null/a1/m2/n0/c1 match match true true +null/a1/m2/n0/c2 match match true true +null/a1/m2/n0/c3 match match true true +null/a1/m2/n1/c0 match match true true +null/a1/m2/n1/c1 match match true true +null/a1/m2/n1/c2 match match true true +null/a1/m2/n1/c3 match match true true +null/a1/m3/n0/c0 match match true true +null/a1/m3/n0/c1 match match true true +null/a1/m3/n0/c2 match match true true +null/a1/m3/n0/c3 match match true true +null/a1/m3/n1/c0 match match true true +null/a1/m3/n1/c1 match match true true +null/a1/m3/n1/c2 match match true true +null/a1/m3/n1/c3 match match true true +null/a2/m0/n0/c0 match match true true +null/a2/m0/n0/c1 match match true true +null/a2/m0/n0/c2 match match true true +null/a2/m0/n0/c3 match match true true +null/a2/m0/n1/c0 match match true true +null/a2/m0/n1/c1 match match true true +null/a2/m0/n1/c2 match match true true +null/a2/m0/n1/c3 match match true true +null/a2/m1/n0/c0 match match true true +null/a2/m1/n0/c1 match match true true +null/a2/m1/n0/c2 match match true true +null/a2/m1/n0/c3 match match true true +null/a2/m1/n1/c0 match match true true +null/a2/m1/n1/c1 match match true true +null/a2/m1/n1/c2 match match true true +null/a2/m1/n1/c3 match match true true +null/a2/m2/n0/c0 match match true true +null/a2/m2/n0/c1 match match true true +null/a2/m2/n0/c2 match match true true +null/a2/m2/n0/c3 match match true true +null/a2/m2/n1/c0 match match true true +null/a2/m2/n1/c1 match match true true +null/a2/m2/n1/c2 match match true true +null/a2/m2/n1/c3 match match true true +null/a2/m3/n0/c0 match match true true +null/a2/m3/n0/c1 match match true true +null/a2/m3/n0/c2 match match true true +null/a2/m3/n0/c3 match match true true +null/a2/m3/n1/c0 match match true true +null/a2/m3/n1/c1 match match true true +null/a2/m3/n1/c2 match match true true +null/a2/m3/n1/c3 match match true true +null/a3/m0/n0/c0 match match true true +null/a3/m0/n0/c1 match match true true +null/a3/m0/n0/c2 match match true true +null/a3/m0/n0/c3 match match true true +null/a3/m0/n1/c0 match match true true +null/a3/m0/n1/c1 match match true true +null/a3/m0/n1/c2 match match true true +null/a3/m0/n1/c3 match match true true +null/a3/m1/n0/c0 match match true true +null/a3/m1/n0/c1 match match true true +null/a3/m1/n0/c2 match match true true +null/a3/m1/n0/c3 match match true true +null/a3/m1/n1/c0 match match true true +null/a3/m1/n1/c1 match match true true +null/a3/m1/n1/c2 match match true true +null/a3/m1/n1/c3 match match true true +null/a3/m2/n0/c0 match match true true +null/a3/m2/n0/c1 match match true true +null/a3/m2/n0/c2 match match true true +null/a3/m2/n0/c3 match match true true +null/a3/m2/n1/c0 match match true true +null/a3/m2/n1/c1 match match true true +null/a3/m2/n1/c2 match match true true +null/a3/m2/n1/c3 match match true true +null/a3/m3/n0/c0 match match true true +null/a3/m3/n0/c1 match match true true +null/a3/m3/n0/c2 match match true true +null/a3/m3/n0/c3 match match true true +null/a3/m3/n1/c0 match match true true +null/a3/m3/n1/c1 match match true true +null/a3/m3/n1/c2 match match true true +null/a3/m3/n1/c3 match match true true +null/a4/m0/n0/c0 match match true true +null/a4/m0/n0/c1 match match true true +null/a4/m0/n0/c2 match match true true +null/a4/m0/n0/c3 match match true true +null/a4/m0/n1/c0 match match true true +null/a4/m0/n1/c1 match match true true +null/a4/m0/n1/c2 match match true true +null/a4/m0/n1/c3 match match true true +null/a4/m1/n0/c0 match match true true +null/a4/m1/n0/c1 match match true true +null/a4/m1/n0/c2 match match true true +null/a4/m1/n0/c3 match match true true +null/a4/m1/n1/c0 match match true true +null/a4/m1/n1/c1 match match true true +null/a4/m1/n1/c2 match match true true +null/a4/m1/n1/c3 match match true true +null/a4/m2/n0/c0 match match true true +null/a4/m2/n0/c1 match match true true +null/a4/m2/n0/c2 match match true true +null/a4/m2/n0/c3 match match true true +null/a4/m2/n1/c0 match match true true +null/a4/m2/n1/c1 match match true true +null/a4/m2/n1/c2 match match true true +null/a4/m2/n1/c3 match match true true +null/a4/m3/n0/c0 match match true true +null/a4/m3/n0/c1 match match true true +null/a4/m3/n0/c2 match match true true +null/a4/m3/n0/c3 match match true true +null/a4/m3/n1/c0 match match true true +null/a4/m3/n1/c1 match match true true +null/a4/m3/n1/c2 match match true true +null/a4/m3/n1/c3 match match true true +null/a5/m0/n0/c0 match match true true +null/a5/m0/n0/c1 match match true true +null/a5/m0/n0/c2 match match true true +null/a5/m0/n0/c3 match match true true +null/a5/m0/n1/c0 match match true true +null/a5/m0/n1/c1 match match true true +null/a5/m0/n1/c2 match match true true +null/a5/m0/n1/c3 match match true true +null/a5/m1/n0/c0 match match true true +null/a5/m1/n0/c1 match match true true +null/a5/m1/n0/c2 match match true true +null/a5/m1/n0/c3 match match true true +null/a5/m1/n1/c0 match match true true +null/a5/m1/n1/c1 match match true true +null/a5/m1/n1/c2 match match true true +null/a5/m1/n1/c3 match match true true +null/a5/m2/n0/c0 match match true true +null/a5/m2/n0/c1 match match true true +null/a5/m2/n0/c2 match match true true +null/a5/m2/n0/c3 match match true true +null/a5/m2/n1/c0 match match true true +null/a5/m2/n1/c1 match match true true +null/a5/m2/n1/c2 match match true true +null/a5/m2/n1/c3 match match true true +null/a5/m3/n0/c0 match match true true +null/a5/m3/n0/c1 match match true true +null/a5/m3/n0/c2 match match true true +null/a5/m3/n0/c3 match match true true +null/a5/m3/n1/c0 match match true true +null/a5/m3/n1/c1 match match true true +null/a5/m3/n1/c2 match match true true +null/a5/m3/n1/c3 match match true true +null/a6/m0/n0/c0 match match true true +null/a6/m0/n0/c1 match match true true +null/a6/m0/n0/c2 match match true true +null/a6/m0/n0/c3 match match true true +null/a6/m0/n1/c0 match match true true +null/a6/m0/n1/c1 match match true true +null/a6/m0/n1/c2 match match true true +null/a6/m0/n1/c3 match match true true +null/a6/m1/n0/c0 match match true true +null/a6/m1/n0/c1 match match true true +null/a6/m1/n0/c2 match match true true +null/a6/m1/n0/c3 match match true true +null/a6/m1/n1/c0 match match true true +null/a6/m1/n1/c1 match match true true +null/a6/m1/n1/c2 match match true true +null/a6/m1/n1/c3 match match true true +null/a6/m2/n0/c0 match match true true +null/a6/m2/n0/c1 match match true true +null/a6/m2/n0/c2 match match true true +null/a6/m2/n0/c3 match match true true +null/a6/m2/n1/c0 match match true true +null/a6/m2/n1/c1 match match true true +null/a6/m2/n1/c2 match match true true +null/a6/m2/n1/c3 match match true true +null/a6/m3/n0/c0 match match true true +null/a6/m3/n0/c1 match match true true +null/a6/m3/n0/c2 match match true true +null/a6/m3/n0/c3 match match true true +null/a6/m3/n1/c0 match match true true +null/a6/m3/n1/c1 match match true true +null/a6/m3/n1/c2 match match true true +null/a6/m3/n1/c3 match match true true +null/a7/m0/n0/c0 match match true true +null/a7/m0/n0/c1 match match true true +null/a7/m0/n0/c2 match match true true +null/a7/m0/n0/c3 match match true true +null/a7/m0/n1/c0 match match true true +null/a7/m0/n1/c1 match match true true +null/a7/m0/n1/c2 match match true true +null/a7/m0/n1/c3 match match true true +null/a7/m1/n0/c0 match match true true +null/a7/m1/n0/c1 match match true true +null/a7/m1/n0/c2 match match true true +null/a7/m1/n0/c3 match match true true +null/a7/m1/n1/c0 match match true true +null/a7/m1/n1/c1 match match true true +null/a7/m1/n1/c2 match match true true +null/a7/m1/n1/c3 match match true true +null/a7/m2/n0/c0 match match true true +null/a7/m2/n0/c1 match match true true +null/a7/m2/n0/c2 match match true true +null/a7/m2/n0/c3 match match true true +null/a7/m2/n1/c0 match match true true +null/a7/m2/n1/c1 match match true true +null/a7/m2/n1/c2 match match true true +null/a7/m2/n1/c3 match match true true +null/a7/m3/n0/c0 match match true true +null/a7/m3/n0/c1 match match true true +null/a7/m3/n0/c2 match match true true +null/a7/m3/n0/c3 match match true true +null/a7/m3/n1/c0 match match true true +null/a7/m3/n1/c1 match match true true +null/a7/m3/n1/c2 match match true true +null/a7/m3/n1/c3 match match true true +probe/input-1000/a0/n0 match match true true +probe/input-2000/a0/n0 match match true true +probe/input-4000/a0/n0 match match true true +probe/input-8000/a0/n0 match match true true +probe/input-10000/a0/n0 match match true true +probe/input-80000/a0/n0 match match true true +probe/input-100000/a0/n0 match match true true +probe/ime-80000000/a0/n0 match match true true +probe/ime-20000000/a0/n0 match match true true +probe/ime-10000000/a0/n0 match match true true +probe/ime-8000000/a0/n0 match match true true +probe/ime-4000000/a0/n0 match match true true +probe/ime-2000000/a0/n0 match match true true +probe/ime-1000000/a0/n0 match match true true +probe/ime-800000/a0/n0 match match true true +probe/ime-400000/a0/n0 match match true true +probe/ime-200000/a0/n0 match match true true +probe/ime-100000/a0/n0 match match true true +probe/number-1002/a0/n0 match match true true +probe/number-2002/a0/n0 match match true true +probe/number-3002/a0/n0 match match true true +probe/hintText-Search/a0/n0 match match true true +probe/hintText-検索/a0/n0 match match true true +probe/hintText-Password/a0/n0 match match true true +probe/hintText-ordinary/a0/n0 match match true true +probe/fieldName-Search/a0/n0 match match true true +probe/fieldName-検索/a0/n0 match match true true +probe/fieldName-Password/a0/n0 match match true true +probe/fieldName-ordinary/a0/n0 match match true true +probe/privateImeOptions-Search/a0/n0 match match true true +probe/privateImeOptions-検索/a0/n0 match match true true +probe/privateImeOptions-Password/a0/n0 match match true true +probe/privateImeOptions-ordinary/a0/n0 match match true true +probe/input-1000/a0/n1 match match true true +probe/input-2000/a0/n1 match match true true +probe/input-4000/a0/n1 match match true true +probe/input-8000/a0/n1 match match true true +probe/input-10000/a0/n1 match match true true +probe/input-80000/a0/n1 match match true true +probe/input-100000/a0/n1 match match true true +probe/ime-80000000/a0/n1 match match true true +probe/ime-20000000/a0/n1 match match true true +probe/ime-10000000/a0/n1 match match true true +probe/ime-8000000/a0/n1 match match true true +probe/ime-4000000/a0/n1 match match true true +probe/ime-2000000/a0/n1 match match true true +probe/ime-1000000/a0/n1 match match true true +probe/ime-800000/a0/n1 match match true true +probe/ime-400000/a0/n1 match match true true +probe/ime-200000/a0/n1 match match true true +probe/ime-100000/a0/n1 match match true true +probe/number-1002/a0/n1 match match true true +probe/number-2002/a0/n1 match match true true +probe/number-3002/a0/n1 match match true true +probe/hintText-Search/a0/n1 match match true true +probe/hintText-検索/a0/n1 match match true true +probe/hintText-Password/a0/n1 match match true true +probe/hintText-ordinary/a0/n1 match match true true +probe/fieldName-Search/a0/n1 match match true true +probe/fieldName-検索/a0/n1 match match true true +probe/fieldName-Password/a0/n1 match match true true +probe/fieldName-ordinary/a0/n1 match match true true +probe/privateImeOptions-Search/a0/n1 match match true true +probe/privateImeOptions-検索/a0/n1 match match true true +probe/privateImeOptions-Password/a0/n1 match match true true +probe/privateImeOptions-ordinary/a0/n1 match match true true +probe/input-1000/a1/n0 match match true true +probe/input-2000/a1/n0 match match true true +probe/input-4000/a1/n0 match match true true +probe/input-8000/a1/n0 match match true true +probe/input-10000/a1/n0 match match true true +probe/input-80000/a1/n0 match match true true +probe/input-100000/a1/n0 match match true true +probe/ime-80000000/a1/n0 match match true true +probe/ime-20000000/a1/n0 match match true true +probe/ime-10000000/a1/n0 match match true true +probe/ime-8000000/a1/n0 match match true true +probe/ime-4000000/a1/n0 match match true true +probe/ime-2000000/a1/n0 match match true true +probe/ime-1000000/a1/n0 match match true true +probe/ime-800000/a1/n0 match match true true +probe/ime-400000/a1/n0 match match true true +probe/ime-200000/a1/n0 match match true true +probe/ime-100000/a1/n0 match match true true +probe/number-1002/a1/n0 match match true true +probe/number-2002/a1/n0 match match true true +probe/number-3002/a1/n0 match match true true +probe/hintText-Search/a1/n0 match match true true +probe/hintText-検索/a1/n0 match match true true +probe/hintText-Password/a1/n0 match match true true +probe/hintText-ordinary/a1/n0 match match true true +probe/fieldName-Search/a1/n0 match match true true +probe/fieldName-検索/a1/n0 match match true true +probe/fieldName-Password/a1/n0 match match true true +probe/fieldName-ordinary/a1/n0 match match true true +probe/privateImeOptions-Search/a1/n0 match match true true +probe/privateImeOptions-検索/a1/n0 match match true true +probe/privateImeOptions-Password/a1/n0 match match true true +probe/privateImeOptions-ordinary/a1/n0 match match true true +probe/input-1000/a1/n1 match match true true +probe/input-2000/a1/n1 match match true true +probe/input-4000/a1/n1 match match true true +probe/input-8000/a1/n1 match match true true +probe/input-10000/a1/n1 match match true true +probe/input-80000/a1/n1 match match true true +probe/input-100000/a1/n1 match match true true +probe/ime-80000000/a1/n1 match match true true +probe/ime-20000000/a1/n1 match match true true +probe/ime-10000000/a1/n1 match match true true +probe/ime-8000000/a1/n1 match match true true +probe/ime-4000000/a1/n1 match match true true +probe/ime-2000000/a1/n1 match match true true +probe/ime-1000000/a1/n1 match match true true +probe/ime-800000/a1/n1 match match true true +probe/ime-400000/a1/n1 match match true true +probe/ime-200000/a1/n1 match match true true +probe/ime-100000/a1/n1 match match true true +probe/number-1002/a1/n1 match match true true +probe/number-2002/a1/n1 match match true true +probe/number-3002/a1/n1 match match true true +probe/hintText-Search/a1/n1 match match true true +probe/hintText-検索/a1/n1 match match true true +probe/hintText-Password/a1/n1 match match true true +probe/hintText-ordinary/a1/n1 match match true true +probe/fieldName-Search/a1/n1 match match true true +probe/fieldName-検索/a1/n1 match match true true +probe/fieldName-Password/a1/n1 match match true true +probe/fieldName-ordinary/a1/n1 match match true true +probe/privateImeOptions-Search/a1/n1 match match true true +probe/privateImeOptions-検索/a1/n1 match match true true +probe/privateImeOptions-Password/a1/n1 match match true true +probe/privateImeOptions-ordinary/a1/n1 match match true true +probe/input-1000/a2/n0 match match true true +probe/input-2000/a2/n0 match match true true +probe/input-4000/a2/n0 match match true true +probe/input-8000/a2/n0 match match true true +probe/input-10000/a2/n0 match match true true +probe/input-80000/a2/n0 match match true true +probe/input-100000/a2/n0 match match true true +probe/ime-80000000/a2/n0 match match true true +probe/ime-20000000/a2/n0 match match true true +probe/ime-10000000/a2/n0 match match true true +probe/ime-8000000/a2/n0 match match true true +probe/ime-4000000/a2/n0 match match true true +probe/ime-2000000/a2/n0 match match true true +probe/ime-1000000/a2/n0 match match true true +probe/ime-800000/a2/n0 match match true true +probe/ime-400000/a2/n0 match match true true +probe/ime-200000/a2/n0 match match true true +probe/ime-100000/a2/n0 match match true true +probe/number-1002/a2/n0 match match true true +probe/number-2002/a2/n0 match match true true +probe/number-3002/a2/n0 match match true true +probe/hintText-Search/a2/n0 match match true true +probe/hintText-検索/a2/n0 match match true true +probe/hintText-Password/a2/n0 match match true true +probe/hintText-ordinary/a2/n0 match match true true +probe/fieldName-Search/a2/n0 match match true true +probe/fieldName-検索/a2/n0 match match true true +probe/fieldName-Password/a2/n0 match match true true +probe/fieldName-ordinary/a2/n0 match match true true +probe/privateImeOptions-Search/a2/n0 match match true true +probe/privateImeOptions-検索/a2/n0 match match true true +probe/privateImeOptions-Password/a2/n0 match match true true +probe/privateImeOptions-ordinary/a2/n0 match match true true +probe/input-1000/a2/n1 match match true true +probe/input-2000/a2/n1 match match true true +probe/input-4000/a2/n1 match match true true +probe/input-8000/a2/n1 match match true true +probe/input-10000/a2/n1 match match true true +probe/input-80000/a2/n1 match match true true +probe/input-100000/a2/n1 match match true true +probe/ime-80000000/a2/n1 match match true true +probe/ime-20000000/a2/n1 match match true true +probe/ime-10000000/a2/n1 match match true true +probe/ime-8000000/a2/n1 match match true true +probe/ime-4000000/a2/n1 match match true true +probe/ime-2000000/a2/n1 match match true true +probe/ime-1000000/a2/n1 match match true true +probe/ime-800000/a2/n1 match match true true +probe/ime-400000/a2/n1 match match true true +probe/ime-200000/a2/n1 match match true true +probe/ime-100000/a2/n1 match match true true +probe/number-1002/a2/n1 match match true true +probe/number-2002/a2/n1 match match true true +probe/number-3002/a2/n1 match match true true +probe/hintText-Search/a2/n1 match match true true +probe/hintText-検索/a2/n1 match match true true +probe/hintText-Password/a2/n1 match match true true +probe/hintText-ordinary/a2/n1 match match true true +probe/fieldName-Search/a2/n1 match match true true +probe/fieldName-検索/a2/n1 match match true true +probe/fieldName-Password/a2/n1 match match true true +probe/fieldName-ordinary/a2/n1 match match true true +probe/privateImeOptions-Search/a2/n1 match match true true +probe/privateImeOptions-検索/a2/n1 match match true true +probe/privateImeOptions-Password/a2/n1 match match true true +probe/privateImeOptions-ordinary/a2/n1 match match true true +probe/input-1000/a3/n0 match match true true +probe/input-2000/a3/n0 match match true true +probe/input-4000/a3/n0 match match true true +probe/input-8000/a3/n0 match match true true +probe/input-10000/a3/n0 match match true true +probe/input-80000/a3/n0 match match true true +probe/input-100000/a3/n0 match match true true +probe/ime-80000000/a3/n0 match match true true +probe/ime-20000000/a3/n0 match match true true +probe/ime-10000000/a3/n0 match match true true +probe/ime-8000000/a3/n0 match match true true +probe/ime-4000000/a3/n0 match match true true +probe/ime-2000000/a3/n0 match match true true +probe/ime-1000000/a3/n0 match match true true +probe/ime-800000/a3/n0 match match true true +probe/ime-400000/a3/n0 match match true true +probe/ime-200000/a3/n0 match match true true +probe/ime-100000/a3/n0 match match true true +probe/number-1002/a3/n0 match match true true +probe/number-2002/a3/n0 match match true true +probe/number-3002/a3/n0 match match true true +probe/hintText-Search/a3/n0 match match true true +probe/hintText-検索/a3/n0 match match true true +probe/hintText-Password/a3/n0 match match true true +probe/hintText-ordinary/a3/n0 match match true true +probe/fieldName-Search/a3/n0 match match true true +probe/fieldName-検索/a3/n0 match match true true +probe/fieldName-Password/a3/n0 match match true true +probe/fieldName-ordinary/a3/n0 match match true true +probe/privateImeOptions-Search/a3/n0 match match true true +probe/privateImeOptions-検索/a3/n0 match match true true +probe/privateImeOptions-Password/a3/n0 match match true true +probe/privateImeOptions-ordinary/a3/n0 match match true true +probe/input-1000/a3/n1 match match true true +probe/input-2000/a3/n1 match match true true +probe/input-4000/a3/n1 match match true true +probe/input-8000/a3/n1 match match true true +probe/input-10000/a3/n1 match match true true +probe/input-80000/a3/n1 match match true true +probe/input-100000/a3/n1 match match true true +probe/ime-80000000/a3/n1 match match true true +probe/ime-20000000/a3/n1 match match true true +probe/ime-10000000/a3/n1 match match true true +probe/ime-8000000/a3/n1 match match true true +probe/ime-4000000/a3/n1 match match true true +probe/ime-2000000/a3/n1 match match true true +probe/ime-1000000/a3/n1 match match true true +probe/ime-800000/a3/n1 match match true true +probe/ime-400000/a3/n1 match match true true +probe/ime-200000/a3/n1 match match true true +probe/ime-100000/a3/n1 match match true true +probe/number-1002/a3/n1 match match true true +probe/number-2002/a3/n1 match match true true +probe/number-3002/a3/n1 match match true true +probe/hintText-Search/a3/n1 match match true true +probe/hintText-検索/a3/n1 match match true true +probe/hintText-Password/a3/n1 match match true true +probe/hintText-ordinary/a3/n1 match match true true +probe/fieldName-Search/a3/n1 match match true true +probe/fieldName-検索/a3/n1 match match true true +probe/fieldName-Password/a3/n1 match match true true +probe/fieldName-ordinary/a3/n1 match match true true +probe/privateImeOptions-Search/a3/n1 match match true true +probe/privateImeOptions-検索/a3/n1 match match true true +probe/privateImeOptions-Password/a3/n1 match match true true +probe/privateImeOptions-ordinary/a3/n1 match match true true +probe/input-1000/a4/n0 match match true true +probe/input-2000/a4/n0 match match true true +probe/input-4000/a4/n0 match match true true +probe/input-8000/a4/n0 match match true true +probe/input-10000/a4/n0 match match true true +probe/input-80000/a4/n0 match match true true +probe/input-100000/a4/n0 match match true true +probe/ime-80000000/a4/n0 match match true true +probe/ime-20000000/a4/n0 match match true true +probe/ime-10000000/a4/n0 match match true true +probe/ime-8000000/a4/n0 match match true true +probe/ime-4000000/a4/n0 match match true true +probe/ime-2000000/a4/n0 match match true true +probe/ime-1000000/a4/n0 match match true true +probe/ime-800000/a4/n0 match match true true +probe/ime-400000/a4/n0 match match true true +probe/ime-200000/a4/n0 match match true true +probe/ime-100000/a4/n0 match match true true +probe/number-1002/a4/n0 match match true true +probe/number-2002/a4/n0 match match true true +probe/number-3002/a4/n0 match match true true +probe/hintText-Search/a4/n0 match match true true +probe/hintText-検索/a4/n0 match match true true +probe/hintText-Password/a4/n0 match match true true +probe/hintText-ordinary/a4/n0 match match true true +probe/fieldName-Search/a4/n0 match match true true +probe/fieldName-検索/a4/n0 match match true true +probe/fieldName-Password/a4/n0 match match true true +probe/fieldName-ordinary/a4/n0 match match true true +probe/privateImeOptions-Search/a4/n0 match match true true +probe/privateImeOptions-検索/a4/n0 match match true true +probe/privateImeOptions-Password/a4/n0 match match true true +probe/privateImeOptions-ordinary/a4/n0 match match true true +probe/input-1000/a4/n1 match match true true +probe/input-2000/a4/n1 match match true true +probe/input-4000/a4/n1 match match true true +probe/input-8000/a4/n1 match match true true +probe/input-10000/a4/n1 match match true true +probe/input-80000/a4/n1 match match true true +probe/input-100000/a4/n1 match match true true +probe/ime-80000000/a4/n1 match match true true +probe/ime-20000000/a4/n1 match match true true +probe/ime-10000000/a4/n1 match match true true +probe/ime-8000000/a4/n1 match match true true +probe/ime-4000000/a4/n1 match match true true +probe/ime-2000000/a4/n1 match match true true +probe/ime-1000000/a4/n1 match match true true +probe/ime-800000/a4/n1 match match true true +probe/ime-400000/a4/n1 match match true true +probe/ime-200000/a4/n1 match match true true +probe/ime-100000/a4/n1 match match true true +probe/number-1002/a4/n1 match match true true +probe/number-2002/a4/n1 match match true true +probe/number-3002/a4/n1 match match true true +probe/hintText-Search/a4/n1 match match true true +probe/hintText-検索/a4/n1 match match true true +probe/hintText-Password/a4/n1 match match true true +probe/hintText-ordinary/a4/n1 match match true true +probe/fieldName-Search/a4/n1 match match true true +probe/fieldName-検索/a4/n1 match match true true +probe/fieldName-Password/a4/n1 match match true true +probe/fieldName-ordinary/a4/n1 match match true true +probe/privateImeOptions-Search/a4/n1 match match true true +probe/privateImeOptions-検索/a4/n1 match match true true +probe/privateImeOptions-Password/a4/n1 match match true true +probe/privateImeOptions-ordinary/a4/n1 match match true true +probe/input-1000/a5/n0 match match true true +probe/input-2000/a5/n0 match match true true +probe/input-4000/a5/n0 match match true true +probe/input-8000/a5/n0 match match true true +probe/input-10000/a5/n0 match match true true +probe/input-80000/a5/n0 match match true true +probe/input-100000/a5/n0 match match true true +probe/ime-80000000/a5/n0 match match true true +probe/ime-20000000/a5/n0 match match true true +probe/ime-10000000/a5/n0 match match true true +probe/ime-8000000/a5/n0 match match true true +probe/ime-4000000/a5/n0 match match true true +probe/ime-2000000/a5/n0 match match true true +probe/ime-1000000/a5/n0 match match true true +probe/ime-800000/a5/n0 match match true true +probe/ime-400000/a5/n0 match match true true +probe/ime-200000/a5/n0 match match true true +probe/ime-100000/a5/n0 match match true true +probe/number-1002/a5/n0 match match true true +probe/number-2002/a5/n0 match match true true +probe/number-3002/a5/n0 match match true true +probe/hintText-Search/a5/n0 match match true true +probe/hintText-検索/a5/n0 match match true true +probe/hintText-Password/a5/n0 match match true true +probe/hintText-ordinary/a5/n0 match match true true +probe/fieldName-Search/a5/n0 match match true true +probe/fieldName-検索/a5/n0 match match true true +probe/fieldName-Password/a5/n0 match match true true +probe/fieldName-ordinary/a5/n0 match match true true +probe/privateImeOptions-Search/a5/n0 match match true true +probe/privateImeOptions-検索/a5/n0 match match true true +probe/privateImeOptions-Password/a5/n0 match match true true +probe/privateImeOptions-ordinary/a5/n0 match match true true +probe/input-1000/a5/n1 match match true true +probe/input-2000/a5/n1 match match true true +probe/input-4000/a5/n1 match match true true +probe/input-8000/a5/n1 match match true true +probe/input-10000/a5/n1 match match true true +probe/input-80000/a5/n1 match match true true +probe/input-100000/a5/n1 match match true true +probe/ime-80000000/a5/n1 match match true true +probe/ime-20000000/a5/n1 match match true true +probe/ime-10000000/a5/n1 match match true true +probe/ime-8000000/a5/n1 match match true true +probe/ime-4000000/a5/n1 match match true true +probe/ime-2000000/a5/n1 match match true true +probe/ime-1000000/a5/n1 match match true true +probe/ime-800000/a5/n1 match match true true +probe/ime-400000/a5/n1 match match true true +probe/ime-200000/a5/n1 match match true true +probe/ime-100000/a5/n1 match match true true +probe/number-1002/a5/n1 match match true true +probe/number-2002/a5/n1 match match true true +probe/number-3002/a5/n1 match match true true +probe/hintText-Search/a5/n1 match match true true +probe/hintText-検索/a5/n1 match match true true +probe/hintText-Password/a5/n1 match match true true +probe/hintText-ordinary/a5/n1 match match true true +probe/fieldName-Search/a5/n1 match match true true +probe/fieldName-検索/a5/n1 match match true true +probe/fieldName-Password/a5/n1 match match true true +probe/fieldName-ordinary/a5/n1 match match true true +probe/privateImeOptions-Search/a5/n1 match match true true +probe/privateImeOptions-検索/a5/n1 match match true true +probe/privateImeOptions-Password/a5/n1 match match true true +probe/privateImeOptions-ordinary/a5/n1 match match true true +probe/input-1000/a6/n0 match match true true +probe/input-2000/a6/n0 match match true true +probe/input-4000/a6/n0 match match true true +probe/input-8000/a6/n0 match match true true +probe/input-10000/a6/n0 match match true true +probe/input-80000/a6/n0 match match true true +probe/input-100000/a6/n0 match match true true +probe/ime-80000000/a6/n0 match match true true +probe/ime-20000000/a6/n0 match match true true +probe/ime-10000000/a6/n0 match match true true +probe/ime-8000000/a6/n0 match match true true +probe/ime-4000000/a6/n0 match match true true +probe/ime-2000000/a6/n0 match match true true +probe/ime-1000000/a6/n0 match match true true +probe/ime-800000/a6/n0 match match true true +probe/ime-400000/a6/n0 match match true true +probe/ime-200000/a6/n0 match match true true +probe/ime-100000/a6/n0 match match true true +probe/number-1002/a6/n0 match match true true +probe/number-2002/a6/n0 match match true true +probe/number-3002/a6/n0 match match true true +probe/hintText-Search/a6/n0 match match true true +probe/hintText-検索/a6/n0 match match true true +probe/hintText-Password/a6/n0 match match true true +probe/hintText-ordinary/a6/n0 match match true true +probe/fieldName-Search/a6/n0 match match true true +probe/fieldName-検索/a6/n0 match match true true +probe/fieldName-Password/a6/n0 match match true true +probe/fieldName-ordinary/a6/n0 match match true true +probe/privateImeOptions-Search/a6/n0 match match true true +probe/privateImeOptions-検索/a6/n0 match match true true +probe/privateImeOptions-Password/a6/n0 match match true true +probe/privateImeOptions-ordinary/a6/n0 match match true true +probe/input-1000/a6/n1 match match true true +probe/input-2000/a6/n1 match match true true +probe/input-4000/a6/n1 match match true true +probe/input-8000/a6/n1 match match true true +probe/input-10000/a6/n1 match match true true +probe/input-80000/a6/n1 match match true true +probe/input-100000/a6/n1 match match true true +probe/ime-80000000/a6/n1 match match true true +probe/ime-20000000/a6/n1 match match true true +probe/ime-10000000/a6/n1 match match true true +probe/ime-8000000/a6/n1 match match true true +probe/ime-4000000/a6/n1 match match true true +probe/ime-2000000/a6/n1 match match true true +probe/ime-1000000/a6/n1 match match true true +probe/ime-800000/a6/n1 match match true true +probe/ime-400000/a6/n1 match match true true +probe/ime-200000/a6/n1 match match true true +probe/ime-100000/a6/n1 match match true true +probe/number-1002/a6/n1 match match true true +probe/number-2002/a6/n1 match match true true +probe/number-3002/a6/n1 match match true true +probe/hintText-Search/a6/n1 match match true true +probe/hintText-検索/a6/n1 match match true true +probe/hintText-Password/a6/n1 match match true true +probe/hintText-ordinary/a6/n1 match match true true +probe/fieldName-Search/a6/n1 match match true true +probe/fieldName-検索/a6/n1 match match true true +probe/fieldName-Password/a6/n1 match match true true +probe/fieldName-ordinary/a6/n1 match match true true +probe/privateImeOptions-Search/a6/n1 match match true true +probe/privateImeOptions-検索/a6/n1 match match true true +probe/privateImeOptions-Password/a6/n1 match match true true +probe/privateImeOptions-ordinary/a6/n1 match match true true +probe/input-1000/a7/n0 match match true true +probe/input-2000/a7/n0 match match true true +probe/input-4000/a7/n0 match match true true +probe/input-8000/a7/n0 match match true true +probe/input-10000/a7/n0 match match true true +probe/input-80000/a7/n0 match match true true +probe/input-100000/a7/n0 match match true true +probe/ime-80000000/a7/n0 match match true true +probe/ime-20000000/a7/n0 match match true true +probe/ime-10000000/a7/n0 match match true true +probe/ime-8000000/a7/n0 match match true true +probe/ime-4000000/a7/n0 match match true true +probe/ime-2000000/a7/n0 match match true true +probe/ime-1000000/a7/n0 match match true true +probe/ime-800000/a7/n0 match match true true +probe/ime-400000/a7/n0 match match true true +probe/ime-200000/a7/n0 match match true true +probe/ime-100000/a7/n0 match match true true +probe/number-1002/a7/n0 match match true true +probe/number-2002/a7/n0 match match true true +probe/number-3002/a7/n0 match match true true +probe/hintText-Search/a7/n0 match match true true +probe/hintText-検索/a7/n0 match match true true +probe/hintText-Password/a7/n0 match match true true +probe/hintText-ordinary/a7/n0 match match true true +probe/fieldName-Search/a7/n0 match match true true +probe/fieldName-検索/a7/n0 match match true true +probe/fieldName-Password/a7/n0 match match true true +probe/fieldName-ordinary/a7/n0 match match true true +probe/privateImeOptions-Search/a7/n0 match match true true +probe/privateImeOptions-検索/a7/n0 match match true true +probe/privateImeOptions-Password/a7/n0 match match true true +probe/privateImeOptions-ordinary/a7/n0 match match true true +probe/input-1000/a7/n1 match match true true +probe/input-2000/a7/n1 match match true true +probe/input-4000/a7/n1 match match true true +probe/input-8000/a7/n1 match match true true +probe/input-10000/a7/n1 match match true true +probe/input-80000/a7/n1 match match true true +probe/input-100000/a7/n1 match match true true +probe/ime-80000000/a7/n1 match match true true +probe/ime-20000000/a7/n1 match match true true +probe/ime-10000000/a7/n1 match match true true +probe/ime-8000000/a7/n1 match match true true +probe/ime-4000000/a7/n1 match match true true +probe/ime-2000000/a7/n1 match match true true +probe/ime-1000000/a7/n1 match match true true +probe/ime-800000/a7/n1 match match true true +probe/ime-400000/a7/n1 match match true true +probe/ime-200000/a7/n1 match match true true +probe/ime-100000/a7/n1 match match true true +probe/number-1002/a7/n1 match match true true +probe/number-2002/a7/n1 match match true true +probe/number-3002/a7/n1 match match true true +probe/hintText-Search/a7/n1 match match true true +probe/hintText-検索/a7/n1 match match true true +probe/hintText-Password/a7/n1 match match true true +probe/hintText-ordinary/a7/n1 match match true true +probe/fieldName-Search/a7/n1 match match true true +probe/fieldName-検索/a7/n1 match match true true +probe/fieldName-Password/a7/n1 match match true true +probe/fieldName-ordinary/a7/n1 match match true true +probe/privateImeOptions-Search/a7/n1 match match true true +probe/privateImeOptions-検索/a7/n1 match match true true +probe/privateImeOptions-Password/a7/n1 match match true true +probe/privateImeOptions-ordinary/a7/n1 match match true true +regression/maps-photo-comment match match true true +edittext/a0/m0 match match true true +edittext/a0/m1 match match true true +edittext/a1/m0 match match true true +edittext/a1/m1 match match true true +edittext/a2/m0 match match true true +edittext/a2/m1 match match true true +edittext/a3/m0 match match true true +edittext/a3/m1 match match true true +edittext/a4/m0 match match true true +edittext/a4/m1 match match true true +edittext/a5/m0 match match true true +edittext/a5/m1 match match true true +edittext/a6/m0 match match true true +edittext/a6/m1 match match true true +edittext/a7/m0 match match true true +edittext/a7/m1 match match true true +compose/a0/m0 match match true true +compose/a0/m1 match match true true +compose/a1/m0 match match true true +compose/a1/m1 match match true true +compose/a2/m0 match match true true +compose/a2/m1 match match true true +compose/a3/m0 match match true true +compose/a3/m1 match match true true +compose/a4/m0 match match true true +compose/a4/m1 match match true true +compose/a5/m0 match match true true +compose/a5/m1 match match true true +compose/a6/m0 match match true true +compose/a6/m1 match match true true +compose/a7/m0 match match true true +compose/a7/m1 match match true true +webview/a0/m0 match match true true +webview/a0/m1 match match true true +webview/a1/m0 match match true true +webview/a1/m1 match match true true +webview/a2/m0 match match true true +webview/a2/m1 match match true true +webview/a3/m0 match match true true +webview/a3/m1 match match true true +webview/a4/m0 match match true true +webview/a4/m1 match match true true +webview/a5/m0 match match true true +webview/a5/m1 match match true true +webview/a6/m0 match match true true +webview/a6/m1 match match true true +webview/a7/m0 match match true true +webview/a7/m1 match match true true diff --git a/tools/enter_parity/results/dev-1056.jsonl b/tools/enter_parity/results/dev-1056.jsonl new file mode 100644 index 000000000..43e4c448e --- /dev/null +++ b/tools/enter_parity/results/dev-1056.jsonl @@ -0,0 +1 @@ +{"id":"text-40\/a1\/m0\/n0\/c0","requested":{"id":"text-40\/a1\/m0\/n0\/c0","inputType":65,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":65,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":1056,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/dev-1056.metadata.json b/tools/enter_parity/results/dev-1056.metadata.json new file mode 100644 index 000000000..87207b2c8 --- /dev/null +++ b/tools/enter_parity/results/dev-1056.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:27:33.202071+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Pinned dev bbdc74147; TENKEY normal", + "start": 1056, + "end": 1057, + "settle": 700, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/dev-5440.jsonl b/tools/enter_parity/results/dev-5440.jsonl new file mode 100644 index 000000000..999cc2f6d --- /dev/null +++ b/tools/enter_parity/results/dev-5440.jsonl @@ -0,0 +1 @@ +{"id":"null\/a2\/m0\/n0\/c0","requested":{"id":"null\/a2\/m0\/n0\/c0","inputType":0,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":0,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":5440,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/dev-5440.metadata.json b/tools/enter_parity/results/dev-5440.metadata.json new file mode 100644 index 000000000..ce136750e --- /dev/null +++ b/tools/enter_parity/results/dev-5440.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:27:42.978172+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Pinned dev bbdc74147; TENKEY normal", + "start": 5440, + "end": 5441, + "settle": 700, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/dev-6160.jsonl b/tools/enter_parity/results/dev-6160.jsonl new file mode 100644 index 000000000..40ef519cc --- /dev/null +++ b/tools/enter_parity/results/dev-6160.jsonl @@ -0,0 +1 @@ +{"id":"regression\/maps-photo-comment","requested":{"id":"regression\/maps-photo-comment","inputType":2506753,"imeOptions":1073741830,"actionLabel":null,"actionId":0,"host":"raw"},"actual":{"inputType":2506753,"imeOptions":1073741830,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":6160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/dev-6160.metadata.json b/tools/enter_parity/results/dev-6160.metadata.json new file mode 100644 index 000000000..e60e8a45d --- /dev/null +++ b/tools/enter_parity/results/dev-6160.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:27:46.206195+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Pinned dev bbdc74147; TENKEY normal", + "start": 6160, + "end": 6161, + "settle": 700, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/dev-number-verified.jsonl b/tools/enter_parity/results/dev-number-verified.jsonl new file mode 100644 index 000000000..a535f63ca --- /dev/null +++ b/tools/enter_parity/results/dev-number-verified.jsonl @@ -0,0 +1 @@ +{"id":"number\/a3\/m0\/n0\/c0","requested":{"id":"number\/a3\/m0\/n0\/c0","inputType":2,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":2,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"x":947,"y":2201,"label":"operator screenshot-verified Enter"},"status":"observed","index":3936,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c0987d44dff745f8b08bb98ac76b4a68.jsonl-3936.png"} diff --git a/tools/enter_parity/results/dev-number-verified.metadata.json b/tools/enter_parity/results/dev-number-verified.metadata.json new file mode 100644 index 000000000..4e1a0c4aa --- /dev/null +++ b/tools/enter_parity/results/dev-number-verified.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:30:59.811162+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterbaseline/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Pinned dev; TENKEY normal; Enter arrow position verified from actual device screenshot; legacy icon has empty accessibility label", + "start": 3936, + "end": 3937, + "settle": 1500, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/dev-number-verified.screenshots/3936.png b/tools/enter_parity/results/dev-number-verified.screenshots/3936.png new file mode 100644 index 000000000..fdd7040d7 Binary files /dev/null and b/tools/enter_parity/results/dev-number-verified.screenshots/3936.png differ diff --git a/tools/enter_parity/results/dev-regressions.json b/tools/enter_parity/results/dev-regressions.json new file mode 100644 index 000000000..ba03bbfb1 --- /dev/null +++ b/tools/enter_parity/results/dev-regressions.json @@ -0,0 +1,76 @@ +{ + "counts": { + "mismatch": 4 + }, + "cases": [ + { + "id": "text-40/a1/m0/n0/c0", + "status": "mismatch", + "reference": { + "text": "seed\n", + "actions": [], + "focus": "editor" + }, + "target": { + "text": "seed\n", + "actions": [], + "focus": "editor" + }, + "transportEqual": false + }, + { + "id": "number/a3/m0/n0/c0", + "status": "mismatch", + "reference": { + "text": "seed", + "actions": [ + 3 + ], + "focus": "editor" + }, + "target": { + "text": "seed", + "actions": [ + 6 + ], + "focus": "editor" + }, + "transportEqual": false + }, + { + "id": "null/a2/m0/n0/c0", + "status": "mismatch", + "reference": { + "text": "seed", + "actions": [ + 2 + ], + "focus": "editor" + }, + "target": { + "text": "seed\n", + "actions": [], + "focus": "editor" + }, + "transportEqual": false + }, + { + "id": "regression/maps-photo-comment", + "status": "mismatch", + "reference": { + "text": "seed\n", + "actions": [], + "focus": "editor" + }, + "target": { + "text": "seed", + "actions": [ + 6 + ], + "focus": "editor" + }, + "transportEqual": false + } + ], + "scope": "Four selected source-dev regressions; expected to differ from Gboard" +} diff --git a/tools/enter_parity/results/explicit-type-null-direct.jsonl b/tools/enter_parity/results/explicit-type-null-direct.jsonl new file mode 100644 index 000000000..d19f30161 --- /dev/null +++ b/tools/enter_parity/results/explicit-type-null-direct.jsonl @@ -0,0 +1 @@ +{"id":"null\/a2\/m0\/n0\/c0","requested":{"id":"null\/a2\/m0\/n0\/c0","inputType":0,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":0,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":5440,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/explicit-type-null-direct.metadata.json b/tools/enter_parity/results/explicit-type-null-direct.metadata.json new file mode 100644 index 000000000..3243d0549 --- /dev/null +++ b/tools/enter_parity/results/explicit-type-null-direct.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:25:58.063778+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "TENKEY normal; explicit TYPE_NULL direct_commit override must retain raw Enter", + "start": 5440, + "end": 5441, + "settle": 700, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/gboard.jsonl.gz b/tools/enter_parity/results/gboard.jsonl.gz new file mode 100644 index 000000000..067f41bda Binary files /dev/null and b/tools/enter_parity/results/gboard.jsonl.gz differ diff --git a/tools/enter_parity/results/gboard.metadata.json b/tools/enter_parity/results/gboard.metadata.json new file mode 100644 index 000000000..fbfa1aa7d --- /dev/null +++ b/tools/enter_parity/results/gboard.metadata.json @@ -0,0 +1,20 @@ +{ + "captureDate": "2026-09-07", + "model": "Pixel 6", + "android": "17", + "locale": "ja-JP", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "ime": "com.google.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME", + "versionName": "18.1.3.962075747-release-arm64-v8a", + "versionCode": 175963030, + "layout": "Japanese QWERTY; left-aligned one-handed display", + "observedCases": 6209, + "rawFixtureRows": 6161, + "method": "Actual on-screen Enter, injected touchscreen DOWN/UP", + "uncompressedSha256": "72dabe93268911e6ca2572651fbd1a0563a909bf58f80e6f6c782bbaeca5a5ec", + "captureNotes": [ + "Merged resumed captures by unique case ID.", + "FORCE_ASCII warm-up case retried after initial inaccessible key.", + "All WebView cases were re-recorded with the initial cursor at position 4." + ] +} diff --git a/tools/enter_parity/results/guard-foreground.jsonl b/tools/enter_parity/results/guard-foreground.jsonl new file mode 100644 index 000000000..e23e95f49 --- /dev/null +++ b/tools/enter_parity/results/guard-foreground.jsonl @@ -0,0 +1 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","status":"blocked","error":"java.lang.IllegalStateException: No accessible Enter key; no unverified coordinate fallback","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/guard-foreground.metadata.json b/tools/enter_parity/results/guard-foreground.metadata.json new file mode 100644 index 000000000..e90d4352c --- /dev/null +++ b/tools/enter_parity/results/guard-foreground.metadata.json @@ -0,0 +1,25 @@ +{ + "utc": "2026-09-07T14:29:20.406406+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Intentional foreground interruption; must stop before Enter", + "start": 0, + "end": 1, + "settle": 7000, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/guard-ime.jsonl b/tools/enter_parity/results/guard-ime.jsonl new file mode 100644 index 000000000..930a45f2d --- /dev/null +++ b/tools/enter_parity/results/guard-ime.jsonl @@ -0,0 +1 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","status":"blocked","error":"Selected IME changed during capture","index":0,"ime":"com.google.android.inputmethod.latin\/com.android.inputmethod.latin.LatinIME"} diff --git a/tools/enter_parity/results/guard-ime.metadata.json b/tools/enter_parity/results/guard-ime.metadata.json new file mode 100644 index 000000000..fa25bb643 --- /dev/null +++ b/tools/enter_parity/results/guard-ime.metadata.json @@ -0,0 +1,25 @@ +{ + "utc": "2026-09-07T14:29:33.134855+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "Intentional ime interruption; must stop before Enter", + "start": 0, + "end": 1, + "settle": 7000, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "capturedRows": 1 +} diff --git a/tools/enter_parity/results/harness-guards.json b/tools/enter_parity/results/harness-guards.json new file mode 100644 index 000000000..8118a0935 --- /dev/null +++ b/tools/enter_parity/results/harness-guards.json @@ -0,0 +1,16 @@ +[ + { + "scenario": "foreground", + "result": "expected-stop", + "capturedRows": 1, + "error": "Lab left the foreground", + "externalSelectionPreserved": null + }, + { + "scenario": "ime", + "result": "expected-stop", + "capturedRows": 1, + "error": "Selected IME changed", + "externalSelectionPreserved": true + } +] diff --git a/tools/enter_parity/results/keyboard-floating-pilot.screenshots/0.png b/tools/enter_parity/results/keyboard-floating-pilot.screenshots/0.png new file mode 100644 index 000000000..05f5a1bf4 Binary files /dev/null and b/tools/enter_parity/results/keyboard-floating-pilot.screenshots/0.png differ diff --git a/tools/enter_parity/results/keyboard-floating.jsonl.gz b/tools/enter_parity/results/keyboard-floating.jsonl.gz new file mode 100644 index 000000000..8cbe00868 Binary files /dev/null and b/tools/enter_parity/results/keyboard-floating.jsonl.gz differ diff --git a/tools/enter_parity/results/keyboard-floating.metadata.json b/tools/enter_parity/results/keyboard-floating.metadata.json new file mode 100644 index 000000000..b3cf8ed11 --- /dev/null +++ b/tools/enter_parity/results/keyboard-floating.metadata.json @@ -0,0 +1,29 @@ +{ + "utc": "2026-09-07T13:32:10.383068+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "TENKEY floating with field-driven number layout; other layouts tested separately", + "start": 1, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 6208, + "observedCases": 6209, + "matches": 6209, + "reconnectionRetry": "Three transient empty Compose EditorInfo snapshots rejected; all 16 Compose cases re-recorded after stable-info wait was added" +} diff --git a/tools/enter_parity/results/keyboard-normal.jsonl.gz b/tools/enter_parity/results/keyboard-normal.jsonl.gz new file mode 100644 index 000000000..a41cca991 Binary files /dev/null and b/tools/enter_parity/results/keyboard-normal.jsonl.gz differ diff --git a/tools/enter_parity/results/keyboard-normal.metadata.json b/tools/enter_parity/results/keyboard-normal.metadata.json new file mode 100644 index 000000000..ab46fa0a4 --- /dev/null +++ b/tools/enter_parity/results/keyboard-normal.metadata.json @@ -0,0 +1,34 @@ +{ + "scope": "Full declared matrix in normal TENKEY mode with field-driven number layout", + "observedCases": 6209, + "matches": 6209, + "transportMatches": 6209, + "segments": [ + { + "start": 0, + "endExclusive": 4007, + "utc": "2026-09-07T12:37:26.663411+00:00" + }, + { + "start": 4007, + "endExclusive": 6209, + "utc": "2026-09-07T13:16:20.378279+00:00" + } + ], + "interruptedAttempt": { + "invalidRows": 55, + "reason": "Selected IME changed externally; all affected rows excluded and cases re-run after exclusive device access was confirmed" + }, + "reviewNote": "The idle-only TYPE_NULL guard was finalized before the resumed segment; all TYPE_NULL cases belong to that segment. The final production APK is also used for the complete floating matrix.", + "environment": { + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ] + } +} diff --git a/tools/enter_parity/results/layout-checks.json b/tools/enter_parity/results/layout-checks.json new file mode 100644 index 000000000..c6690e4fa --- /dev/null +++ b/tools/enter_parity/results/layout-checks.json @@ -0,0 +1,674 @@ +[ + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "normal", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "TENKEY", + "mode": "floating", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "return", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "return", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "go", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "search", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "send", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "next", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "done", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "normal", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "previous", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "return", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "return", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "go", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "search", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "send", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "next", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "done", + "presentation": "label-match" + }, + { + "layout": "QWERTY", + "mode": "floating", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "previous", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "実行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "検索", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "送信", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "次へ", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "完了", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "normal", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "前へ", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "実行", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "検索", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "送信", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "次へ", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "完了", + "presentation": "label-match" + }, + { + "layout": "ROMAJI", + "mode": "floating", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "前へ", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "実行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "検索", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "送信", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "次", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "確定", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "normal", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "前へ", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "改行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "実行", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "検索", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "送信", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "次", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "確定", + "presentation": "label-match" + }, + { + "layout": "SUMIRE", + "mode": "floating", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "前へ", + "presentation": "label-match" + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "normal", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a0/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a1/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a2/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a3/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a4/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a5/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a6/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + }, + { + "layout": "GOJUON", + "mode": "floating", + "id": "text-0/a7/m0/n0/c0", + "status": "match", + "label": "enter_key", + "presentation": "screenshot-reviewed", + "reviewNote": "Actual captured key icons inspected for all eight actions on this surface." + } +] diff --git a/tools/enter_parity/results/layout-gojuon-floating.jsonl b/tools/enter_parity/results/layout-gojuon-floating.jsonl new file mode 100644 index 000000000..753d2e41f --- /dev/null +++ b/tools/enter_parity/results/layout-gojuon-floating.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-0.png"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-32.png"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-64.png"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-96.png"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-128.png"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-160.png"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-192.png"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2006,"bounds":"[922,1870][1059,2143]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-78d950f2435a4f69872c8643ba549930.jsonl-224.png"} diff --git a/tools/enter_parity/results/layout-gojuon-floating.metadata.json b/tools/enter_parity/results/layout-gojuon-floating.metadata.json new file mode 100644 index 000000000..459b5247d --- /dev/null +++ b/tools/enter_parity/results/layout-gojuon-floating.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:47.113997+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "GOJUON floating; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/0.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/0.png new file mode 100644 index 000000000..4b637913b Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/0.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/128.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/128.png new file mode 100644 index 000000000..aabaa231a Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/128.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/160.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/160.png new file mode 100644 index 000000000..68d9232cf Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/160.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/192.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/192.png new file mode 100644 index 000000000..5fba564e4 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/192.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/224.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/224.png new file mode 100644 index 000000000..004d7b843 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/224.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/32.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/32.png new file mode 100644 index 000000000..3b40dfa96 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/32.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/64.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/64.png new file mode 100644 index 000000000..27b654bab Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/64.png differ diff --git a/tools/enter_parity/results/layout-gojuon-floating.screenshots/96.png b/tools/enter_parity/results/layout-gojuon-floating.screenshots/96.png new file mode 100644 index 000000000..d31f5f3f0 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-floating.screenshots/96.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.jsonl b/tools/enter_parity/results/layout-gojuon-normal.jsonl new file mode 100644 index 000000000..3d11ddcef --- /dev/null +++ b/tools/enter_parity/results/layout-gojuon-normal.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-0.png"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-32.png"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-64.png"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-96.png"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-128.png"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-160.png"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-192.png"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":990,"y":2132,"bounds":"[922,1996][1059,2269]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-46c6b5dc2fa9429db12347f7198105c7.jsonl-224.png"} diff --git a/tools/enter_parity/results/layout-gojuon-normal.metadata.json b/tools/enter_parity/results/layout-gojuon-normal.metadata.json new file mode 100644 index 000000000..8bebc306a --- /dev/null +++ b/tools/enter_parity/results/layout-gojuon-normal.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:37.134579+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "GOJUON normal; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/0.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/0.png new file mode 100644 index 000000000..6cd11ee1f Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/0.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/128.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/128.png new file mode 100644 index 000000000..2bf1e5835 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/128.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/160.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/160.png new file mode 100644 index 000000000..3144a4b7e Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/160.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/192.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/192.png new file mode 100644 index 000000000..642e4a1f9 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/192.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/224.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/224.png new file mode 100644 index 000000000..d5ba837d8 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/224.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/32.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/32.png new file mode 100644 index 000000000..8d506dbfc Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/32.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/64.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/64.png new file mode 100644 index 000000000..8b0b6170b Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/64.png differ diff --git a/tools/enter_parity/results/layout-gojuon-normal.screenshots/96.png b/tools/enter_parity/results/layout-gojuon-normal.screenshots/96.png new file mode 100644 index 000000000..60e350a11 Binary files /dev/null and b/tools/enter_parity/results/layout-gojuon-normal.screenshots/96.png differ diff --git a/tools/enter_parity/results/layout-qwerty-floating.jsonl b/tools/enter_parity/results/layout-qwerty-floating.jsonl new file mode 100644 index 000000000..dfbacee43 --- /dev/null +++ b/tools/enter_parity/results/layout-qwerty-floating.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"return","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"return","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"go","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"search","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"send","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"next","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"done","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"previous","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2076,"bounds":"[755,2017][1075,2135]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-qwerty-floating.metadata.json b/tools/enter_parity/results/layout-qwerty-floating.metadata.json new file mode 100644 index 000000000..65f3bf63a --- /dev/null +++ b/tools/enter_parity/results/layout-qwerty-floating.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:17:57.503733+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "QWERTY floating; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-qwerty-normal.jsonl b/tools/enter_parity/results/layout-qwerty-normal.jsonl new file mode 100644 index 000000000..0bd622257 --- /dev/null +++ b/tools/enter_parity/results/layout-qwerty-normal.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"return","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"return","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"go","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"search","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"send","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"next","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"done","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"previous","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":915,"y":2202,"bounds":"[755,2143][1075,2261]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-qwerty-normal.metadata.json b/tools/enter_parity/results/layout-qwerty-normal.metadata.json new file mode 100644 index 000000000..3c0639ce1 --- /dev/null +++ b/tools/enter_parity/results/layout-qwerty-normal.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:17:49.525674+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "QWERTY normal; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-romaji-floating.jsonl b/tools/enter_parity/results/layout-romaji-floating.jsonl new file mode 100644 index 000000000..5a1682ca9 --- /dev/null +++ b/tools/enter_parity/results/layout-romaji-floating.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"改行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"改行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"実行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"検索","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"送信","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"次へ","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"完了","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"前へ","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2076,"bounds":"[818,2017][1075,2135]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-romaji-floating.metadata.json b/tools/enter_parity/results/layout-romaji-floating.metadata.json new file mode 100644 index 000000000..5541aa5b8 --- /dev/null +++ b/tools/enter_parity/results/layout-romaji-floating.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:13.409989+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI floating; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-romaji-normal.jsonl b/tools/enter_parity/results/layout-romaji-normal.jsonl new file mode 100644 index 000000000..86fe1723f --- /dev/null +++ b/tools/enter_parity/results/layout-romaji-normal.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"改行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"改行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"実行","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"検索","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"送信","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"次へ","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"完了","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"","text":"前へ","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_return","x":946,"y":2202,"bounds":"[818,2143][1075,2261]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-romaji-normal.metadata.json b/tools/enter_parity/results/layout-romaji-normal.metadata.json new file mode 100644 index 000000000..80d60c217 --- /dev/null +++ b/tools/enter_parity/results/layout-romaji-normal.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:05.532343+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI normal; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-sumire-floating.jsonl b/tools/enter_parity/results/layout-sumire-floating.jsonl new file mode 100644 index 000000000..78a07b404 --- /dev/null +++ b/tools/enter_parity/results/layout-sumire-floating.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"改行","text":"改行","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"改行","text":"改行","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"実行","text":"実行","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"検索","text":"検索","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"送信","text":"送信","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"次","text":"次","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"確定","text":"確定","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"前へ","text":"前へ","x":973,"y":2004,"bounds":"[869,1865][1078,2143]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-sumire-floating.metadata.json b/tools/enter_parity/results/layout-sumire-floating.metadata.json new file mode 100644 index 000000000..3a0af2ad6 --- /dev/null +++ b/tools/enter_parity/results/layout-sumire-floating.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:29.366040+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "SUMIRE floating; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-sumire-normal.jsonl b/tools/enter_parity/results/layout-sumire-normal.jsonl new file mode 100644 index 000000000..fbaf09dc1 --- /dev/null +++ b/tools/enter_parity/results/layout-sumire-normal.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"改行","text":"改行","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"改行","text":"改行","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"実行","text":"実行","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"検索","text":"検索","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"送信","text":"送信","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"次","text":"次","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"確定","text":"確定","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"前へ","text":"前へ","x":973,"y":2130,"bounds":"[869,1991][1078,2269]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/layout-sumire-normal.metadata.json b/tools/enter_parity/results/layout-sumire-normal.metadata.json new file mode 100644 index 000000000..cd42f1108 --- /dev/null +++ b/tools/enter_parity/results/layout-sumire-normal.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:18:21.485942+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "SUMIRE normal; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-tenkey-floating.jsonl b/tools/enter_parity/results/layout-tenkey-floating.jsonl new file mode 100644 index 000000000..73171c97e --- /dev/null +++ b/tools/enter_parity/results/layout-tenkey-floating.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-0.png"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-32.png"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-64.png"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-96.png"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-128.png"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-160.png"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-192.png"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2078,"bounds":"[874,2014][1075,2143]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-c76a56d265ac479fa9337fa23d3c06fc.jsonl-224.png"} diff --git a/tools/enter_parity/results/layout-tenkey-floating.metadata.json b/tools/enter_parity/results/layout-tenkey-floating.metadata.json new file mode 100644 index 000000000..439e105ad --- /dev/null +++ b/tools/enter_parity/results/layout-tenkey-floating.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:17:39.741218+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "TENKEY floating; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/0.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/0.png new file mode 100644 index 000000000..00ff128a9 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/0.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/128.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/128.png new file mode 100644 index 000000000..a3b9bbaa8 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/128.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/160.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/160.png new file mode 100644 index 000000000..e7f170251 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/160.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/192.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/192.png new file mode 100644 index 000000000..622fac2bc Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/192.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/224.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/224.png new file mode 100644 index 000000000..f5a4120e6 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/224.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/32.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/32.png new file mode 100644 index 000000000..5497610f0 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/32.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/64.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/64.png new file mode 100644 index 000000000..fa4edc772 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/64.png differ diff --git a/tools/enter_parity/results/layout-tenkey-floating.screenshots/96.png b/tools/enter_parity/results/layout-tenkey-floating.screenshots/96.png new file mode 100644 index 000000000..498eca7a3 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-floating.screenshots/96.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.jsonl b/tools/enter_parity/results/layout-tenkey-normal.jsonl new file mode 100644 index 000000000..2c9bdcd04 --- /dev/null +++ b/tools/enter_parity/results/layout-tenkey-normal.jsonl @@ -0,0 +1,8 @@ +{"id":"text-0\/a0\/m0\/n0\/c0","requested":{"id":"text-0\/a0\/m0\/n0\/c0","inputType":1,"imeOptions":0,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":0,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":0,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-0.png"} +{"id":"text-0\/a1\/m0\/n0\/c0","requested":{"id":"text-0\/a1\/m0\/n0\/c0","inputType":1,"imeOptions":1,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":1,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"sendKeyEvent","value":"0:66"},{"method":"sendKeyEvent","value":"1:66"}],"text":"seed\n","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":32,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-32.png"} +{"id":"text-0\/a2\/m0\/n0\/c0","requested":{"id":"text-0\/a2\/m0\/n0\/c0","inputType":1,"imeOptions":2,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":2,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":2}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":64,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-64.png"} +{"id":"text-0\/a3\/m0\/n0\/c0","requested":{"id":"text-0\/a3\/m0\/n0\/c0","inputType":1,"imeOptions":3,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":3,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":3}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":96,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-96.png"} +{"id":"text-0\/a4\/m0\/n0\/c0","requested":{"id":"text-0\/a4\/m0\/n0\/c0","inputType":1,"imeOptions":4,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":4,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":4}],"text":"seed","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":128,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-128.png"} +{"id":"text-0\/a5\/m0\/n0\/c0","requested":{"id":"text-0\/a5\/m0\/n0\/c0","inputType":1,"imeOptions":5,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":5,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":5},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":160,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-160.png"} +{"id":"text-0\/a6\/m0\/n0\/c0","requested":{"id":"text-0\/a6\/m0\/n0\/c0","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":192,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-192.png"} +{"id":"text-0\/a7\/m0\/n0\/c0","requested":{"id":"text-0\/a7\/m0\/n0\/c0","inputType":1,"imeOptions":7,"actionLabel":null,"actionId":0,"host":"raw","validity":"normal"},"actual":{"inputType":1,"imeOptions":7,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":7},{"method":"finishComposingText","value":""}],"text":"seed","focus":"next","connections":1,"composingStart":-1,"composingEnd":-1,"key":{"label":"enter_key","text":"","viewId":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity:id\/key_enter","x":974,"y":2204,"bounds":"[874,2140][1075,2269]"},"status":"observed","index":224,"ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService","screenshot":"capture-190a921c78514c5cab37af823489af8e.jsonl-224.png"} diff --git a/tools/enter_parity/results/layout-tenkey-normal.metadata.json b/tools/enter_parity/results/layout-tenkey-normal.metadata.json new file mode 100644 index 000000000..89a4d6632 --- /dev/null +++ b/tools/enter_parity/results/layout-tenkey-normal.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:17:30.077087+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "TENKEY normal; eight standard actions; all default settings", + "start": 0, + "end": 256, + "settle": 350, + "filter": "/m0/n0/c0", + "runner": "MatrixRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/0.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/0.png new file mode 100644 index 000000000..2abcf73ba Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/0.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/128.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/128.png new file mode 100644 index 000000000..4d83db9f4 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/128.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/160.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/160.png new file mode 100644 index 000000000..86e6f0a2d Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/160.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/192.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/192.png new file mode 100644 index 000000000..dfcec12b6 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/192.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/224.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/224.png new file mode 100644 index 000000000..8bbd32f3b Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/224.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/32.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/32.png new file mode 100644 index 000000000..caa060ded Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/32.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/64.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/64.png new file mode 100644 index 000000000..a5f6e1822 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/64.png differ diff --git a/tools/enter_parity/results/layout-tenkey-normal.screenshots/96.png b/tools/enter_parity/results/layout-tenkey-normal.screenshots/96.png new file mode 100644 index 000000000..7d6c391d7 Binary files /dev/null and b/tools/enter_parity/results/layout-tenkey-normal.screenshots/96.png differ diff --git a/tools/enter_parity/results/manual-ui.json b/tools/enter_parity/results/manual-ui.json new file mode 100644 index 000000000..cf0dd2a26 --- /dev/null +++ b/tools/enter_parity/results/manual-ui.json @@ -0,0 +1,48 @@ +{ + "filter": "maps", + "filterAndLoad": "passed", + "onscreenEnter": "passed", + "resultDialog": { + "id": "regression/maps-photo-comment", + "requested": { + "id": "regression/maps-photo-comment", + "inputType": 2506753, + "imeOptions": 1073741830, + "actionLabel": null, + "actionId": 0, + "host": "raw" + }, + "actual": { + "inputType": 2506753, + "imeOptions": 1073741830, + "actionLabel": null, + "fieldName": null, + "privateImeOptions": null, + "actionId": 0, + "hintText": null + }, + "events": [ + { + "method": "finishComposingText", + "value": "" + }, + { + "method": "finishComposingText", + "value": "" + }, + { + "method": "sendKeyEvent", + "value": "0:66" + }, + { + "method": "sendKeyEvent", + "value": "1:66" + } + ], + "text": "seed\n", + "focus": "editor", + "connections": 8, + "composingStart": -1, + "composingEnd": -1 + } +} diff --git a/tools/enter_parity/results/rejected-observations.jsonl.gz b/tools/enter_parity/results/rejected-observations.jsonl.gz new file mode 100644 index 000000000..ccb584133 Binary files /dev/null and b/tools/enter_parity/results/rejected-observations.jsonl.gz differ diff --git a/tools/enter_parity/results/sha256.json b/tools/enter_parity/results/sha256.json new file mode 100644 index 000000000..3f855f795 --- /dev/null +++ b/tools/enter_parity/results/sha256.json @@ -0,0 +1,102 @@ +{ + "README.md": "28a5bcf05037037786fc0e3a42ac0f8251ad2db06a8d560c98ea1b5fef532639", + "apk-sha256.json": "5f74b4f50b56546ad046965777624271bb874cfb70499ccfc23cf8657249a6b7", + "baseline-composition-floating-off.jsonl": "60765312c35d5b3addd21e361ce0a5e2e7a6784d3598dd6977141798f4174e86", + "baseline-composition-floating-off.metadata.json": "acb15150f88c9c45be29e3e450679e98dfc101be67275c2a012df364ffa75448", + "baseline-composition-floating-on.jsonl": "dcca9ebb2cd3be7c7646bff3eb1952d2ca148d513ef9f6de8c2bf04dd7bcd847", + "baseline-composition-floating-on.metadata.json": "ab6af3182fdf6216ef9b0f1ee0ec8e93f6beb993eb34451c43fbcdc231764548", + "baseline-composition-off.jsonl": "60765312c35d5b3addd21e361ce0a5e2e7a6784d3598dd6977141798f4174e86", + "baseline-composition-off.metadata.json": "16aa51cbe52f1f6db78fff1e658c8d6ede440965caab1c02a1c3a6a3dedd6207", + "baseline-composition-on.jsonl": "87aae1fd1e53b5a90408b8e6b76d87b0487471833d943965531c2130d4d46c66", + "baseline-composition-on.metadata.json": "a018091f2c9439e4239d1cc90d600844450fac208d4279dd8823d220d4d6383e", + "comparison.tsv": "540e54220aa06e60a730a4db71d967006059bbca73e5d733262ddfe56736878a", + "dev-1056.jsonl": "d7b1bef39067e24c44de7a770ac1f2b58dc478973b6db3aa00522fec8badd265", + "dev-1056.metadata.json": "5bc7d2390ccea71f9477be32d3f20b09fb84b69e511eb6abf177607e7e6e25df", + "dev-5440.jsonl": "3dc1f40663fe2e3bf2e2e76ff3a18af63d04c75dfdff4110be8ed9d6ccbc32b5", + "dev-5440.metadata.json": "2b3c7c0fdc15c417ce27197405205b073c069cef4da9a02c81b771608063c5be", + "dev-6160.jsonl": "b208de433973dbb0a74aaf75f0f65bff373952f0ddc8fe1f168242230f605a72", + "dev-6160.metadata.json": "f24e8dccc90afe144f4c3dba329fc74ec9421288529ef5b77c1344c6c5a79dcd", + "dev-number-verified.jsonl": "5c560b65f40e981743108b69a6383eb7bc9b6fa88f27a0a502bf3d3057393e01", + "dev-number-verified.metadata.json": "3ac1b046f75deec419840717a95f93881e0f609a193862e72ce03fa8669849a7", + "dev-number-verified.screenshots/3936.png": "3f31c0df3a4d97acf4b2a2e31aa82ba349261246ee4a74eba13d1a4b54c5bfdc", + "dev-regressions.json": "3200d95d1bcbdedf4c8f39502a1e8c63069a5dc073d2b5ae4c1839f7ad7c2ee3", + "explicit-type-null-direct.jsonl": "ee1bda7e7402591b976536c6d6051f6f79323c919d73adeeb13f09c910e0dc84", + "explicit-type-null-direct.metadata.json": "537af036442b29e2c26102d93a263594512a7f8e5c6b9394bffd87dec17b2600", + "gboard.jsonl.gz": "b45ea6af2beeb54874c9151f140056a5793b1ca3012aa4ed7555430dde957915", + "gboard.metadata.json": "20ffc7b0134a9cfd527e5cc26e91004016d398277262411bc57831543202dc85", + "guard-foreground.jsonl": "ff69a6928b74c1e4671309d4c8de32d2dd472eaae3c030d90490778390f75abf", + "guard-foreground.metadata.json": "426c0981437dfadeb4f45baee776aea9f9dfb09e7f4e5fd1e579d2de8be72eaf", + "guard-ime.jsonl": "6ac59c6b74455b1f1a872179567da5e1622649596c4504a96c17c88876651d71", + "guard-ime.metadata.json": "14949be6b7ff3ce4124fd0bbcbd97164f8c47b70010a3f66882a31638316cc5b", + "harness-guards.json": "e7bd79b83e3651d13da72c7c2485b47198e4d3dee89a66fdea5455272aa44f8c", + "keyboard-floating-pilot.screenshots/0.png": "d763e98a902268e3b53f54c11baeb6690e3757f52ca6675947f1a905688b9a8f", + "keyboard-floating.jsonl.gz": "5f78103daefc082a93bf32c9154642d801d8d6632fbbc93cb90ca04419c07e38", + "keyboard-floating.metadata.json": "a575d0c0b2857d0fbd46ab315f7fd10504282741a37187ab2d1b8d6df2e6a137", + "keyboard-normal.jsonl.gz": "af613aaf5c65f25e789eb875036e6c71395e801294b8688f39934709e123094d", + "keyboard-normal.metadata.json": "b751c5ae4e2220838aa53c7bf778ca7037af52e91fb5cef0ef490fa2d14306aa", + "layout-checks.json": "566503a09e536c60868a4bd4392f931cd7b9d1aec87be1a66ff3e53d817dbdf1", + "layout-gojuon-floating.jsonl": "d7678e007f36f16f139306338ac2a2e73afd67b44d2526e9d5235d7d436e1a2b", + "layout-gojuon-floating.metadata.json": "978333c8dafb0ad2f5eaebb4bc1ea870099b7eca4a7544ff17560c923a6f1d2a", + "layout-gojuon-floating.screenshots/0.png": "612ebb805efce7b0a000b04fd4cbe48090fba98a9c48aecd3fdc28668caf760c", + "layout-gojuon-floating.screenshots/128.png": "fb897ff2c7cafcf0bd5e24793683375481d78ab09997fd61aead6d9a01cb2e40", + "layout-gojuon-floating.screenshots/160.png": "911b3ba4cc56d8ebbd5e0ac196e2f88db64e98c0346b8834614e3358692e4519", + "layout-gojuon-floating.screenshots/192.png": "f7e557d1d7fbdb55dcf9a4988779bf0dc48384e824c56070e09bbd49f1ad295c", + "layout-gojuon-floating.screenshots/224.png": "47a7939adb00b7b2c01f96cacdc0293185b3d0580c9634f8542eff7e28f20a1d", + "layout-gojuon-floating.screenshots/32.png": "1432dd489c0a961be8286aca1a2ad27ab7778d09a3391d845be44a3831919dc2", + "layout-gojuon-floating.screenshots/64.png": "9373fd2cea00904a37667a7df35fef0e0d4071c953d04dd9fa0bbe53bd3419e0", + "layout-gojuon-floating.screenshots/96.png": "da6294a2042201b6b17b83e525d091d48ce5060f871d45811c7dc05bf5440c42", + "layout-gojuon-normal.jsonl": "0f612fc72f7720868a961adc626c087205873f2313b50d593c95ba1c5aa1ac92", + "layout-gojuon-normal.metadata.json": "93fab34a2a2d13feee1826df29f2bcd3a2829f8d3abcc7ae5a9215ed53106d20", + "layout-gojuon-normal.screenshots/0.png": "09f9bf29a22332fe097dac9a72b0243e969db4eb1a21fef173041749dd5c6461", + "layout-gojuon-normal.screenshots/128.png": "1c5eb8b5b7cd95e33fcfbf79760fd25335ecde184d8354b024a7b9fb8d3c5168", + "layout-gojuon-normal.screenshots/160.png": "224910d4eb4857fd3d0ac4b7fe3d49d3364e547ef1e23557aa3e3f814a14c848", + "layout-gojuon-normal.screenshots/192.png": "06bd98c0b8403e2a1b8256cc4f30c8065aa292b6d2cc6a50e2476977d95d1751", + "layout-gojuon-normal.screenshots/224.png": "339b6f25c08337f0782f2ed14f7eaa79a2d5c69c32b0cb9c9ec872629e304e08", + "layout-gojuon-normal.screenshots/32.png": "a44652a2ac1cad59d2eac633289cd1ae07e4a8e43186a36256d07d8fd1f08952", + "layout-gojuon-normal.screenshots/64.png": "d016488bec25e699589f270db6f212083d7047b6493faed83317c89d708f9cc1", + "layout-gojuon-normal.screenshots/96.png": "fcd9329dd01a0e50f883f2f9ffd04728afaeddfb99e5f2f6a3c80eedd2691187", + "layout-qwerty-floating.jsonl": "e6672518e8770a5a057e0a8b332e37af6a737bac0abc43d854cab3d6328a469a", + "layout-qwerty-floating.metadata.json": "420b571b5fd8fe512493df173881b5cd5a788085a471d4df537b21f41a4bb699", + "layout-qwerty-normal.jsonl": "e0663c642f4d1b154dde9ab2c27a99cc76cee1cc7cb8a8aab689ab856435c81e", + "layout-qwerty-normal.metadata.json": "6c05998a4babd83147d591d416826a2ffcd1d3a2845e7537caa00caa4289ccd9", + "layout-romaji-floating.jsonl": "8fc6038355b034d2c099b6d52c8d8ea59e8595aaf2124b494f4c63e85f9fe631", + "layout-romaji-floating.metadata.json": "e94ca1990ebe1e2dc0c5ef782c1572ed046bb75fe22b344f79724e4fc2519db9", + "layout-romaji-normal.jsonl": "5b20a165ce002c7f222437b4f75b1e31f9904d8683e8dba62489ce26105d1130", + "layout-romaji-normal.metadata.json": "7c4ce2907471a7a579ec98b8b55c19bce858badc02ee1aecb500d07c361553c6", + "layout-sumire-floating.jsonl": "971309450e2b81d7f1d09318775be5e5a95db7aa7bd93abc202ae3cc3e8784c9", + "layout-sumire-floating.metadata.json": "571ece01493b85501dd82cfb3578b593e290a1fb684466fbc1e662a782ca0604", + "layout-sumire-normal.jsonl": "503c92e140b9d0d8c9fc273b68b0b5ccdfeebb80e2a6c8111a8e2df368042ec5", + "layout-sumire-normal.metadata.json": "ff327965d8de5f74b4e0fee82c350413483d0b81c98daea23a68db57d3b26acd", + "layout-tenkey-floating.jsonl": "8bb05896b5cc2fac856327a18c6110a0c5f095e0f1ee63031ef679d0bfc33336", + "layout-tenkey-floating.metadata.json": "c1275f1ad8b912cdf6ec17f7ac292aefebb30ffa01943b2294abe078288c580d", + "layout-tenkey-floating.screenshots/0.png": "ad62bf52e47da73d2708a683b0340ad4ea129e650980f2d24e73b9ac6656046a", + "layout-tenkey-floating.screenshots/128.png": "762c1a9b5f7fa3f69b0d116da8e96ae5c6911ac9f4347d09dee1a52f5a4b58bd", + "layout-tenkey-floating.screenshots/160.png": "3b8109bfd18ceb7c75384ce8179d4bb2a0d24b2c9e9a8aae2630d433a424ed20", + "layout-tenkey-floating.screenshots/192.png": "d214b9a8f3cc538d52bdc7251b5a0aaf94f31a029a8d7b9ddde29139379c0732", + "layout-tenkey-floating.screenshots/224.png": "41864552b08ea249b85947726a2c7e8769f71f2de1e7f6376fd481af63358c83", + "layout-tenkey-floating.screenshots/32.png": "210988916fd20c44b30f8761422a7e6695d93e26300377a4ddd95280367c2310", + "layout-tenkey-floating.screenshots/64.png": "d898ac055f38cdd1d29bae49e40f41abe06c4008d7a56eccea291a0c25a1cd3f", + "layout-tenkey-floating.screenshots/96.png": "1a4abc688d03299babec60d4d69084002dbaf8fe524dd6057a9f57cf93c73b40", + "layout-tenkey-normal.jsonl": "19a3a4acfaad2e94ac99597366f06101bcfed5e323ace1fb1a9223b65695da07", + "layout-tenkey-normal.metadata.json": "26127825caa28b95a4dc24dbb972513bc3de31f7584ac107ae376239844bd59e", + "layout-tenkey-normal.screenshots/0.png": "29379f32ebcc15fbd3adf7be38a897a9404243c48ed3ca5f3ba0b30abb7593ba", + "layout-tenkey-normal.screenshots/128.png": "409531e497b166b4bf889c66071c739cb36d102429a99e5d690a835f3c53a9a9", + "layout-tenkey-normal.screenshots/160.png": "ae71b20bf0e4e352c5cb46f877bf27e98b656e90bec0cfd366d0b17c123f00fa", + "layout-tenkey-normal.screenshots/192.png": "8551843aefedf0c37f65df16693a344d701f0557ee79153ff99821da89a95308", + "layout-tenkey-normal.screenshots/224.png": "68c2aa52a266a84139fefe8db48631f02c294c07dfdf55f4cde62126ba947103", + "layout-tenkey-normal.screenshots/32.png": "884422ca78273205abdf9fc50b6abb66e113e17a8768c4a4f2756f4d545412f8", + "layout-tenkey-normal.screenshots/64.png": "3e834fbf99a829b566378edeaf6661cea493085f7a4b553bbfedf5dffee787dd", + "layout-tenkey-normal.screenshots/96.png": "b93a8941374e185f730554b061c5b647b0905a22d71ee1dfd4e427cb16485c6d", + "manual-ui.json": "3327c636548e868153c2754d589f3e919fe31fb6e045fa2bddd36924044adca2", + "rejected-observations.jsonl.gz": "f45d71287167889386509e66d8dd7729bc653edbc838bf1af8be328187cd6851", + "target-composition-floating-off.jsonl": "7082894c4a5699d23fbe21944b133872e3dfe09e38e640b86de84af79a096be0", + "target-composition-floating-off.metadata.json": "6e352a8a58a8b702e5a68ade00418e1232f630f97d41b8f91fad2577005bcf28", + "target-composition-floating-on.jsonl": "7bdaa35dc360e8e7415b77bf9153d27d4e7acc602cb9f331ba93109b752fa232", + "target-composition-floating-on.metadata.json": "f6f7c617d6a1adb4f22289b4988f90ef2e6b2978f8c3be908513805aa48f209c", + "target-composition-off.jsonl": "7082894c4a5699d23fbe21944b133872e3dfe09e38e640b86de84af79a096be0", + "target-composition-off.metadata.json": "6627ce2676d961f5e25a7ba3b41b3ac4755dc84568587cc179abf40985ac7064", + "target-composition-on.jsonl": "5fb0f739b4234f38dd3e107770877ce71bcb3fe60174dc715810c03d86b2ade3", + "target-composition-on.metadata.json": "2e1b987bdcce5cc219d3415857aba70513e7bcb56512e53f3c552694cf3f8fb4", + "unit-tests.json": "9b9bb6d2aa4d11f2af391ead7ef5af1f759da81aa1bcaca09d1a7992fc4f73e4", + "validation-status.json": "04ba3d5e343e496f0a6e4e4f736d872f006b0ef871079b326d31108f3f556fd6" +} diff --git a/tools/enter_parity/results/target-composition-floating-off.jsonl b/tools/enter_parity/results/target-composition-floating-off.jsonl new file mode 100644 index 000000000..e3bdfc49a --- /dev/null +++ b/tools/enter_parity/results/target-composition-floating-off.jsonl @@ -0,0 +1,7 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":4,"composingEnd":9,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/target-composition-floating-off.metadata.json b/tools/enter_parity/results/target-composition-floating-off.metadata.json new file mode 100644 index 000000000..72dc0f5b6 --- /dev/null +++ b/tools/enter_parity/results/target-composition-floating-off.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:23:56.346231+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI floating; bunsetsu separation off", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 7 +} diff --git a/tools/enter_parity/results/target-composition-floating-on.jsonl b/tools/enter_parity/results/target-composition-floating-on.jsonl new file mode 100644 index 000000000..4cd402d6d --- /dev/null +++ b/tools/enter_parity/results/target-composition-floating-on.jsonl @@ -0,0 +1,8 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"私はにほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":11,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は"},{"method":"setComposingText","value":"にほんじn"},{"method":"setComposingText","value":"にほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":6,"composingEnd":11,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-2","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/target-composition-floating-on.metadata.json b/tools/enter_parity/results/target-composition-floating-on.metadata.json new file mode 100644 index 000000000..4ebae3a21 --- /dev/null +++ b/tools/enter_parity/results/target-composition-floating-on.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T14:24:35.462284+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI floating; bunsetsu separation on", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/target-composition-off.jsonl b/tools/enter_parity/results/target-composition-off.jsonl new file mode 100644 index 000000000..e3bdfc49a --- /dev/null +++ b/tools/enter_parity/results/target-composition-off.jsonl @@ -0,0 +1,7 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":2,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":4,"composingEnd":9,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は日本人"}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私は日本人","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/target-composition-off.metadata.json b/tools/enter_parity/results/target-composition-off.metadata.json new file mode 100644 index 000000000..3ff43c685 --- /dev/null +++ b/tools/enter_parity/results/target-composition-off.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:28:05.417587+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI normal; bunsetsu separation off", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 7 +} diff --git a/tools/enter_parity/results/target-composition-on.jsonl b/tools/enter_parity/results/target-composition-on.jsonl new file mode 100644 index 000000000..581aedbc8 --- /dev/null +++ b/tools/enter_parity/results/target-composition-on.jsonl @@ -0,0 +1,8 @@ +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":-1,"composingEnd":-1,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"composition","requested":{"id":"composition","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seedわたしはにほんじn","focus":"editor","connections":3,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"}],"text":"seedわたしはにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":13,"stage":"typed","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"setComposingText","value":"w"},{"method":"setComposingText","value":"わ"},{"method":"setComposingText","value":"わt"},{"method":"setComposingText","value":"わた"},{"method":"setComposingText","value":"わたs"},{"method":"setComposingText","value":"わたsh"},{"method":"setComposingText","value":"わたし"},{"method":"setComposingText","value":"わたしh"},{"method":"setComposingText","value":"わたしは"},{"method":"setComposingText","value":"わたしはn"},{"method":"setComposingText","value":"わたしはに"},{"method":"setComposingText","value":"わたしはにh"},{"method":"setComposingText","value":"わたしはにほ"},{"method":"setComposingText","value":"わたしはにほn"},{"method":"setComposingText","value":"わたしはにほんj"},{"method":"setComposingText","value":"わたしはにほんじ"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"わたしはにほんじん"},{"method":"setComposingText","value":"わたしはにほんじn"},{"method":"setComposingText","value":"私はにほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":4,"composingEnd":11,"stage":"converted","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"commitText","value":"私は"},{"method":"setComposingText","value":"にほんじn"},{"method":"setComposingText","value":"にほんじn"}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":6,"composingEnd":11,"stage":"confirm-1","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"finishComposingText","value":""}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"confirm-2","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} +{"id":"conversion","requested":{"id":"conversion","host":"raw","inputType":1,"imeOptions":6,"actionLabel":null,"actionId":0},"actual":{"inputType":1,"imeOptions":6,"actionLabel":null,"fieldName":null,"privateImeOptions":null,"actionId":0,"hintText":null},"events":[{"method":"performEditorAction","value":6}],"text":"seed私はにほんじn","focus":"editor","connections":1,"composingStart":-1,"composingEnd":-1,"stage":"editor-enter","ime":"com.kazumaproject.markdownhelperkeyboard.lite.enterparity\/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService"} diff --git a/tools/enter_parity/results/target-composition-on.metadata.json b/tools/enter_parity/results/target-composition-on.metadata.json new file mode 100644 index 000000000..2fb7ef686 --- /dev/null +++ b/tools/enter_parity/results/target-composition-on.metadata.json @@ -0,0 +1,26 @@ +{ + "utc": "2026-09-07T13:28:37.378193+00:00", + "model": "Pixel 6", + "android": "17", + "fingerprint": "google/oriole/oriole:17/CP2A.260705.006/15641320:user/release-keys", + "locale": "ja-JP", + "ime": "com.kazumaproject.markdownhelperkeyboard.lite.enterparity/com.kazumaproject.markdownhelperkeyboard.ime_service.IMEService", + "layoutNote": "ROMAJI normal; bunsetsu separation on", + "start": 0, + "end": 999999, + "settle": 120, + "filter": "", + "runner": "CompositionRegressionRunner", + "originalAnimationScales": { + "window_animation_scale": "0", + "transition_animation_scale": "0", + "animator_duration_scale": "0" + }, + "animationsDisabled": true, + "version": [ + "versionCode=805 minSdk=24 targetSdk=36", + "versionName=1.7.112-lite" + ], + "completed": true, + "capturedRows": 8 +} diff --git a/tools/enter_parity/results/unit-tests.json b/tools/enter_parity/results/unit-tests.json new file mode 100644 index 000000000..803443ae6 --- /dev/null +++ b/tools/enter_parity/results/unit-tests.json @@ -0,0 +1,112 @@ +{ + "jvm": [ + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.physical_keyboard.shortcut.PhysicalShortcutMatcherTest", + "tests": 4, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.extensions.InputTypeExtensionTest", + "tests": 12, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.input_behavior.KeyInputBehaviorDispatcherTest", + "tests": 5, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.editor.EditorEnterPolicyTest", + "tests": 7, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.input_behavior.InputBehaviorResolverTest", + "tests": 5, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.flick_preview.ComposingTextArbiterTest", + "tests": 4, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "app", + "suite": "com.kazumaproject.markdownhelperkeyboard.ime_service.input_behavior.RuntimeInputBehaviorPolicyTest", + "tests": 8, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.DynamicSumireSpecialKeyTapOverrideDisplayTest", + "tests": 21, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.SumireSpecialKeyDisplayActionMapTest", + "tests": 5, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.SumireSpecialKeyRefreshTapTest", + "tests": 9, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.FlickKeyboardViewSumireSpecialKeyActionDispatcherTest", + "tests": 8, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.SumireSpecialKeyRuntimeActionDispatcherTest", + "tests": 7, + "failures": 0, + "errors": 0, + "skipped": 0 + }, + { + "module": "custom_keyboard", + "suite": "com.kazumaproject.custom_keyboard.FlickKeyboardViewSumireSpecialKeyDirectionTest", + "tests": 1, + "failures": 0, + "errors": 0, + "skipped": 0 + } + ], + "python": { + "tests": 13, + "failures": 0 + } +} diff --git a/tools/enter_parity/results/validation-status.json b/tools/enter_parity/results/validation-status.json new file mode 100644 index 000000000..080ab2ff0 --- /dev/null +++ b/tools/enter_parity/results/validation-status.json @@ -0,0 +1,74 @@ +{ + "state": "validation-complete", + "baselineCommit": "bbdc7414746adeffc815d5158631e415a1167007", + "gboardObserved": 6209, + "normal": { + "match": 6209, + "mismatch": 0, + "not-run": 0, + "blocked": 0, + "editor-info-mismatch": 0, + "ime-mismatch": 0 + }, + "floating": { + "match": 6209, + "mismatch": 0, + "not-run": 0, + "blocked": 0, + "editor-info-mismatch": 0, + "ime-mismatch": 0 + }, + "normalizedTransportMatch": { + "normal": 6209, + "floating": 6209 + }, + "layoutChecks": 80, + "composition": [ + { + "surface": "normal", + "bunsetsuSeparation": "off", + "stages": 7, + "status": "match" + }, + { + "surface": "normal", + "bunsetsuSeparation": "on", + "stages": 8, + "status": "match" + }, + { + "surface": "floating", + "bunsetsuSeparation": "off", + "stages": 7, + "status": "match" + }, + { + "surface": "floating", + "bunsetsuSeparation": "on", + "stages": 8, + "status": "match" + } + ], + "explicitTypeNullDirect": "preserved", + "manualUI": "passed", + "harnessGuards": [ + { + "scenario": "foreground", + "result": "expected-stop", + "capturedRows": 1, + "error": "Lab left the foreground", + "externalSelectionPreserved": null + }, + { + "scenario": "ime", + "result": "expected-stop", + "capturedRows": 1, + "error": "Selected IME changed", + "externalSelectionPreserved": true + } + ], + "jvmTests": 96, + "pythonTests": 13, + "rawFixtureRows": 6161, + "deviceSettingsRestored": true +} diff --git a/tools/enter_parity/run_device.py b/tools/enter_parity/run_device.py new file mode 100644 index 000000000..86a62a994 --- /dev/null +++ b/tools/enter_parity/run_device.py @@ -0,0 +1,100 @@ +#!/usr/bin/env python3 +"""Capture a real IME, restoring the selected IME and animation settings in finally.""" +import argparse +import json +import subprocess +import shlex +import uuid +from pathlib import Path +from datetime import datetime, timezone + +parser = argparse.ArgumentParser() +parser.add_argument('--ime', required=True) +parser.add_argument('--runner', choices=['MatrixRunner', 'CompositionRegressionRunner'], default='MatrixRunner') +parser.add_argument('--output', type=Path, required=True) +parser.add_argument('--serial', required=True) +parser.add_argument('--start', type=int, default=0) +parser.add_argument('--end', type=int, default=999999) +parser.add_argument('--settle', type=int, default=120) +parser.add_argument('--filter', default='') +parser.add_argument('--layout-note', default='not recorded') +parser.add_argument('--keep-animations', action='store_true') +parser.add_argument('--screenshots', action='store_true') +parser.add_argument('--verified-enter', nargs=2, type=int, metavar=('X', 'Y'), help='Single-case only: coordinates verified by the operator from the current IME screenshot') +args = parser.parse_args() +adb = ['adb', '-s', args.serial] +def call(*command): + command = list(command) + if command[0] == 'shell': + command = ['shell', shlex.join(command[1:])] + return subprocess.check_output(adb + command, text=True) +old_ime = call('shell', 'settings', 'get', 'secure', 'default_input_method').strip() +scales = {key: call('shell', 'settings', 'get', 'global', key).strip() for key in + ['window_animation_scale', 'transition_animation_scale', 'animator_duration_scale']} +filename = f'capture-{uuid.uuid4().hex}.jsonl' +args.output.parent.mkdir(parents=True, exist_ok=True) +metadata = dict(utc=datetime.now(timezone.utc).isoformat(), + model=call('shell', 'getprop', 'ro.product.model').strip(), + android=call('shell', 'getprop', 'ro.build.version.release').strip(), + fingerprint=call('shell', 'getprop', 'ro.build.fingerprint').strip(), + locale=call('shell', 'getprop', 'persist.sys.locale').strip(), ime=args.ime, + layoutNote=args.layout_note, start=args.start, end=args.end, settle=args.settle, + filter=args.filter, runner=args.runner, originalAnimationScales=scales, animationsDisabled=not args.keep_animations, + version=[s.strip() for s in call('shell', 'dumpsys', 'package', args.ime.split('/')[0]).splitlines() + if 'versionName=' in s or 'versionCode=' in s]) +process = None +try: + if not args.keep_animations: + for key in scales: + call('shell', 'settings', 'put', 'global', key, '0') + print(call('shell', 'ime', 'set', args.ime), end='') + assert call('shell', 'settings', 'get', 'secure', 'default_input_method').strip() == args.ime + # The shell's am instrument can exit 0 even when instrumentation failed. + remote = ['am', 'instrument', '-w', '-e', 'start', str(args.start), + '-e', 'end', str(args.end), '-e', 'settle', str(args.settle), '-e', 'filter', args.filter, + '-e', 'screenshots', str(args.screenshots).lower(), '-e', 'output', filename, 'com.kazumaproject.enterparity/.' + args.runner] + if args.verified_enter: + if args.end - args.start != 1 or args.filter or not args.screenshots: + raise ValueError('Verified coordinates require one case and --screenshots') + remote[-1:-1] = ['-e', 'verifiedEnterX', str(args.verified_enter[0]), '-e', 'verifiedEnterY', str(args.verified_enter[1])] + process = subprocess.Popen(adb + ['shell', shlex.join(remote)], + stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True) + completed = False + for line in process.stdout: + print(line, end='', flush=True) + completed |= line.startswith('Results: ') + if process.wait() or not completed: + raise RuntimeError('Instrumentation did not complete; any partial capture is not a full run') + metadata['completed'] = True +finally: + if process is not None and process.poll() is None: + call('shell', 'am', 'force-stop', 'com.kazumaproject.enterparity') + process.wait(timeout=20) + try: + capture = call('shell', 'run-as', 'com.kazumaproject.enterparity', 'cat', 'files/' + filename) + args.output.write_text(capture) + metadata['capturedRows'] = len(capture.splitlines()) + if args.screenshots: + folder = args.output.with_suffix('.screenshots') + folder.mkdir(exist_ok=True) + for line in capture.splitlines(): + row = json.loads(line) + if 'screenshot' in row: + png = subprocess.check_output(adb + ['exec-out', 'run-as', 'com.kazumaproject.enterparity', + 'cat', 'files/' + row['screenshot']]) + (folder / f"{row['index']}.png").write_bytes(png) + finally: + args.output.with_suffix('.metadata.json').write_text(json.dumps(metadata, ensure_ascii=False, indent=2) + '\n') + try: + if call('shell', 'settings', 'get', 'secure', 'default_input_method').strip() == args.ime: + print(call('shell', 'ime', 'set', old_ime), end='') + else: + print('Selected IME changed externally; leaving that selection in place.') + finally: + for key, value in scales.items(): + if args.keep_animations or call('shell', 'settings', 'get', 'global', key).strip() != '0': + continue + if value == 'null': + call('shell', 'settings', 'delete', 'global', key) + else: + call('shell', 'settings', 'put', 'global', key, value) diff --git a/tools/enter_parity/test_compare.py b/tools/enter_parity/test_compare.py new file mode 100644 index 000000000..cf3837b6c --- /dev/null +++ b/tools/enter_parity/test_compare.py @@ -0,0 +1,62 @@ +import copy +import unittest +from compare import compare +from generate_cases import CASES + +class ComparisonIntegrityTest(unittest.TestCase): + def setUp(self): + self.name = CASES[0]['id'] + self.row = dict(id=self.name, status='observed', ime='reference', actual=dict(inputType=1, imeOptions=0, actionLabel=None, actionId=0), + text='seed\n', focus='editor', events=[dict(method='sendKeyEvent', value='0:66'), + dict(method='sendKeyEvent', value='1:66')]) + + def status(self, a, b): + b = copy.deepcopy(b) + b['ime'] = 'target' + return compare({self.name: a}, {self.name: b})['cases'][0]['status'] + + def test_missing_cases_are_not_passes(self): + result = compare({}, {}) + self.assertEqual({'not-run': len(CASES)}, result['counts']) + + def test_two_blocked_observations_are_not_a_match(self): + self.row['status'] = 'blocked' + self.assertEqual('blocked', self.status(self.row, self.row)) + + def test_same_text_with_wrong_action_is_a_failure(self): + other = copy.deepcopy(self.row) + other['events'] = [dict(method='performEditorAction', value=6)] + self.assertEqual('mismatch', self.status(self.row, other)) + + def test_different_editor_information_invalidates_comparison(self): + other = copy.deepcopy(self.row) + other['actual']['imeOptions'] = 6 + self.assertEqual('editor-info-mismatch', self.status(self.row, other)) + + def test_missing_actual_editor_information_is_not_a_match(self): + self.row.pop('actual') + self.assertEqual('editor-info-mismatch', self.status(self.row, self.row)) + + def test_extra_action_is_detected(self): + other = copy.deepcopy(self.row) + other['events'] += [dict(method='performEditorAction', value=6)] * 2 + self.assertEqual('mismatch', self.status(self.row, other)) + + def test_same_text_with_different_transport_is_a_failure(self): + other = copy.deepcopy(self.row) + other['events'] = [dict(method='commitText', value='\n')] + other['ime'] = 'target' + result = compare({self.name:self.row}, {self.name:other})['cases'][0] + self.assertEqual('mismatch', result['status']) + self.assertFalse(result['transportEqual']) + + def test_using_the_same_ime_twice_cannot_prove_parity(self): + result = compare({self.name:self.row}, {self.name:self.row})['cases'][0] + self.assertEqual('ime-mismatch', result['status']) + + def test_both_imes_receiving_the_wrong_raw_case_does_not_pass(self): + self.row['actual']['inputType'] = 2 + self.assertEqual('editor-info-mismatch', self.status(self.row, self.row)) + +if __name__ == '__main__': + unittest.main() diff --git a/tools/enter_parity/test_export_fixture.py b/tools/enter_parity/test_export_fixture.py new file mode 100644 index 000000000..8e9146d76 --- /dev/null +++ b/tools/enter_parity/test_export_fixture.py @@ -0,0 +1,23 @@ +import unittest +from export_fixture import export, observed_action + + +class ObservationExportTest(unittest.TestCase): + def test_partial_capture_cannot_be_exported_as_reference(self): + with self.assertRaisesRegex(ValueError, 'Missing successful'): + export({}) + + def test_action_plus_key_is_not_a_single_action(self): + with self.assertRaisesRegex(ValueError, 'Unclassified'): + observed_action(dict(id='mixed', events=[dict(method='performEditorAction', value=6), + dict(method='sendKeyEvent', value='0:66')])) + + def test_action_plus_commit_is_not_a_single_action(self): + with self.assertRaisesRegex(ValueError, 'Unclassified'): + observed_action(dict(id='mixed', events=[dict(method='performEditorAction', value=6), + dict(method='commitText', value='\n')])) + + def test_duplicate_enter_pair_is_not_one_enter(self): + with self.assertRaisesRegex(ValueError, 'Unclassified'): + observed_action(dict(id='twice', events=[dict(method='sendKeyEvent', value='0:66'), + dict(method='sendKeyEvent', value='1:66')] * 2))