Skip to content

Commit

Permalink
2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvlasov committed Dec 30, 2024
1 parent a9bedde commit 703a6cd
Show file tree
Hide file tree
Showing 75 changed files with 1,895 additions and 1,986 deletions.
40 changes: 20 additions & 20 deletions docs/core/capability/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/cli/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/common/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/diagram/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/drawio/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/emf/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/exec/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/graph/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/http/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/core/index.html

Large diffs are not rendered by default.

78 changes: 48 additions & 30 deletions docs/core/mapping/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/maven/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/persistence/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/core/resources/index.html

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions docs/demos/module-graph-full.html
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,42 @@
}
}));
</script>

<script src="../search-documents.js"></script>

<script src="https://cdn.jsdelivr.net/gh/olivernn/lunr.js@v2.3.9/lunr.js"></script>

<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
return true;
}
let searchResult = this.search(str);
for (const sr in searchResult) {
if (searchResult[sr].ref === node.original['data-nsd-label-uuid']) {
return true;
}
}
return false;
}.bind(lunr(function () {
this.ref('id');
this.field('title');
this.field('content');

for (const key in searchDocuments) {
let doc = searchDocuments[key];
this.add({
id: doc['link-uuid'],
title: doc.title,
path: doc.path,
content: doc.content
});
}
}));
</script>
</head>
<body>
<div class="container-fluid">
Expand Down
36 changes: 36 additions & 0 deletions docs/demos/module-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,42 @@
}
}));
</script>

<script src="../search-documents.js"></script>

<script src="https://cdn.jsdelivr.net/gh/olivernn/lunr.js@v2.3.9/lunr.js"></script>

<script>
// Script for full-text search of JsTree

window.nsdJsTreeSearchCallback = function(str, node) {
var sf = new $.vakata.search(str, true, { caseSensitive : false, fuzzy : false });
if (sf.search(node.text).isMatch) {
return true;
}
let searchResult = this.search(str);
for (const sr in searchResult) {
if (searchResult[sr].ref === node.original['data-nsd-label-uuid']) {
return true;
}
}
return false;
}.bind(lunr(function () {
this.ref('id');
this.field('title');
this.field('content');

for (const key in searchDocuments) {
let doc = searchDocuments[key];
this.add({
id: doc['link-uuid'],
title: doc.title,
path: doc.path,
content: doc.content
});
}
}));
</script>
</head>
<body>
<div class="container-fluid">
Expand Down
38 changes: 19 additions & 19 deletions docs/glossary.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/html/bootstrap/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/html/html/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/html/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/html/jstree/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/nsd-cli/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/app/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/app/site/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/drawio/html-app/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/drawio/html-app/save/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/drawio/html-app/site/index.html

Large diffs are not rendered by default.

61 changes: 36 additions & 25 deletions docs/nsd-cli/nsd/drawio/index.html

Large diffs are not rendered by default.

170 changes: 0 additions & 170 deletions docs/nsd-cli/nsd/exit/index.html

This file was deleted.

50 changes: 25 additions & 25 deletions docs/nsd-cli/nsd/gitlab/contribute/gsh/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/gitlab/contribute/index.html

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions docs/nsd-cli/nsd/gitlab/contribute/invoke/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/gitlab/contribute/junit/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/gitlab/contribute/junit/jacoco/index.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/gsh/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/index.html

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions docs/nsd-cli/nsd/gitlab/contribute/retrospect/invoke/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/gitlab/gsh/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/nsd-cli/nsd/gitlab/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/gitlab/invoke/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/gsh/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/nsd-cli/nsd/help/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/help/site/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/nsd-cli/nsd/http-server/index.html

Large diffs are not rendered by default.

43 changes: 21 additions & 22 deletions docs/nsd-cli/nsd/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/invoke/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/java/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/java/junit/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/java/junit/jacoco/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/launcher/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/model/ecore-html-app/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/model/ecore-html-app/save/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/model/ecore-html-app/site/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/model/html-app/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/model/html-app/save/index.html

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/nsd-cli/nsd/model/html-app/site/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/model/index.html

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions docs/nsd-cli/nsd/model/save/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/rules/action-model/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/nsd-cli/nsd/rules/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/rules/list/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions docs/nsd-cli/nsd/rules/site/index.html

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions docs/nsd-cli/nsd/shell/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/practices/generic/index.html

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions docs/practices/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/practices/java/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/practices/junit/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search-documents.js

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions docs/search.html

Large diffs are not rendered by default.

Loading

0 comments on commit 703a6cd

Please sign in to comment.