github-linguist 4.8.9 → 4.8.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/git-linguist +2 -2
- data/grammars/source.ats.json +58 -128
- data/grammars/source.autoit.json +158 -153
- data/grammars/source.awk.json +333 -383
- data/grammars/source.batchfile.json +194 -0
- data/grammars/source.c.platform.json +359 -22
- data/grammars/source.changelogs.rpm-spec.json +99 -0
- data/grammars/source.clojure.json +9 -3
- data/grammars/source.dockerfile.json +67 -78
- data/grammars/source.elm.json +20 -379
- data/grammars/source.emacs.lisp.json +656 -0
- data/grammars/source.gdscript.json +233 -228
- data/grammars/source.graphql.json +75 -10
- data/grammars/source.js.json +2 -2
- data/grammars/source.js.jsx.json +247 -839
- data/grammars/source.js.regexp.json +1 -1
- data/grammars/source.nginx.json +882 -768
- data/grammars/source.nsis.json +151 -143
- data/grammars/source.objc.json +3 -0
- data/grammars/source.objc.platform.json +174 -104
- data/grammars/source.puppet.json +429 -396
- data/grammars/source.pyjade.json +11 -0
- data/grammars/source.regexp.babel.json +1 -1
- data/grammars/source.rpm-spec.json +770 -0
- data/grammars/source.systemverilog.json +1110 -961
- data/grammars/source.ts.json +57 -57
- data/grammars/source.tsx.json +57 -57
- data/grammars/text.dart-analysis-output.json +67 -152
- data/grammars/text.error-list.json +54 -0
- data/grammars/text.find-refs.json +927 -0
- data/grammars/text.html.basic.json +1 -1
- data/grammars/text.html.mediawiki.elm-build-output.json +108 -0
- data/grammars/text.html.mediawiki.elm-documentation.json +22 -0
- data/grammars/text.html.vue.json +35 -0
- data/grammars/text.jade.json +34 -12
- data/grammars/text.roff.json +1 -1
- data/lib/linguist/heuristics.rb +16 -4
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +25 -5
- data/lib/linguist/samples.json +1367 -163
- data/lib/linguist/version.rb +1 -1
- metadata +10 -3
- data/grammars/source.dosbatch.json +0 -70
data/grammars/source.nsis.json
CHANGED
@@ -1,158 +1,166 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
2
|
+
"name": "NSIS",
|
3
|
+
"comment": "todo: - highlight functions",
|
4
|
+
"file_extensions": [
|
4
5
|
"nsi",
|
5
6
|
"nsh"
|
6
7
|
],
|
7
|
-
"
|
8
|
-
"
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
{
|
14
|
-
"match": "(\\b|^\\s*)(Abort|AddBrandingImage|AddSize|AllowRootDirInstall|AllowSkipFiles|AutoCloseWindow|BGFont|BGGradient|BrandingText|BringToFront|Call|CallInstDLL|Caption|ChangeUI|CheckBitmap|ClearErrors|CompletedText|ComponentText|CopyFiles|CRCCheck|CreateDirectory|CreateFont|CreateShortCut|Delete|DeleteINISec|DeleteINIStr|DeleteRegKey|DeleteRegValue|DetailPrint|DetailsButtonText|DirText|DirVar|DirVerify|EnableWindow|EnumRegKey|EnumRegValue|Exch|Exec|ExecShell|ExecWait|ExpandEnvStrings|File|FileBufSize|FileClose|FileErrorText|FileOpen|FileRead|FileReadByte|FileReadUTF16LE|FileReadWord|FileWriteUTF16LE|FileSeek|FileWrite|FileWriteByte|FileWriteWord|FindClose|FindFirst|FindNext|FindWindow|FlushINI|GetCurInstType|GetCurrentAddress|GetDlgItem|GetDLLVersion|GetDLLVersionLocal|GetErrorLevel|GetFileTime|GetFileTimeLocal|GetFullPathName|GetFunctionAddress|GetInstDirError|GetLabelAddress|GetTempFileName|Goto|HideWindow|Icon|IfAbort|IfErrors|IfFileExists|IfRebootFlag|IfSilent|InitPluginsDir|InstallButtonText|InstallColors|InstallDir|InstallDirRegKey|InstProgressFlags|InstType|InstTypeGetText|InstTypeSetText|IntCmp|IntCmpU|IntFmt|IntOp|IsWindow|LangString|LicenseBkColor|LicenseData|LicenseForceSelection|LicenseLangString|LicenseText|LoadLanguageFile|LockWindow|LogSet|LogText|ManifestDPIAware|ManifestSupportedOS|MessageBox|MiscButtonText|Name|Nop|OutFile|Page|PageCallbacks|Pop|Push|Quit|ReadEnvStr|ReadINIStr|ReadRegDWORD|ReadRegStr|Reboot|RegDLL|Rename|RequestExecutionLevel|ReserveFile|Return|RMDir|SearchPath|SectionGetFlags|SectionGetInstTypes|SectionGetSize|SectionGetText|SectionIn|SectionSetFlags|SectionSetInstTypes|SectionSetSize|SectionSetText|SendMessage|SetAutoClose|SetBrandingImage|SetCompress|SetCompressor|SetCompressorDictSize|SetCtlColors|SetCurInstType|SetDatablockOptimize|SetDateSave|SetDetailsPrint|SetDetailsView|SetErrorLevel|SetErrors|SetFileAttributes|SetFont|SetOutPath|SetOverwrite|SetPluginUnload|SetRebootFlag|SetRegView|SetShellVarContext|SetSilent|ShowInstDetails|ShowUninstDetails|ShowWindow|SilentInstall|SilentUnInstall|Sleep|SpaceTexts|StrCmp|StrCmpS|StrCpy|StrLen|SubCaption|Unicode|UninstallButtonText|UninstallCaption|UninstallIcon|UninstallSubCaption|UninstallText|UninstPage|UnRegDLL|Var|VIAddVersionKey|VIFileVersion|VIProductVersion|WindowIcon|WriteINIStr|WriteRegBin|WriteRegDWORD|WriteRegExpandStr|WriteRegStr|WriteUninstaller|XPStyle)\\b",
|
15
|
-
"name": "keyword.command.nsis"
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"match": "(\\b|^\\s*)\\!(ifdef|ifndef|if|ifmacrodef|ifmacrondef|else|endif)\\b",
|
19
|
-
"name": "keyword.control.nsis"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"match": "(\\b|^\\s*)(?i)\\w+\\:\\:\\w+",
|
23
|
-
"name": "keyword.plugin.nsis"
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"match": "[!<>]?=|<>|<|>",
|
27
|
-
"name": "keyword.operator.comparison.nsis"
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"match": "(\\b|^\\s*)(Function|FunctionEnd|Section|SectionEnd|SectionGroup|SectionGroupEnd|SubSection|SubSectionEnd|PageEx|PageExEnd)\\b",
|
31
|
-
"name": "support.function.nsis"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"match": "(\\b|^\\s*)(?i)(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_HIDDEN|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HIDDEN|HKCC|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDD_DIR|IDD_INST|IDD_INSTFILES|IDD_LICENSE|IDD_SELCOM|IDD_UNINST|IDD_VERIFY|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|MB_YESNOCANCEL|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SW_HIDE|SW_SHOWDEFAULT|SW_SHOWMAXIMIZED|SW_SHOWMINIMIZED|SW_SHOWNORMAL|SYSTEM|TEMPORARY)\\b",
|
35
|
-
"name": "support.constant.nsis"
|
36
|
-
},
|
37
|
-
{
|
38
|
-
"match": "\\b(true|on)\\b",
|
39
|
-
"name": "constant.language.boolean.true.nsis"
|
40
|
-
},
|
41
|
-
{
|
42
|
-
"match": "\\b(false|off)\\b",
|
43
|
-
"name": "constant.language.boolean.false.nsis"
|
44
|
-
},
|
45
|
-
{
|
46
|
-
"match": "(\\b|^\\s*)(?i)((un\\.)?components|(un\\.)?custom|(un\\.)?directory|(un\\.)?instfiles|(un\\.)?license|uninstConfirm|admin|all|auto|both|bottom|bzip2|current|force|hide|highest|ifdiff|ifnewer|lastused|leave|left|listonly|lzma|nevershow|none|normal|notset|right|show|silent|silentlog|textonly|top|try|user|Win10|Win7|Win8|WinVista|zlib)\\b",
|
47
|
-
"name": "constant.language.option.nsis"
|
48
|
-
},
|
49
|
-
{
|
50
|
-
"match": "\\/(?i)(a|BRANDING|CENTER|COMPONENTSONLYONCUSTOM|CUSTOMSTRING\\=|date|e|ENABLECANCEL|FILESONLY|file|FINAL|GLOBAL|gray|ifempty|ifndef|ignorecase|IMGID\\=|ITALIC|LANG\\=|NOCUSTOM|noerrors|NONFATAL|nonfatal|oname\\=|o|REBOOTOK|redef|RESIZETOFIT|r|SHORT|SILENT|SOLID|STRIKE|TRIM|UNDERLINE|utcdate|windows|x)\\b",
|
51
|
-
"name": "constant.language.slash-option.nsis"
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"match": "\\b((0(x|X)[0-9a-fA-F]+)|([0-9]+(\\.[0-9]+)?))\\b",
|
55
|
-
"name": "constant.numeric.nsis"
|
56
|
-
},
|
57
|
-
{
|
58
|
-
"match": "\\${[\\w]+}",
|
59
|
-
"name": "entity.name.function.nsis"
|
60
|
-
},
|
61
|
-
{
|
62
|
-
"match": "\\$[\\w]+",
|
63
|
-
"name": "storage.type.function.nsis"
|
64
|
-
},
|
65
|
-
{
|
66
|
-
"begin": "`",
|
67
|
-
"beginCaptures": {
|
68
|
-
"0": {
|
69
|
-
"name": "punctuation.definition.string.begin.nsis"
|
70
|
-
}
|
8
|
+
"scope": "source.nsis",
|
9
|
+
"contexts": {
|
10
|
+
"main": [
|
11
|
+
{
|
12
|
+
"match": "(\\b|^\\s*)\\!(include|addincludedir|addplugindir|appendfile|cd|delfile|echo|error|execute|packhdr|finalize|getdllversion|system|tempfile|warning|verbose|define|undef|insertmacro|macro|macroend|makensis|searchparse|searchreplace)\\b",
|
13
|
+
"scope": "keyword.compiler.nsis"
|
71
14
|
},
|
72
|
-
|
73
|
-
|
74
|
-
"
|
75
|
-
"name": "punctuation.definition.string.end.nsis"
|
76
|
-
}
|
15
|
+
{
|
16
|
+
"match": "(\\b|^\\s*)(Abort|AddBrandingImage|AddSize|AllowRootDirInstall|AllowSkipFiles|AutoCloseWindow|BGFont|BGGradient|BrandingText|BringToFront|Call|CallInstDLL|Caption|ChangeUI|CheckBitmap|ClearErrors|CompletedText|ComponentText|CopyFiles|CRCCheck|CreateDirectory|CreateFont|CreateShortCut|Delete|DeleteINISec|DeleteINIStr|DeleteRegKey|DeleteRegValue|DetailPrint|DetailsButtonText|DirText|DirVar|DirVerify|EnableWindow|EnumRegKey|EnumRegValue|Exch|Exec|ExecShell|ExecWait|ExpandEnvStrings|File|FileBufSize|FileClose|FileErrorText|FileOpen|FileRead|FileReadByte|FileReadUTF16LE|FileReadWord|FileWriteUTF16LE|FileSeek|FileWrite|FileWriteByte|FileWriteWord|FindClose|FindFirst|FindNext|FindWindow|FlushINI|GetCurInstType|GetCurrentAddress|GetDlgItem|GetDLLVersion|GetDLLVersionLocal|GetErrorLevel|GetFileTime|GetFileTimeLocal|GetFullPathName|GetFunctionAddress|GetInstDirError|GetLabelAddress|GetTempFileName|Goto|HideWindow|Icon|IfAbort|IfErrors|IfFileExists|IfRebootFlag|IfSilent|InitPluginsDir|InstallButtonText|InstallColors|InstallDir|InstallDirRegKey|InstProgressFlags|InstType|InstTypeGetText|InstTypeSetText|IntCmp|IntCmpU|IntFmt|IntOp|IsWindow|LangString|LicenseBkColor|LicenseData|LicenseForceSelection|LicenseLangString|LicenseText|LoadLanguageFile|LockWindow|LogSet|LogText|ManifestDPIAware|ManifestSupportedOS|MessageBox|MiscButtonText|Name|Nop|OutFile|Page|PageCallbacks|Pop|Push|Quit|ReadEnvStr|ReadINIStr|ReadRegDWORD|ReadRegStr|Reboot|RegDLL|Rename|RequestExecutionLevel|ReserveFile|Return|RMDir|SearchPath|SectionGetFlags|SectionGetInstTypes|SectionGetSize|SectionGetText|SectionIn|SectionSetFlags|SectionSetInstTypes|SectionSetSize|SectionSetText|SendMessage|SetAutoClose|SetBrandingImage|SetCompress|SetCompressor|SetCompressorDictSize|SetCtlColors|SetCurInstType|SetDatablockOptimize|SetDateSave|SetDetailsPrint|SetDetailsView|SetErrorLevel|SetErrors|SetFileAttributes|SetFont|SetOutPath|SetOverwrite|SetPluginUnload|SetRebootFlag|SetRegView|SetShellVarContext|SetSilent|ShowInstDetails|ShowUninstDetails|ShowWindow|SilentInstall|SilentUnInstall|Sleep|SpaceTexts|StrCmp|StrCmpS|StrCpy|StrLen|SubCaption|Unicode|UninstallButtonText|UninstallCaption|UninstallIcon|UninstallSubCaption|UninstallText|UninstPage|UnRegDLL|Var|VIAddVersionKey|VIFileVersion|VIProductVersion|WindowIcon|WriteINIStr|WriteRegBin|WriteRegDWORD|WriteRegExpandStr|WriteRegStr|WriteUninstaller|XPStyle)\\b",
|
17
|
+
"scope": "keyword.command.nsis"
|
77
18
|
},
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
"match": "\\$\\\\.",
|
82
|
-
"name": "constant.character.escape.nsis"
|
83
|
-
}
|
84
|
-
]
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"begin": "\"",
|
88
|
-
"beginCaptures": {
|
89
|
-
"0": {
|
90
|
-
"name": "punctuation.definition.string.begin.nsis"
|
91
|
-
}
|
19
|
+
{
|
20
|
+
"match": "(\\b|^\\s*)\\!(ifdef|ifndef|if|ifmacrodef|ifmacrondef|else|endif)\\b",
|
21
|
+
"scope": "keyword.control.nsis"
|
92
22
|
},
|
93
|
-
|
94
|
-
|
95
|
-
"
|
96
|
-
"name": "punctuation.definition.string.end.nsis"
|
97
|
-
}
|
23
|
+
{
|
24
|
+
"match": "(\\b|^\\s*)(?i)\\w+\\:\\:\\w+",
|
25
|
+
"scope": "keyword.plugin.nsis"
|
98
26
|
},
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
"match": "\\$\\\\.",
|
103
|
-
"name": "constant.character.escape.nsis"
|
104
|
-
}
|
105
|
-
]
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"begin": "'",
|
109
|
-
"beginCaptures": {
|
110
|
-
"0": {
|
111
|
-
"name": "punctuation.definition.string.begin.nsis"
|
112
|
-
}
|
27
|
+
{
|
28
|
+
"match": "[!<>]?=|<>|<|>",
|
29
|
+
"scope": "keyword.operator.comparison.nsis"
|
113
30
|
},
|
114
|
-
|
115
|
-
|
116
|
-
"
|
117
|
-
"name": "punctuation.definition.string.end.nsis"
|
118
|
-
}
|
31
|
+
{
|
32
|
+
"match": "(\\b|^\\s*)(Function|FunctionEnd|Section|SectionEnd|SectionGroup|SectionGroupEnd|SubSection|SubSectionEnd|PageEx|PageExEnd)\\b",
|
33
|
+
"scope": "support.function.nsis"
|
119
34
|
},
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
"match": "\\$\\\\.",
|
124
|
-
"name": "constant.character.escape.nsis"
|
125
|
-
}
|
126
|
-
]
|
127
|
-
},
|
128
|
-
{
|
129
|
-
"captures": {
|
130
|
-
"1": {
|
131
|
-
"name": "punctuation.definition.comment.nsis"
|
132
|
-
}
|
35
|
+
{
|
36
|
+
"match": "(\\b|^\\s*)(?i)(ARCHIVE|FILE_ATTRIBUTE_ARCHIVE|FILE_ATTRIBUTE_HIDDEN|FILE_ATTRIBUTE_NORMAL|FILE_ATTRIBUTE_OFFLINE|FILE_ATTRIBUTE_READONLY|FILE_ATTRIBUTE_SYSTEM|FILE_ATTRIBUTE_TEMPORARY|HIDDEN|HKCC|HKCR|HKCU|HKDD|HKEY_CLASSES_ROOT|HKEY_CURRENT_CONFIG|HKEY_CURRENT_USER|HKEY_DYN_DATA|HKEY_LOCAL_MACHINE|HKEY_PERFORMANCE_DATA|HKEY_USERS|HKLM|HKPD|HKU|IDABORT|IDCANCEL|IDD_DIR|IDD_INST|IDD_INSTFILES|IDD_LICENSE|IDD_SELCOM|IDD_UNINST|IDD_VERIFY|IDIGNORE|IDNO|IDOK|IDRETRY|IDYES|MB_ABORTRETRYIGNORE|MB_DEFBUTTON1|MB_DEFBUTTON2|MB_DEFBUTTON3|MB_DEFBUTTON4|MB_ICONEXCLAMATION|MB_ICONINFORMATION|MB_ICONQUESTION|MB_ICONSTOP|MB_OK|MB_OKCANCEL|MB_RETRYCANCEL|MB_RIGHT|MB_RTLREADING|MB_SETFOREGROUND|MB_TOPMOST|MB_USERICON|MB_YESNO|MB_YESNOCANCEL|NORMAL|OFFLINE|READONLY|SHCTX|SHELL_CONTEXT|SW_HIDE|SW_SHOWDEFAULT|SW_SHOWMAXIMIZED|SW_SHOWMINIMIZED|SW_SHOWNORMAL|SYSTEM|TEMPORARY)\\b",
|
37
|
+
"scope": "support.constant.nsis"
|
133
38
|
},
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
{
|
138
|
-
"begin": "/\\*",
|
139
|
-
"captures": {
|
140
|
-
"0": {
|
141
|
-
"name": "punctuation.definition.comment.nsis"
|
142
|
-
}
|
39
|
+
{
|
40
|
+
"match": "\\b(true|on)\\b",
|
41
|
+
"scope": "constant.language.boolean.true.nsis"
|
143
42
|
},
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
"match":
|
150
|
-
|
43
|
+
{
|
44
|
+
"match": "\\b(false|off)\\b",
|
45
|
+
"scope": "constant.language.boolean.false.nsis"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"match": "(\\b|^\\s*)(?i)((un\\.)?components|(un\\.)?custom|(un\\.)?directory|(un\\.)?instfiles|(un\\.)?license|uninstConfirm|admin|all|auto|both|bottom|bzip2|current|force|hide|highest|ifdiff|ifnewer|lastused|leave|left|listonly|lzma|nevershow|none|normal|notset|right|show|silent|silentlog|textonly|top|try|user|Win10|Win7|Win8|WinVista|zlib)\\b",
|
49
|
+
"scope": "constant.language.option.nsis"
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"match": "\\/(?i)(a|BRANDING|CENTER|COMPONENTSONLYONCUSTOM|CUSTOMSTRING\\=|date|e|ENABLECANCEL|FILESONLY|file|FINAL|GLOBAL|gray|ifempty|ifndef|ignorecase|IMGID\\=|ITALIC|LANG\\=|NOCUSTOM|noerrors|NONFATAL|nonfatal|oname\\=|o|REBOOTOK|redef|RESIZETOFIT|r|SHORT|SILENT|SOLID|STRIKE|TRIM|UNDERLINE|utcdate|windows|x)\\b",
|
53
|
+
"scope": "constant.language.slash-option.nsis"
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"match": "\\b((0(x|X)[0-9a-fA-F]+)|([0-9]+(\\.[0-9]+)?))\\b",
|
57
|
+
"scope": "constant.numeric.nsis"
|
58
|
+
},
|
59
|
+
{
|
60
|
+
"match": "\\${[\\w]+}",
|
61
|
+
"scope": "entity.name.function.nsis"
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"match": "\\$[\\w]+",
|
65
|
+
"scope": "storage.type.function.nsis"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"match": "`",
|
69
|
+
"captures": {
|
70
|
+
"0": "punctuation.definition.string.begin.nsis"
|
71
|
+
},
|
72
|
+
"push": [
|
73
|
+
{
|
74
|
+
"meta_scope": "string.quoted.back.nsis"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"match": "`",
|
78
|
+
"captures": {
|
79
|
+
"0": "punctuation.definition.string.end.nsis"
|
80
|
+
},
|
81
|
+
"pop": true
|
82
|
+
},
|
83
|
+
{
|
84
|
+
"match": "\\$\\\\.",
|
85
|
+
"scope": "constant.character.escape.nsis"
|
86
|
+
}
|
87
|
+
]
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"match": "\"",
|
91
|
+
"captures": {
|
92
|
+
"0": "punctuation.definition.string.begin.nsis"
|
93
|
+
},
|
94
|
+
"push": [
|
95
|
+
{
|
96
|
+
"meta_scope": "string.quoted.double.nsis"
|
97
|
+
},
|
98
|
+
{
|
99
|
+
"match": "\"",
|
100
|
+
"captures": {
|
101
|
+
"0": "punctuation.definition.string.end.nsis"
|
102
|
+
},
|
103
|
+
"pop": true
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"match": "\\$\\\\.",
|
107
|
+
"scope": "constant.character.escape.nsis"
|
108
|
+
}
|
109
|
+
]
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"match": "'",
|
113
|
+
"captures": {
|
114
|
+
"0": "punctuation.definition.string.begin.nsis"
|
115
|
+
},
|
116
|
+
"push": [
|
117
|
+
{
|
118
|
+
"meta_scope": "string.quoted.single.nsis"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"match": "'",
|
122
|
+
"captures": {
|
123
|
+
"0": "punctuation.definition.string.end.nsis"
|
124
|
+
},
|
125
|
+
"pop": true
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"match": "\\$\\\\.",
|
129
|
+
"scope": "constant.character.escape.nsis"
|
130
|
+
}
|
131
|
+
]
|
132
|
+
},
|
133
|
+
{
|
134
|
+
"match": "(;|#).*$\\n?",
|
135
|
+
"scope": "comment.line.nsis",
|
136
|
+
"captures": {
|
137
|
+
"1": "punctuation.definition.comment.nsis"
|
151
138
|
}
|
152
139
|
},
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
140
|
+
{
|
141
|
+
"match": "/\\*",
|
142
|
+
"captures": {
|
143
|
+
"0": "punctuation.definition.comment.nsis"
|
144
|
+
},
|
145
|
+
"push": [
|
146
|
+
{
|
147
|
+
"meta_scope": "comment.block.nsis"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"match": "\\*/",
|
151
|
+
"captures": {
|
152
|
+
"0": "punctuation.definition.comment.nsis"
|
153
|
+
},
|
154
|
+
"pop": true
|
155
|
+
}
|
156
|
+
]
|
157
|
+
},
|
158
|
+
{
|
159
|
+
"match": "(\\!include|\\!insertmacro)\\b",
|
160
|
+
"captures": {
|
161
|
+
"0": "keyword.control.import.nsis"
|
162
|
+
}
|
163
|
+
}
|
164
|
+
]
|
165
|
+
}
|
158
166
|
}
|
data/grammars/source.objc.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
{
|
2
|
+
"comment": "This file was generated with clang-C using MacOSX10.11.sdk",
|
2
3
|
"fileTypes": [
|
3
4
|
|
4
5
|
],
|
@@ -9,17 +10,6 @@
|
|
9
10
|
"match": "\\bNS(?:CompositeHighlight|FP(?:CurrentField|Preview(?:Button|Field)|RevertButton|S(?:etButton|ize(?:Field|Title)))|SmallIconButtonBezelStyle)\\b",
|
10
11
|
"name": "invalid.deprecated.10.0.support.constant.cocoa.objc"
|
11
12
|
},
|
12
|
-
{
|
13
|
-
"captures": {
|
14
|
-
"1": {
|
15
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
16
|
-
},
|
17
|
-
"2": {
|
18
|
-
"name": "invalid.deprecated.10.0.support.function.cocoa.objc"
|
19
|
-
}
|
20
|
-
},
|
21
|
-
"match": "(\\s*)(\\bNS(?:HighlightRect|Run(?:AlertPanelRelativeToWindow|CriticalAlertPanelRelativeToWindow|InformationalAlertPanelRelativeToWindow))\\b)"
|
22
|
-
},
|
23
13
|
{
|
24
14
|
"match": "\\bNS(?:CalendarDate|Form|GarbageCollector)\\b",
|
25
15
|
"name": "invalid.deprecated.10.10.support.class.cocoa.objc"
|
@@ -28,28 +18,25 @@
|
|
28
18
|
"match": "\\bNS(?:A(?:lert(?:AlternateReturn|DefaultReturn|ErrorReturn|OtherReturn)|nyType)|Ca(?:lendarCalendarUnit|ncelButton)|D(?:ayCalendarUnit|oubleType|ragOperationAll(?:_Obsolete)?)|EraCalendarUnit|FloatType|H(?:PUXOperatingSystem|ourCalendarUnit)|IntType|M(?:ACHOperatingSystem|inuteCalendarUnit|onthCalendarUnit)|O(?:KButton|SF1OperatingSystem)|Po(?:poverAppearance(?:HUD|Minimal)|sitive(?:DoubleType|FloatType|IntType))|QuarterCalendarUnit|Run(?:AbortedResponse|ContinuesResponse|StoppedResponse)|S(?:cale(?:None|Proportionally|ToFit)|econdCalendarUnit|olarisOperatingSystem|unOSOperatingSystem)|TimeZoneCalendarUnit|UndefinedDateComponent|W(?:eek(?:CalendarUnit|Of(?:MonthCalendarUnit|YearCalendarUnit)|day(?:CalendarUnit|OrdinalCalendarUnit))|indows(?:95OperatingSystem|NTOperatingSystem)|rapCalendarComponents)|Year(?:CalendarUnit|ForWeekOfYearCalendarUnit))\\b",
|
29
19
|
"name": "invalid.deprecated.10.10.support.constant.cocoa.objc"
|
30
20
|
},
|
31
|
-
{
|
32
|
-
"captures": {
|
33
|
-
"1": {
|
34
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
35
|
-
},
|
36
|
-
"2": {
|
37
|
-
"name": "invalid.deprecated.10.10.support.function.cocoa.objc"
|
38
|
-
}
|
39
|
-
},
|
40
|
-
"match": "(\\s*)(\\bNS(?:Begin(?:AlertSheet|CriticalAlertSheet|InformationalAlertSheet)|CopyBits|Get(?:AlertPanel|CriticalAlertPanel|InformationalAlertPanel)|R(?:eleaseAlertPanel|un(?:AlertPanel|CriticalAlertPanel|InformationalAlertPanel)))\\b)"
|
41
|
-
},
|
42
21
|
{
|
43
22
|
"match": "\\bNSPopoverAppearance\\b",
|
44
23
|
"name": "invalid.deprecated.10.10.support.type.cocoa.objc"
|
45
24
|
},
|
46
25
|
{
|
47
|
-
"match": "\\
|
48
|
-
"name": "invalid.deprecated.10.10.support.variable.cocoa.
|
26
|
+
"match": "\\bNS(?:A(?:ccessibilityMatte(?:ContentUIElementAttribute|HoleAttribute)|ppearanceNameLightContent)|BuddhistCalendar|ChineseCalendar|GregorianCalendar|HebrewCalendar|I(?:SO8601Calendar|ndianCalendar|slamicC(?:alendar|ivilCalendar))|JapaneseCalendar|PersianCalendar|RepublicOfChinaCalendar)\\b",
|
27
|
+
"name": "invalid.deprecated.10.10.support.variable.cocoa.objc"
|
28
|
+
},
|
29
|
+
{
|
30
|
+
"match": "\\bNS(?:Glyph(?:Attribute(?:BidiLevel|Elastic|Inscribe|Soft)|Inscribe(?:Above|B(?:ase|elow)|Over(?:Below|strike)))|StringDrawing(?:DisableScreenFontSubstitution|OneShot)|TextWritingDirection(?:Embedding|Override)|WorkspaceLaunch(?:AllowingClassicStartup|PreferringClassic))\\b",
|
31
|
+
"name": "invalid.deprecated.10.11.support.constant.cocoa.objc"
|
49
32
|
},
|
50
33
|
{
|
51
|
-
"match": "\\
|
52
|
-
"name": "invalid.deprecated.10.
|
34
|
+
"match": "\\bNSGlyphInscription\\b",
|
35
|
+
"name": "invalid.deprecated.10.11.support.type.cocoa.objc"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"match": "\\bNS(?:AccessibilityException|CharacterShapeAttributeName|U(?:nderlineByWordMask|sesScreenFontsDocumentAttribute)|Workspace(?:Co(?:mpressOperation|pyOperation)|D(?:e(?:c(?:ompressOperation|ryptOperation)|stroyOperation)|idPerformFileOperationNotification|uplicateOperation)|EncryptOperation|LinkOperation|MoveOperation|RecycleOperation))\\b",
|
39
|
+
"name": "invalid.deprecated.10.11.support.variable.cocoa.objc"
|
53
40
|
},
|
54
41
|
{
|
55
42
|
"match": "\\bNSPrint(?:FormName|JobFeatures|ManualFeed|Pa(?:gesPerSheet|perFeed))\\b",
|
@@ -71,17 +58,6 @@
|
|
71
58
|
"match": "\\bNSOpenGLPFA(?:M(?:PSafe|ultiScreen)|Robust)\\b",
|
72
59
|
"name": "invalid.deprecated.10.5.support.constant.cocoa.objc"
|
73
60
|
},
|
74
|
-
{
|
75
|
-
"captures": {
|
76
|
-
"1": {
|
77
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
78
|
-
},
|
79
|
-
"2": {
|
80
|
-
"name": "invalid.deprecated.10.5.support.function.cocoa.objc"
|
81
|
-
}
|
82
|
-
},
|
83
|
-
"match": "(\\s*)(\\bNXReadNSObjectFromCoder\\b)"
|
84
|
-
},
|
85
61
|
{
|
86
62
|
"match": "\\bNS(?:AMPMDesignation|CurrencySymbol|D(?:ate(?:FormatString|TimeOrdering)|ecimal(?:Digits|Separator))|EarlierTimeDesignations|HourNameDesignations|Int(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks)|ernationalCurrencyString)|LaterTimeDesignations|MonthNameArray|Ne(?:gativeCurrencyFormatString|xt(?:DayDesignations|NextDayDesignations))|P(?:ositiveCurrencyFormatString|riorDayDesignations)|Short(?:DateFormatString|MonthNameArray|TimeDateFormatString|WeekDayNameArray)|T(?:h(?:isDayDesignations|ousandsSeparator)|ime(?:DateFormatString|FormatString))|VoiceLanguage|WeekDayNameArray|YearMonthWeekDesignations)\\b",
|
87
63
|
"name": "invalid.deprecated.10.5.support.variable.cocoa.objc"
|
@@ -94,17 +70,6 @@
|
|
94
70
|
"match": "\\bNSOpenGLPFAFullScreen\\b",
|
95
71
|
"name": "invalid.deprecated.10.6.support.constant.cocoa.objc"
|
96
72
|
},
|
97
|
-
{
|
98
|
-
"captures": {
|
99
|
-
"1": {
|
100
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
101
|
-
},
|
102
|
-
"2": {
|
103
|
-
"name": "invalid.deprecated.10.6.support.function.cocoa.objc"
|
104
|
-
}
|
105
|
-
},
|
106
|
-
"match": "(\\s*)(\\bNS(?:CountWindows(?:ForContext)?|WindowList(?:ForContext)?)\\b)"
|
107
|
-
},
|
108
73
|
{
|
109
74
|
"match": "\\bNS(?:A(?:ccessibilitySortButtonRole|pplicationFileType)|CalibratedBlackColorSpace|D(?:eviceBlackColorSpace|irectoryFileType)|ErrorFailingURLStringKey|FilesystemFileType|P(?:ICTPboardType|lainFileType|rintSavePath)|ShellCommandFileType)\\b",
|
110
75
|
"name": "invalid.deprecated.10.6.support.variable.cocoa.objc"
|
@@ -122,26 +87,15 @@
|
|
122
87
|
"name": "invalid.deprecated.10.7.support.variable.cocoa.objc"
|
123
88
|
},
|
124
89
|
{
|
125
|
-
"match": "\\bNS(?:
|
90
|
+
"match": "\\bNS(?:MacintoshInterfaceStyle|N(?:extStepInterfaceStyle|oInterfaceStyle)|PointerFunctionsZeroingWeakMemory|Windows95InterfaceStyle)\\b",
|
126
91
|
"name": "invalid.deprecated.10.8.support.constant.cocoa.objc"
|
127
92
|
},
|
128
|
-
{
|
129
|
-
"captures": {
|
130
|
-
"1": {
|
131
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
132
|
-
},
|
133
|
-
"2": {
|
134
|
-
"name": "invalid.deprecated.10.8.support.function.cocoa.objc"
|
135
|
-
}
|
136
|
-
},
|
137
|
-
"match": "(\\s*)(\\bNS(?:CopyObject|InterfaceStyleForKey|RealMemoryAvailable)\\b)"
|
138
|
-
},
|
139
93
|
{
|
140
94
|
"match": "\\bNSInterfaceStyle\\b",
|
141
95
|
"name": "invalid.deprecated.10.8.support.type.cocoa.objc"
|
142
96
|
},
|
143
97
|
{
|
144
|
-
"match": "\\bNS(?:ApplicationLaunchRemoteNotificationKey|InterfaceStyleDefault|Nib(?:Owner|TopLevelObjects)|URLUbiquitousItemPercent(?:DownloadedKey|UploadedKey))\\b",
|
98
|
+
"match": "\\bNS(?:ApplicationLaunchRemoteNotificationKey|HashTableZeroingWeakMemory|InterfaceStyleDefault|MapTableZeroingWeakMemory|Nib(?:Owner|TopLevelObjects)|URLUbiquitousItemPercent(?:DownloadedKey|UploadedKey))\\b",
|
145
99
|
"name": "invalid.deprecated.10.8.support.variable.cocoa.objc"
|
146
100
|
},
|
147
101
|
{
|
@@ -153,17 +107,21 @@
|
|
153
107
|
"name": "invalid.deprecated.10.9.support.variable.cocoa.objc"
|
154
108
|
},
|
155
109
|
{
|
156
|
-
"match": "\\bIB(?:Action|Outlet)\\b",
|
110
|
+
"match": "\\bIB(?:Action|Inspectable|Outlet|_DESIGNABLE)\\b",
|
157
111
|
"name": "storage.type.cocoa.objc"
|
158
112
|
},
|
159
113
|
{
|
160
|
-
"match": "\\
|
114
|
+
"match": "\\binstancetype\\b",
|
161
115
|
"name": "storage.type.objc"
|
162
116
|
},
|
163
117
|
{
|
164
|
-
"match": "\\b(?:NS(?:AccessibilityElement|BackgroundActivityScheduler|ClickGestureRecognizer|Date(?:ComponentsFormatter|IntervalFormatter)|E(?:nergyFormatter|xtension(?:Context|Item))|FileAccessIntent|GestureRecognizer|ItemProvider|LengthFormatter|Ma(?:gnificationGestureRecognizer|ssFormatter)|P(?:a(?:nGestureRecognizer|thControlItem)|
|
118
|
+
"match": "\\b(?:NS(?:AccessibilityElement|BackgroundActivityScheduler|ClickGestureRecognizer|Date(?:ComponentsFormatter|IntervalFormatter)|E(?:nergyFormatter|xtension(?:Context|Item))|FileAccessIntent|GestureRecognizer|ItemProvider|LengthFormatter|Ma(?:gnificationGestureRecognizer|ssFormatter)|P(?:a(?:nGestureRecognizer|thControlItem)|ress(?:GestureRecognizer|ureConfiguration))|RotationGestureRecognizer|S(?:plitView(?:Controller|Item)|t(?:atusBarButton|oryboard(?:Segue)?))|T(?:abViewController|itlebarAccessoryViewController)|U(?:RLQueryItem|ser(?:Activity|NotificationAction))|VisualEffectView)|WK(?:BackForwardList(?:Item)?|FrameInfo|Navigation(?:Action|Response)?|Pr(?:eferences|ocessPool)|ScriptMessage|User(?:ContentController|Script)|W(?:ebView(?:Configuration)?|indowFeatures)))\\b",
|
165
119
|
"name": "support.class.cocoa.10.10.objc"
|
166
120
|
},
|
121
|
+
{
|
122
|
+
"match": "\\b(?:NS(?:AlignmentFeedbackFilter|CollectionView(?:FlowLayout(?:InvalidationContext)?|GridLayout|Layout(?:Attributes|InvalidationContext)?|TransitionLayout|UpdateItem)|D(?:ataAsset|ictionaryControllerKeyValuePair)|HapticFeedbackManager|Layout(?:Anchor|Dimension|Guide|XAxisAnchor|YAxisAnchor)|PersonNameComponents(?:Formatter)?|StringDrawingContext|TableViewRowAction|URLSessionStreamTask)|WK(?:SecurityOrigin|WebsiteData(?:Record|Store)))\\b",
|
123
|
+
"name": "support.class.cocoa.10.11.objc"
|
124
|
+
},
|
167
125
|
{
|
168
126
|
"match": "\\bNS(?:ByteCountFormatter|PageController|SharingService(?:Picker)?|TextAlternatives|U(?:UID|ser(?:A(?:ppleScriptTask|utomatorTask)|Notification(?:Center)?|ScriptTask|UnixTask))|XPC(?:Connection|Interface|Listener(?:Endpoint)?))\\b",
|
169
127
|
"name": "support.class.cocoa.10.8.objc"
|
@@ -173,15 +131,19 @@
|
|
173
131
|
"name": "support.class.cocoa.10.9.objc"
|
174
132
|
},
|
175
133
|
{
|
176
|
-
"match": "\\b(?:AB(?:AddressBook|Group|Mu(?:ltiValue|tableMultiValue)|Pe(?:oplePickerView|rson(?:View)?)|Record|SearchElement)|DOM(?:A(?:bstractView|ttr)|Blob|C(?:DATASection|SS(?:CharsetRule|FontFaceRule|ImportRule|MediaRule|P(?:ageRule|rimitiveValue)|Rule(?:List)?|Style(?:Declaration|Rule|Sheet)|UnknownRule|Value(?:List)?)|haracterData|o(?:mment|unter))|Document(?:Fragment|Type)?|E(?:lement|ntity(?:Reference)?|vent)|File(?:List)?|HTML(?:A(?:nchorElement|ppletElement|reaElement)|B(?:RElement|ase(?:Element|FontElement)|odyElement|uttonElement)|Collection|D(?:ListElement|i(?:rectoryElement|vElement)|ocument)|E(?:lement|mbedElement)|F(?:ieldSetElement|o(?:ntElement|rmElement)|rame(?:Element|SetElement))|H(?:RElement|ead(?:Element|ingElement)|tmlElement)|I(?:FrameElement|mageElement|nputElement)|L(?:IElement|abelElement|egendElement|inkElement)|M(?:a(?:pElement|rqueeElement)|e(?:nuElement|taElement)|odElement)|O(?:ListElement|bjectElement|pt(?:GroupElement|ion(?:Element|sCollection)))|P(?:ara(?:graphElement|mElement)|reElement)|QuoteElement|S(?:criptElement|electElement|tyleElement)|T(?:able(?:C(?:aptionElement|ellElement|olElement)|Element|RowElement|SectionElement)|extAreaElement|itleElement)|UListElement)|Implementation|KeyboardEvent|M(?:ediaList|ouseEvent|utationEvent)|N(?:amedNodeMap|
|
134
|
+
"match": "\\b(?:AB(?:AddressBook|Group|Mu(?:ltiValue|tableMultiValue)|Pe(?:oplePickerView|rson(?:View)?)|Record|SearchElement)|DOM(?:A(?:bstractView|ttr)|Blob|C(?:DATASection|SS(?:CharsetRule|FontFaceRule|ImportRule|MediaRule|P(?:ageRule|rimitiveValue)|Rule(?:List)?|Style(?:Declaration|Rule|Sheet)|UnknownRule|Value(?:List)?)|haracterData|o(?:mment|unter))|Document(?:Fragment|Type)?|E(?:lement|ntity(?:Reference)?|vent)|File(?:List)?|HTML(?:A(?:nchorElement|ppletElement|reaElement)|B(?:RElement|ase(?:Element|FontElement)|odyElement|uttonElement)|Collection|D(?:ListElement|i(?:rectoryElement|vElement)|ocument)|E(?:lement|mbedElement)|F(?:ieldSetElement|o(?:ntElement|rmElement)|rame(?:Element|SetElement))|H(?:RElement|ead(?:Element|ingElement)|tmlElement)|I(?:FrameElement|mageElement|nputElement)|L(?:IElement|abelElement|egendElement|inkElement)|M(?:a(?:pElement|rqueeElement)|e(?:nuElement|taElement)|odElement)|O(?:ListElement|bjectElement|pt(?:GroupElement|ion(?:Element|sCollection)))|P(?:ara(?:graphElement|mElement)|reElement)|QuoteElement|S(?:criptElement|electElement|tyleElement)|T(?:able(?:C(?:aptionElement|ellElement|olElement)|Element|RowElement|SectionElement)|extAreaElement|itleElement)|UListElement)|Implementation|KeyboardEvent|M(?:ediaList|ouseEvent|utationEvent)|N(?:amedNodeMap|ode(?:Iterator|List)?)|O(?:bject|verflowEvent)|Pro(?:cessingInstruction|gressEvent)|R(?:GBColor|ange|ect)|StyleSheet(?:List)?|T(?:ext|reeWalker)|UIEvent|WheelEvent|XPath(?:Expression|Result))|NS(?:A(?:TSTypesetter|ctionCell|ffineTransform|lert|nimation(?:Context)?|ppl(?:e(?:Event(?:Descriptor|Manager)|Script)|ication)|r(?:chiver|ray(?:Controller)?)|ssertionHandler|ttributedString|utoreleasePool)|B(?:ezierPath|itmapImageRep|lockOperation|ox|rowser(?:Cell)?|u(?:ndle(?:ResourceRequest)?|tton(?:Cell)?))|C(?:IImageRep|a(?:che(?:dURLResponse)?|lendar)|ell|haracterSet|l(?:assDescription|ipView|o(?:neCommand|seCommand))|o(?:der|l(?:lectionView(?:Item)?|or(?:List|P(?:anel|icker)|Space|Well)?)|m(?:boBox(?:Cell)?|p(?:arisonPredicate|oundPredicate))|n(?:dition(?:Lock)?|nection|stantString|trol(?:ler)?)|unt(?:Command|edSet))|reateCommand|u(?:rsor|stomImageRep))|D(?:at(?:a(?:Detector)?|e(?:Components|Formatter|Picker(?:Cell)?)?)|e(?:cimalNumber(?:Handler)?|leteCommand)|i(?:ctionary(?:Controller)?|rectoryEnumerator|st(?:antObject(?:Request)?|ributed(?:Lock|NotificationCenter)))|oc(?:kTile|ument(?:Controller)?)|ra(?:gging(?:I(?:mageComponent|tem)|Session)|wer))|E(?:PSImageRep|numerator|rror|vent|x(?:ception(?:Handler)?|istsCommand|pression))|F(?:ile(?:Coordinator|Handle|Manager|Security|Version|Wrapper)|o(?:nt(?:Collection|Descriptor|Manager|Panel)?|rm(?:Cell|atter)))|G(?:etCommand|lyph(?:Generator|Info)|ra(?:dient|phicsContext))|H(?:TTP(?:Cookie(?:Storage)?|URLResponse)|ashTable|elpManager|ost)|I(?:mage(?:Cell|Rep|View)?|n(?:dex(?:Path|S(?:et|pecifier))|putStream|vocation(?:Operation)?))|JSONSerialization|Keyed(?:Archiver|Unarchiver)|L(?:ayout(?:Constraint|Manager)|evelIndicator(?:Cell)?|inguisticTagger|o(?:c(?:ale|k)|gicalTest))|M(?:a(?:ch(?:BootstrapServer|Port)|pTable|trix)|e(?:nu(?:Item(?:Cell)?)?|ssagePort(?:NameServer)?|t(?:adata(?:Item|Query(?:AttributeValueTuple|ResultGroup)?)|hodSignature))|iddleSpecifier|oveCommand|utable(?:A(?:rray|ttributedString)|CharacterSet|D(?:ata|ictionary)|FontCollection|IndexSet|OrderedSet|ParagraphStyle|S(?:et|tring)|URLRequest))|N(?:ameSpecifier|etService(?:Browser)?|ib|otification(?:Center|Queue)?|u(?:ll|mber(?:Formatter)?))|O(?:bjectController|pe(?:n(?:GL(?:Context|Layer|PixelFormat|View)|Panel)|ration(?:Queue)?)|r(?:deredSet|thography)|ut(?:lineView|putStream))|P(?:DFImageRep|ICTImageRep|a(?:geLayout|nel|ragraphStyle|steboard(?:Item)?|thC(?:ell|o(?:mponentCell|ntrol)))|ersistentDocument|ipe|o(?:inter(?:Array|Functions)|p(?:UpButton(?:Cell)?|over)|rt(?:Coder|Message|NameServer)?|sitionalSpecifier)|r(?:edicate(?:Editor(?:RowTemplate)?)?|int(?:Info|Operation|Panel|er)|o(?:cessInfo|gressIndicator|perty(?:ListSerialization|Specifier)|tocolChecker|xy))|urgeableData)|QuitCommand|R(?:an(?:domSpecifier|geSpecifier)|e(?:cursiveLock|gularExpression|lativeSpecifier|sponder)|u(?:le(?:Editor|r(?:Marker|View))|n(?:Loop|ningApplication)))|S(?:avePanel|c(?:anner|r(?:een|ipt(?:C(?:lassDescription|o(?:ercionHandler|mmand(?:Description)?))|ExecutionContext|ObjectSpecifier|SuiteRegistry|WhoseTest)|oll(?:View|er)))|e(?:archField(?:Cell)?|cureTextField(?:Cell)?|gmentedC(?:ell|ontrol)|t(?:Command)?)|hadow|impleCString|lider(?:Cell)?|o(?:cketPort(?:NameServer)?|rtDescriptor|und)|p(?:e(?:cifierTest|ech(?:Recognizer|Synthesizer)|ll(?:Checker|Server))|litView)|t(?:atus(?:Bar|Item)|epper(?:Cell)?|r(?:eam|ing)))|T(?:a(?:b(?:View(?:Item)?|le(?:C(?:ellView|olumn)|Header(?:Cell|View)|RowView|View))|sk)|ext(?:Attachment(?:Cell)?|Block|C(?:heckingResult|ontainer)|Fi(?:eld(?:Cell)?|nder)|InputContext|List|Storage|Tab(?:le(?:Block)?)?|View)?|hread|ime(?:Zone|r)|o(?:kenField(?:Cell)?|olbar(?:Item(?:Group)?)?|uch)|r(?:ackingArea|ee(?:Controller|Node))|ypesetter)|U(?:RL(?:AuthenticationChallenge|C(?:ache|onnection|redential(?:Storage)?)|Download|Handle|Prot(?:ectionSpace|ocol)|Re(?:quest|sponse)|Session(?:D(?:ataTask|ownloadTask)|UploadTask))?|biquitousKeyValueStore|n(?:archiver|doManager|iqueIDSpecifier)|serDefaults(?:Controller)?)|V(?:alue(?:Transformer)?|iew(?:Animation|Controller)?)|W(?:hoseSpecifier|indow(?:Controller)?|orkspace)|XML(?:D(?:TD(?:Node)?|ocument)|Element|Node|Parser))|Web(?:Archive|BackForwardList|D(?:ataSource|ownload)|Frame(?:View)?|History(?:Item)?|Preferences|Resource|ScriptObject|Undefined|View))\\b",
|
177
135
|
"name": "support.class.cocoa.objc"
|
178
136
|
},
|
179
137
|
{
|
180
|
-
"match": "\\b(?:NS(?:16Bit(?:BigEndianBitmapFormat|LittleEndianBitmapFormat)|32Bit(?:BigEndianBitmapFormat|LittleEndianBitmapFormat)|
|
138
|
+
"match": "\\b(?:NS(?:16Bit(?:BigEndianBitmapFormat|LittleEndianBitmapFormat)|32Bit(?:BigEndianBitmapFormat|LittleEndianBitmapFormat)|Acce(?:leratorButton|ssibility(?:Orientation(?:Horizontal|Unknown|Vertical)|RulerMarkerType(?:Indent(?:FirstLine|Head|Tail)|TabStop(?:Center|Decimal|Left|Right)|Unknown)|SortDirection(?:Ascending|Descending|Unknown)|Units(?:Centimeters|Inches|P(?:icas|oints)|Unknown)))|BackgroundActivityResult(?:Deferred|Finished)|Composite(?:Color(?:Burn|Dodge)?|D(?:arken|ifference)|Exclusion|H(?:ardLight|ue)|L(?:ighten|uminosity)|Multiply|Overlay|S(?:aturation|creen|oftLight))|DateIntervalFormatter(?:FullStyle|LongStyle|MediumStyle|NoStyle|ShortStyle)|E(?:nergyFormatterUnit(?:Calorie|Joule|Kilo(?:calorie|joule))|vent(?:MaskPressure|TypePressure))|F(?:ileCoordinator(?:Reading(?:ForUploading|ImmediatelyAvailableMetadataOnly)|WritingContentIndependentMetadataOnly)|ormatting(?:Context(?:BeginningOfSentence|Dynamic|ListItem|MiddleOfSentence|Standalone|Unknown)|UnitStyle(?:Long|Medium|Short))|ullSizeContentViewWindowMask)|I(?:mageResizingMode(?:Stretch|Tile)|temProvider(?:ItemUnavailableError|Un(?:expectedValueClassError|knownError)))|LengthFormatterUnit(?:Centimeter|Foot|Inch|Kilometer|M(?:eter|il(?:e|limeter))|Yard)|M(?:assFormatterUnit(?:Gram|Kilogram|Ounce|Pound|Stone)|ultiLevelAcceleratorButton)|OpenGLProfileVersion4_1Core|Pr(?:essureBehavior(?:Primary(?:Accelerator|Click|De(?:ep(?:Click|Drag)|fault)|Generic)|Unknown)|o(?:cessInfoThermalState(?:Critical|Fair|Nominal|Serious)|pertyListWriteInvalidError))|QualityOfService(?:Background|Default|U(?:serIn(?:itiated|teractive)|tility))|SegmentS(?:tyleSeparated|witchTrackingMomentaryAccelerator)|T(?:abViewControllerTabStyle(?:SegmentedControlOn(?:Bottom|Top)|Toolbar|Unspecified)|okenStyle(?:PlainSquared|Squared))|U(?:RL(?:Error(?:BackgroundSession(?:InUseByAnotherProcess|RequiresSharedContainer|WasDisconnected)|CancelledReason(?:BackgroundUpdatesDisabled|InsufficientSystemResources|UserForceQuitApplication))|Relationship(?:Contains|Other|Same))|ser(?:Activity(?:ConnectionUnavailableError|ErrorM(?:aximum|inimum)|Handoff(?:FailedError|UserInfoTooLargeError)|RemoteApplicationTimedOutError)|NotificationActivationTypeAdditionalActionClicked))|Vi(?:ewControllerTransition(?:AllowUserInteraction|Crossfade|None|Slide(?:Backward|Down|Forward|Left|Right|Up))|sualEffect(?:BlendingMode(?:BehindWindow|WithinWindow)|Material(?:AppearanceBased|Dark|Light|Titlebar)|State(?:Active|FollowsWindowActiveState|Inactive)))|WindowTitle(?:Hidden|Visible))|WK(?:Error(?:JavaScriptExceptionOccurred|Unknown|Web(?:ContentProcessTerminated|ViewInvalidated))|Navigation(?:ActionPolicy(?:Allow|Cancel)|ResponsePolicy(?:Allow|Cancel)|Type(?:BackForward|Form(?:Resubmitted|Submitted)|LinkActivated|Other|Reload))|UserScriptInjectionTimeAtDocument(?:End|Start)))\\b",
|
181
139
|
"name": "support.constant.cocoa.10.10.objc"
|
182
140
|
},
|
183
141
|
{
|
184
|
-
"match": "\\
|
142
|
+
"match": "\\b(?:NS(?:Appl(?:eEventSend(?:AlwaysInteract|Can(?:Interact|SwitchLayer)|D(?:efaultOptions|ont(?:Annotate|Execute|Record))|N(?:everInteract|oReply)|QueueReply|WaitForReply)|icationPresentationDisableCursorLocationAssistance)|BundleErrorM(?:aximum|inimum)|Co(?:der(?:ErrorM(?:aximum|inimum)|ReadCorruptError|ValueNotFoundError)|llection(?:ElementCategory(?:DecorationView|I(?:nterItemGap|tem)|SupplementaryView)|UpdateAction(?:Delete|Insert|Move|None|Reload)|View(?:ItemHighlight(?:AsDropTarget|For(?:Deselection|Selection)|None)|ScrollDirection(?:Horizontal|Vertical)))|n(?:ditionalExpressionType|trolCharacterAction(?:ContainerBreak|HorizontalTab|LineBreak|ParagraphBreak|Whitespace|ZeroAdvancement)))|FileManagerUnmount(?:AllPartitionsAndEjectDisk|BusyError|UnknownError|WithoutUI)|GlyphProperty(?:ControlCharacter|Elastic|N(?:onBaseCharacter|ull))|HapticFeedbackP(?:attern(?:Alignment|Generic|LevelChange)|erformanceTime(?:D(?:efault|rawCompleted)|Now))|ItemProviderUnavailableCoercionError|Layout(?:AttributeFirstBaseline|FormatAlignAllFirstBaseline)|NumberFormatter(?:Currency(?:AccountingStyle|ISOCodeStyle|PluralStyle)|OrdinalStyle)|PersonNameComponentsFormatter(?:Phonetic|Style(?:Abbreviated|Default|Long|Medium|Short))|S(?:p(?:litViewItem(?:Behavior(?:ContentList|Default|Sidebar)|CollapseBehavior(?:Default|PreferResizingS(?:iblingsWithFixedSplitView|plitViewWithFixedSiblings)|UseConstraints))|ringLoading(?:ContinuousActivation|Disabled|Enabled|Highlight(?:Emphasized|None|Standard)|NoHover))|tackViewDistribution(?:Equal(?:Centering|Spacing)|Fill(?:Equally|Proportionally)?|GravityAreas))|T(?:able(?:RowActionEdge(?:Leading|Trailing)|ViewRowActionStyle(?:Destructive|Regular))|extStorageEdited(?:Attributes|Characters))|URL(?:ErrorAppTransportSecurityRequiresSecureConnection|SessionResponseBecomeStream)|VisualEffectMaterial(?:Me(?:diumLight|nu)|Popover|Sidebar|UltraDark)|W(?:indowCollectionBehaviorFullScreen(?:AllowsTiling|DisallowsTiling)|ritingDirection(?:Embedding|Override)))|WKErrorJavaScriptResultTypeIsUnsupported)\\b",
|
143
|
+
"name": "support.constant.cocoa.10.11.objc"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"match": "\\bNS(?:A(?:pplicationScriptsDirectory|utosaveAsOperation)|DataWritingWithoutOverwriting|Event(?:MaskSmartMagnify|Type(?:QuickLook|SmartMagnify))|FeatureUnsupportedError|P(?:ageControllerTransitionStyle(?:HorizontalStrip|Stack(?:Book|History))|ointerFunctionsWeakMemory)|RemoteNotificationType(?:Alert|Sound)|SharingContentScope(?:Full|Item|Partial)|TrashDirectory|U(?:RLCredentialPersistenceSynchronizable|biquitousKeyValueStoreAccountChange|serNotificationActivationType(?:ActionButtonClicked|ContentsClicked|None))|XPCConnection(?:ErrorM(?:aximum|inimum)|In(?:terrupted|valid)|Privileged|ReplyInvalid))\\b",
|
185
147
|
"name": "support.constant.cocoa.10.8.objc"
|
186
148
|
},
|
187
149
|
{
|
@@ -189,45 +151,20 @@
|
|
189
151
|
"name": "support.constant.cocoa.10.9.objc"
|
190
152
|
},
|
191
153
|
{
|
192
|
-
"match": "\\b(?:AB(?:AddRecordsError|MultipleValueSelection|NoValueSelection|Property(?:ReadOnlyError|UnsupportedBySourceError|ValueValidationError)|RemoveRecordsError|SingleValueSelection)|DOM_(?:A(?:DDITION|LLOW_KEYBOARD_INPUT|NY_(?:TYPE|UNORDERED_NODE_TYPE)|T(?:TRIBUTE_NODE|_TARGET))|B(?:AD_BOUNDARYPOINTS_ERR|O(?:OLEAN_TYPE|TH)|UBBLING_PHASE)|C(?:APTURING_PHASE|DATA_SECTION_NODE|HARSET_RULE|OMMENT_NODE|SS_(?:ATTR|C(?:M|OUNTER|USTOM)|D(?:EG|IMENSION)|E(?:MS|XS)|GRAD|HZ|I(?:DENT|N(?:HERIT)?)|KHZ|M(?:M|S)|NUMBER|P(?:C|ERCENTAGE|RIMITIVE_VALUE|T|X)|R(?:AD|ECT|GBCOLOR)|S(?:TRING)?|U(?:NKNOWN|RI)|V(?:ALUE_LIST|H|M(?:AX|IN)|W)))|DO(?:CUMENT_(?:FRAGMENT_NODE|NODE|POSITION_(?:CONTAIN(?:ED_BY|S)|DISCONNECTED|FOLLOWING|IMPLEMENTATION_SPECIFIC|PRECEDING)|TYPE_NODE)|M(?:STRING_SIZE_ERR|_DELTA_(?:LINE|P(?:AGE|IXEL))))|E(?:LEMENT_NODE|N(?:D_TO_(?:END|START)|TITY_(?:NODE|REFERENCE_NODE)))|F(?:I(?:LTER_(?:ACCEPT|REJECT|SKIP)|RST_ORDERED_NODE_TYPE)|ONT_FACE_RULE)|H(?:IERARCHY_REQUEST_ERR|ORIZONTAL)|I(?:MPORT_RULE|N(?:DEX_SIZE_ERR|USE_ATTRIBUTE_ERR|VALID_(?:ACCESS_ERR|CHARACTER_ERR|EXPRESSION_ERR|MODIFICATION_ERR|NODE_TYPE_ERR|STATE_ERR)))|KEY_LOCATION_(?:LEFT|NUMPAD|RIGHT|STANDARD)|M(?:EDIA_RULE|ODIFICATION)|N(?:AMESPACE_ERR|O(?:DE_(?:AFTER|BEFORE(?:_AND_AFTER)?|INSIDE)|NE|T(?:ATION_NODE|_(?:FOUND_ERR|SUPPORTED_ERR))|_(?:DATA_ALLOWED_ERR|MODIFICATION_ALLOWED_ERR))|UMBER_TYPE)|ORDERED_NODE_(?:ITERATOR_TYPE|SNAPSHOT_TYPE)|P(?:AGE_RULE|ROCESSING_INSTRUCTION_NODE)|REMOVAL|S(?:HOW_(?:A(?:LL|TTRIBUTE)|C(?:DATA_SECTION|OMMENT)|DOCUMENT(?:_(?:FRAGMENT|TYPE))?|E(?:LEMENT|NTITY(?:_REFERENCE)?)|NOTATION|PROCESSING_INSTRUCTION|TEXT)|T(?:ART_TO_(?:END|START)|RING_TYPE|YLE_RULE)|YNTAX_ERR)|T(?:EXT_NODE|YPE_ERR)|UN(?:KNOWN_RULE|ORDERED_NODE_(?:ITERATOR_TYPE|SNAPSHOT_TYPE)|SPECIFIED_EVENT_TYPE_ERR)|VERTICAL|W(?:EBKIT_(?:KEYFRAME(?:S_RULE|_RULE)|REGION_RULE)|RONG_DOCUMENT_ERR))|NS(?:A(?:SCIIStringEncoding|WTEventType|bove(?:Bottom|Top)|d(?:dTraitFontAction|minApplicationDirectory|obe(?:CNS1CharacterCollection|GB1CharacterCollection|Japan(?:1CharacterCollection|2CharacterCollection)|Korea1CharacterCollection))|ggregateExpressionType|l(?:ert(?:FirstButtonReturn|SecondButtonReturn|ThirdButtonReturn)|ign(?:AllEdges(?:Inward|Nearest|Outward)|Height(?:Inward|Nearest|Outward)|M(?:ax(?:X(?:Inward|Nearest|Outward)|Y(?:Inward|Nearest|Outward))|in(?:X(?:Inward|Nearest|Outward)|Y(?:Inward|Nearest|Outward)))|RectFlipped|Width(?:Inward|Nearest|Outward))|l(?:ApplicationsDirectory|DomainsMask|LibrariesDirectory|PredicateModifier|ScrollerParts)|pha(?:FirstBitmapFormat|NonpremultipliedBitmapFormat|ShiftKeyMask)|ternateKeyMask)|n(?:choredSearch|dPredicateType|imation(?:Blocking|E(?:ase(?:In(?:Out)?|Out)|ffect(?:DisappearingItemDefault|Poof))|Linear|Nonblocking(?:Threaded)?)|y(?:EventMask|PredicateModifier))|pp(?:KitDefined(?:Mask)?|lication(?:Activat(?:e(?:AllWindows|IgnoringOtherApps|dEventType)|ionPolicy(?:Accessory|Prohibited|Regular))|D(?:e(?:activatedEventType|fined(?:Mask)?|legateReply(?:Cancel|Failure|Success))|irectory)|Presentation(?:AutoHide(?:Dock|MenuBar|Toolbar)|D(?:efault|isable(?:AppleMenu|ForceQuit|HideApplication|MenuBarTransparency|ProcessSwitching|SessionTermination))|FullScreen|Hide(?:Dock|MenuBar))|SupportDirectory))|rgument(?:EvaluationScriptError|sWrongScriptError)|scendingPageOrder|t(?:Bottom|Top|omicWrite|t(?:achmentCharacter|ributedStringEnumeration(?:LongestEffectiveRangeNotRequired|Reverse)))|uto(?:Pagination|save(?:ElsewhereOperation|InPlaceOperation|dInformationDirectory)))|B(?:MPFileType|ack(?:TabCharacter|ground(?:Style(?:Dark|L(?:ight|owered)|Raised)|Tab)|ingStore(?:Buffered|Nonretained|Retained)|spaceCharacter|tabTextMovement|wardsSearch)|e(?:gin(?:FunctionKey|sWith(?:Comparison|PredicateOperatorType))|low(?:Bottom|Top)|tweenPredicateOperatorType|velLineJoinStyle|zelBorder)|inarySearching(?:FirstEqual|InsertionIndex|LastEqual)|l(?:ockExpressionType|ueControlTint)|o(?:ldFontMask|rderlessWindowMask|ttomTabsBezelBorder|x(?:Custom|OldStyle|Primary|Se(?:condary|parator)))|r(?:eakFunctionKey|owser(?:AutoColumnResizing|Drop(?:Above|On)|NoColumnResizing|UserColumnResizing))|u(?:ndleExecutableArchitecture(?:I386|PPC(?:64)?|X86_64)|ttLineCapStyle)|yteCountFormatter(?:CountStyle(?:Binary|Decimal|File|Memory)|Use(?:All|Bytes|Default|EB|GB|KB|MB|PB|TB|YBOrHigher|ZB)))|C(?:MYK(?:ColorSpaceModel|ModeColorPanel)|a(?:chesDirectory|l(?:culation(?:DivideByZero|LossOfPrecision|NoError|Overflow|Underflow)|endar(?:Unit(?:Calendar|Day|Era|Hour|M(?:inute|onth)|Nanosecond|Quarter|Second|TimeZone|Week(?:Of(?:Month|Year)|day(?:Ordinal)?)|Year(?:ForWeekOfYear)?)|WrapComponents))|n(?:celTextMovement|notCreateScriptCommandError)|rriageReturnCharacter|seInsensitive(?:PredicateOption|Search))|e(?:ll(?:AllowsMixedState|ChangesContents|Disabled|Editable|H(?:as(?:Image(?:Horizontal|OnLeftOrBottom)|OverlappingImage)|i(?:ghlighted|t(?:ContentArea|EditableTextArea|None|TrackableArea)))|Is(?:Bordered|InsetButton)|LightsBy(?:Background|Contents|Gray)|State)|nterT(?:abStopType|extAlignment))|hange(?:Autosaved|BackgroundCell(?:Mask)?|Cleared|D(?:iscardable|one)|GrayCell(?:Mask)?|Re(?:adOtherContents|done)|Undone)|ircular(?:BezelStyle|Slider)|l(?:ear(?:ControlTint|DisplayFunctionKey|LineFunctionKey)|ipPagination|o(?:ckAndCalendarDatePickerStyle|s(?:ableWindowMask|ePathBezierPathElement)))|o(?:l(?:lect(?:ionViewDrop(?:Before|On)|orDisabledOption)|or(?:ListModeColorPanel|Panel(?:AllModesMask|C(?:MYKModeMask|olorListModeMask|rayonModeMask|ustomPaletteModeMask)|GrayModeMask|HSBModeMask|RGBModeMask|WheelModeMask)|RenderingIntent(?:AbsoluteColorimetric|Default|Perceptual|RelativeColorimetric|Saturation)))|m(?:mandKeyMask|p(?:osite(?:C(?:lear|opy)|Destination(?:Atop|In|O(?:ut|ver))|Plus(?:Darker|Lighter)|Source(?:Atop|In|O(?:ut|ver))|XOR)|ressedFontMask))|n(?:densedFontMask|stantValueExpressionType|t(?:ain(?:erSpecifierError|s(?:Comparison|PredicateOperatorType))|entsCellMask|inuousCapacityLevelIndicatorStyle|rol(?:Glyph|KeyMask)))|r(?:eServiceDirectory|rection(?:IndicatorType(?:Default|Guesses|Reversion)|Response(?:Accepted|Edited|Ignored|None|Re(?:jected|verted)))))|r(?:ayonModeColorPanel|itical(?:AlertStyle|Request))|u(?:r(?:sor(?:PointingDevice|Update(?:Mask)?)|veToBezierPathElement)|stom(?:PaletteModeColorPanel|SelectorPredicateOperatorType)))|D(?:at(?:a(?:Reading(?:Mapped(?:Always|IfSafe)?|Uncached)|Search(?:Anchored|Backwards)|Writing(?:Atomic|FileProtection(?:Complete(?:Un(?:lessOpen|tilFirstUserAuthentication))?|Mask|None)))|e(?:Component(?:Undefined|sFormatter(?:UnitsStyle(?:Abbreviated|Full|Positional|S(?:hort|pellOut))|ZeroFormattingBehavior(?:D(?:efault|rop(?:All|Leading|Middle|Trailing))|None|Pad)))|Formatter(?:Behavior(?:10_(?:0|4)|Default)|FullStyle|LongStyle|MediumStyle|NoStyle|ShortStyle)))|e(?:cimalTabStopType|faultControlTint|lete(?:Char(?:FunctionKey|acter)|FunctionKey|LineFunctionKey)|moApplicationDirectory|s(?:cendingPageOrder|ktopDirectory)|v(?:eloper(?:ApplicationDirectory|Directory)|ice(?:IndependentModifierFlagsMask|NColorSpaceModel)))|i(?:acriticInsensitive(?:PredicateOption|Search)|rect(?:PredicateModifier|Selection|oryEnumerationSkips(?:HiddenFiles|PackageDescendants|SubdirectoryDescendants))|s(?:c(?:losureBezelStyle|reteCapacityLevelIndicatorStyle)|playWindowRunLoopOrdering))|o(?:c(?:ModalWindowMask|ument(?:Directory|ationDirectory))|wn(?:ArrowFunctionKey|TextMovement|loadsDirectory))|ra(?:g(?:Operation(?:Copy|Delete|Every|Generic|Link|Move|None|Private)|ging(?:Context(?:OutsideApplication|WithinApplication)|Formation(?:Default|List|None|Pile|Stack)|ItemEnumerationC(?:learNonenumeratedImages|oncurrent)))|wer(?:Clos(?:edState|ingState)|Open(?:State|ingState))))|E(?:n(?:d(?:FunctionKey|sWith(?:Comparison|PredicateOperatorType))|terCharacter|umeration(?:Concurrent|Reverse))|qualTo(?:Comparison|PredicateOperatorType)|ra(?:DatePickerElementFlag|serPointingDevice)|v(?:aluatedObjectExpressionType|e(?:n(?:OddWindingRule|t(?:GestureAxis(?:Horizontal|None|Vertical)|Mask(?:BeginGesture|EndGesture|Gesture|Magnify|Rotate|Swipe)|Phase(?:Began|C(?:ancelled|hanged)|Ended|MayBegin|None|Stationary)|SwipeTracking(?:ClampGestureAmount|LockDirection)|Type(?:BeginGesture|EndGesture|Gesture|Magnify|Rotate|Swipe)))|rySubelement))|x(?:clude(?:10_4ElementsIconCreationOption|QuickDrawElementsIconCreationOption)|ecut(?:able(?:ArchitectureMismatchError|ErrorM(?:aximum|inimum)|L(?:inkError|oadError)|NotLoadableError|RuntimeMismatchError)|eFunctionKey)|pandedFontMask))|F(?:1(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|FunctionKey)|2(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|FunctionKey)|3(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|FunctionKey)|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|i(?:le(?:Coordinator(?:Reading(?:ResolvesSymbolicLink|WithoutChanges)|WritingFor(?:Deleting|M(?:erging|oving)|Replacing))|ErrorM(?:aximum|inimum)|HandlingPanel(?:CancelButton|OKButton)|LockingError|ManagerItemReplacement(?:UsingNewMetadataOnly|WithoutDeletingBackupItem)|NoSuchFileError|Read(?:CorruptFileError|In(?:applicableStringEncodingError|validFileNameError)|No(?:PermissionError|SuchFileError)|TooLargeError|Un(?:known(?:Error|StringEncodingError)|supportedSchemeError))|Version(?:AddingByMoving|ReplacingByMoving)|Wr(?:apper(?:Reading(?:Immediate|WithoutMapping)|Writing(?:Atomic|WithNameUpdating))|ite(?:FileExistsError|In(?:applicableStringEncodingError|validFileNameError)|NoPermissionError|OutOfSpaceError|Un(?:knownError|supportedSchemeError)|VolumeReadOnlyError)))|nd(?:FunctionKey|Panel(?:Action(?:Next|Previous|Replace(?:A(?:ll(?:InSelection)?|ndFind))?|S(?:e(?:lectAll(?:InSelection)?|tFindString)|howFindPanel))|SubstringMatchType(?:Contains|EndsWith|FullWord|StartsWith)))|tPagination|xedPitchFontMask)|l(?:agsChanged(?:Mask)?|oatingPointSamplesBitmapFormat)|o(?:cusRing(?:Above|Below|Only|Type(?:Default|Exterior|None))|nt(?:Antialiased(?:IntegerAdvancementsRenderingMode|RenderingMode)|BoldTrait|C(?:larendonSerifsClass|o(?:llection(?:ApplicationOnlyMask|Visibility(?:Computer|Process|User))|ndensedTrait))|DefaultRenderingMode|ExpandedTrait|F(?:amilyClassMask|reeformSerifsClass)|I(?:ntegerAdvancementsRenderingMode|talicTrait)|Mo(?:dernSerifsClass|noSpaceTrait)|O(?:ldStyleSerifsClass|rnamentalsClass)|Panel(?:All(?:EffectsModeMask|ModesMask)|CollectionModeMask|DocumentColorEffectModeMask|FaceModeMask|S(?:hadowEffectModeMask|izeModeMask|t(?:andardModesMask|rikethroughEffectModeMask))|TextColorEffectModeMask|UnderlineEffectModeMask)|S(?:ansSerifClass|criptsClass|labSerifsClass|ymbolicClass)|TransitionalSerifsClass|U(?:IOptimizedTrait|nknownClass)|VerticalTrait)|r(?:cedOrderingSearch|m(?:FeedCharacter|attingError(?:M(?:aximum|inimum))?)))|u(?:llScreenWindowMask|nction(?:ExpressionType|KeyMask)))|G(?:IFFileType|estureRecognizerState(?:Began|C(?:ancelled|hanged)|Ended|Failed|Possible|Recognized)|lyph(?:Attribute(?:BidiLevel|Elastic|Inscribe|Soft)|Inscribe(?:Above|B(?:ase|elow)|Over(?:Below|strike)))|r(?:a(?:dient(?:Con(?:cave(?:Strong|Weak)|vex(?:Strong|Weak))|Draws(?:AfterEndingLocation|BeforeStartingLocation)|None)|phiteControlTint|y(?:ColorSpaceModel|ModeColorPanel))|eaterThan(?:Comparison|OrEqualTo(?:Comparison|PredicateOperatorType)|PredicateOperatorType)|ooveBorder))|H(?:SBModeColorPanel|TTPCookieAcceptPolicy(?:Always|Never|OnlyFromMainDocumentDomain)|UDWindowMask|a(?:n(?:dle(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask))|gOn(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask)))|shTable(?:CopyIn|ObjectPointerPersonality|StrongMemory))|e(?:avierFontAction|lp(?:ButtonBezelStyle|FunctionKey|KeyMask))|ighlightModeMatrix|o(?:meFunctionKey|rizontalRuler|urMinute(?:DatePickerElementFlag|SecondDatePickerElementFlag)))|I(?:SO(?:2022JPStringEncoding|Latin(?:1StringEncoding|2StringEncoding))|dentityMappingCharacterCollection|llegalTextMovement|mage(?:A(?:bove|lign(?:Bottom(?:Left|Right)?|Center|Left|Right|Top(?:Left|Right)?))|Below|C(?:ache(?:Always|BySize|Default|Never)|ellType)|Frame(?:Button|Gr(?:ayBezel|oove)|None|Photo)|Interpolation(?:Default|High|Low|Medium|None)|L(?:eft|oadStatus(?:C(?:ancelled|ompleted)|InvalidData|ReadError|UnexpectedEOF))|O(?:nly|verlaps)|R(?:ep(?:LoadStatus(?:Completed|InvalidData|ReadingHeader|Un(?:expectedEOF|knownType)|WillNeedAllData)|MatchesDevice)|ight)|Scale(?:AxesIndependently|None|Proportionally(?:Down|UpOrDown)))|n(?:PredicateOperatorType|dex(?:Subelement|edColorSpaceModel)|formational(?:AlertStyle|Request)|lineBezelStyle|putMethodsDirectory|sert(?:CharFunctionKey|FunctionKey|LineFunctionKey)|ter(?:nalS(?:criptError|pecifierError)|sectSetExpressionType)|validIndexSpecifierError)|t(?:alicFontMask|emReplacementDirectory))|J(?:PEG(?:2000FileType|FileType)|SON(?:Reading(?:AllowFragments|Mutable(?:Containers|Leaves))|WritingPrettyPrinted)|apaneseEUCStringEncoding|ustifiedTextAlignment)|Key(?:Down(?:Mask)?|PathExpressionType|SpecifierEvaluationScriptError|Up(?:Mask)?|Value(?:Change(?:Insertion|Re(?:moval|placement)|Setting)|IntersectSetMutation|MinusSetMutation|ObservingOption(?:Initial|New|Old|Prior)|SetSetMutation|UnionSetMutation|ValidationError))|L(?:ABColorSpaceModel|a(?:ndscapeOrientation|yout(?:Attribute(?:B(?:aseline|ottom)|Center(?:X|Y)|Height|Le(?:ading|ft)|NotAnAttribute|Right|T(?:op|railing)|Width)|ConstraintOrientation(?:Horizontal|Vertical)|Format(?:Align(?:All(?:B(?:aseline|ottom)|Center(?:X|Y)|Le(?:ading|ft)|Right|T(?:op|railing))|mentMask)|Direction(?:Le(?:adingToTrailing|ftToRight)|Mask|RightToLeft))|Relation(?:Equal|GreaterThanOrEqual|LessThanOrEqual)))|e(?:ft(?:ArrowFunctionKey|Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|T(?:ab(?:StopType|sBezelBorder)|ext(?:Alignment|Movement)))|ssThan(?:Comparison|OrEqualTo(?:Comparison|PredicateOperatorType)|PredicateOperatorType))|i(?:braryDirectory|ghterFontAction|kePredicateOperatorType|n(?:e(?:B(?:order|reakBy(?:C(?:harWrapping|lipping)|Truncating(?:Head|Middle|Tail)|WordWrapping))|DoesntMove|Moves(?:Down|Left|Right|Up)|S(?:eparatorCharacter|weep(?:Down|Left|Right|Up))|ToBezierPathElement|arSlider)|guisticTagger(?:JoinNames|Omit(?:Other|Punctuation|W(?:hitespace|ords))))|stModeMatrix|teralSearch)|o(?:cal(?:DomainMask|eLanguageDirection(?:BottomToTop|LeftToRight|RightToLeft|TopToBottom|Unknown))|g(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask))))|M(?:a(?:c(?:OSRomanStringEncoding|hPortDeallocate(?:None|ReceiveRight|SendRight))|p(?:Table(?:CopyIn|ObjectPointerPersonality|StrongMemory)|pedRead)|tch(?:esPredicateOperatorType|ing(?:Anchored|Completed|HitEnd|InternalError|Progress|Re(?:port(?:Completion|Progress)|quiredEnd)|With(?:TransparentBounds|outAnchoringBounds))))|enu(?:FunctionKey|PropertyItem(?:A(?:ccessibilityDescription|ttributedTitle)|Enabled|Image|KeyEquivalent|Title))|i(?:ddleSubelement|n(?:i(?:ControlSize|aturizableWindowMask)|usSetExpressionType)|terLineJoinStyle|xedState)|o(?:deSwitchFunctionKey|mentary(?:ChangeButton|LightButton|PushInButton)|use(?:E(?:ntered(?:Mask)?|ventSubtype|xited(?:Mask)?)|Moved(?:Mask)?)|v(?:eToBezierPathElement|iesDirectory))|usicDirectory)|N(?:EXTSTEPStringEncoding|a(?:rrowFontMask|t(?:iveShortGlyphPacking|uralTextAlignment))|e(?:t(?:Service(?:NoAutoRename|s(?:ActivityInProgress|BadArgumentError|C(?:ancelledError|ollisionError)|InvalidError|NotFoundError|TimeoutError|UnknownError))|workDomainMask)|wlineCharacter|xtFunctionKey)|o(?:Border|CellMask|FontChangeAction|Image|ModeColorPanel|S(?:cr(?:iptError|ollerParts)|pecifierError|ubelement)|T(?:abs(?:BezelBorder|LineBorder|NoBorder)|itle|opLevelContainersSpecifierError)|n(?:LossyASCIIStringEncoding|StandardCharacterSetFontMask|ZeroWindingRule|activatingPanelMask)|rmalizedPredicateOption|t(?:EqualToPredicateOperatorType|Found|PredicateType|ification(?:CoalescingOn(?:Name|Sender)|DeliverImmediately|NoCoalescing|PostToAllSessions|SuspensionBehavior(?:Coalesce|D(?:eliverImmediately|rop)|Hold))))|u(?:ll(?:CellType|Glyph)|m(?:berFormatter(?:Behavior(?:10_(?:0|4)|Default)|CurrencyStyle|DecimalStyle|NoStyle|P(?:ad(?:After(?:Prefix|Suffix)|Before(?:Prefix|Suffix))|ercentStyle)|Round(?:Ceiling|Down|Floor|Half(?:Down|Even|Up)|Up)|S(?:cientificStyle|pellOutStyle))|eric(?:PadKeyMask|Search))))|O(?:ffState|n(?:OffButton|State|lyScrollerArrows)|pe(?:n(?:GL(?:CP(?:CurrentRendererID|GPU(?:FragmentProcessing|VertexProcessing)|HasDrawable|MPSwapsInFlight|R(?:asterizationEnable|eclaimResources)|S(?:tateValidation|urface(?:BackingSize|O(?:pacity|rder)|SurfaceVolatile)|wap(?:Interval|Rectangle(?:Enable)?)))|GO(?:ClearFormatCache|FormatCacheSize|RetainRenderers|UseBuildCache)|P(?:FA(?:A(?:cc(?:elerated(?:Compute)?|umSize)|l(?:l(?:Renderers|owOfflineRenderers)|phaSize)|ux(?:Buffers|DepthStencil))|BackingStore|C(?:losestPolicy|olor(?:Float|Size))|D(?:epthSize|oubleBuffer)|M(?:aximumPolicy|inimumPolicy|ultisample)|NoRecovery|OpenGLProfile|RendererID|S(?:ample(?:Alpha|Buffers|s)|creenMask|te(?:ncilSize|reo)|upersample)|TripleBuffer|VirtualScreenCount)|rofileVersion(?:3_2Core|Legacy)))|StepUnicodeReservedBase)|ration(?:NotSupportedForKeyS(?:criptError|pecifierError)|Queue(?:DefaultMaxConcurrentOperationCount|Priority(?:High|Low|Normal|Very(?:High|Low)))))|r(?:PredicateType|dered(?:Ascending|Descending|Same))|ther(?:Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|TextMovement)|utlineViewDropOnItemIndex)|P(?:NGFileType|a(?:ge(?:DownFunctionKey|UpFunctionKey)|ragraphSeparatorCharacter|steboard(?:ReadingAs(?:Data|KeyedArchive|PropertyList|String)|WritingPromised)|t(?:hStyle(?:PopUp|Standard)|ternColorSpaceModel)|useFunctionKey)|e(?:n(?:LowerSideMask|PointingDevice|TipMask|UpperSideMask)|riodic(?:Mask)?)|icturesDirectory|o(?:interFunctions(?:C(?:StringPersonality|opyIn)|IntegerPersonality|Ma(?:chVirtualMemory|llocMemory)|O(?:bjectP(?:ersonality|ointerPersonality)|paque(?:Memory|Personality))|Str(?:ongMemory|uctPersonality))|p(?:Up(?:ArrowAt(?:Bottom|Center)|NoArrow)|overBehavior(?:ApplicationDefined|Semitransient|Transient))|rtraitOrientation|s(?:ition(?:After|Be(?:fore|ginning)|End|Replace)|t(?:ASAP|Now|WhenIdle|erFontMask))|werOffEventType)|r(?:e(?:ferencePanesDirectory|ssedTab|vFunctionKey)|int(?:FunctionKey|PanelShows(?:Copies|Orientation|P(?:a(?:ge(?:Range|SetupAccessory)|perSize)|r(?:eview|intSelection))|Scaling)|RenderingQuality(?:Best|Responsive)|ScreenFunctionKey|er(?:DescriptionDirectory|Table(?:Error|NotFound|OK))|ing(?:Cancelled|Failure|ReplyLater|Success))|o(?:gressIndicator(?:BarStyle|Preferred(?:AquaThickness|LargeThickness|SmallThickness|Thickness)|SpinningStyle)|p(?:ertyList(?:BinaryFormat_v1_0|ErrorM(?:aximum|inimum)|Immutable|MutableContainers(?:AndLeaves)?|OpenStepFormat|Read(?:CorruptError|StreamError|UnknownVersionError)|WriteStreamError|XMLFormat_v1_0)|rietaryStringEncoding)))|ush(?:InCell(?:Mask)?|OnPushOffButton))|R(?:GB(?:ColorSpaceModel|ModeColorPanel)|a(?:dio(?:Button|ModeMatrix)|n(?:domSubelement|geDateMode)|tingLevelIndicatorStyle)|e(?:ce(?:iver(?:EvaluationScriptError|sCantHandleCommandScriptError)|ssedBezelStyle)|doFunctionKey|gular(?:ControlSize|Expression(?:A(?:llowCommentsAndWhitespace|nchorsMatchLines)|CaseInsensitive|DotMatchesLineSeparators|IgnoreMetacharacters|Search|UseUni(?:codeWordBoundaries|xLineSeparators))|SquareBezelStyle)|l(?:ative(?:After|Before)|evancyLevelIndicatorStyle)|mo(?:teNotificationType(?:Badge|None)|veTraitFontAction)|quiredArgumentsMissingScriptError|s(?:et(?:CursorRectsRunLoopOrdering|FunctionKey)|izableWindowMask)|turnTextMovement)|ight(?:ArrowFunctionKey|Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|T(?:ab(?:StopType|sBezelBorder)|ext(?:Alignment|Movement)))|ound(?:Bankers|Down|Line(?:CapStyle|JoinStyle)|Plain|RectBezelStyle|Up|ed(?:BezelStyle|DisclosureBezelStyle))|uleEditor(?:NestingMode(?:Compound|List|Si(?:mple|ngle))|RowType(?:Compound|Simple)))|S(?:ave(?:AsOperation|Op(?:eration|tions(?:Ask|No|Yes))|ToOperation)|c(?:annedOption|r(?:eenChangedEventType|oll(?:Elasticity(?:A(?:llowed|utomatic)|None)|LockFunctionKey|ViewFindBarPosition(?:Above(?:Content|HorizontalRuler)|BelowContent)|Wheel(?:Mask)?|er(?:Arrows(?:DefaultSetting|M(?:axEnd|inEnd)|None)|Decrement(?:Arrow|Line|Page)|Increment(?:Arrow|Line|Page)|Knob(?:S(?:lot|tyle(?:D(?:ark|efault)|Light)))?|NoPart|Style(?:Legacy|Overlay)))))|e(?:gmentS(?:tyle(?:Automatic|Capsule|Round(?:Rect|ed)|SmallSquare|Textured(?:Rounded|Square))|witchTracking(?:Momentary|Select(?:Any|One)))|lect(?:By(?:Character|Paragraph|Word)|FunctionKey|edTab|i(?:ng(?:Next|Previous)|onAffinity(?:Downstream|Upstream)))|rvice(?:Application(?:LaunchFailedError|NotFoundError)|ErrorM(?:aximum|inimum)|InvalidPasteboardDataError|M(?:alformedServiceDictionaryError|iscellaneousError)|RequestTimedOutError))|h(?:a(?:dowlessSquareBezelStyle|r(?:edPublicDirectory|ingService(?:ErrorM(?:aximum|inimum)|NotConfiguredError)))|ift(?:JISStringEncoding|KeyMask)|ow(?:ControlGlyphs|InvisibleGlyphs))|i(?:ngleDateMode|ze(?:DownFontAction|UpFontAction))|mall(?:C(?:apsFontMask|ontrolSize)|SquareBezelStyle)|ort(?:Concurrent|Stable)|p(?:e(?:cialPageOrder|ech(?:ImmediateBoundary|SentenceBoundary|WordBoundary)|llingState(?:GrammarFlag|SpellingFlag))|litViewDividerStyle(?:PaneSplitter|Thi(?:ck|n)))|quareLineCapStyle|t(?:opFunctionKey|r(?:eam(?:Event(?:E(?:ndEncountered|rrorOccurred)|Has(?:BytesAvailable|SpaceAvailable)|None|OpenCompleted)|Status(?:AtEnd|Closed|Error|NotOpen|Open(?:ing)?|Reading|Writing))|ing(?:Drawing(?:DisableScreenFontSubstitution|OneShot|TruncatesLastVisibleLine|Uses(?:DeviceMetrics|FontLeading|LineFragmentOrigin))|En(?:codingConversion(?:AllowLossy|ExternalRepresentation)|umeration(?:By(?:ComposedCharacterSequences|Lines|Paragraphs|Sentences|Words)|Localized|Reverse|SubstringNotRequired)))))|ubqueryExpressionType|witchButton|y(?:mbolStringEncoding|s(?:ReqFunctionKey|tem(?:D(?:efined(?:Mask)?|omainMask)|FunctionKey))))|T(?:IFF(?:Compression(?:CCITTFAX(?:3|4)|JPEG|LZW|N(?:EXT|one)|OldJPEG|PackBits)|FileType)|a(?:b(?:Character|TextMovement|le(?:Column(?:AutoresizingMask|NoResizing|UserResizingMask)|View(?:Animation(?:Effect(?:Fade|Gap|None)|Slide(?:Down|Left|Right|Up))|D(?:ashedHorizontalGridLineMask|r(?:aggingDestinationFeedbackStyle(?:None|Regular|SourceList)|op(?:Above|On)))|FirstColumnOnlyAutoresizingStyle|GridNone|LastColumnOnlyAutoresizingStyle|NoColumnAutoresizing|R(?:everseSequentialColumnAutoresizingStyle|owSizeStyle(?:Custom|Default|Large|Medium|Small))|S(?:e(?:lectionHighlightStyle(?:None|Regular|SourceList)|quentialColumnAutoresizingStyle)|olid(?:HorizontalGridLineMask|VerticalGridLineMask))|UniformColumnAutoresizingStyle)|tP(?:oint(?:EventSubtype|Mask)?|roximity(?:EventSubtype|Mask)?)))|skTerminationReason(?:Exit|UncaughtSignal))|e(?:rminate(?:Cancel|Later|Now)|xt(?:Block(?:AbsoluteValueType|B(?:aselineAlignment|o(?:rder|ttomAlignment))|Height|M(?:a(?:rgin|ximum(?:Height|Width))|i(?:ddleAlignment|nimum(?:Height|Width)))|P(?:adding|ercentageValueType)|TopAlignment|Width)|C(?:ellType|hecking(?:All(?:CustomTypes|SystemTypes|Types)|Type(?:Address|Correction|Da(?:sh|te)|Grammar|Link|Orthography|PhoneNumber|Quote|Re(?:gularExpression|placement)|Spelling|TransitInformation)))|Fi(?:eld(?:AndStepperDatePickerStyle|DatePickerStyle|RoundedBezel|SquareBezel)|nder(?:Action(?:Hide(?:FindInterface|ReplaceInterface)|NextMatch|PreviousMatch|Replace(?:A(?:ll(?:InSelection)?|ndFind))?|S(?:e(?:lectAll(?:InSelection)?|tSearchString)|how(?:FindInterface|ReplaceInterface)))|MatchingType(?:Contains|EndsWith|FullWord|StartsWith)))|L(?:ayoutOrientation(?:Horizontal|Vertical)|istPrependEnclosingMarker)|Read(?:InapplicableDocumentTypeError|WriteErrorM(?:aximum|inimum))|StorageEdited(?:Attributes|Characters)|Table(?:AutomaticLayoutAlgorithm|FixedLayoutAlgorithm)|Writ(?:eInapplicableDocumentTypeError|ingDirection(?:Embedding|Override))|ured(?:BackgroundWindowMask|RoundedBezelStyle|SquareBezelStyle)))|hick(?:SquareBezelStyle|erSquareBezelStyle)|i(?:ckMark(?:Above|Below|Left|Right)|meZone(?:DatePickerElementFlag|NameStyle(?:DaylightSaving|Generic|S(?:hort(?:DaylightSaving|Generic|Standard)|tandard)))|tledWindowMask)|o(?:ggleButton|kenStyle(?:Default|None|Rounded)|olbar(?:DisplayMode(?:Default|Icon(?:AndLabel|Only)|LabelOnly)|ItemVisibilityPriority(?:High|Low|Standard|User)|SizeMode(?:Default|Regular|Small))|pTabsBezelBorder|uch(?:EventSubtype|Phase(?:Any|Began|Cancelled|Ended|Moved|Stationary|Touching)))|rack(?:ModeMatrix|ing(?:A(?:ctive(?:Always|In(?:ActiveApp|KeyWindow)|WhenFirstResponder)|ssumeInside)|CursorUpdate|EnabledDuringMouseDrag|InVisibleRect|Mouse(?:EnteredAndExited|Moved)))|ypesetter(?:Behavior_10_(?:2(?:_WithCompatibility)?|3|4)|ContainerBreakAction|HorizontalTabAction|L(?:atestBehavior|ineBreakAction)|OriginalBehavior|ParagraphBreakAction|WhitespaceAction|ZeroAdvancementAction))|U(?:RL(?:Bookmark(?:Creation(?:MinimalBookmark|S(?:ecurityScopeAllowOnlyReadAccess|uitableForBookmarkFile)|WithSecurityScope)|ResolutionWith(?:SecurityScope|out(?:Mounting|UI)))|C(?:acheStorage(?:Allowed(?:InMemoryOnly)?|NotAllowed)|redentialPersistence(?:ForSession|None|Permanent))|Error(?:Bad(?:ServerResponse|URL)|C(?:a(?:llIsActive|n(?:celled|not(?:C(?:loseFile|onnectToHost|reateFile)|Decode(?:ContentData|RawData)|FindHost|LoadFromNetwork|MoveFile|OpenFile|ParseResponse|RemoveFile|WriteToFile)))|lientCertificateRe(?:jected|quired))|D(?:NSLookupFailed|ata(?:LengthExceedsMaximum|NotAllowed)|ownloadDecodingFailed(?:MidStream|ToComplete))|File(?:DoesNotExist|IsDirectory)|HTTPTooManyRedirects|InternationalRoamingOff|N(?:etworkConnectionLost|o(?:PermissionsToReadFile|tConnectedToInternet))|Re(?:directToNonExistentLocation|questBodyStreamExhausted|sourceUnavailable)|Se(?:cureConnectionFailed|rverCertificate(?:Has(?:BadDate|UnknownRoot)|NotYetValid|Untrusted))|TimedOut|U(?:n(?:known|supportedURL)|ser(?:AuthenticationRequired|CancelledAuthentication))|ZeroByteResource)|Handle(?:Load(?:Failed|InProgress|Succeeded)|NotLoaded)|NetworkServiceType(?:Background|Default|V(?:ideo|o(?:IP|ice)))|Request(?:Re(?:load(?:Ignoring(?:CacheData|Local(?:AndRemoteCacheData|CacheData))|RevalidatingCacheData)|turnCacheData(?:DontLoad|ElseLoad))|UseProtocolCachePolicy))|TF(?:16(?:BigEndianStringEncoding|LittleEndianStringEncoding|StringEncoding)|32(?:BigEndianStringEncoding|LittleEndianStringEncoding|StringEncoding)|8StringEncoding)|biquitousKeyValueStore(?:InitialSyncChange|QuotaViolationChange|ServerChange)|n(?:boldFontMask|cachedRead|d(?:erline(?:Pattern(?:D(?:ash(?:Dot(?:Dot)?)?|ot)|Solid)|Style(?:Double|None|Single|Thick))|o(?:CloseGroupingRunLoopOrdering|FunctionKey))|i(?:codeStringEncoding|fiedTitleAndToolbarWindowMask|onSetExpressionType|talicFontMask)|known(?:ColorSpaceModel|KeyS(?:criptError|pecifierError)|P(?:ageOrder|ointingDevice)))|p(?:ArrowFunctionKey|TextMovement|dateWindowsRunLoopOrdering)|ser(?:CancelledError|D(?:irectory|omainMask)|FunctionKey|InterfaceLayoutDirection(?:LeftToRight|RightToLeft))|tilityWindowMask)|V(?:a(?:lidationErrorM(?:aximum|inimum)|riableExpressionType)|erticalRuler|i(?:aPanelFontAction|ew(?:HeightSizable|LayerContents(?:Placement(?:Bottom(?:Left|Right)?|Center|Left|Right|Scale(?:AxesIndependently|ProportionallyToFi(?:ll|t))|Top(?:Left|Right)?)|Redraw(?:BeforeViewResize|DuringViewResize|Never|OnSetNeedsDisplay))|M(?:ax(?:XMargin|YMargin)|in(?:XMargin|YMargin))|NotSizable|WidthSizable))|olumeEnumeration(?:ProduceFileReferenceURLs|SkipHiddenVolumes))|W(?:a(?:ntsBidiLevels|rningAlertStyle)|heelModeColorPanel|i(?:dthInsensitiveSearch|ndow(?:A(?:bove|nimationBehavior(?:AlertPanel|D(?:efault|ocumentWindow)|None|UtilityWindow))|B(?:ackingLocation(?:Default|MainMemory|VideoMemory)|elow)|C(?:loseButton|ollectionBehavior(?:CanJoinAllSpaces|Default|FullScreen(?:Auxiliary|Primary)|IgnoresCycle|M(?:anaged|oveToActiveSpace)|ParticipatesInCycle|Stationary|Transient))|D(?:epth(?:OnehundredtwentyeightBitRGB|SixtyfourBitRGB|TwentyfourBitRGB)|ocument(?:IconButton|VersionsButton))|ExposedEventType|FullScreenButton|M(?:iniaturizeButton|ovedEventType)|NumberListAll(?:Applications|Spaces)|Out|Sharing(?:None|Read(?:Only|Write))|ToolbarButton|ZoomButton|sCP125(?:0StringEncoding|1StringEncoding|2StringEncoding|3StringEncoding|4StringEncoding)))|orkspaceLaunch(?:A(?:llowingClassicStartup|nd(?:Hide(?:Others)?|Print)|sync)|Default|InhibitingBackgroundOnly|NewInstance|PreferringClassic|With(?:ErrorPresentation|outA(?:ctivation|ddingToRecents)))|ritingDirection(?:LeftToRight|Natural|RightToLeft))|XML(?:Attribute(?:CDATAKind|DeclarationKind|En(?:tit(?:iesKind|yKind)|umerationKind)|ID(?:Kind|Ref(?:Kind|sKind))|Kind|N(?:MToken(?:Kind|sKind)|otationKind))|CommentKind|D(?:TDKind|ocument(?:HTMLKind|IncludeContentTypeDeclaration|Kind|T(?:extKind|idy(?:HTML|XML))|Validate|X(?:HTMLKind|Include|MLKind)))|E(?:lement(?:Declaration(?:AnyKind|E(?:lementKind|mptyKind)|Kind|MixedKind|UndefinedKind)|Kind)|ntity(?:DeclarationKind|GeneralKind|P(?:ar(?:ameterKind|sedKind)|redefined)|UnparsedKind))|InvalidKind|N(?:amespaceKind|o(?:de(?:CompactEmptyElement|ExpandEmptyElement|IsCDATA|LoadExternalEntities(?:Always|Never|SameOriginOnly)|NeverEscapeContents|OptionsNone|Pr(?:e(?:serve(?:A(?:ll|ttributeOrder)|C(?:DATA|haracterReferences)|DTD|E(?:mptyElements|ntities)|NamespaceOrder|Prefixes|Quotes|Whitespace)|ttyPrint)|omoteSignificantWhitespace)|Use(?:DoubleQuotes|SingleQuotes))|tationDeclarationKind))|P(?:arser(?:Attribute(?:HasNoValueError|ListNot(?:FinishedError|StartedError)|Not(?:FinishedError|StartedError)|RedefinedError)|C(?:DATANotFinishedError|haracterRef(?:AtEOFError|In(?:DTDError|EpilogError|PrologError))|o(?:mment(?:ContainsDoubleHyphenError|NotFinishedError)|nditionalSectionNot(?:FinishedError|StartedError)))|D(?:OCTYPEDeclNotFinishedError|elegateAbortedParseError|ocumentStartError)|E(?:lementContentDeclNot(?:FinishedError|StartedError)|mptyDocumentError|n(?:codingNotSupportedError|tity(?:BoundaryError|Is(?:ExternalError|ParameterError)|Not(?:FinishedError|StartedError)|Ref(?:AtEOFError|In(?:DTDError|EpilogError|PrologError)|LoopError|erence(?:MissingSemiError|WithoutNameError))|ValueRequiredError))|qualExpectedError|xt(?:ernalS(?:tandaloneEntityError|ubsetNotFinishedError)|raContentError))|GTRequiredError|In(?:ternalError|valid(?:C(?:haracter(?:Error|InEntityError|RefError)|onditionalSectionError)|DecimalCharacterRefError|Encoding(?:Error|NameError)|HexCharacterRefError|URIError))|L(?:T(?:RequiredError|SlashRequiredError)|essThanSymbolInAttributeError|iteralNot(?:FinishedError|StartedError))|Mi(?:splaced(?:CDATAEndStringError|XMLDeclarationError)|xedContentDeclNot(?:FinishedError|StartedError))|N(?:AMERequiredError|MTOKENRequiredError|amespaceDeclarationError|o(?:DTDError|t(?:WellBalancedError|ationNot(?:FinishedError|StartedError))))|OutOfMemoryError|P(?:CDATARequiredError|arsedEntityRef(?:AtEOFError|In(?:EpilogError|Internal(?:Error|SubsetError)|PrologError)|MissingSemiError|NoNameError)|r(?:ematureDocumentEndError|ocessingInstructionNot(?:FinishedError|StartedError))|ublicIdentifierRequiredError)|ResolveExternalEntities(?:Always|N(?:ever|oNetwork)|SameOriginOnly)|S(?:eparatorRequiredError|paceRequiredError|t(?:andaloneValueError|ringNot(?:ClosedError|StartedError)))|TagNameMismatchError|U(?:RI(?:FragmentError|RequiredError)|n(?:declaredEntityError|finishedTagError|knownEncodingError|parsedEntityError))|XMLDeclNot(?:FinishedError|StartedError))|rocessingInstructionKind)|TextKind)|YearMonthDa(?:tePickerElementFlag|yDatePickerElementFlag)|_(?:BigEndian|LittleEndian|UnknownByteOrder))|Web(?:CacheModel(?:Document(?:Browser|Viewer)|PrimaryWebBrowser)|Drag(?:DestinationAction(?:Any|DHTML|Edit|Load|None)|SourceAction(?:Any|DHTML|Image|Link|None|Selection))|KitError(?:BlockedPlugInVersion|Cannot(?:FindPlugIn|LoadPlugIn|Show(?:MIMEType|URL))|FrameLoadInterruptedByPolicyChange|JavaUnavailable)|MenuItem(?:PDF(?:A(?:ctualSize|utoSize)|Continuous|FacingPages|NextPage|PreviousPage|SinglePage|Zoom(?:In|Out))|Tag(?:C(?:opy(?:ImageToClipboard|LinkToClipboard)?|ut)|Download(?:ImageToDisk|LinkToDisk)|Go(?:Back|Forward)|IgnoreSpelling|L(?:earnSpelling|ookUpInDictionary)|NoGuessesFound|O(?:pen(?:FrameInNewWindow|ImageInNewWindow|LinkInNewWindow|WithDefaultApplication)|ther)|Paste|Reload|S(?:earch(?:InSpotlight|Web)|pellingGuess|top)))|NavigationType(?:BackForward|Form(?:Resubmitted|Submitted)|LinkClicked|Other|Reload)|ViewInsertAction(?:Dropped|Pasted|Typed))|kAB(?:ArrayProperty|BitsInBitFieldMatch|ContainsSubString(?:CaseInsensitive)?|D(?:at(?:aProperty|e(?:ComponentsProperty|Property))|ictionaryProperty|oesNotContainSubString(?:CaseInsensitive)?)|E(?:qual(?:CaseInsensitive)?|rrorInProperty)|GreaterThan(?:OrEqual)?|IntegerProperty|LessThan(?:OrEqual)?|Multi(?:ArrayProperty|D(?:at(?:aProperty|e(?:ComponentsProperty|Property))|ictionaryProperty)|IntegerProperty|RealProperty|StringProperty)|Not(?:Equal(?:CaseInsensitive)?|WithinInterval(?:AroundToday(?:Yearless)?|FromToday(?:Yearless)?))|PrefixMatch(?:CaseInsensitive)?|RealProperty|S(?:earch(?:And|Or)|tringProperty|uffixMatch(?:CaseInsensitive)?)|WithinInterval(?:AroundToday(?:Yearless)?|FromToday(?:Yearless)?)))\\b",
|
154
|
+
"match": "\\b(?:AB(?:AddRecordsError|MultipleValueSelection|NoValueSelection|Property(?:ReadOnlyError|UnsupportedBySourceError|ValueValidationError)|RemoveRecordsError|SingleValueSelection)|DOM_(?:A(?:DDITION|LLOW_KEYBOARD_INPUT|NY_(?:TYPE|UNORDERED_NODE_TYPE)|T(?:TRIBUTE_NODE|_TARGET))|B(?:AD_BOUNDARYPOINTS_ERR|O(?:OLEAN_TYPE|TH)|UBBLING_PHASE)|C(?:APTURING_PHASE|DATA_SECTION_NODE|HARSET_RULE|OMMENT_NODE|SS_(?:ATTR|C(?:M|OUNTER|USTOM)|D(?:EG|IMENSION)|E(?:MS|XS)|GRAD|HZ|I(?:DENT|N(?:HERIT)?)|KHZ|M(?:M|S)|NUMBER|P(?:C|ERCENTAGE|RIMITIVE_VALUE|T|X)|R(?:AD|ECT|GBCOLOR)|S(?:TRING)?|U(?:NKNOWN|RI)|V(?:ALUE_LIST|H|M(?:AX|IN)|W)))|DO(?:CUMENT_(?:FRAGMENT_NODE|NODE|POSITION_(?:CONTAIN(?:ED_BY|S)|DISCONNECTED|FOLLOWING|IMPLEMENTATION_SPECIFIC|PRECEDING)|TYPE_NODE)|M(?:STRING_SIZE_ERR|_DELTA_(?:LINE|P(?:AGE|IXEL))))|E(?:LEMENT_NODE|N(?:D_TO_(?:END|START)|TITY_(?:NODE|REFERENCE_NODE)))|F(?:I(?:LTER_(?:ACCEPT|REJECT|SKIP)|RST_ORDERED_NODE_TYPE)|ONT_FACE_RULE)|H(?:IERARCHY_REQUEST_ERR|ORIZONTAL)|I(?:MPORT_RULE|N(?:DEX_SIZE_ERR|USE_ATTRIBUTE_ERR|VALID_(?:ACCESS_ERR|CHARACTER_ERR|EXPRESSION_ERR|MODIFICATION_ERR|NODE_TYPE_ERR|STATE_ERR)))|KEY(?:FRAME(?:S_RULE|_RULE)|_LOCATION_(?:LEFT|NUMPAD|RIGHT|STANDARD))|M(?:EDIA_RULE|ODIFICATION)|N(?:AMESPACE_ERR|O(?:DE_(?:AFTER|BEFORE(?:_AND_AFTER)?|INSIDE)|NE|T(?:ATION_NODE|_(?:FOUND_ERR|SUPPORTED_ERR))|_(?:DATA_ALLOWED_ERR|MODIFICATION_ALLOWED_ERR))|UMBER_TYPE)|ORDERED_NODE_(?:ITERATOR_TYPE|SNAPSHOT_TYPE)|P(?:AGE_RULE|ROCESSING_INSTRUCTION_NODE)|REMOVAL|S(?:HOW_(?:A(?:LL|TTRIBUTE)|C(?:DATA_SECTION|OMMENT)|DOCUMENT(?:_(?:FRAGMENT|TYPE))?|E(?:LEMENT|NTITY(?:_REFERENCE)?)|NOTATION|PROCESSING_INSTRUCTION|TEXT)|T(?:ART_TO_(?:END|START)|RING_TYPE|YLE_RULE)|UPPORTS_RULE|YNTAX_ERR)|T(?:EXT_NODE|YPE_ERR)|UN(?:KNOWN_RULE|ORDERED_NODE_(?:ITERATOR_TYPE|SNAPSHOT_TYPE)|SPECIFIED_EVENT_TYPE_ERR)|VERTICAL|W(?:EBKIT_(?:KEYFRAME(?:S_RULE|_RULE)|REGION_RULE)|RONG_DOCUMENT_ERR))|NS(?:A(?:SCIIStringEncoding|WTEventType|bove(?:Bottom|Top)|d(?:dTraitFontAction|minApplicationDirectory|obe(?:CNS1CharacterCollection|GB1CharacterCollection|Japan(?:1CharacterCollection|2CharacterCollection)|Korea1CharacterCollection))|ggregateExpressionType|l(?:ert(?:FirstButtonReturn|SecondButtonReturn|ThirdButtonReturn)|ign(?:AllEdges(?:Inward|Nearest|Outward)|Height(?:Inward|Nearest|Outward)|M(?:ax(?:X(?:Inward|Nearest|Outward)|Y(?:Inward|Nearest|Outward))|in(?:X(?:Inward|Nearest|Outward)|Y(?:Inward|Nearest|Outward)))|RectFlipped|Width(?:Inward|Nearest|Outward))|l(?:ApplicationsDirectory|DomainsMask|LibrariesDirectory|PredicateModifier|ScrollerParts)|pha(?:FirstBitmapFormat|NonpremultipliedBitmapFormat|ShiftKeyMask)|ternateKeyMask)|n(?:choredSearch|dPredicateType|imation(?:Blocking|E(?:ase(?:In(?:Out)?|Out)|ffect(?:DisappearingItemDefault|Poof))|Linear|Nonblocking(?:Threaded)?)|y(?:EventMask|PredicateModifier))|pp(?:KitDefined(?:Mask)?|lication(?:Activat(?:e(?:AllWindows|IgnoringOtherApps|dEventType)|ionPolicy(?:Accessory|Prohibited|Regular))|D(?:e(?:activatedEventType|fined(?:Mask)?|legateReply(?:Cancel|Failure|Success))|irectory)|Presentation(?:AutoHide(?:Dock|MenuBar|Toolbar)|D(?:efault|isable(?:AppleMenu|ForceQuit|HideApplication|MenuBarTransparency|ProcessSwitching|SessionTermination))|FullScreen|Hide(?:Dock|MenuBar))|SupportDirectory))|rgument(?:EvaluationScriptError|sWrongScriptError)|scendingPageOrder|t(?:Bottom|Top|omicWrite|t(?:achmentCharacter|ributedStringEnumeration(?:LongestEffectiveRangeNotRequired|Reverse)))|uto(?:Pagination|save(?:ElsewhereOperation|InPlaceOperation|dInformationDirectory)))|B(?:MPFileType|ack(?:TabCharacter|ground(?:Style(?:Dark|L(?:ight|owered)|Raised)|Tab)|ingStore(?:Buffered|Nonretained|Retained)|spaceCharacter|tabTextMovement|wardsSearch)|e(?:gin(?:FunctionKey|sWith(?:Comparison|PredicateOperatorType))|low(?:Bottom|Top)|tweenPredicateOperatorType|velLineJoinStyle|zelBorder)|inarySearching(?:FirstEqual|InsertionIndex|LastEqual)|l(?:ockExpressionType|ueControlTint)|o(?:ldFontMask|rderlessWindowMask|ttomTabsBezelBorder|x(?:Custom|OldStyle|Primary|Se(?:condary|parator)))|r(?:eakFunctionKey|owser(?:AutoColumnResizing|Drop(?:Above|On)|NoColumnResizing|UserColumnResizing))|u(?:ndle(?:ExecutableArchitecture(?:I386|PPC(?:64)?|X86_64)|OnDemandResource(?:ExceededMaximumSizeError|InvalidTagError|OutOfSpaceError))|ttLineCapStyle)|yteCountFormatter(?:CountStyle(?:Binary|Decimal|File|Memory)|Use(?:All|Bytes|Default|EB|GB|KB|MB|PB|TB|YBOrHigher|ZB)))|C(?:MYK(?:ColorSpaceModel|ModeColorPanel)|a(?:chesDirectory|l(?:culation(?:DivideByZero|LossOfPrecision|NoError|Overflow|Underflow)|endar(?:Unit(?:Calendar|Day|Era|Hour|M(?:inute|onth)|Nanosecond|Quarter|Second|TimeZone|Week(?:Of(?:Month|Year)|day(?:Ordinal)?)|Year(?:ForWeekOfYear)?)|WrapComponents))|n(?:celTextMovement|notCreateScriptCommandError)|rriageReturnCharacter|seInsensitive(?:PredicateOption|Search))|e(?:ll(?:AllowsMixedState|ChangesContents|Disabled|Editable|H(?:as(?:Image(?:Horizontal|OnLeftOrBottom)|OverlappingImage)|i(?:ghlighted|t(?:ContentArea|EditableTextArea|None|TrackableArea)))|Is(?:Bordered|InsetButton)|LightsBy(?:Background|Contents|Gray)|State)|nterTabStopType)|hange(?:Autosaved|BackgroundCell(?:Mask)?|Cleared|D(?:iscardable|one)|GrayCell(?:Mask)?|Re(?:adOtherContents|done)|Undone)|ircular(?:BezelStyle|Slider)|l(?:ear(?:ControlTint|DisplayFunctionKey|LineFunctionKey)|ipPagination|o(?:ckAndCalendarDatePickerStyle|s(?:ableWindowMask|ePathBezierPathElement)))|o(?:l(?:lect(?:ionView(?:Drop(?:Before|On)|ScrollPosition(?:Bottom|Centered(?:Horizontally|Vertically)|Le(?:adingEdge|ft)|N(?:earest(?:HorizontalEdge|VerticalEdge)|one)|Right|T(?:op|railingEdge)))|orDisabledOption)|or(?:ListModeColorPanel|Panel(?:AllModesMask|C(?:MYKModeMask|olorListModeMask|rayonModeMask|ustomPaletteModeMask)|GrayModeMask|HSBModeMask|RGBModeMask|WheelModeMask)|RenderingIntent(?:AbsoluteColorimetric|Default|Perceptual|RelativeColorimetric|Saturation)))|m(?:mandKeyMask|p(?:osite(?:C(?:lear|opy)|Destination(?:Atop|In|O(?:ut|ver))|Plus(?:Darker|Lighter)|Source(?:Atop|In|O(?:ut|ver))|XOR)|ressedFontMask))|n(?:densedFontMask|stantValueExpressionType|t(?:ain(?:erSpecifierError|s(?:Comparison|PredicateOperatorType))|entsCellMask|inuousCapacityLevelIndicatorStyle|rol(?:Glyph|KeyMask)))|r(?:eServiceDirectory|rection(?:IndicatorType(?:Default|Guesses|Reversion)|Response(?:Accepted|Edited|Ignored|None|Re(?:jected|verted)))))|r(?:ayonModeColorPanel|itical(?:AlertStyle|Request))|u(?:r(?:sor(?:PointingDevice|Update(?:Mask)?)|veToBezierPathElement)|stom(?:PaletteModeColorPanel|SelectorPredicateOperatorType)))|D(?:at(?:a(?:Reading(?:Mapped(?:Always|IfSafe)?|Uncached)|Search(?:Anchored|Backwards)|Writing(?:Atomic|FileProtection(?:Complete(?:Un(?:lessOpen|tilFirstUserAuthentication))?|Mask|None)))|e(?:Component(?:Undefined|sFormatter(?:UnitsStyle(?:Abbreviated|Full|Positional|S(?:hort|pellOut))|ZeroFormattingBehavior(?:D(?:efault|rop(?:All|Leading|Middle|Trailing))|None|Pad)))|Formatter(?:Behavior(?:10_(?:0|4)|Default)|FullStyle|LongStyle|MediumStyle|NoStyle|ShortStyle)))|e(?:cimalTabStopType|faultControlTint|lete(?:Char(?:FunctionKey|acter)|FunctionKey|LineFunctionKey)|moApplicationDirectory|s(?:cendingPageOrder|ktopDirectory)|v(?:eloper(?:ApplicationDirectory|Directory)|ice(?:IndependentModifierFlagsMask|NColorSpaceModel)))|i(?:acriticInsensitive(?:PredicateOption|Search)|rect(?:PredicateModifier|Selection|oryEnumerationSkips(?:HiddenFiles|PackageDescendants|SubdirectoryDescendants))|s(?:c(?:losureBezelStyle|reteCapacityLevelIndicatorStyle)|playWindowRunLoopOrdering|tributedNotification(?:DeliverImmediately|PostToAllSessions)))|o(?:c(?:ModalWindowMask|ument(?:Directory|ationDirectory))|wn(?:ArrowFunctionKey|TextMovement|loadsDirectory))|ra(?:g(?:Operation(?:Copy|Delete|Every|Generic|Link|Move|None|Private)|ging(?:Context(?:OutsideApplication|WithinApplication)|Formation(?:Default|List|None|Pile|Stack)|ItemEnumerationC(?:learNonenumeratedImages|oncurrent)))|wer(?:Clos(?:edState|ingState)|Open(?:State|ingState))))|E(?:n(?:d(?:FunctionKey|sWith(?:Comparison|PredicateOperatorType))|terCharacter|umeration(?:Concurrent|Reverse))|qualTo(?:Comparison|PredicateOperatorType)|ra(?:DatePickerElementFlag|serPointingDevice)|v(?:aluatedObjectExpressionType|e(?:n(?:OddWindingRule|t(?:GestureAxis(?:Horizontal|None|Vertical)|Mask(?:BeginGesture|EndGesture|Gesture|Magnify|Rotate|Swipe)|Phase(?:Began|C(?:ancelled|hanged)|Ended|MayBegin|None|Stationary)|SwipeTracking(?:ClampGestureAmount|LockDirection)|Type(?:BeginGesture|EndGesture|Gesture|Magnify|Rotate|Swipe)))|rySubelement))|x(?:clude(?:10_4ElementsIconCreationOption|QuickDrawElementsIconCreationOption)|ecut(?:able(?:ArchitectureMismatchError|ErrorM(?:aximum|inimum)|L(?:inkError|oadError)|NotLoadableError|RuntimeMismatchError)|eFunctionKey)|pandedFontMask))|F(?:1(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|FunctionKey)|2(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|FunctionKey)|3(?:0FunctionKey|1FunctionKey|2FunctionKey|3FunctionKey|4FunctionKey|5FunctionKey|FunctionKey)|4FunctionKey|5FunctionKey|6FunctionKey|7FunctionKey|8FunctionKey|9FunctionKey|i(?:le(?:Coordinator(?:Reading(?:ResolvesSymbolicLink|WithoutChanges)|WritingFor(?:Deleting|M(?:erging|oving)|Replacing))|ErrorM(?:aximum|inimum)|HandlingPanel(?:CancelButton|OKButton)|LockingError|ManagerItemReplacement(?:UsingNewMetadataOnly|WithoutDeletingBackupItem)|NoSuchFileError|Read(?:CorruptFileError|In(?:applicableStringEncodingError|validFileNameError)|No(?:PermissionError|SuchFileError)|TooLargeError|Un(?:known(?:Error|StringEncodingError)|supportedSchemeError))|Version(?:AddingByMoving|ReplacingByMoving)|Wr(?:apper(?:Reading(?:Immediate|WithoutMapping)|Writing(?:Atomic|WithNameUpdating))|ite(?:FileExistsError|In(?:applicableStringEncodingError|validFileNameError)|NoPermissionError|OutOfSpaceError|Un(?:knownError|supportedSchemeError)|VolumeReadOnlyError)))|nd(?:FunctionKey|Panel(?:Action(?:Next|Previous|Replace(?:A(?:ll(?:InSelection)?|ndFind))?|S(?:e(?:lectAll(?:InSelection)?|tFindString)|howFindPanel))|SubstringMatchType(?:Contains|EndsWith|FullWord|StartsWith)))|tPagination|xedPitchFontMask)|l(?:agsChanged(?:Mask)?|oatingPointSamplesBitmapFormat)|o(?:cusRing(?:Above|Below|Only|Type(?:Default|Exterior|None))|nt(?:Antialiased(?:IntegerAdvancementsRenderingMode|RenderingMode)|BoldTrait|C(?:larendonSerifsClass|o(?:llection(?:ApplicationOnlyMask|Visibility(?:Computer|Process|User))|ndensedTrait))|DefaultRenderingMode|ExpandedTrait|F(?:amilyClassMask|reeformSerifsClass)|I(?:ntegerAdvancementsRenderingMode|talicTrait)|Mo(?:dernSerifsClass|noSpaceTrait)|O(?:ldStyleSerifsClass|rnamentalsClass)|Panel(?:All(?:EffectsModeMask|ModesMask)|CollectionModeMask|DocumentColorEffectModeMask|FaceModeMask|S(?:hadowEffectModeMask|izeModeMask|t(?:andardModesMask|rikethroughEffectModeMask))|TextColorEffectModeMask|UnderlineEffectModeMask)|S(?:ansSerifClass|criptsClass|labSerifsClass|ymbolicClass)|TransitionalSerifsClass|U(?:IOptimizedTrait|nknownClass)|VerticalTrait)|r(?:cedOrderingSearch|m(?:FeedCharacter|attingError(?:M(?:aximum|inimum))?)))|u(?:llScreenWindowMask|nction(?:ExpressionType|KeyMask)))|G(?:IFFileType|estureRecognizerState(?:Began|C(?:ancelled|hanged)|Ended|Failed|Possible|Recognized)|r(?:a(?:dient(?:Con(?:cave(?:Strong|Weak)|vex(?:Strong|Weak))|Draws(?:AfterEndingLocation|BeforeStartingLocation)|None)|phiteControlTint|y(?:ColorSpaceModel|ModeColorPanel))|eaterThan(?:Comparison|OrEqualTo(?:Comparison|PredicateOperatorType)|PredicateOperatorType)|ooveBorder))|H(?:SBModeColorPanel|TTPCookieAcceptPolicy(?:Always|Never|OnlyFromMainDocumentDomain)|UDWindowMask|an(?:dle(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask))|gOn(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask)))|e(?:avierFontAction|lp(?:ButtonBezelStyle|FunctionKey|KeyMask))|ighlightModeMatrix|o(?:meFunctionKey|rizontalRuler|urMinute(?:DatePickerElementFlag|SecondDatePickerElementFlag)))|I(?:SO(?:2022JPStringEncoding|Latin(?:1StringEncoding|2StringEncoding))|dentityMappingCharacterCollection|llegalTextMovement|mage(?:A(?:bove|lign(?:Bottom(?:Left|Right)?|Center|Left|Right|Top(?:Left|Right)?))|Below|C(?:ache(?:Always|BySize|Default|Never)|ellType)|Frame(?:Button|Gr(?:ayBezel|oove)|None|Photo)|Interpolation(?:Default|High|Low|Medium|None)|L(?:eft|oadStatus(?:C(?:ancelled|ompleted)|InvalidData|ReadError|UnexpectedEOF))|O(?:nly|verlaps)|R(?:ep(?:LoadStatus(?:Completed|InvalidData|ReadingHeader|Un(?:expectedEOF|knownType)|WillNeedAllData)|MatchesDevice)|ight)|Scale(?:AxesIndependently|None|Proportionally(?:Down|UpOrDown)))|n(?:PredicateOperatorType|dex(?:Subelement|edColorSpaceModel)|formational(?:AlertStyle|Request)|lineBezelStyle|putMethodsDirectory|sert(?:CharFunctionKey|FunctionKey|LineFunctionKey)|ter(?:nalS(?:criptError|pecifierError)|sectSetExpressionType)|validIndexSpecifierError)|t(?:alicFontMask|emReplacementDirectory))|J(?:PEG(?:2000FileType|FileType)|SON(?:Reading(?:AllowFragments|Mutable(?:Containers|Leaves))|WritingPrettyPrinted)|apaneseEUCStringEncoding)|Key(?:Down(?:Mask)?|PathExpressionType|SpecifierEvaluationScriptError|Up(?:Mask)?|Value(?:Change(?:Insertion|Re(?:moval|placement)|Setting)|IntersectSetMutation|MinusSetMutation|ObservingOption(?:Initial|New|Old|Prior)|SetSetMutation|UnionSetMutation|ValidationError))|L(?:ABColorSpaceModel|a(?:ndscapeOrientation|yout(?:Attribute(?:B(?:aseline|ottom)|Center(?:X|Y)|Height|L(?:astBaseline|e(?:ading|ft))|NotAnAttribute|Right|T(?:op|railing)|Width)|ConstraintOrientation(?:Horizontal|Vertical)|Format(?:Align(?:All(?:B(?:aseline|ottom)|Center(?:X|Y)|L(?:astBaseline|e(?:ading|ft))|Right|T(?:op|railing))|mentMask)|Direction(?:Le(?:adingToTrailing|ftToRight)|Mask|RightToLeft))|Relation(?:Equal|GreaterThanOrEqual|LessThanOrEqual)))|e(?:ft(?:ArrowFunctionKey|Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|T(?:ab(?:StopType|sBezelBorder)|extMovement))|ssThan(?:Comparison|OrEqualTo(?:Comparison|PredicateOperatorType)|PredicateOperatorType))|i(?:braryDirectory|ghterFontAction|kePredicateOperatorType|n(?:e(?:B(?:order|reakBy(?:C(?:harWrapping|lipping)|Truncating(?:Head|Middle|Tail)|WordWrapping))|DoesntMove|Moves(?:Down|Left|Right|Up)|S(?:eparatorCharacter|weep(?:Down|Left|Right|Up))|ToBezierPathElement|arSlider)|guisticTagger(?:JoinNames|Omit(?:Other|Punctuation|W(?:hitespace|ords))))|stModeMatrix|teralSearch)|o(?:cal(?:DomainMask|eLanguageDirection(?:BottomToTop|LeftToRight|RightToLeft|TopToBottom|Unknown))|g(?:OtherExceptionMask|TopLevelExceptionMask|Uncaught(?:ExceptionMask|RuntimeErrorMask|SystemExceptionMask))))|M(?:a(?:c(?:OSRomanStringEncoding|hPortDeallocate(?:None|ReceiveRight|SendRight))|ppedRead|tch(?:esPredicateOperatorType|ing(?:Anchored|Completed|HitEnd|InternalError|Progress|Re(?:port(?:Completion|Progress)|quiredEnd)|With(?:TransparentBounds|outAnchoringBounds)))|x(?:XEdge|YEdge))|enu(?:FunctionKey|PropertyItem(?:A(?:ccessibilityDescription|ttributedTitle)|Enabled|Image|KeyEquivalent|Title))|i(?:ddleSubelement|n(?:XEdge|YEdge|i(?:ControlSize|aturizableWindowMask)|usSetExpressionType)|terLineJoinStyle|xedState)|o(?:deSwitchFunctionKey|mentary(?:ChangeButton|LightButton|PushInButton)|use(?:E(?:ntered(?:Mask)?|ventSubtype|xited(?:Mask)?)|Moved(?:Mask)?)|v(?:eToBezierPathElement|iesDirectory))|usicDirectory)|N(?:EXTSTEPStringEncoding|a(?:rrowFontMask|tiveShortGlyphPacking)|e(?:t(?:Service(?:NoAutoRename|s(?:ActivityInProgress|BadArgumentError|C(?:ancelledError|ollisionError)|InvalidError|NotFoundError|TimeoutError|UnknownError))|workDomainMask)|wlineCharacter|xtFunctionKey)|o(?:Border|CellMask|FontChangeAction|Image|ModeColorPanel|S(?:cr(?:iptError|ollerParts)|pecifierError|ubelement)|T(?:abs(?:BezelBorder|LineBorder|NoBorder)|itle|opLevelContainersSpecifierError)|n(?:LossyASCIIStringEncoding|StandardCharacterSetFontMask|ZeroWindingRule|activatingPanelMask)|rmalizedPredicateOption|t(?:EqualToPredicateOperatorType|PredicateType|ification(?:CoalescingOn(?:Name|Sender)|NoCoalescing|SuspensionBehavior(?:Coalesce|D(?:eliverImmediately|rop)|Hold))))|u(?:ll(?:CellType|Glyph)|m(?:berFormatter(?:Behavior(?:10_(?:0|4)|Default)|CurrencyStyle|DecimalStyle|NoStyle|P(?:ad(?:After(?:Prefix|Suffix)|Before(?:Prefix|Suffix))|ercentStyle)|Round(?:Ceiling|Down|Floor|Half(?:Down|Even|Up)|Up)|S(?:cientificStyle|pellOutStyle))|eric(?:PadKeyMask|Search))))|O(?:ffState|n(?:OffButton|State|lyScrollerArrows)|pe(?:n(?:GL(?:CP(?:CurrentRendererID|GPU(?:FragmentProcessing|VertexProcessing)|HasDrawable|MPSwapsInFlight|R(?:asterizationEnable|eclaimResources)|S(?:tateValidation|urface(?:BackingSize|O(?:pacity|rder)|SurfaceVolatile)|wap(?:Interval|Rectangle(?:Enable)?)))|GO(?:ClearFormatCache|FormatCacheSize|RetainRenderers|UseBuildCache)|P(?:FA(?:A(?:cc(?:elerated(?:Compute)?|umSize)|l(?:l(?:Renderers|owOfflineRenderers)|phaSize)|ux(?:Buffers|DepthStencil))|BackingStore|C(?:losestPolicy|olor(?:Float|Size))|D(?:epthSize|oubleBuffer)|M(?:aximumPolicy|inimumPolicy|ultisample)|NoRecovery|OpenGLProfile|RendererID|S(?:ample(?:Alpha|Buffers|s)|creenMask|te(?:ncilSize|reo)|upersample)|TripleBuffer|VirtualScreenCount)|rofileVersion(?:3_2Core|Legacy)))|StepUnicodeReservedBase)|ration(?:NotSupportedForKeyS(?:criptError|pecifierError)|QueuePriority(?:High|Low|Normal|Very(?:High|Low))))|r(?:PredicateType|dered(?:Ascending|Descending|Same))|ther(?:Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|TextMovement)|utlineViewDropOnItemIndex)|P(?:NGFileType|a(?:ge(?:DownFunctionKey|UpFunctionKey)|ragraphSeparatorCharacter|steboard(?:ReadingAs(?:Data|KeyedArchive|PropertyList|String)|WritingPromised)|t(?:hStyle(?:PopUp|Standard)|ternColorSpaceModel)|useFunctionKey)|e(?:n(?:LowerSideMask|PointingDevice|TipMask|UpperSideMask)|riodic(?:Mask)?)|icturesDirectory|o(?:interFunctions(?:C(?:StringPersonality|opyIn)|IntegerPersonality|Ma(?:chVirtualMemory|llocMemory)|O(?:bjectP(?:ersonality|ointerPersonality)|paque(?:Memory|Personality))|Str(?:ongMemory|uctPersonality))|p(?:Up(?:ArrowAt(?:Bottom|Center)|NoArrow)|overBehavior(?:ApplicationDefined|Semitransient|Transient))|rtraitOrientation|s(?:ition(?:After|Be(?:fore|ginning)|End|Replace)|t(?:ASAP|Now|WhenIdle|erFontMask))|werOffEventType)|r(?:e(?:ferencePanesDirectory|ssedTab|vFunctionKey)|int(?:FunctionKey|PanelShows(?:Copies|Orientation|P(?:a(?:ge(?:Range|SetupAccessory)|perSize)|r(?:eview|intSelection))|Scaling)|RenderingQuality(?:Best|Responsive)|ScreenFunctionKey|er(?:DescriptionDirectory|Table(?:Error|NotFound|OK))|ing(?:Cancelled|Failure|ReplyLater|Success))|o(?:gressIndicator(?:BarStyle|Preferred(?:AquaThickness|LargeThickness|SmallThickness|Thickness)|SpinningStyle)|p(?:ertyList(?:BinaryFormat_v1_0|ErrorM(?:aximum|inimum)|Immutable|MutableContainers(?:AndLeaves)?|OpenStepFormat|Read(?:CorruptError|StreamError|UnknownVersionError)|WriteStreamError|XMLFormat_v1_0)|rietaryStringEncoding)))|ush(?:InCell(?:Mask)?|OnPushOffButton))|R(?:GB(?:ColorSpaceModel|ModeColorPanel)|a(?:dio(?:Button|ModeMatrix)|n(?:domSubelement|geDateMode)|tingLevelIndicatorStyle)|e(?:c(?:e(?:iver(?:EvaluationScriptError|sCantHandleCommandScriptError)|ssedBezelStyle)|tEdgeM(?:ax(?:X|Y)|in(?:X|Y)))|doFunctionKey|gular(?:ControlSize|Expression(?:A(?:llowCommentsAndWhitespace|nchorsMatchLines)|CaseInsensitive|DotMatchesLineSeparators|IgnoreMetacharacters|Search|UseUni(?:codeWordBoundaries|xLineSeparators))|SquareBezelStyle)|l(?:ative(?:After|Before)|evancyLevelIndicatorStyle)|mo(?:teNotificationType(?:Badge|None)|veTraitFontAction)|quiredArgumentsMissingScriptError|s(?:et(?:CursorRectsRunLoopOrdering|FunctionKey)|izableWindowMask)|turnTextMovement)|ight(?:ArrowFunctionKey|Mouse(?:D(?:own(?:Mask)?|ragged(?:Mask)?)|Up(?:Mask)?)|T(?:ab(?:StopType|sBezelBorder)|extMovement))|ound(?:Bankers|Down|Line(?:CapStyle|JoinStyle)|Plain|RectBezelStyle|Up|ed(?:BezelStyle|DisclosureBezelStyle))|uleEditor(?:NestingMode(?:Compound|List|Si(?:mple|ngle))|RowType(?:Compound|Simple)))|S(?:ave(?:AsOperation|Op(?:eration|tions(?:Ask|No|Yes))|ToOperation)|c(?:annedOption|r(?:eenChangedEventType|oll(?:Elasticity(?:A(?:llowed|utomatic)|None)|LockFunctionKey|ViewFindBarPosition(?:Above(?:Content|HorizontalRuler)|BelowContent)|Wheel(?:Mask)?|er(?:Arrows(?:DefaultSetting|M(?:axEnd|inEnd)|None)|Decrement(?:Arrow|Line|Page)|Increment(?:Arrow|Line|Page)|Knob(?:S(?:lot|tyle(?:D(?:ark|efault)|Light)))?|NoPart|Style(?:Legacy|Overlay)))))|e(?:gmentS(?:tyle(?:Automatic|Capsule|Round(?:Rect|ed)|SmallSquare|Textured(?:Rounded|Square))|witchTracking(?:Momentary|Select(?:Any|One)))|lect(?:By(?:Character|Paragraph|Word)|FunctionKey|edTab|i(?:ng(?:Next|Previous)|onAffinity(?:Downstream|Upstream)))|rvice(?:Application(?:LaunchFailedError|NotFoundError)|ErrorM(?:aximum|inimum)|InvalidPasteboardDataError|M(?:alformedServiceDictionaryError|iscellaneousError)|RequestTimedOutError))|h(?:a(?:dowlessSquareBezelStyle|r(?:edPublicDirectory|ingService(?:ErrorM(?:aximum|inimum)|NotConfiguredError)))|ift(?:JISStringEncoding|KeyMask)|ow(?:ControlGlyphs|InvisibleGlyphs))|i(?:ngleDateMode|ze(?:DownFontAction|UpFontAction))|mall(?:C(?:apsFontMask|ontrolSize)|SquareBezelStyle)|ort(?:Concurrent|Stable)|p(?:e(?:cialPageOrder|ech(?:ImmediateBoundary|SentenceBoundary|WordBoundary)|llingState(?:GrammarFlag|SpellingFlag))|litViewDividerStyle(?:PaneSplitter|Thi(?:ck|n)))|quareLineCapStyle|t(?:opFunctionKey|r(?:eam(?:Event(?:E(?:ndEncountered|rrorOccurred)|Has(?:BytesAvailable|SpaceAvailable)|None|OpenCompleted)|Status(?:AtEnd|Closed|Error|NotOpen|Open(?:ing)?|Reading|Writing))|ing(?:Drawing(?:TruncatesLastVisibleLine|Uses(?:DeviceMetrics|FontLeading|LineFragmentOrigin))|En(?:codingConversion(?:AllowLossy|ExternalRepresentation)|umeration(?:By(?:ComposedCharacterSequences|Lines|Paragraphs|Sentences|Words)|Localized|Reverse|SubstringNotRequired)))))|ubqueryExpressionType|witchButton|y(?:mbolStringEncoding|s(?:ReqFunctionKey|tem(?:D(?:efined(?:Mask)?|omainMask)|FunctionKey))))|T(?:IFF(?:Compression(?:CCITTFAX(?:3|4)|JPEG|LZW|N(?:EXT|one)|OldJPEG|PackBits)|FileType)|a(?:b(?:Character|TextMovement|le(?:Column(?:AutoresizingMask|NoResizing|UserResizingMask)|View(?:Animation(?:Effect(?:Fade|Gap|None)|Slide(?:Down|Left|Right|Up))|D(?:ashedHorizontalGridLineMask|r(?:aggingDestinationFeedbackStyle(?:None|Regular|SourceList)|op(?:Above|On)))|FirstColumnOnlyAutoresizingStyle|GridNone|LastColumnOnlyAutoresizingStyle|NoColumnAutoresizing|R(?:everseSequentialColumnAutoresizingStyle|owSizeStyle(?:Custom|Default|Large|Medium|Small))|S(?:e(?:lectionHighlightStyle(?:None|Regular|SourceList)|quentialColumnAutoresizingStyle)|olid(?:HorizontalGridLineMask|VerticalGridLineMask))|UniformColumnAutoresizingStyle)|tP(?:oint(?:EventSubtype|Mask)?|roximity(?:EventSubtype|Mask)?)))|skTerminationReason(?:Exit|UncaughtSignal))|e(?:rminate(?:Cancel|Later|Now)|xt(?:Alignment(?:Center|Justified|Left|Natural|Right)|Block(?:AbsoluteValueType|B(?:aselineAlignment|o(?:rder|ttomAlignment))|Height|M(?:a(?:rgin|ximum(?:Height|Width))|i(?:ddleAlignment|nimum(?:Height|Width)))|P(?:adding|ercentageValueType)|TopAlignment|Width)|C(?:ellType|hecking(?:All(?:CustomTypes|SystemTypes|Types)|Type(?:Address|Correction|Da(?:sh|te)|Grammar|Link|Orthography|PhoneNumber|Quote|Re(?:gularExpression|placement)|Spelling|TransitInformation)))|Fi(?:eld(?:AndStepperDatePickerStyle|DatePickerStyle|RoundedBezel|SquareBezel)|nder(?:Action(?:Hide(?:FindInterface|ReplaceInterface)|NextMatch|PreviousMatch|Replace(?:A(?:ll(?:InSelection)?|ndFind))?|S(?:e(?:lectAll(?:InSelection)?|tSearchString)|how(?:FindInterface|ReplaceInterface)))|MatchingType(?:Contains|EndsWith|FullWord|StartsWith)))|L(?:ayoutOrientation(?:Horizontal|Vertical)|istPrependEnclosingMarker)|Read(?:InapplicableDocumentTypeError|WriteErrorM(?:aximum|inimum))|Table(?:AutomaticLayoutAlgorithm|FixedLayoutAlgorithm)|WriteInapplicableDocumentTypeError|ured(?:BackgroundWindowMask|RoundedBezelStyle|SquareBezelStyle)))|hick(?:SquareBezelStyle|erSquareBezelStyle)|i(?:ckMark(?:Above|Below|Left|Right)|meZone(?:DatePickerElementFlag|NameStyle(?:DaylightSaving|Generic|S(?:hort(?:DaylightSaving|Generic|Standard)|tandard)))|tledWindowMask)|o(?:ggleButton|kenStyle(?:Default|None|Rounded)|olbar(?:DisplayMode(?:Default|Icon(?:AndLabel|Only)|LabelOnly)|ItemVisibilityPriority(?:High|Low|Standard|User)|SizeMode(?:Default|Regular|Small))|pTabsBezelBorder|uch(?:EventSubtype|Phase(?:Any|Began|Cancelled|Ended|Moved|Stationary|Touching)))|rack(?:ModeMatrix|ing(?:A(?:ctive(?:Always|In(?:ActiveApp|KeyWindow)|WhenFirstResponder)|ssumeInside)|CursorUpdate|EnabledDuringMouseDrag|InVisibleRect|Mouse(?:EnteredAndExited|Moved)))|ypesetter(?:Behavior_10_(?:2(?:_WithCompatibility)?|3|4)|ContainerBreakAction|HorizontalTabAction|L(?:atestBehavior|ineBreakAction)|OriginalBehavior|ParagraphBreakAction|WhitespaceAction|ZeroAdvancementAction))|U(?:RL(?:Bookmark(?:Creation(?:MinimalBookmark|S(?:ecurityScopeAllowOnlyReadAccess|uitableForBookmarkFile)|WithSecurityScope)|ResolutionWith(?:SecurityScope|out(?:Mounting|UI)))|C(?:acheStorage(?:Allowed(?:InMemoryOnly)?|NotAllowed)|redentialPersistence(?:ForSession|None|Permanent))|Error(?:Bad(?:ServerResponse|URL)|C(?:a(?:llIsActive|n(?:celled|not(?:C(?:loseFile|onnectToHost|reateFile)|Decode(?:ContentData|RawData)|FindHost|LoadFromNetwork|MoveFile|OpenFile|ParseResponse|RemoveFile|WriteToFile)))|lientCertificateRe(?:jected|quired))|D(?:NSLookupFailed|ata(?:LengthExceedsMaximum|NotAllowed)|ownloadDecodingFailed(?:MidStream|ToComplete))|File(?:DoesNotExist|IsDirectory)|HTTPTooManyRedirects|InternationalRoamingOff|N(?:etworkConnectionLost|o(?:PermissionsToReadFile|tConnectedToInternet))|Re(?:directToNonExistentLocation|questBodyStreamExhausted|sourceUnavailable)|Se(?:cureConnectionFailed|rverCertificate(?:Has(?:BadDate|UnknownRoot)|NotYetValid|Untrusted))|TimedOut|U(?:n(?:known|supportedURL)|ser(?:AuthenticationRequired|CancelledAuthentication))|ZeroByteResource)|Handle(?:Load(?:Failed|InProgress|Succeeded)|NotLoaded)|NetworkServiceType(?:Background|Default|V(?:ideo|o(?:IP|ice)))|Request(?:Re(?:load(?:Ignoring(?:CacheData|Local(?:AndRemoteCacheData|CacheData))|RevalidatingCacheData)|turnCacheData(?:DontLoad|ElseLoad))|UseProtocolCachePolicy))|TF(?:16(?:BigEndianStringEncoding|LittleEndianStringEncoding|StringEncoding)|32(?:BigEndianStringEncoding|LittleEndianStringEncoding|StringEncoding)|8StringEncoding)|biquitousKeyValueStore(?:InitialSyncChange|QuotaViolationChange|ServerChange)|n(?:boldFontMask|cachedRead|d(?:erline(?:ByWord|Pattern(?:D(?:ash(?:Dot(?:Dot)?)?|ot)|Solid)|Style(?:Double|None|Single|Thick))|oFunctionKey)|i(?:codeStringEncoding|fiedTitleAndToolbarWindowMask|onSetExpressionType|talicFontMask)|known(?:ColorSpaceModel|KeyS(?:criptError|pecifierError)|P(?:ageOrder|ointingDevice)))|p(?:ArrowFunctionKey|TextMovement|dateWindowsRunLoopOrdering)|ser(?:CancelledError|D(?:irectory|omainMask)|FunctionKey|InterfaceLayoutDirection(?:LeftToRight|RightToLeft))|tilityWindowMask)|V(?:a(?:lidationErrorM(?:aximum|inimum)|riableExpressionType)|erticalRuler|i(?:aPanelFontAction|ew(?:HeightSizable|LayerContents(?:Placement(?:Bottom(?:Left|Right)?|Center|Left|Right|Scale(?:AxesIndependently|ProportionallyToFi(?:ll|t))|Top(?:Left|Right)?)|Redraw(?:BeforeViewResize|DuringViewResize|Never|OnSetNeedsDisplay))|M(?:ax(?:XMargin|YMargin)|in(?:XMargin|YMargin))|NotSizable|WidthSizable))|olumeEnumeration(?:ProduceFileReferenceURLs|SkipHiddenVolumes))|W(?:a(?:ntsBidiLevels|rningAlertStyle)|heelModeColorPanel|i(?:dthInsensitiveSearch|ndow(?:A(?:bove|nimationBehavior(?:AlertPanel|D(?:efault|ocumentWindow)|None|UtilityWindow))|B(?:ackingLocation(?:Default|MainMemory|VideoMemory)|elow)|C(?:loseButton|ollectionBehavior(?:CanJoinAllSpaces|Default|FullScreen(?:Auxiliary|Primary)|IgnoresCycle|M(?:anaged|oveToActiveSpace)|ParticipatesInCycle|Stationary|Transient))|D(?:epth(?:OnehundredtwentyeightBitRGB|SixtyfourBitRGB|TwentyfourBitRGB)|ocument(?:IconButton|VersionsButton))|ExposedEventType|FullScreenButton|M(?:iniaturizeButton|ovedEventType)|NumberListAll(?:Applications|Spaces)|Out|Sharing(?:None|Read(?:Only|Write))|ToolbarButton|ZoomButton|sCP125(?:0StringEncoding|1StringEncoding|2StringEncoding|3StringEncoding|4StringEncoding)))|orkspaceLaunch(?:A(?:nd(?:Hide(?:Others)?|Print)|sync)|Default|InhibitingBackgroundOnly|NewInstance|With(?:ErrorPresentation|outA(?:ctivation|ddingToRecents)))|ritingDirection(?:LeftToRight|Natural|RightToLeft))|XML(?:Attribute(?:CDATAKind|DeclarationKind|En(?:tit(?:iesKind|yKind)|umerationKind)|ID(?:Kind|Ref(?:Kind|sKind))|Kind|N(?:MToken(?:Kind|sKind)|otationKind))|CommentKind|D(?:TDKind|ocument(?:HTMLKind|IncludeContentTypeDeclaration|Kind|T(?:extKind|idy(?:HTML|XML))|Validate|X(?:HTMLKind|Include|MLKind)))|E(?:lement(?:Declaration(?:AnyKind|E(?:lementKind|mptyKind)|Kind|MixedKind|UndefinedKind)|Kind)|ntity(?:DeclarationKind|GeneralKind|P(?:ar(?:ameterKind|sedKind)|redefined)|UnparsedKind))|InvalidKind|N(?:amespaceKind|o(?:de(?:CompactEmptyElement|ExpandEmptyElement|IsCDATA|LoadExternalEntities(?:Always|Never|SameOriginOnly)|NeverEscapeContents|OptionsNone|Pr(?:e(?:serve(?:A(?:ll|ttributeOrder)|C(?:DATA|haracterReferences)|DTD|E(?:mptyElements|ntities)|NamespaceOrder|Prefixes|Quotes|Whitespace)|ttyPrint)|omoteSignificantWhitespace)|Use(?:DoubleQuotes|SingleQuotes))|tationDeclarationKind))|P(?:arser(?:Attribute(?:HasNoValueError|ListNot(?:FinishedError|StartedError)|Not(?:FinishedError|StartedError)|RedefinedError)|C(?:DATANotFinishedError|haracterRef(?:AtEOFError|In(?:DTDError|EpilogError|PrologError))|o(?:mment(?:ContainsDoubleHyphenError|NotFinishedError)|nditionalSectionNot(?:FinishedError|StartedError)))|D(?:OCTYPEDeclNotFinishedError|elegateAbortedParseError|ocumentStartError)|E(?:lementContentDeclNot(?:FinishedError|StartedError)|mptyDocumentError|n(?:codingNotSupportedError|tity(?:BoundaryError|Is(?:ExternalError|ParameterError)|Not(?:FinishedError|StartedError)|Ref(?:AtEOFError|In(?:DTDError|EpilogError|PrologError)|LoopError|erence(?:MissingSemiError|WithoutNameError))|ValueRequiredError))|qualExpectedError|xt(?:ernalS(?:tandaloneEntityError|ubsetNotFinishedError)|raContentError))|GTRequiredError|In(?:ternalError|valid(?:C(?:haracter(?:Error|InEntityError|RefError)|onditionalSectionError)|DecimalCharacterRefError|Encoding(?:Error|NameError)|HexCharacterRefError|URIError))|L(?:T(?:RequiredError|SlashRequiredError)|essThanSymbolInAttributeError|iteralNot(?:FinishedError|StartedError))|Mi(?:splaced(?:CDATAEndStringError|XMLDeclarationError)|xedContentDeclNot(?:FinishedError|StartedError))|N(?:AMERequiredError|MTOKENRequiredError|amespaceDeclarationError|o(?:DTDError|t(?:WellBalancedError|ationNot(?:FinishedError|StartedError))))|OutOfMemoryError|P(?:CDATARequiredError|arsedEntityRef(?:AtEOFError|In(?:EpilogError|Internal(?:Error|SubsetError)|PrologError)|MissingSemiError|NoNameError)|r(?:ematureDocumentEndError|ocessingInstructionNot(?:FinishedError|StartedError))|ublicIdentifierRequiredError)|ResolveExternalEntities(?:Always|N(?:ever|oNetwork)|SameOriginOnly)|S(?:eparatorRequiredError|paceRequiredError|t(?:andaloneValueError|ringNot(?:ClosedError|StartedError)))|TagNameMismatchError|U(?:RI(?:FragmentError|RequiredError)|n(?:declaredEntityError|finishedTagError|knownEncodingError|parsedEntityError))|XMLDeclNot(?:FinishedError|StartedError))|rocessingInstructionKind)|TextKind)|YearMonthDa(?:tePickerElementFlag|yDatePickerElementFlag)|_(?:BigEndian|LittleEndian|UnknownByteOrder))|Web(?:CacheModel(?:Document(?:Browser|Viewer)|PrimaryWebBrowser)|Drag(?:DestinationAction(?:Any|DHTML|Edit|Load|None)|SourceAction(?:Any|DHTML|Image|Link|None|Selection))|KitError(?:BlockedPlugInVersion|Cannot(?:FindPlugIn|LoadPlugIn|Show(?:MIMEType|URL))|FrameLoadInterruptedByPolicyChange|JavaUnavailable)|MenuItem(?:PDF(?:A(?:ctualSize|utoSize)|Continuous|FacingPages|NextPage|PreviousPage|SinglePage|Zoom(?:In|Out))|Tag(?:C(?:opy(?:ImageToClipboard|LinkToClipboard)?|ut)|Download(?:ImageToDisk|LinkToDisk)|Go(?:Back|Forward)|IgnoreSpelling|L(?:earnSpelling|ookUpInDictionary)|NoGuessesFound|O(?:pen(?:FrameInNewWindow|ImageInNewWindow|LinkInNewWindow|WithDefaultApplication)|ther)|Paste|Reload|S(?:earch(?:InSpotlight|Web)|pellingGuess|top)))|NavigationType(?:BackForward|Form(?:Resubmitted|Submitted)|LinkClicked|Other|Reload)|ViewInsertAction(?:Dropped|Pasted|Typed))|kAB(?:ArrayProperty|BitsInBitFieldMatch|ContainsSubString(?:CaseInsensitive)?|D(?:at(?:aProperty|e(?:ComponentsProperty|Property))|ictionaryProperty|oesNotContainSubString(?:CaseInsensitive)?)|E(?:qual(?:CaseInsensitive)?|rrorInProperty)|GreaterThan(?:OrEqual)?|IntegerProperty|LessThan(?:OrEqual)?|Multi(?:ArrayProperty|D(?:at(?:aProperty|e(?:ComponentsProperty|Property))|ictionaryProperty)|IntegerProperty|RealProperty|StringProperty)|Not(?:Equal(?:CaseInsensitive)?|WithinInterval(?:AroundToday(?:Yearless)?|FromToday(?:Yearless)?))|PrefixMatch(?:CaseInsensitive)?|RealProperty|S(?:earch(?:And|Or)|tringProperty|uffixMatch(?:CaseInsensitive)?)|WithinInterval(?:AroundToday(?:Yearless)?|FromToday(?:Yearless)?)))\\b",
|
193
155
|
"name": "support.constant.cocoa.objc"
|
194
156
|
},
|
195
157
|
{
|
196
|
-
"
|
197
|
-
|
198
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
199
|
-
},
|
200
|
-
"2": {
|
201
|
-
"name": "support.function.cocoa.10.10.objc"
|
202
|
-
}
|
203
|
-
},
|
204
|
-
"match": "(\\s*)(\\bNS(?:Accessibility(?:FrameInView|PointInView)|EdgeInsetsEqual)\\b)"
|
158
|
+
"match": "\\bOBJC_ASSOCIATION_(?:ASSIGN|COPY(?:_NONATOMIC)?|RETAIN(?:_NONATOMIC)?)\\b",
|
159
|
+
"name": "support.constant.run-time.objc"
|
205
160
|
},
|
206
161
|
{
|
207
|
-
"
|
208
|
-
|
209
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
210
|
-
},
|
211
|
-
"2": {
|
212
|
-
"name": "support.function.cocoa.objc"
|
213
|
-
}
|
214
|
-
},
|
215
|
-
"match": "(\\s*)(\\b(?:ABLocalizedPropertyOrLabel|CFBridgingRe(?:lease|tain)|NS(?:A(?:ccessibility(?:ActionDescription|PostNotification(?:WithUserInfo)?|R(?:aiseBadArgumentException|oleDescription(?:ForUIElement)?)|SetMayContainProtectedContent|Unignored(?:Ancestor|Children(?:ForOnlyChild)?|Descendant))|ll(?:HashTableObjects|MapTable(?:Keys|Values)|ocate(?:Collectable|MemoryPages|Object))|pplication(?:Load|Main)|vailableWindowDepths)|B(?:e(?:ep|stDepth)|itsPer(?:PixelFromDepth|SampleFromDepth))|C(?:lassFromString|o(?:lorSpaceFromDepth|mpare(?:HashTables|MapTables)|n(?:tainsRect|vert(?:GlyphsToPackedGlyphs|Host(?:DoubleToSwapped|FloatToSwapped)|Swapped(?:DoubleToHost|FloatToHost)))|py(?:HashTableWithZone|M(?:apTableWithZone|emoryPages))|unt(?:HashTable|MapTable))|reate(?:File(?:ContentsPboardType|namePboardType)|HashTable(?:WithZone)?|MapTable(?:WithZone)?|Zone))|D(?:e(?:allocate(?:MemoryPages|Object)|c(?:imal(?:Add|Co(?:mpa(?:ct|re)|py)|Divide|IsNotANumber|Multiply(?:ByPowerOf10)?|Normalize|Power|Round|S(?:tring|ubtract))|rementExtraRefCountWasZero)|faultMallocZone)|i(?:sableScreenUpdates|videRect)|ottedFrameRect|raw(?:B(?:itmap|utton)|ColorTiledRects|DarkBezel|Gr(?:ayBezel|oove)|LightBezel|NinePartImage|T(?:hreePartImage|iledRects)|W(?:hiteBezel|indowBackground)))|E(?:dgeInsetsMake|n(?:ableScreenUpdates|d(?:HashTableEnumeration|MapTableEnumeration)|umerate(?:HashTable|MapTable))|qual(?:Points|R(?:anges|ects)|Sizes)|raseRect|ventMaskFromType|x(?:ceptionHandlerResume|traRefCount))|F(?:ileTypeForHFSTypeCode|r(?:ameRect(?:WithWidth(?:UsingOperation)?)?|ee(?:HashTable|MapTable))|ullUserName)|Get(?:FileType(?:s)?|SizeAndAlignment|UncaughtExceptionHandler|WindowServerMemory)|H(?:FSType(?:CodeFromFileType|OfFile)|ash(?:Get|Insert(?:IfAbsent|KnownAbsent)?|Remove)|eight|o(?:meDirectory(?:ForUser)?|stByteOrder))|I(?:n(?:crementExtraRefCount|setRect|te(?:gralRect(?:WithOptions)?|rsect(?:ionR(?:ange|ect)|sRect)))|s(?:ControllerMarker|EmptyRect))|Lo(?:cationInRange|g(?:PageSize|v)?)|M(?:a(?:ke(?:Collectable|Point|R(?:ange|ect)|Size)|p(?:Get|Insert(?:IfAbsent|KnownAbsent)?|Member|Remove)|x(?:Range|X|Y))|i(?:d(?:X|Y)|n(?:X|Y))|ouseInRect)|N(?:ext(?:HashEnumeratorItem|MapEnumeratorPair)|umberOfColorComponents)|O(?:ffsetRect|pen(?:GL(?:Get(?:Option|Version)|SetOption)|StepRootDirectory))|P(?:ageSize|erformService|lanarFromDepth|oint(?:From(?:CGPoint|String)|InRect|ToCGPoint)|rotocolFromString)|R(?:angeFromString|e(?:a(?:dPixel|llocateCollectable)|c(?:t(?:Clip(?:List)?|F(?:ill(?:List(?:UsingOperation|With(?:Colors(?:UsingOperation)?|Grays))?|UsingOperation)?|rom(?:CGRect|String))|ToCGRect)|ycleZone)|gisterServicesProvider|set(?:HashTable|MapTable))|ound(?:DownToMultipleOfPageSize|UpToMultipleOfPageSize))|S(?:e(?:archPathForDirectoriesInDomains|lectorFromString|t(?:FocusRingStyle|ShowsServicesMenuItem|UncaughtExceptionHandler|ZoneName))|ho(?:uldRetainWithZone|w(?:AnimationEffect|sServicesMenuItem))|ize(?:From(?:CGSize|String)|ToCGSize)|tringFrom(?:Class|HashTable|MapTable|P(?:oint|rotocol)|R(?:ange|ect)|S(?:elector|ize))|wap(?:Big(?:DoubleToHost|FloatToHost|IntToHost|Long(?:LongToHost|ToHost)|ShortToHost)|Double|Float|Host(?:DoubleTo(?:Big|Little)|FloatTo(?:Big|Little)|IntTo(?:Big|Little)|Long(?:LongTo(?:Big|Little)|To(?:Big|Little))|ShortTo(?:Big|Little))|Int|L(?:ittle(?:DoubleToHost|FloatToHost|IntToHost|Long(?:LongToHost|ToHost)|ShortToHost)|ong(?:Long)?)|Short))|TemporaryDirectory|U(?:n(?:ionR(?:ange|ect)|registerServicesProvider)|pdateDynamicServices|serName)|Width|Zone(?:Calloc|Fr(?:ee|omPointer)|Malloc|Name|Realloc)))\\b)"
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"captures": {
|
219
|
-
"1": {
|
220
|
-
"name": "punctuation.whitespace.support.function.leading.cocoa.objc"
|
221
|
-
},
|
222
|
-
"2": {
|
223
|
-
"name": "support.function.objc"
|
224
|
-
}
|
225
|
-
},
|
226
|
-
"match": "(\\s*)(\\b(?:object_get(?:ClassName|IndexedIvars)|sel_(?:get(?:Name|Uid)|isMapped|registerName))\\b)"
|
162
|
+
"match": "\\b(?:NS(?:Accessibility(?:Orientation|RulerMarkerType|SortDirection|Units)|BackgroundActivityResult|Date(?:ComponentsFormatter(?:UnitsStyle|ZeroFormattingBehavior)|IntervalFormatterStyle)|EnergyFormatterUnit|Formatting(?:Context|UnitStyle)|GestureRecognizerState|I(?:mageResizingMode|temProviderErrorCode)|LengthFormatterUnit|MassFormatterUnit|Pr(?:essureBehavior|ocessInfoThermalState)|QualityOfService|TabViewControllerTabStyle|URLRelationship|VisualEffect(?:BlendingMode|Material|State)|WindowTitleVisibility)|WK(?:ErrorCode|Navigation(?:ActionPolicy|ResponsePolicy|Type)|UserScriptInjectionTime))\\b",
|
163
|
+
"name": "support.type.cocoa.10.10.objc"
|
227
164
|
},
|
228
165
|
{
|
229
|
-
"match": "\\
|
230
|
-
"name": "support.type.cocoa.10.
|
166
|
+
"match": "\\bNS(?:Co(?:llection(?:ElementCategory|UpdateAction|View(?:ItemHighlightState|ScrollDirection))|ntrolCharacterAction)|GlyphProperty|HapticFeedbackP(?:attern|erformanceTime)|PersonNameComponentsFormatterStyle|S(?:p(?:litViewItem(?:Behavior|CollapseBehavior)|ringLoadingHighlight)|tackViewDistribution)|Table(?:RowActionEdge|ViewRowActionStyle)|WritingDirectionFormatType)\\b",
|
167
|
+
"name": "support.type.cocoa.10.11.objc"
|
231
168
|
},
|
232
169
|
{
|
233
170
|
"match": "\\bNS(?:PageControllerTransitionStyle|SharingContentScope|UserNotificationActivationType)\\b",
|
@@ -238,15 +175,23 @@
|
|
238
175
|
"name": "support.type.cocoa.10.9.objc"
|
239
176
|
},
|
240
177
|
{
|
241
|
-
"match": "\\b(?:AB(?:P(?:eoplePickerSelectionBehavior|ropertyType)|SearchCo(?:mparison|njunction))|DOM(?:E(?:ventExceptionCode|xceptionCode)|ObjectInternal|RangeExceptionCode|TimeStamp|XPathExceptionCode)|NS(?:A(?:c(?:cessibility(?:Orientation|PriorityLevel|RulerMarkerType|SortDirection|Units)|tivityOptions)|ffineTransformStruct|l(?:ertStyle|ignmentOptions)|nimation(?:BlockingMode|Curve|Effect|Progress)|ppl(?:
|
178
|
+
"match": "\\b(?:AB(?:P(?:eoplePickerSelectionBehavior|ropertyType)|SearchCo(?:mparison|njunction))|DOM(?:E(?:ventExceptionCode|xceptionCode)|ObjectInternal|RangeExceptionCode|TimeStamp|XPathExceptionCode)|NS(?:A(?:c(?:cessibility(?:Orientation|PriorityLevel|RulerMarkerType|SortDirection|Units)|tivityOptions)|ffineTransformStruct|l(?:ertStyle|ignmentOptions)|nimation(?:BlockingMode|Curve|Effect|Progress)|ppl(?:eEvent(?:ManagerSuspensionID|SendOptions)|ication(?:Activation(?:Options|Policy)|DelegateReply|OcclusionState|Pr(?:esentationOptions|intReply)|TerminateReply))|ttributedStringEnumerationOptions|utoresizingMaskOptions)|B(?:ack(?:ground(?:Activity(?:CompletionHandler|Result)|Style)|ingStoreType)|ez(?:elStyle|ierPathElement)|i(?:narySearchingOptions|tmap(?:Format|ImageFileType))|o(?:rderType|xType)|rowser(?:ColumnResizingType|DropOperation)|uttonType|yteCountFormatter(?:CountStyle|Units))|C(?:al(?:culationError|endar(?:Options|Unit))|ell(?:Attribute|HitResult|ImagePosition|St(?:ateValue|yleMask)|Type)|haracterCollection|o(?:l(?:lection(?:ElementCategory|UpdateAction|View(?:DropOperation|ItemHighlightState|Scroll(?:Direction|Position)))|or(?:Panel(?:Mode|Options)|RenderingIntent|SpaceModel))|mp(?:ar(?:ator|ison(?:Predicate(?:Modifier|Options)|Result))|o(?:sitingOperation|undPredicateType))|ntrol(?:CharacterAction|Size|Tint)|rrection(?:IndicatorType|Response)))|D(?:at(?:a(?:Base64(?:DecodingOptions|EncodingOptions)|ReadingOptions|SearchOptions|WritingOptions)|e(?:ComponentsFormatterUnitsStyle|Formatter(?:Behavior|Style)|IntervalFormatterStyle|Picker(?:ElementFlags|Mode|Style)))|ecimal|i(?:rectoryEnumerationOptions|stributedNotificationOptions)|ocumentChangeType|ra(?:g(?:Operation|ging(?:Context|Formation|ItemEnumerationOptions))|werState))|E(?:dgeInsets|n(?:ergyFormatterUnit|umerationOptions)|vent(?:ButtonMask|GestureAxis|M(?:ask|odifierFlags)|Phase|S(?:ubtype|wipeTrackingOptions)|Type)|xpressionType)|F(?:astEnumerationState|i(?:le(?:Coordinator(?:ReadingOptions|WritingOptions)|Manager(?:ItemReplacementOptions|UnmountOptions)|Version(?:AddingOptions|ReplacingOptions)|Wrapper(?:ReadingOptions|WritingOptions))|ndPanel(?:Action|SubstringMatchType))|o(?:cusRing(?:Placement|Type)|nt(?:Action|Collection(?:Options|Visibility)|FamilyClass|RenderingMode|SymbolicTraits|TraitMask)|rmatting(?:Context|UnitStyle)))|G(?:estureRecognizerState|lyph(?:Inscription|Property)?|radient(?:DrawingOptions|Type))|H(?:TTPCookieAcceptPolicy|a(?:pticFeedbackP(?:attern|erformanceTime)|sh(?:Enumerator|Table(?:CallBacks|Options))))|I(?:mage(?:Alignment|CacheMode|FrameStyle|Interpolation|LoadStatus|Re(?:pLoadStatus|sizingMode)|Scaling)|nsertionPosition|temProvider(?:CompletionHandler|ErrorCode|LoadHandler))|JSON(?:ReadingOptions|WritingOptions)|KeyValue(?:Change|ObservingOptions|SetMutationKind)|L(?:ayout(?:Attribute|ConstraintOrientation|FormatOptions|Priority|Relation)|e(?:ngthFormatterUnit|velIndicatorStyle)|in(?:e(?:BreakMode|CapStyle|JoinStyle|MovementDirection|SweepDirection)|guisticTaggerOptions)|ocaleLanguageDirection)|M(?:a(?:chPortOptions|p(?:Enumerator|Table(?:KeyCallBacks|Options|ValueCallBacks))|ssFormatterUnit|t(?:ching(?:Flags|Options)|rixMode))|e(?:diaLibrary|nuProperties)|odalSession|ultibyteGlyphPacking)|N(?:etService(?:Options|sError)|otification(?:Coalescing|SuspensionBehavior)|umberFormatter(?:Behavior|PadPosition|RoundingMode|Style))|Ope(?:nGL(?:Context(?:Auxiliary|Parameter)|GlobalOption|PixelFormatAttribute)|rati(?:ngSystemVersion|onQueuePriority))|P(?:DFPanelOptions|a(?:geControllerTransitionStyle|perOrientation|steboard(?:ReadingOptions|WritingOptions)|thStyle)|ersonNameComponentsFormatter(?:Options|Style)|o(?:int(?:Array|Pointer|erFunctionsOptions|ingDeviceType)?|p(?:UpArrowPosition|over(?:Appearance|Behavior))|stingStyle)|r(?:e(?:dicateOperatorType|ssureBehavior)|int(?:PanelOptions|RenderingQuality|erTableStatus|ing(?:Orientation|Pag(?:eOrder|inationMode)))|o(?:cessInfoThermalState|gress(?:Indicator(?:Style|Thickness)|PublishingHandler|UnpublishingHandler)|pertyList(?:Format|MutabilityOptions|ReadOptions|WriteOptions))))|QualityOfService|R(?:ange(?:Pointer)?|e(?:ct(?:Array|Edge|Pointer)?|gularExpressionOptions|lativePosition|moteNotificationType|questUserAttentionType)|oundingMode|ule(?:Editor(?:NestingMode|RowType)|rOrientation))|S(?:aveOp(?:erationType|tions)|cr(?:eenAuxiliary(?:Opaque)?|oll(?:ArrowPosition|Elasticity|ViewFindBarPosition|er(?:Arrow|KnobStyle|Part|Style)))|e(?:archPathD(?:irectory|omainMask)|gmentS(?:tyle|witchTracking)|lection(?:Affinity|Direction|Granularity))|haringContentScope|ize(?:Array|Pointer)?|liderType|o(?:cketNativeHandle|rtOptions)|p(?:eechBoundary|litView(?:DividerStyle|Item(?:Behavior|CollapseBehavior))|ringLoading(?:Highlight|Options))|t(?:ackView(?:Distribution|Gravity)|r(?:eam(?:Event|Status)|ing(?:CompareOptions|DrawingOptions|En(?:coding(?:ConversionOptions)?|umerationOptions))))|wapped(?:Double|Float))|T(?:IFFCompression|a(?:b(?:State|View(?:ControllerTabStyle|Type)|le(?:ColumnResizingOptions|RowActionEdge|View(?:AnimationOptions|ColumnAutoresizingStyle|Dr(?:aggingDestinationFeedbackStyle|opOperation)|GridLineStyle|Row(?:ActionStyle|SizeStyle)|SelectionHighlightStyle)))|skTerminationReason)|e(?:stComparisonOperation|xt(?:Alignment|Block(?:Dimension|Layer|V(?:alueType|erticalAlignment))|CheckingType(?:s)?|Fi(?:eldBezelStyle|nder(?:Action|MatchingType))|L(?:ayoutOrientation|istOptions)|StorageEdit(?:Actions|edOptions)|Tab(?:Type|leLayoutAlgorithm)))|hreadPrivate|i(?:ckMarkPosition|me(?:Interval|ZoneNameStyle)|tlePosition)|o(?:kenStyle|ol(?:TipTag|bar(?:DisplayMode|SizeMode))|uchPhase)|racking(?:AreaOptions|RectTag)|ypesetter(?:Behavior|ControlCharacterAction))|U(?:RL(?:Bookmark(?:CreationOptions|FileCreationOptions|ResolutionOptions)|C(?:acheStoragePolicy|redentialPersistence)|HandleStatus|Re(?:lationship|quest(?:CachePolicy|NetworkServiceType))|Session(?:AuthChallengeDisposition|ResponseDisposition|TaskState))|n(?:caughtExceptionHandler|derlineStyle)|s(?:ableScrollerParts|er(?:A(?:ppleScriptTaskCompletionHandler|utomatorTaskCompletionHandler)|InterfaceLayout(?:Direction|Orientation)|NotificationActivationType|ScriptTaskCompletionHandler|UnixTaskCompletionHandler)))|V(?:i(?:ew(?:ControllerTransitionOptions|LayerContents(?:Placement|RedrawPolicy))|sualEffect(?:BlendingMode|Material|State|ViewInternal))|olumeEnumerationOptions)|W(?:hoseSubelementIdentifier|ind(?:ingRule|ow(?:AnimationBehavior|B(?:ackingLocation|utton)|CollectionBehavior|Depth|NumberListOptions|O(?:cclusionState|rderingMode)|SharingType|TitleVisibility))|orkspace(?:IconCreationOptions|LaunchOptions)|ritingDirection(?:FormatType)?)|X(?:ML(?:D(?:TDNodeKind|ocumentContentKind)|NodeKind|ParserE(?:rror|xternalEntityResolvingPolicy))|PCConnectionOptions)|Zone)|PATHSEGMENT|W(?:K(?:ErrorCode|Navigation(?:ActionPolicy|ResponsePolicy|Type)|UserScriptInjectionTime)|eb(?:CacheModel|Drag(?:DestinationAction|SourceAction)|NavigationType|PreferencesPrivate|ViewInsertAction))|unichar)\\b",
|
242
179
|
"name": "support.type.cocoa.objc"
|
243
180
|
},
|
244
181
|
{
|
245
|
-
"match": "\\b(?:
|
182
|
+
"match": "\\b(?:BOOL|C(?:ategory|lass)|I(?:MP|var)|Method|NS(?:Integer|UInteger)|SEL|id|objc_(?:AssociationPolicy|c(?:ategory|lass)|ivar|method(?:_(?:description|list))?|object(?:ptr_t)?|property(?:_(?:attribute_t|t))?|selector))\\b",
|
183
|
+
"name": "support.type.run-time.objc"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"match": "\\b(?:NS(?:A(?:ccessibility(?:AlternateUIVisibleAttribute|SharedFocusElementsAttribute)|ppearanceNameVibrant(?:Dark|Light))|CalendarIdentifierIslamic(?:Tabular|UmmAlQura)|E(?:dgeInsetsZero|xtension(?:Item(?:Att(?:achmentsKey|ributed(?:ContentTextKey|TitleKey))|sAndErrorsKey)|JavaScriptPreprocessingResultsKey))|ItemProvider(?:ErrorDomain|PreferredImageSizeKey)|Metadata(?:QueryAccessibleUbiquitousExternalDocumentsScope|UbiquitousItem(?:ContainerDisplayNameKey|DownloadRequestedKey|IsExternalDocumentKey|URLInLocalContainerKey))|ProcessInfoThermalStateDidChangeNotification|StringEncodingDetection(?:AllowLossyKey|DisallowedEncodingsKey|FromWindowsKey|L(?:ikelyLanguageKey|ossySubstitutionKey)|SuggestedEncodingsKey|UseOnlySuggestedEncodingsKey)|T(?:extEffect(?:AttributeName|LetterpressStyle)|humbnail1024x1024SizeKey|ypeIdentifier(?:AddressText|DateText|PhoneNumberText|TransitInformationText))|U(?:RL(?:AddedToDirectoryDateKey|DocumentIdentifierKey|ErrorBackgroundTaskCancelledReasonKey|GenerationIdentifierKey|QuarantinePropertiesKey|SessionTaskPriority(?:Default|High|Low)|Thumbnail(?:DictionaryKey|Key)|UbiquitousItem(?:ContainerDisplayNameKey|DownloadRequestedKey))|serActivity(?:DocumentURLKey|TypeBrowsingWeb))|WorkspaceAccessibilityDisplayOptionsDidChangeNotification)|WKErrorDomain)\\b",
|
246
187
|
"name": "support.variable.cocoa.10.10.objc"
|
247
188
|
},
|
248
189
|
{
|
249
|
-
"match": "\\b(?:NS(?:
|
190
|
+
"match": "\\b(?:NS(?:AccessibilityListItem(?:IndexTextAttribute|LevelTextAttribute|PrefixTextAttribute)|CollectionElementKind(?:InterItemGapIndicator|Section(?:Footer|Header))|DefaultAttributesDocumentAttribute|F(?:ileManagerUnmountDissentingProcessIdentifierErrorKey|ontWeight(?:B(?:lack|old)|Heavy|Light|Medium|Regular|Semibold|Thin|UltraLight))|PersonNameComponent(?:Delimiter|FamilyName|GivenName|Key|MiddleName|Nickname|Prefix|Suffix)|S(?:plitView(?:ControllerAutomaticDimension|ItemUnspecifiedDimension)|tringTransform(?:FullwidthToHalfwidth|HiraganaToKatakana|LatinTo(?:Arabic|Cyrillic|Greek|H(?:angul|ebrew|iragana)|Katakana|Thai)|MandarinToLatin|Strip(?:CombiningMarks|Diacritics)|To(?:Latin|UnicodeName|XMLHex)))|ToolbarToggleSidebarItemIdentifier|URL(?:ApplicationIsScriptableKey|IsApplicationKey)|ViewNoIntrinsicMetric)|WKWebsiteDataType(?:Cookies|DiskCache|IndexedDBDatabases|LocalStorage|MemoryCache|OfflineWebApplicationCache|SessionStorage|WebSQLDatabases))\\b",
|
191
|
+
"name": "support.variable.cocoa.10.11.objc"
|
192
|
+
},
|
193
|
+
{
|
194
|
+
"match": "\\b(?:NS(?:A(?:ccessibilityExtrasMenuBarAttribute|pplicationLaunchUserNotificationKey)|HashTableWeakMemory|ImageNameShareTemplate|MapTableWeakMemory|S(?:crollView(?:DidEndLiveMagnifyNotification|WillStartLiveMagnifyNotification)|haringServiceName(?:AddTo(?:Aperture|IPhoto|SafariReadingList)|Compose(?:Email|Message)|Post(?:ImageOnFlickr|On(?:Facebook|SinaWeibo|Twitter)|VideoOn(?:Tudou|Vimeo|Youku))|SendViaAirDrop|UseAs(?:DesktopPicture|TwitterProfileImage)))|TextAlternatives(?:AttributeName|SelectedAlternativeStringNotification)|U(?:RL(?:IsExcludedFromBackupKey|PathKey)|biquityIdentityDidChangeNotification|serNotificationDefaultSoundName))|kABSocialProfileServiceSinaWeibo)\\b",
|
250
195
|
"name": "support.variable.cocoa.10.8.objc"
|
251
196
|
},
|
252
197
|
{
|
@@ -254,11 +199,136 @@
|
|
254
199
|
"name": "support.variable.cocoa.10.9.objc"
|
255
200
|
},
|
256
201
|
{
|
257
|
-
"match": "\\b(?:AB(?:AddressBookErrorDomain|MultiValueIdentifiersErrorKey|PeoplePicker(?:DisplayedPropertyDidChangeNotification|GroupSelectionDidChangeNotification|NameSelectionDidChangeNotification|ValueSelectionDidChangeNotification))|DOM(?:E(?:ventException|xception)|RangeException|XPathException)|NS(?:A(?:bort(?:ModalException|PrintingException)|ccessibility(?:A(?:ctivationPointAttribute|llowedValuesAttribute|nnouncement(?:Key|RequestedNotification)|pplication(?:ActivatedNotification|DeactivatedNotification|HiddenNotification|Role|ShownNotification)|scendingSortDirectionValue|tt(?:achmentTextAttribute|ributedStringForRangeParameterizedAttribute)|utocorrectedTextAttribute)|B(?:ackgroundColorTextAttribute|oundsForRangeParameterizedAttribute|rowserRole|u(?:syIndicatorRole|ttonRole))|C(?:ancel(?:Action|ButtonAttribute)|e(?:ll(?:ForColumnAndRowParameterizedAttribute|Role)|nt(?:erTabStopMarkerTypeValue|imetersUnitValue))|h(?:eckBoxRole|ildrenAttribute)|l(?:earButtonAttribute|oseButton(?:Attribute|Subrole))|o(?:l(?:orWellRole|umn(?:CountAttribute|HeaderUIElementsAttribute|IndexRangeAttribute|Role|TitlesAttribute|sAttribute))|mboBoxRole|n(?:firmAction|tent(?:ListSubrole|sAttribute)))|r(?:eatedNotification|iticalValueAttribute))|D(?:e(?:c(?:imalTabStopMarkerTypeValue|rement(?:A(?:ction|rrowSubrole)|ButtonAttribute|PageSubrole))|f(?:aultButtonAttribute|initionListSubrole)|leteAction|sc(?:endingSortDirectionValue|riptionAttribute))|i(?:alogSubrole|sclos(?:ed(?:ByRowAttribute|RowsAttribute)|ingAttribute|ure(?:LevelAttribute|TriangleRole)))|ocumentAttribute|rawer(?:CreatedNotification|Role))|E(?:ditedAttribute|nabledAttribute|rrorCodeExceptionInfo|x(?:ception|pandedAttribute))|F(?:i(?:lenameAttribute|rstLineIndentMarkerTypeValue)|loatingWindowSubrole|o(?:cused(?:Attribute|UIElement(?:Attribute|ChangedNotification)|Window(?:Attribute|ChangedNotification))|nt(?:FamilyKey|NameKey|SizeKey|TextAttribute)|regroundColorTextAttribute)|rontmostAttribute|ullScreenButton(?:Attribute|Subrole))|Gr(?:idRole|o(?:upRole|wArea(?:Attribute|Role)))|H(?:andle(?:Role|sAttribute)|e(?:ad(?:IndentMarkerTypeValue|erAttribute)|lp(?:Attribute|Tag(?:CreatedNotification|Role)))|iddenAttribute|orizontal(?:OrientationValue|ScrollBarAttribute|Unit(?:DescriptionAttribute|sAttribute)))|I(?:dentifierAttribute|mageRole|n(?:c(?:hesUnitValue|rement(?:A(?:ction|rrowSubrole)|ButtonAttribute|PageSubrole|orRole))|dexAttribute|sertionPointLineNumberAttribute))|L(?:a(?:bel(?:UIElementsAttribute|ValueAttribute)|yout(?:AreaRole|ItemRole|PointForScreenPointParameterizedAttribute|SizeForScreenSizeParameterizedAttribute))|e(?:ftTabStopMarkerTypeValue|velIndicatorRole)|i(?:n(?:eForIndexParameterizedAttribute|k(?:Role|TextAttribute|edUIElementsAttribute))|stRole))|M(?:a(?:in(?:Attribute|Window(?:Attribute|ChangedNotification))|rke(?:dMisspelledTextAttribute|r(?:GroupUIElementAttribute|Type(?:Attribute|DescriptionAttribute)|UIElementsAttribute|ValuesAttribute))|tteRole|xValueAttribute)|enu(?:B(?:ar(?:Attribute|Role)|uttonRole)|ItemRole|Role)|i(?:n(?:ValueAttribute|imize(?:Button(?:Attribute|Subrole)|dAttribute))|sspelledTextAttribute)|o(?:dalAttribute|vedNotification))|N(?:extContentsAttribute|umberOfCharactersAttribute)|O(?:r(?:deredByRowAttribute|ientationAttribute)|utlineRo(?:le|wSubrole)|verflowButtonAttribute)|P(?:arentAttribute|ic(?:asUnitValue|kAction)|laceholderValueAttribute|o(?:intsUnitValue|p(?:UpButtonRole|overRole)|sitionAttribute)|r(?:e(?:ssAction|viousContentsAttribute)|o(?:gressIndicatorRole|xyAttribute)))|R(?:TFForRangeParameterizedAttribute|a(?:dio(?:ButtonRole|GroupRole)|iseAction|ngeFor(?:IndexParameterizedAttribute|LineParameterizedAttribute|PositionParameterizedAttribute)|tingIndicatorSubrole)|e(?:levanceIndicatorRole|sizedNotification)|ightTabStopMarkerTypeValue|o(?:le(?:Attribute|DescriptionAttribute)|w(?:Co(?:llapsedNotification|unt(?:Attribute|ChangedNotification))|ExpandedNotification|HeaderUIElementsAttribute|IndexRangeAttribute|Role|sAttribute))|uler(?:MarkerRole|Role))|S(?:cr(?:een(?:PointForLayoutPointParameterizedAttribute|SizeForLayoutSizeParameterizedAttribute)|oll(?:AreaRole|BarRole))|e(?:arch(?:ButtonAttribute|FieldSubrole|MenuAttribute)|cureTextFieldSubrole|lected(?:Attribute|C(?:ells(?:Attribute|ChangedNotification)|hildren(?:Attribute|ChangedNotification|MovedNotification)|olumns(?:Attribute|ChangedNotification))|Rows(?:Attribute|ChangedNotification)|Text(?:Attribute|ChangedNotification|Range(?:Attribute|sAttribute)))|rvesAsTitleForUIElementsAttribute)|h(?:a(?:dowTextAttribute|red(?:CharacterRangeAttribute|TextUIElementsAttribute))|eet(?:CreatedNotification|Role)|ow(?:MenuAction|nMenuAttribute))|izeAttribute|liderRole|ort(?:ButtonSubrole|DirectionAttribute)|plit(?:GroupRole|ter(?:Role|sAttribute))|t(?:a(?:ndardWindowSubrole|ticTextRole)|ri(?:kethrough(?:ColorTextAttribute|TextAttribute)|ngForRangeParameterizedAttribute)|yleRangeForIndexParameterizedAttribute)|u(?:broleAttribute|perscriptTextAttribute)|ystem(?:DialogSubrole|FloatingWindowSubrole|WideRole))|T(?:a(?:b(?:GroupRole|leRo(?:le|wSubrole)|sAttribute)|ilIndentMarkerTypeValue)|ext(?:A(?:reaRole|ttachmentSubrole)|FieldRole|LinkSubrole)|i(?:melineSubrole|tle(?:Attribute|ChangedNotification|UIElementAttribute))|o(?:olbar(?:Button(?:Attribute|Subrole)|Role)|pLevelUIElementAttribute))|U(?:IElementDestroyedNotification|RLAttribute|n(?:derline(?:ColorTextAttribute|TextAttribute)|it(?:DescriptionAttribute|s(?:Attribute|ChangedNotification))|known(?:MarkerTypeValue|OrientationValue|Role|S(?:ortDirectionValue|ubrole)|UnitValue)))|V(?:alue(?:Attribute|ChangedNotification|DescriptionAttribute|IndicatorRole)|ertical(?:OrientationValue|ScrollBarAttribute|Unit(?:DescriptionAttribute|sAttribute))|isible(?:C(?:ellsAttribute|h(?:aracterRangeAttribute|ildrenAttribute)|olumnsAttribute)|NameKey|RowsAttribute))|W(?:arningValueAttribute|indow(?:Attribute|CreatedNotification|DeminiaturizedNotification|M(?:iniaturizedNotification|ovedNotification)|R(?:esizedNotification|ole)|sAttribute))|ZoomButton(?:Attribute|Subrole))|l(?:ignmentBinding|l(?:RomanInputSourcesLocaleIdentifier|ows(?:EditingMultipleValuesSelectionBindingOption|NullArgumentBindingOption))|ternate(?:ImageBinding|TitleBinding)|waysPresentsApplicationModalAlertsBindingOption)|n(?:imat(?:eBinding|ion(?:DelayBinding|ProgressMark(?:Notification)?|TriggerOrder(?:In|Out)))|tialiasThresholdChangedNotification)|pp(?:Kit(?:IgnoredException|V(?:ersionNumber|irtualMemoryException))|l(?:e(?:Event(?:ManagerWillProcessFirstEventNotification|TimeOut(?:Default|None))|ScriptError(?:AppName|BriefMessage|Message|Number|Range))|ication(?:Did(?:BecomeActiveNotification|ChangeScreenParametersNotification|Finish(?:LaunchingNotification|RestoringWindowsNotification)|HideNotification|ResignActiveNotification|U(?:nhideNotification|pdateNotification))|LaunchIsDefaultLaunchKey|Will(?:BecomeActiveNotification|FinishLaunchingNotification|HideNotification|ResignActiveNotification|TerminateNotification|U(?:nhideNotification|pdateNotification)))))?|rgument(?:Binding|Domain)|ssertionHandlerKey|tt(?:achmentAttributeName|ributedStringBinding)|uthorDocumentAttribute|verageKeyValueOperator)|B(?:a(?:ck(?:groundColor(?:AttributeName|DocumentAttribute)|ingPropertyOld(?:ColorSpaceKey|ScaleFactorKey))|d(?:BitmapParametersException|ComparisonException|RTF(?:ColorTableException|DirectiveException|FontTableException|StyleSheetException))|se(?:URLDocumentOption|lineOffsetAttributeName))|lack|ottomMarginDocumentAttribute|rowser(?:ColumnConfigurationDidChangeNotification|IllegalDelegateException)|undleDidLoadNotification)|C(?:a(?:l(?:endarIdentifier(?:Buddhist|C(?:hinese|optic)|EthiopicAmete(?:Alem|Mihret)|Gregorian|Hebrew|I(?:SO8601|ndian|slamic(?:Civil)?)|Japanese|Persian|RepublicOfChina)|ibrated(?:RGBColorSpace|WhiteColorSpace))|tegoryDocumentAttribute)|haracter(?:ConversionException|EncodingDocument(?:Attribute|Option)|ShapeAttributeName)|lassDescriptionNeededForClassNotification|o(?:coa(?:ErrorDomain|VersionDocumentAttribute)|lor(?:List(?:DidChangeNotification|IOException|NotEditableException)|P(?:anelColorDidChangeNotification|boardType))|m(?:boBox(?:Selection(?:DidChangeNotification|IsChangingNotification)|Will(?:DismissNotification|PopUpNotification))|mentDocumentAttribute|panyDocumentAttribute)|n(?:ditionallySets(?:E(?:ditableBindingOption|nabledBindingOption)|HiddenBindingOption)|nection(?:Did(?:DieNotification|InitializeNotification)|ReplyMode)|t(?:e(?:nt(?:Array(?:Binding|ForMultipleSelectionBinding)|Binding|DictionaryBinding|HeightBinding|Object(?:Binding|sBinding)|PlacementTagBindingOption|SetBinding|ValuesBinding|WidthBinding)|xtHelpModeDid(?:ActivateNotification|DeactivateNotification))|inuouslyUpdatesValueBindingOption|rolT(?:extDid(?:BeginEditingNotification|ChangeNotification|EndEditingNotification)|intDidChangeNotification))|vertedDocumentAttribute)|pyrightDocumentAttribute|untKeyValueOperator)|r(?:eat(?:esSortDescriptorBindingOption|ionTimeDocumentAttribute)|iticalValueBinding)|u(?:r(?:rentLocaleDidChangeNotification|sorAttributeName)|stomColorSpace))|D(?:a(?:rkGray|taBinding)|e(?:cimalNumber(?:DivideByZeroException|ExactnessException|OverflowException|UnderflowException)|f(?:ault(?:AttributesDocumentOption|RunLoopMode|T(?:abIntervalDocumentAttribute|okenStyle))|initionPresentationType(?:DictionaryApplication|Key|Overlay))|letesObjectsOnRemoveBindingsOption|stinationInvalidException|vice(?:BitsPerSample|C(?:MYKColorSpace|olorSpaceName)|Is(?:Printer|Screen)|R(?:GBColorSpace|esolution)|Size|WhiteColorSpace))|i(?:dBecomeSingleThreadedNotification|s(?:play(?:NameBindingOption|Pattern(?:BindingOption|TitleBinding|ValueBinding))|tinctUnionOf(?:ArraysKeyValueOperator|ObjectsKeyValueOperator|SetsKeyValueOperator)))|o(?:c(?:FormatTextDocumentType|ument(?:EditedBinding|TypeDocument(?:Attribute|Option)))|ubleClick(?:ArgumentBinding|TargetBinding))|ra(?:g(?:Pboard|ging(?:Exception|ImageComponent(?:IconKey|LabelKey)))|wer(?:Did(?:CloseNotification|OpenNotification)|Will(?:CloseNotification|OpenNotification))))|E(?:dit(?:ableBinding|orDocumentAttribute)|nabledBinding|ventTrackingRunLoopMode|x(?:cluded(?:ElementsDocumentAttribute|KeysBinding)|pansionAttributeName|tensionJavaScriptFinalizeArgumentKey))|F(?:ailedAuthenticationException|i(?:l(?:e(?:AppendOnly|Busy|C(?:ontentsPboardType|reationDate)|DeviceIdentifier|ExtensionHidden|GroupOwnerAccount(?:ID|Name)|H(?:FS(?:CreatorCode|TypeCode)|andle(?:ConnectionAcceptedNotification|DataAvailableNotification|Notification(?:DataItem|FileHandleItem)|OperationException|Read(?:CompletionNotification|ToEndOfFileCompletionNotification)))|Immutable|ModificationDate|OwnerAccount(?:ID|Name)|P(?:athErrorKey|osixPermissions|rotection(?:Complete(?:Un(?:lessOpen|tilFirstUserAuthentication))?|Key|None))|ReferenceCount|S(?:ize|ystem(?:F(?:ileNumber|ree(?:Nodes|Size))|N(?:odes|umber)|Size))|Type(?:BlockSpecial|CharacterSpecial|D(?:irectory|ocument(?:Attribute|Option))|Regular|S(?:ocket|ymbolicLink)|Unknown)?|namesPboardType|sPromisePboardType)|terPredicateBinding)|ndP(?:anel(?:CaseInsensitiveSearch|S(?:earchOptionsPboardType|ubstringMatch))|board))|o(?:nt(?:AttributeName|B(?:inding|oldBinding)|C(?:ascadeListAttribute|haracterSetAttribute|ollection(?:A(?:ctionKey|llFonts)|Di(?:dChangeNotification|sallowAutoActivationOption)|Favorites|IncludeDisabledFontsOption|NameKey|OldNameKey|Re(?:centlyUsed|moveDuplicatesOption)|User|VisibilityKey|Was(?:Hidden|Renamed|Shown)))|F(?:a(?:ceAttribute|mily(?:Attribute|NameBinding))|eature(?:Se(?:lectorIdentifierKey|ttingsAttribute)|TypeIdentifierKey)|ixedAdvanceAttribute)|I(?:dentityMatrix|talicBinding)|MatrixAttribute|Name(?:Attribute|Binding)|Pboard(?:Type)?|S(?:etChangedNotification|ize(?:Attribute|Binding)|lantTrait|ymbolicTrait)|TraitsAttribute|UnavailableException|V(?:ariationA(?:ttribute|xis(?:DefaultValueKey|IdentifierKey|M(?:aximumValueKey|inimumValueKey)|NameKey))|isibleNameAttribute)|W(?:eightTrait|idthTrait))|regroundColorAttributeName|undationVersionNumber)|ullScreenMode(?:A(?:llScreens|pplicationPresentationOptions)|Setting|WindowLevel))|G(?:ener(?:alPboard|icException)|l(?:obalDomain|yphInfoAttributeName)|ra(?:mmar(?:Corrections|Range|UserDescription)|phicsContext(?:DestinationAttributeName|P(?:DFFormat|SFormat)|RepresentationFormatAttributeName)))|H(?:T(?:ML(?:PboardType|TextDocumentType)|TPCookie(?:Comment(?:URL)?|D(?:iscard|omain)|Expires|Ma(?:nager(?:AcceptPolicyChangedNotification|CookiesChangedNotification)|ximumAge)|Name|OriginURL|P(?:ath|ort)|Secure|V(?:alue|ersion)))|andlesContentAsCompoundValueBindingOption|e(?:aderTitleBinding|lpAnchorErrorKey)|iddenBinding|yphenationFactorDocumentAttribute)|I(?:llegalSelectorException|mage(?:Binding|C(?:acheException|o(?:lorSyncProfileData|mpression(?:Factor|Method))|urrentFrame(?:Duration)?)|DitherTransparency|EXIFData|F(?:allbackBackgroundColor|rameCount)|Gamma|Hint(?:CTM|Interpolation)|Interlaced|LoopCount|Name(?:A(?:ctionTemplate|d(?:dTemplate|vanced)|pplicationIcon)|B(?:luetoothTemplate|o(?:njour|okmarksTemplate))|C(?:aution|o(?:l(?:orPanel|umnViewTemplate)|mputer))|E(?:nterFullScreenTemplate|veryone|xitFullScreenTemplate)|F(?:lowViewTemplate|o(?:l(?:der(?:Burnable|Smart)?|lowLinkFreestandingTemplate)|ntPanel))|Go(?:LeftTemplate|RightTemplate)|HomeTemplate|I(?:ChatTheaterTemplate|conViewTemplate|n(?:fo|validDataFreestandingTemplate))|L(?:eftFacingTriangleTemplate|istViewTemplate|ock(?:LockedTemplate|UnlockedTemplate))|M(?:enu(?:MixedStateTemplate|OnStateTemplate)|obileMe|ultipleDocuments)|Network|P(?:athTemplate|referencesGeneral)|QuickLookTemplate|R(?:e(?:fresh(?:FreestandingTemplate|Template)|moveTemplate|vealFreestandingTemplate)|ightFacingTriangleTemplate)|S(?:lideshowTemplate|martBadgeTemplate|t(?:atus(?:Available|None|PartiallyAvailable|Unavailable)|opProgress(?:FreestandingTemplate|Template)))|Trash(?:Empty|Full)|User(?:Accounts|G(?:roup|uest))?)|Progressive|R(?:GBColorTable|epRegistryDidChangeNotification))|n(?:c(?:ludedKeysBinding|onsistentArchiveException)|itial(?:KeyBinding|ValueBinding)|kTextPboardType|sertsNullPlaceholderBindingOption|te(?:ger(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks))|rnalInconsistencyException)|v(?:alid(?:Ar(?:chiveOperationException|gumentException)|ReceivePortException|SendPortException|UnarchiveOperationException)|o(?:cationOperation(?:CancelledException|VoidResultException)|kesSeparatelyWithArrayObjectsBindingOption)))|s(?:IndeterminateBinding|N(?:ilTransformerName|otNilTransformerName)))|Ke(?:rnAttributeName|y(?:ValueChange(?:IndexesKey|KindKey|N(?:ewKey|otificationIsPriorKey)|OldKey)|edUnarchiveFromDataTransformerName|wordsDocumentAttribute))|L(?:a(?:belBinding|youtPriority(?:D(?:efault(?:High|Low)|ragThatCan(?:ResizeWindow|notResizeWindow))|FittingSizeCompression|Required|WindowSizeStayPut))|eftMarginDocumentAttribute|i(?:g(?:atureAttributeName|htGray)|n(?:guisticTag(?:Ad(?:jective|verb)|C(?:l(?:assifier|ose(?:Parenthesis|Quote))|onjunction)|D(?:ash|eterminer)|I(?:diom|nterjection)|N(?:oun|umber)|O(?:pen(?:Parenthesis|Quote)|rganizationName|ther(?:Punctuation|W(?:hitespace|ord))?)|P(?:ar(?:agraphBreak|ticle)|ersonalName|laceName|r(?:eposition|onoun)|unctuation)|S(?:cheme(?:L(?:anguage|e(?:mma|xicalClass))|NameType(?:OrLexicalClass)?|Script|TokenType)|entenceTerminator)|Verb|W(?:hitespace|ord(?:Joiner)?))|kAttributeName))|o(?:adedClasses|cal(?:NotificationCenterType|e(?:AlternateQuotation(?:BeginDelimiterKey|EndDelimiterKey)|C(?:alendar|o(?:llat(?:ionIdentifier|orIdentifier)|untryCode)|urrency(?:Code|Symbol))|DecimalSeparator|ExemplarCharacterSet|GroupingSeparator|Identifier|LanguageCode|MeasurementSystem|Quotation(?:BeginDelimiterKey|EndDelimiterKey)|ScriptCode|UsesMetricSystem|VariantCode)|ized(?:DescriptionKey|FailureReasonErrorKey|KeyDictionaryBinding|Recovery(?:OptionsErrorKey|SuggestionErrorKey)))))|M(?:a(?:c(?:SimpleTextDocumentType|hErrorDomain)|llocException|nage(?:dObjectContextBinding|rDocumentAttribute)|rkedClauseSegmentAttributeName|x(?:ValueBinding|WidthBinding|imum(?:KeyValueOperator|RecentsBinding)))|e(?:nu(?:Did(?:AddItemNotification|BeginTrackingNotification|ChangeItemNotification|EndTrackingNotification|RemoveItemNotification|SendActionNotification)|WillSendActionNotification)|tadata(?:Item(?:DisplayNameKey|FS(?:C(?:ontentChangeDateKey|reationDateKey)|NameKey|SizeKey)|IsUbiquitousKey|PathKey|URLKey)|Query(?:Did(?:FinishGatheringNotification|StartGatheringNotification|UpdateNotification)|GatheringProgressNotification|LocalComputerScope|NetworkScope|ResultContentRelevanceAttribute|U(?:biquitousD(?:ataScope|ocumentsScope)|serHomeScope))|UbiquitousItem(?:HasUnresolvedConflictsKey|Is(?:DownloadingKey|Upload(?:edKey|ingKey))|Percent(?:DownloadedKey|UploadedKey))))|i(?:n(?:ValueBinding|WidthBinding|imumKeyValueOperator)|xedStateImageBinding)|od(?:alPanelRunLoopMode|ificationTimeDocumentAttribute)|ultiple(?:TextSelectionPboardType|Values(?:Marker|PlaceholderBindingOption)))|N(?:amedColorSpace|e(?:gateBooleanTransformerName|tServicesError(?:Code|Domain))|ibLoadingException|o(?:Selection(?:Marker|PlaceholderBindingOption)|n(?:OwnedPointer(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks)|OrNullMapKeyCallBacks)|RetainedObject(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks)))|tApplicable(?:Marker|PlaceholderBindingOption))|ullPlaceholderBindingOption)|O(?:SStatusErrorDomain|b(?:ject(?:HashCallBacks|InaccessibleException|Map(?:KeyCallBacks|ValueCallBacks)|NotAvailableException)|liquenessAttributeName|served(?:KeyPathKey|ObjectKey))|ff(?:StateImageBinding|iceOpenXMLTextDocumentType)|ldStyleException|nStateImageBinding|p(?:e(?:nDocumentTextDocumentType|rationNotSupportedForKeyException)|tionsKey)|utlineView(?:ColumnDid(?:MoveNotification|ResizeNotification)|Item(?:Did(?:CollapseNotification|ExpandNotification)|Will(?:CollapseNotification|ExpandNotification))|Selection(?:DidChangeNotification|IsChangingNotification))|wned(?:ObjectIdentityHashCallBacks|Pointer(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks))))|P(?:DFPboardType|OSIXErrorDomain|PD(?:Include(?:NotFoundException|Stack(?:OverflowException|UnderflowException))|ParseException)|a(?:perSizeDocumentAttribute|r(?:agraphStyleAttributeName|seErrorException)|steboard(?:CommunicationException|Type(?:Color|F(?:indPanelSearchOptions|ont)|HTML|MultipleTextSelection|P(?:DF|NG)|R(?:TF(?:D)?|uler)|S(?:ound|tring)|T(?:IFF|abularText|extFinderOptions))|URLReading(?:ContentsConformToTypesKey|FileURLsOnlyKey))|tternColorSpace)|lainText(?:DocumentType|TokenStyle)|o(?:interToStructHashCallBacks|p(?:UpButton(?:CellWillPopUpNotification|WillPopUpNotification)|over(?:CloseReason(?:DetachToWindow|Key|Standard)|Did(?:CloseNotification|ShowNotification)|Will(?:CloseNotification|ShowNotification)))|rt(?:DidBecomeInvalidNotification|ReceiveException|SendException|TimeoutException)|s(?:itioningRectBinding|tScriptPboardType))|r(?:e(?:dicate(?:Binding|FormatBindingOption)|f(?:erredScrollerStyleDidChangeNotification|ixSpacesDocumentAttribute))|int(?:AllP(?:ages|resetsJobStyleHint)|BottomMargin|C(?:ancelJob|opies)|DetailedErrorReporting|F(?:axNumber|irstPage)|H(?:eaderAndFooter|orizontal(?:Pagination|lyCentered))|Job(?:Disposition|Saving(?:FileNameExtensionHidden|URL))|L(?:astPage|eftMargin)|MustCollate|NoPresetsJobStyleHint|O(?:perationExistsException|rientation)|P(?:a(?:ckageException|ges(?:Across|Down)|nelAccessorySummaryItem(?:DescriptionKey|NameKey)|per(?:Name|Size))|hotoJobStyleHint|r(?:eviewJob|inter(?:Name)?))|R(?:eversePageOrder|ightMargin)|S(?:aveJob|calingFactor|electionOnly|poolJob)|T(?:ime|opMargin)|Vertical(?:Pagination|lyCentered)|ingCommunicationException)))|R(?:TF(?:D(?:PboardType|TextDocumentType)|P(?:boardType|ropertyStackOverflowException)|TextDocumentType)|a(?:isesForNotApplicableKeysBindingOption|ngeException)|e(?:adOnlyDocumentAttribute|c(?:entSearchesBinding|overyAttempterErrorKey)|gistrationDomain|presentedFilenameBinding)|ightMarginDocumentAttribute|o(?:undedTokenStyle|wHeightBinding)|u(?:le(?:Editor(?:Predicate(?:C(?:omp(?:arisonModifier|oundType)|ustomSelector)|LeftExpression|Op(?:eratorType|tions)|RightExpression)|RowsDidChangeNotification)|rPboard(?:Type)?)|nLoopCommonModes))|S(?:creenColorSpaceDidChangeNotification|elect(?:ed(?:I(?:dentifierBinding|ndexBinding)|LabelBinding|Object(?:Binding|sBinding)|TagBinding|Value(?:Binding|sBinding))|ionIndex(?:PathsBinding|esBinding)|orNameBindingOption|sAllWhenSettingContentBindingOption)|hadowAttributeName|o(?:rtDescriptorsBinding|undPboardType)|p(?:e(?:ech(?:C(?:haracterModeProperty|ommand(?:DelimiterProperty|Prefix|Suffix)|urrentVoiceProperty)|Dictionary(?:Abbreviations|Entry(?:Phonemes|Spelling)|LocaleIdentifier|ModificationDate|Pronunciations)|Error(?:Count|NewestC(?:haracterOffset|ode)|OldestC(?:haracterOffset|ode)|sProperty)|InputModeProperty|Mode(?:Literal|Normal|Phoneme|Text)|NumberModeProperty|OutputToFileURLProperty|P(?:honeme(?:Info(?:Example|Hilite(?:End|Start)|Opcode|Symbol)|SymbolsProperty)|itch(?:BaseProperty|ModProperty))|R(?:ateProperty|e(?:centSyncProperty|setProperty))|S(?:tatus(?:NumberOfCharactersLeft|Output(?:Busy|Paused)|P(?:honemeCode|roperty))|ynthesizerInfo(?:Identifier|Property|Version))|VolumeProperty)|ll(?:CheckerDidChangeAutomatic(?:SpellingCorrectionNotification|TextReplacementNotification)|ingStateAttributeName))|litView(?:DidResizeSubviewsNotification|WillResizeSubviewsNotification))|quareStatusItemLength|t(?:ackTraceKey|r(?:eam(?:DataWrittenToMemoryStreamKey|FileCurrentOffsetKey|NetworkServiceType(?:Background|V(?:ideo|o(?:IP|ice)))?|S(?:OCKS(?:ErrorDomain|Proxy(?:ConfigurationKey|HostKey|P(?:asswordKey|ortKey)|UserKey|Version(?:4|5|Key)))|ocketS(?:SLErrorDomain|ecurityLevel(?:Key|N(?:egotiatedSSL|one)|SSLv(?:2|3)|TLSv1))))|i(?:kethrough(?:ColorAttributeName|StyleAttributeName)|ng(?:EncodingErrorKey|PboardType))|oke(?:ColorAttributeName|WidthAttributeName)))|u(?:bjectDocumentAttribute|mKeyValueOperator|perscriptAttributeName)|ystem(?:C(?:lockDidChangeNotification|olorsDidChangeNotification)|TimeZoneDidChangeNotification))|T(?:IFF(?:Exception|PboardType)|a(?:b(?:ColumnTerminatorsAttributeName|leView(?:ColumnDid(?:MoveNotification|ResizeNotification)|RowViewKey|Selection(?:DidChangeNotification|IsChangingNotification))|ularTextPboardType)|rgetBinding|skDidTerminateNotification)|ext(?:C(?:hecking(?:AirlineKey|C(?:ityKey|ountryKey)|Document(?:AuthorKey|TitleKey|URLKey)|FlightKey|JobTitleKey|NameKey|Or(?:ganizationKey|thographyKey)|PhoneKey|QuotesKey|Re(?:ference(?:DateKey|TimeZoneKey)|gularExpressionsKey|placementsKey)|St(?:ateKey|reetKey)|ZIPKey)|olorBinding)|Did(?:BeginEditingNotification|ChangeNotification|EndEditingNotification)|EncodingNameDocument(?:Attribute|Option)|Finder(?:CaseInsensitiveKey|MatchingTypeKey)|InputContextKeyboardSelectionDidChangeNotification|L(?:ayoutSection(?:Orientation|Range|sAttribute)|ineTooLongException)|NoSelectionException|ReadException|S(?:izeMultiplierDocumentOption|torage(?:DidProcessEditingNotification|WillProcessEditingNotification))|View(?:DidChange(?:SelectionNotification|TypingAttributesNotification)|WillChangeNotifyingTextViewNotification)|WriteException)|hreadWillExitNotification|i(?:meoutDocumentOption|tle(?:Binding|DocumentAttribute))|o(?:ol(?:Tip(?:AttributeName|Binding)|bar(?:CustomizeToolbarItemIdentifier|DidRemoveItemNotification|FlexibleSpaceItemIdentifier|PrintItemIdentifier|S(?:eparatorItemIdentifier|how(?:ColorsItemIdentifier|FontsItemIdentifier)|paceItemIdentifier)|WillAddItemNotification))|pMarginDocumentAttribute)|ransparentBinding|ypedStreamVersionException)|U(?:RL(?:A(?:ttributeModificationDateKey|uthenticationMethod(?:ClientCertificate|Default|HT(?:MLForm|TP(?:Basic|Digest))|N(?:TLM|egotiate)|ServerTrust))|C(?:ontent(?:AccessDateKey|ModificationDateKey)|re(?:ationDateKey|dentialStorageChangedNotification)|ustomIconKey)|E(?:ffectiveIconKey|rror(?:Domain|FailingURL(?:ErrorKey|PeerTrustErrorKey|StringErrorKey)|Key))|File(?:AllocatedSizeKey|Resource(?:IdentifierKey|Type(?:BlockSpecial|CharacterSpecial|Directory|Key|NamedPipe|Regular|S(?:ocket|ymbolicLink)|Unknown))|S(?:cheme|ecurityKey|izeKey))|HasHiddenExtensionKey|Is(?:AliasFileKey|DirectoryKey|ExecutableKey|HiddenKey|MountTriggerKey|PackageKey|Re(?:adableKey|gularFileKey)|Sy(?:mbolicLinkKey|stemImmutableKey)|U(?:biquitousItemKey|serImmutableKey)|VolumeKey|WritableKey)|KeysOfUnsetValuesKey|L(?:abel(?:ColorKey|NumberKey)|inkCountKey|ocalized(?:LabelKey|NameKey|TypeDescriptionKey))|NameKey|P(?:arentDirectoryURLKey|boardType|r(?:eferredIOBlockSizeKey|otectionSpace(?:FTP(?:Proxy)?|HTTP(?:Proxy|S(?:Proxy)?)?|SOCKSProxy)))|T(?:otalFile(?:AllocatedSizeKey|SizeKey)|ypeIdentifierKey)|UbiquitousItem(?:HasUnresolvedConflictsKey|Is(?:DownloadingKey|Upload(?:edKey|ingKey)))|Volume(?:AvailableCapacityKey|CreationDateKey|I(?:dentifierKey|s(?:AutomountedKey|BrowsableKey|EjectableKey|InternalKey|JournalingKey|LocalKey|Re(?:adOnlyKey|movableKey)))|Localized(?:FormatDescriptionKey|NameKey)|MaximumFileSizeKey|NameKey|ResourceCountKey|Supports(?:AdvisoryFileLockingKey|Case(?:PreservedNamesKey|SensitiveNamesKey)|ExtendedSecurityKey|HardLinksKey|JournalingKey|PersistentIDsKey|R(?:enamingKey|ootDirectoryDatesKey)|S(?:parseFilesKey|ymbolicLinksKey)|VolumeSizesKey|ZeroRunsKey)|TotalCapacityKey|U(?:RL(?:ForRemountingKey|Key)|UIDStringKey)))|biquitousKeyValueStore(?:Change(?:ReasonKey|dKeysKey)|DidChangeExternallyNotification)|n(?:archiveFromDataTransformerName|caught(?:RuntimeErrorException|SystemExceptionException)|d(?:e(?:finedKeyException|rl(?:ine(?:ByWordMask|ColorAttributeName|StyleAttributeName)|yingErrorKey))|oManager(?:CheckpointNotification|Did(?:CloseUndoGroupNotification|OpenUndoGroupNotification|RedoChangeNotification|UndoChangeNotification)|GroupIsDiscardableKey|Will(?:CloseUndoGroupNotification|RedoChangeNotification|UndoChangeNotification)))|ionOf(?:ArraysKeyValueOperator|ObjectsKeyValueOperator|SetsKeyValueOperator))|serDefaultsDidChangeNotification)|V(?:CardPboardType|a(?:l(?:idatesImmediatelyBindingOption|ue(?:Binding|PathBinding|Transformer(?:BindingOption|NameBindingOption)|URLBinding))|riableStatusItemLength)|erticalGlyphFormAttributeName|i(?:ew(?:Animation(?:E(?:ffectKey|ndFrameKey)|Fade(?:InEffect|OutEffect)|StartFrameKey|TargetKey)|BoundsDidChangeNotification|DidUpdateTrackingAreasNotification|F(?:ocusDidChangeNotification|rameDidChangeNotification)|GlobalFrameDidChangeNotification|ModeDocumentAttribute|NoInstrinsicMetric|SizeDocumentAttribute|ZoomDocumentAttribute)|sibleBinding)|oice(?:Age|DemoText|Gender(?:Female|Male|Neuter)?|I(?:dentifier|ndividuallySpokenCharacters)|LocaleIdentifier|Name|SupportedCharacters))|W(?:arningValueBinding|eb(?:ArchiveTextDocumentType|PreferencesDocumentOption|ResourceLoadDelegateDocumentOption)|hite|i(?:dthBinding|llBecomeMultiThreadedNotification|ndow(?:Did(?:Become(?:KeyNotification|MainNotification)|Change(?:BackingPropertiesNotification|Screen(?:Notification|ProfileNotification))|DeminiaturizeNotification|E(?:n(?:d(?:LiveResizeNotification|SheetNotification)|ter(?:FullScreenNotification|VersionBrowserNotification))|x(?:it(?:FullScreenNotification|VersionBrowserNotification)|poseNotification))|M(?:iniaturizeNotification|oveNotification)|Resi(?:gn(?:KeyNotification|MainNotification)|zeNotification)|UpdateNotification)|ServerCommunicationException|Will(?:BeginSheetNotification|CloseNotification|E(?:nter(?:FullScreenNotification|VersionBrowserNotification)|xit(?:FullScreenNotification|VersionBrowserNotification))|M(?:iniaturizeNotification|oveNotification)|StartLiveResizeNotification)))|or(?:d(?:MLTextDocumentType|Tables(?:ReadException|WriteException))|kspace(?:A(?:ctiveSpaceDidChangeNotification|pplicationKey)|Co(?:mpressOperation|pyOperation)|D(?:e(?:c(?:ompressOperation|ryptOperation)|s(?:ktopImage(?:AllowClippingKey|FillColorKey|ScalingKey)|troyOperation))|id(?:ActivateApplicationNotification|ChangeFileLabelsNotification|DeactivateApplicationNotification|HideApplicationNotification|LaunchApplicationNotification|MountNotification|PerformFileOperationNotification|RenameVolumeNotification|TerminateApplicationNotification|Un(?:hideApplicationNotification|mountNotification)|WakeNotification)|uplicateOperation)|EncryptOperation|L(?:aunchConfiguration(?:A(?:ppleEvent|r(?:chitecture|guments))|Environment)|inkOperation)|MoveOperation|RecycleOperation|S(?:creensDid(?:SleepNotification|WakeNotification)|essionDid(?:BecomeActiveNotification|ResignActiveNotification))|Volume(?:LocalizedNameKey|Old(?:LocalizedNameKey|URLKey)|URLKey)|Will(?:LaunchApplicationNotification|PowerOffNotification|SleepNotification|UnmountNotification)))|ritingDirectionAttributeName)|XMLParserErrorDomain|Zero(?:Point|Rect|Size))|Web(?:A(?:ction(?:ButtonKey|ElementKey|ModifierFlagsKey|NavigationTypeKey|OriginalURLKey)|rchivePboardType)|Element(?:DOMNodeKey|FrameKey|I(?:mage(?:AltStringKey|Key|RectKey|URLKey)|sSelectedKey)|Link(?:LabelKey|T(?:argetFrameKey|itleKey)|URLKey))|History(?:AllItemsRemovedNotification|Item(?:ChangedNotification|s(?:AddedNotification|Key|RemovedNotification))|LoadedNotification|SavedNotification)|KitError(?:Domain|MIMETypeKey|PlugIn(?:NameKey|PageURLStringKey))|P(?:lugIn(?:AttributesKey|BaseURLKey|Contain(?:erKey|ingElementKey)|ShouldLoadMainResourceKey)|referencesChangedNotification)|View(?:Did(?:BeginEditingNotification|Change(?:Notification|SelectionNotification|TypingStyleNotification)|EndEditingNotification)|Progress(?:EstimateChangedNotification|FinishedNotification|StartedNotification)))|kAB(?:A(?:ddress(?:C(?:ityKey|ountry(?:CodeKey|Key))|HomeLabel|Property|St(?:ateKey|reetKey)|WorkLabel|ZIPKey)|lternateBirthdayComponentsProperty|nniversaryLabel|ssistantLabel)|B(?:irthday(?:ComponentsProperty|Property)|rotherLabel)|C(?:alendarURIsProperty|hildLabel|reationDateProperty)|D(?:atabaseChanged(?:ExternallyNotification|Notification)|e(?:letedRecords|partmentProperty))|Email(?:HomeLabel|MobileMeLabel|Property|WorkLabel)|F(?:atherLabel|irstNameP(?:honeticProperty|roperty)|riendLabel)|GroupNameProperty|Home(?:Label|Page(?:Label|Property))|Ins(?:ertedRecords|tantMessage(?:Property|Service(?:AIM|Facebook|G(?:aduGadu|oogleTalk)|ICQ|Jabber|Key|MSN|QQ|Skype|Yahoo)|UsernameKey))|JobTitleProperty|LastNameP(?:honeticProperty|roperty)|M(?:a(?:idenNameProperty|nagerLabel)|iddleNameP(?:honeticProperty|roperty)|o(?:bileMeLabel|dificationDateProperty|therLabel))|N(?:icknameProperty|oteProperty)|O(?:rganizationProperty|ther(?:Date(?:ComponentsProperty|sProperty)|Label))|P(?:ar(?:entLabel|tnerLabel)|ersonFlags|hone(?:Home(?:FAXLabel|Label)|M(?:ainLabel|obileLabel)|P(?:agerLabel|roperty)|Work(?:FAXLabel|Label)|iPhoneLabel))|RelatedNamesProperty|S(?:isterLabel|ocialProfile(?:Property|Service(?:F(?:acebook|lickr)|Key|LinkedIn|MySpace|Twitter)|U(?:RLKey|ser(?:IdentifierKey|nameKey)))|pouseLabel|uffixProperty)|TitleProperty|U(?:IDProperty|RLsProperty|pdatedRecords)|WorkLabel))\\b",
|
202
|
+
"match": "\\b(?:AB(?:AddressBookErrorDomain|MultiValueIdentifiersErrorKey|PeoplePicker(?:DisplayedPropertyDidChangeNotification|GroupSelectionDidChangeNotification|NameSelectionDidChangeNotification|ValueSelectionDidChangeNotification))|DOM(?:E(?:ventException|xception)|RangeException|XPathException)|NS(?:A(?:bort(?:ModalException|PrintingException)|ccessibility(?:A(?:ctivationPointAttribute|llowedValuesAttribute|nnouncement(?:Key|RequestedNotification)|pplication(?:ActivatedNotification|DeactivatedNotification|HiddenNotification|Role|ShownNotification)|scendingSortDirectionValue|tt(?:achmentTextAttribute|ributedStringForRangeParameterizedAttribute)|utocorrectedTextAttribute)|B(?:ackgroundColorTextAttribute|oundsForRangeParameterizedAttribute|rowserRole|u(?:syIndicatorRole|ttonRole))|C(?:ancel(?:Action|ButtonAttribute)|e(?:ll(?:ForColumnAndRowParameterizedAttribute|Role)|nt(?:erTabStopMarkerTypeValue|imetersUnitValue))|h(?:eckBoxRole|ildrenAttribute)|l(?:earButtonAttribute|oseButton(?:Attribute|Subrole))|o(?:l(?:orWellRole|umn(?:CountAttribute|HeaderUIElementsAttribute|IndexRangeAttribute|Role|TitlesAttribute|sAttribute))|mboBoxRole|n(?:firmAction|tent(?:ListSubrole|sAttribute)))|r(?:eatedNotification|iticalValueAttribute))|D(?:e(?:c(?:imalTabStopMarkerTypeValue|rement(?:A(?:ction|rrowSubrole)|ButtonAttribute|PageSubrole))|f(?:aultButtonAttribute|initionListSubrole)|leteAction|sc(?:endingSortDirectionValue|riptionAttribute))|i(?:alogSubrole|sclos(?:ed(?:ByRowAttribute|RowsAttribute)|ingAttribute|ure(?:LevelAttribute|TriangleRole)))|ocumentAttribute|rawer(?:CreatedNotification|Role))|E(?:ditedAttribute|nabledAttribute|rrorCodeExceptionInfo|xpandedAttribute)|F(?:i(?:lenameAttribute|rstLineIndentMarkerTypeValue)|loatingWindowSubrole|o(?:cused(?:Attribute|UIElement(?:Attribute|ChangedNotification)|Window(?:Attribute|ChangedNotification))|nt(?:FamilyKey|NameKey|SizeKey|TextAttribute)|regroundColorTextAttribute)|rontmostAttribute|ullScreenButton(?:Attribute|Subrole))|Gr(?:idRole|o(?:upRole|wArea(?:Attribute|Role)))|H(?:andle(?:Role|sAttribute)|e(?:ad(?:IndentMarkerTypeValue|erAttribute)|lp(?:Attribute|Tag(?:CreatedNotification|Role)))|iddenAttribute|orizontal(?:OrientationValue|ScrollBarAttribute|Unit(?:DescriptionAttribute|sAttribute)))|I(?:dentifierAttribute|mageRole|n(?:c(?:hesUnitValue|rement(?:A(?:ction|rrowSubrole)|ButtonAttribute|PageSubrole|orRole))|dexAttribute|sertionPointLineNumberAttribute))|L(?:a(?:bel(?:UIElementsAttribute|ValueAttribute)|yout(?:AreaRole|ItemRole|PointForScreenPointParameterizedAttribute|SizeForScreenSizeParameterizedAttribute))|e(?:ftTabStopMarkerTypeValue|velIndicatorRole)|i(?:n(?:eForIndexParameterizedAttribute|k(?:Role|TextAttribute|edUIElementsAttribute))|stRole))|M(?:a(?:in(?:Attribute|Window(?:Attribute|ChangedNotification))|rke(?:dMisspelledTextAttribute|r(?:GroupUIElementAttribute|Type(?:Attribute|DescriptionAttribute)|UIElementsAttribute|ValuesAttribute))|tteRole|xValueAttribute)|enu(?:B(?:ar(?:Attribute|Role)|uttonRole)|ItemRole|Role)|i(?:n(?:ValueAttribute|imize(?:Button(?:Attribute|Subrole)|dAttribute))|sspelledTextAttribute)|o(?:dalAttribute|vedNotification))|N(?:extContentsAttribute|umberOfCharactersAttribute)|O(?:r(?:deredByRowAttribute|ientationAttribute)|utlineRo(?:le|wSubrole)|verflowButtonAttribute)|P(?:arentAttribute|ic(?:asUnitValue|kAction)|laceholderValueAttribute|o(?:intsUnitValue|p(?:UpButtonRole|overRole)|sitionAttribute)|r(?:e(?:ssAction|viousContentsAttribute)|o(?:gressIndicatorRole|xyAttribute)))|R(?:TFForRangeParameterizedAttribute|a(?:dio(?:ButtonRole|GroupRole)|iseAction|ngeFor(?:IndexParameterizedAttribute|LineParameterizedAttribute|PositionParameterizedAttribute)|tingIndicatorSubrole)|e(?:levanceIndicatorRole|sizedNotification)|ightTabStopMarkerTypeValue|o(?:le(?:Attribute|DescriptionAttribute)|w(?:Co(?:llapsedNotification|unt(?:Attribute|ChangedNotification))|ExpandedNotification|HeaderUIElementsAttribute|IndexRangeAttribute|Role|sAttribute))|uler(?:MarkerRole|Role))|S(?:cr(?:een(?:PointForLayoutPointParameterizedAttribute|SizeForLayoutSizeParameterizedAttribute)|oll(?:AreaRole|BarRole))|e(?:arch(?:ButtonAttribute|FieldSubrole|MenuAttribute)|cureTextFieldSubrole|lected(?:Attribute|C(?:ells(?:Attribute|ChangedNotification)|hildren(?:Attribute|ChangedNotification|MovedNotification)|olumns(?:Attribute|ChangedNotification))|Rows(?:Attribute|ChangedNotification)|Text(?:Attribute|ChangedNotification|Range(?:Attribute|sAttribute)))|rvesAsTitleForUIElementsAttribute)|h(?:a(?:dowTextAttribute|red(?:CharacterRangeAttribute|TextUIElementsAttribute))|eet(?:CreatedNotification|Role)|ow(?:MenuAction|nMenuAttribute))|izeAttribute|liderRole|ort(?:ButtonSubrole|DirectionAttribute)|plit(?:GroupRole|ter(?:Role|sAttribute))|t(?:a(?:ndardWindowSubrole|ticTextRole)|ri(?:kethrough(?:ColorTextAttribute|TextAttribute)|ngForRangeParameterizedAttribute)|yleRangeForIndexParameterizedAttribute)|u(?:broleAttribute|perscriptTextAttribute)|ystem(?:DialogSubrole|FloatingWindowSubrole|WideRole))|T(?:a(?:b(?:GroupRole|leRo(?:le|wSubrole)|sAttribute)|ilIndentMarkerTypeValue)|ext(?:A(?:reaRole|ttachmentSubrole)|FieldRole|LinkSubrole)|i(?:melineSubrole|tle(?:Attribute|ChangedNotification|UIElementAttribute))|o(?:olbar(?:Button(?:Attribute|Subrole)|Role)|pLevelUIElementAttribute))|U(?:IElementDestroyedNotification|RLAttribute|n(?:derline(?:ColorTextAttribute|TextAttribute)|it(?:DescriptionAttribute|s(?:Attribute|ChangedNotification))|known(?:MarkerTypeValue|OrientationValue|Role|S(?:ortDirectionValue|ubrole)|UnitValue)))|V(?:alue(?:Attribute|ChangedNotification|DescriptionAttribute|IndicatorRole)|ertical(?:OrientationValue|ScrollBarAttribute|Unit(?:DescriptionAttribute|sAttribute))|isible(?:C(?:ellsAttribute|h(?:aracterRangeAttribute|ildrenAttribute)|olumnsAttribute)|NameKey|RowsAttribute))|W(?:arningValueAttribute|indow(?:Attribute|CreatedNotification|DeminiaturizedNotification|M(?:iniaturizedNotification|ovedNotification)|R(?:esizedNotification|ole)|sAttribute))|ZoomButton(?:Attribute|Subrole))|l(?:ignmentBinding|l(?:RomanInputSourcesLocaleIdentifier|ows(?:EditingMultipleValuesSelectionBindingOption|NullArgumentBindingOption))|ternate(?:ImageBinding|TitleBinding)|waysPresentsApplicationModalAlertsBindingOption)|n(?:imat(?:eBinding|ion(?:DelayBinding|ProgressMark(?:Notification)?|TriggerOrder(?:In|Out)))|tialiasThresholdChangedNotification)|pp(?:Kit(?:IgnoredException|V(?:ersionNumber|irtualMemoryException))|l(?:e(?:Event(?:ManagerWillProcessFirstEventNotification|TimeOut(?:Default|None))|ScriptError(?:AppName|BriefMessage|Message|Number|Range))|ication(?:Did(?:BecomeActiveNotification|ChangeScreenParametersNotification|Finish(?:LaunchingNotification|RestoringWindowsNotification)|HideNotification|ResignActiveNotification|U(?:nhideNotification|pdateNotification))|LaunchIsDefaultLaunchKey|Will(?:BecomeActiveNotification|FinishLaunchingNotification|HideNotification|ResignActiveNotification|TerminateNotification|U(?:nhideNotification|pdateNotification)))))?|rgument(?:Binding|Domain)|ssertionHandlerKey|tt(?:achmentAttributeName|ributedStringBinding)|uthorDocumentAttribute|verageKeyValueOperator)|B(?:a(?:ck(?:groundColor(?:AttributeName|DocumentAttribute)|ingPropertyOld(?:ColorSpaceKey|ScaleFactorKey))|d(?:BitmapParametersException|ComparisonException|RTF(?:ColorTableException|DirectiveException|FontTableException|StyleSheetException))|se(?:URLDocumentOption|lineOffsetAttributeName))|lack|ottomMarginDocumentAttribute|rowser(?:ColumnConfigurationDidChangeNotification|IllegalDelegateException)|undle(?:DidLoadNotification|ResourceRequestLo(?:adingPriorityUrgent|wDiskSpaceNotification)))|C(?:a(?:l(?:endarIdentifier(?:Buddhist|C(?:hinese|optic)|EthiopicAmete(?:Alem|Mihret)|Gregorian|Hebrew|I(?:SO8601|ndian|slamic(?:Civil)?)|Japanese|Persian|RepublicOfChina)|ibrated(?:RGBColorSpace|WhiteColorSpace))|tegoryDocumentAttribute)|enterTextAlignment|haracter(?:ConversionException|EncodingDocument(?:Attribute|Option))|lassDescriptionNeededForClassNotification|o(?:coa(?:ErrorDomain|VersionDocumentAttribute)|lor(?:List(?:DidChangeNotification|IOException|NotEditableException)|P(?:anelColorDidChangeNotification|boardType))|m(?:boBox(?:Selection(?:DidChangeNotification|IsChangingNotification)|Will(?:DismissNotification|PopUpNotification))|mentDocumentAttribute|panyDocumentAttribute)|n(?:ditionallySets(?:E(?:ditableBindingOption|nabledBindingOption)|HiddenBindingOption)|nection(?:Did(?:DieNotification|InitializeNotification)|ReplyMode)|t(?:e(?:nt(?:Array(?:Binding|ForMultipleSelectionBinding)|Binding|DictionaryBinding|HeightBinding|Object(?:Binding|sBinding)|PlacementTagBindingOption|SetBinding|ValuesBinding|WidthBinding)|xtHelpModeDid(?:ActivateNotification|DeactivateNotification))|inuouslyUpdatesValueBindingOption|rolT(?:extDid(?:BeginEditingNotification|ChangeNotification|EndEditingNotification)|intDidChangeNotification))|vertedDocumentAttribute)|pyrightDocumentAttribute|untKeyValueOperator)|r(?:eat(?:esSortDescriptorBindingOption|ionTimeDocumentAttribute)|iticalValueBinding)|u(?:r(?:rentLocaleDidChangeNotification|sorAttributeName)|stomColorSpace))|D(?:a(?:rkGray|taBinding)|e(?:cimalNumber(?:DivideByZeroException|ExactnessException|OverflowException|UnderflowException)|f(?:ault(?:AttributesDocumentOption|RunLoopMode|T(?:abIntervalDocumentAttribute|okenStyle))|initionPresentationType(?:DictionaryApplication|Key|Overlay))|letesObjectsOnRemoveBindingsOption|stinationInvalidException|vice(?:BitsPerSample|C(?:MYKColorSpace|olorSpaceName)|Is(?:Printer|Screen)|R(?:GBColorSpace|esolution)|Size|WhiteColorSpace))|i(?:dBecomeSingleThreadedNotification|s(?:play(?:NameBindingOption|Pattern(?:BindingOption|TitleBinding|ValueBinding))|tinctUnionOf(?:ArraysKeyValueOperator|ObjectsKeyValueOperator|SetsKeyValueOperator)))|o(?:c(?:FormatTextDocumentType|ument(?:EditedBinding|TypeDocument(?:Attribute|Option)))|ubleClick(?:ArgumentBinding|TargetBinding))|ra(?:g(?:Pboard|ging(?:Exception|ImageComponent(?:IconKey|LabelKey)))|wer(?:Did(?:CloseNotification|OpenNotification)|Will(?:CloseNotification|OpenNotification))))|E(?:dit(?:ableBinding|orDocumentAttribute)|nabledBinding|ventTrackingRunLoopMode|x(?:cluded(?:ElementsDocumentAttribute|KeysBinding)|pansionAttributeName|tension(?:Host(?:Did(?:BecomeActiveNotification|EnterBackgroundNotification)|Will(?:EnterForegroundNotification|ResignActiveNotification))|JavaScriptFinalizeArgumentKey)))|F(?:ailedAuthenticationException|i(?:l(?:e(?:AppendOnly|Busy|C(?:ontentsPboardType|reationDate)|DeviceIdentifier|ExtensionHidden|GroupOwnerAccount(?:ID|Name)|H(?:FS(?:CreatorCode|TypeCode)|andle(?:ConnectionAcceptedNotification|DataAvailableNotification|Notification(?:DataItem|FileHandleItem)|OperationException|Read(?:CompletionNotification|ToEndOfFileCompletionNotification)))|Immutable|ModificationDate|OwnerAccount(?:ID|Name)|P(?:athErrorKey|osixPermissions|rotection(?:Complete(?:Un(?:lessOpen|tilFirstUserAuthentication))?|Key|None))|ReferenceCount|S(?:ize|ystem(?:F(?:ileNumber|ree(?:Nodes|Size))|N(?:odes|umber)|Size))|Type(?:BlockSpecial|CharacterSpecial|D(?:irectory|ocument(?:Attribute|Option))|Regular|S(?:ocket|ymbolicLink)|Unknown)?|namesPboardType|sPromisePboardType)|terPredicateBinding)|ndP(?:anel(?:CaseInsensitiveSearch|S(?:earchOptionsPboardType|ubstringMatch))|board))|o(?:nt(?:AttributeName|B(?:inding|oldBinding)|C(?:ascadeListAttribute|haracterSetAttribute|ollection(?:A(?:ctionKey|llFonts)|Di(?:dChangeNotification|sallowAutoActivationOption)|Favorites|IncludeDisabledFontsOption|NameKey|OldNameKey|Re(?:centlyUsed|moveDuplicatesOption)|User|VisibilityKey|Was(?:Hidden|Renamed|Shown)))|F(?:a(?:ceAttribute|mily(?:Attribute|NameBinding))|eature(?:Se(?:lectorIdentifierKey|ttingsAttribute)|TypeIdentifierKey)|ixedAdvanceAttribute)|I(?:dentityMatrix|talicBinding)|MatrixAttribute|Name(?:Attribute|Binding)|Pboard(?:Type)?|S(?:etChangedNotification|ize(?:Attribute|Binding)|lantTrait|ymbolicTrait)|TraitsAttribute|UnavailableException|V(?:ariationA(?:ttribute|xis(?:DefaultValueKey|IdentifierKey|M(?:aximumValueKey|inimumValueKey)|NameKey))|isibleNameAttribute)|W(?:eightTrait|idthTrait))|regroundColorAttributeName|undationVersionNumber)|ullScreenMode(?:A(?:llScreens|pplicationPresentationOptions)|Setting|WindowLevel))|G(?:ener(?:alPboard|icException)|l(?:obalDomain|yphInfoAttributeName)|ra(?:mmar(?:Corrections|Range|UserDescription)|phicsContext(?:DestinationAttributeName|P(?:DFFormat|SFormat)|RepresentationFormatAttributeName)))|H(?:T(?:ML(?:PboardType|TextDocumentType)|TPCookie(?:Comment(?:URL)?|D(?:iscard|omain)|Expires|Ma(?:nager(?:AcceptPolicyChangedNotification|CookiesChangedNotification)|ximumAge)|Name|OriginURL|P(?:ath|ort)|Secure|V(?:alue|ersion)))|a(?:ndlesContentAsCompoundValueBindingOption|shTable(?:CopyIn|ObjectPointerPersonality|StrongMemory))|e(?:aderTitleBinding|lpAnchorErrorKey)|iddenBinding|yphenationFactorDocumentAttribute)|I(?:llegalSelectorException|mage(?:Binding|C(?:acheException|o(?:lorSyncProfileData|mpression(?:Factor|Method))|urrentFrame(?:Duration)?)|DitherTransparency|EXIFData|F(?:allbackBackgroundColor|rameCount)|Gamma|Hint(?:CTM|Interpolation)|Interlaced|LoopCount|Name(?:A(?:ctionTemplate|d(?:dTemplate|vanced)|pplicationIcon)|B(?:luetoothTemplate|o(?:njour|okmarksTemplate))|C(?:aution|o(?:l(?:orPanel|umnViewTemplate)|mputer))|E(?:nterFullScreenTemplate|veryone|xitFullScreenTemplate)|F(?:lowViewTemplate|o(?:l(?:der(?:Burnable|Smart)?|lowLinkFreestandingTemplate)|ntPanel))|Go(?:LeftTemplate|RightTemplate)|HomeTemplate|I(?:ChatTheaterTemplate|conViewTemplate|n(?:fo|validDataFreestandingTemplate))|L(?:eftFacingTriangleTemplate|istViewTemplate|ock(?:LockedTemplate|UnlockedTemplate))|M(?:enu(?:MixedStateTemplate|OnStateTemplate)|obileMe|ultipleDocuments)|Network|P(?:athTemplate|referencesGeneral)|QuickLookTemplate|R(?:e(?:fresh(?:FreestandingTemplate|Template)|moveTemplate|vealFreestandingTemplate)|ightFacingTriangleTemplate)|S(?:lideshowTemplate|martBadgeTemplate|t(?:atus(?:Available|None|PartiallyAvailable|Unavailable)|opProgress(?:FreestandingTemplate|Template)))|Trash(?:Empty|Full)|User(?:Accounts|G(?:roup|uest))?)|Progressive|R(?:GBColorTable|epRegistryDidChangeNotification))|n(?:c(?:ludedKeysBinding|onsistentArchiveException)|itial(?:KeyBinding|ValueBinding)|kTextPboardType|sertsNullPlaceholderBindingOption|te(?:ger(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks))|rnalInconsistencyException)|v(?:alid(?:Ar(?:chiveOperationException|gumentException)|ReceivePortException|SendPortException|UnarchiveOperationException)|o(?:cationOperation(?:CancelledException|VoidResultException)|kesSeparatelyWithArrayObjectsBindingOption)))|s(?:IndeterminateBinding|N(?:ilTransformerName|otNilTransformerName)))|JustifiedTextAlignment|Ke(?:rnAttributeName|y(?:ValueChange(?:IndexesKey|KindKey|N(?:ewKey|otificationIsPriorKey)|OldKey)|edUnarchiveFromDataTransformerName|wordsDocumentAttribute))|L(?:a(?:belBinding|youtPriority(?:D(?:efault(?:High|Low)|ragThatCan(?:ResizeWindow|notResizeWindow))|FittingSizeCompression|Required|WindowSizeStayPut))|eft(?:MarginDocumentAttribute|TextAlignment)|i(?:g(?:atureAttributeName|htGray)|n(?:guisticTag(?:Ad(?:jective|verb)|C(?:l(?:assifier|ose(?:Parenthesis|Quote))|onjunction)|D(?:ash|eterminer)|I(?:diom|nterjection)|N(?:oun|umber)|O(?:pen(?:Parenthesis|Quote)|rganizationName|ther(?:Punctuation|W(?:hitespace|ord))?)|P(?:ar(?:agraphBreak|ticle)|ersonalName|laceName|r(?:eposition|onoun)|unctuation)|S(?:cheme(?:L(?:anguage|e(?:mma|xicalClass))|NameType(?:OrLexicalClass)?|Script|TokenType)|entenceTerminator)|Verb|W(?:hitespace|ord(?:Joiner)?))|kAttributeName))|o(?:adedClasses|cal(?:NotificationCenterType|e(?:AlternateQuotation(?:BeginDelimiterKey|EndDelimiterKey)|C(?:alendar|o(?:llat(?:ionIdentifier|orIdentifier)|untryCode)|urrency(?:Code|Symbol))|DecimalSeparator|ExemplarCharacterSet|GroupingSeparator|Identifier|LanguageCode|MeasurementSystem|Quotation(?:BeginDelimiterKey|EndDelimiterKey)|ScriptCode|UsesMetricSystem|VariantCode)|ized(?:DescriptionKey|FailureReasonErrorKey|KeyDictionaryBinding|Recovery(?:OptionsErrorKey|SuggestionErrorKey)))))|M(?:a(?:c(?:SimpleTextDocumentType|hErrorDomain)|llocException|nage(?:dObjectContextBinding|rDocumentAttribute)|pTable(?:CopyIn|ObjectPointerPersonality|StrongMemory)|rkedClauseSegmentAttributeName|x(?:ValueBinding|WidthBinding|imum(?:KeyValueOperator|RecentsBinding)))|e(?:nu(?:Did(?:AddItemNotification|BeginTrackingNotification|ChangeItemNotification|EndTrackingNotification|RemoveItemNotification|SendActionNotification)|WillSendActionNotification)|tadata(?:Item(?:DisplayNameKey|FS(?:C(?:ontentChangeDateKey|reationDateKey)|NameKey|SizeKey)|IsUbiquitousKey|PathKey|URLKey)|Query(?:Did(?:FinishGatheringNotification|StartGatheringNotification|UpdateNotification)|GatheringProgressNotification|LocalComputerScope|NetworkScope|ResultContentRelevanceAttribute|U(?:biquitousD(?:ataScope|ocumentsScope)|serHomeScope))|UbiquitousItem(?:HasUnresolvedConflictsKey|Is(?:DownloadingKey|Upload(?:edKey|ingKey))|Percent(?:DownloadedKey|UploadedKey))))|i(?:n(?:ValueBinding|WidthBinding|imumKeyValueOperator)|xedStateImageBinding)|od(?:alPanelRunLoopMode|ificationTimeDocumentAttribute)|ultiple(?:TextSelectionPboardType|Values(?:Marker|PlaceholderBindingOption)))|N(?:a(?:medColorSpace|turalTextAlignment)|e(?:gateBooleanTransformerName|tServicesError(?:Code|Domain))|ibLoadingException|o(?:Selection(?:Marker|PlaceholderBindingOption)|n(?:OwnedPointer(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks)|OrNullMapKeyCallBacks)|RetainedObject(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks)))|t(?:Applicable(?:Marker|PlaceholderBindingOption)|Found|ification(?:DeliverImmediately|PostToAllSessions)))|ullPlaceholderBindingOption)|O(?:SStatusErrorDomain|b(?:ject(?:HashCallBacks|InaccessibleException|Map(?:KeyCallBacks|ValueCallBacks)|NotAvailableException)|liquenessAttributeName|served(?:KeyPathKey|ObjectKey))|ff(?:StateImageBinding|iceOpenXMLTextDocumentType)|ldStyleException|nStateImageBinding|p(?:e(?:nDocumentTextDocumentType|ration(?:NotSupportedForKeyException|QueueDefaultMaxConcurrentOperationCount))|tionsKey)|utlineView(?:ColumnDid(?:MoveNotification|ResizeNotification)|Item(?:Did(?:CollapseNotification|ExpandNotification)|Will(?:CollapseNotification|ExpandNotification))|Selection(?:DidChangeNotification|IsChangingNotification))|wned(?:ObjectIdentityHashCallBacks|Pointer(?:HashCallBacks|Map(?:KeyCallBacks|ValueCallBacks))))|P(?:DFPboardType|OSIXErrorDomain|PD(?:Include(?:NotFoundException|Stack(?:OverflowException|UnderflowException))|ParseException)|a(?:perSizeDocumentAttribute|r(?:agraphStyleAttributeName|seErrorException)|steboard(?:CommunicationException|Type(?:Color|F(?:indPanelSearchOptions|ont)|HTML|MultipleTextSelection|P(?:DF|NG)|R(?:TF(?:D)?|uler)|S(?:ound|tring)|T(?:IFF|abularText|extFinderOptions))|URLReading(?:ContentsConformToTypesKey|FileURLsOnlyKey))|tternColorSpace)|lainText(?:DocumentType|TokenStyle)|o(?:interToStructHashCallBacks|p(?:UpButton(?:CellWillPopUpNotification|WillPopUpNotification)|over(?:CloseReason(?:DetachToWindow|Key|Standard)|Did(?:CloseNotification|ShowNotification)|Will(?:CloseNotification|ShowNotification)))|rt(?:DidBecomeInvalidNotification|ReceiveException|SendException|TimeoutException)|s(?:itioningRectBinding|tScriptPboardType))|r(?:e(?:dicate(?:Binding|FormatBindingOption)|f(?:erredScrollerStyleDidChangeNotification|ixSpacesDocumentAttribute))|int(?:AllP(?:ages|resetsJobStyleHint)|BottomMargin|C(?:ancelJob|opies)|DetailedErrorReporting|F(?:axNumber|irstPage)|H(?:eaderAndFooter|orizontal(?:Pagination|lyCentered))|Job(?:Disposition|Saving(?:FileNameExtensionHidden|URL))|L(?:astPage|eftMargin)|MustCollate|NoPresetsJobStyleHint|O(?:perationExistsException|rientation)|P(?:a(?:ckageException|ges(?:Across|Down)|nelAccessorySummaryItem(?:DescriptionKey|NameKey)|per(?:Name|Size))|hotoJobStyleHint|r(?:eviewJob|inter(?:Name)?))|R(?:eversePageOrder|ightMargin)|S(?:aveJob|calingFactor|electionOnly|poolJob)|T(?:ime|opMargin)|Vertical(?:Pagination|lyCentered)|ingCommunicationException)|ocessInfoPowerStateDidChangeNotification))|R(?:TF(?:D(?:PboardType|TextDocumentType)|P(?:boardType|ropertyStackOverflowException)|TextDocumentType)|a(?:isesForNotApplicableKeysBindingOption|ngeException)|e(?:adOnlyDocumentAttribute|c(?:entSearchesBinding|overyAttempterErrorKey)|gistrationDomain|presentedFilenameBinding)|ight(?:MarginDocumentAttribute|TextAlignment)|o(?:undedTokenStyle|wHeightBinding)|u(?:le(?:Editor(?:Predicate(?:C(?:omp(?:arisonModifier|oundType)|ustomSelector)|LeftExpression|Op(?:eratorType|tions)|RightExpression)|RowsDidChangeNotification)|rPboard(?:Type)?)|nLoopCommonModes))|S(?:creenColorSpaceDidChangeNotification|elect(?:ed(?:I(?:dentifierBinding|ndexBinding)|LabelBinding|Object(?:Binding|sBinding)|TagBinding|Value(?:Binding|sBinding))|ionIndex(?:PathsBinding|esBinding)|orNameBindingOption|sAllWhenSettingContentBindingOption)|hadowAttributeName|o(?:rtDescriptorsBinding|undPboardType)|p(?:e(?:ech(?:C(?:haracterModeProperty|ommand(?:DelimiterProperty|Prefix|Suffix)|urrentVoiceProperty)|Dictionary(?:Abbreviations|Entry(?:Phonemes|Spelling)|LocaleIdentifier|ModificationDate|Pronunciations)|Error(?:Count|NewestC(?:haracterOffset|ode)|OldestC(?:haracterOffset|ode)|sProperty)|InputModeProperty|Mode(?:Literal|Normal|Phoneme|Text)|NumberModeProperty|OutputToFileURLProperty|P(?:honeme(?:Info(?:Example|Hilite(?:End|Start)|Opcode|Symbol)|SymbolsProperty)|itch(?:BaseProperty|ModProperty))|R(?:ateProperty|e(?:centSyncProperty|setProperty))|S(?:tatus(?:NumberOfCharactersLeft|Output(?:Busy|Paused)|P(?:honemeCode|roperty))|ynthesizerInfo(?:Identifier|Property|Version))|VolumeProperty)|ll(?:CheckerDidChangeAutomatic(?:SpellingCorrectionNotification|TextReplacementNotification)|ingStateAttributeName))|litView(?:DidResizeSubviewsNotification|WillResizeSubviewsNotification))|quareStatusItemLength|t(?:ackTraceKey|r(?:eam(?:DataWrittenToMemoryStreamKey|FileCurrentOffsetKey|NetworkServiceType(?:Background|V(?:ideo|o(?:IP|ice)))?|S(?:OCKS(?:ErrorDomain|Proxy(?:ConfigurationKey|HostKey|P(?:asswordKey|ortKey)|UserKey|Version(?:4|5|Key)))|ocketS(?:SLErrorDomain|ecurityLevel(?:Key|N(?:egotiatedSSL|one)|SSLv(?:2|3)|TLSv1))))|i(?:kethrough(?:ColorAttributeName|StyleAttributeName)|ng(?:EncodingErrorKey|PboardType))|oke(?:ColorAttributeName|WidthAttributeName)))|u(?:bjectDocumentAttribute|mKeyValueOperator|perscriptAttributeName)|ystem(?:C(?:lockDidChangeNotification|olorsDidChangeNotification)|TimeZoneDidChangeNotification))|T(?:IFF(?:Exception|PboardType)|a(?:b(?:ColumnTerminatorsAttributeName|leView(?:ColumnDid(?:MoveNotification|ResizeNotification)|RowViewKey|Selection(?:DidChangeNotification|IsChangingNotification))|ularTextPboardType)|rgetBinding|skDidTerminateNotification)|ext(?:C(?:hecking(?:AirlineKey|C(?:ityKey|ountryKey)|Document(?:AuthorKey|TitleKey|URLKey)|FlightKey|JobTitleKey|NameKey|Or(?:ganizationKey|thographyKey)|PhoneKey|QuotesKey|Re(?:ference(?:DateKey|TimeZoneKey)|gularExpressionsKey|placementsKey)|St(?:ateKey|reetKey)|ZIPKey)|olorBinding)|Did(?:BeginEditingNotification|ChangeNotification|EndEditingNotification)|EncodingNameDocument(?:Attribute|Option)|Finder(?:CaseInsensitiveKey|MatchingTypeKey)|InputContextKeyboardSelectionDidChangeNotification|L(?:ayoutSection(?:Orientation|Range|sAttribute)|ineTooLongException)|NoSelectionException|ReadException|S(?:izeMultiplierDocumentOption|torage(?:DidProcessEditingNotification|WillProcessEditingNotification))|View(?:DidChange(?:SelectionNotification|TypingAttributesNotification)|WillChangeNotifyingTextViewNotification)|WriteException)|hreadWillExitNotification|i(?:meoutDocumentOption|tle(?:Binding|DocumentAttribute))|o(?:ol(?:Tip(?:AttributeName|Binding)|bar(?:CustomizeToolbarItemIdentifier|DidRemoveItemNotification|FlexibleSpaceItemIdentifier|PrintItemIdentifier|S(?:eparatorItemIdentifier|how(?:ColorsItemIdentifier|FontsItemIdentifier)|paceItemIdentifier)|WillAddItemNotification))|pMarginDocumentAttribute)|ransparentBinding|ypedStreamVersionException)|U(?:RL(?:A(?:ttributeModificationDateKey|uthenticationMethod(?:ClientCertificate|Default|HT(?:MLForm|TP(?:Basic|Digest))|N(?:TLM|egotiate)|ServerTrust))|C(?:ontent(?:AccessDateKey|ModificationDateKey)|re(?:ationDateKey|dentialStorageChangedNotification)|ustomIconKey)|E(?:ffectiveIconKey|rror(?:Domain|FailingURL(?:ErrorKey|PeerTrustErrorKey|StringErrorKey)|Key))|File(?:AllocatedSizeKey|Protection(?:Complete(?:Un(?:lessOpen|tilFirstUserAuthentication))?|Key|None)|Resource(?:IdentifierKey|Type(?:BlockSpecial|CharacterSpecial|Directory|Key|NamedPipe|Regular|S(?:ocket|ymbolicLink)|Unknown))|S(?:cheme|ecurityKey|izeKey))|HasHiddenExtensionKey|Is(?:AliasFileKey|DirectoryKey|ExecutableKey|HiddenKey|MountTriggerKey|PackageKey|Re(?:adableKey|gularFileKey)|Sy(?:mbolicLinkKey|stemImmutableKey)|U(?:biquitousItemKey|serImmutableKey)|VolumeKey|WritableKey)|KeysOfUnsetValuesKey|L(?:abel(?:ColorKey|NumberKey)|inkCountKey|ocalized(?:LabelKey|NameKey|TypeDescriptionKey))|NameKey|P(?:arentDirectoryURLKey|boardType|r(?:eferredIOBlockSizeKey|otectionSpace(?:FTP(?:Proxy)?|HTTP(?:Proxy|S(?:Proxy)?)?|SOCKSProxy)))|T(?:otalFile(?:AllocatedSizeKey|SizeKey)|ypeIdentifierKey)|UbiquitousItem(?:HasUnresolvedConflictsKey|Is(?:DownloadingKey|Upload(?:edKey|ingKey)))|Volume(?:AvailableCapacityKey|CreationDateKey|I(?:dentifierKey|s(?:AutomountedKey|BrowsableKey|EjectableKey|InternalKey|JournalingKey|LocalKey|Re(?:adOnlyKey|movableKey)))|Localized(?:FormatDescriptionKey|NameKey)|MaximumFileSizeKey|NameKey|ResourceCountKey|Supports(?:AdvisoryFileLockingKey|Case(?:PreservedNamesKey|SensitiveNamesKey)|ExtendedSecurityKey|HardLinksKey|JournalingKey|PersistentIDsKey|R(?:enamingKey|ootDirectoryDatesKey)|S(?:parseFilesKey|ymbolicLinksKey)|VolumeSizesKey|ZeroRunsKey)|TotalCapacityKey|U(?:RL(?:ForRemountingKey|Key)|UIDStringKey)))|biquitousKeyValueStore(?:Change(?:ReasonKey|dKeysKey)|DidChangeExternallyNotification)|n(?:archiveFromDataTransformerName|caught(?:RuntimeErrorException|SystemExceptionException)|d(?:e(?:finedKeyException|rl(?:ine(?:ColorAttributeName|StyleAttributeName)|yingErrorKey))|o(?:CloseGroupingRunLoopOrdering|Manager(?:CheckpointNotification|Did(?:CloseUndoGroupNotification|OpenUndoGroupNotification|RedoChangeNotification|UndoChangeNotification)|GroupIsDiscardableKey|Will(?:CloseUndoGroupNotification|RedoChangeNotification|UndoChangeNotification))))|ionOf(?:ArraysKeyValueOperator|ObjectsKeyValueOperator|SetsKeyValueOperator))|serDefaultsDidChangeNotification)|V(?:CardPboardType|a(?:l(?:idatesImmediatelyBindingOption|ue(?:Binding|PathBinding|Transformer(?:BindingOption|NameBindingOption)|URLBinding))|riableStatusItemLength)|erticalGlyphFormAttributeName|i(?:ew(?:Animation(?:E(?:ffectKey|ndFrameKey)|Fade(?:InEffect|OutEffect)|StartFrameKey|TargetKey)|BoundsDidChangeNotification|DidUpdateTrackingAreasNotification|F(?:ocusDidChangeNotification|rameDidChangeNotification)|GlobalFrameDidChangeNotification|ModeDocumentAttribute|NoInstrinsicMetric|SizeDocumentAttribute|ZoomDocumentAttribute)|sibleBinding)|oice(?:Age|DemoText|Gender(?:Female|Male|Neuter)?|I(?:dentifier|ndividuallySpokenCharacters)|LocaleIdentifier|Name|SupportedCharacters))|W(?:arningValueBinding|eb(?:ArchiveTextDocumentType|PreferencesDocumentOption|ResourceLoadDelegateDocumentOption)|hite|i(?:dthBinding|llBecomeMultiThreadedNotification|ndow(?:Did(?:Become(?:KeyNotification|MainNotification)|Change(?:BackingPropertiesNotification|Screen(?:Notification|ProfileNotification))|DeminiaturizeNotification|E(?:n(?:d(?:LiveResizeNotification|SheetNotification)|ter(?:FullScreenNotification|VersionBrowserNotification))|x(?:it(?:FullScreenNotification|VersionBrowserNotification)|poseNotification))|M(?:iniaturizeNotification|oveNotification)|Resi(?:gn(?:KeyNotification|MainNotification)|zeNotification)|UpdateNotification)|ServerCommunicationException|Will(?:BeginSheetNotification|CloseNotification|E(?:nter(?:FullScreenNotification|VersionBrowserNotification)|xit(?:FullScreenNotification|VersionBrowserNotification))|M(?:iniaturizeNotification|oveNotification)|StartLiveResizeNotification)))|or(?:d(?:MLTextDocumentType|Tables(?:ReadException|WriteException))|kspace(?:A(?:ctiveSpaceDidChangeNotification|pplicationKey)|D(?:esktopImage(?:AllowClippingKey|FillColorKey|ScalingKey)|id(?:ActivateApplicationNotification|ChangeFileLabelsNotification|DeactivateApplicationNotification|HideApplicationNotification|LaunchApplicationNotification|MountNotification|RenameVolumeNotification|TerminateApplicationNotification|Un(?:hideApplicationNotification|mountNotification)|WakeNotification))|LaunchConfiguration(?:A(?:ppleEvent|r(?:chitecture|guments))|Environment)|S(?:creensDid(?:SleepNotification|WakeNotification)|essionDid(?:BecomeActiveNotification|ResignActiveNotification))|Volume(?:LocalizedNameKey|Old(?:LocalizedNameKey|URLKey)|URLKey)|Will(?:LaunchApplicationNotification|PowerOffNotification|SleepNotification|UnmountNotification)))|ritingDirectionAttributeName)|XMLParserErrorDomain|Zero(?:Point|Rect|Size))|Web(?:A(?:ction(?:ButtonKey|ElementKey|ModifierFlagsKey|NavigationTypeKey|OriginalURLKey)|rchivePboardType)|Element(?:DOMNodeKey|FrameKey|I(?:mage(?:AltStringKey|Key|RectKey|URLKey)|sSelectedKey)|Link(?:LabelKey|T(?:argetFrameKey|itleKey)|URLKey))|History(?:AllItemsRemovedNotification|Item(?:ChangedNotification|s(?:AddedNotification|Key|RemovedNotification))|LoadedNotification|SavedNotification)|KitError(?:Domain|MIMETypeKey|PlugIn(?:NameKey|PageURLStringKey))|P(?:lugIn(?:AttributesKey|BaseURLKey|Contain(?:erKey|ingElementKey)|ShouldLoadMainResourceKey)|referencesChangedNotification)|View(?:Did(?:BeginEditingNotification|Change(?:Notification|SelectionNotification|TypingStyleNotification)|EndEditingNotification)|Progress(?:EstimateChangedNotification|FinishedNotification|StartedNotification)))|kAB(?:A(?:ddress(?:C(?:ityKey|ountry(?:CodeKey|Key))|HomeLabel|Property|St(?:ateKey|reetKey)|WorkLabel|ZIPKey)|lternateBirthdayComponentsProperty|nniversaryLabel|ssistantLabel)|B(?:irthday(?:ComponentsProperty|Property)|rotherLabel)|C(?:alendarURIsProperty|hildLabel|reationDateProperty)|D(?:atabaseChanged(?:ExternallyNotification|Notification)|e(?:letedRecords|partmentProperty))|Email(?:HomeLabel|MobileMeLabel|Property|WorkLabel)|F(?:atherLabel|irstNameP(?:honeticProperty|roperty)|riendLabel)|GroupNameProperty|Home(?:Label|Page(?:Label|Property))|Ins(?:ertedRecords|tantMessage(?:Property|Service(?:AIM|Facebook|G(?:aduGadu|oogleTalk)|ICQ|Jabber|Key|MSN|QQ|Skype|Yahoo)|UsernameKey))|JobTitleProperty|LastNameP(?:honeticProperty|roperty)|M(?:a(?:idenNameProperty|nagerLabel)|iddleNameP(?:honeticProperty|roperty)|o(?:bileMeLabel|dificationDateProperty|therLabel))|N(?:icknameProperty|oteProperty)|O(?:rganizationProperty|ther(?:Date(?:ComponentsProperty|sProperty)|Label))|P(?:ar(?:entLabel|tnerLabel)|ersonFlags|hone(?:Home(?:FAXLabel|Label)|M(?:ainLabel|obileLabel)|P(?:agerLabel|roperty)|Work(?:FAXLabel|Label)|iPhoneLabel))|RelatedNamesProperty|S(?:isterLabel|ocialProfile(?:Property|Service(?:F(?:acebook|lickr)|Key|LinkedIn|MySpace|Twitter)|U(?:RLKey|ser(?:IdentifierKey|nameKey)))|pouseLabel|uffixProperty)|TitleProperty|U(?:IDProperty|RLsProperty|pdatedRecords)|WorkLabel))\\b",
|
258
203
|
"name": "support.variable.cocoa.objc"
|
259
204
|
}
|
260
205
|
],
|
261
206
|
"repository": {
|
207
|
+
"functions": {
|
208
|
+
"patterns": [
|
209
|
+
{
|
210
|
+
"captures": {
|
211
|
+
"1": {
|
212
|
+
"name": "punctuation.whitespace.support.function.leading"
|
213
|
+
},
|
214
|
+
"2": {
|
215
|
+
"name": "invalid.deprecated.10.0.support.function.cocoa.objc"
|
216
|
+
}
|
217
|
+
},
|
218
|
+
"match": "(\\s*)(\\bNS(?:HighlightRect|Run(?:AlertPanelRelativeToWindow|CriticalAlertPanelRelativeToWindow|InformationalAlertPanelRelativeToWindow))\\b)"
|
219
|
+
},
|
220
|
+
{
|
221
|
+
"captures": {
|
222
|
+
"1": {
|
223
|
+
"name": "punctuation.whitespace.support.function.leading"
|
224
|
+
},
|
225
|
+
"2": {
|
226
|
+
"name": "invalid.deprecated.10.10.support.function.cocoa.objc"
|
227
|
+
}
|
228
|
+
},
|
229
|
+
"match": "(\\s*)(\\bNS(?:Begin(?:AlertSheet|CriticalAlertSheet|InformationalAlertSheet)|CopyBits|Get(?:AlertPanel|CriticalAlertPanel|InformationalAlertPanel)|R(?:eleaseAlertPanel|un(?:AlertPanel|CriticalAlertPanel|InformationalAlertPanel)))\\b)"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"captures": {
|
233
|
+
"1": {
|
234
|
+
"name": "punctuation.whitespace.support.function.leading"
|
235
|
+
},
|
236
|
+
"2": {
|
237
|
+
"name": "invalid.deprecated.10.11.support.function.cocoa.objc"
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"match": "(\\s*)(\\bNSAccessibilityRaiseBadArgumentException\\b)"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"captures": {
|
244
|
+
"1": {
|
245
|
+
"name": "punctuation.whitespace.support.function.leading"
|
246
|
+
},
|
247
|
+
"2": {
|
248
|
+
"name": "invalid.deprecated.10.5.support.function.cocoa.objc"
|
249
|
+
}
|
250
|
+
},
|
251
|
+
"match": "(\\s*)(\\bNXReadNSObjectFromCoder\\b)"
|
252
|
+
},
|
253
|
+
{
|
254
|
+
"captures": {
|
255
|
+
"1": {
|
256
|
+
"name": "punctuation.whitespace.support.function.leading"
|
257
|
+
},
|
258
|
+
"2": {
|
259
|
+
"name": "invalid.deprecated.10.5.support.function.run-time.objc"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"match": "(\\s*)(\\b(?:class_(?:createInstanceFromZone|lookupMethod|respondsToMethod|setSuperclass)|object_copyFromZone)\\b)"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"captures": {
|
266
|
+
"1": {
|
267
|
+
"name": "punctuation.whitespace.support.function.leading"
|
268
|
+
},
|
269
|
+
"2": {
|
270
|
+
"name": "invalid.deprecated.10.6.support.function.cocoa.objc"
|
271
|
+
}
|
272
|
+
},
|
273
|
+
"match": "(\\s*)(\\bNS(?:CountWindows(?:ForContext)?|WindowList(?:ForContext)?)\\b)"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"captures": {
|
277
|
+
"1": {
|
278
|
+
"name": "punctuation.whitespace.support.function.leading"
|
279
|
+
},
|
280
|
+
"2": {
|
281
|
+
"name": "invalid.deprecated.10.8.support.function.cocoa.objc"
|
282
|
+
}
|
283
|
+
},
|
284
|
+
"match": "(\\s*)(\\bNS(?:CopyObject|InterfaceStyleForKey|RealMemoryAvailable)\\b)"
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"captures": {
|
288
|
+
"1": {
|
289
|
+
"name": "punctuation.whitespace.support.function.leading"
|
290
|
+
},
|
291
|
+
"2": {
|
292
|
+
"name": "support.function.cocoa.10.10.objc"
|
293
|
+
}
|
294
|
+
},
|
295
|
+
"match": "(\\s*)(\\bNS(?:Accessibility(?:FrameInView|PointInView)|EdgeInsetsEqual)\\b)"
|
296
|
+
},
|
297
|
+
{
|
298
|
+
"captures": {
|
299
|
+
"1": {
|
300
|
+
"name": "punctuation.whitespace.support.function.leading"
|
301
|
+
},
|
302
|
+
"2": {
|
303
|
+
"name": "support.function.cocoa.objc"
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"match": "(\\s*)(\\b(?:ABLocalizedPropertyOrLabel|CFBridgingRe(?:lease|tain)|NS(?:A(?:ccessibility(?:ActionDescription|PostNotification(?:WithUserInfo)?|RoleDescription(?:ForUIElement)?|SetMayContainProtectedContent|Unignored(?:Ancestor|Children(?:ForOnlyChild)?|Descendant))|ll(?:HashTableObjects|MapTable(?:Keys|Values)|ocate(?:Collectable|MemoryPages|Object))|pplication(?:Load|Main)|vailableWindowDepths)|B(?:e(?:ep|stDepth)|itsPer(?:PixelFromDepth|SampleFromDepth))|C(?:lassFromString|o(?:lorSpaceFromDepth|mpare(?:HashTables|MapTables)|n(?:tainsRect|vert(?:GlyphsToPackedGlyphs|Host(?:DoubleToSwapped|FloatToSwapped)|Swapped(?:DoubleToHost|FloatToHost)))|py(?:HashTableWithZone|M(?:apTableWithZone|emoryPages))|unt(?:HashTable|MapTable))|reate(?:File(?:ContentsPboardType|namePboardType)|HashTable(?:WithZone)?|MapTable(?:WithZone)?|Zone))|D(?:e(?:allocate(?:MemoryPages|Object)|c(?:imal(?:Add|Co(?:mpa(?:ct|re)|py)|Divide|IsNotANumber|Multiply(?:ByPowerOf10)?|Normalize|Power|Round|S(?:tring|ubtract))|rementExtraRefCountWasZero)|faultMallocZone)|i(?:sableScreenUpdates|videRect)|ottedFrameRect|raw(?:B(?:itmap|utton)|ColorTiledRects|DarkBezel|Gr(?:ayBezel|oove)|LightBezel|NinePartImage|T(?:hreePartImage|iledRects)|W(?:hiteBezel|indowBackground)))|E(?:dgeInsetsMake|n(?:ableScreenUpdates|d(?:HashTableEnumeration|MapTableEnumeration)|umerate(?:HashTable|MapTable))|qual(?:Points|R(?:anges|ects)|Sizes)|raseRect|ventMaskFromType|x(?:ceptionHandlerResume|traRefCount))|F(?:ileTypeForHFSTypeCode|r(?:ameRect(?:WithWidth(?:UsingOperation)?)?|ee(?:HashTable|MapTable))|ullUserName)|Get(?:FileType(?:s)?|SizeAndAlignment|UncaughtExceptionHandler|WindowServerMemory)|H(?:FSType(?:CodeFromFileType|OfFile)|ash(?:Get|Insert(?:IfAbsent|KnownAbsent)?|Remove)|eight|o(?:meDirectory(?:ForUser)?|stByteOrder))|I(?:n(?:crementExtraRefCount|setRect|te(?:gralRect(?:WithOptions)?|rsect(?:ionR(?:ange|ect)|sRect)))|s(?:ControllerMarker|EmptyRect))|Lo(?:cationInRange|g(?:PageSize|v)?)|M(?:a(?:ke(?:Collectable|Point|R(?:ange|ect)|Size)|p(?:Get|Insert(?:IfAbsent|KnownAbsent)?|Member|Remove)|x(?:Range|X|Y))|i(?:d(?:X|Y)|n(?:X|Y))|ouseInRect)|N(?:ext(?:HashEnumeratorItem|MapEnumeratorPair)|umberOfColorComponents)|O(?:ffsetRect|pen(?:GL(?:Get(?:Option|Version)|SetOption)|StepRootDirectory))|P(?:ageSize|erformService|lanarFromDepth|oint(?:From(?:CGPoint|String)|InRect|ToCGPoint)|rotocolFromString)|R(?:angeFromString|e(?:a(?:dPixel|llocateCollectable)|c(?:t(?:Clip(?:List)?|F(?:ill(?:List(?:UsingOperation|With(?:Colors(?:UsingOperation)?|Grays))?|UsingOperation)?|rom(?:CGRect|String))|ToCGRect)|ycleZone)|gisterServicesProvider|set(?:HashTable|MapTable))|ound(?:DownToMultipleOfPageSize|UpToMultipleOfPageSize))|S(?:e(?:archPathForDirectoriesInDomains|lectorFromString|t(?:FocusRingStyle|ShowsServicesMenuItem|UncaughtExceptionHandler|ZoneName))|ho(?:uldRetainWithZone|w(?:AnimationEffect|sServicesMenuItem))|ize(?:From(?:CGSize|String)|ToCGSize)|tringFrom(?:Class|HashTable|MapTable|P(?:oint|rotocol)|R(?:ange|ect)|S(?:elector|ize))|wap(?:Big(?:DoubleToHost|FloatToHost|IntToHost|Long(?:LongToHost|ToHost)|ShortToHost)|Double|Float|Host(?:DoubleTo(?:Big|Little)|FloatTo(?:Big|Little)|IntTo(?:Big|Little)|Long(?:LongTo(?:Big|Little)|To(?:Big|Little))|ShortTo(?:Big|Little))|Int|L(?:ittle(?:DoubleToHost|FloatToHost|IntToHost|Long(?:LongToHost|ToHost)|ShortToHost)|ong(?:Long)?)|Short))|TemporaryDirectory|U(?:n(?:ionR(?:ange|ect)|registerServicesProvider)|pdateDynamicServices|serName)|Width|Zone(?:Calloc|Fr(?:ee|omPointer)|Malloc|Name|Realloc)))\\b)"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"captures": {
|
310
|
+
"1": {
|
311
|
+
"name": "punctuation.whitespace.support.function.leading"
|
312
|
+
},
|
313
|
+
"2": {
|
314
|
+
"name": "support.function.run-time.10.10.objc"
|
315
|
+
}
|
316
|
+
},
|
317
|
+
"match": "(\\s*)(\\bobject_isClass\\b)"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"captures": {
|
321
|
+
"1": {
|
322
|
+
"name": "punctuation.whitespace.support.function.leading"
|
323
|
+
},
|
324
|
+
"2": {
|
325
|
+
"name": "support.function.run-time.objc"
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"match": "(\\s*)(\\b(?:class_(?:add(?:Ivar|Method(?:s)?|Pro(?:perty|tocol))|c(?:o(?:nformsToProtocol|py(?:IvarList|MethodList|Pro(?:pertyList|tocolList)))|reateInstance)|get(?:Class(?:Method|Variable)|I(?:mageName|nstance(?:Method|Size|Variable)|varLayout)|MethodImplementation(?:_stret)?|Name|Property|Superclass|Version|WeakIvarLayout)|isMetaClass|nextMethodList|poseAs|re(?:moveMethods|place(?:Method|Property)|spondsToSelector)|set(?:IvarLayout|Version|WeakIvarLayout))|i(?:mp_(?:getBlock|implementationWithBlock|removeBlock)|var_get(?:Name|Offset|TypeEncoding))|method_(?:copy(?:ArgumentType|ReturnType)|exchangeImplementations|get(?:Argument(?:Info|Type)|Description|Implementation|N(?:ame|umberOfArguments)|ReturnType|SizeOfArguments|TypeEncoding)|setImplementation)|obj(?:c_(?:a(?:ddClass|llocate(?:ClassPair|Protocol))|co(?:nstructInstance|py(?:Class(?:List|NamesForImage)|ImageNames|ProtocolList))|d(?:estructInstance|isposeClassPair|uplicateClass)|enumerationMutation|get(?:AssociatedObject|Class(?:List|es)?|FutureClass|MetaClass|OrigClass|Protocol|RequiredClass)|lo(?:adWeak|okUpClass)|re(?:gister(?:ClassPair|Protocol)|moveAssociatedObjects)|s(?:et(?:AssociatedObject|ClassHandler|EnumerationMutationHandler|ForwardHandler|Multithreaded)|toreWeak))|ect_(?:copy|dispose|get(?:Class(?:Name)?|I(?:n(?:dexedIvars|stanceVariable)|var))|realloc(?:FromZone)?|set(?:Class|I(?:nstanceVariable|var))))|pro(?:perty_(?:copyAttribute(?:List|Value)|get(?:Attributes|Name))|tocol_(?:add(?:MethodDescription|Pro(?:perty|tocol))|co(?:nformsToProtocol|py(?:MethodDescriptionList|Pro(?:pertyList|tocolList)))|get(?:MethodDescription|Name|Property)|isEqual))|sel_(?:get(?:Name|Uid)|is(?:Equal|Mapped)|registerName))\\b)"
|
329
|
+
}
|
330
|
+
]
|
331
|
+
},
|
262
332
|
"protocols": {
|
263
333
|
"patterns": [
|
264
334
|
{
|
@@ -266,7 +336,7 @@
|
|
266
336
|
"name": "support.other.protocol.cocoa.10.10.objc"
|
267
337
|
},
|
268
338
|
{
|
269
|
-
"match": "\\b(?:ABImageClient|DOM(?:Event(?:Listener|Target)|NodeFilter|XPathNSResolver)|NS(?:A(?:ccessibility(?:Button|C(?:heckBox|ontainsTransientUI)|Element|Group|Image|L(?:ayout(?:Area|Item)|ist)|NavigableStaticText|Outline|ProgressIndicator|R(?:adioButton|ow)|S(?:lider|t(?:aticText|epper)|witch)|Table)?|
|
339
|
+
"match": "\\b(?:ABImageClient|DOM(?:Event(?:Listener|Target)|NodeFilter|XPathNSResolver)|NS(?:A(?:ccessibility(?:Button|C(?:heckBox|ontainsTransientUI)|Element|Group|Image|L(?:ayout(?:Area|Item)|ist)|NavigableStaticText|Outline|ProgressIndicator|R(?:adioButton|ow)|S(?:lider|t(?:aticText|epper)|witch)|Table)?|l(?:ertDelegate|ignmentFeedbackToken)|nimat(?:ablePropertyContainer|ionDelegate)|pp(?:earanceCustomization|licationDelegate))|BrowserDelegate|C(?:acheDelegate|hangeSpelling|o(?:ding|l(?:lectionView(?:D(?:ataSource|elegate(?:FlowLayout)?)|Element)|orPicking(?:Custom|Default))|mboBox(?:CellDataSource|D(?:ataSource|elegate))|n(?:nectionDelegate|trolTextEditingDelegate)|pying))|D(?:atePickerCellDelegate|ecimalNumberBehaviors|iscardableContent|ockTilePlugIn|ra(?:gging(?:Destination|Info|Source)|werDelegate))|ExtensionRequestHandling|F(?:astEnumeration|ile(?:ManagerDelegate|Presenter))|G(?:estureRecognizerDelegate|lyphStorage)|HapticFeedbackPerformer|I(?:gnoreMisspelledWords|mageDelegate|nputServ(?:erMouseTracker|iceProvider))|Keyed(?:ArchiverDelegate|UnarchiverDelegate)|L(?:ayoutManagerDelegate|ocking)|M(?:a(?:chPortDelegate|trixDelegate)|e(?:nuDelegate|tadataQueryDelegate)|utableCopying)|NetService(?:BrowserDelegate|Delegate)|O(?:penSavePanelDelegate|utlineViewD(?:ataSource|elegate))|P(?:a(?:geControllerDelegate|steboard(?:ItemDataProvider|Reading|Writing)|thC(?:ellDelegate|ontrolDelegate))|o(?:poverDelegate|rtDelegate)|r(?:intPanelAccessorizing|ogressReporting))|RuleEditorDelegate|S(?:e(?:archFieldDelegate|cureCoding|guePerforming|rvicesMenuRequestor)|haringService(?:Delegate|PickerDelegate)|oundDelegate|p(?:e(?:ech(?:RecognizerDelegate|SynthesizerDelegate)|llServerDelegate)|litViewDelegate|ringLoadingDestination)|t(?:ackViewDelegate|reamDelegate))|T(?:ab(?:ViewDelegate|leViewD(?:ataSource|elegate))|ext(?:AttachmentC(?:ell|ontainer)|Delegate|Fi(?:eldDelegate|nder(?:BarContainer|Client))|Input(?:Client)?|LayoutOrientationProvider|StorageDelegate|ViewDelegate)|o(?:kenField(?:CellDelegate|Delegate)|olbarDelegate))|U(?:RL(?:AuthenticationChallengeSender|ConnectionD(?:ataDelegate|elegate|ownloadDelegate)|DownloadDelegate|HandleClient|ProtocolClient|Session(?:D(?:ataDelegate|elegate|ownloadDelegate)|StreamDelegate|TaskDelegate))|ser(?:Interface(?:Item(?:Identification|Searching)|Validations)|NotificationCenterDelegate))|V(?:alidatedUserInterfaceItem|iewControllerPresentationAnimator)|Window(?:Delegate|Restoration)|X(?:MLParserDelegate|PC(?:ListenerDelegate|ProxyCreating)))|W(?:K(?:NavigationDelegate|ScriptMessageHandler|UIDelegate)|eb(?:Do(?:cument(?:Representation|Searching|Text|View)|wnloadDelegate)|EditingDelegate|FrameLoadDelegate|OpenPanelResultListener|P(?:lugInViewFactory|olicyDe(?:cisionListener|legate))|ResourceLoadDelegate|UIDelegate)))\\b",
|
270
340
|
"name": "support.other.protocol.cocoa.objc"
|
271
341
|
}
|
272
342
|
]
|