Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): autogenerate docs #4486

Merged
merged 3 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion docs/admin/install/docker-install/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ Remove setup and volumes
```
docker compose -f jans-mysql-compose.yml down
```

Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>All Classes (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>All Classes (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,13 +22,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (agama-engine 1.0.10 API)";
parent.document.title="All Classes (agama-engine 1.0.11 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":2,"i1":2,"i2":2,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":8,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":8,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":1,"i27":2,"i28":8,"i29":8,"i30":8,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":8,"i39":2,"i40":2,"i41":2,"i42":2};
var data = {"i0":2,"i1":2,"i2":2,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":2,"i10":8,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":8,"i18":2,"i19":2,"i20":2,"i21":2,"i22":2,"i23":2,"i24":2,"i25":2,"i26":1,"i27":2,"i28":8,"i29":8,"i30":8,"i31":2,"i32":2,"i33":2,"i34":2,"i35":2,"i36":2,"i37":2,"i38":8,"i39":8,"i40":2,"i41":2,"i42":2,"i43":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],8:["t4","Exception Summary"]};
var altColor = "altColor";
var rowColor = "rowColor";
Expand Down Expand Up @@ -267,22 +267,26 @@ <h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><a href="io/jans/agama/engine/exception/TemplateProcessingException.html" title="class in io.jans.agama.engine.exception">TemplateProcessingException</a></td>
<td class="colFirst"><a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><a href="io/jans/agama/engine/service/TemplatingService.html" title="class in io.jans.agama.engine.service">TemplatingService</a></td>
<td class="colFirst"><a href="io/jans/agama/engine/exception/TemplateProcessingException.html" title="class in io.jans.agama.engine.exception">TemplateProcessingException</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><a href="io/jans/agama/timer/Transpilation.html" title="class in io.jans.agama.timer">Transpilation</a></td>
<td class="colFirst"><a href="io/jans/agama/engine/service/TemplatingService.html" title="class in io.jans.agama.engine.service">TemplatingService</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><a href="io/jans/agama/timer/TranspilationEvent.html" title="class in io.jans.agama.timer">TranspilationEvent</a></td>
<td class="colFirst"><a href="io/jans/agama/timer/Transpilation.html" title="class in io.jans.agama.timer">Transpilation</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><a href="io/jans/agama/timer/TranspilationEvent.html" title="class in io.jans.agama.timer">TranspilationEvent</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><a href="io/jans/agama/engine/service/WebContext.html" title="class in io.jans.agama.engine.service">WebContext</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>All Classes (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>All Classes (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand Down Expand Up @@ -61,6 +61,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="io/jans/agama/engine/serialize/SerializerFactory.html" title="class in io.jans.agama.engine.serialize">SerializerFactory</a></li>
<li><a href="io/jans/agama/engine/service/ServicesFactory.html" title="class in io.jans.agama.engine.service">ServicesFactory</a></li>
<li><a href="io/jans/agama/engine/servlet/StatusServlet.html" title="class in io.jans.agama.engine.servlet">StatusServlet</a></li>
<li><a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></li>
<li><a href="io/jans/agama/engine/exception/TemplateProcessingException.html" title="class in io.jans.agama.engine.exception">TemplateProcessingException</a></li>
<li><a href="io/jans/agama/engine/service/TemplatingService.html" title="class in io.jans.agama.engine.service">TemplatingService</a></li>
<li><a href="io/jans/agama/timer/Transpilation.html" title="class in io.jans.agama.timer">Transpilation</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>All Packages (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>All Packages (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (agama-engine 1.0.10 API)";
parent.document.title="All Packages (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -159,6 +159,10 @@ <h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
<th class="colFirst" scope="row"><a href="io/jans/agama/timer/package-summary.html">io.jans.agama.timer</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="org/mozilla/javascript/package-summary.html">org.mozilla.javascript</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Constant Field Values (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Constant Field Values (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (agama-engine 1.0.10 API)";
parent.document.title="Constant Field Values (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Deprecated List (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Deprecated List (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (agama-engine 1.0.10 API)";
parent.document.title="Deprecated List (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ io.jans.agama.engine.serialize
io.jans.agama.engine.service
io.jans.agama.engine.servlet
io.jans.agama.timer
org.mozilla.javascript
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>API Help (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>API Help (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (agama-engine 1.0.10 API)";
parent.document.title="API Help (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Index (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Index (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (agama-engine 1.0.10 API)";
parent.document.title="Index (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -509,6 +509,8 @@ <h2 class="title">O</h2>
<dd>&nbsp;</dd>
<dt><a href="io/jans/agama/engine/serialize/ObjectSerializer.html" title="interface in io.jans.agama.engine.serialize"><span class="typeNameLink">ObjectSerializer</span></a> - Interface in <a href="io/jans/agama/engine/serialize/package-summary.html">io.jans.agama.engine.serialize</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/mozilla/javascript/package-summary.html">org.mozilla.javascript</a> - package org.mozilla.javascript</dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:P">
<!-- -->
Expand Down Expand Up @@ -559,6 +561,12 @@ <h2 class="title">P</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/jans/agama/engine/misc/FlowUtils.html#printScopeIds(org.mozilla.javascript.Scriptable)">printScopeIds(Scriptable)</a></span> - Method in class io.jans.agama.engine.misc.<a href="io/jans/agama/engine/misc/FlowUtils.html" title="class in io.jans.agama.engine.misc">FlowUtils</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/mozilla/javascript/SubflowRhinoException.html#printStackTrace()">printStackTrace()</a></span> - Method in exception org.mozilla.javascript.<a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/mozilla/javascript/SubflowRhinoException.html#printStackTrace(java.io.PrintStream)">printStackTrace(PrintStream)</a></span> - Method in exception org.mozilla.javascript.<a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/mozilla/javascript/SubflowRhinoException.html#printStackTrace(java.io.PrintWriter)">printStackTrace(PrintWriter)</a></span> - Method in exception org.mozilla.javascript.<a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/jans/ads/Deployer.html#process()">process()</a></span> - Method in class io.jans.ads.<a href="io/jans/ads/Deployer.html" title="class in io.jans.ads">Deployer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/jans/agama/timer/Transpilation.html#process()">process()</a></span> - Method in class io.jans.agama.timer.<a href="io/jans/agama/timer/Transpilation.html" title="class in io.jans.agama.timer">Transpilation</a></dt>
Expand Down Expand Up @@ -702,6 +710,10 @@ <h2 class="title">S</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/jans/agama/engine/servlet/StatusServlet.html#%3Cinit%3E()">StatusServlet()</a></span> - Constructor for class io.jans.agama.engine.servlet.<a href="io/jans/agama/engine/servlet/StatusServlet.html" title="class in io.jans.agama.engine.servlet">StatusServlet</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript"><span class="typeNameLink">SubflowRhinoException</span></a> - Exception in <a href="org/mozilla/javascript/package-summary.html">org.mozilla.javascript</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/mozilla/javascript/SubflowRhinoException.html#%3Cinit%3E(java.lang.Object)">SubflowRhinoException(Object)</a></span> - Constructor for exception org.mozilla.javascript.<a href="org/mozilla/javascript/SubflowRhinoException.html" title="class in org.mozilla.javascript">SubflowRhinoException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:T">
<!-- -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Overview (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Overview (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (agama-engine 1.0.10 API)";
parent.document.title="Overview (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -95,7 +95,7 @@
</header>
<main role="main">
<div class="header">
<h1 class="title">agama-engine 1.0.10 API</h1>
<h1 class="title">agama-engine 1.0.11 API</h1>
</div>
<div class="contentContainer">
<table class="overviewSummary">
Expand Down Expand Up @@ -157,6 +157,10 @@ <h1 class="title">agama-engine 1.0.10 API</h1>
<th class="colFirst" scope="row"><a href="io/jans/agama/timer/package-summary.html">io.jans.agama.timer</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor" id="i13">
<th class="colFirst" scope="row"><a href="org/mozilla/javascript/package-summary.html">org.mozilla.javascript</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Deployer (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Deployer (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deployer (agama-engine 1.0.10 API)";
parent.document.title="Deployer (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>Uses of Class io.jans.ads.Deployer (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>Uses of Class io.jans.ads.Deployer (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class io.jans.ads.Deployer (agama-engine 1.0.10 API)";
parent.document.title="Uses of Class io.jans.ads.Deployer (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.18) on Thu Mar 16 12:17:41 UTC 2023 -->
<title>io.jans.ads (agama-engine 1.0.10 API)</title>
<!-- Generated by javadoc (11.0.18) on Wed Apr 05 09:47:51 UTC 2023 -->
<title>io.jans.ads (agama-engine 1.0.11 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-03-16">
<meta name="dc.created" content="2023-04-05">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="io.jans.ads (agama-engine 1.0.10 API)";
parent.document.title="io.jans.ads (agama-engine 1.0.11 API)";
}
}
catch(err) {
Expand Down
Loading