|
1 | 1 | <!-- HTML header for doxygen 1.8.17--> |
2 | 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | | -<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | +<html xmlns="https://www.w3.org/1999/xhtml"> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
|
20 | 20 | jax: ["input/TeX","output/HTML-CSS"], |
21 | 21 | }); |
22 | 22 | </script> |
23 | | -<script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
| 23 | +<script type="text/javascript" async="async" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script> |
24 | 24 | <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
25 | 25 | <link href="arrayfire.css" rel="stylesheet" type="text/css"/> |
26 | 26 | </head> |
|
90 | 90 | <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div> |
91 | 91 | <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> * This file is distributed under 3-clause BSD license.</span></div> |
92 | 92 | <div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * The complete license agreement can be obtained at:</span></div> |
93 | | -<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * http://arrayfire.com/licenses/BSD-3-Clause</span></div> |
| 93 | +<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * https://arrayfire.com/licenses/BSD-3-Clause</span></div> |
94 | 94 | <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> ********************************************************/</span></div> |
95 | 95 | <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>  </div> |
96 | 96 | <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <<a class="code" href="defines_8h.htm">af/defines.h</a>></span></div> |
|
567 | 567 | _gaq.push(['_trackPageview']); |
568 | 568 | (function() { |
569 | 569 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
570 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 570 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js'; |
571 | 571 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
572 | 572 | })(); |
573 | 573 | </script> |
|
578 | 578 | (function() { |
579 | 579 | function async_load(){ |
580 | 580 | var s = document.createElement('script'); s.type = 'text/javascript'; |
581 | | - s.src = (('https:' == document.location.protocol) ? "https://ssl" : "http://cdn") + ".spectate.com/s.js"; |
| 581 | + s.src = (('https:' == document.location.protocol) ? "https://ssl" : "https://cdn") + ".spectate.com/s.js"; |
582 | 582 | var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); |
583 | 583 | } |
584 | 584 | if(window.attachEvent) { window.attachEvent('onload', async_load); } |
|
594 | 594 | window.onload = function(){ |
595 | 595 | __adroll_loaded=true; |
596 | 596 | var scr = document.createElement("script"); |
597 | | - var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); |
| 597 | + var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "https://a.adroll.com"); |
598 | 598 | scr.setAttribute('async', 'true'); |
599 | 599 | scr.type = "text/javascript"; |
600 | 600 | scr.src = host + "/j/roundtrip.js"; |
|
0 commit comments