Lines Matching +full:build +full:- +full:static +full:- +full:rel
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">
9 <link href="static/app.css" rel="stylesheet">
10 <link href="static/app-theme.css" rel="stylesheet">
11 …<link href="http://fonts.googleapis.com/css?family=Roboto:400,300italic,100,100italic,300" rel="st…
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>
84 .build();
94 public static final MediaType JSON
95 = MediaType.parse("application/json; charset=utf-8");
104 .build();
111 …?g=com.squareup.okhttp&a=okhttp&v=LATEST" class="dl version-href">↓ <span class="version-tag"…
130 …cepted into the project you must also sign the <a href="http://squ.re/sign-the-cla">Individual Con…
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>
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>
181 // Spy on scroll position for real-time updating of current section.
184 // Use smooth-scroll for internal links.
204 $('.version-tag').text('v' + version);
205 $('.version-href').attr('href', url);
210 _gaq.push(['_setAccount', 'UA-40704740-2']);
215 …ps:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';