Lines Matching +full:version +full:- +full:script

4     <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
8 <link href="static/bootstrap-combined.min.css" rel="stylesheet">
10 <link href="static/app-theme.css" rel="stylesheet">
12 <!--[if lt IE 9]><script src="static/html5shiv.min.js"></script><![endif]-->
14 <body data-target=".content-nav">
24 …<li><a href="#download" class="menu download">Download <span class="version-tag">Latest</span></a>…
25 …ef="http://github.com/square/okhttp" data-title="View GitHub Project" class="menu github"><img src…
26 …a href="http://square.github.io/" data-title="Square Open Source Portal" class="menu square"><img …
69 <code>okhttp-urlconnection</code> module implements the familiar
70 <code>java.net.HttpURLConnection</code> API and the <code>okhttp-apache</code>
95 = MediaType.parse("application/json; charset=utf-8");
111 …ent?g=com.squareup.okhttp&a=okhttp&v=LATEST" class="dl version-href">&darr; <span class="version-t…
121 &lt;version><span class="version pln"><em>(insert latest version)</em></span>&lt;/version>
125 …yprint">compile 'com.squareup.okhttp:okhttp:<span class="version pln"><em>(insert latest version)<…
130 …cepted into the project you must also sign the <a href="http://squ.re/sign-the-cla">Individual Con…
135 Licensed under the Apache License, Version 2.0 (the "License");
139 http://www.apache.org/licenses/LICENSE-2.0
148 <div class="content-nav" data-spy="affix" data-offset-top="80">
149 <ul class="nav nav-tabs nav-stacked primary">
156 <ul class="nav nav-pills nav-stacked secondary">
166 … <a href="https://squareup.com"><img src="static/logo-square.png" alt="Square, Inc."/></a>
171 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
172 <script src="static/bootstrap.min.js"></script>
173 <script src="static/jquery.smooth-scroll.min.js"></script>
174 <script src="static/jquery-maven-artifact.min.js"></script>
175 <script src="static/prettify.js"></script>
176 <script type="text/javascript">
181 // Spy on scroll position for real-time updating of current section.
184 // Use smooth-scroll for internal links.
198 // Look up the latest version of the library.
202 }, function(version, url) {
203 $('.version').text(version);
204 $('.version-tag').text('v' + version);
205 $('.version-href').attr('href', url);
210 _gaq.push(['_setAccount', 'UA-40704740-2']);
214 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
215 …ps:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
216 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
218 </script>