Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI.html
More file actions
Latest commit
227 lines (198 loc) · 10 KB
/
Copy pathAPI.html
File metadata and controls
227 lines (198 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!doctype html>
<htmlclass="no-js">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<title>SolAR</title>
<metaname="description" content="">
<metaname="viewport" content="width=device-width">
<!-- IE 10 Metro tile icon (Metro equivalent of apple-touch-icon) -->
<metaname="msapplication-TileColor" content="#FFFFFF">
<metaname="msapplication-TileImage" content="https://solarframework.github.io//assets/static/favicon-144.png">
<!-- Touch icon for iOS 2.0+ and Android 2.1+ -->
<linkrel="apple-touch-icon-precomposed" href="https://solarframework.github.io//assets/static/favicon-152.png">
<linkrel="icon" type="image/x-icon" href="https://solarframework.github.io//assets/static/favicon.ico">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css assets/styles/vendor.css -->
<!-- bower:css -->
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/bootstrap.css" />
<!-- endbower -->
<!-- endbuild -->
<!-- build:css assets/styles/main.css -->
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/coderay.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/asciidoctor.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/solar-asciidoctor-theme.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/font-awesome.min.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/solar-bootstrap-theme.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/main.css">
<linkrel="stylesheet" href="https://solarframework.github.io//assets/styles/media.css">
<!-- endbuild -->
<scriptsrc="https://solarframework.github.io//js/vendor/jquery.js"></script><!--needed with bootstrap-->
<scriptsrc="https://solarframework.github.io//js/vendor/bootstrap.js"></script>
<scriptsrc="https://solarframework.github.io//js/toc.js"></script>
<scriptsrc="https://solarframework.github.io//js/block-folding.js"></script>
<scripttype="text/javascript">
$(document).ready(function(){
/* Set up style for active page in submenu and matching navbar entry This code cannot be put in navbar.html because each default.html template imports a brand new navbar so the activate class will be overwriten by brand new navbar DOM*/
varpageHasSubmenu=false;
$("#submenuconfig + .sectionbody ul li a").each(function(){
if($(this).prop("href")==window.location.href){
/* Set up style for active page in submenu */
pageHasSubmenu=true;
$(this).addClass("active");
$(this).parents("p").addClass("active");
returnfalse;/* same as break, specific for jquery each() function */
}
});
varmatchingNavbarURL=window.location.href;
if(pageHasSubmenu){
varurlParts=window.location.href.split("/");
varmatchingNavbarItem=urlParts[urlParts.length-3];
matchingNavbarURL=window.location.href.substring(0,window.location.href.indexOf(matchingNavbarItem))+matchingNavbarItem+".html";
}
/* Set up style for active item in navbar (no click on submenu yet) This code cannot be put in navbar.html because each default.html template imports a brand new navbar so the activate class will be overwriten by brand new navbar DOM*/
$("#navbar-collapse ul.navbar-nav a").each(function(){
if($(this).prop("href")==matchingNavbarURL){
$(this).addClass('active');
$(this).parents('li').addClass('active');
returnfalse;/* same as break, specific for jquery each() function */
}
});
/* Configure TOC to take into account all titles */
$("#toc").toc({headers: "h2, h3, h4, h5, h6",
listType: "ul",
title: "<div id='toctitle'>Table of Contents</div>",
noBackToTopLinks: true/*usefull to avoid tag <i class="icon-arrow-up back-to-top"> </i> to be placed between #submenuconfig and sectionbody and screw the submenu css style*/
});
});
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create','UA-107058603-1','auto');
ga('send','pageview');
</script><!-- End Google Analytics -->
<linkrel="stylesheet" type="text/css" href="https://solarframework.github.io//js/cookieconsent/cookieconsent.min.css" />
<scriptsrc="https://solarframework.github.io//js/cookieconsent/cookieconsent.min.js"></script>
<script>
varuserLang=navigator.language||navigator.userLanguage;
if(userLang=="fr"){
message="En poursuivant votre navigation sur ce site, vous acceptez que des cookies soient utilisés afin d’améliorer votre expérience d’utilisateur.";
link="En savoir plus";
href="https://b-com.com/fr/mentions-l%C3%A9gales";
}
else{
message="By proceeding beyond this page, you consent to the cookies usage, in order to improve your experience on this website.";
link="More information";
href="https://b-com.com/en/legal-notice";
}
window.addEventListener("load",function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#252e39"
},
"button": {
"background": "#14a7d0"
}
},
"position": "bottom-left",
"theme": "edgeless",
"content": {
"message": message,
"dismiss": "OK",
"link": link,
"href": href
}
})});
</script>
</head>
<body>
<!--[if lt IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div><divclass="navbar navbar-default">
<divclass="container-fluid">
<divclass="navbar-header">
<buttontype="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<spanclass="sr-only">Toggle navigation</span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
<spanclass="icon-bar"></span>
</button>
<aclass="navbar-brand link" href="https://solarframework.github.io//">‹SolAR›</a>
</div>
<divid="navbar" class="navbar-collapse collapse" aria-expanded="false" style="height: 1px;">
<ulclass="nav navbar-nav">
<li>
<ahref="https://solarframework.github.io//discover.html">
<span>Discover</span>
</a>
</li>
<li>
<aclass="active" href="https://solarframework.github.io//API.html">
<span>API</span>
</a>
</li>
<li>
<ahref="https://solarframework.github.io//use_it.html">
<span>Use it</span>
</a>
</li>
<!--li>
<form action="https://solarframework.github.io//search.html" method="get" class="navbar-form" role="search">
<div class="input-group">
<input type="text" id="search" class="form-control" placeholder="Search"
name="q" class="span1" type="text" size="15">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">
<i class="fa fa-search"></i>
</button>
</div>
</div>
</form>
</li-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<divclass="container">
<divclass="well">
<h1>API</h1>
<divid="toc" class="toc">
<divid="toctitle">Table of Contents</div>
<ulclass="sectlevel1">
<li><ahref="#submenuconfig">submenuconfig</a></li>
<li><ahref="#solar_api">SolAR API</a></li>
</ul>
</div>
<divclass="sect1">
<h2id="submenuconfig"><aclass="anchor" href="#submenuconfig"></a><aclass="link" href="#submenuconfig">submenuconfig</a></h2>
<divclass="sectionbody">
</div>
</div>
<divclass="sect1">
<h2id="solar_api"><aclass="anchor" href="#solar_api"></a><aclass="link" href="#solar_api">SolAR API</a></h2>
<divclass="sectionbody">
<iframesrc="https://forge.b-com.com/www/argo/api_documentation/annotated.html" width="1000px" height="800px"/>
</div>
</div>
</div>
</div>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,src/main/webapp}) scripts/app.js -->
<scriptsrc="https://solarframework.github.io//js/vendor/modernizr.js"></script>
<!-- endbuild -->
<scripttype="text/javascript">
/* Fix padding-top on anchor with TOC */
window.addEventListener("hashchange",function(){scrollBy(0,-95)})
</script>
</body>
</html>