path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
src/client/app/+work/components/work-detail.component.css
rvanmarkus/studio-eve
:host .content{ text-align: justify; padding-right: 60px; } :host .work-details-content { margin-top: 120px; }
src/Viteloge/CoreBundle/Resources/descriptions/64210.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Escurès est un village localisé dans le département des Pyrénées-Atlantiques en Aquitaine. On dénombrait 155 habitants en 2008.</p> <p>À proximité de Escurès sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/samsons-lion_64503/">Samsons-Lion</a> située à 3&nbsp;km, 71 habitants, <a href="{{VLROOT}}/immobilier/simacourbe_64524/">Simacourbe</a> à 4&nbsp;km, 351 habitants, <a href="{{VLROOT}}/immobilier/arricau-bordes_64052/">Arricau-Bordes</a> à 3&nbsp;km, 106 habitants, <a href="{{VLROOT}}/immobilier/bassillon-vauze_64098/">Bassillon-Vauzé</a> à 4&nbsp;km, 73 habitants, <a href="{{VLROOT}}/immobilier/lembeye_64331/">Lembeye</a> localisée à 2&nbsp;km, 758 habitants, <a href="{{VLROOT}}/immobilier/gayon_64236/">Gayon</a> à 4&nbsp;km, 69 habitants, entre autres. De plus, Escurès est située à seulement 27&nbsp;km de <a href="{{VLROOT}}/immobilier/pau_64445/">Pau</a>.</p> <p>La commune propose quelques aménagements, elle propose entre autres un terrain de tennis et un terrain de sport.</p> <p>Le parc de logements, à Escurès, se décomposait en 2011 en deux appartements et 81 maisons soit un marché relativement équilibré.</p> <p>Si vous envisagez de demenager à Escurès, vous pourrez facilement trouver une maison à vendre. </p> </div>
public/templates/main/parent/profile_gallery.html
doomhz/daycare_social_platform
<div id="general-wrapper" class="parent-gallery-wrapper"> <h1 id="profile-title"><%=profile.get('name') %> <%=profile.get('surname') %></h1> <h2>Albums</h2> <% if (canEdit) { %> <p> <button id="show-new-pic-set-form-bt" class="btn white primary">Add album</button> </p> <form id="create-new-pic-cnt" class="hidden"> <fieldset> <div class="clearfix"> <label for="new-pic-set-name" class="title">Name</label> <div class="input"> <input type="text" name="new-pic-set-name" /> </div> </div> <div class="clearfix"> <label for="new-pic-set-type" class="title">Type</label> <div class="input"> <select name="new-pic-set-type"> <% var typeOptions = {'public': 'Public', 'default': 'Private'}; _.each(typeOptions, function (val, key) { %> <option value="<%=key %>"><%=val %></option> <% }); %> </select> </div> </div> <div class="actions"> <input id="cancel-new-pic-set-bt" class="btn white" type="button" value="Cancel" /> <input id="create-new-pic-set-bt" class="btn primary" type="submit" value="Create" /> </div> </fieldset> </form> <% } %> <ul id="picture-sets-list"> <% var allPictureSets = profile.pictureSets.models; _.each(allPictureSets, function (pictureSet) { var primaryPicture = pictureSet.pictures.getPrimary(); var primaryPictureUrl = primaryPicture ? primaryPicture.get('url') : '/'; var primaryPictureThumbUrl = primaryPicture ? (primaryPicture.get('small_url') || primaryPicture.get('url')) : Kin.CONFIG.noPicture; %> <li> <h3> <a href="#profiles/view/picture-set/<%=pictureSet.get('_id') %>" title="View picture set <%=pictureSet.get('name') %>"> <%=pictureSet.get('name') %> (<%=pictureSet.get('pictures').length %>) </a> </h3> <a href="#profiles/view/picture-set/<%=pictureSet.get('_id') %>" title="View picture set <%=pictureSet.get('name') %>" class="photo-frame"> <img src="<%=primaryPictureThumbUrl %>" alt="<%=pictureSet.get('name') %>" width="110" height="85" /> </a> <p> <% if (canEdit && pictureSet.get('type') !== 'profile') { %> <a href="#" title="Delete picture set" data-pic-set-id="<%=pictureSet.get('_id') %>" class="delete-pic-set-bt"></a> <% } else { %> &nbsp; <% } %> </p> </li> <% }); %> </ul> </div>
CodeIgniter/application/views/pagina_principal/principal.html
roco93/API-Taxi-v2
<!doctype html> <html lang="en"> <head> <title>Pruebas de concepto</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <script src="js/jquery.min.js"></script> <!-- draggable --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/layout-grid.min.css"> <script src="js/bootstrap.min.js"></script> <script src="js/layout-grid.min.js"></script> <script src="js/mresize.js"></script> <!-- graficas --> <script src="//cdn.jsdelivr.net/chartist.js/latest/chartist.min.js"></script> <link href="//cdn.jsdelivr.net/chartist.js/latest/chartist.min.css" rel="stylesheet" type="text/css" /> </head> <body> <div class="contenedor"> <div data-arrange="lt-grid" class="lt-container lt-xs-h-3 lt-sm-h-6 lt-md-h-3 lt-lg-h-4"> <div draggable="true" class="lt lt-xs-x-0 lt-xs-y-0 lt-xs-w-1 lt-xs-h-1 lt-sm-x-0 lt-sm-y-0 lt-sm-w-2 lt-sm-h-2 lt-md-x-0 lt-md-y-0 lt-md-w-1 lt-md-h-1 lt-lg-x-0 lt-lg-y-0 lt-lg-w-2 lt-lg-h-2"> <div class="lt-body bg-info text-center"> <!--Aqui va el contenido: graficas,tablas,etc --> <div class="ct-chart ct-golden-section"></div> </div> </div> <div draggable="true" class="lt lt-xs-x-0 lt-xs-y-1 lt-xs-w-1 lt-xs-h-1 lt-sm-x-0 lt-sm-y-2 lt-sm-w-2 lt-sm-h-2 lt-md-x-2 lt-md-y-0 lt-md-w-1 lt-md-h-1 lt-lg-x-2 lt-lg-y-0 lt-lg-w-2 lt-lg-h-2"> <div class="lt-body bg-info text-center"> <!--Aqui va el contenido: graficas,tablas,etc --> <div class="ct-chartt ct-golden-section"></div> </div> </div> <div draggable="true" class="lt lt-xs-x-0 lt-xs-y-2 lt-xs-w-1 lt-xs-h-1 lt-sm-x-0 lt-sm-y-4 lt-sm-w-2 lt-sm-h-2 lt-md-x-0 lt-md-y-1 lt-md-w-2 lt-md-h-2 lt-lg-x-1 lt-lg-y-2 lt-lg-w-2 lt-lg-h-2"> <div class="lt-body bg-info text-center"> <!--Aqui va el contenido: graficas,tablas,etc --> <div class="ct-charttt ct-golden-section"></div> </div> </div> </div> </div> <script type="text/javascript"> new Chartist.Line('.ct-chart', { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri'], series: [ [5, 0, 0, 0, 0], [0, 2.5, 3, 2, 3], [1, 2, 2.5, 3.5, 4] ] }); new Chartist.Line('.ct-chartt', { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri'], series: [ [1, 5, 2, 3, 7], [0, 2.5, 3, 3, 3], [1, 4, 2.5, 3.5, 6] ] }); new Chartist.Line('.ct-charttt', { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri'], series: [ [1, 5, 2, 3, 1], [0, 2.5, 5, 2, 3], [1, 4, 2.5, 3.5, 0] ] }); //funcion que avisa que el tamaño a cambiado $(".lt-container").on("mresize",function(){ window.parent.cambios(); }); </script> </body> </html>
v4/user-agent-detail/7c/f7/7cf7ea2c-06d7-4669-9697-7bc30d9694a3.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>browscap/browscap<br /><small>/tests/fixtures/issues/issue-525.php</small></td><td>Chrome 28.0</td><td>Android 4.2</td><td>unknown </td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [Browser] => Chrome [Browser_Type] => Browser [Browser_Bits] => 32 [Browser_Maker] => Google Inc [Version] => 28.0 [MajorVer] => 28 [MinorVer] => 0 [Platform] => Android [Platform_Version] => 4.2 [Platform_Bits] => 32 [Platform_Maker] => Google Inc [isMobileDevice] => 1 [isTablet] => 1 [Crawler] => [JavaScript] => 1 [Cookies] => 1 [Frames] => 1 [IFrames] => 1 [Tables] => 1 [Device_Name] => 101 Neon [Device_Maker] => Archos [Device_Type] => Tablet [Device_Pointing_Method] => touchscreen [Device_Code_Name] => 101 Neon [Device_Brand_Name] => Archos [RenderingEngine_Name] => Blink [RenderingEngine_Version] => unknown [RenderingEngine_Maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Chrome 28.0</td><td>Blink </td><td>Android 4.2</td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.017</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.2.*archos 101 neon build\/.*\) applewebkit\/.* \(khtml, like gecko\) chrome\/28\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.2*archos 101 neon build/*) applewebkit/* (khtml, like gecko) chrome/28.*safari/* [parent] => Chrome 28.0 for Android [comment] => Chrome 28.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 28.0 [majorver] => 28 [minorver] => 0 [platform] => Android [platform_version] => 4.2 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => 1 [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => 101 Neon [device_maker] => Archos [device_type] => Tablet [device_pointing_method] => touchscreen [device_code_name] => 101 Neon [device_brand_name] => Archos [renderingengine_name] => Blink [renderingengine_version] => unknown [renderingengine_description] => a WebKit Fork by Google [renderingengine_maker] => Google Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 28.0.1500.94 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td style="border-left: 1px solid #555"></td><td></td><td>desktop-browser</td><td></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.27003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => [type] => desktop-browser [mobile_brand] => [mobile_model] => [version] => 28.0.1500.94 [is_android] => [browser_name] => Chrome [operating_system_family] => Android [operating_system_version] => 4.2.2 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.2 Jelly Bean [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Chrome 28.0</td><td>Blink </td><td>Android 4.2</td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td>tablet</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.004</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome [short_name] => CH [version] => 28.0 [engine] => Blink ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.2 [platform] => ) [device] => Array ( [brand] => AR [brandName] => Archos [model] => 101 Neon [device] => 2 [deviceName] => tablet ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => 1 [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 28.0.1500.94 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.2.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Chrome 28.0.1500</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 28 [minor] => 0 [patch] => 1500 [family] => Chrome ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 2 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Archos [model] => 101 Neon [family] => Archos 101 Neon ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.05301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.2.2 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Chrome 28.0.1500.94</td><td>WebKit 537.36</td><td>Android 4.2.2</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40304</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 28 on Android (Jelly Bean) [browser_version] => 28 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => JDQ39 ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 537.36 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.2.2 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.2.2; Archos 101 Neon Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Safari/537.36 [browser_version_full] => 28.0.1500.94 [browser] => Chrome 28 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Chrome Dev 28.0.1500.94</td><td>Blink </td><td>Android 4.2.2</td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td>tablet</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.009</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 28.0.1500.94 [type] => browser ) [engine] => Array ( [name] => Blink ) [os] => Array ( [name] => Android [version] => 4.2.2 ) [device] => Array ( [type] => tablet [manufacturer] => Archos [model] => 101 Neon ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Chrome 28.0.1500.94</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 28.0.1500.94 [category] => smartphone [os] => Android [os_version] => 4.2.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.2</td><td><i class="material-icons">close</i></td><td>Android 4.2</td><td style="border-left: 1px solid #555">Archos</td><td>101 Neon</td><td>Tablet</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.035</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.2 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.2 [complete_device_name] => Archos 101 Neon [form_factor] => Tablet [is_phone] => false [is_app_webview] => false ) [all] => Array ( [brand_name] => Archos [model_name] => 101 Neon [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.2 [pointing_method] => touchscreen [release_date] => 2014_april [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => false [is_tablet] => true [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 1024 [resolution_height] => 600 [columns] => 60 [max_image_width] => 600 [max_image_height] => 1024 [rows] => 40 [physical_screen_width] => 222 [physical_screen_height] => 130 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:34:01</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
html/234567154848.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Dentiste Boucherville - Clinique Urgence Dentaire - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492280224744&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=13497&V_SEARCH.docsStart=13496&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=13495&amp;V_DOCUMENT.docRank=13496&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492280254470&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567088821&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=13497&amp;V_DOCUMENT.docRank=13498&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492280254470&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567158176&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Clinique Dentaire De Mortagne à Boucherville </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Clinique Dentaire De Mortagne à Boucherville</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Dentiste Boucherville - Clinique Urgence Dentaire</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.cliniquedentairedemortagne.com" target="_blank" title="Website URL">http://www.cliniquedentairedemortagne.com</a></p> <p><a href="mailto:info@cliniquedentairedemortagne.com" title="info@cliniquedentairedemortagne.com">info@cliniquedentairedemortagne.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 475, boul. de Mortagne<br/> BOUCHERVILLE, Quebec<br/> J4B 1B7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 475, boul. de Mortagne<br/> BOUCHERVILLE, Quebec<br/> J4B 1B7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (450) 655-4937 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (450) 655-4623</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> La clinique dentaire De Mortagne est une clinique urgentiste basée à Boucherville, offrant une large gamme de soins, utilisant du matériel de qualité, à la pointe de la technologie. Ses nombreux services permettent de répondre aux besoins d&#39;une large clientèle. <br>L&#39;équipe est composée de 4 dentistes dont le Dr Nguyen. Les patients seront chaleureusement reçus par des médecins professionnels, passionnés par leur métier. <br> <br>Pour répondre à une forte demande, la clinique De Mortagne a fortement développé son activité dans le domaine esthétique. De plus, sa technologie de pointe lui permet d&#39;offrir des soins d’une qualité optimale. Le laser est une de ces technologies utilisées dans certains cas précis. Elle permet notamment une meilleure précision et une guérison plus rapide. Le laser est un véritable atout et permet davantage de confort pour le patient. <br> <br>Si vous avez besoin d’un traitement préventif, esthétique ou de soins d’urgence à Boucherville, le Dr Nguyen et son équipe répondront à vos besoins et sauront être réactifs. N’hésitez pas à contacter la clinique De Mortagne au (450) 655-4937. <br><br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mai Nguyen </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 655-4937 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 655-4623 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@cliniquedentairedemortagne.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Dentiste Boucherville <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Le Docteur Nguyen et son équipe seront heureux d&#39;accueillir parents et enfants ayant besoin de soins dentaires à la clinique De Mortagne à Boucherville. <br> <br> Une large gamme de soin vous sera proposée au sein de la clinique. Cette dernière dispose d&#39;une technologie de pointe qui permettra des soins optimaux et un meilleur confort pour le patient. <br> <br> Vous serez reçus dans une ambiance chaleureuse par une équipe compétente et serez soignés avec un matériel de qualité. <br> Le lieu est également prévu pour recevoir les personnes à mobilité réduite. <br> <br> De nombreux services vous seront proposés dans le domaine de l&#39;esthétique et soins préventifs. <br> Choisissez la clinique dentaire De Mortagne à Boucherville pour un service optimal ! <br> <br> <br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mai Nguyen </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Director </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 655-4937 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 655-4623 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> info@cliniquedentairedemortagne.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 621210 - Offices of Dentists </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Dentiste Boucherville <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Le Docteur Nguyen et son équipe seront heureux d&#39;accueillir parents et enfants ayant besoin de soins dentaires à la clinique De Mortagne à Boucherville. <br> <br> Une large gamme de soin vous sera proposée au sein de la clinique. Cette dernière dispose d&#39;une technologie de pointe qui permettra des soins optimaux et un meilleur confort pour le patient. <br> <br> Vous serez reçus dans une ambiance chaleureuse par une équipe compétente et serez soignés avec un matériel de qualité. <br> Le lieu est également prévu pour recevoir les personnes à mobilité réduite. <br> <br> De nombreux services vous seront proposés dans le domaine de l&#39;esthétique et soins préventifs. <br> Choisissez la clinique dentaire De Mortagne à Boucherville pour un service optimal ! <br> <br> <br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-03-30 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
html/234567038612.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Signal Weather Services - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492318849483&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=42138&V_SEARCH.docsStart=42137&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42136&amp;V_DOCUMENT.docRank=42137&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492318869400&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=123456182591&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=42138&amp;V_DOCUMENT.docRank=42139&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492318869400&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567062759&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> William J Laidlaw Meteorological Consultant </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>William J Laidlaw Meteorological Consultant</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Signal Weather Services</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.signalweather.ca" target="_blank" title="Website URL">http://www.signalweather.ca</a></p> <p><a href="mailto:signalweather@shaw.ca" title="signalweather@shaw.ca">signalweather@shaw.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 49 Davis St<br/> DRYDEN, Ontario<br/> P8N 1R7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 49 Davis St<br/> DRYDEN, Ontario<br/> P8N 1R7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (807) 223-8458 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (807) 223-8408</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> William Laidlaw </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Proprietor <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (807) 221-8722 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (807) 223-8408 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> signalweather@shaw.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541990 - All Other Professional, Scientific and Technical Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Weather Instruments <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Lightning Warning Systems<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Weather Forecasting<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Climatology Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Observing Networks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Design, Install, Service<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Meteorological Training<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 6660-Meteorological Instruments and Apparatus <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> William Laidlaw </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Proprietor <br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (807) 221-8722 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (807) 223-8408 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> signalweather@shaw.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 541990 - All Other Professional, Scientific and Technical Services </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Weather Instruments <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Lightning Warning Systems<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Weather Forecasting<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Climatology Services<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Observing Networks<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Design, Install, Service<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Meteorological Training<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 6660-Meteorological Instruments and Apparatus <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-06-22 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
Reports/un/unipluss.sign.client.1.0.1894/Unipluss.Sign.Client.Common-net4.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; b2280c24-c6d7-4adb-940b-fbbfc3748603 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#Unipluss.Sign.Client.Common">Unipluss.Sign.Client.Common</a></strong></td> <td class="text-center">93.41 %</td> <td class="text-center">86.59 %</td> <td class="text-center">100.00 %</td> <td class="text-center">86.59 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="Unipluss.Sign.Client.Common"><h3>Unipluss.Sign.Client.Common</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.ApplicationException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use other exception types.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameObjectCollectionBase</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Count</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Clear</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetKey(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValues(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetValues(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFolderPath(System.Environment.SpecialFolder)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Environment.SpecialFolder</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllBytes(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ReadAllText(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteAllBytes(System.String,System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.RemoteCertificateValidationCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Security.SslPolicyErrors</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported for HTTP - use new Handler and ignorable server certificate errors instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.ServicePointManager</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient, System.Net.Http.HttpClientHandler and System.Net.Http.WinHttpHandler types instead</td> </tr> <tr> <td style="padding-left:2em">get_ServerCertificateValidationCallback</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ServerCertificateValidationCallback(System.Net.Security.RemoteCertificateValidationCallback)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient, System.Net.Http.HttpClientHandler and System.Net.Http.WinHttpHandler types instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebClient</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpClient instead</td> </tr> <tr> <td style="padding-left:2em">DownloadData(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpClient instead</td> </tr> <tr> <td style="padding-left:2em">DownloadString(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Headers</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpClient instead</td> </tr> <tr> <td style="padding-left:2em">GetWebRequest(System.Uri)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetWebResponse(System.Net.WebRequest)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Encoding(System.Text.Encoding)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">UploadData(System.String,System.String,System.Byte[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">UploadString(System.String,System.String,System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.Timeout. More granular timeouts available: Use System.Net.Http.WinHttpHandler.ConnectTimeout, .ReceiveTimeout, .SendTimeout</td> </tr> <tr> <td style="padding-left:2em">set_Timeout(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.Timeout. More granular timeouts available: Use System.Net.Http.WinHttpHandler.ConnectTimeout, .ReceiveTimeout, .SendTimeout</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Runtime.InteropServices.Marshal</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SecureStringToGlobalAllocUnicode(System.Security.SecureString)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.HashAlgorithm</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">ComputeHash(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.MD5</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.MD5CryptoServiceProvider</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Certificate</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Cryptography.X509Certificates.X509Chain</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityAction</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Permissions.SecurityPermissionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Security.Permissions.SecurityAction)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.SecureString</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Char*,System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">MakeReadOnly</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.UnverifiableCodeAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Text.Encoding</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td style="padding-left:2em">GetString(System.Byte[])</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Call Encoding.GetString(byte[], int, int)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">GetInterfaces</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">IsAssignableFrom(System.Type)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
jsauth/basicjsauth.html
mike-bailey/cyberweblessons
<html> <head> <title> Front End Auth </title> <script type="text/javascript"> function auth() { if (document.getElementById("user").value=="kragon3") { if (document.getElementById("passwd").value=="Password123") { alert("Congrats. You figured out my master password you sly dog.") document.getElementById("solved").innerHTML="<img src='http://www.netanimations.net/Moving-animated-picture-of-monkey-giving-thumbs-up-sign.gif' /><br><br>So from this what you're learning is to not use any client-side authentication methods, like (assuming no frameworks like node.js) Javascript. Also to view source, not store passwords in clear text, etc." } else { alert("Lol no u r bad") } } } </script> </head> <body> <form> <b>Enter Username and Password Pl0x 4 Accezz to Super Hax0r Sekret Chatroom</b><br><br>All of our komminikatiz nd passwerdz iz sekure!<br><br> <input type="text" id="user"> <input type="password" id="passwd"><br><br> <input type="button" value="Use hax0ring formulae to authintik8" onclick="javascript:auth()"><br><br><a href="javascript:alert('right click + view source')">Hint?</a> <br><br> <span id="solved"></span> </form> </body> </html>
01-JS语言基础/基础语法/13-匿名函数.html
csxiaoyaojianxian/JavaScriptStudy
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title></title> </head> <body> <script> // function fn(){ // console.log(1); // } //匿名函数 (function(){ console.log(0); }); //调用方法: //1.直接调用 (function(){ console.log(1);//1 })(); //2.绑定事件 document.onclick = function () { console.log(2);//2 } //3.定时器 setInterval(function () { console.log(3);// 3 3 3 …… },1000); </script> </body> </html>
public/Windows 10 x64 (18363.900)/_HHIVE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.900)</h4><br> <h2>_HHIVE</h2> <font face="arial"> +0x000 Signature : Uint4B<br> +0x008 GetCellRoutine : Ptr64 _<a href="./_CELL_DATA.html">_CELL_DATA</a><br> +0x010 ReleaseCellRoutine : Ptr64 void <br> +0x018 Allocate : Ptr64 void* <br> +0x020 Free : Ptr64 void <br> +0x028 FileWrite : Ptr64 long <br> +0x030 FileRead : Ptr64 long <br> +0x038 HiveLoadFailure : Ptr64 Void<br> +0x040 BaseBlock : Ptr64 <a href="./_HBASE_BLOCK.html">_HBASE_BLOCK</a><br> +0x048 FlusherLock : <a href="./_CMSI_RW_LOCK.html">_CMSI_RW_LOCK</a><br> +0x050 WriterLock : <a href="./_CMSI_RW_LOCK.html">_CMSI_RW_LOCK</a><br> +0x058 DirtyVector : <a href="./_RTL_BITMAP.html">_RTL_BITMAP</a><br> +0x068 DirtyCount : Uint4B<br> +0x06c DirtyAlloc : Uint4B<br> +0x070 UnreconciledVector : <a href="./_RTL_BITMAP.html">_RTL_BITMAP</a><br> +0x080 UnreconciledCount : Uint4B<br> +0x084 BaseBlockAlloc : Uint4B<br> +0x088 Cluster : Uint4B<br> +0x08c Flat : Pos 0, 1 Bit<br> +0x08c ReadOnly : Pos 1, 1 Bit<br> +0x08c Reserved : Pos 2, 6 Bits<br> +0x08d DirtyFlag : UChar<br> +0x090 HvBinHeadersUse : Uint4B<br> +0x094 HvFreeCellsUse : Uint4B<br> +0x098 HvUsedCellsUse : Uint4B<br> +0x09c CmUsedCellsUse : Uint4B<br> +0x0a0 HiveFlags : Uint4B<br> +0x0a4 CurrentLog : Uint4B<br> +0x0a8 CurrentLogSequence : Uint4B<br> +0x0ac CurrentLogMinimumSequence : Uint4B<br> +0x0b0 CurrentLogOffset : Uint4B<br> +0x0b4 MinimumLogSequence : Uint4B<br> +0x0b8 LogFileSizeCap : Uint4B<br> +0x0bc LogDataPresent : [2] UChar<br> +0x0be PrimaryFileValid : UChar<br> +0x0bf BaseBlockDirty : UChar<br> +0x0c0 LastLogSwapTime : <a href="./_LARGE_INTEGER.html">_LARGE_INTEGER</a><br> +0x0c8 FirstLogFile : Pos 0, 3 Bits<br> +0x0c8 SecondLogFile : Pos 3, 3 Bits<br> +0x0c8 HeaderRecovered : Pos 6, 1 Bit<br> +0x0c8 LegacyRecoveryIndicated : Pos 7, 1 Bit<br> +0x0c8 RecoveryInformationReserved : Pos 8, 8 Bits<br> +0x0c8 RecoveryInformation : Uint2B<br> +0x0ca LogEntriesRecovered : [2] UChar<br> +0x0cc RefreshCount : Uint4B<br> +0x0d0 StorageTypeCount : Uint4B<br> +0x0d4 Version : Uint4B<br> +0x0d8 ViewMap : <a href="./_HVP_VIEW_MAP.html">_HVP_VIEW_MAP</a><br> +0x110 Storage : [2] <a href="./_DUAL.html">_DUAL</a><br> </font></body></html>
public/Windows 10 x64 (18363.900)/wil_details_CachedFeatureEnabledState.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.900)</h4><br> <h2>wil_details_CachedFeatureEnabledState</h2> <font face="arial"> wil_details_CachedFeatureEnabledState_Unknown = 0n0<br> wil_details_CachedFeatureEnabledState_Disabled = 0n1<br> wil_details_CachedFeatureEnabledState_Enabled = 0n2<br> wil_details_CachedFeatureEnabledState_Desired = 0n3<br> </font></body></html>
public/Windows 10 x64 (18363.836)/_WNF_STATE_NAME.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.836)</h4><br> <h2>_WNF_STATE_NAME</h2> <font face="arial"> +0x000 Data : [2] Uint4B<br> </font></body></html>
src/express/templates/www/home.html
qisanstudio/qsapp-express
{% extends "www/base.html" %} {% block title %}首页 | {{ super() }}{% endblock %} {% block main %} <p>欢迎登录</p> {% endblock %}
b4c51c5/html/classv8_1_1ScriptOriginOptions-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v5.4.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v5.4.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1ScriptOriginOptions.html">ScriptOriginOptions</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::ScriptOriginOptions Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Flags</b>() const (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsEmbedderDebugScript</b>() const (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IsOpaque</b>() const (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsSharedCrossOrigin</b>() const (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ScriptOriginOptions</b>(bool is_embedder_debug_script=false, bool is_shared_cross_origin=false, bool is_opaque=false) (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ScriptOriginOptions</b>(int flags) (defined in <a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a>)</td><td class="entry"><a class="el" href="classv8_1_1ScriptOriginOptions.html">v8::ScriptOriginOptions</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
converter.html
grxanon/grxanon.github.io
<!DOCTYPE html> <html lang="en"> <head> <!--5ETOOLS_VERSION--> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Stat Block Converter - 5etools</title> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/style.css"> <link rel="icon" href="favicon.png"> <script type="text/javascript" src="lib/js-cookie.js"></script> <script type="text/javascript" src="js/styleswitch.js"></script> <script type="text/javascript" src="js/navigation.js"></script> <style> .inputArea { width: 100%; height: 75vh; } .outputArea { width: 100%; height: 75vh; } .select-inline{ display: inline-block; width: initial; } </style> </head> <body> <div class="viewport-wrapper"> <header class="hidden-xs hidden-sm"> <div class="container"> <h1>Stat Block Converter</h1> <p>Input stat block on left, hit parse, copy JSON from right.</p> </div> </header> <nav class="container" id="navigation"> <ul class="nav nav-pills" id="navbar"> </ul> </nav> <main class="bodyContent view-col-wrapper"> <div class="view-col"> <h3>Statblock <button id="parsestatblock" class="btn">Parse</button> <button id="parsestatblockadd" class="btn">Parse and Add</button> <select class="form-control select-inline" id="parse_mode"> <option value="txt">Parse as Text</option> <option value="md" selected>Parse as Markdown</option> </select> </h3> <pre id="statblock" class="inputArea"> ___ >## Lich >*Medium undead, any evil alignment* >___ >- **Armor Class** 17 >- **Hit Points** 135 (18d8 + 54) >- **Speed** 30 ft. >___ >|STR|DEX|CON|INT|WIS|CHA| >|:---:|:---:|:---:|:---:|:---:|:---:| >|11 (+0)|16 (+3)|16 (+3)|20 (+5)|14 (+2)|16 (+3)| >___ >- **Saving Throws** Con +10, Int +12, Wis +9 >- **Skills** Arcana +18, History +12, Insight +9, Perception +9 >- **Damage Resistances** cold, lightning, necrotic >- **Damage Immunities** poison, bludgeoning, piercing, and slashing from nonmagical weapons >- **Condition Immunities** charmed, exhaustion, frightened, paralyzed, poisoned >- **Senses** truesight 120 ft., passive Perception 19 >- **Languages** Common plus up to five other languages >- **Challenge** 21 (33000 XP) >___ >***Legendary Resistance (3/Day).*** If the lich fails a saving throw, it can choose to succeed instead. > >***Rejuvenation.*** If it has a phylactery, a destroyed lich gains a new body in 1d10 days, regaining all its hit points and becoming active again. The new body appears within 5 feet of the phylactery. > >***Spellcasting.*** The lich is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 20, +12 to hit with spell attacks). The lich has the following wizard spells prepared: > >• Cantrips (at will): mage hand, prestidigitation, ray of frost >• 1st level (4 slots): detect magic, magic missile, shield, thunderwave >• 2nd level (3 slots): detect thoughts, invisibility, Melf's acid arrow, mirror image >• 3rd level (3 slots): animate dead, counterspell, dispel magic, fireball >• 4th level (3 slots): blight, dimension door >• 5th level (3 slots): cloudkill, scrying >• 6th level (1 slot): disintegrate, globe of invulnerability >• 7th level (1 slot): finger of death, plane shift >• 8th level (1 slot): dominate monster, power word stun >• 9th level (1 slot): power word kill > >***Turn Resistance.*** The lich has advantage on saving throws against any effect that turns undead. > >### Actions >***Paralyzing Touch.*** Melee Spell Attack: +12 to hit, reach 5 ft., one creature. Hit: 10 (3d6) cold damage. The target must succeed on a DC 18 Constitution saving throw or be paralyzed for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. > >### Legendary Actions >The lich can take 3 legendary actions, choosing from the options below. Only one legendary action option can be used at a time and only at the end of another creature's turn. The lich regains spent legendary actions at the start of its turn. > >***Cantrip.*** The lich casts a cantrip. > >***Paralyzing Touch (Costs 2 Actions).*** The lich uses its Paralyzing Touch. > >***Frightening Gaze (Costs 2 Actions).*** The lich fixes its gaze on one creature it can see within 10 feet of it. The target must succeed on a DC 18 Wisdom saving throw against this magic or become frightened for 1 minute. The frightened target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a target's saving throw is successful or the effect ends for it, the target is immune to the lich's gaze for the next 24 hours. > >***Disrupt Life (Costs 3 Actions).*** Each living creature within 20 feet of the lich must make a DC 18 Constitution saving throw against this magic, taking 21 (6d6) necrotic damage on a failed save, or half as much damage on a successful one. > > </pre> <select id="source" class="form-control select-inline"></select> <input type="text" id="customsourcein" placeholder="Custom source"> <button id="addsource" class="btn btn-sm">Save</button> <br> <small>This parser is <em>very</em> particular about its input. Use at your own risk.</small> </div> <div class="view-col"> <h3>Output</h3> <textarea id="jsonoutput" readonly class="outputArea"></textarea> </div> </main> <!--5ETOOLS_SCRIPT_ANCHOR--> <script type="text/javascript" src="js/utils.js"></script> <script type="text/javascript" src="js/omnidexer.js"></script> <script type="text/javascript" src="js/omnisearch.js"></script> <script type="text/javascript" src="js/entryrender.js"></script> <script type="text/javascript" src="js/converter.js"></script> <script type="text/javascript" src="lib/list.js"></script> <script type="text/javascript" src="lib/jquery.js"></script> <script type="text/javascript" src="lib/bootstrap.js"></script> <script type="text/javascript" src="lib/elasticlunr.js"></script> <script type="text/javascript" src="lib/ace.js"></script> </div> </body> </html>
spec/fake-ajax-spec.html
mileskin/jasmine-fake-ajax
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Fake ajax spec</title> <link rel="stylesheet" type="text/css" href="../dependencies/jasmine/jasmine-1.1.0/jasmine.css"> <script src="../dependencies/jquery-1.6.4.js" type="text/javascript"></script> <script src="../dependencies/underscore-1.1.7-min.js" type="text/javascript"></script> <script src="../dependencies/urlEncode.js" type="text/javascript"></script> <script src="../dependencies/jasmine/jasmine-1.1.0/jasmine.js" type="text/javascript"></script> <script src="../dependencies/jasmine/jasmine-1.1.0/jasmine-html.js" type="text/javascript"></script> <script src="../dependencies/jasmine-jquery-1.3.1.js" type="text/javascript"></script> <script src="fake-jsons.js" type="text/javascript"></script> <script src="sut.js" type="text/javascript"></script> <script src="../lib/jasmine-fake-ajax.js" type="text/javascript"></script> <script src="fake-ajax-spec.js" type="text/javascript"></script> </head> <body> <script type="text/javascript"> jasmine.getEnv().addReporter(new jasmine.TrivialReporter()); jasmine.getEnv().execute(); </script> </body> </html>
servers/flask/templates/colors-fixed-delay.html
RobertoPrevato/KingTable
{%- extends "layout.html" -%} {%- block title -%} KingTable - colors demo with client side pagination (whole collection in memory, obtained after delay) {%- endblock -%} {%- block body -%} {% include "partials/controls.html" %} <pre id="main"></pre> {%- endblock -%} {%- block js -%} <script src="scripts/colors.js"></script> <script> (function () { var table = window.table = new KingTable({ caption: "KingTable - colors demo with client side pagination (whole collection in memory, obtained after delay)", element: document.getElementById("main"), builder: "text" }, { getFetchPromise: function (params) { return new Promise(function (resolve, reject) { setTimeout(function () { resolve(COLORS); }, 5000); }); } }); table.render().then(function () { console.log("ok :)"); }, function () { console.log("noo :("); }); })(); </script> <script src="scripts/example-controls.js"></script> {%- endblock -%}
html/234567062149.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Backtrack Railway Services Ltd. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492268156744&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=4962&V_SEARCH.docsStart=4961&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=4960&amp;V_DOCUMENT.docRank=4961&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492268173432&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567151146&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=4962&amp;V_DOCUMENT.docRank=4963&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492268173432&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567093142&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Backtrack Railway Services Ltd. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Backtrack Railway Services Ltd.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.backtrack.com" target="_blank" title="Website URL">http://www.backtrack.com</a></p> <p><a href="mailto:gary@backtrack.com" title="gary@backtrack.com">gary@backtrack.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 55 Corriveau Ave<br/> ST. ALBERT, Alberta<br/> T8N 5A3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 55 Corriveau Ave<br/> ST. ALBERT, Alberta<br/> T8N 5A3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (780) 418-4252 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (888) 744-7245</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (780) 458-4924</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> To offer a one-stop railroad equipment store providing repairs and maintenance, parts sales, and training. <br>Backtrack is focused on the needs of an ever changing railway industry.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gary Oligny </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 418-4252 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 458-4924 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gary@backtrack.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 488210 - Support Activities for Rail Transportation </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417990 - All Other Machinery, Equipment and Supplies Wholesaler-Distributors<br> 611690 - All Other Schools and Instruction<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SpikeFast<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Chemical tie plugging compound<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gary Oligny </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Data Provider<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (780) 418-4252 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (780) 458-4924 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gary@backtrack.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 488210 - Support Activities for Rail Transportation </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 417990 - All Other Machinery, Equipment and Supplies Wholesaler-Distributors<br> 611690 - All Other Schools and Instruction<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> SpikeFast<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Chemical tie plugging compound<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-03-18 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/pocklington/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pocklington: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / pocklington - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pocklington <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/pocklington&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Pocklington&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Pocklington&quot; &quot;keyword: number theory&quot; &quot;keyword: prime numbers&quot; &quot;keyword: primality&quot; &quot;keyword: Fermat&#39;s little theorem&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date: 2000-11&quot; ] authors: [ &quot;Olga Caprotti&quot; &quot;Martijn Oostdijk&quot; ] bug-reports: &quot;https://github.com/coq-contribs/pocklington/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/pocklington.git&quot; synopsis: &quot;Pocklington&#39;s criterion&quot; description: &quot;&quot;&quot; Pocklington&#39;s criterion for checking primality for large natural numbers. Includes a proof of Fermat&#39;s little theorem.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/pocklington/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=6d1a6ef1571ef3ec69180b4ab1172b65&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-pocklington.8.9.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-pocklington -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-pocklington.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/static/css/user.css
spaceexperiment/forum-app
.user-form.jumbotron p { font-size: 1em; }
src/presence_analyzer/templates/presence_weekday.html
stxnext-kindergarten/presence-analyzer-mjelonek
<%inherit file="presence_template.html"/> <%block name="google_load"> google.load("visualization", "1", {packages:["corechart"], 'language': 'en'}); </%block> <%block name="getJSON"> $.getJSON("${url_for('presence_weekday_view', user_id=0)}" + selected_user, function(result) { if(result.length > 0) { var data = google.visualization.arrayToDataTable(result), options = {}; chart_div.show(); loading.hide(); var chart = new google.visualization.PieChart(chart_div[0]); chart.draw(data, options); } else { loading.hide(); error_div.show(); } }); </%block>
themes/genius/Genius 2.3.1 Bootstrap 4/Static_Full_Project_GULP/UIkits-email-compose.html
davidchristie/kaenga-housing-calculator
<!-- * GenesisUI - Bootstrap 4 Admin Template * @version v1.8.1 * @link https://genesisui.com * Copyright (c) 2017 creativeLabs Łukasz Holeczek * @license Commercial --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="Genius - Bootstrap 4 Admin Template"> <meta name="author" content="Łukasz Holeczek"> <meta name="keyword" content="Bootstrap,Admin,Template,Open,Source,AngularJS,Angular,Angular2,jQuery,CSS,HTML,RWD,Dashboard"> <link rel="shortcut icon" href="img/favicon.png"> <title>Genius - Bootstrap 4 Admin Template</title> <!-- Icons --> <link href="css/font-awesome.min.css" rel="stylesheet"> <link href="css/simple-line-icons.css" rel="stylesheet"> <!-- Premium Icons --> <link href="css/glyphicons.css" rel="stylesheet"> <link href="css/glyphicons-filetypes.css" rel="stylesheet"> <link href="css/glyphicons-social.css" rel="stylesheet"> <!-- Main styles for this application --> <link href="css/style.css" rel="stylesheet"> </head> <!-- BODY options, add following classes to body to change options // Header options 1. '.header-fixed' - Fixed Header // Sidebar options 1. '.sidebar-fixed' - Fixed Sidebar 2. '.sidebar-hidden' - Hidden Sidebar 3. '.sidebar-off-canvas' - Off Canvas Sidebar 4. '.sidebar-compact' - Compact Sidebar Navigation (Only icons) // Aside options 1. '.aside-menu-fixed' - Fixed Aside Menu 2. '.aside-menu-hidden' - Hidden Aside Menu 3. '.aside-menu-off-canvas' - Off Canvas Aside Menu // Footer options 1. 'footer-fixed' - Fixed footer --> <body class="app header-fixed sidebar-fixed aside-menu-fixed aside-menu-hidden"> <header class="app-header navbar"> <button class="navbar-toggler mobile-sidebar-toggler hidden-lg-up" type="button">☰</button> <a class="navbar-brand" href="#"></a> <ul class="nav navbar-nav hidden-md-down float-left"> <li class="nav-item"> <a class="nav-link navbar-toggler sidebar-toggler" href="#">☰</a> </li> </ul> <form class="form-inline px-2 hidden-md-down"> <div class="input-group"> <div class="input-group-btn"> <button type="button" class="btn dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Search </button> <div class="dropdown-menu"> <a class="dropdown-item" href="#">Action</a> <a class="dropdown-item" href="#">Another action</a> <a class="dropdown-item" href="#">Something else here</a> <a class="dropdown-item" href="#">Separated link</a> </div> </div> <input type="text" class="form-control" aria-label="Text input with dropdown button" placeholder="...."> <span class="input-group-btn"> <button class="btn" type="button"><i class="fa fa-search"></i> </button> </span> </div> </form> <ul class="nav navbar-nav ml-auto"> <li class="nav-item dropdown hidden-md-down pr-2"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <img src="img/flags/United-Kingdom.png" class="img-flag" alt="English" height="24"> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-header text-center"> <strong>Choose language</strong> </div> <a class="dropdown-item" href="#"> <img src="img/flags/Poland.png" class="img-flag" alt="Polish" height="24">Polish</a> <a class="dropdown-item" href="#"> <img src="img/flags/United-Kingdom.png" class="img-flag" alt="English" height="24">English</a> <a class="dropdown-item" href="#"> <img src="img/flags/Spain.png" class="img-flag" alt="Español" height="24">Español</a> </div> </li> <li class="nav-item dropdown hidden-md-down"> <a class="nav-link nav-link" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="icon-bell"></i> <span class="badge badge-pill badge-danger">5</span> </a> <div class="dropdown-menu dropdown-menu-right dropdown-menu-lg"> <div class="dropdown-header text-center"> <strong>You have 5 notifications</strong> </div> <a href="#" class="dropdown-item"> <i class="icon-user-follow text-success"></i> New user registered </a> <a href="#" class="dropdown-item"> <i class="icon-user-unfollow text-danger"></i> User deleted </a> <a href="#" class="dropdown-item"> <i class="icon-chart text-info"></i> Sales report is ready </a> <a href="#" class="dropdown-item"> <i class="icon-basket-loaded text-primary"></i> New client </a> <a href="#" class="dropdown-item"> <i class="icon-speedometer text-warning"></i> Server overloaded </a> <div class="dropdown-header text-center"> <strong>Server</strong> </div> <a href="#" class="dropdown-item"> <div class="text-uppercase mb-q"> <small><b>CPU Usage</b> </small> </div> <span class="progress progress-xs"> <div class="progress-bar bg-info" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> </span> <small class="text-muted">348 Processes. 1/4 Cores.</small> </a> <a href="#" class="dropdown-item"> <div class="text-uppercase mb-q"> <small><b>Memory Usage</b> </small> </div> <span class="progress progress-xs"> <div class="progress-bar bg-warning" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div> </span> <small class="text-muted">11444GB/16384MB</small> </a> <a href="#" class="dropdown-item"> <div class="text-uppercase mb-q"> <small><b>SSD 1 Usage</b> </small> </div> <span class="progress progress-xs"> <div class="progress-bar bg-danger" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div> </span> <small class="text-muted">243GB/256GB</small> </a> </div> </li> <li class="nav-item dropdown hidden-md-down"> <a class="nav-link" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="icon-list"></i> <span class="badge badge-pill badge-warning">15</span> </a> <div class="dropdown-menu dropdown-menu-right dropdown-menu-lg"> <div class="dropdown-header text-center"> <strong>You have 5 pending tasks</strong> </div> <a href="#" class="dropdown-item"> <div class="small mb-q">Upgrade NPM &amp; Bower <span class="float-right"> <strong>0%</strong> </span> </div> <span class="progress progress-xs"> <div class="progress-bar bg-info" role="progressbar" style="width: 0%" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div> </span> </a> <a href="#" class="dropdown-item"> <div class="small mb-q">ReactJS Version <span class="float-right"> <strong>25%</strong> </span> </div> <span class="progress progress-xs"> <div class="progress-bar bg-danger" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> </span> </a> <a href="#" class="dropdown-item"> <div class="small mb-q">VueJS Version <span class="float-right"> <strong>50%</strong> </span> </div> <span class="progress progress-xs"> <div class="progress-bar bg-warning" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div> </span> </a> <a href="#" class="dropdown-item"> <div class="small mb-q">Add new layouts <span class="float-right"> <strong>75%</strong> </span> </div> <span class="progress progress-xs"> <div class="progress-bar bg-info" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div> </span> </a> <a href="#" class="dropdown-item"> <div class="small mb-q">Angular 2 Cli Version <span class="float-right"> <strong>100%</strong> </span> </div> <span class="progress progress-xs"> <div class="progress-bar bg-success" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div> </span> </a> <a href="#" class="dropdown-item text-center"> <strong>View all tasks</strong> </a> </div> </li> <li class="nav-item dropdown hidden-md-down"> <a class="nav-link nav-link" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <i class="icon-envelope-letter"></i> <span class="badge badge-pill badge-info">7</span> </a> <div class="dropdown-menu dropdown-menu-right dropdown-menu-lg"> <div class="dropdown-header text-center"> <strong>You have 4 messages</strong> </div> <a href="#" class="dropdown-item"> <div class="message"> <div class="py-1 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">John Doe</small> <small class="text-muted float-right mt-q">Just now</small> </div> <div class="text-truncate font-weight-bold"> <span class="fa fa-exclamation text-danger"></span>Important message</div> <div class="small text-muted text-truncate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</div> </div> </a> <a href="#" class="dropdown-item"> <div class="message"> <div class="py-1 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/6.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-warning"></span> </div> </div> <div> <small class="text-muted">John Doe</small> <small class="text-muted float-right mt-q">5 minutes ago</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <div class="small text-muted text-truncate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</div> </div> </a> <a href="#" class="dropdown-item"> <div class="message"> <div class="py-1 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/5.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-danger"></span> </div> </div> <div> <small class="text-muted">John Doe</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <div class="small text-muted text-truncate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</div> </div> </a> <a href="#" class="dropdown-item"> <div class="message"> <div class="py-1 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/4.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-info"></span> </div> </div> <div> <small class="text-muted">John Doe</small> <small class="text-muted float-right mt-q">4:03 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <div class="small text-muted text-truncate">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</div> </div> </a> <a href="#" class="dropdown-item text-center"> <strong>View all messages</strong> </a> </div> </li> <li class="nav-item hidden-md-down"> <a class="nav-link" href="#"><i class="icon-location-pin"></i></a> </li> <li class="nav-item dropdown"> <a class="nav-link avatar" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> <img src="img/avatars/6.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </a> <div class="dropdown-menu dropdown-menu-right"> <div class="dropdown-header text-center"> <strong>Account</strong> </div> <a class="dropdown-item" href="#"><i class="fa fa-bell-o"></i> Updates<span class="badge badge-info">42</span></a> <a class="dropdown-item" href="#"><i class="fa fa-envelope-o"></i> Messages<span class="badge badge-success">42</span></a> <a class="dropdown-item" href="#"><i class="fa fa-tasks"></i> Tasks<span class="badge badge-danger">42</span></a> <a class="dropdown-item" href="#"><i class="fa fa-comments"></i> Comments<span class="badge badge-warning">42</span></a> <div class="dropdown-header text-center"> <strong>Settings</strong> </div> <a class="dropdown-item" href="#"><i class="fa fa-user"></i> Profile</a> <a class="dropdown-item" href="#"><i class="fa fa-wrench"></i> Settings</a> <a class="dropdown-item" href="#"><i class="fa fa-usd"></i> Payments<span class="badge badge-default">42</span></a> <a class="dropdown-item" href="#"><i class="fa fa-file"></i> Projects<span class="badge badge-primary">42</span></a> <div class="divider"></div> <a class="dropdown-item" href="#"><i class="fa fa-shield"></i> Lock Account</a> <a class="dropdown-item" href="#"><i class="fa fa-lock"></i> Logout</a> </div> </li> <li class="nav-item hidden-md-down"> <a class="nav-link navbar-toggler aside-menu-toggler" href="#">☰</a> </li> </ul> </header> <div class="app-body"> <div class="sidebar"> <nav class="sidebar-nav"> <ul class="nav"> <li class="nav-item"> <a class="nav-link" href="index.html"><i class="icon-speedometer"></i> Dashboard <span class="badge badge-info">NEW</span></a> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-puzzle"></i> Components</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="components-buttons.html"><i class="icon-puzzle"></i> Buttons</a> </li> <li class="nav-item"> <a class="nav-link" href="components-social-buttons.html"><i class="icon-puzzle"></i> Social Buttons</a> </li> <li class="nav-item"> <a class="nav-link" href="components-cards.html"><i class="icon-puzzle"></i> Cards</a> </li> <li class="nav-item"> <a class="nav-link" href="components-modals.html"><i class="icon-puzzle"></i> Modals</a> </li> <li class="nav-item"> <a class="nav-link" href="components-switches.html"><i class="icon-puzzle"></i> Switches</a> </li> <li class="nav-item"> <a class="nav-link" href="components-tables.html"><i class="icon-puzzle"></i> Tables</a> </li> <li class="nav-item"> <a class="nav-link" href="components-tabs.html"><i class="icon-puzzle"></i> Tabs</a> </li> </ul> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-note"></i> Forms</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="forms-basic-forms.html"><i class="icon-note"></i> Basic Forms</a> </li> <li class="nav-item"> <a class="nav-link" href="forms-advanced-forms.html"><i class="icon-note"></i> Advanced Forms</a> </li> <li class="nav-item"> <a class="nav-link" href="forms-validation.html"><i class="icon-note"></i> Validation</a> </li> </ul> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-star"></i> Icons</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="icons-font-awesome.html"><i class="icon-star"></i> Font Awesome</a> </li> <li class="nav-item"> <a class="nav-link" href="icons-simple-line-icons.html"><i class="icon-star"></i> Simple Line Icons</a> </li> <li class="nav-item"> <a class="nav-link" href="icons-glyphicons.html"><i class="icon-star"></i> Glyphicons</a> </li> <li class="nav-item"> <a class="nav-link" href="icons-glyphicons-filetypes.html"><i class="icon-star"></i> Filetypes</a> </li> <li class="nav-item"> <a class="nav-link" href="icons-glyphicons-social.html"><i class="icon-star"></i> Glyphicons Social</a> </li> </ul> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-energy"></i> Plugins</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="plugins-calendar.html"><i class="icon-calendar"></i> Calendar</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-draggable-cards.html"><i class="icon-cursor-move"></i> Draggable Cards</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-loading-buttons.html"><i class="icon-cursor"></i> Loading Buttons</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-notifications.html"><i class="icon-info"></i> Notifications</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-sliders.html"><i class="icon-equalizer"></i> Sliders</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-spinners.html"><i class="fa fa-spinner"></i> Spinners</a> </li> <li class="nav-item"> <a class="nav-link" href="plugins-tables.html"><i class="icon-list"></i> Tables</a> </li> </ul> </li> <li class="nav-item"> <a class="nav-link" href="widgets.html"><i class="icon-calculator"></i> Widgets <span class="badge badge-info">NEW</span></a> </li> <li class="nav-item"> <a class="nav-link" href="charts.html"><i class="icon-pie-chart"></i> Charts</a> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-star"></i> Pages</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="pages-login.html" target="_top"><i class="icon-star"></i> Login</a> </li> <li class="nav-item"> <a class="nav-link" href="pages-register.html" target="_top"><i class="icon-star"></i> Register</a> </li> <li class="nav-item"> <a class="nav-link" href="pages-404.html" target="_top"><i class="icon-star"></i> Error 404</a> </li> <li class="nav-item"> <a class="nav-link" href="pages-500.html" target="_top"><i class="icon-star"></i> Error 500</a> </li> </ul> </li> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-layers"></i> UI Kits</a> <ul class="nav-dropdown-items"> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-speech"></i> Invoicing</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="UIkits-invoicing-invoice.html"><i class="icon-speech"></i> Invoice</a> </li> </ul> </li> </ul> <ul class="nav-dropdown-items"> <li class="nav-item nav-dropdown"> <a class="nav-link nav-dropdown-toggle" href="#"><i class="icon-speech"></i> Email</a> <ul class="nav-dropdown-items"> <li class="nav-item"> <a class="nav-link" href="UIkits-email-inbox.html"><i class="icon-speech"></i> Inbox</a> </li> <li class="nav-item"> <a class="nav-link" href="UIkits-email-message.html"><i class="icon-speech"></i> Message</a> </li> <li class="nav-item"> <a class="nav-link" href="UIkits-email-compose.html"><i class="icon-speech"></i> Compose</a> </li> </ul> </li> </ul> </li> <li class="divider m-h"></li> <li class="nav-title"> System Utilization </li> <li class="nav-item px-1 hidden-cn"> <div class="text-uppercase mb-q"> <small><b>CPU Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-info" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">348 Processes. 1/4 Cores.</small> </li> <li class="nav-item px-1 hidden-cn"> <div class="text-uppercase mb-q"> <small><b>Memory Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-warning" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">11444GB/16384MB</small> </li> <li class="nav-item px-1 hidden-cn"> <div class="text-uppercase mb-q"> <small><b>SSD 1 Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-danger" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">243GB/256GB</small> </li> </ul> </nav> </div> <!-- Main content --> <main class="main"> <!-- Breadcrumb --> <ol class="breadcrumb"> <li class="breadcrumb-item">Home</li> <li class="breadcrumb-item"><a href="#">Admin</a> </li> <li class="breadcrumb-item active">Dashboard</li> </ol> <div class="container-fluid"> <div class="animated fadeIn"> <div class="row"> <div class="col-12"> <div class="card email-app"> <nav> <a href="page-inbox-compose.html" class="btn btn-danger btn-block">New Email</a> <ul class="nav"> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-inbox"></i> Inbox <span class="badge badge-danger">4</span></a> </li> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-star"></i> Stared</a> </li> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-rocket"></i> Sent</a> </li> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-trash-o"></i> Trash</a> </li> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-bookmark"></i> Important<span class="badge badge-info">5</span></a> </li> <li class="nav-item"> <a class="nav-link" href="#"><i class="fa fa-inbox"></i> Inbox <span class="badge badge-danger">4</span></a> </li> </ul> </nav> <main> <div class="message clearfix"> <p class="text-center">New Message</p> <form> <div class="form-group row"> <label for="to" class="col-sm-1 form-control-label">To:</label> <div class="col-sm-11"> <input type="email" class="form-control" id="to" placeholder="Type email"> </div> </div> <div class="form-group row"> <label for="cc" class="col-sm-1 form-control-label">CC:</label> <div class="col-sm-11"> <input type="email" class="form-control" id="cc" placeholder="Type email"> </div> </div> <div class="form-group row"> <label for="bcc" class="col-sm-1 form-control-label">BCC:</label> <div class="col-sm-11"> <input type="email" class="form-control" id="bcc" placeholder="Type email"> </div> </div> </form> <div class="row"> <div class="col-sm-11 offset-sm-1"> <div class="btn-toolbar" role="toolbar"> <div class="btn-group"> <button type="button" class="btn btn-secondary"> <span class="fa fa-bold"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-italic"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-underline"></span> </button> </div> <div class="btn-group"> <button type="button" class="btn btn-secondary"> <span class="fa fa-align-left"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-align-right"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-align-center"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-align-justify"></span> </button> </div> <div class="btn-group"> <button type="button" class="btn btn-secondary"> <span class="fa fa-indent"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-outdent"></span> </button> </div> <div class="btn-group"> <button type="button" class="btn btn-secondary"> <span class="fa fa-list-ul"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-list-ol"></span> </button> </div> <button type="button" class="btn btn-secondary"> <span class="fa fa-trash-o"></span> </button> <button type="button" class="btn btn-secondary"> <span class="fa fa-paperclip"></span> </button> <div class="btn-group"> <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown"> <span class="fa fa-tags"></span> <span class="caret"></span> </button> <ul class="dropdown-menu"> <li><a href="#">add label <span class="badge badge-danger"> Home</span></a> </li> <li><a href="#">add label <span class="badge badge-info">Job</span></a> </li> <li><a href="#">add label <span class="badge badge-success">Clients</span></a> </li> <li><a href="#">add label <span class="badge badge-warning">News</span></a> </li> </ul> </div> </div> <br> <div class="form-group"> <textarea class="form-control" id="message" name="body" rows="12" placeholder="Click here to reply"></textarea> </div> <div class="form-group"> <button type="submit" class="btn btn-success">Send</button> <button type="submit" class="btn btn-secondary">Draft</button> <button type="submit" class="btn btn-danger">Discard</button> </div> </div> </div> </div> </main> </div> </div> </div> </div> </div> <!-- /.conainer-fluid --> </main> <aside class="aside-menu"> <ul class="nav nav-tabs" role="tablist"> <li class="nav-item"> <a class="nav-link active" data-toggle="tab" href="#timeline" role="tab"><i class="icon-list"></i></a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#messages" role="tab"><i class="icon-speech"></i></a> </li> <li class="nav-item"> <a class="nav-link" data-toggle="tab" href="#settings" role="tab"><i class="icon-settings"></i></a> </li> </ul> <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active" id="timeline" role="tabpanel"> <div class="callout m-0 py-h text-muted text-center bg-faded text-uppercase"> <small><b>Today</b> </small> </div> <hr class="transparent mx-1 my-0"> <div class="callout callout-warning m-0 py-1"> <div class="avatar float-right"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div>Meeting with <strong>Lucas</strong> </div> <small class="text-muted mr-1"><i class="icon-calendar"></i>&nbsp; 1 - 3pm</small> <small class="text-muted"><i class="icon-location-pin"></i>&nbsp; Palo Alto, CA</small> </div> <hr class="mx-1 my-0"> <div class="callout callout-info m-0 py-1"> <div class="avatar float-right"> <img src="img/avatars/4.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div>Skype with <strong>Megan</strong> </div> <small class="text-muted mr-1"><i class="icon-calendar"></i>&nbsp; 4 - 5pm</small> <small class="text-muted"><i class="icon-social-skype"></i>&nbsp; On-line</small> </div> <hr class="transparent mx-1 my-0"> <div class="callout m-0 py-h text-muted text-center bg-faded text-uppercase"> <small><b>Tomorrow</b> </small> </div> <hr class="transparent mx-1 my-0"> <div class="callout callout-danger m-0 py-1"> <div>New UI Project - <strong>deadline</strong> </div> <small class="text-muted mr-1"><i class="icon-calendar"></i>&nbsp; 10 - 11pm</small> <small class="text-muted"><i class="icon-home"></i>&nbsp; creativeLabs HQ</small> <div class="avatars-stack mt-h"> <div class="avatar avatar-xs"> <img src="img/avatars/2.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/3.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/4.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/5.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/6.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> </div> </div> <hr class="mx-1 my-0"> <div class="callout callout-success m-0 py-1"> <div> <strong>#10 Startups.Garden</strong>Meetup</div> <small class="text-muted mr-1"><i class="icon-calendar"></i>&nbsp; 1 - 3pm</small> <small class="text-muted"><i class="icon-location-pin"></i>&nbsp; Palo Alto, CA</small> </div> <hr class="mx-1 my-0"> <div class="callout callout-primary m-0 py-1"> <div> <strong>Team meeting</strong> </div> <small class="text-muted mr-1"><i class="icon-calendar"></i>&nbsp; 4 - 6pm</small> <small class="text-muted"><i class="icon-home"></i>&nbsp; creativeLabs HQ</small> <div class="avatars-stack mt-h"> <div class="avatar avatar-xs"> <img src="img/avatars/2.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/3.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/4.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/5.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/6.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> <div class="avatar avatar-xs"> <img src="img/avatars/8.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> </div> </div> </div> <hr class="mx-1 my-0"> </div> <div class="tab-pane p-1" id="messages" role="tabpanel"> <div class="message"> <div class="py-1 pb-3 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">Lukasz Holeczek</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</small> </div> <hr> <div class="message"> <div class="py-1 pb-3 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">Lukasz Holeczek</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</small> </div> <hr> <div class="message"> <div class="py-1 pb-3 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">Lukasz Holeczek</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</small> </div> <hr> <div class="message"> <div class="py-1 pb-3 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">Lukasz Holeczek</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</small> </div> <hr> <div class="message"> <div class="py-1 pb-3 mr-1 float-left"> <div class="avatar"> <img src="img/avatars/7.jpg" class="img-avatar" alt="admin@bootstrapmaster.com"> <span class="avatar-status badge-success"></span> </div> </div> <div> <small class="text-muted">Lukasz Holeczek</small> <small class="text-muted float-right mt-q">1:52 PM</small> </div> <div class="text-truncate font-weight-bold">Lorem ipsum dolor sit amet</div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt...</small> </div> </div> <div class="tab-pane p-1" id="settings" role="tabpanel"> <h6>Settings</h6> <div class="aside-options"> <div class="clearfix mt-2"> <small><b>Option 1</b> </small> <label class="switch switch-text switch-pill switch-success switch-sm float-right"> <input type="checkbox" class="switch-input" checked=""> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</small> </div> </div> <div class="aside-options"> <div class="clearfix mt-1"> <small><b>Option 2</b> </small> <label class="switch switch-text switch-pill switch-success switch-sm float-right"> <input type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> <div> <small class="text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</small> </div> </div> <div class="aside-options"> <div class="clearfix mt-1"> <small><b>Option 3</b> </small> <label class="switch switch-text switch-pill switch-success switch-sm float-right"> <input type="checkbox" class="switch-input"> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> </div> <div class="aside-options"> <div class="clearfix mt-1"> <small><b>Option 4</b> </small> <label class="switch switch-text switch-pill switch-success switch-sm float-right"> <input type="checkbox" class="switch-input" checked=""> <span class="switch-label" data-on="On" data-off="Off"></span> <span class="switch-handle"></span> </label> </div> </div> <hr> <h6>System Utilization</h6> <div class="text-uppercase mb-q mt-2"> <small><b>CPU Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-info" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">348 Processes. 1/4 Cores.</small> <div class="text-uppercase mb-q mt-h"> <small><b>Memory Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-warning" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">11444GB/16384MB</small> <div class="text-uppercase mb-q mt-h"> <small><b>SSD 1 Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-danger" role="progressbar" style="width: 95%" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">243GB/256GB</small> <div class="text-uppercase mb-q mt-h"> <small><b>SSD 2 Usage</b> </small> </div> <div class="progress progress-xs"> <div class="progress-bar bg-success" role="progressbar" style="width: 10%" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100"></div> </div> <small class="text-muted">25GB/256GB</small> </div> </div> </aside> </div> <footer class="app-footer"> <a href="https://genesisui.com">Genius</a> © 2017 creativeLabs. <span class="float-right"> Powered by <a href="https://genesisui.com">GenesisUI</a> </span> </footer> <!-- Bootstrap and necessary plugins --> <script src="bower_components/jquery/dist/jquery.min.js"></script> <script src="bower_components/tether/dist/js/tether.min.js"></script> <script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="bower_components/pace/pace.min.js"></script> <!-- Plugins and scripts required by all views --> <script src="bower_components/chart.js/dist/Chart.min.js"></script> <!-- GenesisUI main scripts --> <script src="js/app.js"></script> </body> </html>
src/Taichi/BlogBundle/Resources/assets/semantic/dist/components/list.css
heavenwoo/blog
/*! * # Semantic UI 2.1.7 - List * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /******************************* List *******************************/ ul.ui.list, ol.ui.list, .ui.list { list-style-type: none; margin: 1em 0em; padding: 0em 0em; } ul.ui.list:first-child, ol.ui.list:first-child, .ui.list:first-child { margin-top: 0em; padding-top: 0em; } ul.ui.list:last-child, ol.ui.list:last-child, .ui.list:last-child { margin-bottom: 0em; padding-bottom: 0em; } /******************************* Content *******************************/ /* List Item */ ul.ui.list li, ol.ui.list li, .ui.list > .item, .ui.list .list > .item { display: list-item; table-layout: fixed; list-style-type: none; list-style-position: outside; padding: 0.21428571em 0em; line-height: 1.14285714em; } ul.ui.list > li:first-child:after, ol.ui.list > li:first-child:after, .ui.list > .list > .item, .ui.list > .item:after { content: ''; display: block; height: 0; clear: both; visibility: hidden; } ul.ui.list li:first-child, ol.ui.list li:first-child, .ui.list .list > .item:first-child, .ui.list > .item:first-child { padding-top: 0em; } ul.ui.list li:last-child, ol.ui.list li:last-child, .ui.list .list > .item:last-child, .ui.list > .item:last-child { padding-bottom: 0em; } /* Child List */ ul.ui.list ul, ol.ui.list ol, .ui.list .list { clear: both; margin: 0em; padding: 0.75em 0em 0.25em 0.5em; } /* Child Item */ ul.ui.list ul li, ol.ui.list ol li, .ui.list .list > .item { padding: 0.14285714em 0em; line-height: inherit; } /* Icon */ .ui.list .list > .item > i.icon, .ui.list > .item > i.icon { display: table-cell; margin: 0em; padding-top: 0.07142857em; padding-right: 0.28571429em; vertical-align: top; -webkit-transition: color 0.1s ease; transition: color 0.1s ease; } .ui.list .list > .item > i.icon:only-child, .ui.list > .item > i.icon:only-child { display: inline-block; vertical-align: top; } /* Image */ .ui.list .list > .item > .image, .ui.list > .item > .image { display: table-cell; background-color: transparent; margin: 0em; vertical-align: top; } .ui.list .list > .item > .image:not(:only-child):not(img), .ui.list > .item > .image:not(:only-child):not(img) { padding-right: 0.5em; } .ui.list .list > .item > .image img, .ui.list > .item > .image img { vertical-align: top; } .ui.list .list > .item > img.image, .ui.list .list > .item > .image:only-child, .ui.list > .item > img.image, .ui.list > .item > .image:only-child { display: inline-block; } /* Content */ .ui.list .list > .item > .content, .ui.list > .item > .content { line-height: 1.14285714em; } .ui.list .list > .item > .image + .content, .ui.list .list > .item > .icon + .content, .ui.list > .item > .image + .content, .ui.list > .item > .icon + .content { display: table-cell; padding: 0em 0em 0em 0.5em; vertical-align: top; } .ui.list .list > .item > img.image + .content, .ui.list > .item > img.image + .content { display: inline-block; } .ui.list .list > .item > .content > .list, .ui.list > .item > .content > .list { margin-left: 0em; padding-left: 0em; } /* Header */ .ui.list .list > .item .header, .ui.list > .item .header { display: block; margin: 0em; font-family: 'Lato', 'Helvetica Neue', Helvetica, "Microsoft YaHei", Arial, Helvetica, sans-serif; font-weight: bold; color: rgba(0, 0, 0, 0.87); } /* Description */ .ui.list .list > .item .description, .ui.list > .item .description { display: block; color: rgba(0, 0, 0, 0.7); } /* Child Link */ .ui.list > .item a, .ui.list .list > .item a { cursor: pointer; } /* Linking Item */ .ui.list .list > a.item, .ui.list > a.item { cursor: pointer; color: #00B5AD; } .ui.list .list > a.item:hover, .ui.list > a.item:hover { color: #009a93; } /* Linked Item Icons */ .ui.list .list > a.item i.icon, .ui.list > a.item i.icon { color: rgba(0, 0, 0, 0.4); } /* Header Link */ .ui.list .list > .item a.header, .ui.list > .item a.header { cursor: pointer; color: #00B5AD !important; } .ui.list .list > .item a.header:hover, .ui.list > .item a.header:hover { color: #009a93 !important; } /* Floated Content */ .ui[class*="left floated"].list { float: left; } .ui[class*="right floated"].list { float: right; } .ui.list .list > .item [class*="left floated"], .ui.list > .item [class*="left floated"] { float: left; margin: 0em 1em 0em 0em; } .ui.list .list > .item [class*="right floated"], .ui.list > .item [class*="right floated"] { float: right; margin: 0em 0em 0em 1em; } /******************************* Coupling *******************************/ .ui.menu .ui.list > .item, .ui.menu .ui.list .list > .item { display: list-item; table-layout: fixed; background-color: transparent; list-style-type: none; list-style-position: outside; padding: 0.21428571em 0em; line-height: 1.14285714em; } .ui.menu .ui.list .list > .item:before, .ui.menu .ui.list > .item:before { border: none; background: none; } .ui.menu .ui.list .list > .item:first-child, .ui.menu .ui.list > .item:first-child { padding-top: 0em; } .ui.menu .ui.list .list > .item:last-child, .ui.menu .ui.list > .item:last-child { padding-bottom: 0em; } /******************************* Types *******************************/ /*------------------- Horizontal --------------------*/ .ui.horizontal.list { display: inline-block; font-size: 0em; } .ui.horizontal.list > .item { display: inline-block; margin-left: 1em; font-size: 1rem; } .ui.horizontal.list:not(.celled) > .item:first-child { margin-left: 0em !important; padding-left: 0em !important; } .ui.horizontal.list .list { padding-left: 0em; padding-bottom: 0em; } .ui.horizontal.list > .item > .image, .ui.horizontal.list .list > .item > .image, .ui.horizontal.list > .item > .icon, .ui.horizontal.list .list > .item > .icon, .ui.horizontal.list > .item > .content, .ui.horizontal.list .list > .item > .content { vertical-align: middle; } /* Padding on all elements */ .ui.horizontal.list > .item:first-child, .ui.horizontal.list > .item:last-child { padding-top: 0.21428571em; padding-bottom: 0.21428571em; } /* Horizontal List */ .ui.horizontal.list > .item > i.icon { margin: 0em; padding: 0em 0.25em 0em 0em; } .ui.horizontal.list > .item > .icon, .ui.horizontal.list > .item > .icon + .content { float: none; display: inline-block; } /******************************* States *******************************/ /*------------------- Disabled --------------------*/ .ui.list .list > .disabled.item, .ui.list > .disabled.item { pointer-events: none; color: rgba(40, 40, 40, 0.3) !important; } .ui.inverted.list .list > .disabled.item, .ui.inverted.list > .disabled.item { color: rgba(225, 225, 225, 0.3) !important; } /*------------------- Hover --------------------*/ .ui.list .list > a.item:hover .icon, .ui.list > a.item:hover .icon { color: rgba(0, 0, 0, 0.87); } /******************************* Variations *******************************/ /*------------------- Inverted --------------------*/ .ui.inverted.list .list > a.item > .icon, .ui.inverted.list > a.item > .icon { color: rgba(255, 255, 255, 0.7); } .ui.inverted.list .list > .item .header, .ui.inverted.list > .item .header { color: rgba(255, 255, 255, 0.9); } .ui.inverted.list .list > .item .description, .ui.inverted.list > .item .description { color: rgba(255, 255, 255, 0.7); } /* Item Link */ .ui.inverted.list .list > a.item, .ui.inverted.list > a.item { cursor: pointer; color: rgba(255, 255, 255, 0.9); } .ui.inverted.list .list > a.item:hover, .ui.inverted.list > a.item:hover { color: #009a93; } /* Linking Content */ .ui.inverted.list .item a:not(.ui) { color: rgba(255, 255, 255, 0.9) !important; } .ui.inverted.list .item a:not(.ui):hover { color: #009a93 !important; } /*------------------- Aligned --------------------*/ .ui.list[class*="top aligned"] .image, .ui.list[class*="top aligned"] .content, .ui.list [class*="top aligned"] { vertical-align: top !important; } .ui.list[class*="middle aligned"] .image, .ui.list[class*="middle aligned"] .content, .ui.list [class*="middle aligned"] { vertical-align: middle !important; } .ui.list[class*="bottom aligned"] .image, .ui.list[class*="bottom aligned"] .content, .ui.list [class*="bottom aligned"] { vertical-align: bottom !important; } /*------------------- Link --------------------*/ .ui.link.list .item, .ui.link.list a.item, .ui.link.list .item a:not(.ui) { color: rgba(0, 0, 0, 0.4); -webkit-transition: 0.1s color ease; transition: 0.1s color ease; } .ui.link.list a.item:hover, .ui.link.list .item a:not(.ui):hover { color: rgba(0, 0, 0, 0.8); } .ui.link.list a.item:active, .ui.link.list .item a:not(.ui):active { color: rgba(0, 0, 0, 0.9); } .ui.link.list .active.item, .ui.link.list .active.item a:not(.ui) { color: rgba(0, 0, 0, 0.95); } /* Inverted */ .ui.inverted.link.list .item, .ui.inverted.link.list a.item, .ui.inverted.link.list .item a:not(.ui) { color: rgba(255, 255, 255, 0.5); } .ui.inverted.link.list a.item:hover, .ui.inverted.link.list .item a:not(.ui):hover { color: #ffffff; } .ui.inverted.link.list a.item:active, .ui.inverted.link.list .item a:not(.ui):active { color: #ffffff; } .ui.inverted.link.list a.active.item, .ui.inverted.link.list .active.item a:not(.ui) { color: #ffffff; } /*------------------- Selection --------------------*/ .ui.selection.list .list > .item, .ui.selection.list > .item { cursor: pointer; background: transparent; padding: 0.5em 0.5em; margin: 0em; color: rgba(0, 0, 0, 0.4); border-radius: 0.5em; -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease; } .ui.selection.list .list > .item:last-child, .ui.selection.list > .item:last-child { margin-bottom: 0em; } .ui.selection.list.list > .item:hover, .ui.selection.list > .item:hover { background: rgba(0, 0, 0, 0.03); color: rgba(0, 0, 0, 0.8); } .ui.selection.list .list > .item:active, .ui.selection.list > .item:active { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.9); } .ui.selection.list .list > .item.active, .ui.selection.list > .item.active { background: rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.95); } /* Inverted */ .ui.inverted.selection.list > .item, .ui.inverted.selection.list > .item { background: transparent; color: rgba(255, 255, 255, 0.5); } .ui.inverted.selection.list > .item:hover, .ui.inverted.selection.list > .item:hover { background: rgba(255, 255, 255, 0.02); color: #ffffff; } .ui.inverted.selection.list > .item:active, .ui.inverted.selection.list > .item:active { background: rgba(255, 255, 255, 0.08); color: #ffffff; } .ui.inverted.selection.list > .item.active, .ui.inverted.selection.list > .item.active { background: rgba(255, 255, 255, 0.08); color: #ffffff; } /* Celled / Divided Selection List */ .ui.celled.selection.list .list > .item, .ui.divided.selection.list .list > .item, .ui.celled.selection.list > .item, .ui.divided.selection.list > .item { border-radius: 0em; } /*------------------- Animated --------------------*/ .ui.animated.list > .item { -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s; transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s; } .ui.animated.list:not(.horizontal) > .item:hover { padding-left: 1em; } /*------------------- Fitted --------------------*/ .ui.fitted.list:not(.selection) .list > .item, .ui.fitted.list:not(.selection) > .item { padding-left: 0em; padding-right: 0em; } .ui.fitted.selection.list .list > .item, .ui.fitted.selection.list > .item { margin-left: -0.5em; margin-right: -0.5em; } /*------------------- Bulleted --------------------*/ ul.ui.list, .ui.bulleted.list { margin-left: 1.25rem; } ul.ui.list li, .ui.bulleted.list .list > .item, .ui.bulleted.list > .item { position: relative; } ul.ui.list li:before, .ui.bulleted.list .list > .item:before, .ui.bulleted.list > .item:before { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; position: absolute; top: auto; left: auto; margin-left: -1.25rem; content: '•'; opacity: 1; color: inherit; vertical-align: top; } ul.ui.list ul, .ui.bulleted.list .list { padding-left: 1.25rem; } /* Horizontal Bulleted */ ul.ui.horizontal.bulleted.list, .ui.horizontal.bulleted.list { margin-left: 0em; } ul.ui.horizontal.bulleted.list li, .ui.horizontal.bulleted.list > .item { margin-left: 1.75rem; } ul.ui.horizontal.bulleted.list li:first-child, .ui.horizontal.bulleted.list > .item:first-child { margin-left: 0em; } ul.ui.horizontal.bulleted.list li::before, .ui.horizontal.bulleted.list > .item::before { color: rgba(0, 0, 0, 0.87); } ul.ui.horizontal.bulleted.list li:first-child::before, .ui.horizontal.bulleted.list > .item:first-child::before { display: none; } /*------------------- Ordered --------------------*/ ol.ui.list, .ui.ordered.list, .ui.ordered.list .list, ol.ui.list ol { counter-reset: ordered; margin-left: 1.25rem; list-style-type: none; } ol.ui.list li, .ui.ordered.list .list > .item, .ui.ordered.list > .item { list-style-type: none; position: relative; } ol.ui.list li:before, .ui.ordered.list .list > .item:before, .ui.ordered.list > .item:before { position: absolute; top: auto; left: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; margin-left: -1.25rem; counter-increment: ordered; content: counters(ordered, ".") " "; text-align: right; color: rgba(0, 0, 0, 0.87); vertical-align: middle; opacity: 0.8; } ol.ui.inverted.list li:before, .ui.ordered.inverted.list .list > .item:before, .ui.ordered.inverted.list > .item:before { color: rgba(255, 255, 255, 0.7); } /* Value */ .ui.ordered.list > .list > .item[data-value], .ui.ordered.list > .item[data-value] { content: attr(data-value); } ol.ui.list li[value]:before { content: attr(value); } /* Child Lists */ ol.ui.list ol, .ui.ordered.list .list { margin-left: 1em; } ol.ui.list ol li:before, .ui.ordered.list .list > .item:before { margin-left: -2em; } /* Horizontal Ordered */ ol.ui.horizontal.list, .ui.ordered.horizontal.list { margin-left: 0em; } ol.ui.horizontal.list li:before, .ui.ordered.horizontal.list .list > .item:before, .ui.ordered.horizontal.list > .item:before { position: static; margin: 0em 0.5em 0em 0em; } /*------------------- Divided --------------------*/ .ui.divided.list > .item { border-top: 1px solid rgba(34, 36, 38, 0.15); } .ui.divided.list .list > .item { border-top: none; } .ui.divided.list .item .list > .item { border-top: none; } .ui.divided.list .list > .item:first-child, .ui.divided.list > .item:first-child { border-top: none; } /* Sub Menu */ .ui.divided.list:not(.horizontal) .list > .item:first-child { border-top-width: 1px; } /* Divided bulleted */ .ui.divided.bulleted.list:not(.horizontal), .ui.divided.bulleted.list .list { margin-left: 0em; padding-left: 0em; } .ui.divided.bulleted.list > .item:not(.horizontal) { padding-left: 1.25rem; } /* Divided Ordered */ .ui.divided.ordered.list { margin-left: 0em; } .ui.divided.ordered.list .list > .item, .ui.divided.ordered.list > .item { padding-left: 1.25rem; } .ui.divided.ordered.list .item .list { margin-left: 0em; margin-right: 0em; padding-bottom: 0.21428571em; } .ui.divided.ordered.list .item .list > .item { padding-left: 1em; } /* Divided Selection */ .ui.divided.selection.list .list > .item, .ui.divided.selection.list > .item { margin: 0em; border-radius: 0em; } /* Divided horizontal */ .ui.divided.horizontal.list { margin-left: 0em; } .ui.divided.horizontal.list > .item { border-top: none; border-left: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; padding-left: 0.5em; padding-right: 0.5em; line-height: 0.6; } .ui.horizontal.divided.list > .item:first-child { border-left: none; } /* Inverted */ .ui.divided.inverted.list > .item, .ui.divided.inverted.list > .list, .ui.divided.inverted.horizontal.list > .item { border-color: rgba(255, 255, 255, 0.1); } /*------------------- Celled --------------------*/ .ui.celled.list > .item, .ui.celled.list > .list { border-top: 1px solid rgba(34, 36, 38, 0.15); padding-left: 0.5em; padding-right: 0.5em; } .ui.celled.list > .item:last-child { border-bottom: 1px solid rgba(34, 36, 38, 0.15); } /* Padding on all elements */ .ui.celled.list > .item:first-child, .ui.celled.list > .item:last-child { padding-top: 0.21428571em; padding-bottom: 0.21428571em; } /* Sub Menu */ .ui.celled.list .item .list > .item { border-width: 0px; } .ui.celled.list .list > .item:first-child { border-top-width: 0px; } /* Celled Bulleted */ .ui.celled.bulleted.list { margin-left: 0em; } .ui.celled.bulleted.list .list > .item, .ui.celled.bulleted.list > .item { padding-left: 1.25rem; } .ui.celled.bulleted.list .item .list { margin-left: -1.25rem; margin-right: -1.25rem; padding-bottom: 0.21428571em; } /* Celled Ordered */ .ui.celled.ordered.list { margin-left: 0em; } .ui.celled.ordered.list .list > .item, .ui.celled.ordered.list > .item { padding-left: 1.25rem; } .ui.celled.ordered.list .item .list { margin-left: 0em; margin-right: 0em; padding-bottom: 0.21428571em; } .ui.celled.ordered.list .list > .item { padding-left: 1em; } /* Celled Horizontal */ .ui.horizontal.celled.list { margin-left: 0em; } .ui.horizontal.celled.list .list > .item, .ui.horizontal.celled.list > .item { border-top: none; border-left: 1px solid rgba(34, 36, 38, 0.15); margin: 0em; padding-left: 0.5em; padding-right: 0.5em; line-height: 0.6; } .ui.horizontal.celled.list .list > .item:last-child, .ui.horizontal.celled.list > .item:last-child { border-bottom: none; border-right: 1px solid rgba(34, 36, 38, 0.15); } /* Inverted */ .ui.celled.inverted.list > .item, .ui.celled.inverted.list > .list { border-color: 1px solid rgba(255, 255, 255, 0.1); } .ui.celled.inverted.horizontal.list .list > .item, .ui.celled.inverted.horizontal.list > .item { border-color: 1px solid rgba(255, 255, 255, 0.1); } /*------------------- Relaxed --------------------*/ .ui.relaxed.list:not(.horizontal) > .item { padding-top: 0.42857143em; padding-bottom: 0.42857143em; } .ui.relaxed.list:not(.horizontal) .list > .item { padding-top: 0.21428571em; padding-bottom: 0.21428571em; } .ui.horizontal.relaxed.list > .item { padding-left: 1rem; padding-right: 1rem; } /* Very Relaxed */ .ui[class*="very relaxed"].list:not(.horizontal) > .item { padding-top: 0.85714286em; padding-bottom: 0.85714286em; } .ui[class*="very relaxed"].list:not(.horizontal) .list > .item { padding-top: 0.28571429em; padding-bottom: 0.28571429em; } .ui.horizontal[class*="very relaxed"].list .list > .item, .ui.horizontal[class*="very relaxed"].list > .item { padding-left: 1.5rem; padding-right: 1.5rem; } /*------------------- Sizes --------------------*/ .ui.mini.list { font-size: 0.71428571em; } .ui.tiny.list { font-size: 0.85714286em; } .ui.small.list { font-size: 0.92857143em; } .ui.list { font-size: 1em; } .ui.large.list { font-size: 1.14285714em; } .ui.big.list { font-size: 1.28571429em; } .ui.huge.list { font-size: 1.42857143em; } .ui.massive.list { font-size: 1.71428571em; } .ui.mini.horizontal.list .list > .item, .ui.mini.horizontal.list > .item { font-size: 0.71428571rem; } .ui.tiny.horizontal.list .list > .item, .ui.tiny.horizontal.list > .item { font-size: 0.85714286rem; } .ui.small.horizontal.list .list > .item, .ui.small.horizontal.list > .item { font-size: 0.92857143rem; } .ui.horizontal.list .list > .item, .ui.horizontal.list > .item { font-size: 1rem; } .ui.large.horizontal.list .list > .item, .ui.large.horizontal.list > .item { font-size: 1.14285714rem; } .ui.big.horizontal.list .list > .item, .ui.big.horizontal.list > .item { font-size: 1.28571429rem; } .ui.huge.horizontal.list .list > .item, .ui.huge.horizontal.list > .item { font-size: 1.42857143rem; } .ui.massive.horizontal.list .list > .item, .ui.massive.horizontal.list > .item { font-size: 1.71428571rem; } /******************************* Theme Overrides *******************************/ /******************************* User Variable Overrides *******************************/
solr-4.8.0/docs/solr-core/org/apache/solr/rest/class-use/POSTable.html
dtelaroli/angular-solr-example
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:55:49 UTC 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Interface org.apache.solr.rest.POSTable (Solr 4.8.0 API)</title> <meta name="date" content="2014-04-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.apache.solr.rest.POSTable (Solr 4.8.0 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/rest/class-use/POSTable.html" target="_top">Frames</a></li> <li><a href="POSTable.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.apache.solr.rest.POSTable" class="title">Uses of Interface<br>org.apache.solr.rest.POSTable</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">POSTable</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.solr.rest">org.apache.solr.rest</a></td> <td class="colLast"> <div class="block"> Solr RESTful APIs via Restlet.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.solr.rest.schema">org.apache.solr.rest.schema</a></td> <td class="colLast"> <div class="block"> Provides RESTful API access to the Solr Schema using Restlet.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.solr.rest"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">POSTable</a> in <a href="../../../../../org/apache/solr/rest/package-summary.html">org.apache.solr.rest</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/solr/rest/package-summary.html">org.apache.solr.rest</a> that implement <a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">POSTable</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/rest/RestManager.ManagedEndpoint.html" title="class in org.apache.solr.rest">RestManager.ManagedEndpoint</a></strong></code> <div class="block">The Restlet router needs a lightweight extension of ServerResource to delegate a request to.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.solr.rest.schema"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">POSTable</a> in <a href="../../../../../org/apache/solr/rest/schema/package-summary.html">org.apache.solr.rest.schema</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../org/apache/solr/rest/schema/package-summary.html">org.apache.solr.rest.schema</a> that implement <a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">POSTable</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/rest/schema/CopyFieldCollectionResource.html" title="class in org.apache.solr.rest.schema">CopyFieldCollectionResource</a></strong></code> <div class="block">This class responds to requests at /solr/(corename)/schema/copyfields <p/> To restrict the set of copyFields in the response, specify one or both of the following as query parameters, with values as space and/or comma separated dynamic or explicit field names: dest.fl: include copyFields that have one of these as a destination source.fl: include copyFields that have one of these as a source If both dest.fl and source.fl are given as query parameters, the copyfields in the response will be restricted to those that match any of the destinations in dest.fl and also match any of the sources in source.fl.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/solr/rest/schema/FieldCollectionResource.html" title="class in org.apache.solr.rest.schema">FieldCollectionResource</a></strong></code> <div class="block">This class responds to requests at /solr/(corename)/schema/fields <p/> Two query parameters are supported: "fl": a comma- and/or space-separated list of fields to send properties for in the response, rather than the default: all of them.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/solr/rest/POSTable.html" title="interface in org.apache.solr.rest">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/solr/rest/class-use/POSTable.html" target="_top">Frames</a></li> <li><a href="POSTable.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small> <i>Copyright &copy; 2000-2014 Apache Software Foundation. All Rights Reserved.</i> <script src='../../../../../prettify.js' type='text/javascript'></script> <script type='text/javascript'> (function(){ var oldonload = window.onload; if (typeof oldonload != 'function') { window.onload = prettyPrint; } else { window.onload = function() { oldonload(); prettyPrint(); } } })(); </script> </small></p> </body> </html>
_site/2016/05/25/dynamic-load-image.html
xzhluo/xzhluo.github.io
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <!--[if lte IE 9]><meta http-equiv="refresh" content="0;url=/ie.html"><![endif]--> <title>js动态加载图片 | 琼小资的博客</title> <meta name="author" content="琼小资"> <meta name="keywords" content="js动态加载图片"> <meta name="description " content="js动态加载图片"> <link rel="shortcut icon" href="/images/bitbug_favicon.ico" /> <link rel="stylesheet" type="text/css" href="/assets/css/style.css"> <link rel="stylesheet" type="text/css" href="/assets/css/prettify.css"> <link rel="stylesheet" type="text/css" href="/assets/css/custom.css"> <link href="/pages/rss.xml" rel="alternate" title="琼小资的博客" type="application/atom+xml"> </head> <body> <aside id="sidebar"> <nav id="tags"> <a href="/index.html" id="avatar" style="background-image:url(/images/my_favicon.jpg)"></a> <ul id="tags__ul"> <li id="pl__all" class="tags__li tags-btn active">所有文章</li> <li id="life" class="tags__li tags-btn">life</li> <li id="book" class="tags__li tags-btn">book</li> <li id="tech" class="tags__li tags-btn">tech</li> <li id="resource" class="tags__li tags-btn">resource</li> <li id="study" class="tags__li tags-btn">study</li> </ul> <div id="tags__bottom"> <a href="mailto:vocient@gmail.com" id="icon-email" class="tags-btn fontello"></a> <a href="/pages/rss.xml" id="icon-feed" class="tags-btn fontello"></a> </div> </nav> <!-- end #tags --> <div id="posts-list"> <form action="" id="search-form"> <a href="/index.html" id="mobile-avatar" style="background-image:url(/images/my_favicon.jpg)"></a> <!-- NOTE: input field is disabled by default --> <input id="search-input" type="text" placeholder="Search..."> </form> <nav id="pl__container"> <a class="life pl__all" href="/2016/07/31/read-mingchao-history.html"><span class="pl__circle"></span><span class="pl__title">读《明朝那些事儿》</span><span class="pl__date">Jul 2016</span></a> <a class="tech pl__all" href="/2016/07/26/css-layout-average.html"><span class="pl__circle"></span><span class="pl__title">css均分父容器宽度</span><span class="pl__date">Jul 2016</span></a> <a class="tech pl__all" href="/2016/07/02/as_used_feeling.html"><span class="pl__circle"></span><span class="pl__title">android studio 使用心得</span><span class="pl__date">Jul 2016</span></a> <a class="life pl__all" href="/2016/07/01/birthday-twenty-seven.html"><span class="pl__circle"></span><span class="pl__title">写在27岁生日</span><span class="pl__date">Jul 2016</span></a> <a class="tech pl__all" href="/2016/06/27/as-key-map.html"><span class="pl__circle"></span><span class="pl__title">Mac下android studio常用快捷键</span><span class="pl__date">Jun 2016</span></a> <a class="tech pl__all" href="/2016/06/20/as-dependence-issue.html"><span class="pl__circle"></span><span class="pl__title">android studio中项目依赖出错</span><span class="pl__date">Jun 2016</span></a> <a class="tech pl__all" href="/2016/06/12/android-timer.html"><span class="pl__circle"></span><span class="pl__title">android中Timer的使用</span><span class="pl__date">Jun 2016</span></a> <a class="tech pl__all" href="/2016/05/27/as-use-issue.html"><span class="pl__circle"></span><span class="pl__title">AS在模拟器上调试的问题</span><span class="pl__date">May 2016</span></a> <a class="tech pl__all" href="/2016/05/25/dynamic-load-image.html"><span class="pl__circle"></span><span class="pl__title">js动态加载图片</span><span class="pl__date">May 2016</span></a> <a class="life pl__all" href="/2016/05/22/tuibian.html"><span class="pl__circle"></span><span class="pl__title">蜕变</span><span class="pl__date">May 2016</span></a> <a class="life pl__all" href="/2016/05/19/free-talk.html"><span class="pl__circle"></span><span class="pl__title">闲谈</span><span class="pl__date">May 2016</span></a> <a class="tech pl__all" href="/2016/05/05/node-app-weixin-auth-login.html"><span class="pl__circle"></span><span class="pl__title">nodejs应用实现微信登录</span><span class="pl__date">May 2016</span></a> <a class="tech pl__all" href="/2016/04/18/express-proxy-issue.html"><span class="pl__circle"></span><span class="pl__title">express代理转发请求</span><span class="pl__date">Apr 2016</span></a> <a class="tech pl__all" href="/2016/04/14/node-inspector-debug.html"><span class="pl__circle"></span><span class="pl__title">使用node-inspector调试node服务端代码</span><span class="pl__date">Apr 2016</span></a> <a class="tech pl__all" href="/2016/04/03/clean-project-tool.html"><span class="pl__circle"></span><span class="pl__title">基于runtime的清理工具</span><span class="pl__date">Apr 2016</span></a> <a class="resource pl__all" href="/2016/03/24/android-interview.html"><span class="pl__circle"></span><span class="pl__title">安卓面试题库</span><span class="pl__date">Mar 2016</span></a> <a class="life pl__all" href="/2016/03/19/rain-of-runtime.html"><span class="pl__circle"></span><span class="pl__title">下雨的周末</span><span class="pl__date">Mar 2016</span></a> <a class="tech pl__all" href="/2016/03/14/modify-title-on-iOS-Weixin.html"><span class="pl__circle"></span><span class="pl__title">js修改title在iOS的微信浏览器上不成功</span><span class="pl__date">Mar 2016</span></a> <a class="study pl__all" href="/2016/03/07/matrix-study.html"><span class="pl__circle"></span><span class="pl__title">矩阵的运算</span><span class="pl__date">Mar 2016</span></a> <a class="life pl__all" href="/2016/03/05/read-book-sahala.html"><span class="pl__circle"></span><span class="pl__title">三毛的撒哈拉</span><span class="pl__date">Mar 2016</span></a> <a class="life pl__all" href="/2016/03/03/virture-reality.html"><span class="pl__circle"></span><span class="pl__title">异军突起--虚拟现实</span><span class="pl__date">Mar 2016</span></a> <a class="tech pl__all" href="/2016/03/01/fobbiden-copy.html"><span class="pl__circle"></span><span class="pl__title">网页文本禁止复制</span><span class="pl__date">Mar 2016</span></a> <a class="book pl__all" href="/2016/02/23/book-list-16.html"><span class="pl__circle"></span><span class="pl__title">2016书单</span><span class="pl__date">Feb 2016</span></a> <a class="book pl__all" href="/2016/02/16/study-css-web-tech.html"><span class="pl__circle"></span><span class="pl__title">学习《精通CSS高级Web标准解决方案》(第二版)</span><span class="pl__date">Feb 2016</span></a> <a class="life pl__all" href="/2016/02/04/study-ruanyifeng.html"><span class="pl__circle"></span><span class="pl__title">学习React Native和阮一峰的博客</span><span class="pl__date">Feb 2016</span></a> <a class="tech pl__all" href="/2016/02/03/css-attribute-record.html"><span class="pl__circle"></span><span class="pl__title">css样式控制布局的对齐方式</span><span class="pl__date">Feb 2016</span></a> <a class="tech pl__all" href="/2016/01/12/operation-mongodb-update.html"><span class="pl__circle"></span><span class="pl__title">MongoDB更新数据表</span><span class="pl__date">Jan 2016</span></a> <a class="life pl__all" href="/2016/01/07/beijing-winter.html"><span class="pl__circle"></span><span class="pl__title">京冬</span><span class="pl__date">Jan 2016</span></a> <a class="book pl__all" href="/2016/01/03/baishuo-daodejing.html"><span class="pl__circle"></span><span class="pl__title">白说《道德经》</span><span class="pl__date">Jan 2016</span></a> <a class="life pl__all" href="/2016/01/01/morning-diedie.html"><span class="pl__circle"></span><span class="pl__title">晨啜</span><span class="pl__date">Jan 2016</span></a> <a class="life pl__all" href="/2015/12/30/read-book.html"><span class="pl__circle"></span><span class="pl__title">读书</span><span class="pl__date">Dec 2015</span></a> <a class="tech pl__all" href="/2015/12/23/study-javascript.html"><span class="pl__circle"></span><span class="pl__title">JavaScript中形式参数的理解</span><span class="pl__date">Dec 2015</span></a> <a class="tech pl__all" href="/2015/12/14/css-float-height.html"><span class="pl__circle"></span><span class="pl__title">css中使用浮动时父元素高度的问题</span><span class="pl__date">Dec 2015</span></a> <a class="life pl__all" href="/2015/12/10/catch-mouse.html"><span class="pl__circle"></span><span class="pl__title">灭鼠记</span><span class="pl__date">Dec 2015</span></a> <a class="tech pl__all" href="/2015/12/10/atom-snipets.html"><span class="pl__circle"></span><span class="pl__title">Atom个性化,Snipets</span><span class="pl__date">Dec 2015</span></a> <a class="life pl__all" href="/2015/12/05/father.html"><span class="pl__circle"></span><span class="pl__title">父亲</span><span class="pl__date">Dec 2015</span></a> <a class="tech pl__all" href="/2015/11/30/flashlight-tool.html"><span class="pl__circle"></span><span class="pl__title">Flashlight</span><span class="pl__date">Nov 2015</span></a> <a class="life pl__all" href="/2015/11/25/danfan-study.html"><span class="pl__circle"></span><span class="pl__title">摄影梦醒</span><span class="pl__date">Nov 2015</span></a> <a class="life pl__all" href="/2015/11/23/stay-old-place.html"><span class="pl__circle"></span><span class="pl__title">原地</span><span class="pl__date">Nov 2015</span></a> <a class="life pl__all" href="/2015/11/15/mac-tools.html"><span class="pl__circle"></span><span class="pl__title">两款MAC下好用的小工具</span><span class="pl__date">Nov 2015</span></a> <a class="book pl__all" href="/2015/11/14/suiyueran.html"><span class="pl__circle"></span><span class="pl__title">随遇而安</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/14/android-studio-feture.html"><span class="pl__circle"></span><span class="pl__title">AS新特性</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/11/mongodb-tb-copy.html"><span class="pl__circle"></span><span class="pl__title">MongoDB数据批量拷贝</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/11/mac-preference-setting.html"><span class="pl__circle"></span><span class="pl__title">mac下finder和terminal的切换</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/05/create-event-inspector.html"><span class="pl__circle"></span><span class="pl__title">组件事件配置器编写方法</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/04/install-phantom.html"><span class="pl__circle"></span><span class="pl__title">npm install phantom</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/11/02/svn-usage.html"><span class="pl__circle"></span><span class="pl__title">Mac自带SVN的使用</span><span class="pl__date">Nov 2015</span></a> <a class="tech pl__all" href="/2015/10/30/cordova-build-package.html"><span class="pl__circle"></span><span class="pl__title">Mac下Cordova打包Android</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/30/cordova-build-ios.html"><span class="pl__circle"></span><span class="pl__title">Mac下Cordova打包iOS</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/29/look-dns-by-domain.html"><span class="pl__circle"></span><span class="pl__title">查看域名对应的DNS</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/29/fish.html"><span class="pl__circle"></span><span class="pl__title">鱼</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/27/appbricks-add-components.html"><span class="pl__circle"></span><span class="pl__title">在appbricks中新增组件</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/26/common-week.html"><span class="pl__circle"></span><span class="pl__title">周日记</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/23/mac-develop-android-issue.html"><span class="pl__circle"></span><span class="pl__title">mac使用eclipse调用微信SDK的坑</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/22/test-phone-page.html"><span class="pl__circle"></span><span class="pl__title">手机网页联机调试</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/20/waiting-something.html"><span class="pl__circle"></span><span class="pl__title">等待</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/07/my-guoqing.html"><span class="pl__circle"></span><span class="pl__title">15年国庆</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/03/study-swimming.html"><span class="pl__circle"></span><span class="pl__title">游泳心得</span><span class="pl__date">Oct 2015</span></a> <a class="life pl__all" href="/2015/10/02/plan-doing.html"><span class="pl__circle"></span><span class="pl__title">计划与执行力</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/10/01/android-studio-problems.html"><span class="pl__circle"></span><span class="pl__title">android studio常见问题</span><span class="pl__date">Oct 2015</span></a> <a class="tech pl__all" href="/2015/09/30/react-study.html"><span class="pl__circle"></span><span class="pl__title">mac下react环境搭建</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/27/human-rule.html"><span class="pl__circle"></span><span class="pl__title">人性</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/25/talk-write.html"><span class="pl__circle"></span><span class="pl__title">乐嘉谈写作</span><span class="pl__date">Sep 2015</span></a> <a class="tech pl__all" href="/2015/09/25/git-used.html"><span class="pl__circle"></span><span class="pl__title">git通用流程</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/22/about-write.html"><span class="pl__circle"></span><span class="pl__title">关于写作</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/19/move-home.html"><span class="pl__circle"></span><span class="pl__title">搬家</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/17/three-week-task.html"><span class="pl__circle"></span><span class="pl__title">9月第三周末安排</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/13/renting-house.html"><span class="pl__circle"></span><span class="pl__title">租房之旅</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/08/my-domain.html"><span class="pl__circle"></span><span class="pl__title">域名琐事</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/06/bad-attitude.html"><span class="pl__circle"></span><span class="pl__title">惊叹号</span><span class="pl__date">Sep 2015</span></a> <a class="book pl__all" href="/2015/09/05/book-list-15.html"><span class="pl__circle"></span><span class="pl__title">2015书单</span><span class="pl__date">Sep 2015</span></a> <a class="book pl__all" href="/2015/09/05/bense.html"><span class="pl__circle"></span><span class="pl__title">《本色》</span><span class="pl__date">Sep 2015</span></a> <a class="life pl__all" href="/2015/09/03/flow-like-cloud.html"><span class="pl__circle"></span><span class="pl__title">飘</span><span class="pl__date">Sep 2015</span></a> <a class="tech pl__all" href="/2015/09/01/atom-function.html"><span class="pl__circle"></span><span class="pl__title">Atom快捷键的使用</span><span class="pl__date">Sep 2015</span></a> <a class="tech pl__all" href="/2015/08/30/study-feeling.html"><span class="pl__circle"></span><span class="pl__title">Swift入门学习</span><span class="pl__date">Aug 2015</span></a> <a class="book pl__all" href="/2015/08/30/read-cky.html"><span class="pl__circle"></span><span class="pl__title">读《蔡康永的说话之道》</span><span class="pl__date">Aug 2015</span></a> <a class="resource pl__all" href="/2015/08/29/source-fave.html"><span class="pl__circle"></span><span class="pl__title">资源收集</span><span class="pl__date">Aug 2015</span></a> <a class="life pl__all" href="/2015/08/29/health-speake.html"><span class="pl__circle"></span><span class="pl__title">外在与内在的修养</span><span class="pl__date">Aug 2015</span></a> <a class="life pl__all" href="/2015/08/27/travel-to-beijing.html"><span class="pl__circle"></span><span class="pl__title">京秋</span><span class="pl__date">Aug 2015</span></a> <a class="tech pl__all" href="/2015/08/26/mac-study-source.html"><span class="pl__circle"></span><span class="pl__title">Mac Pro之旅-入门篇</span><span class="pl__date">Aug 2015</span></a> <a class="life pl__all" href="/2015/07/12/feeling-time.html"><span class="pl__circle"></span><span class="pl__title">光阴好像 流水飞快</span><span class="pl__date">Jul 2015</span></a> <a class="life pl__all" href="/2015/02/13/night-star.html"><span class="pl__circle"></span><span class="pl__title">夜空中最亮的星</span><span class="pl__date">Feb 2015</span></a> <a class="life pl__all" href="/2015/01/25/time-to-alone.html"><span class="pl__circle"></span><span class="pl__title">悄然聚散</span><span class="pl__date">Jan 2015</span></a> <a class="book pl__all" href="/2014/11/01/read-jinpingmei.html"><span class="pl__circle"></span><span class="pl__title">《金瓶梅》的文革</span><span class="pl__date">Nov 2014</span></a> <a class="life pl__all" href="/2014/07/02/red-dream-feel.html"><span class="pl__circle"></span><span class="pl__title">宝黛之争</span><span class="pl__date">Jul 2014</span></a> <a class="life pl__all" href="/2014/06/21/time-feeling.html"><span class="pl__circle"></span><span class="pl__title">无题</span><span class="pl__date">Jun 2014</span></a> <a class="life pl__all" href="/2014/04/13/nature-feeling.html"><span class="pl__circle"></span><span class="pl__title">留下我在世上终老</span><span class="pl__date">Apr 2014</span></a> <a class="life pl__all" href="/2014/01/26/classmates-meet.html"><span class="pl__circle"></span><span class="pl__title">想得美</span><span class="pl__date">Jan 2014</span></a> <a class="life pl__all" href="/2013/11/17/meet-girl.html"><span class="pl__circle"></span><span class="pl__title">静夜思</span><span class="pl__date">Nov 2013</span></a> <a class="life pl__all" href="/2013/11/10/like-soul.html"><span class="pl__circle"></span><span class="pl__title">奠蚊子</span><span class="pl__date">Nov 2013</span></a> <a class="life pl__all" href="/2013/11/07/classmates-in-heart.html"><span class="pl__circle"></span><span class="pl__title">写在立冬</span><span class="pl__date">Nov 2013</span></a> <a class="life pl__all" href="/2013/09/01/film-like-life.html"><span class="pl__circle"></span><span class="pl__title">周末剧场</span><span class="pl__date">Sep 2013</span></a> <a class="life pl__all" href="/2013/07/13/shenzhen-time.html"><span class="pl__circle"></span><span class="pl__title">深圳时光</span><span class="pl__date">Jul 2013</span></a> <a class="life pl__all" href="/2013/03/25/leave-beijing.html"><span class="pl__circle"></span><span class="pl__title">拜别兄弟们</span><span class="pl__date">Mar 2013</span></a> </nav> </div> <!-- end #posts-list --> </aside> <!-- end #sidebar --> <div id="post"> <div id="pjax"> <article id="post__content"> <h1 id="post__title" data-identifier="20160525">js动态加载图片</h1> <p>与移动端的native图片加载不同,native的图片加载、大小处理、显示全靠自己手动完成。而html历史悠久,因此在屏幕显示图片很智能。</p> <p>只要告诉img标签,图片地址在哪里,即可完成图片加载、处理和显示,整个图片下载和图片大小处理全不用管。</p> <p>但这个智能同事也限制了移动端的表现。移动端不像PC端,有足够的空间提供图片处理,因此在移动端的img标签就显得不尽如意。</p> <p>特别是列表式的图片显示,看上去就很糟糕。</p> <p>尽管如此,万能的程序员都总是有办法的,且看我们的移动端html5的列表图片优化策略。</p> <p>我们先看看native的图片加载:</p> <p><img src="/images/native-image-show.png" alt="img" /></p> <p>native图片加载,一般都有这样几个原则:</p> <ul> <li> <p>屏幕外的图片不加载</p> </li> <li> <p>屏幕滑动时不加载</p> </li> <li> <p>图片加载进行压缩处理</p> </li> <li> <p>图片加载后进行缓存</p> </li> </ul> <p>native显示一张图片要做这么多工作。再看我们html5的图片显示:</p> <p><img src="/images/web-image-show.png" alt="img" /></p> <p>虽然简单粗暴,但是跟native在移动端比性能就差远了。</p> <p>不过我们对比上面的方式,我们也可以借鉴一下native的加载。</p> <p>native在图片加载完成前一半是显示一张本地默认图片,等图片下载完成、处理好后替换默认图片。</p> <p>因此我们web端也可以这么干。原理大概是这样:</p> <ul> <li> <p>第一步 我们先把img标签的src属性放置一张早就加载好的图片,把真实的图片放到一个自定义属性里,比如data-src;</p> </li> <li> <p>第二步 找出在屏幕内的img标签,并逐一将属性data-src的值放到src属性里;</p> </li> <li> <p>第三步 监听dom滑动,并在监听里执行第二步</p> </li> </ul> <p>这样一来,大大减小了单位时间内的图片加载负担,提升了体验。</p> <p>参考实例:</p> <p><a href="https://github.com/dcloudio/mui">https://github.com/dcloudio/mui</a></p> <p><a href="https://github.com/barretlee/lazyload">https://github.com/barretlee/lazyload</a></p> </article> <!-- end #post__content --> <div id="post__share" style="display:none"> <a id="icon-twitter" class="fontello" href="https://twitter.com/intent/tweet?url=http://blog.withouz.com/2016/05/25/dynamic-load-image.html&text=js动态加载图片" target="_blank"></a> <a id="icon-cc" class="fontello" href="http://creativecommons.org/licenses/by-nc-sa/3.0" target="_blank"></a> <a id="icon-weibo" class="fontello" href="http://v.t.sina.com.cn/share/share.php?url=http://blog.withouz.com/2016/05/25/dynamic-load-image.html&title=js动态加载图片" target="_blank"></a> </div> <!-- end #post__share --> <div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES * * */ var disqus_shortname = 'vocientblog'; /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> <p id="copyright">Powered by <a href="http://jekyllrb.com" target="_blank">Jekyll</a>&nbsp;&nbsp;|&nbsp;&nbsp;Theme <a href="https://github.com/P233/3-Jekyll" target="_blank">3-Jekyll</a>&nbsp;&nbsp;|&nbsp;&nbsp;Hosted on <a href="https://pages.github.com" target="_blank">Github</a></p> </div> <!-- end #pjax --> <div id="post__toc-trigger"> <div id="post__toc"> <span id="post__toc-title">Table of Contents</span> <ul id="post__toc-ul"></ul> </div> </div> </div> <!-- end #post --> <button id="js-fullscreen"><span id="icon-arrow" class="fontello"></span></button> <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*new Date();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-58303639-2', 'auto'); ga('send', 'pageview'); </script> <script src="/assets/js/jquery.js"></script> <script src="/assets/js/jquery.pjax.js"></script> <script src="/assets/js/nprogress.js"></script> <script src="/assets/js/script.js"></script> <script src="/assets/js/custom.js"></script> <script src="/assets/js/prettify.js"></script> <script src="/assets/js/run_prettify.js"></script> </body> </html>
Reports/te/teamcitysharp.0.3.5/TeamCitySharp-net40.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 6e802eb5-77fd-46f9-be3a-baf179af1b2d </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#TeamCitySharp">TeamCitySharp</a></strong></td> <td class="text-center">98.24 %</td> <td class="text-center">88.55 %</td> <td class="text-center">100.00 %</td> <td class="text-center">88.55 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="TeamCitySharp"><h3>TeamCitySharp</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.IO.Directory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">CreateDirectory(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCurrentDirectory</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.DirectoryInfo</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Delete(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Exists(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Move(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Path</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">DirectorySeparatorChar</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFullPath(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Security.Authentication.AuthenticationException</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlDocument</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">LoadXml(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlElement</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNode</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Create one of the XPathNavigator implementations. There are 3 implementations of the CreateNavigator () method in XPathDocument, System.Xml.XPath.XDocument, and System.Xml.XPath.XmlDocument, use this to find your node.</td> </tr> <tr> <td style="padding-left:2em">get_OuterXml</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Value</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectNodes(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">SelectSingleNode(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Create one of the XPathNavigator implementations. There are 3 implementations of the CreateNavigator () method in XPathDocument, System.Xml.XPath.XDocument, and System.Xml.XPath.XmlDocument, use this to find your node.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlNodeList</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetEnumerator</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlTextWriter</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.IO.TextWriter)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
src/aura/HIFK_HojinInfo/HIFK_HojinInfo.css
Fusako/hojin-info-update-account
.THIS{ position: relative; } .THIS .logo{ display: block; width: 140px; } .THIS #title{ margin: 10px 0px 4px 0px; }
src/Viteloge/CoreBundle/Resources/descriptions/26338.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Sauzet est une commune géographiquement positionnée dans le département de Drôme en Rhône-Alpes. On dénombrait 1&nbsp;860 habitants en 2008.</p> <p>Le nombre d'habitations, à Sauzet, était réparti en 2011 en 113 appartements et 755 maisons soit un marché plutôt équilibré.</p> <p>À Sauzet, la valeur moyenne à la vente d'un appartement s'évalue à 1&nbsp;353 &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 2&nbsp;117 &euro; du m². À la location la valorisation moyenne se situe à 6,17 &euro; du m² mensuel.</p> <p>À proximité de Sauzet sont situées les villes de <a href="{{VLROOT}}/immobilier/saint-gervais-sur-roubion_26305/">Saint-Gervais-sur-Roubion</a> à 6&nbsp;km, 764 habitants, <a href="{{VLROOT}}/immobilier/puygiron_26257/">Puygiron</a> à 6&nbsp;km, 405 habitants, <a href="{{VLROOT}}/immobilier/saint-marcel-les-sauzet_26312/">Saint-Marcel-lès-Sauzet</a> à 1&nbsp;km, 1&nbsp;116 habitants, <a href="{{VLROOT}}/immobilier/montboucher-sur-jabron_26191/">Montboucher-sur-Jabron</a> à 5&nbsp;km, 1&nbsp;823 habitants, <a href="{{VLROOT}}/immobilier/bonlieu-sur-roubion_26052/">Bonlieu-sur-Roubion</a> localisée à 4&nbsp;km, 384 habitants, <a href="{{VLROOT}}/immobilier/savasse_26339/">Savasse</a> à 3&nbsp;km, 1&nbsp;217 habitants, entre autres. De plus, Sauzet est située à seulement sept&nbsp;km de <a href="{{VLROOT}}/immobilier/montelimar_26198/">Montélimar</a>.</p> <p>La ville offre de nombreux équipements, elle dispose, entre autres, de un terrain de tennis, un terrain de sport, une salle de combat et une boucle de randonnée.</p> </div>
public/Windows 10 x64 (18363.778)/_BOOT_ENTROPY_LDR_RESULT.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18363.778)</h4><br> <h2>_BOOT_ENTROPY_LDR_RESULT</h2> <font face="arial"> +0x000 maxEntropySources : Uint4B<br> +0x008 EntropySourceResult : [10] <a href="./_BOOT_ENTROPY_SOURCE_LDR_RESULT.html">_BOOT_ENTROPY_SOURCE_LDR_RESULT</a><br> +0x418 SeedBytesForCng : [48] UChar<br> +0x448 RngBytesForNtoskrnl : [1024] UChar<br> +0x848 KdEntropy : [32] UChar<br> </font></body></html>
zhihuuser/templates/zhihuuser/header-info.html
threegirl2014/zhihuCopy
<div class="zm-profile-header-info"> <div class="zm-profile-header-user-describe"> <div class="items"> <div class="item editable-group" data-name="location"> <i class="icon icon-profile-location"> </i> <span class="info-wrap"> <span class="location item" title="上海"> <a href="/topic/19550818" title="上海" class="topic-link" data-token="19550818" data-topicid="200"> 上海 </a> </span> <span class="business item" title="高新科技"> 高新科技 </span> <span class="item gender"> <i class="icon icon-profile-male"> </i> </span> <a class="zu-edit-button edit" name="edit" href="javascript:;"> <i class="zu-edit-button-icon"> </i> <span class="edit-msg"> 修改 </span> </a> </span> <span class="edit-wrap" style="display:none;"> <span class="topic-input-wrap"> <input autocomplete="off" aria-haspopup="true" type="text" name="location" value="上海" class="zg-form-text-input location" placeholder="居住地" role="combobox" aria-autocomplete="list" aria-label="居住地"> </span> <div class="business-selection"> <select name="business"> <option value=""> 选择行业 </option> <option value="高新科技" selected=""> 高新科技 </option> <option value="互联网"> &nbsp;&nbsp;&nbsp;互联网 </option> <option value="电子商务"> &nbsp;&nbsp;&nbsp;电子商务 </option> <option value="电子游戏"> &nbsp;&nbsp;&nbsp;电子游戏 </option> <option value="计算机软件"> &nbsp;&nbsp;&nbsp;计算机软件 </option> <option value="计算机硬件"> &nbsp;&nbsp;&nbsp;计算机硬件 </option> <option value="信息传媒"> 信息传媒 </option> <option value="出版业"> &nbsp;&nbsp;&nbsp;出版业 </option> <option value="电影录音"> &nbsp;&nbsp;&nbsp;电影录音 </option> <option value="广播电视"> &nbsp;&nbsp;&nbsp;广播电视 </option> <option value="通信"> &nbsp;&nbsp;&nbsp;通信 </option> <option value="金融"> 金融 </option> <option value="银行"> &nbsp;&nbsp;&nbsp;银行 </option> <option value="资本投资"> &nbsp;&nbsp;&nbsp;资本投资 </option> <option value="证券投资"> &nbsp;&nbsp;&nbsp;证券投资 </option> <option value="保险"> &nbsp;&nbsp;&nbsp;保险 </option> <option value="信贷"> &nbsp;&nbsp;&nbsp;信贷 </option> <option value="财务"> &nbsp;&nbsp;&nbsp;财务 </option> <option value="审计"> &nbsp;&nbsp;&nbsp;审计 </option> <option value="服务业"> 服务业 </option> <option value="法律"> &nbsp;&nbsp;&nbsp;法律 </option> <option value="餐饮"> &nbsp;&nbsp;&nbsp;餐饮 </option> <option value="酒店"> &nbsp;&nbsp;&nbsp;酒店 </option> <option value="旅游"> &nbsp;&nbsp;&nbsp;旅游 </option> <option value="广告"> &nbsp;&nbsp;&nbsp;广告 </option> <option value="公关"> &nbsp;&nbsp;&nbsp;公关 </option> <option value="景观"> &nbsp;&nbsp;&nbsp;景观 </option> <option value="咨询分析"> &nbsp;&nbsp;&nbsp;咨询分析 </option> <option value="市场推广"> &nbsp;&nbsp;&nbsp;市场推广 </option> <option value="人力资源"> &nbsp;&nbsp;&nbsp;人力资源 </option> <option value="社工服务"> &nbsp;&nbsp;&nbsp;社工服务 </option> <option value="养老服务"> &nbsp;&nbsp;&nbsp;养老服务 </option> <option value="教育"> 教育 </option> <option value="高等教育"> &nbsp;&nbsp;&nbsp;高等教育 </option> <option value="基础教育"> &nbsp;&nbsp;&nbsp;基础教育 </option> <option value="职业教育"> &nbsp;&nbsp;&nbsp;职业教育 </option> <option value="幼儿教育"> &nbsp;&nbsp;&nbsp;幼儿教育 </option> <option value="特殊教育"> &nbsp;&nbsp;&nbsp;特殊教育 </option> <option value="培训"> &nbsp;&nbsp;&nbsp;培训 </option> <option value="医疗服务"> 医疗服务 </option> <option value="临床医疗"> &nbsp;&nbsp;&nbsp;临床医疗 </option> <option value="制药"> &nbsp;&nbsp;&nbsp;制药 </option> <option value="保健"> &nbsp;&nbsp;&nbsp;保健 </option> <option value="美容"> &nbsp;&nbsp;&nbsp;美容 </option> <option value="医疗器材"> &nbsp;&nbsp;&nbsp;医疗器材 </option> <option value="生物工程"> &nbsp;&nbsp;&nbsp;生物工程 </option> <option value="疗养服务"> &nbsp;&nbsp;&nbsp;疗养服务 </option> <option value="护理服务"> &nbsp;&nbsp;&nbsp;护理服务 </option> <option value="艺术娱乐"> 艺术娱乐 </option> <option value="创意艺术"> &nbsp;&nbsp;&nbsp;创意艺术 </option> <option value="体育健身"> &nbsp;&nbsp;&nbsp;体育健身 </option> <option value="娱乐休闲"> &nbsp;&nbsp;&nbsp;娱乐休闲 </option> <option value="图书馆"> &nbsp;&nbsp;&nbsp;图书馆 </option> <option value="博物馆"> &nbsp;&nbsp;&nbsp;博物馆 </option> <option value="策展"> &nbsp;&nbsp;&nbsp;策展 </option> <option value="博彩"> &nbsp;&nbsp;&nbsp;博彩 </option> <option value="制造加工"> 制造加工 </option> <option value="食品饮料业"> &nbsp;&nbsp;&nbsp;食品饮料业 </option> <option value="纺织皮革业"> &nbsp;&nbsp;&nbsp;纺织皮革业 </option> <option value="服装业"> &nbsp;&nbsp;&nbsp;服装业 </option> <option value="烟草业"> &nbsp;&nbsp;&nbsp;烟草业 </option> <option value="造纸业"> &nbsp;&nbsp;&nbsp;造纸业 </option> <option value="印刷业"> &nbsp;&nbsp;&nbsp;印刷业 </option> <option value="化工业"> &nbsp;&nbsp;&nbsp;化工业 </option> <option value="汽车"> &nbsp;&nbsp;&nbsp;汽车 </option> <option value="家具"> &nbsp;&nbsp;&nbsp;家具 </option> <option value="电子电器"> &nbsp;&nbsp;&nbsp;电子电器 </option> <option value="机械设备"> &nbsp;&nbsp;&nbsp;机械设备 </option> <option value="塑料工业"> &nbsp;&nbsp;&nbsp;塑料工业 </option> <option value="金属加工"> &nbsp;&nbsp;&nbsp;金属加工 </option> <option value="军火"> &nbsp;&nbsp;&nbsp;军火 </option> <option value="地产建筑"> 地产建筑 </option> <option value="房地产"> &nbsp;&nbsp;&nbsp;房地产 </option> <option value="装饰装潢"> &nbsp;&nbsp;&nbsp;装饰装潢 </option> <option value="物业服务"> &nbsp;&nbsp;&nbsp;物业服务 </option> <option value="特殊建造"> &nbsp;&nbsp;&nbsp;特殊建造 </option> <option value="建筑设备"> &nbsp;&nbsp;&nbsp;建筑设备 </option> <option value="贸易零售"> 贸易零售 </option> <option value="零售"> &nbsp;&nbsp;&nbsp;零售 </option> <option value="大宗交易"> &nbsp;&nbsp;&nbsp;大宗交易 </option> <option value="进出口贸易"> &nbsp;&nbsp;&nbsp;进出口贸易 </option> <option value="公共服务"> 公共服务 </option> <option value="政府"> &nbsp;&nbsp;&nbsp;政府 </option> <option value="国防军事"> &nbsp;&nbsp;&nbsp;国防军事 </option> <option value="航天"> &nbsp;&nbsp;&nbsp;航天 </option> <option value="科研"> &nbsp;&nbsp;&nbsp;科研 </option> <option value="给排水"> &nbsp;&nbsp;&nbsp;给排水 </option> <option value="水利能源"> &nbsp;&nbsp;&nbsp;水利能源 </option> <option value="电力电网"> &nbsp;&nbsp;&nbsp;电力电网 </option> <option value="公共管理"> &nbsp;&nbsp;&nbsp;公共管理 </option> <option value="环境保护"> &nbsp;&nbsp;&nbsp;环境保护 </option> <option value="非营利组织"> &nbsp;&nbsp;&nbsp;非营利组织 </option> <option value="开采冶金"> 开采冶金 </option> <option value="煤炭工业"> &nbsp;&nbsp;&nbsp;煤炭工业 </option> <option value="石油工业"> &nbsp;&nbsp;&nbsp;石油工业 </option> <option value="黑色金属"> &nbsp;&nbsp;&nbsp;黑色金属 </option> <option value="有色金属"> &nbsp;&nbsp;&nbsp;有色金属 </option> <option value="土砂石开采"> &nbsp;&nbsp;&nbsp;土砂石开采 </option> <option value="地热开采"> &nbsp;&nbsp;&nbsp;地热开采 </option> <option value="交通仓储"> 交通仓储 </option> <option value="邮政"> &nbsp;&nbsp;&nbsp;邮政 </option> <option value="物流递送"> &nbsp;&nbsp;&nbsp;物流递送 </option> <option value="地面运输"> &nbsp;&nbsp;&nbsp;地面运输 </option> <option value="铁路运输"> &nbsp;&nbsp;&nbsp;铁路运输 </option> <option value="管线运输"> &nbsp;&nbsp;&nbsp;管线运输 </option> <option value="航运业"> &nbsp;&nbsp;&nbsp;航运业 </option> <option value="民用航空业"> &nbsp;&nbsp;&nbsp;民用航空业 </option> <option value="农林牧渔"> 农林牧渔 </option> <option value="种植业"> &nbsp;&nbsp;&nbsp;种植业 </option> <option value="畜牧养殖业"> &nbsp;&nbsp;&nbsp;畜牧养殖业 </option> <option value="林业"> &nbsp;&nbsp;&nbsp;林业 </option> <option value="渔业"> &nbsp;&nbsp;&nbsp;渔业 </option> </select> </div> <span class="zg-bull"> </span> <input type="radio" name="gender" value="1" checked="checked" class="male"> 男&nbsp;&nbsp; <input type="radio" name="gender" value="0" class="female"> 女 <a class="zg-btn-blue" name="save" href="javascript:;"> 确定 </a> </span> </div> <div class="item editable-group empty" data-name="employment"> <i class="icon icon-profile-company"> </i> <span class="info-wrap"> <span class="employment item"> <a href="javascript:;" class="zg-link-litblue-normal" name="edit"> 填写公司信息 </a> </span> <span class="position item"> <a href="javascript:;" class="zg-link-litblue-normal" name="edit"> 填写职位 </a> </span> <a class="zu-edit-button edit" name="edit" href="javascript:;"> <i class="zu-edit-button-icon"> </i> <span class="edit-msg"> 修改 </span> </a> </span> <span class="info-empty-wrap"> <a href="javascript:;" name="edit" class="zg-link-litblue-normal"> 填写工作信息 </a> </span> <span class="edit-wrap" style="display:none;"> <span class="topic-input-wrap"> <input autocomplete="off" aria-haspopup="true" type="text" name="employment" value="" class="zg-form-text-input employment" placeholder="公司或组织名称" role="combobox" aria-autocomplete="list" aria-label="公司或组织名称"> </span> <span class="topic-input-wrap"> <input autocomplete="off" aria-haspopup="true" type="text" name="position" value="" class="zg-form-text-input position" placeholder="你的职位" role="combobox" aria-autocomplete="list" aria-label="你的职位"> </span> <a class="zg-btn-blue" name="save" href="javascript:;"> 确定 </a> </span> </div> <div class="item editable-group empty" data-name="education"> <i class="icon icon-profile-education"> </i> <span class="info-wrap"> <span class="education item"> <a href='javascript:;"' class="zg-link-litblue-normal" name="edit"> 填写学校信息 </a> </span> <span class="education-extra item"> <a href='javascript:;"' class="zg-link-litblue-normal" name="edit"> 填写专业 </a> </span> <a class="zu-edit-button edit" name="edit" href="javascript:;"> <i class="zu-edit-button-icon"> </i> <span class="edit-msg"> 修改 </span> </a> </span> <span class="info-empty-wrap"> <a href="javascript:;" name="edit" class="zg-link-litblue-normal"> 填写教育信息 </a> </span> <span class="edit-wrap" style="display:none;"> <span class="topic-input-wrap"> <input autocomplete="off" aria-haspopup="true" type="text" name="education" value="" class="zg-form-text-input education" placeholder="学校或教育机构" role="combobox" aria-autocomplete="list" aria-label="学校或教育机构"> </span> <span class="topic-input-wrap"> <input autocomplete="off" aria-haspopup="true" type="text" name="education" value="" class="zg-form-text-input education-extra" placeholder="专业方向" role="combobox" aria-autocomplete="list" aria-label="专业方向"> </span> <a class="zg-btn-blue" name="save" href="javascript:;"> 确定 </a> </span> </div> <div class="item"> <a class="zm-profile-header-user-detail zg-link-litblue-normal" href="/people/gu-jia-ming-83/about"> <i class="icon zm-profile-header-icon"> </i> <span> 查看详细资料 </span> </a> </div> </div> <div class="zm-profile-header-description editable-group empty" data-name="description"> <span class="info-wrap fold-wrap fold disable-fold"> <span class="description unfold-item"> <span class="content"> </span> <a href="javascript:;" name="fold" class="fold collapse meta-item"> <i class="z-icon-fold"> </i> 收起 </a> </span> <span class="fold-item"> <span class="content"> </span> <a href="javascript:;" class="unfold zg-link-litblue-normal" name="unfold"> 显示全部 » </a> </span> <a class="zu-edit-button edit" name="edit" href="javascript:;"> <i class="zu-edit-button-icon"> </i> <span class="edit-msg"> 修改 </span> </a> </span> <span class="info-empty-wrap"> <a href="javascript:;" name="edit" class="zg-link-litblue-normal"> <i class="zg-icon zg-icon-edit-button-blue"> </i> <span> 填写个人简介 </span> </a> </span> <span class="edit-wrap" style="display:none;"> <div class="zm-editable-editor-outer"> <div class="zm-editable-editor-inner zg-form-text-input"> <textarea name="description" value="" class="zm-editable-editor-input description zu-seamless-input-origin-element" id="profile-header-description-input"> </textarea> </div> </div> <a class="zg-btn-blue" name="save" href="javascript:;"> 确定 </a> </span> </div> </div> </div>
main/templates/bit/script.html
daspots/dasapp
# if config.DEVELOPMENT <script src="/p/dev/script/ext.js?{{config.CURRENT_VERSION_ID}}"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script> <script src="/p/dev/script/script.js?{{config.CURRENT_VERSION_ID}}"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAbcMGMULgp5l0Trav2G3OseIrNGIxHDZk"> </script> # else <script src="/p/min/script/ext.js?{{config.CURRENT_VERSION_ID}}"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/3.1.8/imagesloaded.pkgd.min.js"></script> <script src="/p/min/script/script.js?{{config.CURRENT_VERSION_ID}}"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAbcMGMULgp5l0Trav2G3OseIrNGIxHDZk"> </script> # endif
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.0/reflexive-first-order/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reflexive-first-order: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.0 / reflexive-first-order - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> reflexive-first-order <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-26 07:28:24 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 07:28:24 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.7.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/reflexive-first-order&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/ReflexiveFirstOrder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: computational reflection&quot; &quot;keyword: interpretation&quot; &quot;keyword: first-order logic&quot; &quot;keyword: equational reasoning&quot; &quot;category: Miscellaneous/Coq Extensions&quot; &quot;date: 2005-05&quot; ] authors: [ &quot;Pierre Corbineau &lt;pierre.corbineau@lri.fr&gt; [http://www.cs.ru.nl/~corbineau]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/reflexive-first-order/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/reflexive-first-order.git&quot; synopsis: &quot;Reflexive first-order proof interpreter&quot; description: &quot;&quot;&quot; This contribution is a package which can be used to interpret firstorder proofs provided by an external theorem prover, using computational reflexion.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/reflexive-first-order/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=ea1cee07ca725360772555ec86ef607e&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-reflexive-first-order.8.9.0 coq.8.7.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.7.0). The following dependencies couldn&#39;t be met: - coq-reflexive-first-order -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-reflexive-first-order.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/8.11.dev/paramcoq/1.0.9.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / paramcoq - 1.0.9</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> paramcoq <small> 1.0.9 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2020-07-18 17:11:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-18 17:11:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;abhishek.anand.iitg@gmail.com&quot; homepage: &quot;https://github.com/aa755/paramcoq&quot; dev-repo: &quot;git+https://github.com/aa755/paramcoq&quot; authors: [&quot;Chantal Keller&quot; &quot;Marc Lasson&quot;] bug-reports: &quot;https://github.com/aa755/paramcoq/issues&quot; license: &quot;MIT&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Param&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] synopsis: &quot;Keller, Chantal, and Marc Lasson. “Parametricity in an Impredicative Sort.” Computer Science Logic, September 27, 2012. https://doi.org/10.4230/LIPIcs.CSL.2012.399&quot; description: &quot;Originally implemented by the above authors.&quot; flags: light-uninstall url { src: &quot;https://github.com/aa755/paramcoq/archive/v1.0.9.tar.gz&quot; checksum: &quot;md5=7c46df48ebf0bda825ebf369dc960445&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-paramcoq.1.0.9 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-paramcoq -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-paramcoq.1.0.9</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
ocr_extracted/W28604_text/page44.html
datamade/elpc_bakken
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>W28604_text</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;"> <div style="float: left;"> <a href="page43.html">&laquo;</a> </div> <div style="float: right;"> </div> </div> <hr/> <div style="position: absolute; margin-left: 495px; margin-top: 330px;"> <p class="styleSans19.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p> </div> <div style="position: absolute; margin-left: 275px; margin-top: 440px;"> <p class="styleSans21.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">{.7 Continental </p> </div> <div style="position: absolute; margin-left: 549px; margin-top: 742px;"> <p class="styleSans17.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Continental Resources <br/>McKenzie County, North Dakota (NAD 83) Jamestown Federal 6-17H </p> </div> <div style="position: absolute; margin-left: 549px; margin-top: 1100px;"> <p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Wellbore #1 </p> </div> <div style="position: absolute; margin-left: 550px; margin-top: 1320px;"> <p class="styleSans12.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Plan: Design #1 </p> </div> <div style="position: absolute; margin-left: 550px; margin-top: 1595px;"> <p class="styleSans21.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Standard Planning </p> </div> <div style="position: absolute; margin-left: 1414px; margin-top: 1595px;"> <p class="styleSans16.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Report </p> </div> <div style="position: absolute; margin-left: 549px; margin-top: 1760px;"> <p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">04 September, 201 3 </p> </div> <div style="position: absolute; margin-left: 1045px; margin-top: 2722px;"> <p class="styleSans25.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">#5 Energy Ser vicesa, <br/>WWW.MSENERGYSERVICES.COM </p> </div> </body> </html>
v3/user-agent-detail/74/ec/74ec7a33-130f-4be2-a43b-1355ff4288fa.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 <p> Detected by 8 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 4.2</td><td>Wiko</td><td>Rainbow</td><td>Mobile Phone</td><td>yes</td><td>yes</td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.2.*rainbow build\/.*\) applewebkit.* \(khtml,.*like gecko.*\) version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.2*rainbow build/*) applewebkit* (khtml,*like gecko*) version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 4.2 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => Rainbow [device_maker] => Wiko [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => Rainbow [device_brand_name] => Wiko [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Android Browser </td><td>WebKit </td><td>Android 4.2</td><td>Wiko</td><td>Rainbow</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.2 [platform] => ) [device] => Array ( [brand] => WI [brandName] => Wiko [model] => Rainbow [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.2.2 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 4.2.2</td><td><i class="material-icons">close</i></td><td>Android 4.2.2</td><td>Wiko</td><td>RAINBOW</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 4 [minor] => 2 [patch] => 2 [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 2 [patch] => 2 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Wiko [model] => RAINBOW [family] => Wiko RAINBOW ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 4.2.2; fr-fr; RAINBOW Build/JDQ39) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Android Browser </td><td>Webkit 534.30</td><td>Android 4.2.2</td><td>Wiko</td><td>Rainbow</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 534.30 ) [os] => Array ( [name] => Android [version] => 4.2.2 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Wiko [model] => Rainbow ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 4.2.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 4.2</td><td><i class="material-icons">close</i></td><td>Android 4.2</td><td>Wiko</td><td>Rainbow</td><td>Smartphone</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.2 [advertised_browser] => Android Webkit [advertised_browser_version] => 4.2 [complete_device_name] => Wiko Rainbow [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Wiko [model_name] => Rainbow [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.2 [pointing_method] => touchscreen [release_date] => 2014_april [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 720 [resolution_height] => 1280 [columns] => 60 [max_image_width] => 320 [max_image_height] => 480 [rows] => 40 [physical_screen_width] => 63 [physical_screen_height] => 111 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:41:05</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
public/Windows 10 x64 (19041.329)/_ETW_GUID_TYPE.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (19041.329)</h4><br> <h2>_ETW_GUID_TYPE</h2> <font face="arial"> EtwTraceGuidType = 0n0<br> EtwNotificationGuidType = 0n1<br> EtwGroupGuidType = 0n2<br> EtwGuidTypeMax = 0n3<br> </font></body></html>
tools/mybatis-generator/docs/running/runningFromCmdLine.html
hemingwang0902/mochasoft-framework
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- Generated by Apache Maven Doxia at Jul 16, 2012 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> Running MyBatis Generator From a Command Prompt</title> <link rel="stylesheet" href="../css/apache-maven-fluido.min.css" /> <link rel="stylesheet" href="../css/site.css" /> <link rel="stylesheet" href="../css/print.css" media="print" /> <style>body{padding-top: 20px;}</style> <script type="text/javascript" src="../js/apache-maven-fluido.min.js"></script> <meta name="Date-Revision-yyyymmdd" content="20120716" /> <meta http-equiv="Content-Language" content="en" /> <link rel="stylesheet" type="text/css" href="../mbgstyle.css" /> </head> <body> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <a href="../index.html" id="bannerLeft" title="MyBatis logo"> <img src="../images/logo.png" alt="MyBatis logo"/> </a> </div> <div class="pull-right"> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 16 July 2012</li> <li class="divider">|</li> <li id="projectVersion">Version: 1.3.2</li> </ul> </div> <div id="leftColumn" class="sidebar"> <div class="well"> <h5>User's Guide</h5> <ul> <li class="none"> <a href="../index.html" title="Introduction">Introduction</a> </li> <li class="none"> <a href="../whatsNew.html" title="What's New?">What's New?</a> </li> <li class="none"> <a href="../quickstart.html" title="Quick Start Guide">Quick Start Guide</a> </li> <li class="expanded"> <a href="../running/running.html" title="Running MyBatis Generator">Running MyBatis Generator</a> <ul> <li class="none"> <strong>From the Command Line</strong> </li> <li class="none"> <a href="../running/runningWithAnt.html" title="With Ant">With Ant</a> </li> <li class="none"> <a href="../running/runningWithMaven.html" title="With Maven">With Maven</a> </li> <li class="none"> <a href="../running/runningWithJava.html" title="With Java">With Java</a> </li> </ul> </li> <li class="none"> <a href="../afterRunning.html" title="Tasks After Running MyBatis Generator">Tasks After Running MyBatis Generator</a> </li> <li class="none"> <a href="../migratingFromIbator.html" title="Migrating from Ibator">Migrating from Ibator</a> </li> <li class="none"> <a href="../migratingFromAbator.html" title="Migrating from Abator">Migrating from Abator</a> </li> <li class="collapsed"> <a href="../configreference/xmlconfig.html" title="XML Configuration Reference">XML Configuration Reference</a> </li> <li class="collapsed"> <a href="../generatedobjects/results.html" title="Using the Generated Objects">Using the Generated Objects</a> </li> <li class="collapsed"> <a href="../usage/intro.html" title="Database Specific Information">Database Specific Information</a> </li> <li class="collapsed"> <a href="../reference/intro.html" title="Other Reference Information">Other Reference Information</a> </li> </ul> <h5>Project Documentation</h5> <ul> <li class="collapsed"> <a href="../project-info.html" title="Project Information">Project Information</a> </li> </ul> <div id="poweredBy"> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> <img class="poweredBy" alt="Built by Maven" src="../images/logos/maven-feather.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="content"> <div id="contentBox"> <h1>Running MyBatis Generator From a Command Prompt</h1> <p>MyBatis Generator (MBG) may be run directly from a command prompt. The JAR manifest includes the name of the default class (<tt>org.mybatis.generator.api.ShellRunner</tt>) or you may specify it yourself. The <tt>ShellRunner</tt> class accepts several arguments as detailed below:</p> <table class="zebra-striped" border="1" cellspacing="0" cellpadding="5"> <tr class="a"> <th>Argument</th> <th>Value</th> </tr> <tr class="b"> <td>-configfile <i>file_name</i> <br />(required)</td> <td>Specifies the name of the configuration file.</td> </tr> <tr class="a"> <td>-overwrite (optional)</td> <td>If specified, then existing Java files will be overwritten if an existing Java file if found with the same name as a generated file. If not specified, and a Java file already exists with the same name as a generated file, then MBG will write the newly generated Java file to the proper directory with a unique name (e.g. MyClass.java.1, MyClass.java.2, etc.). <b>Important: The generator will always merge and overwrite XML files.</b></td> </tr> <tr class="b"> <td>-verbose (optional)</td> <td>If specified, then progress messages will be written to the console.</td> </tr> <tr class="a"> <td>-forceJavaLogging (optional)</td> <td>If specified, then MBG will use Java logging rather than Log4J even if Log4J is in the runtime classpath.</td> </tr> <tr class="b"> <td>-contextids <i>context1,context2,...</i><br />(optional)</td> <td>If specified, then this is a comma delimited list of contexts to use in the current run. Any id specified in the list must exactly match the value of the <tt>id</tt> attribute of an &lt;context&gt; configuration element. Only ids specified in this list will be active for this run. If this argument is not specified, then all contexts will be active.</td> </tr> <tr class="a"> <td>-tables <i>table1, table2,...</i><br />(optional)</td> <td>If specified, then this is a comma delimited list of tables to use in the current run. Any table specified in the list must exactly match the fully qualified table name specified in a &lt;table&gt; configuration element. Only tables specified in this list will be active for this run. If this argument is not specified, then all tables will be active. Specify table names as: <br /><br /> <tt>table</tt><br /> <tt>schema.table</tt><br /> <tt>catalog..table</tt><br /> etc.</td> </tr> </table> <p>You must create an XML configuration file to run MBG from the command line. If the file is named &quot;generatorConfig.xml&quot;, then any of the following command lines will run MBG:</p> <div><pre> java -jar mybatis-generator-core-x.x.x.jar -configfile generatorConfig.xml java -jar mybatis-generator-core-x.x.x.jar -configfile generatorConfig.xml -overwrite java -cp mybatis-generator-core-x.x.x.jar org.mybatis.generator.api.ShellRunner -configfile generatorConfig.xml java -cp mybatis-generator-core-x.x.x.jar org.mybatis.generator.api.ShellRunner -configfile generatorConfig.xml -overwrite </pre></div> </div> </div> </div> <footer class="footer"> <div class="container-fluid"> <div class="row span16">Copyright &copy; 2010-2012 <a href="http://www.mybatis.org/">MyBatis.org</a>. All Rights Reserved. </div> </div> </footer> </body> </html>
public/styles.css
kihong-kwon/redux
*{ box-sizing: border-box; } html,body,#root { height:100%; margin: 0; padding: 0; } body { background: #eee; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } h1{ font-weight: 200; color: #3b414c; font-size: 20px; } ul { list-style-type: none; padding: 0; margin: 0; } .app { white-space: nowrap; height:100%; } .list { position: relative; display: inline-block; vertical-align: top; white-space: normal; height: 100%; width: 33%; padding: 0 20px; overflow: auto; } .list:not(:last-child):after{ content: ""; position: absolute; top: 0; right: 0; width: 1px; height: 99%; background: linear-gradient(to bottom, #eee 0%, #ccc 50%, #eee 100%) fixed; } .card { position: relative; z-index: 1; background: #fff; width: 100%; padding: 10px 10px 10px 15px; margin: 0 0 10px 0; overflow: auto; border: 1px solid #e5e5df; border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } .card__title { font-weight: bold; border-bottom: solid 5px transparent; } .card__title:before { display: inline-block; width: 1em; content: '▸'; } .card__title--is-open:before { content: '▾'; } .toggle-enter { max-height: 0; overflow: hidden; } .toggle-enter.toggle-enter-active { max-height: 300px; overflow: hidden; transition: max-height .25s ease-in; } .toggle-leave { max-height: 300px; overflow: hidden; } .toggle-leave.toggle-leave-active { max-height: 0; overflow: hidden; transition: max-height .25s ease-out; } .checklist__task:first-child { margin-top: 10px; padding-top: 10px; border-top: dashed 1px #ddd; } .checklist__task--remove:after{ display: inline-block; color: #d66; content: "✖"; } .checklist--add-task { border: 1px dashed #bbb; width: 100%; padding: 10px; margin-top: 5px; border-radius: 3px; }
index.html
rukmal/FlappyLeapBird
<!DOCTYPE html> <html lang="en"> <!-- Copyright 2014 Nebez Briefkani floppybird - index.html Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <head> <title>Flappy Leap Bird</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="author" content="Rukmal Weerawarana" /> <meta name="description" content="Play Flappy Leap Bird, a remake of the popular game 'Flappy Bird' with your Leap Motion!" /> <meta name="keywords" content="flappybird,flappy,bird,leapmotion,leap,html,html5,css,css3,js,javascript,jquery,github,nebez,briefkani,nebezb,open,source,opensource" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> <!-- Open Graph tags --> <meta property="og:title" content="Flappy Leap Bird" /> <meta property="og:description" content="Play Flappy Leap Bird, a remake of the popular game 'Flappy Bird' with your Leap Motion!" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/assets/thumb.png" /> <meta property="og:url" content="http://rukmal.github.io/floppyleapbird/" /> <meta property="og:site_name" content="Floppy Leap Bird" /> <!-- Style sheets --> <link href="css/reset.css" rel="stylesheet"> <link href="css/main.css" rel="stylesheet"> </head> <body> <div id="gamecontainer"> <div id="gamescreen"> <div id="sky" class="animated"> <div id="flyarea"> <div id="ceiling" class="animated"></div> <!-- This is the flying and pipe area container --> <div id="player" class="bird animated"></div> <div id="bigscore"></div> <div id="splash"></div> <div id="scoreboard"> <div id="medal"></div> <div id="currentscore"></div> <div id="highscore"></div> <div id="replay"><img src="assets/replay.png" alt="replay"></div> </div> <!-- Pipes go here! --> </div> </div> <div id="land" class="animated"><div id="debug"></div></div> </div> </div> <div id="footer"> <a href="http://www.dotgears.com/">original game/concept/art by dong nguyen</a> <a href="http://nebezb.com/">recreated by nebez briefkani</a> <a href="http://rukmal.me/">leap motion control by rukmal weerawarana</a> <a href="http://github.com/rukmal/FlappyLeapBird/">view github project</a> </div> <div class="boundingbox" id="playerbox"></div> <div class="boundingbox" id="pipebox"></div> <script src="https://cdnjs.cloudflare.com/ajax/libs/leapjs/0.6.1/leap.min.js"></script> <script src="js/jquery.min.js"></script> <script src="js/jquery.transit.min.js"></script> <script src="js/buzz.min.js"></script> <script src="js/main.js"></script> </body> </html>
css/master.css
iderex/Mongochat
#messages{ height: 300px; }
plugins/user/home.html
EmmetBlue/Emmet-Blue-Ui
<div ng-controller="userHomeController"> <div style="margin-top: 10%"> <h6 class="text-center text-success"><i class="fa fa-spin fa-circle-o-notch fa-2x"></i></h6> <h1 class="text-center text-info" ng-bind-html='redirectMessage'></h1> </div> </div>
birds/birds.html
kirkthomas704/kirkthomas704.github.io
<HTML> <HEAD> <TITLE>index.html</TITLE> <meta NAME = "GENERATOR" CONTENT = "IHMC CmapTools vr. 4.12 "> <meta NAME = "KEYWORDS" CONTENT = "Kirk Thomas, Concept Map, cmap, CmapTools, IHMC, birds, Fly, High metabolism, Endotherms, constant body temperature, energy, Feathers, sexually, Two Feet, Beaks, Warm-Blooded Animals, Hollow Bones, Birds, Light Body Weights, What are Birds?, Eggs, Insulation, Rapid Digestive Systems, Kirk Thomas Biotechnology 10/13/2016, food, heat"> <meta NAME = "DESCRIPTION" CONTENT = "This Concept Map, created with IHMC CmapTools, has information related to: birds, Birds reproduce sexually, Birds have Hollow Bones, Birds lay Eggs, Birds require food, Birds have Beaks, Rapid Digestive Systems is necesarry due to High metabolism, Feathers offer Insulation, Warm-Blooded Animals produce heat, Birds have Feathers, Birds have Two Wings, energy much is required to Fly, Rapid Digestive Systems provide for Light Body Weights, Feathers Help to Fly, High metabolism provides energy, food for energy, Warm-Blooded Animals maintain constant body temperature, Endotherms means Warm-Blooded Animals, Birds are Endotherms, heat from food, Hollow Bones provide for Light Body Weights"> <meta NAME = "AUTHOR" CONTENT = "IHMC CmapTools"> <meta HTTP-EQUIV = "Content-Type" CONTENT = "text/html; charset = UTF-8"> <script LANGUAGE="JavaScript1.2"> <!-- // PopUp -- // Institute for Human and Machine Cognition, http://www.ihmc.us/ // CmapTools, Version 4.11, http://cmap.ihmc.us/ // Modify by: CmapTools Developers, cmapsupport@ihmc.us // Date: 12/14/2006 var IE = 0; var IE4PC = 0; var NS = 0; var GECKO = 0; var openpopups = new Array(); if (document.all) { // Internet Explorer Detected IE = true; } else if (document.layers) { // Netscape Navigator Detected NS = true; } else if (document.getElementById) { // Netscape 6 Detected GECKO = true; } else { alert("Unrecognized Browser Detected::\nSorry, your browser is not compatible."); } if (IE) { OS = navigator.platform; VER = new String(navigator.appVersion); VER = VER.substr (0, VER.indexOf(" ")); if ((VER < 4.8) && (OS == "Win32")) { IE4PC = 1; } } function handleResize() { location.reload(); return false; } if ((NS) && (navigator.platform == "MacPPC")) { window.captureEvents (Event.RESIZE); window.onresize = handleResize; } function openResource(event, resourcePath, resourceName, resourceType) { var newwindow; // Resource MIMETypes are enumerated as follows: // cMap = Undefined // Image = 0 // Video = 1 // Text = 2 // Audio = 3 popDown(); switch (resourceType) { case 0: //Image newwindow = window.open (resourcePath,resourceName); newwindow.onBlur = newwindow.focus() var text ='<center><img src=\"'; text += resourcePath; text +='\"> </center>'; break; case 1: text // Video newwindow = window.open (resourcePath,resourceName); newwindow.onBlur = newwindow.focus() var text ='<embed src=\"'; text += resourcePath; text +='\" autostart=true> </embed> '; break; case 2: // Text or Unknown newwindow = window.open(resourcePath,resourceName); newwindow.onBlur = newwindow.focus() break; case 3: // Audio newwindow = window.open (resourcePath,resourceName); newwindow.onBlur = newwindow.focus() var text ='<embed src=\"'; text += resourcePath; text +='\" autoplay=true> </embed> '; break; case 4: newwindow = window.open(resourcePath,resourceName); newwindow.onBlur = newwindow.focus() break; } return; } function popUpEvt(event, popupName) { popDown(); if (GECKO) { document.getElementById(popupName).style.left = event.layerX; document.getElementById(popupName).style.top = event.layerY; document.getElementById(popupName).style.background = "#B3B3B3"; document.getElementById(popupName).style.visibility = "visible"; openpopups.push(popupName); } else if (NS) { document.layers[popupName].moveTo (event.pageX, event.pageY); document.layers[popupName].bgColor = "#B3B3B3"; document.layers[popupName].visibility = "show"; openpopups.push(popupName); } else // if (IE) { window.event.cancelBubble = true; if (!IE4PC) { document.all[popupName].style.backgroundColor = "#B3B3B3"; } document.all[popupName].style.left = window.event.clientX + document.body.scrollLeft; document.all[popupName].style.top = window.event.clientY + document.body.scrollTop; document.all[popupName].style.visibility = "visible"; openpopups[openpopups.length] = popupName; } return false; } function popDown() { var popupname; for (var i = 0; i < openpopups.length; i++) { popupname = new String (openpopups[i]); if (GECKO) { document.getElementById(popupname).style.visibility = "hidden"; } else if (NS) { document.layers[popupname].visibility = "hide"; } else { document.all[popupname].style.visibility = "hidden"; } } openpopups = new Array(); return; } function popDownNoGecko() { var popupname; for (var i = 0; i < openpopups.length; i++) { popupname = new String (openpopups[i]); if (GECKO) { // document.getElementById(popupname).style.visibility = "hidden"; return; // erased for test purposes } else if (NS) { document.layers[popupname].visibility = "hide"; } else { document.all[popupname].style.visibility = "hidden"; } } openpopups = new Array(); return; } //--> </script> </HEAD> <BODY bgcolor="#FFFFFF" leftmargin="0" topmargin="0"> <noscript> <table width=90% cellpadding=10> <tr> <td bgcolor=ff4447> <font color=000000 size=+1 face="helvetica"> <h1>WARNING:</h1> <b>JavaScript is turned OFF. None of the links on this concept map will <br> work until it is reactivated. <p> <a href="http://cmap.ihmc.us/docs/EnablingJavaScript.html"> If you need help turning JavaScript On, click here. </a> </p> </b> </td> </tr> </table> This Concept Map, created with IHMC CmapTools, has information related to: birds, Birds reproduce sexually, Birds have Hollow Bones, Birds lay Eggs, Birds require food, Birds have Beaks, Rapid Digestive Systems is necesarry due to High metabolism, Feathers offer Insulation, Warm-Blooded Animals produce heat, Birds have Feathers, Birds have Two Wings, energy much is required to Fly, Rapid Digestive Systems provide for Light Body Weights, Feathers Help to Fly, High metabolism provides energy, food for energy, Warm-Blooded Animals maintain constant body temperature, Endotherms means Warm-Blooded Animals, Birds are Endotherms, heat from food, Hollow Bones provide for Light Body Weights </noscript> <map name="index.html"> <area shape="rect" href="1QNHQBH5MI1N9KS2PI19XItextIhtml" onClick="popUpEvt(event,'1QNHQBH5MI1N9KS2PI19XItextIhtml'); return false;" coords="603,627,621,645"> <area shape="rect" href="1QNHQFWVGIZ075NLI1QTItextIhtml" onClick="popUpEvt(event,'1QNHQFWVGIZ075NLI1QTItextIhtml'); return false;" coords="621,410,639,428"> <area shape="rect" href="1QNHQC622I1JYSBTNI1CHItextIhtml" onClick="popUpEvt(event,'1QNHQC622I1JYSBTNI1CHItextIhtml'); return false;" coords="218,174,236,192"> <area shape="rect" href="1QNHQF1GXI15KZL3QI1NYItextIhtml" onClick="popUpEvt(event,'1QNHQF1GXI15KZL3QI1NYItextIhtml'); return false;" coords="543,250,561,268"> <area shape="rect" href="1QNHPYCTMI1RRC9QVIDYIaudio" onClick="popUpEvt(event,'1QNHPYCTMI1RRC9QVIDYIaudio'); return false;" coords="796,64,814,82"> <area shape="rect" href="1QNHQDFNPI22HW7RHI1MCItextIhtml" onClick="popUpEvt(event,'1QNHQDFNPI22HW7RHI1MCItextIhtml'); return false;" coords="467,307,485,325"> <area shape="rect" href="1QNHQ9CBCI1XZ2W91I12WItextIhtml" onClick="popUpEvt(event,'1QNHQ9CBCI1XZ2W91I12WItextIhtml'); return false;" coords="906,388,924,406"> <area shape="rect" href="1QNHQF832I2DR8V20I1PMItextIhtml" onClick="popUpEvt(event,'1QNHQF832I2DR8V20I1PMItextIhtml'); return false;" coords="416,90,434,108"> </map> <center> <table width=* height=* cellpadding=0 cellspacing=0 border=0> <tr> <td valign=center align=center> <img USEMAP="#index.html" SRC="index.jpg" ALIGN=middle BORDER=0 onClick=popDown();> </td> </tr> <tr> <td VALIGN=top ALIGN=right> <table> <tr> <td ALIGN=right VALIGN=middle> <map NAME="CmapToolsTrademark"> <area SHAPE="rect" href="http://cmap.ihmc.us/" onClick="openResource(event,'http://cmap.ihmc.us/', 0, 2); return false;" coords="1,1,210,50"> </map> </td> </tr> <tr> <td ALIGN=right VALIGN=middle> <img USEMAP="#CmapToolsTrademark" SRC="CmapToolsTrademark.gif" ALT="IHMC Cmap Tools Trademark" width="210" height="50" ALIGN=middle BORDER=0> </td> <td VALIGN=middle> </td> </tr> </table> </td> </tr> </table> </center> </BODY> </HTML> <div id="1QNHQBH5MI1N9KS2PI19XItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="http://sciencelearn.org.nz/Contexts/Flight/Science-Ideas-and-Concepts/How-birds-fly "TITLE=""> Science Learn Bird Flight </a> </td> </tr> </table> </div> <div id="1QNHQFWVGIZ075NLI1QTItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="https://web.stanford.edu/group/stanfordbirds/text/essays/Metabolism.html "TITLE=""> Stanford Bird Metabolism </a> </td> </tr> </table> </div> <div id="1QNHQC622I1JYSBTNI1CHItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="https://www.youtube.com/watch?v=HU567xYJra8 "TITLE=""> Richmond Walking - Video </a> </td> </tr> </table> </div> <div id="1QNHQF1GXI15KZL3QI1NYItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="https://www.youtube.com/watch?v=lFZ8NMBDCJw "TITLE=""> Bird Beak Adaptation - Video </a> </td> </tr> </table> </div> <div id="1QNHPYCTMI1RRC9QVIDYIaudio" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="Falcon-Mark_Mattingly-169493032.mp3 "TITLE=""> Falcon-Mark_Mattingly-169493032 </a> </td> </tr> </table> </div> <div id="1QNHQDFNPI22HW7RHI1MCItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="http://www.backyardnature.net/birdguts.htm "TITLE=""> Backyard Nature Digestion </a> </td> </tr> </table> </div> <div id="1QNHQ9CBCI1XZ2W91I12WItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="https://web.stanford.edu/group/stanfordbirds/text/essays/Diet_and_Nutrition.html "TITLE=""> Standford Nutrition </a> </td> </tr> </table> </div> <div id="1QNHQF832I2DR8V20I1PMItextIhtml" style="POSITION: absolute; Z-INDEX: 20; VISIBILITY: hidden; left: 0; top: 0;"> <table border=1 cellpadding=1 cellspacing=0 bgcolor="#dddddd"> <tr> <td nowrap><font face="Geneva, Arial" size=2> <a href="http://www.birds.cornell.edu/education/kids/books/wingshapes "TITLE=""> Cornell Bird Wings </a> </td> </tr> </table> </div>
clean/Linux-x86_64-4.09.0-2.0.5/released/8.10.1/nfix/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>nfix: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / nfix - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> nfix <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-03-07 08:24:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-03-07 08:24:42 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.10.1 Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/nfix&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Nfix&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: mutual fixpoint functions&quot; &quot;category: Miscellaneous/Coq Extensions&quot; ] authors: [ &quot;Stéphane Lescuyer&quot; ] bug-reports: &quot;https://github.com/coq-contribs/nfix/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/nfix.git&quot; synopsis: &quot;Nfix: a Coq extension for fixpoints on nested inductives&quot; description: &quot;This plugin provides a syntactic extension that allows one to write mutual fixpoints over nested inductives.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/nfix/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=2a63906b0f2f09845a79f41f8d404ed7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-nfix.8.6.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-nfix -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-nfix.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
WebApp/Views/cursos.html
csaldias/FastSolushons
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Portal de Aprendizaje</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"> <link rel='stylesheet prefetch' href='https://cdn.gitcdn.link/cdn/angular/bower-material/v1.1.1/angular-material.css'> <link rel='stylesheet prefetch' href='https://material.angularjs.org/1.1.1/docs.css'> <link rel="stylesheet" href="css/index.css"> </head> <body> <div ng-controller="AppCtrl" ng-cloak="" class="fabToolbardemoBasicUsage" ng-app="MyApp"> <md-toolbar class="md-hue-2"> <div class="md-toolbar-tools" ng-controller="AppCtrl as ctrl"> <md-button class="md-icon-button" aria-label="Settings"> <md-icon md-svg-icon="img/icons/menu.svg"></md-icon> </md-button> <h2> <span>Portal de Aprendizaje</span> </h2> <span flex></span> <md-menu> <md-button class="md-icon-button" aria-label="More" ng-click="ctrl.openMenu($mdOpenMenu, $event)"> <md-icon md-svg-icon="img/icons/more_vert.svg"></md-icon> </md-button> <md-menu-content width="3"> <md-menu-item> <md-button ng-href="/perfil"> Editar Perfil </md-button> </md-menu-item> <md-menu-item> <md-button disabled="disabled" ng-click="ctrl.checkVoicemail()"> Panel de Administración </md-button> </md-menu-item> <md-menu-divider></md-menu-divider> <md-menu-item> <md-button ng-href="/logout"> Salir </md-button> </md-menu-item> </md-menu-content> </md-menu> </div> </md-toolbar> <md-content class="md-padding" layout-xs="column" layout="row"> <div flex-xs flex-gt-xs="50" layout="column"> <md-card> <img ng-src="{{tarjeta1}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Carga Eléctrica y Campo Eléctrico</span> </md-card-title-text> </md-card-title> <md-card-content> <p> En esta unidad, estudiaremos la naturaleza de la carga eléctrica y cómo sabemos que ésta se conserva. Además, estudiaremos cómo se cargan eléctricamente los objetos, cómo usar la ley de Coulomb para calcular la fuerza eléctrica entre cargas, la diferencia entre fuerza eléctrica y campo eléctrico, cómo calcular el campo eléctrico generado por un conjunto de cargas, cómo usar la idea de las líneas de campo eléctrico para visualizar e interpretar los campos eléctricos, y como calcular las propiedades de los dipolos eléctricos. </p> </md-card-content> <md-card-actions layout="row" layout-align="end center"> <md-button>Descargar</md-button> <md-button>Más</md-button> </md-card-actions> </md-card> <md-card> <img ng-src="{{tarjeta2}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Ley de Gauss</span> </md-card-title-text> </md-card-title> <md-card-content> <p> En esta unidad, aprenderemos cómo determinar la cantidad de carga dentro de una superficie cerrada examinando el campo eléctrico sobre la superficie; cuál es el significado de flujo eléctrico y cómo se calcula; cómo la ley de Gauss relaciona al flujo eléctrico a través de una superficie cerrada con la carga encerrada por la superficie; cómo usar la ley de Gauss para calcular el campo eléctrico debido a una distribución simétrica de la carga; y dónde se localiza la carga en un conductor cargado. </p> </md-card-content> <md-card-actions layout="row" layout-align="end center"> <md-button>Descargar</md-button> <md-button>Más</md-button> </md-card-actions> </md-card> </div> <div flex-xs flex-gt-xs="50" layout="column"> <md-card> <img ng-src="{{tarjeta3}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Potencial Eléctrico</span> </md-card-title-text> </md-card-title> <md-card-content> <p> En esta unidad, aprenderemos a calcular la energía potencial eléctrica de un conjunto de cargas; el significado e importancia del potencial eléctrico; A determinar el potencial eléctrico que un conjunto de cargas produce en un punto en el espacio; el uso de las superficies equipotenciales para visualizar la forma en que varía el potencial eléctrico en el espacio; y a emplear el potencial eléctrico para calcular el campo eléctrico. </p> </md-card-content> <md-card-actions layout="row" layout-align="end center"> <md-button>Descargar</md-button> <md-button>Más</md-button> </md-card-actions> </md-card> <md-card> <md-card-header> <md-card-avatar> <img src="img/maximiliano-rivera.png"/> </md-card-avatar> <md-card-header-text> <span class="md-title">Max Rivera</span> <span class="md-subhead">Departamento de Física</span> </md-card-header-text> </md-card-header> <img ng-src="{{anuncio}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Anuncio</span> </md-card-title-text> </md-card-title> <md-card-content> <p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no seaest Lorem ipsum dolor sit amet. </p> </md-card-content> </md-card> </div> <div flex-xs flex-gt-xs="50" layout="column"> <md-card> <img ng-src="{{tarjeta4}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Capacitancia y Dieléctricos</span> </md-card-title-text> </md-card-title> <md-card-content> <p> En esta unidad, estudiaremos la naturaleza de los capacitores y la forma de calcular una cantidad que mide su capacidad para almacenar carga. Además, estudiaremos cómo analizar capacitores conectados en una red; A calcular la cantidad de energía almacenada en un capacitor; y qué son los dieléctricos y cómo forman capacitores más eficaces. </p> </md-card-content> <md-card-actions layout="row" layout-align="end center"> <md-button>Descargar</md-button> <md-button>Más</md-button> </md-card-actions> </md-card> <md-card> <img ng-src="{{tarjeta5}}" class="md-card-image" alt="Washed Out"> <md-card-title> <md-card-title-text> <span class="md-headline">Corriente, Resistencia y Fuerza Electromotriz</span> </md-card-title-text> </md-card-title> <md-card-content> <p> En esta unidad, aprenderemos el significado de la corriente eléctrica y cómo se desplaza la carga en un conductor. Además, estudiaremos el significado de la resistividad y la conductividad eléctrica de una sustancia; Cómo calcular la resistencia de un conductor a partir de sus dimensiones y su resistividad; El modo en que una fuerza electromotriz (fem) hace posible que la corriente fluya en un circuito; Y cómo efectuar cálculos que implican energía y potencia en circuitos. </p> </md-card-content> <md-card-actions layout="row" layout-align="end center"> <md-button>Descargar</md-button> <md-button>Más</md-button> </md-card-actions> </md-card> </div> </md-content> </div> <!-- Copyright 2016 Google Inc. All Rights Reserved. Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license. --> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular.js'></script> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-animate.min.js'></script> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-route.min.js'></script> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-aria.min.js'></script> <script src='https://ajax.googleapis.com/ajax/libs/angularjs/1.5.5/angular-messages.min.js'></script> <script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-114/svg-assets-cache.js'></script> <script src='https://cdn.gitcdn.link/cdn/angular/bower-material/v1.1.1/angular-material.js'></script> <script src="js/index.js"></script> </body> </html>
mission/templates/phase1/success.html
nickfrostatx/polyrents-challenge
{% extends "base.html" %} {% block title %}PolyRents Challenge - Phase 1{% endblock %} {% block body %} <h1 class="green">Authenticated</h1> <p>Continue on to <a href="{{ url_for('phase2.home') }}">Phase 2</a></p> {%- endblock %}
index.html
studentcompetitions/better-input-file
<!DOCTYPE HTML> <html> <head> <title>AngularJS file directive</title> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/error-stack-parser/dist/error-stack-parser.min.js"></script> <script src="autoload.js"></script> <script src="directive.js"></script> <script> angular.module("fileExample", ["angular-input-file"]) .controller("ExampleController", ["$scope", function($scope) { $scope.file = {} $scope.files = [] $scope.log = function log() { console.log($scope.file) } $scope.show = function show() { return { name: $scope.file.name, size: $scope.file.size, type: $scope.file.type, data: $scope.file.reader && $scope.file.reader.result, } } }]) </script> <style> input.ng-invalid { outline: 1px solid red; } </style> </head> <body data-ng-app="fileExample"> <main data-ng-controller="ExampleController"> <form action="/process" method="POST"> <label> Multiple files: <input multiple type="file" data-ng-model="files" data-max-size="2 MiB" /> </label> <label> Single file: <input type="file" data-ng-model="file" /> </label> <button data-ng-click="log()">Log</button> </form> <section> <header>File</header> <span>{{show()}}</span> </section> <section> <header>Files</header> <table> <thead> <tr> <th>Name</th> <th>Size</th> <th>Type</th> <th>Data</th> </tr> </thead> <tbody> <tr data-ng-repeat="file in files"> <td>{{file.name}}</td> <td>{{file.size}}</td> <td>{{file.type}}</td> <td>{{file.reader.result}}</td> </tr> </tbody> </table> </section> </main> </body> </html>
doc/Javadoc/com/wsfmn/habittracker/habit/MockHabitTest.html
CMPUT301F17T18/WSFMN
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_152-release) on Mon Nov 13 16:13:27 MST 2017 --> <title>MockHabitTest</title> <meta name="date" content="2017-11-13"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="MockHabitTest"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/wsfmn/habittracker/habit/MapTest.html" title="class in com.wsfmn.view.model"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/wsfmn/habittracker/habit/ProfileTest.html" title="class in com.wsfmn.view.model"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/wsfmn/habittracker/habit/MockHabitTest.html" target="_top">Frames</a></li> <li><a href="MockHabitTest.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.wsfmn.view.model</div> <h2 title="Class MockHabitTest" class="title">Class MockHabitTest</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>junit.framework.Assert</li> <li> <ul class="inheritance"> <li>junit.framework.TestCase</li> <li> <ul class="inheritance"> <li>android.test.InstrumentationTestCase</li> <li> <ul class="inheritance"> <li>android.test.ActivityTestCase</li> <li> <ul class="inheritance"> <li>android.test.ActivityInstrumentationTestCase2</li> <li> <ul class="inheritance"> <li>com.wsfmn.view.model.MockHabitTest</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>junit.framework.Test</dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">MockHabitTest</span> extends android.test.ActivityInstrumentationTestCase2</pre> <div class="block">Created by musaed on 2017-11-12.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/wsfmn/habittracker/habit/MockHabitTest.html#MockHabitTest--">MockHabitTest</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/wsfmn/habittracker/habit/MockHabitTest.html#testDateChanged--">testDateChanged</a></span>()</code> <div class="block">Tests getTotalOccurrences under the condition: A change in date for a habit has occurred</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/wsfmn/habittracker/habit/MockHabitTest.html#testPlanChanged--">testPlanChanged</a></span>()</code> <div class="block">Tests getTotalOccurrences under the condition: A change in both Date and WeekDays has occurred.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/wsfmn/habittracker/habit/MockHabitTest.html#testPlanNotChanged--">testPlanNotChanged</a></span>()</code> <div class="block">Tests getTotalOccurrences under the condition: No changes to Habit plan has occurred</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/wsfmn/habittracker/habit/MockHabitTest.html#testScheduleChanged--">testScheduleChanged</a></span>()</code> <div class="block">Tests getTotalOccurrences under the condition: A change in WeekDays for the habit has occurred</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.android.test.ActivityInstrumentationTestCase2"> <!-- --> </a> <h3>Methods inherited from class&nbsp;android.test.ActivityInstrumentationTestCase2</h3> <code>getActivity, runTest, setActivityInitialTouchMode, setActivityIntent, setUp, tearDown</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.android.test.ActivityTestCase"> <!-- --> </a> <h3>Methods inherited from class&nbsp;android.test.ActivityTestCase</h3> <code>scrubClass, setActivity</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.android.test.InstrumentationTestCase"> <!-- --> </a> <h3>Methods inherited from class&nbsp;android.test.InstrumentationTestCase</h3> <code>getInstrumentation, injectInsrumentation, injectInstrumentation, launchActivity, launchActivityWithIntent, runTestOnUiThread, sendKeys, sendKeys, sendRepeatedKeys</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.junit.framework.TestCase"> <!-- --> </a> <h3>Methods inherited from class&nbsp;junit.framework.TestCase</h3> <code>countTestCases, createResult, getName, run, run, runBare, setName, toString</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.junit.framework.Assert"> <!-- --> </a> <h3>Methods inherited from class&nbsp;junit.framework.Assert</h3> <code>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format</code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="MockHabitTest--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>MockHabitTest</h4> <pre>public&nbsp;MockHabitTest()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="testPlanNotChanged--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testPlanNotChanged</h4> <pre>public&nbsp;void&nbsp;testPlanNotChanged()</pre> <div class="block">Tests getTotalOccurrences under the condition: No changes to Habit plan has occurred</div> </li> </ul> <a name="testScheduleChanged--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testScheduleChanged</h4> <pre>public&nbsp;void&nbsp;testScheduleChanged()</pre> <div class="block">Tests getTotalOccurrences under the condition: A change in WeekDays for the habit has occurred</div> </li> </ul> <a name="testDateChanged--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testDateChanged</h4> <pre>public&nbsp;void&nbsp;testDateChanged()</pre> <div class="block">Tests getTotalOccurrences under the condition: A change in date for a habit has occurred</div> </li> </ul> <a name="testPlanChanged--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>testPlanChanged</h4> <pre>public&nbsp;void&nbsp;testPlanChanged()</pre> <div class="block">Tests getTotalOccurrences under the condition: A change in both Date and WeekDays has occurred.</div> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/wsfmn/habittracker/habit/MapTest.html" title="class in com.wsfmn.view.model"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/wsfmn/habittracker/habit/ProfileTest.html" title="class in com.wsfmn.view.model"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/wsfmn/habittracker/habit/MockHabitTest.html" target="_top">Frames</a></li> <li><a href="MockHabitTest.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
src/index.html
eberlitz/gym-dev-unisinos
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Academia Fitness</title> <base href="/"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/ico/apple-touch-icon.png"> <link rel="icon" type="image/png" href="/assets/ico/favicon-32x32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/assets/ico/favicon-16x16.png" sizes="16x16"> <link rel="mask-icon" href="/assets/ico/safari-pinned-tab.svg" color="#1976d2"> <link rel="shortcut icon" href="/assets/ico/favicon.ico"> <link rel="manifest" href="assets/manifest.json"> <meta name="application-name" content="Awesome Gym"> <meta name="theme-color" content="#1976d2"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <ag-app> <div style="padding-top: 5%; padding-bottom: 20%; text-align: center;"> <img src="assets/imgs/logo.png" width="340" style="margin-bottom: 2%;"> <div>Carregando aplicação...</div> </div> </ag-app> </body> </html>
data science/machine_learning_for_the_web/chapter_4/movie/20615.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Sugar Town (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0173390">Sugar Town (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Akiva+Gottlieb">Akiva Gottlieb</A></H3><HR WIDTH="40%" SIZE="4"> <PRE> Sugar Town **</PRE> <P>rated R USA Films 92 minutes starring Jade Gordon, Michael Des Barres, John Taylor, Martin Kemp, Larry Klein, John Doe, Lucinda Jenney, Ally Sheedy, Rosanna Arquette, Jeffrey McDonald, Richmond Arquette, Lumi Cavazos, Vincent Berry, Beverly D'Angelo written and directed by Allison Anders and Kurt Voss</P> <P>Good friends Allison Anders and Kurt Voss are each experienced filmmakers. They started out with their $50,000 collaboration on the L.A. punk rock scene, "Border Radio", and have watched their work evolve from edgy, alternative indie to mainstream, formulaic Hollywood. Anders had made three critically acclaimed films which told stories from a woman's perspective, and Voss had directed a handful of films which ended up either faltering on cable or delving into obscurity. Either way, both decided it was time for a change.</P> <P>Anders and Voss were looking to recapture that independent spirit which was so evident in "Border Radio", and decided to conceive and make a movie without any hassle. For their second collaborative effort, they decided to once again visit the L.A. music scene, for a behind the scenes look at the ambition and failure in the rock music industry. In less than two weeks, they wrote "Sugar Town", and started production less than a month later. Then, in January, the film premiered at Sundance Film Festival '99, just six months after Allison Anders and Kurt Voss put their pens to paper.</P> <P>As a rabid supporter of the independent film scene, this act of daring and unconventionality pleased me immensely. But sadly, "Sugar Town" turns out to be a film that emphasizes the contraints of a low budget rather than the creative freedom allowed by such an endeavor. "Sugar Town" is an ensemble comedy in the "Short Cuts" vein that has its moments, but never gets off its feet.</P> <P>"Sugar Town" involves a cross section of individuals who are either climbing the ladder of ambition or who are at 14:59 in their fame clock. All are involved somehow in a hit or miss business, where a sure thing today can be a has been tomorrow. There is Gwen (newcomer Jade Gordon), a ruthlessly ambitious housemaid, Liz (Ally Sheedy), a movie production designer who is taken advantage of at every turn, Eva (Rosanna Arquette), an aging actress married to has been 80's rocker Clive (John Taylor), who is trying to get his new band off the ground.</P> <P>These people are unified only by their desire to be the next big thing, despite their age, sex and class differences. But we, the viewers, never see any developed, human characters. Instead, we see dull caricatures that are but pawns in a poorly conceived game. Every once in a while, there is a clever gesture (the self deprecating rock stars are played by members of once prominent 80's bands), but "Sugar Town" ends up feeling more sour than sweet.</P> <P>As an ensemble film, "Sugar Town" also falters. The few segments which are most interesting are the ones paid least attention to (which gives way to some painfully tacky subplots), and the way the characters are tied together is a bland condescension. "Sugar Town" is short, but feels long, and the script was not only written in a hurry, but it feels that way too. The saving grace is the few women characters (obviously written by Allison Anders), played by Jade Gordon, Rosanna Arquette, and Ally Sheedy that hold our attention whenever on screen. Gordon, who had a small role in Anders' "Grace Of My Heart", shows potential in her role as the vicious Gwen. Arquette and Sheedy stay low-key, but are nevertheless effective.</P> <P>Allison Anders is, in my opinion, a talent with strong views, but a knack for inconsistency. Her best work is her first sole effort, "Gas Food Lodging", a semi autobiographical story of a girl growing up in a small New Mexico town. Her poorest work can be seen in her segment of "Four Rooms", which was also co-directed by Quentin Tarantino, Robert Rodriguez and Alexandre Rockwell.</P> <P>"Sugar Town" has its moments, but it's lacking an edge found in so many other studies of Hollywood industry. The film ultimately never really ends, and doesn't provoke much thought. If "Sugar Town" was a stronger film, it could have been a good argument for more independent film funding. However, like its title, "Sugar Town" ends up being meaningless; a movie that is unprovocative and uncompromising, never becoming what you want it to be.</P> <P>a review by Akiva Gottlieb, The Teenage Movie Critic <A HREF="mailto:akiva@excite.com">akiva@excite.com</A> <A HREF="http://teenagemoviecritic.8m.com">http://teenagemoviecritic.8m.com</A> this review is also featured at <A HREF="http://jump.to/moviepage">http://jump.to/moviepage</A> </P> <P><HR>Get FREE voicemail, fax and email at <A HREF="http://voicemail.excite.com">http://voicemail.excite.com</A> Talk online at <A HREF="http://voicechat.excite.com">http://voicechat.excite.com</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
clean/Linux-x86_64-4.13.1-2.1.0/extra-dev/dev/elpi/1.11.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>elpi: Error with dependencies</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">dev / elpi - 1.11.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> elpi <small> 1.11.0 <span class="label label-warning">Error with dependencies</span> </small> </h1> <p><em><script>document.write(moment("2021-11-06 06:49:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-06 06:49:18 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Enrico Tassi &lt;enrico.tassi@inria.fr&gt;&quot; authors: [ &quot;Enrico Tassi&quot; ] license: &quot;LGPL-2.1-or-later&quot; homepage: &quot;https://github.com/LPCIC/coq-elpi&quot; bug-reports: &quot;https://github.com/LPCIC/coq-elpi/issues&quot; dev-repo: &quot;git+https://github.com/LPCIC/coq-elpi&quot; build: [ [ make &quot;build&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; &quot;OCAMLWARN=&quot; ] [ make &quot;test&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] {with-test} ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;stdlib-shims&quot; &quot;ocaml&quot; {&gt;= &quot;4.07.0&quot; } &quot;elpi&quot; {&gt;= &quot;1.13.6&quot; &amp; &lt; &quot;1.14.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.13&quot; &amp; &lt; &quot;8.14~&quot; } ] tags: [ &quot;logpath:elpi&quot; &quot;date:2021-06-18&quot; ] synopsis: &quot;Elpi extension language for Coq&quot; description: &quot;&quot;&quot; Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq&#39;s terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq&#39;s primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq&#39;s syntax in λProlog. E.g. `{{nat}}` is expanded to the type name of natural numbers, or `{{A -&gt; B}}` to the representation of a product by unfolding the `-&gt;` notation. Finally it provides a way to define new vernacular commands and new tactics.&quot;&quot;&quot; url { src: &quot;https://github.com/LPCIC/coq-elpi/archive/v1.11.0.tar.gz&quot; checksum: &quot;sha256=d4982bf38c4cbc945a8fedb0ffce3d274e5812eb7de8a93c4438fbf2dc978d27&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-elpi.1.11.0 coq.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is dev). [ERROR] Package conflict! * No agreement on the version of ocaml: - (invariant) -&gt; ocaml-base-compiler &gt;= 4.13.1 -&gt; ocaml = 4.13.1 - coq-elpi = 1.11.0 -&gt; elpi &gt;= 1.13.6 -&gt; camlp5 &lt; 7.99 -&gt; ocaml &lt; 4.00.1 You can temporarily relax the switch invariant with `--update-invariant&#39; * No agreement on the version of ocaml-base-compiler: - (invariant) -&gt; ocaml-base-compiler &gt;= 4.13.1 - coq-elpi = 1.11.0 -&gt; elpi &gt;= 1.13.6 -&gt; camlp5 &lt; 7.99 -&gt; ocaml = 3.12.1 -&gt; ocaml-base-compiler = 3.12.1 * Missing dependency: - coq-elpi = 1.11.0 -&gt; elpi &gt;= 1.13.6 -&gt; camlp5 &lt; 7.99 -&gt; ocaml = 3.12.1 -&gt; ocaml-variants &gt;= 3.12.1 -&gt; ocaml-beta unmet availability conditions: &#39;enable-ocaml-beta-repository&#39; No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-elpi.1.11.0</code></dd> <dt>Return code</dt> <dd>512</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq dev &lt;&gt;&lt;&gt; Processing actions &lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt;&lt;&gt; While removing coq.dev: these files have been modified since installation: - share/texmf/tex/latex/misc/coqdoc.sty - man/man1/coqwc.1 - man/man1/coqtop.opt.1 - man/man1/coqtop.byte.1 - man/man1/coqtop.1 - man/man1/coqnative.1 - man/man1/coqdoc.1 - man/man1/coqdep.1 - man/man1/coqchk.1 - man/man1/coqc.1 - man/man1/coq_makefile.1 - man/man1/coq-tex.1 - lib/stublibs/dllcoqrun_stubs.so - lib/coqide-server/protocol/xmlprotocol.mli - lib/coqide-server/protocol/xmlprotocol.ml - lib/coqide-server/protocol/xmlprotocol.cmx - lib/coqide-server/protocol/xmlprotocol.cmti - lib/coqide-server/protocol/xmlprotocol.cmt - lib/coqide-server/protocol/xmlprotocol.cmi - lib/coqide-server/protocol/xml_printer.mli - lib/coqide-server/protocol/xml_printer.ml - lib/coqide-server/protocol/xml_printer.cmx - lib/coqide-server/protocol/xml_printer.cmti - lib/coqide-server/protocol/xml_printer.cmt - lib/coqide-server/protocol/xml_printer.cmi - lib/coqide-server/protocol/xml_parser.mli - lib/coqide-server/protocol/xml_parser.ml - lib/coqide-server/protocol/xml_parser.cmx - lib/coqide-server/protocol/xml_parser.cmti - lib/coqide-server/protocol/xml_parser.cmt - lib/coqide-server/protocol/xml_parser.cmi - lib/coqide-server/protocol/xml_lexer.mli - lib/coqide-server/protocol/xml_lexer.ml - lib/coqide-server/protocol/xml_lexer.cmx - lib/coqide-server/protocol/xml_lexer.cmti - lib/coqide-server/protocol/xml_lexer.cmt - lib/coqide-server/protocol/xml_lexer.cmi - lib/coqide-server/protocol/serialize.mli - lib/coqide-server/protocol/serialize.ml - lib/coqide-server/protocol/serialize.cmx - lib/coqide-server/protocol/serialize.cmti - lib/coqide-server/protocol/serialize.cmt - lib/coqide-server/protocol/serialize.cmi - lib/coqide-server/protocol/richpp.mli - lib/coqide-server/protocol/richpp.ml - lib/coqide-server/protocol/richpp.cmx - lib/coqide-server/protocol/richpp.cmti - lib/coqide-server/protocol/richpp.cmt - lib/coqide-server/protocol/richpp.cmi - lib/coqide-server/protocol/protocol.cmxs - lib/coqide-server/protocol/protocol.cmxa - lib/coqide-server/protocol/protocol.cma - lib/coqide-server/protocol/protocol.a - lib/coqide-server/protocol/interface.ml - lib/coqide-server/protocol/interface.cmx - lib/coqide-server/protocol/interface.cmt - lib/coqide-server/protocol/interface.cmi - lib/coqide-server/opam - lib/coqide-server/dune-package - lib/coqide-server/core/document.mli - lib/coqide-server/core/document.ml - lib/coqide-server/core/document.cmx - lib/coqide-server/core/document.cmti - lib/coqide-server/core/document.cmt - lib/coqide-server/core/document.cmi - lib/coqide-server/core/core.cmxs - lib/coqide-server/core/core.cmxa - lib/coqide-server/core/core.cma - lib/coqide-server/core/core.a - lib/coqide-server/META - lib/coq/user-contrib/Ltac2/String.vos - lib/coq/user-contrib/Ltac2/String.vo - lib/coq/user-contrib/Ltac2/String.v - lib/coq/user-contrib/Ltac2/String.glob - lib/coq/user-contrib/Ltac2/Std.vos - lib/coq/user-contrib/Ltac2/Std.vo - lib/coq/user-contrib/Ltac2/Std.v - lib/coq/user-contrib/Ltac2/Std.glob - lib/coq/user-contrib/Ltac2/Printf.vos - lib/coq/user-contrib/Ltac2/Printf.vo - lib/coq/user-contrib/Ltac2/Printf.v - lib/coq/user-contrib/Ltac2/Printf.glob - lib/coq/user-contrib/Ltac2/Pattern.vos - lib/coq/user-contrib/Ltac2/Pattern.vo - lib/coq/user-contrib/Ltac2/Pattern.v - lib/coq/user-contrib/Ltac2/Pattern.glob - lib/coq/user-contrib/Ltac2/Option.vos - lib/coq/user-contrib/Ltac2/Option.vo - lib/coq/user-contrib/Ltac2/Option.v - lib/coq/user-contrib/Ltac2/Option.glob - lib/coq/user-contrib/Ltac2/Notations.vos - lib/coq/user-contrib/Ltac2/Notations.vo - lib/coq/user-contrib/Ltac2/Notations.v - lib/coq/user-contrib/Ltac2/Notations.glob - lib/coq/user-contrib/Ltac2/Message.vos - lib/coq/user-contrib/Ltac2/Message.vo - lib/coq/user-contrib/Ltac2/Message.v - lib/coq/user-contrib/Ltac2/Message.glob - lib/coq/user-contrib/Ltac2/Ltac2.vos - lib/coq/user-contrib/Ltac2/Ltac2.vo - lib/coq/user-contrib/Ltac2/Ltac2.v - lib/coq/user-contrib/Ltac2/Ltac2.glob - lib/coq/user-contrib/Ltac2/Ltac1.vos - lib/coq/user-contrib/Ltac2/Ltac1.vo - lib/coq/user-contrib/Ltac2/Ltac1.v - lib/coq/user-contrib/Ltac2/Ltac1.glob - lib/coq/user-contrib/Ltac2/List.vos - lib/coq/user-contrib/Ltac2/List.vo - lib/coq/user-contrib/Ltac2/List.v - lib/coq/user-contrib/Ltac2/List.glob - lib/coq/user-contrib/Ltac2/Int.vos - lib/coq/user-contrib/Ltac2/Int.vo - lib/coq/user-contrib/Ltac2/Int.v - lib/coq/user-contrib/Ltac2/Int.glob - lib/coq/user-contrib/Ltac2/Init.vos - lib/coq/user-contrib/Ltac2/Init.vo - lib/coq/user-contrib/Ltac2/Init.v - lib/coq/user-contrib/Ltac2/Init.glob - lib/coq/user-contrib/Ltac2/Ind.vos - lib/coq/user-contrib/Ltac2/Ind.vo - lib/coq/user-contrib/Ltac2/Ind.v - lib/coq/user-contrib/Ltac2/Ind.glob - lib/coq/user-contrib/Ltac2/Ident.vos - lib/coq/user-contrib/Ltac2/Ident.vo - lib/coq/user-contrib/Ltac2/Ident.v - lib/coq/user-contrib/Ltac2/Ident.glob - lib/coq/user-contrib/Ltac2/Fresh.vos - lib/coq/user-contrib/Ltac2/Fresh.vo - lib/coq/user-contrib/Ltac2/Fresh.v - lib/coq/user-contrib/Ltac2/Fresh.glob - lib/coq/user-contrib/Ltac2/Env.vos - lib/coq/user-contrib/Ltac2/Env.vo - lib/coq/user-contrib/Ltac2/Env.v - lib/coq/user-contrib/Ltac2/Env.glob - lib/coq/user-contrib/Ltac2/Control.vos - lib/coq/user-contrib/Ltac2/Control.vo - lib/coq/user-contrib/Ltac2/Control.v - lib/coq/user-contrib/Ltac2/Control.glob - lib/coq/user-contrib/Ltac2/Constr.vos - lib/coq/user-contrib/Ltac2/Constr.vo - lib/coq/user-contrib/Ltac2/Constr.v - lib/coq/user-contrib/Ltac2/Constr.glob - lib/coq/user-contrib/Ltac2/Char.vos - lib/coq/user-contrib/Ltac2/Char.vo - lib/coq/user-contrib/Ltac2/Char.v - lib/coq/user-contrib/Ltac2/Char.glob - lib/coq/user-contrib/Ltac2/Bool.vos - lib/coq/user-contrib/Ltac2/Bool.vo - lib/coq/user-contrib/Ltac2/Bool.v - lib/coq/user-contrib/Ltac2/Bool.glob - lib/coq/user-contrib/Ltac2/Array.vos - lib/coq/user-contrib/Ltac2/Array.vo - lib/coq/user-contrib/Ltac2/Array.v - lib/coq/user-contrib/Ltac2/Array.glob - lib/coq/theories/ssrsearch/ssrsearch.vos - lib/coq/theories/ssrsearch/ssrsearch.vo - lib/coq/theories/ssrsearch/ssrsearch.v - lib/coq/theories/ssrsearch/ssrsearch.glob - lib/coq/theories/ssrmatching/ssrmatching.vos - lib/coq/theories/ssrmatching/ssrmatching.vo - lib/coq/theories/ssrmatching/ssrmatching.v - lib/coq/theories/ssrmatching/ssrmatching.glob - lib/coq/theories/ssr/ssrunder.vos - lib/coq/theories/ssr/ssrunder.vo - lib/coq/theories/ssr/ssrunder.v - lib/coq/theories/ssr/ssrunder.glob - lib/coq/theories/ssr/ssrsetoid.vos - lib/coq/theories/ssr/ssrsetoid.vo - lib/coq/theories/ssr/ssrsetoid.v - lib/coq/theories/ssr/ssrsetoid.glob - lib/coq/theories/ssr/ssrfun.vos - lib/coq/theories/ssr/ssrfun.vo - lib/coq/theories/ssr/ssrfun.v - lib/coq/theories/ssr/ssrfun.glob - lib/coq/theories/ssr/ssreflect.vos - lib/coq/theories/ssr/ssreflect.vo - lib/coq/theories/ssr/ssreflect.v - lib/coq/theories/ssr/ssreflect.glob - lib/coq/theories/ssr/ssrclasses.vos - lib/coq/theories/ssr/ssrclasses.vo - lib/coq/theories/ssr/ssrclasses.v - lib/coq/theories/ssr/ssrclasses.glob - lib/coq/theories/ssr/ssrbool.vos - lib/coq/theories/ssr/ssrbool.vo - lib/coq/theories/ssr/ssrbool.v - lib/coq/theories/ssr/ssrbool.glob - lib/coq/theories/setoid_ring/ZArithRing.vos - lib/coq/theories/setoid_ring/ZArithRing.vo - lib/coq/theories/setoid_ring/ZArithRing.v - lib/coq/theories/setoid_ring/ZArithRing.glob - lib/coq/theories/setoid_ring/Rings_Z.vos - lib/coq/theories/setoid_ring/Rings_Z.vo - lib/coq/theories/setoid_ring/Rings_Z.v - lib/coq/theories/setoid_ring/Rings_Z.glob - lib/coq/theories/setoid_ring/Rings_R.vos - lib/coq/theories/setoid_ring/Rings_R.vo - lib/coq/theories/setoid_ring/Rings_R.v - lib/coq/theories/setoid_ring/Rings_R.glob - lib/coq/theories/setoid_ring/Rings_Q.vos - lib/coq/theories/setoid_ring/Rings_Q.vo - lib/coq/theories/setoid_ring/Rings_Q.v - lib/coq/theories/setoid_ring/Rings_Q.glob - lib/coq/theories/setoid_ring/Ring_theory.vos - lib/coq/theories/setoid_ring/Ring_theory.vo - lib/coq/theories/setoid_ring/Ring_theory.v - lib/coq/theories/setoid_ring/Ring_theory.glob - lib/coq/theories/setoid_ring/Ring_tac.vos - lib/coq/theories/setoid_ring/Ring_tac.vo - lib/coq/theories/setoid_ring/Ring_tac.v - lib/coq/theories/setoid_ring/Ring_tac.glob - lib/coq/theories/setoid_ring/Ring_polynom.vos - lib/coq/theories/setoid_ring/Ring_polynom.vo - lib/coq/theories/setoid_ring/Ring_polynom.v - lib/coq/theories/setoid_ring/Ring_polynom.glob - lib/coq/theories/setoid_ring/Ring_base.vos - lib/coq/theories/setoid_ring/Ring_base.vo - lib/coq/theories/setoid_ring/Ring_base.v - lib/coq/theories/setoid_ring/Ring_base.glob - lib/coq/theories/setoid_ring/Ring.vos - lib/coq/theories/setoid_ring/Ring.vo - lib/coq/theories/setoid_ring/Ring.v - lib/coq/theories/setoid_ring/Ring.glob - lib/coq/theories/setoid_ring/RealField.vos - lib/coq/theories/setoid_ring/RealField.vo - lib/coq/theories/setoid_ring/RealField.v - lib/coq/theories/setoid_ring/RealField.glob - lib/coq/theories/setoid_ring/Ncring_tac.vos - lib/coq/theories/setoid_ring/Ncring_tac.vo - lib/coq/theories/setoid_ring/Ncring_tac.v - lib/coq/theories/setoid_ring/Ncring_tac.glob - lib/coq/theories/setoid_ring/Ncring_polynom.vos - lib/coq/theories/setoid_ring/Ncring_polynom.vo - lib/coq/theories/setoid_ring/Ncring_polynom.v - lib/coq/theories/setoid_ring/Ncring_polynom.glob - lib/coq/theories/setoid_ring/Ncring_initial.vos - lib/coq/theor [...] truncated predicate.cmt - lib/coq-core/clib/predicate.cmi - lib/coq-core/clib/orderedType.mli - lib/coq-core/clib/orderedType.ml - lib/coq-core/clib/orderedType.cmx - lib/coq-core/clib/orderedType.cmti - lib/coq-core/clib/orderedType.cmt - lib/coq-core/clib/orderedType.cmi - lib/coq-core/clib/option.mli - lib/coq-core/clib/option.ml - lib/coq-core/clib/option.cmx - lib/coq-core/clib/option.cmti - lib/coq-core/clib/option.cmt - lib/coq-core/clib/option.cmi - lib/coq-core/clib/neList.mli - lib/coq-core/clib/neList.ml - lib/coq-core/clib/neList.cmx - lib/coq-core/clib/neList.cmti - lib/coq-core/clib/neList.cmt - lib/coq-core/clib/neList.cmi - lib/coq-core/clib/monad.mli - lib/coq-core/clib/monad.ml - lib/coq-core/clib/monad.cmx - lib/coq-core/clib/monad.cmti - lib/coq-core/clib/monad.cmt - lib/coq-core/clib/monad.cmi - lib/coq-core/clib/minisys.ml - lib/coq-core/clib/minisys.cmx - lib/coq-core/clib/minisys.cmt - lib/coq-core/clib/minisys.cmi - lib/coq-core/clib/int.mli - lib/coq-core/clib/int.ml - lib/coq-core/clib/int.cmx - lib/coq-core/clib/int.cmti - lib/coq-core/clib/int.cmt - lib/coq-core/clib/int.cmi - lib/coq-core/clib/iStream.mli - lib/coq-core/clib/iStream.ml - lib/coq-core/clib/iStream.cmx - lib/coq-core/clib/iStream.cmti - lib/coq-core/clib/iStream.cmt - lib/coq-core/clib/iStream.cmi - lib/coq-core/clib/heap.mli - lib/coq-core/clib/heap.ml - lib/coq-core/clib/heap.cmx - lib/coq-core/clib/heap.cmti - lib/coq-core/clib/heap.cmt - lib/coq-core/clib/heap.cmi - lib/coq-core/clib/hashset.mli - lib/coq-core/clib/hashset.ml - lib/coq-core/clib/hashset.cmx - lib/coq-core/clib/hashset.cmti - lib/coq-core/clib/hashset.cmt - lib/coq-core/clib/hashset.cmi - lib/coq-core/clib/hashcons.mli - lib/coq-core/clib/hashcons.ml - lib/coq-core/clib/hashcons.cmx - lib/coq-core/clib/hashcons.cmti - lib/coq-core/clib/hashcons.cmt - lib/coq-core/clib/hashcons.cmi - lib/coq-core/clib/hMap.mli - lib/coq-core/clib/hMap.ml - lib/coq-core/clib/hMap.cmx - lib/coq-core/clib/hMap.cmti - lib/coq-core/clib/hMap.cmt - lib/coq-core/clib/hMap.cmi - lib/coq-core/clib/exninfo.mli - lib/coq-core/clib/exninfo.ml - lib/coq-core/clib/exninfo.cmx - lib/coq-core/clib/exninfo.cmti - lib/coq-core/clib/exninfo.cmt - lib/coq-core/clib/exninfo.cmi - lib/coq-core/clib/dyn.mli - lib/coq-core/clib/dyn.ml - lib/coq-core/clib/dyn.cmx - lib/coq-core/clib/dyn.cmti - lib/coq-core/clib/dyn.cmt - lib/coq-core/clib/dyn.cmi - lib/coq-core/clib/diff2.mli - lib/coq-core/clib/diff2.ml - lib/coq-core/clib/diff2.cmx - lib/coq-core/clib/diff2.cmti - lib/coq-core/clib/diff2.cmt - lib/coq-core/clib/diff2.cmi - lib/coq-core/clib/clib.cmxs - lib/coq-core/clib/clib.cmxa - lib/coq-core/clib/clib.cma - lib/coq-core/clib/clib.a - lib/coq-core/clib/cUnix.mli - lib/coq-core/clib/cUnix.ml - lib/coq-core/clib/cUnix.cmx - lib/coq-core/clib/cUnix.cmti - lib/coq-core/clib/cUnix.cmt - lib/coq-core/clib/cUnix.cmi - lib/coq-core/clib/cThread.mli - lib/coq-core/clib/cThread.ml - lib/coq-core/clib/cThread.cmx - lib/coq-core/clib/cThread.cmti - lib/coq-core/clib/cThread.cmt - lib/coq-core/clib/cThread.cmi - lib/coq-core/clib/cString.mli - lib/coq-core/clib/cString.ml - lib/coq-core/clib/cString.cmx - lib/coq-core/clib/cString.cmti - lib/coq-core/clib/cString.cmt - lib/coq-core/clib/cString.cmi - lib/coq-core/clib/cSig.mli - lib/coq-core/clib/cSig.cmti - lib/coq-core/clib/cSig.cmi - lib/coq-core/clib/cSet.mli - lib/coq-core/clib/cSet.ml - lib/coq-core/clib/cSet.cmx - lib/coq-core/clib/cSet.cmti - lib/coq-core/clib/cSet.cmt - lib/coq-core/clib/cSet.cmi - lib/coq-core/clib/cObj.mli - lib/coq-core/clib/cObj.ml - lib/coq-core/clib/cObj.cmx - lib/coq-core/clib/cObj.cmti - lib/coq-core/clib/cObj.cmt - lib/coq-core/clib/cObj.cmi - lib/coq-core/clib/cMap.mli - lib/coq-core/clib/cMap.ml - lib/coq-core/clib/cMap.cmx - lib/coq-core/clib/cMap.cmti - lib/coq-core/clib/cMap.cmt - lib/coq-core/clib/cMap.cmi - lib/coq-core/clib/cList.mli - lib/coq-core/clib/cList.ml - lib/coq-core/clib/cList.cmx - lib/coq-core/clib/cList.cmti - lib/coq-core/clib/cList.cmt - lib/coq-core/clib/cList.cmi - lib/coq-core/clib/cEphemeron.mli - lib/coq-core/clib/cEphemeron.ml - lib/coq-core/clib/cEphemeron.cmx - lib/coq-core/clib/cEphemeron.cmti - lib/coq-core/clib/cEphemeron.cmt - lib/coq-core/clib/cEphemeron.cmi - lib/coq-core/clib/cArray.mli - lib/coq-core/clib/cArray.ml - lib/coq-core/clib/cArray.cmx - lib/coq-core/clib/cArray.cmti - lib/coq-core/clib/cArray.cmt - lib/coq-core/clib/cArray.cmi - lib/coq-core/boot/util.ml - lib/coq-core/boot/path.ml - lib/coq-core/boot/env.mli - lib/coq-core/boot/env.ml - lib/coq-core/boot/boot__Util.cmx - lib/coq-core/boot/boot__Util.cmt - lib/coq-core/boot/boot__Util.cmi - lib/coq-core/boot/boot__Path.cmx - lib/coq-core/boot/boot__Path.cmt - lib/coq-core/boot/boot__Path.cmi - lib/coq-core/boot/boot__Env.cmx - lib/coq-core/boot/boot__Env.cmti - lib/coq-core/boot/boot__Env.cmt - lib/coq-core/boot/boot__Env.cmi - lib/coq-core/boot/boot.ml - lib/coq-core/boot/boot.cmxs - lib/coq-core/boot/boot.cmxa - lib/coq-core/boot/boot.cmx - lib/coq-core/boot/boot.cmt - lib/coq-core/boot/boot.cmi - lib/coq-core/boot/boot.cma - lib/coq-core/boot/boot.a - lib/coq-core/META - doc/coqide-server/README.md - doc/coqide-server/LICENSE - doc/coq-core/README.md - doc/coq-core/LICENSE - bin/votour - bin/ocamllibdep - bin/csdpcert - bin/coqworkmgr - bin/coqwc - bin/coqtop.opt - bin/coqtop.byte - bin/coqtop - bin/coqtacticworker.opt - bin/coqqueryworker.opt - bin/coqproofworker.opt - bin/coqpp - bin/coqnative - bin/coqidetop.opt - bin/coqidetop.byte - bin/coqdoc - bin/coqdep - bin/coqchk - bin/coqc.byte - bin/coqc - bin/coq_makefile - bin/coq-tex Remove them anyway? [y/N] y [NOTE] While removing coq.dev: not removing non-empty directories: - share/texmf/tex/latex/misc - lib/coqide-server/protocol - lib/coqide-server/core - lib/coq/user-contrib/Ltac2 - lib/coq/theories/ssrsearch - lib/coq/theories/ssrmatching - lib/coq/theories/setoid_ring - lib/coq/theories/rtauto - lib/coq/theories/omega - lib/coq/theories/nsatz - lib/coq/theories/micromega - lib/coq/theories/funind - lib/coq/theories/extraction - lib/coq/theories/derive - lib/coq/theories/btauto - lib/coq/theories/ZArith - lib/coq/theories/Wellfounded - lib/coq/theories/Vectors - lib/coq/theories/Unicode - lib/coq/theories/Structures - lib/coq/theories/Strings - lib/coq/theories/Sorting - lib/coq/theories/Sets - lib/coq/theories/Setoids - lib/coq/theories/Relations - lib/coq/theories/Reals/Cauchy - lib/coq/theories/Reals/Abstract - lib/coq/theories/QArith - lib/coq/theories/Program - lib/coq/theories/PArith - lib/coq/theories/Numbers/Natural/Peano - lib/coq/theories/Numbers/Natural/Binary - lib/coq/theories/Numbers/Natural/Abstract - lib/coq/theories/Numbers/NatInt - lib/coq/theories/Numbers/Integer/NatPairs - lib/coq/theories/Numbers/Integer/Binary - lib/coq/theories/Numbers/Integer/Abstract - lib/coq/theories/Numbers/Cyclic/ZModulo - lib/coq/theories/Numbers/Cyclic/Int63 - lib/coq/theories/Numbers/Cyclic/Int31 - lib/coq/theories/Numbers/Cyclic/Abstract - lib/coq/theories/NArith - lib/coq/theories/MSets - lib/coq/theories/Logic - lib/coq/theories/Lists - lib/coq/theories/Init - lib/coq/theories/Floats - lib/coq/theories/FSets - lib/coq/theories/Compat - lib/coq/theories/Classes - lib/coq/theories/Bool - lib/coq/theories/Array - lib/coq/theories/Arith - lib/coq-core/vm - lib/coq-core/vernac - lib/coq-core/toplevel - lib/coq-core/top_printers - lib/coq-core/tools/coqdoc - lib/coq-core/tactics - lib/coq-core/sysinit - lib/coq-core/stm - lib/coq-core/proofs - lib/coq-core/printing - lib/coq-core/pretyping - lib/coq-core/plugins/zify - lib/coq-core/plugins/tutorial/p3 - lib/coq-core/plugins/tutorial/p2 - lib/coq-core/plugins/tutorial/p1 - lib/coq-core/plugins/tutorial/p0 - lib/coq-core/plugins/tauto - lib/coq-core/plugins/ssrsearch - lib/coq-core/plugins/ssrmatching - lib/coq-core/plugins/ssreflect - lib/coq-core/plugins/rtauto - lib/coq-core/plugins/ring - lib/coq-core/plugins/number_string_notation - lib/coq-core/plugins/nsatz - lib/coq-core/plugins/micromega - lib/coq-core/plugins/ltac2 - lib/coq-core/plugins/funind - lib/coq-core/plugins/firstorder - lib/coq-core/plugins/extraction - lib/coq-core/plugins/derive - lib/coq-core/plugins/cc - lib/coq-core/plugins/btauto - lib/coq-core/parsing - lib/coq-core/library - lib/coq-core/kernel - lib/coq-core/interp - lib/coq-core/gramlib - lib/coq-core/engine - lib/coq-core/config - lib/coq-core/clib - lib/coq-core/boot - doc/coqide-server - doc/coq-core -&gt; removed coq.dev Done. # Run eval $(opam env) to update the current shell environment opam: --unlock-base was removed in version 2.1 of the opam CLI, but version 2.1 has been requested. Use --update-invariant instead or set OPAMCLI environment variable to 2.0. The middle of the output is truncated (maximum 20000 characters) </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.10.2-2.0.6/released/8.12.2/propcalc/8.6.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>propcalc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / propcalc - 8.6.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> propcalc <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-09 06:27:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-09 06:27:18 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/propcalc&quot; license: &quot;BSD&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/PropCalc&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: propositional calculus&quot; &quot;keyword: classical logic&quot; &quot;keyword: completeness&quot; &quot;keyword: natural deduction&quot; &quot;keyword: sequent calculus&quot; &quot;keyword: cut elimination&quot; &quot;category: Mathematics/Logic/Foundations&quot; ] authors: [ &quot;Floris van Doorn &lt;fpvdoorn@gmail.com&gt; [http://www.contrib.andrew.cmu.edu/~fpv/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/propcalc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/propcalc.git&quot; synopsis: &quot;Propositional Calculus&quot; description: &quot;&quot;&quot; http://arxiv.org/abs/1503.08744 Formalization of basic theorems about classical propositional logic. The main theorems are (1) the soundness and completeness of natural deduction calculus, (2) the equivalence between natural deduction calculus, Hilbert systems and sequent calculus and (3) cut elimination for sequent calculus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/propcalc/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=674edcf14c4c6ee010d116fea3e6c6ef&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-propcalc.8.6.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-propcalc -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-propcalc.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
components/projects/projects.html
BangNguyen1992/MyHome
<!-- Header --> <div class=" projectHeader"></div> <!-- Portfolio Grid Section --> <div class="projectContent"> <section id="portfolio" class="cardView" style="margin-top: -50px; "> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <h2 class="section-heading">Projects</h2> <h3 class="section-subheading text-muted">Welcome to my mini project page </h3> </div> </div> <div class="row"> <!-- DRUM KIT--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="drumKit" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/drumKit/thumbnail.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Drum Kit</h4> <p class="text-muted">Create a virtual Drum kit </p> </div> </div> </div> <!-- IMAGE EDITOR--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="ImgEditor" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/imgEditor/thumbnail.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Simple Image Editor</h4> <p class="text-muted">Simple image editor using canvas</p> </div> </div> </div> <!-- GRADIENT EFFECT--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="ImgGradient" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/gradient.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Gradient Effect</h4> <p class="text-muted">Adding effect to the image</p> </div> </div> </div> <!-- WHACK A MOLE--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="moleGame" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/mole-game.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>WHACK-A-MOLE! Game</h4> <p class="text-muted">Simple yet funny game which using mouse to hit the mole</p> </div> </div> </div> <!-- WEBGL LIVE2D--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a target='_blank' href="https://asuna-test.herokuapp.com/" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/live2d.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>WebGL Live2D</h4> <p class="text-muted">Interacting with Asuna model using WebGL and Live2D</p> </div> </div> </div> <!-- PHOTO BOOTH--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="photoBooth" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/photoBooth.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Photo Booth</h4> <p class="text-muted">Modify video color webcam and take picture</p> </div> </div> </div> <!-- SPEECH RECOGNITION--> <div class="col-md-4 col-sm-6 portfolio-item"> <div class="cardItem"> <a ui-sref="speechDetect" class="portfolio-link"> <div class="portfolio-hover"> <div class="portfolio-hover-content"> <i class="fa fa-plus fa-3x"></i> </div> </div> <img src="img/speechRecog.jpg" class="img-responsive" alt=""> </a> <div class="portfolio-caption"> <h4>Speech Detection</h4> <p class="text-muted">Recognize your words when speaking</p> </div> </div> </div> </div> </div> </section> </div> <script> $(".projectHeader").jParticle({ color: "#fff", background: "transparent", height: 1200, particlesNumber: 200, }); </script>
public/index.html
baamenabar/static-recipes
<!DOCTYPE html> <html lang="es-ES"> <head> <meta charset="utf-8"> <title>Ñam Ñam: Recetas Probadas y Aprobadas</title> </head> <body> <nav class="recipe-list"> <ul> <li><a href="index.html">Home</a></li> <li><a href="./Daikiritos.html">Daikiritos</a></li> <li><a href="./Pan-de-masa-madre.html">Pan rústico de masa madre</a></li> <li><a href="./Pollo-Tikka-Masala.html">Pollo Tikka Masala</a></li> </ul> </nav> <h1></h1> <section> <article class="article-preview"><a href="./Daikiritos.html"> <h1 class="article-preview__title">Daikiritos</h1> <p class="article-preview__lead">Un refrescante cóctail de fruta, invento de la familia y excusa perfecta para juntarse a conversar.</p> <img src="imgs/daikirito-vaso-600.jpg" alt="" width="600"> </a></article> <article class="article-preview"><a href="./Pan-de-masa-madre.html"> <h1 class="article-preview__title">Pan rústico de masa madre</h1> <p class="article-preview__lead">Una hogaza redonda de miga esponjosa, un pan para toda la semana.</p> <img src="imgs/pan-masa-madre-hogaza-horneada-600.jpg" alt="" width="600"> </a></article> <article class="article-preview"><a href="./Pollo-Tikka-Masala.html"> <h1 class="article-preview__title">Pollo Tikka Masala</h1> <p class="article-preview__lead">Uno de los platos más reconocibles de la cocina hindú. Un curry de pollo para chuparse los dedos.</p> <img src="imgs/pollo-tikka-masala-en-la-mesa-600.jpg" alt="" width="600"> </a></article> </section> </body> </html>
gallery_submission.php-id=528.html
heyitsgarrett/envelopecollective
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Submission 528</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> <img src="gallery/submissions/528.jpg" height="400"> </body> </html>
318d9d8/html/classv8_1_1_resource_constraints-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v1.6.3: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v1.6.3 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_resource_constraints.html">ResourceConstraints</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::ResourceConstraints Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>code_range_size</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html#a6e5d38fd99d89d4fc10e325507d08d52">ConfigureDefaults</a>(uint64_t physical_memory, uint64_t virtual_memory_limit, uint32_t number_of_processors)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>max_available_threads</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>max_executable_size</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>max_old_space_size</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>max_semi_space_size</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ResourceConstraints</b>() (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>set_code_range_size</b>(size_t value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_max_available_threads</b>(int value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>set_max_executable_size</b>(int value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_max_old_space_size</b>(int value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>set_max_semi_space_size</b>(int value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>set_stack_limit</b>(uint32_t *value) (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>stack_limit</b>() const (defined in <a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a>)</td><td class="entry"><a class="el" href="classv8_1_1_resource_constraints.html">v8::ResourceConstraints</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:49:35 for V8 API Reference Guide for io.js v1.6.3 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
docs/tags/tbtools/index.html
cgmonline/cgmonline
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>TBtools | 华人基因组学在线沙龙</title> <link rel="stylesheet" href="/css/style.css" /> <link rel="stylesheet" href="/css/fonts.css" /> <link href="//cdn.bootcss.com/highlight.js/9.12.0/styles/github.min.css" rel="stylesheet"> <link href="/css/custom.css" rel="stylesheet"> <script async src="//yihui.name/js/no-highlight.js"></script> <script async src="/js/pangu.js"></script> </head> <body> <nav class="header"> <div class="banner-wrapper"> <div class="banner"> <div class="banner-image"><a href="/"> <picture> <source media="(min-width: 715px)" srcset="/img/new-logo-wide2020.png"><source media="(max-width: 380px)" srcset="/img/new-logo-wide2020.png"> <img src="/img/logo.png" alt="CGM标志"> </picture> </a></div> <ul class="menu-top"> <li><a href="/"><span data-hover="首页">首页</span></a></li> <li><a href="/coming_cn/"><span data-hover="中国区预告">中国区预告</span></a></li> <li><a href="/coming_us/"><span data-hover="北美区预告">北美区预告</span></a></li> <li><a href="/coming_eu/"><span data-hover="欧洲区预告">欧洲区预告</span></a></li> <li><a href="/tags/talks/"><span data-hover="往期活动">往期活动</span></a></li> <li><a href="/wechat/"><span data-hover="公众号">公众号</span></a></li> <li><a href="/cgmec/"><span data-hover="组织管理">组织管理</span></a></li> <li><a href="/business/"><span data-hover="企业沙龙">企业沙龙</span></a></li> <li><a href="/timeline/"><span data-hover="大事记">大事记</span></a></li> <li><a href="/subscribe/"><span data-hover="加入我们">加入我们</span></a></li> <li><a href="/archives/"><span data-hover="讨论列表">讨论列表</span></a></li> </ul> </div> </div> <div class="head-meta"> <span>TBtools</span> <span>2021-03-14</span> <span>1 / 1</span> </div> </nav> <div class="container"> <main class="list"> <section class="article-list"> <div class="categories"> <a href="/categories/%E5%AD%A6%E6%9C%AF%E6%8A%A5%E5%91%8A">学术报告</a> </div> <h1><a href="/2020/10/cgm-%E7%AC%AC116%E6%9C%9F%E7%94%9F%E4%BF%A1%E5%B0%8F%E5%B7%A5%E5%85%B7-tbtools%E6%8E%A8%E4%BB%8B/">CGM 第116期:生信小工具 - TBtools推介</a></h1> <div class="date-author"> <span class="date">2020-10-07</span> </div> <div class="summary"> <a href="/2020/10/cgm-%E7%AC%AC116%E6%9C%9F%E7%94%9F%E4%BF%A1%E5%B0%8F%E5%B7%A5%E5%85%B7-tbtools%E6%8E%A8%E4%BB%8B/"> TBtools ,旨在填补生物学研究和生物信息学软件开发之间被无意忽视的需求缺口:1. 实验人员自主完成分析小任务的可能;2. 功能调用的直观友好和操作的便利;3. 开箱即用和多功能的集成四、发表级图形的准备与可交互操作等。目前,该软件开放功能超过140个,包含序列操作,文本处理,生信数据可视化,甚至益智小游戏。自主开发的Java绘图引擎,使得TBtools可以高效且快速的增加或者优化数据可视化功&hellip;&hellip; </a> </div> </section> </main> <nav> </nav> </div> <script async src="//yihui.name/js/center-img.js"></script> <footer> <script src="/js/article-titles.js"></script> <div class="footer"> <ul class="menu"> <li><a href="/categories/%E4%BA%BA%E7%89%A9%E4%B8%93%E8%AE%BF/"><span data-hover="人物专访">人物专访</span></a></li> <li><a href="/categories/%E4%B8%93%E9%A2%98%E8%AE%A8%E8%AE%BA/"><span data-hover="专题讨论">专题讨论</span></a></li> <li><a href="/categories/%E5%AD%A6%E6%9C%AF%E6%8A%A5%E5%91%8A/"><span data-hover="学术报告">学术报告</span></a></li> <li><a href="/tags/"><span data-hover="关键词">关键词</span></a></li> <li><a href="/categories/%E4%BC%81%E4%B8%9A%E7%BE%A4/"><span data-hover="企业群">企业群</span></a></li> <li><a href="/search/"><span data-hover="搜索CGM">搜索CGM</span></a></li> <li><a href="/calendar/"><span data-hover="活动日历">活动日历</span></a></li> <li><a href="/sponsor/"><span data-hover="赞助伙伴">赞助伙伴</span></a></li> <li><a href="/jobinfo/"><span data-hover="工作信息">工作信息</span></a></li> <li><a href="/"><span data-hover="关于我们">关于我们</span></a></li> <li><a href="/knowledgebase/"><span data-hover="知识库">知识库</span></a></li> </ul> <div class="copyright">© 华人基因组学在线沙龙 2021 | <a href="https://github.com/cgmonline">Github</a> | <a href="https://www.youtube.com/channel/UCk4tsPZOzGkP2IaU4YvUG_g">YouTube</a></div> </div> </footer> <script type="application/javascript"> var doNotTrack = false; if (!doNotTrack) { (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*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48206713-4', 'auto'); ga('send', 'pageview'); } </script> </body> </html>
templates/default/pages/footer/Impressum.html
eazyliving/firtz
<div class="firtz-grid" data-firtz-grid-margin> <div class="firtz-width-medium-1-1"> <h2>Impressum</h2> <hr /> <p><b>Angaben gemäß § 5 TMG:</b></p> Name Vorname<br> Straße HnrXXX<br> DE-PLZ, Stadt<br> Land (Fluss)<p></p> <hr> <p><small><br> Haftungsausschluss: Quelle: <br> <em>Impressumsgenerator, Rechtsanwalt für <a href="http://www.e-recht24.de">Internetrecht</a> Sören Siebert.</em><br> </small></p> <h3 id="about"><strong>Haftung für Inhalte</strong></h3> <p style="text-align: justify;">Die Inhalte unserer Seiten wurden mit größter Sorgfalt erstellt. Für die Richtigkeit, Vollständigkeit und Aktualität der Inhalte können wir jedoch keine Gewähr übernehmen. Als Diensteanbieter sind wir gemäß § 7 Abs.1 TMG für eigene Inhalte auf diesen Seiten nach den allgemeinen Gesetzen verantwortlich. Nach §§ 8 bis 10 TMG sind wir als Diensteanbieter jedoch nicht verpflichtet, übermittelte oder gespeicherte fremde Informationen zu überwachen oder nach Umständen zu forschen, die auf eine rechtswidrige Tätigkeit hinweisen. Verpflichtungen zur Entfernung oder Sperrung der Nutzung von Informationen nach den allgemeinen Gesetzen bleiben hiervon unberührt. Eine diesbezügliche Haftung ist jedoch erst ab dem Zeitpunkt der Kenntnis einer konkreten Rechtsverletzung möglich. Bei Bekanntwerden von entsprechenden Rechtsverletzungen werden wir diese Inhalte umgehend entfernen.</p> <h4>Haftung für Links</h4> <p style="text-align: justify;">Unser Angebot enthält Links zu externen Webseiten Dritter, auf deren Inhalte wir keinen Einfluss haben. Deshalb können wir für diese fremden Inhalte auch keine Gewähr übernehmen. Für die Inhalte der verlinkten Seiten ist stets der jeweilige Anbieter oder Betreiber der Seiten verantwortlich. Die verlinkten Seiten wurden zum Zeitpunkt der Verlinkung auf mögliche Rechtsverstöße überprüft. Rechtswidrige Inhalte waren zum Zeitpunkt der Verlinkung nicht erkennbar. Eine permanente inhaltliche Kontrolle der verlinkten Seiten ist jedoch ohne konkrete Anhaltspunkte einer Rechtsverletzung nicht zumutbar. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Links umgehend entfernen.</p> <h3 id="about"><strong>Urheberrecht</strong></h3> <p style="text-align: justify;">Die durch die Seitenbetreiber erstellten Inhalte und Werke auf diesen Seiten unterliegen dem deutschen Urheberrecht. Die Vervielfältigung, Bearbeitung, Verbreitung und jede Art der Verwertung außerhalb der Grenzen des Urheberrechtes bedürfen der schriftlichen Zustimmung des jeweiligen Autors bzw. Erstellers. Downloads und Kopien dieser Seite sind nur für den privaten, nicht kommerziellen Gebrauch gestattet. Soweit die Inhalte auf dieser Seite nicht vom Betreiber erstellt wurden, werden die Urheberrechte Dritter beachtet. Insbesondere werden Inhalte Dritter als solche gekennzeichnet. Sollten Sie trotzdem auf eine Urheberrechtsverletzung aufmerksam werden, bitten wir um einen entsprechenden Hinweis. Bei Bekanntwerden von Rechtsverletzungen werden wir derartige Inhalte umgehend entfernen.</p> <h3 id="about"><strong>Datenschutz</strong></h3> <p style="text-align: justify;">Die Nutzung unserer Webseite ist in der Regel ohne Angabe personenbezogener Daten möglich. Soweit auf unseren Seiten personenbezogene Daten (beispielsweise Name, Anschrift oder eMail-Adressen) erhoben werden, erfolgt dies, soweit möglich, stets auf freiwilliger Basis. Diese Daten werden ohne Ihre ausdrückliche Zustimmung nicht an Dritte weitergegeben.<br> Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.<br> Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten durch Dritte zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit ausdrücklich widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-Mails, vor.</p> <h4>Datenschutzerklärung <br>für die Nutzung von Facebook-Plugins (Like-Button)</h4> <p style="text-align: justify;">Auf unseren Seiten sind Plugins des sozialen Netzwerks Facebook, 1601 South California Avenue, Palo Alto, CA 94304, USA integriert. Die Facebook-Plugins erkennen Sie an dem Facebook-Logo oder dem “Like-Button” (“Gefällt mir”) auf unserer Seite. Eine Übersicht über die Facebook-Plugins finden Sie hier: <a href="http://developers.facebook.com/docs/plugins/" target="_blank">http://developers.facebook.com/docs/plugins/</a>.</p> <p style="text-align: justify;">Wenn Sie unsere Seiten besuchen, wird über das Plugin eine direkte Verbindung zwischen Ihrem Browser und dem Facebook-Server hergestellt. Facebook erhält dadurch die Information, dass Sie mit Ihrer IP-Adresse unsere Seite besucht haben. Wenn Sie den Facebook “Like-Button” anklicken während Sie in Ihrem Facebook-Account eingeloggt sind, können Sie die Inhalte unserer Seiten auf Ihrem Facebook-Profil verlinken. Dadurch kann Facebook den Besuch unserer Seiten Ihrem Benutzerkonto zuordnen. Wir weisen darauf hin, dass wir als Anbieter der Seiten keine Kenntnis vom Inhalt der übermittelten Daten sowie deren Nutzung durch Facebook erhalten. Weitere Informationen hierzu finden Sie in der Datenschutzerklärung von facebook unter <a href="http://de-de.facebook.com/policy.php" target="_blank"> http://de-de.facebook.com/policy.php</a></p> <p style="text-align: justify;">Wenn Sie nicht wünschen, dass Facebook den Besuch unserer Seiten Ihrem Facebook-Nutzerkonto zuordnen kann, loggen Sie sich bitte aus Ihrem Facebook-Benutzerkonto aus.</p> <h4>Datenschutzerklärung <br>für die Nutzung von Twitter</h4> <p style="text-align: justify;">Auf unseren Seiten sind Funktionen des Dienstes Twitter eingebunden. Diese Funktionen werden angeboten durch die Twitter Inc., Twitter, Inc. 1355 Market St, Suite 900, San Francisco, CA 94103, USA. Durch das Benutzen von Twitter und der Funktion “Re-Tweet” werden die von Ihnen besuchten Webseiten mit Ihrem Twitter-Account verknüpft und anderen Nutzern bekannt gegeben. Dabei werden auch Daten an Twitter übertragen. Wir weisen darauf hin, dass wir als Anbieter der Seiten keine Kenntnis vom Inhalt der übermittelten Daten sowie deren Nutzung durch Twitter erhalten. Weitere Informationen hierzu finden Sie in der Datenschutzerklärung von Twitter unter <a href="http://twitter.com/privacy" target="_blank">http://twitter.com/privacy</a>. Ihre Datenschutzeinstellungen bei Twitter können Sie in den Konto-Einstellungen unter <a href="http://twitter.com/account/settings" target="_blank">http://twitter.com/account/settings</a> ändern.</p> <hr> <p><small><em>Quellenangaben: <a href="http://www.e-recht24.de/muster-disclaimer.htm" target="_blank">Disclaimer eRecht24</a>, <a href="http://www.e-recht24.de/artikel/datenschutz/6590-facebook-like-button-datenschutz-disclaimer.html" target="_blank">Facebook-Disclaimer von eRecht24</a>, <a href="http://twitter.com/privacy" target="_blank">Datenschutzerklärung Twitter</a></em></small></p> <h4>Datenschutz-Grundverordnung DSGVO / GDPR</h4> <b style="text-align: justify;">English</b> <p style="text-align: justify;"> This website uses <a href="http://bitlove.org">http://bitlove.org</a> to provide downloads via bittorrent. This website uses <a href="https://flattr.com">https://flattr.com</a> and displays buttons served by Flattr. Both Podlove Subscribe Button and Podlove Web Player are served by <a href="https://keycdn.com">keycdn.com</a> (keycdn GDPR statement). </p> <b style="text-align: justify;">Deutsch</b> <p style="text-align: justify;"> Diese Website verwendet <a href="http://bitlove.org">http://bitlove.org</a> um Downloads via Bittorrent anzubieten. Diese Website verwendet <a href="https://flattr.com">https://flattr.com</a> und zeigt Buttons an, die von Flattr ausgeliefert werden. Sowohl Podlove Subscribe Button als auch Podlove Web Player werden von <a href="https://keycdn.com">keycdn.com</a> (keycdn GDPR Stellungnahme) ausgeliefert. </p> </div> </div>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.11.2/lin-alg/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lin-alg: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / lin-alg - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> lin-alg <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-09 02:26:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-09 02:26:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/lin-alg&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LinAlg&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-algebra&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: linear algebra&quot; &quot;category: Mathematics/Algebra&quot; &quot;date: 19 spetember 2003&quot; ] authors: [ &quot;Jasper Stein &lt;jasper@cs.kun.nl&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lin-alg/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lin-alg.git&quot; synopsis: &quot;Linear Algebra&quot; description: &quot;&quot;&quot; A development of some preliminary linear algebra based on Chapter 1 of &quot;Linear Algebra&quot; by Friedberg, Insel and Spence&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lin-alg/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=20f96c76f2cd75683420a873349508b1&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-lin-alg.8.7.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-lin-alg -&gt; coq-algebra &lt; 8.8~ -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-lin-alg.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
docs/picturepark-sdk-v1-fetch/api/interfaces/svgelementinstance.html
Picturepark/Picturepark.SDK.TypeScript
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SVGElementInstance | picturepark-sdk-v1-fetch API</title> <meta name="description" content="Documentation for picturepark-sdk-v1-fetch API"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">picturepark-sdk-v1-fetch API</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="svgelementinstance.html">SVGElementInstance</a> </li> </ul> <h1>Interface SVGElementInstance</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <a href="abortsignal.html#eventtarget" class="tsd-signature-type">EventTarget</a> <ul class="tsd-hierarchy"> <li> <span class="target">SVGElementInstance</span> </li> </ul> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section tsd-is-external"> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="svgelementinstance.html#eventtarget" class="tsd-kind-icon">Event<wbr>Target</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="svgelementinstance.html#correspondingelement" class="tsd-kind-icon">corresponding<wbr>Element</a></li> <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-external"><a href="svgelementinstance.html#correspondinguseelement" class="tsd-kind-icon">corresponding<wbr>Use<wbr>Element</a></li> </ul> </section> <section class="tsd-index-section tsd-is-inherited tsd-is-external"> <h3>Methods</h3> <ul class="tsd-index-list"> <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="svgelementinstance.html#addeventlistener" class="tsd-kind-icon">add<wbr>Event<wbr>Listener</a></li> <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="svgelementinstance.html#dispatchevent" class="tsd-kind-icon">dispatch<wbr>Event</a></li> <li class="tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"><a href="svgelementinstance.html#removeeventlistener" class="tsd-kind-icon">remove<wbr>Event<wbr>Listener</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-external"> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="eventtarget" class="tsd-anchor"></a> <h3>Event<wbr>Target</h3> <div class="tsd-signature tsd-kind-icon">Event<wbr>Target<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>constructor<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>prototype<span class="tsd-signature-symbol">: </span><a href="abortsignal.html#eventtarget" class="tsd-signature-type">EventTarget</a><span class="tsd-signature-symbol"> }</span></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:5424</li> </ul> </aside> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter"> <h5>constructor<span class="tsd-signature-symbol">: </span>function</h5> <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-external"> <li class="tsd-signature tsd-kind-icon">new __type<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="abortsignal.html#eventtarget" class="tsd-signature-type">EventTarget</a></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:5425</li> </ul> </aside> <h4 class="tsd-returns-title">Returns <a href="abortsignal.html#eventtarget" class="tsd-signature-type">EventTarget</a></h4> </li> </ul> </li> <li class="tsd-parameter"> <h5>prototype<span class="tsd-signature-symbol">: </span><a href="abortsignal.html#eventtarget" class="tsd-signature-type">EventTarget</a></h5> </li> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="correspondingelement" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> corresponding<wbr>Element</h3> <div class="tsd-signature tsd-kind-icon">corresponding<wbr>Element<span class="tsd-signature-symbol">:</span> <a href="svganimationelement.html#svgelement" class="tsd-signature-type">SVGElement</a></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:12981</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a name="correspondinguseelement" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagReadonly">Readonly</span> corresponding<wbr>Use<wbr>Element</h3> <div class="tsd-signature tsd-kind-icon">corresponding<wbr>Use<wbr>Element<span class="tsd-signature-symbol">:</span> <a href="svguseelement.html" class="tsd-signature-type">SVGUseElement</a></div> <aside class="tsd-sources"> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:12982</li> </ul> </aside> </section> </section> <section class="tsd-panel-group tsd-member-group tsd-is-inherited tsd-is-external"> <h2>Methods</h2> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="addeventlistener" class="tsd-anchor"></a> <h3>add<wbr>Event<wbr>Listener</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">add<wbr>Event<wbr>Listener<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../globals.html#eventlisteneroreventlistenerobject" class="tsd-signature-type">EventListenerOrEventListenerObject</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="addeventlisteneroptions.html" class="tsd-signature-type">AddEventListenerOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="analysernode.html">AnalyserNode</a>.<a href="analysernode.html#addeventlistener">addEventListener</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:5413</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Appends an event listener for events whose type attribute value is type. The callback argument sets the callback that will be invoked when the event is dispatched.</p> </div> <p>The options argument sets listener-specific options. For compatibility this can be a boolean, in which case the method behaves exactly as if the value was specified as options&#39;s capture.</p> <p>When set to true, options&#39;s capture prevents callback from being invoked when the event&#39;s eventPhase attribute value is BUBBLING_PHASE. When false (or not present), callback will not be invoked when event&#39;s eventPhase attribute value is CAPTURING_PHASE. Either way, callback will be invoked if event&#39;s eventPhase attribute value is AT_TARGET.</p> <p>When set to true, options&#39;s passive indicates that the callback will not cancel the event by invoking preventDefault(). This is used to enable performance optimizations described in § 2.8 Observing event listeners.</p> <p>When set to true, options&#39;s once indicates that the callback will only be invoked once after which the event listener will be removed.</p> <p>The event listener is appended to target&#39;s event listener list and is not appended if it has the same type, callback, and capture.</p> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>type: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>listener: <a href="../globals.html#eventlisteneroreventlistenerobject" class="tsd-signature-type">EventListenerOrEventListenerObject</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h5> </li> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> | </span><a href="addeventlisteneroptions.html" class="tsd-signature-type">AddEventListenerOptions</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="dispatchevent" class="tsd-anchor"></a> <h3>dispatch<wbr>Event</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">dispatch<wbr>Event<span class="tsd-signature-symbol">(</span>event<span class="tsd-signature-symbol">: </span><a href="animationevent.html#event" class="tsd-signature-type">Event</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="abortsignal.html">AbortSignal</a>.<a href="abortsignal.html#dispatchevent">dispatchEvent</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:5417</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Dispatches a synthetic event event to target and returns true if either event&#39;s cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>event: <a href="animationevent.html#event" class="tsd-signature-type">Event</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4> </li> </ul> </section> <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a name="removeeventlistener" class="tsd-anchor"></a> <h3>remove<wbr>Event<wbr>Listener</h3> <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <li class="tsd-signature tsd-kind-icon">remove<wbr>Event<wbr>Listener<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, callback<span class="tsd-signature-symbol">: </span><a href="../globals.html#eventlisteneroreventlistenerobject" class="tsd-signature-type">EventListenerOrEventListenerObject</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span>, options<span class="tsd-signature-symbol">?: </span><a href="eventlisteneroptions.html" class="tsd-signature-type">EventListenerOptions</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <aside class="tsd-sources"> <p>Inherited from <a href="analysernode.html">AnalyserNode</a>.<a href="analysernode.html#removeeventlistener">removeEventListener</a></p> <ul> <li>Defined in node_modules/typescript/lib/lib.dom.d.ts:5421</li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Removes the event listener in target&#39;s event listener list with the same type, callback, and options.</p> </div> </div> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>type: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>callback: <a href="../globals.html#eventlisteneroreventlistenerobject" class="tsd-signature-type">EventListenerOrEventListenerObject</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h5> </li> <li> <h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <a href="eventlisteneroptions.html" class="tsd-signature-type">EventListenerOptions</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">boolean</span></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-is-external"> <a href="svgelementinstance.html" class="tsd-kind-icon">SVGElement<wbr>Instance</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="svgelementinstance.html#eventtarget" class="tsd-kind-icon">Event<wbr>Target</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="svgelementinstance.html#correspondingelement" class="tsd-kind-icon">corresponding<wbr>Element</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-external"> <a href="svgelementinstance.html#correspondinguseelement" class="tsd-kind-icon">corresponding<wbr>Use<wbr>Element</a> </li> <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="svgelementinstance.html#addeventlistener" class="tsd-kind-icon">add<wbr>Event<wbr>Listener</a> </li> <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="svgelementinstance.html#dispatchevent" class="tsd-kind-icon">dispatch<wbr>Event</a> </li> <li class=" tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-external"> <a href="svgelementinstance.html#removeeventlistener" class="tsd-kind-icon">remove<wbr>Event<wbr>Listener</a> </li> </ul> </li> </ul> <ul class="after-current"> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> </body> </html>
templates/PortalRaid/choice_game.html
elryndir/GuildPortal
{% extends 'SuperPortal/base.html' %} {% load i18n %} {% block meta_description %}{% trans 'Profile' %}: {{ user.username }}{% endblock %} {% block body %} {% endblock %}
clean/Linux-x86_64-4.08.1-2.0.5/released/8.10.1/flocq/4.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flocq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.10.1 / flocq - 4.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> flocq <small> 4.0.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-25 11:03:18 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-25 11:03:18 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.10.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;guillaume.melquiond@inria.fr&quot; homepage: &quot;https://flocq.gitlabpages.inria.fr/&quot; dev-repo: &quot;git+https://gitlab.inria.fr/flocq/flocq.git&quot; bug-reports: &quot;https://gitlab.inria.fr/flocq/flocq/issues&quot; license: &quot;LGPL-3.0-or-later&quot; build: [ [&quot;autoconf&quot;] {dev} [&quot;./configure&quot;] [&quot;./remake&quot; &quot;-j%{jobs}%&quot;] ] install: [&quot;./remake&quot; &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.12&quot;} &quot;conf-autoconf&quot; {build &amp; dev} (&quot;conf-g++&quot; {build} | &quot;conf-clang&quot; {build}) ] tags: [ &quot;keyword:floating-point arithmetic&quot; &quot;logpath:Flocq&quot; &quot;date:2021-11-05&quot; ] authors: [ &quot;Sylvie Boldo &lt;sylvie.boldo@inria.fr&gt;&quot; &quot;Guillaume Melquiond &lt;guillaume.melquiond@inria.fr&gt;&quot; ] synopsis: &quot;A formalization of floating-point arithmetic for the Coq system&quot; url { src: &quot;https://flocq.gitlabpages.inria.fr/releases/flocq-4.0.0.tar.gz&quot; checksum: &quot;sha512=fa58ea6d735cdb0b65dd7cd11daaebc3172145626d8e0accabddaf336c486f8e54b4af246aabb0c1731ebb8fe0d37c9e7a3892128b9aa3e744f93af48f923f05&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-flocq.4.0.0 coq.8.10.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.10.1). The following dependencies couldn&#39;t be met: - coq-flocq -&gt; coq &gt;= 8.12 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-flocq.4.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.12.2/functions-in-zfc/8.7.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>functions-in-zfc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.2 / functions-in-zfc - 8.7.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> functions-in-zfc <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 01:36:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 01:36:52 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/functions-in-zfc&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/FunctionsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: Zermelo-Fraenkel&quot; &quot;keyword: functions&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;date: April 2001&quot; ] authors: [ &quot;Carlos Simpson &lt;carlos@math.unice.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/functions-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/functions-in-zfc.git&quot; synopsis: &quot;Functions in classical ZFC&quot; description: &quot;&quot;&quot; This mostly repeats Guillaume Alexandre&#39;s contribution `zf&#39;, but in classical logic and with a different proof style. We start with a simple axiomatization of some flavor of ZFC (for example Werner&#39;s implementation of ZFC should provide a model). We develop some very basic things like pairs, functions, and a little bit about natural numbers, following the standard classical path.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/functions-in-zfc/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=3a5319b8b3971c063202173ec5f75bf3&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-functions-in-zfc.8.7.0 coq.8.12.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.12.2). The following dependencies couldn&#39;t be met: - coq-functions-in-zfc -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-functions-in-zfc.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/63014.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Aubière est une commune localisée dans le département de Puy-de-Dôme en Auvergne. On dénombrait 10&nbsp;065 habitants en 2008.</p> <p>La ville compte de multiples équipements, elle dispose, entre autres, de trois terrains de tennis, trois terrains de sport, une salle de combat et trois boucles de randonnée.</p> <p>Aubière est une commune avec une université. Elle se caractérise par un marché locatif très dynamique. Il y a un grand nombre de <a href="{{VLROOT}}/immobilier/aubiere_63014/location/studio/">t1 à louer</a> en ville. Pour ceux dont les proches veulent faire un placement, il est également envisageable de trouver des <a href="{{VLROOT}}/immobilier/aubiere_63014/vente/appartement/">appartements à vendre</a>.</p> <p>À proximité de Aubière sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/romagnat_63307/">Romagnat</a> localisée à 2&nbsp;km, 8&nbsp;271 habitants, <a href="{{VLROOT}}/immobilier/ceyrat_63070/">Ceyrat</a> localisée à 4&nbsp;km, 5&nbsp;458 habitants, <a href="{{VLROOT}}/immobilier/roche-blanche_63302/">La&nbsp;Roche-Blanche</a> localisée à 5&nbsp;km, 3&nbsp;160 habitants, <a href="{{VLROOT}}/immobilier/chamalieres_63075/">Chamalières</a> à 4&nbsp;km, 17&nbsp;689 habitants, <a href="{{VLROOT}}/immobilier/royat_63308/">Royat</a> située à 5&nbsp;km, 4&nbsp;709 habitants, <a href="{{VLROOT}}/immobilier/perignat-les-sarlieve_63272/">Pérignat-lès-Sarliève</a> à 2&nbsp;km, 2&nbsp;604 habitants, entre autres. De plus, Aubière est située à seulement trois&nbsp;km de <a href="{{VLROOT}}/immobilier/clermont-ferrand_63113/">Clermont-Ferrand</a>.</p> <p>À Aubière, le prix moyen à la vente d'un appartement se situe à 1&nbsp;863 &euro; du m² en vente. la valorisation moyenne d'une maison à l'achat se situe à 1&nbsp;757 &euro; du m². À la location la valorisation moyenne se situe à 9,88 &euro; du m² par mois.</p> <p>À Aubière le salaire moyen par mois par personne est situé à environ 2&nbsp;248 &euro; net. Ceci est supérieur à la moyenne nationale.</p> <p>Le nombre de logements, à Aubière, se décomposait en 2011 en 2&nbsp;456 appartements et 2&nbsp;675 maisons soit un marché plutôt équilibré.</p> <p> La commune dispose en ce qui concerne l'enseignement de deux collèges et deux établissements d'enseignement supérieur. Pour les plus jeunes, la localité peut se prévaloir de disposer de deux maternelles et trois écoles primaires. Aubière dispose des installations facilitant une éducation de qualité. Lors d'un projet d'acquisition immobilière à Aubière, il est important regarder la notoriété des équipements éducatifs</p> </div>
old/quickstart.html
1-2-3-4/nicolekuprienko
<!doctype html> <!--[if lt IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie10 lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie10 lt-ie9 " lang="en"> <![endif]--> <!--[if IE 9]> <html class="no-js lt-ie10" lang="en"> <![endif]--> <!--[if gt IE 9]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta name="viewport" content="initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>nicolekuprienko.com is almost here!</title> <link rel="stylesheet" href="//secure.newdream.net/singlepage/_assets/css/site.css" /> </head> <body> <div id="page-container"> <header> <a href="http://dreamhost.com" id="logo"><img src="//secure.newdream.net/singlepage/_assets/images/logo.png" alt="DreamHost" /></a> </header> <div id="main"> <h2>nicolekuprienko.com is almost here!</h2> <p>Upload your website to get started.</p> <p><a href="http://wiki.dreamhost.com/Uploading_your_site" class="btn">Need help?</a> <a href="https://panel.dreamhost.com" class="btn">Admin Panel</a></p> </div> </div> </body> </html>
hashs-database/hashs/core___modules___shortcut___css___shortcut.icons.css
GoZOo/Drupaloscopy
8.0-alpha3:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha4:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha5:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha6:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha7:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha8:dbe72ffe19801d166912e1b72e396c12741d4bd54a5004fa73fb1b4b2cf8b356 8.0-alpha9:f9931b787262e4e1bbba58dfb88c946b43f2474a5e478f42f5b934867786f3dc 8.0-alpha10:f9931b787262e4e1bbba58dfb88c946b43f2474a5e478f42f5b934867786f3dc 8.0-alpha11:f9931b787262e4e1bbba58dfb88c946b43f2474a5e478f42f5b934867786f3dc 8.0-alpha12:f9931b787262e4e1bbba58dfb88c946b43f2474a5e478f42f5b934867786f3dc 8.0-alpha13:f9931b787262e4e1bbba58dfb88c946b43f2474a5e478f42f5b934867786f3dc 8.0.0-alpha14:add01df726c4026b5513ed77c92df89aa7ffd86e07d9fb62a7a1fead40fb2245 8.0.0-alpha15:add01df726c4026b5513ed77c92df89aa7ffd86e07d9fb62a7a1fead40fb2245 8.0.0-beta1:add01df726c4026b5513ed77c92df89aa7ffd86e07d9fb62a7a1fead40fb2245 8.0.0-beta2:add01df726c4026b5513ed77c92df89aa7ffd86e07d9fb62a7a1fead40fb2245 8.0.0-beta3:fa0c14768423a764b4ad2dd4a42dab9c86cb3ac0e6cbe7e59d376d2a99e037ac 8.0.0-beta4:fa0c14768423a764b4ad2dd4a42dab9c86cb3ac0e6cbe7e59d376d2a99e037ac 8.0.0-beta6:fa0c14768423a764b4ad2dd4a42dab9c86cb3ac0e6cbe7e59d376d2a99e037ac
src/main/webapp/app/entities/company-user/company-user-delete-dialog.html
smb564/UniConnect
<form name="deleteForm" ng-submit="vm.confirmDelete(vm.companyUser.id)"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true" ng-click="vm.clear()">&times;</button> <h4 class="modal-title">Confirm delete operation</h4> </div> <div class="modal-body"> <jhi-alert-error></jhi-alert-error> <p>Are you sure you want to delete this Company User?</p> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal" ng-click="vm.clear()"> <span class="glyphicon glyphicon-ban-circle"></span>&nbsp;<span>Cancel</span> </button> <button type="submit" ng-disabled="deleteForm.$invalid" class="btn btn-danger"> <span class="glyphicon glyphicon-remove-circle"></span>&nbsp;<span>Delete</span> </button> </div> </form>
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/generic__stream_protocol/operator_not__eq_.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>generic::stream_protocol::operator!=</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../generic__stream_protocol.html" title="generic::stream_protocol"> <link rel="prev" href="iostream.html" title="generic::stream_protocol::iostream"> <link rel="next" href="operator_eq__eq_.html" title="generic::stream_protocol::operator=="> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="iostream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_"></a><a class="link" href="operator_not__eq_.html" title="generic::stream_protocol::operator!=">generic::stream_protocol::operator!=</a> </h4></div></div></div> <p> <a class="indexterm" name="idp74592992"></a> Compare two protocols for inequality. </p> <pre class="programlisting"><span class="keyword">friend</span> <span class="keyword">bool</span> <span class="keyword">operator</span><span class="special">!=(</span> <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p1</span><span class="special">,</span> <span class="keyword">const</span> <span class="identifier">stream_protocol</span> <span class="special">&amp;</span> <span class="identifier">p2</span><span class="special">);</span> </pre> <h6> <a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_.h0"></a> <span><a name="boost_asio.reference.generic__stream_protocol.operator_not__eq_.requirements"></a></span><a class="link" href="operator_not__eq_.html#boost_asio.reference.generic__stream_protocol.operator_not__eq_.requirements">Requirements</a> </h6> <p> <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/generic/stream_protocol.hpp</code> </p> <p> <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code> </p> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="iostream.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../generic__stream_protocol.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="operator_eq__eq_.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
template/laravalel.html
germani/virtualHost
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href='http://fonts.googleapis.com/css?family=Roboto&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <title>Hello World!</title> <style> html, body { height: 100%; width: 100%; margin: 0px; padding: 0px; text-align: center; } body{ min-height: 100%; font-family: 'Roboto', sans-serif; } #wraper{ min-height: 100%; height: auto !important; height: 100%; background: #fff; } footer{ background: #111; height: 50px; margin-top: -50px; } </style> </head> <body> <div id="wraper"> <h1>Ваш проект работает</h1> для дальнейших инструкций зайдите на сайт <a href="http://laravel.com" target="_blank">laravel.com</a> </div> <footer> footer </footer> </body> </html>
templates/highcharts2.html
EHDEV/market_sentimentalism2
{% block includes %} {# <script src="js/jquery-1.11.0.min.js"></script>#} {# <script src="js/bootstrap.min.js"></script>#} {# <script src="js/wow.min.js"></script>#} <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"> <!-- Latest compiled and minified JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> <script src="https://code.highcharts.com/highcharts.js"></script> <script src="https://code.highcharts.com/modules/exporting.js"></script> {% endblock %} {% block body %} <script type="text/javascript"> var d = JSON.parse('{{ dictionary | safe}}'); var cat = Object.keys(d); var data = []; for (var key in d) { console.log(key); data.push(d[key]['score']) } function draw_chart1() { $('#container0').highcharts({ title: { text: 'Daily News Sentiment of Apple Inc.', x: -20 //center }, subtitle: { text: 'Source: Yahoo Finance, News. Sentiment Score Calculated using AlchemyAPI', x: -20 }, xAxis: { categories: cat }, yAxis: { title: { text: 'Seniment Score' }, plotLines: [{ value: 0, width: 1, color: '#3182bd' }] }, tooltip: { valueSuffix: '' }, credits: { enabled: false }, series: [{ name: 'News Sentiment Score', data: data }] }); } function draw_chart2() { $('#container2').highcharts({ title: { text: 'Daily News Sentiment of Apple Inc.', x: -20 //center }, subtitle: { text: 'Source: Yahoo Finance, News. Sentiment Score Calculated using AlchemyAPI', x: -20 }, xAxis: { categories: cat }, yAxis: { title: { text: 'Seniment Score' }, plotLines: [{ value: 0, width: 1, color: '#3182bd' }] }, tooltip: { valueSuffix: '' }, credits: { enabled: false }, series: [{ name: 'News Sentiment Score', data: data }] }); } function draw_chart3() { $('#container4').highcharts({ title: { text: 'Daily News Sentiment of Apple Inc.', x: -20 //center }, subtitle: { text: 'Source: Yahoo Finance, News. Sentiment Score Calculated using AlchemyAPI', x: -20 }, xAxis: { categories: cat }, yAxis: { title: { text: 'Seniment Score' }, plotLines: [{ value: 0, width: 1, color: '#3182bd' }] }, tooltip: { valueSuffix: '' }, credits: { enabled: false }, series: [{ name: 'News Sentiment Score', data: data }] }); } function draw_chart4() { $('#container3').highcharts({ title: { text: 'Daily News Sentiment of Apple Inc.', x: -20 //center }, subtitle: { text: 'Source: Yahoo Finance, News. Sentiment Score Calculated using AlchemyAPI', x: -20 }, xAxis: { categories: cat }, yAxis: { title: { text: 'Seniment Score' }, plotLines: [{ value: 0, width: 1, color: '#3182bd' }] }, tooltip: { valueSuffix: '' }, credits: { enabled: false }, series: [{ name: 'News Sentiment Score', data: data }] }); } Highcharts.setOptions({ colors: ['#2AB585', '#F27067', '#36ADE3', '#EF7E42', '#78CEDD', '#22364E', '#CED1D1', '#BDE5EC', '#FAB893', '#98CBBB', '#F9B6B0'] }); $(document).ready( function () { draw_chart1(); draw_chart2(); draw_chart3(); draw_chart4() } ); </script> <div class="container"> <div class="row"> <div class="col-lg-6"> <div id="container0" style="width: 100%; height: 350px; margin: 0 auto"></div> </div> <div class="col-lg-6"> <div id="container3" style="width: 100%; height: 350px; margin: 0 auto"></div> </div> </div> {# <div class="row">#} {# <div class="col-lg-12">#} {#<table id="output" data-sort="true" style="width: 100%">#} {# <thead>#} {# {% for colname in d[0] %}#} {# <th>#} {# {{ colname }}#} {# </th>#} {# {% endfor %}#} {# </thead>#} {# <tbody>#} {# {% for row in output %}#} {# {% for row in d %}#} {# <tr>#} {# {% for datapoint in row %}#} {##} {# <td>{{ datapoint }}</td>#} {# {% endfor %}#} {# </tr>#} {# {% endfor %}#} {# </tbody>#} {# </table>#} {#</div>#} {#</div>#} {# <div class="col-xs-12">#} {# <div id="container2" style="min-width: 310px; height: 320px; margin: 0 auto"></div>#} {# </div>#} </div> </div> {% endblock %}
sticky-scroll.css
Toby-Willsmer/sticky-content
/****** only for demo ******/ html { font-family: arial; line-height: 1.5; } body { margin: 0; padding: 0; } header { height: 100px; } footer { height: 800px; } header, footer { width: 100%; background: #ccc; } .left { width: 70%; } .right { width: 30%; } .left, .right { float: left; } .max-width { max-width: 980px; margin: 0 auto; } @media screen and (max-width: 700px) { .left { width: 100%; } .right { width: 100%; } .left, .right { float: none; } } /****** ******/ .sticky-wrapper { /* this is needed for the sticky-lower positioning */ position: relative; } .sticky-cell { width: 100%; max-width: 254px; /* used to match '%' width during class swicthing */ padding: 20px; background: #ffcc00; } /* classes contolled by js */ .stuck-top { position: fixed; top: 0; } .stuck-lower { position: absolute; bottom: 0; /* glues to the bottom of the sticky-wrapper */ } @media screen and (max-width: 700px) { .stuck-lower, .stuck-top { position: relative; } .sticky-cell { max-width: 100%; /* makes it full width this time */ } }
index.html
molekilla/vimeo-data.js
<!DOCTYPE html> <html> <head> <title>vimeo-data | A Javascript wrapper for accesing vimeo data API</title> <link rel="stylesheet" href="./demo/assets/normalize.css"> </head> <body> <h1>vimeo-data</h1> <p>A Javascript wrapper for accesing vimeo data API</p> <p>Check out the <a href="http://rolilink.github.io/vimeo-data/demo/index.html">project homepage</a>.</p> <p>Check out the <a href="https://github.com/rolilink/vimeo-data">source code on GitHub</a>.</p> <p>Copyright 2014 Rolando Perez</p> </body> </html>
css/agency.css
mbabington/portfolio
/*! * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ .btn-primary.active, .btn-primary:active, .btn-xl.active, .btn-xl:active, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-xl { background-image: none } body { overflow-x: hidden; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; webkit-tap-highlight-color: #000000 } .btn-primary, .btn-xl, h1, h2, h3, h4, h5, h6 { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 600 } .text-muted { color: #777 } .text-primary, a { color: #000000 } p { font-size: 14px; line-height: 1.75 } p.large { font-size: 16px } a, a.active, a:active, a:focus, a:hover { outline: 0 } a.active, a:active, a:focus, a:hover { color: #6F6E6F } .img-centered { margin: 0 auto } .bg-light-gray { background-color: #eee } .bg-darkest-gray { background-color: #222 } .bg-beige{ background-color: #e5e4e2 } .bg-new-gray{ background-color: #2A283E } .bg-dark-brown{ background-color: #735F5C } .bg-light-brown{ background-color: #DBC7B6 } .bg-blue{ background-color: #14495B } .btn-primary { color: #000; background-color: #fff; border-color: #fff } .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary { color: #fff; background-color: #AB678B; border-color: #AB678B } .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { background-color: #fff; border-color: #6F6E6F } .btn-primary .badge { color: #fff; background-color: #000000 } .btn-xl { color: #fff; background-color: #222222; border-color: #222222; border-radius: 3px; font-size: 18px; padding: 20px 40px } .btn-xl.active, .btn-xl:active, .btn-xl:focus, .btn-xl:hover, .open .dropdown-toggle.btn-xl { color: #fff; background-color: #000000; border-color: #000000 } .btn-xl.disabled, .btn-xl.disabled.active, .btn-xl.disabled:active, .btn-xl.disabled:focus, .btn-xl.disabled:hover, .btn-xl[disabled], .btn-xl[disabled].active, .btn-xl[disabled]:active, .btn-xl[disabled]:focus, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl, fieldset[disabled] .btn-xl.active, fieldset[disabled] .btn-xl:active, fieldset[disabled] .btn-xl:focus, fieldset[disabled] .btn-xl:hover { background-color: #B4C9E2; border-color: #B4C9E2 } .btn-xl .badge { color: #B4C9E2; background-color: #fff } .navbar-custom { background-color: #F4F8F9; border-color: transparent } .navbar-custom .navbar-brand { color: #000000; font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, cursive } .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover { color: #848384 } .navbar-custom .nav li a, .navbar-custom .navbar-toggle { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #4A4A4A; text-transform: uppercase } .navbar-custom .navbar-collapse { border-color: rgba(255, 255, 255, .02) } .navbar-custom .navbar-toggle { background-color: #EAEAEA; border-color: #EAEAEA; font-size: 12px } .navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover { background-color: #fff } .navbar-custom .nav li a { font-weight: 400; letter-spacing: 1px } .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover { color: #848384; outline: 0 } .navbar-custom .navbar-nav>.active>a { border-radius: 0; color: #000; background-color: #EAEAEA } .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.active>a:hover { color: #000; background-color: #848384 } @media (min-width:768px) { .navbar-custom { background-color: #fff; padding: 10px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; border: none } .navbar-custom .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s } .navbar-custom .navbar-nav>.active>a { border-radius: 3px } .navbar-custom.affix { background-color: #fff; padding: 10px 0 } .navbar-custom.affix .navbar-brand { font-size: 1.5em } } header { background-image: url(../img/op-bg-1.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; text-align: center; color: #f5f5f5 } header .intro-text { padding-top: 100px; padding-bottom: 50px } header .intro-text .intro-lead-in { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 22px; line-height: 22px; margin-bottom: 25px } header .intro-text .intro-heading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 50px; line-height: 50px; margin-bottom: 25px } @media (min-width:768px) { header .intro-text { padding-top: 130px; padding-bottom: 50px } header .intro-text .intro-lead-in { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-size: 40px; line-height: 40px; margin-bottom: 25px } header .intro-text .intro-heading { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; font-size: 75px; line-height: 75px; margin-bottom: 50px } } #portfolio .portfolio-item .portfolio-caption p, section h3.section-subheading { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic } section { padding: 100px } section h2.section-heading { font-size: 40px; margin-top: 0; font-weight: 400; margin-bottom: 15px; color: #4A4A4A } section h3.section-subheading { font-size: 16px; text-transform: none; font-weight: 400; margin-bottom: 75px } @media (min-width:768px) { section { padding: 50px 0 } } .service-heading { margin: 15px 0; text-transform: none; color:#4A4A4A } #portfolio .portfolio-item { margin: 0 0 15px; right: 0 } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; max-width: 800px; margin: 0 auto } #portfolio .portfolio-item .portfolio-link .portfolio-hover { background: rgba(132, 131, 132, .7); position: absolute; width: 100%; height: 100%; opacity: 0; transition: all ease .5s; -webkit-transition: all ease .5s; -moz-transition: all ease .5s } #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { opacity: 1 } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content { position: absolute; width: 100%; height: 20px; font-size: 20px; text-align: center; top: 50%; margin-top: -12px; color: #fff } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i { margin-top: -12px } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { margin: 0 } #portfolio .portfolio-item .portfolio-caption { max-width: 800px; margin: 0 auto; background-color: #fff; text-align: center; padding: 25px } #portfolio .portfolio-item .portfolio-caption h4 { text-transform: none; margin: 0 } #portfolio .portfolio-item .portfolio-caption p { font-size: 16px; margin: 0 } footer span.copyright, footer ul.quicklinks { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif } #portfolio * { z-index: 2 } @media (min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px } } .timeline { list-style: none; padding: 0; position: relative } .timeline:before { top: 0; bottom: 0; position: absolute; content: ""; width: 2px; background-color: #f1f1f1; left: 40px; margin-left: -1.5px } .timeline>li { margin-bottom: 50px; position: relative; min-height: 50px } .timeline .timeline-body>p, .timeline .timeline-body>ul, .timeline>li:last-child { margin-bottom: 0 } .timeline>li:after, .timeline>li:before { content: " "; display: table } .timeline>li:after { clear: both } .timeline>li .timeline-panel { width: 100%; float: right; padding: 0 20px 0 100px; position: relative; text-align: left } .timeline>li .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto } .timeline>li .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto } .timeline>li .timeline-image { left: 0; margin-left: 0; width: 80px; height: 80px; position: absolute; z-index: 100; background-color: #000000; color: #fff; border-radius: 100%; border: 7px solid #f1f1f1; text-align: center } .timeline>li .timeline-image h4 { font-size: 10px; margin-top: 12px; line-height: 14px } .timeline>li.timeline-inverted>.timeline-panel { float: right; text-align: left; padding: 0 20px 0 100px } .timeline>li.timeline-inverted>.timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -15px; right: auto } .timeline>li.timeline-inverted>.timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto } .timeline .timeline-heading h4 { margin-top: 0; color: inherit } .timeline .timeline-heading h4.subheading { text-transform: none } @media (min-width:768px) { .timeline:before { left: 50% } .timeline>li { margin-bottom: 100px; min-height: 100px } .timeline>li .timeline-panel { width: 41%; float: left; padding: 0 20px 20px 30px; text-align: right } .timeline>li .timeline-image { width: 100px; height: 100px; left: 50%; margin-left: -50px } .timeline>li .timeline-image h4 { font-size: 13px; margin-top: 16px; line-height: 18px } .timeline>li.timeline-inverted>.timeline-panel { float: right; text-align: left; padding: 0 30px 20px 20px } } @media (min-width:992px) { .timeline>li .timeline-panel, .timeline>li.timeline-inverted>.timeline-panel { padding: 0 20px 20px } .timeline>li { min-height: 150px } .timeline>li .timeline-image { width: 150px; height: 150px; margin-left: -75px } .timeline>li .timeline-image h4 { font-size: 18px; margin-top: 30px; line-height: 26px } } @media (min-width:1200px) { .timeline>li { min-height: 170px } .timeline>li .timeline-panel { padding: 0 20px 20px 100px } .timeline>li .timeline-image { width: 170px; height: 170px; margin-left: -85px } .timeline>li .timeline-image h4 { margin-top: 40px } .timeline>li.timeline-inverted>.timeline-panel { padding: 0 100px 20px 20px } } .team-member { text-align: center; margin-bottom: 50px } .team-member img { margin: 0 auto; border: 7px solid #fff } .team-member h4 { margin-top: 25px; margin-bottom: 0; text-transform: none; color: #fff } .team-member p { margin-top: 0 } aside.clients img { margin: 50px auto } section#contact { background-color: #14495B; /* background-image: url(../img/map-image.png);*/ background-position: center; background-repeat: no-repeat } section#contact .section-heading { color: #fff } section#contact .form-group { margin-bottom: 25px } section#contact .form-group input, section#contact .form-group textarea { padding: 20px } section#contact .form-group input.form-control { height: auto } section#contact .form-group textarea.form-control { height: 236px } section#contact .form-control:focus { border-color: #B4C9E2; box-shadow: none } section#contact::-webkit-input-placeholder { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #eee } section#contact:-moz-placeholder { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #eee } section#contact::-moz-placeholder { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #eee } section#contact:-ms-input-placeholder { font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: 700; color: #eee } section#contact .text-danger { color: #e74c3c } footer { padding: 25px 0; text-align: center } footer span.copyright { line-height: 40px; text-transform: uppercase; text-transform: none } footer ul.quicklinks { margin-bottom: 0; line-height: 40px; text-transform: uppercase; text-transform: none } ul.social-buttons { margin-bottom: 0 } ul.social-buttons li a { display: block; background-color: #222; height: 40px; width: 40px; border-radius: 100%; font-size: 20px; line-height: 40px; color: #fff; outline: 0; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s } ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { background-color: #B4C9E2 } .btn.active, .btn:active, .btn:active:focus, .btn:focus { outline: 0 } .portfolio-modal .modal-dialog { margin: 0; height: 100%; width: auto } .portfolio-modal .modal-content { border-radius: 0; background-clip: border-box; -webkit-box-shadow: none; box-shadow: none; border: none; min-height: 100%; padding: 100px 0; text-align: center } .portfolio-modal .modal-content h2 { margin-bottom: 15px; font-size: 3em } .portfolio-modal .modal-content p { margin-bottom: 30px } .portfolio-modal .modal-content p.item-intro { margin: 20px 0 30px; font-family: "roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: italic; font-size: 16px } .portfolio-modal .modal-content ul.list-inline { margin-bottom: 30px; margin-top: 0 } .portfolio-modal .modal-content img { margin-bottom: 30px } .portfolio-modal .close-modal { position: absolute; width: 75px; height: 75px; background-color: transparent; top: 25px; right: 25px; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: .3 } .portfolio-modal .close-modal .lr { height: 75px; width: 1px; margin-left: 35px; background-color: #222; transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); z-index: 1051 } .portfolio-modal .close-modal .lr .rl { height: 75px; width: 1px; background-color: #222; transform: rotate(90deg); -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); z-index: 1052 } .portfolio-modal .modal-backdrop { opacity: 0; display: none } ::-moz-selection { text-shadow: none; background: #B4C9E2 } ::selection { text-shadow: none; background: #B4C9E2 } img::selection { background: 0 0 } img::-moz-selection { background: 0 0 } .fa-users { color: #343844; } .fa-video-camera { color: #343844; } .fa-clock-o { color: #343844; } .fa-university{ color: #343844; } .fa-pencil{ color: #343844; } .fa-sticky-note{ color: #343844; } .fa-users:hover { color: #d2cfca; } .fa-video-camera:hover { color: #d2cfca; } .fa-clock-o:hover { color: #d2cfca; } .fa-university:hover{ color: #d2cfca; } .fa-pencil:hover{ color: #d2cfca; } .fa-sticky-note:hover{ color: #d2cfca; }
c1729b0/html/classv8_1_1Testing-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for node.js v6.0.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.0.0 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Testing.html">Testing</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Testing Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Testing.html">v8::Testing</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Testing.html#ac0881a3cee2f8f91039d3ecdb15dbf27">DeoptimizeAll</a>(Isolate *isolate)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Testing.html#adc876063b1e07462b8d9544dd8efab36">GetStressRuns</a>()</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>kStressTypeDeopt</b> enum value (defined in <a class="el" href="classv8_1_1Testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kStressTypeOpt</b> enum value (defined in <a class="el" href="classv8_1_1Testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Testing.html#ab9da044b18b9d05770b655bed27ed7f4">PrepareStressRun</a>(int run)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Testing.html#aafa5a4917998aa64134aa750ce5c4b2e">SetStressRunType</a>(StressType type)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StressType</b> enum name (defined in <a class="el" href="classv8_1_1Testing.html">v8::Testing</a>)</td><td class="entry"><a class="el" href="classv8_1_1Testing.html">v8::Testing</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
assets/css/style.css
u-renda/atf_admin
/* * GLOBAL */ @font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans.woff2') format('woff2'); } .right { text-align: right; } .fullwidth { width: 100%; } .floatleft { float: left; } .maxwidth400 { max-width: 400px; } .maxheight300 { max-height: 300px; } .height150 { height: 150px !important; } .height250 { height: 250px !important; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .font40 { font-size: 40px; } .fontblack { color: #000000; } .fontred { color: #ff0000; } .fontorange { color: #f5ab35; } .fontblue { color: #0000ff; } .fontwhite { color: #ffffff; } .fontgreen { color: #2ecc71; } .fontpink { color: #F64747; } .fontbold { font-weight: bold; } .padding10 { padding: 10px; } .paddinglr0 { padding-left: 0; padding-right: 0; } .paddinglr15 { padding-left: 15px !important; padding-right: 15px !important; } .paddingtop0 { padding-top: 0; } .paddingright0 { padding-right: 0; } .paddingright15 { padding-right: 15px !important; } .paddingbottom0 { padding-bottom: 0; } .paddingleft0 { padding-left: 0; } .paddingleft15 { padding-left: 15px; } .paddingbottom15 { padding-bottom: 15px; } .margin15 { margin: 15px; } .margintb10 { margin-top: 10px; margin-bottom: 10px; } .margintb15 { margin-top: 15px; margin-bottom: 15px; } .marginlr0 { margin-left: 0 !important; margin-right: 0 !important; } .marginlr15 { margin-left: 15px !important; margin-right: 15px !important; } .margintop10 { margin-top: 10px; } .margintop15 { margin-top: 15px; } .marginright20 { margin-right: 20px !important; } .marginbottom0 { margin-bottom: 0; } .marginbottom15 { margin-bottom: 15px; } .bg-emerald { background-color: #2ecc71; } .bg-peter-river { background-color: #3498db; } .bg-alizarin { background-color: #e74c3c; } .bg-concrete { background-color: #95a5a6; } .bg-sun-flower { background-color: #f1c40f; } .bg-wet-asphalt { background-color: #34495e; } .bg-amethyst { background-color: #9b59b6; } .hand-pointer { cursor: pointer; } /* * CUSTOM */ ul.nav-main > li.nav-active > a { box-shadow: 2px 0 0 #0088CC inset; } .page-header h2 { border-bottom-color: #0088CC; } html.no-overflowscrolling .nano > .nano-pane > .nano-slider { background: #0088CC; }
lib/assets/css/css_compiled/@{photonImagePath}plugins/elrte/js/js/plugins/images/photon/js/plugins/jquery.flot.resize.js.html
user-tony/photon-rails
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/favicon.ico"/> <link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/iosicon.png"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/> <link rel="stylesheet" href="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/> <!--[if IE]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" /> <![endif]--> <!--[if lt IE 9]> <link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" /> <script type="text/javascript" src="js/plugins/excanvas.js"></script> <script type="text/javascript" src="js/plugins/html5shiv.js"></script> <script type="text/javascript" src="js/plugins/respond.min.js"></script> <script type="text/javascript" src="js/plugins/fixFontIcons.js"></script> <![endif]--> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/bootstrap/bootstrap.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/modernizr.custom.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.pnotify.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/less-1.3.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/xbreadcrumbs.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/charCount.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.textareaCounter.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/elrte.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/elrte.en.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/select2.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery-picklist.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.validate.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/additional-methods.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.form.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.metadata.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.mockjax.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.uniform.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.tagsinput.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.rating.pack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/farbtastic.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.timeentry.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.dataTables.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.jstree.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/dataTables.bootstrap.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.flot.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.flot.stack.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.flot.pie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.flot.resize.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/raphael.2.1.0.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/justgage.1.0.1.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.qrcode.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.clock.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.countdown.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.jqtweet.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/jquery.cookie.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/prettify/prettify.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/bootstrapSwitch.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/plugins/mfupload.js"></script> <script type="text/javascript" src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/js/common.js"></script> </head> <body class="body-login"> <div class="nav-fixed-topright" style="visibility: hidden"> <ul class="nav nav-user-menu"> <li class="user-sub-menu-container"> <a href="javascript:;"> <i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i> </a> <ul class="nav user-sub-menu"> <li class="light"> <a href="javascript:;"> <i class='icon-photon stop'></i>Light Version </a> </li> <li class="dark"> <a href="javascript:;"> <i class='icon-photon stop'></i>Dark Version </a> </li> </ul> </li> <li> <a href="javascript:;"> <i class="icon-photon mail"></i> </a> </li> <li> <a href="javascript:;"> <i class="icon-photon comment_alt2_stroke"></i> <div class="notification-count">12</div> </a> </li> </ul> </div> <script> $(function(){ setTimeout(function(){ $('.nav-fixed-topright').removeAttr('style'); }, 300); $(window).scroll(function(){ if($('.breadcrumb-container').length){ var scrollState = $(window).scrollTop(); if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released'); else $('.nav-fixed-topright').removeClass('nav-released') } }); $('.user-sub-menu-container').on('click', function(){ $(this).toggleClass('active-user-menu'); }); $('.user-sub-menu .light').on('click', function(){ if ($('body').is('.light-version')) return; $('body').addClass('light-version'); setTimeout(function() { $.cookie('themeColor', 'light', { expires: 7, path: '/' }); }, 500); }); $('.user-sub-menu .dark').on('click', function(){ if ($('body').is('.light-version')) { $('body').removeClass('light-version'); $.cookie('themeColor', 'dark', { expires: 7, path: '/' }); } }); }); </script> <div class="container-login"> <div class="form-centering-wrapper"> <div class="form-window-login"> <div class="form-window-login-logo"> <div class="login-logo"> <img src="http://photonui.orangehilldev.com/css/css_compiled/@%7BphotonImagePath%7Dplugins/elrte/js/js/plugins/images/photon/js/plugins/images/photon/login-logo@2x.png" alt="Photon UI"/> </div> <h2 class="login-title">Welcome to Photon UI!</h2> <div class="login-member">Not a Member?&nbsp;<a href="jquery.flot.resize.js.html#">Sign Up &#187;</a> <a href="jquery.flot.resize.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a> </div> <div class="login-or">Or</div> <div class="login-input-area"> <form method="POST" action="dashboard.php"> <span class="help-block">Login With Your Photon Account</span> <input type="text" name="email" placeholder="Email"> <input type="password" name="password" placeholder="Password"> <button type="submit" class="btn btn-large btn-success btn-login">Login</button> </form> <a href="jquery.flot.resize.js.html#" class="forgot-pass">Forgot Your Password?</a> </div> </div> </div> </div> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1936460-27']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html>
src/templates/includes/flash.html
hs3city/pythonhacking-flask
{% with messages = get_flashed_messages() %} {% if messages %} <script type="text/javascript"> {% for message in messages %} Materialize.toast('{{ message }}', 3000) {% endfor %} </script> {% endif %} {% endwith %}
跟随鼠标/跟随鼠标.html
Jerome00/HtmlCollection
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>跟随鼠标</title> <style> #image{ width: 99px; position: absolute; left: 0; top: 0; } </style> </head> <body> <img src="img.jpg" alt="" id="image"/> </body> </html> <script type="text/javascript"> var image = document.getElementById("image"); document.onclick=function (event) { var event=event|| window.event; targetX=event.clientX-image.offsetWidth/2; targetY=event.clientY-image.offsetHeight/2; } var leaderX=0, leaderY=0, targetY=0, targetX=0; setInterval(function () { leaderX=leaderX+(targetX-leaderX)/10; leaderY=leaderY+(targetY-leaderY)/10; image.style.left=leaderX+"px"; image.style.top=leaderY+"px"; }, 10); </script>
styleguide/section-6.html
rickardd/workflow
<!DOCTYPE html> <!--[if lte IE 6]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IEMobile 7]> <html class="no-js iem7" lang="en"> <![endif]--> <!--[if (IE 7)&(!IEMobile)]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> <!--[if (gte IE 9)|(gt IEMobile 7)]><!--> <html class="no-js" lang="en"> <!--<![endif]--> <head> <meta charset="utf-8"> <title>KSS Style Guide</title> <meta name="description" content=""> <meta name="generator" content="kss-node"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" href="public/kss.css"> <link rel="stylesheet" href="../style/kss-rick.css"> <link rel="stylesheet" href="../style/screen.css" /> </head> <body id="kss-node"> <div class="kss-sidebar kss-style"> <!-- <header class="kss-header"> <h1 class="kss-doc-title">KSS Style Guide</h1> </header> --> <nav class="kss-nav"> <ul class="kss-nav__menu"> <li class="kss-nav__menu-item"> <a href="./"> <span class="kss-nav__ref">0</span ><span class="kss-nav__name">Overview</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-2.html"> <span class="kss-nav__ref">2</span ><span class="kss-nav__name">Naming Convension</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-4.html"> <span class="kss-nav__ref">4</span ><span class="kss-nav__name">Button</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-5.html"> <span class="kss-nav__ref">5</span ><span class="kss-nav__name">Icons</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-6.html"> <span class="kss-nav__ref">6</span ><span class="kss-nav__name">Page Setup</span> </a> <ul class="kss-nav__menu-child"> </ul> </li> <li class="kss-nav__menu-item"> <a href="section-7.html"> <span class="kss-nav__ref">7</span ><span class="kss-nav__name">Module</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-11.html"> <span class="kss-nav__ref">11</span ><span class="kss-nav__name">Tables</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-15.html"> <span class="kss-nav__ref">15</span ><span class="kss-nav__name">Mixins</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-100.html"> <span class="kss-nav__ref">100</span ><span class="kss-nav__name">Links</span> </a> </li> <li class="kss-nav__menu-item"> <a href="section-200.html"> <span class="kss-nav__ref">200</span ><span class="kss-nav__name">KSS Documentation</span> </a> </li> </ul> </nav> </div> <article role="main" class="kss-main"> <div id="kssref-6" class="kss-section kss-section--depth-1"> <div class="kss-style"> <h1 class="kss-title kss-title--level-1"> <a class="kss-title__permalink" href="#kssref-6"> <span class="kss-title__ref"> 6 <span class="kss-title__permalink-hash"> #permalink </span> </span> Page Setup </a> </h1> <ul class="kss-parameters"> <li class="kss-parameters__item"> <code class="kss-parameters__name">.page-container</code> <div class="kss-parameters__description">Description</div> </li> </ul> <div class="kss-description"> <p>Fundamental blocks to set up a page.</p> </div> </div> </div> </article> <!-- SCRIPTS --> <script src="public/kss.js"></script> <script src="public/prettify.js"></script> <script> prettyPrint(); </script> <!-- Automatically generated using <a href="https://github.com/kss-node/kss-node">kss-node</a>. --> </body> </html>
public/assets/bootstrap-13cd62868a6d07156a1b77b669eb17f06b1954493723c47170e7361e2e84c542.css
bobcook/publifiy
/*! * Bootstrap v3.0.2 by @fat and @mdo * Copyright 2013 Twitter, Inc. * Licensed under http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /* line 12, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /* line 27, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ audio, canvas, video { display: inline-block; } /* line 33, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ audio:not([controls]) { display: none; height: 0; } /* line 38, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ [hidden], template { display: none; } /* line 43, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ html { font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } /* line 49, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ body { margin: 0; } /* line 53, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a { background: transparent; } /* line 57, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a:focus { outline: thin dotted; } /* line 61, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a:active, a:hover { outline: 0; } /* line 66, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1 { margin: 0.67em 0; font-size: 2em; } /* line 71, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ abbr[title] { border-bottom: 1px dotted; } /* line 75, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ b, strong { font-weight: bold; } /* line 80, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ dfn { font-style: italic; } /* line 84, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box; } /* line 90, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ mark { color: #000; background: #ff0; } /* line 95, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /* line 103, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ pre { white-space: pre-wrap; } /* line 107, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* line 111, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ small { font-size: 80%; } /* line 115, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } /* line 123, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ sup { top: -0.5em; } /* line 127, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ sub { bottom: -0.25em; } /* line 131, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ img { border: 0; } /* line 135, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ svg:not(:root) { overflow: hidden; } /* line 139, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ figure { margin: 0; } /* line 143, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ fieldset { padding: 0.35em 0.625em 0.75em; margin: 0 2px; border: 1px solid #c0c0c0; } /* line 149, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ legend { padding: 0; border: 0; } /* line 154, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button, input, select, textarea { margin: 0; font-family: inherit; font-size: 100%; } /* line 163, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button, input { line-height: normal; } /* line 168, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button, select { text-transform: none; } /* line 173, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } /* line 181, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button[disabled], html input[disabled] { cursor: default; } /* line 186, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="checkbox"], input[type="radio"] { padding: 0; box-sizing: border-box; } /* line 192, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } /* line 199, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* line 204, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; } /* line 210, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea { overflow: auto; vertical-align: top; } /* line 215, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ table { border-collapse: collapse; border-spacing: 0; } @media print { /* line 221, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ * { color: #000 !important; text-shadow: none !important; background: transparent !important; box-shadow: none !important; } /* line 227, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a, a:visited { text-decoration: underline; } /* line 231, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a[href]:after { content: " (" attr(href) ")"; } /* line 234, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ abbr[title]:after { content: " (" attr(title) ")"; } /* line 237, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } /* line 241, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } /* line 246, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ thead { display: table-header-group; } /* line 249, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr, img { page-break-inside: avoid; } /* line 253, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ img { max-width: 100% !important; } @page { margin: 2cm .5cm; } /* line 259, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ p, h2, h3 { orphans: 3; widows: 3; } /* line 265, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h2, h3 { page-break-after: avoid; } /* line 269, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select { background: #fff !important; } /* line 272, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar { display: none; } /* line 275, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table td, .table th { background-color: #fff !important; } /* line 279, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } /* line 283, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label { border: 1px solid #000; } /* line 286, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table { border-collapse: collapse !important; } /* line 289, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } /* line 295, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 303, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ html { font-size: 62.5%; -webkit-tap-highlight-color: transparent; } /* line 308, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.428571429; color: #333333; background-color: #ffffff; } /* line 316, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } /* line 325, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a { color: #428bca; text-decoration: none; } /* line 330, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a:hover, a:focus { color: #2a6496; text-decoration: underline; } /* line 336, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 342, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ img { vertical-align: middle; } /* line 346, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .img-responsive { display: block; height: auto; max-width: 100%; } /* line 352, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .img-rounded { border-radius: 6px; } /* line 356, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .img-thumbnail { display: inline-block; height: auto; max-width: 100%; padding: 4px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* line 369, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .img-circle { border-radius: 50%; } /* line 373, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eeeeee; } /* line 380, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } /* line 391, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ p { margin: 0 0 10px; } /* line 395, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .lead { margin-bottom: 20px; font-size: 16px; font-weight: 200; line-height: 1.4; } @media (min-width: 768px) { /* line 403, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .lead { font-size: 21px; } } /* line 408, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ small, .small { font-size: 85%; } /* line 413, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ cite { font-style: normal; } /* line 417, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-muted { color: #999999; } /* line 421, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-primary { color: #428bca; } /* line 425, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-primary:hover { color: #3071a9; } /* line 429, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-warning { color: #c09853; } /* line 433, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-warning:hover { color: #a47e3c; } /* line 437, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-danger { color: #b94a48; } /* line 441, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-danger:hover { color: #953b39; } /* line 445, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-success { color: #468847; } /* line 449, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-success:hover { color: #356635; } /* line 453, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-info { color: #3a87ad; } /* line 457, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-info:hover { color: #2d6987; } /* line 461, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-left { text-align: left; } /* line 465, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-right { text-align: right; } /* line 469, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-center { text-align: center; } /* line 473, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: inherit; } /* line 491, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; } /* line 520, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1, h2, h3 { margin-top: 20px; margin-bottom: 10px; } /* line 527, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small { font-size: 65%; } /* line 536, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; } /* line 543, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small { font-size: 75%; } /* line 552, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h1, .h1 { font-size: 36px; } /* line 557, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h2, .h2 { font-size: 30px; } /* line 562, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h3, .h3 { font-size: 24px; } /* line 567, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h4, .h4 { font-size: 18px; } /* line 572, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h5, .h5 { font-size: 14px; } /* line 577, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ h6, .h6 { font-size: 12px; } /* line 582, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eeeeee; } /* line 588, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ ul, ol { margin-top: 0; margin-bottom: 10px; } /* line 594, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } /* line 601, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-unstyled { padding-left: 0; list-style: none; } /* line 606, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-inline { padding-left: 0; list-style: none; } /* line 611, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; } /* line 617, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-inline > li:first-child { padding-left: 0; } /* line 621, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ dl { margin-bottom: 20px; } /* line 625, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ dt, dd { line-height: 1.428571429; } /* line 630, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ dt { font-weight: bold; } /* line 634, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ dd { margin-left: 0; } @media (min-width: 768px) { /* line 639, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } /* line 648, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dd { margin-left: 180px; } /* line 651, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; } /* line 656, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dd:after { clear: both; } /* line 659, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; } /* line 664, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dl-horizontal dd:after { clear: both; } } /* line 669, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } /* line 675, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ abbr.initialism { font-size: 90%; text-transform: uppercase; } /* line 680, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } /* line 686, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote p { font-size: 17.5px; font-weight: 300; line-height: 1.25; } /* line 692, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote p:last-child { margin-bottom: 0; } /* line 696, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote small { display: block; line-height: 1.428571429; color: #999999; } /* line 702, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote small:before { content: '\2014 \00A0'; } /* line 706, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } /* line 713, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small { text-align: right; } /* line 719, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote.pull-right small:before, blockquote.pull-right .small:before { content: ''; } /* line 724, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote.pull-right small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } /* line 729, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ blockquote:before, blockquote:after { content: ""; } /* line 734, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ address { margin-bottom: 20px; font-style: normal; line-height: 1.428571429; } /* line 740, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ code, kbd, pre, samp { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; } /* line 747, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ code { padding: 2px 4px; font-size: 90%; color: #c7254e; white-space: nowrap; background-color: #f9f2f4; border-radius: 4px; } /* line 756, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.428571429; color: #333333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #cccccc; border-radius: 4px; } /* line 770, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } /* line 779, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pre-scrollable { max-height: 340px; overflow-y: scroll; } /* line 784, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } /* line 791, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container:before, .container:after { display: table; content: " "; } /* line 797, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container:after { clear: both; } /* line 801, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container:before, .container:after { display: table; content: " "; } /* line 807, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container:after { clear: both; } /* line 811, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .row { margin-right: -15px; margin-left: -15px; } /* line 816, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .row:before, .row:after { display: table; content: " "; } /* line 822, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .row:after { clear: both; } /* line 826, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .row:before, .row:after { display: table; content: " "; } /* line 832, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .row:after { clear: both; } /* line 836, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } /* line 890, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 { float: left; } /* line 904, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-12 { width: 100%; } /* line 908, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-11 { width: 91.66666666666666%; } /* line 912, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-10 { width: 83.33333333333334%; } /* line 916, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-9 { width: 75%; } /* line 920, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-8 { width: 66.66666666666666%; } /* line 924, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-7 { width: 58.333333333333336%; } /* line 928, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-6 { width: 50%; } /* line 932, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-5 { width: 41.66666666666667%; } /* line 936, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-4 { width: 33.33333333333333%; } /* line 940, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-3 { width: 25%; } /* line 944, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-2 { width: 16.666666666666664%; } /* line 948, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-1 { width: 8.333333333333332%; } /* line 952, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-12 { right: 100%; } /* line 956, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-11 { right: 91.66666666666666%; } /* line 960, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-10 { right: 83.33333333333334%; } /* line 964, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-9 { right: 75%; } /* line 968, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-8 { right: 66.66666666666666%; } /* line 972, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-7 { right: 58.333333333333336%; } /* line 976, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-6 { right: 50%; } /* line 980, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-5 { right: 41.66666666666667%; } /* line 984, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-4 { right: 33.33333333333333%; } /* line 988, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-3 { right: 25%; } /* line 992, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-2 { right: 16.666666666666664%; } /* line 996, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-1 { right: 8.333333333333332%; } /* line 1000, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-pull-0 { right: 0; } /* line 1004, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-12 { left: 100%; } /* line 1008, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-11 { left: 91.66666666666666%; } /* line 1012, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-10 { left: 83.33333333333334%; } /* line 1016, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-9 { left: 75%; } /* line 1020, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-8 { left: 66.66666666666666%; } /* line 1024, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-7 { left: 58.333333333333336%; } /* line 1028, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-6 { left: 50%; } /* line 1032, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-5 { left: 41.66666666666667%; } /* line 1036, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-4 { left: 33.33333333333333%; } /* line 1040, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-3 { left: 25%; } /* line 1044, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-2 { left: 16.666666666666664%; } /* line 1048, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-1 { left: 8.333333333333332%; } /* line 1052, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-push-0 { left: 0; } /* line 1056, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-12 { margin-left: 100%; } /* line 1060, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-11 { margin-left: 91.66666666666666%; } /* line 1064, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-10 { margin-left: 83.33333333333334%; } /* line 1068, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-9 { margin-left: 75%; } /* line 1072, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-8 { margin-left: 66.66666666666666%; } /* line 1076, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-7 { margin-left: 58.333333333333336%; } /* line 1080, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-6 { margin-left: 50%; } /* line 1084, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-5 { margin-left: 41.66666666666667%; } /* line 1088, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-4 { margin-left: 33.33333333333333%; } /* line 1092, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-3 { margin-left: 25%; } /* line 1096, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-2 { margin-left: 16.666666666666664%; } /* line 1100, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-1 { margin-left: 8.333333333333332%; } /* line 1104, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-xs-offset-0 { margin-left: 0; } @media (min-width: 768px) { /* line 1109, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container { width: 750px; } /* line 1112, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 { float: left; } /* line 1125, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-12 { width: 100%; } /* line 1128, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-11 { width: 91.66666666666666%; } /* line 1131, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-10 { width: 83.33333333333334%; } /* line 1134, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-9 { width: 75%; } /* line 1137, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-8 { width: 66.66666666666666%; } /* line 1140, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-7 { width: 58.333333333333336%; } /* line 1143, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-6 { width: 50%; } /* line 1146, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-5 { width: 41.66666666666667%; } /* line 1149, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-4 { width: 33.33333333333333%; } /* line 1152, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-3 { width: 25%; } /* line 1155, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-2 { width: 16.666666666666664%; } /* line 1158, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-1 { width: 8.333333333333332%; } /* line 1161, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-12 { right: 100%; } /* line 1164, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-11 { right: 91.66666666666666%; } /* line 1167, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-10 { right: 83.33333333333334%; } /* line 1170, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-9 { right: 75%; } /* line 1173, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-8 { right: 66.66666666666666%; } /* line 1176, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-7 { right: 58.333333333333336%; } /* line 1179, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-6 { right: 50%; } /* line 1182, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-5 { right: 41.66666666666667%; } /* line 1185, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-4 { right: 33.33333333333333%; } /* line 1188, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-3 { right: 25%; } /* line 1191, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-2 { right: 16.666666666666664%; } /* line 1194, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-1 { right: 8.333333333333332%; } /* line 1197, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-pull-0 { right: 0; } /* line 1200, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-12 { left: 100%; } /* line 1203, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-11 { left: 91.66666666666666%; } /* line 1206, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-10 { left: 83.33333333333334%; } /* line 1209, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-9 { left: 75%; } /* line 1212, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-8 { left: 66.66666666666666%; } /* line 1215, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-7 { left: 58.333333333333336%; } /* line 1218, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-6 { left: 50%; } /* line 1221, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-5 { left: 41.66666666666667%; } /* line 1224, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-4 { left: 33.33333333333333%; } /* line 1227, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-3 { left: 25%; } /* line 1230, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-2 { left: 16.666666666666664%; } /* line 1233, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-1 { left: 8.333333333333332%; } /* line 1236, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-push-0 { left: 0; } /* line 1239, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-12 { margin-left: 100%; } /* line 1242, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-11 { margin-left: 91.66666666666666%; } /* line 1245, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-10 { margin-left: 83.33333333333334%; } /* line 1248, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-9 { margin-left: 75%; } /* line 1251, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-8 { margin-left: 66.66666666666666%; } /* line 1254, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-7 { margin-left: 58.333333333333336%; } /* line 1257, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-6 { margin-left: 50%; } /* line 1260, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-5 { margin-left: 41.66666666666667%; } /* line 1263, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-4 { margin-left: 33.33333333333333%; } /* line 1266, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-3 { margin-left: 25%; } /* line 1269, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-2 { margin-left: 16.666666666666664%; } /* line 1272, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-1 { margin-left: 8.333333333333332%; } /* line 1275, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-sm-offset-0 { margin-left: 0; } } @media (min-width: 992px) { /* line 1281, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container { width: 970px; } /* line 1284, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 { float: left; } /* line 1297, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-12 { width: 100%; } /* line 1300, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-11 { width: 91.66666666666666%; } /* line 1303, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-10 { width: 83.33333333333334%; } /* line 1306, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-9 { width: 75%; } /* line 1309, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-8 { width: 66.66666666666666%; } /* line 1312, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-7 { width: 58.333333333333336%; } /* line 1315, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-6 { width: 50%; } /* line 1318, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-5 { width: 41.66666666666667%; } /* line 1321, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-4 { width: 33.33333333333333%; } /* line 1324, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-3 { width: 25%; } /* line 1327, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-2 { width: 16.666666666666664%; } /* line 1330, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-1 { width: 8.333333333333332%; } /* line 1333, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-12 { right: 100%; } /* line 1336, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-11 { right: 91.66666666666666%; } /* line 1339, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-10 { right: 83.33333333333334%; } /* line 1342, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-9 { right: 75%; } /* line 1345, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-8 { right: 66.66666666666666%; } /* line 1348, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-7 { right: 58.333333333333336%; } /* line 1351, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-6 { right: 50%; } /* line 1354, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-5 { right: 41.66666666666667%; } /* line 1357, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-4 { right: 33.33333333333333%; } /* line 1360, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-3 { right: 25%; } /* line 1363, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-2 { right: 16.666666666666664%; } /* line 1366, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-1 { right: 8.333333333333332%; } /* line 1369, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-pull-0 { right: 0; } /* line 1372, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-12 { left: 100%; } /* line 1375, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-11 { left: 91.66666666666666%; } /* line 1378, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-10 { left: 83.33333333333334%; } /* line 1381, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-9 { left: 75%; } /* line 1384, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-8 { left: 66.66666666666666%; } /* line 1387, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-7 { left: 58.333333333333336%; } /* line 1390, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-6 { left: 50%; } /* line 1393, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-5 { left: 41.66666666666667%; } /* line 1396, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-4 { left: 33.33333333333333%; } /* line 1399, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-3 { left: 25%; } /* line 1402, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-2 { left: 16.666666666666664%; } /* line 1405, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-1 { left: 8.333333333333332%; } /* line 1408, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-push-0 { left: 0; } /* line 1411, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-12 { margin-left: 100%; } /* line 1414, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-11 { margin-left: 91.66666666666666%; } /* line 1417, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-10 { margin-left: 83.33333333333334%; } /* line 1420, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-9 { margin-left: 75%; } /* line 1423, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-8 { margin-left: 66.66666666666666%; } /* line 1426, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-7 { margin-left: 58.333333333333336%; } /* line 1429, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-6 { margin-left: 50%; } /* line 1432, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-5 { margin-left: 41.66666666666667%; } /* line 1435, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-4 { margin-left: 33.33333333333333%; } /* line 1438, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-3 { margin-left: 25%; } /* line 1441, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-2 { margin-left: 16.666666666666664%; } /* line 1444, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-1 { margin-left: 8.333333333333332%; } /* line 1447, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-md-offset-0 { margin-left: 0; } } @media (min-width: 1200px) { /* line 1453, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container { width: 1170px; } /* line 1456, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 { float: left; } /* line 1469, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-12 { width: 100%; } /* line 1472, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-11 { width: 91.66666666666666%; } /* line 1475, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-10 { width: 83.33333333333334%; } /* line 1478, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-9 { width: 75%; } /* line 1481, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-8 { width: 66.66666666666666%; } /* line 1484, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-7 { width: 58.333333333333336%; } /* line 1487, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-6 { width: 50%; } /* line 1490, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-5 { width: 41.66666666666667%; } /* line 1493, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-4 { width: 33.33333333333333%; } /* line 1496, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-3 { width: 25%; } /* line 1499, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-2 { width: 16.666666666666664%; } /* line 1502, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-1 { width: 8.333333333333332%; } /* line 1505, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-12 { right: 100%; } /* line 1508, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-11 { right: 91.66666666666666%; } /* line 1511, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-10 { right: 83.33333333333334%; } /* line 1514, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-9 { right: 75%; } /* line 1517, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-8 { right: 66.66666666666666%; } /* line 1520, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-7 { right: 58.333333333333336%; } /* line 1523, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-6 { right: 50%; } /* line 1526, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-5 { right: 41.66666666666667%; } /* line 1529, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-4 { right: 33.33333333333333%; } /* line 1532, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-3 { right: 25%; } /* line 1535, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-2 { right: 16.666666666666664%; } /* line 1538, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-1 { right: 8.333333333333332%; } /* line 1541, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-pull-0 { right: 0; } /* line 1544, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-12 { left: 100%; } /* line 1547, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-11 { left: 91.66666666666666%; } /* line 1550, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-10 { left: 83.33333333333334%; } /* line 1553, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-9 { left: 75%; } /* line 1556, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-8 { left: 66.66666666666666%; } /* line 1559, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-7 { left: 58.333333333333336%; } /* line 1562, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-6 { left: 50%; } /* line 1565, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-5 { left: 41.66666666666667%; } /* line 1568, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-4 { left: 33.33333333333333%; } /* line 1571, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-3 { left: 25%; } /* line 1574, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-2 { left: 16.666666666666664%; } /* line 1577, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-1 { left: 8.333333333333332%; } /* line 1580, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-push-0 { left: 0; } /* line 1583, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-12 { margin-left: 100%; } /* line 1586, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-11 { margin-left: 91.66666666666666%; } /* line 1589, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-10 { margin-left: 83.33333333333334%; } /* line 1592, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-9 { margin-left: 75%; } /* line 1595, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-8 { margin-left: 66.66666666666666%; } /* line 1598, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-7 { margin-left: 58.333333333333336%; } /* line 1601, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-6 { margin-left: 50%; } /* line 1604, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-5 { margin-left: 41.66666666666667%; } /* line 1607, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-4 { margin-left: 33.33333333333333%; } /* line 1610, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-3 { margin-left: 25%; } /* line 1613, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-2 { margin-left: 16.666666666666664%; } /* line 1616, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-1 { margin-left: 8.333333333333332%; } /* line 1619, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .col-lg-offset-0 { margin-left: 0; } } /* line 1624, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ table { max-width: 100%; background-color: transparent; } /* line 1629, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th { text-align: left; } /* line 1633, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table { width: 100%; margin-bottom: 20px; } /* line 1638, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.428571429; vertical-align: top; border-top: 1px solid #dddddd; } /* line 1650, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #dddddd; } /* line 1655, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } /* line 1664, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > tbody + tbody { border-top: 2px solid #dddddd; } /* line 1668, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table .table { background-color: #ffffff; } /* line 1672, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } /* line 1681, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-bordered { border: 1px solid #dddddd; } /* line 1685, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #dddddd; } /* line 1694, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } /* line 1699, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; } /* line 1704, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; } /* line 1709, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ table col[class*="col-"] { display: table-column; float: none; } /* line 1714, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ table td[class*="col-"], table th[class*="col-"] { display: table-cell; float: none; } /* line 1720, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } /* line 1735, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } /* line 1750, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } /* line 1757, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } /* line 1772, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } /* line 1779, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } /* line 1794, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } @media (max-width: 767px) { /* line 1802, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-overflow-scrolling: touch; } /* line 1811, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table { margin-bottom: 0; } /* line 1814, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } /* line 1822, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table-bordered { border: 0; } /* line 1825, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 1833, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 1841, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } /* line 1849, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ fieldset { padding: 0; margin: 0; border: 0; } /* line 1855, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } /* line 1867, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ label { display: inline-block; margin-bottom: 5px; font-weight: bold; } /* line 1873, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 1879, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; } /* line 1888, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="file"] { display: block; } /* line 1892, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select[multiple], select[size] { height: auto; } /* line 1897, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select optgroup { font-family: inherit; font-size: inherit; font-style: inherit; } /* line 1903, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 1911, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { height: auto; } /* line 1916, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.428571429; color: #555555; vertical-align: middle; } /* line 1925, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555555; vertical-align: middle; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; } /* line 1944, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); } /* line 1951, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control:-moz-placeholder { color: #999999; } /* line 1955, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control::-moz-placeholder { color: #999999; } /* line 1959, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control:-ms-input-placeholder { color: #999999; } /* line 1963, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control::-webkit-input-placeholder { color: #999999; } /* line 1967, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; } /* line 1974, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea.form-control { height: auto; } /* line 1978, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-group { margin-bottom: 15px; } /* line 1982, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio, .checkbox { display: block; min-height: 20px; padding-left: 20px; margin-top: 10px; margin-bottom: 10px; vertical-align: middle; } /* line 1992, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio label, .checkbox label { display: inline; margin-bottom: 0; font-weight: normal; cursor: pointer; } /* line 2000, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; } /* line 2008, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } /* line 2013, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } /* line 2023, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } /* line 2029, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } /* line 2044, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 2052, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select.input-sm { height: 30px; line-height: 30px; } /* line 2057, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea.input-sm { height: auto; } /* line 2061, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-lg { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } /* line 2069, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select.input-lg { height: 45px; line-height: 45px; } /* line 2074, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea.input-lg { height: auto; } /* line 2078, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #c09853; } /* line 2087, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-warning .form-control { border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 2093, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-warning .form-control:focus { border-color: #a47e3c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; } /* line 2099, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-warning .input-group-addon { color: #c09853; background-color: #fcf8e3; border-color: #c09853; } /* line 2105, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #b94a48; } /* line 2114, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-error .form-control { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 2120, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-error .form-control:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } /* line 2126, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-error .input-group-addon { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } /* line 2132, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #468847; } /* line 2141, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-success .form-control { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* line 2147, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-success .form-control:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } /* line 2153, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .has-success .input-group-addon { color: #468847; background-color: #dff0d8; border-color: #468847; } /* line 2159, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-control-static { margin-bottom: 0; } /* line 2163, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width: 768px) { /* line 2171, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 2176, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-inline .form-control { display: inline-block; } /* line 2179, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; } /* line 2186, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } /* line 2193, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } /* line 2203, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } /* line 2208, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; } /* line 2214, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-group:after { clear: both; } /* line 2218, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-group:before, .form-horizontal .form-group:after { display: table; content: " "; } /* line 2224, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-group:after { clear: both; } /* line 2228, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .form-control-static { padding-top: 7px; } @media (min-width: 768px) { /* line 2233, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .form-horizontal .control-label { text-align: right; } } /* line 2238, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } /* line 2259, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } /* line 2265, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn:hover, .btn:focus { color: #333333; text-decoration: none; } /* line 2271, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* line 2279, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } /* line 2290, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; } /* line 2296, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; } /* line 2306, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; } /* line 2312, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; } /* line 2331, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-primary { color: #ffffff; background-color: #428bca; border-color: #357ebd; } /* line 2337, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } /* line 2347, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } /* line 2353, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #428bca; border-color: #357ebd; } /* line 2372, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; } /* line 2378, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; } /* line 2388, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; } /* line 2394, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } /* line 2413, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-danger { color: #ffffff; background-color: #d9534f; border-color: #d43f3a; } /* line 2419, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { color: #ffffff; background-color: #d2322d; border-color: #ac2925; } /* line 2429, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger { background-image: none; } /* line 2435, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } /* line 2454, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; } /* line 2460, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; } /* line 2470, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; } /* line 2476, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } /* line 2495, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-info { color: #ffffff; background-color: #5bc0de; border-color: #46b8da; } /* line 2501, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { color: #ffffff; background-color: #39b3d7; border-color: #269abc; } /* line 2511, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info { background-image: none; } /* line 2517, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } /* line 2536, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-link { font-weight: normal; color: #428bca; cursor: pointer; border-radius: 0; } /* line 2543, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } /* line 2552, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } /* line 2559, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-link:hover, .btn-link:focus { color: #2a6496; text-decoration: underline; background-color: transparent; } /* line 2566, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; } /* line 2574, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } /* line 2581, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-sm, .btn-xs { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 2589, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-xs { padding: 1px 5px; } /* line 2593, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-block { display: block; width: 100%; padding-right: 0; padding-left: 0; } /* line 2600, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-block + .btn-block { margin-top: 5px; } /* line 2604, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } /* line 2610, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } /* line 2616, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .fade.in { opacity: 1; } /* line 2620, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .collapse { display: none; } /* line 2624, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .collapse.in { display: block; } /* line 2628, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; } @font-face { font-family: 'Glyphicons Halflings'; src: url("glyphicons-halflings-regular.eot"); src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } /* line 2645, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; -webkit-font-smoothing: antialiased; font-style: normal; font-weight: normal; line-height: 1; -moz-osx-font-smoothing: grayscale; } /* line 2657, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon:empty { width: 1em; } /* line 2661, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-asterisk:before { content: "\2a"; } /* line 2665, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-plus:before { content: "\2b"; } /* line 2669, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-euro:before { content: "\20ac"; } /* line 2673, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-minus:before { content: "\2212"; } /* line 2677, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-cloud:before { content: "\2601"; } /* line 2681, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-envelope:before { content: "\2709"; } /* line 2685, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-pencil:before { content: "\270f"; } /* line 2689, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-glass:before { content: "\e001"; } /* line 2693, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-music:before { content: "\e002"; } /* line 2697, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-search:before { content: "\e003"; } /* line 2701, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-heart:before { content: "\e005"; } /* line 2705, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-star:before { content: "\e006"; } /* line 2709, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-star-empty:before { content: "\e007"; } /* line 2713, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-user:before { content: "\e008"; } /* line 2717, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-film:before { content: "\e009"; } /* line 2721, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-th-large:before { content: "\e010"; } /* line 2725, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-th:before { content: "\e011"; } /* line 2729, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-th-list:before { content: "\e012"; } /* line 2733, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-ok:before { content: "\e013"; } /* line 2737, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-remove:before { content: "\e014"; } /* line 2741, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-zoom-in:before { content: "\e015"; } /* line 2745, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-zoom-out:before { content: "\e016"; } /* line 2749, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-off:before { content: "\e017"; } /* line 2753, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-signal:before { content: "\e018"; } /* line 2757, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-cog:before { content: "\e019"; } /* line 2761, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-trash:before { content: "\e020"; } /* line 2765, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-home:before { content: "\e021"; } /* line 2769, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-file:before { content: "\e022"; } /* line 2773, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-time:before { content: "\e023"; } /* line 2777, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-road:before { content: "\e024"; } /* line 2781, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-download-alt:before { content: "\e025"; } /* line 2785, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-download:before { content: "\e026"; } /* line 2789, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-upload:before { content: "\e027"; } /* line 2793, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-inbox:before { content: "\e028"; } /* line 2797, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-play-circle:before { content: "\e029"; } /* line 2801, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-repeat:before { content: "\e030"; } /* line 2805, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-refresh:before { content: "\e031"; } /* line 2809, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-list-alt:before { content: "\e032"; } /* line 2813, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-lock:before { content: "\e033"; } /* line 2817, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-flag:before { content: "\e034"; } /* line 2821, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-headphones:before { content: "\e035"; } /* line 2825, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-volume-off:before { content: "\e036"; } /* line 2829, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-volume-down:before { content: "\e037"; } /* line 2833, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-volume-up:before { content: "\e038"; } /* line 2837, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-qrcode:before { content: "\e039"; } /* line 2841, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-barcode:before { content: "\e040"; } /* line 2845, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tag:before { content: "\e041"; } /* line 2849, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tags:before { content: "\e042"; } /* line 2853, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-book:before { content: "\e043"; } /* line 2857, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-bookmark:before { content: "\e044"; } /* line 2861, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-print:before { content: "\e045"; } /* line 2865, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-camera:before { content: "\e046"; } /* line 2869, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-font:before { content: "\e047"; } /* line 2873, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-bold:before { content: "\e048"; } /* line 2877, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-italic:before { content: "\e049"; } /* line 2881, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-text-height:before { content: "\e050"; } /* line 2885, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-text-width:before { content: "\e051"; } /* line 2889, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-align-left:before { content: "\e052"; } /* line 2893, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-align-center:before { content: "\e053"; } /* line 2897, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-align-right:before { content: "\e054"; } /* line 2901, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-align-justify:before { content: "\e055"; } /* line 2905, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-list:before { content: "\e056"; } /* line 2909, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-indent-left:before { content: "\e057"; } /* line 2913, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-indent-right:before { content: "\e058"; } /* line 2917, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-facetime-video:before { content: "\e059"; } /* line 2921, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-picture:before { content: "\e060"; } /* line 2925, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-map-marker:before { content: "\e062"; } /* line 2929, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-adjust:before { content: "\e063"; } /* line 2933, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tint:before { content: "\e064"; } /* line 2937, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-edit:before { content: "\e065"; } /* line 2941, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-share:before { content: "\e066"; } /* line 2945, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-check:before { content: "\e067"; } /* line 2949, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-move:before { content: "\e068"; } /* line 2953, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-step-backward:before { content: "\e069"; } /* line 2957, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-fast-backward:before { content: "\e070"; } /* line 2961, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-backward:before { content: "\e071"; } /* line 2965, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-play:before { content: "\e072"; } /* line 2969, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-pause:before { content: "\e073"; } /* line 2973, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-stop:before { content: "\e074"; } /* line 2977, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-forward:before { content: "\e075"; } /* line 2981, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-fast-forward:before { content: "\e076"; } /* line 2985, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-step-forward:before { content: "\e077"; } /* line 2989, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-eject:before { content: "\e078"; } /* line 2993, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-chevron-left:before { content: "\e079"; } /* line 2997, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-chevron-right:before { content: "\e080"; } /* line 3001, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-plus-sign:before { content: "\e081"; } /* line 3005, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-minus-sign:before { content: "\e082"; } /* line 3009, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-remove-sign:before { content: "\e083"; } /* line 3013, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-ok-sign:before { content: "\e084"; } /* line 3017, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-question-sign:before { content: "\e085"; } /* line 3021, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-info-sign:before { content: "\e086"; } /* line 3025, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-screenshot:before { content: "\e087"; } /* line 3029, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-remove-circle:before { content: "\e088"; } /* line 3033, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-ok-circle:before { content: "\e089"; } /* line 3037, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-ban-circle:before { content: "\e090"; } /* line 3041, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-arrow-left:before { content: "\e091"; } /* line 3045, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-arrow-right:before { content: "\e092"; } /* line 3049, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-arrow-up:before { content: "\e093"; } /* line 3053, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-arrow-down:before { content: "\e094"; } /* line 3057, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-share-alt:before { content: "\e095"; } /* line 3061, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-resize-full:before { content: "\e096"; } /* line 3065, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-resize-small:before { content: "\e097"; } /* line 3069, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-exclamation-sign:before { content: "\e101"; } /* line 3073, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-gift:before { content: "\e102"; } /* line 3077, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-leaf:before { content: "\e103"; } /* line 3081, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-fire:before { content: "\e104"; } /* line 3085, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-eye-open:before { content: "\e105"; } /* line 3089, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-eye-close:before { content: "\e106"; } /* line 3093, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-warning-sign:before { content: "\e107"; } /* line 3097, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-plane:before { content: "\e108"; } /* line 3101, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-calendar:before { content: "\e109"; } /* line 3105, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-random:before { content: "\e110"; } /* line 3109, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-comment:before { content: "\e111"; } /* line 3113, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-magnet:before { content: "\e112"; } /* line 3117, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-chevron-up:before { content: "\e113"; } /* line 3121, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-chevron-down:before { content: "\e114"; } /* line 3125, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-retweet:before { content: "\e115"; } /* line 3129, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-shopping-cart:before { content: "\e116"; } /* line 3133, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-folder-close:before { content: "\e117"; } /* line 3137, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-folder-open:before { content: "\e118"; } /* line 3141, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-resize-vertical:before { content: "\e119"; } /* line 3145, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-resize-horizontal:before { content: "\e120"; } /* line 3149, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hdd:before { content: "\e121"; } /* line 3153, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-bullhorn:before { content: "\e122"; } /* line 3157, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-bell:before { content: "\e123"; } /* line 3161, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-certificate:before { content: "\e124"; } /* line 3165, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-thumbs-up:before { content: "\e125"; } /* line 3169, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-thumbs-down:before { content: "\e126"; } /* line 3173, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hand-right:before { content: "\e127"; } /* line 3177, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hand-left:before { content: "\e128"; } /* line 3181, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hand-up:before { content: "\e129"; } /* line 3185, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hand-down:before { content: "\e130"; } /* line 3189, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-circle-arrow-right:before { content: "\e131"; } /* line 3193, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-circle-arrow-left:before { content: "\e132"; } /* line 3197, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-circle-arrow-up:before { content: "\e133"; } /* line 3201, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-circle-arrow-down:before { content: "\e134"; } /* line 3205, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-globe:before { content: "\e135"; } /* line 3209, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-wrench:before { content: "\e136"; } /* line 3213, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tasks:before { content: "\e137"; } /* line 3217, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-filter:before { content: "\e138"; } /* line 3221, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-briefcase:before { content: "\e139"; } /* line 3225, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-fullscreen:before { content: "\e140"; } /* line 3229, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-dashboard:before { content: "\e141"; } /* line 3233, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-paperclip:before { content: "\e142"; } /* line 3237, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-heart-empty:before { content: "\e143"; } /* line 3241, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-link:before { content: "\e144"; } /* line 3245, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-phone:before { content: "\e145"; } /* line 3249, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-pushpin:before { content: "\e146"; } /* line 3253, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-usd:before { content: "\e148"; } /* line 3257, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-gbp:before { content: "\e149"; } /* line 3261, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort:before { content: "\e150"; } /* line 3265, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-alphabet:before { content: "\e151"; } /* line 3269, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } /* line 3273, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-order:before { content: "\e153"; } /* line 3277, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-order-alt:before { content: "\e154"; } /* line 3281, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-attributes:before { content: "\e155"; } /* line 3285, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } /* line 3289, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-unchecked:before { content: "\e157"; } /* line 3293, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-expand:before { content: "\e158"; } /* line 3297, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-collapse-down:before { content: "\e159"; } /* line 3301, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-collapse-up:before { content: "\e160"; } /* line 3305, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-log-in:before { content: "\e161"; } /* line 3309, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-flash:before { content: "\e162"; } /* line 3313, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-log-out:before { content: "\e163"; } /* line 3317, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-new-window:before { content: "\e164"; } /* line 3321, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-record:before { content: "\e165"; } /* line 3325, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-save:before { content: "\e166"; } /* line 3329, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-open:before { content: "\e167"; } /* line 3333, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-saved:before { content: "\e168"; } /* line 3337, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-import:before { content: "\e169"; } /* line 3341, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-export:before { content: "\e170"; } /* line 3345, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-send:before { content: "\e171"; } /* line 3349, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-floppy-disk:before { content: "\e172"; } /* line 3353, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-floppy-saved:before { content: "\e173"; } /* line 3357, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-floppy-remove:before { content: "\e174"; } /* line 3361, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-floppy-save:before { content: "\e175"; } /* line 3365, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-floppy-open:before { content: "\e176"; } /* line 3369, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-credit-card:before { content: "\e177"; } /* line 3373, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-transfer:before { content: "\e178"; } /* line 3377, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-cutlery:before { content: "\e179"; } /* line 3381, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-header:before { content: "\e180"; } /* line 3385, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-compressed:before { content: "\e181"; } /* line 3389, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-earphone:before { content: "\e182"; } /* line 3393, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-phone-alt:before { content: "\e183"; } /* line 3397, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tower:before { content: "\e184"; } /* line 3401, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-stats:before { content: "\e185"; } /* line 3405, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sd-video:before { content: "\e186"; } /* line 3409, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-hd-video:before { content: "\e187"; } /* line 3413, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-subtitles:before { content: "\e188"; } /* line 3417, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sound-stereo:before { content: "\e189"; } /* line 3421, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sound-dolby:before { content: "\e190"; } /* line 3425, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sound-5-1:before { content: "\e191"; } /* line 3429, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sound-6-1:before { content: "\e192"; } /* line 3433, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-sound-7-1:before { content: "\e193"; } /* line 3437, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-copyright-mark:before { content: "\e194"; } /* line 3441, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-registration-mark:before { content: "\e195"; } /* line 3445, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-cloud-download:before { content: "\e197"; } /* line 3449, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-cloud-upload:before { content: "\e198"; } /* line 3453, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tree-conifer:before { content: "\e199"; } /* line 3457, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .glyphicon-tree-deciduous:before { content: "\e200"; } /* line 3461, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid #000000; border-right: 4px solid transparent; border-bottom: 0 dotted; border-left: 4px solid transparent; } /* line 3473, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown { position: relative; } /* line 3477, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-toggle:focus { outline: 0; } /* line 3481, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; list-style: none; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } /* line 3502, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu.pull-right { right: 0; left: auto; } /* line 3507, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 3514, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.428571429; color: #333333; white-space: nowrap; } /* line 3524, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } /* line 3531, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #ffffff; text-decoration: none; background-color: #428bca; outline: 0; } /* line 3540, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; } /* line 3546, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } /* line 3555, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .open > .dropdown-menu { display: block; } /* line 3559, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .open > a { outline: 0; } /* line 3563, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.428571429; color: #999999; } /* line 3571, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } /* line 3580, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pull-right > .dropdown-menu { right: 0; left: auto; } /* line 3585, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0 dotted; border-bottom: 4px solid #000000; content: ""; } /* line 3592, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } @media (min-width: 768px) { /* line 3600, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-right .dropdown-menu { right: 0; left: auto; } } /* line 3606, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-default .caret { border-top-color: #333333; } /* line 3610, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret { border-top-color: #fff; } /* line 3618, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropup .btn-default .caret { border-bottom-color: #333333; } /* line 3622, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret { border-bottom-color: #fff; } /* line 3630, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } /* line 3637, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } /* line 3643, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } /* line 3654, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:focus, .btn-group-vertical > .btn:focus { outline: none; } /* line 3659, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } /* line 3666, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; } /* line 3672, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar:after { clear: both; } /* line 3676, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar:before, .btn-toolbar:after { display: table; content: " "; } /* line 3682, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar:after { clear: both; } /* line 3686, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar .btn-group { float: left; } /* line 3690, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group { margin-left: 5px; } /* line 3697, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } /* line 3701, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:first-child { margin-left: 0; } /* line 3705, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } /* line 3710, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 3716, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn-group { float: left; } /* line 3720, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 3724, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } /* line 3730, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn-group:last-child > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 3735, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } /* line 3740, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-xs > .btn { padding: 5px 10px; padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 3748, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 3755, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } /* line 3762, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn + .dropdown-toggle { padding-right: 8px; padding-left: 8px; } /* line 3767, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group > .btn-lg + .dropdown-toggle { padding-right: 12px; padding-left: 12px; } /* line 3772, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } /* line 3777, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } /* line 3782, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn .caret { margin-left: 0; } /* line 3786, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } /* line 3791, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .dropup .btn-lg .caret { border-width: 0 5px 5px; } /* line 3795, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { display: block; float: none; width: 100%; max-width: 100%; } /* line 3803, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; } /* line 3809, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:after { clear: both; } /* line 3813, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { display: table; content: " "; } /* line 3819, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:after { clear: both; } /* line 3823, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group > .btn { float: none; } /* line 3827, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } /* line 3835, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } /* line 3839, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 3845, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-bottom-left-radius: 4px; border-top-left-radius: 0; } /* line 3851, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } /* line 3855, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 3861, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-vertical > .btn-group:last-child > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 3866, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-justified { display: table; width: 100%; border-collapse: separate; table-layout: fixed; } /* line 3873, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn-group-justified .btn { display: table-cell; float: none; width: 1%; } /* line 3879, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] { display: none; } /* line 3884, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group { position: relative; display: table; border-collapse: separate; } /* line 3890, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group.col { float: none; padding-right: 0; padding-left: 0; } /* line 3896, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group .form-control { width: 100%; margin-bottom: 0; } /* line 3901, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; } /* line 3911, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } /* line 3918, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn { height: auto; } /* line 3924, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } /* line 3934, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } /* line 3941, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn { height: auto; } /* line 3947, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } /* line 3953, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } /* line 3959, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } /* line 3966, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; border-radius: 4px; } /* line 3978, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } /* line 3984, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } /* line 3990, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } /* line 3995, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } /* line 4004, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon:first-child { border-right: 0; } /* line 4008, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } /* line 4017, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-addon:last-child { border-left: 0; } /* line 4021, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn { position: relative; white-space: nowrap; } /* line 4026, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn:first-child > .btn { margin-right: -1px; } /* line 4030, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn:last-child > .btn { margin-left: -1px; } /* line 4034, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn > .btn { position: relative; } /* line 4038, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn > .btn + .btn { margin-left: -4px; } /* line 4042, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; } /* line 4047, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav { padding-left: 0; margin-bottom: 0; list-style: none; } /* line 4053, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav:before, .nav:after { display: table; content: " "; } /* line 4059, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav:after { clear: both; } /* line 4063, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav:before, .nav:after { display: table; content: " "; } /* line 4069, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav:after { clear: both; } /* line 4073, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li { position: relative; display: block; } /* line 4078, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li > a { position: relative; display: block; padding: 10px 15px; } /* line 4084, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 4090, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li.disabled > a { color: #999999; } /* line 4094, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; cursor: not-allowed; background-color: transparent; } /* line 4102, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #428bca; } /* line 4109, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; } /* line 4116, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } /* line 4123, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav > li > a > img { max-width: none; } /* line 4127, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs { border-bottom: 1px solid #dddddd; } /* line 4131, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs > li { float: left; margin-bottom: -1px; } /* line 4136, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs > li > a { margin-right: 2px; line-height: 1.428571429; border: 1px solid transparent; border-radius: 4px 4px 0 0; } /* line 4143, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } /* line 4147, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; cursor: default; background-color: #ffffff; border: 1px solid #dddddd; border-bottom-color: transparent; } /* line 4157, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } /* line 4162, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li { float: none; } /* line 4166, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li > a { margin-bottom: 5px; text-align: center; } /* line 4171, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { /* line 4177, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } /* line 4181, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } /* line 4186, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 4px; } /* line 4191, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { /* line 4198, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } /* line 4202, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #ffffff; } } /* line 4209, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li { float: left; } /* line 4213, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li > a { border-radius: 4px; } /* line 4217, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li + li { margin-left: 2px; } /* line 4221, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #ffffff; background-color: #428bca; } /* line 4228, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } /* line 4235, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-stacked > li { float: none; } /* line 4239, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } /* line 4244, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified { width: 100%; } /* line 4248, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified > li { float: none; } /* line 4252, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified > li > a { margin-bottom: 5px; text-align: center; } /* line 4257, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { /* line 4263, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified > li { display: table-cell; width: 1%; } /* line 4267, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-justified > li > a { margin-bottom: 0; } } /* line 4272, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs-justified { border-bottom: 0; } /* line 4276, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs-justified > li > a { margin-right: 0; border-radius: 4px; } /* line 4281, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #dddddd; } @media (min-width: 768px) { /* line 4288, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs-justified > li > a { border-bottom: 1px solid #dddddd; border-radius: 4px 4px 0 0; } /* line 4292, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #ffffff; } } /* line 4299, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tab-content > .tab-pane { display: none; } /* line 4303, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tab-content > .active { display: block; } /* line 4307, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav .caret { border-top-color: #428bca; border-bottom-color: #428bca; } /* line 4312, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav a:hover .caret { border-top-color: #2a6496; border-bottom-color: #2a6496; } /* line 4317, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 4323, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } /* line 4330, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar:before, .navbar:after { display: table; content: " "; } /* line 4336, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar:after { clear: both; } /* line 4340, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar:before, .navbar:after { display: table; content: " "; } /* line 4346, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar:after { clear: both; } @media (min-width: 768px) { /* line 4351, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar { border-radius: 4px; } } /* line 4356, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-header:before, .navbar-header:after { display: table; content: " "; } /* line 4362, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-header:after { clear: both; } /* line 4366, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-header:before, .navbar-header:after { display: table; content: " "; } /* line 4372, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-header:after { clear: both; } @media (min-width: 768px) { /* line 4377, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-header { float: left; } } /* line 4382, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse { max-height: 340px; padding-right: 15px; padding-left: 15px; overflow-x: visible; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } /* line 4392, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; } /* line 4398, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse:after { clear: both; } /* line 4402, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse:before, .navbar-collapse:after { display: table; content: " "; } /* line 4408, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse:after { clear: both; } /* line 4412, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse.in { overflow-y: auto; } @media (min-width: 768px) { /* line 4417, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } /* line 4422, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } /* line 4428, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse.in { overflow-y: auto; } /* line 4431, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; } /* line 4434, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; } /* line 4437, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-collapse .navbar-text:last-child { margin-right: 0; } } /* line 4442, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container > .navbar-header, .container > .navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width: 768px) { /* line 4449, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container > .navbar-header, .container > .navbar-collapse { margin-right: 0; margin-left: 0; } } /* line 4456, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 768px) { /* line 4462, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-static-top { border-radius: 0; } } /* line 4467, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 768px) { /* line 4476, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } /* line 4482, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-fixed-top { top: 0; border-width: 0 0 1px; } /* line 4487, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } /* line 4493, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-brand { float: left; padding: 15px 15px; font-size: 18px; line-height: 20px; } /* line 4500, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } @media (min-width: 768px) { /* line 4506, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar > .container .navbar-brand { margin-left: -15px; } } /* line 4511, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; border: 1px solid transparent; border-radius: 4px; } /* line 4523, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } /* line 4530, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 768px) { /* line 4535, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-toggle { display: none; } } /* line 4540, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav { margin: 7.5px -15px; } /* line 4544, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width: 767px) { /* line 4551, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } /* line 4560, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } /* line 4564, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav .open .dropdown-menu > li > a { line-height: 20px; } /* line 4567, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 768px) { /* line 4574, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav { float: left; margin: 0; } /* line 4578, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav > li { float: left; } /* line 4581, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; } } @media (min-width: 768px) { /* line 4588, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-left { float: left !important; } /* line 4591, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-right { float: right !important; } } /* line 4596, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); } @media (min-width: 768px) { /* line 4609, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } /* line 4614, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form .form-control { display: inline-block; } /* line 4617, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form .radio, .navbar-form .checkbox { display: inline-block; padding-left: 0; margin-top: 0; margin-bottom: 0; } /* line 4624, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; } } @media (max-width: 767px) { /* line 4632, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form .form-group { margin-bottom: 5px; } } @media (min-width: 768px) { /* line 4638, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } /* line 4650, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } /* line 4656, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } /* line 4661, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right { right: 0; left: auto; } /* line 4667, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-btn { margin-top: 8px; margin-bottom: 8px; } /* line 4672, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-text { float: left; margin-top: 15px; margin-bottom: 15px; } @media (min-width: 768px) { /* line 4679, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-text { margin-right: 15px; margin-left: 15px; } } /* line 4685, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } /* line 4690, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-brand { color: #777777; } /* line 4694, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } /* line 4700, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-text { color: #777777; } /* line 4704, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > li > a { color: #777777; } /* line 4708, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333333; background-color: transparent; } /* line 4714, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555555; background-color: #e7e7e7; } /* line 4721, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #cccccc; background-color: transparent; } /* line 4728, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-toggle { border-color: #dddddd; } /* line 4732, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #dddddd; } /* line 4737, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-toggle .icon-bar { background-color: #cccccc; } /* line 4741, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } /* line 4746, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret { border-top-color: #333333; border-bottom-color: #333333; } /* line 4752, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555555; background-color: #e7e7e7; } /* line 4759, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret { border-top-color: #555555; border-bottom-color: #555555; } /* line 4766, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav > .dropdown > a .caret { border-top-color: #777777; border-bottom-color: #777777; } @media (max-width: 767px) { /* line 4772, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; } /* line 4775, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; } /* line 4780, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555555; background-color: #e7e7e7; } /* line 4786, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #cccccc; background-color: transparent; } } /* line 4794, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-link { color: #777777; } /* line 4798, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-default .navbar-link:hover { color: #333333; } /* line 4802, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse { background-color: #222222; border-color: #080808; } /* line 4807, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-brand { color: #999999; } /* line 4811, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #ffffff; background-color: transparent; } /* line 4817, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-text { color: #999999; } /* line 4821, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > li > a { color: #999999; } /* line 4825, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff; background-color: transparent; } /* line 4831, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff; background-color: #080808; } /* line 4838, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444444; background-color: transparent; } /* line 4845, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-toggle { border-color: #333333; } /* line 4849, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333333; } /* line 4854, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-toggle .icon-bar { background-color: #ffffff; } /* line 4858, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } /* line 4863, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: #ffffff; background-color: #080808; } /* line 4870, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .dropdown > a:hover .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } /* line 4875, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .dropdown > a .caret { border-top-color: #999999; border-bottom-color: #999999; } /* line 4880, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } @media (max-width: 767px) { /* line 4888, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } /* line 4891, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; } /* line 4894, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; } /* line 4899, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #ffffff; background-color: #080808; } /* line 4905, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444444; background-color: transparent; } } /* line 4913, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-link { color: #999999; } /* line 4917, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .navbar-inverse .navbar-link:hover { color: #ffffff; } /* line 4921, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } /* line 4929, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .breadcrumb > li { display: inline-block; } /* line 4933, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .breadcrumb > li + li:before { padding: 0 5px; color: #cccccc; content: "/\00a0"; } /* line 4939, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .breadcrumb > .active { color: #999999; } /* line 4943, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } /* line 4950, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > li { display: inline; } /* line 4954, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.428571429; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; } /* line 4966, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; } /* line 4973, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } /* line 4979, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { background-color: #eeeeee; } /* line 4986, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #ffffff; cursor: default; background-color: #428bca; border-color: #428bca; } /* line 4999, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; cursor: not-allowed; background-color: #ffffff; border-color: #dddddd; } /* line 5011, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; } /* line 5017, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; } /* line 5023, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } /* line 5029, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; } /* line 5035, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } /* line 5041, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } /* line 5047, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } /* line 5054, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager:before, .pager:after { display: table; content: " "; } /* line 5060, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager:after { clear: both; } /* line 5064, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager:before, .pager:after { display: table; content: " "; } /* line 5070, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager:after { clear: both; } /* line 5074, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager li { display: inline; } /* line 5078, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 15px; } /* line 5087, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } /* line 5093, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager .next > a, .pager .next > span { float: right; } /* line 5098, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager .previous > a, .pager .previous > span { float: left; } /* line 5103, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; cursor: not-allowed; background-color: #ffffff; } /* line 5112, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } /* line 5125, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label[href]:hover, .label[href]:focus { color: #ffffff; text-decoration: none; cursor: pointer; } /* line 5132, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label:empty { display: none; } /* line 5136, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-default { background-color: #999999; } /* line 5140, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-default[href]:hover, .label-default[href]:focus { background-color: #808080; } /* line 5145, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-primary { background-color: #428bca; } /* line 5149, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-primary[href]:hover, .label-primary[href]:focus { background-color: #3071a9; } /* line 5154, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-success { background-color: #5cb85c; } /* line 5158, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } /* line 5163, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-info { background-color: #5bc0de; } /* line 5167, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } /* line 5172, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-warning { background-color: #f0ad4e; } /* line 5176, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } /* line 5181, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-danger { background-color: #d9534f; } /* line 5185, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } /* line 5190, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #ffffff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #999999; border-radius: 10px; } /* line 5205, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .badge:empty { display: none; } /* line 5209, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.badge:hover, a.badge:focus { color: #ffffff; text-decoration: none; cursor: pointer; } /* line 5216, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .btn .badge { position: relative; top: -1px; } /* line 5221, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; background-color: #ffffff; } /* line 5227, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .nav-pills > li > a > .badge { margin-left: 3px; } /* line 5231, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .jumbotron { padding: 30px; margin-bottom: 30px; font-size: 21px; font-weight: 200; line-height: 2.1428571435; color: inherit; background-color: #eeeeee; } /* line 5241, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .jumbotron h1 { line-height: 1; color: inherit; } /* line 5246, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .jumbotron p { line-height: 1.4; } /* line 5250, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container .jumbotron { border-radius: 6px; } @media screen and (min-width: 768px) { /* line 5255, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .jumbotron { padding-top: 48px; padding-bottom: 48px; } /* line 5259, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .container .jumbotron { padding-right: 60px; padding-left: 60px; } /* line 5263, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .jumbotron h1 { font-size: 63px; } } /* line 5268, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .thumbnail { display: inline-block; display: block; height: auto; max-width: 100%; padding: 4px; margin-bottom: 20px; line-height: 1.428571429; background-color: #ffffff; border: 1px solid #dddddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } /* line 5283, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .thumbnail > img { display: block; height: auto; max-width: 100%; margin-right: auto; margin-left: auto; } /* line 5291, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #428bca; } /* line 5297, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .thumbnail .caption { padding: 9px; color: #333333; } /* line 5302, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } /* line 5309, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert h4 { margin-top: 0; color: inherit; } /* line 5314, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert .alert-link { font-weight: bold; } /* line 5318, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert > p, .alert > ul { margin-bottom: 0; } /* line 5323, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert > p + p { margin-top: 5px; } /* line 5327, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-dismissable { padding-right: 35px; } /* line 5331, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; } /* line 5338, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } /* line 5344, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-success hr { border-top-color: #c9e2b3; } /* line 5348, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-success .alert-link { color: #356635; } /* line 5352, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } /* line 5358, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-info hr { border-top-color: #a6e1ec; } /* line 5362, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-info .alert-link { color: #2d6987; } /* line 5366, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-warning { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; } /* line 5372, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-warning hr { border-top-color: #f7e1b5; } /* line 5376, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-warning .alert-link { color: #a47e3c; } /* line 5380, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-danger { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; } /* line 5386, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-danger hr { border-top-color: #e4b9c0; } /* line 5390, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .alert-danger .alert-link { color: #953b39; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-moz-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } /* line 5430, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } /* line 5440, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #ffffff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; } /* line 5455, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-striped .progress-bar { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } /* line 5463, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } /* line 5468, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-bar-success { background-color: #5cb85c; } /* line 5472, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-striped .progress-bar-success { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 5479, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-bar-info { background-color: #5bc0de; } /* line 5483, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-striped .progress-bar-info { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 5490, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-bar-warning { background-color: #f0ad4e; } /* line 5494, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-striped .progress-bar-warning { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 5501, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-bar-danger { background-color: #d9534f; } /* line 5505, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .progress-striped .progress-bar-danger { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } /* line 5512, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media, .media-body { overflow: hidden; zoom: 1; } /* line 5518, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media, .media .media { margin-top: 15px; } /* line 5523, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media:first-child { margin-top: 0; } /* line 5527, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media-object { display: block; } /* line 5531, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media-heading { margin: 0 0 5px; } /* line 5535, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media > .pull-left { margin-right: 10px; } /* line 5539, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media > .pull-right { margin-left: 10px; } /* line 5543, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .media-list { padding-left: 0; list-style: none; } /* line 5548, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group { padding-left: 0; margin-bottom: 20px; } /* line 5553, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #ffffff; border: 1px solid #dddddd; } /* line 5562, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item:first-child { border-top-right-radius: 4px; border-top-left-radius: 4px; } /* line 5567, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* line 5573, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item > .badge { float: right; } /* line 5577, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item > .badge + .badge { margin-right: 5px; } /* line 5581, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item { color: #555555; } /* line 5585, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item .list-group-item-heading { color: #333333; } /* line 5589, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; } /* line 5595, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #ffffff; background-color: #428bca; border-color: #428bca; } /* line 5604, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; } /* line 5610, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #e1edf7; } /* line 5616, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } /* line 5621, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .list-group-item-text { margin-bottom: 0; line-height: 1.3; } /* line 5626, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel { margin-bottom: 20px; background-color: #ffffff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } /* line 5635, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-body { padding: 15px; } /* line 5639, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-body:before, .panel-body:after { display: table; content: " "; } /* line 5645, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-body:after { clear: both; } /* line 5649, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-body:before, .panel-body:after { display: table; content: " "; } /* line 5655, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-body:after { clear: both; } /* line 5659, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .list-group { margin-bottom: 0; } /* line 5663, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .list-group .list-group-item { border-width: 1px 0; } /* line 5667, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } /* line 5672, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .list-group .list-group-item:last-child { border-bottom: 0; } /* line 5676, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } /* line 5680, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .table, .panel > .table-responsive { margin-bottom: 0; } /* line 5685, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { border-top: 1px solid #dddddd; } /* line 5690, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } /* line 5695, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } /* line 5710, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } /* line 5725, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } /* line 5740, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; } /* line 5747, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-heading > .dropdown .dropdown-toggle { color: inherit; } /* line 5751, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; } /* line 5757, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-title > a { color: inherit; } /* line 5761, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } /* line 5769, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel { margin-bottom: 0; overflow: hidden; border-radius: 4px; } /* line 5775, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel + .panel { margin-top: 5px; } /* line 5779, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel-heading { border-bottom: 0; } /* line 5783, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel-heading + .panel-collapse .panel-body { border-top: 1px solid #dddddd; } /* line 5787, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel-footer { border-top: 0; } /* line 5791, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #dddddd; } /* line 5795, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-default { border-color: #dddddd; } /* line 5799, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #dddddd; } /* line 5805, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-default > .panel-heading + .panel-collapse .panel-body { border-top-color: #dddddd; } /* line 5809, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-default > .panel-heading > .dropdown .caret { border-color: #333333 transparent; } /* line 5813, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-default > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #dddddd; } /* line 5817, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-primary { border-color: #428bca; } /* line 5821, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-primary > .panel-heading { color: #ffffff; background-color: #428bca; border-color: #428bca; } /* line 5827, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-primary > .panel-heading + .panel-collapse .panel-body { border-top-color: #428bca; } /* line 5831, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-primary > .panel-heading > .dropdown .caret { border-color: #ffffff transparent; } /* line 5835, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-primary > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #428bca; } /* line 5839, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-success { border-color: #d6e9c6; } /* line 5843, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-success > .panel-heading { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } /* line 5849, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-success > .panel-heading + .panel-collapse .panel-body { border-top-color: #d6e9c6; } /* line 5853, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-success > .panel-heading > .dropdown .caret { border-color: #468847 transparent; } /* line 5857, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-success > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #d6e9c6; } /* line 5861, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-warning { border-color: #faebcc; } /* line 5865, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-warning > .panel-heading { color: #c09853; background-color: #fcf8e3; border-color: #faebcc; } /* line 5871, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-warning > .panel-heading + .panel-collapse .panel-body { border-top-color: #faebcc; } /* line 5875, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-warning > .panel-heading > .dropdown .caret { border-color: #c09853 transparent; } /* line 5879, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-warning > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #faebcc; } /* line 5883, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-danger { border-color: #ebccd1; } /* line 5887, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-danger > .panel-heading { color: #b94a48; background-color: #f2dede; border-color: #ebccd1; } /* line 5893, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-danger > .panel-heading + .panel-collapse .panel-body { border-top-color: #ebccd1; } /* line 5897, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-danger > .panel-heading > .dropdown .caret { border-color: #b94a48 transparent; } /* line 5901, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-danger > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #ebccd1; } /* line 5905, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-info { border-color: #bce8f1; } /* line 5909, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-info > .panel-heading { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } /* line 5915, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-info > .panel-heading + .panel-collapse .panel-body { border-top-color: #bce8f1; } /* line 5919, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-info > .panel-heading > .dropdown .caret { border-color: #3a87ad transparent; } /* line 5923, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .panel-info > .panel-footer + .panel-collapse .panel-body { border-bottom-color: #bce8f1; } /* line 5927, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } /* line 5938, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } /* line 5943, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .well-lg { padding: 24px; border-radius: 6px; } /* line 5948, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .well-sm { padding: 9px; border-radius: 3px; } /* line 5953, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } /* line 5964, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } /* line 5973, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } /* line 5981, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-open { overflow: hidden; } /* line 5985, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: auto; overflow-y: scroll; } /* line 5997, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } /* line 6007, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); } /* line 6013, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-dialog { position: relative; z-index: 1050; width: auto; padding: 10px; margin-right: auto; margin-left: auto; } /* line 6022, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-content { position: relative; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; outline: none; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; } /* line 6034, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1030; background-color: #000000; } /* line 6044, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } /* line 6049, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } /* line 6054, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-header { min-height: 16.428571429px; padding: 15px; border-bottom: 1px solid #e5e5e5; } /* line 6060, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-header .close { margin-top: -2px; } /* line 6064, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-title { margin: 0; line-height: 1.428571429; } /* line 6069, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-body { position: relative; padding: 20px; } /* line 6074, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer { padding: 19px 20px 20px; margin-top: 15px; text-align: right; border-top: 1px solid #e5e5e5; } /* line 6081, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer:before, .modal-footer:after { display: table; content: " "; } /* line 6087, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer:after { clear: both; } /* line 6091, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer:before, .modal-footer:after { display: table; content: " "; } /* line 6097, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer:after { clear: both; } /* line 6101, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer .btn + .btn { margin-bottom: 0; margin-left: 5px; } /* line 6106, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer .btn-group .btn + .btn { margin-left: -1px; } /* line 6110, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-footer .btn-block + .btn-block { margin-left: 0; } @media screen and (min-width: 768px) { /* line 6115, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-dialog { width: 600px; padding-top: 30px; padding-bottom: 30px; } /* line 6120, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } } /* line 6126, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip { position: absolute; z-index: 1030; display: block; font-size: 12px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); visibility: visible; } /* line 6137, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } /* line 6142, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.top { padding: 5px 0; margin-top: -3px; } /* line 6147, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.right { padding: 0 5px; margin-left: 3px; } /* line 6152, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.bottom { padding: 5px 0; margin-top: 3px; } /* line 6157, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.left { padding: 0 5px; margin-left: -3px; } /* line 6162, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #ffffff; text-align: center; text-decoration: none; background-color: #000000; border-radius: 4px; } /* line 6172, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 6180, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-color: #000000; border-width: 5px 5px 0; } /* line 6188, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-top-color: #000000; border-width: 5px 5px 0; } /* line 6195, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.top-right .tooltip-arrow { right: 5px; bottom: 0; border-top-color: #000000; border-width: 5px 5px 0; } /* line 6202, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-right-color: #000000; border-width: 5px 5px 5px 0; } /* line 6210, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-left-color: #000000; border-width: 5px 0 5px 5px; } /* line 6218, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-color: #000000; border-width: 0 5px 5px; } /* line 6226, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-bottom-color: #000000; border-width: 0 5px 5px; } /* line 6233, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-bottom-color: #000000; border-width: 0 5px 5px; } /* line 6240, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; white-space: normal; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); background-clip: padding-box; } /* line 6259, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.top { margin-top: -10px; } /* line 6263, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.right { margin-left: 10px; } /* line 6267, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.bottom { margin-top: 10px; } /* line 6271, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.left { margin-left: -10px; } /* line 6275, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } /* line 6286, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover-content { padding: 9px 14px; } /* line 6290, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover .arrow, .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } /* line 6300, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover .arrow { border-width: 11px; } /* line 6304, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover .arrow:after { border-width: 10px; content: ""; } /* line 6309, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.top .arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); border-bottom-width: 0; } /* line 6318, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.top .arrow:after { bottom: 1px; margin-left: -10px; border-top-color: #ffffff; border-bottom-width: 0; content: " "; } /* line 6326, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); border-left-width: 0; } /* line 6335, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.right .arrow:after { bottom: -10px; left: 1px; border-right-color: #ffffff; border-left-width: 0; content: " "; } /* line 6343, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.bottom .arrow { top: -11px; left: 50%; margin-left: -11px; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); border-top-width: 0; } /* line 6352, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.bottom .arrow:after { top: 1px; margin-left: -10px; border-bottom-color: #ffffff; border-top-width: 0; content: " "; } /* line 6360, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0; } /* line 6369, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .popover.left .arrow:after { right: 1px; bottom: -10px; border-left-color: #ffffff; border-right-width: 0; content: " "; } /* line 6377, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel { position: relative; } /* line 6381, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner { position: relative; width: 100%; overflow: hidden; } /* line 6387, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .item { position: relative; display: none; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } /* line 6394, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; height: auto; max-width: 100%; line-height: 1; } /* line 6402, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } /* line 6408, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .active { left: 0; } /* line 6412, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } /* line 6419, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .next { left: 100%; } /* line 6423, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .prev { left: -100%; } /* line 6427, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } /* line 6432, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .active.left { left: -100%; } /* line 6436, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-inner > .active.right { left: 100%; } /* line 6440, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); opacity: 0.5; filter: alpha(opacity=50); } /* line 6454, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control.left { background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } /* line 6463, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control.right { right: 0; left: auto; background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } /* line 6474, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control:hover, .carousel-control:focus { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } /* line 6482, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } /* line 6492, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; } /* line 6497, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; } /* line 6502, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; } /* line 6511, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-prev:before { content: '\2039'; } /* line 6515, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .icon-next:before { content: '\203a'; } /* line 6519, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } /* line 6531, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: transparent; border: 1px solid #ffffff; border-radius: 10px; } /* line 6544, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #ffffff; } /* line 6551, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #ffffff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } /* line 6564, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { /* line 6569, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; } /* line 6579, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } /* line 6584, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .carousel-indicators { bottom: 20px; } } /* line 6589, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .clearfix:before, .clearfix:after { display: table; content: " "; } /* line 6595, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .clearfix:after { clear: both; } /* line 6599, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .center-block { display: block; margin-right: auto; margin-left: auto; } /* line 6605, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pull-right { float: right !important; } /* line 6609, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .pull-left { float: left !important; } /* line 6613, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hide { display: none !important; } /* line 6617, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .show { display: block !important; } /* line 6621, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .invisible { visibility: hidden; } /* line 6625, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } /* line 6633, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden { display: none !important; visibility: hidden !important; } /* line 6638, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .affix { position: fixed; } @-ms-viewport { width: device-width; } /* line 6646, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; } @media (max-width: 767px) { /* line 6654, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-xs { display: block !important; } /* line 6657, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-xs { display: table-row !important; } /* line 6660, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6667, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-xs.visible-sm { display: block !important; } /* line 6670, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-xs.visible-sm { display: table-row !important; } /* line 6673, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6680, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-xs.visible-md { display: block !important; } /* line 6683, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-xs.visible-md { display: table-row !important; } /* line 6686, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { /* line 6693, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-xs.visible-lg { display: block !important; } /* line 6696, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-xs.visible-lg { display: table-row !important; } /* line 6699, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell !important; } } /* line 6705, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; } @media (max-width: 767px) { /* line 6713, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-sm.visible-xs { display: block !important; } /* line 6716, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-sm.visible-xs { display: table-row !important; } /* line 6719, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6726, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-sm { display: block !important; } /* line 6729, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-sm { display: table-row !important; } /* line 6732, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6739, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-sm.visible-md { display: block !important; } /* line 6742, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-sm.visible-md { display: table-row !important; } /* line 6745, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { /* line 6752, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-sm.visible-lg { display: block !important; } /* line 6755, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-sm.visible-lg { display: table-row !important; } /* line 6758, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell !important; } } /* line 6764, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-md, tr.visible-md, th.visible-md, td.visible-md { display: none !important; } @media (max-width: 767px) { /* line 6772, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-md.visible-xs { display: block !important; } /* line 6775, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-md.visible-xs { display: table-row !important; } /* line 6778, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6785, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-md.visible-sm { display: block !important; } /* line 6788, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-md.visible-sm { display: table-row !important; } /* line 6791, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6798, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-md { display: block !important; } /* line 6801, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-md { display: table-row !important; } /* line 6804, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { /* line 6811, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-md.visible-lg { display: block !important; } /* line 6814, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-md.visible-lg { display: table-row !important; } /* line 6817, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell !important; } } /* line 6823, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg { display: none !important; } @media (max-width: 767px) { /* line 6831, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-lg.visible-xs { display: block !important; } /* line 6834, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-lg.visible-xs { display: table-row !important; } /* line 6837, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6844, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-lg.visible-sm { display: block !important; } /* line 6847, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-lg.visible-sm { display: table-row !important; } /* line 6850, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6857, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-lg.visible-md { display: block !important; } /* line 6860, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-lg.visible-md { display: table-row !important; } /* line 6863, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell !important; } } @media (min-width: 1200px) { /* line 6870, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-lg { display: block !important; } /* line 6873, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-lg { display: table-row !important; } /* line 6876, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-lg, td.visible-lg { display: table-cell !important; } } /* line 6882, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-xs { display: block !important; } /* line 6886, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.hidden-xs { display: table-row !important; } /* line 6890, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.hidden-xs, td.hidden-xs { display: table-cell !important; } @media (max-width: 767px) { /* line 6896, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6905, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6914, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 6923, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none !important; } } /* line 6931, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-sm { display: block !important; } /* line 6935, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.hidden-sm { display: table-row !important; } /* line 6939, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.hidden-sm, td.hidden-sm { display: table-cell !important; } @media (max-width: 767px) { /* line 6945, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 6954, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 6963, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 6972, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none !important; } } /* line 6980, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-md { display: block !important; } /* line 6984, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.hidden-md { display: table-row !important; } /* line 6988, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.hidden-md, td.hidden-md { display: table-cell !important; } @media (max-width: 767px) { /* line 6994, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 7003, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 7012, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 7021, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none !important; } } /* line 7029, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-lg { display: block !important; } /* line 7033, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.hidden-lg { display: table-row !important; } /* line 7037, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.hidden-lg, td.hidden-lg { display: table-cell !important; } @media (max-width: 767px) { /* line 7043, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { /* line 7052, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { /* line 7061, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none !important; } } @media (min-width: 1200px) { /* line 7070, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg { display: none !important; } } /* line 7078, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-print, tr.visible-print, th.visible-print, td.visible-print { display: none !important; } @media print { /* line 7086, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .visible-print { display: block !important; } /* line 7089, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ tr.visible-print { display: table-row !important; } /* line 7092, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ th.visible-print, td.visible-print { display: table-cell !important; } /* line 7096, /Users/MacBookPro/projects/publify-8.2.0/app/assets/stylesheets/bootstrap.css.scss */ .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print { display: none !important; } }
doc/html/docs/l10n.html
VitalijBondarenko/adanls
<!DOCTYPE HTML> <html> <head> <meta charset="utf8"/> <link rel="stylesheet" type="text/css" href="../gnatdoc.css"/> <script src="../gnatdoc.js" defer></script> <script src="l10n.js" defer></script> </head> <body onload="onDocumentationLoad()"> <div id="body"> </div> </body> </html>
src/includes/team.html
freddyhm/saas-template
<section class="module module__team"> <div class="row module__content team__content"> <div class="module__header"> <h2 class="module__title">A Humble Team We Are</h2> <h3 class="module__subtitle">Well some of us anyways</h3> </div> <div class="team-nav"> <div class="progress-indicator"> <div class="progress-indicator__item progress-indicator__item--selected">o</div> <div class="progress-indicator__item">o</div> <div class="progress-indicator__item">o</div> </div> </div> <div class="team-member__nav-control"> <div class="nav-control nav-control__next">&gt;</div> <div class="nav-control nav-control__prev">&lt;</div> </div> <div class="d-col-3"> <figure class="team-member team-member--selected"> <img src="fdsfasd.jpg" alt="" class="team-member__face"> <figcaption> <div class="team-member__description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore expedita officiis pariatur fuga soluta quibusdam error assumenda delectus. Quisquam vero, dignissimos numquam totam suscipit quaerat. Libero animi quisquam dicta doloremque?</div> <div class="team-member__name">Joe Blo</div> <div class="team-member__title">CEO</div> <a href="" class="team-member__social-link">@BLAHHH</a> </figcaption> </figure> </div> <div class="d-col-3"> <figure class="team-member"> <img src="fdsfasd.jpg" alt="" class="team-member__face"> <figcaption> <div class="team-member__description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore expedita officiis pariatur fuga soluta quibusdam error assumenda delectus. Quisquam vero, dignissimos numquam totam suscipit quaerat. Libero animi quisquam dicta doloremque?</div> <div class="team-member__name">Joe Blo</div> <div class="team-member__title">CEO</div> <a href="" class="team-member__social-link">@BLAHHH</a> </figcaption> </figure> </div> <div class="d-col-3"> <figure class="team-member"> <img src="fdsfasd.jpg" alt="" class="team-member__face"> <figcaption> <div class="team-member__description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore expedita officiis pariatur fuga soluta quibusdam error assumenda delectus. Quisquam vero, dignissimos numquam totam suscipit quaerat. Libero animi quisquam dicta doloremque?</div> <div class="team-member__name">Joe Blo</div> <div class="team-member__title">CEO</div> <a href="" class="team-member__social-link">@BLAHHH</a> </figcaption> </figure> </div> <div class="d-col-3"> <figure class="team-member"> <img src="fdsfasd.jpg" alt="" class="team-member__face"> <figcaption> <div class="team-member__description">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolore expedita officiis pariatur fuga soluta quibusdam error assumenda delectus. Quisquam vero, dignissimos numquam totam suscipit quaerat. Libero animi quisquam dicta doloremque?</div> <div class="team-member__name">Joe Blo</div> <div class="team-member__title">CEO</div> <a href="" class="team-member__social-link">@BLAHHH</a> </figcaption> </figure> </div> </div> </section>
html/234567068746.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Annabel - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492239309402&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=3142&V_SEARCH.docsStart=3141&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=3140&amp;V_DOCUMENT.docRank=3141&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492239332441&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567097358&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=3142&amp;V_DOCUMENT.docRank=3143&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492239332441&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567125778&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Annabel Canada Inc </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal Name:</h2> <p>Annabel Canada Inc</p> <h2 class="h5 mrgn-bttm-0">Operating Name:</h2> <p>Annabel</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.annabel.ca" target="_blank" title="Website URL">http://www.annabel.ca</a></p> <p><a href="mailto:annabel@annabel.ca" title="annabel@annabel.ca">annabel@annabel.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 1645 Haggerty St<br/> DRUMMONDVILLE, Quebec<br/> J2C 5P7 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 1645 Haggerty St<br/> DRUMMONDVILLE, Quebec<br/> J2C 5P7 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (819) 472-1367 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 883-0770</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (819) 472-1372</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567068746&amp;graphFileName=logo.jpg&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Annabel is specialised in printing, dyeing and finishing of home upholstery and transport fabrics. We have a complete range technical fabrics who meet the standards of your market. (militairy, medical, contract...) <br>Our sales and technical team is there to answer your needs.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nicolas Derumeaux </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 230 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> nicolas.derumeaux@annabel.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sylvain Gissard </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Directeur des ventes et du marketing<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 2329 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 472-1372 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> annabel@annabel.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nicholas Derumeaux </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> VP<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 230 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 472-1372 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> annabel@annabel.ca </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 313210 - Broad-Woven Fabric Mills </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 313320 - Fabric Coating<br> 314990 - All Other Textile Product Mills<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Velours de Nylon<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Le velours de nylon est un tissu résistant, doux, lavable et abordable surtout utilisé dans le marché de l&#39;ameublement et du transport. Nous pouvons y ajouter des traitements retardant la progression du feu ou des bactéries.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Vinyle<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Nous exportons différentes sortes de vinyle pour le marché de l&#39;ameublement et du transport.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Polyester<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Polyester pour l&#39;ameublement, le transport et pour les draperies.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> </ul> <h4> Industry sector market interests: </h4> <ul> <li>Wholesale/Retail</li> <li>Defence</li> <li>Automotive</li> <li>Furniture and Wood Product</li> <li>Textile and Clothing</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Belgium</li> <li>China</li> <li>United States</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nicolas Derumeaux </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 230 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> nicolas.derumeaux@annabel.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Sylvain Gissard </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Directeur des ventes et du marketing<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 2329 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 472-1372 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> annabel@annabel.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Nicholas Derumeaux </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> VP<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (819) 472-1367 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 230 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (819) 472-1372 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> annabel@annabel.ca </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 313210 - Broad-Woven Fabric Mills </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 313320 - Fabric Coating<br> 314990 - All Other Textile Product Mills<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Velours de Nylon<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Le velours de nylon est un tissu résistant, doux, lavable et abordable surtout utilisé dans le marché de l&#39;ameublement et du transport. Nous pouvons y ajouter des traitements retardant la progression du feu ou des bactéries.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Vinyle<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Nous exportons différentes sortes de vinyle pour le marché de l&#39;ameublement et du transport.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Polyester<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Polyester pour l&#39;ameublement, le transport et pour les draperies.<br> <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Sales/Marketing</li> </ul> <h4> Industry sector market interests: </h4> <ul> <li>Wholesale/Retail</li> <li>Defence</li> <li>Automotive</li> <li>Furniture and Wood Product</li> <li>Textile and Clothing</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Belgium</li> <li>China</li> <li>United States</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-16 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.1/minic/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>minic: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / minic - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> minic <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-04 15:07:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 15:07:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/minic&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: denotational semantics&quot; &quot;keyword: compilation&quot; &quot;category: Computer Science/Semantics and Compilation/Semantics&quot; ] authors: [ &quot;Eduardo Giménez and Emmanuel Ledinot&quot; ] bug-reports: &quot;https://github.com/coq-contribs/minic/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/minic.git&quot; synopsis: &quot;Semantics of a subset of the C language&quot; description: &quot;&quot;&quot; This contribution defines the denotational semantics of MiniC, a sub-set of the C language. This sub-set is sufficiently large to contain any program generated by lustre2C. The denotation function describing the semantics of a MiniC program actually provides an interpreter for the program.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/minic/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=5b45fd02609aa8586070b4c511ff04f5&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-minic.8.10.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-minic -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-minic.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/public/styles/hebrew.css
diegozaks/craft-test-oz
@import url("https://fonts.googleapis.com/earlyaccess/opensanshebrew.css"); @import url("https://fonts.googleapis.com/css?family=Alef"); html { box-sizing: border-box; } *, *::after, *::before { box-sizing: inherit; } body { color: #333333; font-family: "Open Sans Hebrew", sans-serif; font-size: 1em; direction: rtl; text-align: right; } h1 { font-size: 4em; font-family: "Alef", sans-serif; font-weight: 300; } h2 { font-size: 2.25em; font-family: "Alef", sans-serif; font-weight: 300; } h3 { font-size: 0.75em; font-family: "Open Sans Hebrew", sans-serif; letter-spacing: 0.4px; font-weight: 300; } @media screen and (min-width: 37.5em) { #showList .show .left { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; float: right; margin-right: 0; } #showList .show .left:last-child { margin-right: 0; } } #showList .show .left .ticketButton { width: 150px; } @media screen and (min-width: 37.5em) { #showList .show .right { float: left; display: block; margin-right: 2.35765%; width: 65.88078%; } #showList .show .right:last-child { margin-right: 0; } } @media screen and (min-width: 37.5em) { #showTitle { margin-left: 0%; } } #content { max-width: 71.11111em; margin-left: auto; margin-right: auto; } #content::after { clear: both; content: ""; display: block; } #content .tickets { float: left; display: block; margin-right: 2.35765%; width: 100%; } #content .tickets:last-child { margin-right: 0; } @media screen and (min-width: 37.5em) { #content .tickets { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; margin-left: 0%; margin-right: 0; } #content .tickets:last-child { margin-right: 0; } } #content .tickets h2 { margin: 20px 10px 0 auto; } #content .tickets ul li a { padding: 20px 10px 20px 30px; background: url("../assets/images/Ticket-Icon-Inactive.svg") no-repeat left 10px center; } #content .tickets ul li a:hover { background: url("../assets/images/Ticket-Icon-Active.svg") #eee no-repeat left 10px center; } #content .showInfo { float: left; display: block; margin-right: 2.35765%; width: 100%; } #content .showInfo:last-child { margin-right: 0; } @media screen and (min-width: 37.5em) { #content .showInfo { float: left; display: block; margin-right: 2.35765%; width: 65.88078%; margin-left: 0%; } #content .showInfo:last-child { margin-right: 0; } }
car.zjwist.com/css/List.css
qiji/Tourism_Vehicle_Monitor_System
 .cilineforgridview { float: none; width: auto; line-height: 25px; padding-bottom: 3px; height: auto; overflow: auto; color:Black; } .cilineforgridview table td a { text-decoration: none; } .cilineforgridview table td a:hover { text-decoration: none; } .cilineforgridview table td a:visited { text-decoration: none; color: Blue; } .cilineforgridview table { border-collapse: collapse; border-width: 1px 0 0 1px; border-color: #C2D3ED; border-style: solid; /*border: 1px solid #DDDDDD; #73c73a; #C2D3ED;*/ } .cilineforgridview table th { line-height: 28px; height: 28px; padding: 0px 2px; border-width: 0 1px 1px 0; border-color: #C2D3ED; border-style: solid; } .cilineforgridview table td { line-height: 28px; height: 28px; padding: 0px 2px; border-width: 0 1px 1px 0; border-color: #C2D3ED; border-style: solid; color:Black; }
doc/doc/Rewind/Writer_html.html
fivetanley/rewind
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Writer.html - RDoc Documentation</title> <link href="../../fonts.css" rel="stylesheet"> <link href="../../rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "../../"; </script> <script src="../../js/jquery.js"></script> <script src="../../js/navigation.js"></script> <script src="../../js/search_index.js"></script> <script src="../../js/search.js"></script> <script src="../../js/searcher.js"></script> <script src="../../js/darkfish.js"></script> <body id="top" role="document" class="file"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../../table_of_contents.html#pages">Pages</a> <a href="../../table_of_contents.html#classes">Classes</a> <a href="../../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="project-metadata"> <div id="fileindex-section" class="nav-section"> <h3>Pages</h3> <ul class="link-list"> <li><a href="../../Gemfile.html">Gemfile</a> <li><a href="../../Gemfile_lock.html">Gemfile.lock</a> <li><a href="../../MIT-LICENSE.html">MIT-LICENSE</a> <li><a href="../../README_rdoc.html">README</a> <li><a href="../../Rakefile.html">Rakefile</a> <li><a href="../../doc/ActiveSupport_html.html">ActiveSupport.html</a> <li><a href="../../doc/ApplicationController_html.html">ApplicationController.html</a> <li><a href="../../doc/ApplicationHelper_html.html">ApplicationHelper.html</a> <li><a href="../../doc/Dummy_html.html">Dummy.html</a> <li><a href="../../doc/Dummy/Application_html.html">Application.html</a> <li><a href="../../doc/Gemfile_html.html">Gemfile.html</a> <li><a href="../../doc/Gemfile_lock_html.html">Gemfile_lock.html</a> <li><a href="../../doc/Logger_html.html">Logger.html</a> <li><a href="../../doc/MIT-LICENSE_html.html">MIT-LICENSE.html</a> <li><a href="../../doc/Object_html.html">Object.html</a> <li><a href="../../doc/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../doc/Rakefile_html.html">Rakefile.html</a> <li><a href="../../doc/Rewind_html.html">Rewind.html</a> <li><a href="../../doc/Rewind/Fixture_html.html">Fixture.html</a> <li><a href="../../doc/Rewind/FixtureTape_html.html">FixtureTape.html</a> <li><a href="../../doc/Rewind/Folder_html.html">Folder.html</a> <li><a href="../../doc/Rewind/IntegrationTest_html.html">IntegrationTest.html</a> <li><a href="../../doc/Rewind/Writer_html.html">Writer.html</a> <li><a href="../../doc/Rewind/Writer/Pretender_html.html">Pretender.html</a> <li><a href="../../doc/doc/ActiveSupport_html_html.html">ActiveSupport_html.html</a> <li><a href="../../doc/doc/ApplicationController_html_html.html">ApplicationController_html.html</a> <li><a href="../../doc/doc/ApplicationHelper_html_html.html">ApplicationHelper_html.html</a> <li><a href="../../doc/doc/Dummy/Application_html_html.html">Application_html.html</a> <li><a href="../../doc/doc/Dummy_html_html.html">Dummy_html.html</a> <li><a href="../../doc/doc/Gemfile_html_html.html">Gemfile_html.html</a> <li><a href="../../doc/doc/Gemfile_lock_html_html.html">Gemfile_lock_html.html</a> <li><a href="../../doc/doc/Logger_html_html.html">Logger_html.html</a> <li><a href="../../doc/doc/MIT-LICENSE_html_html.html">MIT-LICENSE_html.html</a> <li><a href="../../doc/doc/Object_html_html.html">Object_html.html</a> <li><a href="../../doc/doc/README_rdoc_html_html.html">README_rdoc_html.html</a> <li><a href="../../doc/doc/Rakefile_html_html.html">Rakefile_html.html</a> <li><a href="../../doc/doc/Rewind/FixtureTape_html_html.html">FixtureTape_html.html</a> <li><a href="../../doc/doc/Rewind/Fixture_html_html.html">Fixture_html.html</a> <li><a href="../../doc/doc/Rewind/Folder_html_html.html">Folder_html.html</a> <li><a href="../../doc/doc/Rewind/IntegrationTest_html_html.html">IntegrationTest_html.html</a> <li><a href="../../doc/doc/Rewind/Writer/Pretender_html_html.html">Pretender_html.html</a> <li><a href="../../doc/doc/Rewind/Writer_html_html.html">Writer_html.html</a> <li><a href="../../doc/doc/Rewind_html_html.html">Rewind_html.html</a> <li><a href="../../doc/doc/doc/ActiveSupport_html_html_html.html">ActiveSupport_html_html.html</a> <li><a href="../../doc/doc/doc/ApplicationController_html_html_html.html">ApplicationController_html_html.html</a> <li><a href="../../doc/doc/doc/ApplicationHelper_html_html_html.html">ApplicationHelper_html_html.html</a> <li><a href="../../doc/doc/doc/Dummy/Application_html_html_html.html">Application_html_html.html</a> <li><a href="../../doc/doc/doc/Dummy_html_html_html.html">Dummy_html_html.html</a> <li><a href="../../doc/doc/doc/Gemfile_html_html_html.html">Gemfile_html_html.html</a> <li><a href="../../doc/doc/doc/Gemfile_lock_html_html_html.html">Gemfile_lock_html_html.html</a> <li><a href="../../doc/doc/doc/Logger_html_html_html.html">Logger_html_html.html</a> <li><a href="../../doc/doc/doc/MIT-LICENSE_html_html_html.html">MIT-LICENSE_html_html.html</a> <li><a href="../../doc/doc/doc/Object_html_html_html.html">Object_html_html.html</a> <li><a href="../../doc/doc/doc/README_rdoc_html_html_html.html">README_rdoc_html_html.html</a> <li><a href="../../doc/doc/doc/Rakefile_html_html_html.html">Rakefile_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/FixtureTape_html_html_html.html">FixtureTape_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/Fixture_html_html_html.html">Fixture_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/Folder_html_html_html.html">Folder_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/IntegrationTest_html_html_html.html">IntegrationTest_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/Writer/Pretender_html_html_html.html">Pretender_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind/Writer_html_html_html.html">Writer_html_html.html</a> <li><a href="../../doc/doc/doc/Rewind_html_html_html.html">Rewind_html_html.html</a> <li><a href="../../doc/doc/doc/fonts_css_html_html.html">fonts_css_html.html</a> <li><a href="../../doc/doc/doc/index_html_html_html.html">index_html_html.html</a> <li><a href="../../doc/doc/doc/js/darkfish_js_html_html.html">darkfish_js_html.html</a> <li><a href="../../doc/doc/doc/js/jquery_js_html_html.html">jquery_js_html.html</a> <li><a href="../../doc/doc/fonts_css_html.html">fonts_css.html</a> <li><a href="../../doc/doc/index_html_html.html">index_html.html</a> <li><a href="../../doc/doc/js/darkfish_js_html.html">darkfish_js.html</a> <li><a href="../../doc/doc/js/jquery_js_html.html">jquery_js.html</a> <li><a href="../../doc/doc/js/navigation_js_html.html">navigation_js.html</a> <li><a href="../../doc/doc/js/search_index_js_html.html">search_index_js.html</a> <li><a href="../../doc/doc/js/search_js_html.html">search_js.html</a> <li><a href="../../doc/doc/js/searcher_js_html.html">searcher_js.html</a> <li><a href="../../doc/doc/lib/tasks/rewind_tasks_rake_html_html.html">rewind_tasks_rake_html.html</a> <li><a href="../../doc/doc/rdoc_css_html.html">rdoc_css.html</a> <li><a href="../../doc/doc/rewind_gemspec_html_html.html">rewind_gemspec_html.html</a> <li><a href="../../doc/doc/table_of_contents_html_html.html">table_of_contents_html.html</a> <li><a href="../../doc/doc/test/dummy/README_rdoc_html_html.html">README_rdoc_html.html</a> <li><a href="../../doc/doc/test/dummy/Rakefile_html_html.html">Rakefile_html.html</a> <li><a href="../../doc/doc/test/dummy/app/assets/javascripts/application_js_html_html.html">application_js_html.html</a> <li><a href="../../doc/doc/test/dummy/app/assets/stylesheets/application_css_html_html.html">application_css_html.html</a> <li><a href="../../doc/doc/test/dummy/config_ru_html_html.html">config_ru_html.html</a> <li><a href="../../doc/doc/test/dummy/db/test_sqlite3_html_html.html">test_sqlite3_html.html</a> <li><a href="../../doc/doc/test/dummy/log/test_log_html_html.html">test_log_html.html</a> <li><a href="../../doc/doc/test/dummy/public/404_html_html_html.html">404_html_html.html</a> <li><a href="../../doc/doc/test/dummy/public/422_html_html_html.html">422_html_html.html</a> <li><a href="../../doc/doc/test/dummy/public/500_html_html_html.html">500_html_html.html</a> <li><a href="../../doc/doc/test/dummy/public/favicon_ico_html_html.html">favicon_ico_html.html</a> <li><a href="../../doc/fonts_css.html">fonts.css</a> <li><a href="../../doc/index_html.html">index.html</a> <li><a href="../../doc/js/darkfish_js.html">darkfish.js</a> <li><a href="../../doc/js/jquery_js.html">jquery.js</a> <li><a href="../../doc/js/navigation_js.html">navigation.js</a> <li><a href="../../doc/js/search_js.html">search.js</a> <li><a href="../../doc/js/search_index_js.html">search_index.js</a> <li><a href="../../doc/js/searcher_js.html">searcher.js</a> <li><a href="../../doc/lib/tasks/rewind_tasks_rake_html.html">rewind_tasks_rake.html</a> <li><a href="../../doc/rdoc_css.html">rdoc.css</a> <li><a href="../../doc/rewind_gemspec_html.html">rewind_gemspec.html</a> <li><a href="../../doc/table_of_contents_html.html">table_of_contents.html</a> <li><a href="../../doc/test/dummy/README_rdoc_html.html">README_rdoc.html</a> <li><a href="../../doc/test/dummy/Rakefile_html.html">Rakefile.html</a> <li><a href="../../doc/test/dummy/app/assets/javascripts/application_js_html.html">application_js.html</a> <li><a href="../../doc/test/dummy/app/assets/stylesheets/application_css_html.html">application_css.html</a> <li><a href="../../doc/test/dummy/config_ru_html.html">config_ru.html</a> <li><a href="../../doc/test/dummy/db/test_sqlite3_html.html">test_sqlite3.html</a> <li><a href="../../doc/test/dummy/log/test_log_html.html">test_log.html</a> <li><a href="../../doc/test/dummy/public/404_html_html.html">404_html.html</a> <li><a href="../../doc/test/dummy/public/422_html_html.html">422_html.html</a> <li><a href="../../doc/test/dummy/public/500_html_html.html">500_html.html</a> <li><a href="../../doc/test/dummy/public/favicon_ico_html.html">favicon_ico.html</a> <li><a href="../../lib/tasks/rewind_tasks_rake.html">rewind_tasks.rake</a> <li><a href="../../rewind_gemspec.html">rewind.gemspec</a> <li><a href="../../test/dummy/README_rdoc.html">README</a> <li><a href="../../test/dummy/Rakefile.html">Rakefile</a> <li><a href="../../test/dummy/app/assets/javascripts/application_js.html">application.js</a> <li><a href="../../test/dummy/app/assets/stylesheets/application_css.html">application.css</a> <li><a href="../../test/dummy/config_ru.html">config.ru</a> <li><a href="../../test/dummy/db/test_sqlite3.html">test.sqlite3</a> <li><a href="../../test/dummy/log/test_log.html">test.log</a> <li><a href="../../test/dummy/public/404_html.html">404.html</a> <li><a href="../../test/dummy/public/422_html.html">422.html</a> <li><a href="../../test/dummy/public/500_html.html">500.html</a> <li><a href="../../test/dummy/public/favicon_ico.html">favicon.ico</a> </ul> </div> </div> </nav> <main role="main" aria-label="Page doc/Rewind/Writer.html"> <p>&lt;!DOCTYPE html&gt;</p> <p>&lt;html&gt; &lt;head&gt; &lt;meta charset=“UTF-8”&gt;</p> <p>&lt;title&gt;module <a href="../../Rewind/Writer.html">Rewind::Writer</a> - RDoc Documentation&lt;/title&gt;</p> <p>&lt;link href=“../fonts.css” rel=“stylesheet”&gt; &lt;link href=“../rdoc.css” rel=“stylesheet”&gt;</p> <p>&lt;script type=“text/javascript”&gt;</p> <pre>var rdoc_rel_prefix = &quot;../&quot;;</pre> <p>&lt;/script&gt;</p> <p>&lt;script src=“../js/jquery.js”&gt;&lt;/script&gt; &lt;script src=“../js/navigation.js”&gt;&lt;/script&gt; &lt;script src=“../js/search_index.js”&gt;&lt;/script&gt; &lt;script src=“../js/search.js”&gt;&lt;/script&gt; &lt;script src=“../js/searcher.js”&gt;&lt;/script&gt; &lt;script src=“../js/darkfish.js”&gt;&lt;/script&gt;</p> <p>&lt;body id=“top” role=“document” class=“module”&gt; &lt;nav role=“navigation”&gt;</p> <pre>&lt;div id=&quot;project-navigation&quot;&gt; &lt;div id=&quot;home-section&quot; role=&quot;region&quot; title=&quot;Quick navigation&quot; class=&quot;nav-section&quot;&gt; &lt;h2&gt; &lt;a href=&quot;../index.html&quot; rel=&quot;home&quot;&gt;Home&lt;/a&gt; &lt;/h2&gt; &lt;div id=&quot;table-of-contents-navigation&quot;&gt; &lt;a href=&quot;../table_of_contents.html#pages&quot;&gt;Pages&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#classes&quot;&gt;Classes&lt;/a&gt; &lt;a href=&quot;../table_of_contents.html#methods&quot;&gt;Methods&lt;/a&gt; &lt;/div&gt;</pre> <p>&lt;/div&gt;</p> <pre> &lt;div id=&quot;search-section&quot; role=&quot;search&quot; class=&quot;project-section initially-hidden&quot;&gt; &lt;form action=&quot;#&quot; method=&quot;get&quot; accept-charset=&quot;utf-8&quot;&gt; &lt;div id=&quot;search-field-wrapper&quot;&gt; &lt;input id=&quot;search-field&quot; role=&quot;combobox&quot; aria-label=&quot;Search&quot; aria-autocomplete=&quot;list&quot; aria-controls=&quot;search-results&quot; type=&quot;text&quot; name=&quot;search&quot; placeholder=&quot;Search&quot; spellcheck=&quot;false&quot; title=&quot;Type to search, Up and Down to navigate, Enter to load&quot;&gt; &lt;/div&gt; &lt;ul id=&quot;search-results&quot; aria-label=&quot;Search Results&quot; aria-busy=&quot;false&quot; aria-expanded=&quot;false&quot; aria-atomic=&quot;false&quot; class=&quot;initially-hidden&quot;&gt;&lt;/ul&gt; &lt;/form&gt;</pre> <p>&lt;/div&gt;</p> <pre>&lt;/div&gt; &lt;div id=&quot;class-metadata&quot;&gt; &lt;/div&gt;</pre> <p>&lt;/nav&gt;</p> <p>&lt;main role=“main” aria-labelledby=“module-Rewind::Writer”&gt;</p> <pre class="ruby"><span class="ruby-operator">&lt;</span><span class="ruby-identifier">h1</span> <span class="ruby-identifier">id</span>=<span class="ruby-string">&quot;module-Rewind::Writer&quot;</span> <span class="ruby-identifier">class</span>=<span class="ruby-string">&quot;module&quot;</span><span class="ruby-operator">&gt;</span> <span class="ruby-keyword">module</span> <span class="ruby-constant">Rewind</span><span class="ruby-operator">::</span><span class="ruby-constant">Writer</span> <span class="ruby-operator">&lt;</span><span class="ruby-regexp">/h1&gt; &lt;section class=&quot;description&quot;&gt; &lt;/se</span><span class="ruby-identifier">ction</span><span class="ruby-operator">&gt;</span> <span class="ruby-operator">&lt;</span><span class="ruby-identifier">section</span> <span class="ruby-identifier">id</span>=<span class="ruby-string">&quot;5Buntitled-5D&quot;</span> <span class="ruby-identifier">class</span>=<span class="ruby-string">&quot;documentation-section&quot;</span><span class="ruby-operator">&gt;</span> <span class="ruby-operator">&lt;</span><span class="ruby-regexp">/section&gt; </span></pre> <p>&lt;/main&gt;</p> <p>&lt;footer id=“validator-badges” role=“contentinfo”&gt;</p> <pre>&lt;p&gt;&lt;a href=&quot;http://validator.w3.org/check/referer&quot;&gt;Validate&lt;/a&gt; &lt;p&gt;Generated by &lt;a href=&quot;http://rdoc.rubyforge.org&quot;&gt;RDoc&lt;/a&gt; 4.1.1. &lt;p&gt;Based on &lt;a href=&quot;http://deveiate.org/projects/Darkfish-Rdoc/&quot;&gt;Darkfish&lt;/a&gt; by &lt;a href=&quot;http://deveiate.org&quot;&gt;Michael Granger&lt;/a&gt;.</pre> <p>&lt;/footer&gt;</p> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> 4.1.1. <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
widgets/common/assets/gradients/glossy/glossyPlum/glossyPlum4.css
idutta2007/yiigems
.background_glossyPlum4, .hover_background_glossyPlum4:hover, .active_background_glossyPlum4:active:hover { background: #bd45bd; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyPlum4h, .hover_background_glossyPlum4h:hover, .active_background_glossyPlum4h:active:hover { background: #bd45bd; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_glossyPlum4a, .hover_background_glossyPlum4a:hover, .active_background_glossyPlum4a:active:hover { background: #bd45bd; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 ); } .background_glossyPlum4s, .hover_background_glossyPlum4s:hover, .active_background_glossyPlum4s:active:hover { background: #bd45bd; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); } .background_color_glossyPlum4, .hover_background_color_glossyPlum4:hover, .active_background_color_glossyPlum4:active:hover { background-color:#bd45bd; } .background_first_color_glossyPlum4, .hover_background_first_color_glossyPlum4:hover, .active_background_first_color_glossyPlum4:active:hover { background-color:#ffffff; } .background_last_color_glossyPlum4, .hover_background_last_color_glossyPlum4:hover, .active_background_color_last_glossyPlum4:active:hover { background-color:#000000; } /* ------------------------------ color settings -------------------------------*/ .color_glossyPlum4, .hover_color_glossyPlum4:hover, .active_color_glossyPlum4:active:hover { color: #c8c8c8; } .color_glossyPlum4h, .hover_color_glossyPlum4h:hover, .active_color_glossyPlum4h:active:hover { color: #c8c8c8; } .color_glossyPlum4a, .hover_color_glossyPlum4a:hover, .active_color_glossyPlum4a:active:hover { color: #c8c8c8; } .color_glossyPlum4s, .hover_color_glossyPlum4s:hover, .active_color_glossyPlum4s:active:hover { color: #282828; } /* -------------------------- border color settings -----------------------------*/ .border_glossyPlum4, .hover_border_glossyPlum4:hover, .active_border_glossyPlum4:active:hover { border-color: #983698 #983698 #983698 #983698; } .border_glossyPlum4h, .hover_border_glossyPlum4h:hover, .active_border_glossyPlum4h:active:hover { border-color: #7b2c7b #7b2c7b #7b2c7b #7b2c7b; } .border_glossyPlum4a, .hover_border_glossyPlum4a:hover, .active_border_glossyPlum4a:active:hover { border-color: #5f225f #5f225f #5f225f #5f225f; } .border_glossyPlum4s, .hover_border_glossyPlum4s:hover, .active_border_glossyPlum4s:active:hover { border-color: #983698 #983698 #983698 #983698; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glossyPlum4, .hover_shadow_expand_glossyPlum4:hover, .active_shadow_expand_glossyPlum4:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(189, 69, 189, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(189, 69, 189, .39); box-shadow: 0em 0em 1em 0.25em rgba(189, 69, 189, .39); } .shadow_expand_glossyPlum4h, .hover_shadow_expand_glossyPlum4h:hover, .active_shadow_expand_glossyPlum4h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(202, 107, 202, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(202, 107, 202, .50); box-shadow: 0em 0em 1em 0.25em rgba(202, 107, 202, .50); } .shadow_expand_glossyPlum4a, .hover_shadow_expand_glossyPlum4a:hover, .active_shadow_expand_glossyPlum4a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .63); box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .63); } .shadow_expand_glossyPlum4s, .hover_shadow_expand_glossyPlum4s:hover, .active_shadow_expand_glossyPlum4s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .71); -moz-box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .71); box-shadow: 0em 0em 1em 0.25em rgba(171, 61, 171, .71); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glossyPlum4, .hover_shadow_left_glossyPlum4:hover, .active_shadow_left_glossyPlum4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); } .shadow_left_glossyPlum4h, .hover_shadow_left_glossyPlum4h:hover, .active_shadow_left_glossyPlum4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); } .shadow_left_glossyPlum4a, .hover_shadow_left_glossyPlum4a:hover, .active_shadow_left_glossyPlum4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); } .shadow_left_glossyPlum4s, .hover_shadow_left_glossyPlum4s:hover, .active_shadow_left_glossyPlum4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glossyPlum4, .hover_shadow_right_glossyPlum4:hover, .active_shadow_right_glossyPlum4:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(189, 69, 189, .39); -moz-box-shadow: 0.5em 0em 1em rgba(189, 69, 189, .39); box-shadow: 0.5em 0em 1em rgba(189, 69, 189, .39); } .shadow_right_glossyPlum4h, .hover_shadow_right_glossyPlum4h:hover, .active_shadow_right_glossyPlum4h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(202, 107, 202, .50); -moz-box-shadow: 0.5em 0em 1em rgba(202, 107, 202, .50); box-shadow: 0.5em 0em 1em rgba(202, 107, 202, .50); } .shadow_right_glossyPlum4a, .hover_shadow_right_glossyPlum4a:hover, .active_shadow_right_glossyPlum4a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .63); -moz-box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .63); box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .63); } .shadow_right_glossyPlum4s, .hover_shadow_right_glossyPlum4s:hover, .active_shadow_right_glossyPlum4s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .71); -moz-box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .71); box-shadow: 0.5em 0em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glossyPlum4, .hover_shadow_top_glossyPlum4:hover, .active_shadow_top_glossyPlum4:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: 0em -0.5em 1em rgba(189, 69, 189, .39); box-shadow: 0em -0.5em 1em rgba(189, 69, 189, .39); } .shadow_top_glossyPlum4h, .hover_shadow_top_glossyPlum4h:hover, .active_shadow_top_glossyPlum4h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: 0em -0.5em 1em rgba(202, 107, 202, .50); box-shadow: 0em -0.5em 1em rgba(202, 107, 202, .50); } .shadow_top_glossyPlum4a, .hover_shadow_top_glossyPlum4a:hover, .active_shadow_top_glossyPlum4a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .63); box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .63); } .shadow_top_glossyPlum4s, .hover_shadow_top_glossyPlum4s:hover, .active_shadow_top_glossyPlum4s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .71); box-shadow: 0em -0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glossyPlum4, .hover_shadow_bottom_glossyPlum4:hover, .active_shadow_bottom_glossyPlum4:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: 0em 0.5em 1em rgba(189, 69, 189, .39); box-shadow: 0em 0.5em 1em rgba(189, 69, 189, .39); } .shadow_bottom_glossyPlum4h, .hover_shadow_bottom_glossyPlum4h:hover, .active_shadow_bottom_glossyPlum4h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: 0em 0.5em 1em rgba(202, 107, 202, .50); box-shadow: 0em 0.5em 1em rgba(202, 107, 202, .50); } .shadow_bottom_glossyPlum4a, .hover_shadow_bottom_glossyPlum4a:hover, .active_shadow_bottom_glossyPlum4a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .63); box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .63); } .shadow_bottom_glossyPlum4s, .hover_shadow_bottom_glossyPlum4s:hover, .active_shadow_bottom_glossyPlum4s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .71); box-shadow: 0em 0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glossyPlum4, .hover_shadow_top_left_glossyPlum4:hover, .active_shadow_top_left_glossyPlum4:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); box-shadow: -0.5em -0.5em 1em rgba(189, 69, 189, .39); } .shadow_top_left_glossyPlum4h, .hover_shadow_top_left_glossyPlum4h:hover, .active_shadow_top_left_glossyPlum4h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); box-shadow: -0.5em -0.5em 1em rgba(202, 107, 202, .50); } .shadow_top_left_glossyPlum4a, .hover_shadow_top_left_glossyPlum4a:hover, .active_shadow_top_left_glossyPlum4a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .63); } .shadow_top_left_glossyPlum4s, .hover_shadow_top_left_glossyPlum4s:hover, .active_shadow_top_left_glossyPlum4s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); box-shadow: -0.5em -0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glossyPlum4, .hover_shadow_top_right_glossyPlum4:hover, .active_shadow_top_right_glossyPlum4:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(189, 69, 189, .39); box-shadow: 0.5em -0.5em 1em rgba(189, 69, 189, .39); } .shadow_top_right_glossyPlum4h, .hover_shadow_top_right_glossyPlum4h:hover, .active_shadow_top_right_glossyPlum4h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(202, 107, 202, .50); box-shadow: 0.5em -0.5em 1em rgba(202, 107, 202, .50); } .shadow_top_right_glossyPlum4a, .hover_shadow_top_right_glossyPlum4a:hover, .active_shadow_top_right_glossyPlum4a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .63); box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .63); } .shadow_top_right_glossyPlum4s, .hover_shadow_top_right_glossyPlum4s:hover, .active_shadow_top_right_glossyPlum4s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .71); box-shadow: 0.5em -0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glossyPlum4, .hover_shadow_bottom_left_glossyPlum4:hover, .active_shadow_bottom_left_glossyPlum4:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(189, 69, 189, .39); box-shadow: -0.5em 0.5em 1em rgba(189, 69, 189, .39); } .shadow_bottom_left_glossyPlum4h, .hover_shadow_bottom_left_glossyPlum4h:hover, .active_shadow_bottom_left_glossyPlum4h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(202, 107, 202, .50); box-shadow: -0.5em 0.5em 1em rgba(202, 107, 202, .50); } .shadow_bottom_left_glossyPlum4a, .hover_shadow_bottom_left_glossyPlum4a:hover, .active_shadow_bottom_left_glossyPlum4a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .63); box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .63); } .shadow_bottom_left_glossyPlum4s, .hover_shadow_bottom_left_glossyPlum4s:hover, .active_shadow_bottom_left_glossyPlum4s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .71); box-shadow: -0.5em 0.5em 1em rgba(171, 61, 171, .71); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glossyPlum4, .hover_shadow_bottom_right_glossyPlum4:hover, .active_shadow_bottom_right_glossyPlum4:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(189, 69, 189, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(189, 69, 189, .39); box-shadow: 0.5em 0.5em 1em rgba(189, 69, 189, .39); } .shadow_bottom_right_glossyPlum4h, .hover_shadow_bottom_right_glossyPlum4h:hover, .active_shadow_bottom_right_glossyPlum4h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(202, 107, 202, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(202, 107, 202, .50); box-shadow: 0.5em 0.5em 1em rgba(202, 107, 202, .50); } .shadow_bottom_right_glossyPlum4a, .hover_shadow_bottom_right_glossyPlum4a:hover, .active_shadow_bottom_right_glossyPlum4a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .63); box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .63); } .shadow_bottom_right_glossyPlum4s, .hover_shadow_bottom_right_glossyPlum4s:hover, .active_shadow_bottom_right_glossyPlum4s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .71); -moz-box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .71); box-shadow: 0.5em 0.5em 1em rgba(171, 61, 171, .71); }
_posts/2013-04-07-45_6.html
svlark/svlark.github.io
--- layout: post title: 4/5 date: '2013-04-06T22:30:00.001-06:00' author: Jacob . tags: modified_time: '2013-04-06T22:30:55.335-06:00' blogger_id: tag:blogger.com,1999:blog-6400085873105072120.post-8360019293818963616 blogger_orig_url: http://www.svlark.com/2013/04/45_6.html --- Painting proceeds apace. Tomorrow we're trooping down to Ikea for some cheap staging accessories.<br /><br />230.5
frontend/src/app/shared/loader/loader.component.html
Codingpedia/bookmarks-api
<div *ngIf="isLoading | async" class="overlay"> <mat-progress-spinner class="spinner" [color]="color" [mode]="mode"> </mat-progress-spinner> </div>
nokia/tableless/estilo.css
tableless/convertidos
body, div, h1, h2, h3, p, dl, ul, li, a { margin: 0; padding: 0; } ul { list-style: none; } img { border: 0; } form { margin: 0; padding: 2px 0 0; } fieldset { border: none; display: inline; padding: 0; margin: 0; } a { text-decoration: none; } a:visited { text-decoration: underline; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } body { background: #FFF url(imagens/bg.gif) repeat-x; font: 11px/1.5em Arial, Helvetica, sans-serif; } #geral { text-align: left; width: 750px; } #logo { float: left; height: 73px; padding-left: 10px; margin-right: 180px; } #logo h1 a { display: block; width: 116px; height: 32px; margin: 21px 48px 20px 0; float: left; background: url(imagens/logo_nokia.gif) no-repeat; } #logo h1 a span { display: none; } #logo p.escolha { padding: 18px 0 3px; } #logo p.escolha a { color: #03C; } #logo h2 { color: #666; font-size: 1.1em; } #busca { padding-top: 9px; color: #666; width: 180px; float: right; text-align: right; } #busca a { color: #666; } #search { padding-top: 7px; } #qt { font-size: 0.9em; margin: 4px 3px 0 6px; width: 100px; } #conteudo { clear: both; padding-left: 10px; width: 740px; } #conteudo ul.menu { background: #03C; width: 100%; float: left; } #conteudo ul.menu li { display: inline; } #conteudo ul.menu li a { padding: 2px 5px 1px 6px; color: #FFF; font-size: 1.1em; font-weight: bold; text-decoration: none; float: left; background: #03C url(imagens/separador.gif) right no-repeat; } #conteudo ul.menu li a.sel { color: #000; background: #CCC url(imagens/separador.gif) right no-repeat; } #conteudo ul.menu li a:hover { text-decoration: underline; } #banner { height: 150px; width: 534px; padding: 5px 0 10px; border-bottom: 1px solid #999; } #miolo { float: left; padding-top: 20px; padding-left: 28px; width: 537px; } #miolo h2 { font-size: 1.1em; height: 39px; line-height: 1.2em; padding-bottom: 13px; } #imprensa { float: left; width: 116px; padding: 10px 10px 0 0; line-height: 1.2em; } #imprensa p { padding-bottom: 13px; } #imprensa a { color: #03C; text-decoration: underline; } #coluna1, #coluna2, #coluna3 { float: left; width: 126px; height: 480px; padding: 10px 10px 0 0; line-height: 1.2em; } #coluna1 p, #coluna2 p, #coluna3 p { padding: 1px 0; } #coluna1 a, #coluna2 a, #coluna3 a { color: #03C; text-decoration: underline; } #direita { padding-top: 20px; width: 164px; float: right; line-height: 1.2em; } #direita h2 { font-size: 1.1em; color: #666; padding: 9px 0 0 4px; height: 17px; width: 160px; background: url(imagens/topobox.gif) no-repeat; } #direita a { color: #03C; text-decoration: underline; } #direita p { color: #666; } .box { background: url(imagens/bordabox.gif); margin-bottom: 10px; } #boxloja, #boxfale { height: 119px; } #boxtecnica { height: 132px; } #boxsuporte { height: 103px; } #boxcarreiras { height: 106px; } .icone { padding: 5px 0 0 6px; float: left; width: 62px; background: url(imagens/cantobox.gif) left bottom no-repeat; } .textobox { padding: 5px; width: 85px; float: left; background: url(imagens/basebox.gif) bottom repeat-x; } #icoloja, #icofale { height: 88px; } #icotecnica { height: 101px; } #icosuporte { height: 72px; } #icocarreiras { height: 75px; } #txtloja, #txtfale { height: 83px; } #txttecnica { height: 96px; } #txtsuporte { height: 67px; } #txtcarreiras { height: 70px; } #rodape { clear: both; text-align: center; line-height: 1.3em; padding-bottom: 13px; margin: auto; } #rodape ul li { display: inline; margin: 0; padding-left: 6px; background: url(imagens/pipe.gif) -3px 2px no-repeat; } #rodape ul li.sem { background: url(imagens/pipe.gif) -9px 2px no-repeat; } #rodape ul li.copyright { background: url(imagens/pipe.gif) -9px 2px no-repeat; color: #9C9A9C; font-size: 0.9em; } #rodape ul li a { color: #03C; text-decoration: none; } #rodape ul li a:hover { text-decoration: underline; } #rodape ul li a.selecionado { color: #9C9A9C; text-decoration: none; } #linha2 { margin-bottom: 5px; }
docs/src_math_QuadTree.js.html
adamlabadorf/bobodyssey
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Source: src/math/QuadTree.js · Phaser CE</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/default.css"> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> <script src="https://use.typekit.net/fmc0gtt.js"></script> <script>Typekit.load()</script> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top navbar-inverse"> <div style="position: absolute; width: 143px; height: 31px; right: 10px; top: 10px; z-index: 1050"><a href="http://phaser.io"><img src="img/phaser.png" border="0" /></a></div> <div class="navbar-inner"> <a class="brand" href="index.html">Phaser API</a> <ul class="nav"> <li> <a href="https://github.com/photonstorm/phaser-ce/blob/master/README.md"> <i class="icon-info-sign icon-white"></i> Read Me </a> </li> <li> <a href="https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md"> <i class="icon-list icon-white"></i> Change Log </a> </li> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="Phaser.html">Phaser</a> </li> <li class="class-depth-0"> <a href="PIXI.html">PIXI</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="CreatureShader.html">CreatureShader</a> </li> <li class="class-depth-0"> <a href="EarCut.html">EarCut</a> </li> <li class="class-depth-0"> <a href="Event.html">Event</a> </li> <li class="class-depth-0"> <a href="EventTarget.html">EventTarget</a> </li> <li class="class-depth-1"> <a href="Phaser.Animation.html">Animation</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationManager.html">AnimationManager</a> </li> <li class="class-depth-1"> <a href="Phaser.AnimationParser.html">AnimationParser</a> </li> <li class="class-depth-1"> <a href="Phaser.ArraySet.html">ArraySet</a> </li> <li class="class-depth-1"> <a href="Phaser.ArrayUtils.html">ArrayUtils</a> </li> <li class="class-depth-1"> <a href="Phaser.AudioSprite.html">AudioSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapData.html">BitmapData</a> </li> <li class="class-depth-1"> <a href="Phaser.BitmapText.html">BitmapText</a> </li> <li class="class-depth-1"> <a href="Phaser.Bullet.html">Bullet</a> </li> <li class="class-depth-1"> <a href="Phaser.Button.html">Button</a> </li> <li class="class-depth-1"> <a href="Phaser.Cache.html">Cache</a> </li> <li class="class-depth-1"> <a href="Phaser.Camera.html">Camera</a> </li> <li class="class-depth-1"> <a href="Phaser.Canvas.html">Canvas</a> </li> <li class="class-depth-1"> <a href="Phaser.CanvasPool.html">CanvasPool</a> </li> <li class="class-depth-1"> <a href="Phaser.Circle.html">Circle</a> </li> <li class="class-depth-1"> <a href="Phaser.Color.html">Color</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Angle.html">Angle</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Animation.html">Animation</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.AutoCull.html">AutoCull</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Bounds.html">Bounds</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.BringToTop.html">BringToTop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Core.html">Core</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Crop.html">Crop</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Delta.html">Delta</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Destroy.html">Destroy</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.FixedToCamera.html">FixedToCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Health.html">Health</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InCamera.html">InCamera</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InputEnabled.html">InputEnabled</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.InWorld.html">InWorld</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LifeSpan.html">LifeSpan</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.LoadTexture.html">LoadTexture</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Overlap.html">Overlap</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.PhysicsBody.html">PhysicsBody</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Reset.html">Reset</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.ScaleMinMax.html">ScaleMinMax</a> </li> <li class="class-depth-2"> <a href="Phaser.Component.Smoothed.html">Smoothed</a> </li> <li class="class-depth-1"> <a href="Phaser.Create.html">Create</a> </li> <li class="class-depth-1"> <a href="Phaser.Creature.html">Creature</a> </li> <li class="class-depth-1"> <a href="Phaser.Device.html">Device</a> </li> <li class="class-depth-1"> <a href="Phaser.DeviceButton.html">DeviceButton</a> </li> <li class="class-depth-1"> <a href="Phaser.DOM.html">DOM</a> </li> <li class="class-depth-1"> <a href="Phaser.Easing.html">Easing</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Back.html">Back</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Bounce.html">Bounce</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Circular.html">Circular</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Cubic.html">Cubic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Elastic.html">Elastic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Exponential.html">Exponential</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Linear.html">Linear</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quadratic.html">Quadratic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quartic.html">Quartic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Quintic.html">Quintic</a> </li> <li class="class-depth-2"> <a href="Phaser.Easing.Sinusoidal.html">Sinusoidal</a> </li> <li class="class-depth-1"> <a href="Phaser.Ellipse.html">Ellipse</a> </li> <li class="class-depth-1"> <a href="Phaser.Events.html">Events</a> </li> <li class="class-depth-1"> <a href="Phaser.Filter.html">Filter</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexGrid.html">FlexGrid</a> </li> <li class="class-depth-1"> <a href="Phaser.FlexLayer.html">FlexLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.Frame.html">Frame</a> </li> <li class="class-depth-1"> <a href="Phaser.FrameData.html">FrameData</a> </li> <li class="class-depth-1"> <a href="Phaser.Game.html">Game</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectCreator.html">GameObjectCreator</a> </li> <li class="class-depth-1"> <a href="Phaser.GameObjectFactory.html">GameObjectFactory</a> </li> <li class="class-depth-1"> <a href="Phaser.Gamepad.html">Gamepad</a> </li> <li class="class-depth-1"> <a href="Phaser.Graphics.html">Graphics</a> </li> <li class="class-depth-1"> <a href="Phaser.Group.html">Group</a> </li> <li class="class-depth-1"> <a href="Phaser.Hermite.html">Hermite</a> </li> <li class="class-depth-1"> <a href="Phaser.Image.html">Image</a> </li> <li class="class-depth-1"> <a href="Phaser.ImageCollection.html">ImageCollection</a> </li> <li class="class-depth-1"> <a href="Phaser.Input.html">Input</a> </li> <li class="class-depth-1"> <a href="Phaser.InputHandler.html">InputHandler</a> </li> <li class="class-depth-1"> <a href="Phaser.Key.html">Key</a> </li> <li class="class-depth-1"> <a href="Phaser.Keyboard.html">Keyboard</a> </li> <li class="class-depth-1"> <a href="Phaser.KeyCode.html">KeyCode</a> </li> <li class="class-depth-1"> <a href="Phaser.Line.html">Line</a> </li> <li class="class-depth-1"> <a href="Phaser.LinkedList.html">LinkedList</a> </li> <li class="class-depth-1"> <a href="Phaser.Loader.html">Loader</a> </li> <li class="class-depth-1"> <a href="Phaser.LoaderParser.html">LoaderParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Math.html">Math</a> </li> <li class="class-depth-1"> <a href="Phaser.Matrix.html">Matrix</a> </li> <li class="class-depth-1"> <a href="Phaser.Mouse.html">Mouse</a> </li> <li class="class-depth-1"> <a href="Phaser.MSPointer.html">MSPointer</a> </li> <li class="class-depth-1"> <a href="Phaser.Net.html">Net</a> </li> <li class="class-depth-1"> <a href="Phaser.Particle.html">Particle</a> </li> <li class="class-depth-1"> <a href="Phaser.Particles.html">Particles</a> </li> <li class="class-depth-2"> <a href="Phaser.Particles.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Particles.Arcade.Emitter.html">Emitter</a> </li> <li class="class-depth-1"> <a href="Phaser.Path.html">Path</a> </li> <li class="class-depth-1"> <a href="Phaser.PathFollower.html">PathFollower</a> </li> <li class="class-depth-1"> <a href="Phaser.PathPoint.html">PathPoint</a> </li> <li class="class-depth-1"> <a href="Phaser.Physics.html">Physics</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Arcade.html">Arcade</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Arcade.TilemapCollision.html">TilemapCollision</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.Ninja.html">Ninja</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.AABB.html">AABB</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Circle.html">Circle</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.Ninja.Tile.html">Tile</a> </li> <li class="class-depth-2"> <a href="Phaser.Physics.P2.html">P2</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Body.html">Body</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.BodyDebug.html">BodyDebug</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.DistanceConstraint.html">DistanceConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.FixtureList.html">FixtureList</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.GearConstraint.html">GearConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.InversePointProxy.html">InversePointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.LockConstraint.html">LockConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Material.html">Material</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PointProxy.html">PointProxy</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.PrismaticConstraint.html">PrismaticConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RevoluteConstraint.html">RevoluteConstraint</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.RotationalSpring.html">RotationalSpring</a> </li> <li class="class-depth-3"> <a href="Phaser.Physics.P2.Spring.html">Spring</a> </li> <li class="class-depth-1"> <a href="Phaser.Plugin.html">Plugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.AStar.html">AStar</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.AStar.AStarNode.html">AStarNode</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.AStar.AStarPath.html">AStarPath</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.ColorHarmony.html">ColorHarmony</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.CSS3Filters.html">CSS3Filters</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.Juicy.html">Juicy</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.Juicy.ScreenFlash.html">ScreenFlash</a> </li> <li class="class-depth-3"> <a href="Phaser.Plugin.Juicy.Trail.html">Trail</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.KineticScrolling.html">KineticScrolling</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.PathManager.html">PathManager</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.SamplePlugin.html">SamplePlugin</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.TilemapWalker.html">TilemapWalker</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.VirtualJoystick.html">VirtualJoystick</a> </li> <li class="class-depth-2"> <a href="Phaser.Plugin.Webcam.html">Webcam</a> </li> <li class="class-depth-1"> <a href="Phaser.PluginManager.html">PluginManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Point.html">Point</a> </li> <li class="class-depth-1"> <a href="Phaser.Pointer.html">Pointer</a> </li> <li class="class-depth-1"> <a href="Phaser.PointerMode.html">PointerMode</a> </li> <li class="class-depth-1"> <a href="Phaser.Polygon.html">Polygon</a> </li> <li class="class-depth-1"> <a href="Phaser.QuadTree.html">QuadTree</a> </li> <li class="class-depth-1"> <a href="Phaser.RandomDataGenerator.html">RandomDataGenerator</a> </li> <li class="class-depth-1"> <a href="Phaser.Rectangle.html">Rectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.RenderTexture.html">RenderTexture</a> </li> <li class="class-depth-1"> <a href="Phaser.RequestAnimationFrame.html">RequestAnimationFrame</a> </li> <li class="class-depth-1"> <a href="Phaser.RetroFont.html">RetroFont</a> </li> <li class="class-depth-1"> <a href="Phaser.Rope.html">Rope</a> </li> <li class="class-depth-1"> <a href="Phaser.RoundedRectangle.html">RoundedRectangle</a> </li> <li class="class-depth-1"> <a href="Phaser.ScaleManager.html">ScaleManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Signal.html">Signal</a> </li> <li class="class-depth-1"> <a href="Phaser.SignalBinding.html">SignalBinding</a> </li> <li class="class-depth-1"> <a href="Phaser.SinglePad.html">SinglePad</a> </li> <li class="class-depth-1"> <a href="Phaser.Sound.html">Sound</a> </li> <li class="class-depth-1"> <a href="Phaser.SoundManager.html">SoundManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="Phaser.SpriteBatch.html">SpriteBatch</a> </li> <li class="class-depth-1"> <a href="Phaser.Stage.html">Stage</a> </li> <li class="class-depth-1"> <a href="Phaser.State.html">State</a> </li> <li class="class-depth-1"> <a href="Phaser.StateManager.html">StateManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Text.html">Text</a> </li> <li class="class-depth-1"> <a href="Phaser.Tile.html">Tile</a> </li> <li class="class-depth-1"> <a href="Phaser.Tilemap.html">Tilemap</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapLayer.html">TilemapLayer</a> </li> <li class="class-depth-1"> <a href="Phaser.TilemapParser.html">TilemapParser</a> </li> <li class="class-depth-1"> <a href="Phaser.Tileset.html">Tileset</a> </li> <li class="class-depth-1"> <a href="Phaser.TileSprite.html">TileSprite</a> </li> <li class="class-depth-1"> <a href="Phaser.Time.html">Time</a> </li> <li class="class-depth-1"> <a href="Phaser.Timer.html">Timer</a> </li> <li class="class-depth-1"> <a href="Phaser.TimerEvent.html">TimerEvent</a> </li> <li class="class-depth-1"> <a href="Phaser.Touch.html">Touch</a> </li> <li class="class-depth-1"> <a href="Phaser.Tween.html">Tween</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenData.html">TweenData</a> </li> <li class="class-depth-1"> <a href="Phaser.TweenManager.html">TweenManager</a> </li> <li class="class-depth-1"> <a href="Phaser.Utils.html">Utils</a> </li> <li class="class-depth-2"> <a href="Phaser.Utils.Debug.html">Debug</a> </li> <li class="class-depth-1"> <a href="Phaser.Video.html">Video</a> </li> <li class="class-depth-1"> <a href="Phaser.Weapon.html">Weapon</a> </li> <li class="class-depth-1"> <a href="Phaser.World.html">World</a> </li> <li class="class-depth-1"> <a href="PIXI.BaseTexture.html">BaseTexture</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasBuffer.html">CanvasBuffer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasGraphics.html">CanvasGraphics</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasMaskManager.html">CanvasMaskManager</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasRenderer.html">CanvasRenderer</a> </li> <li class="class-depth-1"> <a href="PIXI.CanvasTinter.html">CanvasTinter</a> </li> <li class="class-depth-1"> <a href="PIXI.ComplexPrimitiveShader.html">ComplexPrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObject.html">DisplayObject</a> </li> <li class="class-depth-1"> <a href="PIXI.DisplayObjectContainer.html">DisplayObjectContainer</a> </li> <li class="class-depth-1"> <a href="PIXI.FilterTexture.html">FilterTexture</a> </li> <li class="class-depth-2"> <a href="PIXI.Phaser.GraphicsData.html">Phaser.GraphicsData</a> </li> <li class="class-depth-1"> <a href="PIXI.PIXI.html">PIXI</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiFastShader.html">PixiFastShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PixiShader.html">PixiShader</a> </li> <li class="class-depth-1"> <a href="PIXI.PrimitiveShader.html">PrimitiveShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Sprite.html">Sprite</a> </li> <li class="class-depth-1"> <a href="PIXI.StripShader.html">StripShader</a> </li> <li class="class-depth-1"> <a href="PIXI.Texture.html">Texture</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLBlendModeManager.html">WebGLBlendModeManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFastSpriteBatch.html">WebGLFastSpriteBatch</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLFilterManager.html">WebGLFilterManager</a> </li> <li class="class-depth-1"> <a href="PIXI.WebGLRenderer.html">WebGLRenderer</a> </li> </ul> </li> <li class="dropdown"> <a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-0"> <a href="global.html#destroy">destroy</a> </li> <li class="class-depth-0"> <a href="global.html#init">init</a> </li> <li class="class-depth-0"> <a href="global.html#set">set</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Core<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Game.html">Game</a></li> <li class="class-depth-1"><a href="Phaser.Group.html">Group</a></li> <li class="class-depth-1"><a href="Phaser.World.html">World</a></li> <li class="class-depth-1"><a href="Phaser.Loader.html">Loader</a></li> <li class="class-depth-1"><a href="Phaser.Cache.html">Cache</a></li> <li class="class-depth-1"><a href="Phaser.Time.html">Time</a></li> <li class="class-depth-1"><a href="Phaser.Camera.html">Camera</a></li> <li class="class-depth-1"><a href="Phaser.StateManager.html">State Manager</a></li> <li class="class-depth-1"><a href="Phaser.TweenManager.html">Tween Manager</a></li> <li class="class-depth-1"><a href="Phaser.SoundManager.html">Sound Manager</a></li> <li class="class-depth-1"><a href="Phaser.Input.html">Input Manager</a></li> <li class="class-depth-1"><a href="Phaser.ScaleManager.html">Scale Manager</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Game Objects<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.GameObjectFactory.html">Factory (game.add)</a></li> <li class="class-depth-1"><a href="Phaser.GameObjectCreator.html">Creator (game.make)</a></li> <li class="class-depth-1"><a href="Phaser.Sprite.html">Sprite</a></li> <li class="class-depth-1"><a href="Phaser.Image.html">Image</a></li> <li class="class-depth-1"><a href="Phaser.Sound.html">Sound</a></li> <li class="class-depth-1"><a href="Phaser.Video.html">Video</a></li> <li class="class-depth-1"><a href="Phaser.Particles.Arcade.Emitter.html">Particle Emitter</a></li> <li class="class-depth-1"><a href="Phaser.Particle.html">Particle</a></li> <li class="class-depth-1"><a href="Phaser.Text.html">Text</a></li> <li class="class-depth-1"><a href="Phaser.Tween.html">Tween</a></li> <li class="class-depth-1"><a href="Phaser.BitmapText.html">BitmapText</a></li> <li class="class-depth-1"><a href="Phaser.Tilemap.html">Tilemap</a></li> <li class="class-depth-1"><a href="Phaser.BitmapData.html">BitmapData</a></li> <li class="class-depth-1"><a href="Phaser.RetroFont.html">RetroFont</a></li> <li class="class-depth-1"><a href="Phaser.Button.html">Button</a></li> <li class="class-depth-1"><a href="Phaser.Animation.html">Animation</a></li> <li class="class-depth-1"><a href="Phaser.Graphics.html">Graphics</a></li> <li class="class-depth-1"><a href="Phaser.RenderTexture.html">RenderTexture</a></li> <li class="class-depth-1"><a href="Phaser.TileSprite.html">TileSprite</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Geometry<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Circle.html">Circle</a></li> <li class="class-depth-1"><a href="Phaser.Ellipse.html">Ellipse</a></li> <li class="class-depth-1"><a href="Phaser.Line.html">Line</a></li> <li class="class-depth-1"><a href="Phaser.Matrix.html">Matrix</a></li> <li class="class-depth-1"><a href="Phaser.Point.html">Point</a></li> <li class="class-depth-1"><a href="Phaser.Polygon.html">Polygon</a></li> <li class="class-depth-1"><a href="Phaser.Rectangle.html">Rectangle</a></li> <li class="class-depth-1"><a href="Phaser.RoundedRectangle.html">Rounded Rectangle</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Physics<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.Physics.Arcade.html">Arcade Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Arcade.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Weapon.html">Weapon</a></li> <li class="class-depth-1"><a href="Phaser.Physics.P2.html">P2 Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Body.html">Body</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.Spring.html">Spring</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.CollisionGroup.html">CollisionGroup</a></li> <li class="class-depth-2"><a href="Phaser.Physics.P2.ContactMaterial.html">ContactMaterial</a></li> <li class="class-depth-1"><a href="Phaser.Physics.Ninja.html">Ninja Physics</a></li> <li class="class-depth-2"><a href="Phaser.Physics.Body.html">Body</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Input<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="Phaser.InputHandler.html">Input Handler</a></li> <li class="class-depth-1"><a href="Phaser.Pointer.html">Pointer</a></li> <li class="class-depth-1"><a href="Phaser.DeviceButton.html">Device Button</a></li> <li class="class-depth-1"><a href="Phaser.Mouse.html">Mouse</a></li> <li class="class-depth-1"><a href="Phaser.Keyboard.html">Keyboard</a></li> <li class="class-depth-1"><a href="Phaser.Key.html">Key</a></li> <li class="class-depth-1"><a href="Phaser.KeyCode.html">Key Codes</a></li> <li class="class-depth-1"><a href="Phaser.Gamepad.html">Gamepad</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="icon-globe icon-white"></i> Community<b class="caret"></b></a> <ul class="dropdown-menu "> <li class="class-depth-1"><a href="http://phaser.io">Phaser Web Site</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-ce">Phaser CE Github</a></li> <li class="class-depth-1"><a href="http://phaser.io/examples">Phaser Examples</a></li> <li class="class-depth-1"><a href="https://github.com/photonstorm/phaser-plugins">Phaser Plugins</a></li> <li class="class-depth-1"><a href="http://www.html5gamedevs.com/forum/14-phaser/">Forum</a></li> <li class="class-depth-1"><a href="http://stackoverflow.com/questions/tagged/phaser-framework">Stack Overflow</a></li> <li class="class-depth-1"><a href="http://phaser.io/learn">Tutorials</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/newsletter">Newsletter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/twitter">Twitter</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/slack">Slack</a></li> <li class="class-depth-1"><a href="http://phaser.io/community/donate">Donate</a></li> <li class="class-depth-1"><a href="https://www.codeandweb.com/texturepacker/phaser">Texture Packer</a></li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span12"> <div id="main"> <h1 class="page-title">Source: src/math/QuadTree.js</h1> <section> <article> <pre class="sunlight-highlight-javascript linenums">/** * @author Timo Hausmann * @author Richard Davey &lt;rich@photonstorm.com> * @copyright 2016 Photon Storm Ltd. * @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License} */ /** * A QuadTree implementation. The original code was a conversion of the Java code posted to GameDevTuts. * However I've tweaked it massively to add node indexing, removed lots of temp. var creation and significantly increased performance as a result. * Original version at https://github.com/timohausmann/quadtree-js/ * * @class Phaser.QuadTree * @constructor * @param {number} x - The top left coordinate of the quadtree. * @param {number} y - The top left coordinate of the quadtree. * @param {number} width - The width of the quadtree in pixels. * @param {number} height - The height of the quadtree in pixels. * @param {number} [maxObjects=10] - The maximum number of objects per node. * @param {number} [maxLevels=4] - The maximum number of levels to iterate to. * @param {number} [level=0] - Which level is this? */ Phaser.QuadTree = function(x, y, width, height, maxObjects, maxLevels, level) { /** * @property {number} maxObjects - The maximum number of objects per node. * @default */ this.maxObjects = 10; /** * @property {number} maxLevels - The maximum number of levels to break down to. * @default */ this.maxLevels = 4; /** * @property {number} level - The current level. */ this.level = 0; /** * @property {object} bounds - Object that contains the quadtree bounds. */ this.bounds = {}; /** * @property {array} objects - Array of quadtree children. */ this.objects = []; /** * @property {array} nodes - Array of associated child nodes. */ this.nodes = []; /** * @property {array} _empty - Internal empty array. * @private */ this._empty = []; this.reset(x, y, width, height, maxObjects, maxLevels, level); }; Phaser.QuadTree.prototype = { /** * Resets the QuadTree. * * @method Phaser.QuadTree#reset * @param {number} x - The top left coordinate of the quadtree. * @param {number} y - The top left coordinate of the quadtree. * @param {number} width - The width of the quadtree in pixels. * @param {number} height - The height of the quadtree in pixels. * @param {number} [maxObjects=10] - The maximum number of objects per node. * @param {number} [maxLevels=4] - The maximum number of levels to iterate to. * @param {number} [level=0] - Which level is this? */ reset: function (x, y, width, height, maxObjects, maxLevels, level) { this.maxObjects = maxObjects || 10; this.maxLevels = maxLevels || 4; this.level = level || 0; this.bounds = { x: Math.round(x), y: Math.round(y), width: width, height: height, subWidth: Math.floor(width / 2), subHeight: Math.floor(height / 2), right: Math.round(x) + Math.floor(width / 2), bottom: Math.round(y) + Math.floor(height / 2) }; this.objects.length = 0; this.nodes.length = 0; }, /** * Populates this quadtree with the children of the given Group. In order to be added the child must exist and have a body property. * * @method Phaser.QuadTree#populate * @param {Phaser.Group} group - The Group to add to the quadtree. */ populate: function (group) { group.forEach(this.populateHandler, this, true); }, /** * Handler for the populate method. * * @method Phaser.QuadTree#populateHandler * @param {Phaser.Sprite|object} sprite - The Sprite to check. */ populateHandler: function (sprite) { if (sprite.body &amp;&amp; sprite.exists) { this.insert(sprite.body); } }, /** * Split the node into 4 subnodes * * @method Phaser.QuadTree#split */ split: function () { // top right node this.nodes[0] = new Phaser.QuadTree(this.bounds.right, this.bounds.y, this.bounds.subWidth, this.bounds.subHeight, this.maxObjects, this.maxLevels, (this.level + 1)); // top left node this.nodes[1] = new Phaser.QuadTree(this.bounds.x, this.bounds.y, this.bounds.subWidth, this.bounds.subHeight, this.maxObjects, this.maxLevels, (this.level + 1)); // bottom left node this.nodes[2] = new Phaser.QuadTree(this.bounds.x, this.bounds.bottom, this.bounds.subWidth, this.bounds.subHeight, this.maxObjects, this.maxLevels, (this.level + 1)); // bottom right node this.nodes[3] = new Phaser.QuadTree(this.bounds.right, this.bounds.bottom, this.bounds.subWidth, this.bounds.subHeight, this.maxObjects, this.maxLevels, (this.level + 1)); }, /** * Insert the object into the node. If the node exceeds the capacity, it will split and add all objects to their corresponding subnodes. * * @method Phaser.QuadTree#insert * @param {Phaser.Physics.Arcade.Body|object} body - The Body object to insert into the quadtree. Can be any object so long as it exposes x, y, right and bottom properties. */ insert: function (body) { var i = 0; var index; // if we have subnodes ... if (this.nodes[0] != null) { index = this.getIndex(body); if (index !== -1) { this.nodes[index].insert(body); return; } } this.objects.push(body); if (this.objects.length > this.maxObjects &amp;&amp; this.level &lt; this.maxLevels) { // Split if we don't already have subnodes if (this.nodes[0] == null) { this.split(); } // Add objects to subnodes while (i &lt; this.objects.length) { index = this.getIndex(this.objects[i]); if (index !== -1) { // this is expensive - see what we can do about it this.nodes[index].insert(this.objects.splice(i, 1)[0]); } else { i++; } } } }, /** * Determine which node the object belongs to. * * @method Phaser.QuadTree#getIndex * @param {Phaser.Rectangle|object} rect - The bounds in which to check. * @return {number} index - Index of the subnode (0-3), or -1 if rect cannot completely fit within a subnode and is part of the parent node. */ getIndex: function (rect) { // default is that rect doesn't fit, i.e. it straddles the internal quadrants var index = -1; if (rect.x &lt; this.bounds.right &amp;&amp; rect.right &lt; this.bounds.right) { if (rect.y &lt; this.bounds.bottom &amp;&amp; rect.bottom &lt; this.bounds.bottom) { // rect fits within the top-left quadrant of this quadtree index = 1; } else if (rect.y > this.bounds.bottom) { // rect fits within the bottom-left quadrant of this quadtree index = 2; } } else if (rect.x > this.bounds.right) { // rect can completely fit within the right quadrants if (rect.y &lt; this.bounds.bottom &amp;&amp; rect.bottom &lt; this.bounds.bottom) { // rect fits within the top-right quadrant of this quadtree index = 0; } else if (rect.y > this.bounds.bottom) { // rect fits within the bottom-right quadrant of this quadtree index = 3; } } return index; }, /** * Return all objects that could collide with the given Sprite or Rectangle. * * @method Phaser.QuadTree#retrieve * @param {Phaser.Sprite|Phaser.Rectangle} source - The source object to check the QuadTree against. Either a Sprite or Rectangle. * @return {array} - Array with all detected objects. */ retrieve: function (source) { if (source instanceof Phaser.Rectangle) { var returnObjects = this.objects; var index = this.getIndex(source); } else { if (!source.body) { return this._empty; } var returnObjects = this.objects; var index = this.getIndex(source.body); } if (this.nodes[0]) { // If rect fits into a subnode .. if (index !== -1) { returnObjects = returnObjects.concat(this.nodes[index].retrieve(source)); } else { // If rect does not fit into a subnode, check it against all subnodes (unrolled for speed) returnObjects = returnObjects.concat(this.nodes[0].retrieve(source)); returnObjects = returnObjects.concat(this.nodes[1].retrieve(source)); returnObjects = returnObjects.concat(this.nodes[2].retrieve(source)); returnObjects = returnObjects.concat(this.nodes[3].retrieve(source)); } } return returnObjects; }, /** * Clear the quadtree. * @method Phaser.QuadTree#clear */ clear: function () { this.objects.length = 0; var i = this.nodes.length; while (i--) { this.nodes[i].clear(); this.nodes.splice(i, 1); } this.nodes.length = 0; } }; Phaser.QuadTree.prototype.constructor = Phaser.QuadTree; /** * Javascript QuadTree * @version 1.0 * * @version 1.3, March 11th 2014 * @author Richard Davey * The original code was a conversion of the Java code posted to GameDevTuts. However I've tweaked * it massively to add node indexing, removed lots of temp. var creation and significantly * increased performance as a result. * * Original version at https://github.com/timohausmann/quadtree-js/ */ /** * @copyright © 2012 Timo Hausmann * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ </pre> </article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> Phaser Copyright © 2012-2016 Photon Storm Ltd. </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.3</a> on Tue Jun 20 2017 19:07:38 GMT-0700 (PDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>
StockTicker/src/StockServer/bin/Debug/Sample/Web/StockTicker.html
XSockets/XSockets.Samples
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>XSockets.NET Stock Ticker</title> <script src="js/jquery-2.1.1.js"></script> <script src="js/XSockets.latest.beta.js"></script> <script src="js/knockout-2.2.1.js"></script> <script src="StockTicker.js"></script> <link href="StockTicker.css" rel="stylesheet" /> <script> //ViewModel var vm = null; //Connection to XSockets var conn = null; //Shortcut to events constants var evt = XSockets.Events; $(function() { //Create viewmodel vm = new StockViewModel(); //Apply knockout bindings ko.applyBindings(vm); //Open connection to XSockets conn = new XSockets.WebSocket('ws://localhost:12345', ['stock']); //On open, do some bindings conn.onconnected = function () { //Listen for all stocks (published at bottom of open event) conn.controller('stock').allstocks = function (stockList) { stockList.forEach(function (stock) { vm.AddOrUpdate(stock); }); }; conn.controller('stock').stock = function (stock) { vm.AddOrUpdate(stock); }; //When a tick arrives, update or add the stock conn.controller('stock').tick = function (stock) { vm.AddOrUpdate(stock); }; }; $('#btn-addStock').bind('click', function (evt) { var s = $('#Symbol').val(); var p = $('#Price').val(); if (!$('#Symbol')[0].validity.valid) return; console.log(s, p); conn.controller('stock').invoke('addorupdatestock', { symbol: s, price: p }); $('#Symbol').val(''); $('#Price').val(500); }); }); //Add or remove the stock from this clients subscriptions var toggleStock = function (stock) { if (stock.Active()) { stock.Active(false); vm.StockSubscriptions.remove(stock.Symbol); } else { stock.Active(true); vm.StockSubscriptions.push(stock.Symbol); } //Tell XSockets about the change //Note that this will update the actual property on the controller without any method decalred being called conn.controller('stock').setProperty('mystocks', vm.StockSubscriptions()); }; </script> </head> <body> <h1>XSockets.NET Stock Ticker Sample</h1> <h2>Add/Change Stock</h2> <div> <input type="text" id="Symbol" required="required" title="Symbol" maxlength="4" pattern="[A-Za-z]{4}" placeholder="Symbol (4 chars)" /> <input type="number" id="Price" min="10" max="10000" value="500" step="10" /> <button id="btn-addStock">Add/Change Stock</button> </div> <h2>Live Stock Table</h2> <table style="border: solid 1px black;"> <thead> <tr> <th colspan="5">&nbsp;</th> <th colspan="2">Trend</th> <th>&nbsp;</th> </tr> <tr> <th>Symbol</th> <th>Price</th> <th>Open</th> <th>High</th> <th>Low</th> <th>Change</th> <th>%</th> </tr> </thead> <tbody data-bind="foreach: Stocks"> <tr> <td data-bind="text: Symbol"></td> <td style="width: 80px;" data-bind="text: Price, css: DayTrend"></td> <td style="width: 80px;" data-bind="text: DayOpen"></td> <td style="width: 80px;" data-bind="text: DayHigh"></td> <td style="width: 80px;" data-bind="text: DayLow"></td> <td style="width: 100px;" data-bind="text: Change, css: Trend"></td> <td style="width: 100px;" data-bind="text: Percent, css: Trend"></td> <td> <button data-bind="css: ToggleState, click: function () { toggleStock($data); }, text: ToggleText"></button> </td> </tr> </tbody> </table> </body> </html>
pmr-dash/src/view-3d.html
Geodan/ResearchFestival2016
<link rel="import" href="../bower_components/polymer/polymer.html"> <link rel="import" href="../bower_components/x3d-elements/x3d-viewer.html"> <link rel="import" href="../bower_components/x3d-elements/x3d-layer.html"> <link rel="import" href="../bower_components/paper-card/paper-card.html"> <dom-module id="view-3d"> <template> <style> x3d-viewer { display: inline-block; width: 318px; height:318px; } paper-card { width: 350px; margin: 5px; } </style> <paper-card heading="Het gebouw"> <div class="card-content" > <x3d-viewer map={{map}} headlight="false" hour="8" themeconfig=[[themeconfig]]> <PointLight id='zwaailicht' on="TRUE" intensity="1" ambientIntensity="0" color="1 0 0" location="122690.10,483916.19,7" radius="3" shadowIntensity="0.5" zNear="20" shadowMapSize="1024" zFar="-1" attenuation="1,0,0" shadowCascades="1" shadowSplitFactor="1" shadowSplitOffset="0.1" ></PointLight> <PointLight id='fussballicht' on="TRUE" intensity="1" ambientIntensity="0" color="0 1 0" location="122686.56,483920.91,13" radius="3" shadowIntensity="0.5" zNear="20" shadowMapSize="1024" zFar="-1" attenuation="1,0,0" shadowCascades="1" shadowSplitFactor="1" shadowSplitOffset="0.1" ></PointLight> <transform translation='122690.10,483916.19,7'> <shape id='zwaaibol' DEF='zwaaibol'> <sphere radius=0.5></sphere> <appearance sorttype='opaque' alphaClipThreshold='0.1'> <material emissiveColor='darkred' /> </appearance> </shape> </transform> <transform translation='122686.56,483920.91,13'> <shape id='fussbal'> <sphere radius=0.5></sphere> <appearance sorttype='opaque' alphaClipThreshold='0.1'> <material emissiveColor='0 1 0' /> </appearance> </shape> </transform> <inline id='building' load=true render=true nameSpaceName="geodanpk" mapDEFToID="true" url='http://research.geodan.nl/service/geodan3d?set=geodan_pk'></inline> <!-- <transform id='geodan_pk'></transform> <x3d-layer active=true map=[[map]] url='http://research.geodan.nl/service/bgt3d' name='geodan_pk' themeconfig=[[themeconfig]] ></x3d-layer> <transform id='sensors_pk'></transform> <x3d-layer active=true map=[[map]] url='http://research.geodan.nl/service/bgt3d' name='sensors_pk' themeconfig=[[themeconfig]] ></x3d-layer> --> </x3d-viewer> </div> </paper-card> </template> </dom-module> <script> Polymer({ is: 'view-3d', properties: { zwaailicht: { type: Object }, plantjes: Object, anne: Object, henk: Object, bert: Object, fussbal: { type: Object }, map: { type: Object, observer: '_mapChanged' }, themeconfig: { type: Object, value: function(){ return { gray: { materials: { floor: {diffuseColor: 'salmon',transparency: '0'}, wall: {diffuseColor: 'ivory',transparency: '0.8'}, sensors_pk: {diffuseColor: 'red'}, geodan_pk: {diffuseColor: 'white',transparency: '0.3'}, building: {diffuseColor: 'salmon',transparency: '0'}, water: {specularColor: 'ivory', diffuseColor: 'powderblue', shininess: '1'}, voetpad: {diffuseColor: 'gray'}, rijbaan_lokale_weg: {diffuseColor: 'gray'}, open_verharding:{diffuseColor: 'gray'}, erf:{diffuseColor: 'khaki'}, groenvoorziening:{diffuseColor: 'yellowgreen'}, 'gemengd bos':{diffuseColor: 'forestgreen'}, struiken: {diffuseColor: 'darkgreen'}, dek:{diffuseColor: 'gray'}, pijler: {diffuseColor: 'gray'}, light: {emissiveColor: 'yellow', transparency: 0}, post: {diffuseColor: 'gray'}, roof: {diffuseColor: 'orange'}, scene: {skyColor: '0.4 0.6 0.8'}, } } } } } }, observers: [ '_zwaailichtChanged(zwaailicht.status)', '_fussballChanged(fussbal.status)' ], rerender: function(target){ d3.select(target).selectAll('.wall') .select('twosidedmaterial').attr('diffuseColor','white').attr('transparency',0.8); d3.select(target).selectAll('.floor') .select('twosidedmaterial').attr('diffuseColor','powderblue'); }, _fussballChanged: function (status) { if(status == 'free') { d3.select('#fussbal').select('material') .transition().duration(200).attr('emissiveColor','0 1 0'); d3.select('#fussballicht').transition().duration(200).attr('color','0 1 0'); } else { d3.select('#fussbal').select('material') .transition().duration(200).attr('emissiveColor','1 0 0'); d3.select('#fussballicht').transition().duration(200).attr('color','1 0 0'); } }, _zwaailichtChanged:function (status) { if(status == 'on') { this._zwaaien = window.setInterval(function(){ d3.select('#zwaailicht').attr('on',true) .transition().duration(200).attr('intensity',1) .transition().duration(200).attr('intensity',0); d3.select('#zwaaibol').select('material') .transition().duration(200).attr('emissiveColor','1 0 0') .transition().duration(200).attr('emissiveColor','0 0 0'); },400); } else { window.clearInterval(this._zwaaien); d3.select('#zwaailicht') .attr('on',false); d3.select('#zwaaibol').select('material').attr('emissiveColor','0 0 0'); } }, _mapChanged: function(map){ var self = this; this._flyTo([122689, 483927]); map.scene.select("#viewpoint").attr('zNear',1) .attr('centerOfRotation','122689,483926 12') .attr('position','122738 483932 25') .attr('orientation','0.5059 0.4662 0.7257 1.9445'); map.scene.select("navInfo").attr('speed',0.001).attr('transitionTime','1.0'); map.scene.select('#building').node().onload = function(){ self.rerender(this); }; }, _flyTo: function(coords,r){ var radius = r || 200; var x = coords[0]; var y = coords[1]; var bbox = { west: x -radius, east: x +radius, south: y -radius, north: y +radius } var map = self.map; map.dim.minx = parseInt(bbox.west); map.dim.maxx = parseInt(bbox.east); map.dim.miny = parseInt(bbox.south); map.dim.maxy = parseInt(bbox.north); var tiles = map.bbox2tiles(map.dim.getBounds()); document.querySelectorAll('x3d-layer').forEach(function(d){ d.removeTiles();//TODO make nicer d.tiles = tiles; }); map.scene.select("#viewpoint") .attr( "centerOfRotation", coords[0] + " " + coords[1] + " 0" ) .attr( "position", coords[0] + " " + coords[1] + " 550") .attr('set_bind',true); map.scene.select("#Northwards") .attr( "centerOfRotation", coords[0] + " " + coords[1] + " 0" ) .attr( "position", coords[0] + " " + (coords[1] -300) + " 20"); map.scene.select("#Southwards") .attr( "centerOfRotation", coords[0] + " " + coords[1] + " 0" ) .attr( "position", coords[0] + " " + (coords[1] +300) + " 20"); }, }); </script>
html/900504440000.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Electron Metal AIG - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492283169472&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=15639&V_SEARCH.docsStart=15638&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=15637&amp;V_DOCUMENT.docRank=15638&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492283190285&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567059890&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=15639&amp;V_DOCUMENT.docRank=15640&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492283190285&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567115624&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Electron Metal AIG </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Electron Metal AIG</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.electronmetal.ca" target="_blank" title="Website URL">http://www.electronmetal.ca</a></p> <p><a href="mailto:sales@electronmetal.ca" title="sales@electronmetal.ca">sales@electronmetal.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 2180 Michelin St<br/> LAVAL, Quebec<br/> H7L 5C3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 2180 Michelin St<br/> LAVAL, Quebec<br/> H7L 5C3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (450) 625-8064 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (800) 267-8064</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (450) 625-8004</p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> We are a private Canadian company founded in 1977. Today, <br>Electron Metal AIG Inc. offers a wide range of custom <br>services. Many of our clients are ranked among the 500 leading <br>companies in Canada and the U.S. Our company is registered <br>to ISO 9002-94 international quality standards &quot;model for <br>quality assurance in production, installation and servicing&quot;. <br> <br>With a staff of more than 60 people, we are committed to a full <br>service a rapid delivery policy. Our new 75,000 square foot <br>manufacturing facility permits us to inventory components for <br>immediate delivery. Our qualified personnel offers the best <br>solutions for all your needs. <br> <br>We offer a broad selection of rack components and can assist you <br>on what to look for ..., how to set your specifications for your <br>particular requirements ..., what&#39;s available for what use and <br>function ...., how to equip a cabinet or other products for your <br>present and future needs ..., plus a lot more information with <br>new innovative ideas. <br> <br>At Electron Metal AIG Inc., our technical competence and <br>team work are joined with practical experience and a proven <br>reputation to fulfill all your requirements. <br> <br>The company&#39;s products, manufactured in Montreal (Québec). <br>We are also marketed across Canada. <br> <br>While Electron Metal AIG is interested in pursuing and <br>developing sales worldwide, North-America &amp; Mexico, have been <br>identified as priority markets.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Alfonso Carbone </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 228 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> acarbone@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Michael Graziano </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mgraziano@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gerardo Cousillas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Vp Operations<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gcousillas@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Ismael Cousillas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> VP Product Development<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2008 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 337214 - Office Furniture (except Wood) Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 332118 - Stamping<br> 332329 - Other Ornamental and Architectural Metal Product Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 67&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> METAL FABRICATION NES, CUSTOM <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> ELECTRONIC EQUIPMENT COMPONENTS, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PANELBOARDS, ELECTRIC, POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> WORK STATIONS, OFFICE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> RELAY RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PRECISION CHASSIS AND PANELS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HEAVY DUTY RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DESK TOP TURRET <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> OPERATOR DESK <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MOBILE CART <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LAN RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CABINETS, CONSOLES <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United Kingdom</li> <li>United States</li> <li>California</li> <li>Florida</li> <li>Illinois</li> <li>Louisiana</li> <li>Maine</li> <li>New Jersey</li> <li>New York</li> <li>Vermont</li> <li>West Virginia</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Connecticut</li> <li>Georgia</li> <li>Indiana</li> <li>Massachusetts</li> <li>Michigan</li> <li>New Hampshire</li> <li>Ohio</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>Virginia</li> <li>Wisconsin</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Alfonso Carbone </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 228 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> acarbone@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Michael Graziano </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Ext: </strong> </div> <div class="col-md-7"> 222 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mgraziano@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gerardo Cousillas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> Vp Operations<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gcousillas@electronmetal.ca </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Ismael Cousillas </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> VP Product Development<br> </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (450) 625-8064 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (450) 625-8004 </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 2008 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 337214 - Office Furniture (except Wood) Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Alternate Industries (NAICS): </strong> </div> <div class="col-md-7"> 332118 - Stamping<br> 332329 - Other Ornamental and Architectural Metal Product Manufacturing<br> </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $5,000,000 to $9,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 67&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> METAL FABRICATION NES, CUSTOM <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> ELECTRONIC EQUIPMENT COMPONENTS, NES <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PANELBOARDS, ELECTRIC, POWER <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> WORK STATIONS, OFFICE <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> RELAY RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> PRECISION CHASSIS AND PANELS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HEAVY DUTY RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> DESK TOP TURRET <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> OPERATOR DESK <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> MOBILE CART <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LAN RACKS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> CABINETS, CONSOLES <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>United Kingdom</li> <li>United States</li> <li>California</li> <li>Florida</li> <li>Illinois</li> <li>Louisiana</li> <li>Maine</li> <li>New Jersey</li> <li>New York</li> <li>Vermont</li> <li>West Virginia</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>Connecticut</li> <li>Georgia</li> <li>Indiana</li> <li>Massachusetts</li> <li>Michigan</li> <li>New Hampshire</li> <li>Ohio</li> <li>Pennsylvania</li> <li>Rhode Island</li> <li>Virginia</li> <li>Wisconsin</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-07-08 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
HiLaarIsch.WebApp/Content/app/login.css
QuantumHive/HiLaarIsch
body { padding-top: 40px; padding-bottom: 40px; background-color: #eee; } .form-login { max-width: 330px; padding: 15px; margin: 0 auto; } .form-login .form-login-heading, .form-login .checkbox { margin-bottom: 10px; } .form-login .checkbox { font-weight: normal; } .form-login .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .form-login .form-control:focus { z-index: 2; } .form-login input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-login input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }
9d41e89/html/classv8_1_1Float64Array-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v6.8.0 - v6.8.1: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for node.js v6.8.0 - v6.8.1 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li><a href="examples.html"><span>Examples</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Float64Array.html">Float64Array</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Float64Array Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html#a2ceba3908fbf98ecc81702083127b046">Buffer</a>()</td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html#a9fc7563c97e0b639a6c0a3274995bb3c">ByteLength</a>()</td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html#a4739a31269f5ebc5b88a708b9429c688">ByteOffset</a>()</td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a>)</td><td class="entry"><a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html#aa728e762ed43194f3a5e05e792fff64e">CopyContents</a>(void *dest, size_t byte_length)</td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeletePrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html#ab3a7de283cab4140632d190a1e3eef22">HasBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aad699867935fd2142ec97afa6e39a7f0">HasPrivate</a>(Local&lt; Context &gt; context, Local&lt; Private &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8a056f765e6e07a1d957fdc1be9b00d5">IsProxy</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>kInternalFieldCount</b> (defined in <a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a>)</td><td class="entry"><a class="el" href="classv8_1_1ArrayBufferView.html">v8::ArrayBufferView</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1TypedArray.html#abb1047225d53d960c0da9c9f83cd7042">Length</a>()</td><td class="entry"><a class="el" href="classv8_1_1TypedArray.html">v8::TypedArray</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Local&lt; ArrayBuffer &gt; array_buffer, size_t byte_offset, size_t length) (defined in <a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a>)</td><td class="entry"><a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(Local&lt; SharedArrayBuffer &gt; shared_array_buffer, size_t byte_offset, size_t length) (defined in <a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a>)</td><td class="entry"><a class="el" href="classv8_1_1Float64Array.html">v8::Float64Array</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac45163422a18bb7481cc78fcacecb301">SetIntegrityLevel</a>(Local&lt; Context &gt; context, IntegrityLevel level)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Delete(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa72e9d0d22d1d4a4c4b63827a5469d40">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetOwnPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedCallbackProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, bool ForceSet(Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ad914d35a19347cd1afdeea4e215f4999">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Delete(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedPropertyInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedProperty(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::SetPrivate instead.&quot;, bool SetHiddenValue(Local&lt; String &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::GetPrivate instead.&quot;, Local&lt; Value &gt; GetHiddenValue(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use v8::Object::DeletePrivate instead.&quot;, bool DeleteHiddenValue(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsFunction(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">v8::Value::V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> </table></div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
html/234567000594.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Port to Port Trading - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492310870660&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=36550&V_SEARCH.docsStart=1&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/rgstr.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Port to Port Trading </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Port to Port Trading</p> <p><a href="mailto:survine@rocketmail.com" title="survine@rocketmail.com">survine@rocketmail.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 109 Church St<br/> SYDNEY MINES, Nova Scotia<br/> B1V 2S3 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 109 Church St<br/> SYDNEY MINES, Nova Scotia<br/> B1V 2S3 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (902) 304-1925 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Survine Anthony </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 736-6601 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> survine@rocketmail.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1997 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418990 - All Other Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Import/Export <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 5670-Building Components, Prefabricated <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Technology</li> </ul> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>Algeria</li> <li>Bahamas</li> <li>Egypt</li> <li>Libyan Arab Jamahiriya</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Survine Anthony </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Chief Executive Officer </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Export Sales & Marketing. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (902) 736-6601 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> survine@rocketmail.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1997 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 418990 - All Other Wholesaler-Distributors </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Trading House / Wholesaler / Agent and Distributor &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Import/Export <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 5670-Building Components, Prefabricated <br> </div> </div> </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Alliances: </h4> <ul> <li>Technology</li> </ul> <h4> Geographic markets: </h4> <h5> Actively pursuing: </h5> <ul> <li>Algeria</li> <li>Bahamas</li> <li>Egypt</li> <li>Libyan Arab Jamahiriya</li> </ul> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2016-06-27 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.08.1-2.0.5/released/8.7.1+1/mathcomp-ssreflect/1.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: 2 m 4 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+1 / mathcomp-ssreflect - 1.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.10.0 <span class="label label-success">2 m 4 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 17:12:35 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 17:12:35 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.7.1+1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.12~&quot;) } ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.ssreflect&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators &quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.10.0.tar.gz&quot; checksum: &quot;sha256=3f8a88417f3456da05e2755ea0510c1bd3fd13b13c41e62fbaa3de06be040166&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-ssreflect.1.10.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-ssreflect.1.10.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>13 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-ssreflect.1.10.0 coq.8.7.1+1</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 4 s</dd> </dl> <h2>Installation size</h2> <p>Total: 11 M</p> <ul> <li>1006 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.vo</code></li> <li>760 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.glob</code></li> <li>657 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.glob</code></li> <li>592 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo</code></li> <li>556 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.glob</code></li> <li>463 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob</code></li> <li>451 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob</code></li> <li>448 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo</code></li> <li>438 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.vo</code></li> <li>437 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo</code></li> <li>433 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob</code></li> <li>389 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/path.vo</code></li> <li>352 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.vo</code></li> <li>340 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/path.glob</code></li> <li>337 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/div.glob</code></li> <li>285 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.vo</code></li> <li>271 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/div.vo</code></li> <li>261 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.vo</code></li> <li>248 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.glob</code></li> <li>238 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.glob</code></li> <li>168 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.vo</code></li> <li>159 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.vo</code></li> <li>149 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.glob</code></li> <li>148 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.vo</code></li> <li>141 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.vo</code></li> <li>124 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/seq.v</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.glob</code></li> <li>102 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.glob</code></li> <li>88 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finset.v</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.glob</code></li> <li>79 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/bigop.v</code></li> <li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/prime.v</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/path.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/div.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.v</code></li> <li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/choice.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/binomial.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/finfun.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/tuple.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.vo</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.vo</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.vo</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-ssreflect.1.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
assets/css/screen.css
varunlakshmaiah/CasperPlus
/* ========================================================================== Table of Contents ========================================================================== */ /* 0. Normalize 1. Icons 2. General 3. Utilities 4. General 5. Single Post 6. Author Profile 7. Read More 8. Third Party Elements 9. Pagination 10. Subscribe 11. Footer 12. Media Queries (Tablet) 13. Media Queries (Mobile) 14. Animations */ /* ========================================================================== 0. normalize.css v3.0.3 | MIT License | git.io/normalize | (minified) ========================================================================== */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display:block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent;} a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table{ border-collapse: collapse; border-spacing: 0; } td, th{ padding: 0; } /* ========================================================================== 1. Icons - Sets up the icon font and respective classes ========================================================================== */ /* Import the font file with the icons in it */ @font-face { font-family: "casper-icons"; src:url("../fonts/casper-icons.eot?v=1"); src:url("../fonts/casper-icons.eot?v=1#iefix") format("embedded-opentype"), url("../fonts/casper-icons.woff?v=1") format("woff"), url("../fonts/casper-icons.ttf?v=1") format("truetype"), url("../fonts/casper-icons.svg?v=1#icons") format("svg"); font-weight: normal; font-style: normal; } /* Apply these base styles to all icons */ [class^="icon-"]:before, [class*=" icon-"]:before { font-family: "casper-icons", "Open Sans", sans-serif; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; text-decoration: none !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Each icon is created by inserting the correct character into the content of the :before pseudo element. Like a boss. */ .icon-ghost:before { content: "\f600"; } .icon-feed:before { content: "\f601"; } .icon-twitter:before { content: "\f602"; font-size: 1.1em; } .icon-google-plus:before { content: "\f603"; } .icon-facebook:before { content: "\f604"; } .icon-arrow-left:before { content: "\f605"; } .icon-stats:before { content: "\f606"; } .icon-location:before { content: "\f607"; margin-left: -3px; /* Tracking fix */ } .icon-link:before { content: "\f608"; } .icon-menu:before { content: "\f609"; } /* IMPORTANT: When making any changes to the icon font, be sure to increment the version number by 1 in the @font-face rule. `?v=1` becomes `?v=2` This forces browsers to download the new font file. */ /* ========================================================================== 2. General - Setting up some base styles ========================================================================== */ html { height: 100%; max-height: 100%; font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { height: 100%; max-height: 100%; font-family: "Montserrat", serif; letter-spacing: 0.01rem; font-size: 1.8rem; line-height: 1.75em; color: #3A4145; -webkit-font-feature-settings: 'kern' 1; -moz-font-feature-settings: 'kern' 1; -o-font-feature-settings: 'kern' 1; text-rendering: geometricPrecision; } ::-moz-selection { background: #D6EDFF; } ::selection { background: #D6EDFF; } h1, h2, h3, h4, h5, h6 { -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1; color: #2E2E2E; line-height: 1.15em; margin: 0 0 0.4em 0; font-family: "Numans", sans-serif; text-rendering: geometricPrecision; } h1 { font-size: 5rem; letter-spacing: 1px; text-indent: -3px; } h2 { font-size: 3.6rem; letter-spacing: 1px; } h3 { font-size: 3rem; letter-spacing: 0px; } h4 { font-size: 2.5rem; } h5 { font-size: 2rem; } h6 { font-size: 2rem; } a { color: #4A4A4A; transition: color 0.3s ease; } a:hover { color: #111; } p, ul, ol, dl { -webkit-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1; -moz-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1; -o-font-feature-settings: 'liga' 1, 'onum' 1, 'kern' 1; margin: 0 0 1.75em 0; text-rendering: geometricPrecision; } ol, ul { padding-left: 3rem; } ol ol, ul ul, ul ol, ol ul { margin: 0 0 0.4em 0; padding-left: 2em; } dl dt { float: left; width: 180px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; margin-bottom: 1em; } dl dd { margin-left: 200px; margin-bottom: 1em } li { margin: 0.4em 0; } li li { margin: 0; } li > p:last-of-type { margin-bottom: 0; } hr { display: block; height: 1px; border: 0; border-top: #EFEFEF 1px solid; margin: 3.2em 0; padding: 0; } blockquote { -moz-box-sizing: border-box; box-sizing: border-box; margin: 1.75em 0 1.75em -2.2em; padding: 0 0 0 1.75em; border-left: #4A4A4A 0.4em solid; } blockquote p { margin: 0.8em 0; font-style: italic; } blockquote small { display: inline-block; margin: 0.8em 0 0.8em 1.5em; font-size: 0.9em; color: #CCC; } blockquote small:before { content: "\2014 \00A0"; } blockquote cite { font-weight: 700; } blockquote cite a { font-weight: normal; } mark { background-color: #fdffb6; } code, tt { padding: 1px 3px; font-family: Inconsolata, monospace, sans-serif; font-size: 0.85em; white-space: pre-wrap; border: #E3EDF3 1px solid; background: #F7FAFB; border-radius: 2px; -webkit-font-feature-settings: "liga" 0; -moz-font-feature-settings: "liga" 0; font-feature-settings: "liga" 0; } pre { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0 0 1.75em 0; border: #E3EDF3 1px solid; width: 100%; padding: 10px; font-family: Inconsolata, monospace, sans-serif; font-size: 0.9em; white-space: pre; overflow: auto; background: #F7FAFB; border-radius: 3px; } pre code, pre tt { font-size: inherit; white-space: pre-wrap; background: transparent; border: none; padding: 0; } kbd { display: inline-block; margin-bottom: 0.4em; padding: 1px 8px; border: #CCC 1px solid; color: #666; text-shadow: #FFF 0 1px 0; font-size: 0.9em; font-weight: 700; background: #F4F4F4; border-radius: 4px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset; } table { -moz-box-sizing: border-box; box-sizing: border-box; margin: 1.75em 0; width: 100%; max-width: 100%; background-color: transparent; } table th, table td { padding: 8px; line-height: 20px; text-align: left; vertical-align: top; border-top: #EFEFEF 1px solid; } table th { color: #000; } table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td { border-top: 0; } table tbody + tbody { border-top: #EFEFEF 2px solid; } table table table { background-color: #FFF; } table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th { background-color: #F6F6F6; } table.plain tbody > tr:nth-child(odd) > td, table.plain tbody > tr:nth-child(odd) > th { background: transparent; } iframe, .fluid-width-video-wrapper { display: block; margin: 1.75em 0; } /* When a video is inside the fitvids wrapper, drop the margin on the iframe, cause it breaks stuff. */ .fluid-width-video-wrapper iframe { margin: 0; } textarea, select, input { width: 260px; padding: 6px 9px; margin: 0 0 5px 0; outline: 0; font-family: 'Open Sans', sans-serif; font-size: 1.6rem; font-weight: 100; line-height: 1.4em; background: #fff; border: #e7eef2 1px solid; border-radius: 4px; box-shadow: none; -webkit-appearance: none; } textarea { width: 100%; max-width: 340px; min-width: 250px; height: auto; min-height: 80px; } input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, textarea:focus { border: #bbc7cc 1px solid; background: #fff; outline: none; outline-width: 0; } select { width: 270px; height: 30px; line-height: 30px; } button { min-height: 35px; width: auto; display: inline-block; padding: 0.1rem 1.5rem; cursor: pointer; outline: none; text-decoration: none; color: #fff; font-family: 'Open Sans', sans-serif; font-size: 11px; /* Hacks targeting Firefox. */ line-height: 13px; /* Hacks targeting Firefox. */ font-weight: 300; text-align: center; letter-spacing: 1px; text-transform: uppercase; text-shadow: none; border-radius: 0.3rem; border: rgba(0,0,0,0.05) 0.1em solid; background: #5ba4e5; } /* ========================================================================== 3. Utilities - These things get used a lot ========================================================================== */ /* Clears shit */ .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .clearfix { zoom: 1; } /* Hides shit */ .hidden { text-indent: -9999px; visibility: hidden; display: none; } /* Creates a responsive wrapper that makes our content scale nicely */ .inner { position: relative; width: 80%; max-width: 710px; margin: 0 auto; } /* Centres vertically yo. (IE8+) */ .vertical { display: table-cell; vertical-align: middle; } /* Wraps the main content & footer */ .site-wrapper { position: relative; z-index: 10; min-height: 100%; background: #fff; -webkit-transition: -webkit-transform 0.5s ease; transition: transform 0.5s ease; } body.nav-opened .site-wrapper { overflow-x: hidden; -webkit-transform: translate3D(-240px, 0, 0); -ms-transform: translate3D(-240px, 0, 0); transform: translate3D(-240px, 0, 0); -webkit-transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; } /* ========================================================================== 4. General - The main styles for the the theme ========================================================================== */ /* Big cover image on the home page */ .main-header { position: relative; display: table; width: 100%; height: 100vh; margin-bottom: 5rem; text-align: center; background: #222 no-repeat center center; background-size: cover; overflow: hidden; } .main-header .inner { width: 80%; } .main-nav { position: relative; padding: 35px 40px; margin: 0 0 30px 0; } .main-nav a { text-decoration: none; font-family: 'Open Sans', sans-serif; } /* Navigation */ body.nav-opened .nav-cover { position: fixed; top: 0; left: 0; right: 240px; bottom: 0; z-index: 200; } .nav { box-sizing: border-box; border-left: 1px solid #ececec; position: fixed; top: 0; right: 0; bottom: 0; z-index: 5; width: 240px; opacity: 0; background: #fff; margin-bottom: 0; text-align: left; overflow-y: auto; -webkit-transition: -webkit-transform 0.5s ease, opacity 0.3s ease 0.7s; transition: transform 0.5s ease, opacity 0.3s ease 0.7s; } body.nav-closed .nav { -webkit-transform: translate3D(97px, 0, 0); -ms-transform: translate3D(97px, 0, 0); transform: translate3D(97px, 0, 0); } body.nav-opened .nav { opacity: 1; -webkit-transition: -webkit-transform 0.3s ease, opacity 0s ease 0s; transition: transform 0.3s ease, opacity 0s ease 0s; -webkit-transform: translate3D(0, 0, 0); -ms-transform: translate3D(0, 0, 0); transform: translate3D(0, 0, 0); } .nav-title { position: absolute; top: 45px; left: 30px; font-size: 18px; font-weight: bold; text-transform: uppercase; color: #000; } .nav-close { position: absolute; top: 38px; right: 25px; width: 20px; height: 20px; padding: 0; font-size: 10px; } .nav-close:focus { outline: 0; } .nav-close:before, .nav-close:after { content: ''; position: absolute; top: 0; width: 20px; height: 1px; background: rgb(150,150,150); top: 15px; -webkit-transition: background 0.15s ease; transition: background 0.15s ease; } .nav-close:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .nav-close:after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } .nav-close:hover:before, .nav-close:hover:after { background: rgb(255,255,255); } .nav ul { padding: 90px 9% 5%; list-style: none; counter-reset: item; } .nav li { margin: 0; } .nav li a { text-decoration: none; line-height: 1.4; font-size: 1.4rem; display: block; padding: 0.6rem 4%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .nav .nav-current:before { color: #fff; } .nav .nav-current a:after { content: " "; border-bottom: rgba(255,255,255,0.5) 1px solid; width: 100%; height: 1px; } .nav a:link, .nav a:visited { color: #525252; } .nav li.nav-current a, .nav a:hover, .nav a:active, .nav a:focus { color: #000; } .subscribe-button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; bottom: 30px; left: 30px; right: 30px; height: 38px; padding: 0 20px; color: #111 !important; /* Overides `.nav a:link, .nav a:visited` colour */ text-align: center; font-size: 12px; font-family: "Numans", sans-serif; text-transform: uppercase; text-decoration: none; line-height: 35px; border-radius: 3px; background: #eaeaea; transition: all ease 0.3s; } .subscribe-button:before { font-size: 9px; margin-right: 6px; } ul.sidebar-social { display: flex; align-content: center; align-items: center; position: absolute; bottom: 25px; left: 30px; right: 30px; } ul.sidebar-social a{ text-align: center; font-size: 3rem; } .sidebar-social li { flex: 1; } ul.sidebar-social .icon-twitter:hover { color: #55acee; } ul.sidebar-social .icon-facebook:hover { color: #3b5998; } ul.sidebar-social .icon-google-plus:hover { color: #dd4b39; } /* Create a bouncing scroll-down arrow on homepage with cover image */ .scroll-down { display: block; position: absolute; z-index: 100; bottom: 45px; left: 50%; margin-left: -16px; width: 34px; height: 34px; font-size: 34px; text-align: center; text-decoration: none; color: rgba(255,255,255,0.7); -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-animation: bounce 4s 2s infinite; animation: bounce 4s 2s infinite; } /* Stop it bouncing and increase contrast when hovered */ .scroll-down:hover { color: #fff; -webkit-animation: none; animation: none; } /* Put a semi-opaque radial gradient behind the icon to make it more visible on photos which happen to have a light background. */ .home-template .main-header:after { display: block; content: " "; width: 150px; height: 130px; border-radius: 100%; position: absolute; bottom: 0; left: 50%; margin-left: -75px; background: radial-gradient(ellipse at center, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%); } /* Hide when there's no cover image or on page2+ */ .no-cover .scroll-down, .no-cover.main-header:after, .paged .scroll-down, .paged .main-header:after { display: none } /* Appears in the top left corner of your home page */ .blog-logo { display: block; float: left; background: none !important; /* Makes sure there is never a background */ border: none !important; /* Makes sure there is never a border */ } .blog-logo img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; max-height: 60px; padding: 1px 0 5px 0; width: auto; } .menu-button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; float: right; height: 38px; padding: 0 15px; border-style: solid; border-width: 1px; opacity: 1; text-align: center; font-size: 15px; text-transform: uppercase; line-height: 35px; white-space: nowrap; border-radius: 3px; transition: all 0.5s ease; } .menu-button:before { font-size: 12px; font-weight: bold; margin-right: 6px; position: relative; top: 1px; } .menu-button:hover { background: #fff; } .menu-button:focus { outline: 0; } /* When the navigation is closed */ .nav-closed .menu-button { color: #fff; border-color: rgba(255, 255, 255, 0.6); } .nav-closed .menu-button:hover { color: #222; } /* When the navigation is closed and there is no cover image */ .nav-closed .no-cover .menu-button { border-color: #000; color: #000; } .nav-closed .no-cover .menu-button:hover { border-color: #555; color: #555; } /* When the navigation is opened */ .nav-opened .menu-button { padding: 0 12px; background: #fff; border-color: #000; color: #000000; -webkit-transform: translate3D(94px, 0, 0); -ms-transform: translate3D(94px, 0, 0); transform: translate3D(94px, 0, 0); transition: all 0.3s ease; } .nav-opened .menu-button .word { opacity: 0; transition: all 0.3s ease; } /* Special styles when overlaid on an image*/ .main-nav.overlay { position: absolute; top: 0; left: 0; right: 0; height: 70px; border: none; background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); } .no-cover .main-nav.overlay { background: none; } /* The details of your blog. Defined in ghost/settings/ */ .page-title { margin: 10px 0 10px 0; font-size: 5rem; letter-spacing: 1.5px; font-weight: 700; font-family: "Numans", sans-serif; color: #fff; } .page-description { margin: 0; font-size: 2rem; line-height: 1.5em; font-weight: 400; font-family: "Montserrat", serif; letter-spacing: 0.01rem; color: rgba(255,255,255,0.8); } .no-cover.main-header { min-height: 160px; max-height: 40vh; background: #eaeaea; } .no-cover .page-title { color: rgba(0,0,0,0.8); } .no-cover .page-description { color: rgba(0,0,0,0.5); } /* Add subtle load-in animation for content on the home page */ .home-template .page-title { -webkit-animation: fade-in-down 0.6s; animation: fade-in-down 0.6s both; -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .home-template .page-description { -webkit-animation: fade-in-down 0.9s; animation: fade-in-down 0.9s both; -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } /* Every post, on every page, gets this style on its <article> tag */ .post { position: relative; width: 80%; max-width: 768px; margin: 4rem auto; padding-bottom: 4rem; border-bottom: #000 1px solid; word-wrap: break-word; } .post .post-img { position:relative; background-position: center; background-repeat: no-repeat; background-size: cover; min-height: 400px; } /* Add a little circle in the middle of the border-bottom on our .post just for the lolz and stylepoints. */ .post:after { display: block; content: ""; width: 7px; height: 7px; border: #000 1px solid; position: absolute; bottom: -5px; left: 50%; margin-left: -5px; background: #FFF; border-radius: 100%; box-shadow: #FFF 0 0 0 5px; } body:not(.post-template) .post-title { font-size: 3.6rem; } body.page-template .post-title { font-size: 5rem; } .post-title a { text-decoration: none; } .post-excerpt p { margin: 0; font-size: 0.9em; line-height: 1.7em; } .read-more { text-decoration: none; } .post-meta { display: block; margin: 1.75rem 0 0 0; font-family: "Open Sans", sans-serif; font-size: 1.5rem; line-height: 2.2rem; color: #9EABB3; } .author-thumb { width: 24px; height: 24px; float: left; margin-right: 9px; border-radius: 100%; } .post-meta a { color: #9EABB3; text-decoration: none; } .post-meta a:hover { text-decoration: underline; } .user-meta { position: relative; padding: 0.3rem 40px 0 100px; min-height: 77px; } .post-date { display: inline-block; margin-left: 8px; padding-left: 12px; border-left: #d5dbde 1px solid; text-transform: uppercase; font-size: 1.3rem; white-space: nowrap; } .user-image { position: absolute; top: 0; left: 0; } .user-name { display: block; font-weight: 700; } .user-bio { display: block; max-width: 440px; font-size: 1.4rem; line-height: 1.5em; } .publish-meta { position: absolute; top: 0; right: 0; padding: 4.3rem 0 4rem 0; text-align: right; } .publish-heading { display: block; font-weight: 700; } .publish-date { display: block; font-size: 1.4rem; line-height: 1.5em; } /* ========================================================================== 5. Single Post - When you click on an individual post ========================================================================== */ .post-template .post-header, .page-template .post-header { margin-bottom: 3.4rem; } .post-template .post-title, .page-template .post-title { margin-bottom: 0; } .post-template .post-meta, .page-template .post-meta { margin: 0; } .post-template .post-date, .page-template .post-date { padding: 0; margin: 0; border: none; } /* Stop elements, such as img wider than the post content, from creating horizontal scroll - slight hack due to imperfections with browser width % calculations and rounding */ .post-template .content, .page-template .content { overflow: hidden; } /* Tweak the .post wrapper style */ .post-template .post, .page-template .post { margin-top: 0; border-bottom: none; padding-bottom: 0; } /* Kill that stylish little circle that was on the border, too */ .post-template .post:after, .page-template .post:after { display: none; } /* Keep images centered, and allow images wider than the main text column to break out. */ .post-content img { display: block; max-width: 126%; height: auto; padding: 0.6em 0; /* Centers an image by (1) pushing its left edge to the center of its container and (2) shifting the entire image in the opposite direction by half its own width. Works for images that are larger than their containers. */ position: relative; left: 50%; -webkit-transform: translateX(-50%); /* for Safari and iOS */ -ms-transform: translateX(-50%); /* for IE9 */ transform: translateX(-50%); } .footnotes { font-style: italic; font-size: 1.3rem; line-height: 1.6em; } .footnotes li { margin: 0.6rem 0; } .footnotes p { margin: 0; } .footnotes p a:last-child { text-decoration: none; } /* The author credit area after the post */ .post-footer { position: relative; margin: 6rem 0 0 0; padding: 3rem 0 0 0; border-top: #EBF2F6 1px solid; } .post-footer h4 { font-size: 1.8rem; margin: 0; } .post-footer p { margin: 1rem 0; font-size: 1.4rem; line-height: 1.75em; } /* list of author links - location / url */ .author-meta { padding: 0; margin: 0; list-style: none; font-size: 1.4rem; line-height: 1; font-style: italic; color: #9EABB3; } .author-social-link { display: inline-flex; align-self: center; margin-right: 2rem; font-size: 3rem; } .author-meta a { color: #9EABB3; } .author-meta a:hover { color: #111; } /* Create some space to the right for the share links */ .post-footer .author { margin-right: 180px; } .post-footer h4 a { color: #2e2e2e; text-decoration: none; } .post-footer h4 a:hover { text-decoration: underline; } /* Drop the share links in the space to the right. Doing it like this means it's easier for the author bio to be flexible at smaller screen sizes while the share links remain at a fixed width the whole time */ .post-footer .share { position: absolute; top: 3rem; right: 0; width: 140px; } .post-footer .share a { font-size: 1.8rem; display: inline-block; margin: 1rem 1.6rem 1.6rem 0; color: #BBC7CC; text-decoration: none; } .post-footer .share .icon-twitter:hover { color: #55acee; } .post-footer .share .icon-facebook:hover { color: #3b5998; } .post-footer .share .icon-google-plus:hover { color: #dd4b39; } /* ========================================================================== 6. Author profile ========================================================================== */ .post-head.main-header { height: 75vh; min-height: 180px; } .no-cover.post-head.main-header { height: 85px; min-height: 0; margin-bottom: 0; background: transparent; } .tag-head.main-header { height: 40vh; min-height: 180px; } .author-head.main-header { height: 40vh; min-height: 180px; } .no-cover.author-head.main-header { height: 10vh; min-height: 100px; background: transparent; } .author-profile { padding: 0 15px 5rem 15px; border-bottom: #EBF2F6 1px solid; text-align: center; } /* Add a little circle in the middle of the border-bottom */ .author-profile:after { display: block; content: ""; width: 7px; height: 7px; border: #E7EEF2 1px solid; position: absolute; bottom: -5px; left: 50%; margin-left: -5px; background: #FFF; border-radius: 100%; box-shadow: #FFF 0 0 0 5px; } .author-image { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; top: -40px; left: 50%; margin-left: -40px; width: 80px; height: 80px; border-radius: 100%; overflow: hidden; padding: 6px; background: #fff; z-index: 2; box-shadow: #E7EEF2 0 0 0 1px; } .author-image .img { position: relative; display: block; width: 100%; height: 100%; background-size: cover; background-position: center center; border-radius: 100%; } .author-profile .author-image { position: relative; left: auto; top: auto; width: 120px; height: 120px; padding: 3px; margin: -100px auto 0 auto; box-shadow: none; } .author-title { margin: 1.5rem 0 1rem; } .author-bio { font-size: 1.8rem; line-height: 1.5em; font-weight: 200; color: #50585D; letter-spacing: 0; text-indent: 0; } .author-meta { margin: 1.6rem 0; } /* Location, website, and link */ .author-profile .author-meta { margin: 2rem 0; font-family: "Montserrat", serif; letter-spacing: 0.01rem; font-size: 1.7rem; } .author-meta span { display: inline-block; margin: 0 2rem 1rem 0; word-wrap: break-word; } .author-meta a { text-decoration: none; } /* Turn off meta for page2+ to make room for extra pagination prev/next links */ .paged .author-profile .author-meta { display: none; } /* ========================================================================== 7. Read More - Next/Prev Post Links ========================================================================== */ .read-next { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: 10rem; } .read-next-story { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; min-width: 50%; text-decoration: none; position: relative; text-align: center; color: #fff; background: #222 no-repeat center center; background-size: cover; overflow: hidden; } .read-next-story:hover:before { background: rgba(0,0,0,0.8); transition: all 0.2s ease; } .read-next-story:hover .post:before { color: #222; background: #fff; transition: all 0.2s ease; } .read-next-story:before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.7); transition: all 0.5s ease; } .read-next-story .post { padding-top: 6rem; padding-bottom: 6rem; } .read-next-story .post:before { content: "Read This Next"; padding: 4px 10px 5px; text-transform: uppercase; font-size: 1.1rem; font-family: "Open Sans", sans-serif; color: rgba(255,255,255,0.8); border: rgba(255,255,255,0.5) 1px solid; border-radius: 4px; transition: all 0.5s ease; } .read-next-story.prev .post:before { content: "You Might Enjoy"; } .read-next-story h2 { margin-top: 1rem; color: #fff; } .read-next-story p { margin: 0; color: rgba(255,255,255,0.8); } /* Special styles for posts with no cover images */ .read-next-story.no-cover { background: #f5f8fa; } .read-next-story.no-cover:before { display: none; } .read-next-story.no-cover .post:before { color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.2); } .read-next-story.no-cover h2 { color: rgba(0,0,0,0.8); } .read-next-story.no-cover p { color: rgba(0,0,0,0.5); } /* if there are two posts without covers, put a border between them */ .read-next-story.no-cover + .read-next-story.no-cover { border-left: rgba(0,0,100,0.04) 1px solid; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Correctly position site-footer when next to the .read-next container */ .read-next + .site-footer { position: absolute; bottom: 0; left: 0; right: 0; margin: 0; } /* ========================================================================== 8. Third Party Elements - Embeds from other services ========================================================================== */ /* Github */ .gist table { margin: 0; font-size: 1.4rem; text-rendering: auto; } .gist td { line-height: 1.4; } .gist .line-number { min-width: 25px; } /* Pastebin */ .content .embedPastebin { margin-bottom: 1.75em; } /* ========================================================================== 9. Pagination - Tools to let you flick between pages ========================================================================== */ /* The main wrapper for our pagination links */ .pagination { position: relative; width: 80%; max-width: 768px; margin: 4rem auto; font-family: "Open Sans", sans-serif; font-size: 1.3rem; color: #9EABB3; text-align: center; } .pagination a { color: #9EABB3; transition: all 0.2s ease; } /* Push the previous/next links out to the left/right */ .older-posts, .newer-posts { position: absolute; display: inline-block; padding: 0 15px; border: #bfc8cd 1px solid; text-decoration: none; border-radius: 4px; transition: border 0.3s ease; } .older-posts { right: 0; } .page-number { display: inline-block; padding: 2px 0; min-width: 100px; } .newer-posts { left: 0; } .older-posts:hover, .newer-posts:hover { color: #889093; border-color: #98a0a4; } .extra-pagination { display: none; border-bottom: #EBF2F6 1px solid; } .extra-pagination:after { display: block; content: ""; width: 7px; height: 7px; border: #E7EEF2 1px solid; position: absolute; bottom: -5px; left: 50%; margin-left: -5px; background: #FFF; border-radius: 100%; box-shadow: #FFF 0 0 0 5px; } .extra-pagination .pagination { width: auto; } /* On page2+ make all the headers smaller */ .paged .main-header { max-height: 30vh; } /* On page2+ show extra pagination controls at the top of post list */ .paged .extra-pagination { display: block; } /* ========================================================================== 10. Subscribe - Generate those email subscribers ========================================================================== */ .gh-subscribe { border: #e7eef2 1px solid; padding: 3rem; margin-top: 3rem; text-align: center; background: #f5f8fa; border-radius: 5px; } .gh-subscribe-title { margin-bottom: 0; font-size: 2.4rem } .gh-subscribe p { margin-top: 0; font-size: 1.5rem; } .gh-subscribe form { display: flex; justify-content: center; margin: 20px 0 0 0; } .gh-subscribe .form-group { flex-grow: 1; max-width: 300px; } .gh-subscribe .subscribe-email { box-sizing: border-box; width: 100%; margin: 0; border-radius: 4px 0 0 4px; transition: all ease 0.5s; } .gh-subscribe .subscribe-email:focus { border: #5ba4e5 1px solid; transition: all ease 0.2s; } .gh-subscribe button { margin-left: -1px; border-radius: 0 4px 4px 0; } .gh-subscribe-rss { font-family: 'Open Sans', sans-serif; font-size: 1.2rem; line-height: 1.4em; } /* ========================================================================== 11. Footer - The bottom of every page ========================================================================== */ .site-footer { position: relative; margin: 8rem 0 0 0; padding: 1rem 15px; font-family: "Open Sans", sans-serif; font-size: 1rem; line-height: 1.75em; color: #BBC7CC; } .site-footer a { color: #BBC7CC; text-decoration: none; font-weight: bold; } .site-footer a:hover { border-bottom: #bbc7cc 1px solid; } .copyright { display: block; width: 100%; text-align: center; } /* ========================================================================== 12. Media Queries - Smaller than 900px ========================================================================== */ @media only screen and (max-width: 900px) { blockquote { margin-left: 0; } .main-header { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; height: auto; min-height: 240px; height: 60vh; padding: 15% 0; } .scroll-down, .home-template .main-header:after { display: none; } .paged .main-header { min-height: 180px; padding: 10% 0; } .blog-logo img { padding: 4px 0; } .page-title { font-size: 4rem; letter-spacing: 0px; } .page-description { font-size: 1.8rem; line-height: 1.5em; } .post { font-size: 0.95em } .post .post-img { min-height: 300px; } body:not(.post-template) .post-title { font-size: 3.2rem; } body.page-template .post-title { font-size: 4.5rem; } hr { margin: 2.4em 0; } ol, ul { padding-left: 2em; } h1 { font-size: 4.5rem; text-indent: -2px; } h2 { font-size: 3.6rem; } h3 { font-size: 3.1rem; } h4 { font-size: 2.5rem; } h5 { font-size: 2.2rem; } h6 { font-size: 1.8rem; } .author-profile { padding-bottom: 4rem; } .author-profile .author-bio { font-size: 1.6rem; } .author-meta span { display: block; margin: 1.5rem 0; } .author-profile .author-meta span { font-size: 1.6rem; } .post-head.main-header { height:45vh; } .tag-head.main-header, .author-head.main-header { height: 30vh; } .no-cover.post-head.main-header { height: 55px; padding: 0; } .no-cover.author-head.main-header { padding: 0; } .gh-subscribe { padding: 2rem; } .gh-subscribe-title { font-size: 2rem } .gh-subscribe p { font-size: 1.4rem; } .read-next { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-top: 4rem; } .read-next p { display: none; } .read-next-story.no-cover + .read-next-story.no-cover { border-top: rgba(0,0,100,0.06) 1px solid; border-left: none; } } /* ========================================================================== 13. Media Queries - Smaller than 500px ========================================================================== */ @media only screen and (max-width: 500px) { .main-header { margin-bottom: 15px; height: 40vh; } .no-cover.main-header { height: 30vh; } .paged .main-header { max-height: 20vh; min-height: 160px; padding: 10% 0; } .main-nav { padding: 5px; margin-bottom: 2rem; } .blog-logo { padding: 5px; } .blog-logo img { max-height: 50px; } .menu-button { padding: 0 5px; border-radius: 0; border-width: 0; color: #2e2e2e; background: transparent; } .menu-button:hover { color: #2e2e2e; border-color: transparent; background: none; } body.nav-opened .menu-button { background: none; border: transparent; } .main-nav.overlay a:hover { color: #fff; border-color: transparent; background: transparent; } .no-cover .main-nav.overlay { background: none; } .no-cover .main-nav.overlay .menu-button { border: none; } .main-nav.overlay .menu-button { border-color: transparent; } .nav-title { top: 25px; } .nav-close { position: absolute; top: 18px; } .nav ul { padding: 60px 9% 5%; } .inner, .pagination { width: auto; margin: 2rem auto; } .post { width: auto; margin-top: 2rem; margin-bottom: 2rem; margin-left: 16px; margin-right: 16px; padding-bottom: 2rem; line-height: 1.65em; } .post .post-img { min-height: 230px; } .post-date { display: none; } .post-template .post-header, .page-template .post-header { margin-bottom: 2rem; } .post-template .post-date, .page-template .post-date { display: inline-block; } hr { margin: 1.75em 0; } p, ul, ol, dl { font-size: 0.95em; margin: 0 0 2.5rem 0; } .page-title { font-size: 3rem; } .post-excerpt p { font-size: 0.85em; } .page-description { font-size: 1.6rem; } h1, h2, h3, h4, h5, h6 { margin: 0 0 0.3em 0; } h1 { font-size: 2.8rem; letter-spacing: 0px; } h2 { font-size: 2.4rem; letter-spacing: 0; } h3 { font-size: 2.1rem; } h4 { font-size: 1.9rem; } h5 { font-size: 1.8rem; } h6 { font-size: 1.8rem; } body:not(.post-template) .post-title { font-size: 2.5rem; } body.page-template .post-title { font-size: 2.8rem; } .post-template .site-footer, .page-template .site-footer { margin-top: 0; } .post-content img { padding: 0; width: calc(100% + 32px); /* expand with to image + margins */ min-width: 0; max-width: 112%; /* fallback when calc doesn't work */ } .post-meta { font-size: 1.3rem; margin-top: 1rem; } .post-footer { padding: 5rem 0 3rem 0; text-align: center; } .post-footer .author { margin: 0 0 2rem 0; padding: 0 0 1.6rem 0; border-bottom: #EBF2F6 1px dashed; } .post-footer .share { position: static; width: auto; } .post-footer .share a { margin: 1.4rem 0.8rem 0 0.8rem; } .author-meta li { float: none; margin: 0; line-height: 1.75em; } .author-meta li:before { display: none; } .older-posts, .newer-posts { position: static; margin: 10px 0; } .page-number { display: block; } .site-footer { margin-top: 3rem; } .author-profile { padding-bottom: 2rem; } .post-head.main-header { height: 30vh; } .tag-head.main-header, .author-head.main-header { height: 20vh; } .post-footer .author-image { top: -60px; } .author-profile .author-image { margin-top: -70px; } .author-profile .author-meta span { font-size: 1.4rem; } .paged .main-header .page-description { display: none; } .gh-subscribe { padding: 15px; } .gh-subscribe form { margin-top: 10px; } .read-next { margin-top: 2rem; margin-bottom: -37px; } .read-next .post { width: 100%; } } /* ========================================================================== 14. Animations ========================================================================== */ /* Used to fade in title/desc on the home page */ @-webkit-keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes fade-in-down { 0% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); } 100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } } /* Used to bounce .scroll-down on home page */ @-webkit-keyframes bounce { 0%, 10%, 25%, 40%, 50% { -webkit-transform: translateY(0) rotate(-90deg); transform: translateY(0) rotate(-90deg); } 20% { -webkit-transform: translateY(-10px) rotate(-90deg); transform: translateY(-10px) rotate(-90deg); } 30% { -webkit-transform: translateY(-5px) rotate(-90deg); transform: translateY(-5px) rotate(-90deg); } } @keyframes bounce { 0%, 10%, 25%, 40%, 50% { -webkit-transform: translateY(0) rotate(-90deg); transform: translateY(0) rotate(-90deg); } 20% { -webkit-transform: translateY(-10px) rotate(-90deg); transform: translateY(-10px) rotate(-90deg); } 30% { -webkit-transform: translateY(-5px) rotate(-90deg); transform: translateY(-5px) rotate(-90deg); } } /* ========================================================================== End of file. Animations should be the last thing here. Do not add stuff below this point, or it will probably fuck everything up. ========================================================================== */