This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from Honny1/CRLFtoLF
Changed CRLF to LF
- Loading branch information
Showing
11 changed files
with
4,460 additions
and
4,460 deletions.
There are no files selected for viewing
1,804 changes: 902 additions & 902 deletions
1,804
oval_graph/schemas/arf/1.1/asset-identification_1.1.0.xsd
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,45 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/naming/2.0" | ||
targetNamespace="http://cpe.mitre.org/naming/2.0" elementFormDefault="qualified" attributeFormDefault="unqualified" | ||
version="2.3"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en"> </xsd:documentation> | ||
<xsd:appinfo> | ||
<schema>CPE 2.3 Naming</schema> | ||
<author>Adam Halbardier</author> | ||
<version>2.3</version> | ||
<date>2011-07-29</date> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
|
||
<xsd:simpleType name="cpe22Type"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en">Define the format for acceptable CPE Names. A URN format is used with the | ||
id starting with the word cpe followed by :/ and then some number of individual components separated by | ||
colons.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:anyURI"> | ||
<xsd:pattern value="[cC][pP][eE]:/[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}"/> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="cpe23Type"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en">Define the format for acceptable CPE Names. A string format is used with | ||
the id starting with the word cpe:2.3 followed by : and then some number of individual components | ||
separated by colons.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
<xsd:pattern | ||
value="cpe:2\.3:[aho\*\-](:(((\?*|\*?)([a-zA-Z0-9\-\._]|(\\[\\\*\?!"#$$%&'\(\)\+,/:;<=>@\[\]\^`\{\|}~]))+(\?*|\*?))|[\*\-])){5}(:(([a-zA-Z]{2,3}(-([a-zA-Z]{2}|[0-9]{3}))?)|[\*\-]))(:(((\?*|\*?)([a-zA-Z0-9\-\._]|(\\[\\\*\?!"#$$%&'\(\)\+,/:;<=>@\[\]\^`\{\|}~]))+(\?*|\*?))|[\*\-])){4}" | ||
/> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
|
||
<!-- ================================================== --> | ||
<!-- ===== Change History --> | ||
<!-- ================================================== --> | ||
<!-- | ||
v2.3 - Initial release | ||
--> | ||
|
||
</xsd:schema> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cpe="http://cpe.mitre.org/naming/2.0" | ||
targetNamespace="http://cpe.mitre.org/naming/2.0" elementFormDefault="qualified" attributeFormDefault="unqualified" | ||
version="2.3"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en"> </xsd:documentation> | ||
<xsd:appinfo> | ||
<schema>CPE 2.3 Naming</schema> | ||
<author>Adam Halbardier</author> | ||
<version>2.3</version> | ||
<date>2011-07-29</date> | ||
</xsd:appinfo> | ||
</xsd:annotation> | ||
|
||
<xsd:simpleType name="cpe22Type"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en">Define the format for acceptable CPE Names. A URN format is used with the | ||
id starting with the word cpe followed by :/ and then some number of individual components separated by | ||
colons.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:anyURI"> | ||
<xsd:pattern value="[cC][pP][eE]:/[AHOaho]?(:[A-Za-z0-9\._\-~%]*){0,6}"/> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
<xsd:simpleType name="cpe23Type"> | ||
<xsd:annotation> | ||
<xsd:documentation xml:lang="en">Define the format for acceptable CPE Names. A string format is used with | ||
the id starting with the word cpe:2.3 followed by : and then some number of individual components | ||
separated by colons.</xsd:documentation> | ||
</xsd:annotation> | ||
<xsd:restriction base="xsd:string"> | ||
<xsd:pattern | ||
value="cpe:2\.3:[aho\*\-](:(((\?*|\*?)([a-zA-Z0-9\-\._]|(\\[\\\*\?!"#$$%&'\(\)\+,/:;<=>@\[\]\^`\{\|}~]))+(\?*|\*?))|[\*\-])){5}(:(([a-zA-Z]{2,3}(-([a-zA-Z]{2}|[0-9]{3}))?)|[\*\-]))(:(((\?*|\*?)([a-zA-Z0-9\-\._]|(\\[\\\*\?!"#$$%&'\(\)\+,/:;<=>@\[\]\^`\{\|}~]))+(\?*|\*?))|[\*\-])){4}" | ||
/> | ||
</xsd:restriction> | ||
</xsd:simpleType> | ||
|
||
<!-- ================================================== --> | ||
<!-- ===== Change History --> | ||
<!-- ================================================== --> | ||
<!-- | ||
v2.3 - Initial release | ||
--> | ||
|
||
</xsd:schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>OVAL TREE</title> | ||
<style> | ||
html { margin:0; padding:0; font-size:62.5%; } | ||
body { max-width:800px; min-width:300px; margin:0 auto; padding:20px 10px; font-size:14px; font-size:1.4em; } | ||
h1 { font-size:1.8em; } | ||
</style> | ||
<link rel="stylesheet" href="dist/themes/default/style.min.css" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<script src="dist/jstree.min.js"></script> | ||
<script src="data.js"></script> | ||
</head> | ||
<body> | ||
|
||
<div id="data"></div> | ||
|
||
|
||
|
||
<script> | ||
var data = JSON.parse(JSON.stringify(data_json)); | ||
$('#data').jstree({ | ||
'core': { | ||
'data': [data] | ||
} | ||
}); | ||
|
||
/* | ||
<h1>Interaction and events demo</h1> | ||
<button id="evts_button">select node with id 1</button> <em>either click the button or a node in the tree</em> | ||
<div id="evts" class="demo"></div> | ||
// interaction and events | ||
$('#evts_button').on("click", function () { | ||
var instance = $('#evts').jstree(true); | ||
instance.deselect_all(); | ||
instance.select_node('1'); | ||
}); | ||
$('#evts') | ||
.on("changed.jstree", function (e, data) { | ||
if(data.selected.length) { | ||
alert('The selected node is: ' + data.instance.get_node(data.selected[0]).text); | ||
} | ||
}) | ||
.jstree({ | ||
'core' : { | ||
'multiple' : false, | ||
'data' : [ | ||
{ "text" : "Root node", "children" : [ | ||
{ "text" : "Child node 1", "id" : 1 }, | ||
{ "text" : "Child node 2" } | ||
]} | ||
] | ||
} | ||
});*/ | ||
</script> | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>OVAL TREE</title> | ||
<style> | ||
html { margin:0; padding:0; font-size:62.5%; } | ||
body { max-width:800px; min-width:300px; margin:0 auto; padding:20px 10px; font-size:14px; font-size:1.4em; } | ||
h1 { font-size:1.8em; } | ||
</style> | ||
<link rel="stylesheet" href="dist/themes/default/style.min.css" /> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> | ||
<script src="dist/jstree.min.js"></script> | ||
<script src="data.js"></script> | ||
</head> | ||
<body> | ||
|
||
<div id="data"></div> | ||
|
||
|
||
|
||
<script> | ||
var data = JSON.parse(JSON.stringify(data_json)); | ||
$('#data').jstree({ | ||
'core': { | ||
'data': [data] | ||
} | ||
}); | ||
|
||
/* | ||
<h1>Interaction and events demo</h1> | ||
<button id="evts_button">select node with id 1</button> <em>either click the button or a node in the tree</em> | ||
<div id="evts" class="demo"></div> | ||
// interaction and events | ||
$('#evts_button').on("click", function () { | ||
var instance = $('#evts').jstree(true); | ||
instance.deselect_all(); | ||
instance.select_node('1'); | ||
}); | ||
$('#evts') | ||
.on("changed.jstree", function (e, data) { | ||
if(data.selected.length) { | ||
alert('The selected node is: ' + data.instance.get_node(data.selected[0]).text); | ||
} | ||
}) | ||
.jstree({ | ||
'core' : { | ||
'multiple' : false, | ||
'data' : [ | ||
{ "text" : "Root node", "children" : [ | ||
{ "text" : "Child node 1", "id" : 1 }, | ||
{ "text" : "Child node 2" } | ||
]} | ||
] | ||
} | ||
});*/ | ||
</script> | ||
</body> | ||
</html> |