新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Oracle-ADF-Faces",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Oracle ADF Faces Components is a set of over a 150 Ajax-enabled JSF components that let you build a richer Web user interface for Java EE applications.",
"website": "http://www.oracle.com/technetwork/developer-tools/adf/overview/index-092391.html",
"matches": [
{
"offset": 1,
"regexp": "(?-mix:<!-- Created by Oracle ADF Faces \\((Version mismatch: )?ADF Faces API - ([\\d_]+)\\/ADF Faces Implementation - ([\\d_]+)\\), skin:([^-]+) -->)"
},
{
"offset": 2,
"regexp": "(?-mix:<!-- Created by Oracle ADF Faces \\((Version mismatch: )?ADF Faces API - ([\\d_]+)\\/ADF Faces Implementation - ([\\d_]+)\\), skin:([^-]+) -->)"
},
{
"regexp": "(?-mix:<!-- Created by Oracle ADF Faces \\((Version mismatch: )?ADF Faces API - ([\\d_]+)\\/ADF Faces Implementation - ([\\d_]+)\\), skin:([^-]+) -->)"
},
{
"text": "<meta name=\"generator\" content=\"Oracle ADF Faces\">"
},
{
"text": "<script>var _AdfWindowOpenError='A popup window blocker has been detected in your browser. Popup blockers interfere with the operation of this application. Please disable your popup blocker or allow popups from this site.';</script>"
}
]
}