path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
css/grocery/blockcontact.css
rachitsakhidas/Grocerry-e-commenrce
/* ------- FONTS ------- */ /* ------- BORDERS ------- */ /* ------- BACKGROUNDS ------- */ /* ------- COLORS ------- */ /* ------- Indents ------- */ /* ------- Product Elements ------- */ /* ------- Buttons ------- */ /* ------- Buttons +/- ------ */ /* ------- Button Small ------- */ /* ------- Button exclusive-medium ------- */ /* ------- My Account List bg ------- */ /* ------- Product Listing ------- */ /* ------- Grid/List vars ------- */ /* ------- Pagination vars ------- */ /* ------- Product Info ------- */ /* ------- Cart Steps ------- */ /* ------- sub heading (h2,h3) define ------- */ /* ------- Image vars ------- */ .shop-phone { float: left; padding: 5px 0 10px; } @media (max-width: 767px) { .shop-phone { display: none; } } .shop-phone i { font-size: 21px; line-height: 21px; color: white; padding-right: 7px; } .shop-phone strong { color: white; } #contact-link { float: right; border-left: 1px solid #515151; } @media (max-width: 479px) { #contact-link { width: 25%; text-align: center; } } #contact-link a { display: block; color: white; font-weight: bold; padding: 8px 10px 11px 10px; text-shadow: 1px 1px rgba(0, 0, 0, 0.2); cursor: pointer; } @media (max-width: 479px) { #contact-link a { font-size: 11px; padding-left: 5px; padding-right: 5px; } } #contact-link a:hover, #contact-link a.active { background: #2b2b2b; } @media (max-width: 767px) { #contact_block { margin-bottom: 20px; } } #contact_block .label { display: none; } #contact_block .block_content { color: #888888; } #contact_block p { margin-bottom: 4px; } #contact_block p.tel { font: 400 17px/21px Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 6px; } #contact_block p.tel i { font-size: 25px; vertical-align: -2px; padding-right: 10px; }
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.0/mini-compiler/8.5.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>mini-compiler: 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.0 / mini-compiler - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mini-compiler <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-31 19:49:08 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-31 19:49:08 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.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.1 Official release 4.09.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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/mini-compiler&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/MiniCompiler&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:compilation&quot; &quot;keyword:correctness&quot; &quot;keyword:arithmetic&quot; &quot;category:Computer Science/Semantics and Compilation/Compilation&quot; &quot;date:2003&quot; ] authors: [ &quot;Jean-Christophe Filliâtre &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/mini-compiler/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/mini-compiler.git&quot; synopsis: &quot;Correctness of a tiny compiler for arithmetic expressions&quot; description: &quot;&quot;&quot; Tutorial correctness proof of a tiny compiler from simple arithmetic expressions (constants, variables and additions) to simple assembly-like code (one accumulator, infinitly many registers and addition)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/mini-compiler/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=27b1414ce51c9cfe014d5777e9d47b2e&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-mini-compiler.8.5.0 coq.8.10.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.10.0). The following dependencies couldn&#39;t be met: - coq-mini-compiler -&gt; coq &lt; 8.6~ -&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-mini-compiler.8.5.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/released/8.14.0/dictionaries/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>dictionaries: 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.14.0 / dictionaries - 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> dictionaries <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-03 21:53:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-03 21:53: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 conf-gmp 3 Virtual package relying on a GMP lib system installation coq 8.14.0 Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system 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 ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind 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/dictionaries&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/Dictionaries&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: modules&quot; &quot;keyword: functors&quot; &quot;keyword: search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; &quot;date: 2003-02-6&quot; ] authors: [ &quot;Pierre Castéran &lt;casteran@labri.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/dictionaries/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/dictionaries.git&quot; synopsis: &quot;Dictionaries (with modules)&quot; description: &quot;&quot;&quot; This file contains a specification for dictionaries, and an implementation using binary search trees. Coq&#39;s module system, with module types and functors, is heavily used. It can be considered as a certified version of an example proposed by Paulson in Standard ML. A detailed description (in French) can be found in the chapter 11 of The Coq&#39;Art, the book written by Yves Bertot and Pierre Castéran (please follow the link http://coq.inria.fr/doc-eng.html)&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/dictionaries/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=1e1e78b0a76827b75de4f43ec8602c1d&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-dictionaries.8.7.0 coq.8.14.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.14.0). The following dependencies couldn&#39;t be met: - coq-dictionaries -&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-dictionaries.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>
Quaver/App/Theme/Default/Resources/css/custom_1.css
danielgonzalez11/enjoyZaragoza
.calendar-container { background: #cebe29; background: -moz-linear-gradient(-45deg, #cebe29 0%, #9b1f50 33%, #2989d8 71%, #89b4ff 91%); background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cebe29), color-stop(33%,#9b1f50), color-stop(71%,#2989d8), color-stop(91%,#89b4ff)); background: -webkit-linear-gradient(-45deg, #cebe29 0%,#9b1f50 33%,#2989d8 71%,#89b4ff 91%); background: -o-linear-gradient(-45deg, #cebe29 0%,#9b1f50 33%,#2989d8 71%,#89b4ff 91%); background: -ms-linear-gradient(-45deg, #cebe29 0%,#9b1f50 33%,#2989d8 71%,#89b4ff 91%); background: linear-gradient(135deg, #cebe29 0%,#9b1f50 33%,#2989d8 71%,#89b4ff 91%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cebe29', endColorstr='#89b4ff',GradientType=1 ); -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; background-size: 100% 100%; } .custom-calendar-full { width: 100%; height: auto; } .fc-calendar-container { height: 600px; width: 100%; } .custom-header{ padding: 20px 20px 10px 30px; height: 50px; position: relative; } .custom-header h2, .custom-header h3 { float: left; font-weight: 300; text-transform: uppercase; letter-spacing: 4px; text-shadow: 1px 1px 0 rgba(0,0,0,0.1); } .custom-header h2 { color: #fff; width: 60%; } .custom-header h2 a, .custom-header h2 span { color: rgba(255,255,255,0.3); font-size: 18px; letter-spacing: 3px; white-space: nowrap; } .custom-header h2 a { color: rgba(255,255,255,0.5); } .no-touch .custom-header h2 a:hover { color: rgba(255,255,255,0.9); } .custom-header h3 { width: 40%; color: #ddd; color: rgba(255,255,255,0.6); font-weight: 300; line-height: 30px; text-align: right; padding-right: 125px; } .custom-header nav { position: absolute; right: 20px; top: 20px; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .custom-header nav span { float: left; width: 30px; height: 30px; position: relative; color: transparent; cursor: pointer; background: rgba(255,255,255,0.3); margin: 0 1px; font-size: 20px; border-radius: 0 3px 3px 0; box-shadow: inset 0 1px rgba(255,255,255,0.2); } .custom-header nav span:first-child { border-radius: 3px 0 0 3px; } .custom-header nav span:hover { background: rgba(255,255,255,0.5); } .custom-header span:before { font-family: 'fontawesome-selected'; color: #fff; display: inline-block; text-align: center; width: 100%; text-indent: 4px; } .custom-header nav span.custom-prev:before { content: '\25c2'; } .custom-header nav span.custom-next:before { content: '\25b8'; } .custom-header nav span:last-child { margin-left: 20px; border-radius: 3px; } .custom-header nav span.custom-current:before { content: '\27a6'; } .fc-calendar { background: rgba(255,255,255,0.1); width: auto; top: 10px; bottom: 20px; left: 20px; right: 20px; height: auto; border-radius: 20px; position: absolute; } .fc-calendar .fc-head { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); border-radius: 20px 20px 0 0; height: 40px; line-height: 40px; padding: 0 20px; } .fc-calendar .fc-head > div { font-weight: 300; text-transform: uppercase; font-size: 14px; letter-spacing: 3px; text-shadow: 0 1px 1px rgba(0,0,0,0.4); } .fc-calendar .fc-row > div > span.fc-date { color: rgba(255,255,255,0.9); text-shadow: none; font-size: 26px; font-weight: 300; bottom: auto; right: auto; top: 10px; left: 10px; text-align: left; text-shadow: 0 1px 1px rgba(0,0,0,0.3); } .fc-calendar .fc-body { border: none; padding: 20px; } .fc-calendar .fc-row { box-shadow: inset 0 -1px 0 rgba(255,255,255,0.2); border: none; } .fc-calendar .fc-row:last-child { box-shadow: none; } .fc-calendar .fc-row:first-child > div:first-child { border-radius: 10px 0 0 0; } .fc-calendar .fc-row:first-child > div:last-child { border-radius: 0 10px 0 0; } .fc-calendar .fc-row:last-child > div:first-child { border-radius: 0 0 0 10px; } .fc-calendar .fc-row:last-child > div:last-child { border-radius: 0 0 10px 0; } .fc-calendar .fc-row > div { box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2); border: none; padding: 10px; cursor: pointer; } .fc-calendar .fc-row > div:first-child{ box-shadow: none; } .fc-calendar .fc-row > div.fc-today { background: transparent; box-shadow: inset 0 0 100px rgba(255,255,255,0.1); } .fc-calendar .fc-row > div.fc-today:after { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.501, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 0))); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -o-llinear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), -ms-linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); background: linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.25)), linear-gradient(left top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0)); } .fc-calendar .fc-row > div > div { margin-top: 35px; } .fc-calendar .fc-row > div > div a, .fc-calendar .fc-row > div > div span { color: rgba(255,255,255,0.7); font-size: 12px; text-transform: uppercase; display: inline-block; padding: 3px 5px; border-radius: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; margin-bottom: 1px; background: rgba(255,255,255,0.1); } .no-touch .fc-calendar .fc-row > div > div a:hover { background: rgba(255,255,255,0.3); } @media screen and (max-width: 880px) , screen and (max-height: 450px) { html, body, .container { height: auto; } .custom-header, .custom-header nav, .custom-calendar-full, .fc-calendar-container, .fc-calendar, .fc-calendar .fc-head, .fc-calendar .fc-row > div > span.fc-date { position: relative; top: auto; left: auto; bottom: auto; right: auto; height: auto; width: auto; } .fc-calendar { margin: 0 20px 20px; } .custom-header h2, .custom-header h3 { float: none; width: auto; text-align: left; padding-right: 100px; } .fc-calendar .fc-row, .ie9 .fc-calendar .fc-row > div, .fc-calendar .fc-row > div { height: auto; width: 100%; border: none; } .fc-calendar .fc-row > div { float: none; min-height: 50px; box-shadow: inset 0 -1px rgba(255,255,255,0.2) !important; border-radius: 0px !important; } .fc-calendar .fc-row > div:empty{ min-height: 0; height: 0; box-shadow: none !important; padding: 0; } .fc-calendar .fc-row { box-shadow: none; } .fc-calendar .fc-head { display: none; } .fc-calendar .fc-row > div > div { margin-top: 0px; padding-left: 10px; max-width: 70%; display: inline-block; } .fc-calendar .fc-row > div.fc-today { background: rgba(255, 255, 255, 0.2); } .fc-calendar .fc-row > div.fc-today:after { display: none; } .fc-calendar .fc-row > div > span.fc-date { width: 30px; display: inline-block; text-align: right; } .fc-calendar .fc-row > div > span.fc-weekday { display: inline-block; width: 40px; color: #fff; color: rgba(255,255,255,0.7); font-size: 10px; text-transform: uppercase; } }
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.1/reglang/1.1.1.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>reglang: 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.9.1 / reglang - 1.1.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> reglang <small> 1.1.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-16 00:21:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-16 00:21:27 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.9.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 # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;palmskog@gmail.com&quot; homepage: &quot;https://github.com/coq-community/reglang&quot; dev-repo: &quot;git+https://github.com/coq-community/reglang.git&quot; bug-reports: &quot;https://github.com/coq-community/reglang/issues&quot; doc: &quot;https://coq-community.org/reglang/&quot; license: &quot;CECILL-B&quot; synopsis: &quot;Representations of regular languages (i.e., regexps, various types of automata, and WS1S) with equivalence proofs, in Coq and MathComp&quot; description: &quot;&quot;&quot; This library provides definitions and verified translations between different representations of regular languages: various forms of automata (deterministic, nondeterministic, one-way, two-way), regular expressions, and the logic WS1S. It also contains various decidability results and closure properties of regular languages.&quot;&quot;&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] depends: [ &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.13~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.9&quot; &amp; &lt; &quot;1.12~&quot;} ] tags: [ &quot;category:Computer Science/Formal Languages Theory and Automata&quot; &quot;keyword:regular languages&quot; &quot;keyword:regular expressions&quot; &quot;keyword:finite automata&quot; &quot;keyword:two-way automata&quot; &quot;keyword:monadic second-order logic&quot; &quot;logpath:RegLang&quot; &quot;date:2020-10-05&quot; ] authors: [ &quot;Christian Doczkal&quot; &quot;Jan-Oliver Kaiser&quot; &quot;Gert Smolka&quot; ] url { src: &quot;https://github.com/coq-community/reglang/archive/v1.1.1.tar.gz&quot; checksum: &quot;sha512=f3b92695d1c3fedd37dc0a6289c9cdc4bf051f0a7134123b633d9875e5ad01e260304488de3d12810e3de9054069362cbd46eedd3d59e3baf4b008862fafc783&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-reglang.1.1.1 coq.8.9.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.9.1). The following dependencies couldn&#39;t be met: - coq-reglang -&gt; coq &gt;= 8.10 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-reglang.1.1.1</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>
about.html
ana-vas/simple-site
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>This is the about page!</title> </head> <body> </body> </html>
clean/Linux-x86_64-4.13.1-2.0.10/extra-dev/dev/zsearch-trees/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>zsearch-trees: 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="">dev / zsearch-trees - 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> zsearch-trees <small> 8.6.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 09:43:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 09:43:56 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 dev Formal proof management system dune 3.0.2 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.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/zsearch-trees&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/ZSearchTrees&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: binary search trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; ] authors: [ &quot;Pierre Castéran&quot; ] bug-reports: &quot;https://github.com/coq-contribs/zsearch-trees/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/zsearch-trees.git&quot; synopsis: &quot;Binary Search Trees&quot; description: &quot;Algorithms for collecting, searching, inserting and deleting elements in binary search trees on Z&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zsearch-trees/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=fca201467e21f6c236d51b3801924ce7&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-zsearch-trees.8.6.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). The following dependencies couldn&#39;t be met: - coq-zsearch-trees -&gt; coq &lt; 8.7~ -&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-zsearch-trees.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>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.5.0/smc/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>smc: 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.5.0 / smc - 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> smc <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-29 07:47:20 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-29 07:47:20 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler 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.5.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/smc&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/SMC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} &quot;coq-int-map&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: BDD&quot; &quot;keyword: binary decision diagrams&quot; &quot;keyword: classical logic&quot; &quot;keyword: propositional logic&quot; &quot;keyword: garbage collection&quot; &quot;keyword: modal mu-calculus&quot; &quot;keyword: model checking&quot; &quot;keyword: symbolic model checking&quot; &quot;keyword: reflection&quot; &quot;category: Computer Science/Decision Procedures and Certified Algorithms/Decision procedures&quot; &quot;date: 2002-11&quot; ] authors: [ &quot;Kumar Neeraj Verma &lt;verma@lsv.ens-cachan.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/smc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/smc.git&quot; synopsis: &quot;BDD based symbolic model checker for the modal mu-calculus&quot; description: &quot;&quot;&quot; Provides BDD algorithms, a symbolic model checker for the modal mu-calculus based on it, together with a garbage collector&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/smc/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=5393bb4adae218fe834d80e06b62db6b&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-smc.8.9.0 coq.8.5.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.5.0). The following dependencies couldn&#39;t be met: - coq-smc -&gt; coq-int-map &gt;= 8.9 -&gt; coq &gt;= 8.9 -&gt; ocaml &gt;= 4.05.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-smc.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.04.2-2.0.5/released/8.5.3/vst-32/2.8.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>vst-32: 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.5.3 / vst-32 - 2.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> vst-32 <small> 2.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-02 14:57:45 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-02 14:57:45 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler 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.5.3 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.04.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.04.2 Official 4.04.2 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: &quot;2.0&quot; synopsis: &quot;Verified Software Toolchain&quot; description: &quot;The software toolchain includes static analyzers to check assertions about your program; optimizing compilers to translate your program to machine language; operating systems and libraries to supply context for your program. The Verified Software Toolchain project assures with machine-checked proofs that the assertions claimed at the top of the toolchain really hold in the machine-language program, running in the operating-system context.&quot; authors: [ &quot;Andrew W. Appel&quot; &quot;Lennart Beringer&quot; &quot;Sandrine Blazy&quot; &quot;Qinxiang Cao&quot; &quot;Santiago Cuellar&quot; &quot;Robert Dockins&quot; &quot;Josiah Dodds&quot; &quot;Nick Giannarakis&quot; &quot;Samuel Gruetter&quot; &quot;Aquinas Hobor&quot; &quot;Jean-Marie Madiot&quot; &quot;William Mansky&quot; ] maintainer: &quot;VST team&quot; homepage: &quot;http://vst.cs.princeton.edu/&quot; dev-repo: &quot;git+https://github.com/PrincetonUniversity/VST.git&quot; bug-reports: &quot;https://github.com/PrincetonUniversity/VST/issues&quot; license: &quot;https://raw.githubusercontent.com/PrincetonUniversity/VST/master/LICENSE&quot; patches: [ &quot;0001-Fix-issue-485-make-install-with-IGNORECOQVERSION.patch&quot; &quot;0002-Fix-Coq-8.14.0.patch&quot; ] build: [ [make &quot;-j%{jobs}%&quot; &quot;IGNORECOQVERSION=true&quot; &quot;BITSIZE=32&quot;] ] install: [ [make &quot;install&quot; &quot;IGNORECOQVERSION=true&quot; &quot;BITSIZE=32&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.15~&quot;} &quot;coq-compcert-32&quot; {= &quot;3.9&quot;} &quot;coq-flocq&quot; {&gt;= &quot;3.2.1&quot;} ] tags: [ &quot;category:Computer Science/Semantics and Compilation/Semantics&quot; &quot;keyword:C&quot; &quot;logpath:VST&quot; &quot;date:2021-06-01&quot; ] url { src: &quot;https://github.com/PrincetonUniversity/VST/archive/v2.8.tar.gz&quot; checksum: &quot;sha512=80fae7277baf77319c9789fe4d170857862798988980f14c6ca4e11e5e027aff5dbf908848a193f90b0fb2a0dd7d12cf5f4446e2e5c13682e636d89838a08cae&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-vst-32.2.8 coq.8.5.3</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3). The following dependencies couldn&#39;t be met: - coq-vst-32 -&gt; coq-compcert-32 = 3.9 -&gt; ocaml &gt;= 4.05.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-vst-32.2.8</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.02.3-2.0.6/released/8.7.2/elpi/1.6.3~8.11.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: 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.2 / elpi - 1.6.3~8.11</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.6.3~8.11 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 06:02:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 06:02:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler 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.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 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;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;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; &quot;OCAMLWARN=&quot; ] install: [ make &quot;install&quot; &quot;COQBIN=%{bin}%/&quot; &quot;ELPIDIR=%{prefix}%/lib/elpi&quot; ] depends: [ &quot;elpi&quot; {&gt;= &quot;1.11.2&quot; &amp; &lt; &quot;1.12.0~&quot;} &quot;coq&quot; {&gt;= &quot;8.11&quot; &amp; &lt; &quot;8.12~&quot;} ] tags: [ &quot;logpath:elpi&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.6.3_8.11.tar.gz&quot; checksum: &quot;sha256=01581a81d66d50c7afd705e83b5384de1bc4260eacc4997ea17638267c7c138d&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.6.3~8.11 coq.8.7.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.7.2). The following dependencies couldn&#39;t be met: - coq-elpi -&gt; coq &gt;= 8.11 -&gt; ocaml &gt;= 4.05.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-elpi.1.6.3~8.11</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>
doc/java/jdk8/javax/swing/event/TreeExpansionEvent.html
fbiville/annotation-processing-ftw
<!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_31) on Wed Dec 17 20:48:07 PST 2014 --> <title>TreeExpansionEvent (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="javax.swing.event.TreeExpansionEvent class"> <meta name="keywords" content="path"> <meta name="keywords" content="getPath()"> <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="TreeExpansionEvent (Java Platform SE 8 )"; } } catch(err) { } //--> var methods = {"i0":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="class-use/TreeExpansionEvent.html">Use</a></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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/swing/event/TableModelListener.html" title="interface in javax.swing.event"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../javax/swing/event/TreeExpansionListener.html" title="interface in javax.swing.event"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/swing/event/TreeExpansionEvent.html" target="_top">Frames</a></li> <li><a href="TreeExpansionEvent.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><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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">javax.swing.event</div> <h2 title="Class TreeExpansionEvent" class="title">Class TreeExpansionEvent</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li><a href="../../../java/util/EventObject.html" title="class in java.util">java.util.EventObject</a></li> <li> <ul class="inheritance"> <li>javax.swing.event.TreeExpansionEvent</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="../../../java/io/Serializable.html" title="interface in java.io">Serializable</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">TreeExpansionEvent</span> extends <a href="../../../java/util/EventObject.html" title="class in java.util">EventObject</a></pre> <div class="block">An event used to identify a single path in a tree. The source returned by <b>getSource</b> will be an instance of JTree. <p> For further documentation and examples see the following sections in <em>The Java Tutorial</em>: <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/treeexpansionlistener.html">How to Write a Tree Expansion Listener</a> and <a href="http://docs.oracle.com/javase/tutorial/uiswing/events/treewillexpandlistener.html">How to Write a Tree-Will-Expand Listener</a>. <p> <strong>Warning:</strong> Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans&trade; has been added to the <code>java.beans</code> package. Please see <a href="../../../java/beans/XMLEncoder.html" title="class in java.beans"><code>XMLEncoder</code></a>.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/swing/event/TreeExpansionEvent.html#path">path</a></span></code> <div class="block">Path to the value this event represents.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.java.util.EventObject"> <!-- --> </a> <h3>Fields inherited from class&nbsp;java.util.<a href="../../../java/util/EventObject.html" title="class in java.util">EventObject</a></h3> <code><a href="../../../java/util/EventObject.html#source">source</a></code></li> </ul> </li> </ul> <!-- ======== 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="../../../javax/swing/event/TreeExpansionEvent.html#TreeExpansionEvent-java.lang.Object-javax.swing.tree.TreePath-">TreeExpansionEvent</a></span>(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a>&nbsp;source, <a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a>&nbsp;path)</code> <div class="block">Constructs a TreeExpansionEvent object.</div> </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><a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/swing/event/TreeExpansionEvent.html#getPath--">getPath</a></span>()</code> <div class="block">Returns the path to the value that has been expanded/collapsed.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.util.EventObject"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.util.<a href="../../../java/util/EventObject.html" title="class in java.util">EventObject</a></h3> <code><a href="../../../java/util/EventObject.html#getSource--">getSource</a>, <a href="../../../java/util/EventObject.html#toString--">toString</a></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.<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a></h3> <code><a href="../../../java/lang/Object.html#clone--">clone</a>, <a href="../../../java/lang/Object.html#equals-java.lang.Object-">equals</a>, <a href="../../../java/lang/Object.html#finalize--">finalize</a>, <a href="../../../java/lang/Object.html#getClass--">getClass</a>, <a href="../../../java/lang/Object.html#hashCode--">hashCode</a>, <a href="../../../java/lang/Object.html#notify--">notify</a>, <a href="../../../java/lang/Object.html#notifyAll--">notifyAll</a>, <a href="../../../java/lang/Object.html#wait--">wait</a>, <a href="../../../java/lang/Object.html#wait-long-">wait</a>, <a href="../../../java/lang/Object.html#wait-long-int-">wait</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="path"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>path</h4> <pre>protected&nbsp;<a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a> path</pre> <div class="block">Path to the value this event represents.</div> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TreeExpansionEvent-java.lang.Object-javax.swing.tree.TreePath-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TreeExpansionEvent</h4> <pre>public&nbsp;TreeExpansionEvent(<a href="../../../java/lang/Object.html" title="class in java.lang">Object</a>&nbsp;source, <a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a>&nbsp;path)</pre> <div class="block">Constructs a TreeExpansionEvent object.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>source</code> - the Object that originated the event (typically <code>this</code>)</dd> <dd><code>path</code> - a TreePath object identifying the newly expanded node</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getPath--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getPath</h4> <pre>public&nbsp;<a href="../../../javax/swing/tree/TreePath.html" title="class in javax.swing.tree">TreePath</a>&nbsp;getPath()</pre> <div class="block">Returns the path to the value that has been expanded/collapsed.</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="class-use/TreeExpansionEvent.html">Use</a></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 class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../javax/swing/event/TableModelListener.html" title="interface in javax.swing.event"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../javax/swing/event/TreeExpansionListener.html" title="interface in javax.swing.event"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/swing/event/TreeExpansionEvent.html" target="_top">Frames</a></li> <li><a href="TreeExpansionEvent.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><a href="#field.summary">Field</a>&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><a href="#field.detail">Field</a>&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 ======= --> <p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://download.oracle.com/javase/8/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
assets/css/react-date-picker.css
MrSaints/historyx
.date-picker { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-flow: column; -o-flex-flow: column; flex-flow: column; flex-flow: column; -webkit-box-flex: 1 0 auto; -moz-box-flex: 1 0 auto; -ms-box-flex: 1 0 auto; -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto; } .date-picker, .date-picker * { box-sizing: border-box; } .date-picker .dp-footer { flex-direction: row; -webkit-flex-flow: row; -moz-flex-flow: row; -ms-flex-flow: row; -o-flex-flow: row; flex-flow: row; flex-flow: row; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .date-picker .dp-body { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-flow: column; -o-flex-flow: column; flex-flow: column; flex-flow: column; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } .date-picker .dp-table { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-flow: column; -moz-flex-flow: column; -ms-flex-flow: column; -o-flex-flow: column; flex-flow: column; flex-flow: column; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } .date-picker .dp-row { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -webkit-flex-flow: row; -moz-flex-flow: row; -ms-flex-flow: row; -o-flex-flow: row; flex-flow: row; flex-flow: row; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } .date-picker .dp-cell { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; -webkit-box-pack: center; flex-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } .date-picker .dp-nav-table { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: row; -webkit-flex-flow: row; -moz-flex-flow: row; -ms-flex-flow: row; -o-flex-flow: row; flex-flow: row; flex-flow: row; -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; width: 100%; } .date-picker .dp-nav-table .dp-cell { -webkit-box-flex: 7; -moz-box-flex: 7; -ms-box-flex: 7; -ms-flex: 7; -webkit-flex: 7; flex: 7; } .date-picker .dp-nav-table .dp-nav-cell { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; } /* * Theme */ .date-picker { overflow: hidden; background: #fff; font-size: 14px; width: 100%; height: 100%; border: 1px solid rgba(0, 0, 0, 0.12); } .date-picker .dp-header { background: #3F51B5; color: #FFF; } .date-picker .dp-table { border-color: rgba(0, 0, 0, 0.12); } .date-picker .dp-table .dp-row { border-top: 1px solid rgba(0, 0, 0, 0.12); } .date-picker .dp-table .dp-row:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .date-picker .dp-table .dp-cell { cursor: pointer; padding: 5px; background: inherit; } .date-picker .dp-table .dp-cell:not(:first-child) { border-left: 1px solid rgba(0, 0, 0, 0.12); } .date-picker .dp-table .dp-cell.dp-prev, .date-picker .dp-table .dp-cell.dp-next { color: #5c5c5c; background: inherit; } .date-picker .dp-table .dp-cell.dp-in-range { background: #e2f0ff; } .date-picker .dp-table .dp-cell:hover { color: inherit; font-weight: inherit; background: #C5CAE9; } .date-picker .dp-table .dp-cell.dp-disabled { cursor: default; color: #adadad; background: inherit; } .date-picker .dp-table .dp-cell.dp-current { color: #FF4081; background: inherit; } .date-picker .dp-table .dp-cell.dp-value { color: #FFF; font-weight: bold; background: #3F51B5; } .date-picker .dp-table .dp-cell.dp-in-range.dp-current, .date-picker .dp-table .dp-cell.dp-in-range.dp-value { background: #e2f0ff; } .date-picker .dp-table .dp-cell.dp-month { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .date-picker .dp-table .dp-cell.dp-week-day-name { font-weight: bold; cursor: default; background: inherit; } .date-picker .dp-footer { padding: 3px; -webkit-justify-content: center; -webkit-box-pack: center; flex-pack: center; -ms-flex-pack: center; justify-content: center; border-top-width: 0px; } .date-picker .dp-footer .dp-footer-selected, .date-picker .dp-footer .dp-footer-today { padding: 5px 15px; border-width: 1px; cursor: pointer; } .date-picker .dp-body { overflow: hidden; } .date-picker .dp-nav-view, .date-picker .dp-nav-cell, .date-picker .dp-week-day-name { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; } .date-picker .dp-nav-view, .date-picker .dp-nav-cell { cursor: pointer; } .date-picker .dp-nav-cell { background: inherit; } .date-picker .dp-nav-cell:hover { background: #303F9F; } .date-picker .dp-nav-view { background: inherit; } .date-picker .dp-nav-view:hover { background: #303F9F; } .date-picker .dp-nav-table .dp-cell { border-top-width: 0px; border-bottom-width: 0px; padding: 8px; font-weight: bold; } .date-picker .dp-decade-view, .date-picker .dp-year-view, .date-picker .dp-month-view { touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
docs/html/class_oxy_engine_1_1_input_1_1_input_manager-members.html
OxyTeam/OxyEngine
<!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.14"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>OxyEngine: 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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(initResizable); /* @license-end */</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> <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="projectlogo"><img alt="Logo" src="logo.png"/></td> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">OxyEngine &#160;<span id="projectnumber">0.2.0</span> </div> <div id="projectbrief">2D full-featured open-source crossplatform game engine</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.14 --> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ var searchBox = new SearchBox("searchBox", "search",false,'Search'); /* @license-end */ </script> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',true,false,'search.php','Search'); $(document).ready(function() { init_search(); }); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */ $(document).ready(function(){initNavTree('class_oxy_engine_1_1_input_1_1_input_manager.html','');}); /* @license-end */ </script> <div id="doc-content"> <!-- 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 class="header"> <div class="headertitle"> <div class="title">OxyEngine.Input.InputManager Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a>, including all inherited members.</p> <table class="directory"> <tr class="even"><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#ab1560bdeee5af0ffdeb651d3f59b55aa">GetCursorPosition</a>()</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#a0460ae9c31ac412fec6db59b1dc8f500">GetGamePadStick</a>(int gamePad, string stick)</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#ac49207da22a7ddadcb4e7975ceb88026">GetGamePadTrigger</a>(int gamePad, string trigger)</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#a8835cf218ca877181ce13aa86231cd71">GetMouseWheel</a>()</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#aa7dcad85c2dbd97392fea51c7bec7429">IsGamePadButtonPressed</a>(int gamePad, string button)</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#a74631e64ca76355a2ea81bf27f8c03ce">IsKeyPressed</a>(string key)</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html#a4a41b342643088a8be3b100129681f0a">IsMousePressed</a>(string button)</td><td class="entry"><a class="el" href="class_oxy_engine_1_1_input_1_1_input_manager.html">OxyEngine.Input.InputManager</a></td><td class="entry"></td></tr> </table></div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li> </ul> </div> </body> </html>
github.user.css
bd808/userscripts
/*! * bd808's github css hacks * © 2015 Bryan Davis and contributors * License: http://opensource.org/licenses/MIT */ /* wide wiki */ #wiki-rightbar { float: none; width: 100%; } .has-rightbar #wiki-body, .has-rightbar #wiki-footer { margin-right: 20px; }
views/partials/addQuestion.html
gauravparashar29/exambazaar
<style> input[type="text"], input[type="number"] { font-size: 13px; color: #333333; padding: 3px; border: solid 1px #969696; transition: box-shadow 0.3s, border 0.3s; box-shadow: 0 0 5px 1px white; } input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus { border: solid 1px #707070; box-shadow: 0 0 5px 1px #969696; } #profileSection{ min-height: 20vh; } #link{ color: rgba(0,0,0,0.6); } #link:hover{ color: #20C39A; } textarea{ min-width:100%; resize: none; width:100%; padding: 3px; display: inline-block; border: 1px solid #969696; border-radius: 4px; box-sizing: border-box; margin-top: 10px; } textarea:hover { border: 1px solid #969696; } textarea:focus { border: 1px solid #969696; } #pageLogoHolder{ border: 1px solid #FF5A5F; border-radius: 4px; color: #FF5A5F; } .pageLogo{ max-height: 50px; } #removebadge{ background: #FF5A5F; } #screenshot{ max-height: 60px; max-width: 60px; } #upload3{ background-color: #F5F5F5; color: #333333; padding: 5px; } #upload3:hover { background: #FF5A5F; color: white; } #upload4{ background: #20C39A; color: white; padding: 10px; } #upload4:hover { background: #29335C; color: white; } .unquestionNoBadge{ background-color: white; border: 1px solid #FF5A5F; padding: 4px; } .questionNoBadge{ background-color: #20C39A; border: 1px solid #FF5A5F; padding: 4px; } #addQuestionBadge{ background-color: #29335C; padding: 8px; } #missingBadge{ background-color: #FF5A5F; padding: 4px; } .disabled{ background-color: #FF5A5F; } .badge{ background: #FF5A5F; } .unselectedbadge{ border: 1px solid #404040; background: white; color: #404040; } .selectedbadge{ background: #20C39A; border: 1px solid #20C39A; } </style> <div layout="row" layout-align="center start" class="width100 paddingTB10"> <div layout="row" layout-align="center center" class="width100 min100vh" flex="5"> <i class="fa fa-chevron-circle-left font48 text-black" aria-hidden="true" ng-click="previousQuestion()" ng-if="toAddQuestion._id"> <md-tooltip>Previous Question</md-tooltip> </i> </div> <div layout="row" layout-align="start start" class="width100" flex> <div layout="column" layout-align="start start" class="width100 smallFont" ng-if="user"> <div layout="column" layout-align="start start" class="width100 paddingB5 headingBottomBorder" > <div layout="column" layout-align="start start" class="width100"> <div layout="row" layout-align="start center" class="width100 gainsboroBottomBorder paddingB5"> <div class="font20 bold marginR40"> Paper: {{test.name}} </div> <div layout="row" layout-align="start center" flex> <a class="" ng-href="{{test.url.question}}" target="_blank" id="link"> <i class="fa fa-file-pdf-o font20" aria-hidden="true"></i>&nbsp;<span class="">Question Paper</span> </a> <a class="marginL10" ng-href="{{test.url.answer}}" target="_blank" id="link" ng-if="test.url.answer"> <i class="fa fa-file-pdf-o font20" aria-hidden="true"></i>&nbsp;<span class="">Answer</span> </a> <div flex layout="row" layout-align="end center" class=""> <div layout="row" layout-align="start center" class="marginL20" ng-if="fullScope" ng-click="flipwatermarked(test._id)"> <i class="fa fa-check-square-o text-primary marginR10 font16" aria-hidden="true" ng-if="test.watermarked"></i> <i class="fa fa-times danger marginR10 font16" aria-hidden="true" ng-if="!test.watermarked"></i> <span class="text-primary" ng-if="test.watermarked">Watermarked</span> <span class="danger" ng-if="!test.watermarked">Not Watermarked</span> </div> <a ng-click="markCreator()" class="marginL20" ng-if="fullScope">Mark Creator</a> </div> </div> </div> <!--<div class="">{{test.description}}</div>--> </div> <div layout="row" layout-align="start center" flex layout-wrap class="marginT10"> <div ng-repeat="testQuestion in thisTestQuestions | orderBy:['_startnumber']" layout="row" layout-align="start center" class="badge marginR2 marginB2 font9 questionNoBadge" ng-click="setQuestion(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> <span ng-if="testQuestion.questions.length > 1"> ({{testQuestion.questions.length}}) </span> </div> </div> </div> <div layout="row" layout-align="start center" class="width100 marginTB5" layout-wrap> <!--<a ng-click="markAnswerExists()" class="marginR10">Mark Answered Questions</a>--> <div class="marginR10" ng-if="missingQuestions.length > 0"> Missing Questions: </div> <div ng-repeat="missingQuestion in missingQuestions" layout-wrap class="badge marginB2 marginR2 font9" id="missingBadge" ng-if="missingQuestions.length > 0"> <span> Q. {{missingQuestion}} </span> </div> <div class="marginLR10" ng-if="repeatQuestions.length > 0"> Repeated Questions: </div> <div ng-repeat="repeatQuestion in repeatQuestions" layout-wrap class="badge marginB2 marginR2 font9" id="missingBadge"> <span> Q. {{repeatQuestion}} </span> </div> </div> <div layout="column" layout-align="start start" class="width100 marginTB5" > <div layout="row" layout-align="start center" class="width100 gainsboroBottomBorder paddingB5" layout-wrap> <div layout="row" layout-align="start center" class="font16 bold marginR20"> Question&nbsp;<span ng-if="toAddQuestion._startnumber">{{toAddQuestion._startnumber}}</span><span ng-if="toAddQuestion._endnumber">-{{toAddQuestion._endnumber}}</span> </div> <div layout="row" layout-align="start center" id="addQuestionBadge" class="badge marginR10" ng-click="addNewQuestionSet()"> <i class="fa fa-plus " aria-hidden="true"></i> Add a new Question Set </div> <div flex layout="row" layout-align="end center" class="marginL10 " layout-wrap> <div layout="row" layout-align="start center" class="marginR10"> <md-switch ng-model="toAddQuestion._groupOfQuestions" aria-label="Question Group?" class="margin0 danger bold"> Adding a group of questions? </md-switch> </div> <div layout="row" layout-align="start center" class="danger bold"> <md-switch ng-model="toAddQuestion._hascontext" aria-label="Write Up?" class="margin0"> Is there a paragraph for the set of questions? </md-switch> </div> <div layout="row" layout-align="start center" class="marginL10" ng-if="fullScope" > <a ng-click="splitQuestions()" class="marginR5" ng-if="toAddQuestion.questions.length > 1">Split Questions</a> <span class="badge" ng-click="removeQuestionDialog()"> Delete Question </span> </div> <!--<div layout="row" layout-align="start center" class="marginR10"> <md-switch ng-model="toAddQuestion._multipleCorrect" aria-label="Multiple Correct Answers?" class="margin0"> Multiple Correct Answers? </md-switch> </div>--> </div> </div> <div layout="row" layout-align="end center" class="textDarkGrey width100 paddingTB5" layout-wrap> <div layout="row" layout-align="start center" flex class="h3Font"> Question Set&nbsp;<span ng-if="toAddQuestion._id">has {{toAddQuestion.questions.length}} question(s)</span> <div layout="row" layout-align="start center" layout-wrap> <span ng-repeat="examSection in examSections" class="badge unselectedbadge font8 marginR2 marginB2 marginT2" ng-class="{selectedbadge: examSection._id === toAddQuestion.examsection}" ng-click="setQuestionExamSection(toAddQuestion, examSection)"> {{examSection.name}} </span> </div> <!--<input type="text" class="text-center marginL10" placeholder="Question Section if any" ng-model="toAddQuestion.section"> --> </div> <div class="marginR20 danger"> Add Images in this Question Set </div> <div layout="column" layout-align="center start" class=" textDarkGrey" ngf-select="uploadImage(images)" ng-model="images" multiple="multiple" > <div class="padding5" id="pageLogoHolder"> <span> <i class="fa fa-file-text font20" aria-hidden="true"></i> </span> <span> Upload Images </span> </div> </div> <div layout="row" layout-align="start start" ng-if="toAddQuestion.images && toAddQuestion.images.length > 0" class="paddingL20" layout-wrap> <div layout="column" layout-align="center center" ng-repeat="image in toAddQuestion.images" class="marginR10 marginT10"> <div layout="row" layout-align="center center" class="marginB5"> <a ng-href="{{image}}" target="_blank"> <!--<i class="fa fa-check-square-o text-primary marginR10" aria-hidden="true"></i> Image {{$index}}--> <img ng-src="{{image}}" id="screenshot"/> </a> </div> <div layout="row" layout-align="center center" class="badge" id="removebadge" ng-click="removeImage(image)"> <i class="fa fa-trash" aria-hidden="true"></i> </div> </div> </div> </div> <div layout="row" layout-align="start center" class="width100 marginTB5" ng-if="toAddQuestion._hascontext"> <textarea class="width100 font14" ng-model="toAddQuestion.context" placeholder="Add question context here. Paragraph of RC, etc" rows="4"></textarea> </div> <div layout="column" layout-align="start start" class="boxShadow width100 marginTB10 padding10" ng-repeat="question in toAddQuestion.questions"> <div layout="row" layout-align="start center" class="width100 marginB10"> <div layout="row" layout-align="start center" class="baseFont"> Type subquestion {{$index + 1}} here<span class="marginL20 font10">{{toAddQuestion._id}}</span> </div> <div layout="row" layout-align="start center" ng-click="removeQuestionFromSet(question, $index)" class="marginL20" ng-if="$index > 0"> <i class="fa fa-trash font20" aria-hidden="true"></i> </div> <div flex layout="row" layout-align="end center" class="width100"> <span class="marginLR10" ng-if="question.type =='mcq'"> <md-switch ng-model="question.mcqma" aria-label="MCQ with Multiple Answers?" class="margin0"> MCQ with Multiple Answers? </md-switch> </span> <span class="marginL20 badge" ng-click="numericalType(question)" ng-if="question.type =='mcq'">Flip to Numerical Type</span> <span class="marginL20 badge" ng-click="mcqType(question)" ng-if="question.type =='numerical'">Flip to MCQ</span> </div> <span class="marginL20 badge" ng-click="cloneTest()" ng-if="fullScope">One off</span> <span class="marginL20 badge" ng-click="markAnswerExists()">Mark Answers</span> </div> <div layout="row" layout-align="start start" class="width100"> <div flex layout="column" layout-align="start start" class="width100"> <div layout="row" layout-align="start start" class="marginB10 width100"> <textarea class="width100 font14 margin0" ng-model="question.question" placeholder="Add question text here" rows="4"></textarea> </div> <div layout="column" layout-align="start start" class="width100 paddingLR20" ng-repeat="option in question.options" ng-if="question.type=='mcq'"> <div layout="row" layout-align="start center" class="width100 marginB2"> <div layout="row" layout-align="start center" flex="30"> <div class="font14 marginR20"> Option {{$index+1}} </div> <div> <md-switch ng-model="option._correct" aria-label="Answer?" class="margin0"> Answer? </md-switch> </div> </div> <div flex> <textarea class="width100 font14 margin0" ng-model="option.option" placeholder="Add option here" rows="1"></textarea> </div> <div layout="row" layout-align="center center" class="marginL10"> <div class="badge" id="removebadge" ng-click="removeOption(question, option, $index)"> <i class="fa fa-trash" aria-hidden="true"></i> </div> </div> </div> </div> <div layout="column" layout-align="start start" class="width100 paddingLR20" ng-show="question.type=='numerical'"> <div layout="row" layout-align="start center" class="width100"> <div layout="row" layout-align="start center" flex="40"> <div class="font14 marginR20"> Numerical Answer </div> <div class="paddingLR10"> <md-select ng-model="question.numericalAnswerType" placeholder="Numerical Answer Type" class="margin0"> <md-option ng-value="numericalAnswerType.value" ng-repeat="numericalAnswerType in numericalAnswerTypes" class="margin0"> {{numericalAnswerType.display}} </md-option> </md-select> </div> <span class="badge" ng-click="addNumericalAnswer(question)" ng-if="question.type =='numerical'">Add another answer</span> </div> <div layout="column" layout-align="start center" flex> <!--ng-if="numericalAnswerType == 'Exact'"--> <div layout="row" layout-align="start center" class="width100 marginB5" ng-repeat="numericalAnswer in question.numericalAnswers track by $index" ng-if="question.numericalAnswerType == 'Exact'"> <textarea class="width100 font14 margin0" ng-model="question.numericalAnswers[$index]" placeholder="Add numerical answer here" rows="1"></textarea> <div class="badge marginL10" id="removebadge" ng-click="removeNumericalAnswer(question, $index)"> <i class="fa fa-trash" aria-hidden="true"></i> </div> </div> <div layout="row" layout-align="start center" class="width100" ng-if="question.numericalAnswerType == 'Range'"> <div flex class="paddingLR10"> <input type="number" class="text-center width100" placeholder="Min" ng-model="question.numericalAnswerRange.min"> </div> <div flex class="paddingLR10"> <input type="number" class="text-center width100" placeholder="Max" ng-model="question.numericalAnswerRange.max" > </div> </div> </div> </div> </div> <div layout="row" layout-align="center center" id="upload3" ng-click="addNewOption(question)" class="width100 marginT5" ng-if="question.type=='mcq'"> <span> <i class="fa fa-plus" aria-hidden="true"></i> Add Another Option </span> </div> <div layout="row" layout-align="start center" class="width100 min10vh marginTB5 paddingLR20"> <div layout="row" layout-align="start center" flex="30"> <div class="font14"> Marking for question </div> </div> <div layout="row" layout-align="start center" flex> <div layout="row" layout-align="start center"> <div class="text-primary paddingR10">Correct Answer</div> <div flex class="paddingR10"><input type="text" class="width100 text-center" placeholder="Correct Answer" ng-model="question.marking.correct"></div> </div> <div layout="row" layout-align="start center"> <div class="danger paddingL10">Incorrect Answer</div> <div flex class="paddingL10"> <input type="text" class="width100 text-center" placeholder="Correct Answer" ng-model="question.marking.incorrect"> </div> </div> </div> </div> <div flex layout="row" layout-align="start start" class="marginTB5 paddingLR20 width100"> <div flex class="width100"> <textarea class="width100 font14 margin0" ng-model="question.solution.solution" placeholder="Add solution here (if available)" rows="3"></textarea> </div> <div layout="column" layout-align="start start" class=" paddingL10" > <div layout="column" layout-align="center start" class=" textDarkGrey width100 height100" ngf-select="uploadSolutionImages(question, question.solutionimages)" ng-model="question.solutionimages" multiple="multiple" > <div class="padding10" id="pageLogoHolder"> <span> <i class="fa fa-picture-o font24" aria-hidden="true"></i> </span> <span> Upload Solution Images </span> </div> </div> <div flex layout="row" layout-align="start start" ng-if="question.solution.images && question.solution.images.length > 0" class="paddingL20 width100" layout-wrap> <div layout="column" layout-align="center center" ng-repeat="image in question.solution.images" class="marginR10 marginT10"> <div layout="row" layout-align="center center" class="marginB5"> <a ng-href="{{image}}" target="_blank"> <img ng-src="{{image}}" id="screenshot"/> </a> </div> <div layout="row" layout-align="center center" class="badge" id="removebadge" ng-click="removeSolutionImage(question, image)"> <i class="fa fa-trash" aria-hidden="true"></i> </div> </div> </div> </div> </div> </div> </div> </div> <div layout="row" layout-align="center center" id="upload4" ng-click="addNewQuestion()" class="width100 marginT10"> <span> <i class="fa fa-plus" aria-hidden="true"></i> Add another question to this set </span> </div> </div> <div layout="column" layout-align="start start" class="width100 headingTopBorder2 paddingT20 marginT40" > <div layout="column" layout-align="start start" class="width100 subBaseFont marginTB10 boxShadow padding10" > <div layout="row" layout-align="start center" class="width100 marginTB10 padding10 font24 text-primary" ng-if="test.simulate.ready"> <div class="paddingR20"> <i class="fa fa-check-circle font32" aria-hidden="true"></i>&nbsp;Ready to simulate! </div> <div class="paddingL20"> <md-button class="md-danger md-small font10" ng-click="manualMarkforEBSimulation()" ng-if="!test.simulationactive"> Manually Mark for EB Simulation </md-button> <md-button class="md-next md-small font10" ng-click="manualUnmarkforEBSimulation()" ng-if="test.simulationactive"> Manually Unmark for EB Simulation </md-button> <md-button class="md-danger md-small font10" ng-click="simulateNow()" ng-if="test.simulationactive"> Simulate Now </md-button> </div> </div> <div layout="column" layout-align="start start" class="width100 marginTB10 padding10 assignBackground2" ng-if="test.simulate.comments.length > 0"> <div class="baseFont">Simulation Issues - Need Correction <span class="badge">{{test.simulate.comments.length}}</span> </div> <div layout="column" layout-align="start start" class="width100 marginT5 smallFont textBlack" ng-repeat="comment in test.simulate.comments track by $index" > <div layout="row" layout-align="start center" class="width100"> <div flex="5">{{$index + 1}}</div> <div flex> {{comment}} </div> </div> </div> </div> <div layout="column" layout-align="start start" class="width100 marginTB10"> <div class="h3Font marginB10">Test Simulation Information</div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Test Name </div> <div flex class="paddingL10"> <input type="text" class="width100" placeholder="Name of the Test" ng-model="test.name"> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Test Description </div> <div flex class="paddingL10"> <input type="text" class="width100" placeholder="Description of the Test" ng-model="test.description"> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Total Number of Questions in the test </div> <div flex class="paddingL10"> <input type="text" class="width100" placeholder="Total Number of Questions" ng-model="test.nQuestions"> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Actual Exam Date </div> <div flex class="paddingL10"> <md-datepicker ng-model="test._actualdate" class="margin0" md-placeholder="Actual Exam Date"></md-datepicker> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Does the test have detailed solutions to every question? </div> <div flex class="paddingL10"> <md-switch ng-model="test.solutionkey" aria-label="Solution Key?" class="margin0 danger bold"> Solutions (not just correct option) in Answerkey? </md-switch> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Can the test be reset & taken again by the candidate? </div> <div flex class="paddingL10"> <md-switch ng-model="test.resettable" aria-label="Resettable?" class="margin0 danger bold"> Resettable test? </md-switch> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Can the test be downloaded by the candidate? </div> <div flex class="paddingL10"> <md-switch ng-model="test.downloadable" aria-label="Downloadable?" class="margin0 danger bold"> Downloadable test? </md-switch> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Can the test result be analyzed by the candidate? </div> <div flex class="paddingL10"> <md-switch ng-model="test.analyzeable" aria-label="Analyzeable?" class="margin0 danger bold"> Analyzeable test? </md-switch> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Total Duration of the test in minutes </div> <div flex class="paddingL10"> <input type="text" class="width100" placeholder="Duration of the test in minutes" ng-model="test.duration"> </div> </div> <div layout="row" layout-align="start center" class="width100 padding10 assignBackground"> <div class="bold paddingR10" flex="40"> Simulation Rank </div> <div flex class="paddingL10"> <input type="number" class="width100" placeholder="Rank while showing for simulation (lower is better)" ng-model="test.simulationrank"> </div> </div> <div layout="column" layout-align="start start" class="width100 marginTB10 padding10 assignBackground"> <div class="baseFont">Test Instructions - Add/Edit</div> <div layout="column" layout-align="start start" class="width100 marginT5" ng-repeat="instruction in test.instructions track by $index" > <div layout="row" layout-align="start center" class="width100 marginB5"> <div flex="5">{{$index + 1}}</div> <div flex><input type="text" class="width100" placeholder="Instruction goes here" ng-model="test.instructions[$index]"></div> <div layout="row" layout-align="end center" flex="5"> <i class="fa fa-trash danger" aria-hidden="true" ng-click="removeTestInstruction($index)"></i> </div> </div> </div> </div> <div layout="row" layout-align="center center" id="upload3" ng-click="addTestInstruction()" class="width100 marginTB5"> <span> <i class="fa fa-plus" aria-hidden="true"></i> Add Instruction </span> </div> <div layout="row" layout-align="end center" class="width100 marginT20"> <md-button class="md-markReview md-small font10" ng-click="showSectionsMarkingDialog()"> Custom Sections </md-button> <md-button class="md-green2 md-small font10" ng-click="showCustomMarkingDialog()"> Custom Marking </md-button> <md-button class="md-danger md-small font10" ng-click="markSimulate()"> Check Simulation Readiness </md-button> <md-button class="md-next md-small font10" ng-click="saveTest()"> Save Simulation Details </md-button> </div> <div layout="column" layout-align="start start" ng-if="showCustomSections" class="width100"> <div layout="row" layout-align="start start" class="width100 h2Font marginT20"> Set sections Questions </div> <div layout="row" layout-align="start start" class="width100 marginB10"> <div layout="column" layout-align="start start" class="width100 padding10" flex="25"> <div layout="column" layout-align="start start" class="width100 padding10 boxShadow font9"> <div class="width100 marginB10"> Not Marked </div> <div class="width100 marginB10" layout="row" layout-align="start start" layout-wrap> <span ng-repeat="testQuestion in thisTestQuestions" layout="row" layout-align="start center" class="badge font8 marginR2 marginB2" ng-class="selectedClass(testQuestion)" ng-if="!testQuestion.examsection" ng-click="addtoSelection(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> </span> </div> </div> </div> <div layout="column" layout-align="start start" class="width100 padding10" ng-repeat="examSection in examSections" flex="25"> <div layout="column" layout-align="start start" class="width100 padding10 boxShadow font9"> <div class="width100 marginB10"> {{examSection.name}} </div> <div class="width100 marginB10" layout="row" layout-align="start start" layout-wrap> <span ng-repeat="testQuestion in thisTestQuestions" layout="row" layout-align="start center" class="badge font8 marginR2 marginB2" ng-class="selectedClass(testQuestion)" ng-if="testQuestion.examsection == examSection._id" ng-click="addtoSelection(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> </span> </div> <!--<div class="width100 marginB10" layout="row" layout-align="start start"> <div layout="column" layout-align="start start" ng-repeat="thisSection in test.simulate.sections" ng-if="thisSection.name == section" class="width100"> <div class="width100 padding5" layout="row" layout-align="start center"> <div flex>Is this section timed?</div> <div flex> <md-switch ng-model="thisSection.timedSeparately" aria-label="Timed Separately?" class="margin0"> Timed Separately? </md-switch> </div> </div> <div flex class="width100 padding5" ng-if="thisSection.timedSeparately" layout="row" layout-align="start center"> <div flex>Time Duration</div> <div> <input type="text" class="" ng-model="thisSection.time" placeholder="Time for this section"> </div> </div> <div flex class="width100 padding5" ng-if="thisSection.timedSeparately" layout="row" layout-align="start center"> <div flex>Max Break duration after section</div> <div> <input type="text" class="" ng-model="thisSection.break" placeholder="Break duration after section"> </div> </div> <div flex class="width100 padding5" ng-if="thisSection.timedSeparately" layout="row" layout-align="start center"> <div flex>Position in simulation</div> <div> <input type="text" class="" ng-model="thisSection.order" placeholder="Position in simulation"> </div> </div> </div> </div>--> </div> </div> </div> <!--<div layout="row" layout-align="end center" class="width100 marginT20"> <md-button class="md-markReview md-small font10" ng-click="saveTest()"> Save Section Details </md-button> </div>--> <div layout="row" layout-align="start center" class="width100 boxShadow lightGreyBackground padding10 margin10" ng-show="selectedQuestions.length > 0"> <div layout="column" layout-align="start start" flex> <div class="width100"> Set Section Name for: <span class="badge unselectedbadge marginL10" ng-click="clearSelection()"> Clear </span> </div> <div layout="row" layout-align="start start" class="width100" layout-wrap> <span ng-repeat="testQuestion in selectedQuestions | orderBy:['_startnumber']" layout="row" layout-align="start center" class="badge marginR2 marginB2 selectedBadge" ng-click="removeFromSelection(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> </span> </div> </div> <div layout="row" layout-align="start center" flex> <md-button class="md-markReview md-small font10" ng-click="bulkSetExamSections(examSection)" ng-repeat="examSection in examSections"> {{examSection.name}} </md-button> <!--<input type="text" class="" ng-model="newSectionName" placeholder="New Section Name">--> </div> </div> </div> </div> </div> </div> </div> <div layout="column" layout-align="start start" class="width100 font20 danger" ng-if="!user"> You are not permitted to access this without logging in! Please login and try again! </div> </div> <div layout="row" layout-align="center center" class="width100 min100vh" flex="5"> <i class="fa fa-chevron-circle-right font48 text-black" aria-hidden="true" ng-click="nextQuestion()" ng-if="toAddQuestion._id"> <md-tooltip>Next Question</md-tooltip> </i> </div> </div> <div class="bottomBar"> <div layout="row" layout-align="start center"> <div hide-xs hide-sm layout="row" layout-align="start center"> <div> Do you want to save your changes to the question? </div> </div> <div layout="row" layout-align="end center" flex> <div class="marginR10"> <div ng-if="!readyToSave()"> <i class="fa fa-check-circle text-primary font20" aria-hidden="true"></i> Good to add! </div> <div ng-if="readyToSave()"> <i class="fa fa-times danger font20" aria-hidden="true"></i> Enter all details before you can add </div> </div> <div layout="row" layout-align="start center" class="marginR10"> <div layout="row" layout-align="start center" class="marginR10"> <input type="text" class="" ng-model="toAddQuestion._startnumber" placeholder="Q.No. in PDF"> </div> <div layout="row" layout-align="start center" class="marginR10" ng-if="toAddQuestion._groupOfQuestions"> <input type="text" class="" ng-model="toAddQuestion._endnumber" placeholder="Ending Q.No. in PDF"> </div> </div> <md-button class="md-green2 md-small font10 width8" ng-click="saveNewQuestion(toAddQuestion)" ng-disabled="readyToSave()"> Save </md-button> <md-button class="md-default md-cancel md-small font10 width8" ng-click="reload()"> Cancel </md-button> </div> </div> </div> <div style="visibility: hidden"> <div class="md-dialog-container" id="savedDialog"> <md-dialog> <div layout="row" layout-xs="column" layout-padding layout-align="center center" id="dialogHeaderWhite" > <div class="margin20 padding10"> <span class="text-primary md-headline"> <i class="fa fa-check-square" aria-hidden="true"></i> </span> <span class="md-title"> Changes Saved! </span> </div> </div> </md-dialog> </div> </div> <div style="visibility: hidden"> <div class="md-dialog-container" id="customMarkingDialog"> <md-dialog class="blog-dialog whiteBackground padding10"> <div layout="column" layout-align="start start" class="width100 padding10 min20vh"> <div layout="column" layout-align="center center" class="h3Font width100 padding10"> Set marking for questions </div> <div layout="row" layout-align="start center" layout-wrap class="paddingTB10 width100"> <div ng-repeat="testQuestion in thisTestQuestions | orderBy:['_startnumber']" layout="row" layout-align="start center" class="badge marginR2 marginB2 font9 questionNoBadge" ng-click="addCustomMarkingQuestion(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> <span ng-if="testQuestion.questions.length > 1"> ({{testQuestion.questions.length}}) </span> </div> <div layout="row" layout-align="start center" class="badge marginR2 marginB2 font9 questionNoBadge" ng-click="setAllCustomMarkingQuestion()"> <span> All Questions </span> </div> </div> <div layout="row" layout-align="start center" class="width100 min20vh padding10 h3Font" layout-wrap> <div class="marginR10">Selected Questions</div> <div ng-repeat="testQuestion in customMarkingQuestions | orderBy:['_startnumber']" layout="row" layout-align="start center" class="badge marginR2 marginB2 font9 questionNoBadge" ng-click="removeCustomMarkingQuestion(testQuestion)"> <span> Q. {{testQuestion._startnumber}} </span> <span ng-if="testQuestion._endnumber && testQuestion._endnumber != ''"> - {{testQuestion._endnumber}} </span> <span ng-if="testQuestion.questions.length > 1"> ({{testQuestion.questions.length}}) </span> </div> <div class="marginR2 marginB2 font9" ng-click="removeAllCustomMarkingQuestion()">Clear</div> </div> <div layout="row" layout-align="start center" class="width100"> <div flex class="paddingLR10"> <input type="number" class="width100 text-primary" ng-model="customMarking.correct" placeholder="Marks for correct answer"> </div> <div flex class="paddingLR10"> <input type="number" class="width100 danger" ng-model="customMarking.incorrect" placeholder="Marks for incorrect answer"> </div> </div> </div> <div layout="row" layout-align="center center" class="width100 padding10"> <md-button class="md-danger md-small font10" ng-click="setCustomMarkingForAll()"> Set Custom Marking for all questions </md-button> </div> </md-dialog> </div> </div>
themes/prism.css
manuzhang/manuzhang.github.io
/* PrismJS 1.20.0 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+c+cpp+clojure+css-extras+diff+git+java+python+scala+sql+swift+yaml&plugins=line-highlight+line-numbers+show-language+inline-color+command-line+toolbar+copy-to-clipboard+diff-highlight */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author Lea Verou */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; text-shadow: 0 1px white; font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: .5em 0; overflow: auto; } :not(pre) > code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre) > code[class*="language-"] { padding: .1em; border-radius: .3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .token.namespace { opacity: .7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; /* This background color was intended by the author of this theme. */ background: hsla(0, 0%, 100%, .5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #DD4A68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } pre[data-line] { position: relative; padding: 1em 0 1em 3em; } .line-highlight { position: absolute; left: 0; right: 0; padding: inherit 0; margin-top: 1em; /* Same as .prism’s padding-top */ background: hsla(24, 20%, 50%,.08); background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0)); pointer-events: none; line-height: inherit; white-space: pre; } .line-highlight:before, .line-highlight[data-end]:after { content: attr(data-start); position: absolute; top: .4em; left: .6em; min-width: 1em; padding: 0 .5em; background-color: hsla(24, 20%, 50%,.4); color: hsl(24, 20%, 95%); font: bold 65%/1.5 sans-serif; text-align: center; vertical-align: .3em; border-radius: 999px; text-shadow: none; box-shadow: 0 1px white; } .line-highlight[data-end]:after { content: attr(data-end); top: auto; bottom: .4em; } .line-numbers .line-highlight:before, .line-numbers .line-highlight:after { content: none; } pre[id].linkable-line-numbers span.line-numbers-rows { pointer-events: all; } pre[id].linkable-line-numbers span.line-numbers-rows > span:before { cursor: pointer; } pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before { background-color: rgba(128, 128, 128, .2); } pre[class*="language-"].line-numbers { position: relative; padding-left: 3.8em; counter-reset: linenumber; } pre[class*="language-"].line-numbers > code { position: relative; white-space: inherit; } .line-numbers .line-numbers-rows { position: absolute; pointer-events: none; top: 0; font-size: 100%; left: -3.8em; width: 3em; /* works for line-numbers below 1000 lines */ letter-spacing: -1px; border-right: 1px solid #999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .line-numbers-rows > span { display: block; counter-increment: linenumber; } .line-numbers-rows > span:before { content: counter(linenumber); color: #999; display: block; padding-right: 0.8em; text-align: right; } div.code-toolbar { position: relative; } div.code-toolbar > .toolbar { position: absolute; top: .3em; right: .2em; transition: opacity 0.3s ease-in-out; opacity: 0; } div.code-toolbar:hover > .toolbar { opacity: 1; } /* Separate line b/c rules are thrown out if selector is invalid. IE11 and old Edge versions don't support :focus-within. */ div.code-toolbar:focus-within > .toolbar { opacity: 1; } div.code-toolbar > .toolbar .toolbar-item { display: inline-block; } div.code-toolbar > .toolbar a { cursor: pointer; } div.code-toolbar > .toolbar button { background: none; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; -webkit-user-select: none; /* for button */ -moz-user-select: none; -ms-user-select: none; } div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span { color: #bbb; font-size: .8em; padding: 0 .5em; background: #f5f2f0; background: rgba(224, 224, 224, 0.2); box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); border-radius: .5em; } div.code-toolbar > .toolbar a:hover, div.code-toolbar > .toolbar a:focus, div.code-toolbar > .toolbar button:hover, div.code-toolbar > .toolbar button:focus, div.code-toolbar > .toolbar span:hover, div.code-toolbar > .toolbar span:focus { color: inherit; text-decoration: none; } span.inline-color-wrapper { /* * The background image is the following SVG inline in base 64: * * <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"> * <path fill="gray" d="M0 0h2v2H0z"/> * <path fill="white" d="M0 0h1v1H0zM1 1h1v1H1z"/> * </svg> * * SVG-inlining explained: * https://stackoverflow.com/a/21626701/7595472 */ background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyIDIiPjxwYXRoIGZpbGw9ImdyYXkiIGQ9Ik0wIDBoMnYySDB6Ii8+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0wIDBoMXYxSDB6TTEgMWgxdjFIMXoiLz48L3N2Zz4="); /* This is to prevent visual glitches where one pixel from the repeating pattern could be seen. */ background-position: center; background-size: 110%; display: inline-block; height: 1.333ch; width: 1.333ch; margin: 0 .333ch; box-sizing: border-box; border: 1px solid white; outline: 1px solid rgba(0,0,0,.5); overflow: hidden; } span.inline-color { display: block; /* To prevent visual glitches again */ height: 120%; width: 120%; } .command-line-prompt { border-right: 1px solid #999; display: block; float: left; font-size: 100%; letter-spacing: -1px; margin-right: 1em; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .command-line-prompt > span:before { color: #999; content: ' '; display: block; padding-right: 0.8em; } .command-line-prompt > span[data-user]:before { content: "[" attr(data-user) "@" attr(data-host) "] $"; } .command-line-prompt > span[data-user="root"]:before { content: "[" attr(data-user) "@" attr(data-host) "] #"; } .command-line-prompt > span[data-prompt]:before { content: attr(data-prompt); } pre.diff-highlight > code .token.deleted:not(.prefix), pre > code.diff-highlight .token.deleted:not(.prefix) { background-color: rgba(255, 0, 0, .1); color: inherit; display: block; } pre.diff-highlight > code .token.inserted:not(.prefix), pre > code.diff-highlight .token.inserted:not(.prefix) { background-color: rgba(0, 255, 128, .1); color: inherit; display: block; }
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/contrib:chinese/8.4.dev/2015-02-05_15-34-43.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.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"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <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="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:chinese 8.4.dev</a></li> <li class="active"><a href="">2015-02-05 15:34:43</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:chinese <small> 8.4.dev <span class="label label-warning">Error with dependencies</span> </small> </h1> <p><em><script>document.write(moment("2015-02-05 15:34:43 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-02-05 15:34:43 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code># Installed packages for system: base-bigarray base Bigarray library distributed with the OCaml compiler base-threads base Threads library distributed with the OCaml compiler base-unix base Unix library distributed with the OCaml compiler camlp5 6.12 Preprocessor-pretty-printer of OCaml coq 8.4.5 Formal proof management system </code></dd> <dt>Return code</dt> <dd>ruby lint.rb unstable ../unstable/packages/coq:contrib:chinese/coq:contrib:chinese.8.4.dev</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>0</pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code></code></dd> <dt>Return code</dt> <dd>opam install -y --show-action coq:contrib:chinese.8.4.dev coq.8.4.5</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>2</pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code></code></dd> <dt>Return code</dt> <dd>true</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>0</pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code></code></dd> <dt>Return code</dt> <dd>ulimit -Sv 2000000; timeout 1 opam install -y --deps-only coq:contrib:chinese.8.4.dev</dd> <dt>Duration</dt> <dd>8 h 49 m</dd> <dt>Output</dt> <dd><pre>1</pre></dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code></code></dd> <dt>Return code</dt> <dd>true</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>0</pre></dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code></code></dd> <dt>Return code</dt> <dd>true</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>0</pre></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>
unittest/code-coverage/dashboard.html
pramodpatil812/php-memcached
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Dashboard for /var/www/php-memcached</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/nv.d3.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> <!--[if lt IE 9]> <script src="js/html5shiv.min.js"></script> <script src="js/respond.min.js"></script> <![endif]--> </head> <body> <header> <div class="container"> <div class="row"> <div class="col-md-12"> <ol class="breadcrumb"> <li><a href="index.html">/var/www/php-memcached</a></li> <li class="active">(Dashboard)</li> </ol> </div> </div> </div> </header> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>Classes</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="classCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="classComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Class</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> </div> <div class="row"> <div class="col-md-12"> <h2>Methods</h2> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Coverage Distribution</h3> <div id="methodCoverageDistribution" style="height: 300px;"> <svg></svg> </div> </div> <div class="col-md-6"> <h3>Complexity</h3> <div id="methodComplexity" style="height: 300px;"> <svg></svg> </div> </div> </div> <div class="row"> <div class="col-md-6"> <h3>Insufficient Coverage</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right">Coverage</th> </tr> </thead> <tbody> <tr><td><a href="lib/CMemcached.php.html#198"><abbr title="CMemcached::getServerList">getServerList</a></a></td><td class="text-right">0%</td></tr> <tr><td><a href="lib/CMemcached.php.html#163"><abbr title="CMemcached::addServer">addServer</a></a></td><td class="text-right">50%</td></tr> <tr><td><a href="lib/CMemcached.php.html#110"><abbr title="CMemcached::delete">delete</a></a></td><td class="text-right">87%</td></tr> </tbody> </table> </div> </div> <div class="col-md-6"> <h3>Project Risks</h3> <div class="scrollbox"> <table class="table"> <thead> <tr> <th>Method</th> <th class="text-right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></th> </tr> </thead> <tbody> <tr><td><a href="lib/CMemcached.php.html#110"><abbr title="CMemcached::delete">delete</abbr></a></td><td class="text-right">3</td></tr> <tr><td><a href="lib/CMemcached.php.html#163"><abbr title="CMemcached::addServer">addServer</abbr></a></td><td class="text-right">2</td></tr> </tbody> </table> </div> </div> </div> <footer> <hr/> <p> <small>Generated by <a href="http://github.com/sebastianbergmann/php-code-coverage" target="_top">PHP_CodeCoverage 2.0.11</a> using <a href="http://php.net/" target="_top">PHP 5.5.3-1ubuntu2.1</a> and <a href="http://phpunit.de/">PHPUnit 4.2.5</a> at Fri Oct 10 16:10:23 IST 2014.</small> </p> </footer> </div> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/bootstrap.min.js" type="text/javascript"></script> <script src="js/holder.js" type="text/javascript"></script> <script src="js/d3.min.js" type="text/javascript"></script> <script src="js/nv.d3.min.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function() { nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#classCoverageDistribution svg') .datum(getCoverageDistributionData([0,0,0,0,0,0,0,0,0,0,1,0], "Class Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.multiBarChart(); chart.tooltips(false) .showControls(false) .showLegend(false) .reduceXTicks(false) .staggerLabels(true) .yAxis.tickFormat(d3.format('d')); d3.select('#methodCoverageDistribution svg') .datum(getCoverageDistributionData([1,0,0,0,0,0,1,0,0,1,2,6], "Method Coverage")) .transition().duration(500).call(chart); nv.utils.windowResize(chart.update); return chart; }); function getCoverageDistributionData(data, label) { var labels = [ '0%', '0-10%', '10-20%', '20-30%', '30-40%', '40-50%', '50-60%', '60-70%', '70-80%', '80-90%', '90-100%', '100%' ]; var values = []; $.each(labels, function(key) { values.push({x: labels[key], y: data[key]}); }); return [ { key: label, values: values, color: "#4572A7" } ]; } nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.scatter.onlyCircles(false); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Cyclomatic Complexity'); d3.select('#classComplexity svg') .datum(getComplexityData([[92.307692307692,40,"<a href=\"lib\/CMemcached.php.html#4\">CMemcached<\/a>"]], 'Class Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); nv.addGraph(function() { var chart = nv.models.scatterChart() .showDistX(true) .showDistY(true) .showLegend(false) .forceX([0, 100]); chart.scatter.onlyCircles(false); chart.tooltipContent(function(key, y, e, graph) { return '<p>' + graph.point.class + '</p>'; }); chart.xAxis.axisLabel('Code Coverage (in percent)'); chart.yAxis.axisLabel('Method Complexity'); d3.select('#methodComplexity svg') .datum(getComplexityData([[96.153846153846,16,"<a href=\"lib\/CMemcached.php.html#10\">CMemcached::__construct<\/a>"],[92.307692307692,5,"<a href=\"lib\/CMemcached.php.html#51\">CMemcached::add<\/a>"],[100,3,"<a href=\"lib\/CMemcached.php.html#75\">CMemcached::set<\/a>"],[100,3,"<a href=\"lib\/CMemcached.php.html#90\">CMemcached::get<\/a>"],[87.5,3,"<a href=\"lib\/CMemcached.php.html#110\">CMemcached::delete<\/a>"],[100,2,"<a href=\"lib\/CMemcached.php.html#129\">CMemcached::increment<\/a>"],[100,2,"<a href=\"lib\/CMemcached.php.html#147\">CMemcached::decrement<\/a>"],[50,2,"<a href=\"lib\/CMemcached.php.html#163\">CMemcached::addServer<\/a>"],[100,1,"<a href=\"lib\/CMemcached.php.html#185\">CMemcached::createKey<\/a>"],[100,2,"<a href=\"lib\/CMemcached.php.html#191\">CMemcached::logError<\/a>"],[0,1,"<a href=\"lib\/CMemcached.php.html#198\">CMemcached::getServerList<\/a>"]], 'Method Complexity')) .transition() .duration(500) .call(chart); nv.utils.windowResize(chart.update); return chart; }); function getComplexityData(data, label) { var values = []; $.each(data, function(key) { var value = Math.round(data[key][0]*100) / 100; values.push({ x: value, y: data[key][1], class: data[key][2], size: 0.05, shape: 'diamond' }); }); return [ { key: label, values: values, color: "#4572A7" } ]; } }); </script> </body> </html>
src/app/listPatients/listPatients.tpl.html
euasier/ngbp-first-app
<h2>List of patients</h2> <table> <tr> <td> <div style="width:1120px; height: 300px; overflow: scroll;"> <table class="table table-striped"> <thead style="text-align: center"> <tr> <th st-sort="firstname" style="width: 158px">First name</th> <th st-sort="lastName" style="width: 158px">Last name</th> <th st-sort="gender" style="width: 158px">Gender</th> <th st-sort="company" style="width: 158px">Company</th> <th st-sort="job" style="width: 178px">Job</th> <th style="text-align: center; width: 158px%">Treatments</th> <th style="width: 158px"></th> </tr> </thead> <tbody> <tr ng-repeat="patient in patients"> <td>{{patient.firstname}}</td> <td>{{patient.lastName}}</td> <td>{{patient.gender}}</td> <td>{{patient.company}}</td> <td>{{patient.job}}</td> <td style="text-align: center">{{patient.treatment.length}}</td> <td><a ng-href="#/addeditPatient?id={{patient.id}}">Edit</a>&nbsp<a href="#" ng-click="deletePatient(patient.id)">Delete</a></td> </tr> </tbody> </table> </div> </td> <tr> <td> <a href="#/addeditPatient" style="float:right;">Add</a><!--editPatient with no id parameter implies a new patient --> </td> </tr> </table>
mavulp.com/templates/snippets/head.html
catlinman/mavulp.com
<head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="description" content="$description"> <meta name="keywords" content="mavulp, development, programming"> <meta name="author" content="$if{'members'}[[$members[[$name ]]]]$unless{'members'}[[Mavulp]]"> <meta itemprop="image" content="/img/metaicon.png"> <meta name="viewport" content="width=600, initial-scale=0.675"> <title>Mavulp$if{"title"}[[ - $title]]</title> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@mavulp"> <meta name="twitter:creator" content="@mavulp"> <meta name="twitter:title" content="Mavulp"> <meta name="twitter:description" content="$description"> <meta name="twitter:image" content="$url/img/metaicon.png"> <meta name="twitter:domain" content="$url"> <meta name="twitter:url" content="$url"> <meta property="og:url" content="$url"> <link rel="shortcut icon" href="/img/icon.png" type="image/x-icon"> <link rel="icon" href="/img/icon.png" type="image/x-icon"> <link rel="apple-touch-icon" href="/img/apple-icon.png"> <link rel="stylesheet" type="text/css" href="/css/style.css"> <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js" type="text/javascript"></script> <script src="/js/main.js" type="text/javascript"></script> <script src="/js/smoothscroll.js" type="text/javascript"></script> $analytics{[[UA-46439485-10]]} </head>
_includes/sidebar.html
unframework/virtual-dom-gallery
<div class="sidebar"> <div class="container"> <div class="sidebar-about"> <h1> <a href="{{ site.baseurl }}"> {{ site.title }} </a> </h1> <p class="lead">{{ site.description }}</p> </div> <nav class="sidebar-nav"> <a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ site.baseurl }}">Home</a> {% comment %} The code below dynamically generates a sidebar nav of pages with `layout: page` in the front-matter. See readme for usage. {% endcomment %} {% assign pages_list = site.pages %} {% for node in pages_list %} {% if node.title != null %} {% if node.layout == "page" %} <a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ node.url }}">{{ node.title }}</a> {% endif %} {% endif %} {% endfor %} </nav> <hr /> <p class="light"><small>By <a href="https://github.com/unframework">Nick Matantsev</a> (<a href="https://twitter.com/unframework">@unframework</a>) and <a href="https://github.com/atesgoral">Ates Goral</a> (<a href="https://twitter.com/atesgoral">@atesgoral</a>)</small></p> </div> </div>
demo/commonjs/index.html
sant123/vuejs-uib-pagination
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Pagination</title> <link rel="stylesheet" href="../../node_modules/bootstrap/dist/css/bootstrap.css"> <link rel="stylesheet" href="../styles.css"> </head> <body> <div id="app" class="container"> <h4>Default</h4> <div is="uib-pagination" :total-items="totalItems" v-model="pagination1" @change="pageChanged()"></div> <div is="uib-pagination" :boundary-links="true" :total-items="totalItems" v-model="pagination1" class="pagination-sm" previous-text="&lsaquo;" next-text="&rsaquo;" first-text="&laquo;" last-text="&raquo;"></div> <div is="uib-pagination" :direction-links="false" :boundary-links="true" :total-items="totalItems" v-model="pagination1"></div> <div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1"></div> <h6><code>page-label</code> returning <code>raw html</code>:</h6> <div is="uib-pagination" :direction-links="false" :total-items="totalItems" v-model="pagination1" :page-label="pageLabelHtml"></div> <pre>The selected page no: {{pagination1.currentPage}}</pre> <button type="button" class="btn btn-info" @click="setPage(3)">Set current page to: 3</button> <hr> <h4>Limit the maximum visible buttons</h4> <h6><code>rotate</code> defaulted to <code>true</code>:</h6> <uib-pagination :total-items="bigTotalItems" v-model="pagination2" :max-size="maxSize" class="pagination-sm" :boundary-links="true"></uib-pagination> <h6><code>rotate</code> defaulted to <code>true</code> and <code>force-ellipses</code> set to <code>true</code>:</h6> <uib-pagination :total-items="bigTotalItems" v-model="pagination2" :max-size="maxSize" class="pagination-sm" :boundary-links="true" :force-ellipses="true"></uib-pagination> <h6><code>rotate</code> set to <code>false</code>:</h6> <uib-pagination :total-items="bigTotalItems" v-model="pagination2" :max-size="maxSize" class="pagination-sm" :boundary-links="true" :rotate="false"></uib-pagination> <h6><code>boundary-link-numbers</code> set to <code>true</code> and <code>rotate</code> defaulted to <code>true</code>:</h6> <uib-pagination :total-items="bigTotalItems" v-model="pagination2" :max-size="maxSize" class="pagination-sm" :boundary-link-numbers="true"></uib-pagination> <h6><code>boundary-link-numbers</code> set to <code>true</code> and <code>rotate</code> set to <code>false</code>:</h6> <uib-pagination :total-items="bigTotalItems" v-model="pagination2" :max-size="maxSize" class="pagination-sm" :boundary-link-numbers="true" :rotate="false"></uib-pagination> <pre>Page: {{pagination2.currentPage}} / {{pagination2.numPages}}</pre> </div> <script src="dist/main.js"></script> </body> </html>
public/partial/calculator/calculator-dilution.html
lautarobock/brew-o-matic
<div class="panel panel-default" > <div class="panel-heading">Dilución</div> <div class="panel-body"> <form class="form-horizontal" role="form"> <div class="form-group"> <label class="col-sm-4 control-label"></label> <div class="col-sm-4"> <label class="control-label">Gravity</label> </div> <div class="col-sm-4"> <label class="control-label">Plato</label> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Lts de mosto</label> <div class="col-sm-4"> <input type="number" step="0.1" ng-model="dilution.currentVol" class="form-control input-sm"/> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Dens. act.</label> <div class="col-sm-4"> <input type="number" step="0.001" ng-model="dilution.currentGrav" class="form-control input-sm"/> </div> <div class="col-sm-4"> <input ng-blur="updateOG()" type="number" step="0.01" ng-model="dilution.currentGravP" class="form-control input-sm"/> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">Dens. busc.</label> <div class="col-sm-4"> <input type="number" step="0.001" ng-model="dilution.finalGrav" class="form-control input-sm"/> </div> <div class="col-sm-4"> <input ng-blur="updateFG()" type="number" step="0.01" ng-model="dilution.finalGravP" class="form-control input-sm"/> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label" title="valor ajustado">Volumen final</label> <div class="col-sm-4"> <span class="gt-calculated form-control input-sm"> {{dilution.finalVol|number:1}} </span> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label" title="valor ajustado">Lts Agua</label> <div class="col-sm-4"> <span class="gt-calculated form-control input-sm"> {{dilution.finalVol-dilution.currentVol|number:1}} </span> </div> </div> </form> </div> </div>
docs/api/StrideToolkit.Engine/ScriptSystemExtensions/3186D483.html
dfkeenan/XenkoToolkit
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/StrideToolkit/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/StrideToolkit/assets/img/favicon.ico" type="image/x-icon"> <title>StrideToolkit - API - ScriptSystemExtensions.AddOverTimeAction(ScriptSystem, Action&lt;float&gt;, TimeSpan, long) Method</title> <link href="/StrideToolkit/assets/css/highlight.css" rel="stylesheet"> <link href="/StrideToolkit/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/StrideToolkit/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/StrideToolkit/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/StrideToolkit/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/StrideToolkit/assets/css/override.css" rel="stylesheet"> <script src="/StrideToolkit/assets/js/jquery-2.2.3.min.js"></script> <script src="/StrideToolkit/assets/js/bootstrap.min.js"></script> <script src="/StrideToolkit/assets/js/app.min.js"></script> <script src="/StrideToolkit/assets/js/highlight.pack.js"></script> <script src="/StrideToolkit/assets/js/jquery.slimscroll.min.js"></script> <script src="/StrideToolkit/assets/js/jquery.sticky-kit.min.js"></script> <script src="/StrideToolkit/assets/js/mermaid.min.js"></script> <script src="/StrideToolkit/assets/js/svg-pan-zoom.min.js"></script> <!--[if lt IE 9]> <script src="/StrideToolkit/assets/js/html5shiv.min.js"></script> <script src="/StrideToolkit/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/StrideToolkit/" class="logo"> <!-- mini logo for sidebar mini 50x50 pixels --> <span class="logo-mini"><img src="/StrideToolkit/assets/img/logo.png"></span> <!-- logo for regular state and mobile devices --> <span class="logo-lg"><img src="/StrideToolkit/assets/img/logo.png"></span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/StrideToolkit/docs">Documentation</a></li> <li class="active"><a href="/StrideToolkit/api">API</a></li> <li><a href="https://github.com/dfkeenan/StrideToolkit"><i class="fa fa-github"></i> Source</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Summary">Summary</a></p> <p><a href="#Syntax">Syntax</a></p> <p><a href="#Remarks">Remarks</a></p> <p><a href="#Parameters">Parameters</a></p> <p><a href="#ReturnValue">Return Value</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/StrideToolkit/assets/js/lunr.min.js"></script> <script src="/StrideToolkit/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine">StrideToolkit<wbr>.Engine</a></li> <li class="header">Type</li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions">Script<wbr>System<wbr>Extensions</a></li> <li role="separator" class="divider"></li> <li class="header">Method Members</li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/51572382">AddAction<wbr>(ScriptSystem, <wbr>Action, <wbr>TimeSpan, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/31B903AF">AddAction<wbr>(ScriptSystem, <wbr>Action, <wbr>TimeSpan, <wbr>TimeSpan, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/B2C0F472">AddOnEventAction<wbr>&lt;T&gt;<wbr><wbr>(ScriptSystem, <wbr>EventKey<wbr>&lt;T&gt;<wbr>, <wbr>Action<wbr>&lt;T&gt;<wbr>, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/B0067AA5">AddOnEventAction<wbr>&lt;T&gt;<wbr><wbr>(ScriptSystem, <wbr>EventReceiver<wbr>&lt;T&gt;<wbr>, <wbr>Action<wbr>&lt;T&gt;<wbr>, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/487569C5">AddOnEventTask<wbr>&lt;T&gt;<wbr><wbr>(ScriptSystem, <wbr>EventKey<wbr>&lt;T&gt;<wbr>, <wbr>Func<wbr>&lt;T, <wbr>Task&gt;<wbr>, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/68FF4F9E">AddOnEventTask<wbr>&lt;T&gt;<wbr><wbr>(ScriptSystem, <wbr>EventReceiver<wbr>&lt;T&gt;<wbr>, <wbr>Func<wbr>&lt;T, <wbr>Task&gt;<wbr>, <wbr>long)<wbr></a></li> <li class="selected"><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/3186D483">AddOverTimeAction<wbr>(ScriptSystem, <wbr>Action<wbr>&lt;float&gt;<wbr>, <wbr>TimeSpan, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/DF17F5A3">AddTask<wbr>(ScriptSystem, <wbr>Func<wbr>&lt;Task&gt;<wbr>, <wbr>TimeSpan, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/AA24D52B">AddTask<wbr>(ScriptSystem, <wbr>Func<wbr>&lt;Task&gt;<wbr>, <wbr>TimeSpan, <wbr>TimeSpan, <wbr>long)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/A14A61ED">CancelAll<wbr>(ICollection<wbr>&lt;MicroThread&gt;<wbr>)<wbr></a></li> <li><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions/D682A10C">WaitFor<wbr>(ScriptSystem, <wbr>TimeSpan)<wbr></a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h3><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions">Script<wbr>System<wbr>Extensions</a>.</h3> <h1>AddOverTimeAction<wbr>(ScriptSystem, <wbr>Action<wbr>&lt;float&gt;<wbr>, <wbr>TimeSpan, <wbr>long)<wbr> <small>Method</small></h1> </section> <section class="content"> <h1 id="Summary">Summary</h1> <div class="lead"> Adds a micro thread function to the <span name="scriptSystem" class="paramref">scriptSystem</span> that executes after waiting specified delay and repeats execution. </div> <div class="panel panel-default"> <div class="panel-body"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/StrideToolkit/api/StrideToolkit.Engine">StrideToolkit<wbr>.Engine</a></dd> <dt>Containing Type</dt> <dd><a href="/StrideToolkit/api/StrideToolkit.Engine/ScriptSystemExtensions">Script<wbr>System<wbr>Extensions</a></dd> </dl> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>public static MicroThread AddOverTimeAction(this ScriptSystem scriptSystem, Action&lt;float&gt; action, TimeSpan duration, long priority = 0)</code></pre> <h1 id="Remarks">Remarks</h1> <div> If the <span name="action" class="paramref">action</span> is a <code class="cs">ScriptComponent</code> instance method the micro thread will be automatically stopped if the <code class="cs">ScriptComponent</code> or <code class="cs">Entity</code> is removed. </div> <h1 id="Parameters">Parameters</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>scriptSystem</td> <td>ScriptSystem</td> <td>The <code class="cs">ScriptSystem</code>.</td> </tr> <tr> <td>action</td> <td>Action<wbr>&lt;float&gt;<wbr></td> <td>The micro thread function to execute. The parameter is the progress over time from 0.0f to 1.0f.</td> </tr> <tr> <td>duration</td> <td>TimeSpan</td> <td>The duration of the time to execute the micro thread function for.</td> </tr> <tr> <td>priority</td> <td>long</td> <td>The priority of the micro thread action being added.</td> </tr> </tbody></table> </div> </div> <h1 id="ReturnValue">Return Value</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>MicroThread</td> <td>The <code class="cs">MicroThread</code>.</td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> <p class="text-muted"> <a href="https://github.com/dfkeenan/StrideToolkit"><i class="fa fa-github"></i> GitHub</a> | <a href="https://twitter.com/dfkeenan"><i class="fa fa-twitter"></i> Twitter</a> <br> Copyright © Daniel Keenan. <br> Generated by <a href="http://wyam.io">Wyam</a> </p> <script> anchors.add(); </script> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).ready(function() { mermaid.initialize( { flowchart: { useMaxWidth: false }, startOnLoad: false, cloneCssStyles: false }); mermaid.init(undefined, ".mermaid"); // Remove the max-width setting that Mermaid sets var mermaidSvg = $('.mermaid svg'); mermaidSvg.addClass('img-responsive'); mermaidSvg.css('max-width', ''); // Make it scrollable var target = document.querySelector(".mermaid svg"); if(target !== null) { var panZoom = window.panZoom = svgPanZoom(target, { zoomEnabled: true, controlIconsEnabled: true, fit: true, center: true, maxZoom: 20, zoomScaleSensitivity: 0.6 }); // Do the reset once right away to fit the diagram panZoom.resize(); panZoom.fit(); panZoom.center(); $(window).resize(function(){ panZoom.resize(); panZoom.fit(); panZoom.center(); }); } $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
paper-divider.html
marcus7777/paper-divider
<!DOCTYPE html> <link rel="import" href="../polymer/polymer.html"> <dom-module id="paper-divider"> <style> :host { display: block; width: 100%; height: 1px; background: rgba(0,0,0,.12); } :host.margin { margin: 16px 0; } :host.relative { position: relative; top: -1px; } </style> <template></template> </dom-module> <script> Polymer({ is: "paper-divider", properties: { margin: { value: false, type: Boolean, observer: "_marginChanged" }, relative: { value: false, type: Boolean, observer: "_relativeChanged" } }, _marginChanged: function (newValue, oldValue) { this.toggleClass("margin", newValue); }, _relativeChanged: function (newValue, oldValue) { this.toggleClass("relative", newValue); } }); </script>
doc/com/gopersist/service/class-use/BaseServiceForHibernate.html
gpleo/HSSEADemo
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="zh"> <head> <!-- Generated by javadoc (version 1.7.0_71) on Sat Dec 27 00:37:43 CST 2014 --> <title>类 com.gopersist.service.BaseServiceForHibernate的使用</title> <meta name="date" content="2014-12-27"> <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="\u7C7B com.gopersist.service.BaseServiceForHibernate\u7684\u4F7F\u7528"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/gopersist/service/class-use/BaseServiceForHibernate.html" target="_top">框架</a></li> <li><a href="BaseServiceForHibernate.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">所有类</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="类 com.gopersist.service.BaseServiceForHibernate 的使用" class="title">类 com.gopersist.service.BaseServiceForHibernate<br>的使用</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表程序包和解释"> <caption><span>使用<a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>的程序包</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">程序包</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#com.gopersist.action">com.gopersist.action</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.gopersist.service.demo">com.gopersist.service.demo</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="com.gopersist.action"> <!-- --> </a> <h3><a href="../../../../com/gopersist/action/package-summary.html">com.gopersist.action</a>中<a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表类和解释"> <caption><span>类型参数类型为<a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>的<a href="../../../../com/gopersist/action/package-summary.html">com.gopersist.action</a>中的类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../com/gopersist/action/Struts2ExtjsBaseAction.html" title="com.gopersist.action中的类">Struts2ExtjsBaseAction</a>&lt;T extends <a href="../../../../com/gopersist/entity/BaseEntity.html" title="com.gopersist.entity中的接口">BaseEntity</a>,X extends <a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>&lt;T&gt;&gt;</strong></code> <div class="block">struts2与extjs交互抽象类 完成基本增删改查分页等功能,子类继承时只需设置entity中属性的set。</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.gopersist.service.demo"> <!-- --> </a> <h3><a href="../../../../com/gopersist/service/demo/package-summary.html">com.gopersist.service.demo</a>中<a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>的使用</h3> <table border="0" cellpadding="3" cellspacing="0" summary="使用表, 列表子类和解释"> <caption><span><a href="../../../../com/gopersist/service/demo/package-summary.html">com.gopersist.service.demo</a>中<a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">BaseServiceForHibernate</a>的子类</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">限定符和类型</th> <th class="colLast" scope="col">类和说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../com/gopersist/service/demo/DemoService.html" title="com.gopersist.service.demo中的类">DemoService</a></strong></code>&nbsp;</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="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../overview-summary.html">概览</a></li> <li><a href="../package-summary.html">程序包</a></li> <li><a href="../../../../com/gopersist/service/BaseServiceForHibernate.html" title="com.gopersist.service中的类">类</a></li> <li class="navBarCell1Rev">使用</li> <li><a href="../package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-files/index-1.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>上一个</li> <li>下一个</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/gopersist/service/class-use/BaseServiceForHibernate.html" target="_top">框架</a></li> <li><a href="BaseServiceForHibernate.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">所有类</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 ======= --> </body> </html>
index_template.html
mattbooks/mattbooks.github.io
<html> <head> <meta name="viewport" content="width=device-width" /> <link href="/css/main.css" rel="stylesheet"/> </head> <body> {{things}} </body> </html>
app/index.html
vbhartia/angular-test
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" ng-app="myApp" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>My AngularJS App</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css"> <link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css"> <link rel="stylesheet" href="css/app.css"/> <script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> </head> <body> <!-- Nav Bar --> <ng-include src="'partials/ui-components/navbar.html'"> </ng-include> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div ng-view> </div> <div>Angular seed app: v<span app-version></span></div> <!-- In production use: <script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script> --> <script src="bower_components/angular/angular.js"></script> <script src="bower_components/angular-route/angular-route.js"></script> <script src="js/app.js"></script> <script src="js/services.js"></script> <script src="js/controllers.js"></script> <script src="js/filters.js"></script> <script src="js/directives.js"></script> </body> </html>
graphics/nehe-three-js/lessons41-48/lesson41/lesson41.html
rkwright/geofx_site
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Lesson 41 - NeHe, three.js and WebGL - Tutorial - GeoFX</title> <meta name="description" content="NeHe Lesson 34 in three.js and WebGL, developed by Geo-F/X - GeoFX"/> <meta name="author" content="Richard K. Wright richardkylewright" /> <meta name="keywords" content="NeHe WebGL three.js GIS 3D Digital Publishing EPUB eBooks Readium SVG Graphics Geo-F/X Consulting - GeoFX" /> <meta charset="utf-8" /> <link href="../../../../css/styles.css" rel="stylesheet" type="text/css" /> <link href="../../../../css/nav.css" rel="stylesheet" type="text/css" /> <link href="../../css/NeHe-EPUB.css" rel="stylesheet" type="text/css"/> <link href="../../css/prism.css" rel="stylesheet" type="text/css"/> <link href="../../../../images/favicon.png" rel="shortcut icon" type="image/png" /> <script src="../../../../js/jquery-3.1.1.min.js"></script> <script src="../../../../js/flaunt.js"></script> <script src="../../../../js/prism.js"></script> </head> <body> <div class="wrapper"> <div class="main"> <!--#include virtual="/includes/banner_nav2.shtml" --> <div class="content"> <div class="content-text"> <h3>Lesson 41 - Volumetric Fog </h3> <p>&nbsp;</p> <h4>Introduction</h4> <p>This lesson is a little bit of a cheat in the sense that it is based largely on code that I neither wrote and barely understand the inner workings. But it looks pretty cool!</p> <h4>The Algorithm</h4> <p>The basic algorithm is rather simple: First, render the part of the light source geometry that is not occluded, then blur it from the center of the light source outwards to produce the characteristic light streaks. All this is done in 2D image space instead of the 3D world as computing how the light rays propagate in the medium would be way to expensive for realtime rendering. So the goal is to look cool, not be physically correct!<br> </p> <p>Inventing a new shader effect from scratch is quite a daunting task. Luckily, shader technology has been used on graphics cards for more than a decade now and there is an abundance of books and internet tutorials. So instead of trying to re-invent the wheel, we just hunt around to find an example in the three.js space. And voila, <a href="https://threejs.org/examples/webgl_postprocessing_godrays.html" title="Godray Example in three.js" target="_self">there</a> we are.</p> <h4>The Demo<br> </h4> <p> All we have done here is adapt the three.js example to use a GFXScene and replace the original scene with a simple torus-knot that slowly rotates.</p> <p>And that's it! Click on <a href="lesson41webgl.html" title="Lesson 41" target="_self">this link</a> to see the actual rendered demo in all it's crepuscular glory!</p> <p>As always, the original sources are on github <a href="https://github.com/rkwright/nehe-three-js" target="_blank" rel="noopener noreferrer">here</a>.</p> <!--#include virtual="/includes/footer.shtml" --> </div> </div></div></div> </body> </html>
ajax/libs/design-system/2.12.0/styles/salesforce-lightning-design-system_touch.css
cdnjs/cdnjs
/*! Lightning Design System 2.12.0 */ @charset "UTF-8"; @media (pointer: coarse) and (hover: none){ body{ font-size: 1rem } .slds-button.slds-accordion__summary-action{ line-height: 1.875rem } .slds-button{ line-height: 2.625rem; font-weight: 700 } .slds-button_icon, .slds-button--icon, .slds-button_icon-inverse, .slds-button--icon-inverse, .slds-button_icon-container, .slds-button--icon-container, .slds-button_icon-border, .slds-button--icon-border, .slds-button_icon-border-filled, .slds-button--icon-border-filled, .slds-button_icon-border-inverse, .slds-button--icon-border-inverse, .slds-button_icon-more, .slds-button--icon-more, .slds-button_icon-error, .slds-button--icon-error{ width: 2.75rem; height: 2.75rem } .slds-button_icon-container, .slds-button--icon-container, .slds-button_icon-border, .slds-button--icon-border, .slds-button_icon-border-filled, .slds-button--icon-border-filled, .slds-button_icon-border-inverse, .slds-button--icon-border-inverse, .slds-button_icon-brand, .slds-button_icon-more, .slds-button--icon-more, .slds-button_icon-container-more, .slds-button--icon-container-more{ width: 2.75rem; height: 2.75rem } .slds-button_icon-small, .slds-button--icon-small{ width: 2.75rem; height: 2.75rem } .slds-button_icon-x-small, .slds-button--icon-x-small{ width: 2.75rem; height: 2.75rem } .slds-button_icon-xx-small, .slds-button--icon-xx-small{ width: 2.75rem; height: 2.75rem } .slds-button_icon-more, .slds-button--icon-more{ width: 2.75rem; height: 2.75rem } .slds-card{ border-color: transparent; border-radius: 0 } .slds-card__header-title{ font-size: 1.125rem; font-weight: 700 } .slds-checkbox_button-group, .slds-checkbox--button-group{ display: block } .slds-checkbox_button-group .slds-checkbox_button, .slds-checkbox_button-group .slds-checkbox--button, .slds-checkbox--button-group .slds-checkbox_button, .slds-checkbox--button-group .slds-checkbox--button{ display: block } .slds-checkbox_button-group .slds-checkbox_button + .slds-checkbox_button, .slds-checkbox_button-group .slds-checkbox--button + .slds-checkbox--button, .slds-checkbox--button-group .slds-checkbox_button + .slds-checkbox_button, .slds-checkbox--button-group .slds-checkbox--button + .slds-checkbox--button{ border-left: 0; border-top: 1px solid #dddbda } .slds-checkbox_button-group .slds-checkbox_button:first-child > .slds-checkbox_button__label, .slds-checkbox_button-group .slds-checkbox--button:first-child > .slds-checkbox--button__label, .slds-checkbox--button-group .slds-checkbox_button:first-child > .slds-checkbox_button__label, .slds-checkbox--button-group .slds-checkbox--button:first-child > .slds-checkbox--button__label{ border-radius: 0.25rem 0.25rem 0 0 } .slds-checkbox_button-group .slds-checkbox_button:last-child > .slds-checkbox_button__label, .slds-checkbox_button-group .slds-checkbox--button:last-child > .slds-checkbox--button__label, .slds-checkbox--button-group .slds-checkbox_button:last-child > .slds-checkbox_button__label, .slds-checkbox--button-group .slds-checkbox--button:last-child > .slds-checkbox--button__label{ border-radius: 0 0 0.25rem 0.25rem } .slds-checkbox_button-group .slds-checkbox_button__label, .slds-checkbox_button-group .slds-checkbox--button__label, .slds-checkbox--button-group .slds-checkbox_button__label, .slds-checkbox--button-group .slds-checkbox--button__label{ display: block; text-align: center } .slds-checkbox_button, .slds-checkbox--button{ line-height: 2.625rem } .slds-checkbox-button{ width: 2.75rem; height: 2.75rem } .slds-checkbox_add-button, .slds-checkbox--add-button{ width: 2.75rem; height: 2.75rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .slds-checkbox_add-button .slds-checkbox_faux, .slds-checkbox_add-button .slds-checkbox--faux, .slds-checkbox--add-button .slds-checkbox_faux, .slds-checkbox--add-button .slds-checkbox--faux{ width: 2rem; height: 2rem } .slds-checkbox_toggle, .slds-checkbox--toggle{ padding: 0.125rem 0 } .slds-checkbox_toggle .slds-form-element__label, .slds-checkbox--toggle .slds-form-element__label{ -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; font-size: 1rem } .slds-checkbox_toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox_toggle [type=checkbox] + .slds-checkbox--faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox_faux_container, .slds-checkbox--toggle [type=checkbox] + .slds-checkbox--faux_container{ font-size: 0.75rem } .slds-checkbox .slds-checkbox_faux, .slds-checkbox .slds-checkbox--faux{ width: 1.5rem; height: 1.5rem; -ms-flex-negative: 0; flex-shrink: 0 } .slds-checkbox .slds-checkbox__label{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; vertical-align: middle; min-height: 2.75rem } .slds-checkbox .slds-checkbox__label .slds-form-element__label{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 1rem } .slds-checkbox [type=checkbox]:checked + .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:checked + .slds-checkbox--faux:after, .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:checked ~ .slds-checkbox--faux:after, .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:checked + .slds-checkbox__label .slds-checkbox--faux:after{ height: 0.375rem; width: 0.75rem; margin-top: -1px } .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox--faux:after, .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:indeterminate ~ .slds-checkbox--faux:after, .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox_faux:after, .slds-checkbox [type=checkbox]:indeterminate + .slds-checkbox__label .slds-checkbox--faux:after{ width: 0.75rem } .slds-checkbox.slds-checkbox_stacked .slds-form-element__label{ font-size: 0.875rem } .slds-checkbox_standalone{ min-height: 2.75rem } .slds-checkbox_standalone [type=checkbox]{ width: 2.75rem; height: 2.75rem; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .slds-checkbox_standalone .slds-checkbox_faux{ position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .slds-listbox_horizontal li + li, .slds-listbox--horizontal li + li{ padding-left: 0.25rem } .slds-listbox__option-header{ font-size: 1rem } .slds-listbox_vertical .slds-listbox__option_plain, .slds-listbox_vertical .slds-listbox__option--plain, .slds-listbox--vertical .slds-listbox__option_plain, .slds-listbox--vertical .slds-listbox__option--plain{ line-height: 2.75rem; padding-top: 0; padding-bottom: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .slds-listbox_vertical .slds-listbox__option_plain .slds-media__figure, .slds-listbox_vertical .slds-listbox__option--plain .slds-media__figure, .slds-listbox--vertical .slds-listbox__option_plain .slds-media__figure, .slds-listbox--vertical .slds-listbox__option--plain .slds-media__figure{ margin-right: 0.5rem } .slds-listbox_object-switcher, .slds-listbox--object-switcher{ padding: 0 } .slds-combobox_object-switcher .slds-combobox__input{ font-size: 1rem } .slds-listbox_selection-group{ height: 2.75rem } .slds-listbox_selection-group .slds-listbox{ padding: 0 0.25rem 0.375rem } .slds-listbox_selection-group .slds-listbox-item{ padding: 0.375rem 0.125rem 0 } .slds-has-inline-listbox .slds-combobox__input, .slds-has-object-switcher .slds-combobox__input{ line-height: 2.5rem; min-height: 2.75rem } .slds-has-inline-listbox [role=listbox]{ padding: 0 0.375rem } .slds-th__action{ padding-right: 1.25rem } .slds-form-element__label{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 2rem; padding-top: 0; margin-bottom: 0; font-size: 0.875rem } .slds-form-element__label + .slds-form-element__icon .slds-button_icon{ height: 2rem } .slds-form-element__icon{ padding-top: 0 } .slds-form-element_edit .slds-form-element__static, .slds-form-element--edit .slds-form-element__static{ width: calc(100% - 2.75rem) } .slds-form-element_readonly .slds-icon{ width: 1.5rem; height: 1.5rem } .slds-form-element__static{ font-size: 1rem } .slds-form-element_horizontal .slds-button_icon, .slds-form_horizontal .slds-form-element .slds-button_icon, .slds-form_stacked .slds-form-element_horizontal .slds-button_icon{ vertical-align: top } .slds-form-element_stacked .slds-form-element__icon, .slds-form_stacked .slds-form-element .slds-form-element__icon, .slds-form_horizontal .slds-form-element_stacked .slds-form-element__icon{ padding-top: 0 } .slds-input{ line-height: 2.625rem } .slds-input[readonly]{ font-size: 1rem } .slds-input[type=text], .slds-input[type=email], .slds-input[type=url], .slds-input[type=tel]{ -webkit-appearance: none } .slds-input[type=date], .slds-input[type=datetime], .slds-input[type=datetime-local], .slds-input[type=time], .slds-input[type=week], .slds-input[type=month]{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex } .slds-input[type=date], .slds-input[type=datetime-local], .slds-input[type=month], .slds-input[type=time]{ height: 2.75rem } .slds-input-has-icon .slds-input__icon{ width: 1rem; height: 1rem; margin-top: -0.5rem } .slds-input-has-icon_left .slds-input__icon, .slds-input-has-icon--left .slds-input__icon{ left: 0.5rem } .slds-input-has-icon_right .slds-input__icon, .slds-input-has-icon--right .slds-input__icon{ right: 0.5rem } .slds-input-has-icon_left-right .slds-input__icon_left, .slds-input-has-icon_left-right .slds-input__icon--left, .slds-input-has-icon--left-right .slds-input__icon_left, .slds-input-has-icon--left-right .slds-input__icon--left{ left: 0.5rem } .slds-input-has-icon_left-right .slds-input__icon_right, .slds-input-has-icon_left-right .slds-input__icon--right, .slds-input-has-icon--left-right .slds-input__icon_right, .slds-input-has-icon--left-right .slds-input__icon--right{ right: 0.5rem } .slds-input__icon-group_right .slds-input__spinner{ right: calc(1.5rem + 0.25rem) } .slds-map_container{ padding: 1rem 1rem 0 } .slds-map{ min-width: 21.75rem } .slds-has-coordinates{ max-height: none } .slds-coordinates__title{ font-size: 1.125rem } .slds-dropdown{ padding: 0; font-size: 1rem } .slds-dropdown__item > a{ line-height: 2.75rem; padding: 0 0.75rem } .slds-dropdown__header{ font-size: 1rem } .slds-modal .slds-modal__title{ font-weight: 700 } .slds-modal__close{ width: 2.75rem; height: 2.75rem; top: -2.75rem; right: 0 } .slds-path__nav .slds-is-current:first-child .slds-path__link{ height: calc(2.75rem - 0.25rem) } .slds-path__nav .slds-is-active:first-child .slds-path__link{ height: 2.75rem } .slds-path__item{ margin-left: 0.5rem; margin-right: 0.5625rem } .slds-path__item:before, .slds-path__item:after{ left: -0.3125rem; right: -0.375rem } .slds-path__item:before{ height: calc((2.75rem / 2) + 0.0625rem) } .slds-path__item:after{ height: 1.375rem } .slds-path__item:first-child:before, .slds-path__item:first-child:after{ left: 1.625rem } .slds-path__item:last-child:before, .slds-path__item:last-child:after{ right: 1.125rem } .slds-path__link{ height: 2.75rem } .slds-pill{ line-height: 1.875rem; padding: 0 0.75rem } .slds-pill + .slds-pill{ margin-left: 0.25rem } .slds-pill__container, .slds-pill-container, .slds-pill_container{ padding: 0.25rem } .slds-pill__label{ font-size: 0.875rem } .slds-pill__icon ~ .slds-pill__action, .slds-pill__icon_container ~ .slds-pill__action{ padding-left: calc(1.25rem + 0.75rem + 0.25rem) } .slds-pill_link .slds-pill__icon_container, .slds-pill--link .slds-pill__icon_container{ left: 0.75rem } .slds-pill_link .slds-pill__remove, .slds-pill--link .slds-pill__remove{ right: 0.75rem } .slds-pill__action{ padding: 0; padding-left: 0.75rem; padding-right: calc(1rem + 0.75rem + 2px) } .slds-popover_prompt__heading{ font-size: 1.25rem } .slds-progress__item{ position: relative; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 2.75rem } .slds-progress__item .slds-button:before{ content: ""; position: absolute; height: 2.75rem; width: calc(100% + 8px) } .slds-progress__marker{ width: 1.25rem; height: 1.25rem; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .slds-progress__marker_icon .slds-button__icon, .slds-progress__marker_icon .slds-icon, .slds-progress__marker--icon .slds-button__icon, .slds-progress__marker--icon .slds-icon{ width: 1.25rem; height: 1.25rem } .slds-progress_vertical .slds-progress__item:before, .slds-progress_vertical .slds-progress__item:after{ left: calc((1.25rem / 2) - 1px) } .slds-progress_vertical .slds-progress__item_content{ font-size: 0.875rem } .slds-radio_button-group, .slds-radio--button-group{ display: block } .slds-radio_button-group .slds-radio_button, .slds-radio_button-group .slds-radio--button, .slds-radio--button-group .slds-radio_button, .slds-radio--button-group .slds-radio--button{ display: block } .slds-radio_button-group .slds-radio_button + .slds-radio_button, .slds-radio_button-group .slds-radio--button + .slds-radio--button, .slds-radio--button-group .slds-radio_button + .slds-radio_button, .slds-radio--button-group .slds-radio--button + .slds-radio--button{ border-left: 0; border-top: 1px solid #dddbda } .slds-radio_button-group .slds-radio_button:first-child > .slds-radio_button__label, .slds-radio_button-group .slds-radio--button:first-child > .slds-radio--button__label, .slds-radio--button-group .slds-radio_button:first-child > .slds-radio_button__label, .slds-radio--button-group .slds-radio--button:first-child > .slds-radio--button__label{ border-radius: 0.25rem 0.25rem 0 0 } .slds-radio_button-group .slds-radio_button:last-child > .slds-radio_button__label, .slds-radio_button-group .slds-radio--button:last-child > .slds-radio--button__label, .slds-radio--button-group .slds-radio_button:last-child > .slds-radio_button__label, .slds-radio--button-group .slds-radio--button:last-child > .slds-radio--button__label{ border-radius: 0 0 0.25rem 0.25rem } .slds-radio_button-group .slds-radio_button__label, .slds-radio_button-group .slds-radio--button__label, .slds-radio--button-group .slds-radio_button__label, .slds-radio--button-group .slds-radio--button__label{ display: block; text-align: center } .slds-radio_button, .slds-radio--button{ line-height: 2.69rem } .slds-radio .slds-radio__label{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 2.75rem } .slds-radio .slds-radio_faux, .slds-radio .slds-radio--faux{ width: 1.5rem; height: 1.5rem } .slds-radio .slds-form-element__label{ display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-size: 1rem } .slds-slider{ -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 0.5rem; min-height: 2rem } .slds-slider__range::-webkit-slider-thumb{ height: 2rem; width: 2rem; margin-top: calc(((2rem / 2) - (4px / 2)) * -1) } .slds-slider__range::-moz-range-thumb{ height: 2rem; width: 2rem } .slds-slider__range::-ms-thumb{ height: 2rem; width: 2rem } .slds-slider_vertical{ -webkit-box-align: initial; -ms-flex-align: initial; align-items: initial } .slds-slider_vertical .slds-slider__range{ margin-left: calc((2rem - 1rem) / 2) } .slds-slider_vertical .slds-slider__value{ left: calc((2rem - 1rem) / 2) } .slds-tabs-mobile__item .slds-button:active, .slds-tabs-mobile__item .slds-button:hover{ color: currentColor } .slds-text-body_regular, .slds-text-body--regular{ font-size: 1rem } .slds-text-body_small, .slds-text-body--small{ font-size: 0.875rem } .slds-text-heading_large, .slds-text-heading--large{ font-size: 2rem } .slds-text-heading_medium, .slds-text-heading--medium{ font-size: 1.5rem } .slds-text-heading_small, .slds-text-heading--small{ font-size: 1.25rem } } @media (pointer: coarse) and (hover: none) and (min-width: 48em){ .slds-form-element_horizontal .slds-form-element__label, .slds-form_horizontal .slds-form-element .slds-form-element__label, .slds-form_stacked .slds-form-element_horizontal .slds-form-element__label{ display: block; max-width: calc(33% - 2.75rem); -ms-flex-preferred-size: calc(33% - 2.75rem); flex-basis: calc(33% - 2.75rem); padding-top: 0.25rem } .slds-form-element_horizontal .slds-form-element__control, .slds-form_horizontal .slds-form-element .slds-form-element__control, .slds-form_stacked .slds-form-element_horizontal .slds-form-element__control{ display: block; min-height: 0 } .slds-form-element_horizontal .slds-form-element__icon, .slds-form_horizontal .slds-form-element .slds-form-element__icon, .slds-form_stacked .slds-form-element_horizontal .slds-form-element__icon{ padding-top: 0 } .slds-form-element_horizontal .slds-checkbox__label, .slds-form_horizontal .slds-form-element .slds-checkbox__label, .slds-form_stacked .slds-form-element_horizontal .slds-checkbox__label{ display: block } }
bestpart_chrome/popup.html
raymonstah/BestPart
<!doctype html> <html> <head> <style> li {color: grey; padding-bottom: 5px;} a:hover {color:red;} body {width:400px;} .vote-count {color: black;} span {margin: 5px;} img {vertical-align: text-bottom;} </style> <script src="jquery-2.1.4.min.js"></script> <script src="popup.js"></script> <title>Best Part</title> </head> <body> <p id="url"></p> <p id="message"></p> <ul id="tags"> </ul> <div id="save-a-tag"> <input type="text" id="tagDesc"> <button id="saveTime">Tag this spot</button> </div> </body> </html>
server/html/prescription/199.html
hucaihua/cmssp
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"/> <meta content="telephone=no" name="format-detection"/> <meta content="address=no" name="format-detection"/> <title> 治腰疼方(丹溪心法) </title><script language="javascript" src="js/jquery.min.js" type="text/javascript"></script><script language="javascript" src="js/call.js" type="text/javascript"></script> <link href="./css/drug.css?v=1" rel="stylesheet" type="text/css"/> <link href="./css/reset.css?v=1" rel="stylesheet" type="text/css"/> </head> <body class="bg-fff"> <section> <h4>【出处】</h4> <p>《丹溪心法》卷四 </p> </section> <section> <h4>【古代剂量】</h4> <dl> <dd>黑丑(四两,半生半炒)</dd> </dl> </section> <section> <h4>【现代剂量】</h4> <dl> <dd>黑丑(120g,半生半炒)</dd> </dl> </section> <section> <h4>【煎服法】</h4> <dl> <dd>    上研细,取头末,水丸桐子大,硫黄为衣。每服三十丸,空心盐酒送下,四服即止。</dd> </dl> </section> </body> <!--zly--> </html>
docs/file/src/templates/semantic/builderEditForm/index.js.html
formio/formio.js
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <base data-ice="baseUrl" href="../../../../../"> <title data-ice="title">src/templates/semantic/builderEditForm/index.js | formiojs</title> <link type="text/css" rel="stylesheet" href="css/style.css"> <link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css"> <script src="script/prettify/prettify.js"></script> <script src="script/manual.js"></script> <meta name="description" content="JavaScript powered Forms with JSON Form Builder"><meta property="twitter:card" content="summary"><meta property="twitter:title" content="formiojs"><meta property="twitter:description" content="JavaScript powered Forms with JSON Form Builder"></head> <body class="layout-container" data-ice="rootContainer"> <header> <a href="./">Home</a> <a href="identifiers.html">Reference</a> <a href="source.html">Source</a> <div class="search-box"> <span> <img src="./image/search.png"> <span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span> </span> <ul class="search-result"></ul> </div> <a style="position:relative; top:3px;" href="https://github.com/formio/formio.js"><img width="20px" src="./image/github.png"></a></header> <nav class="navigation" data-ice="nav"><div> <ul> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/EventEmitter.js~EventEmitter.html">EventEmitter</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Form.js~Form.html">Form</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/FormBuilder.js~FormBuilder.html">FormBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Formio.js~Formio.html">Formio</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/PDF.js~PDF.html">PDF</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/PDFBuilder.js~PDFBuilder.html">PDFBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Webform.js~Webform.html">Webform</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/WebformBuilder.js~WebformBuilder.html">WebformBuilder</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Wizard.js~Wizard.html">Wizard</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/WizardBuilder.js~WizardBuilder.html">WizardBuilder</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components">components</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/Components.js~Components.html">Components</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-component">components/_classes/component</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/component/Component.js~Component.html">Component</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Component">Component</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-component-editform">components/_classes/component/editForm</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-EditFormUtils">EditFormUtils</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-field">components/_classes/field</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/field/Field.js~Field.html">Field</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-input">components/_classes/input</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/input/Input.js~Input.html">Input</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-multivalue">components/_classes/multivalue</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/multivalue/Multivalue.js~Multivalue.html">Multivalue</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components--classes-nested">components/_classes/nested</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/_classes/nested/NestedComponent.js~NestedComponent.html">NestedComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-NestedComponent">NestedComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-address">components/address</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/address/Address.js~AddressComponent.html">AddressComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Address">Address</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-button">components/button</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/button/Button.js~ButtonComponent.html">ButtonComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Button">Button</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-checkbox">components/checkbox</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/checkbox/Checkbox.js~CheckBoxComponent.html">CheckBoxComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Checkbox">Checkbox</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-columns">components/columns</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/columns/Columns.js~ColumnsComponent.html">ColumnsComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Columns">Columns</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-container">components/container</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/container/Container.js~ContainerComponent.html">ContainerComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Container">Container</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-content">components/content</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/content/Content.js~ContentComponent.html">ContentComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Content">Content</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-currency">components/currency</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/currency/Currency.js~CurrencyComponent.html">CurrencyComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Currency">Currency</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datagrid">components/datagrid</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/datagrid/DataGrid.js~DataGridComponent.html">DataGridComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DataGrid">DataGrid</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datamap">components/datamap</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/datamap/DataMap.js~DataMapComponent.html">DataMapComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DataMap">DataMap</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-datetime">components/datetime</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/datetime/DateTime.js~DateTimeComponent.html">DateTimeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-DateTime">DateTime</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-day">components/day</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/day/Day.js~DayComponent.html">DayComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Day">Day</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-editgrid">components/editgrid</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/editgrid/EditGrid.js~EditGridComponent.html">EditGridComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-EditGrid">EditGrid</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-email">components/email</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/email/Email.js~EmailComponent.html">EmailComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Email">Email</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-fieldset">components/fieldset</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/fieldset/Fieldset.js~FieldsetComponent.html">FieldsetComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Fieldset">Fieldset</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-file">components/file</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/file/File.js~FileComponent.html">FileComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-File">File</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-form">components/form</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/form/Form.js~FormComponent.html">FormComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Form">Form</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-hidden">components/hidden</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/hidden/Hidden.js~HiddenComponent.html">HiddenComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Hidden">Hidden</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-html">components/html</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/html/HTML.js~HTMLComponent.html">HTMLComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-HTML">HTML</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-number">components/number</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/number/Number.js~NumberComponent.html">NumberComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Number">Number</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-panel">components/panel</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/panel/Panel.js~PanelComponent.html">PanelComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Panel">Panel</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-password">components/password</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/password/Password.js~PasswordComponent.html">PasswordComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Password">Password</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-phonenumber">components/phonenumber</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/phonenumber/PhoneNumber.js~PhoneNumberComponent.html">PhoneNumberComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-PhoneNumber">PhoneNumber</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-radio">components/radio</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/radio/Radio.js~RadioComponent.html">RadioComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Radio">Radio</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-recaptcha">components/recaptcha</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/recaptcha/ReCaptcha.js~ReCaptchaComponent.html">ReCaptchaComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ReCaptcha">ReCaptcha</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-resource">components/resource</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/resource/Resource.js~ResourceComponent.html">ResourceComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Resource">Resource</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-select">components/select</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/select/Select.js~SelectComponent.html">SelectComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Select">Select</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-selectboxes">components/selectboxes</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/selectboxes/SelectBoxes.js~SelectBoxesComponent.html">SelectBoxesComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-SelectBoxes">SelectBoxes</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-signature">components/signature</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/signature/Signature.js~SignatureComponent.html">SignatureComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Signature">Signature</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-survey">components/survey</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/survey/Survey.js~SurveyComponent.html">SurveyComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Survey">Survey</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-table">components/table</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/table/Table.js~TableComponent.html">TableComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Table">Table</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tabs">components/tabs</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tabs/Tabs.js~TabsComponent.html">TabsComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tabs">Tabs</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tags">components/tags</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tags/Tags.js~TagsComponent.html">TagsComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tags">Tags</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-textarea">components/textarea</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/textarea/TextArea.js~TextAreaComponent.html">TextAreaComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-TextArea">TextArea</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-textfield">components/textfield</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/textfield/TextField.js~TextFieldComponent.html">TextFieldComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-TextField">TextField</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-time">components/time</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/time/Time.js~TimeComponent.html">TimeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Time">Time</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-tree">components/tree</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tree/Node.js~Node.html">Node</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/tree/Tree.js~TreeComponent.html">TreeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Tree">Tree</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-unknown">components/unknown</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/unknown/Unknown.js~UnknownComponent.html">UnknownComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Unknown">Unknown</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-url">components/url</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/url/Url.js~UrlComponent.html">UrlComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Url">Url</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#components-well">components/well</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/components/well/Well.js~WellComponent.html">WellComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Well">Well</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib">contrib</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Contrib">Contrib</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-edittable">contrib/edittable</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/edittable/EditTable.js~EditTableComponent.html">EditTableComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-EditTable">EditTable</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-location">contrib/location</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/location/Location.js~LocationComponent.html">LocationComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-Location">Location</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-modaledit">contrib/modaledit</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/modaledit/ModalEdit.js~ModalEditComponent.html">ModalEditComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-ModalEdit">ModalEdit</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-stripe-checkout">contrib/stripe/checkout</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/stripe/checkout/StripeCheckout.js~StripeCheckoutComponent.html">StripeCheckoutComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#contrib-stripe-stripe">contrib/stripe/stripe</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/contrib/stripe/stripe/Stripe.js~StripeComponent.html">StripeComponent</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers">providers</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/providers/Providers.js~Providers.html">Providers</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#providers-storage">providers/storage</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-azure">azure</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-base64">base64</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-dropbox">dropbox</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-indexeddb">indexeddb</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-s3">s3</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-url">url</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-XHR">XHR</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates">templates</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/templates/Templates.js~Templates.html">Templates</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates-bootstrap">templates/bootstrap</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-iconClass">iconClass</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates-bootstrap3">templates/bootstrap3</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-iconClass">iconClass</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#templates-semantic">templates/semantic</a><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-iconClass">iconClass</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils">utils</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/utils/ChoicesWrapper.js~ChoicesWrapper.html">ChoicesWrapper</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkInvalidDate">checkInvalidDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-lessOrGreater">lessOrGreater</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-applyFormChanges">applyFormChanges</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-eachComponent">eachComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-escapeRegExCharacters">escapeRegExCharacters</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-findComponent">findComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-findComponents">findComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-flattenComponents">flattenComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-formatAsCurrency">formatAsCurrency</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-generateFormChange">generateFormChange</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getComponent">getComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getStrings">getStrings</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getValue">getValue</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-hasCondition">hasCondition</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isLayoutComponent">isLayoutComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-matchComponent">matchComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-parseFloatExt">parseFloatExt</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-removeComponent">removeComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-searchComponents">searchComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-boolValue">boolValue</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-bootstrapVersion">bootstrapVersion</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkCalculated">checkCalculated</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkCondition">checkCondition</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkCustomConditional">checkCustomConditional</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkJsonConditional">checkJsonConditional</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkSimpleConditional">checkSimpleConditional</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-checkTrigger">checkTrigger</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-convertFormatToFlatpickr">convertFormatToFlatpickr</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-convertFormatToMask">convertFormatToMask</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-convertFormatToMoment">convertFormatToMoment</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-currentTimezone">currentTimezone</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-delay">delay</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-evaluate">evaluate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-fieldData">fieldData</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-formatDate">formatDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-formatOffset">formatOffset</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getContextComponents">getContextComponents</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getCurrencyAffixes">getCurrencyAffixes</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getDateSetting">getDateSetting</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getElementRect">getElementRect</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getInputMask">getInputMask</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getLocaleDateFormatInfo">getLocaleDateFormatInfo</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getNumberDecimalLimit">getNumberDecimalLimit</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getNumberSeparators">getNumberSeparators</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getPropertyValue">getPropertyValue</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-getRandomComponentId">getRandomComponentId</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-guid">guid</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isInputComponent">isInputComponent</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isMongoId">isMongoId</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-isValidDate">isValidDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-iterateKey">iterateKey</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-loadZones">loadZones</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-matchInputMask">matchInputMask</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-momentDate">momentDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-observeOverload">observeOverload</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-offsetDate">offsetDate</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-sanitize">sanitize</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-setActionProperty">setActionProperty</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-shouldLoadZones">shouldLoadZones</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-unfold">unfold</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-uniqueKey">uniqueKey</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-uniqueName">uniqueName</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-withSwitch">withSwitch</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-function">F</span><span data-ice="name"><span><a href="function/index.html#static-function-zonesLoaded">zonesLoaded</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-KEY_CODES">KEY_CODES</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-Evaluator">Evaluator</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-CALENDAR_ERROR_MESSAGES">CALENDAR_ERROR_MESSAGES</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-firstNonNil">firstNonNil</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-interpolate">interpolate</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#utils-jsonlogic">utils/jsonlogic</a><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-lodashOperators">lodashOperators</a></span></span></li> <li data-ice="doc"><a data-ice="dirPath" class="nav-dir-path" href="identifiers.html#widgets">widgets</a><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/widgets/CalendarWidget.js~CalendarWidget.html">CalendarWidget</a></span></span></li> <li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/widgets/InputWidget.js~InputWidget.html">InputWidget</a></span></span></li> </ul> </div> </nav> <div class="content" data-ice="content"><h1 data-ice="title">src/templates/semantic/builderEditForm/index.js</h1> <pre class="source-code line-number raw-source-code"><code class="prettyprint linenums" data-ice="content">import form from &apos;./form.ejs&apos;; export default { form }; </code></pre> </div> <footer class="footer"> Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a> </footer> <script src="script/search_index.js"></script> <script src="script/search.js"></script> <script src="script/pretty-print.js"></script> <script src="script/inherited-summary.js"></script> <script src="script/test-summary.js"></script> <script src="script/inner-link.js"></script> <script src="script/patch-for-local.js"></script> </body> </html>
week1/day1/exercises/dom_tv2.html
rogermle/bootcamp-feb9
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>TV</title> <script> var televisions = []; function TV(make, model, screenSize, resolution) { this.make = make; this.model = model; this.screenSize = screenSize; this.resolution = resolution; this.isOn = false; this.volumeLevel = 53; this.currentChannel = 69; this.changeChannel = function(channel){ if(this.isOn) this.currentChannel = channel; }; this.changeVolume = function(volume){ if(this.isOn) if(volume >= 0 && volume <= 100) this.volumeLevel = volume; }; this.power = function(){ this.isOn = !this.isOn; }; } function createTV() { var make = document.getElementById('make'); var model = document.getElementById('model'); var screenSize = document.getElementById('screenSize'); var resolution = document.getElementById('resolution'); var volumeLevel = document.getElementById('volumeLevel'); var channel = document.getElementById('channel'); televisions.push(new TV(make.value, model.value, screenSize.value, resolution.value)); make.value = ''; model.value = ''; screenSize.value = ''; resolution.value = ''; volumeLevel.selectedIndex = 0; channel.selectedIndex = 0; } function printTVs() </script> </head> <body> <h1>TV</h1> <label for="make">Brand</label> <input type="text" id="make"/> <br> <label for="model">Model</label> <input type="text" id="model" /> <br> <label for="screenSize">Screen Size</label> <input type="text" id="screenSize"/> <br> <label for="resolution">Resolution</label> <input type="text" id="resolution" /> <br> <label for="volumeLevel">Volume Level</label> <select name="volumeLevel" id="volumeLevel"> </select> <br> <label for="channel">Channel</label> <select name="channel" id="channel"> </select> <br> <input type="submit" value="Create TV" onclick="createTV()"/> <script> var televisions = []; var volumeLevel = document.getElementById('volumeLevel'); var option = null; for(var i = 0; i <= 100; i++) { option = document.createElement('option'); //Creates Option Element option.value = i; //Sets the value to i option.innerHTML = i; //Sets the Label to i volumeLevel.appendChild(option); //Adds the child to the parent element } var channel = document.getElementById('channel'); var option = null; for(var i = 0; i <= 69; i++) { option = document.createElement('option'); //Creates Option Element option.value = i; //Sets the value to i option.innerHTML = i; //Sets the Label to i channel.appendChild(option); //Adds the child to the parent element } var otherInputs = ['HDMI 1', 'HDMI 2', 'S Video', 'Component']; for(var j = 0; j < otherInputs.length; j++) { option = document.createElement('option'); option.value = otherInputs[j]; option.innerHTML = otherInputs[j]; channel.appendChild(option); } </script> </body> </html>
presentations/reactive-systems/css/pdf.css
holisticon/holisticon.github.io
.reveal .slides { text-align: left; } aside.controls { display: none; } div.slide-number { display: none !important; } .reveal .slides section.title { background-position: 40px 40px; }
build/markdown/build/docs/extensions/html_tidy.html
sckott/ingee_app
<!DOCTYPE html> <html> <head> <meta charset=utf-8> <title>HTML Tidy Extension &#8212; Python Markdown</title> <link rel="stylesheet" href="../default.css" type="text/css"> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="siteindex.html" title="General Index">index</a></li> <li class="right"> <a href="header_id.html" title="HeaderId Extension" accesskey="N">next</a> |</li> <li class="right"> <a href="code_hilite.html" title="CodeHilite Extension" accesskey="P">previous</a> |</li> <li><img src="../py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python Markdown v2.2.0 documentation</a> &raquo;</li> <li><a href="index.html">Extensions</a> &raquo;</li> <li><a href="html_tidy.html">HTML Tidy Extension</a> &raquo;</li> </ul> </div> <!-- .related --> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <h1 id="html-tidy">HTML Tidy</h1> <p>Runs <a href="http://tidy.sourceforge.net/">HTML Tidy</a> on the output of Python-Markdown using the <a href="http://utidylib.berlios.de/">uTidylib</a> Python wrapper. Both libtidy and uTidylib must be installed on your system.</p> <p>This extension is available in the standard Markdown library since version 2.0.</p> <p>Note than any Tidy <a href="http://tidy.sourceforge.net/docs/quickref.html">options</a> can be passed in as <a href="../reference.html#extension_configs">extension configs</a>. So, for example, to output HTML rather than XHTML, set <code>output_xhtml=0</code>. To indent the output, set <code>indent=auto</code> and to have Tidy wrap the output in <code>&lt;html&gt;</code> and <code>&lt;body&gt;</code> tags, set <code>show_body_only=0</code>. See Tidy's <a href="http://tidy.sourceforge.net/docs/quickref.html">options</a> for a full list of the available options. The defaults are set to most closely match Markdowns defaults with the exception that you get much better pretty-printing.</p> <p>Note that options set in this extension will override most any other settings passed on to Markdown (such as "output_format"). Unlike Markdown, this extension will also treat raw HTML no different than that output by Markdown. In other words, it may munge a document authors carefully crafted HTML. Of course, it may also transform poorly formed raw HTML into nice, valid HTML. Take these things into consideration when electing to use this extension.</p> </div> <!-- .body --> </div> <!-- .bodywrapper --> </div> <!-- .documentwrapper --> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3>Table Of Contents</h3> <div class="toc"> <ul> <li><a href="#html-tidy">HTML Tidy</a></li> </ul> </div> <h4>Previous topic</h4> <p class="topless"><a href="code_hilite.html" title="previous chapter">CodeHilite Extension</a></p> <h4>Next topic</h4> <p class="topless"><a href="header_id.html" title="next chapter">HeaderId Extension</a></p> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="https://github.com/waylan/Python-Markdown/issues" >Report a Bug</a></li> <li><a href="html_tidy.txt" rel="nofollow">Show Source</a></li> </ul> </div> <!-- .sphinxsidebarwrapper --> </div> <!-- .sphinxsidebar --> <div class="clearer"></div> </div> <!-- .document --> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="siteindex.html" title="General Index">index</a></li> <li class="right"> <a href="header_id.html" title="HeaderId Extension" accesskey="N">next</a> |</li> <li class="right"> <a href="code_hilite.html" title="CodeHilite Extension" accesskey="P">previous</a> |</li> <li><img src="../py.png" alt="" style="vertical-align: middle; margin-top: -1px"/></li> <li><a href="../index.html">Python Markdown v2.2.0 documentation</a> &raquo;</li> <li><a href="index.html">Extensions</a> &raquo;</li> <li><a href="html_tidy.html">HTML Tidy Extension</a> &raquo;</li> </ul> </div> <!-- .related --> <div class="footer">&copy; 2010-2012 Python Markdown Project</div> </body> </html>
cfitsio.docset/Contents/Resources/Documents/node19.html
mindriot101/cfitsio-dash-documentation
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <!--Converted with LaTeX2HTML 2008 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck and others --> <HTML> <HEAD> <TITLE>4. Programming Guidelines </TITLE> <META NAME="description" CONTENT="4. Programming Guidelines "> <META NAME="keywords" CONTENT="cfitsio"> <META NAME="resource-type" CONTENT="document"> <META NAME="distribution" CONTENT="global"> <META NAME="Generator" CONTENT="LaTeX2HTML v2008"> <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> <LINK REL="STYLESHEET" HREF="cfitsio.css"> <LINK REL="next" HREF="node33.html"> <LINK REL="previous" HREF="node18.html"> <LINK REL="up" HREF="cfitsio.html"> <LINK REL="next" HREF="node20.html"> </HEAD> <BODY > <!--Navigation Panel--> <A NAME="tex2html489" HREF="node20.html"> <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> <A NAME="tex2html485" HREF="cfitsio.html"> <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> <A NAME="tex2html479" HREF="node18.html"> <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> <A NAME="tex2html487" HREF="node1.html"> <IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> <A HREF="http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html">FITSIO Home</A> <BR> <B> Next:</B> <A NAME="tex2html490" HREF="node20.html">4.1 CFITSIO Definitions</A> <B> Up:</B> <A NAME="tex2html486" HREF="cfitsio.html">CFITSIO</A> <B> Previous:</B> <A NAME="tex2html480" HREF="node18.html">3. A FITS Primer</A> &nbsp; <B> <A NAME="tex2html488" HREF="node1.html">Contents</A></B> <BR> <BR> <!--End of Navigation Panel--> <H1><A NAME="SECTION00500000000000000000"> 4. Programming Guidelines </A> </H1> <P> <BR><HR> <!--Table of Child-Links--> <A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A> <UL> <LI><A NAME="tex2html491" HREF="node20.html">4.1 CFITSIO Definitions</A> <LI><A NAME="tex2html492" HREF="node21.html">4.2 Current Header Data Unit (CHDU)</A> <LI><A NAME="tex2html493" HREF="node22.html">4.3 Function Names and Variable Datatypes</A> <LI><A NAME="tex2html494" HREF="node23.html">4.4 Support for Unsigned Integers and Signed Bytes</A> <LI><A NAME="tex2html495" HREF="node24.html">4.5 Dealing with Character Strings</A> <LI><A NAME="tex2html496" HREF="node25.html">4.6 Implicit Data Type Conversion</A> <LI><A NAME="tex2html497" HREF="node26.html">4.7 Data Scaling</A> <LI><A NAME="tex2html498" HREF="node27.html">4.8 Support for IEEE Special Values</A> <LI><A NAME="tex2html499" HREF="node28.html">4.9 Error Status Values and the Error Message Stack</A> <LI><A NAME="tex2html500" HREF="node29.html">4.10 Variable-Length Arrays in Binary Tables</A> <LI><A NAME="tex2html501" HREF="node30.html">4.11 Multiple Access to the Same FITS File</A> <LI><A NAME="tex2html502" HREF="node31.html">4.12 When the Final Size of the FITS HDU is Unknown</A> <LI><A NAME="tex2html503" HREF="node32.html">4.13 CFITSIO Size Limitations</A> </UL> <!--End of Table of Child-Links--> <BR><HR> <ADDRESS> </ADDRESS> </BODY> </HTML>
hkiosk/public/css/index.css
mrculver11/heritage-kiosk
html, #columns { column-count: 3; column-gap: 10px; list-style-type: none; line-height: 70px; position: fixed; bottom: 150px; width: 1920px; margin-left: auto; margin-right: auto; color: white; } body { text-align: center; font-size: 1.75em; text-shadow: 0 .1rem .1rem rgba(0,0,0,.5); background-image: url('/img/qmgbackground.png'); } .home { position: fixed; width: 15%; margin-left: auto; margin-right: auto; bottom: 30px; font-size: 1.75em; } .next { position: fixed; text-align: center; width: 15%; margin-left: auto; margin-right: auto; bottom: 0px; right: 0px; font-size: 1.75em; } .intro { position: fixed; width: 70%; margin-left: auto; margin-right: auto; top: 0; padding-left: 15%; line-height: 50px; } a { color: white; background-color: transparent; text-decoration: none; }
src/app/app.component.html
hirezio/the-princess-guards
<div> <h1>The Kingdom</h1> <router-outlet></router-outlet> </div>
src/main/resources/intentionDescriptions/convertToTranslation/description.html
DemonWav/MinecraftDevIntelliJ
<!-- Minecraft Dev for IntelliJ https://minecraftdev.org Copyright (c) 2020 minecraft-dev MIT License --> <html> <body> Converts a string literal to a translation and adds it to all language files. </body> </html>
ajax/libs/litepicker/2.0.4/css/plugins/ranges.js.css
cdnjs/cdnjs
/*! * * ../css/plugins/ranges.js.css * Litepicker v2.0.4 (https://github.com/wakirin/Litepicker) * Package: litepicker (https://www.npmjs.com/package/litepicker) * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md) * Copyright 2019-2021 Rinat G. * * Hash: 90ddf0a545e861c25835 * */ .litepicker[data-plugins*="ranges"] .container__predefined-ranges { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; background: var(--litepicker-container-months-color-bg); -webkit-box-shadow: -2px 0px 5px var(--litepicker-footer-box-shadow-color); box-shadow: -2px 0px 5px var(--litepicker-footer-box-shadow-color); border-radius: 3px; } .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="left"] { -webkit-transform: translateX(-100%); transform: translateX(-100%); } .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="right"] { -webkit-transform: translateX(100%); transform: translateX(100%); right: 0; -webkit-box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); } .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="top"] { top: 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); } .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="bottom"] { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); box-shadow: 2px 0px 2px var(--litepicker-footer-box-shadow-color); bottom: 0 } .litepicker[data-plugins*="ranges"] .container__predefined-ranges button { padding: 5px; margin: 2px 0; } .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="left"] button, .litepicker[data-plugins*="ranges"] .container__predefined-ranges[data-pos="right"] button{ width: 100%; text-align: left; } .litepicker[data-plugins*="ranges"] .container__predefined-ranges button:hover { cursor: default; opacity: .6; }
ajax/libs/devextreme/20.2.9-build-21181-0330/css/dx.common.css
cdnjs/cdnjs
/** * DevExtreme (dx.common.css) * Version: 20.2.8 (build 21181-0330) * Build date: Wed Jun 30 2021 * * Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ /*! This file is kept for backward compatibility. It is no longer required. */
ajax/libs/alifd__next/1.23.0/next-noreset-1.css
cdnjs/cdnjs
/*! * @alifd/next@1.23.0 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */ @charset "UTF-8"; /* stylelint-disable-next-line */ /** * 尺寸 基础尺寸 * 命名能在语义的前提下简单就尽量简单, 这里可以是 size-2x, space-2x, size-base ... * 不过可以在语义的前提下做的更精简一些, 于是用了s2, s1等 * 可用变量: `$s1 - $s8` * @example scss - 使用 * .element { * padding: $s1 !default; * } * * @example css - CSS 输出 * .element { * padding: 4px !default; * } */ .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; top: 0; margin: -1px; } @-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInDownSmall { 0% { opacity: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @keyframes fadeInRight { 0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -ms-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes fadeInUp { 0% { opacity: 0; -webkit-transform: translateY(24px); -ms-transform: translateY(24px); transform: translateY(24px); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @-webkit-keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } } @keyframes fadeOutDown { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } } @-webkit-keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } } @keyframes fadeOutLeft { 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } } @-webkit-keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } } @keyframes fadeOutRight { 0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } } @-webkit-keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -ms-transform: translateY(-24px); transform: translateY(-24px); } } @keyframes fadeOutUp { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-24px); -ms-transform: translateY(-24px); transform: translateY(-24px); } } @-webkit-keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes fadeOutUpSmall { 0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-8px); -ms-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } } @keyframes slideOutDown { 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } } @-webkit-keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } } @keyframes slideOutLeft { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } } @-webkit-keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } } @keyframes slideOutRight { 0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } 100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } } @-webkit-keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } } @keyframes slideOutUp { 0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } 100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } } @-webkit-keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes slideInDown { 0% { opacity: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @keyframes slideInLeft { 0% { opacity: 0; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @keyframes slideInRight { 0% { opacity: 0; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } 100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @keyframes slideInUp { 0% { opacity: 0; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); } 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } @-webkit-keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @keyframes zoomIn { 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } } @-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); -ms-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 100% { opacity: 0; } } @-webkit-keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @keyframes zoomInBig { 0% { opacity: 0; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); } 100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @-webkit-keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } } @keyframes zoomOutBig { 0% { opacity: 1; } 100% { opacity: 0; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } } @-webkit-keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } } @keyframes expandInDown { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } } @-webkit-keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @keyframes expandInUp { 0% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-webkit-keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @keyframes expandInWithFade { 0% { opacity: 0; } 40% { opacity: .1; } 50% { opacity: .9; } 100% { opacity: 1; } } @-webkit-keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } } @keyframes expandOutUp { 0% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left top 0; -ms-transform-origin: left top 0; transform-origin: left top 0; } } @-webkit-keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @keyframes expandOutDown { 0% { opacity: 1; -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } 100% { opacity: 0; -webkit-transform: scaleY(0.6); -ms-transform: scaleY(0.6); transform: scaleY(0.6); -webkit-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; transform-origin: left bottom 0; } } @-webkit-keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @keyframes expandOutWithFade { 0% { opacity: 1; } 70% { opacity: 0; } 100% { opacity: 0; } } @-webkit-keyframes pulse { from { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } @keyframes pulse { from { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } 20% { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); } to { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 250ms; animation-duration: 250ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 250ms; animation-duration: 250ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 250ms; animation-duration: 250ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 250ms; animation-duration: 250ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.35s; animation-duration: 0.35s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expandInDown { -webkit-animation-name: expandInDown; animation-name: expandInDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expandOutUp { -webkit-animation-name: expandOutUp; animation-name: expandOutUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expandInUp { -webkit-animation-name: expandInUp; animation-name: expandInUp; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expandOutDown { -webkit-animation-name: expandOutDown; animation-name: expandOutDown; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeInDownSmall { -webkit-animation-name: fadeInDownSmall; animation-name: fadeInDownSmall; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .fadeOutUpSmall { -webkit-animation-name: fadeOutUpSmall; animation-name: fadeOutUpSmall; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 250ms; animation-duration: 250ms; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zoomInBig { -webkit-animation-name: zoomInBig; animation-name: zoomInBig; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .zoomOutBig { -webkit-animation-name: zoomOutBig; animation-name: zoomOutBig; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1); animation-timing-function: cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .pulse { -webkit-animation-name: pulse; animation-name: pulse; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expand-enter { overflow: hidden; } .expand-enter-active { -webkit-transition: all .3s ease-out; transition: all .3s ease-out; } .expand-enter-active > * { -webkit-animation-name: expandInWithFade; animation-name: expandInWithFade; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .expand-leave { overflow: hidden; } .expand-leave-active { -webkit-transition: all .2s ease-out; transition: all .2s ease-out; } .expand-leave-active > * { -webkit-animation-name: expandOutWithFade; animation-name: expandOutWithFade; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .next-badge { -webkit-box-sizing: border-box; box-sizing: border-box; /* @include global-font; */ position: relative; display: inline-block; vertical-align: middle; line-height: 1; } .next-badge *, .next-badge *:before, .next-badge *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-badge .next-badge-count { color: #FFFFFF; background: #FF3000; text-align: center; white-space: nowrap; border-radius: 8px; position: absolute; width: auto; height: 16px; min-width: 16px; padding: 0 4px 0 4px; font-size: 12px; line-height: 16px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -.5em; } .next-badge .next-badge-count a, .next-badge .next-badge-count a:hover { color: #FFFFFF; } .next-badge .next-badge-dot { color: #FFFFFF; background: #FF3000; text-align: center; white-space: nowrap; border-radius: 8px; position: absolute; width: 8px; height: 8px; min-width: 8px; padding: 0px; font-size: 1px; line-height: 1; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: -.5em; } .next-badge .next-badge-dot a, .next-badge .next-badge-dot a:hover { color: #FFFFFF; } .next-badge .next-badge-custom { line-height: 1.166667; white-space: nowrap; font-size: 12px; padding-left: 4px; padding-right: 4px; border-radius: 3px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .next-badge .next-badge-custom > * { line-height: 1; } .next-badge .next-badge-custom > i:before, .next-badge .next-badge-custom > .next-icon:before { font-size: inherit; width: auto; vertical-align: top; } .next-badge .next-badge-scroll-number { position: absolute; top: -4px; z-index: 10; overflow: hidden; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } .next-badge-scroll-number-only { position: relative; display: inline-block; transition: transform 100ms linear, -webkit-transform 100ms linear; min-width: 8px; } .next-badge-scroll-number-only span { display: block; height: 16px; line-height: 16px; font-size: 12px; } .next-badge-not-a-wrapper .next-badge-count, .next-badge-not-a-wrapper .next-badge-custom { position: relative; display: block; top: auto; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .next-badge-not-a-wrapper .next-badge-dot { position: relative; display: block; top: auto; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .next-badge-list-wrapper { margin-left: 0; } .next-badge-list-wrapper li { margin-bottom: 0px; list-style: none; } .next-badge[dir="rtl"] .next-badge-custom { padding-right: 4px; padding-left: 4px; } .next-badge[dir="rtl"] .next-badge-scroll-number { left: 0; -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; } .next-overlay-wrapper .next-overlay-inner { z-index: 1001; } .next-overlay-wrapper .next-overlay-backdrop { position: fixed; z-index: 1001; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); -webkit-transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1); transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1); opacity: 0; } .next-overlay-wrapper.opened .next-overlay-backdrop { opacity: 1; } .next-icon[dir="rtl"]::before { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); } @font-face { font-family: NextIcon; src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot"); src: url("//at.alicdn.com/t/font_515771_xjdbujl2iu.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff2") format("woff2"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.woff") format("woff"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.ttf") format("truetype"), url("//at.alicdn.com/t/font_515771_xjdbujl2iu.svg#NextIcon") format("svg"); } .next-icon { display: inline-block; font-family: NextIcon; font-style: normal; font-weight: normal; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .next-icon:before { display: inline-block; vertical-align: middle; text-align: center; } .next-icon-smile:before { content: "\E65F"; } .next-icon-cry:before { content: "\E65D"; } .next-icon-success:before { content: "\E60A"; } .next-icon-warning:before { content: "\E60B"; } .next-icon-prompt:before { content: "\E60C"; } .next-icon-error:before { content: "\E60D"; } .next-icon-help:before { content: "\E673"; } .next-icon-clock:before { content: "\E621"; } .next-icon-success-filling:before { content: "\E63A"; } .next-icon-delete-filling:before { content: "\E623"; } .next-icon-favorites-filling:before { content: "\E60E"; } .next-icon-add:before { content: "\E655"; } .next-icon-minus:before { content: "\E601"; } .next-icon-arrow-up:before { content: "\E625"; } .next-icon-arrow-down:before { content: "\E63D"; } .next-icon-arrow-left:before { content: "\E61D"; } .next-icon-arrow-right:before { content: "\E619"; } .next-icon-arrow-double-left:before { content: "\E659"; } .next-icon-arrow-double-right:before { content: "\E65E"; } .next-icon-switch:before { content: "\E6B3"; } .next-icon-sorting:before { content: "\E634"; } .next-icon-descending:before { content: "\E61F"; } .next-icon-ascending:before { content: "\E61E"; } .next-icon-select:before { content: "\E632"; } .next-icon-semi-select:before { content: "\E633"; } .next-icon-search:before { content: "\E656"; } .next-icon-close:before { content: "\E626"; } .next-icon-ellipsis:before { content: "\E654"; } .next-icon-picture:before { content: "\E631"; } .next-icon-calendar:before { content: "\E607"; } .next-icon-ashbin:before { content: "\E639"; } .next-icon-upload:before { content: "\E7EE"; } .next-icon-download:before { content: "\E628"; } .next-icon-set:before { content: "\E683"; } .next-icon-edit:before { content: "\E63B"; } .next-icon-refresh:before { content: "\E677"; } .next-icon-filter:before { content: "\E627"; } .next-icon-attachment:before { content: "\E665"; } .next-icon-account:before { content: "\E608"; } .next-icon-email:before { content: "\E605"; } .next-icon-atm:before { content: "\E606"; } .next-icon-loading:before { content: "\E646"; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } .next-icon-eye:before { content: "\E611"; } .next-icon-copy:before { content: "\E60F"; } .next-icon-toggle-left:before { content: "\E602"; } .next-icon-toggle-right:before { content: "\E603"; } .next-icon-eye-close:before { content: "\E600"; } .next-icon-unlock:before { content: "\E615"; } .next-icon-lock:before { content: "\E617"; } .next-icon-exit:before { content: "\E616"; } .next-icon-chart-bar:before { content: "\E612"; } .next-icon-chart-pie:before { content: "\E613"; } .next-icon-form:before { content: "\E7FB"; } .next-icon-detail:before { content: "\E7F8"; } .next-icon-list:before { content: "\E7F9"; } .next-icon-dashboard:before { content: "\E7FA"; } @-webkit-keyframes loadingCircle { 0% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loadingCircle { 0% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .next-icon.next-xxs:before, .next-icon.next-xxs .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-icon.next-xxs { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-icon.next-xxs:before { width: 16px; font-size: 16px; } } .next-icon.next-xs:before, .next-icon.next-xs .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-icon.next-small:before, .next-icon.next-small .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-icon.next-medium:before, .next-icon.next-medium .next-icon-remote { width: 20px; font-size: 20px; line-height: inherit; } .next-icon.next-large:before, .next-icon.next-large .next-icon-remote { width: 24px; font-size: 24px; line-height: inherit; } .next-icon.next-xl:before, .next-icon.next-xl .next-icon-remote { width: 32px; font-size: 32px; line-height: inherit; } .next-icon.next-xxl:before, .next-icon.next-xxl .next-icon-remote { width: 48px; font-size: 48px; line-height: inherit; } .next-icon.next-xxxl:before, .next-icon.next-xxxl .next-icon-remote { width: 64px; font-size: 64px; line-height: inherit; } .next-icon.next-inherit:before, .next-icon.next-inherit .next-icon-remote { width: inherit; font-size: inherit; line-height: inherit; } .next-icon.next-inherit .next-icon-remote, .next-icon .next-icon-remote { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; } .next-balloon { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; max-width: 300px; border-style: solid; border-radius: 3px; font-size: 12px; font-weight: normal; /* stylelint-disable */ word-wrap: break-all; word-wrap: break-word; /* stylelint-enable */ z-index: 0; /* size */ /* 带关闭按钮的右侧padding变大 */ } .next-balloon *, .next-balloon *:before, .next-balloon *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-balloon:focus, .next-balloon *:focus { outline: 0; } .next-balloon-title { margin-bottom: 8px; font-size: 16px; font-weight: bold; } .next-balloon-title.next-balloon-closable { padding: 0 40px 0 0; } .next-balloon-title.next-balloon-closable .next-balloon-close { top: -1px; -webkit-transform: translateY(18px); -ms-transform: translateY(18px); transform: translateY(18px); right: 16px; } .next-balloon-content { word-break: break-all; } .next-balloon-primary { color: #333333; border-color: #4494F9; background-color: #E3F2FD; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); border-width: 1px; } .next-balloon-primary .next-balloon-close { position: absolute; top: -1px; -webkit-transform: translateY(16px); -ms-transform: translateY(16px); transform: translateY(16px); right: 12px; font-size: 12px; cursor: pointer; color: #999999; } .next-balloon-primary .next-balloon-close .next-icon { width: 12px; height: 12px; line-height: 1em; } .next-balloon-primary .next-balloon-close .next-icon:before { width: 12px; height: 12px; font-size: 12px; line-height: 1em; } .next-balloon-primary .next-balloon-close :hover { color: #333333; } .next-balloon-primary:after { position: absolute; width: 12px; height: 12px; content: ''; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-box-sizing: content-box !important; box-sizing: content-box !important; border: 1px solid #4494F9; background-color: #E3F2FD; z-index: -1; } .next-balloon-primary.next-balloon-top:after { top: -7px; left: calc(50% - 7px); border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-right:after { top: calc(50% - 7px); right: -7px; border-left: none; border-bottom: none; } .next-balloon-primary.next-balloon-bottom:after { bottom: -7px; left: calc(50% - 7px); border-top: none; border-left: none; } .next-balloon-primary.next-balloon-left:after { top: calc(50% - 7px); left: -7px; border-top: none; border-right: none; } .next-balloon-primary.next-balloon-left-top:after { top: 12px; left: -7px; border-top: none; border-right: none; } .next-balloon-primary.next-balloon-left-bottom:after { bottom: 12px; left: -7px; border-top: none; border-right: none; } .next-balloon-primary.next-balloon-right-top:after { top: 12px; right: -7px; border-bottom: none; border-left: none; } .next-balloon-primary.next-balloon-right-bottom:after { right: -7px; bottom: 12px; border-bottom: none; border-left: none; } .next-balloon-primary.next-balloon-top-left:after { top: -7px; left: 12px; border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-top-right:after { top: -7px; right: 12px; border-right: none; border-bottom: none; } .next-balloon-primary.next-balloon-bottom-left:after { bottom: -7px; left: 12px; border-top: none; border-left: none; } .next-balloon-primary.next-balloon-bottom-right:after { right: 12px; bottom: -7px; border-top: none; border-left: none; } .next-balloon-normal { color: #333333; border-color: #DCDEE3; background-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-width: 1px; } .next-balloon-normal .next-balloon-close { position: absolute; top: -1px; -webkit-transform: translateY(16px); -ms-transform: translateY(16px); transform: translateY(16px); right: 12px; font-size: 12px; cursor: pointer; color: #999999; } .next-balloon-normal .next-balloon-close .next-icon { width: 12px; height: 12px; line-height: 1em; } .next-balloon-normal .next-balloon-close .next-icon:before { width: 12px; height: 12px; font-size: 12px; line-height: 1em; } .next-balloon-normal .next-balloon-close :hover { color: #666666; } .next-balloon-normal:after { position: absolute; width: 12px; height: 12px; content: ''; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-box-sizing: content-box !important; box-sizing: content-box !important; border: 1px solid #DCDEE3; background-color: #FFFFFF; z-index: -1; } .next-balloon-normal.next-balloon-top:after { top: -7px; left: calc(50% - 7px); border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-right:after { top: calc(50% - 7px); right: -7px; border-left: none; border-bottom: none; } .next-balloon-normal.next-balloon-bottom:after { bottom: -7px; left: calc(50% - 7px); border-top: none; border-left: none; } .next-balloon-normal.next-balloon-left:after { top: calc(50% - 7px); left: -7px; border-top: none; border-right: none; } .next-balloon-normal.next-balloon-left-top:after { top: 12px; left: -7px; border-top: none; border-right: none; } .next-balloon-normal.next-balloon-left-bottom:after { bottom: 12px; left: -7px; border-top: none; border-right: none; } .next-balloon-normal.next-balloon-right-top:after { top: 12px; right: -7px; border-bottom: none; border-left: none; } .next-balloon-normal.next-balloon-right-bottom:after { right: -7px; bottom: 12px; border-bottom: none; border-left: none; } .next-balloon-normal.next-balloon-top-left:after { top: -7px; left: 12px; border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-top-right:after { top: -7px; right: 12px; border-right: none; border-bottom: none; } .next-balloon-normal.next-balloon-bottom-left:after { bottom: -7px; left: 12px; border-top: none; border-left: none; } .next-balloon-normal.next-balloon-bottom-right:after { right: 12px; bottom: -7px; border-top: none; border-left: none; } .next-balloon.visible { display: block; } .next-balloon.hidden { display: none; } .next-balloon-medium { padding: 16px 16px 16px 16px; } .next-balloon-closable { padding: 16px 40px 16px 16px; } .next-balloon-tooltip { -webkit-box-sizing: border-box; box-sizing: border-box; position: absolute; max-width: 300px; border-style: solid; border-radius: 3px; font-size: 12px; font-weight: normal; z-index: 0; /* stylelint-disable */ word-wrap: break-all; word-wrap: break-word; /* stylelint-enable */ color: #333333; border-color: #DCDEE3; background-color: #F2F3F7; -webkit-box-shadow: none; box-shadow: none; border-width: 1px; /* size */ } .next-balloon-tooltip *, .next-balloon-tooltip *:before, .next-balloon-tooltip *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-balloon-tooltip .next-balloon-arrow { position: absolute; display: block; width: 24px; height: 24px; overflow: hidden; background: 0 0; pointer-events: none; } .next-balloon-tooltip .next-balloon-arrow .next-balloon-arrow-content { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 12px; height: 12px; margin: auto; background-color: #F2F3F7; border: 1px solid #DCDEE3; pointer-events: auto; } .next-balloon-tooltip-top .next-balloon-arrow { top: -24px; left: calc(50% - 12px); } .next-balloon-tooltip-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(12px) rotate(45deg); -ms-transform: translateY(12px) rotate(45deg); transform: translateY(12px) rotate(45deg); } .next-balloon-tooltip-right .next-balloon-arrow { top: calc(50% - 12px); right: -24px; } .next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip-bottom .next-balloon-arrow { left: calc(50% - 12px); bottom: -24px; } .next-balloon-tooltip-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(-12px) rotate(45deg); -ms-transform: translateY(-12px) rotate(45deg); transform: translateY(-12px) rotate(45deg); } .next-balloon-tooltip-left .next-balloon-arrow { top: calc(50% - 12px); left: -24px; } .next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip-left-top .next-balloon-arrow { top: 6px; left: -24px; } .next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip-left-bottom .next-balloon-arrow { bottom: 6px; left: -24px; } .next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip-right-top .next-balloon-arrow { top: 6px; right: -24px; } .next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip-right-bottom .next-balloon-arrow { bottom: 6px; right: -24px; } .next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip-top-left .next-balloon-arrow { left: 6px; top: -24px; } .next-balloon-tooltip-top-left .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(12px) rotate(45deg); -ms-transform: translateY(12px) rotate(45deg); transform: translateY(12px) rotate(45deg); } .next-balloon-tooltip-top-right .next-balloon-arrow { right: 6px; top: -24px; } .next-balloon-tooltip-top-right .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(12px) rotate(45deg); -ms-transform: translateY(12px) rotate(45deg); transform: translateY(12px) rotate(45deg); } .next-balloon-tooltip-bottom-left .next-balloon-arrow { left: 6px; bottom: -24px; } .next-balloon-tooltip-bottom-left .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(-12px) rotate(45deg); -ms-transform: translateY(-12px) rotate(45deg); transform: translateY(-12px) rotate(45deg); } .next-balloon-tooltip-bottom-right .next-balloon-arrow { right: 6px; bottom: -24px; } .next-balloon-tooltip-bottom-right .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateY(-12px) rotate(45deg); -ms-transform: translateY(-12px) rotate(45deg); transform: translateY(-12px) rotate(45deg); } .next-balloon-tooltip.visible { display: block; } .next-balloon-tooltip.hidden { display: none; } .next-balloon-tooltip-medium { padding: 8px 8px 8px 8px; } .next-balloon[dir="rtl"] { /* 带关闭按钮的右侧padding变大 */ } .next-balloon[dir="rtl"].next-balloon-primary .next-balloon-close { left: 12px; right: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right:after { left: -7px; right: auto; border-right: none; border-top: none; border-left: inherit; border-bottom: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-right: inherit; border-top: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-top:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-left-bottom:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-top:after { left: -7px; right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-right-bottom:after { left: -7px; right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-left:after { right: 12px; left: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-top-right:after { right: auto; left: 12px; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-left:after { right: 12px; left: auto; } .next-balloon[dir="rtl"].next-balloon-primary.next-balloon-bottom-right:after { left: 12px; right: auto; } .next-balloon[dir="rtl"].next-balloon-normal .next-balloon-close { left: 12px; right: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right:after { left: -7px; right: auto; border-right: none; border-top: none; border-left: inherit; border-bottom: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-right: inherit; border-top: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-top:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-left-bottom:after { right: -7px; left: auto; border-left: none; border-bottom: none; border-top: inherit; border-right: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-top:after { left: -7px; right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-right-bottom:after { left: -7px; right: auto; border-right: none; border-top: none; border-bottom: inherit; border-left: inherit; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-left:after { right: 12px; left: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-top-right:after { right: auto; left: 12px; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-left:after { right: 12px; left: auto; } .next-balloon[dir="rtl"].next-balloon-normal.next-balloon-bottom-right:after { left: 12px; right: auto; } .next-balloon[dir="rtl"].next-balloon-closable { padding: 16px 16px 16px 40px; } .next-balloon-tooltip[dir="rtl"] { /* size */ } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow { left: -24px; right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow { right: -24px; left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow { right: -24px; left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow { right: -24px; left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-left-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(-12px) rotate(45deg); -ms-transform: translateX(-12px) rotate(45deg); transform: translateX(-12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow { left: -24px; right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-top .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow { left: -24px; right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-right-bottom .next-balloon-arrow .next-balloon-arrow-content { -webkit-transform: translateX(12px) rotate(45deg); -ms-transform: translateX(12px) rotate(45deg); transform: translateX(12px) rotate(45deg); } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-left .next-balloon-arrow { right: 10px; left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-top-right .next-balloon-arrow { left: 10px; right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-left .next-balloon-arrow { right: 10px; left: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-bottom-right .next-balloon-arrow { left: 10px; right: auto; } .next-balloon-tooltip[dir="rtl"].next-balloon-tooltip-medium { padding: 8px 8px 8px 8px; } /* put your code here */ .next-breadcrumb { display: block; margin: 0; padding: 0; white-space: nowrap; height: 16px; line-height: 16px; } .next-breadcrumb .next-breadcrumb-item { display: inline-block; } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text { display: inline-block; text-decoration: none; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-text > b { font-weight: normal; } .next-breadcrumb .next-breadcrumb-item .next-breadcrumb-separator { display: inline-block; vertical-align: top; } .next-breadcrumb .next-breadcrumb-text { height: 16px; min-width: 16px; font-size: 12px; line-height: 16px; } .next-breadcrumb .next-breadcrumb-separator { height: 16px; margin: 0 8px; font-size: 8px; line-height: 16px; } .next-breadcrumb .next-breadcrumb-separator .next-icon:before { display: block; } .next-breadcrumb .next-breadcrumb-separator .next-icon:before, .next-breadcrumb .next-breadcrumb-separator .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-breadcrumb .next-breadcrumb-separator .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-breadcrumb .next-breadcrumb-separator .next-icon:before { width: 16px; font-size: 16px; } } .next-breadcrumb .next-breadcrumb-text-ellipsis { font-size: 12px; } .next-breadcrumb .next-breadcrumb-text { color: #666666; } .next-breadcrumb .next-breadcrumb-text > b { color: #5584FF; } .next-breadcrumb .next-breadcrumb-text > a { color: #666666; text-decoration: none; text-align: center; } .next-breadcrumb .next-breadcrumb-text.activated { color: #333333; font-weight: normal; } .next-breadcrumb .next-breadcrumb-text.activated > a { color: #333333; font-weight: normal; } .next-breadcrumb .next-breadcrumb-text-ellipsis { color: #666666; cursor: default; } .next-breadcrumb .next-breadcrumb-separator { color: #A0A2AD; } .next-breadcrumb .next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > a { color: #5584FF; } .next-breadcrumb a.next-breadcrumb-text.activated:hover > a { color: #5584FF; } .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover { color: #5584FF; } .next-breadcrumb a.next-breadcrumb-text:not(.next-breadcrumb-text-ellipsis):hover > b { color: #5584FF; } .next-breadcrumb a.next-breadcrumb-text.activated:hover { color: #5584FF; font-weight: normal; } .next-breadcrumb-icon-sep::before { content: "\E619"; } .next-btn { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-btn *, .next-btn *:before, .next-btn *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-btn::-moz-focus-inner { border: 0; padding: 0; } .next-btn, .next-btn:active, .next-btn:focus, .next-btn:hover { outline: 0; } @keyframes loadingCircle { 0% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .next-btn { /* 尺寸维度 */ /* ---------------------------------------- */ /* 普通按钮 */ /* 普通态禁用样式 */ /* 警告按钮 */ /* 文本按钮 */ /* loading */ /* ---------------------------------------- */ /* custom loading */ /* 幽灵按钮 */ /* 组合 */ /* ---------------------------------------- */ } .next-btn { position: relative; display: inline-block; -webkit-box-shadow: none; box-shadow: none; text-decoration: none; text-align: center; text-transform: none; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all 100ms linear; transition: all 100ms linear; line-height: 1; cursor: pointer; } .next-btn:after { text-align: center; position: absolute; opacity: 0; visibility: hidden; -webkit-transition: opacity 100ms linear; transition: opacity 100ms linear; } .next-btn::before { content: ''; display: inline-block; height: 100%; width: 0; vertical-align: middle; } .next-btn .next-icon { display: inline-block; font-size: 0; vertical-align: middle; } .next-btn > span, .next-btn > div { display: inline-block; vertical-align: middle; } .next-btn > .next-btn-helper { text-decoration: inherit; display: inline-block; vertical-align: middle; } .next-btn.hover, .next-btn:hover { -webkit-box-shadow: none; box-shadow: none; } .next-btn.next-small { border-radius: 3px; padding: 0 8px; height: 20px; font-size: 12px; border-width: 1px; } .next-btn.next-small > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn.next-small > .next-btn-icon.next-icon-first:before, .next-btn.next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-small > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn.next-small > .next-btn-icon.next-icon-last:before, .next-btn.next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-small > .next-btn-icon.next-icon-alone:before, .next-btn.next-small > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-small.next-btn-loading:before { width: 12px; height: 12px; font-size: 12px; line-height: 12px; left: 8px; top: 50%; text-align: center; margin-right: 4px; } .next-btn.next-small.next-btn-loading > .next-icon { display: none; } .next-btn.next-small > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-small > .next-btn-custom-loading-icon.show { width: 12px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn.next-medium { border-radius: 3px; padding: 0 12px; height: 28px; font-size: 12px; border-width: 1px; } .next-btn.next-medium > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn.next-medium > .next-btn-icon.next-icon-first:before, .next-btn.next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-medium > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn.next-medium > .next-btn-icon.next-icon-last:before, .next-btn.next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-medium.next-btn-loading:before { width: 12px; height: 12px; font-size: 12px; line-height: 12px; left: 12px; top: 50%; text-align: center; margin-right: 4px; } .next-btn.next-medium.next-btn-loading > .next-icon { display: none; } .next-btn.next-medium > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-medium > .next-btn-custom-loading-icon.show { width: 12px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn.next-large { border-radius: 3px; padding: 0 16px; height: 40px; font-size: 16px; border-width: 1px; } .next-btn.next-large > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn.next-large > .next-btn-icon.next-icon-first:before, .next-btn.next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn.next-large > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn.next-large > .next-btn-icon.next-icon-last:before, .next-btn.next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn.next-large > .next-btn-icon.next-icon-alone:before, .next-btn.next-large > .next-btn-icon.next-icon-alone .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn.next-large.next-btn-loading:before { width: 16px; height: 16px; font-size: 16px; line-height: 16px; left: 16px; top: 50%; text-align: center; margin-right: 4px; } .next-btn.next-large.next-btn-loading > .next-icon { display: none; } .next-btn.next-large > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn.next-large > .next-btn-custom-loading-icon.show { width: 16px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn.next-btn-normal { border-style: solid; background: #FFFFFF; border-color: #C4C6CF; } .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited { color: #333333; } .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover { color: #333333; background: #F2F3F7; border-color: #A0A2AD; text-decoration: none; } .next-btn.next-btn-normal:active, .next-btn.next-btn-normal.active { color: #333333; background: #F2F3F7; border-color: #A0A2AD; text-decoration: none; } .next-btn.next-btn-primary { border-style: solid; background: #5584FF; border-color: transparent; } .next-btn.next-btn-primary, .next-btn.next-btn-primary:link, .next-btn.next-btn-primary:visited, .next-btn.next-btn-primary.visited { color: #FFFFFF; } .next-btn.next-btn-primary:focus, .next-btn.next-btn-primary:hover, .next-btn.next-btn-primary.hover { color: #FFFFFF; background: #3E71F7; border-color: transparent; text-decoration: none; } .next-btn.next-btn-primary:active, .next-btn.next-btn-primary.active { color: #FFFFFF; background: #3E71F7; border-color: transparent; text-decoration: none; } .next-btn.next-btn-secondary { border-style: solid; background: #FFFFFF; border-color: #5584FF; } .next-btn.next-btn-secondary, .next-btn.next-btn-secondary:link, .next-btn.next-btn-secondary:visited, .next-btn.next-btn-secondary.visited { color: #5584FF; } .next-btn.next-btn-secondary:focus, .next-btn.next-btn-secondary:hover, .next-btn.next-btn-secondary.hover { color: #FFFFFF; background: #3E71F7; border-color: #3E71F7; text-decoration: none; } .next-btn.next-btn-secondary:active, .next-btn.next-btn-secondary.active { color: #FFFFFF; background: #3E71F7; border-color: #3E71F7; text-decoration: none; } .next-btn.disabled, .next-btn[disabled] { cursor: not-allowed; } .next-btn.disabled.next-btn-normal, .next-btn[disabled].next-btn-normal { background: #F7F8FA; border-color: #E6E7EB; } .next-btn.disabled.next-btn-normal, .next-btn.disabled.next-btn-normal:link, .next-btn.disabled.next-btn-normal:visited, .next-btn.disabled.next-btn-normal.visited, .next-btn[disabled].next-btn-normal, .next-btn[disabled].next-btn-normal:link, .next-btn[disabled].next-btn-normal:visited, .next-btn[disabled].next-btn-normal.visited { color: #CCCCCC; } .next-btn.disabled.next-btn-normal:focus, .next-btn.disabled.next-btn-normal:hover, .next-btn.disabled.next-btn-normal.hover, .next-btn[disabled].next-btn-normal:focus, .next-btn[disabled].next-btn-normal:hover, .next-btn[disabled].next-btn-normal.hover { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn.disabled.next-btn-normal:active, .next-btn.disabled.next-btn-normal.active, .next-btn[disabled].next-btn-normal:active, .next-btn[disabled].next-btn-normal.active { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn.disabled.next-btn-primary, .next-btn[disabled].next-btn-primary { background: #F7F8FA; border-color: #E6E7EB; } .next-btn.disabled.next-btn-primary, .next-btn.disabled.next-btn-primary:link, .next-btn.disabled.next-btn-primary:visited, .next-btn.disabled.next-btn-primary.visited, .next-btn[disabled].next-btn-primary, .next-btn[disabled].next-btn-primary:link, .next-btn[disabled].next-btn-primary:visited, .next-btn[disabled].next-btn-primary.visited { color: #CCCCCC; } .next-btn.disabled.next-btn-primary:focus, .next-btn.disabled.next-btn-primary:hover, .next-btn.disabled.next-btn-primary.hover, .next-btn[disabled].next-btn-primary:focus, .next-btn[disabled].next-btn-primary:hover, .next-btn[disabled].next-btn-primary.hover { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn.disabled.next-btn-primary:active, .next-btn.disabled.next-btn-primary.active, .next-btn[disabled].next-btn-primary:active, .next-btn[disabled].next-btn-primary.active { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn.disabled.next-btn-secondary, .next-btn[disabled].next-btn-secondary { background: #F7F8FA; border-color: #E6E7EB; } .next-btn.disabled.next-btn-secondary, .next-btn.disabled.next-btn-secondary:link, .next-btn.disabled.next-btn-secondary:visited, .next-btn.disabled.next-btn-secondary.visited, .next-btn[disabled].next-btn-secondary, .next-btn[disabled].next-btn-secondary:link, .next-btn[disabled].next-btn-secondary:visited, .next-btn[disabled].next-btn-secondary.visited { color: #CCCCCC; } .next-btn.disabled.next-btn-secondary:focus, .next-btn.disabled.next-btn-secondary:hover, .next-btn.disabled.next-btn-secondary.hover, .next-btn[disabled].next-btn-secondary:focus, .next-btn[disabled].next-btn-secondary:hover, .next-btn[disabled].next-btn-secondary.hover { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn.disabled.next-btn-secondary:active, .next-btn.disabled.next-btn-secondary.active, .next-btn[disabled].next-btn-secondary:active, .next-btn[disabled].next-btn-secondary.active { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn-warning { border-style: solid; } .next-btn-warning.next-btn-primary { background: #FF3000; border-color: #FF3000; } .next-btn-warning.next-btn-primary, .next-btn-warning.next-btn-primary:link, .next-btn-warning.next-btn-primary:visited, .next-btn-warning.next-btn-primary.visited { color: #FFFFFF; } .next-btn-warning.next-btn-primary:focus, .next-btn-warning.next-btn-primary:hover, .next-btn-warning.next-btn-primary.hover { color: #FFFFFF; background: #E72B00; border-color: #E72B00; text-decoration: none; } .next-btn-warning.next-btn-primary:active, .next-btn-warning.next-btn-primary.active { color: #FFFFFF; background: #E72B00; border-color: #E72B00; text-decoration: none; } .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary[disabled] { background: #F7F8FA; border-color: #DCDEE3; } .next-btn-warning.next-btn-primary.disabled, .next-btn-warning.next-btn-primary.disabled:link, .next-btn-warning.next-btn-primary.disabled:visited, .next-btn-warning.next-btn-primary.disabled.visited, .next-btn-warning.next-btn-primary[disabled], .next-btn-warning.next-btn-primary[disabled]:link, .next-btn-warning.next-btn-primary[disabled]:visited, .next-btn-warning.next-btn-primary[disabled].visited { color: #CCCCCC; } .next-btn-warning.next-btn-primary.disabled:focus, .next-btn-warning.next-btn-primary.disabled:hover, .next-btn-warning.next-btn-primary.disabled.hover, .next-btn-warning.next-btn-primary[disabled]:focus, .next-btn-warning.next-btn-primary[disabled]:hover, .next-btn-warning.next-btn-primary[disabled].hover { color: #CCCCCC; background: #F7F8FA; border-color: #DCDEE3; text-decoration: none; } .next-btn-warning.next-btn-primary.disabled:active, .next-btn-warning.next-btn-primary.disabled.active, .next-btn-warning.next-btn-primary[disabled]:active, .next-btn-warning.next-btn-primary[disabled].active { color: #CCCCCC; background: #F7F8FA; border-color: #DCDEE3; text-decoration: none; } .next-btn-warning.next-btn-normal { background: #FFFFFF; border-color: #FF3000; } .next-btn-warning.next-btn-normal, .next-btn-warning.next-btn-normal:link, .next-btn-warning.next-btn-normal:visited, .next-btn-warning.next-btn-normal.visited { color: #FF3000; } .next-btn-warning.next-btn-normal:focus, .next-btn-warning.next-btn-normal:hover, .next-btn-warning.next-btn-normal.hover { color: #FFFFFF; background: #E72B00; border-color: #E72B00; text-decoration: none; } .next-btn-warning.next-btn-normal:active, .next-btn-warning.next-btn-normal.active { color: #FFFFFF; background: #E72B00; border-color: #E72B00; text-decoration: none; } .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal[disabled] { background: #F7F8FA; border-color: #E6E7EB; } .next-btn-warning.next-btn-normal.disabled, .next-btn-warning.next-btn-normal.disabled:link, .next-btn-warning.next-btn-normal.disabled:visited, .next-btn-warning.next-btn-normal.disabled.visited, .next-btn-warning.next-btn-normal[disabled], .next-btn-warning.next-btn-normal[disabled]:link, .next-btn-warning.next-btn-normal[disabled]:visited, .next-btn-warning.next-btn-normal[disabled].visited { color: #CCCCCC; } .next-btn-warning.next-btn-normal.disabled:focus, .next-btn-warning.next-btn-normal.disabled:hover, .next-btn-warning.next-btn-normal.disabled.hover, .next-btn-warning.next-btn-normal[disabled]:focus, .next-btn-warning.next-btn-normal[disabled]:hover, .next-btn-warning.next-btn-normal[disabled].hover { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn-warning.next-btn-normal.disabled:active, .next-btn-warning.next-btn-normal.disabled.active, .next-btn-warning.next-btn-normal[disabled]:active, .next-btn-warning.next-btn-normal[disabled].active { color: #CCCCCC; background: #F7F8FA; border-color: #E6E7EB; text-decoration: none; } .next-btn-text { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; } .next-btn-text.hover, .next-btn-text:hover { -webkit-box-shadow: none; box-shadow: none; } .next-btn-text.next-btn-primary { background: transparent; border-color: transparent; } .next-btn-text.next-btn-primary, .next-btn-text.next-btn-primary:link, .next-btn-text.next-btn-primary:visited, .next-btn-text.next-btn-primary.visited { color: #5584FF; } .next-btn-text.next-btn-primary:focus, .next-btn-text.next-btn-primary:hover, .next-btn-text.next-btn-primary.hover { color: #3E71F7; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary:active, .next-btn-text.next-btn-primary.active { color: #3E71F7; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-primary.disabled, .next-btn-text.next-btn-primary.disabled:link, .next-btn-text.next-btn-primary.disabled:visited, .next-btn-text.next-btn-primary.disabled.visited, .next-btn-text.next-btn-primary[disabled], .next-btn-text.next-btn-primary[disabled]:link, .next-btn-text.next-btn-primary[disabled]:visited, .next-btn-text.next-btn-primary[disabled].visited { color: #CCCCCC; } .next-btn-text.next-btn-primary.disabled:focus, .next-btn-text.next-btn-primary.disabled:hover, .next-btn-text.next-btn-primary.disabled.hover, .next-btn-text.next-btn-primary[disabled]:focus, .next-btn-text.next-btn-primary[disabled]:hover, .next-btn-text.next-btn-primary[disabled].hover { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-primary.disabled:active, .next-btn-text.next-btn-primary.disabled.active, .next-btn-text.next-btn-primary[disabled]:active, .next-btn-text.next-btn-primary[disabled].active { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary { background: transparent; border-color: transparent; } .next-btn-text.next-btn-secondary, .next-btn-text.next-btn-secondary:link, .next-btn-text.next-btn-secondary:visited, .next-btn-text.next-btn-secondary.visited { color: #666666; } .next-btn-text.next-btn-secondary:focus, .next-btn-text.next-btn-secondary:hover, .next-btn-text.next-btn-secondary.hover { color: #5584FF; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary:active, .next-btn-text.next-btn-secondary.active { color: #5584FF; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-secondary.disabled, .next-btn-text.next-btn-secondary.disabled:link, .next-btn-text.next-btn-secondary.disabled:visited, .next-btn-text.next-btn-secondary.disabled.visited, .next-btn-text.next-btn-secondary[disabled], .next-btn-text.next-btn-secondary[disabled]:link, .next-btn-text.next-btn-secondary[disabled]:visited, .next-btn-text.next-btn-secondary[disabled].visited { color: #CCCCCC; } .next-btn-text.next-btn-secondary.disabled:focus, .next-btn-text.next-btn-secondary.disabled:hover, .next-btn-text.next-btn-secondary.disabled.hover, .next-btn-text.next-btn-secondary[disabled]:focus, .next-btn-text.next-btn-secondary[disabled]:hover, .next-btn-text.next-btn-secondary[disabled].hover { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-secondary.disabled:active, .next-btn-text.next-btn-secondary.disabled.active, .next-btn-text.next-btn-secondary[disabled]:active, .next-btn-text.next-btn-secondary[disabled].active { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal { background: transparent; border-color: transparent; } .next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited { color: #333333; } .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover { color: #5584FF; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal:active, .next-btn-text.next-btn-normal.active { color: #5584FF; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal[disabled] { background: transparent; border-color: transparent; } .next-btn-text.next-btn-normal.disabled, .next-btn-text.next-btn-normal.disabled:link, .next-btn-text.next-btn-normal.disabled:visited, .next-btn-text.next-btn-normal.disabled.visited, .next-btn-text.next-btn-normal[disabled], .next-btn-text.next-btn-normal[disabled]:link, .next-btn-text.next-btn-normal[disabled]:visited, .next-btn-text.next-btn-normal[disabled].visited { color: #CCCCCC; } .next-btn-text.next-btn-normal.disabled:focus, .next-btn-text.next-btn-normal.disabled:hover, .next-btn-text.next-btn-normal.disabled.hover, .next-btn-text.next-btn-normal[disabled]:focus, .next-btn-text.next-btn-normal[disabled]:hover, .next-btn-text.next-btn-normal[disabled].hover { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-normal.disabled:active, .next-btn-text.next-btn-normal.disabled.active, .next-btn-text.next-btn-normal[disabled]:active, .next-btn-text.next-btn-normal[disabled].active { color: #CCCCCC; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-large { border-radius: 0; padding: 0 0px; height: 24px; font-size: 14px; border-width: 0; } .next-btn-text.next-large > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn-text.next-large > .next-btn-icon.next-icon-first:before, .next-btn-text.next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn-text.next-large > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn-text.next-large > .next-btn-icon.next-icon-last:before, .next-btn-text.next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn-text.next-large > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-large > .next-btn-icon.next-icon-alone .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn-text.next-large.next-btn-loading:before { width: 16px; height: 16px; font-size: 16px; line-height: 16px; left: 0px; top: 50%; text-align: center; margin-right: 4px; } .next-btn-text.next-large.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-large > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-large > .next-btn-custom-loading-icon.show { width: 16px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn-text.next-medium { border-radius: 0; padding: 0 0px; height: 20px; font-size: 12px; border-width: 0; } .next-btn-text.next-medium > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn-text.next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-medium > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn-text.next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-medium > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-medium > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-medium.next-btn-loading:before { width: 12px; height: 12px; font-size: 12px; line-height: 12px; left: 0px; top: 50%; text-align: center; margin-right: 4px; } .next-btn-text.next-medium.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-medium > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-medium > .next-btn-custom-loading-icon.show { width: 12px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn-text.next-small { border-radius: 0; padding: 0 0px; height: 16px; font-size: 12px; border-width: 0; } .next-btn-text.next-small > .next-btn-icon.next-icon-first { margin-left: 0; margin-right: 4px; } .next-btn-text.next-small > .next-btn-icon.next-icon-first:before, .next-btn-text.next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-small > .next-btn-icon.next-icon-last { margin-left: 4px; margin-right: 0; } .next-btn-text.next-small > .next-btn-icon.next-icon-last:before, .next-btn-text.next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-small > .next-btn-icon.next-icon-alone:before, .next-btn-text.next-small > .next-btn-icon.next-icon-alone .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text.next-small.next-btn-loading:before { width: 12px; height: 12px; font-size: 12px; line-height: 12px; left: 0px; top: 50%; text-align: center; margin-right: 4px; } .next-btn-text.next-small.next-btn-loading > .next-icon { display: none; } .next-btn-text.next-small > .next-btn-custom-loading-icon { opacity: 0; width: 0; } .next-btn-text.next-small > .next-btn-custom-loading-icon.show { width: 12px; margin-right: 4px; opacity: 1; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-btn-text.next-btn-loading { background: transparent; border-color: transparent; } .next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited { color: #333333; } .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover { color: #333333; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active { color: #333333; background: transparent; border-color: transparent; text-decoration: none; } .next-btn-loading { pointer-events: none; } .next-btn-loading:before { font-family: NextIcon; content: "\E646"; opacity: 1; visibility: visible; -webkit-animation: loadingCircle 2s infinite linear; animation: loadingCircle 2s infinite linear; } .next-btn-loading:after { content: ''; display: inline-block; position: static; height: 100%; width: 0; vertical-align: middle; } .next-btn-custom-loading { pointer-events: none; } .next-btn-ghost { -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-btn-ghost.next-btn-dark { background: rgba(0, 0, 0, 0); border-color: #FFFFFF; } .next-btn-ghost.next-btn-dark, .next-btn-ghost.next-btn-dark:link, .next-btn-ghost.next-btn-dark:visited, .next-btn-ghost.next-btn-dark.visited { color: #FFFFFF; } .next-btn-ghost.next-btn-dark:focus, .next-btn-ghost.next-btn-dark:hover, .next-btn-ghost.next-btn-dark.hover { color: #FFFFFF; background: rgba(255, 255, 255, 0.8); border-color: #FFFFFF; text-decoration: none; } .next-btn-ghost.next-btn-dark:active, .next-btn-ghost.next-btn-dark.active { color: #FFFFFF; background: rgba(255, 255, 255, 0.8); border-color: #FFFFFF; text-decoration: none; } .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark[disabled] { background: transparent; border-color: rgba(255, 255, 255, 0.4); } .next-btn-ghost.next-btn-dark.disabled, .next-btn-ghost.next-btn-dark.disabled:link, .next-btn-ghost.next-btn-dark.disabled:visited, .next-btn-ghost.next-btn-dark.disabled.visited, .next-btn-ghost.next-btn-dark[disabled], .next-btn-ghost.next-btn-dark[disabled]:link, .next-btn-ghost.next-btn-dark[disabled]:visited, .next-btn-ghost.next-btn-dark[disabled].visited { color: rgba(255, 255, 255, 0.4); } .next-btn-ghost.next-btn-dark.disabled:focus, .next-btn-ghost.next-btn-dark.disabled:hover, .next-btn-ghost.next-btn-dark.disabled.hover, .next-btn-ghost.next-btn-dark[disabled]:focus, .next-btn-ghost.next-btn-dark[disabled]:hover, .next-btn-ghost.next-btn-dark[disabled].hover { color: rgba(255, 255, 255, 0.4); background: transparent; border-color: rgba(255, 255, 255, 0.4); text-decoration: none; } .next-btn-ghost.next-btn-dark.disabled:active, .next-btn-ghost.next-btn-dark.disabled.active, .next-btn-ghost.next-btn-dark[disabled]:active, .next-btn-ghost.next-btn-dark[disabled].active { color: rgba(255, 255, 255, 0.4); background: transparent; border-color: rgba(255, 255, 255, 0.4); text-decoration: none; } .next-btn-ghost.next-btn-light { background: rgba(0, 0, 0, 0); border-color: #333333; } .next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited { color: #333333; } .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover { color: #999999; background: rgba(0, 0, 0, 0.92); border-color: #333333; text-decoration: none; } .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active { color: #999999; background: rgba(0, 0, 0, 0.92); border-color: #333333; text-decoration: none; } .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] { background: transparent; border-color: rgba(0, 0, 0, 0.1); } .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light.disabled:link, .next-btn-ghost.next-btn-light.disabled:visited, .next-btn-ghost.next-btn-light.disabled.visited, .next-btn-ghost.next-btn-light[disabled], .next-btn-ghost.next-btn-light[disabled]:link, .next-btn-ghost.next-btn-light[disabled]:visited, .next-btn-ghost.next-btn-light[disabled].visited { color: rgba(0, 0, 0, 0.1); } .next-btn-ghost.next-btn-light.disabled:focus, .next-btn-ghost.next-btn-light.disabled:hover, .next-btn-ghost.next-btn-light.disabled.hover, .next-btn-ghost.next-btn-light[disabled]:focus, .next-btn-ghost.next-btn-light[disabled]:hover, .next-btn-ghost.next-btn-light[disabled].hover { color: rgba(0, 0, 0, 0.1); background: transparent; border-color: rgba(0, 0, 0, 0.1); text-decoration: none; } .next-btn-ghost.next-btn-light.disabled:active, .next-btn-ghost.next-btn-light.disabled.active, .next-btn-ghost.next-btn-light[disabled]:active, .next-btn-ghost.next-btn-light[disabled].active { color: rgba(0, 0, 0, 0.1); background: transparent; border-color: rgba(0, 0, 0, 0.1); text-decoration: none; } .next-btn-group { position: relative; display: inline-block; vertical-align: middle; } .next-btn-group > .next-btn { position: relative; float: left; -webkit-box-shadow: none; box-shadow: none; } .next-btn-group > .next-btn:hover, .next-btn-group > .next-btn:focus, .next-btn-group > .next-btn:active, .next-btn-group > .next-btn.active { z-index: 1; } .next-btn-group > .next-btn.disabled, .next-btn-group > .next-btn[disabled] { z-index: 0; } .next-btn-group .next-btn.next-btn { margin: 0 0 0 -1px; } .next-btn-group .next-btn:not(:first-child):not(:last-child) { border-radius: 0; } .next-btn-group > .next-btn:first-child { margin: 0; } .next-btn-group > .next-btn:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .next-btn-group > .next-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .next-btn-group > .next-btn-primary:not(:first-child) { border-left-color: rgba(255, 255, 255, 0.2); } .next-btn-group > .next-btn-primary:not(:first-child):hover { border-left-color: transparent; } .next-btn-group > .next-btn-primary:not(:first-child).disabled, .next-btn-group > .next-btn-primary:not(:first-child)[disabled] { border-left-color: #E6E7EB; } /* 组合 */ /* ---------------------------------------- */ .next-btn-group[dir="rtl"] > .next-btn { float: right; } .next-btn-group[dir="rtl"] .next-btn.next-btn { margin: 0 -1px 0 0; } .next-btn-group[dir="rtl"] > .next-btn:first-child:not(:last-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .next-btn-group[dir="rtl"] > .next-btn:last-child:not(:first-child) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child) { border-right-color: rgba(255, 255, 255, 0.2); } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child):hover { border-right-color: transparent; } .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child).disabled, .next-btn-group[dir="rtl"] > .next-btn-primary:not(:first-child)[disabled] { border-right-color: #E6E7EB; } /* 尺寸维度 */ /* ---------------------------------------- */ .next-btn.next-small[dir="rtl"] { border-radius: 3px; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-small[dir="rtl"].next-btn-loading { padding-left: 8px; padding-right: 24px; } .next-btn.next-small[dir="rtl"].next-btn-loading:after { right: 8px; top: 50%; margin-right: 0; margin-left: 4px; } .next-btn.next-medium[dir="rtl"] { border-radius: 3px; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn.next-medium[dir="rtl"].next-btn-loading { padding-left: 12px; padding-right: 28px; } .next-btn.next-medium[dir="rtl"].next-btn-loading:after { right: 12px; top: 50%; margin-right: 0; margin-left: 4px; } .next-btn.next-large[dir="rtl"] { border-radius: 3px; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first:before, .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last:before, .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn.next-large[dir="rtl"].next-btn-loading { padding-left: 16px; padding-right: 36px; } .next-btn.next-large[dir="rtl"].next-btn-loading:after { right: 16px; top: 50%; margin-right: 0; margin-left: 4px; } /* 文本按钮 */ .next-btn-text[dir="rtl"].next-large { border-radius: 0; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-first .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-large > .next-btn-icon.next-icon-last .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-btn-text[dir="rtl"].next-large.next-btn-loading { padding-left: 0px; padding-right: 20px; } .next-btn-text[dir="rtl"].next-large.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; } .next-btn-text[dir="rtl"].next-medium { border-radius: 0; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-medium > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text[dir="rtl"].next-medium.next-btn-loading { padding-left: 0px; padding-right: 16px; } .next-btn-text[dir="rtl"].next-medium.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; } .next-btn-text[dir="rtl"].next-small { border-radius: 0; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first { margin-left: 4px; margin-right: 0; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first:before, .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-first .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last { margin-left: 0; margin-right: 4px; } .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last:before, .next-btn-text[dir="rtl"].next-small > .next-btn-icon.next-icon-last .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-btn-text[dir="rtl"].next-small.next-btn-loading { padding-left: 0px; padding-right: 16px; } .next-btn-text[dir="rtl"].next-small.next-btn-loading:after { right: 0px; top: 50%; margin-right: 0; margin-left: 4px; } .next-radio-button-large[dir='rtl'] > label:first-child { margin-left: -1px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .next-radio-button-large[dir='rtl'] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-button-large[dir='rtl'] .next-radio-label { height: 38px; line-height: 38px; font-size: 16px; } .next-radio-button-medium[dir='rtl'] > label:first-child { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-radio-button-medium[dir='rtl'] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-button-small[dir='rtl'] > label:first-child { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-radio-button-small[dir='rtl'] > label:last-child { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-wrapper[dir='rtl'] .next-radio-label { margin-left: 0; margin-right: 4px; } .next-radio-group[dir='rtl'] .next-radio-label { margin-right: 4px; margin-left: 16px; } .next-radio-button[dir='rtl'] > label .next-radio-label { margin: 0; } .next-radio-wrapper { outline: 0; display: inline-block; } .next-radio-wrapper .next-radio { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; vertical-align: middle; position: relative; line-height: 1; } .next-radio-wrapper .next-radio *, .next-radio-wrapper .next-radio *:before, .next-radio-wrapper .next-radio *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-radio-wrapper .next-radio input[type="radio"] { opacity: 0; position: absolute; vertical-align: middle; top: 0; left: 0; width: 16px; height: 16px; margin: 0; cursor: pointer; } .next-radio-wrapper .next-radio-inner { /* 动画待定 */ /* &.mouseDown { */ /* transform: scale3d(.7, .7, .7); */ /* transition: transform .2s linear; */ /* } */ /* &.mouseUp { */ /* transform: scale3d(1, 1, 1); */ /* transition: transform .2s linear; */ /* } */ display: block; width: 16px; height: 16px; background: #FFFFFF; border-radius: 50%; border: 1px solid #C4C6CF; -webkit-transition: all 100ms linear; transition: all 100ms linear; -webkit-box-shadow: none; box-shadow: none; } .next-radio-wrapper .next-radio-inner:after { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); position: absolute; border-radius: 50%; top: 50%; margin-top: -2px; left: 50%; margin-left: -2px; background: #FFFFFF; content: ''; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-radio-wrapper.checked .next-radio-inner { border-color: #5584FF; background: #5584FF; } .next-radio-wrapper.checked .next-radio-inner:after { width: 4px; height: 4px; font-weight: bold; background: #FFFFFF; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner { border-color: transparent; } .next-radio-wrapper.disabled input[type="radio"] { cursor: not-allowed; } .next-radio-wrapper.disabled .next-radio-inner { border-color: #E6E7EB; background: #F7F8FA; } .next-radio-wrapper.disabled .next-radio-inner:after { background: #CCCCCC; } .next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered { border-color: #E6E7EB; } .next-radio-wrapper.disabled.checked .next-radio-inner { border-color: #E6E7EB; background: #F7F8FA; } .next-radio-wrapper.disabled.checked .next-radio-inner:after { background: #CCCCCC; } .next-radio-wrapper.disabled .next-radio-label { color: #CCCCCC; } .next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner { border-color: #5584FF; background-color: #DEE8FF; } .next-radio-wrapper:not(.disabled):hover .next-radio-label, .next-radio-wrapper:not(.disabled).hovered .next-radio-label { cursor: pointer; } .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner { border-color: transparent; background: #3E71F7; } .next-radio-wrapper.checked:not(.disabled):hover .next-radio-inner:after, .next-radio-wrapper.checked:not(.disabled).hovered .next-radio-inner:after { background: #FFFFFF; } .next-radio-button .next-radio { width: 0; height: 0; } .next-radio-button input[type="radio"] { width: 0; height: 0; } .next-radio-button > label { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; margin: 0 0 0 -1px; border: 1px solid #C4C6CF; background-color: #FFFFFF; -webkit-transition: all 100ms linear; transition: all 100ms linear; vertical-align: middle; } .next-radio-button > label .next-radio-label { display: block; color: #333333; margin: 0; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-radio-button > label:hover, .next-radio-button > label.hovered { z-index: 10; border-color: #A0A2AD; background-color: #F2F3F7; } .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label { color: #333333; } .next-radio-button > label.checked { z-index: 11; border-color: #5584FF; background-color: #FFFFFF; } .next-radio-button > label.checked .next-radio-label { color: #5584FF; } .next-radio-button > label.disabled { z-index: 0; cursor: not-allowed; border-color: #E6E7EB; background-color: #F7F8FA; } .next-radio-button > label.disabled .next-radio-label { color: #CCCCCC; } .next-radio-button > label.checked.disabled { z-index: 0; border-color: #E6E7EB; background-color: #F2F3F7; } .next-radio-button > label.checked.disabled .next-radio-label { color: #CCCCCC; } .next-radio-button-large > label { padding: 0 8px; height: 40px; line-height: 40px; } .next-radio-button-large > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-button-large > label:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-radio-button-large .next-radio-label { height: 38px; line-height: 38px; font-size: 16px; } .next-radio-button-medium > label { padding: 0 8px; height: 28px; line-height: 28px; } .next-radio-button-medium > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-button-medium > label:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-radio-button-medium .next-radio-label { height: 26px; line-height: 26px; font-size: 12px; } .next-radio-button-small > label { padding: 0 8px; height: 20px; line-height: 20px; } .next-radio-button-small > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-radio-button-small > label:last-child { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-radio-button-small .next-radio-label { height: 18px; line-height: 18px; font-size: 12px; } .next-radio-single-input input[type="radio"] { opacity: 0; position: absolute; top: 0; left: 0; margin: 0; } .next-radio-group { display: inline-block; } .next-radio-group .next-radio-wrapper { /* 表现为radio整体之间多一份间隔,checkbox表现一致 */ margin-right: 12px; } .next-radio-group .next-radio-wrapper:last-child { margin-right: 0; } .next-radio-group .next-radio-label { color: #333333; } .next-radio-group.disabled .next-radio-label { color: #CCCCCC; } .next-radio-group.next-radio-button .next-radio-wrapper { margin-right: 0; } .next-radio-group-ver .next-radio-wrapper { display: block; margin-bottom: 8px; } .next-radio-label { margin: 0; margin-left: 4px; /* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */ margin-right: 4px; font-size: 12px; vertical-align: middle; line-height: 1; color: #333333; } @-moz-document url-prefix() { .next-radio { margin-top: -1px; } @supports ((-webkit-animation: calc(0s)) or (animation: calc(0s))) { /* firefox 57+ */ .next-radio { margin-top: -3px; } } } @-webkit-keyframes fadeInRightForTag { 0% { opacity: 0; -webkit-transform: rotate(45deg) translateX(20px); transform: rotate(45deg) translateX(20px); } 100% { opacity: 1; -webkit-transform: rotate(45deg) translateX(0); transform: rotate(45deg) translateX(0); } } @keyframes fadeInRightForTag { 0% { opacity: 0; -webkit-transform: rotate(45deg) translateX(20px); transform: rotate(45deg) translateX(20px); } 100% { opacity: 1; -webkit-transform: rotate(45deg) translateX(0); transform: rotate(45deg) translateX(0); } } .next-tag > .next-tag-body { overflow: hidden; text-overflow: ellipsis; } .next-tag-checkable.next-tag-level-secondary { color: #333333; border-color: transparent; background-color: transparent; } .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):focus { color: #5584FF; } .next-tag-default.next-tag-level-primary { color: #666666; border-color: #EBECF0; background-color: #EBECF0; } .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus { color: #333333; border-color: #E2E4E8; background-color: #E2E4E8; } .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #333333; } .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary { color: #CCCCCC; border-color: #F7F8FA; background-color: #F7F8FA; } .next-tag-default.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-primary > .next-tag-close-btn { color: #CCCCCC; } .next-tag-default.next-tag-level-primary > .next-tag-close-btn { color: #666666; } .next-tag-closable.next-tag-level-primary { color: #666666; border-color: #EBECF0; background-color: #EBECF0; } .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus { color: #333333; border-color: #E2E4E8; background-color: #E2E4E8; } .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #333333; } .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary { color: #CCCCCC; border-color: #F7F8FA; background-color: #F7F8FA; } .next-tag-closable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-primary > .next-tag-close-btn { color: #CCCCCC; } .next-tag-closable.next-tag-level-primary > .next-tag-close-btn { color: #666666; } .next-tag-checkable.next-tag-level-primary { color: #666666; border-color: #EBECF0; background-color: #EBECF0; } .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus { color: #333333; border-color: #E2E4E8; background-color: #E2E4E8; } .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #333333; } .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary { color: #CCCCCC; border-color: #F7F8FA; background-color: #F7F8FA; } .next-tag-checkable.next-tag-level-primary[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { color: #CCCCCC; } .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { color: #666666; } .next-tag-checkable.next-tag-level-primary.checked { color: #FFFFFF; border-color: #5584FF; background-color: #5584FF; } .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus { color: #FFFFFF; border-color: #3E71F7; background-color: #3E71F7; } .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary.checked:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #FFFFFF; } .next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked { color: #CCCCCC; border-color: #F7F8FA; background-color: #F7F8FA; } .next-tag-checkable.next-tag-level-primary.checked[disabled] > .next-tag-close-btn, .disabled.next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { color: #FFFFFF; } .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { color: #FFFFFF; } .next-tag-default.next-tag-level-normal { color: #666666; border-color: #C4C6CF; background-color: transparent; } .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus { color: #333333; border-color: #A0A2AD; background-color: transparent; } .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #333333; } .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; } .next-tag-default.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-default.next-tag-level-normal > .next-tag-close-btn { color: #CCCCCC; } .next-tag-default.next-tag-level-normal > .next-tag-close-btn { color: #666666; } .next-tag-closable.next-tag-level-normal { color: #666666; border-color: #C4C6CF; background-color: transparent; } .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus { color: #333333; border-color: #A0A2AD; background-color: transparent; } .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus > .next-tag-close-btn { color: #333333; } .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal { color: #CCCCCC; border-color: #E6E7EB; background-color: transparent; } .next-tag-closable.next-tag-level-normal[disabled] > .next-tag-close-btn, .disabled.next-tag-closable.next-tag-level-normal > .next-tag-close-btn { color: #CCCCCC; } .next-tag-closable.next-tag-level-normal > .next-tag-close-btn { color: #666666; } .next-tag-checkable.next-tag-level-normal.checked { color: #5584FF; border-color: #5584FF; background-color: transparent; } .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus { color: #3E71F7; border-color: #3E71F7; background-color: transparent; } .next-tag-checkable.next-tag-level-secondary.checked { color: #5584FF; border-color: #5584FF; background-color: transparent; } .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus { color: #3E71F7; border-color: #3E71F7; background-color: transparent; } .next-tag-checkable.next-tag-level-secondary.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #5584FF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .next-tag-checkable.next-tag-level-secondary.checked:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E632"; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); color: #FFFFFF; } .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:before { background-color: #3E71F7; } .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-secondary.checked:not(.disabled):not([disabled]):focus:after { color: #FFFFFF; } .next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before { background-color: #E6E7EB; } .next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after { color: #FFFFFF; } .next-tag-checkable.next-tag-level-normal { color: #666666; border-color: #C4C6CF; background-color: transparent; } .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):focus { color: #333333; border-color: #C4C6CF; background-color: transparent; } .next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; } .next-tag-checkable.next-tag-level-normal.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #5584FF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .next-tag-checkable.next-tag-level-normal.checked:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E632"; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); color: #FFFFFF; } .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:before, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:before { background-color: #3E71F7; } .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]).hover:after, .next-tag-checkable.next-tag-level-normal.checked:not(.disabled):not([disabled]):focus:after { color: #FFFFFF; } .next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before { background-color: #E6E7EB; } .next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after { color: #FFFFFF; } .next-tag-closable.next-tag-level-normal:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #C4C6CF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .next-tag-closable.next-tag-level-normal:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E626"; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); color: #FFFFFF; } .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:before, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:before { background-color: #A0A2AD; } .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover:after, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):focus:after { color: #FFFFFF; } .next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before { background-color: #E6E7EB; } .next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after { color: #FFFFFF; } .next- { /* Animation */ /* ----------- */ } .next-tag-group .next-tag-medium, .next-tag-group .next-tag-large { margin-right: 8px; margin-bottom: 8px; } .next-tag-group .next-tag-small { margin-right: 4px; margin-bottom: 4px; } .next-tag { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; max-width: 100%; vertical-align: middle; border-width: 1px; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; border-style: solid; /* 可配置??? */ overflow: hidden; white-space: nowrap; -webkit-transition: all 100ms linear; transition: all 100ms linear; font-size: 0; outline: 0; /* 预设颜色值 */ } .next-tag *, .next-tag *:before, .next-tag *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-tag > .next-tag-body { position: relative; display: inline-block; height: 100%; text-align: center; vertical-align: middle; max-width: 100%; cursor: default; /* 用户手动传的 icon 的大小也保持一致? */ } .next-tag > .next-tag-body > a { text-decoration: none; color: inherit; } .next-tag > .next-tag-body > a:before { content: " "; position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; } .next-tag > .next-tag-body .next-icon { line-height: 1; vertical-align: middle; } .next-tag > .next-tag-body .next-icon:before { font-size: inherit; } .next-tag.next-tag-body-pointer { cursor: pointer; } .next-tag[disabled], .next-tag.disabled { cursor: not-allowed; pointer-events: none; } .next-tag-blue { background-color: #4494F9; border-color: #4494F9; color: #FFF; } .next-tag-blue-inverse { background-color: rgba(68, 148, 249, 0.25); border-color: #4494F9; color: #4494F9; } .next-tag-green { background-color: #46BC15; border-color: #46BC15; color: #FFF; } .next-tag-green-inverse { background-color: rgba(70, 188, 21, 0.25); border-color: #46BC15; color: #46BC15; } .next-tag-orange { background-color: #FF9300; border-color: #FF9300; color: #FFF; } .next-tag-orange-inverse { background-color: rgba(255, 147, 0, 0.25); border-color: #FF9300; color: #FF9300; } .next-tag-red { background-color: #FF3000; border-color: #FF3000; color: #FFF; } .next-tag-red-inverse { background-color: rgba(255, 48, 0, 0.25); border-color: #FF3000; color: #FF3000; } .next-tag-turquoise { background-color: #01C1B2; border-color: #01C1B2; color: #FFF; } .next-tag-turquoise-inverse { background-color: rgba(1, 193, 178, 0.25); border-color: #01C1B2; color: #01C1B2; } .next-tag-yellow { background-color: #FCCC12; border-color: #FCCC12; color: #FFF; } .next-tag-yellow-inverse { background-color: rgba(252, 204, 18, 0.25); border-color: #FCCC12; color: #FCCC12; } .next-tag-large { height: 40px; padding: 0; line-height: 38px; font-size: 0; } .next-tag-large > .next-tag-body { font-size: 16px; padding: 0 16px; min-width: 48px; } .next-tag-large.next-tag-closable > .next-tag-body { padding: 0 0 0 16px; max-width: calc(100% - 40px); } .next-tag-large[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 16px 0 0; } .next-tag-large.next-tag-closable > .next-tag-close-btn { margin-left: 12px; padding-right: 16px; } .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon:before, .next-tag-large.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-tag-large[dir=rtl] > .next-tag-close-btn { margin-right: 12px; margin-left: 0; padding-right: 0; padding-left: 16px; } .next-tag-medium { height: 28px; padding: 0; line-height: 26px; font-size: 0; } .next-tag-medium > .next-tag-body { font-size: 14px; padding: 0 12px; min-width: 40px; } .next-tag-medium.next-tag-closable > .next-tag-body { padding: 0 0 0 12px; max-width: calc(100% - 28px); } .next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 12px 0 0; } .next-tag-medium.next-tag-closable > .next-tag-close-btn { margin-left: 8px; padding-right: 12px; } .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before, .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before { width: 16px; font-size: 16px; } } .next-tag-medium[dir=rtl] > .next-tag-close-btn { margin-right: 8px; margin-left: 0; padding-right: 0; padding-left: 12px; } .next-tag-small { height: 20px; padding: 0; line-height: 18px; font-size: 0; } .next-tag-small > .next-tag-body { font-size: 12px; padding: 0 8px; min-width: 28px; } .next-tag-small.next-tag-closable > .next-tag-body { padding: 0 0 0 8px; max-width: calc(100% - 24px); } .next-tag-small[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 8px 0 0; } .next-tag-small.next-tag-closable > .next-tag-close-btn { margin-left: 8px; padding-right: 8px; } .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before, .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before { width: 16px; font-size: 16px; } } .next-tag-small[dir=rtl] > .next-tag-close-btn { margin-right: 8px; margin-left: 0; padding-right: 0; padding-left: 8px; } .next-tag-default { cursor: default; } .next-tag-closable { position: relative; } .next-tag-closable > .next-tag-close-btn { display: inline-block; vertical-align: middle; height: 100%; text-align: center; cursor: pointer; } .next-tag-checkable { cursor: pointer; position: relative; border-radius: 3px; } .next-tag-checkable.checked:before { -webkit-animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); } .next-tag-checkable.checked:after { -webkit-animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); } .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before { right: -10px; bottom: -10px; width: 20px; height: 20px; } .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after { font-size: 8px; line-height: 8px; right: 0; bottom: 0; } .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before { right: -14px; bottom: -14px; width: 28px; height: 28px; } .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after { font-size: 12px; line-height: 12px; right: 0; bottom: 0; } .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before { right: -18px; bottom: -18px; width: 36px; height: 36px; } .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after { font-size: 16px; line-height: 16px; right: 0; bottom: 0; } .next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; } .next-tag-zoom-enter, .next-tag-zoom-appear { -webkit-animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); -webkit-animation-fill-mode: both; animation-fill-mode: both; } .next-tag-zoom-leave { -webkit-animation: zoomOut .3s ease-in; animation: zoomOut .3s ease-in; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .next-checkbox-wrapper[dir="rtl"] { margin-right: 8px; margin-left: 0; } .next-checkbox-wrapper[dir="rtl"]:first-child { margin-right: 0; } .next-checkbox-wrapper[dir="rtl"] > .next-checkbox-label { margin-right: 4px; margin-left: 0; } /* stylelint-disable max-nesting-depth */ .next-checkbox-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; } .next-checkbox-wrapper *, .next-checkbox-wrapper *:before, .next-checkbox-wrapper *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-checkbox-wrapper .next-checkbox { display: inline-block; position: relative; line-height: 1; vertical-align: middle; } .next-checkbox-wrapper input[type="checkbox"] { opacity: 0; position: absolute; top: 0; left: 0; width: 16px; height: 16px; margin: 0; cursor: pointer; } .next-checkbox-wrapper .next-checkbox-inner { display: block; width: 16px; height: 16px; background: #FFFFFF; border-radius: 3px; border: 1px solid #C4C6CF; -webkit-transition: all 100ms linear; transition: all 100ms linear; text-align: left; /* 防止继承父级 */ -webkit-box-shadow: none; box-shadow: none; } .next-checkbox-wrapper .next-checkbox-inner > .next-icon { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); position: absolute; top: 0; opacity: 0; line-height: 16px; -webkit-transition: all 100ms linear; transition: all 100ms linear; color: #FFFFFF; left: 4px; margin-left: 0px; } .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper .next-checkbox-inner > .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-checkbox-wrapper .next-checkbox-inner > .next-icon:before { width: 16px; font-size: 16px; } } .next-checkbox-wrapper .next-checkbox-inner > .next-icon::before { vertical-align: top; margin-top: 0; } .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-select-icon::before { content: "\E632"; } .next-checkbox-wrapper .next-checkbox-inner > .next-checkbox-semi-select-icon::before { content: "\E633"; } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner { border-color: transparent; background-color: #5584FF; } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: transparent; } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); margin-left: 0px; /* font-size < 12px的时候进行覆盖。 */ } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-checkbox-wrapper.checked > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.checked.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before { width: 16px; font-size: 16px; } } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner { border-color: transparent; background-color: #5584FF; } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner.hovered, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner:hover, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner.hovered { border-color: transparent; } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); margin-left: 0px; /* font-size < 12px的时候进行覆盖。 */ } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-checkbox-wrapper.indeterminate > .next-checkbox > .next-checkbox-inner > .next-icon:before, .next-checkbox-wrapper.indeterminate.focused > .next-checkbox > .next-checkbox-inner > .next-icon:before { width: 16px; font-size: 16px; } } .next-checkbox-wrapper:not(.disabled):hover > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.hovered > .next-checkbox > .next-checkbox-inner, .next-checkbox-wrapper.focused > .next-checkbox > .next-checkbox-inner { border-color: #5584FF; background-color: #DEE8FF; } .next-checkbox-wrapper:not(.disabled):hover .next-checkbox-label, .next-checkbox-wrapper.hovered .next-checkbox-label, .next-checkbox-wrapper.focused .next-checkbox-label { cursor: pointer; } .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner { border-color: transparent; background-color: #3E71F7; } .next-checkbox-wrapper.indeterminate:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.indeterminate:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled):hover > .next-checkbox .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.checked:not(.disabled).hovered > .next-checkbox .next-checkbox-inner > .next-icon { color: #FFFFFF; opacity: 1; } .next-checkbox-wrapper.disabled input[type="checkbox"] { cursor: not-allowed; } .next-checkbox-wrapper.disabled .next-checkbox-inner { border-color: #E6E7EB; background: #F7F8FA; } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner { border-color: #E6E7EB; background: #F7F8FA; } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.checked .next-checkbox-inner.hovered, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner:hover, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner.hovered { border-color: #E6E7EB; } .next-checkbox-wrapper.disabled.checked .next-checkbox-inner > .next-icon, .next-checkbox-wrapper.disabled.indeterminate .next-checkbox-inner > .next-icon { color: #CCCCCC; opacity: 1; } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner { border-color: #E6E7EB; background: #F7F8FA; } .next-checkbox-wrapper.disabled.checked.focused .next-checkbox-inner > .next-icon { color: #CCCCCC; opacity: 1; } .next-checkbox-wrapper.disabled .next-checkbox-label { color: #CCCCCC; cursor: not-allowed; } .next-checkbox-group .next-checkbox-wrapper { display: inline-block; margin-right: 12px; } .next-checkbox-group .next-checkbox-wrapper:last-child { margin-right: 0; } .next-checkbox-group-ver .next-checkbox-wrapper { display: block; margin-left: 0; margin-right: 0; margin-bottom: 8px; } .next-checkbox-label { font-size: 12px; color: #333333; vertical-align: middle; margin: 0; margin-left: 4px; /* 使用已存margin-left变量 */ margin-right: 4px; line-height: 1; } .next-menu[dir="rtl"] .next-menu-item-helper { float: left; } .next-menu[dir="rtl"] .next-menu-item .next-checkbox, .next-menu[dir="rtl"] .next-menu-item .next-radio { margin-left: 4px; margin-right: 0; } .next-menu[dir="rtl"] .next-menu-hoz-right { float: left; } .next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } .next-menu[dir="rtl"] .next-menu-hoz-icon-arrow.next-icon { left: 6px; right: auto; } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon { margin-left: 0; margin-right: -16px; } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon:before, .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-menu[dir="rtl"] .next-menu-icon-selected.next-icon.next-menu-icon-right { right: auto; left: 4px; } .next-menu[dir="rtl"] .next-menu-icon-arrow.next-icon { left: 10px; right: auto; } .next-menu { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; min-width: 100px; margin: 0; list-style: none; border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; background: #FFFFFF; line-height: 32px; font-size: 12px; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease; animation-timing-function: ease; /* &-popup-content.next-hide { */ /* display: none; */ /* } */ } .next-menu *, .next-menu *:before, .next-menu *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-menu:focus, .next-menu *:focus { outline: 0; } .next-menu-spacing-lr { padding: 0 0px; } .next-menu-spacing-lr.next-menu-outside > .next-menu { height: 100%; overflow-y: auto; } .next-menu-spacing-tb { padding: 0px 0; } .next-menu.next-ver { padding: 8px 0px; } .next-menu.next-ver .next-menu-item { padding: 0 20px 0 20px; } .next-menu.next-hoz { padding: 8px 0px; } .next-menu.next-hoz .next-menu-item { padding: 0 20px; } .next-menu-embeddable, .next-menu-embeddable .next-menu-item.next-disabled, .next-menu-embeddable .next-menu-item.next-disabled .next-menu-item-text > a { background: transparent; border: none; } .next-menu-embeddable { -webkit-box-shadow: none; box-shadow: none; } .next-menu-embeddable .next-menu-item-inner { height: 100%; } .next-menu-content { position: relative; padding: 0; margin: 0; list-style: none; } .next-menu-sub-menu { padding: 0; margin: 0; list-style: none; } .next-menu-sub-menu.next-expand-enter { overflow: hidden; } .next-menu-sub-menu.next-expand-enter-active { -webkit-transition: height 300ms ease; transition: height 300ms ease; } .next-menu-sub-menu.next-expand-leave { overflow: hidden; } .next-menu-sub-menu.next-expand-leave-active { -webkit-transition: height 300ms ease; transition: height 300ms ease; } .next-menu-item { position: relative; -webkit-transition: background 100ms linear; transition: background 100ms linear; color: #333333; cursor: pointer; } .next-menu-item-helper { float: right; color: #999999; font-style: normal; font-size: 12px; } .next-menu-item .next-checkbox, .next-menu-item .next-radio { margin-right: 4px; } .next-menu-item.next-selected { color: #333333; background-color: #FFFFFF; } .next-menu-item.next-selected .next-menu-icon-arrow { color: #666666; } .next-menu-item.next-selected .next-menu-icon-selected { color: #5584FF; } .next-menu-item.next-disabled, .next-menu-item.next-disabled .next-menu-item-text > a { color: #CCCCCC; background-color: #FFFFFF; cursor: not-allowed; } .next-menu-item.next-disabled .next-menu-icon-arrow, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #CCCCCC; } .next-menu-item.next-disabled .next-menu-icon-selected, .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #CCCCCC; } .next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus { color: #333333; background-color: #F2F3F7; } .next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow { color: #333333; } .next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected { color: #5584FF; } .next-menu-item-inner { height: 32px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; } .next-menu-item .next-menu-item-text { vertical-align: middle; } .next-menu-item .next-menu-item-text > a { display: inline-block; text-decoration: none; color: #333333; } .next-menu-item .next-menu-item-text > a::before { position: absolute; background-color: transparent; top: 0; left: 0; bottom: 0; right: 0; content: ''; } .next-menu.next-hoz { padding: 0; } .next-menu.next-hoz.next-menu-nowrap { overflow: hidden; white-space: nowrap; } .next-menu.next-hoz.next-menu-nowrap .next-menu-more { text-align: center; } .next-menu.next-hoz > .next-menu-item, .next-menu.next-hoz > .next-menu-sub-menu-wrapper, .next-menu.next-hoz .next-menu-content > .next-menu-item { display: inline-block; vertical-align: top; } .next-menu.next-hoz .next-menu-header, .next-menu.next-hoz .next-menu-content, .next-menu.next-hoz .next-menu-footer { display: inline-block; } .next-menu-hoz-right { float: right; } .next-menu-group-label { padding: 0 12px; color: #999999; } .next-menu-divider { margin: 8px 12px; border-bottom: 1px solid #E6E7EB; } .next-menu .next-menu-icon-selected.next-icon { position: absolute; top: 0; margin-left: -16px; } .next-menu .next-menu-icon-selected.next-icon:before, .next-menu .next-menu-icon-selected.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-menu .next-menu-icon-selected.next-icon.next-menu-icon-right { right: 4px; } .next-menu .next-menu-symbol-icon-selected.next-menu-icon-selected::before { content: "\E632"; } .next-menu .next-menu-icon-arrow.next-icon { position: absolute; top: 0; right: 10px; color: #666666; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-menu .next-menu-icon-arrow.next-icon:before, .next-menu .next-menu-icon-arrow.next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow.next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-menu .next-menu-icon-arrow.next-icon:before { width: 16px; font-size: 16px; } } .next-menu .next-menu-icon-arrow-down::before { content: "\E63D"; } .next-menu .next-menu-icon-arrow-down.next-open { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-menu .next-menu-icon-arrow-down.next-open:before, .next-menu .next-menu-icon-arrow-down.next-open .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow-down.next-open { -webkit-transform: scale(0.5) rotate(180deg); -ms-transform: scale(0.5) rotate(180deg); transform: scale(0.5) rotate(180deg); margin-left: -4px; margin-right: -4px; } .next-menu .next-menu-icon-arrow-down.next-open:before { width: 16px; font-size: 16px; } } .next-menu .next-menu-symbol-popupfold::before { content: "\E619"; } .next-menu .next-menu-icon-arrow-right.next-open { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } .next-menu .next-menu-icon-arrow-right.next-open:before, .next-menu .next-menu-icon-arrow-right.next-open .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-menu .next-menu-icon-arrow-right.next-open { -webkit-transform: scale(0.5) rotate(-90deg); -ms-transform: scale(0.5) rotate(-90deg); transform: scale(0.5) rotate(-90deg); margin-left: -4px; margin-right: -4px; } .next-menu .next-menu-icon-arrow-right.next-open:before { width: 16px; font-size: 16px; } } .next-menu .next-menu-hoz-icon-arrow.next-icon { position: absolute; top: 0; right: 6px; color: #666666; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-menu .next-menu-hoz-icon-arrow.next-icon:before, .next-menu .next-menu-hoz-icon-arrow.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-menu .next-menu-hoz-icon-arrow.next-icon::before { content: "\E63D"; } .next-menu-unfold-icon::before { content: ""; } .next-menu .next-menu-hoz-icon-arrow.next-open { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-menu .next-menu-hoz-icon-arrow.next-open:before, .next-menu .next-menu-hoz-icon-arrow.next-open .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-menu.next-context { line-height: 24px; } .next-menu.next-context .next-menu-item-inner { height: 24px; } .next-input { -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; display: inline-table; border-collapse: separate; font-size: 0; line-height: 1; width: 200px; border-spacing: 0; -webkit-transition: all 100ms linear; transition: all 100ms linear; border: 1px solid #C4C6CF; background-color: #FFFFFF; } .next-input *, .next-input *:before, .next-input *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-input input { height: 100%; /* remove autoFill yellow background */ } .next-input input[type="reset"], .next-input input[type="submit"] { -webkit-appearance: button; cursor: pointer; } .next-input input::-moz-focus-inner { border: 0; padding: 0; } .next-input input:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset; border-radius: 3px; } .next-input textarea { resize: none; } .next-input input, .next-input textarea { width: 100%; border: none; outline: none; padding: 0; margin: 0; font-weight: normal; vertical-align: middle; background-color: transparent; color: #333333; } .next-input input::-ms-clear, .next-input textarea::-ms-clear { display: none; } .next-input.next-small { height: 20px; border-radius: 3px; } .next-input.next-small .next-input-label { padding-left: 8px; font-size: 12px; } .next-input.next-small .next-input-inner { font-size: 12px; } .next-input.next-small .next-input-control { padding-right: 4px; } .next-input.next-small input { height: 18px; line-height: 18px \0; padding: 0 4px; font-size: 12px; } .next-input.next-small input::-webkit-input-placeholder { font-size: 12px; } .next-input.next-small input::-moz-placeholder { font-size: 12px; } .next-input.next-small input::-ms-input-placeholder { font-size: 12px; } .next-input.next-small input::placeholder { font-size: 12px; } .next-input.next-small .next-input-text-field { padding: 0 4px; font-size: 12px; height: 18px; line-height: 18px; } .next-input.next-small .next-icon:before, .next-input.next-small .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-input.next-small .next-input-control { border-radius: 0 3px 3px 0; } .next-input.next-medium { height: 28px; border-radius: 3px; } .next-input.next-medium .next-input-label { padding-left: 8px; font-size: 12px; } .next-input.next-medium .next-input-inner { font-size: 12px; } .next-input.next-medium .next-input-control { padding-right: 8px; } .next-input.next-medium input { height: 26px; line-height: 26px \0; padding: 0 8px; font-size: 12px; } .next-input.next-medium input::-webkit-input-placeholder { font-size: 12px; } .next-input.next-medium input::-moz-placeholder { font-size: 12px; } .next-input.next-medium input::-ms-input-placeholder { font-size: 12px; } .next-input.next-medium input::placeholder { font-size: 12px; } .next-input.next-medium .next-input-text-field { padding: 0 8px; font-size: 12px; height: 26px; line-height: 26px; } .next-input.next-medium .next-icon:before, .next-input.next-medium .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-input.next-medium .next-input-control { border-radius: 0 3px 3px 0; } .next-input.next-large { height: 40px; border-radius: 3px; } .next-input.next-large .next-input-label { padding-left: 12px; font-size: 16px; } .next-input.next-large .next-input-inner { font-size: 16px; } .next-input.next-large .next-input-control { padding-right: 8px; } .next-input.next-large input { height: 38px; line-height: 38px \0; padding: 0 12px; font-size: 16px; } .next-input.next-large input::-webkit-input-placeholder { font-size: 16px; } .next-input.next-large input::-moz-placeholder { font-size: 16px; } .next-input.next-large input::-ms-input-placeholder { font-size: 16px; } .next-input.next-large input::placeholder { font-size: 16px; } .next-input.next-large .next-input-text-field { padding: 0 12px; font-size: 16px; height: 38px; line-height: 38px; } .next-input.next-large .next-icon:before, .next-input.next-large .next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-input.next-large .next-input-control { border-radius: 0 3px 3px 0; } .next-input.next-input-textarea { height: auto; border-radius: 3px; font-size: 0; } .next-input.next-input-textarea textarea { color: #333333; padding: 4px 8px; font-size: 12px; border-radius: 3px; } .next-input.next-input-textarea.next-small textarea { font-size: 12px; } .next-input.next-input-textarea.next-large textarea { font-size: 16px; } .next-input.next-input-textarea .next-input-control { display: block; width: auto; border-radius: 3px; } .next-input.next-input-textarea .next-input-len { padding: 0 8px 4px; display: block; text-align: right; width: auto; } .next-input-hint-wrap { color: #999999; position: relative; } .next-input-hint-wrap .next-input-clear { opacity: 0; z-index: 1; position: absolute; } .next-input-hint-wrap .next-input-hint { opacity: 1; } .next-input .next-input-clear-icon:hover, .next-input .next-icon-eye:hover, .next-input .next-icon-eye-close:hover { cursor: pointer; color: #666666; } .next-input:hover, .next-input.next-focus { border-color: #A0A2AD; background-color: #FFFFFF; } .next-input:hover .next-input-clear, .next-input.next-focus .next-input-clear { opacity: 1; } .next-input:hover .next-input-clear + .next-input-hint, .next-input.next-focus .next-input-clear + .next-input-hint { opacity: 0; } .next-input .next-input-clear:focus { opacity: 1; } .next-input .next-input-clear:focus + .next-input-hint { opacity: 0; } .next-input.next-focus { border-color: #5584FF; background-color: #FFFFFF; -webkit-box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); } .next-input.next-warning { border-color: #FF9300; background-color: #FFFFFF; } .next-input.next-warning.next-focus, .next-input.next-warning:hover { border-color: #FF9300; } .next-input.next-warning.next-focus { -webkit-box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2); box-shadow: 0 0 0 2px rgba(255, 147, 0, 0.2); } .next-input.next-error { border-color: #FF3000; background-color: #FFFFFF; } .next-input.next-error.next-focus, .next-input.next-error:hover { border-color: #FF3000; } .next-input.next-error.next-focus { -webkit-box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2); box-shadow: 0 0 0 2px rgba(255, 48, 0, 0.2); } .next-input.next-hidden { display: none; } .next-input.next-noborder { border: none; -webkit-box-shadow: none; box-shadow: none; } .next-input-control .next-input-len { font-size: 12px; line-height: 12px; color: #999999; display: table-cell; width: 1px; vertical-align: bottom; } .next-input-control .next-input-len.next-error { color: #FF3000; } .next-input-control .next-input-len.next-warning { color: #FF9300; } .next-input-control > * { display: table-cell; width: 1%; top: 0; } .next-input-control > *:not(:last-child) { padding-right: 4px; } .next-input-control .next-icon { -webkit-transition: all 100ms linear; transition: all 100ms linear; color: #999999; } .next-input-control .next-input-warning-icon { color: #FF9300; } .next-input-control .next-input-warning-icon::before { content: "\E60B"; } .next-input-control .next-input-success-icon { color: #46BC15; } .next-input-control .next-input-success-icon::before { content: "\E63A"; } .next-input-control .next-input-loading-icon { color: #4494F9; } .next-input-control .next-input-loading-icon::before { content: "\E646"; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } .next-input-control .next-input-clear-icon::before { content: "\E623"; } .next-input-label { color: #666666; } .next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder { color: #999999; opacity: 1; } .next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder { color: #999999; } .next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder { color: #999999; } .next-input.next-disabled { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; cursor: not-allowed; } .next-input.next-disabled:hover { border-color: #E6E7EB; background-color: #F7F8FA; } .next-input.next-disabled input, .next-input.next-disabled textarea { -webkit-text-fill-color: #CCCCCC; color: #CCCCCC; } .next-input.next-disabled input::-moz-placeholder, .next-input.next-disabled textarea::-moz-placeholder { color: #CCCCCC; opacity: 1; } .next-input.next-disabled input:-ms-input-placeholder, .next-input.next-disabled textarea:-ms-input-placeholder { color: #CCCCCC; } .next-input.next-disabled input::-webkit-input-placeholder, .next-input.next-disabled textarea::-webkit-input-placeholder { color: #CCCCCC; } .next-input.next-disabled .next-input-label { color: #CCCCCC; } .next-input.next-disabled .next-input-len { color: #CCCCCC; } .next-input.next-disabled .next-input-hint-wrap { color: #CCCCCC; } .next-input.next-disabled .next-input-hint-wrap .next-input-clear { opacity: 0; } .next-input.next-disabled .next-input-hint-wrap .next-input-hint { opacity: 1; } .next-input.next-disabled .next-input-hint-wrap .next-input-clear-icon:hover { cursor: not-allowed; color: #CCCCCC; } .next-input.next-disabled .next-icon { color: #CCCCCC; } .next-input-inner, .next-input-control, .next-input-label { display: table-cell; width: 1px; vertical-align: middle; line-height: 1; background-color: transparent; white-space: nowrap; } .next-input-group { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-table; border-collapse: separate; border-spacing: 0; line-height: 0; width: 100%; } .next-input-group *, .next-input-group *:before, .next-input-group *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-input-group-auto-width { width: 100%; border-radius: 0 !important; } .next-input-group > .next-input { border-radius: 0; } .next-input-group > .next-input.next-focus { position: relative; z-index: 1; } .next-input-group > .next-input:first-child.next-small { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-input-group > .next-input:first-child.next-medium { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-input-group > .next-input:first-child.next-large { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-input-group > .next-input:last-child.next-small { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group > .next-input:last-child.next-medium { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group > .next-input:last-child.next-large { border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group-addon { width: 1px; display: table-cell; vertical-align: middle; white-space: nowrap; /* stylelint-disable declaration-no-important */ } .next-input-group-addon:first-child { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > * { margin-right: -1px; border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > *.next-focus { position: relative; z-index: 1; } .next-input-group-addon:first-child > * > .next-input { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group-addon:first-child > * > .next-input.next-focus { position: relative; z-index: 1; } .next-input-group-addon:last-child { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-addon:last-child > * { margin-left: -1px; border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-addon:last-child > * > .next-input { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group-text { color: #999999; background-color: #F2F3F7; text-align: center; border: 1px solid #C4C6CF; padding: 0 8px; } .next-input-group-text:first-child { border-right-width: 0; } .next-input-group-text:last-child { border-left-width: 0; } .next-input-group-text.next-disabled { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; cursor: not-allowed; } .next-input-group-text.next-disabled:hover { border-color: #E6E7EB; background-color: #F7F8FA; } .next-input-group-text.next-small { font-size: 12px; border-radius: 3px; } .next-input-group-text.next-medium { font-size: 12px; border-radius: 3px; } .next-input-group-text.next-large { font-size: 16px; border-radius: 3px; } .next-input[dir="rtl"].next-small .next-input-label { padding-left: 0; padding-right: 8px; } .next-input[dir="rtl"].next-small .next-input-control { padding-right: 0; padding-left: 4px; } .next-input[dir="rtl"].next-medium .next-input-label { padding-left: 0; padding-right: 8px; } .next-input[dir="rtl"].next-medium .next-input-control { padding-right: 0; padding-left: 8px; } .next-input[dir="rtl"].next-large .next-input-label { padding-left: 0; padding-right: 12px; } .next-input[dir="rtl"].next-large .next-input-control { padding-right: 0; padding-left: 8px; } .next-input[dir="rtl"].next-input-textarea .next-input-len { text-align: left; } .next-input[dir="rtl"] .next-input-control > *:not(:last-child) { padding-left: 4px; padding-right: 0; } .next-input-group[dir="rtl"] > .next-input:first-child.next-small { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group[dir="rtl"] > .next-input:first-child.next-medium { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group[dir="rtl"] > .next-input:first-child.next-large { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-small { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-medium { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] > .next-input:last-child.next-large { border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon { /* stylelint-disable declaration-no-important */ } .next-input-group[dir="rtl"] .next-input-group-addon:first-child, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input { border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-small { border-bottom-right-radius: 3px !important; border-top-right-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-medium { border-bottom-right-radius: 3px !important; border-top-right-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > .next-input.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * > .next-input.next-large { border-bottom-right-radius: 3px !important; border-top-right-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:first-child > * { margin-left: -1px; border-bottom-left-radius: 0 !important; border-top-left-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-small, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-small { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-medium, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-medium { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > .next-input.next-large, .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * > .next-input.next-large { border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important; } .next-input-group[dir="rtl"] .next-input-group-addon:last-child > * { margin-right: -1px; border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; } .next-input-group[dir="rtl"] .next-input-group-text:first-child { border-right-width: 1px; border-left: 0; } .next-input-group[dir="rtl"] .next-input-group-text:last-child { border-left-width: 1px; border-right: 0; } .next-select { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; font-size: 0; vertical-align: middle; /* Select trigger */ /* 在搜索框未激活时,将 input 的 color 置为透明 */ /* ISSUE: 在 IE11 中,<input readonly/> 仍然会显示光标, 要隐藏掉 */ /* &.next-no-search { .next-select-trigger-search input { color: $color-transparent; } } */ /* 弹层 */ /* 全选按钮 */ /* -------------- IE polyfill -------------- */ /* 根据最新的数据,在中国,PC 端的 IE9 份额为 2%, */ /* 所以不应该因为 IE9 而不使用 flex,而是应该做降级 polyfill */ /* @see http://gs.statcounter.com/ */ /* IE10、IE11 虽然支持 flex,但还是会有各种各样奇奇怪怪的问题 */ } .next-select *, .next-select *:before, .next-select *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-select-trigger { min-width: 100px; outline: 0; -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-select-trigger .next-input-label { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .next-select-trigger .next-select-values { display: block; width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; overflow: hidden; } .next-select-trigger .next-select-values > em { font-style: inherit; } .next-select-trigger .next-select-values input { padding-left: 0; padding-right: 0; } .next-select-trigger .next-input-control { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; } .next-select-trigger .next-input-control > * { display: inline-block; width: auto; } .next-select-trigger .next-input-control > .next-select-arrow { padding-right: 0; } .next-select-trigger .next-input.next-disabled em { color: #CCCCCC; } .next-select-trigger .next-input.next-disabled .next-select-arrow { cursor: not-allowed; } .next-select-trigger .next-select-clear { display: none; } .next-select-trigger.next-has-clear:hover .next-select-clear { display: inline-block; } .next-select-trigger.next-has-clear:hover .next-select-arrow { display: none; } .next-select .next-select-inner { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; min-width: 100px; outline: 0; color: #333333; } .next-select .next-select-inner .next-tag { line-height: 1; margin-right: 4px; margin-bottom: 3px; padding-left: 0px; padding-right: 0px; } .next-select .next-select-inner .next-input-inner { width: auto; } .next-select-trigger-search { position: relative; display: inline-block; vertical-align: top; overflow: hidden; width: 100%; max-width: 100%; } .next-select-trigger-search > input, .next-select-trigger-search > span { display: block; font-size: inherit; font-family: inherit; letter-spacing: inherit; white-space: nowrap; overflow: hidden; } .next-select-trigger-search input { position: absolute; background-color: transparent; width: 100%; height: 100% !important; z-index: 1; left: 0; border: 0; outline: 0; margin: 0; padding: 0; cursor: inherit; } .next-select-trigger-search > span { position: relative; visibility: hidden; white-space: pre; max-width: 100%; /* 在 table 布局中,100% 并没有什么x用 */ z-index: -1; } .next-select-single { /* 搜索框激活时,展开后不显示值,只显示搜索框 */ /* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ } .next-select-single.next-no-search { cursor: pointer; } .next-select-single.next-has-search.next-active .next-select-values > em { display: none; } .next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { width: 1px; opacity: 0; /* stylelint-disable */ filter: alpha(opacity=0); /* for IE 9 */ /* stylelint-enable */ } .next-select-single .next-select-values { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .next-select-single .next-select-values > em { vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .next-select-multiple .next-select-compact { position: relative; white-space: nowrap; } .next-select-multiple .next-select-compact .next-select-trigger-search { width: auto; } .next-select-multiple .next-select-compact .next-select-tag-compact { position: absolute; top: 0; right: 0; z-index: 1; padding: 0 4px 0 16px; color: #333333; background: linear-gradient(90deg, transparent, #FFFFFF 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { background: linear-gradient(90deg, transparent, #F7F8FA 10px); } .next-select-multiple, .next-select-tag { /* 如果有值,则搜索框变为1px */ } .next-select-multiple .next-select-values, .next-select-tag .next-select-values { /* Tag 有 3px 的 margin-bottom,所以包裹 Tag 的容器要作一下处理 */ margin-bottom: -3px; height: auto !important; } .next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search { margin-bottom: 3px; } .next-select-multiple .next-tag + .next-select-trigger-search, .next-select-tag .next-tag + .next-select-trigger-search { width: auto; min-width: 1px; /* 保留一个光标的宽度 */ } .next-select-multiple .next-input, .next-select-tag .next-input { height: auto; -webkit-box-align: start; -ms-flex-align: start; align-items: start; } .next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values { min-height: 18px; padding-top: 2px; padding-bottom: 2px; line-height: 14px; } .next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact { height: 20px !important; } .next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag { border: 0; padding-top: 0px; padding-bottom: 0px; height: 14px; } .next-select-multiple.next-small .next-tag .next-tag-body, .next-select-multiple.next-small .next-tag .next-tag-close-btn, .next-select-tag.next-small .next-tag .next-tag-body, .next-select-tag.next-small .next-tag .next-tag-close-btn { line-height: 14px; } .next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body { line-height: 14px; } .next-select-multiple.next-small .next-input-label, .next-select-multiple.next-small .next-input-control, .next-select-multiple.next-small .next-select-tag-compact, .next-select-tag.next-small .next-input-label, .next-select-tag.next-small .next-input-control, .next-select-tag.next-small .next-select-tag-compact { line-height: 18px; } .next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values { min-height: 26px; padding-top: 3px; padding-bottom: 3px; line-height: 20px; } .next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact { height: 28px !important; } .next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag { padding-top: 1px; padding-bottom: 1px; height: 20px; } .next-select-multiple.next-medium .next-tag .next-tag-body, .next-select-multiple.next-medium .next-tag .next-tag-close-btn, .next-select-tag.next-medium .next-tag .next-tag-body, .next-select-tag.next-medium .next-tag .next-tag-close-btn { line-height: 18px; } .next-select-multiple.next-medium .next-input-label, .next-select-multiple.next-medium .next-input-control, .next-select-multiple.next-medium .next-select-tag-compact, .next-select-tag.next-medium .next-input-label, .next-select-tag.next-medium .next-input-control, .next-select-tag.next-medium .next-select-tag-compact { line-height: 26px; } .next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values { min-height: 38px; padding-top: 7px; padding-bottom: 7px; line-height: 24px; } .next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact { height: 40px !important; } .next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag { padding-top: 3px; padding-bottom: 3px; height: 24px; } .next-select-multiple.next-large .next-tag .next-tag-body, .next-select-multiple.next-large .next-tag .next-tag-close-btn, .next-select-tag.next-large .next-tag .next-tag-body, .next-select-tag.next-large .next-tag .next-tag-close-btn { line-height: 18px; } .next-select-multiple.next-large .next-input-label, .next-select-multiple.next-large .next-input-control, .next-select-multiple.next-large .next-select-tag-compact, .next-select-tag.next-large .next-input-label, .next-select-tag.next-large .next-input-control, .next-select-tag.next-large .next-select-tag-compact { line-height: 38px; } .next-select-auto-complete { width: 160px; } .next-select-auto-complete .next-input { width: 100%; /* table-cell 下 margin 无效 */ } .next-select-auto-complete .next-input .next-input-hint-wrap { padding-right: 1px; } .next-select-auto-complete .next-input .next-select-arrow { padding-left: 0; } .next-select.next-active .next-select-arrow .next-icon-arrow-down { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-select .next-select-unfold-icon::before { content: ""; } .next-select-symbol-fold::before { content: "\E63D"; } .next-select-arrow { cursor: pointer; width: auto !important; text-align: center; -webkit-transition: all 100ms linear; transition: all 100ms linear; /* transform-origin: center 41.8%; // icon 图像中心 */ } .next-select-popup-wrap { -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease; animation-timing-function: ease; padding: 0px 0; } .next-select-spacing-tb { padding: 0px 0; } .next-select-menu-wrapper { max-height: 260px; overflow: auto; border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } .next-select-menu-wrapper .next-select-menu { max-height: none; border: none; } .next-select-menu { max-height: 260px; overflow: auto; /* autoComplete 没有选项时 menu 不显示 */ } .next-select-menu .next-select-menu-empty-content { padding-left: 8px; padding-right: 8px; color: #999999; } .next-select-menu.next-select-auto-complete-menu.next-select-menu-empty { display: none; } .next-select-menu .next-menu-item-text .next-icon { vertical-align: middle; } .next-select-all { display: block; cursor: pointer; padding: 0 8px; margin: 0 12px 8px; border-bottom: 1px solid #DCDEE3; } .next-select-all:hover { color: #3E71F7; } .next-select-all .next-menu-icon-selected.next-icon { display: inline-block !important; top: initial; color: #5584FF; } .next-select-highlight { color: #5584FF; font-size: 12px; } .next-select-in-ie.next-select-trigger .next-select-values { /* 在 table 布局中,overflow: hidden 会导致负的 margin 失效 */ overflow: visible; } .next-select-in-ie.next-select-trigger .next-input-control, .next-select-in-ie.next-select-trigger .next-input-label { width: 1px; } .next-select-in-ie.next-select-trigger .next-input-control > * { display: table-cell; width: 1%; } .next-select-in-ie.next-select-trigger .next-select-arrow { display: table-cell; } .next-select-in-ie.next-select-trigger .next-select-clear { display: none; } .next-select-in-ie.next-select-trigger.next-select-multiple .next-select-inner, .next-select-in-ie.next-select-trigger.next-select-tag .next-select-inner { vertical-align: top; } .next-select-in-ie.next-select-trigger .next-select-inner { display: inline-table; } .next-select-in-ie.next-select-trigger.next-select-single .next-select-values { display: inline-table; } .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-small .next-select-values { line-height: 20px; } .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values { line-height: 28px; } .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values { line-height: 40px; } .next-select-in-ie.next-select-trigger .next-select-trigger-search > span { max-width: 100px; } .next-select-in-ie.next-select-trigger.next-select-single { /* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ } .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values { position: relative; } .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em { position: absolute; display: inline-block; height: 100%; line-height: 1; vertical-align: middle; overflow: hidden; left: 4px; right: 0; top: 30%; } .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { /* stylelint-disable */ filter: alpha(opacity=0); /* for IE 9 */ /* stylelint-enable */ font-size: 0; } .next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input { color: inherit; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .next-select-multiple .next-select-compact .next-select-tag-compact { background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px); } } .next-select.next-select-multiple[dir='rtl'] .next-select-compact .next-select-tag-compact { left: 0; right: auto; padding: 0 16px 0 4px; background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px); } .next-calendar { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-calendar *, .next-calendar *:before, .next-calendar *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-calendar table { border-collapse: collapse; border-spacing: 0; } .next-calendar td, .next-calendar th { padding: 0; } @-webkit-keyframes cellZoomIn { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @keyframes cellZoomIn { 0% { -webkit-transform: scale(0.5); transform: scale(0.5); } 100% { -webkit-transform: scale(1); transform: scale(1); } } @-webkit-keyframes cellHover { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes cellHover { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes enterToLeft { 0% { -webkit-transform: translate(-40%); transform: translate(-40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; -webkit-transform: translate(0%); transform: translate(0%); } } @keyframes enterToLeft { 0% { -webkit-transform: translate(-40%); transform: translate(-40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; -webkit-transform: translate(0%); transform: translate(0%); } } @-webkit-keyframes enterToRight { 0% { -webkit-transform: translate(40%); transform: translate(40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; -webkit-transform: translate(0%); transform: translate(0%); } } @keyframes enterToRight { 0% { -webkit-transform: translate(40%); transform: translate(40%); opacity: 0; } 50% { opacity: .6; } 100% { opacity: 1; -webkit-transform: translate(0%); transform: translate(0%); } } .next-calendar-fullscreen .next-calendar-header, .next-calendar-card .next-calendar-header { text-align: right; } .next-calendar-fullscreen .next-calendar-header .next-select, .next-calendar-card .next-calendar-header .next-select { margin-right: 4px; vertical-align: top; } .next-calendar-fullscreen .next-calendar-header .next-menu, .next-calendar-card .next-calendar-header .next-menu { text-align: left; } .next-calendar-fullscreen .next-calendar-header { margin-bottom: 8px; } .next-calendar-card .next-calendar-header { margin-bottom: 8px; } .next-calendar-panel-header { position: relative; background: #5584FF; margin-bottom: 8px; border-bottom: 1px solid transparent; } .next-calendar-panel-header-left, .next-calendar-panel-header-right, .next-calendar-panel-header-full { height: 32px; line-height: 32px; } .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn { vertical-align: top; font-weight: bold; margin: 0 4px; background: transparent; border-color: transparent; } .next-calendar-panel-header-left .next-calendar-btn, .next-calendar-panel-header-left .next-calendar-btn:link, .next-calendar-panel-header-left .next-calendar-btn:visited, .next-calendar-panel-header-left .next-calendar-btn.visited, .next-calendar-panel-header-right .next-calendar-btn, .next-calendar-panel-header-right .next-calendar-btn:link, .next-calendar-panel-header-right .next-calendar-btn:visited, .next-calendar-panel-header-right .next-calendar-btn.visited, .next-calendar-panel-header-full .next-calendar-btn, .next-calendar-panel-header-full .next-calendar-btn:link, .next-calendar-panel-header-full .next-calendar-btn:visited, .next-calendar-panel-header-full .next-calendar-btn.visited { color: #FFFFFF; } .next-calendar-panel-header-left .next-calendar-btn:focus, .next-calendar-panel-header-left .next-calendar-btn:hover, .next-calendar-panel-header-left .next-calendar-btn.hover, .next-calendar-panel-header-right .next-calendar-btn:focus, .next-calendar-panel-header-right .next-calendar-btn:hover, .next-calendar-panel-header-right .next-calendar-btn.hover, .next-calendar-panel-header-full .next-calendar-btn:focus, .next-calendar-panel-header-full .next-calendar-btn:hover, .next-calendar-panel-header-full .next-calendar-btn.hover { color: #FFFFFF; background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-panel-header-left .next-calendar-btn:active, .next-calendar-panel-header-left .next-calendar-btn.active, .next-calendar-panel-header-right .next-calendar-btn:active, .next-calendar-panel-header-right .next-calendar-btn.active, .next-calendar-panel-header-full .next-calendar-btn:active, .next-calendar-panel-header-full .next-calendar-btn.active { color: #FFFFFF; background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-panel-header-left, .next-calendar-panel-header-right { display: inline-block; width: 50%; text-align: center; } .next-calendar-panel-header-full { width: 100%; text-align: center; } .next-calendar-panel-menu { max-height: 210px; overflow: auto; text-align: left; } .next-calendar-btn { cursor: pointer; padding: 0; margin: 0; border: 0; background: transparent; outline: none; height: 100%; } .next-calendar-btn > .next-icon.next-icon:before, .next-calendar-btn > .next-icon.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-calendar-btn .next-icon { margin-left: 4px; } .next-calendar-btn-prev-year, .next-calendar-btn-prev-month, .next-calendar-btn-prev-decade, .next-calendar-btn-next-month, .next-calendar-btn-next-year, .next-calendar-btn-next-decade { position: absolute; top: 0; background: transparent; border-color: transparent; } .next-calendar-btn-prev-year, .next-calendar-btn-prev-year:link, .next-calendar-btn-prev-year:visited, .next-calendar-btn-prev-year.visited, .next-calendar-btn-prev-month, .next-calendar-btn-prev-month:link, .next-calendar-btn-prev-month:visited, .next-calendar-btn-prev-month.visited, .next-calendar-btn-prev-decade, .next-calendar-btn-prev-decade:link, .next-calendar-btn-prev-decade:visited, .next-calendar-btn-prev-decade.visited, .next-calendar-btn-next-month, .next-calendar-btn-next-month:link, .next-calendar-btn-next-month:visited, .next-calendar-btn-next-month.visited, .next-calendar-btn-next-year, .next-calendar-btn-next-year:link, .next-calendar-btn-next-year:visited, .next-calendar-btn-next-year.visited, .next-calendar-btn-next-decade, .next-calendar-btn-next-decade:link, .next-calendar-btn-next-decade:visited, .next-calendar-btn-next-decade.visited { color: #FFFFFF; } .next-calendar-btn-prev-year:focus, .next-calendar-btn-prev-year:hover, .next-calendar-btn-prev-year.hover, .next-calendar-btn-prev-month:focus, .next-calendar-btn-prev-month:hover, .next-calendar-btn-prev-month.hover, .next-calendar-btn-prev-decade:focus, .next-calendar-btn-prev-decade:hover, .next-calendar-btn-prev-decade.hover, .next-calendar-btn-next-month:focus, .next-calendar-btn-next-month:hover, .next-calendar-btn-next-month.hover, .next-calendar-btn-next-year:focus, .next-calendar-btn-next-year:hover, .next-calendar-btn-next-year.hover, .next-calendar-btn-next-decade:focus, .next-calendar-btn-next-decade:hover, .next-calendar-btn-next-decade.hover { color: #FFFFFF; background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-btn-prev-year:active, .next-calendar-btn-prev-year.active, .next-calendar-btn-prev-month:active, .next-calendar-btn-prev-month.active, .next-calendar-btn-prev-decade:active, .next-calendar-btn-prev-decade.active, .next-calendar-btn-next-month:active, .next-calendar-btn-next-month.active, .next-calendar-btn-next-year:active, .next-calendar-btn-next-year.active, .next-calendar-btn-next-decade:active, .next-calendar-btn-next-decade.active { color: #FFFFFF; background: transparent; border-color: transparent; text-decoration: none; } .next-calendar-btn-prev-decade, .next-calendar-btn-prev-year { left: 8px; } .next-calendar-btn-prev-month { left: 28px; } .next-calendar-btn-next-month { right: 28px; } .next-calendar-btn-next-year, .next-calendar-btn-next-decade { right: 8px; } .next-calendar-fullscreen .next-calendar-th { text-align: right; color: #333333; font-size: 16px; font-weight: bold; padding-right: 12px; padding-bottom: 4px; } .next-calendar-fullscreen .next-calendar-cell { font-size: 14px; } .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-selected .next-calendar-month { font-weight: bold; background: #DEE8FF; color: #5584FF; border-color: #5584FF; } .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell.next-disabled .next-calendar-month { cursor: not-allowed; background: #F7F8FA; color: #CCCCCC; border-color: #E6E7EB; } .next-calendar-fullscreen .next-calendar-date, .next-calendar-fullscreen .next-calendar-month { text-align: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0px 4px; padding: 4px 8px; min-height: 80px; border-top: 2px solid; -webkit-transition: background 100ms linear; transition: background 100ms linear; background: #FFFFFF; color: #333333; border-color: #DCDEE3; } .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover { background: #DEE8FF; color: #5584FF; border-color: #5584FF; } .next-calendar-fullscreen .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-next-month .next-calendar-date { background: transparent; color: #CCCCCC; border-color: transparent; } .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-date, .next-calendar-fullscreen .next-calendar-cell-current .next-calendar-month { font-weight: bold; background: #FFFFFF; color: #5584FF; border-color: #5584FF; } .next-calendar-card .next-calendar-th, .next-calendar-panel .next-calendar-th, .next-calendar-range .next-calendar-th { text-align: center; color: #999999; font-size: 12px; font-weight: normal; } .next-calendar-card .next-calendar-cell, .next-calendar-panel .next-calendar-cell, .next-calendar-range .next-calendar-cell { text-align: center; font-size: 12px; } .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-selected .next-calendar-year, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-date, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-month, .next-calendar-range .next-calendar-cell.next-selected .next-calendar-year { -webkit-animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1); animation: cellZoomIn 0.4s cubic-bezier(0.23, 1, 0.32, 1); font-weight: bold; background: #5584FF; color: #FFFFFF; border-color: #5584FF; } .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-card .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-panel .next-calendar-cell.next-disabled .next-calendar-year, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-date, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-month, .next-calendar-range .next-calendar-cell.next-disabled .next-calendar-year { cursor: not-allowed; background: #F7F8FA; color: #CCCCCC; border-color: #F7F8FA; } .next-calendar-card .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-panel .next-calendar-cell.next-inrange .next-calendar-date, .next-calendar-range .next-calendar-cell.next-inrange .next-calendar-date { background: #DEE8FF; color: #5584FF; border-color: #DEE8FF; } .next-calendar-card .next-calendar-date, .next-calendar-card .next-calendar-month, .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-date, .next-calendar-panel .next-calendar-month, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-date, .next-calendar-range .next-calendar-month, .next-calendar-range .next-calendar-year { text-align: center; border: 1px solid; background: #FFFFFF; color: #666666; border-color: #FFFFFF; } .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, .next-calendar-range .next-calendar-date:hover, .next-calendar-range .next-calendar-month:hover, .next-calendar-range .next-calendar-year:hover { cursor: pointer; } .next-calendar-card .next-calendar-date:hover, .next-calendar-card .next-calendar-month:hover, .next-calendar-card .next-calendar-year:hover, .next-calendar-panel .next-calendar-date:hover, .next-calendar-panel .next-calendar-month:hover, .next-calendar-panel .next-calendar-year:hover, .next-calendar-range .next-calendar-date:hover, .next-calendar-range .next-calendar-month:hover, .next-calendar-range .next-calendar-year:hover { background: #DEE8FF; color: #5584FF; border-color: #DEE8FF; } .next-calendar-card .next-calendar-date, .next-calendar-panel .next-calendar-date, .next-calendar-range .next-calendar-date { width: 24px; height: 24px; line-height: 22px; margin: 4px auto; border-radius: 3px; } .next-calendar-card .next-calendar-month, .next-calendar-panel .next-calendar-month, .next-calendar-range .next-calendar-month { width: 60px; height: 24px; line-height: 22px; margin: 8px auto; border-radius: 3px; } .next-calendar-card .next-calendar-year, .next-calendar-panel .next-calendar-year, .next-calendar-range .next-calendar-year { width: 48px; height: 24px; line-height: 22px; margin: 8px auto; border-radius: 3px; } .next-calendar-card .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-prev-month .next-calendar-date, .next-calendar-range .next-calendar-cell-prev-month .next-calendar-date { background: #FFFFFF; color: #CCCCCC; border-color: #FFFFFF; } .next-calendar-card .next-calendar-cell-next-month .next-calendar-date, .next-calendar-panel .next-calendar-cell-next-month .next-calendar-date, .next-calendar-range .next-calendar-cell-next-month .next-calendar-date { background: #FFFFFF; color: #CCCCCC; border-color: #FFFFFF; } .next-calendar-card .next-calendar-cell-current .next-calendar-date, .next-calendar-card .next-calendar-cell-current .next-calendar-month, .next-calendar-card .next-calendar-cell-current .next-calendar-year, .next-calendar-panel .next-calendar-cell-current .next-calendar-date, .next-calendar-panel .next-calendar-cell-current .next-calendar-month, .next-calendar-panel .next-calendar-cell-current .next-calendar-year, .next-calendar-range .next-calendar-cell-current .next-calendar-date, .next-calendar-range .next-calendar-cell-current .next-calendar-month, .next-calendar-range .next-calendar-cell-current .next-calendar-year { font-weight: bold; background: #FFFFFF; color: #5584FF; border-color: transparent; } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr { cursor: pointer; } .next-calendar-panel.next-calendar-week .next-calendar-tbody tr:hover .next-calendar-cell .next-calendar-date { background: #DEE8FF; color: #5584FF; border-color: #DEE8FF; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-cell.next-selected .next-calendar-date { font-weight: normal; background: transparent; border-color: transparent; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date { position: relative; color: #5584FF; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date::before { content: ''; position: absolute; left: -1px; top: -1px; bottom: -1px; right: -1px; border: 1px solid; background: #DEE8FF; border-color: #DEE8FF; border-radius: 3px; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-date > span { position: relative; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end { color: #FFFFFF; } .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-start::before, .next-calendar-panel.next-calendar-week .next-calendar-tbody .next-calendar-week-active-end::before { background: #5584FF; border-color: #5584FF; } .next-calendar[dir="rtl"] .next-calendar-header { text-align: left; } .next-calendar[dir="rtl"] .next-calendar-header .next-select { margin-right: 0; margin-left: 4px; } .next-calendar[dir="rtl"] .next-calendar-header .next-menu { text-align: right; } .next-calendar[dir="rtl"] .next-calendar-btn-prev-decade, .next-calendar[dir="rtl"] .next-calendar-btn-prev-year { left: auto; right: 8px; } .next-calendar[dir="rtl"] .next-calendar-btn-prev-month { left: auto; right: 28px; } .next-calendar[dir="rtl"] .next-calendar-btn-next-month { right: auto; left: 28px; } .next-calendar[dir="rtl"] .next-calendar-btn-next-year, .next-calendar[dir="rtl"] .next-calendar-btn-next-decade { right: auto; left: 8px; } .next-calendar-fullscreen[dir="rtl"] .next-calendar-th { text-align: left; padding-left: 12px; padding-right: 0; } .next-calendar-fullscreen[dir="rtl"] .next-calendar-date, .next-calendar-fullscreen[dir="rtl"] .next-calendar-month { text-align: left; } .next-calendar-range[dir="rtl"] .next-calendar-body-left, .next-calendar-range[dir="rtl"] .next-calendar-body-right { float: right; } .next-calendar-range[dir="rtl"] .next-calendar-body-left { padding-right: 0; padding-left: 8px; } .next-calendar-range[dir="rtl"] .next-calendar-body-right { padding-left: 0; padding-right: 8px; } .next-calendar { /* range calendar */ /* --------------- */ } .next-calendar-table { width: 100%; table-layout: fixed; } .next-calendar-range .next-calendar-body-left, .next-calendar-range .next-calendar-body-right { float: left; width: 50%; } .next-calendar-range .next-calendar-body-left { padding-right: 8px; } .next-calendar-range .next-calendar-body-right { padding-left: 8px; } .next-calendar-range .next-calendar-body:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-calendar-symbol-prev::before { content: "\E61D"; } .next-calendar-symbol-next::before { content: "\E619"; } .next-calendar-symbol-prev-super::before { content: "\E659"; } .next-calendar-symbol-next-super::before { content: "\E65E"; } .next-card *, .next-card *:before, .next-card *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-card, .next-card:before, .next-card:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-card[dir="rtl"] .next-card-extra { left: 0; right: auto; } .next-card[dir="rtl"] .next-card-title:before { right: 0; left: auto; } .next-card[dir="rtl"] .next-card-subtitle { float: left; padding-right: 8px; padding-left: 0; } .next-card[dir="rtl"] .next-card-head-show-bullet .next-card-title { padding-left: 0; padding-right: 8px; } .next-card { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-card *, .next-card *:before, .next-card *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-card { min-width: 100px; border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; background: #FFFFFF; overflow: hidden; } .next-card-head { background: #FFFFFF; padding-left: 16px; padding-right: 16px; } .next-card-head-show-bullet .next-card-title { padding-left: 8px; } .next-card-head-show-bullet .next-card-title:before { content: ''; display: inline-block; height: 16px; width: 3px; background: #5584FF; position: absolute; left: 0; top: calc(50% - 8px); } .next-card-head-main { position: relative; margin-top: 8px; margin-bottom: 0px; height: 40px; line-height: 40px; } .next-card-title { display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 80%; height: 100%; color: #333333; font-size: 16px; font-weight: normal; } .next-card-subtitle { font-size: 12px; color: #666666; padding-left: 8px; } .next-card-extra { position: absolute; right: 0; top: 0; height: 100%; font-size: 12px; color: #5584FF; } .next-card-body { padding-bottom: 12px; padding-left: 16px; padding-right: 16px; } .next-card-show-divider .next-card-head-main { border-bottom: 1px solid #E6E7EB; } .next-card-show-divider .next-card-body { padding-top: 12px; } .next-card-hide-divider .next-card-body { padding-top: 0px; } .next-card—free { padding: 0; } .next-card-content { overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; position: relative; } .next-card-footer .next-icon { -webkit-transition: all 100ms linear; transition: all 100ms linear; } .next-card-footer .next-icon.expand { -webkit-transform-origin: 50% 47%; -ms-transform-origin: 50% 47%; transform-origin: 50% 47%; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-card-header { background: #FFFFFF; padding: 0 16px; margin-bottom: 12px; margin-top: 12px; } .next-card-media, .next-card-media > * { display: block; background-size: cover; background-repeat: no-repeat; background-position: center; -o-object-fit: cover; object-fit: cover; width: 100%; } .next-card-header-titles { overflow: hidden; } .next-card-header-extra { float: right; text-align: right; } .next-card-header-extra .next--btn { margin-left: 12px; vertical-align: middle; } .next-card-header-title { color: #333333; font-size: 16px; font-weight: normal; line-height: 1.5; } .next-card-header-subtitle { font-size: 12px; color: #666666; } .next-card-actions { display: block; padding-left: 16px; padding-right: 16px; padding-top: 12px; padding-bottom: 12px; } .next-card-actions .next-btn:not(:last-child) { margin-right: 12px; vertical-align: middle; } .next-card-divider { border-style: none; width: 100%; margin: 0; position: relative; } .next-card-divider::before { content: ''; display: block; border-bottom: 1px solid #E6E7EB; } .next-card-divider--inset { padding: 0 16px; } .next-card-content-container { margin-top: 12px; padding-bottom: 12px; padding-left: 16px; padding-right: 16px; font-size: 12px; line-height: 1.5; color: #666666; } .next-cascader { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; overflow: auto; border: 1px solid #DCDEE3; border-radius: 3px; } .next-cascader *, .next-cascader *:before, .next-cascader *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-cascader-inner:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-cascader-menu-wrapper { float: left; overflow: auto; width: 100px; height: 192px; overflow-x: hidden; overflow-y: auto; } .next-cascader-menu-wrapper + .next-cascader-menu-wrapper { border-left: 1px solid #DCDEE3; } .next-cascader-menu { position: relative; padding: 0; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; min-width: auto; min-height: 100%; } .next-cascader-menu.next-has-right-border { border-right: 1px solid #DCDEE3; } .next-cascader-menu-item.next-expanded { color: #333333; background-color: #F2F3F7; } .next-cascader-menu-icon-right { position: absolute; top: 0; right: 10px; color: #666666; } .next-cascader-menu-icon-right:hover { color: #333333; } .next-cascader-menu-icon-expand.next-icon:before, .next-cascader-menu-icon-expand.next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-cascader-menu-icon-expand.next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-cascader-menu-icon-expand.next-icon:before { width: 16px; font-size: 16px; } } .next-cascader-menu-icon-loading.next-icon:before, .next-cascader-menu-icon-loading.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right { color: #333333; } .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading { color: #5584FF; } .next-cascader-filtered-list { height: 192px; padding: 0; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; overflow: auto; } .next-cascader-filtered-list .next-menu-item-inner { overflow: visible; } .next-cascader-filtered-item em { color: #5584FF; font-style: normal; } .next-cascader[dir="rtl"] .next-cascader-menu-wrapper { float: right; border-left: none; border-right: 1px solid #DCDEE3; } .next-cascader[dir="rtl"] .next-cascader-menu-wrapper:first-child { border-right: none; } .next-cascader[dir="rtl"] .next-cascader-menu.next-has-right-border { border-right: none; border-left: 1px solid #DCDEE3; } .next-cascader[dir="rtl"] .next-cascader-menu-icon-right { right: auto; left: 10px; } .next-cascader-select { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-cascader-select *, .next-cascader-select *:before, .next-cascader-select *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-cascader-select-dropdown { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; } .next-cascader-select-dropdown *, .next-cascader-select-dropdown *:before, .next-cascader-select-dropdown *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-cascader-select-dropdown .next-cascader { display: block; border: none; -webkit-box-shadow: none; box-shadow: none; } .next-cascader-select-not-found { padding: 0; border: none; -webkit-box-shadow: none; box-shadow: none; overflow: auto; color: #999999; } .next-cascader-select-not-found .next-menu-item:hover { color: #999999; /* TODO */ background: #FFFFFF; cursor: default; } .next-collapse[dir=rtl] .next-collapse-panel-title { padding: 8px 28px 8px 0; } .next-collapse[dir=rtl] .next-collapse-panel-icon { left: inherit; right: 12px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); margin-left: 0px; margin-right: 0px; } .next-collapse[dir=rtl] .next-collapse-panel-icon:before, .next-collapse[dir=rtl] .next-collapse-panel-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse[dir=rtl] .next-collapse-panel-icon { -webkit-transform: scale(0.5) rotate(180deg); -ms-transform: scale(0.5) rotate(180deg); transform: scale(0.5) rotate(180deg); margin-left: -4px; margin-right: -4px; } .next-collapse[dir=rtl] .next-collapse-panel-icon:before { width: 16px; font-size: 16px; } } /* put your code here */ .next-collapse { -webkit-box-sizing: border-box; box-sizing: border-box; border: 1px solid #DCDEE3; border-radius: 3px; } .next-collapse *, .next-collapse *:before, .next-collapse *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-collapse:focus, .next-collapse *:focus { outline: 0; } .next-collapse-panel:not(:first-child) { border-top: 1px solid #DCDEE3; } .next-collapse .next-collapse-panel-icon { position: absolute; color: #333333; -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; transition: transform 100ms linear, -webkit-transform 100ms linear; left: 12px; margin-top: -2px; margin-left: 0px; margin-right: 0px; } .next-collapse .next-collapse-panel-icon:before, .next-collapse .next-collapse-panel-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse .next-collapse-panel-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-collapse .next-collapse-panel-icon:before { width: 16px; font-size: 16px; } } .next-collapse-panel-title { position: relative; line-height: 20px; background: #F2F3F7; font-size: 14px; font-weight: normal; color: #333333; cursor: pointer; padding: 8px 0 8px 28px; -webkit-transition: background 100ms linear; transition: background 100ms linear; } .next-collapse-panel-title:hover { background: #EBECF0; color: #333333; font-weight: normal; } .next-collapse-panel-title:hover .next-collapse-panel-icon { color: #333333; } .next-collapse-panel-content { height: 0; padding: 0 16px; background: #FFFFFF; font-size: 12px; color: #666666; -webkit-transition: all 300ms ease; transition: all 300ms ease; opacity: 0; } .next-collapse-panel-expanded > .next-collapse-panel-content { display: block; padding: 12px 16px; height: auto; opacity: 1; } .next-collapse .next-collapse-unfold-icon::before { content: ""; } .next-collapse-panel-hidden > .next-collapse-panel-content { overflow: hidden; } .next-collapse .next-collapse-panel-icon::before { content: "\E619"; } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); margin-left: 0px; margin-right: 0px; } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before, .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded { -webkit-transform: scale(0.5) rotate(90deg); -ms-transform: scale(0.5) rotate(90deg); transform: scale(0.5) rotate(90deg); margin-left: -4px; margin-right: -4px; } .next-collapse .next-collapse-panel-icon.next-collapse-panel-icon-expanded:before { width: 16px; font-size: 16px; } } .next-collapse-disabled { border-color: #E6E7EB; } .next-collapse-panel-disabled:not(:first-child) { border-color: #E6E7EB; } .next-collapse-panel-disabled > .next-collapse-panel-title { cursor: not-allowed; color: #CCCCCC; background: #F2F3F7; } .next-collapse-panel-disabled .next-collapse-panel-icon { color: #CCCCCC; } .next-collapse-panel-disabled .next-collapse-panel-title:hover { font-weight: normal; } .next-collapse-panel-disabled .next-collapse-panel-title:hover .next-collapse-panel-icon { color: #CCCCCC; } .next-collapse-panel-disabled:hover { color: #CCCCCC; background: #F2F3F7; } .next-time-picker-menu { float: left; text-align: center; } .next-time-picker-menu:not(:last-child) { border-right: 1px solid #C4C6CF; } .next-time-picker-menu-title { cursor: default; height: 28px; line-height: 28px; font-size: 12px; font-weight: normal; color: #999999; background: #FFFFFF; } .next-time-picker-menu ul { position: relative; overflow-y: auto; list-style: none; margin: 0; padding: 0; font-size: 12px; height: 196px; } .next-time-picker-menu-item { cursor: pointer; height: 28px; line-height: 28px; -webkit-transition: background 100ms linear; transition: background 100ms linear; color: #666666; background: #FFFFFF; outline: none; } .next-time-picker-menu-item:hover { color: #333333; background: #F2F3F7; } .next-time-picker-menu-item.next-selected { font-weight: bold; color: #666666; background: #F2F3F7; } .next-time-picker-menu-item.next-disabled { cursor: not-allowed; color: #CCCCCC; background: #FFFFFF; } .next-time-picker-panel { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-time-picker-panel *, .next-time-picker-panel *:before, .next-time-picker-panel *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-time-picker-panel:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-time-picker-panel-header { border-bottom: 1px solid #DCDEE3; } .next-time-picker-panel-input.next-input { width: 100%; padding: 6px; border-color: transparent; vertical-align: middle; } .next-time-picker-panel-col-3 .next-time-picker-menu { width: 33.33333%; } .next-time-picker-panel-col-2 .next-time-picker-menu { width: 50%; } .next-time-picker-panel-col-1 .next-time-picker-menu { width: 100%; } .next-time-picker-body[dir="rtl"] .next-time-picker-menu { float: right; } .next-time-picker-body[dir="rtl"] .next-time-picker-menu:not(:last-child) { border-right: none; border-left: 1px solid #C4C6CF; } .next-time-picker { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 200px; } .next-time-picker *, .next-time-picker *:before, .next-time-picker *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-time-picker-trigger .next-input { width: 100%; } .next-time-picker-body { overflow: hidden; width: 200px; border: 1px solid #DCDEE3; border-radius: 3px; background: #FFFFFF; -webkit-box-shadow: none; box-shadow: none; } .next-time-picker-symbol-clock-icon::before { content: "\E621"; } .next-range-picker-trigger-separator, .next-range-picker-panel-input-separator { cursor: default; display: inline-block; text-align: center; color: #CCCCCC; width: 16px; font-size: 12px; vertical-align: middle; } .next-date-picker, .next-month-picker, .next-year-picker, .next-week-picker { display: inline-block; width: 200px; } .next-date-picker-input, .next-month-picker-input, .next-year-picker-input, .next-week-picker-input { width: 100%; } .next-date-picker-body, .next-month-picker-body, .next-year-picker-body, .next-week-picker-body { width: 288px; } .next-date-picker-panel-input.next-input, .next-month-picker-panel-input.next-input, .next-year-picker-panel-input.next-input, .next-week-picker-panel-input.next-input { width: 100%; background: transparent; } .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input { width: 49%; } .next-date-picker-body.next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { margin-right: 2%; } .next-range-picker { display: inline-block; width: 336px; } .next-range-picker-input { width: 100%; } .next-range-picker-trigger { border: 1px solid #C4C6CF; background-color: #FFFFFF; } .next-range-picker-trigger:hover { border-color: #A0A2AD; background-color: #FFFFFF; } .next-range-picker-trigger.next-error { border-color: #FF3000; } .next-range-picker-trigger-input.next-input { height: auto; width: calc(50% - 8px); } .next-range-picker.next-disabled .next-range-picker-trigger { color: #CCCCCC; border-color: #E6E7EB; background-color: #F7F8FA; cursor: not-allowed; } .next-range-picker.next-disabled .next-range-picker-trigger:hover { border-color: #E6E7EB; background-color: #F7F8FA; } .next-range-picker.next-large .next-range-picker-trigger, .next-range-picker.next-large .next-range-picker-panel-input { border-radius: 3px; } .next-range-picker.next-medium .next-range-picker-trigger, .next-range-picker.next-medium .next-range-picker-panel-input { border-radius: 3px; } .next-range-picker.next-small .next-range-picker-trigger, .next-range-picker.next-small .next-range-picker-panel-input { border-radius: 3px; } .next-range-picker-body { width: 600px; } .next-range-picker-panel-input-start-date.next-input, .next-range-picker-panel-input-end-date.next-input { width: calc(50% - 8px); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-date, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-time, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { width: calc(25% - 8px); } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-start-date { margin-right: 8px; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-input-end-time { margin-left: 8px; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { width: 50%; float: left; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-start { border-right: 1px solid #DCDEE3; } .next-range-picker-body.next-range-picker-body-show-time .next-range-picker-panel-time-end { border-left: 1px solid #DCDEE3; } .next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } .next-date-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-date-picker-panel-input.next-input:first-child { margin-left: 2%; margin-right: 0; } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu { float: right; } .next-date-picker-body[dir="rtl"].next-date-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; border-left: 1px solid #C4C6CF; } .next-range-picker-body[dir="rtl"] .next-range-picker-panel-input { text-align: right; } .next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer { text-align: left; } .next-range-picker-body[dir="rtl"] .next-date-picker-panel-footer > .next-btn:not(:last-child) { margin-right: 0; margin-left: 16px; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-start-date { margin-right: 0; margin-left: 8px; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-input-end-time { margin-left: 0; margin-right: 8px; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start, .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { float: right; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-start { border-right: none; border-left: 1px solid #DCDEE3; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-range-picker-panel-time-end { border-left: none; border-right: 1px solid #DCDEE3; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu { float: right; } .next-range-picker-body[dir="rtl"].next-range-picker-body-show-time .next-time-picker-menu:not(:last-child) { border-right: none; border-left: 1px solid #C4C6CF; } .next-date-picker, .next-range-picker, .next-month-picker, .next-year-picker, .next-week-picker { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-date-picker *, .next-date-picker *:before, .next-date-picker *:after, .next-range-picker *, .next-range-picker *:before, .next-range-picker *:after, .next-month-picker *, .next-month-picker *:before, .next-month-picker *:after, .next-year-picker *, .next-year-picker *:before, .next-year-picker *:after, .next-week-picker *, .next-week-picker *:before, .next-week-picker *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-date-picker-body, .next-range-picker-body, .next-month-picker-body, .next-year-picker-body, .next-week-picker-body { border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: none; box-shadow: none; background: #FFFFFF; } .next-date-picker-panel-header, .next-range-picker-panel-header, .next-month-picker-panel-header, .next-year-picker-panel-header, .next-week-picker-panel-header { padding: 6px; text-align: center; } .next-date-picker-panel-time, .next-range-picker-panel-time, .next-month-picker-panel-time, .next-year-picker-panel-time, .next-week-picker-panel-time { border-top: 1px solid #DCDEE3; } .next-date-picker-panel-footer, .next-range-picker-panel-footer, .next-month-picker-panel-footer, .next-year-picker-panel-footer, .next-week-picker-panel-footer { text-align: right; padding: 8px 20px; border-top: 1px solid #DCDEE3; } .next-date-picker-panel-footer > .next-btn:not(:last-child), .next-date-picker-panel-tools > .next-btn:not(:last-child), .next-range-picker-panel-footer > .next-btn:not(:last-child), .next-range-picker-panel-tools > .next-btn:not(:last-child), .next-month-picker-panel-footer > .next-btn:not(:last-child), .next-month-picker-panel-tools > .next-btn:not(:last-child), .next-year-picker-panel-footer > .next-btn:not(:last-child), .next-year-picker-panel-tools > .next-btn:not(:last-child), .next-week-picker-panel-footer > .next-btn:not(:last-child), .next-week-picker-panel-tools > .next-btn:not(:last-child) { margin-right: 16px; } .next-date-picker-panel-tools, .next-range-picker-panel-tools, .next-month-picker-panel-tools, .next-year-picker-panel-tools, .next-week-picker-panel-tools { float: left; } .next-date-picker .next-calendar-panel-header, .next-range-picker .next-calendar-panel-header, .next-month-picker .next-calendar-panel-header, .next-year-picker .next-calendar-panel-header, .next-week-picker .next-calendar-panel-header { margin-left: -1px; margin-right: -1px; } .next-date-picker .next-input input, .next-range-picker .next-input input, .next-month-picker .next-input input, .next-year-picker .next-input input, .next-week-picker .next-input input { vertical-align: baseline; } .next-date-picker-symbol-calendar-icon::before, .next-range-picker-symbol-calendar-icon::before, .next-month-picker-symbol-calendar-icon::before, .next-year-picker-symbol-calendar-icon::before, .next-week-picker-symbol-calendar-icon::before { content: "\E607"; } .next-range-picker-panel-body .next-calendar { display: inline-block; width: 50%; } .next-message { -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; display: block; vertical-align: baseline; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } .next-message *, .next-message *:before, .next-message *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-message:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-message .next-message-close { color: #999999; font-size: 0; position: absolute; cursor: pointer; } .next-message .next-message-close .next-icon-close { width: 12px; height: 12px; line-height: 1em; } .next-message .next-message-close .next-icon-close:before { width: 12px; height: 12px; font-size: 12px; line-height: 1em; } .next-message .next-message-close:hover { color: #666666; } .next-message.next-message-success.next-inline { background-color: #E4FDDA; border-color: #E4FDDA; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-success.next-inline .next-message-title { color: #333333; } .next-message.next-message-success.next-inline .next-message-content { color: #666666; } .next-message.next-message-success.next-inline .next-message-symbol { color: #46BC15; } .next-message.next-message-success.next-inline .next-message-symbol-icon::before { content: "\E60A"; } .next-message.next-message-success.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-success.next-addon .next-message-title { color: #333333; } .next-message.next-message-success.next-addon .next-message-content { color: #666666; } .next-message.next-message-success.next-addon .next-message-symbol { color: #46BC15; } .next-message.next-message-success.next-addon .next-message-symbol-icon::before { content: "\E60A"; } .next-message.next-message-success.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-success.next-toast .next-message-title { color: #333333; } .next-message.next-message-success.next-toast .next-message-content { color: #666666; } .next-message.next-message-success.next-toast .next-message-symbol { color: #46BC15; } .next-message.next-message-success.next-toast .next-message-symbol-icon::before { content: "\E60A"; } .next-message.next-message-warning.next-inline { background-color: #FFF3E0; border-color: #FFF3E0; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-warning.next-inline .next-message-title { color: #333333; } .next-message.next-message-warning.next-inline .next-message-content { color: #666666; } .next-message.next-message-warning.next-inline .next-message-symbol { color: #FF9300; } .next-message.next-message-warning.next-inline .next-message-symbol-icon::before { content: "\E60B"; } .next-message.next-message-warning.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-warning.next-addon .next-message-title { color: #333333; } .next-message.next-message-warning.next-addon .next-message-content { color: #666666; } .next-message.next-message-warning.next-addon .next-message-symbol { color: #FF9300; } .next-message.next-message-warning.next-addon .next-message-symbol-icon::before { content: "\E60B"; } .next-message.next-message-warning.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-warning.next-toast .next-message-title { color: #333333; } .next-message.next-message-warning.next-toast .next-message-content { color: #666666; } .next-message.next-message-warning.next-toast .next-message-symbol { color: #FF9300; } .next-message.next-message-warning.next-toast .next-message-symbol-icon::before { content: "\E60B"; } .next-message.next-message-error.next-inline { background-color: #FFECE4; border-color: #FFECE4; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-error.next-inline .next-message-title { color: #333333; } .next-message.next-message-error.next-inline .next-message-content { color: #666666; } .next-message.next-message-error.next-inline .next-message-symbol { color: #FF3000; } .next-message.next-message-error.next-inline .next-message-symbol-icon::before { content: "\E60D"; } .next-message.next-message-error.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-error.next-addon .next-message-title { color: #333333; } .next-message.next-message-error.next-addon .next-message-content { color: #666666; } .next-message.next-message-error.next-addon .next-message-symbol { color: #FF3000; } .next-message.next-message-error.next-addon .next-message-symbol-icon::before { content: "\E60D"; } .next-message.next-message-error.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-error.next-toast .next-message-title { color: #333333; } .next-message.next-message-error.next-toast .next-message-content { color: #666666; } .next-message.next-message-error.next-toast .next-message-symbol { color: #FF3000; } .next-message.next-message-error.next-toast .next-message-symbol-icon::before { content: "\E60D"; } .next-message.next-message-notice.next-inline { background-color: #E3F2FD; border-color: #E3F2FD; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-notice.next-inline .next-message-title { color: #333333; } .next-message.next-message-notice.next-inline .next-message-content { color: #666666; } .next-message.next-message-notice.next-inline .next-message-symbol { color: #4494F9; } .next-message.next-message-notice.next-inline .next-message-symbol-icon::before { content: "\E60C"; } .next-message.next-message-notice.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-notice.next-addon .next-message-title { color: #333333; } .next-message.next-message-notice.next-addon .next-message-content { color: #666666; } .next-message.next-message-notice.next-addon .next-message-symbol { color: #4494F9; } .next-message.next-message-notice.next-addon .next-message-symbol-icon::before { content: "\E60C"; } .next-message.next-message-notice.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-notice.next-toast .next-message-title { color: #333333; } .next-message.next-message-notice.next-toast .next-message-content { color: #666666; } .next-message.next-message-notice.next-toast .next-message-symbol { color: #4494F9; } .next-message.next-message-notice.next-toast .next-message-symbol-icon::before { content: "\E60C"; } .next-message.next-message-help.next-inline { background-color: #E3FFF8; border-color: #E3FFF8; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-help.next-inline .next-message-title { color: #333333; } .next-message.next-message-help.next-inline .next-message-content { color: #666666; } .next-message.next-message-help.next-inline .next-message-symbol { color: #01C1B2; } .next-message.next-message-help.next-inline .next-message-symbol-icon::before { content: "\E673"; } .next-message.next-message-help.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-help.next-addon .next-message-title { color: #333333; } .next-message.next-message-help.next-addon .next-message-content { color: #666666; } .next-message.next-message-help.next-addon .next-message-symbol { color: #01C1B2; } .next-message.next-message-help.next-addon .next-message-symbol-icon::before { content: "\E673"; } .next-message.next-message-help.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-help.next-toast .next-message-title { color: #333333; } .next-message.next-message-help.next-toast .next-message-content { color: #666666; } .next-message.next-message-help.next-toast .next-message-symbol { color: #01C1B2; } .next-message.next-message-help.next-toast .next-message-symbol-icon::before { content: "\E673"; } .next-message.next-message-loading.next-inline { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-loading.next-inline .next-message-title { color: #333333; } .next-message.next-message-loading.next-inline .next-message-content { color: #666666; } .next-message.next-message-loading.next-inline .next-message-symbol { color: #5584FF; } .next-message.next-message-loading.next-inline .next-message-symbol-icon::before { content: "\E646"; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } .next-message.next-message-loading.next-addon { background-color: transparent; border-color: transparent; -webkit-box-shadow: none; box-shadow: none; border-style: solid; } .next-message.next-message-loading.next-addon .next-message-title { color: #333333; } .next-message.next-message-loading.next-addon .next-message-content { color: #666666; } .next-message.next-message-loading.next-addon .next-message-symbol { color: #5584FF; } .next-message.next-message-loading.next-addon .next-message-symbol-icon::before { content: "\E646"; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } .next-message.next-message-loading.next-toast { background-color: #FFFFFF; border-color: #FFFFFF; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); border-style: solid; } .next-message.next-message-loading.next-toast .next-message-title { color: #333333; } .next-message.next-message-loading.next-toast .next-message-content { color: #666666; } .next-message.next-message-loading.next-toast .next-message-symbol { color: #5584FF; } .next-message.next-message-loading.next-toast .next-message-symbol-icon::before { content: "\E646"; -webkit-animation: loadingCircle 1s infinite linear; animation: loadingCircle 1s infinite linear; } .next-message.next-medium { border-width: 1px; padding: 12px; } .next-message.next-medium .next-message-symbol { float: left; line-height: 16px; } .next-message.next-medium .next-message-symbol:before, .next-message.next-medium .next-message-symbol .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-message.next-medium .next-message-title { padding: 0 20px 0 24px; font-size: 16px; line-height: 16px; } .next-message.next-medium .next-message-content { margin-top: 8px; padding: 0 20px 0 24px; font-size: 12px; line-height: 12px; } .next-message.next-medium .next-message-symbol + .next-message-content { margin-top: 0; } .next-message.next-medium.next-title-content .next-message-title { line-height: 16px; } .next-message.next-medium.next-only-content .next-message-content { line-height: 16px; } .next-message.next-medium .next-message-close { top: 12px; right: 12px; } .next-message.next-medium.next-inline { border-radius: 3px; } .next-message.next-medium.next-toast { border-radius: 3px; } .next-message.next-large { border-width: 2px; padding: 16px; line-height: 18px; } .next-message.next-large .next-message-symbol { float: left; line-height: 24px; } .next-message.next-large .next-message-symbol:before, .next-message.next-large .next-message-symbol .next-icon-remote { width: 24px; font-size: 24px; line-height: inherit; } .next-message.next-large .next-message-title { padding: 0 20px 0 36px; font-size: 20px; line-height: 20px; } .next-message.next-large .next-message-content { margin-top: 8px; padding: 0 20px 0 36px; font-size: 12px; line-height: 12px; } .next-message.next-large .next-message-symbol + .next-message-content { margin-top: 0; } .next-message.next-large.next-title-content .next-message-title { line-height: 24px; } .next-message.next-large.next-only-content .next-message-content { line-height: 24px; } .next-message.next-large .next-message-close { top: 16px; right: 16px; } .next-message.next-large.next-inline { border-radius: 3px; } .next-message.next-large.next-toast { border-radius: 3px; } .next-message[dir="rtl"] .next-message-symbol { float: right; } .next-message[dir="rtl"].next-medium .next-message-title { padding: 0 24px 0 20px; } .next-message[dir="rtl"].next-medium .next-message-close { left: 12px; right: auto; } .next-message[dir="rtl"].next-large .next-message-title { padding: 0 36px 0 20px; } .next-message[dir="rtl"].next-large .next-message-close { left: 16px; right: auto; } .next-dialog[dir=rtl] { text-align: right; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-left { text-align: right; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-center { text-align: center; } .next-dialog[dir=rtl] .next-dialog-footer.next-align-right { text-align: left; } .next-dialog[dir=rtl] .next-dialog-btn + .next-dialog-btn { margin-right: 4px; margin-left: 0; } .next-dialog[dir=rtl] .next-dialog-close { left: 12px; right: auto; } .next-dialog { -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; z-index: 1001; background: #FFFFFF; border: 1px solid #DCDEE3; border-radius: 3px; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); text-align: left; overflow: hidden; max-width: 90%; /* 让用户自己设置 */ /* &.next-closeable &-header, */ /* &.next-closeable &-body, { */ /* padding-right: $dialog-part-padding-right-closeable; */ /* } */ } .next-dialog *, .next-dialog *:before, .next-dialog *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-dialog-header { padding: 12px 20px 12px 20px; border-bottom: 0px solid transparent; font-size: 16px; background: transparent; color: #333333; } .next-dialog-body { padding: 20px 20px 20px 20px; font-size: 12px; color: #666666; } .next-dialog-footer { padding: 12px 20px 12px 20px; border-top: 0px solid transparent; background: transparent; } .next-dialog-footer.next-align-left { text-align: left; } .next-dialog-footer.next-align-center { text-align: center; } .next-dialog-footer.next-align-right { text-align: right; } .next-dialog-footer-fixed-height { position: absolute; width: 100%; bottom: 0; } .next-dialog-btn + .next-dialog-btn { margin-left: 4px; } .next-dialog-close { position: absolute; top: 12px; right: 12px; width: 16px; height: 16px; color: #999999; cursor: pointer; } .next-dialog-close:link, .next-dialog-close:visited { height: 16px; color: #999999; } .next-dialog-close:hover { background: transparent; color: #333333; } .next-dialog-close .next-dialog-close-icon.next-icon { position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -6px; width: 12px; height: 12px; line-height: 1em; } .next-dialog-close .next-dialog-close-icon.next-icon:before { width: 12px; height: 12px; font-size: 12px; line-height: 1em; } .next-dialog-container { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1001; padding: 40px; overflow: auto; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; } .next-dialog-container:before { display: inline-block; vertical-align: middle; width: 0; height: 100%; content: ''; } .next-dialog-container .next-dialog { display: inline-block; position: relative; vertical-align: middle; } .next-dialog-quick .next-dialog-body { padding: 20px 20px 20px 20px; } .next-dialog .next-dialog-message.next-message { min-width: 300px; padding: 0; } .next-drawer { -webkit-box-sizing: border-box; box-sizing: border-box; position: fixed; z-index: 1001; background: #FFFFFF; border: 1px solid #DCDEE3; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); overflow: auto; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } .next-drawer *, .next-drawer *:before, .next-drawer *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-drawer-right { height: 100%; max-width: 80%; width: 240px; } .next-drawer-left { height: 100%; max-width: 80%; width: 240px; } .next-drawer-top { width: 100%; } .next-drawer-bottom { width: 100%; } .next-drawer-header { padding: 12px 20px 12px 20px; border-bottom: 1px solid #DCDEE3; font-size: 16px; background: #FFFFFF; color: #333333; } .next-drawer-no-title { padding: 0; border-bottom: 0; } .next-drawer-body { padding: 20px 20px 20px 20px; font-size: 12px; color: #666666; } .next-drawer-close { position: absolute; top: 12px; right: 12px; width: 16px; height: 16px; color: #999999; cursor: pointer; } .next-drawer-close:link, .next-drawer-close:visited { height: 16px; color: #999999; } .next-drawer-close:hover { background: transparent; color: #333333; } .next-drawer-close .next-drawer-close-icon.next-icon { position: absolute; top: 50%; left: 50%; margin-top: -6px; margin-left: -6px; width: 12px; height: 12px; line-height: 1em; } .next-drawer-close .next-drawer-close-icon.next-icon:before { width: 12px; height: 12px; font-size: 12px; line-height: 1em; } /* stylelint-disable-next-line */ /* Grid System */ /* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */ /* 栅格系统, 根据不同的屏幕尺寸情况,调整这些区块的排版,将页面划分为若干等宽的列,然后推荐通过等宽列来创建响应式的页面区块。另外,屏幕宽度较大的时候,区块倾向于水平分布,而屏幕宽度较小的时候,区块倾向于竖直堆叠。 */ /* ------------------------------- */ .next-row { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; } .next-row *, .next-row *:before, .next-row *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-row.next-row-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; } @media (min-width: 320px) { .next-row.next-row-fixed { width: 320px; } } @media (min-width: 480px) { .next-row.next-row-fixed { width: 480px; } } @media (min-width: 720px) { .next-row.next-row-fixed { width: 720px; } } @media (min-width: 990px) { .next-row.next-row-fixed { width: 990px; } } @media (min-width: 1200px) { .next-row.next-row-fixed { width: 1200px; } } @media (min-width: 1500px) { .next-row.next-row-fixed { width: 1500px; } } .next-row.next-row-fixed-xxs { width: 320px; } .next-row.next-row-fixed-xs { width: 480px; } .next-row.next-row-fixed-s { width: 720px; } .next-row.next-row-fixed-m { width: 990px; } .next-row.next-row-fixed-l { width: 1200px; } .next-row.next-row-fixed-xl { width: 1500px; } .next-row.next-row-justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } .next-row.next-row-justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } .next-row.next-row-justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .next-row.next-row-justify-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .next-row.next-row-justify-space-around { -ms-flex-pack: distribute; justify-content: space-around; } .next-row.next-row-align-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } .next-row.next-row-align-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } .next-row.next-row-align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .next-row.next-row-align-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; } .next-row.next-row-align-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .next-col { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .next-col.next-col-top { -ms-flex-item-align: start; align-self: flex-start; } .next-col.next-col-bottom { -ms-flex-item-align: end; align-self: flex-end; } .next-col.next-col-center { -ms-flex-item-align: center; align-self: center; } /* IE9 pack */ @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-row { display: table; width: 100%; } .next-col { display: table-cell; vertical-align: top; } } .next-col-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } @media (min-width: 320px) { .next-col-xxs-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xxs-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xxs-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xxs-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xxs-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xxs-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xxs-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xxs-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xxs-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xxs-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xxs-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xxs-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xxs-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xxs-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xxs-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xxs-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xxs-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xxs-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xxs-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xxs-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xxs-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xxs-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xxs-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xxs-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 480px) { .next-col-xs-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xs-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xs-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xs-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xs-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xs-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xs-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xs-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xs-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xs-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xs-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xs-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xs-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xs-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xs-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xs-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xs-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xs-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xs-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xs-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xs-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xs-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xs-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xs-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 720px) { .next-col-s-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-s-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-s-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-s-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-s-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-s-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-s-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-s-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-s-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-s-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-s-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-s-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-s-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-s-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-s-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-s-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-s-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-s-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-s-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-s-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-s-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-s-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-s-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-s-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 990px) { .next-col-m-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-m-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-m-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-m-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-m-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-m-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-m-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-m-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-m-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-m-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-m-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-m-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-m-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-m-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-m-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-m-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-m-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-m-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-m-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-m-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-m-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-m-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-m-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-m-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1200px) { .next-col-l-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-l-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-l-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-l-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-l-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-l-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-l-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-l-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-l-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-l-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-l-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-l-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-l-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-l-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-l-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-l-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-l-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-l-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-l-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-l-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-l-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-l-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-l-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-l-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1500px) { .next-col-xl-1 { -webkit-box-flex: 0; -ms-flex: 0 0 4.16667%; flex: 0 0 4.16667%; width: 4.16667%; max-width: 4.16667%; } .next-col-xl-2 { -webkit-box-flex: 0; -ms-flex: 0 0 8.33333%; flex: 0 0 8.33333%; width: 8.33333%; max-width: 8.33333%; } .next-col-xl-3 { -webkit-box-flex: 0; -ms-flex: 0 0 12.5%; flex: 0 0 12.5%; width: 12.5%; max-width: 12.5%; } .next-col-xl-4 { -webkit-box-flex: 0; -ms-flex: 0 0 16.66667%; flex: 0 0 16.66667%; width: 16.66667%; max-width: 16.66667%; } .next-col-xl-5 { -webkit-box-flex: 0; -ms-flex: 0 0 20.83333%; flex: 0 0 20.83333%; width: 20.83333%; max-width: 20.83333%; } .next-col-xl-6 { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; width: 25%; max-width: 25%; } .next-col-xl-7 { -webkit-box-flex: 0; -ms-flex: 0 0 29.16667%; flex: 0 0 29.16667%; width: 29.16667%; max-width: 29.16667%; } .next-col-xl-8 { -webkit-box-flex: 0; -ms-flex: 0 0 33.33333%; flex: 0 0 33.33333%; width: 33.33333%; max-width: 33.33333%; } .next-col-xl-9 { -webkit-box-flex: 0; -ms-flex: 0 0 37.5%; flex: 0 0 37.5%; width: 37.5%; max-width: 37.5%; } .next-col-xl-10 { -webkit-box-flex: 0; -ms-flex: 0 0 41.66667%; flex: 0 0 41.66667%; width: 41.66667%; max-width: 41.66667%; } .next-col-xl-11 { -webkit-box-flex: 0; -ms-flex: 0 0 45.83333%; flex: 0 0 45.83333%; width: 45.83333%; max-width: 45.83333%; } .next-col-xl-12 { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 50%; } .next-col-xl-13 { -webkit-box-flex: 0; -ms-flex: 0 0 54.16667%; flex: 0 0 54.16667%; width: 54.16667%; max-width: 54.16667%; } .next-col-xl-14 { -webkit-box-flex: 0; -ms-flex: 0 0 58.33333%; flex: 0 0 58.33333%; width: 58.33333%; max-width: 58.33333%; } .next-col-xl-15 { -webkit-box-flex: 0; -ms-flex: 0 0 62.5%; flex: 0 0 62.5%; width: 62.5%; max-width: 62.5%; } .next-col-xl-16 { -webkit-box-flex: 0; -ms-flex: 0 0 66.66667%; flex: 0 0 66.66667%; width: 66.66667%; max-width: 66.66667%; } .next-col-xl-17 { -webkit-box-flex: 0; -ms-flex: 0 0 70.83333%; flex: 0 0 70.83333%; width: 70.83333%; max-width: 70.83333%; } .next-col-xl-18 { -webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; width: 75%; max-width: 75%; } .next-col-xl-19 { -webkit-box-flex: 0; -ms-flex: 0 0 79.16667%; flex: 0 0 79.16667%; width: 79.16667%; max-width: 79.16667%; } .next-col-xl-20 { -webkit-box-flex: 0; -ms-flex: 0 0 83.33333%; flex: 0 0 83.33333%; width: 83.33333%; max-width: 83.33333%; } .next-col-xl-21 { -webkit-box-flex: 0; -ms-flex: 0 0 87.5%; flex: 0 0 87.5%; width: 87.5%; max-width: 87.5%; } .next-col-xl-22 { -webkit-box-flex: 0; -ms-flex: 0 0 91.66667%; flex: 0 0 91.66667%; width: 91.66667%; max-width: 91.66667%; } .next-col-xl-23 { -webkit-box-flex: 0; -ms-flex: 0 0 95.83333%; flex: 0 0 95.83333%; width: 95.83333%; max-width: 95.83333%; } .next-col-xl-24 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } .next-col-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } @media (min-width: 320px) { .next-col-xxs-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xxs-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xxs-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xxs-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xxs-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 480px) { .next-col-xs-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xs-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xs-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xs-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xs-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 720px) { .next-col-s-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-s-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-s-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-s-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-s-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 990px) { .next-col-m-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-m-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-m-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-m-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-m-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1200px) { .next-col-l-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-l-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-l-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-l-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-l-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } @media (min-width: 1500px) { .next-col-xl-1p5 { -webkit-box-flex: 0; -ms-flex: 0 0 20%; flex: 0 0 20%; width: 20%; max-width: 20%; } .next-col-xl-2p5 { -webkit-box-flex: 0; -ms-flex: 0 0 40%; flex: 0 0 40%; width: 40%; max-width: 40%; } .next-col-xl-3p5 { -webkit-box-flex: 0; -ms-flex: 0 0 60%; flex: 0 0 60%; width: 60%; max-width: 60%; } .next-col-xl-4p5 { -webkit-box-flex: 0; -ms-flex: 0 0 80%; flex: 0 0 80%; width: 80%; max-width: 80%; } .next-col-xl-5p5 { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; width: 100%; max-width: 100%; } } .next-col-fixed-1 { -webkit-box-flex: 0; -ms-flex: 0 0 20px; flex: 0 0 20px; width: 20px; max-width: 20px; } .next-col-fixed-2 { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; width: 40px; max-width: 40px; } .next-col-fixed-3 { -webkit-box-flex: 0; -ms-flex: 0 0 60px; flex: 0 0 60px; width: 60px; max-width: 60px; } .next-col-fixed-4 { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; width: 80px; max-width: 80px; } .next-col-fixed-5 { -webkit-box-flex: 0; -ms-flex: 0 0 100px; flex: 0 0 100px; width: 100px; max-width: 100px; } .next-col-fixed-6 { -webkit-box-flex: 0; -ms-flex: 0 0 120px; flex: 0 0 120px; width: 120px; max-width: 120px; } .next-col-fixed-7 { -webkit-box-flex: 0; -ms-flex: 0 0 140px; flex: 0 0 140px; width: 140px; max-width: 140px; } .next-col-fixed-8 { -webkit-box-flex: 0; -ms-flex: 0 0 160px; flex: 0 0 160px; width: 160px; max-width: 160px; } .next-col-fixed-9 { -webkit-box-flex: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; width: 180px; max-width: 180px; } .next-col-fixed-10 { -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; width: 200px; max-width: 200px; } .next-col-fixed-11 { -webkit-box-flex: 0; -ms-flex: 0 0 220px; flex: 0 0 220px; width: 220px; max-width: 220px; } .next-col-fixed-12 { -webkit-box-flex: 0; -ms-flex: 0 0 240px; flex: 0 0 240px; width: 240px; max-width: 240px; } .next-col-fixed-13 { -webkit-box-flex: 0; -ms-flex: 0 0 260px; flex: 0 0 260px; width: 260px; max-width: 260px; } .next-col-fixed-14 { -webkit-box-flex: 0; -ms-flex: 0 0 280px; flex: 0 0 280px; width: 280px; max-width: 280px; } .next-col-fixed-15 { -webkit-box-flex: 0; -ms-flex: 0 0 300px; flex: 0 0 300px; width: 300px; max-width: 300px; } .next-col-fixed-16 { -webkit-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px; width: 320px; max-width: 320px; } .next-col-fixed-17 { -webkit-box-flex: 0; -ms-flex: 0 0 340px; flex: 0 0 340px; width: 340px; max-width: 340px; } .next-col-fixed-18 { -webkit-box-flex: 0; -ms-flex: 0 0 360px; flex: 0 0 360px; width: 360px; max-width: 360px; } .next-col-fixed-19 { -webkit-box-flex: 0; -ms-flex: 0 0 380px; flex: 0 0 380px; width: 380px; max-width: 380px; } .next-col-fixed-20 { -webkit-box-flex: 0; -ms-flex: 0 0 400px; flex: 0 0 400px; width: 400px; max-width: 400px; } .next-col-fixed-21 { -webkit-box-flex: 0; -ms-flex: 0 0 420px; flex: 0 0 420px; width: 420px; max-width: 420px; } .next-col-fixed-22 { -webkit-box-flex: 0; -ms-flex: 0 0 440px; flex: 0 0 440px; width: 440px; max-width: 440px; } .next-col-fixed-23 { -webkit-box-flex: 0; -ms-flex: 0 0 460px; flex: 0 0 460px; width: 460px; max-width: 460px; } .next-col-fixed-24 { -webkit-box-flex: 0; -ms-flex: 0 0 480px; flex: 0 0 480px; width: 480px; max-width: 480px; } .next-col-fixed-25 { -webkit-box-flex: 0; -ms-flex: 0 0 500px; flex: 0 0 500px; width: 500px; max-width: 500px; } .next-col-fixed-26 { -webkit-box-flex: 0; -ms-flex: 0 0 520px; flex: 0 0 520px; width: 520px; max-width: 520px; } .next-col-fixed-27 { -webkit-box-flex: 0; -ms-flex: 0 0 540px; flex: 0 0 540px; width: 540px; max-width: 540px; } .next-col-fixed-28 { -webkit-box-flex: 0; -ms-flex: 0 0 560px; flex: 0 0 560px; width: 560px; max-width: 560px; } .next-col-fixed-29 { -webkit-box-flex: 0; -ms-flex: 0 0 580px; flex: 0 0 580px; width: 580px; max-width: 580px; } .next-col-fixed-30 { -webkit-box-flex: 0; -ms-flex: 0 0 600px; flex: 0 0 600px; width: 600px; max-width: 600px; } .next-col-offset-1 { margin-left: 4.16667%; } .next-col-offset-2 { margin-left: 8.33333%; } .next-col-offset-3 { margin-left: 12.5%; } .next-col-offset-4 { margin-left: 16.66667%; } .next-col-offset-5 { margin-left: 20.83333%; } .next-col-offset-6 { margin-left: 25%; } .next-col-offset-7 { margin-left: 29.16667%; } .next-col-offset-8 { margin-left: 33.33333%; } .next-col-offset-9 { margin-left: 37.5%; } .next-col-offset-10 { margin-left: 41.66667%; } .next-col-offset-11 { margin-left: 45.83333%; } .next-col-offset-12 { margin-left: 50%; } .next-col-offset-13 { margin-left: 54.16667%; } .next-col-offset-14 { margin-left: 58.33333%; } .next-col-offset-15 { margin-left: 62.5%; } .next-col-offset-16 { margin-left: 66.66667%; } .next-col-offset-17 { margin-left: 70.83333%; } .next-col-offset-18 { margin-left: 75%; } .next-col-offset-19 { margin-left: 79.16667%; } .next-col-offset-20 { margin-left: 83.33333%; } .next-col-offset-21 { margin-left: 87.5%; } .next-col-offset-22 { margin-left: 91.66667%; } .next-col-offset-23 { margin-left: 95.83333%; } .next-col-offset-24 { margin-left: 100%; } @media (min-width: 320px) { .next-col-xxs-offset-1 { margin-left: 4.16667%; } .next-col-xxs-offset-2 { margin-left: 8.33333%; } .next-col-xxs-offset-3 { margin-left: 12.5%; } .next-col-xxs-offset-4 { margin-left: 16.66667%; } .next-col-xxs-offset-5 { margin-left: 20.83333%; } .next-col-xxs-offset-6 { margin-left: 25%; } .next-col-xxs-offset-7 { margin-left: 29.16667%; } .next-col-xxs-offset-8 { margin-left: 33.33333%; } .next-col-xxs-offset-9 { margin-left: 37.5%; } .next-col-xxs-offset-10 { margin-left: 41.66667%; } .next-col-xxs-offset-11 { margin-left: 45.83333%; } .next-col-xxs-offset-12 { margin-left: 50%; } .next-col-xxs-offset-13 { margin-left: 54.16667%; } .next-col-xxs-offset-14 { margin-left: 58.33333%; } .next-col-xxs-offset-15 { margin-left: 62.5%; } .next-col-xxs-offset-16 { margin-left: 66.66667%; } .next-col-xxs-offset-17 { margin-left: 70.83333%; } .next-col-xxs-offset-18 { margin-left: 75%; } .next-col-xxs-offset-19 { margin-left: 79.16667%; } .next-col-xxs-offset-20 { margin-left: 83.33333%; } .next-col-xxs-offset-21 { margin-left: 87.5%; } .next-col-xxs-offset-22 { margin-left: 91.66667%; } .next-col-xxs-offset-23 { margin-left: 95.83333%; } .next-col-xxs-offset-24 { margin-left: 100%; } } @media (min-width: 480px) { .next-col-xs-offset-1 { margin-left: 4.16667%; } .next-col-xs-offset-2 { margin-left: 8.33333%; } .next-col-xs-offset-3 { margin-left: 12.5%; } .next-col-xs-offset-4 { margin-left: 16.66667%; } .next-col-xs-offset-5 { margin-left: 20.83333%; } .next-col-xs-offset-6 { margin-left: 25%; } .next-col-xs-offset-7 { margin-left: 29.16667%; } .next-col-xs-offset-8 { margin-left: 33.33333%; } .next-col-xs-offset-9 { margin-left: 37.5%; } .next-col-xs-offset-10 { margin-left: 41.66667%; } .next-col-xs-offset-11 { margin-left: 45.83333%; } .next-col-xs-offset-12 { margin-left: 50%; } .next-col-xs-offset-13 { margin-left: 54.16667%; } .next-col-xs-offset-14 { margin-left: 58.33333%; } .next-col-xs-offset-15 { margin-left: 62.5%; } .next-col-xs-offset-16 { margin-left: 66.66667%; } .next-col-xs-offset-17 { margin-left: 70.83333%; } .next-col-xs-offset-18 { margin-left: 75%; } .next-col-xs-offset-19 { margin-left: 79.16667%; } .next-col-xs-offset-20 { margin-left: 83.33333%; } .next-col-xs-offset-21 { margin-left: 87.5%; } .next-col-xs-offset-22 { margin-left: 91.66667%; } .next-col-xs-offset-23 { margin-left: 95.83333%; } .next-col-xs-offset-24 { margin-left: 100%; } } @media (min-width: 720px) { .next-col-s-offset-1 { margin-left: 4.16667%; } .next-col-s-offset-2 { margin-left: 8.33333%; } .next-col-s-offset-3 { margin-left: 12.5%; } .next-col-s-offset-4 { margin-left: 16.66667%; } .next-col-s-offset-5 { margin-left: 20.83333%; } .next-col-s-offset-6 { margin-left: 25%; } .next-col-s-offset-7 { margin-left: 29.16667%; } .next-col-s-offset-8 { margin-left: 33.33333%; } .next-col-s-offset-9 { margin-left: 37.5%; } .next-col-s-offset-10 { margin-left: 41.66667%; } .next-col-s-offset-11 { margin-left: 45.83333%; } .next-col-s-offset-12 { margin-left: 50%; } .next-col-s-offset-13 { margin-left: 54.16667%; } .next-col-s-offset-14 { margin-left: 58.33333%; } .next-col-s-offset-15 { margin-left: 62.5%; } .next-col-s-offset-16 { margin-left: 66.66667%; } .next-col-s-offset-17 { margin-left: 70.83333%; } .next-col-s-offset-18 { margin-left: 75%; } .next-col-s-offset-19 { margin-left: 79.16667%; } .next-col-s-offset-20 { margin-left: 83.33333%; } .next-col-s-offset-21 { margin-left: 87.5%; } .next-col-s-offset-22 { margin-left: 91.66667%; } .next-col-s-offset-23 { margin-left: 95.83333%; } .next-col-s-offset-24 { margin-left: 100%; } } @media (min-width: 990px) { .next-col-m-offset-1 { margin-left: 4.16667%; } .next-col-m-offset-2 { margin-left: 8.33333%; } .next-col-m-offset-3 { margin-left: 12.5%; } .next-col-m-offset-4 { margin-left: 16.66667%; } .next-col-m-offset-5 { margin-left: 20.83333%; } .next-col-m-offset-6 { margin-left: 25%; } .next-col-m-offset-7 { margin-left: 29.16667%; } .next-col-m-offset-8 { margin-left: 33.33333%; } .next-col-m-offset-9 { margin-left: 37.5%; } .next-col-m-offset-10 { margin-left: 41.66667%; } .next-col-m-offset-11 { margin-left: 45.83333%; } .next-col-m-offset-12 { margin-left: 50%; } .next-col-m-offset-13 { margin-left: 54.16667%; } .next-col-m-offset-14 { margin-left: 58.33333%; } .next-col-m-offset-15 { margin-left: 62.5%; } .next-col-m-offset-16 { margin-left: 66.66667%; } .next-col-m-offset-17 { margin-left: 70.83333%; } .next-col-m-offset-18 { margin-left: 75%; } .next-col-m-offset-19 { margin-left: 79.16667%; } .next-col-m-offset-20 { margin-left: 83.33333%; } .next-col-m-offset-21 { margin-left: 87.5%; } .next-col-m-offset-22 { margin-left: 91.66667%; } .next-col-m-offset-23 { margin-left: 95.83333%; } .next-col-m-offset-24 { margin-left: 100%; } } @media (min-width: 1200px) { .next-col-l-offset-1 { margin-left: 4.16667%; } .next-col-l-offset-2 { margin-left: 8.33333%; } .next-col-l-offset-3 { margin-left: 12.5%; } .next-col-l-offset-4 { margin-left: 16.66667%; } .next-col-l-offset-5 { margin-left: 20.83333%; } .next-col-l-offset-6 { margin-left: 25%; } .next-col-l-offset-7 { margin-left: 29.16667%; } .next-col-l-offset-8 { margin-left: 33.33333%; } .next-col-l-offset-9 { margin-left: 37.5%; } .next-col-l-offset-10 { margin-left: 41.66667%; } .next-col-l-offset-11 { margin-left: 45.83333%; } .next-col-l-offset-12 { margin-left: 50%; } .next-col-l-offset-13 { margin-left: 54.16667%; } .next-col-l-offset-14 { margin-left: 58.33333%; } .next-col-l-offset-15 { margin-left: 62.5%; } .next-col-l-offset-16 { margin-left: 66.66667%; } .next-col-l-offset-17 { margin-left: 70.83333%; } .next-col-l-offset-18 { margin-left: 75%; } .next-col-l-offset-19 { margin-left: 79.16667%; } .next-col-l-offset-20 { margin-left: 83.33333%; } .next-col-l-offset-21 { margin-left: 87.5%; } .next-col-l-offset-22 { margin-left: 91.66667%; } .next-col-l-offset-23 { margin-left: 95.83333%; } .next-col-l-offset-24 { margin-left: 100%; } } @media (min-width: 1500px) { .next-col-xl-offset-1 { margin-left: 4.16667%; } .next-col-xl-offset-2 { margin-left: 8.33333%; } .next-col-xl-offset-3 { margin-left: 12.5%; } .next-col-xl-offset-4 { margin-left: 16.66667%; } .next-col-xl-offset-5 { margin-left: 20.83333%; } .next-col-xl-offset-6 { margin-left: 25%; } .next-col-xl-offset-7 { margin-left: 29.16667%; } .next-col-xl-offset-8 { margin-left: 33.33333%; } .next-col-xl-offset-9 { margin-left: 37.5%; } .next-col-xl-offset-10 { margin-left: 41.66667%; } .next-col-xl-offset-11 { margin-left: 45.83333%; } .next-col-xl-offset-12 { margin-left: 50%; } .next-col-xl-offset-13 { margin-left: 54.16667%; } .next-col-xl-offset-14 { margin-left: 58.33333%; } .next-col-xl-offset-15 { margin-left: 62.5%; } .next-col-xl-offset-16 { margin-left: 66.66667%; } .next-col-xl-offset-17 { margin-left: 70.83333%; } .next-col-xl-offset-18 { margin-left: 75%; } .next-col-xl-offset-19 { margin-left: 79.16667%; } .next-col-xl-offset-20 { margin-left: 83.33333%; } .next-col-xl-offset-21 { margin-left: 87.5%; } .next-col-xl-offset-22 { margin-left: 91.66667%; } .next-col-xl-offset-23 { margin-left: 95.83333%; } .next-col-xl-offset-24 { margin-left: 100%; } } .next-col-offset-fixed-1 { margin-left: 20px; } .next-col-offset-fixed-2 { margin-left: 40px; } .next-col-offset-fixed-3 { margin-left: 60px; } .next-col-offset-fixed-4 { margin-left: 80px; } .next-col-offset-fixed-5 { margin-left: 100px; } .next-col-offset-fixed-6 { margin-left: 120px; } .next-col-offset-fixed-7 { margin-left: 140px; } .next-col-offset-fixed-8 { margin-left: 160px; } .next-col-offset-fixed-9 { margin-left: 180px; } .next-col-offset-fixed-10 { margin-left: 200px; } .next-col-offset-fixed-11 { margin-left: 220px; } .next-col-offset-fixed-12 { margin-left: 240px; } .next-col-offset-fixed-13 { margin-left: 260px; } .next-col-offset-fixed-14 { margin-left: 280px; } .next-col-offset-fixed-15 { margin-left: 300px; } .next-col-offset-fixed-16 { margin-left: 320px; } .next-col-offset-fixed-17 { margin-left: 340px; } .next-col-offset-fixed-18 { margin-left: 360px; } .next-col-offset-fixed-19 { margin-left: 380px; } .next-col-offset-fixed-20 { margin-left: 400px; } .next-col-offset-fixed-21 { margin-left: 420px; } .next-col-offset-fixed-22 { margin-left: 440px; } .next-col-offset-fixed-23 { margin-left: 460px; } .next-col-offset-fixed-24 { margin-left: 480px; } .next-col-offset-fixed-25 { margin-left: 500px; } .next-col-offset-fixed-26 { margin-left: 520px; } .next-col-offset-fixed-27 { margin-left: 540px; } .next-col-offset-fixed-28 { margin-left: 560px; } .next-col-offset-fixed-29 { margin-left: 580px; } .next-col-offset-fixed-30 { margin-left: 600px; } .next-col-offset-fixed-xxs-1 { margin-left: 20px; } .next-col-offset-fixed-xxs-2 { margin-left: 40px; } .next-col-offset-fixed-xxs-3 { margin-left: 60px; } .next-col-offset-fixed-xxs-4 { margin-left: 80px; } .next-col-offset-fixed-xxs-5 { margin-left: 100px; } .next-col-offset-fixed-xxs-6 { margin-left: 120px; } .next-col-offset-fixed-xxs-7 { margin-left: 140px; } .next-col-offset-fixed-xxs-8 { margin-left: 160px; } .next-col-offset-fixed-xxs-9 { margin-left: 180px; } .next-col-offset-fixed-xxs-10 { margin-left: 200px; } .next-col-offset-fixed-xxs-11 { margin-left: 220px; } .next-col-offset-fixed-xxs-12 { margin-left: 240px; } .next-col-offset-fixed-xxs-13 { margin-left: 260px; } .next-col-offset-fixed-xxs-14 { margin-left: 280px; } .next-col-offset-fixed-xxs-15 { margin-left: 300px; } .next-col-offset-fixed-xxs-16 { margin-left: 320px; } .next-col-offset-fixed-xxs-17 { margin-left: 340px; } .next-col-offset-fixed-xxs-18 { margin-left: 360px; } .next-col-offset-fixed-xxs-19 { margin-left: 380px; } .next-col-offset-fixed-xxs-20 { margin-left: 400px; } .next-col-offset-fixed-xxs-21 { margin-left: 420px; } .next-col-offset-fixed-xxs-22 { margin-left: 440px; } .next-col-offset-fixed-xxs-23 { margin-left: 460px; } .next-col-offset-fixed-xxs-24 { margin-left: 480px; } .next-col-offset-fixed-xxs-25 { margin-left: 500px; } .next-col-offset-fixed-xxs-26 { margin-left: 520px; } .next-col-offset-fixed-xxs-27 { margin-left: 540px; } .next-col-offset-fixed-xxs-28 { margin-left: 560px; } .next-col-offset-fixed-xxs-29 { margin-left: 580px; } .next-col-offset-fixed-xxs-30 { margin-left: 600px; } .next-col-offset-fixed-xs-1 { margin-left: 20px; } .next-col-offset-fixed-xs-2 { margin-left: 40px; } .next-col-offset-fixed-xs-3 { margin-left: 60px; } .next-col-offset-fixed-xs-4 { margin-left: 80px; } .next-col-offset-fixed-xs-5 { margin-left: 100px; } .next-col-offset-fixed-xs-6 { margin-left: 120px; } .next-col-offset-fixed-xs-7 { margin-left: 140px; } .next-col-offset-fixed-xs-8 { margin-left: 160px; } .next-col-offset-fixed-xs-9 { margin-left: 180px; } .next-col-offset-fixed-xs-10 { margin-left: 200px; } .next-col-offset-fixed-xs-11 { margin-left: 220px; } .next-col-offset-fixed-xs-12 { margin-left: 240px; } .next-col-offset-fixed-xs-13 { margin-left: 260px; } .next-col-offset-fixed-xs-14 { margin-left: 280px; } .next-col-offset-fixed-xs-15 { margin-left: 300px; } .next-col-offset-fixed-xs-16 { margin-left: 320px; } .next-col-offset-fixed-xs-17 { margin-left: 340px; } .next-col-offset-fixed-xs-18 { margin-left: 360px; } .next-col-offset-fixed-xs-19 { margin-left: 380px; } .next-col-offset-fixed-xs-20 { margin-left: 400px; } .next-col-offset-fixed-xs-21 { margin-left: 420px; } .next-col-offset-fixed-xs-22 { margin-left: 440px; } .next-col-offset-fixed-xs-23 { margin-left: 460px; } .next-col-offset-fixed-xs-24 { margin-left: 480px; } .next-col-offset-fixed-xs-25 { margin-left: 500px; } .next-col-offset-fixed-xs-26 { margin-left: 520px; } .next-col-offset-fixed-xs-27 { margin-left: 540px; } .next-col-offset-fixed-xs-28 { margin-left: 560px; } .next-col-offset-fixed-xs-29 { margin-left: 580px; } .next-col-offset-fixed-xs-30 { margin-left: 600px; } .next-col-offset-fixed-s-1 { margin-left: 20px; } .next-col-offset-fixed-s-2 { margin-left: 40px; } .next-col-offset-fixed-s-3 { margin-left: 60px; } .next-col-offset-fixed-s-4 { margin-left: 80px; } .next-col-offset-fixed-s-5 { margin-left: 100px; } .next-col-offset-fixed-s-6 { margin-left: 120px; } .next-col-offset-fixed-s-7 { margin-left: 140px; } .next-col-offset-fixed-s-8 { margin-left: 160px; } .next-col-offset-fixed-s-9 { margin-left: 180px; } .next-col-offset-fixed-s-10 { margin-left: 200px; } .next-col-offset-fixed-s-11 { margin-left: 220px; } .next-col-offset-fixed-s-12 { margin-left: 240px; } .next-col-offset-fixed-s-13 { margin-left: 260px; } .next-col-offset-fixed-s-14 { margin-left: 280px; } .next-col-offset-fixed-s-15 { margin-left: 300px; } .next-col-offset-fixed-s-16 { margin-left: 320px; } .next-col-offset-fixed-s-17 { margin-left: 340px; } .next-col-offset-fixed-s-18 { margin-left: 360px; } .next-col-offset-fixed-s-19 { margin-left: 380px; } .next-col-offset-fixed-s-20 { margin-left: 400px; } .next-col-offset-fixed-s-21 { margin-left: 420px; } .next-col-offset-fixed-s-22 { margin-left: 440px; } .next-col-offset-fixed-s-23 { margin-left: 460px; } .next-col-offset-fixed-s-24 { margin-left: 480px; } .next-col-offset-fixed-s-25 { margin-left: 500px; } .next-col-offset-fixed-s-26 { margin-left: 520px; } .next-col-offset-fixed-s-27 { margin-left: 540px; } .next-col-offset-fixed-s-28 { margin-left: 560px; } .next-col-offset-fixed-s-29 { margin-left: 580px; } .next-col-offset-fixed-s-30 { margin-left: 600px; } .next-col-offset-fixed-m-1 { margin-left: 20px; } .next-col-offset-fixed-m-2 { margin-left: 40px; } .next-col-offset-fixed-m-3 { margin-left: 60px; } .next-col-offset-fixed-m-4 { margin-left: 80px; } .next-col-offset-fixed-m-5 { margin-left: 100px; } .next-col-offset-fixed-m-6 { margin-left: 120px; } .next-col-offset-fixed-m-7 { margin-left: 140px; } .next-col-offset-fixed-m-8 { margin-left: 160px; } .next-col-offset-fixed-m-9 { margin-left: 180px; } .next-col-offset-fixed-m-10 { margin-left: 200px; } .next-col-offset-fixed-m-11 { margin-left: 220px; } .next-col-offset-fixed-m-12 { margin-left: 240px; } .next-col-offset-fixed-m-13 { margin-left: 260px; } .next-col-offset-fixed-m-14 { margin-left: 280px; } .next-col-offset-fixed-m-15 { margin-left: 300px; } .next-col-offset-fixed-m-16 { margin-left: 320px; } .next-col-offset-fixed-m-17 { margin-left: 340px; } .next-col-offset-fixed-m-18 { margin-left: 360px; } .next-col-offset-fixed-m-19 { margin-left: 380px; } .next-col-offset-fixed-m-20 { margin-left: 400px; } .next-col-offset-fixed-m-21 { margin-left: 420px; } .next-col-offset-fixed-m-22 { margin-left: 440px; } .next-col-offset-fixed-m-23 { margin-left: 460px; } .next-col-offset-fixed-m-24 { margin-left: 480px; } .next-col-offset-fixed-m-25 { margin-left: 500px; } .next-col-offset-fixed-m-26 { margin-left: 520px; } .next-col-offset-fixed-m-27 { margin-left: 540px; } .next-col-offset-fixed-m-28 { margin-left: 560px; } .next-col-offset-fixed-m-29 { margin-left: 580px; } .next-col-offset-fixed-m-30 { margin-left: 600px; } .next-col-offset-fixed-l-1 { margin-left: 20px; } .next-col-offset-fixed-l-2 { margin-left: 40px; } .next-col-offset-fixed-l-3 { margin-left: 60px; } .next-col-offset-fixed-l-4 { margin-left: 80px; } .next-col-offset-fixed-l-5 { margin-left: 100px; } .next-col-offset-fixed-l-6 { margin-left: 120px; } .next-col-offset-fixed-l-7 { margin-left: 140px; } .next-col-offset-fixed-l-8 { margin-left: 160px; } .next-col-offset-fixed-l-9 { margin-left: 180px; } .next-col-offset-fixed-l-10 { margin-left: 200px; } .next-col-offset-fixed-l-11 { margin-left: 220px; } .next-col-offset-fixed-l-12 { margin-left: 240px; } .next-col-offset-fixed-l-13 { margin-left: 260px; } .next-col-offset-fixed-l-14 { margin-left: 280px; } .next-col-offset-fixed-l-15 { margin-left: 300px; } .next-col-offset-fixed-l-16 { margin-left: 320px; } .next-col-offset-fixed-l-17 { margin-left: 340px; } .next-col-offset-fixed-l-18 { margin-left: 360px; } .next-col-offset-fixed-l-19 { margin-left: 380px; } .next-col-offset-fixed-l-20 { margin-left: 400px; } .next-col-offset-fixed-l-21 { margin-left: 420px; } .next-col-offset-fixed-l-22 { margin-left: 440px; } .next-col-offset-fixed-l-23 { margin-left: 460px; } .next-col-offset-fixed-l-24 { margin-left: 480px; } .next-col-offset-fixed-l-25 { margin-left: 500px; } .next-col-offset-fixed-l-26 { margin-left: 520px; } .next-col-offset-fixed-l-27 { margin-left: 540px; } .next-col-offset-fixed-l-28 { margin-left: 560px; } .next-col-offset-fixed-l-29 { margin-left: 580px; } .next-col-offset-fixed-l-30 { margin-left: 600px; } .next-col-offset-fixed-xl-1 { margin-left: 20px; } .next-col-offset-fixed-xl-2 { margin-left: 40px; } .next-col-offset-fixed-xl-3 { margin-left: 60px; } .next-col-offset-fixed-xl-4 { margin-left: 80px; } .next-col-offset-fixed-xl-5 { margin-left: 100px; } .next-col-offset-fixed-xl-6 { margin-left: 120px; } .next-col-offset-fixed-xl-7 { margin-left: 140px; } .next-col-offset-fixed-xl-8 { margin-left: 160px; } .next-col-offset-fixed-xl-9 { margin-left: 180px; } .next-col-offset-fixed-xl-10 { margin-left: 200px; } .next-col-offset-fixed-xl-11 { margin-left: 220px; } .next-col-offset-fixed-xl-12 { margin-left: 240px; } .next-col-offset-fixed-xl-13 { margin-left: 260px; } .next-col-offset-fixed-xl-14 { margin-left: 280px; } .next-col-offset-fixed-xl-15 { margin-left: 300px; } .next-col-offset-fixed-xl-16 { margin-left: 320px; } .next-col-offset-fixed-xl-17 { margin-left: 340px; } .next-col-offset-fixed-xl-18 { margin-left: 360px; } .next-col-offset-fixed-xl-19 { margin-left: 380px; } .next-col-offset-fixed-xl-20 { margin-left: 400px; } .next-col-offset-fixed-xl-21 { margin-left: 420px; } .next-col-offset-fixed-xl-22 { margin-left: 440px; } .next-col-offset-fixed-xl-23 { margin-left: 460px; } .next-col-offset-fixed-xl-24 { margin-left: 480px; } .next-col-offset-fixed-xl-25 { margin-left: 500px; } .next-col-offset-fixed-xl-26 { margin-left: 520px; } .next-col-offset-fixed-xl-27 { margin-left: 540px; } .next-col-offset-fixed-xl-28 { margin-left: 560px; } .next-col-offset-fixed-xl-29 { margin-left: 580px; } .next-col-offset-fixed-xl-30 { margin-left: 600px; } .next-col.next-col-hidden { display: none; } @media (min-width: 320px) and (max-width: 479px) { .next-col.next-col-xxs-hidden { display: none; } } @media (min-width: 480px) and (max-width: 719px) { .next-col.next-col-xs-hidden { display: none; } } @media (min-width: 720px) and (max-width: 989px) { .next-col.next-col-s-hidden { display: none; } } @media (min-width: 990px) and (max-width: 1199px) { .next-col.next-col-m-hidden { display: none; } } @media (min-width: 1200px) and (max-width: 1499px) { .next-col.next-col-l-hidden { display: none; } } @media (min-width: 1500px) { .next-col.next-col-xl-hidden { display: none; } } .next-row.next-row-hidden { display: none; } @media (min-width: 320px) and (max-width: 479px) { .next-row.next-row-xxs-hidden { display: none; } } @media (min-width: 480px) and (max-width: 719px) { .next-row.next-row-xs-hidden { display: none; } } @media (min-width: 720px) and (max-width: 989px) { .next-row.next-row-s-hidden { display: none; } } @media (min-width: 990px) and (max-width: 1199px) { .next-row.next-row-m-hidden { display: none; } } @media (min-width: 1200px) and (max-width: 1499px) { .next-row.next-row-l-hidden { display: none; } } @media (min-width: 1500px) { .next-row.next-row-xl-hidden { display: none; } } .next-col-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } @media (min-width: 320px) { .next-col-xxs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xxs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xxs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xxs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xxs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xxs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xxs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xxs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xxs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xxs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xxs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xxs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xxs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xxs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xxs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xxs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xxs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xxs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xxs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xxs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xxs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xxs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xxs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xxs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 480px) { .next-col-xs-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xs-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xs-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xs-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xs-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xs-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xs-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xs-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xs-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xs-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xs-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xs-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xs-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xs-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xs-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xs-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xs-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xs-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xs-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xs-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xs-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xs-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xs-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xs-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 720px) { .next-col-s-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-s-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-s-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-s-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-s-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-s-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-s-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-s-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-s-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-s-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-s-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-s-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-s-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-s-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-s-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-s-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-s-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-s-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-s-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-s-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-s-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-s-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-s-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-s-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 990px) { .next-col-m-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-m-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-m-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-m-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-m-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-m-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-m-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-m-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-m-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-m-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-m-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-m-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-m-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-m-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-m-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-m-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-m-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-m-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-m-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-m-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-m-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-m-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-m-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-m-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1200px) { .next-col-l-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-l-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-l-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-l-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-l-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-l-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-l-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-l-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-l-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-l-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-l-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-l-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-l-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-l-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-l-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-l-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-l-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-l-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-l-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-l-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-l-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-l-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-l-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-l-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } @media (min-width: 1500px) { .next-col-xl-offset-1[dir="rtl"] { margin-right: 4.16667%; margin-left: auto; } .next-col-xl-offset-2[dir="rtl"] { margin-right: 8.33333%; margin-left: auto; } .next-col-xl-offset-3[dir="rtl"] { margin-right: 12.5%; margin-left: auto; } .next-col-xl-offset-4[dir="rtl"] { margin-right: 16.66667%; margin-left: auto; } .next-col-xl-offset-5[dir="rtl"] { margin-right: 20.83333%; margin-left: auto; } .next-col-xl-offset-6[dir="rtl"] { margin-right: 25%; margin-left: auto; } .next-col-xl-offset-7[dir="rtl"] { margin-right: 29.16667%; margin-left: auto; } .next-col-xl-offset-8[dir="rtl"] { margin-right: 33.33333%; margin-left: auto; } .next-col-xl-offset-9[dir="rtl"] { margin-right: 37.5%; margin-left: auto; } .next-col-xl-offset-10[dir="rtl"] { margin-right: 41.66667%; margin-left: auto; } .next-col-xl-offset-11[dir="rtl"] { margin-right: 45.83333%; margin-left: auto; } .next-col-xl-offset-12[dir="rtl"] { margin-right: 50%; margin-left: auto; } .next-col-xl-offset-13[dir="rtl"] { margin-right: 54.16667%; margin-left: auto; } .next-col-xl-offset-14[dir="rtl"] { margin-right: 58.33333%; margin-left: auto; } .next-col-xl-offset-15[dir="rtl"] { margin-right: 62.5%; margin-left: auto; } .next-col-xl-offset-16[dir="rtl"] { margin-right: 66.66667%; margin-left: auto; } .next-col-xl-offset-17[dir="rtl"] { margin-right: 70.83333%; margin-left: auto; } .next-col-xl-offset-18[dir="rtl"] { margin-right: 75%; margin-left: auto; } .next-col-xl-offset-19[dir="rtl"] { margin-right: 79.16667%; margin-left: auto; } .next-col-xl-offset-20[dir="rtl"] { margin-right: 83.33333%; margin-left: auto; } .next-col-xl-offset-21[dir="rtl"] { margin-right: 87.5%; margin-left: auto; } .next-col-xl-offset-22[dir="rtl"] { margin-right: 91.66667%; margin-left: auto; } .next-col-xl-offset-23[dir="rtl"] { margin-right: 95.83333%; margin-left: auto; } .next-col-xl-offset-24[dir="rtl"] { margin-right: 100%; margin-left: auto; } } .next-col-offset-fixed-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xxs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xxs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xxs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xxs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xxs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xxs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xxs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xxs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xxs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xxs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xxs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xxs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xxs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xxs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xxs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xxs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xxs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xxs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xxs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xxs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xxs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xxs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xxs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xxs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xxs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xxs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xxs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xxs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xxs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xxs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xs-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xs-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xs-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xs-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xs-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xs-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xs-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xs-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xs-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xs-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xs-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xs-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xs-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xs-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xs-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xs-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xs-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xs-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xs-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xs-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xs-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xs-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xs-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xs-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xs-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xs-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xs-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xs-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xs-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xs-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-s-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-s-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-s-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-s-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-s-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-s-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-s-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-s-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-s-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-s-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-s-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-s-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-s-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-s-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-s-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-s-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-s-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-s-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-s-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-s-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-s-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-s-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-s-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-s-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-s-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-s-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-s-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-s-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-s-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-s-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-m-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-m-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-m-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-m-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-m-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-m-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-m-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-m-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-m-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-m-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-m-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-m-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-m-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-m-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-m-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-m-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-m-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-m-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-m-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-m-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-m-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-m-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-m-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-m-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-m-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-m-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-m-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-m-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-m-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-m-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-l-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-l-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-l-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-l-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-l-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-l-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-l-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-l-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-l-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-l-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-l-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-l-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-l-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-l-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-l-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-l-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-l-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-l-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-l-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-l-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-l-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-l-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-l-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-l-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-l-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-l-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-l-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-l-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-l-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-l-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } .next-col-offset-fixed-xl-1[dir="rtl"] { margin-right: 20px; margin-left: auto; } .next-col-offset-fixed-xl-2[dir="rtl"] { margin-right: 40px; margin-left: auto; } .next-col-offset-fixed-xl-3[dir="rtl"] { margin-right: 60px; margin-left: auto; } .next-col-offset-fixed-xl-4[dir="rtl"] { margin-right: 80px; margin-left: auto; } .next-col-offset-fixed-xl-5[dir="rtl"] { margin-right: 100px; margin-left: auto; } .next-col-offset-fixed-xl-6[dir="rtl"] { margin-right: 120px; margin-left: auto; } .next-col-offset-fixed-xl-7[dir="rtl"] { margin-right: 140px; margin-left: auto; } .next-col-offset-fixed-xl-8[dir="rtl"] { margin-right: 160px; margin-left: auto; } .next-col-offset-fixed-xl-9[dir="rtl"] { margin-right: 180px; margin-left: auto; } .next-col-offset-fixed-xl-10[dir="rtl"] { margin-right: 200px; margin-left: auto; } .next-col-offset-fixed-xl-11[dir="rtl"] { margin-right: 220px; margin-left: auto; } .next-col-offset-fixed-xl-12[dir="rtl"] { margin-right: 240px; margin-left: auto; } .next-col-offset-fixed-xl-13[dir="rtl"] { margin-right: 260px; margin-left: auto; } .next-col-offset-fixed-xl-14[dir="rtl"] { margin-right: 280px; margin-left: auto; } .next-col-offset-fixed-xl-15[dir="rtl"] { margin-right: 300px; margin-left: auto; } .next-col-offset-fixed-xl-16[dir="rtl"] { margin-right: 320px; margin-left: auto; } .next-col-offset-fixed-xl-17[dir="rtl"] { margin-right: 340px; margin-left: auto; } .next-col-offset-fixed-xl-18[dir="rtl"] { margin-right: 360px; margin-left: auto; } .next-col-offset-fixed-xl-19[dir="rtl"] { margin-right: 380px; margin-left: auto; } .next-col-offset-fixed-xl-20[dir="rtl"] { margin-right: 400px; margin-left: auto; } .next-col-offset-fixed-xl-21[dir="rtl"] { margin-right: 420px; margin-left: auto; } .next-col-offset-fixed-xl-22[dir="rtl"] { margin-right: 440px; margin-left: auto; } .next-col-offset-fixed-xl-23[dir="rtl"] { margin-right: 460px; margin-left: auto; } .next-col-offset-fixed-xl-24[dir="rtl"] { margin-right: 480px; margin-left: auto; } .next-col-offset-fixed-xl-25[dir="rtl"] { margin-right: 500px; margin-left: auto; } .next-col-offset-fixed-xl-26[dir="rtl"] { margin-right: 520px; margin-left: auto; } .next-col-offset-fixed-xl-27[dir="rtl"] { margin-right: 540px; margin-left: auto; } .next-col-offset-fixed-xl-28[dir="rtl"] { margin-right: 560px; margin-left: auto; } .next-col-offset-fixed-xl-29[dir="rtl"] { margin-right: 580px; margin-left: auto; } .next-col-offset-fixed-xl-30[dir="rtl"] { margin-right: 600px; margin-left: auto; } /* put your code here */ .next-responsive-grid { -webkit-box-sizing: border-box; box-sizing: border-box; display: grid; } .next-responsive-grid *, .next-responsive-grid *:before, .next-responsive-grid *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-responsive-grid-ie { display: block; } .next-form { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-form *, .next-form *:before, .next-form *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-form-preview.next-form-item.next-medium .next-form-item-label { font-size: 12px; line-height: 28px; } .next-form-preview.next-form-item.next-small .next-form-item-label { font-size: 12px; line-height: 20px; } .next-form-preview.next-form-item.next-large .next-form-item-label { font-size: 16px; line-height: 40px; } .next-form-responsive-grid .next-form-item-control { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; } .next-form-responsive-grid .next-form-item { margin-bottom: 0; } .next-form-responsive-grid .next-form-item.next-left { display: -webkit-box; display: -ms-flexbox; display: flex; } .next-form-responsive-grid.next-small .next-responsive-grid { gap: 16px; } .next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 4px; margin-bottom: 4px; } .next-form-responsive-grid.next-medium .next-responsive-grid { gap: 20px; } .next-form-responsive-grid.next-medium .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 8px; margin-bottom: 8px; } .next-form-responsive-grid.next-large .next-responsive-grid { gap: 24px; } .next-form-responsive-grid.next-large .next-form-item.next-left .next-form-item-label { line-height: 1.4; margin-top: 12px; margin-bottom: 12px; } .next-form-item { /* medium */ margin-bottom: 16px; } .next-form-item.has-error > .next-form-item-control > .next-form-item-help { color: #FF3000; } .next-form-item.has-warning > .next-form-item-control > .next-form-item-help { color: #FF9300; } .next-form-item .next-form-item-label, .next-form-item .next-form-text-align, .next-form-item p { line-height: 28px; } .next-form-item .next-form-text-align, .next-form-item p { margin: 0; } .next-form-item .next-rating, .next-form-item .next-checkbox-wrapper, .next-form-item .next-checkbox-group, .next-form-item .next-radio-wrapper, .next-form-item .next-radio-group { line-height: 24px; } .next-form-item .next-form-preview { font-size: 12px; line-height: 28px; } .next-form-item .next-form-preview.next-input-textarea > p { font-size: 12px; text-align: justify; min-height: 16.8px; line-height: 1.4; margin-top: 5.6px; } .next-form-item .next-form-item-label { font-size: 12px; } .next-form-item.next-large { margin-bottom: 20px; } .next-form-item.next-large .next-form-item-label, .next-form-item.next-large .next-form-text-align, .next-form-item.next-large p { line-height: 40px; } .next-form-item.next-large .next-rating, .next-form-item.next-large .next-checkbox-wrapper, .next-form-item.next-large .next-checkbox-group, .next-form-item.next-large .next-radio-wrapper, .next-form-item.next-large .next-radio-group { line-height: 39px; } .next-form-item.next-large .next-form-preview { font-size: 16px; line-height: 40px; } .next-form-item.next-large .next-form-preview.next-input-textarea > p { font-size: 16px; text-align: justify; min-height: 22.4px; line-height: 1.4; margin-top: 8.8px; } .next-form-item.next-large .next-switch { margin-top: 7px; } .next-form-item.next-large .next-form-item-label { font-size: 16px; } .next-form-item.next-small { margin-bottom: 12px; } .next-form-item.next-small .next-form-item-label, .next-form-item.next-small .next-form-text-align, .next-form-item.next-small p { line-height: 20px; } .next-form-item.next-small .next-rating, .next-form-item.next-small .next-checkbox-wrapper, .next-form-item.next-small .next-checkbox-group, .next-form-item.next-small .next-radio-wrapper, .next-form-item.next-small .next-radio-group { line-height: 20px; } .next-form-item.next-small .next-form-preview { font-size: 12px; line-height: 20px; } .next-form-item.next-small .next-form-preview.next-input-textarea > p { font-size: 12px; text-align: justify; min-height: 16.8px; line-height: 1.4; margin-top: 1.6px; } .next-form-item.next-small .next-form-item-label { font-size: 12px; } .next-form-item.next-top > .next-form-item-label { margin-bottom: 2px; } .next-form-item.next-inset .next-form-item-label { padding-right: 0; padding-left: 0; line-height: inherit; } .next-form-item-control .next-form-text-align { margin: 0; } .next-form-item-control > .next-input-group, .next-form-item-control > .next-input { width: 100%; } .next-form-item-fullwidth .next-form-item-control > .next-input-group, .next-form-item-fullwidth .next-form-item-control > .next-input, .next-form-item-fullwidth .next-form-item-control > .next-select, .next-form-item-fullwidth .next-form-item-control > .next-date-picker, .next-form-item-fullwidth .next-form-item-control > .next-month-picker, .next-form-item-fullwidth .next-form-item-control > .next-year-picker, .next-form-item-fullwidth .next-form-item-control > .next-range-picker, .next-form-item-fullwidth .next-form-item-control > .next-time-picker { width: 100%; } .next-form-item-label { display: inline-block; vertical-align: top; color: #666666; text-align: right; padding-right: 12px; } .next-form-item-label label[required]:before { margin-right: 4px; content: "*"; color: #FF3000; } .next-form-item-label.has-colon label::after { content: ":"; position: relative; top: -.5px; margin: 0 0 0 2px; } .next-form-item-label.next-left { text-align: left; } .next-form-item-label.next-left > label[required]::before { display: none; } .next-form-item-label.next-left > label[required]::after { margin-left: 4px; content: "*"; color: #FF3000; } .next-form-item-help { margin-top: 4px; font-size: 12px; line-height: 1.5; color: #999999; } .next-form.next-inline .next-form-item { display: inline-block; vertical-align: top; /* label on left */ } .next-form.next-inline .next-form-item.next-left .next-form-item-control { display: inline-block; vertical-align: top; line-height: 0; } .next-form.next-inline .next-form-item:not(:last-child) { margin-right: 20px; } .next-form.next-inline .next-form-item.next-large:not(:last-child) { margin-right: 24px; } .next-form.next-inline .next-form-item.next-small:not(:last-child) { margin-right: 16px; } @media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) { .next-form-item.next-left > .next-form-item-label { display: table-cell; } .next-form.next-inline .next-form-item.next-left .next-form-item-control { display: table-cell; } } .next-form[dir="rtl"] .next-form-item-label { text-align: left; padding-left: 12px; padding-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item:not(:last-child) { margin-left: 20px; margin-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item.next-large:not(:last-child) { margin-left: 24px; margin-right: 0; } .next-form[dir="rtl"].next-inline .next-form-item.next-small:not(:last-child) { margin-left: 16px; margin-right: 0; } /* put your code here */ .next-avatar { position: relative; display: inline-block; overflow: hidden; color: #FFFFFF; white-space: nowrap; text-align: center; vertical-align: middle; background: #E2E4E8; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; } .next-avatar-image { background: transparent; } .next-avatar-string { position: absolute; left: 50%; -webkit-transform-origin: 0 center; -ms-transform-origin: 0 center; transform-origin: 0 center; } .next-avatar-large { width: 52px; height: 52px; line-height: 52px; border-radius: 50%; } .next-avatar-large-string { position: absolute; left: 50%; -webkit-transform-origin: 0 center; -ms-transform-origin: 0 center; transform-origin: 0 center; } .next-avatar-small { width: 28px; height: 28px; line-height: 28px; border-radius: 50%; } .next-avatar-small-string { position: absolute; left: 50%; -webkit-transform-origin: 0 center; -ms-transform-origin: 0 center; transform-origin: 0 center; } .next-avatar-square { border-radius: 3px; } .next-avatar > img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .next-loading-fusion-reactor[dir=rtl] { -webkit-animation-name: nextVectorRouteRTL; animation-name: nextVectorRouteRTL; } @-webkit-keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -ms-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -ms-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); } } @keyframes nextVectorRouteRTL { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } 25% { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); } 30% { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } 50% { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); } 55% { -webkit-transform: rotate(-270deg); -ms-transform: rotate(-270deg); transform: rotate(-270deg); } 75% { -webkit-transform: rotate(-270deg); -ms-transform: rotate(-270deg); transform: rotate(-270deg); } 80% { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); } 100% { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); } } /* put your code here */ .next-loading { position: relative; /* 遮罩层 */ /* for IE9,10 */ /* text on the right side of */ /* 动效 */ } .next-loading.next-open { pointer-events: none; } .next-loading .next-loading-component { opacity: .7; -webkit-filter: blur(1px); filter: blur(1px); /* stylelint-disable */ -webkit-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"; filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)"; /* IE6~IE9 */ /* stylelint-enable */ position: relative; pointer-events: none; } .next-loading-masker { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 99; opacity: .2; background: #FFF; } .next-loading-inline { display: inline-block; } .next-loading-tip { display: block; position: absolute; top: 50%; left: 50%; z-index: 4; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .next-loading-tip-fullscreen { top: inherit; left: inherit; -webkit-transform: inherit; -ms-transform: inherit; transform: inherit; } .next-loading-tip-placeholder { display: none; } .next-loading-right-tip .next-loading-indicator { display: inline-block; } .next-loading-right-tip .next-loading-tip-content { position: absolute; display: block; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); } .next-loading-right-tip .next-loading-tip-placeholder { display: inline-block; visibility: hidden; margin-left: 1em; } .next-loading-fusion-reactor { display: inline-block; width: 48px; height: 48px; position: relative; margin: 0; -webkit-animation-duration: 5.6s; animation-duration: 5.6s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-name: nextVectorRoute; animation-name: nextVectorRoute; } .next-loading-fusion-reactor .next-loading-dot { position: absolute; margin: auto; width: 12px; height: 12px; border-radius: 50%; background: #5584FF; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-duration: 1.4s; animation-duration: 1.4s; } .next-loading-fusion-reactor .next-loading-dot:nth-child(1) { top: 0; bottom: 0; left: 0; -webkit-animation-name: nextVectorDotsX; animation-name: nextVectorDotsX; } .next-loading-fusion-reactor .next-loading-dot:nth-child(2) { left: 0; right: 0; top: 0; opacity: .8; -webkit-animation-name: nextVectorDotsY; animation-name: nextVectorDotsY; } .next-loading-fusion-reactor .next-loading-dot:nth-child(3) { top: 0; bottom: 0; right: 0; opacity: .6; -webkit-animation-name: nextVectorDotsXR; animation-name: nextVectorDotsXR; } .next-loading-fusion-reactor .next-loading-dot:nth-child(4) { left: 0; right: 0; bottom: 0; opacity: .2; -webkit-animation-name: nextVectorDotsYR; animation-name: nextVectorDotsYR; } .next-loading-medium-fusion-reactor { width: 32px; height: 32px; } .next-loading-medium-fusion-reactor .next-loading-dot { width: 8px; height: 8px; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(1) { -webkit-animation-name: nextVectorDotsX-medium; animation-name: nextVectorDotsX-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(2) { -webkit-animation-name: nextVectorDotsY-medium; animation-name: nextVectorDotsY-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(3) { -webkit-animation-name: nextVectorDotsXR-medium; animation-name: nextVectorDotsXR-medium; } .next-loading-medium-fusion-reactor .next-loading-dot:nth-child(4) { -webkit-animation-name: nextVectorDotsYR-medium; animation-name: nextVectorDotsYR-medium; } @-webkit-keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes nextVectorRoute { 0% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } 5% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } 25% { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } 30% { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } 50% { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } 55% { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } 75% { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } 80% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } 100% { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } } /* 20% 的时间在旋转 */ @-webkit-keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; height: 14.4px; width: 14.4px; } 90% { bottom: 0; height: 12px; width: 12px; } } @keyframes nextVectorDotsYR { 25% { bottom: 0; } 45%, 50% { bottom: 16.8px; height: 14.4px; width: 14.4px; } 90% { bottom: 0; height: 12px; width: 12px; } } @-webkit-keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; height: 14.4px; width: 14.4px; } 90% { top: 0; height: 12px; width: 12px; } } @keyframes nextVectorDotsY { 25% { top: 0; } 45%, 50% { top: 16.8px; height: 14.4px; width: 14.4px; } 90% { top: 0; height: 12px; width: 12px; } } @-webkit-keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; width: 14.4px; height: 14.4px; } 90% { left: 0; height: 12px; width: 12px; } } @keyframes nextVectorDotsX { 25% { left: 0; } 45%, 50% { left: 16.8px; width: 14.4px; height: 14.4px; } 90% { left: 0; height: 12px; width: 12px; } } @-webkit-keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; width: 14.4px; height: 14.4px; } 90% { right: 0; height: 12px; width: 12px; } } @keyframes nextVectorDotsXR { 25% { right: 0; } 45%, 50% { right: 16.8px; width: 14.4px; height: 14.4px; } 90% { right: 0; height: 12px; width: 12px; } } @-webkit-keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; height: 9.6px; width: 9.6px; } 90% { bottom: 0; height: 8px; width: 8px; } } @keyframes nextVectorDotsYR-medium { 25% { bottom: 0; } 45%, 50% { bottom: 11.2px; height: 9.6px; width: 9.6px; } 90% { bottom: 0; height: 8px; width: 8px; } } @-webkit-keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; height: 9.6px; width: 9.6px; } 90% { top: 0; height: 8px; width: 8px; } } @keyframes nextVectorDotsY-medium { 25% { top: 0; } 45%, 50% { top: 11.2px; height: 9.6px; width: 9.6px; } 90% { top: 0; height: 8px; width: 8px; } } @-webkit-keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; width: 9.6px; height: 9.6px; } 90% { left: 0; height: 8px; width: 8px; } } @keyframes nextVectorDotsX-medium { 25% { left: 0; } 45%, 50% { left: 11.2px; width: 9.6px; height: 9.6px; } 90% { left: 0; height: 8px; width: 8px; } } @-webkit-keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; width: 9.6px; height: 9.6px; } 90% { right: 0; height: 8px; width: 8px; } } @keyframes nextVectorDotsXR-medium { 25% { right: 0; } 45%, 50% { right: 11.2px; width: 9.6px; height: 9.6px; } 90% { right: 0; height: 8px; width: 8px; } } /* put your code here */ .next-list-header { border-bottom: 1px solid #DCDEE3; color: #333333; } .next-list-footer { border-top: 1px solid #DCDEE3; color: #666666; } .next-list-loading.next-loading { display: block; } .next-list-empty { font-size: 12px; color: #A0A2AD; padding: 32px 0; text-align: center; } .next-list-items { margin: 0; padding: 0; list-style: none; } .next-list-item { display: table; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; color: #666666; } .next-list-item-media { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-width: 1px; -ms-flex-negative: 0; flex-shrink: 0; vertical-align: top; } .next-list-item-extra { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-width: 1px; -ms-flex-negative: 0; flex-shrink: 0; vertical-align: top; color: #999999; } .next-list-item-content { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; vertical-align: middle; } .next-list-item-title { color: #333333; } .next-list-medium .next-list-header { padding: 16px 0px; font-size: 20px; font-weight: bold; } .next-list-medium .next-list-footer { padding: 16px 0px; } .next-list-medium .next-list-item-media { padding-right: 8px; } .next-list-medium .next-list-item-extra { padding-left: 8px; } .next-list-medium .next-list-item { font-size: 14px; line-height: 1.5; padding: 16px 0px; } .next-list-medium .next-list-item-title { font-weight: normal; font-size: 16px; line-height: 1.5; } .next-list-small .next-list-header { padding: 8px 0px; font-size: 16px; font-weight: bold; } .next-list-small .next-list-footer { padding: 8px 0px; } .next-list-small .next-list-item-media { padding-right: 8px; } .next-list-small .next-list-item-extra { padding-left: 8px; } .next-list-small .next-list-item { font-size: 12px; font-weight: normal; line-height: 1.3; padding: 8px 0px; } .next-list-small .next-list-item-title { font-size: 14px; line-height: 1.5; } .next-list-divider .next-list-item { border-bottom: 1px solid #DCDEE3; } .next-list-divider .next-list-item:last-child { border-bottom: none; } .next-list[dir="rtl"] .next-list-item-media { padding-left: 8px; padding-right: 0; } .next-list[dir="rtl"] .next-list-item-extra { padding-right: 8px; padding-left: 0; } .next-list[dir="rtl"] .next-list-small .next-list-item-media { padding-left: 8px; padding-right: 0; } .next-list[dir="rtl"] .next-list-small .next-list-item-extra { padding-right: 8px; padding-left: 0; } .next-menu-btn { display: inline-block; -webkit-box-shadow: none; box-shadow: none; } .next-menu-btn-spacing-tb { padding: 0px 0; } .next-menu-btn .next-icon { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; transition: transform 100ms linear, -webkit-transform 100ms linear; } .next-menu-btn .next-menu-btn-arrow::before { content: "\E63D"; } .next-menu-btn.next-expand .next-menu-btn-arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-menu-btn-symbol-unfold::before { content: ""; } .next-menu-btn.next-btn-normal .next-menu-btn-arrow { color: #999999; } .next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow { color: #333333; } .next-menu-btn.next-btn-secondary .next-menu-btn-arrow { color: #5584FF; } .next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow { color: #5584FF; } .next-menu-btn.next-btn-primary .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow { color: #333333; } .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow { color: #5584FF; } .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow { color: #5584FF; } .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow { color: #3E71F7; } .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: #333333; } .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow { color: #999999; } .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow { color: #CCCCCC; } .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow { color: #CCCCCC; } .next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: rgba(255, 255, 255, 0.4); } .next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: rgba(0, 0, 0, 0.1); } .next-nav { -webkit-box-sizing: border-box; box-sizing: border-box; min-width: auto; border-radius: 0; } .next-nav *, .next-nav *:before, .next-nav *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-nav-icon.next-icon { margin-right: 4px; font-weight: inherit; } .next-nav-icon.next-icon:before, .next-nav-icon.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-nav-group-label { height: 40px; line-height: 40px; font-size: 12px; } .next-nav-item .next-menu-item-text > span, .next-nav-item .next-nav-group-label > span { opacity: 1; -webkit-transition: opacity 100ms linear; transition: opacity 100ms linear; } .next-nav-item .next-menu-item-text > a { text-decoration: none; color: inherit; } .next-nav-item .next-menu-hoz-icon-arrow.next-icon, .next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon, .next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-icon-arrow.next-icon { color: inherit; top: 0; -webkit-transform-origin: center 50%; -ms-transform-origin: center 50%; transform-origin: center 50%; } .next-nav.next-active .next-nav-item:before { position: absolute; -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ''; } .next-nav.next-hoz { padding: 0; height: 44px; line-height: 42px; font-size: 12px; } .next-nav.next-hoz .next-menu-item { margin-left: 0px; margin-right: 0px; padding: 0 20px; border-radius: 0; } .next-nav.next-hoz .next-menu-item, .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item { margin-top: 0px; margin-bottom: 0px; } .next-nav.next-hoz .next-menu-item-inner { height: 42px; font-size: 12px; } .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner { height: 40px; line-height: 40px; font-size: 12px; } .next-nav.next-hoz .next-menu-header { float: left; height: 42px; } .next-nav.next-hoz .next-menu-footer { float: right; height: 42px; } .next-nav.next-hoz .next-nav-item:before { width: 0; left: 50%; height: 2px; } .next-nav.next-hoz .next-nav-item:hover:before { height: 0px; } .next-nav.next-hoz.next-top .next-nav-item:before { top: -1px; } .next-nav.next-hoz.next-bottom .next-nav-item:before { bottom: -1px; } .next-nav.next-hoz .next-selected.next-nav-item:before { width: 100%; left: 0; height: 2px; } .next-nav.next-ver { padding: 0; -webkit-transition: width 300ms ease; transition: width 300ms ease; line-height: 40px; font-size: 12px; } .next-nav.next-ver .next-menu-item { margin-left: 0px; margin-right: 0px; padding: 0 20px; border-radius: 0; } .next-nav.next-ver .next-menu-item:not(:first-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item { margin-top: 0px; } .next-nav.next-ver .next-menu-item:not(:last-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item { margin-bottom: 0px; } .next-nav.next-ver .next-menu-item-inner { height: 40px; font-size: 12px; } .next-nav.next-ver .next-nav-group-label .next-menu-item-inner { height: 40px; line-height: 40px; font-size: 12px; } .next-nav.next-ver > .next-menu-item:first-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item { margin-top: 0px; } .next-nav.next-ver > .next-menu-item:last-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item { margin-bottom: 0px; } .next-nav.next-ver .next-menu-sub-menu { line-height: 40px; } .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner { height: 40px; font-size: 12px; } .next-nav.next-ver .next-nav-item:before { height: 0; top: 50%; width: 2px; } .next-nav.next-ver .next-nav-item:hover:before { width: 0px; } .next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before { left: -1px; }
data/president/n600001500000000/20160116140110/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 高雄市 茄萣區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">3,018</td> <td class="tdAlignRight">18.6989</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">11,172</td> <td class="tdAlignRight">69.2193</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">1,950</td> <td class="tdAlignRight">12.0818</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;20/20&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 22:00:12 +0800" title="Sat, 16 Jan 2016 22:00:12 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;22:00:07&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
doc/pub/mbpt/html/._mbpt-bs003.html
ManyBodyPhysics/AbInitioNuclearPhysicsSchool
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Many-body perturbation theory"> <title>Many-body perturbation theory</title> <!-- Bootstrap style: bootstrap --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Many-body perturbation theory', 2, None, '___sec0'), ('Many-body perturbation theory', 2, None, '___sec1'), ('Many-body perturbation theory', 2, None, '___sec2'), ('Many-body perturbation theory', 2, None, '___sec3'), ('Many-body perturbation theory', 2, None, '___sec4'), ('Many-body perturbation theory', 2, None, '___sec5'), ('Many-body perturbation theory', 2, None, '___sec6'), ('Many-body perturbation theory', 2, None, '___sec7'), ('Many-body perturbation theory', 2, None, '___sec8'), ('Many-body perturbation theory', 2, None, '___sec9'), ('Many-body perturbation theory', 2, None, '___sec10'), ('Many-body perturbation theory', 2, None, '___sec11'), ('Many-body perturbation theory', 2, None, '___sec12'), ('Many-body perturbation theory', 2, None, '___sec13'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec14'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec15'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec16'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec17'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec18'), ('Interpreting the correlation energy and the wave operator', 2, None, '___sec19')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="mbpt-bs.html">Many-body perturbation theory</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._mbpt-bs001.html#___sec0" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs002.html#___sec1" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="#___sec2" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs004.html#___sec3" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs005.html#___sec4" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs006.html#___sec5" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs007.html#___sec6" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs008.html#___sec7" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs009.html#___sec8" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs010.html#___sec9" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs011.html#___sec10" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs012.html#___sec11" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs013.html#___sec12" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs014.html#___sec13" style="font-size: 80%;">Many-body perturbation theory</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs015.html#___sec14" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs016.html#___sec15" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs017.html#___sec16" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs018.html#___sec17" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs019.html#___sec18" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> <!-- navigation toc: --> <li><a href="._mbpt-bs020.html#___sec19" style="font-size: 80%;">Interpreting the correlation energy and the wave operator</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0003"></a> <!-- !split --> <h2 id="___sec2" class="anchor">Many-body perturbation theory </h2> This equation forms the starting point for all perturbative derivations. However, as it stands it represents nothing but a mere formal rewriting of Schroedinger's equation and is not of much practical use. The exact wave function \( \vert \Psi_0\rangle \) is unknown. In order to obtain a perturbative expansion, we need to expand the exact wave function in terms of the interaction \( \hat{H}_I \). <p> Here we have assumed that our model space defined by the operator \( \hat{P} \) is one-dimensional, meaning that $$ \hat{P}= \vert \Phi_0\rangle \langle \Phi_0\vert , $$ and $$ \hat{Q}=\sum_{m=1}^{\infty}\vert \Phi_m\rangle \langle \Phi_m\vert . $$ <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._mbpt-bs002.html">&laquo;</a></li> <li><a href="._mbpt-bs000.html">1</a></li> <li><a href="._mbpt-bs001.html">2</a></li> <li><a href="._mbpt-bs002.html">3</a></li> <li class="active"><a href="._mbpt-bs003.html">4</a></li> <li><a href="._mbpt-bs004.html">5</a></li> <li><a href="._mbpt-bs005.html">6</a></li> <li><a href="._mbpt-bs006.html">7</a></li> <li><a href="._mbpt-bs007.html">8</a></li> <li><a href="._mbpt-bs008.html">9</a></li> <li><a href="._mbpt-bs009.html">10</a></li> <li><a href="._mbpt-bs010.html">11</a></li> <li><a href="._mbpt-bs011.html">12</a></li> <li><a href="._mbpt-bs012.html">13</a></li> <li><a href="">...</a></li> <li><a href="._mbpt-bs020.html">21</a></li> <li><a href="._mbpt-bs004.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
R-Portable-Win/library/tools/html/delimMatch.html
ColumbusCollaboratory/electron-quick-start
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Delimited Pattern Matching</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for delimMatch {tools}"><tr><td>delimMatch {tools}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Delimited Pattern Matching</h2> <h3>Description</h3> <p>Match delimited substrings in a character vector, with proper nesting. </p> <h3>Usage</h3> <pre> delimMatch(x, delim = c("{", "}"), syntax = "Rd") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>a character vector.</p> </td></tr> <tr valign="top"><td><code>delim</code></td> <td> <p>a character vector of length 2 giving the start and end delimiters. Future versions might allow for arbitrary regular expressions.</p> </td></tr> <tr valign="top"><td><code>syntax</code></td> <td> <p>currently, always the string <code>"Rd"</code> indicating Rd syntax (i.e., <span class="samp">%</span> starts a comment extending till the end of the line, and <span class="samp">\</span> escapes). Future versions might know about other syntax, perhaps via &lsquo;syntax tables&rsquo; allowing to flexibly specify comment, escape, and quote characters.</p> </td></tr> </table> <h3>Value</h3> <p>An integer vector of the same length as <code>x</code> giving the starting position (in characters) of the first match, or <i>-1</i> if there is none, with attribute <code>"match.length"</code> giving the length (in characters) of the matched text (or <i>-1</i> for no match). </p> <h3>See Also</h3> <p><code><a href="../../base/html/grep.html">regexpr</a></code> for &lsquo;simple&rsquo; pattern matching. </p> <h3>Examples</h3> <pre> x &lt;- c("\\value{foo}", "function(bar)") delimMatch(x) delimMatch(x, c("(", ")")) </pre> <hr /><div style="text-align: center;">[Package <em>tools</em> version 3.6.1 <a href="00Index.html">Index</a>]</div> </body></html>
index.html
luftschiffkollektiv/projekt
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <title>Projekt by luftschiffkollektiv</title> <link rel="stylesheet" href="stylesheets/page.css"> <link rel="stylesheet" href="stylesheets/latex.css"> <link rel="stylesheet" href="stylesheets/styles.css"> <link rel="stylesheet" href="stylesheets/pygment_trac.css"> <!--script src="javascripts/helpers.js"></script> <script src="javascripts/make_movable.js"></script--> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body class="A4pages latex"> <!--header> <h1>Projekt</h1> <p>Luftschiff-Projekt 2015</p> <p class="view"><a href="https://github.com/luftschiffkollektiv/projekt">View the Project on GitHub <small>luftschiffkollektiv/projekt</small></a></p> <ul> <li><a href="https://github.com/luftschiffkollektiv/projekt/zipball/master">Download <strong>ZIP File</strong></a></li> <li><a href="https://github.com/luftschiffkollektiv/projekt/tarball/master">Download <strong>TAR Ball</strong></a></li> <li><a href="https://github.com/luftschiffkollektiv/projekt">View On <strong>GitHub</strong></a></li> </ul> </header--> <div class="" style="z-index:43;position:fixed;top:0;right:0;width:100px;text-align:right;"><button id="ueberblick" onclick="zoom">↑ Kapitel</button><hr/> <a class="button" id="de" style="background:rgb(180,160,10);" href="index.html">deutsch</a> <a class="button" id="en" style="background:rgb(240,30,10);" href="en.html">english</a> <a class="button" id="fr" style="background:rgb(60,0,180);" href="fr.html">francais</a></div> <script> var zoomedOut = false; document.addEventListener("DOMContentLoaded", function(event) { //nix }); function scroll(target){ console.log("TARGET: "+target.className) var scroller=setInterval(function(){target.tagName ? target.scrollIntoView() : null;},20); setTimeout(function(){clearInterval(scroller)},1010) } document.getElementById("ueberblick").addEventListener("click", zoom); function zoom(e){ if (zoomedOut) { pagecontainer.className = pagecontainer.className.replace(' zoomed-out', ''); zoomedOut= false; var pages = document.getElementsByClassName('page'); for (var i = 0; i<pages.length; i++) { pages[i].removeEventListener("click", zoom); pages[i].removeEventListener("click", scroll(e.currentTarget)); } } else { pagecontainer.className += ' zoomed-out'; zoomedOut = true; var pages = document.getElementsByClassName('page'); for (var i = 0; i<pages.length; i++) { pages[i].addEventListener("click", zoom); pages[i].addEventListener("click", scroll); } scroll(pagecontainer); } } </script> <div id="pagecontainer"> <section id="Exposée"> <div alt="Luftschiff-Projekt" class="page newchapter"><div class="page-inner"> <h1>Exposée</h1> </div></div> <div alt="Luftschiff-Projekt" class="page" style="background-image:url('img/1.jpg');background-size: 100% 100%;"><div class="page-inner"> <small class="page-number">1</small> </div></div> <div alt="Luftschiff-Projekt" class="page" style="background-image:url('img/2.jpg');background-size: 100% 100%;"><div class="page-inner"> <p class="textbox movable" style="top: 50mm; left: 67mm;"> 1917. ADINE und BONI leben auf ihrem Luftschiff über der Ostsee ihre Utopie. Sie komponieren Musik und drehen Filme über ihren Helden, Prinz Kropotkin, der zum Revolutionär geworden ist. Fiebrig erwarten sie einen Auftrag von ihrer anarchistischen Zelle, um die Weltrevolution anzuzetteln. </p> <small class="page-number">1/4</small> </div></div> <div alt="Luftschiff-Projekt" class="page" style="background-image:url('img/3.jpg');background-size: 100% 100%;"><div class="page-inner"> <p class="textbox movable" style="top: 41mm; left: 0mm;color:white;"> Im Sturm rettet Adine eine Schiffbrüchige: CLÉO. Cléo provoziert Adine, die ihrerseits kontert, und es kommt zu einem stürmischen Tanz der Drei. Als Cléo schläft, finden Adine und Boni in einem versteckten Kuvert den Auftrag. Sie stürzen sich in die Vorbereitung des für den Folgetag angesetzten Coups. Dabei kommt es zu einer Diskussion über Cléo. Boni möchte sie im Luftschiff aufnehmen; Adine will sie bald loswerden.</p> <small class="page-number">2/4</small> </div></div> <div alt="Luftschiff-Projekt" class="page" style="background-image:url('img/4.jpg');background-size: 100% 100%;"><div class="page-inner"> <p class="textbox movable" style="top: 15mm; left: 74mm;"> Adine nähert sich Cléo an und verliert dabei mehr und mehr die Kontrolle. Im Spiel der beiden steigert Cléo ihre Provokation, bis es zu einem brutalen Kampf im Meer kommt. </p> <small class="page-number">3/4</small> </div></div> <div alt="Luftschiff-Projekt" class="page" style="background-image:url('img/5.jpg');background-size: 100% 100%;"><div class="page-inner"> <p class="textbox movable" style="top: 20mm; left: -7mm;"> Auf der Landstraße werden Adine und Boni von Cléo überholt. Ein General, ihr Vater, empfängt Cléo am Adelssitz, wo sich die Noblesse Europas zum Ball eingefunden hat. Unter den Gästen erkennen wir einen gewissen Prinzen: Peter Kropotkin.</p> <small class="page-number">4/4</small> </div></div> </section><section id="Finanzierung"> <div class="page newchapter"><div class="page-inner"> <h1>Finanzierung</h1> </div></div> <div class="page"><div class="page-inner"> <h1></h1> </div></div> </section><section id="Team"> <div class="page newchapter" ><div class="page-inner"> <h1>Team</h1> </div></div> <div class="page"><div class="page-inner"> <h1></h1> </div></div> </section> </div> <footer> <p>Kontaktiere das <a href="https://github.com/luftschiffkollektiv">Luftschiffkollektiv</a>-Team via <b>luftschiffkollektiv@yandex.com</b></p> </footer> <script src="javascripts/scale.fix.js"></script> </body> </html>
data/president/n300000000000000/20160116133015/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 桃園市 得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">364,479</td> <td class="tdAlignRight">34.3870</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">540,957</td> <td class="tdAlignRight">51.0369</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">154,498</td> <td class="tdAlignRight">14.5762</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;1077/1088&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:27:11 +0800" title="Sat, 16 Jan 2016 21:27:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:27:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
wks/2017/1/101.html
NYCAASC/nycaasc
<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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <meta name="description" content="."> <meta name="author" content="Amelia Chu"> <link rel="icon" href="../../../assets/favicon.ico"> <title>NYCAASC | API Flower Power: Understanding Personal Identity and the Connection to Privilege</title> <!-- Bootstrap core CSS --> <link href="../../../assets/css/bootstrap.min.css" rel="stylesheet"> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <link href="../../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="../../../assets/css/navbar-fixed-top.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="../../../assets/css/nycaasc-custom.css" rel="stylesheet"> <!-- Streetvertising Font CSS --> <link href="../../../assets/css/font-streetvertising.css" rel="stylesheet"> <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="..//../../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <script src="../../../assets/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[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]--> <style> .speaker { padding-bottom: 25px; } </style> </head> <body> <header id="header"> </header> <main role="main"> <div class="container"> <h1>NYCAASC 2017 Workshops</h1> <a href="../../../conference.html">&lt;&lt; Back to NYCAASC 2017</a> <h2>Track 1</h2> <h3>API Flower Power: Understanding Personal Identity and the Connection to Privilege</h3> <h4>Room 388</h4> <p><strong>Description:</strong> API: Flower Power is an interactive workshop where participants unpack the complexities of the Asian identity using the Power Flower model. The “Power Flower” is a tool developed by Canadian social change educators when working with groups to “identify who we are (and who we aren’t) as individuals and as a group in relation to those who wield power in our society.” (<em>Educating for a Change</em>, p. 87) The goal is to understand our personal identity and their connections to privilege. <strong>Workshop is limited to 12 participants.</strong></p> <h3>Speakers</h3> <div class="row speaker"> <div class="col-md-4"> <img class="img-responsive" src="../../../assets/img/wks/2017/headshots/1/101/jkyon.png"> </div> <div class="col-md-8"> <h4>Jasmine Kyon</h4> <p>J./Jasmine Kyon is a queer Burmese-Chinese sunflower who grew up traveling between Chinatown and Queens, helping them perfect the art of sleeping in the subway. J. grew up witnessing how space has offered or denied accessibility to immigrant, queer people of color, inspiring them to research on the equity of public transportation as a Student Research Fellow at the Arcus Center of Social Justice Leadership. Jasmine is also the co-organizer of the Kalamazoo Poetry Collective, connecting Kalamazoo College to local artists and facilitating storytelling workshops to QTPoC youth. Jasmine has introduced the Flower Power workshop to Fire Historical and Arts Collaborative and smART, and is grateful to be in the space of NYCAASC to share an API-centric version of the Flower Power for the first time. </p> <p></p> <!--Social media/website links--> </div> </div> </div> </main> <footer id="footer"></footer> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <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', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-68409586-1', 'auto'); ga('send', 'pageview'); </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> window.jQuery || document.write('<script src="../../../assets/js/vendor/jquery.min.js"><\/script>') </script> <script src="../../../assets/js/bootstrap.min.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../../../assets/js/ie10-viewport-bug-workaround.js"></script> <!--Import site header--> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <script> $(function() { $("#header").load("../../../wksheader.html"); $("#footer").load("../../../wksfooter.html"); }); </script> </body> </html>
_site/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html
kabads/kabads.monkeez.org
<!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"><!-- Begin Jekyll SEO tag v2.6.1 --> <title>AWS - How to Serve Traffic from a Load Balancer | Kabads. Musings, mutterings and murmerings.</title> <meta name="generator" content="Jekyll v3.8.5" /> <meta property="og:title" content="AWS - How to Serve Traffic from a Load Balancer" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="Amazon Web Services (AWS) allows you to serve private network traffic from behind a public load balancer. This offers extra security benefits as it detects DDOS traffic and other exploits and offers a layer of protection." /> <meta property="og:description" content="Amazon Web Services (AWS) allows you to serve private network traffic from behind a public load balancer. This offers extra security benefits as it detects DDOS traffic and other exploits and offers a layer of protection." /> <link rel="canonical" href="http://localhost:4000/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html" /> <meta property="og:url" content="http://localhost:4000/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html" /> <meta property="og:site_name" content="Kabads. Musings, mutterings and murmerings." /> <meta property="og:type" content="article" /> <meta property="article:published_time" content="2017-09-20T01:00:00+01:00" /> <script type="application/ld+json"> {"description":"Amazon Web Services (AWS) allows you to serve private network traffic from behind a public load balancer. This offers extra security benefits as it detects DDOS traffic and other exploits and offers a layer of protection.","@type":"BlogPosting","headline":"AWS - How to Serve Traffic from a Load Balancer","dateModified":"2017-09-20T01:00:00+01:00","datePublished":"2017-09-20T01:00:00+01:00","url":"http://localhost:4000/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html"},"@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> <link rel="stylesheet" href="/assets/main.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Kabads. Musings, mutterings and murmerings." /></head> <body><header class="site-header" role="banner"> <div class="wrapper"><a class="site-title" rel="author" href="/">Kabads. Musings, mutterings and murmerings.</a><nav class="site-nav"> <input type="checkbox" id="nav-trigger" class="nav-trigger" /> <label for="nav-trigger"> <span class="menu-icon"> <svg viewBox="0 0 18 15" width="18px" height="15px"> <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/> </svg> </span> </label> <div class="trigger"><a class="page-link" href="/about/">About</a></div> </nav></div> </header> <main class="page-content" aria-label="Content"> <div class="wrapper"> <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting"> <header class="post-header"> <h1 class="post-title p-name" itemprop="name headline">AWS - How to Serve Traffic from a Load Balancer</h1> <p class="post-meta"> <time class="dt-published" datetime="2017-09-20T01:00:00+01:00" itemprop="datePublished">Sep 20, 2017 </time></p> </header> <div class="post-content e-content" itemprop="articleBody"> <p><a href="http://aws.amazon.com">Amazon Web Services</a> (AWS) allows you to serve private network traffic from behind a public load balancer. This offers extra security benefits as it detects DDOS traffic and other exploits and offers a layer of protection.</p> <p>There are some things you should know before you start this tutorial. You should know:</p> <ol> <li>How to create a <a href="https://en.wikipedia.org/wiki/Virtual_private_cloud">VPC</a></li> <li>How to configure <a href="https://en.wikipedia.org/wiki/Subnetwork">subnets</a></li> <li>How to create an EC2 instance</li> <li>How to ensure an EC2 instance is within an particular subnet</li> <li>How to ssh to an EC2 instance</li> </ol> <p>You will create a new VPC. You can use your default VPC, but this isn’t recommended. Default VPCs are for legacy ec2-classic instances. You should identify a CIDR block range for your VPC (e.g. 10.0.0.0/16).</p> <p>Then, create two new subnets under the new VPC. One will be private and one will be public. The load balancer will use the public subnet and the EC2 instance will use the private subnet. Each subnet will have a different route table, one allowing traffic in and the other not. The first subnet should have a CIDR block range of 10.0.1.0/24. Next create your private subnet with a CIDR of 10.0.2.0/24 - this can be in the same availibility zone as the first subnet.</p> <p>For high availability, it is a good idea to place your next elastic load balancer in a different availability zone. When you configure your load balancer you will need to choose two subnets. Therefore we have to create another public subnet that has a different availability zone. This has a CIDR range of 10.0.3.0/24 and is belongs in a different availability zone.</p> <p>You should have three subnets as this image shows.</p> <blockquote class="imgur-embed-pub" lang="en" data-id="a/KFrjH"><a href="//imgur.com/KFrjH"></a></blockquote> <script async="" src="//s.imgur.com/min/embed.js" charset="utf-8"></script> <p>Next you need to create an Internet Gateway and attach it to the public subnet. This is what makes the load balancer world accessible. Click on Internet Gateway, then create an internet gateway, with a name tag. Then, attach it to the VPC that you have created (only one Internet Gateway can be attached to a VPC). Click the Attach to VPC button and then choose the new VPC that you created earlier. This means you will be able to access the EC2 instance for the time being.</p> <p>Next add a route table. Create a Route Table and add a route of 0.0.0.0/0 and choose the target of your new Internet Gateway. This means you can now access your EC2 instance.</p> <p>This route table is associated with all of the subnets, which means they are all now public. We will later make the private subnet private.</p> <p>Now, create your EC2 instance. Launch it in the private subnet (even though it is still public at the moment).</p> <p>When you create your EC2 instance create a rule that allows port 80 for HTTP.</p> <p>Now create a load balancer. This will be a classic type of load balancer. Do not create an internal load balancer, as that will only be accessible from within the VPC. We want traffic from anywhere. Listen on port 80. Now we select the two public subnets that we created earlier. One of them has to be in the same availability zone as the EC2 instance (which it is). The other one can be in a different availibility zone. Assign the security group that was created when you created the VPC.</p> <p>With load balancers you have to configure the health check. This is best done over TCP protocol on port 22. Then you add an EC2 instance to the load balancer. Use the one that we created earlier. Add tags, review and launch.</p> <p>Now we need to SSH in to the instance and install a httpd server. ssh in using your key, ssh -i pem-key.pem ec2-user@34.3.124.41 - do not forget that your pem key file must have permissions of 400 or less.</p> <p>Start the httpd service - sudo service start httpd</p> <p>Check using the public ip address of the EC2 instance. You’ll notice that this works as the EC2 instance is still in a public route table.</p> <p>Let’s fix that by creating a new route table. The new route table must only have a route that allows the local traffic (i.e. no 0.0.0.0/0). Then go to the private subnet and then change the route for the subnet to the new route table that doesn’t have a public route.</p> <blockquote class="imgur-embed-pub" lang="en" data-id="a/CzkdB"><a href="//imgur.com/CzkdB"></a></blockquote> <script async="" src="//s.imgur.com/min/embed.js" charset="utf-8"></script> <p>You can test if your load balancer is still forwarding the traffic by clicking on load balancer link, selecting the active load balancer and then using the DNS information</p> <blockquote class="imgur-embed-pub" lang="en" data-id="a/mPIkP"><a href="//imgur.com/mPIkP"></a></blockquote> <script async="" src="//s.imgur.com/min/embed.js" charset="utf-8"></script> <p>Copy and paste that link into your browser. You should be forwarded to the HTTP welcome page that the private EC2 instance is server.</p> <p>If you have any comments, please post them in the disqus below.</p> </div><a class="u-url" href="/sysadmin/2017/09/20/AWS-how-to-serve-traffic-from-load-balancer.html" hidden></a> </article> </div> </main><footer class="site-footer h-card"> <data class="u-url" href="/"></data> <div class="wrapper"> <h2 class="footer-heading">Kabads. Musings, mutterings and murmerings.</h2> <div class="footer-col-wrapper"> <div class="footer-col footer-col-1"> <ul class="contact-list"> <li class="p-name">Kabads. Musings, mutterings and murmerings.</li><li><a class="u-email" href="mailto:adam@monkeez.org">adam@monkeez.org</a></li></ul> </div> <div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/jekyll"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg> <span class="username">jekyll</span></a></li><li><a href="https://www.twitter.com/jekyllrb"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#twitter"></use></svg> <span class="username">jekyllrb</span></a></li></ul> </div> <div class="footer-col footer-col-3"> <p>I worked in education for 20 years and always had a hand in Technology. For the last couple of years, I&#39;ve been working in Cloud Automation.</p> </div> </div> </div> </footer> </body> </html>
apache-jena-3.0.0/javadoc-arq/org/apache/jena/sparql/engine/ref/package-use.html
slennie12/SOR-Onderzoek
<!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_45-internal) on Sat Jul 25 18:14:30 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.jena.sparql.engine.ref (Apache Jena ARQ)</title> <meta name="date" content="2015-07-25"> <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="Uses of Package org.apache.jena.sparql.engine.ref (Apache Jena ARQ)"; } } catch(err) { } //--> </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</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="../../../../../../index-all.html">Index</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/jena/sparql/engine/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package org.apache.jena.sparql.engine.ref" class="title">Uses of Package<br>org.apache.jena.sparql.engine.ref</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/jena/sparql/engine/ref/package-summary.html">org.apache.jena.sparql.engine.ref</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.jena.sparql.algebra.table">org.apache.jena.sparql.algebra.table</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.apache.jena.sparql.engine.ref">org.apache.jena.sparql.engine.ref</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.jena.sparql.algebra.table"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/jena/sparql/engine/ref/package-summary.html">org.apache.jena.sparql.engine.ref</a> used by <a href="../../../../../../org/apache/jena/sparql/algebra/table/package-summary.html">org.apache.jena.sparql.algebra.table</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/engine/ref/class-use/Evaluator.html#org.apache.jena.sparql.algebra.table">Evaluator</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.apache.jena.sparql.engine.ref"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../org/apache/jena/sparql/engine/ref/package-summary.html">org.apache.jena.sparql.engine.ref</a> used by <a href="../../../../../../org/apache/jena/sparql/engine/ref/package-summary.html">org.apache.jena.sparql.engine.ref</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/engine/ref/class-use/Evaluator.html#org.apache.jena.sparql.engine.ref">Evaluator</a>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../org/apache/jena/sparql/engine/ref/class-use/QueryEngineRef.html#org.apache.jena.sparql.engine.ref">QueryEngineRef</a> <div class="block">"Reference" query engine - this simply executes the algebra expression as-is using a simple (non-scalable) execution strategy that follows the definition of SPARQL as closely as possible.</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= 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</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="../../../../../../index-all.html">Index</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/jena/sparql/engine/ref/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
data/president/n600001400000000/20160116130742/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 高雄市 大樹區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">5,392</td> <td class="tdAlignRight">21.9401</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">17,115</td> <td class="tdAlignRight">69.6411</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">2,069</td> <td class="tdAlignRight">8.4188</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;32/32&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:06:11 +0800" title="Sat, 16 Jan 2016 21:06:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:06:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
author/devgaze/index.html
Devgaze/devgaze.github.io
<head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Devgaze - Page 1 - Developer's Gaze</title> <meta name="description" content=""> <meta name="HandheldFriendly" content="True"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="stylesheet" type="text/css" href="/assets/css/screen.css?v=fca2eb9956"> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400"> <link rel="canonical" href="http://localhost:2368/author/devgaze/"> <meta property="og:site_name" content="Developer's Gaze"> <meta property="og:type" content="profile"> <meta property="og:title" content="Devgaze - Page 1 - Developer's Gaze"> <meta property="og:url" content="http://localhost:2368/author/devgaze/"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Devgaze - Page 1 - Developer's Gaze"> <meta name="twitter:url" content="http://localhost:2368/author/devgaze/"> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Person", "publisher": "Developer's Gaze", "name": "Devgaze", "url": "http://localhost:2368/author/devgaze" } </script> <meta name="generator" content="Ghost 0.6"> <link rel="alternate" type="application/rss+xml" title="Developer's Gaze" href="http://localhost:2368/rss/"> </head> <body class="author-template author-devgaze nav-closed"> <div class="nav"> <h3 class="nav-title">Menu</h3> <a href="#" class="nav-close"> <span class="hidden">Close</span> </a> <ul> <li class="nav-blog" role="presentation"><a href="http://localhost:2368/">Blog</a></li> <li class="nav-about" role="presentation"><a href="http://localhost:2368/about/">About</a></li> <li class="nav-contact" role="presentation"><a href="http://localhost:2368/contact-me/">Contact</a></li> </ul> <a class="subscribe-button icon-feed" href="http://localhost:2368/rss/">Subscribe</a> </div> <span class="nav-cover"></span> <div class="site-wrapper"> <header class="main-header author-head no-cover"> <nav class="main-nav overlay clearfix"> <a class="blog-logo" href="http://localhost:2368"><img src="/content/images/2015/09/only-sign.png" alt="Developer's Gaze"></a> <a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a> </nav> </header> <section class="author-profile inner"> <figure class="author-image"> <div class="img" style="background-image: url(/content/images/2015/09/only-sign-1.png)"><span class="hidden">Devgaze's Picture</span></div> </figure> <h1 class="author-title">Devgaze</h1> <div class="author-meta"> <span class="author-location icon-location">Zagreb, Croatia</span> <span class="author-stats"><i class="icon-stats"></i> 2 posts</span> </div> </section> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </div> <article class="post tag-ghost-tag tag-flipmail" data-target="article.post" data-file="http://devgaze.github.io/add-contact-page-to-ghost-powered-github-pages-with-flipmail/index.html"> <header class="post-header"> <h2 class="post-title"><a href="/add-contact-page-to-ghost-powered-github-pages-with-flipmail/">Add contact page to Ghost powered GitHub Pages with Flipmail</a></h2> </header> <section class="post-excerpt"> <p>GitHub Pages serve only static content so in order to have a Contact page you need to use external service to process your contact form submissions. <a class="read-more" href="/add-contact-page-to-ghost-powered-github-pages-with-flipmail/">»</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/content/images/2015/09/only-sign-1.png" alt="Devgaze" nopin="nopin"> <a href="/author/devgaze/">Devgaze</a> on <a href="/tag/ghost-tag/">Ghost</a>, <a href="/tag/flipmail/">Flipmail</a> <time class="post-date" datetime="2015-09-05">05 September 2015</time> <time class="post-date eta"></time> </footer> </article> <article class="post tag-ghost-tag tag-git featured" data-target="article.post" data-file="http://devgaze.github.io/setting-up-ghost-buster-and-github-pages-on-macos/index.html"> <header class="post-header"> <h2 class="post-title"><a href="/setting-up-ghost-buster-and-github-pages-on-macos/">Setting up Ghost, Buster and GitHub Pages on MacOS [Yosemite]</a></h2> </header> <section class="post-excerpt"> <p>In the last 5-8 years, I am not sure for how many times did I try to start to blog. It was always something in my <a class="read-more" href="/setting-up-ghost-buster-and-github-pages-on-macos/">»</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="/content/images/2015/09/only-sign-1.png" alt="Devgaze" nopin="nopin"> <a href="/author/devgaze/">Devgaze</a> on <a href="/tag/ghost-tag/">Ghost</a>, <a href="/tag/git/">Git</a> <time class="post-date" datetime="2015-09-01">01 September 2015</time> <time class="post-date eta"></time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 1</span> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="http://localhost:2368">Developer's Gaze</a> © 2016</section> <!-- <section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section> --> </footer> </div> <script src="/public/jquery.js?v=fca2eb9956"></script> <script type="text/javascript" src="/assets/js/jquery.fitvids.js?v=fca2eb9956"></script> <script type="text/javascript" src="/assets/js/index.js?v=fca2eb9956"></script> <script type="text/javascript" src="/assets/js/readingTime.min.js?v=fca2eb9956"></script> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'Devgaze'; // Required - Replace '<example>' with your forum shortname /* * * 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">comments powered by Disqus.</a></noscript> </body>
data/KHH-3/n600030000000000/20160116053010/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;高雄市&nbsp;第3選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:5&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>梁蓓禎</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>信心希望聯盟</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>柳淑芳</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>張顯耀</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>劉世芳</td> <td>女</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>莊明憲</td> <td>男</td> <td class="tdAlignRight">0</td> <td class="tdAlignRight">0.0000</td> <td>大愛憲改聯盟</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;0/191&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 13:27:11 +0800" title="Sat, 16 Jan 2016 13:27:11 +0800">&nbsp;資料更新時間:01/16&nbsp;13:27:05&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
canelazo/index.html
vaibhavb/libar
<!DOCTYPE HTML> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <!-- Latest compiled and minified CSS --> <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="/assets/stylesheets/compiled/vitraag.css" type="text/css" media="screen"> </head> <body> <section class="poem container"> <div class="row"> <div class="col-md-1 col-md-offset-1"> <header><a href="http://www.vitraag.com"></a></header> </div> <div class="col-md-8"> <h1>Canelazo</h1> <div class="row"> <div class="col-md-7"> <img src="/assets/libar/drinks/Canelazzo.jpg"/> </div> <div class="col-md-5"> <h4>Rating: <span class="rating" data-rating="3"/></h4> <h4>Source: <a href=http://en.wikipedia.org/wiki/Canelazo>Ecuador</a></h4> <h4> First made: 07/01/2013</h4> <section class="info"> </section> <h3>Tags</h3> <ul> <li> aguardiente </li> </ul> </div> </div> </div> <div class="col-md-1"> <div class="browse"> <a href="/libar/lawn-dart" class="next"></a> </div> </div> </div> </section> <div class="container"> <footer class="row"> <div class="col-md-6 col-md-offset-3"> <a href="http://github.com/vaibhavb/wisevoter" class="muted">Built with Node.js, Ruby and Python</a> | in Seattle, WA by <a href="http://www.lib13.com">Lib13</a>. <p class="footer-version">Version 0.0.5.<p> </div> </footer> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1934792-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- Latest compiled and minified JavaScript --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script type="text/javascript"> $('.rating').html($('.rating').data('rating')) </script> </div> </body> </html>
data/languages/fzn/fiz/1der/block012/雨流.html
literallybenjam/langdev
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>雨流</title> <link type="text/css" rel="stylesheet" href="../../style.css"> <h1 lang="art-Hani-x-fiz-1der-block012"> <ruby>雨流<rt lang="art-Latn-x-fiz-1der-block012">uru</ruby> </h1> <dl> <dt>Etymology:</dt> <dd>From PL <i lang="art-x-fzn-proto">-ur</i>, a verb suffix used to note cyclical or reflexive actions, later detached as an adverb/post-position.</dd> </dl> <h2>postposition</h2> <p> reflexive marker </p> <h2>adverb</h2> <p> repeatedly; often </p>
data/president/n400001100000000/20160116130039/page.html
gugod/vote-watch-2016
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺中市 大里區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">27,186</td> <td class="tdAlignRight">26.1103</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">60,132</td> <td class="tdAlignRight">57.7526</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">16,802</td> <td class="tdAlignRight">16.1371</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;97/98&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>自然當選</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 21:00:11 +0800" title="Sat, 16 Jan 2016 21:00:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;21:00:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
quiz1.html
melissa1790-cmis/melissa1790-cmis-wd
<!doctype html> <html> <head> <title> Quiz 1: Version 2 </title> <meta charset="utf-8"/> <link rel="stylesheet" href="quiz1.css" type="text/css"> <h1> Quiz 1: Version 2 </h1> <header> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </header> </head> <body> <nav> </nav> <main> <h2> Section 1 </h2> <h3> Sub-Section A </h3> <p> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </p> <h3> Sub-Section B </h3> <p> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </p> <h2> Section 2 </h2> <p> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </p> <h3> Sub-Section A </h3> <p> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </p> <h3> Sub-Section B </h3> <p> Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. Blah blah blah. </p> </main> <footer> &copy;2015 (Insert Your Name Here) - CMIS Webdesign </footer> </body> </html>
category/experiences3.html
lucywyman/blog
<!DOCTYPE html> <html lang='en'> <head> <title>blog</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="A humble blog by me, Lucy Wyman"> <meta name="keywords" content="blog, code, lucy, wyman"> <meta name="keywords" content="puppet"> <meta name="keywords" content="books"> <meta name="keywords" content="experiences"> <meta name="keywords" content="travel"> <meta name="keywords" content="bucket-lists"> <meta name="keywords" content="tech"> <meta name="keywords" content="conferences"> <meta name="keywords" content="loves"> <meta name="keywords" content="Seattle"> <meta name="keywords" content="favorites"> <meta name="keywords" content="thoughts"> <meta name="keywords" content="food"> <meta name="keywords" content="exercise"> <meta name="keywords" content="movies"> <meta name="keywords" content="japanuary"> <meta name="keywords" content="containers"> <meta name="keywords" content="Openshift"> <meta name="keywords" content="book-review"> <meta name="keywords" content="health"> <meta name="keywords" content="ruby"> <meta name="keywords" content="selenium"> <meta name="keywords" content="thanksgiving"> <meta name="keywords" content="politics"> <meta name="keywords" content="women"> <meta name="keywords" content="application"> <meta name="keywords" content="orchestrator"> <meta name="keywords" content="flag"> <meta name="keywords" content="example"> <meta name="keywords" content="Corvallis"> <meta name="keywords" content="openstack"> <meta name="keywords" content="Portland"> <meta name="keywords" content="clothes"> <meta name="keywords" content="concerts"> <meta name="keywords" content="interviews"> <meta name="keywords" content="conference"> <meta name="keywords" content="Books"> <meta name="keywords" content="Conferences"> <meta name="keywords" content="Experiences"> <meta name="keywords" content="Loves"> <meta name="keywords" content="Tech"> <meta name="keywords" content="Thoughts"> <meta name="keywords" content="Travel"> <meta name="robots" content="index, follow"> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="website" /> <meta property="og:title" content="Blog" /> <meta property="og:url" content="http://blog.lucywyman.me" /> <meta property="og:site_name" content="Blog" /> <script src="/theme/js/jquery-1.11.2.js"></script> <link href="/theme/css/fontawesome/css/all.css" rel="stylesheet"> <link rel='stylesheet' href='/theme/css/main.css' type='text/css'> <link href="/theme/images/favicon.ico" type="image/icon" rel="icon"> <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-48093989-5', 'auto'); ga('send', 'pageview'); </script> </head> <body> <nav> <ul> <li><h3><a href='http://blog.lucywyman.me'>Lucy Wyman</a></h3></li> <li><a href='http://blog.lucywyman.me/about.html'>About</a></li> <li> <a href='http://blog.lucywyman.me/category/books.html'>Books</a> </li> <li> <a href='http://blog.lucywyman.me/category/conferences.html'>Conferences</a> </li> <li> <a href='http://blog.lucywyman.me/category/experiences.html'>Experiences</a> </li> <li> <a href='http://blog.lucywyman.me/category/loves.html'>Loves</a> </li> <li> <a href='http://blog.lucywyman.me/category/tech.html'>Tech</a> </li> <li> <a href='http://blog.lucywyman.me/category/thoughts.html'>Thoughts</a> </li> <li> <a href='http://blog.lucywyman.me/category/travel.html'>Travel</a> </li> </ul> </nav> <div class='wrapper'> <main> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/desserts-i-dream-about.html">Desserts I Dream About</a></h2> <p>05.1.2018</p> <p><p>I've always had a sweet tooth. Chocolate, caramel, cake, pastries, fruit. Dessert is my favorite meal, and sugar is my love language. I don't tend to eat sweets very often because they aren't so good for you in large and frequent doses, but when I do indulge it can be …</p><a href='desserts-i-dream-about.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/my-bucket-list.html">My Super Boring Bucket List</a></h2> <p>04.4.2018</p> <p><p>I read an article today about Bucket Lists that included a comments section, and was surprised by two patterns in people's bucket lists:</p> <ul class="simple"> <li>The Northern Lights seemed to be the most frequent single item. I have no idea what would compel anyone to stand in freezing weather in the middle …</li></ul><a href='my-bucket-list.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/spring-10x10-2018.html">Spring 10x10 2018</a></h2> <p>03.30.2018</p> <p><p>For the first time ever, I'm participating in the <a class="reference external" href="http://www.stylebee.ca/2018/03/30/spring-10x10-2018/">10 x 10</a> challenge, hosted by <a class="reference external" href="http://www.stylebee.ca">Lee of Style Bee</a> and <a class="reference external" href="http://un-fancy.com">Caroline of Unfancy</a>. For those who don't know, Lee and Caroline are bloggers in the responsible + ethical fashion space who have been a huge influence on my closet and shopping …</p><a href='spring-10x10-2018.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/spring-bucket-list-2018.html">Spring Bucket List 2018</a></h2> <p>03.8.2018</p> <p><p>Spring is nearly here! With warmer, longer days on the horizon I'm dreaming of all the outdoor, evening-time activities we can start doing again. And in a new city! I'm moving to Seattle in a week, which means this Spring will involve a lot of exploring new places, new experiences …</p><a href='spring-bucket-list-2018.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/coffee-alternatives.html">Coffee Alternatives</a></h2> <p>03.2.2018</p> <p><p>Little known Lucy fact: I'm allergic to coffee. I <em>love</em> the smell of coffee, and if I keep it to about 12 oz. once a week I'm fine. But much more than that, and my stomach just ties itself in knots! Don't get me wrong, though: I still really like …</p><a href='coffee-alternatives.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/23.html">-23- 8 Things I Learned This Year</a></h2> <p>02.14.2018</p> <p><p>Happy Valentine's Day! Today is my 23rd birthday, and to celebrate I wanted to reflect on what I had learned in the last year. As I wrote during my recent <a class="reference external" href="http://blog.lucywyman.me/2017-year-in-review.html">new years post</a>, this last year has not been the most exciting year, and I'm honestly a little glad it's …</p><a href='23.html'>read more</a></p> </div> </div> <div class='article-blurb'> <div class='blurb-content'> <h2><a href="http://blog.lucywyman.me/reflections-on-2017.html">Reflections on 2017</a></h2> <p>12.11.2017</p> <p><p>What a year! I know so many people talk about how quickly time moves, but for me this year (and most years) feel more like decades. I'm not sure why time moves so slowly for me (and I'm certainly not sad about it!), but thinking back to last January it …</p><a href='reflections-on-2017.html'>read more</a></p> </div> </div> <p class="paginator"> <a href="http://blog.lucywyman.me/category/experiences2.html" class="button_accent">&larr;&nbsp;&nbsp;&nbsp;newer</a> <a href="http://blog.lucywyman.me/category/experiences4.html" class="button_accent">older&nbsp;&nbsp;&nbsp;&rarr;</a> </p> </main> <aside> <div class='sidebar'> <!--TODO: search, subscribe, archive--> <p><a href='/feed.rss'>RSS <i class="fas fa-rss"></i></a></p> <hr> <h3>Categories</h3> <ul> <li> <a href='http://blog.lucywyman.me/category/books.html'>Books</a> </li> <li> <a href='http://blog.lucywyman.me/category/conferences.html'>Conferences</a> </li> <li> <a href='http://blog.lucywyman.me/category/experiences.html'>Experiences</a> </li> <li> <a href='http://blog.lucywyman.me/category/loves.html'>Loves</a> </li> <li> <a href='http://blog.lucywyman.me/category/tech.html'>Tech</a> </li> <li> <a href='http://blog.lucywyman.me/category/thoughts.html'>Thoughts</a> </li> <li> <a href='http://blog.lucywyman.me/category/travel.html'>Travel</a> </li> </ul> <hr> <h3>Tags</h3> <ul> <li> <a href='http://blog.lucywyman.me/tag/application.html'>application</a> </li> <li> <a href='http://blog.lucywyman.me/tag/book-review.html'>book-review</a> </li> <li> <a href='http://blog.lucywyman.me/tag/books.html'>books</a> </li> <li> <a href='http://blog.lucywyman.me/tag/bucket-lists.html'>bucket-lists</a> </li> <li> <a href='http://blog.lucywyman.me/tag/clothes.html'>clothes</a> </li> <li> <a href='http://blog.lucywyman.me/tag/concerts.html'>concerts</a> </li> <li> <a href='http://blog.lucywyman.me/tag/conference.html'>conference</a> </li> <li> <a href='http://blog.lucywyman.me/tag/conferences.html'>conferences</a> </li> <li> <a href='http://blog.lucywyman.me/tag/containers.html'>containers</a> </li> <li> <a href='http://blog.lucywyman.me/tag/Corvallis.html'>Corvallis</a> </li> <li> <a href='http://blog.lucywyman.me/tag/example.html'>example</a> </li> <li> <a href='http://blog.lucywyman.me/tag/exercise.html'>exercise</a> </li> <li> <a href='http://blog.lucywyman.me/tag/experiences.html'>experiences</a> </li> <li> <a href='http://blog.lucywyman.me/tag/favorites.html'>favorites</a> </li> <li> <a href='http://blog.lucywyman.me/tag/flag.html'>flag</a> </li> <li> <a href='http://blog.lucywyman.me/tag/food.html'>food</a> </li> <li> <a href='http://blog.lucywyman.me/tag/health.html'>health</a> </li> <li> <a href='http://blog.lucywyman.me/tag/interviews.html'>interviews</a> </li> <li> <a href='http://blog.lucywyman.me/tag/japanuary.html'>japanuary</a> </li> <li> <a href='http://blog.lucywyman.me/tag/loves.html'>loves</a> </li> <li> <a href='http://blog.lucywyman.me/tag/movies.html'>movies</a> </li> <li> <a href='http://blog.lucywyman.me/tag/Openshift.html'>Openshift</a> </li> <li> <a href='http://blog.lucywyman.me/tag/openstack.html'>openstack</a> </li> <li> <a href='http://blog.lucywyman.me/tag/orchestrator.html'>orchestrator</a> </li> <li> <a href='http://blog.lucywyman.me/tag/politics.html'>politics</a> </li> <li> <a href='http://blog.lucywyman.me/tag/Portland.html'>Portland</a> </li> <li> <a href='http://blog.lucywyman.me/tag/puppet.html'>puppet</a> </li> <li> <a href='http://blog.lucywyman.me/tag/ruby.html'>ruby</a> </li> <li> <a href='http://blog.lucywyman.me/tag/Seattle.html'>Seattle</a> </li> <li> <a href='http://blog.lucywyman.me/tag/selenium.html'>selenium</a> </li> <li> <a href='http://blog.lucywyman.me/tag/tech.html'>tech</a> </li> <li> <a href='http://blog.lucywyman.me/tag/thanksgiving.html'>thanksgiving</a> </li> <li> <a href='http://blog.lucywyman.me/tag/thoughts.html'>thoughts</a> </li> <li> <a href='http://blog.lucywyman.me/tag/travel.html'>travel</a> </li> <li> <a href='http://blog.lucywyman.me/tag/women.html'>women</a> </li> </ul> <hr> <h3>Popular Posts</h3> <ul> <li><a href='http://blog.lucywyman.me/tattoo.html'>Getting a Tattoo</a></li> <li><a href='http://blog.lucywyman.me/respect.html'>Rivers of Milk and Honey</a></li> <li><a href='http://blog.lucywyman.me/boy.html'>If I Were a Boy</a></li> <li><a href='http://blog.lucywyman.me/interviews.html'>The Interview</a></li> </ul> </div> </aside> </div> <div class='footer'> <p>Made with <i class="fas fa-heart"></i> in PDX · Powered by <a href='https://docs.getpelican.com/en/3.6.3/index.html'>Pelican</a> · Code on <a href='https://github.com/lucywyman'> <img class='social' src='/theme/images/github-icon.png'> </a></p> </div> </body> </html>
examples/smallbusiness.html
Kungbib/frontend-guide
<!DOCTYPE html> <!-- saved from url=(0063)http://ironsummitmedia.github.io/startbootstrap-small-business/ --> <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>KB Stilguide - Exempel</title> <!-- Custom styles for this template --> <link href="../css/kb-style.css" rel="stylesheet"> <!-- Custom CSS --> <!-- <link href="http://ironsummitmedia.github.io/startbootstrap-small-business/css/small-business.css" rel="stylesheet"> --> <!-- 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/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style type="text/css"></style></head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand navbar-logo" href="#"><img src="../assets/kb_logo_white.svg" /></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li> <a href="#">About</a> </li> <li> <a href="#">Services</a> </li> <li> <a href="#">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <br/><br/><br/> <!-- Heading Row --> <div class="row"> <div class="col-md-8"> <img class="img-responsive img-rounded" src="http://c2.staticflickr.com/8/7325/16401931880_fcf8034610_h.jpg" alt=""> </div> <!-- /.col-md-8 --> <div class="col-md-4"> <h1>Business Name or Tagline</h1> <p>This is a template that is great for small businesses. It doesn't have too much fancy flare to it, but it makes a great use of the standard Bootstrap core components. Feel free to use this template for any project you want!</p> <a class="btn btn-primary btn-lg" href="#">Call to Action!</a> </div> <!-- /.col-md-4 --> </div> <!-- /.row --> <hr> <!-- Call to Action Well --> <div class="row"> <div class="col-lg-12"> <div class="well text-center"> This is a well that is a great spot for a business tagline or phone number for easy access! </div> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <!-- Content Row --> <div class="row"> <div class="col-md-4"> <h2>Heading 1</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p> <a class="btn btn-default" href="#">More Info</a> </div> <!-- /.col-md-4 --> <div class="col-md-4"> <h2>Heading 2</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p> <a class="btn btn-default" href="#">More Info</a> </div> <!-- /.col-md-4 --> <div class="col-md-4"> <h2>Heading 3</h2> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Saepe rem nisi accusamus error velit animi non ipsa placeat. Recusandae, suscipit, soluta quibusdam accusamus a veniam quaerat eveniet eligendi dolor consectetur.</p> <a class="btn btn-default" href="#">More Info</a> </div> <!-- /.col-md-4 --> </div> <!-- /.row --> </div> <!-- Footer --> <footer> <div class="footer-container bg-pastel-light-blue"> <div class="container"> <div class="col-md-2 text-center"> <img src="../assets/kb_logo_black.svg" class="logo-medium" /> </div> <div class="col-md-10 text-black"> <p> <strong><a href="http://www.kb.se" alt="Länk till Kungl. Bibliotekets webbplats">KUNGL. BIBLIOTEKET</a></strong><br> <span>Support: <a href="mailto:test.test@kb.se">test.test@kb.se</a></span> </p> </div> </div> </div> </footer> <!-- /.container --> <!-- Placed at the end of the document so the pages load faster --> <script src="../vendor/jquery.min.js"></script> <script src="../vendor/bootstrap.min.js"></script> </body></html>
apache-jena-3.0.0/javadoc-core/org/apache/jena/rdf/model/package-summary.html
slennie12/SOR-Onderzoek
<!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_45-internal) on Sat Jul 25 18:13:22 BST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.apache.jena.rdf.model (Apache Jena)</title> <meta name="date" content="2015-07-25"> <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="org.apache.jena.rdf.model (Apache Jena)"; } } catch(err) { } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/jena/rdf/listeners/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/apache/jena/rdfxml/xmlinput/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/rdf/model/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Package" class="title">Package&nbsp;org.apache.jena.rdf.model</h1> <div class="docSummary"> <div class="block">A package for creating and manipulating RDF graphs.</div> </div> <p>See:&nbsp;<a href="#package.description">Description</a></p> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Alt.html" title="interface in org.apache.jena.rdf.model">Alt</a></td> <td class="colLast"> <div class="block">An RDF Alternative container.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Bag.html" title="interface in org.apache.jena.rdf.model">Bag</a></td> <td class="colLast"> <div class="block">An RDF Bag container.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Container.html" title="interface in org.apache.jena.rdf.model">Container</a></td> <td class="colLast"> <div class="block">An RDF Container.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/InfModel.html" title="interface in org.apache.jena.rdf.model">InfModel</a></td> <td class="colLast"> <div class="block">An extension to the normal Model interface that supports access to any underlying inference capability.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Literal.html" title="interface in org.apache.jena.rdf.model">Literal</a></td> <td class="colLast"> <div class="block">An RDF Literal.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Model.html" title="interface in org.apache.jena.rdf.model">Model</a></td> <td class="colLast"> <div class="block">An RDF Model.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelChangedListener.html" title="interface in org.apache.jena.rdf.model">ModelChangedListener</a></td> <td class="colLast"> <div class="block">The interface for classes that listen for model-changed events.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelCon.html" title="interface in org.apache.jena.rdf.model">ModelCon</a></td> <td class="colLast"> <div class="block">Convenience methods which extend the <a href="../../../../../org/apache/jena/rdf/model/Model.html" title="interface in org.apache.jena.rdf.model"><code>Model</code></a> interface.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelGetter.html" title="interface in org.apache.jena.rdf.model">ModelGetter</a></td> <td class="colLast"> <div class="block">A ModelGetter object can retrieve a Model given a URL for it.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelGraphInterface.html" title="interface in org.apache.jena.rdf.model">ModelGraphInterface</a></td> <td class="colLast"> <div class="block">ModelGraphInterface - this interface mediates between the API Model level and the SPI Graph level.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelMaker.html" title="interface in org.apache.jena.rdf.model">ModelMaker</a></td> <td class="colLast"> <div class="block">A ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named models, removing models, and accessing a single "default" Model for this Maker.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelReader.html" title="interface in org.apache.jena.rdf.model">ModelReader</a></td> <td class="colLast"> <div class="block">A component interface used by ModelGetter for reading models.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelSource.html" title="interface in org.apache.jena.rdf.model">ModelSource</a></td> <td class="colLast"> <div class="block">The revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/NodeIterator.html" title="interface in org.apache.jena.rdf.model">NodeIterator</a></td> <td class="colLast"> <div class="block">An iterator which returns RDF nodes.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/NsIterator.html" title="interface in org.apache.jena.rdf.model">NsIterator</a></td> <td class="colLast"> <div class="block">An iterator which returns namespace URI's.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Property.html" title="interface in org.apache.jena.rdf.model">Property</a></td> <td class="colLast"> <div class="block">An RDF Property.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFErrorHandler.html" title="interface in org.apache.jena.rdf.model">RDFErrorHandler</a></td> <td class="colLast"> <div class="block">A generic error handler.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFList.html" title="interface in org.apache.jena.rdf.model">RDFList</a></td> <td class="colLast"> <div class="block"> Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFList.ApplyFn.html" title="interface in org.apache.jena.rdf.model">RDFList.ApplyFn</a></td> <td class="colLast"> <div class="block">Interface that encapsulates a function to apply to every element in a list.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFList.ReduceFn.html" title="interface in org.apache.jena.rdf.model">RDFList.ReduceFn</a></td> <td class="colLast"> <div class="block">Interface that encapsulates a function to apply to each element of a list in turn, and passing the result to an accumulator.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFNode.html" title="interface in org.apache.jena.rdf.model">RDFNode</a></td> <td class="colLast"> <div class="block">Interface covering RDF resources and literals.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFReader.html" title="interface in org.apache.jena.rdf.model">RDFReader</a></td> <td class="colLast"> <div class="block">An <code>RDFReader</code> reads a serialized represenation of RDF, e.g.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFReaderF.html" title="interface in org.apache.jena.rdf.model">RDFReaderF</a></td> <td class="colLast"> <div class="block">An RDFReader factory inferface.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFVisitor.html" title="interface in org.apache.jena.rdf.model">RDFVisitor</a></td> <td class="colLast"> <div class="block">The interface for visiting (ie type-dispatching) an RDF Node.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFWriter.html" title="interface in org.apache.jena.rdf.model">RDFWriter</a></td> <td class="colLast"> <div class="block">RDFWriter is an interface to RDF serializers.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RDFWriterF.html" title="interface in org.apache.jena.rdf.model">RDFWriterF</a></td> <td class="colLast"> <div class="block">An RDFWriter factory inferface.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ReifiedStatement.html" title="interface in org.apache.jena.rdf.model">ReifiedStatement</a></td> <td class="colLast"> <div class="block">A ReifiedStatement represents a Statement as a Resource.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ResIterator.html" title="interface in org.apache.jena.rdf.model">ResIterator</a></td> <td class="colLast"> <div class="block">An iterator which returns RDF Resources.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Resource.html" title="interface in org.apache.jena.rdf.model">Resource</a></td> <td class="colLast"> <div class="block">An RDF Resource.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ResourceF.html" title="interface in org.apache.jena.rdf.model">ResourceF</a></td> <td class="colLast">Deprecated</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ResourceFactory.Interface.html" title="interface in org.apache.jena.rdf.model">ResourceFactory.Interface</a></td> <td class="colLast"> <div class="block">the interface to resource factory objects.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/RSIterator.html" title="interface in org.apache.jena.rdf.model">RSIterator</a></td> <td class="colLast"> <div class="block">An RSIterator is a ClosableIterator (qv) which delivers only ReifedStatement's and which has a next-method with that return type.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Selector.html" title="interface in org.apache.jena.rdf.model">Selector</a></td> <td class="colLast"> <div class="block">A Statement selector.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Seq.html" title="interface in org.apache.jena.rdf.model">Seq</a></td> <td class="colLast"> <div class="block">RDF Sequence container.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/Statement.html" title="interface in org.apache.jena.rdf.model">Statement</a></td> <td class="colLast"> <div class="block">An RDF Statement.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/StatementBoundary.html" title="interface in org.apache.jena.rdf.model">StatementBoundary</a></td> <td class="colLast"> <div class="block">An interface for expressing search boundaries in terms of bounding statements.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/StmtIterator.html" title="interface in org.apache.jena.rdf.model">StmtIterator</a></td> <td class="colLast"> <div class="block">An iterator which returns RDF Statements.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/AnonId.html" title="class in org.apache.jena.rdf.model">AnonId</a></td> <td class="colLast"> <div class="block">System id for an anonymous node.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelExtract.html" title="class in org.apache.jena.rdf.model">ModelExtract</a></td> <td class="colLast"> <div class="block">ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be extracted from other models with some boundary condition.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelFactory.html" title="class in org.apache.jena.rdf.model">ModelFactory</a></td> <td class="colLast"> <div class="block">ModelFactory provides methods for creating standard kinds of Model.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ModelFactoryBase.html" title="class in org.apache.jena.rdf.model">ModelFactoryBase</a></td> <td class="colLast"> <div class="block">Helper functions for ModelFactory - in here to keep from obtruding on the end-users.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ResourceFactory.html" title="class in org.apache.jena.rdf.model">ResourceFactory</a></td> <td class="colLast"> <div class="block">A Factory class for creating resources.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/SimpleSelector.html" title="class in org.apache.jena.rdf.model">SimpleSelector</a></td> <td class="colLast"> <div class="block">A general selector class for use when querying models.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/StatementBoundaryBase.html" title="class in org.apache.jena.rdf.model">StatementBoundaryBase</a></td> <td class="colLast"> <div class="block">StatementBoundaryBase - a base class for StatementBoundarys, with built-in converstion to triples and a continueWith as well as a stopAt.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/StatementTripleBoundary.html" title="class in org.apache.jena.rdf.model">StatementTripleBoundary</a></td> <td class="colLast"> <div class="block">StatementTripleBoundary - a StatementBoundary that just wraps a TripleBoundary.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation"> <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Exception</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/AltHasNoDefaultException.html" title="class in org.apache.jena.rdf.model">AltHasNoDefaultException</a></td> <td class="colLast"> <div class="block">Exception thrown if an Alt has no default statement.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/DoesNotReifyException.html" title="class in org.apache.jena.rdf.model">DoesNotReifyException</a></td> <td class="colLast"> <div class="block">This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/EmptyListException.html" title="class in org.apache.jena.rdf.model">EmptyListException</a></td> <td class="colLast"> <div class="block"> A exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/EmptyListUpdateException.html" title="class in org.apache.jena.rdf.model">EmptyListUpdateException</a></td> <td class="colLast"> <div class="block"> Exception that is thrown when an attept is made to perform a side-effectful operation on an <a href="../../../../../org/apache/jena/rdf/model/RDFList.html" title="interface in org.apache.jena.rdf.model"><code>RDFList</code></a> that is the empty list, or <code>rdf:nil</code>.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/HasNoModelException.html" title="class in org.apache.jena.rdf.model">HasNoModelException</a></td> <td class="colLast"> <div class="block">Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/InvalidListException.html" title="class in org.apache.jena.rdf.model">InvalidListException</a></td> <td class="colLast"> <div class="block"> A exception that is thrown when an operation is attempted on a list that is not well-formed, and is being processed in strict mode.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ListIndexException.html" title="class in org.apache.jena.rdf.model">ListIndexException</a></td> <td class="colLast"> <div class="block"> A exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/LiteralRequiredException.html" title="class in org.apache.jena.rdf.model">LiteralRequiredException</a></td> <td class="colLast"> <div class="block">Exception to throw when an RDFNode required to be a Literal isn't, or when a literal Node is required but a non-literal Node supplied.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/ResourceRequiredException.html" title="class in org.apache.jena.rdf.model">ResourceRequiredException</a></td> <td class="colLast"> <div class="block">Exception to throw when an RDFNode required to be a Resource isn't, or when a Node supposed to be a resource isn't.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../org/apache/jena/rdf/model/SeqIndexBoundsException.html" title="class in org.apache.jena.rdf.model">SeqIndexBoundsException</a></td> <td class="colLast"> <div class="block">Exception to throw when the index of a sequence is not in range.</div> </td> </tr> </tbody> </table> </li> </ul> <a name="package.description"> <!-- --> </a> <h2 title="Package org.apache.jena.rdf.model Description">Package org.apache.jena.rdf.model Description</h2> <div class="block"><p>A package for creating and manipulating RDF graphs. </p></div> </div> <!-- ======= 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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/jena/rdf/listeners/package-summary.html">Prev&nbsp;Package</a></li> <li><a href="../../../../../org/apache/jena/rdfxml/xmlinput/package-summary.html">Next&nbsp;Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/jena/rdf/model/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/xssf/extractor/XSSFImportFromXML.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>XSSFImportFromXML (POI API Documentation)</title> <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="XSSFImportFromXML (POI API Documentation)"; } //--> </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 class="navBarCell1Rev">Class</li> <li><a href="class-use/XSSFImportFromXML.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/xssf/extractor/XSSFExportToXml.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/extractor/XSSFImportFromXML.html" target="_top">Frames</a></li> <li><a href="XSSFImportFromXML.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> <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">org.apache.poi.xssf.extractor</div> <h2 title="Class XSSFImportFromXML" class="title">Class XSSFImportFromXML</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.poi.xssf.extractor.XSSFImportFromXML</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">XSSFImportFromXML</span> extends java.lang.Object</pre> <div class="block">Imports data from an external XML to an XLSX according to one of the mappings defined.The output XML Schema must respect this limitations: <ul> <li>the input XML must be valid according to the XML Schema used in the mapping</li> <li>denormalized table mapping is not supported (see OpenOffice part 4: chapter 3.5.1.7)</li> <li>all the namespaces used in the document must be declared in the root node</li> </ul></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="overviewSummary" 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><strong><a href="../../../../../org/apache/poi/xssf/extractor/XSSFImportFromXML.html#XSSFImportFromXML(org.apache.poi.xssf.usermodel.XSSFMap)">XSSFImportFromXML</a></strong>(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFMap.html" title="class in org.apache.poi.xssf.usermodel">XSSFMap</a>&nbsp;map)</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/xssf/extractor/XSSFImportFromXML.html#importFromXML(java.lang.String)">importFromXML</a></strong>(java.lang.String&nbsp;xmlInputString)</code> <div class="block">Imports an XML into the XLSX using the Custom XML mapping defined</div> </td> </tr> </table> <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, toString, 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="XSSFImportFromXML(org.apache.poi.xssf.usermodel.XSSFMap)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>XSSFImportFromXML</h4> <pre>public&nbsp;XSSFImportFromXML(<a href="../../../../../org/apache/poi/xssf/usermodel/XSSFMap.html" title="class in org.apache.poi.xssf.usermodel">XSSFMap</a>&nbsp;map)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="importFromXML(java.lang.String)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>importFromXML</h4> <pre>public&nbsp;void&nbsp;importFromXML(java.lang.String&nbsp;xmlInputString) throws org.xml.sax.SAXException, javax.xml.xpath.XPathExpressionException, java.io.IOException</pre> <div class="block">Imports an XML into the XLSX using the Custom XML mapping defined</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>xmlInputString</code> - the XML to import</dd> <dt><span class="strong">Throws:</span></dt> <dd><code>org.xml.sax.SAXException</code> - if error occurs during XML parsing</dd> <dd><code>javax.xml.xpath.XPathExpressionException</code> - if error occurs during XML navigation</dd> <dd><code>javax.xml.parsers.ParserConfigurationException</code> - if there are problems with XML parser configuration</dd> <dd><code>java.io.IOException</code> - if there are problems reading the input string</dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= 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 class="navBarCell1Rev">Class</li> <li><a href="class-use/XSSFImportFromXML.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/poi/xssf/extractor/XSSFExportToXml.html" title="class in org.apache.poi.xssf.extractor"><span class="strong">Prev Class</span></a></li> <li>Next Class</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/poi/xssf/extractor/XSSFImportFromXML.html" target="_top">Frames</a></li> <li><a href="XSSFImportFromXML.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> <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 ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
Contrib/Modern UI 2/Readme.html
tonytheodore/nsis
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>NSIS Modern User Interface - Documentation</title> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <style type="text/css"> /*<![CDATA[*/body { padding: 10px; background-color: #F0F0F0; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-align: justify; } p, li { font-size: 13px; } table { margin: auto; background-color: #FFFFFF; } .maintable { border: 2px solid #376EAB; } .parameter { font-weight: bold; color: #6586AC; } h1 { font-size: 20px; color: #7A7272; font-weight: normal; } h2 { font-size: 17px; font-weight: bold; color: #303030; } h3 { font-size: 14px; font-weight: bold; color: #2B5885; } pre { font-size: 13px; } div { margin: 20px; } div.settings { margin-right: 0; } a:link, a:visited, a:active { color: #294F75; text-decoration: none; } a:hover { color: #182634; text-decoration: underline; } .trigger { cursor: pointer; cursor: hand; height: 14px; } .toggle { display: none; } .options { text-align: center; cursor: pointer; cursor: hand; color: #294F75; } /*]]>*/</style> <script type="text/javascript"> //<![CDATA[ var image_open = new Image(); image_open.src = "images/open.gif"; var image_closed = new Image(); image_closed.src = "images/closed.gif"; function toggle(image, section) { if(document.all) { if(document.all[section].style.display == "block") { document.all[section].style.display = "none"; document.all[image].src = image_closed.src; } else { document.all[section].style.display = "block"; document.all[image].src = image_open.src; } } else { if(document.getElementById(section).style.display == "block") { document.getElementById(section).style.display = "none"; document.getElementById(image).src = image_closed.src; } else { document.getElementById(section).style.display = "block"; document.getElementById(image).src = image_open.src; } } } function expandall() { var divNodeList = document.getElementsByTagName('div'); for (i = 0; i < divNodeList.length; i++) { if(divNodeList[i].id) { divNodeList[i].style.display = "block"; document.getElementById('trigger_' + divNodeList[i].id.substr(7)).src = "images/open.gif"; } } } function collapseall() { var divNodeList = document.getElementsByTagName('div'); for (i = 0; i < divNodeList.length; i++) { if(divNodeList[i].id) { divNodeList[i].style.display = "none"; document.getElementById('trigger_' + divNodeList[i].id.substr(7)).src = "images/closed.gif"; } } } //]]> </script> </head> <body> <table width="750" class="maintable" cellspacing="0" cellpadding="0" align="center"> <tr> <td> <img src="images/header.gif" width="750" height="80" alt="" /> <p class="options"> <a onclick="expandall()">[Expand all]</a>&nbsp; &nbsp;<a onclick="collapseall()">[Collapse all]</a></p> <div> <h1> Introduction</h1> <div> <p> The Modern UI provides a user interface for NSIS installers with a modern wizard style, similar to the wizards of recent Windows versions. It is based on the basic user interface that is provided by the NSIS compiler itself and extends it with more interface features and pages.</p> <p> All standard NSIS pages (such as the pages to select components and the installation folder) are supported as well as a number of additional pages. The welcome page allows you to provide an introduction to the installation process, while the finish page provides a way to let the user decide what steps should be performed after the setup wizard is closed (for example, whether the application should be started immediately). A finish page can also be used to ask for a system restart is necessary.</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_scr" src="images/closed.gif" onclick="toggle('trigger_scr', 'toggle_scr');" /> Screenshots</h3> <div class="toggle" id="toggle_scr"> <p> <img src="images/screen1.png" width="503" height="393" alt="" /></p> <p> <img src="images/screen2.png" width="503" height="393" alt="" /></p> </div> </div> <h1> Modern UI 2.0</h1> <div> <p> This new version makes it easier to customize pages, because the same method can be used to&nbsp; change standard NSIS pages as well as additional pages provided by the Modern UI. It is now also possible for other NSIS plug-ins to add new pages to the Modern UI. You can expect to see examples of this soon.</p> <p> The welcome and finish page are no longer implemented using InstallOptions. Instead, the new nsDialogs plug-in is used. nsDialogs allows you to create custom pages or customize existing pages directly from the script.</p> <p> To upgrade a Modern UI 1.8 script, you should:</p> <ul> <li>Insert the MUI2.nsh header file instead of MUI.nsh.</li> <li>The macros for InstallOptions have been moved to a separate header file unrelated to the Modern UI. If you are still using InstallOptions for custom pages, insert InstallOptions.nsh and use the INSTALLOPTIONS_* macros instead of the MUI_INSTALLOPTIONS_* macros. The macros themselves have remained the same.</li> <li>Rewrite customization code for the Modern UI 1.8 welcome and finish pages in which the InstallOptions INI file is used. nsDialogs commands should be used instead.</li> <li>Use the standard NSIS method to escape special characters in all texts. For example, $\r$\n creates newline.</li> </ul> </div> <h1> Script header</h1> <div> <p> The settings for the Modern UI should be inserted in the header of the script file. It&#39;s important to follow the same order as the items below.&nbsp;For example, interface settings should be defined before you insert pages, because the pages depend on the interface configuration. It may be useful to look at the <a href="#examples"> example scripts</a> too see how this is done in actual script files.</p> <p> Parameters are given in this format: <span class="parameter">required (option1 | option2) [optional]</span></p> </div> <h2> 1. Header file</h2> <div> <p> First of all, add this line to the top of script to include the Modern UI:</p> <pre> !include MUI2.nsh </pre> </div> <h2> 2. Interface configuration</h2> <div> <p> Then, you may want to use interface settings to change the look and feel of the installer. These settings apply to all pages.<p> The interface settings provided by the NSIS compiler itself (such as LicenseText, Icon, CheckBitmap, InstallColors) should not be used in Modern UI scripts. The Modern UI provides equalivent or extended versions of these settings.<p> Examples:</p> <pre> !define MUI_COMPONENTSPAGE_SMALLDESC ;No value !define MUI_UI &quot;myUI.exe&quot; ;Value !define MUI_INSTFILESPAGE_COLORS &quot;FFFFFF 000000&quot; ;Two colors </pre> <h3> <img class="trigger" alt="Open/Close section" id="trigger_in" src="images/closed.gif" onclick="toggle('trigger_in', 'toggle_in');" /> Interface settings</h3> <div class="toggle" id="toggle_in"> <h3> <img class="trigger" alt="Open/Close section" id="trigger_ingen" src="images/closed.gif" onclick="toggle('trigger_ingen', 'toggle_ingen');" /> Page header</h3> <div class="toggle" id="toggle_ingen"> <p> <strong>MUI_ICON</strong> <span class="parameter">icon_file</span><br /> The icon for the installer.<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico</em></p> <p> <strong>MUI_UNICON</strong> <span class="parameter">icon_file</span><br /> The icon for the uninstaller.<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico</em></p> <p> <strong>MUI_HEADERIMAGE</strong><br /> Display an image on the header of the page.</p> <div class="settings"> <p> <strong>MUI_HEADERIMAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br /> Bitmap image to display on the header of installers pages (recommended size: 150x57 pixels).<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Header\nsis.bmp</em></p> <div class="settings"> <p> <strong>MUI_HEADERIMAGE_BITMAP_NOSTRETCH</strong><br /> Do not stretch the installer header bitmap to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> <p> <strong>MUI_HEADERIMAGE_BITMAP_RTL</strong> <span class="parameter">bmp_file</span><br /> Bitmap image to display on the header of installers pages when using a RTL language (recommended size: 150x57 pixels).<br /> <em>Default: Non-RTL bitmap</em></p> <div class="settings"> <p> <strong>MUI_HEADERIMAGE_BITMAP_RTL_NOSTRETCH</strong><br /> Do not stretch the installer header bitmap when using a RTL language to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> </div> </div> <p> <strong>MUI_HEADERIMAGE_UNBITMAP</strong> <span class="parameter">bmp_file</span><br /> Bitmap image to display on the header of uninstaller pages (recommended size: 150x57 pixels).<br /> <em>Default: Installer header bitmap</em></p> <div class="settings"> <p> <strong>MUI_HEADERIMAGE_UNBITMAP_NOSTRETCH</strong><br /> Do not stretch the uninstaller header bitmap to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> <p> <strong>MUI_HEADERIMAGE_UNBITMAP_RTL</strong> <span class="parameter">bmp_file</span><br /> Bitmap image to display on the header of uninstallers pages when using a RTL language (recommended size: 150x57 pixels).<br /> <em>Default: Installer RTL header bitmap</em></p> <div class="settings"> <p> <strong>MUI_HEADERIMAGE_UNBITMAP_RTL_NOSTRETCH</strong><br /> Do not stretch the uninstaller header bitmap when using a RTL language to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> </div> </div> <p> <strong>MUI_HEADERIMAGE_RIGHT</strong><br /> Display the header image on the right side instead of the left side (when using a RTL language it will be displayed on the left side instead of the right side).</p> </div> <p> <strong>MUI_BGCOLOR</strong> <span class="parameter">(color: RRGGBBR hexadecimal)</span><br /> Background color for the header, the Welcome page and the Finish page.<br /> <em>Default: FFFFFF</em></p> <p> <strong>MUI_HEADER_TRANSPARENT_TEXT</strong><br /> Set a transparent background for the header's label controls. Useful for custom user interfaces that set a bigger header image.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inres" src="images/closed.gif" onclick="toggle('trigger_inres', 'toggle_inres');" /> Interface resources</h3> <div class="toggle" id="toggle_inres"> <p> <strong>MUI_UI</strong> <span class="parameter">ui_file</span><br /> The interface file with the dialog resources. Change this if you have made your own customized UI.<br /> <em>Default: ${NSISDIR}\Contrib\UIs\modern.exe</em></p> <p> <strong>MUI_UI_HEADERIMAGE</strong> <span class="parameter">ui_file</span><br /> The interface files with the dialog resource IDD_INST that contains a bitmap control and space for the header bitmap.<br /> <em>Default: ${NSISDIR}\Contrib\UIs\modern_headerbmp.exe</em></p> <p> <strong>MUI_UI_HEADERIMAGE_RIGHT</strong> <span class="parameter">ui_file</span><br /> The interface files with the dialog resource IDD_INST that contains a bitmap control and space for the header bitmap on the right side.<br /> <em>Default: ${NSISDIR}\Contrib\UIs\modern_headerbmpr.exe</em></p> <p> <strong>MUI_UI_COMPONENTSPAGE_SMALLDESC</strong> <span class="parameter">ui_file</span><br /> The interface files with a customized dialog resource IDD_SELCOM with a small description area.<br /> <em>Default: ${NSISDIR}\Contrib\UIs\modern_smalldesc.exe</em></p> <p> <strong>MUI_UI_COMPONENTSPAGE_NODESC</strong> <span class="parameter">ui_file</span><br /> The interface files with a customized dialog resource IDD_SELCOM without a description area.<br /> <em>Default: ${NSISDIR}\Contrib\UIs\modern_nodesc.exe</em></p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inwf" src="images/closed.gif" onclick="toggle('trigger_inwf', 'toggle_inwf');" /> Installer welcome/finish page</h3> <div class="toggle" id="toggle_inwf"> <p> <strong>MUI_WELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br /> Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p> <div class="settings"> <p> <strong>MUI_WELCOMEFINISHPAGE_BITMAP_NOSTRETCH</strong><br /> Do not stretch the bitmap for the Welcome and Finish page to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> </div> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inuwf" src="images/closed.gif" onclick="toggle('trigger_inuwf', 'toggle_inuwf');" /> Uninstaller welcome/finish page</h3> <div class="toggle" id="toggle_inuwf"> <p> <strong>MUI_UNWELCOMEFINISHPAGE_BITMAP</strong> <span class="parameter">bmp_file</span><br /> Bitmap for the Welcome page and the Finish page (recommended size: 164x314 pixels).<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Wizard\win.bmp</em></p> <div class="settings"> <p> <strong>MUI_UNWELCOMEFINISHPAGE_BITMAP_NOSTRETCH</strong><br /> Do not stretch the bitmap for the Welcome and Finish page to fit the size of the field. Use this option only if you have an image that does not use the whole space. If you have a full size bitmap that fits exactly, you should not use this option because the size of the field will be different if the user has a custom DPI setting.</p> </div> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inl" src="images/closed.gif" onclick="toggle('trigger_inl', 'toggle_inl');" /> License page</h3> <div class="toggle" id="toggle_inl"> <p> <strong>MUI_LICENSEPAGE_BGCOLOR</strong> <span class="parameter">(/windows | /grey | (color: RRGGBB hexadecimal))</span><br /> The background color for the license textbox. Use /windows for the Windows text background color (usually white). Use the /grey for the window background color (usually grey).<br /> <em>Default: /windows</em></p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inc" src="images/closed.gif" onclick="toggle('trigger_inc', 'toggle_inc');" /> Components page</h3> <div class="toggle" id="toggle_inc"> <p> <strong>MUI_COMPONENTSPAGE_CHECKBITMAP</strong> <span class="parameter">bitmap_file</span><br /> The bitmap with images for the checks of the component select treeview.<br /> <em>Default: ${NSISDIR}\Contrib\Graphics\Checks\modern.bmp</em></p> <p> <strong>MUI_COMPONENTSPAGE_SMALLDESC</strong><br /> A small description area on the bottom of the page. Use this layout if you have a lot of sections and don't need large descriptions.</p> <p> <strong>MUI_COMPONENTSPAGE_NODESC</strong><br /> No description area.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_ind" src="images/closed.gif" onclick="toggle('trigger_ind', 'toggle_ind');" /> Directory page</h3> <div class="toggle" id="toggle_ind"> <p> <strong>MUI_DIRECTORYPAGE_BGCOLOR</strong> <span class="parameter">(color: RRGGBB hexadecimal)</span><br /> The background color for the directory textbox.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_ins" src="images/closed.gif" onclick="toggle('trigger_ins', 'toggle_ins');" /> Start Menu folder page</h3> <div class="toggle" id="toggle_ins"> <p> <strong>MUI_STARTMENUPAGE_BGCOLOR</strong> <span class="parameter">(color: RRGGBB hexadecimal)</span><br /> The background color for the startmenu directory list and textbox.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_ini" src="images/closed.gif" onclick="toggle('trigger_ini', 'toggle_ini');" /> Installation page</h3> <div class="toggle" id="toggle_ini"> <p> <strong>MUI_INSTFILESPAGE_COLORS</strong> <span class="parameter">(/windows | &quot;(foreground color: RRGGBB hexadecimal) (background color: RRGGBB hexadecimal)&quot;)</span><br /> The colors of the details screen. Use /windows for the default Windows colors.<br /> <em>Default: /windows</em></p> <p> <strong>MUI_INSTFILESPAGE_PROGRESSBAR</strong> <span class="parameter">(&quot;&quot; | colored | smooth)</span><br /> The style of the progress bar. Colored makes it use the MUI_INSTALLCOLORS.<br /> <em>Default: smooth</em></p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inf" src="images/closed.gif" onclick="toggle('trigger_inf', 'toggle_inf');" /> Installer finish page</h3> <div class="toggle" id="toggle_inf"> <p> <strong>MUI_FINISHPAGE_NOAUTOCLOSE</strong><br /> Do not automatically jump to the finish page, to allow the user to check the install log.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_uinf" src="images/closed.gif" onclick="toggle('trigger_uinf', 'toggle_uinf');" /> Uninstaller finish page</h3> <div class="toggle" id="toggle_uinf"> <p> <strong>MUI_UNFINISHPAGE_NOAUTOCLOSE</strong><br /> Do not automatically jump to the finish page, to allow the user to check the uninstall log.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inaw" src="images/closed.gif" onclick="toggle('trigger_inaw', 'toggle_inaw');" /> Abort warning</h3> <div class="toggle" id="toggle_inaw"> <p> <strong>MUI_ABORTWARNING</strong><br /> Show a message box with a warning when the user wants to close the installer.</p> <div class="settings"> <p> <strong>MUI_ABORTWARNING_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the abort warning message box.</p> <p> <strong>MUI_ABORTWARNING_CANCEL_DEFAULT</strong><br /> Set the Cancel button as the default button on the message box.</p> </div> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_inuaw" src="images/closed.gif" onclick="toggle('trigger_inuaw', 'toggle_inuaw');" /> Uninstaller abort warning</h3> <div class="toggle" id="toggle_inuaw"> <p> <strong>MUI_UNABORTWARNING</strong><br /> Show a message box with a warning when the user wants to close the uninstaller.</p> <div class="settings"> <p> <strong>MUI_UNABORTWARNING_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the abort warning message box.</p> <p> <strong>MUI_UNABORTWARNING_CANCEL_DEFAULT</strong><br /> Set the Cancel button as the default button on the message box.</p> </div> </div> </div> </div> <h2> 3. Pages</h2> <div> <p> Insert the following macros to set the pages you want to use. The pages will appear in the order in which you insert them in the script. You can also insert custom Page commands between the macros to add custom pages.</p> <p> You can add multiple pages of certain types (for example, if you want the user to specify multiple folders).</p> <p> Examples:</p> <pre> !insertmacro MUI_PAGE_LICENSE &quot;License.rtf&quot; !insertmacro MUI_PAGE_COMPONENTS Var StartMenuFolder !insertmacro MUI_PAGE_STARTMENU &quot;Application&quot; $StartMenuFolder </pre> <p> You will need the page ID for the Start Menu folder page when using the Start Menu folder macros. The folder will be stored in the specified variable.</p> <p> <strong>Installer pages</strong><br /> MUI_PAGE_WELCOME<br /> MUI_PAGE_LICENSE <span class="parameter">textfile</span><br /> MUI_PAGE_COMPONENTS<br /> MUI_PAGE_DIRECTORY<br /> MUI_PAGE_STARTMENU <span class="parameter">pageid variable</span><br /> MUI_PAGE_INSTFILES<br /> MUI_PAGE_FINISH</p> <p> <strong>Uninstaller pages</strong><br /> MUI_UNPAGE_WELCOME<br /> MUI_UNPAGE_CONFIRM<br /> MUI_UNPAGE_LICENSE <span class="parameter">textfile</span><br /> MUI_UNPAGE_COMPONENTS<br /> MUI_UNPAGE_DIRECTORY<br /> MUI_UNPAGE_INSTFILES<br /> MUI_UNPAGE_FINISH</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pg" src="images/closed.gif" onclick="toggle('trigger_pg', 'toggle_pg');" /> Page settings</h3> <div class="toggle" id="toggle_pg"> <p> Page settings apply to a single page and should be set before inserting a page macro. The same settings can be used for installer and uninstaller pages. You have to repeat the setting if you want it to apply to multiple pages. Example:</p> <pre> ;Add a directory page to let the user specify a plug-ins folder ;Store the folder in $PluginsFolder Var PLUGINS_FOLDER !define MUI_DIRECTORYPAGE_VARIABLE $PluginsFolder !insertmacro MUI_PAGE_DIRECTORY </pre> <p> <p> All standard texts in the user interface are loaded from language files, which are available for all languages supported by NSIS. So you only need to define these texts if you want to change the default.</p> <p> If the parameter is a text that should be different for each language, define a language string using LangString and use $(LangStringName) as value. For a license text in multiple languages, LicenseLangString can be used. Refer the NSIS Users Manual for more information about installers with multiple languages.</p> <p> In all text settings, the doublequote character (&quot;) should be escaped in the following form: $\&quot;</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgg" src="images/closed.gif" onclick="toggle('trigger_pgg', 'toggle_pgg');" /> General page settings</h3> <div class="toggle" id="toggle_pgg"> <p> <strong>MUI_PAGE_HEADER_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the header of the page.</p> <p> <strong>MUI_PAGE_HEADER_SUBTEXT</strong> <span class="parameter">text</span><br /> Subtext to display on the header of the page.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgw" src="images/closed.gif" onclick="toggle('trigger_pgw', 'toggle_pgw');" /> Welcome page settings</h3> <div class="toggle" id="toggle_pgw"> <p> <strong>MUI_WELCOMEPAGE_TITLE</strong> <span class="parameter">title</span><br /> Title to display on the top of the page.</p> <p> <strong>MUI_WELCOMEPAGE_TITLE_3LINES</strong><br /> Extra space for the title area.</p> <p> <strong>MUI_WELCOMEPAGE_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the page.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgl" src="images/closed.gif" onclick="toggle('trigger_pgl', 'toggle_pgl');" /> License page settings</h3> <div class="toggle" id="toggle_pgl"> <p> <strong>MUI_LICENSEPAGE_TEXT_TOP</strong> <span class="parameter">text</span><br /> Text to display on the top of the page.</p> <p> <strong>MUI_LICENSEPAGE_TEXT_BOTTOM</strong> <span class="parameter">text</span><br /> Text to display on the bottom of the page.</p> <p> <strong>MUI_LICENSEPAGE_BUTTON</strong> <span class="parameter">button_text</span><br /> Text to display on the 'I Agree' button.</p> <p> <strong>MUI_LICENSEPAGE_CHECKBOX</strong><br /> Display a checkbox the user has to check to agree with the license terms.</p> <div class="settings"> <p> <strong>MUI_LICENSEPAGE_CHECKBOX_TEXT</strong> <span class="parameter">text</span><br /> Text to display next to the checkbox to agree with the license terms.</p> </div> <p> <strong>MUI_LICENSEPAGE_RADIOBUTTONS</strong><br /> Display two radio buttons to allow the user to choose between accepting the license terms or not.</p> <div class="settings"> <p> <strong>MUI_LICENSEPAGE_RADIOBUTTONS_TEXT_ACCEPT</strong> <span class="parameter">text</span><br /> Text to display next to the checkbox to accept the license terms.</p> <p> <strong>MUI_LICENSEPAGE_RADIOBUTTONS_TEXT_DECLINE</strong> <span class="parameter">text</span><br /> Text to display next to the checkbox to decline the license terms.</p> </div> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgc" src="images/closed.gif" onclick="toggle('trigger_pgc', 'toggle_pgc');" /> Components page settings</h3> <div class="toggle" id="toggle_pgc"> <p> <strong>MUI_COMPONENTSPAGE_TEXT_TOP</strong> <span class="parameter">text</span><br /> Text to display on the top of the page.</p> <p> <strong>MUI_COMPONENTSPAGE_TEXT_COMPLIST</strong> <span class="parameter">text</span><br /> Text to display on next to the components list.</p> <p> <strong>MUI_COMPONENTSPAGE_TEXT_INSTTYPE</strong> <span class="parameter">text</span><br /> Text to display on next to the installation type combo box.</p> <p> <strong>MUI_COMPONENTSPAGE_TEXT_DESCRIPTION_TITLE</strong> <span class="parameter">text</span><br /> Text to display on the of the top of the description box.</p> <p> <strong>MUI_COMPONENTSPAGE_TEXT_DESCRIPTION_INFO</strong> <span class="parameter">text</span><br /> Text to display inside the description box when no section is selected.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgd" src="images/closed.gif" onclick="toggle('trigger_pgd', 'toggle_pgd');" /> Directory page settings</h3> <div class="toggle" id="toggle_pgd"> <p> <strong>MUI_DIRECTORYPAGE_TEXT_TOP</strong> <span class="parameter">text</span><br /> Text to display on top of the page.</p> <p> <strong>MUI_DIRECTORYPAGE_TEXT_DESTINATION</strong> <span class="parameter">text</span><br /> Text to display on the destination folder frame.</p> <p> <strong>MUI_DIRECTORYPAGE_VARIABLE</strong> <span class="parameter">variable</span><br /> Variable in which to store the selected folder.<br /> <em>Default: $INSTDIR</em></p> <p> <strong>MUI_DIRECTORYPAGE_VERIFYONLEAVE</strong><br /> Does not disable the Next button when a folder is invalid but allows you to use GetInstDirError in the leave function to handle an invalid folder.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgs" src="images/closed.gif" onclick="toggle('trigger_pgs', 'toggle_pgs');" /> Start Menu folder page settings</h3> <div class="toggle" id="toggle_pgs"> <p> <strong>MUI_STARTMENUPAGE_TEXT_TOP</strong> <span class="parameter">text</span><br /> Text to display on the top of the page.</p> <p> <strong>MUI_STARTMENUPAGE_TEXT_CHECKBOX</strong> <span class="parameter">text</span><br /> Text to display next to the checkbox to disable the Start Menu folder creation.</p> <p> <strong>MUI_STARTMENUPAGE_DEFAULTFOLDER</strong> <span class="parameter">folder</span><br /> The default Start Menu Folder.</p> <p> <strong>MUI_STARTMENUPAGE_NODISABLE</strong><br /> Do not display the checkbox to disable the creation of Start Menu shortcuts.</p> <p> <strong>MUI_STARTMENUPAGE_REGISTRY_ROOT</strong> <span class="parameter">root</span><br /> <strong>MUI_STARTMENUPAGE_REGISTRY_KEY</strong> <span class="parameter">key</span><br /> <strong>MUI_STARTMENUPAGE_REGISTRY_VALUENAME</strong> <span class="parameter">value_name</span><br /> The registry key to store the Start Menu folder. The page will use it to remember the users preference. You should also use for the uninstaller to remove the Start Menu folders. Don't forget to remove this key during uninstallation.</p> <p> For the uninstaller, use the MUI_STARTMENU_GETFOLDER macro to get the Start Menu folder:</p> <pre> !insertmacro MUI_STARTMENU_GETFOLDER page_id $R0 Delete &quot;$SMPROGRAMS\$R0\Your Shortcut.lnk&quot; </pre> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgi" src="images/closed.gif" onclick="toggle('trigger_pgi', 'toggle_pgi');" /> Installation page settings</h3> <div class="toggle" id="toggle_pgi"> <p> <strong>MUI_INSTFILESPAGE_FINISHHEADER_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the header of the installation page when the installation has been completed (won't be displayed when using a Finish page without MUI_(UN)FINISHPAGE_NOAUTOCLOSE).</p> <p> <strong>MUI_INSTFILESPAGE_FINISHHEADER_SUBTEXT</strong> <span class="parameter">text</span><br /> Subtext to display on the header of the installation page when the installation has been completed (won't be displayed when using a Finish page without MUI_(UN)FINISHPAGE_NOAUTOCLOSE).</p> <p> <strong>MUI_INSTFILESPAGE_ABORTHEADER_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the header of the installation page when the installation has been aborted.</p> <p> <strong>MUI_INSTFILESPAGE_ABORTHEADER_SUBTEXT</strong> <span class="parameter">text</span><br /> Subext to display on the header of the installation page when the installation has been aborted.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgf" src="images/closed.gif" onclick="toggle('trigger_pgf', 'toggle_pgf');" /> Finish page settings</h3> <div class="toggle" id="toggle_pgf"> <p> <strong>MUI_FINISHPAGE_TITLE</strong> <span class="parameter">title</span><br /> Title to display on the top of the page.</p> <p> <strong>MUI_FINISHPAGE_TITLE_3LINES</strong><br /> Extra space for the title area.</p> <p> <strong>MUI_FINISHPAGE_TEXT</strong> <span class="parameter">text</span><br /> Text to display on the page.</p> <p> <strong>MUI_FINISHPAGE_TEXT_LARGE</strong><br /> Extra space for the text area (if using checkboxes).</p> <p> <strong>MUI_FINISHPAGE_BUTTON</strong> <span class="parameter">text</span><br /> Text to display on the Finish button.</p> <p> <strong>MUI_FINISHPAGE_CANCEL_ENABLED</strong><br /> Enable the Cancel button so the user can skip any options displayed on the finish page.</p> <p> <strong>MUI_FINISHPAGE_TEXT_REBOOT</strong> <span class="parameter">text</span><br /> Text to display on the finish page when asking for a system reboot.</p> <p> <strong>MUI_FINISHPAGE_TEXT_REBOOTNOW</strong> <span class="parameter">text</span><br /> Text to display next to the 'Reboot now' option button.</p> <p> <strong>MUI_FINISHPAGE_TEXT_REBOOTLATER</strong> <span class="parameter">text</span><br /> Text to display next to the 'Reboot later' option button.</p> <p> <strong>MUI_FINISHPAGE_REBOOTLATER_DEFAULT</strong><br /> Sets the 'Reboot later' option as the default option.</p> <p> <strong>MUI_FINISHPAGE_RUN</strong> <span class="parameter">exe_file</span><br /> Application which the user can select to run using a checkbox. You don't need to put quotes around the filename when it contains spaces.</p> <div class="settings"> <p> <strong>MUI_FINISHPAGE_RUN_TEXT</strong> <span class="parameter">text</span><br /> Texts to display next to the 'Run program' checkbox.</p> <p> <strong>MUI_FINISHPAGE_RUN_PARAMETERS</strong> <span class="parameter">parameters</span><br /> Parameters for the application to run. Don't forget to escape double quotes in the value (use $\&quot;).</p> <p> <strong>MUI_FINISHPAGE_RUN_NOTCHECKED</strong><br /> Do not check the 'Run program' checkbox by default</p> <p> <strong>MUI_FINISHPAGE_RUN_FUNCTION</strong> <span class="parameter">function</span><br /> Call a function instead of executing an application (define MUI_FINISHPAGE_RUN without parameters). You can use the function to execute multiple applications or you can change the checkbox name and use it for other things.</p> </div> <p> <strong>MUI_FINISHPAGE_SHOWREADME</strong> <span class="parameter">file/url</span><br /> File or website which the user can select to view using a checkbox. You don't need to put quotes around the filename when it contains spaces.</p> <div class="settings"> <p> <strong>MUI_FINISHPAGE_SHOWREADME_TEXT</strong> <span class="parameter">text</span><br /> Texts to display next to the 'Show Readme' checkbox.</p> <p> <strong>MUI_FINISHPAGE_SHOWREADME_NOTCHECKED</strong><br /> Do not check the 'Show Readme' checkbox by default</p> <p> <strong>MUI_FINISHPAGE_SHOWREADME_FUNCTION</strong> <span class="parameter">function</span><br /> Call a function instead of showing a file (define MUI_FINISHPAGE_SHOWREADME without parameters). You can use the function to show multiple files or you can change the checkbox name and use it for other things.</p> </div> <p> <strong>MUI_FINISHPAGE_LINK</strong> <span class="parameter">link_text</span><br /> Text for a link on the which the user can click to view a website or file.</p> <div class="settings"> <p> <strong>MUI_FINISHPAGE_LINK_LOCATION</strong> <span class="parameter">file/url</span><br /> Website or file which the user can select to view using the link. You don't need to put quotes around the filename when it contains spaces.</p> <p> <strong>MUI_FINISHPAGE_LINK_COLOR</strong> <span class="parameter">(color: RRGGBB hexadecimal)</span><br /> Text color for the link on the Finish page.<br /> <em>Default: 000080</em></p> </div> <p> <strong>MUI_FINISHPAGE_NOREBOOTSUPPORT</strong><br /> Disables support for the page that allows the user to reboot the system. Define this option to save some space if you are not using the /REBOOTOK flag or SetRebootFlag.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_pgu" src="images/closed.gif" onclick="toggle('trigger_pgu', 'toggle_pgu');" /> Uninstall confirm page settings</h3> <div class="toggle" id="toggle_pgu"> <p> <strong>MUI_UNCONFIRMPAGE_TEXT_TOP</strong> <span class="parameter">text</span><br /> Text to display on the top of the page.</p> <p> <strong>MUI_UNCONFIRMPAGE_TEXT_LOCATION</strong> <span class="parameter">text</span><br /> Text to display next to the uninstall location text box.</p> </div> </div> </div> <h2> 4. Language files</h2> <div> <p> Insert the Modern UI language files for the languages to want to include.</p> <pre> !insertmacro MUI_LANGUAGE &quot;English&quot; </pre> <p> The standard NSIS language files are loaded automatically, there is no need to use LoadLanguageFile.</p> </div> <h2> 5. Reserve files</h2> <div> <p> If you are using solid compression, files that are required before the actual installation should be stored first in the data block, because this will make your installer start faster. Include reserve file commands for such files before your sections and functions:</p> <pre> ReserveFile /plugin MyPlugin.dll !insertmacro MUI_RESERVEFILE_LANGDLL ;Language selection dialog ... </pre> </div> <h1> Script code for pages</h1> <div> <p> Some pages allow you to show additional information or can be used to get user input. Here you can find the script code to use these features.</p> <h2> Components page descriptions</h2> <div> <p> The Modern UI components page has a text box in which a description can be shown when the user hovers the mouse over a component. If you don't want to use these descriptions, insert the MUI_COMPONENTSPAGE_NODESC interface setting.</p> <p> To set a description for a section, an additional parameter needs to be added to Section commmand with a unique identifier for the section. This name can later be used to set the description for this section.</p> <pre> Section &quot;Section Name 1&quot; Section1 ... SectionEnd </pre> <p> After the sections, use these macros to set the descriptions:</p> <pre> LangString DESC_Section1 ${LANG_ENGLISH} &quot;Description of section 1.&quot; LangString DESC_Section2 ${LANG_ENGLISH} &quot;Description of section 2.&quot; !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${Section1} $(DESC_Section1) !insertmacro MUI_DESCRIPTION_TEXT ${Section2} $(DESC_Section2) !insertmacro MUI_FUNCTION_DESCRIPTION_END </pre> <p> For the uninstaller, use the MUI_UNFUNCTION_DESCRIPTION_BEGIN and MUI_UNFUNCTION_DESCRIPTION_END macros.</p> </div> <h2> Start Menu folder</h2> <div> <p> Put the code to write the shortcuts (using CreateShortcut) between the MUI_STARTMENU_WRITE_BEGIN and MUI_STARTMENU_WRITE_END macros:</p> <pre> !insertmacro MUI_STARTMENU_WRITE_BEGIN pageid ...create shortcuts... !insertmacro MUI_STARTMENU_WRITE_END </pre> <p> The page ID should be the ID of the page on which the user has selected the folder for the shortcuts you want to write.</p> <p> The variable which contains the folder and the page ID are set as parameters of the page macro.</p> </div> </div> <h1> Language selection dialog</h1> <div> <p> If you want the installer to display a language selection dialog (see the the <a href="../../Examples/Modern%20UI/MultiLanguage.nsi">MultiLanguage.nsi</a> example), insert the MUI_LANGDLL_DISPLAY macro in the .onInit function:</p> <pre> Function .onInit !insertmacro MUI_LANGDLL_DISPLAY FunctionEnd </pre> <p> This macro can also be used in the un.onInit function.</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_lss" src="images/closed.gif" onclick="toggle('trigger_lss', 'toggle_lss');" /> Settings for registry storage of selected language</h3> <div class="toggle" id="toggle_lss"> <p> To remember the user's preference, you can define a registry key. These defines should be set before inserting the installation page macro.</p> <p> <strong>MUI_LANGDLL_REGISTRY_ROOT</strong> <span class="parameter">root</span><br /> <strong>MUI_LANGDLL_REGISTRY_KEY</strong> <span class="parameter">key</span><br /> <strong>MUI_LANGDLL_REGISTRY_VALUENAME</strong> <span class="parameter">value_name</span><br /> The registry key to store the language. The users preference will be remembered. You can also use it for the uninstaller to display the right language. Don't forget to remove this key in the uninstaller.</p> <p> For the uninstaller, insert the MUI_UNGETLANGUAGE macro in un.onInit to get the stored language preference:</p> <pre> Function un.onInit !insertmacro MUI_UNGETLANGUAGE FunctionEnd </pre> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_lsin" src="images/closed.gif" onclick="toggle('trigger_lsin', 'toggle_lsin');" /> Interface settings for selection dialog</h3> <div class="toggle" id="toggle_lsin"> <p> To customize the language selection dialog interface, use these defines before inserting the MUI_LANGDLL_DISPLAY macro.</p> <p> <strong>MUI_LANGDLL_WINDOWTITLE</strong> <span class="parameter">text</span><br /> The window title of the language selection dialog.</p> <p> <strong>MUI_LANGDLL_INFO</strong> <span class="parameter">text</span><br /> The text to display on the language selection dialog.</p> <p> <strong>MUI_LANGDLL_ALWAYSSHOW</strong><br /> Always show the language selection dialog, even if a language has been stored in the registry. The language stored in the registry will be selected by default.</p> <p> <strong>MUI_LANGDLL_ALLLANGUAGES</strong><br /> Always show all available languages and don't filter according to their codepage.</p> </div> </div> <h1> Custom pages</h1> <div> <p> If you want add your custom pages to your installer, you can insert your own page commands between the page macros.</p> <pre> !insertmacro MUI_PAGE_WELCOME Page custom FunctionName ;Custom page !insertmacro MUI_PAGE_COMPONENTS ;Uninstaller !insertmacro MUI_UNPAGE_CONFIRM UninstPage custom un.FunctionName ;Custom page !insertmacro MUI_UNPAGE_INSTFILES </pre> <p> Use the MUI_HEADER_TEXT macro to set the text on the page header in a page function:</p> <pre> LangString PAGE_TITLE ${LANG_ENGLISH} &quot;Title&quot; LangString PAGE_SUBTITLE ${LANG_ENGLISH} &quot;Subtitle&quot; Function CustomPageFunction !insermacro MUI_HEADER_TEXT $(PAGE_TITLE) $(PAGE_SUBTITLE) ... FuctionEnd </pre> </div> <h1> Custom functions</h1> <div> <p> Interface functions provided by NSIS, like the .onGUIInit function and the page functions are automatically included by the Modern UI and filled with code to support new interface features. If you want to add additional code to these function, create a function with the custom script code in the script use the Modern UI functions call them.</p> <p> Example:</p> <pre class="text"> !define MUI_CUSTOMFUNCTION_GUIINIT myGuiInit Function myGUIInit ... FunctionEnd</pre> <p> Modern UI pages can also customized using custom functions.</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_cfg" src="images/closed.gif" onclick="toggle('trigger_cfg', 'toggle_cfg');" /> General Custom Functions</h3> <div class="toggle" id="toggle_cfg"> <p> These defines should be set before inserting the language macros.</p> <p> <strong>MUI_CUSTOMFUNCTION_GUIINIT</strong> <span class="parameter">function</span><br /> <strong>MUI_CUSTOMFUNCTION_UNGUIINIT</strong> <span class="parameter">function</span><br /> <strong>MUI_CUSTOMFUNCTION_ABORT</strong> <span class="parameter">function</span><br /> <strong>MUI_CUSTOMFUNCTION_UNABORT</strong> <span class="parameter">function</span><br /> <strong>MUI_CUSTOMFUNCTION_ONMOUSEOVERSECTION</strong> <span class="parameter">function</span><br /> <strong>MUI_CUSTOMFUNCTION_UNONMOUSEOVERSECTION</strong> <span class="parameter">function</span></p> <p> Mouse over functions are only available when the description macros (MUI_FUNCTION_DESCRIPTION_BEGIN) are used. When component page descriptions are not used, regular .onMouseOverSection and un.onMouseOverSection must be used.</p> </div> <h3> <img class="trigger" alt="Open/Close section" id="trigger_cfpg" src="images/closed.gif" onclick="toggle('trigger_cfpg', 'toggle_cfpg');" /> Page Custom Functions</h3> <div class="toggle" id="toggle_cfpg"> <p> These defines should be set before inserting a page macro.</p> <p> <strong>MUI_PAGE_CUSTOMFUNCTION_PRE</strong> <span class="parameter">function</span><br /> <strong>MUI_PAGE_CUSTOMFUNCTION_SHOW</strong> <span class="parameter">function</span><br /> <strong>MUI_PAGE_CUSTOMFUNCTION_LEAVE</strong> <span class="parameter">function</span><br /> </p> <p> The pre function is called first and allows you to initalize variables or decide whether the page should be skipped. Then, the show function is called, which can be used to customize the interface. Finally, the user input can be validated in the leave function. The NSIS Users Manual provides more information about these functions.</p> <p> In the show function, the window handles of all controls on the page can be retrieved from a Modern UI variable. A list of the variables names is not yet available. For now, refer to the source files of the Modern UI 2.0. The variable declarations can be found in the first lines of the header file for a certain page.</p> </div> </div> <h1> <a name="examples" id="examples">Example scripts</a></h1> <div> <p> Basic: <a href="../../Examples/Modern%20UI/Basic.nsi">Basic.nsi</a><br /> Welcome/Finish page: <a href="../../Examples/Modern%20UI/WelcomeFinish.nsi">WelcomeFinish.nsi</a><br /> Multiple languages: <a href="../../Examples/Modern%20UI/MultiLanguage.nsi">MultiLanguage.nsi</a><br /> Header image: <a href="../../Examples/Modern%20UI/HeaderBitmap.nsi">HeaderBitmap.nsi</a><br /> Start Menu Folder page: <a href="../../Examples/Modern%20UI/StartMenu.nsi">StartMenu.nsi</a></p> </div> <h1> Credits</h1> <div> <p> Written by Joost Verburg.<br /> Icons designed by Nikos Adamamas, aka adni18.<br /> Thanks to Amir Szekely, aka KiCHiK, for his work on NSIS to make this possible.</p> </div> <h1> License</h1> <div> <p> The zlib/libpng license applies to the Modern UI.</p> <h3> <img class="trigger" alt="Open/Close section" id="trigger_lic" src="images/closed.gif" onclick="toggle('trigger_lic', 'toggle_lic');" /> License Terms</h3> <div class="toggle" id="toggle_lic"> <pre> Copyright &copy; 2002-2009 Joost Verburg This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any distribution. </pre> </div> </div> </div> </td> </tr> </table> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/guid-b6b7503f-d331-4664-a6c8-a3e72b1f6c5b.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: libmexample</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1><a class="anchor" id="guid-b6b7503f-d331-4664-a6c8-a3e72b1f6c5b">libmexample </a></h1><p>Source files:</p> <ul> <li><a href="_p_i_p_s_2libmexample_2_bld_8inf_source.html">bld.inf</a></li> <li><a href="libmexample_8c_source.html">libmexample.c</a></li> <li><a href="libmexample_8mmp_source.html">libmexample.mmp</a> </li> </ul> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
AndroidBTService/doc/allclasses-noframe.html
t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Fri Dec 23 08:32:56 PST 2011 --> <TITLE> All Classes </TITLE> <META NAME="date" CONTENT="2011-12-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/t2/biofeedback/device/BioFeedbackDevice.html" title="class in com.t2.biofeedback.device">BioFeedbackDevice</A> <BR> <A HREF="com/t2/biofeedback/BioFeedbackService.html" title="class in com.t2.biofeedback">BioFeedbackService</A> <BR> <A HREF="com/t2/biofeedback/BioFeedbackService.BroadcastMessage.html" title="class in com.t2.biofeedback">BioFeedbackService.BroadcastMessage</A> <BR> <A HREF="com/t2/biofeedback/BioFeedbackService.BroadcastMessage.Id.html" title="class in com.t2.biofeedback">BioFeedbackService.BroadcastMessage.Id</A> <BR> <A HREF="com/t2/biofeedback/BioFeedbackService.BroadcastMessage.Type.html" title="class in com.t2.biofeedback">BioFeedbackService.BroadcastMessage.Type</A> <BR> <A HREF="com/t2/biofeedback/BioFeedbackServiceManagerReceiver.html" title="class in com.t2.biofeedback">BioFeedbackServiceManagerReceiver</A> <BR> <A HREF="com/t2/biofeedback/activity/BTServiceManager.html" title="class in com.t2.biofeedback.activity">BTServiceManager</A> <BR> <A HREF="com/t2/biofeedback/Constants.html" title="class in com.t2.biofeedback">Constants</A> <BR> <A HREF="com/t2/biofeedback/device/neurosky/DataListener.html" title="interface in com.t2.biofeedback.device.neurosky"><I>DataListener</I></A> <BR> <A HREF="com/t2/biofeedback/DeviceManager.html" title="class in com.t2.biofeedback">DeviceManager</A> <BR> <A HREF="com/t2/biofeedback/device/Mobi/MobiBH.html" title="class in com.t2.biofeedback.device.Mobi">MobiBH</A> <BR> <A HREF="com/t2/biofeedback/device/Mobi/MobiDevice.html" title="class in com.t2.biofeedback.device.Mobi">MobiDevice</A> <BR> <A HREF="com/t2/biofeedback/device/Mobi/MobiMessage.html" title="class in com.t2.biofeedback.device.Mobi">MobiMessage</A> <BR> <A HREF="com/t2/biofeedback/device/neurosky/NeuroskyBH.html" title="class in com.t2.biofeedback.device.neurosky">NeuroskyBH</A> <BR> <A HREF="com/t2/biofeedback/device/neurosky/NeuroskyDevice.html" title="class in com.t2.biofeedback.device.neurosky">NeuroskyDevice</A> <BR> <A HREF="com/t2/biofeedback/R.html" title="class in com.t2.biofeedback">R</A> <BR> <A HREF="com/t2/biofeedback/R.attr.html" title="class in com.t2.biofeedback">R.attr</A> <BR> <A HREF="com/t2/biofeedback/R.drawable.html" title="class in com.t2.biofeedback">R.drawable</A> <BR> <A HREF="com/t2/biofeedback/R.id.html" title="class in com.t2.biofeedback">R.id</A> <BR> <A HREF="com/t2/biofeedback/R.layout.html" title="class in com.t2.biofeedback">R.layout</A> <BR> <A HREF="com/t2/biofeedback/R.string.html" title="class in com.t2.biofeedback">R.string</A> <BR> <A HREF="com/t2/biofeedback/device/SerialBTDevice.html" title="class in com.t2.biofeedback.device">SerialBTDevice</A> <BR> <A HREF="com/t2/biofeedback/device/SerialBTDevice.DeviceConnectionListener.html" title="interface in com.t2.biofeedback.device"><I>SerialBTDevice.DeviceConnectionListener</I></A> <BR> <A HREF="com/t2/biofeedback/device/shimmer/ShimmerBH.html" title="class in com.t2.biofeedback.device.shimmer">ShimmerBH</A> <BR> <A HREF="com/t2/biofeedback/device/shimmer/ShimmerDevice.html" title="class in com.t2.biofeedback.device.shimmer">ShimmerDevice</A> <BR> <A HREF="com/t2/biofeedback/device/shimmer/ShimmerMessage.html" title="class in com.t2.biofeedback.device.shimmer">ShimmerMessage</A> <BR> <A HREF="com/t2/biofeedback/device/Spine/SpineBH.html" title="class in com.t2.biofeedback.device.Spine">SpineBH</A> <BR> <A HREF="com/t2/biofeedback/device/Spine/SpineDevice.html" title="class in com.t2.biofeedback.device.Spine">SpineDevice</A> <BR> <A HREF="com/t2/biofeedback/SPINEPacketsConstants.html" title="class in com.t2.biofeedback">SPINEPacketsConstants</A> <BR> <A HREF="com/t2/biofeedback/SPINESensorConstants.html" title="class in com.t2.biofeedback">SPINESensorConstants</A> <BR> <A HREF="com/t2/biofeedback/SPINEServiceMessageConstants.html" title="class in com.t2.biofeedback">SPINEServiceMessageConstants</A> <BR> <A HREF="com/t2/biofeedback/device/neurosky/StreamParser.html" title="class in com.t2.biofeedback.device.neurosky">StreamParser</A> <BR> <A HREF="com/t2/biofeedback/device/Mobi/Structures.html" title="class in com.t2.biofeedback.device.Mobi">Structures</A> <BR> <A HREF="com/t2/biofeedback/Util.html" title="class in com.t2.biofeedback">Util</A> <BR> <A HREF="com/t2/biofeedback/device/zephyr/ZephyrBH.html" title="class in com.t2.biofeedback.device.zephyr">ZephyrBH</A> <BR> <A HREF="com/t2/biofeedback/device/zephyr/ZephyrDevice.html" title="class in com.t2.biofeedback.device.zephyr">ZephyrDevice</A> <BR> <A HREF="com/t2/biofeedback/device/zephyr/ZephyrMessage.html" title="class in com.t2.biofeedback.device.zephyr">ZephyrMessage</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML>
sdk/GUID-F4FE5F92-F44E-37EB-BCCD-7B1A4D145C4E.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxFile" /> <meta name="DC.Title" content="featureinfoplugin.h" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-F4FE5F92-F44E-37EB-BCCD-7B1A4D145C4E" /> <title> featureinfoplugin.h </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-F4FE5F92-F44E-37EB-BCCD-7B1A4D145C4E"> <a name="GUID-F4FE5F92-F44E-37EB-BCCD-7B1A4D145C4E"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2430050 id2430054 id2430059 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> featureinfoplugin.h File Reference </h1> <div class="nested1" id="GUID-944D3A4B-220A-37F2-B900-4B1A7402B4EE"> <a name="GUID-944D3A4B-220A-37F2-B900-4B1A7402B4EE"> <!-- --> </a> <h2 class="topictitle2"> const TUid KFeatureInfoPluginInterfaceUid </h2> <table class="signature"> <tr> <td> const <a href="GUID-530281E6-29FC-33F2-BC9B-610FBA389444.html"> TUid </a> </td> <td> KFeatureInfoPluginInterfaceUid </td> </tr> </table> <div class="section"> <div> <p> This constant holds the ECOM Instantiation Interface UID. This interface UID identifies plug-in implementations that derive from <a href="GUID-5A2EDFE5-E46E-3F5E-AF1C-FDA857559C91.html#GUID-5A2EDFE5-E46E-3F5E-AF1C-FDA857559C91"> CFeatureInfoPlugin </a> . This interface is used by the Feature Manager server when it is started up. <a href="GUID-5A2EDFE5-E46E-3F5E-AF1C-FDA857559C91.html#GUID-5A2EDFE5-E46E-3F5E-AF1C-FDA857559C91"> CFeatureInfoPlugin </a> </p> </div> </div> </div> <div class="nested1" id="GUID-A226AD44-3FB7-3393-B1E2-C3FFD5E8C4FA"> <a name="GUID-A226AD44-3FB7-3393-B1E2-C3FFD5E8C4FA"> <!-- --> </a> <h2 class="topictitle2"> Typedef TFeatureInfoRespPckg </h2> <table class="signature"> <tr> <td> typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TPckgBuf </a> &lt; TFeatureInfo &gt; </td> <td> TFeatureInfoRespPckg </td> </tr> </table> <div class="section"> <div> <p> Data package for ELoadFeatureInfoCmdId response structure </p> </div> </div> </div> <div class="nested1" id="GUID-FF81DEEC-82E7-3619-8A5A-FA56F731A444"> <a name="GUID-FF81DEEC-82E7-3619-8A5A-FA56F731A444"> <!-- --> </a> <h2 class="topictitle2"> Typedef TEnhancedFeatureInfoRespPckg </h2> <table class="signature"> <tr> <td> typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html"> TPckgBuf </a> &lt; TEnhancedFeatureInfo &gt; </td> <td> TEnhancedFeatureInfoRespPckg </td> </tr> </table> <div class="section"> <div> <p> Data package for ELoadEnhancedFeatureInfoCmdId response structure </p> </div> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
docs/doc/m2doc_service_linkservices.html
ylussaud/M2Doc
<!DOCTYPE html> <html lang="en"> <!-- /******************************************************************************** ** Copyright (c) 2015 Obeo. ** All rights reserved. This program and the accompanying materials ** are made available under the terms of the Eclipse Public License v1.0 ** which accompanies this distribution, and is available at ** http://www.eclipse.org/legal/epl-v10.html ** ** Contributors: ** Stephane Begaudeau (Obeo) - initial API and implementation *********************************************************************************/ --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="St&eacute;phane B&eacute;gaudeau"> <!-- IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href="../assets/css/bootstrap.css" rel="stylesheet"> <link href="../assets/css/docs.css" rel="stylesheet"> <title>M2Doc</title> </head> <body> <div class="container"> <header class="jumbotron subhead" id="overview"> <h1>M2Doc Documentation</h1> <!--<div class="subnav"> <ul class="nav nav-pills"> <li><a href="#introduction">Introduction</a></li> <li><a href="#language">Language</a></li> <li><a href="#operations">Operations</a></li> <li><a href="#standalone">Stand Alone</a></li> <li><a href="#migration">Migration</a></li> <li><a href="#textproductionrules">Text Production Rules</a></li> <li><a href="#onlineresources">Online Resources</a></li> </ul> </div>--> </header> <section id="services"> <div class="page-header"> <h1>Services available for links</h1> </div> <h3>asBookmark(text: java.lang.String, id: java.lang.String) = MBookmark</h3> <p> Converts a String to a bookmark declaration </p> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Expression</th> <th>Result</th> </tr> </thead><colgroup><col width="60%" /><col width="40%" /></colgroup> <tbody> <tr> <td>'Definition of Artifact1'.asBookmark('Art1')</td> <td>a bookmark with the ID 'Art1' the label 'Definition of Artifact1'</td> </tr> </tbody> </table> <p> </p> <hr /> <h3>asBookmarkRef(text: java.lang.String, id: java.lang.String) = MBookmark</h3> <p> Converts a String to a bookmark reference </p> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Expression</th> <th>Result</th> </tr> </thead><colgroup><col width="60%" /><col width="40%" /></colgroup> <tbody> <tr> <td>'Artifact1'.asBookmark('Art1')</td> <td>a bookmark reference with the ID 'Art1' the label 'Definition of Artifact1'</td> </tr> </tbody> </table> <p> </p> <hr /> <h3>asLink(text: java.lang.String, url: java.lang.String) = MHyperLink</h3> <p> Converts a String to an hyperlink </p> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Expression</th> <th>Result</th> </tr> </thead><colgroup><col width="60%" /><col width="40%" /></colgroup> <tbody> <tr> <td>'My website'.asLink('http://www.example.org')</td> <td>a link to http://www.example.org with the label My website</td> </tr> </tbody> </table> <p> </p> <hr /> </section> </div> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/ddf/EscherArrayProperty.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>EscherArrayProperty (POI API Documentation)</title> <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="EscherArrayProperty (POI API Documentation)"; } //--> </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 class="navBarCell1Rev">Class</li> <li><a href="class-use/EscherArrayProperty.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/poi/ddf/DefaultEscherRecordFactory.html" title="class in org.apache.poi.ddf"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/poi/ddf/EscherBitmapBlip.html" title="class in org.apache.poi.ddf"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/poi/ddf/EscherArrayProperty.html" target="_top">Frames</a></li> <li><a href="EscherArrayProperty.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty">Field</a>&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">org.apache.poi.ddf</div> <h2 title="Class EscherArrayProperty" class="title">Class EscherArrayProperty</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">org.apache.poi.ddf.EscherProperty</a></li> <li> <ul class="inheritance"> <li><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">org.apache.poi.ddf.EscherComplexProperty</a></li> <li> <ul class="inheritance"> <li>org.apache.poi.ddf.EscherArrayProperty</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd>java.lang.Iterable&lt;byte[]&gt;</dd> </dl> <hr> <br> <pre>public final class <span class="strong">EscherArrayProperty</span> extends <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a> implements java.lang.Iterable&lt;byte[]&gt;</pre> <div class="block">Escher array properties are the most wierd construction ever invented with all sorts of special cases. I'm hopeful I've got them all.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field_summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty"> <!-- --> </a> <h3>Fields inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></h3> <code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#_complexData">_complexData</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" 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><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#EscherArrayProperty(short,%20boolean,%20byte[])">EscherArrayProperty</a></strong>(short&nbsp;propertyNumber, boolean&nbsp;isBlipId, byte[]&nbsp;complexData)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#EscherArrayProperty(short,%20byte[])">EscherArrayProperty</a></strong>(short&nbsp;id, byte[]&nbsp;complexData)</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="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>byte[]</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#getElement(int)">getElement</a></strong>(int&nbsp;index)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#getNumberOfElementsInArray()">getNumberOfElementsInArray</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#getNumberOfElementsInMemory()">getNumberOfElementsInMemory</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>short</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#getSizeOfElements()">getSizeOfElements</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.util.Iterator&lt;byte[]&gt;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#iterator()">iterator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#serializeSimplePart(byte[],%20int)">serializeSimplePart</a></strong>(byte[]&nbsp;data, int&nbsp;pos)</code> <div class="block">Serializes the simple part of this property.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setArrayData(byte[],%20int)">setArrayData</a></strong>(byte[]&nbsp;data, int&nbsp;offset)</code> <div class="block">We have this method because the way in which arrays in escher works is screwed for seemly arbitary reasons.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setElement(int,%20byte[])">setElement</a></strong>(int&nbsp;index, byte[]&nbsp;element)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setNumberOfElementsInArray(int)">setNumberOfElementsInArray</a></strong>(int&nbsp;numberOfElements)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setNumberOfElementsInMemory(int)">setNumberOfElementsInMemory</a></strong>(int&nbsp;numberOfElements)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#setSizeOfElements(int)">setSizeOfElements</a></strong>(int&nbsp;sizeOfElements)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#toString()">toString</a></strong>()</code> <div class="block">Retrieves the string representation for this property.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/poi/ddf/EscherArrayProperty.html#toXml(java.lang.String)">toXml</a></strong>(java.lang.String&nbsp;tab)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></h3> <code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#equals(java.lang.Object)">equals</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getComplexData()">getComplexData</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#getPropertySize()">getPropertySize</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#hashCode()">hashCode</a>, <a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#serializeComplexPart(byte[],%20int)">serializeComplexPart</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_org.apache.poi.ddf.EscherProperty"> <!-- --> </a> <h3>Methods inherited from class&nbsp;org.apache.poi.ddf.<a href="../../../../org/apache/poi/ddf/EscherProperty.html" title="class in org.apache.poi.ddf">EscherProperty</a></h3> <code><a href="../../../../org/apache/poi/ddf/EscherProperty.html#getId()">getId</a>, <a href="../../../../org/apache/poi/ddf/EscherProperty.html#getName()">getName</a>, <a href="../../../../org/apache/poi/ddf/EscherProperty.html#getPropertyNumber()">getPropertyNumber</a>, <a href="../../../../org/apache/poi/ddf/EscherProperty.html#isBlipId()">isBlipId</a>, <a href="../../../../org/apache/poi/ddf/EscherProperty.html#isComplex()">isComplex</a></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, finalize, getClass, 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="EscherArrayProperty(short, byte[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>EscherArrayProperty</h4> <pre>public&nbsp;EscherArrayProperty(short&nbsp;id, byte[]&nbsp;complexData)</pre> </li> </ul> <a name="EscherArrayProperty(short, boolean, byte[])"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>EscherArrayProperty</h4> <pre>public&nbsp;EscherArrayProperty(short&nbsp;propertyNumber, boolean&nbsp;isBlipId, byte[]&nbsp;complexData)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getNumberOfElementsInArray()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getNumberOfElementsInArray</h4> <pre>public&nbsp;int&nbsp;getNumberOfElementsInArray()</pre> </li> </ul> <a name="setNumberOfElementsInArray(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNumberOfElementsInArray</h4> <pre>public&nbsp;void&nbsp;setNumberOfElementsInArray(int&nbsp;numberOfElements)</pre> </li> </ul> <a name="getNumberOfElementsInMemory()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getNumberOfElementsInMemory</h4> <pre>public&nbsp;int&nbsp;getNumberOfElementsInMemory()</pre> </li> </ul> <a name="setNumberOfElementsInMemory(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setNumberOfElementsInMemory</h4> <pre>public&nbsp;void&nbsp;setNumberOfElementsInMemory(int&nbsp;numberOfElements)</pre> </li> </ul> <a name="getSizeOfElements()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getSizeOfElements</h4> <pre>public&nbsp;short&nbsp;getSizeOfElements()</pre> </li> </ul> <a name="setSizeOfElements(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setSizeOfElements</h4> <pre>public&nbsp;void&nbsp;setSizeOfElements(int&nbsp;sizeOfElements)</pre> </li> </ul> <a name="getElement(int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getElement</h4> <pre>public&nbsp;byte[]&nbsp;getElement(int&nbsp;index)</pre> </li> </ul> <a name="setElement(int, byte[])"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setElement</h4> <pre>public&nbsp;void&nbsp;setElement(int&nbsp;index, byte[]&nbsp;element)</pre> </li> </ul> <a name="toString()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toString</h4> <pre>public&nbsp;java.lang.String&nbsp;toString()</pre> <div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#toString()">EscherComplexProperty</a></code></strong></div> <div class="block">Retrieves the string representation for this property.</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></code></dd> </dl> </li> </ul> <a name="toXml(java.lang.String)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>toXml</h4> <pre>public&nbsp;java.lang.String&nbsp;toXml(java.lang.String&nbsp;tab)</pre> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#toXml(java.lang.String)">toXml</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></code></dd> </dl> </li> </ul> <a name="setArrayData(byte[], int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>setArrayData</h4> <pre>public&nbsp;int&nbsp;setArrayData(byte[]&nbsp;data, int&nbsp;offset)</pre> <div class="block">We have this method because the way in which arrays in escher works is screwed for seemly arbitary reasons. While most properties are fairly consistent and have a predictable array size, escher arrays have special cases.</div> <dl><dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - The data array containing the escher array information</dd><dd><code>offset</code> - The offset into the array to start reading from.</dd> <dt><span class="strong">Returns:</span></dt><dd>the number of bytes used by this complex property.</dd></dl> </li> </ul> <a name="serializeSimplePart(byte[], int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>serializeSimplePart</h4> <pre>public&nbsp;int&nbsp;serializeSimplePart(byte[]&nbsp;data, int&nbsp;pos)</pre> <div class="block">Serializes the simple part of this property. ie the first 6 bytes. Needs special code to handle the case when the size doesn't include the size of the header block</div> <dl> <dt><strong>Overrides:</strong></dt> <dd><code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html#serializeSimplePart(byte[],%20int)">serializeSimplePart</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/poi/ddf/EscherComplexProperty.html" title="class in org.apache.poi.ddf">EscherComplexProperty</a></code></dd> <dt><span class="strong">Parameters:</span></dt><dd><code>data</code> - the buffer to write to</dd><dd><code>pos</code> - the starting position</dd> <dt><span class="strong">Returns:</span></dt><dd>the length of the part</dd></dl> </li> </ul> <a name="iterator()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>iterator</h4> <pre>public&nbsp;java.util.Iterator&lt;byte[]&gt;&nbsp;iterator()</pre> <dl> <dt><strong>Specified by:</strong></dt> <dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;byte[]&gt;</code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= 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 class="navBarCell1Rev">Class</li> <li><a href="class-use/EscherArrayProperty.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/poi/ddf/DefaultEscherRecordFactory.html" title="class in org.apache.poi.ddf"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/poi/ddf/EscherBitmapBlip.html" title="class in org.apache.poi.ddf"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/poi/ddf/EscherArrayProperty.html" target="_top">Frames</a></li> <li><a href="EscherArrayProperty.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> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li><a href="#fields_inherited_from_class_org.apache.poi.ddf.EscherComplexProperty">Field</a>&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 ======= --> <p class="legalCopy"><small> <i>Copyright 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
AndroidSpineServer/doc/spine/payload/codec/emu/class-use/CodecInformation.html
t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Fri Dec 23 08:30:01 PST 2011 --> <TITLE> Uses of Class spine.payload.codec.emu.CodecInformation </TITLE> <META NAME="date" CONTENT="2011-12-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class spine.payload.codec.emu.CodecInformation"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../spine/payload/codec/emu/CodecInformation.html" title="class in spine.payload.codec.emu"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?spine/payload/codec/emu/\class-useCodecInformation.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CodecInformation.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>spine.payload.codec.emu.CodecInformation</B></H2> </CENTER> No usage of spine.payload.codec.emu.CodecInformation <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../spine/payload/codec/emu/CodecInformation.html" title="class in spine.payload.codec.emu"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?spine/payload/codec/emu/\class-useCodecInformation.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="CodecInformation.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/xssf/class-use/XLSBUnsupportedException.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.xssf.XLSBUnsupportedException (POI API Documentation)</title> <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 Class org.apache.poi.xssf.XLSBUnsupportedException (POI API Documentation)"; } //--> </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/poi/xssf/XLSBUnsupportedException.html" title="class in org.apache.poi.xssf">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="../../../../../index-all.html">Index</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/poi/xssf/class-use/XLSBUnsupportedException.html" target="_top">Frames</a></li> <li><a href="XLSBUnsupportedException.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 Class org.apache.poi.xssf.XLSBUnsupportedException" class="title">Uses of Class<br>org.apache.poi.xssf.XLSBUnsupportedException</h2> </div> <div class="classUseContainer">No usage of org.apache.poi.xssf.XLSBUnsupportedException</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/poi/xssf/XLSBUnsupportedException.html" title="class in org.apache.poi.xssf">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="../../../../../index-all.html">Index</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/poi/xssf/class-use/XLSBUnsupportedException.html" target="_top">Frames</a></li> <li><a href="XLSBUnsupportedException.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 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
sdk/GUID-F1742405-6EB8-3F91-ACFE-17201E9A86AC.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxStruct" /> <meta name="DC.Title" content="THssPckgData" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-F1742405-6EB8-3F91-ACFE-17201E9A86AC" /> <title> THssPckgData </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-F1742405-6EB8-3F91-ACFE-17201E9A86AC"> <a name="GUID-F1742405-6EB8-3F91-ACFE-17201E9A86AC"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> THssPckgData Struct Reference </h1> <table class="signature"> <tr> <td> struct THssPckgData </td> </tr> </table> <div class="section"> <div> <p> HSS package data for notifications. </p> </div> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html"> TBuf8 </a> &lt; <a href="GUID-F3D62DCD-1DC5-3E58-9308-8D7CFF4B6D77.html"> KHssMaxNotificationLength </a> &gt; </td> <td> <a href="#GUID-5FD1C8BE-9AD3-302D-8A24-5D63D722BEA5"> data </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-5FD1C8BE-9AD3-302D-8A24-5D63D722BEA5"> <a name="GUID-5FD1C8BE-9AD3-302D-8A24-5D63D722BEA5"> <!-- --> </a> <h2 class="topictitle2"> TBuf8&lt; KHssMaxNotificationLength &gt; data </h2> <table class="signature"> <tr> <td> <a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html"> TBuf8 </a> &lt; <a href="GUID-F3D62DCD-1DC5-3E58-9308-8D7CFF4B6D77.html"> KHssMaxNotificationLength </a> &gt; </td> <td> data </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
resources/css/munchkin-toolbox.css
gsnewmark/munchkin-toolbox
.level, .strength, .uk-panel-title { font-family: "Ledger"; color: #270b00; } .strength { font-size: 48px; } .card { background-color: #e7daa7; border-color: #270b00; border-style: solid; border-width: medium; } .level-progress { height: 35px; } .editable { cursor: pointer; }
AndroidSpineServer/doc/spine/datamodel/functions/class-use/BufferedRawDataSpineSetupFunction.html
t2health/BSPAN---Bluetooth-Sensor-Processing-for-Android
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_18) on Fri Dec 23 08:30:01 PST 2011 --> <TITLE> Uses of Class spine.datamodel.functions.BufferedRawDataSpineSetupFunction </TITLE> <META NAME="date" CONTENT="2011-12-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class spine.datamodel.functions.BufferedRawDataSpineSetupFunction"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../spine/datamodel/functions/BufferedRawDataSpineSetupFunction.html" title="class in spine.datamodel.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?spine/datamodel/functions/\class-useBufferedRawDataSpineSetupFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BufferedRawDataSpineSetupFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>spine.datamodel.functions.BufferedRawDataSpineSetupFunction</B></H2> </CENTER> No usage of spine.datamodel.functions.BufferedRawDataSpineSetupFunction <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../spine/datamodel/functions/BufferedRawDataSpineSetupFunction.html" title="class in spine.datamodel.functions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?spine/datamodel/functions/\class-useBufferedRawDataSpineSetupFunction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="BufferedRawDataSpineSetupFunction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
doc/api/cc/mallet/grmm/learning/class-use/MultiSegmentationEvaluatorACRF.html
burrsettles/mallet
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_37) on Wed Jan 23 11:08:00 EST 2013 --> <TITLE> Uses of Class cc.mallet.grmm.learning.MultiSegmentationEvaluatorACRF (Mallet 2 API) </TITLE> <META NAME="date" CONTENT="2013-01-23"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class cc.mallet.grmm.learning.MultiSegmentationEvaluatorACRF (Mallet 2 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../cc/mallet/grmm/learning/MultiSegmentationEvaluatorACRF.html" title="class in cc.mallet.grmm.learning"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?cc/mallet/grmm/learning//class-useMultiSegmentationEvaluatorACRF.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MultiSegmentationEvaluatorACRF.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>cc.mallet.grmm.learning.MultiSegmentationEvaluatorACRF</B></H2> </CENTER> No usage of cc.mallet.grmm.learning.MultiSegmentationEvaluatorACRF <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../cc/mallet/grmm/learning/MultiSegmentationEvaluatorACRF.html" title="class in cc.mallet.grmm.learning"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?cc/mallet/grmm/learning//class-useMultiSegmentationEvaluatorACRF.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MultiSegmentationEvaluatorACRF.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
example-generators/org.eclipse.vorto.codegen.examples.webdevice/resources/css/webdevice.css
aedelmann/vorto
body { font-family: Arial; background-color: #dfebfa !important; background-image: -webkit-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important; background: -moz-linear-gradient(top, #f2f7fe 0%, #b7c9d9 50%, #dfebfa 100%) !important; } button { border-radius: 2px; border: 0px none; padding: 6px 12px; color: #FFF; background: linear-gradient(to bottom, #0081C7 0%, #004986 100%) repeat scroll 0% 0% transparent; font-size:12px; } th { color: #0D3155; } label { display: block; margin: 5px; color: #333; } fieldset { border: 1px solid #0066AD; margin-bottom: 8px; border-radius: 2px; background: rgba(255,255,255,0.35); } legend { color: #0066AD; } .column{ float:left; } input[type=text]{ margin: 3px; } label.display{ font-weight: bold; } /*tabpanel*/ .ui-widget { font-family: Arial; font-size: 1em; } .ui-widget-content { border: 0px solid #0066AD; background: rgba(255,255,255,0); color: #222222; } .ui-widget-header { border: 1px solid rgba(255,255,255,0); background: rgba(255,255,255,0); color: #222222; font-weight: bold; } .ui-tabs .ui-tabs-nav { margin: 0px 0px 0px -1px; padding: 0; position: absolute; z-index: 2; } .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em -1px 0; border-bottom: 0px solid red; padding: 0; white-space: nowrap; height: 36px; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #217CB5; background: #e6e6e6; font-weight: normal; color: #555555; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #0066AD; background: #D1DFE9; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{ color: #0066AD; text-decoration: none; } .ui-tabs .ui-tabs-panel { display: block; padding: 1em 1.4em; border: 1px solid #0066AD; background: #D1DFE9; border-radius: 2px; position: relative; z-index: 1; top:39px; } .ui-tabs .ui-tabs-panel fieldset { border: 1px solid #fff; margin-bottom: 8px; border-radius: 2px; background: rgba(255,255,255,0.35); } /*table*/ .event { width:99%; border-collapse:collapse; margin: 10px 8px 15px 5px; } .event th{ padding:8px; border:#fff 1px solid; color: #0066AD; font-weight: normal; } .event td { padding:8px; border:#fff 1px solid; color: #333; } .event tr:nth-child(even) { background: #A4D1FF; } .event tr:nth-child(odd) { background: #EAF4FF; } .ui-widget button { font-family: Arial; font-size: 14px; } textarea, input[type=text], input[type="password"], input[type="search"] { box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.75); color: #12263A; background-color: rgba(255,255,255,0.15); border: none; border-bottom: 1px solid rgba(45,160,255,.08); border-radius: 2px; height:28px; border-width: 1px; } input[type=text]:focus, input[type="password"]:focus, input[type="search"]:focus { border: 1px solid #0076B6; color: #12263A; } input[readonly="readonly"]:focus,textarea[readonly="readonly"]:focus { border: 1px solid #0076B6; color: #12263A; background-color: rgba(255,255,255,0.15); } input:focus, textarea:focus, keygen:focus, select:focus { outline-offset: -2px; } input[type=text]:hover, input[type="password"]:hover, input[type="search"]:hover { border: 1px solid #0076B6; color: #12263A; }
sdk/GUID-267B4FB3-D987-3056-B7D5-B1A5825F4C07.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="MContactStorageObserver" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-267B4FB3-D987-3056-B7D5-B1A5825F4C07" /> <title> MContactStorageObserver </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-267B4FB3-D987-3056-B7D5-B1A5825F4C07"> <a name="GUID-267B4FB3-D987-3056-B7D5-B1A5825F4C07"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2518392 id2518473 id2505981 id2505986 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> MContactStorageObserver Class Reference </h1> <table class="signature"> <tr> <td> class MContactStorageObserver </td> </tr> </table> <div class="section"> <div> <p> Mixin used to observe low disk events </p> </div> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> void </td> <td> <a href="#GUID-EBBBBEAD-104F-3611-8853-C3DB4ADCA236"> HandleDiskSpaceEvent </a> ( <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> ) </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-EBBBBEAD-104F-3611-8853-C3DB4ADCA236"> <a name="GUID-EBBBBEAD-104F-3611-8853-C3DB4ADCA236"> <!-- --> </a> <h2 class="topictitle2"> HandleDiskSpaceEvent(TInt) </h2> <table class="signature"> <tr> <td> void </td> <td> HandleDiskSpaceEvent </td> <td> ( </td> <td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> aDrive </td> <td> ) </td> <td> [pure virtual] </td> </tr> </table> <div class="section"> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> aDrive </td> <td> </td> </tr> </table> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_c_s_sync_application.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: CCSSyncApplication Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>CCSSyncApplication Class Reference</h1><!-- doxytag: class="CCSSyncApplication" --> <p><a href="class_c_c_s_sync_application-members.html">List of all members.</a></p> <table border="0" cellpadding="0" cellspacing="0"> <tr><td colspan="2"><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">TUid&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_sync_application.html#a457ac451350be21c3cfa8c5893a604f7">AppDllUid</a> () const </td></tr> <tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">CApaDocument *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_c_s_sync_application.html#aea99d8e729c40640985ca1294a7bd822">CreateDocumentL</a> ()</td></tr> </table> <hr/><a name="_details"></a><h2>Detailed Description</h2> <p><a class="el" href="class_c_c_s_sync_application.html">CCSSyncApplication</a> An instance of <a class="el" href="class_c_c_s_sync_application.html">CCSSyncApplication</a> is the application part of the AVKON application framework for the CSSync example application. </p> <p>Definition at line <a class="el" href="../cssyncapplication_8h_source.html#l00033">33</a> of file <a class="el" href="../cssyncapplication_8h_source.html">cssyncapplication.h</a>.</p> <hr/><h2>Member Function Documentation</h2> <a class="anchor" id="a457ac451350be21c3cfa8c5893a604f7"></a><!-- doxytag: member="CCSSyncApplication::AppDllUid" ref="a457ac451350be21c3cfa8c5893a604f7" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">TUid CCSSyncApplication::AppDllUid </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td> const</td> </tr> </table> </div> <div class="memdoc"> <p>From CAknApplication, AppDllUid. Returns the application DLL UID value. </p> <dl class="return"><dt><b>Returns:</b></dt><dd>the UID of this Application/Dll. </dd></dl> <p>Definition at line <a class="el" href="../cssyncapplication_8cpp_source.html#l00038">38</a> of file <a class="el" href="../cssyncapplication_8cpp_source.html">cssyncapplication.cpp</a>.</p> </div> </div> <a class="anchor" id="aea99d8e729c40640985ca1294a7bd822"></a><!-- doxytag: member="CCSSyncApplication::CreateDocumentL" ref="aea99d8e729c40640985ca1294a7bd822" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">CApaDocument * CCSSyncApplication::CreateDocumentL </td> <td>(</td> <td class="paramname"></td> <td>&nbsp;)&nbsp;</td> <td><code> [protected]</code></td> </tr> </table> </div> <div class="memdoc"> <p>From CAknApplication, CreateDocumentL. Creates a CApaDocument object and return a pointer to it. </p> <dl class="return"><dt><b>Returns:</b></dt><dd>A pointer to the created document. </dd></dl> <p>Definition at line <a class="el" href="../cssyncapplication_8cpp_source.html#l00028">28</a> of file <a class="el" href="../cssyncapplication_8cpp_source.html">cssyncapplication.cpp</a>.</p> </div> </div> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_p_i_p_s_2opencproducerconsumerex_2sis_2backup__registration_8xml_source.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: examples/PIPS/opencproducerconsumerex/sis/backup_registration.xml Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/PIPS/opencproducerconsumerex/sis/backup_registration.xml</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?xml version=<span class="stringliteral">&quot;1.0&quot;</span> standalone=<span class="stringliteral">&quot;yes&quot;</span>?&gt; <a name="l00002"></a>00002 &lt;backup_registration&gt; <a name="l00003"></a>00003 &lt;system_backup/&gt; <a name="l00004"></a>00004 &lt;restore requires_reboot = <span class="stringliteral">&quot;no&quot;</span>/&gt; <a name="l00005"></a>00005 &lt;/backup_registration&gt; </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/xwpf/usermodel/class-use/XWPFSDTContentCell.html
tommylsh/test20170719
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.xwpf.usermodel.XWPFSDTContentCell (POI API Documentation)</title> <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 Class org.apache.poi.xwpf.usermodel.XWPFSDTContentCell (POI API Documentation)"; } //--> </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/poi/xwpf/usermodel/XWPFSDTContentCell.html" title="class in org.apache.poi.xwpf.usermodel">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="../../../../../../index-all.html">Index</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/poi/xwpf/usermodel/class-use/XWPFSDTContentCell.html" target="_top">Frames</a></li> <li><a href="XWPFSDTContentCell.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 Class org.apache.poi.xwpf.usermodel.XWPFSDTContentCell" class="title">Uses of Class<br>org.apache.poi.xwpf.usermodel.XWPFSDTContentCell</h2> </div> <div class="classUseContainer">No usage of org.apache.poi.xwpf.usermodel.XWPFSDTContentCell</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/poi/xwpf/usermodel/XWPFSDTContentCell.html" title="class in org.apache.poi.xwpf.usermodel">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="../../../../../../index-all.html">Index</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/poi/xwpf/usermodel/class-use/XWPFSDTContentCell.html" target="_top">Frames</a></li> <li><a href="XWPFSDTContentCell.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 2016 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
pdk/guid-6013a680-57f9-415b-8851-c4fa63356636/annotated.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: Class List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <div class="contents"> <h1>Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table> <tr><td class="indexkey"><a class="el" href="class_c_active_bubble_sorter.html">CActiveBubbleSorter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_active_timer.html">CActiveTimer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_adder.html">CAdder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_animation_application.html">CAnimationApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_animation_app_ui.html">CAnimationAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_animation_app_view.html">CAnimationAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_animation_document.html">CAnimationDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_answer_incoming_call.html">CAnswerIncomingCall</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_bubble_sort_application.html">CAOLabBubbleSortApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_bubble_sort_app_ui.html">CAOLabBubbleSortAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_bubble_sort_container.html">CAOLabBubbleSortContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_bubble_sort_document.html">CAOLabBubbleSortDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_text_flash_application.html">CAOLabTextFlashApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_text_flash_app_ui.html">CAOLabTextFlashAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_text_flash_container.html">CAOLabTextFlashContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_a_o_lab_text_flash_document.html">CAOLabTextFlashDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_apa_recognizer_ex.html">CApaRecognizerEx</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_appholder_application.html">CAppholderApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_appholder_app_ui.html">CAppholderAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_appholder_document.html">CAppholderDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_array_property_watch.html">CArrayPropertyWatch</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_async_waiter.html">CAsyncWaiter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_audio_stream_app.html">CAudioStreamApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_audio_stream_app_ui.html">CAudioStreamAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_audio_stream_document.html">CAudioStreamDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_audio_stream_engine.html">CAudioStreamEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_audio_stream_view.html">CAudioStreamView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_base_menu_async.html">CBaseMenuAsync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_base_menu_sync.html">CBaseMenuSync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_basic_anim_mover.html">CBasicAnimMover</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_battery_info.html">CBatteryInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_b_i_o_example_parser.html">CBIOExampleParser</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bio_message.html">CBioMessage</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bio_parser.html">CBioParser</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bit_depth1_encoder.html">CBitDepth1Encoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bit_depth2_encoder.html">CBitDepth2Encoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bit_depth4_encoder.html">CBitDepth4Encoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bit_depth8_color_type2_encoder.html">CBitDepth8ColorType2Encoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bit_depth8_encoder.html">CBitDepth8Encoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bitmap_control.html">CBitmapControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_p_m_p_example_app.html">CBluetoothPMPExampleApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_p_m_p_example_app_ui.html">CBluetoothPMPExampleAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_p_m_p_example_document.html">CBluetoothPMPExampleDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_p_m_p_example_engine.html">CBluetoothPMPExampleEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_p_m_p_example_r_t_e_container.html">CBluetoothPMPExampleRTEContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_bluetooth_refresh_timer.html">CBluetoothRefreshTimer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_book_db.html">CBookDb</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_b_t_discoverer.html">CBTDiscoverer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calculation_interface_definition.html">CCalculationInterfaceDefinition</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_app.html">CCalendarAPIexampleApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_app_ui.html">CCalendarAPIexampleAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_document.html">CCalendarAPIexampleDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_engine.html">CCalendarAPIexampleEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_entries_container.html">CCalendarAPIexampleEntriesContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_entries_view.html">CCalendarAPIexampleEntriesView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_entry_container.html">CCalendarAPIexampleEntryContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_entry_item_list.html">CCalendarAPIexampleEntryItemList</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_entry_view.html">CCalendarAPIexampleEntryView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_search_container.html">CCalendarAPIexampleSearchContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_calendar_a_p_iexample_search_view.html">CCalendarAPIexampleSearchView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_cal_helper_entry.html">CCalHelperEntry</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_call_barring_status.html">CCallBarringStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_call_forwarding_status.html">CCallForwardingStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_call_info.html">CCallInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_call_status.html">CCallStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_call_waiting_status.html">CCallWaitingStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_camera_wrapper_example_application.html">CCameraWrapperExampleApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_camera_wrapper_example_app_ui.html">CCameraWrapperExampleAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_camera_wrapper_example_app_view.html">CCameraWrapperExampleAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_camera_wrapper_example_document.html">CCameraWrapperExampleDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_cent_rep_example.html">CCentRepExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_change_notifier.html">CChangeNotifier</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_circular_buffer_example.html">CCircularBufferExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_class_a.html">CClassA</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_class_a_b_c.html">CClassABC</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_class_p.html">CClassP</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_class_r.html">CClassR</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client.html">CClient</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client_application.html">CClientApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client_app_ui.html">CClientAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client_app_view.html">CClientAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client_document.html">CClientDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_client_engine.html">CClientEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_collector.html">CCollector</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_connector.html">CConnector</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_console_control.html">CConsoleControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_consumer.html">CConsumer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_contacts_model_app.html">CContactsModelApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_contacts_model_app_ui.html">CContactsModelAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_contacts_model_container.html">CContactsModelContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_contacts_model_document.html">CContactsModelDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_control_framework_application.html">CControlFrameworkApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_control_framework_app_ui.html">CControlFrameworkAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_control_framework_document.html">CControlFrameworkDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_control_framework_view.html">CControlFrameworkView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_count_serv_server.html">CCountServServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_count_serv_session.html">CCountServSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_async_application.html">CCSAsyncApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_async_app_ui.html">CCSAsyncAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_async_app_view.html">CCSAsyncAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_async_document.html">CCSAsyncDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_async_request_handler.html">CCSAsyncRequestHandler</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_sync_application.html">CCSSyncApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_sync_app_ui.html">CCSSyncAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_sync_app_view.html">CCSSyncAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_c_s_sync_document.html">CCSSyncDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_current_network_info.html">CCurrentNetworkInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_current_network_name.html">CCurrentNetworkName</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_database.html">CDatabase</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_application.html">CDBMSApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_app_ui.html">CDBMSAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_app_view.html">CDBMSAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_document.html">CDBMSDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_editor_view.html">CDBMSEditorView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_d_b_m_s_listbox_view.html">CDBMSListboxView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_delay_server_shut_down.html">CDelayServerShutDown</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_examples.html">CDescriptorExamples</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_ex_app.html">CDescriptorExApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_ex_app_ui.html">CDescriptorExAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_ex_container.html">CDescriptorExContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_ex_document.html">CDescriptorExDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_descriptor_lab.html">CDescriptorLab</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_destructable_font.html">CDestructableFont</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_device_discoverer.html">CDeviceDiscoverer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_device_list_container.html">CDeviceListContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_dial_call.html">CDialCall</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_draw_control.html">CDrawControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_dummy_answer.html">CDummyAnswer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_dummy_observer.html">CDummyObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_dynamic_caps.html">CDynamicCaps</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_application.html">CEchoApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_app_ui.html">CEchoAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_document.html">CEchoDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_engine.html">CEchoEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_read.html">CEchoRead</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_echo_write.html">CEchoWrite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_e_com_calculator_application.html">CEComCalculatorApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_e_com_calculator_app_ui.html">CEComCalculatorAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_e_com_calculator_app_view.html">CEComCalculatorAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_e_com_calculator_document.html">CEComCalculatorDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_edit_remote_operation.html">CEditRemoteOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_encoder_selection_dialog.html">CEncoderSelectionDialog</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_event_handler.html">CEventHandler</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_alarm_server.html">CExampleAlarmServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_app.html">CExampleApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_application.html">CExampleApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_app_ui.html">CExampleAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_app_view.html">CExampleAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_delimiter_modifier.html">CExampleDelimiterModifier</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_document.html">CExampleDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_inet_prot_util.html">CExampleInetProtUtil</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_interface.html">CExampleInterface</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_resolver.html">CExampleResolver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_shell_application.html">CExampleShellApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_shell_app_ui.html">CExampleShellAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_shell_container.html">CExampleShellContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_shell_document.html">CExampleShellDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_example_versit.html">CExampleVersit</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_ezlib_example.html">CEzlibExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_fbs_control.html">CFbsControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_feat_mngr_example.html">CFeatMngrExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_feature_checker.html">CFeatureChecker</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_file_forwarder.html">CFileForwarder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_flight_mode_info.html">CFlightModeInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_font_control.html">CFontControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_french_messenger.html">CFrenchMessenger</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_general.html">CGeneral</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_german_messenger.html">CGermanMessenger</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_get_indicator.html">CGetIndicator</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_get_lock_info.html">CGetLockInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_global_control.html">CGlobalControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_graphic_example_control.html">CGraphicExampleControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_handler_application.html">CHandlerApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_handler_app_ui.html">CHandlerAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_handler_app_view.html">CHandlerAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_handler_document.html">CHandlerDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hangup.html">CHangup</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hash_table_example.html">CHashTableExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_control.html">CHelloControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_world_basic_application.html">CHelloWorldBasicApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_world_basic_app_ui.html">CHelloWorldBasicAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_world_basic_app_view.html">CHelloWorldBasicAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_world_basic_document.html">CHelloWorldBasicDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hello_world_query_dialog.html">CHelloWorldQueryDialog</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_hold.html">CHold</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_identity_service_status.html">CIdentityServiceStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_image_converter_app.html">CImageConverterApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_image_converter_app_ui.html">CImageConverterAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_image_converter_container.html">CImageConverterContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_image_converter_document.html">CImageConverterDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_image_converter_engine.html">CImageConverterEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_implementation_class_multiply.html">CImplementationClassMultiply</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_implementation_class_one.html">CImplementationClassOne</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_implementation_class_plus.html">CImplementationClassPlus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_implementation_class_two.html">CImplementationClassTwo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_internet_email_app.html">CInternetEmailApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_internet_email_app_ui.html">CInternetEmailAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_internet_email_container.html">CInternetEmailContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_internet_email_document.html">CInternetEmailDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_internet_email_engine.html">CInternetEmailEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_int_property_watch.html">CIntPropertyWatch</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_inverter.html">CInverter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_i_s_v_a_p_i_async.html">CISVAPIAsync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_i_s_v_a_p_i_base.html">CISVAPIBase</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_i_s_v_a_p_i_sync.html">CISVAPISync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_key_reader.html">CKeyReader</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_line_status.html">CLineStatus</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_listbox_refresh_timer.html">CListboxRefreshTimer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_listbox_view.html">CListboxView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_listener.html">CListener</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_locale_settings.html">CLocaleSettings</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_localization_application.html">CLocalizationApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_localization_app_ui.html">CLocalizationAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_localization_app_view.html">CLocalizationAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_localization_document.html">CLocalizationDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_log_view.html">CLogView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_long_number.html">CLongNumber</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_main_class.html">CMainClass</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_main_menu.html">CMainMenu</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_main_test_step.html">CMainTestStep</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_markable_list_container.html">CMarkableListContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_mess_async_waiter.html">CMessAsyncWaiter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_messenger.html">CMessenger</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_minimal_session.html">CMinimalSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_m_f_ex_descriptor.html">CMMFExDescriptor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_m_f_ex_pcm8_pcm16_codec.html">CMMFExPcm8Pcm16Codec</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_m_f_raw_format_read.html">CMMFRawFormatRead</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_m_f_raw_format_write.html">CMMFRawFormatWrite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_m_f_record_test.html">CMMFRecordTest</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_msg_q_active.html">CMsgQActive</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_msv_comp_operation.html">CMsvCompOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_msv_op_wait.html">CMsvOpWait</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_m_txt_settings.html">CMTMTxtSettings</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_p_example_data_provider.html">CMTPExampleDataProvider</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_p_example_dp_request_processor.html">CMTPExampleDpRequestProcessor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_p_example_dp_vendor_defined_op1.html">CMTPExampleDpVendorDefinedOp1</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_p_example_dp_vendor_defined_op2.html">CMTPExampleDpVendorDefinedOp2</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_m_t_p_request_unknown.html">CMTPRequestUnknown</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_multiple_resource_file_reader.html">CMultipleResourceFileReader</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_my_server.html">CMyServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_my_session.html">CMySession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_my_string_reverse.html">CMyStringReverse</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_network_reg_info.html">CNetworkRegInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_number_store.html">CNumberStore</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_operator_name.html">COperatorName</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_pdr_example.html">CPdrExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_pdr_print.html">CPdrPrint</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_phone_id.html">CPhoneId</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_picture_control.html">CPictureControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_plug_in.html">CPlugIn&lt; T &gt;</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_decoder.html">CPngDecoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_encoder.html">CPngEncoder</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_read_codec.html">CPngReadCodec</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_read_sub_codec.html">CPngReadSubCodec</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_write_codec.html">CPngWriteCodec</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_png_write_sub_codec.html">CPngWriteSubCodec</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_process_server.html">CProcessServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_process_server_session.html">CProcessServerSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_producer.html">CProducer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_queue.html">CQueue</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_r_buf_example.html">CRBufExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_r_connection.html">CRConnection</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_res_data.html">CResData</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_res_data_array.html">CResDataArray</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_response.html">CResponse</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_resume.html">CResume</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_rich_control.html">CRichControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_rich_text_editor_r_t_e.html">CRichTextEditorRTE</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_rtp_file_sender.html">CRtpFileSender</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_rtp_file_streamer.html">CRtpFileStreamer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_client_server_lab_app.html">CS60ClientServerLabApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_client_serv_lab_app_ui.html">CS60ClientServLabAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_client_serv_lab_container.html">CS60ClientServLabContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_client_serv_lab_document.html">CS60ClientServLabDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_memory_lab_application.html">CS60MemoryLabApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_memory_lab_app_ui.html">CS60MemoryLabAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_memory_lab_container.html">CS60MemoryLabContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_memory_lab_document.html">CS60MemoryLabDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_resource_lab_app.html">CS60ResourceLabApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_resource_lab_app_ui.html">CS60ResourceLabAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_resource_lab_container.html">CS60ResourceLabContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s60_resource_lab_document.html">CS60ResourceLabDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_searchsort_example.html">CSearchsortExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_secure_server.html">CSecureServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_secure_server_session.html">CSecureServerSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_secure_server_sub_session.html">CSecureServerSubSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_semaphore_example.html">CSemaphoreExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_send_as2_example.html">CSendAs2Example</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_send_d_t_m_f.html">CSendDTMF</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_serv_app_server.html">CServAppServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_serv_app_session.html">CServAppSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_service_advertiser.html">CServiceAdvertiser</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_service_discoverer.html">CServiceDiscoverer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_setter.html">CSetter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_shared_intermediator.html">CSharedIntermediator</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_show_info_dialog.html">CShowInfoDialog</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_shutdown.html">CShutdown</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_signal_info.html">CSignalInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_smiley_picture.html">CSmileyPicture</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_smp_example.html">CSmpExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_sms_engine.html">CSmsEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_app.html">CSMSExampleApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_app_ui.html">CSMSExampleAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_document.html">CSMSExampleDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_mtms_engine.html">CSMSExampleMtmsEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_parser.html">CSMSExampleParser</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_s_m_s_example_r_t_e_container.html">CSMSExampleRTEContainer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_sprite_anim_mover.html">CSpriteAnimMover</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_sql_example.html">CSqlExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_style_control.html">CStyleControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_subscriber_id.html">CSubscriberId</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_subtractor.html">CSubtractor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_swap.html">CSwap</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_sys_state_manager_example.html">CSysStateManagerExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_app.html">CTaskManagerApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_app_ui.html">CTaskManagerAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_app_view.html">CTaskManagerAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_conn_form.html">CTaskManagerConnForm</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_document.html">CTaskManagerDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_engine.html">CTaskManagerEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_engine_reader.html">CTaskManagerEngineReader</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_manager_engine_writer.html">CTaskManagerEngineWriter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_task_schedule.html">CTaskSchedule</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_char_example.html">CTCharExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_te___process_client_server_test_suite.html">CTe_ProcessClientServerTestSuite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_te___process_client_server_test_suite_step_base.html">CTe_ProcessClientServerTestSuiteStepBase</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_te___thread_client_server_test_suite.html">CTe_ThreadClientServerTestSuite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_te___thread_client_server_test_suite_step_base.html">CTe_ThreadClientServerTestSuiteStepBase</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_test_app_application.html">CTestAppApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_test_app_app_ui.html">CTestAppAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_test_app_app_view.html">CTestAppAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_test_app_document.html">CTestAppDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_text_mtm_client.html">CTextMtmClient</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_text_mtm_ui.html">CTextMtmUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_text_server_mtm.html">CTextServerMtm</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_animation.html">CThreadAnimation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_a_o_application.html">CThreadAOApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_a_o_app_ui.html">CThreadAOAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_a_o_document.html">CThreadAODocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_a_o_engine.html">CThreadAOEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_application.html">CThreadApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_app_ui.html">CThreadAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_app_view.html">CThreadAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_document.html">CThreadDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_engine.html">CThreadEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_listener.html">CThreadListener</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_server.html">CThreadServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_thread_server_session.html">CThreadServerSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_time_out_timer.html">CTimeOutTimer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_timer_entry.html">CTimerEntry</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_time_server.html">CTimeServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_time_server_session.html">CTimeServerSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_transparent_application.html">CTransparentApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_transparent_app_ui.html">CTransparentAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_transparent_document.html">CTransparentDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_transparent_util.html">CTransparentUtil</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_active_oper.html">CTxtActiveOper</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_copy_from_local_op.html">CTxtCopyFromLocalOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_copy_move_base.html">CTxtCopyMoveBase</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_copy_to_local_op.html">CTxtCopyToLocalOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_copy_within_service_op.html">CTxtCopyWithinServiceOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_delete_op.html">CTxtDeleteOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_move_from_local_op.html">CTxtMoveFromLocalOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_move_to_local_op.html">CTxtMoveToLocalOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_move_within_service_op.html">CTxtMoveWithinServiceOp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_mtm_create_operation.html">CTxtMtmCreateOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_mtm_editor_operation.html">CTxtMtmEditorOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_mtm_edit_remote_operation.html">CTxtMtmEditRemoteOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_mtm_forward_operation.html">CTxtMtmForwardOperation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_refresh_m_box.html">CTxtRefreshMBox</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_application.html">CTxtViewerApplication</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_app_server.html">CTxtViewerAppServer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_app_ui.html">CTxtViewerAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_app_view.html">CTxtViewerAppView</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_document.html">CTxtViewerDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_txt_viewer_service_session.html">CTxtViewerServiceSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_z_localizer_app.html">CTZLocalizerApp</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_z_localizer_app_ui.html">CTZLocalizerAppUi</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_z_localizer_dialog.html">CTZLocalizerDialog</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_z_localizer_document.html">CTZLocalizerDocument</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_t_z_localizer_engine.html">CTZLocalizerEngine</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_user_interface.html">CUserInterface</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_view_control.html">CViewControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_waiter.html">CWaiter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_xml_example.html">CXmlExample</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_c_zoom_control.html">CZoomControl</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_d_driver1.html">DDriver1</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_d_driver1_channel.html">DDriver1Channel</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_d_driver1_factory.html">DDriver1Factory</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdraw__dash__pattern.html">draw_dash_pattern</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="uniondraw__image_type__tag.html">draw_imageType_tag</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdraw__jpegstr__tag.html">draw_jpegstr_tag</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdraw__jpegstrhdr__tag.html">draw_jpegstrhdr_tag</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__area__text.html">drawfile_area_text</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__declare__fonts__state.html">drawfile_declare_fonts_state</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__diagram.html">drawfile_diagram</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__font__def.html">drawfile_font_def</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__font__table.html">drawfile_font_table</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__group.html">drawfile_group</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__info.html">drawfile_info</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__jpeg.html">drawfile_jpeg</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__object.html">drawfile_object</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__options.html">drawfile_options</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__path.html">drawfile_path</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__path__style.html">drawfile_path_style</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__path__with__pattern.html">drawfile_path_with_pattern</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__sprite.html">drawfile_sprite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__tagged.html">drawfile_tagged</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__text.html">drawfile_text</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__text__area.html">drawfile_text_area</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__text__column.html">drawfile_text_column</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__text__column__list.html">drawfile_text_column_list</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__text__style.html">drawfile_text_style</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__trfm__sprite.html">drawfile_trfm_sprite</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structdrawfile__trfm__text.html">drawfile_trfm_text</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="interfacefor.html">for</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="interfacefor.html">for</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_active_console_notify.html">MActiveConsoleNotify</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_active_timer_notify.html">MActiveTimerNotify</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_async_time_observer.html">MAsyncTimeObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_bubble_sort_notify.html">MBubbleSortNotify</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_calendar_engine_commands_interface.html">MCalendarEngineCommandsInterface</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_calender_engine_observer_u_i.html">MCalenderEngineObserverUI</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_camera_engine_observer.html">MCameraEngineObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_client_observer.html">MClientObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_connector_observer.html">MConnectorObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_converter_controller.html">MConverterController</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_device_disco_observer.html">MDeviceDiscoObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_engine_notifier.html">MEngineNotifier</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_exec_async.html">MExecAsync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_exec_controller.html">MExecController</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_exec_sync.html">MExecSync</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_file_streamer_observer.html">MFileStreamerObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_graphics_example_observer.html">MGraphicsExampleObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_internet_email_engine_observer.html">MInternetEmailEngineObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_listener_observer.html">MListenerObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_m_t_p_example_dp_request_processor.html">MMTPExampleDpRequestProcessor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_result_viewer.html">MResultViewer</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_service_disco_observer.html">MServiceDiscoObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_msg_editor_service_resolver.html">MsgEditorServiceResolver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_msg_q_info.html">MsgQInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_msg_q_info_list.html">MsgQInfoList</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_sms_engine_observer.html">MSmsEngineObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_s_m_s_example_mtms_engine_observer.html">MSMSExampleMtmsEngineObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_msv_ui_editor_utilities.html">MsvUiEditorUtilities</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_timeout_notifier.html">MTimeoutNotifier</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_time_out_notify.html">MTimeOutNotify</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_t_p_example_dp_processor.html">MTPExampleDpProcessor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_transaction_observer.html">MTransactionObserver</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_m_u_i_notify.html">MUINotify</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="structos__trfm.html">os_trfm</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_produced_item.html">ProducedItem</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_ptr_read_util.html">PtrReadUtil</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_ptr_write_util.html">PtrWriteUtil</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_driver1.html">RDriver1</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_my_session.html">RMySession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_process_client.html">RProcessClient</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_secure_session.html">RSecureSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_secure_sub_session.html">RSecureSubSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_serv_app_service.html">RServAppService</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_thread_client.html">RThreadClient</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_time_server_session.html">RTimeServerSession</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_txt_viewer_service.html">RTxtViewerService</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_stack.html">Stack</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_bluetooth_info.html">TBluetoothInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_d_driver1_1_1_t_caps.html">DDriver1::TCaps</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_driver1_1_1_t_caps.html">RDriver1::TCaps</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_r_driver1_1_1_t_config.html">RDriver1::TConfig</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_t_device_data.html">TDeviceData</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_digit.html">TDigit</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_editor_parameters.html">TEditorParameters</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_example_index.html">TExampleIndex</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_c_example_interface_1_1_t_example_interface_init_params.html">CExampleInterface::TExampleInterfaceInitParams</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_example_shell_model.html">TExampleShellModel</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_file_copy_progress_monitor.html">TFileCopyProgressMonitor</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_thread_param.html">ThreadParam</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_iap.html">TIap</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_interface_client.html">TInterfaceClient</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_letter.html">TLetter</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_m_m_f_ex_descriptor_params.html">TMMFExDescriptorParams</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_m_t_m_txt_settings.html">TMTMTxtSettings</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_t_m_t_p_request_processor_entry.html">TMTPRequestProcessorEntry</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_my_class.html">TMyClass</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_png_image_information.html">TPngImageInformation</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_t_query_table.html">TQueryTable</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_request.html">TRequest</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="struct_t_result_summary.html">TResultSummary</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_task_manager_conn_info.html">TTaskManagerConnInfo</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_text_mtm_editor_params.html">TTextMtmEditorParams</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_timer_entry.html">TTimerEntry</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_truncate_overflow.html">TTruncateOverflow</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_txt_mtm_create_op_progress.html">TTxtMtmCreateOpProgress</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_txt_mtm_editor_op_progress.html">TTxtMtmEditorOpProgress</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_txt_mtm_forward_op_progress.html">TTxtMtmForwardOpProgress</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_t_txt_progress.html">TTxtProgress</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_txt_utils.html">TxtUtils</a></td><td class="indexvalue"></td></tr> <tr><td class="indexkey"><a class="el" href="class_viewer_starter.html">ViewerStarter</a></td><td class="indexvalue"></td></tr> </table> </div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/guid-6013a680-57f9-415b-8851-c4fa63356636/_image_converter_app_8cpp_source.html
warlordh/fork_Symbian
<!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"/> <title>TB9.2 Example Applications: examples/ForumNokia/ImageConverter/src/ImageConverterApp.cpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> <link type="text/css" rel="stylesheet" href="../css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="../css/sdl.css" media="screen"/> <!--[if IE]> <link href="../css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> </head> <body class="kernelguide"> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Product Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <!-- Generated by Doxygen 1.6.2 --> <h1>examples/ForumNokia/ImageConverter/src/ImageConverterApp.cpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span> <a name="l00002"></a>00002 <span class="comment"> * Copyright © 2008 Nokia Corporation.</span> <a name="l00003"></a>00003 <span class="comment"> */</span> <a name="l00004"></a>00004 <a name="l00005"></a>00005 <a name="l00006"></a>00006 <span class="comment">// INCLUDE FILES</span> <a name="l00007"></a>00007 <span class="preprocessor">#include &lt;eikstart.h&gt;</span> <a name="l00008"></a>00008 <span class="preprocessor">#include &quot;ImageConverterApp.h&quot;</span> <a name="l00009"></a>00009 <span class="preprocessor">#include &quot;ImageConverterDocument.h&quot;</span> <a name="l00010"></a>00010 <a name="l00011"></a>00011 <span class="comment">// ================= MEMBER FUNCTIONS =======================</span> <a name="l00012"></a>00012 <a name="l00013"></a>00013 <span class="comment">// ---------------------------------------------------------</span> <a name="l00014"></a>00014 <span class="comment">// CImageConverterApp::AppDllUid()</span> <a name="l00015"></a>00015 <span class="comment">// Returns application UID</span> <a name="l00016"></a>00016 <span class="comment">// ---------------------------------------------------------</span> <a name="l00017"></a>00017 <span class="comment">//</span> <a name="l00018"></a>00018 TUid CImageConverterApp::AppDllUid()<span class="keyword"> const</span> <a name="l00019"></a>00019 <span class="keyword"> </span>{ <a name="l00020"></a>00020 <span class="keywordflow">return</span> KUidImageConverter; <a name="l00021"></a>00021 } <a name="l00022"></a>00022 <a name="l00023"></a>00023 <a name="l00024"></a>00024 <span class="comment">// ---------------------------------------------------------</span> <a name="l00025"></a>00025 <span class="comment">// CImageConverterApp::CreateDocumentL()</span> <a name="l00026"></a>00026 <span class="comment">// Creates CImageConverterDocument object</span> <a name="l00027"></a>00027 <span class="comment">// ---------------------------------------------------------</span> <a name="l00028"></a>00028 <span class="comment">//</span> <a name="l00029"></a>00029 CApaDocument* CImageConverterApp::CreateDocumentL() <a name="l00030"></a>00030 { <a name="l00031"></a>00031 <span class="keywordflow">return</span> <a class="code" href="class_c_image_converter_document.html#af1c3a344e6bf8ff65d829275e2a5cad6">CImageConverterDocument::NewL</a>( *<span class="keyword">this</span> ); <a name="l00032"></a>00032 } <a name="l00033"></a>00033 <a name="l00034"></a>00034 <span class="comment">// ================= OTHER EXPORTED FUNCTIONS ==============</span> <a name="l00035"></a>00035 <span class="comment">//</span> <a name="l00036"></a>00036 <span class="comment">// ---------------------------------------------------------</span> <a name="l00037"></a>00037 <span class="comment">// NewApplication() </span> <a name="l00038"></a>00038 <span class="comment">// Constructs CImageConverterApp</span> <a name="l00039"></a>00039 <span class="comment">// Returns: created application object</span> <a name="l00040"></a>00040 <span class="comment">// ---------------------------------------------------------</span> <a name="l00041"></a>00041 <span class="comment">//</span> <a name="l00042"></a>00042 EXPORT_C CApaApplication* NewApplication() <a name="l00043"></a>00043 { <a name="l00044"></a>00044 <span class="keywordflow">return</span> <span class="keyword">new</span> <a class="code" href="class_c_image_converter_app.html">CImageConverterApp</a>; <a name="l00045"></a>00045 } <a name="l00046"></a>00046 <a name="l00047"></a>00047 <a name="l00048"></a>00048 <span class="comment">// -----------------------------------------------------------------------------</span> <a name="l00049"></a>00049 <span class="comment">// Entry point function for Symbian Apps, separate function for</span> <a name="l00050"></a>00050 <span class="comment">// S60 3rd Ed and 1st/2nd Ed</span> <a name="l00051"></a>00051 <span class="comment">// -----------------------------------------------------------------------------</span> <a name="l00052"></a>00052 GLDEF_C TInt E32Main() <a name="l00053"></a>00053 { <a name="l00054"></a>00054 <span class="keywordflow">return</span> EikStart::RunApplication( NewApplication ); <a name="l00055"></a>00055 } <a name="l00056"></a>00056 <span class="comment">// End of File </span> <a name="l00057"></a>00057 </pre></div> <hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp; <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
pdk/GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxStruct"/> <meta name="DC.Title" content="TCollationMethod"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC"/> <title>TCollationMethod</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC"><a name="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2557087 id2441463 id2441468 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">TCollationMethod Struct Reference</h1> <table class="signature"><tr><td>struct TCollationMethod</td></tr></table><div class="section"><div> <p>Defines a collation method.</p> <p>Collation means sorting pieces of text. It needs to take into account characters, accents and case; spaces and punctuation are usually ignored. It differs from ordinary methods of sorting in that it is locale-dependent - different languages use different ordering methods. Additionally, multiple collation methods may exist within the same locale.</p> <p>A collation method provides the collation keys and other data needed to customise collation; the <a href="GUID-677B3729-EDED-341B-BE83-59F4386CCCA4.html#GUID-677B3729-EDED-341B-BE83-59F4386CCCA4">Mem</a> and <a href="GUID-440FF2B4-353B-3097-A2BA-5887D10B8B23.html#GUID-440FF2B4-353B-3097-A2BA-5887D10B8B23">TDesC16</a> collation functions (e.g. <a href="GUID-677B3729-EDED-341B-BE83-59F4386CCCA4.html#GUID-481D7C3D-2C23-3FA2-9D43-14563F332B14">Mem::CompareC()</a>) perform the collation. Note that these functions use the standard collation method for the current locale - you only need to specify an object of class <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC">TCollationMethod</a> to customise this collation scheme. Collation methods can be retrieved using member functions of the <a href="GUID-677B3729-EDED-341B-BE83-59F4386CCCA4.html#GUID-677B3729-EDED-341B-BE83-59F4386CCCA4">Mem</a> class. Each one has a unique identifier.</p> <p>A collation method specifies a main table of collation keys, and optionally an overriding table that contains keys for which the values in the main table are overridden. A collation key table (<a href="GUID-1361E47E-57B3-3229-BD43-3E77DAE33093.html#GUID-1361E47E-57B3-3229-BD43-3E77DAE33093">TCollationKeyTable</a>) is the set of collation keys: primary (basic character identity), secondary (accents and diacritics) and tertiary (case). The quaternary key is the Unicode character values themselves.</p> <p>The simplest way to customise a collation method is to create a local copy of the standard collation method and change it. For example, you could use the standard method, but not ignore punctuation and spaces:</p> <div class="p"> <pre class="codeblock">TCollationMethod m = *Mem::CollationMethodByIndex(0); // get the standard method m.iFlags |= TCollationMethod::EIgnoreNone; // dont ignore punctuation and spaces</pre> </div> </div></div> <div class="section member-index"><table border="0" class="member-index"><thead><tr><th colspan="2">Public Member Enumerations</th></tr></thead><tbody><tr><td align="right" valign="top">enum</td><td><a href="#GUID-BFDEDF5B-D930-3669-BCBF-E01A7089CC89">anonymous</a> { <br/><a href="#GUID-986F15DE-AD67-311A-83B0-A147F4DFD28F">EIgnoreNone</a> = 1, <a href="#GUID-1C28B8A2-5B41-312D-BE29-07D0F427A79C">ESwapCase</a> = 2, <a href="#GUID-6FED17E0-16DB-3803-96F2-1988C4B819D7">EAccentsBackwards</a> = 4, <a href="#GUID-1661B4BB-2F26-36A5-BE92-9969A446C67B">ESwapKana</a> = 8, <a href="#GUID-FE26AE46-83A2-3BA8-9B30-78C81F1340FD">EFoldCase</a> = 16, <a href="#GUID-FF9FB4F2-2A18-3FE4-8472-D4DD4072C130">EMatchingTable</a> = 32, <a href="#GUID-1FA2E2B5-08F5-3606-8C64-2A2DB62D44B4">EIgnoreCombining</a> = 64<br/> }</td></tr></tbody></table><table border="0" class="member-index"><thead><tr><th colspan="2">Public Attributes</th></tr></thead><tbody><tr><td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-93D23E9C-1CED-3706-8AE4-45E26894BA82">iFlags</a></td></tr><tr class="bg"><td align="right" valign="top"> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td><a href="#GUID-6A053CB7-1DAE-350E-A25F-B69BA1FE95E8">iId</a></td></tr><tr><td align="right" valign="top">const <a href="GUID-1361E47E-57B3-3229-BD43-3E77DAE33093.html">TCollationKeyTable</a> *</td><td><a href="#GUID-AFE4A43C-8C54-3E32-97EA-1FC68D2CCC65">iMainTable</a></td></tr><tr class="bg"><td align="right" valign="top">const <a href="GUID-1361E47E-57B3-3229-BD43-3E77DAE33093.html">TCollationKeyTable</a> *</td><td><a href="#GUID-474F8CFE-1CB9-3F53-8427-096244AF084C">iOverrideTable</a></td></tr></tbody></table></div><h1 class="pageHeading topictitle1">Member Enumerations Documentation</h1><div class="nested1" id="GUID-BFDEDF5B-D930-3669-BCBF-E01A7089CC89"><a name="GUID-BFDEDF5B-D930-3669-BCBF-E01A7089CC89"><!-- --></a> <h2 class="topictitle2">Enum anonymous</h2> <div class="section"></div> <div class="section enumerators"><h3 class="sectiontitle">Enumerators</h3><table border="0" class="enumerators"><tr><td valign="top">EIgnoreNone = 1</td><td> <p>Don't ignore any keys (punctuation, etc. is normally ignored). </p> </td></tr><tr class="bg"><td valign="top">ESwapCase = 2</td><td> <p>Reverse the normal order for characters differing only in case </p> </td></tr><tr><td valign="top">EAccentsBackwards = 4</td><td> <p>Compare secondary keys which represent accents in reverse order (from right to left); this is needed for French when comparing words that differ only in accents. </p> </td></tr><tr class="bg"><td valign="top">ESwapKana = 8</td><td> <p>Reverse the normal order for characters differing only in whether they are katakana or hiragana. </p> </td></tr><tr><td valign="top">EFoldCase = 16</td><td> <p>Fold all characters to lower case before extracting keys; needed for comparison of filenames, for which case is ignored but other tertiary (level-2) distinctions are not. </p> </td></tr><tr class="bg"><td valign="top">EMatchingTable = 32</td><td> <p>Flag to indicate a collation method for matching purpose This flag is only needed if we wish to specify a particular collation method to be used for matching purpose. </p> </td></tr><tr><td valign="top">EIgnoreCombining = 64</td><td> <p>Ignore the check for adjacent combining characters. A combining character effectively changes the character it combines with to something else and so a match doesn't occur. Setting this flag will allow character matching regardless of any combining characters. </p> </td></tr></table></div> </div> <h1 class="pageHeading topictitle1">Member Data Documentation</h1><div class="nested1" id="GUID-93D23E9C-1CED-3706-8AE4-45E26894BA82"><a name="GUID-93D23E9C-1CED-3706-8AE4-45E26894BA82"><!-- --></a> <h2 class="topictitle2"> TUint iFlags</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>iFlags</td></tr></table><div class="section"><div> <p>Flags.</p> <p> <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-986F15DE-AD67-311A-83B0-A147F4DFD28F">TCollationMethod::EIgnoreNone</a> <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-1C28B8A2-5B41-312D-BE29-07D0F427A79C">TCollationMethod::ESwapCase</a> <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-6FED17E0-16DB-3803-96F2-1988C4B819D7">TCollationMethod::EAccentsBackwards</a> <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-1661B4BB-2F26-36A5-BE92-9969A446C67B">TCollationMethod::ESwapKana</a> <a href="GUID-78C4965C-BFCD-3E7E-8F46-2EE3D1BAF6EC.html#GUID-FE26AE46-83A2-3BA8-9B30-78C81F1340FD">TCollationMethod::EFoldCase</a> </p> </div></div> </div> <div class="nested1" id="GUID-6A053CB7-1DAE-350E-A25F-B69BA1FE95E8"><a name="GUID-6A053CB7-1DAE-350E-A25F-B69BA1FE95E8"><!-- --></a> <h2 class="topictitle2"> TUint iId</h2> <table class="signature"><tr><td> <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>iId</td></tr></table><div class="section"><div> <p>The UID of this collation method. </p> </div></div> </div> <div class="nested1" id="GUID-AFE4A43C-8C54-3E32-97EA-1FC68D2CCC65"><a name="GUID-AFE4A43C-8C54-3E32-97EA-1FC68D2CCC65"><!-- --></a> <h2 class="topictitle2">const TCollationKeyTable * iMainTable</h2> <table class="signature"><tr><td>const <a href="GUID-1361E47E-57B3-3229-BD43-3E77DAE33093.html">TCollationKeyTable</a> *</td><td>iMainTable</td></tr></table><div class="section"><div> <p>The main collation key table; if NULL, use the standard table. </p> </div></div> </div> <div class="nested1" id="GUID-474F8CFE-1CB9-3F53-8427-096244AF084C"><a name="GUID-474F8CFE-1CB9-3F53-8427-096244AF084C"><!-- --></a> <h2 class="topictitle2">const TCollationKeyTable * iOverrideTable</h2> <table class="signature"><tr><td>const <a href="GUID-1361E47E-57B3-3229-BD43-3E77DAE33093.html">TCollationKeyTable</a> *</td><td>iOverrideTable</td></tr></table><div class="section"><div> <p>If non-NULL, tailoring for collation keys. </p> </div></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
sdk/GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html
warlordh/fork_Symbian
<?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Copyright 2010" /> <meta name="DC.rights.owner" content="(C) Copyright 2010" /> <meta name="DC.Type" content="cxxClass" /> <meta name="DC.Title" content="CImsPolicy" /> <meta name="DC.Format" content="XHTML" /> <meta name="DC.Identifier" content="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF" /> <title> CImsPolicy </title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api" /> <link rel="stylesheet" type="text/css" href="cxxref.css" /> </head> <body class="cxxref" id="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF"> <a name="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF"> <!-- --> </a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()"> Collapse all </a> <a id="index" href="index.html"> Symbian^3 Application Developer Library </a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1"> &#160; </div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2518338 id2518347 id2858858 id2544002 id2544571 id2544602 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"> <a href="index.html" title="Symbian^3 Application Developer Library"> Symbian^3 Application Developer Library </a> &gt; </div> <h1 class="topictitle1"> CImsPolicy Class Reference </h1> <table class="signature"> <tr> <td> class CImsPolicy : public CExtensionBase </td> </tr> </table> <div class="section"> <div> <p> This is the IMS policy extension. The IMS policy can be extended by adding the CSubConIMSExtensionParamSet object at the client side </p> </div> </div> <div class="section derivation"> <h2 class="sectiontitle"> Inherits from </h2> <ul class="derivation derivation-root"> <li class="derivation-depth-0 "> CImsPolicy <ul class="derivation"> <li class="derivation-depth-1 "> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> <ul class="derivation"> <li class="derivation-depth-2 "> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase </a> </li> </ul> </li> </ul> </li> </ul> </div> <div class="section member-index"> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Public Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-C5FF0861-B425-386F-B550-F0C68A32BFE4"> ~CImsPolicy </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-D2E19589-AF33-3D1C-82C0-5E636A6F7295"> Copy </a> (const <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> &amp;) </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> * </td> <td> <a href="#GUID-AE7378D7-C3DD-326E-8603-EBB714D08711"> CreateL </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> <a href="#GUID-293C7870-9E10-3109-AC5E-6005ED7C4770"> Data </a> () </td> </tr> <tr> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-FD02646B-A207-3CBC-BCE0-9C6E189E74BF"> GetImsParameter </a> ( <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C <a href="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html"> CImsPolicy </a> * </td> <td> <a href="#GUID-775A24DB-3F61-37CE-B4D6-5A2C9C708F0A"> NewL </a> () </td> </tr> <tr> <td align="right" class="code"> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> <a href="#GUID-8AF8E000-51DF-31B1-90B4-70A0D2607E5A"> ParseMessage </a> (const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp;) </td> </tr> <tr class="bg"> <td align="right" class="code"> IMPORT_C void </td> <td> <a href="#GUID-1642A3E8-86E7-3F69-9216-E45C8A8519DB"> SetImsParameter </a> (const <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp;) </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Protected Member Functions </th> </tr> </thead> <tbody> <tr> <td align="right" class="code"> </td> <td> <a href="#GUID-063B4126-78B7-3444-9E0F-1243BEBE8596"> CImsPolicy </a> () </td> </tr> <tr class="bg"> <td align="right" class="code"> void </td> <td> <a href="#GUID-1830FA49-FFFC-39D7-B953-7A0E746BA810"> ConstructL </a> () </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Functions </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Delete(CBase *) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::Extension_(TUint,TAny *&amp;,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TAny *) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TLeave,TUint) </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::operator new(TUint,TUint) </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-8F6FE089-E2A8-30F4-B67E-10F286347681.html"> CBase::~CBase() </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::CExtensionBase() </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::Type()const </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::~CExtensionBase() </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Private Attributes </th> </tr> </thead> <tbody> <tr> <td align="right" valign="top"> <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> </td> <td> <a href="#GUID-4B16092C-F19B-375E-A78A-98091FFCDFCF"> iIms </a> </td> </tr> </tbody> </table> <table border="0" class="member-index"> <thead> <tr> <th colspan="2"> Inherited Attributes </th> </tr> </thead> <tbody> <tr> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::iData </a> </td> </tr> <tr class="bg"> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::iLink </a> </td> </tr> <tr> <td> </td> <td> <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase::iType </a> </td> </tr> </tbody> </table> </div> <h1 class="pageHeading topictitle1"> Constructor &amp; Destructor Documentation </h1> <div class="nested1" id="GUID-063B4126-78B7-3444-9E0F-1243BEBE8596"> <a name="GUID-063B4126-78B7-3444-9E0F-1243BEBE8596"> <!-- --> </a> <h2 class="topictitle2"> CImsPolicy() </h2> <table class="signature"> <tr> <td> CImsPolicy </td> <td> ( </td> <td> ) </td> <td> [protected] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-C5FF0861-B425-386F-B550-F0C68A32BFE4"> <a name="GUID-C5FF0861-B425-386F-B550-F0C68A32BFE4"> <!-- --> </a> <h2 class="topictitle2"> ~CImsPolicy() </h2> <table class="signature"> <tr> <td> IMPORT_C </td> <td> ~CImsPolicy </td> <td> ( </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <p> Destructor. </p> </div> </div> </div> <h1 class="pageHeading topictitle1"> Member Functions Documentation </h1> <div class="nested1" id="GUID-1830FA49-FFFC-39D7-B953-7A0E746BA810"> <a name="GUID-1830FA49-FFFC-39D7-B953-7A0E746BA810"> <!-- --> </a> <h2 class="topictitle2"> ConstructL() </h2> <table class="signature"> <tr> <td> void </td> <td> ConstructL </td> <td> ( </td> <td> ) </td> <td> [protected] </td> </tr> </table> <div class="section"> </div> </div> <div class="nested1" id="GUID-D2E19589-AF33-3D1C-82C0-5E636A6F7295"> <a name="GUID-D2E19589-AF33-3D1C-82C0-5E636A6F7295"> <!-- --> </a> <h2 class="topictitle2"> Copy(const CExtensionBase &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> Copy </td> <td> ( </td> <td> const <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> &amp; </td> <td> aExtension </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Copies the parameters from aExtension object to this object. aExtension must be a <a href="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html#GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF"> CImsPolicy </a> object. If some other extension is given as a parameter, KErrArgument is returned. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> &amp; aExtension </td> <td> A CImsPolicy object that is copied into this object. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-AE7378D7-C3DD-326E-8603-EBB714D08711"> <a name="GUID-AE7378D7-C3DD-326E-8603-EBB714D08711"> <!-- --> </a> <h2 class="topictitle2"> CreateL() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-1737BA2F-AA92-3207-9FE9-B14DA99A4F51.html"> CExtensionBase </a> * </td> <td> CreateL </td> <td> ( </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Creates a <a href="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html#GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF"> CImsPolicy </a> object. This is used by ipscpr. </p> <div class="p"> <dl class="exception"> <dt class="dlterm"> Exceptions </dt> <dd> <table cellpadding="4" cellspacing="0" summary="" border="0" class="simpletableborder"> <tr> <td valign="top"> Leaves </td> <td valign="top"> <p> if no memory is available. </p> </td> </tr> </table> </dd> </dl> </div> </div> </div> </div> <div class="nested1" id="GUID-293C7870-9E10-3109-AC5E-6005ED7C4770"> <a name="GUID-293C7870-9E10-3109-AC5E-6005ED7C4770"> <!-- --> </a> <h2 class="topictitle2"> Data() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> Data </td> <td> ( </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Returns IMS policy extension in a descriptor. This is used by ipscpr. </p> <p> </p> </div> </div> </div> <div class="nested1" id="GUID-FD02646B-A207-3CBC-BCE0-9C6E189E74BF"> <a name="GUID-FD02646B-A207-3CBC-BCE0-9C6E189E74BF"> <!-- --> </a> <h2 class="topictitle2"> GetImsParameter(TImsParameter &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> GetImsParameter </td> <td> ( </td> <td> <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp; </td> <td> aIms </td> <td> ) </td> <td> const </td> </tr> </table> <div class="section"> <div> <p> Gets the IMS QoS parameter set. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp; aIms </td> <td> IMS QoS parameter set will be copied to aIms. </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-775A24DB-3F61-37CE-B4D6-5A2C9C708F0A"> <a name="GUID-775A24DB-3F61-37CE-B4D6-5A2C9C708F0A"> <!-- --> </a> <h2 class="topictitle2"> NewL() </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html"> CImsPolicy </a> * </td> <td> NewL </td> <td> ( </td> <td> ) </td> <td> [static] </td> </tr> </table> <div class="section"> <div> <p> Two phase constructor. Creates a <a href="GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF.html#GUID-AA2FC7CF-4157-347F-818D-A4DB62A2A9AF"> CImsPolicy </a> object. </p> <div class="p"> <dl class="exception"> <dt class="dlterm"> Exceptions </dt> <dd> <table cellpadding="4" cellspacing="0" summary="" border="0" class="simpletableborder"> <tr> <td valign="top"> Leaves </td> <td valign="top"> <p> if no memory is available. </p> </td> </tr> </table> </dd> </dl> </div> </div> </div> </div> <div class="nested1" id="GUID-8AF8E000-51DF-31B1-90B4-70A0D2607E5A"> <a name="GUID-8AF8E000-51DF-31B1-90B4-70A0D2607E5A"> <!-- --> </a> <h2 class="topictitle2"> ParseMessage(const TDesC8 &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html"> TInt </a> </td> <td> ParseMessage </td> <td> ( </td> <td> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; </td> <td> aData </td> <td> ) </td> <td> [virtual] </td> </tr> </table> <div class="section"> <div> <p> Parses a IMS policy extension given in a descriptor. This is used by ipscpr. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-FB97E0A3-352A-316F-97C6-69E4741A8120.html"> TDesC8 </a> &amp; aData </td> <td> </td> </tr> </table> </div> </div> <div class="nested1" id="GUID-1642A3E8-86E7-3F69-9216-E45C8A8519DB"> <a name="GUID-1642A3E8-86E7-3F69-9216-E45C8A8519DB"> <!-- --> </a> <h2 class="topictitle2"> SetImsParameter(const TImsParameter &amp;) </h2> <table class="signature"> <tr> <td> IMPORT_C void </td> <td> SetImsParameter </td> <td> ( </td> <td> const <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp; </td> <td> aIms </td> <td> ) </td> <td> </td> </tr> </table> <div class="section"> <div> <p> Sets the IMS QoS parameter set. </p> <p> </p> </div> </div> <div class="section parameters"> <h3 class="sectiontitle"> Parameters </h3> <table border="0" class="parameters"> <tr> <td class="parameter"> const <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> &amp; aIms </td> <td> contains the Ims QoS parameter. </td> </tr> </table> </div> </div> <h1 class="pageHeading topictitle1"> Member Data Documentation </h1> <div class="nested1" id="GUID-4B16092C-F19B-375E-A78A-98091FFCDFCF"> <a name="GUID-4B16092C-F19B-375E-A78A-98091FFCDFCF"> <!-- --> </a> <h2 class="topictitle2"> TImsParameter iIms </h2> <table class="signature"> <tr> <td> <a href="GUID-AE114288-9E34-35FC-9EB0-050AAF23EA6F.html"> TImsParameter </a> </td> <td> iIms </td> <td> [private] </td> </tr> </table> <div class="section"> </div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
doc/com/runescape/revised/actor/entity/item/package-summary.html
RodriguesJ/Atem
<!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 Jun 12 19:18:36 EDT 2014 --> <title>com.runescape.revised.actor.entity.item</title> <meta name="date" content="2014-06-12"> <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="com.runescape.revised.actor.entity.item"; } //--> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></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/runescape/revised/actor/entity/character/update/impl/package-summary.html">Prev Package</a></li> <li><a href="../../../../../../com/runescape/revised/actor/entity/item/ground/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/runescape/revised/actor/entity/item/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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"> <h1 title="Package" class="title">Package&nbsp;com.runescape.revised.actor.entity.item</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> <caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Interface</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../com/runescape/revised/actor/entity/item/Depositable.html" title="interface in com.runescape.revised.actor.entity.item">Depositable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../com/runescape/revised/actor/entity/item/Pickable.html" title="interface in com.runescape.revised.actor.entity.item">Pickable</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../com/runescape/revised/actor/entity/item/Wieldable.html" title="interface in com.runescape.revised.actor.entity.item">Wieldable</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Class</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../../../com/runescape/revised/actor/entity/item/AbstractItem.html" title="class in com.runescape.revised.actor.entity.item">AbstractItem</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../../../com/runescape/revised/actor/entity/item/ItemSystem.html" title="class in com.runescape.revised.actor.entity.item">ItemSystem</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </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 class="navBarCell1Rev">Package</li> <li>Class</li> <li><a href="package-use.html">Use</a></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/runescape/revised/actor/entity/character/update/impl/package-summary.html">Prev Package</a></li> <li><a href="../../../../../../com/runescape/revised/actor/entity/item/ground/package-summary.html">Next Package</a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/runescape/revised/actor/entity/item/package-summary.html" target="_top">Frames</a></li> <li><a href="package-summary.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 ======= --> </body> </html>
pdk/GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97.html
warlordh/fork_Symbian
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyright 2010"/> <meta name="DC.rights.owner" content="(C) Copyright 2010"/> <meta name="DC.Type" content="cxxFile"/> <meta name="DC.Title" content="es_sock.h"/> <meta name="DC.Format" content="XHTML"/> <meta name="DC.Identifier" content="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97"/> <title>es_sock.h</title> <link type="text/css" rel="stylesheet" href="css/common.css" media="screen"/> <link type="text/css" rel="stylesheet" href="css/sdl.css" media="screen"/> <!--[if IE]> <link href="css/iefix.css" rel="stylesheet" type="text/css" media="screen" /> <![endif]--> <meta name="keywords" content="api"/><link rel="stylesheet" type="text/css" href="cxxref.css"/></head> <body class="cxxref" id="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97"><a name="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97"><!-- --></a> <?php include_once (CURRENT_SKIN_PATH.'/sdl_header.html'); ?> <div id="sdl_container"> <div id="leftMenu"> <div id="expandcontractdiv"> <a id="collapseTree" href="javascript:tree.collapseAll()">Collapse all</a> <a id="index" href="index.html">Symbian^3 Product Developer Library</a> </div> <iframe style="border:none" height="800" width="300" src="index-toc.html"></iframe> <div id="treeDiv1">&#160;</div> <script type="text/javascript"> var currentIconMode = 0; window.name="id2437088 id2437096 id2578593 id2611716 id2446904 id2446909 "; YAHOO.util.Event.onDOMReady(buildTree, this,true); </script> </div> <div id="sdl_content"> <div class="breadcrumb"><a href="index.html" title="Symbian^3 Product Developer Library">Symbian^3 Product Developer Library</a> &gt;</div> <h1 class="topictitle1">es_sock.h File Reference</h1> <div class="nested1" id="GUID-E9A68C9E-64C4-34A5-894A-3D447DA3360C"><a name="GUID-E9A68C9E-64C4-34A5-894A-3D447DA3360C"><!-- --></a> <h2 class="topictitle2">const TLitC8&lt; sizeof("ESock_Main")&gt; SOCKET_SERVER_MAIN_MODULE_NAME</h2> <table class="signature"><tr><td>const <a href="GUID-A188447C-9DAA-3963-B6F2-893910450FC7.html">TLitC8</a>&lt; sizeof("ESock_Main")&gt;</td><td>SOCKET_SERVER_MAIN_MODULE_NAME</td><td>[static]</td></tr></table><div class="section"><div> <p>Canonical names for the core ESOCKSVR modules </p> </div></div> </div> <div class="nested1" id="GUID-BE0F498E-7478-36E7-A45B-ED68F8B93217"><a name="GUID-BE0F498E-7478-36E7-A45B-ED68F8B93217"><!-- --></a> <h2 class="topictitle2">const TLitC8&lt; sizeof("ESock_IP")&gt; SOCKET_SERVER_IP_MODULE_NAME</h2> <table class="signature"><tr><td>const <a href="GUID-A188447C-9DAA-3963-B6F2-893910450FC7.html">TLitC8</a>&lt; sizeof("ESock_IP")&gt;</td><td>SOCKET_SERVER_IP_MODULE_NAME</td><td>[static]</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-41FE4278-FC4C-36F6-B791-4C8F71AC6B86"><a name="GUID-41FE4278-FC4C-36F6-B791-4C8F71AC6B86"><!-- --></a> <h2 class="topictitle2">const TLitC8&lt; sizeof("ESock_Bt")&gt; SOCKET_SERVER_BT_MODULE_NAME</h2> <table class="signature"><tr><td>const <a href="GUID-A188447C-9DAA-3963-B6F2-893910450FC7.html">TLitC8</a>&lt; sizeof("ESock_Bt")&gt;</td><td>SOCKET_SERVER_BT_MODULE_NAME</td><td>[static]</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-53B1CA29-FD3A-3BE9-B3DF-638D44D476B3"><a name="GUID-53B1CA29-FD3A-3BE9-B3DF-638D44D476B3"><!-- --></a> <h2 class="topictitle2">const TLitC8&lt; sizeof("ESock_Ir")&gt; SOCKET_SERVER_IR_MODULE_NAME</h2> <table class="signature"><tr><td>const <a href="GUID-A188447C-9DAA-3963-B6F2-893910450FC7.html">TLitC8</a>&lt; sizeof("ESock_Ir")&gt;</td><td>SOCKET_SERVER_IR_MODULE_NAME</td><td>[static]</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-86292138-8842-34A4-988E-BA2A1856875C"><a name="GUID-86292138-8842-34A4-988E-BA2A1856875C"><!-- --></a> <h2 class="topictitle2">const TLitC8&lt; sizeof("ESock_SmsWap")&gt; SOCKET_SERVER_SMSWAP_MODULE_NAME</h2> <table class="signature"><tr><td>const <a href="GUID-A188447C-9DAA-3963-B6F2-893910450FC7.html">TLitC8</a>&lt; sizeof("ESock_SmsWap")&gt;</td><td>SOCKET_SERVER_SMSWAP_MODULE_NAME</td><td>[static]</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-D6B6C68E-2630-368D-8BAB-9A3F1ADF1813"><a name="GUID-D6B6C68E-2630-368D-8BAB-9A3F1ADF1813"><!-- --></a> <h2 class="topictitle2">const TUint KConnectionUp</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KConnectionUp</td></tr></table><div class="section"><div> <p>Progress Notification to inform clients Connection is up This event has the same numerical values as KLinkLayerOpen which is deprecated </p> </div></div> </div> <div class="nested1" id="GUID-A3A45CF0-0A03-3191-9E5F-B135AD59AD1C"><a name="GUID-A3A45CF0-0A03-3191-9E5F-B135AD59AD1C"><!-- --></a> <h2 class="topictitle2">const TUint KConnectionDown</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KConnectionDown</td></tr></table><div class="section"><div> <p>Progress Notification to inform clients Connection is up This event has the same numerical values as KLinkLayerClosed which is deprecated</p> </div></div> </div> <div class="nested1" id="GUID-12F57170-F2C1-3935-A783-5951EB727B34"><a name="GUID-12F57170-F2C1-3935-A783-5951EB727B34"><!-- --></a> <h2 class="topictitle2">const TUint KESockDefaultMessageSlots</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KESockDefaultMessageSlots</td></tr></table><div class="section"><div> <p>Default number of message slots. </p> </div></div> </div> <div class="nested1" id="GUID-121FB009-1FD2-3645-81E4-283A9870ADBE"><a name="GUID-121FB009-1FD2-3645-81E4-283A9870ADBE"><!-- --></a> <h2 class="topictitle2">const TUint KMaxSubConnectionEventSize</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KMaxSubConnectionEventSize</td></tr></table><div class="section"><div> <p>Size of Maximum SubConnection event</p> <div class="p"> <div class="note"><span class="notetitle">Note:</span> <p>If you allocate this on the heap, remember to delete through the pointer to the buffer and not any pointers to the events held inside it if you change this value, you will alter the function signature and break the .def file </p> </div> </div> </div></div> </div> <div class="nested1" id="GUID-1B59F156-D937-3ED2-A7F8-FA81DEECC463"><a name="GUID-1B59F156-D937-3ED2-A7F8-FA81DEECC463"><!-- --></a> <h2 class="topictitle2">Typedef TSubConnectionUniqueId</h2> <table class="signature"><tr><td>typedef <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a> </td><td>TSubConnectionUniqueId</td></tr></table><div class="section"><div> <p>SubConnection Unique Id</p> <p>THIS API IS TO BE DEPRECATED</p> </div></div> </div> <div class="nested1" id="GUID-31A877AE-A85F-3C3B-B1DF-BBFB51D31BF2"><a name="GUID-31A877AE-A85F-3C3B-B1DF-BBFB51D31BF2"><!-- --></a> <h2 class="topictitle2">Typedef TSubConnectionNotificationBuf</h2> <table class="signature"><tr><td>typedef <a href="GUID-78E993D5-A845-32B4-B41A-947ABEF16AA0.html">TBuf8</a>&lt; <a href="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97.html">KMaxSubConnectionEventSize</a> &gt;</td><td>TSubConnectionNotificationBuf</td></tr></table><div class="section"><div> <p>Buffer for notification of any change in the state of SubConnection.</p> <p>THIS API IS TO BE DEPRECATED</p> </div></div> </div> <div class="nested1" id="GUID-8B8ECC52-3F56-336D-84BD-2A0D2B334987"><a name="GUID-8B8ECC52-3F56-336D-84BD-2A0D2B334987"><!-- --></a> <h2 class="topictitle2">const TUint KUseEmbeddedUniqueId</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KUseEmbeddedUniqueId</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-9EA7A992-7ABD-3A91-9F95-497940FC4114"><a name="GUID-9EA7A992-7ABD-3A91-9F95-497940FC4114"><!-- --></a> <h2 class="topictitle2">const TUint KConnProgressDefault</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KConnProgressDefault</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-D8F0728B-D4D7-36C3-A858-0D5155841C46"><a name="GUID-D8F0728B-D4D7-36C3-A858-0D5155841C46"><!-- --></a> <h2 class="topictitle2">Typedef TNifProgressBuf</h2> <table class="signature"><tr><td>typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html">TPckgBuf</a>&lt; <a href="GUID-883CEFF1-146E-30FF-9AD7-E13D0E9C6183.html">TNifProgress</a> &gt;</td><td>TNifProgressBuf</td></tr></table><div class="section"><div> <p>Buffer for Network Interface Progress</p> </div></div> </div> <div class="nested1" id="GUID-FF1125B1-AA29-3C60-86AE-EFBF39D10F4F"><a name="GUID-FF1125B1-AA29-3C60-86AE-EFBF39D10F4F"><!-- --></a> <h2 class="topictitle2">const TUint KMaxSockAddrSize</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KMaxSockAddrSize</td></tr></table><div class="section"><div> <p>Maximum sockets address size. </p> </div></div> </div> <div class="nested1" id="GUID-FA144C49-FCEB-3780-B47A-A47B558C2B5C"><a name="GUID-FA144C49-FCEB-3780-B47A-A47B558C2B5C"><!-- --></a> <h2 class="topictitle2">const TUint KAFUnspec</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KAFUnspec</td></tr></table><div class="section"><div> <p>Default (unspecified) protocol module. </p> </div></div> </div> <div class="nested1" id="GUID-3B8B65C4-FF08-368B-B8FC-999E2DD1D0E5"><a name="GUID-3B8B65C4-FF08-368B-B8FC-999E2DD1D0E5"><!-- --></a> <h2 class="topictitle2">const TUint KSockStream</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockStream</td></tr></table><div class="section"><div> <p>Stream socket. </p> </div></div> </div> <div class="nested1" id="GUID-070AE44E-CCE6-3408-B488-FF42E068C866"><a name="GUID-070AE44E-CCE6-3408-B488-FF42E068C866"><!-- --></a> <h2 class="topictitle2">const TUint KSockDatagram</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockDatagram</td></tr></table><div class="section"><div> <p>Datagram socket. </p> </div></div> </div> <div class="nested1" id="GUID-5FD8D042-78D3-3432-BC8A-7A9D13A4FD38"><a name="GUID-5FD8D042-78D3-3432-BC8A-7A9D13A4FD38"><!-- --></a> <h2 class="topictitle2">const TUint KSockSeqPacket</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockSeqPacket</td></tr></table><div class="section"><div> <p>Datagrams with sequence numbers. </p> </div></div> </div> <div class="nested1" id="GUID-A8849204-8A62-3671-A52F-B46DB175A0AA"><a name="GUID-A8849204-8A62-3671-A52F-B46DB175A0AA"><!-- --></a> <h2 class="topictitle2">const TUint KSockRaw</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockRaw</td></tr></table><div class="section"><div> <p>Raw socket. </p> </div></div> </div> <div class="nested1" id="GUID-4C74E306-B7B2-31F0-B29A-31031A6E7481"><a name="GUID-4C74E306-B7B2-31F0-B29A-31031A6E7481"><!-- --></a> <h2 class="topictitle2">const TInt KSOLSocket</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSOLSocket</td></tr></table><div class="section"><div> <p>Generic socket options/commands. </p> </div></div> </div> <div class="nested1" id="GUID-AA9F1762-E985-328C-B3BA-C00AFFDAF7B9"><a name="GUID-AA9F1762-E985-328C-B3BA-C00AFFDAF7B9"><!-- --></a> <h2 class="topictitle2">const TInt KLevelUnspecified</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KLevelUnspecified</td></tr></table><div class="section"><div> <p>Unspecified level. </p> </div></div> </div> <div class="nested1" id="GUID-380B15AD-EDD7-34DA-AD6F-75E45B8015DB"><a name="GUID-380B15AD-EDD7-34DA-AD6F-75E45B8015DB"><!-- --></a> <h2 class="topictitle2">const TUint KSODebug</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSODebug</td></tr></table><div class="section"><div> <p>Debugging enabled or disabled . Values are:</p> <p>(TInt)0. Disabled</p> <p>(TInt)1. Enabled </p> </div></div> </div> <div class="nested1" id="GUID-AC2E51C0-C76B-3E40-9F69-B3BD5DBB9A3C"><a name="GUID-AC2E51C0-C76B-3E40-9F69-B3BD5DBB9A3C"><!-- --></a> <h2 class="topictitle2">const TUint KSORecvBuf</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSORecvBuf</td></tr></table><div class="section"><div> <p>Socket receive buffer size. Values are:</p> <p>KSocketBufSizeUndefined</p> <p>1 to KMaxTUint: explicit buffer size, supplied as a TPckgBuf&lt;TUint&gt; </p> </div></div> </div> <div class="nested1" id="GUID-A6DF4F8A-8EF8-34ED-ABE8-5185AE89C172"><a name="GUID-A6DF4F8A-8EF8-34ED-ABE8-5185AE89C172"><!-- --></a> <h2 class="topictitle2">const TUint KSOSendBuf</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOSendBuf</td></tr></table><div class="section"><div> <p>Socket send buffer size. Values are:</p> <p>KSocketBufSizeUndefined</p> <p>1 to KMaxTUint: explicit buffer size, supplied as a TPckgBuf&lt;TUint&gt; </p> </div></div> </div> <div class="nested1" id="GUID-0502748E-D1E4-3165-BADD-09417D87F881"><a name="GUID-0502748E-D1E4-3165-BADD-09417D87F881"><!-- --></a> <h2 class="topictitle2">const TUint KSONonBlockingIO</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSONonBlockingIO</td></tr></table><div class="section"><div> <p>Socket nonblocking mode. To set, no option values are required. For getting, values are:</p> <p>(TInt)0. Disabled</p> <p>(TInt)1. Enabled </p> </div></div> </div> <div class="nested1" id="GUID-B978C024-5F66-3641-B0DF-FA72BC21A184"><a name="GUID-B978C024-5F66-3641-B0DF-FA72BC21A184"><!-- --></a> <h2 class="topictitle2">const TUint KSOBlockingIO</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOBlockingIO</td></tr></table><div class="section"><div> <p>Socket blocking mode. To set, no values are required. For getting, values are:</p> <p>(TInt)0. Disabled</p> <p>(TInt)1. Enabled </p> </div></div> </div> <div class="nested1" id="GUID-F3C3572B-F3A5-3143-8176-DEB5A84A427A"><a name="GUID-F3C3572B-F3A5-3143-8176-DEB5A84A427A"><!-- --></a> <h2 class="topictitle2">const TUint KSOSelectPoll</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOSelectPoll</td></tr></table><div class="section"><div> <p>Getting only: gets a bitmask of flags describing the read/write/exception status of the socket. Value is a TInt containing a bitmask of socket status (KSockSelectExcept etc.) constants. </p> </div></div> </div> <div class="nested1" id="GUID-97BAB654-0AEC-3533-97B1-2889AEDC7BA2"><a name="GUID-97BAB654-0AEC-3533-97B1-2889AEDC7BA2"><!-- --></a> <h2 class="topictitle2">const TUint KSOReadBytesPending</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOReadBytesPending</td></tr></table><div class="section"><div> <p>Getting only: retrieve the number of bytes currently available for reading. Value is a TInt. </p> </div></div> </div> <div class="nested1" id="GUID-3F91D3E1-5262-38D9-9A14-5998D0552FB0"><a name="GUID-3F91D3E1-5262-38D9-9A14-5998D0552FB0"><!-- --></a> <h2 class="topictitle2">const TUint KSOUrgentDataOffset</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOUrgentDataOffset</td></tr></table><div class="section"><div> <p>Getting only: retrieve the urgent data offset (only for stream protocols that support urgent data). Value is a TInt. </p> </div></div> </div> <div class="nested1" id="GUID-7D75E079-E338-372E-9675-3194417895D3"><a name="GUID-7D75E079-E338-372E-9675-3194417895D3"><!-- --></a> <h2 class="topictitle2">const TUint KSOSelectLastError</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOSelectLastError</td></tr></table><div class="section"><div> <p>Getting only: retrieves the last error. Errors are normally reported by the called method and behaviour is protocol dependent. KSOSelectLastError does not return such errors. Value is a TInt. </p> </div></div> </div> <div class="nested1" id="GUID-629E07AF-A607-3BA8-B6D0-ED05175083E6"><a name="GUID-629E07AF-A607-3BA8-B6D0-ED05175083E6"><!-- --></a> <h2 class="topictitle2">const TUint KSOEnableTransfer</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSOEnableTransfer</td></tr></table><div class="section"><div> <p>Setting only. Enables socket to be transferred to the process with given capabilities. The capabilities set should be supplied as TPckgBuf&lt;TSecurityPolicy&gt;. Each <a href="GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0.html#GUID-6B0CAF7B-0086-3AF8-8706-9BDFA7FBD82A">RSocket::Transfer()</a> call must be enabled by setting this option. </p> </div></div> </div> <div class="nested1" id="GUID-C372F82F-3582-3090-8C6C-73642E4F20D6"><a name="GUID-C372F82F-3582-3090-8C6C-73642E4F20D6"><!-- --></a> <h2 class="topictitle2">const TUint KSODisableTransfer</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSODisableTransfer</td></tr></table><div class="section"><div> <p>Setting only. Disables a socket's possibility to be transferred. No option required. </p> </div></div> </div> <div class="nested1" id="GUID-789674D4-5B9F-3504-A13D-D9CB9E90BB61"><a name="GUID-789674D4-5B9F-3504-A13D-D9CB9E90BB61"><!-- --></a> <h2 class="topictitle2">const TInt KSocketBufSizeUndefined</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSocketBufSizeUndefined</td></tr></table><div class="section"><div> <p>Use default buffer size. </p> </div></div> </div> <div class="nested1" id="GUID-516A8819-CB56-3016-9BC1-5AC19D027D31"><a name="GUID-516A8819-CB56-3016-9BC1-5AC19D027D31"><!-- --></a> <h2 class="topictitle2">const TInt KSocketDefaultBufferSize</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSocketDefaultBufferSize</td></tr></table><div class="section"><div> <p>Default buffer size. </p> </div></div> </div> <div class="nested1" id="GUID-42E9D1E4-4354-3B03-A35D-8BB56020AC45"><a name="GUID-42E9D1E4-4354-3B03-A35D-8BB56020AC45"><!-- --></a> <h2 class="topictitle2">const TUint KSocketInternalOptionBit</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSocketInternalOptionBit</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-4443A721-B676-3566-8FD0-2AA71D8BFB79"><a name="GUID-4443A721-B676-3566-8FD0-2AA71D8BFB79"><!-- --></a> <h2 class="topictitle2">const TUint KIOctlSelect</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KIOctlSelect</td></tr></table><div class="section"><div> <p>The aDesc parameter of <a href="GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0.html#GUID-2B45E677-8594-3A1E-A003-01E04C91A30D">RSocket::Ioctl()</a> specifies a TUint containing a bitmask of Socket status constants. The completion status will be the subset of those conditions which is now true for the socket.</p> <p>Used through <a href="GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0.html#GUID-2B45E677-8594-3A1E-A003-01E04C91A30D">RSocket::Ioctl()</a>, with aLevel set to KSOLSocket.</p> <p> <a href="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97.html#GUID-F3C3572B-F3A5-3143-8176-DEB5A84A427A">KSOSelectPoll</a> parameter to <a href="GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0.html#GUID-41FD432E-DC9E-3AEA-9202-560272B6A353">RSocket::GetOpt()</a>, which allows the current select state of the socket to be read synchronously, and <a href="GUID-51E6EBC3-D654-3274-9CD0-91EF3B224C97.html#GUID-7D75E079-E338-372E-9675-3194417895D3">KSOSelectLastError</a>, which returns the error code. </p> </div></div> </div> <div class="nested1" id="GUID-C930B293-B823-3A29-A187-B7F44E03B3CB"><a name="GUID-C930B293-B823-3A29-A187-B7F44E03B3CB"><!-- --></a> <h2 class="topictitle2">const TUint KSockSelectRead</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockSelectRead</td></tr></table><div class="section"><div> <p>Data is available to be read; for listening sockets, a connect is pending. </p> </div></div> </div> <div class="nested1" id="GUID-8F320B16-EC0B-399D-AFE6-BB51B42D3673"><a name="GUID-8F320B16-EC0B-399D-AFE6-BB51B42D3673"><!-- --></a> <h2 class="topictitle2">const TUint KSockSelectWrite</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockSelectWrite</td></tr></table><div class="section"><div> <p>Writing to the socket is not currently blocked by flow-control. </p> </div></div> </div> <div class="nested1" id="GUID-7E5CA941-F27F-3E2A-9087-91288FDD0E4C"><a name="GUID-7E5CA941-F27F-3E2A-9087-91288FDD0E4C"><!-- --></a> <h2 class="topictitle2">const TUint KSockSelectExcept</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockSelectExcept</td></tr></table><div class="section"><div> <p>An error has occurred. </p> </div></div> </div> <div class="nested1" id="GUID-C4EA4395-A77D-31FA-B9F0-DC3E1B5A31B7"><a name="GUID-C4EA4395-A77D-31FA-B9F0-DC3E1B5A31B7"><!-- --></a> <h2 class="topictitle2">const TUint KSockSelectReadContinuation</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockSelectReadContinuation</td></tr></table><div class="section"><div> <p>Include tail of prior read datagram as available data (ie indicates next read will be with read continuation) </p> </div></div> </div> <div class="nested1" id="GUID-0D60E4B7-0E4B-37EB-AA58-906E70C5D473"><a name="GUID-0D60E4B7-0E4B-37EB-AA58-906E70C5D473"><!-- --></a> <h2 class="topictitle2">const TUint KSockWriteUrgent</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockWriteUrgent</td></tr></table><div class="section"><div> <p>The data to be sent is urgent and is given a higher priority than ordinary data in the send queue. KSockWriteUrgent may only be provided as a flag to Send() if the protocol's information flag is marked with KSIUrgentData, otherwise Send() will return with KErrNotSupported. AKA: Out of band or unit data. </p> </div></div> </div> <div class="nested1" id="GUID-0294D795-47F7-3517-A71C-6E3522D6864D"><a name="GUID-0294D795-47F7-3517-A71C-6E3522D6864D"><!-- --></a> <h2 class="topictitle2">const TUint KSocketInternalWriteBit</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSocketInternalWriteBit</td></tr></table><div class="section"><div> <p>Must not be set for client requests. </p> </div></div> </div> <div class="nested1" id="GUID-2638300F-9317-3367-897A-029356F11809"><a name="GUID-2638300F-9317-3367-897A-029356F11809"><!-- --></a> <h2 class="topictitle2">const TUint KSockWriteSystemMask</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockWriteSystemMask</td></tr></table><div class="section"><div> <p>The top 8 bits are reserved for system purposes; protocols must not define these bits. </p> </div></div> </div> <div class="nested1" id="GUID-E32F8D84-BB44-385D-AFF2-7AAB191AC43A"><a name="GUID-E32F8D84-BB44-385D-AFF2-7AAB191AC43A"><!-- --></a> <h2 class="topictitle2">const TUint KSockReadPeek</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockReadPeek</td></tr></table><div class="section"><div> <p>Read data without consuming it, data remains in the receive queue. KSockReadPeek may only be provided as a flag to Recv() if the protocol's information flag is marked with KSIPeekData, otherwise Recv() will return with KErrNotSupported. </p> </div></div> </div> <div class="nested1" id="GUID-7A51E18B-AE51-3A61-9BB9-A5A33FE905B7"><a name="GUID-7A51E18B-AE51-3A61-9BB9-A5A33FE905B7"><!-- --></a> <h2 class="topictitle2">const TUint KSocketInternalReadBit</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSocketInternalReadBit</td></tr></table><div class="section"><div> <p>Must not be set for client requests. </p> </div></div> </div> <div class="nested1" id="GUID-B96D8EFA-D8C2-39A3-911D-A0368FF7D187"><a name="GUID-B96D8EFA-D8C2-39A3-911D-A0368FF7D187"><!-- --></a> <h2 class="topictitle2">const TUint KSockReadContinuation</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSockReadContinuation</td></tr></table><div class="section"><div> <p>Read from datagram in a stream-like fashion (not discarding tails). </p> </div></div> </div> <div class="nested1" id="GUID-82BC1761-8A07-301B-AD1B-1586115BB9B6"><a name="GUID-82BC1761-8A07-301B-AD1B-1586115BB9B6"><!-- --></a> <h2 class="topictitle2">const TUint KSIConnectionLess</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIConnectionLess</td></tr></table><div class="section"><div> <p>The protocol is connectionless. </p> </div></div> </div> <div class="nested1" id="GUID-AAB01DB3-316D-3157-B162-F0BBBECD47B3"><a name="GUID-AAB01DB3-316D-3157-B162-F0BBBECD47B3"><!-- --></a> <h2 class="topictitle2">const TUint KSIReliable</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIReliable</td></tr></table><div class="section"><div> <p>The protocol is reliable. </p> </div></div> </div> <div class="nested1" id="GUID-84FE76DF-36E3-3E12-BE86-24159DC6DEBE"><a name="GUID-84FE76DF-36E3-3E12-BE86-24159DC6DEBE"><!-- --></a> <h2 class="topictitle2">const TUint KSIInOrder</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIInOrder</td></tr></table><div class="section"><div> <p>The protocol guarantees in-order delivery. </p> </div></div> </div> <div class="nested1" id="GUID-A0A222DE-96F3-3A33-9593-0AE92A0D8662"><a name="GUID-A0A222DE-96F3-3A33-9593-0AE92A0D8662"><!-- --></a> <h2 class="topictitle2">const TUint KSIMessageBased</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIMessageBased</td></tr></table><div class="section"><div> <p>The protocol is message based. </p> </div></div> </div> <div class="nested1" id="GUID-B92C2874-0F47-32C1-94BF-B571A2111714"><a name="GUID-B92C2874-0F47-32C1-94BF-B571A2111714"><!-- --></a> <h2 class="topictitle2">const TUint KSIDatagram</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIDatagram</td></tr></table><div class="section"><div> <p>The same as message based. </p> </div></div> </div> <div class="nested1" id="GUID-771E66A2-7FAD-33D0-91C6-B4E750F19FD3"><a name="GUID-771E66A2-7FAD-33D0-91C6-B4E750F19FD3"><!-- --></a> <h2 class="topictitle2">const TUint KSIStreamBased</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIStreamBased</td></tr></table><div class="section"><div> <p>The protocol is stream based. </p> </div></div> </div> <div class="nested1" id="GUID-35FD5638-8966-3CF2-B032-43E4016D82FA"><a name="GUID-35FD5638-8966-3CF2-B032-43E4016D82FA"><!-- --></a> <h2 class="topictitle2">const TUint KSIPseudoStream</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIPseudoStream</td></tr></table><div class="section"><div> <p>The protocol supports a stream like interface but maintains datagram boundaries. </p> </div></div> </div> <div class="nested1" id="GUID-1139E118-C1E6-3AE1-AD13-2648B85B4CB8"><a name="GUID-1139E118-C1E6-3AE1-AD13-2648B85B4CB8"><!-- --></a> <h2 class="topictitle2">const TUint KSIUrgentData</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIUrgentData</td></tr></table><div class="section"><div> <p>The protocol offers an expedited data service. </p> </div></div> </div> <div class="nested1" id="GUID-57363441-2E66-3A00-9577-3034BA262A66"><a name="GUID-57363441-2E66-3A00-9577-3034BA262A66"><!-- --></a> <h2 class="topictitle2">const TUint KSIConnectData</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIConnectData</td></tr></table><div class="section"><div> <p>The protocol can send user data on a connection request. </p> </div></div> </div> <div class="nested1" id="GUID-20A6B3CF-CCC1-337C-9D47-22DF43AFEBD5"><a name="GUID-20A6B3CF-CCC1-337C-9D47-22DF43AFEBD5"><!-- --></a> <h2 class="topictitle2">const TUint KSIDisconnectData</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIDisconnectData</td></tr></table><div class="section"><div> <p>The protocol can send user data on a disconnect request. </p> </div></div> </div> <div class="nested1" id="GUID-32435E48-213E-346A-B70D-9ED3E04B2593"><a name="GUID-32435E48-213E-346A-B70D-9ED3E04B2593"><!-- --></a> <h2 class="topictitle2">const TUint KSIBroadcast</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIBroadcast</td></tr></table><div class="section"><div> <p>The protocol supports broadcast addresses. </p> </div></div> </div> <div class="nested1" id="GUID-B7C730F6-C587-303B-A7CE-2C967E3A0682"><a name="GUID-B7C730F6-C587-303B-A7CE-2C967E3A0682"><!-- --></a> <h2 class="topictitle2">const TUint KSIMultiPoint</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIMultiPoint</td></tr></table><div class="section"><div> <p>The protocol supports point to multi-point connections. </p> </div></div> </div> <div class="nested1" id="GUID-1960CC8E-453C-3D92-9844-E5D89E537131"><a name="GUID-1960CC8E-453C-3D92-9844-E5D89E537131"><!-- --></a> <h2 class="topictitle2">const TUint KSIQOS</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIQOS</td></tr></table><div class="section"><div> <p>The protocol supports a quality of service metric. </p> </div></div> </div> <div class="nested1" id="GUID-5B5EAA5B-AE06-35DC-938F-CD62E836EEEA"><a name="GUID-5B5EAA5B-AE06-35DC-938F-CD62E836EEEA"><!-- --></a> <h2 class="topictitle2">const TUint KSIWriteOnly</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIWriteOnly</td></tr></table><div class="section"><div> <p>The protocol is write only. </p> </div></div> </div> <div class="nested1" id="GUID-BC4EB103-D0ED-3952-9A0B-F83CFF486FE6"><a name="GUID-BC4EB103-D0ED-3952-9A0B-F83CFF486FE6"><!-- --></a> <h2 class="topictitle2">const TUint KSIReadOnly</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIReadOnly</td></tr></table><div class="section"><div> <p>The protocol is read only. </p> </div></div> </div> <div class="nested1" id="GUID-69F91C8F-C478-35B3-A071-F6BEDEF807E6"><a name="GUID-69F91C8F-C478-35B3-A071-F6BEDEF807E6"><!-- --></a> <h2 class="topictitle2">const TUint KSIGracefulClose</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIGracefulClose</td></tr></table><div class="section"><div> <p>The protocol supports graceful close. </p> </div></div> </div> <div class="nested1" id="GUID-D5C0BD8A-8652-3EB2-9BC4-26242E975F73"><a name="GUID-D5C0BD8A-8652-3EB2-9BC4-26242E975F73"><!-- --></a> <h2 class="topictitle2">const TUint KSICanReconnect</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSICanReconnect</td></tr></table><div class="section"><div> <p>The same socket can be reconnected if it disconnects (for whatever reason). </p> </div></div> </div> <div class="nested1" id="GUID-E69C6E58-2589-3742-8532-76B70CE61614"><a name="GUID-E69C6E58-2589-3742-8532-76B70CE61614"><!-- --></a> <h2 class="topictitle2">const TUint KSIPeekData</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIPeekData</td></tr></table><div class="section"><div> <p>Protocol supports peeking (looking at the data without removing it from the protocol). </p> </div></div> </div> <div class="nested1" id="GUID-40ABBD61-466B-3B13-A9AA-610156CAF446"><a name="GUID-40ABBD61-466B-3B13-A9AA-610156CAF446"><!-- --></a> <h2 class="topictitle2">const TUint KSIRequiresOwnerInfo</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIRequiresOwnerInfo</td></tr></table><div class="section"><div> <p>Protocol is to be informed of the identity of the client (i.e. process ID, thread ID and UID) of each SAP (i.e. Socket Service Provider) created. Note that this value has no meaningful interpretation on the client side. <a href="GUID-27D94004-48E6-3BE1-A21A-3A5A98FCC8F1.html#GUID-7E3FB10A-1A14-3E90-9792-18B131DFF63D">KSoOwnerInfo</a> and <a href="GUID-90DEA8D5-DC05-317A-807D-D031D4DEED3D.html#GUID-90DEA8D5-DC05-317A-807D-D031D4DEED3D">TSoOwnerInfo</a> </p> </div></div> </div> <div class="nested1" id="GUID-15E44F15-3A0B-33B2-8697-878152735323"><a name="GUID-15E44F15-3A0B-33B2-8697-878152735323"><!-- --></a> <h2 class="topictitle2">const TUint KSIReserved</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSIReserved</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-17446884-4D06-3AD1-BF75-FA5855421904"><a name="GUID-17446884-4D06-3AD1-BF75-FA5855421904"><!-- --></a> <h2 class="topictitle2">const TUint KNSNameResolution</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSNameResolution</td></tr></table><div class="section"><div> <p>Protocol supports resolving human readable entity names into network addresses (like DNS). </p> </div></div> </div> <div class="nested1" id="GUID-2C161811-0CD9-3FFD-BBD0-EB9C4BEF35F4"><a name="GUID-2C161811-0CD9-3FFD-BBD0-EB9C4BEF35F4"><!-- --></a> <h2 class="topictitle2">const TUint KNSHierarchicalNaming</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSHierarchicalNaming</td></tr></table><div class="section"><div> <p>Network naming is hierarchical. </p> </div></div> </div> <div class="nested1" id="GUID-B41166C1-2D37-313D-BAFD-ACB076157245"><a name="GUID-B41166C1-2D37-313D-BAFD-ACB076157245"><!-- --></a> <h2 class="topictitle2">const TUint KNSHeirarchicalNaming</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSHeirarchicalNaming</td></tr></table><div class="section"><div> <p>Use KNSHierarchicalNaming instead. </p> </div></div> </div> <div class="nested1" id="GUID-73BC3EA7-64BA-3310-A926-D05EEB18F6CB"><a name="GUID-73BC3EA7-64BA-3310-A926-D05EEB18F6CB"><!-- --></a> <h2 class="topictitle2">const TUint KNSRemoteDiscovery</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSRemoteDiscovery</td></tr></table><div class="section"><div> <p>Addressing is dynamic and should be attempted every time before connecting (like IrDA). </p> </div></div> </div> <div class="nested1" id="GUID-89EECE29-50A8-348D-969A-557C496363D8"><a name="GUID-89EECE29-50A8-348D-969A-557C496363D8"><!-- --></a> <h2 class="topictitle2">const TUint KNSServiceResolution</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSServiceResolution</td></tr></table><div class="section"><div> <p>Protocol supports service name to port number resolution. (For example, you can look up TCP to get port 48.) </p> </div></div> </div> <div class="nested1" id="GUID-FF746114-B844-363A-AEEA-7B21EDB7E1DD"><a name="GUID-FF746114-B844-363A-AEEA-7B21EDB7E1DD"><!-- --></a> <h2 class="topictitle2">const TUint KNSNameRegistration</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSNameRegistration</td></tr></table><div class="section"><div> <p>Protocol supports additions to the name database. </p> </div></div> </div> <div class="nested1" id="GUID-5965E50C-DFCE-391E-95D1-37BB4567F1F2"><a name="GUID-5965E50C-DFCE-391E-95D1-37BB4567F1F2"><!-- --></a> <h2 class="topictitle2">const TUint KNSServiceRegistration</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSServiceRegistration</td></tr></table><div class="section"><div> <p>Protocol supports additions to the service database. </p> </div></div> </div> <div class="nested1" id="GUID-15033BBF-AAE2-308E-85FE-92706141E175"><a name="GUID-15033BBF-AAE2-308E-85FE-92706141E175"><!-- --></a> <h2 class="topictitle2">const TUint KNSDynamicAddressing</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSDynamicAddressing</td></tr></table><div class="section"><div> <p>Addressing is dynamic - i.e. name to address mapping may change (like IrDA which randomly chooses machine addresses.) </p> </div></div> </div> <div class="nested1" id="GUID-963CE4E6-9757-31FD-87EC-7B48798720D6"><a name="GUID-963CE4E6-9757-31FD-87EC-7B48798720D6"><!-- --></a> <h2 class="topictitle2">const TUint KNSInfoDatabase</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSInfoDatabase</td></tr></table><div class="section"><div> <p>Protocol has another database which is defined by the protocol. </p> </div></div> </div> <div class="nested1" id="GUID-48DE2351-8635-3951-A0E0-A4D4BB64C40C"><a name="GUID-48DE2351-8635-3951-A0E0-A4D4BB64C40C"><!-- --></a> <h2 class="topictitle2">const TUint KNSRequiresConnectionStartup</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSRequiresConnectionStartup</td></tr></table><div class="section"><div> <p>Protocol may request Socket Server to startup a connection on its behalf (via the KErrCompletion error code) Note that this value has no meaningful interpretation on the client side. </p> </div></div> </div> <div class="nested1" id="GUID-CA899659-5446-3573-BCC2-A7B7486C3137"><a name="GUID-CA899659-5446-3573-BCC2-A7B7486C3137"><!-- --></a> <h2 class="topictitle2">const TUint KNSReserved</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KNSReserved</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-C560C7C3-13E9-323A-A845-8C20D11456D5"><a name="GUID-C560C7C3-13E9-323A-A845-8C20D11456D5"><!-- --></a> <h2 class="topictitle2">const TUint KSocketNoSecurity</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSocketNoSecurity</td></tr></table><div class="section"><div> <p>No security </p> </div></div> </div> <div class="nested1" id="GUID-371441E4-5425-3DC5-B6BA-34629F7336D1"><a name="GUID-371441E4-5425-3DC5-B6BA-34629F7336D1"><!-- --></a> <h2 class="topictitle2">const TUint KSecureSockets</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KSecureSockets</td></tr></table><div class="section"><div> <p>Secure Sockets Layer.</p> <p>CSecureSocket </p> </div></div> </div> <div class="nested1" id="GUID-522AE76A-AF46-3673-8913-9E79F5DED631"><a name="GUID-522AE76A-AF46-3673-8913-9E79F5DED631"><!-- --></a> <h2 class="topictitle2">const TInt KSocketMessageSizeIsStream</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSocketMessageSizeIsStream</td></tr></table><div class="section"><div> <p>Reads and writes can be of any size: the data is treated as a stream. </p> </div></div> </div> <div class="nested1" id="GUID-AECD1E4E-25DD-33D0-88D7-2602CC9428B4"><a name="GUID-AECD1E4E-25DD-33D0-88D7-2602CC9428B4"><!-- --></a> <h2 class="topictitle2">const TInt KSocketMessageSizeUndefined</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSocketMessageSizeUndefined</td></tr></table><div class="section"><div> <p>Depends on lower layer or is dynamic. </p> </div></div> </div> <div class="nested1" id="GUID-9F760687-4F31-36CB-8B7F-288CFC4F423D"><a name="GUID-9F760687-4F31-36CB-8B7F-288CFC4F423D"><!-- --></a> <h2 class="topictitle2">const TInt KSocketMessageSizeNoLimit</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KSocketMessageSizeNoLimit</td></tr></table><div class="section"><div> <p>Data is packet-oriented but packets can be of any size (i.e. the remote end must specify a Read of the same size as your Write, but there is no limit on this size.) </p> </div></div> </div> <div class="nested1" id="GUID-F15812FD-9F1B-3FB7-B688-6C93370CEA45"><a name="GUID-F15812FD-9F1B-3FB7-B688-6C93370CEA45"><!-- --></a> <h2 class="topictitle2">const TUint KUndefinedSockType</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KUndefinedSockType</td></tr></table><div class="section"><div> <p>Undefined socket type. </p> </div></div> </div> <div class="nested1" id="GUID-006272C4-ADE0-355D-BE03-5B47DE123356"><a name="GUID-006272C4-ADE0-355D-BE03-5B47DE123356"><!-- --></a> <h2 class="topictitle2">const TUint KUndefinedProtocol</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KUndefinedProtocol</td></tr></table><div class="section"><div> <p>Undefined socket type. Undefined Protocol </p> </div></div> </div> <div class="nested1" id="GUID-E03C01FB-0BC6-3BAA-ACDB-B86A177475B4"><a name="GUID-E03C01FB-0BC6-3BAA-ACDB-B86A177475B4"><!-- --></a> <h2 class="topictitle2">const TUint KUndefinedAddressFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KUndefinedAddressFamily</td></tr></table><div class="section"><div> <p>Undefined address family </p> </div></div> </div> <div class="nested1" id="GUID-B6DCC636-F638-3EB5-B45B-01BB3BC39039"><a name="GUID-B6DCC636-F638-3EB5-B45B-01BB3BC39039"><!-- --></a> <h2 class="topictitle2">Typedef TProtocolName</h2> <table class="signature"><tr><td>typedef <a href="GUID-0B9C8884-6BFF-35E2-AA6F-E4057B85AFCF.html">TBuf</a>&lt; 0x20 &gt;</td><td>TProtocolName</td></tr></table><div class="section"><div> <p>Contains the name of a protocol in structure <a href="GUID-0FB20F20-67EE-3948-B9F6-E1D679AC3D0F.html#GUID-0FB20F20-67EE-3948-B9F6-E1D679AC3D0F">TProtocolDesc</a>. </p> </div></div> </div> <div class="nested1" id="GUID-EEFA4DF7-6AD1-3D89-B903-671F062D4BA3"><a name="GUID-EEFA4DF7-6AD1-3D89-B903-671F062D4BA3"><!-- --></a> <h2 class="topictitle2">Typedef TServiceName</h2> <table class="signature"><tr><td>typedef <a href="GUID-0B9C8884-6BFF-35E2-AA6F-E4057B85AFCF.html">TBuf</a>&lt; 0x20 &gt;</td><td>TServiceName</td></tr></table><div class="section"><div> <p>Defines a descriptor to hold a service name string. </p> </div></div> </div> <div class="nested1" id="GUID-4CF02002-FB24-376F-A84E-B26296539386"><a name="GUID-4CF02002-FB24-376F-A84E-B26296539386"><!-- --></a> <h2 class="topictitle2">Typedef THostName</h2> <table class="signature"><tr><td>typedef <a href="GUID-0B9C8884-6BFF-35E2-AA6F-E4057B85AFCF.html">TBuf</a>&lt; 0x100 &gt;</td><td>THostName</td></tr></table><div class="section"><div> <p>Defines a descriptor to hold a host name string. </p> </div></div> </div> <div class="nested1" id="GUID-4BFA8DC9-4CD7-3E25-9144-3236B01B74DD"><a name="GUID-4BFA8DC9-4CD7-3E25-9144-3236B01B74DD"><!-- --></a> <h2 class="topictitle2">const TInt KErrWouldBlock</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrWouldBlock</td></tr></table><div class="section"><div> <p>This error is returned from operations on non-blocking sockets that cannot be completed immediately, for example receive when no data is queued for reading. It is a non-fatal error, and the operation should be retried later. </p> </div></div> </div> <div class="nested1" id="GUID-E963F21F-53FA-33B9-8EFB-97FEB14503B8"><a name="GUID-E963F21F-53FA-33B9-8EFB-97FEB14503B8"><!-- --></a> <h2 class="topictitle2">const TInt KErrConnectionTerminated</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrConnectionTerminated</td></tr></table><div class="section"><div> <p>socket errors</p> <p>The value -17210 is taken from the range allocated for Esock (beginning at -17200) A gap has been left between the currently existing vals and this one.</p> </div></div> </div> <div class="nested1" id="GUID-9D558402-B415-3EDA-9A8F-9849122A581F"><a name="GUID-9D558402-B415-3EDA-9A8F-9849122A581F"><!-- --></a> <h2 class="topictitle2">const TInt KErrCannotFindProtocol</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrCannotFindProtocol</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-41C04494-150B-3F47-A402-266B23AC4C4E"><a name="GUID-41C04494-150B-3F47-A402-266B23AC4C4E"><!-- --></a> <h2 class="topictitle2">const TInt KErrTierNotFound</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrTierNotFound</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-BBB640DA-83D6-3EED-8A90-37BB21F7DEC1"><a name="GUID-BBB640DA-83D6-3EED-8A90-37BB21F7DEC1"><!-- --></a> <h2 class="topictitle2">const TInt KErrConnectionContention</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrConnectionContention</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-CF7E3B2D-2975-3206-8356-6DEEB6431BA3"><a name="GUID-CF7E3B2D-2975-3206-8356-6DEEB6431BA3"><!-- --></a> <h2 class="topictitle2">const TInt KErrProtocolNotReady</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KErrProtocolNotReady</td></tr></table><div class="section"><div> <p>The protocol requested for the socket was recognised but was not able to be used. This can happen with protocols that require specific settings to have been prepared prior to the socket being opened.</p> </div></div> </div> <div class="nested1" id="GUID-C46072A3-8C13-3B02-B3A2-782BA2AB0F54"><a name="GUID-C46072A3-8C13-3B02-B3A2-782BA2AB0F54"><!-- --></a> <h2 class="topictitle2">Typedef TSockXfrLength</h2> <table class="signature"><tr><td>typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html">TPckgBuf</a>&lt; <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> &gt;</td><td>TSockXfrLength</td></tr></table><div class="section"><div> <p>Used in <a href="GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0.html#GUID-D4F08503-F1EF-3531-9C3C-4AF24A6255F0">RSocket</a> read and write calls to pass the length of data read and written. </p> </div></div> </div> <div class="nested1" id="GUID-C625E339-6726-3FB9-8F8A-F4DB0CAC15FF"><a name="GUID-C625E339-6726-3FB9-8F8A-F4DB0CAC15FF"><!-- --></a> <h2 class="topictitle2">Typedef TNameEntry</h2> <table class="signature"><tr><td>typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html">TPckgBuf</a>&lt; <a href="GUID-567CF5B5-464F-37B7-A91E-6A672C39BA44.html">TNameRecord</a> &gt;</td><td>TNameEntry</td></tr></table><div class="section"><div> <p>Packages the <a href="GUID-567CF5B5-464F-37B7-A91E-6A672C39BA44.html#GUID-567CF5B5-464F-37B7-A91E-6A672C39BA44">TNameRecord</a> class so that it can be passed between a client and the socket server. </p> </div></div> </div> <div class="nested1" id="GUID-A96CFB63-178C-390C-9363-076D8AAC3A19"><a name="GUID-A96CFB63-178C-390C-9363-076D8AAC3A19"><!-- --></a> <h2 class="topictitle2">Typedef TPortNum</h2> <table class="signature"><tr><td>typedef <a href="GUID-C7A094BD-846F-3ED2-8CCE-C0743DB3712A.html">TPckgBuf</a>&lt; <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a> &gt;</td><td>TPortNum</td></tr></table><div class="section"><div> <p>Port number on service</p> </div></div> </div> <div class="nested1" id="GUID-38ACB980-1CB8-3246-99BA-18CD9E92325B"><a name="GUID-38ACB980-1CB8-3246-99BA-18CD9E92325B"><!-- --></a> <h2 class="topictitle2">const TUint KConnectionTypeDefault</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint</a></td><td>KConnectionTypeDefault</td></tr></table><div class="section"><div> <p>Default connection type </p> </div></div> </div> <div class="nested1" id="GUID-07FEB946-830B-3860-944E-44051698DF3B"><a name="GUID-07FEB946-830B-3860-944E-44051698DF3B"><!-- --></a> <h2 class="topictitle2">const TInt32 KSubConnParamsInterfaceUid</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KSubConnParamsInterfaceUid</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-4CDA196A-120E-32F9-B28D-ADA3D338C5CE"><a name="GUID-4CDA196A-120E-32F9-B28D-ADA3D338C5CE"><!-- --></a> <h2 class="topictitle2">const TInt32 KSubConnEventInterfaceUid</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KSubConnEventInterfaceUid</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-A4B5EAD2-D269-32B1-ABB4-CF2084906560"><a name="GUID-A4B5EAD2-D269-32B1-ABB4-CF2084906560"><!-- --></a> <h2 class="topictitle2">const TInt32 KSubConnGenericParamsImplUid</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KSubConnGenericParamsImplUid</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-1A802E88-B65D-3317-B1B7-602C6D190C0D"><a name="GUID-1A802E88-B65D-3317-B1B7-602C6D190C0D"><!-- --></a> <h2 class="topictitle2">const TInt32 KSubConnGenericEventsImplUid</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KSubConnGenericEventsImplUid</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-2D8B7361-CEE1-36DC-9382-21CF438D4634"><a name="GUID-2D8B7361-CEE1-36DC-9382-21CF438D4634"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConGlobalFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConGlobalFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-022ECBFB-911A-330B-B197-3BDAE6493981"><a name="GUID-022ECBFB-911A-330B-B197-3BDAE6493981"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConQoSFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConQoSFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-B2567E44-BD9B-39B3-BB97-385124CFD973"><a name="GUID-B2567E44-BD9B-39B3-BB97-385124CFD973"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConAuthorisationFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConAuthorisationFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-497DE60D-066A-3194-AC14-FE41AFD749C8"><a name="GUID-497DE60D-066A-3194-AC14-FE41AFD749C8"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConnCallDescrParamsFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConnCallDescrParamsFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-EF965635-F843-3A0E-A7D2-FF003E338EA9"><a name="GUID-EF965635-F843-3A0E-A7D2-FF003E338EA9"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConnContextDescrParamsFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConnContextDescrParamsFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-A714DEB6-5131-3CFA-896B-935692D2BC4D"><a name="GUID-A714DEB6-5131-3CFA-896B-935692D2BC4D"><!-- --></a> <h2 class="topictitle2">const TUint32 KSubConIPAddressInfoFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TUint32</a></td><td>KSubConIPAddressInfoFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-F1B6487F-EAE4-327C-81E1-93306BF4B75A"><a name="GUID-F1B6487F-EAE4-327C-81E1-93306BF4B75A"><!-- --></a> <h2 class="topictitle2">const TInt32 KProtocolExtensionFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KProtocolExtensionFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-89FBAC37-C887-3B4C-A7CB-D82B7EC82F55"><a name="GUID-89FBAC37-C887-3B4C-A7CB-D82B7EC82F55"><!-- --></a> <h2 class="topictitle2">const TInt32 KFlowParametersFamily</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt32</a></td><td>KFlowParametersFamily</td></tr></table><div class="section"></div> </div> <div class="nested1" id="GUID-AE9A9CD5-02CA-322F-8552-768F715AC870"><a name="GUID-AE9A9CD5-02CA-322F-8552-768F715AC870"><!-- --></a> <h2 class="topictitle2">const TInt KNotificationEventMaxSize</h2> <table class="signature"><tr><td>const <a href="GUID-FC2F2B93-3D18-3BCC-9FD6-6BC6B240B667.html">TInt</a></td><td>KNotificationEventMaxSize</td></tr></table><div class="section"></div> </div> <p class="copyright">Copyright &#169;2010 Nokia Corporation and/or its subsidiary(-ies).<br /> All rights reserved. Unless otherwise stated, these materials are provided under the terms of the <a href=" http://www.eclipse.org/legal/epl-v10.html"> Eclipse Public License v1.0</a>.</p> </div> </div> <?php include_once (CURRENT_SKIN_PATH.'/sdl_footer.html'); ?> </body> </html>
docs/identifier-index.html
Kalimaha/simple_flask_blueprint
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Identifier Index</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script type="text/javascript" src="epydoc.js"></script> </head> <body bgcolor="white" text="black" link="blue" vlink="#204080" alink="#204080"> <!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="simple_flask_blueprint-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th bgcolor="#70b0f0" class="navbar-select" >&nbsp;&nbsp;&nbsp;Indices&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="https://github.com/Kalimaha/simple_flask_blueprint">Simple Flask Blueprint</a></th> </tr></table></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%">&nbsp;</td> <td> <table cellpadding="0" cellspacing="0"> <!-- hide/show private --> <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr> <tr><td align="right"><span class="options" >[<a href="frames.html" target="_top">frames</a >]&nbsp;|&nbsp;<a href="identifier-index.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <table border="0" width="100%"> <tr valign="bottom"><td> <h1 class="epydoc">Identifier Index</h1> </td><td> [ A <a href="#B">B</a> <a href="#C">C</a> D E F G H I J K L M N O P Q <a href="#R">R</a> <a href="#S">S</a> T U V W X Y Z <a href="#_">_</a> ] </td></table> <table border="0" width="100%"> <tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="B">B</a></h2></td> <td valign="top"> <table class="link-index" width="100%" border="1"> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core.blueprint_core-module.html">blueprint_core</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.core-module.html">simple_flask_blueprint.core</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest.blueprint_rest-module.html">blueprint_rest</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest-module.html">simple_flask_blueprint.rest</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest.blueprint_rest-module.html#bp">bp</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest.blueprint_rest-module.html">simple_flask_blueprint.rest.blueprint_rest</a>)</span></td> </tr> <tr><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td></tr> </table> </td></tr> <tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="C">C</a></h2></td> <td valign="top"> <table class="link-index" width="100%" border="1"> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core-module.html">core</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint-module.html">simple_flask_blueprint</a>)</span></td> <td width="33%" class="link-index">&nbsp;</td> <td width="33%" class="link-index">&nbsp;</td> </tr> <tr><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td></tr> </table> </td></tr> <tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="R">R</a></h2></td> <td valign="top"> <table class="link-index" width="100%" border="1"> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest-module.html">rest</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint-module.html">simple_flask_blueprint</a>)</span></td> <td width="33%" class="link-index">&nbsp;</td> <td width="33%" class="link-index">&nbsp;</td> </tr> <tr><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td><td class="link-index">&nbsp;</td></tr> </table> </td></tr> <tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="S">S</a></h2></td> <td valign="top"> <table class="link-index" width="100%" border="1"> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core.blueprint_core-module.html#say_hallo">say_hallo()</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.core.blueprint_core-module.html">simple_flask_blueprint.core.blueprint_core</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest.blueprint_rest-module.html#say_hallo_to_guest_service">say_hallo_to_guest_service()</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest.blueprint_rest-module.html">simple_flask_blueprint.rest.blueprint_rest</a>)</span></td> <td width="33%" class="link-index">&nbsp;</td> </tr> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest.blueprint_rest-module.html#say_hallo_service">say_hallo_service()</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest.blueprint_rest-module.html">simple_flask_blueprint.rest.blueprint_rest</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint-module.html">simple_flask_blueprint</a></td> <td width="33%" class="link-index">&nbsp;</td> </tr> </table> </td></tr> <tr valign="top"><td valign="top" width="1%"><h2 class="epydoc"><a name="_">_</a></h2></td> <td valign="top"> <table class="link-index" width="100%" border="1"> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint-module.html#__email__">__email__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint-module.html">simple_flask_blueprint</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint-module.html#__package__">__package__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint-module.html">simple_flask_blueprint</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest-module.html#__package__">__package__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest-module.html">simple_flask_blueprint.rest</a>)</span></td> </tr> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core-module.html#__email__">__email__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.core-module.html">simple_flask_blueprint.core</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core-module.html#__package__">__package__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.core-module.html">simple_flask_blueprint.core</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest.blueprint_rest-module.html#__package__">__package__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest.blueprint_rest-module.html">simple_flask_blueprint.rest.blueprint_rest</a>)</span></td> </tr> <tr> <td width="33%" class="link-index"><a href="simple_flask_blueprint.rest-module.html#__email__">__email__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.rest-module.html">simple_flask_blueprint.rest</a>)</span></td> <td width="33%" class="link-index"><a href="simple_flask_blueprint.core.blueprint_core-module.html#__package__">__package__</a><br /> <span class="index-where">(in&nbsp;<a href="simple_flask_blueprint.core.blueprint_core-module.html">simple_flask_blueprint.core.blueprint_core</a>)</span></td> <td width="33%" class="link-index">&nbsp;</td> </tr> </table> </td></tr> </table> <br /><br /><!-- ==================== NAVIGATION BAR ==================== --> <table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0"> <tr valign="middle"> <!-- Home link --> <th>&nbsp;&nbsp;&nbsp;<a href="simple_flask_blueprint-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th> <!-- Tree link --> <th>&nbsp;&nbsp;&nbsp;<a href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th> <!-- Index link --> <th bgcolor="#70b0f0" class="navbar-select" >&nbsp;&nbsp;&nbsp;Indices&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <!-- Project homepage --> <th class="navbar" align="right" width="100%"> <table border="0" cellpadding="0" cellspacing="0"> <tr><th class="navbar" align="center" ><a class="navbar" target="_top" href="https://github.com/Kalimaha/simple_flask_blueprint">Simple Flask Blueprint</a></th> </tr></table></th> </tr> </table> <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> Generated by Epydoc 3.0.1 on Thu Jul 2 14:48:49 2015 </td> <td align="right" class="footer"> <a target="mainFrame" href="http://epydoc.sourceforge.net" >http://epydoc.sourceforge.net</a> </td> </tr> </table> <script type="text/javascript"> <!-- // Private objects are initially displayed (because if // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. checkCookie(); // --> </script> </body> </html>
src/main/resources/naacl2010-langid/EuroGOV/trn0819.html
varh1i/language_detection
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="DC.type" http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body> <head>Anuncio de expiraci%oacute%n de medidas compensatorias</head> <div type="body"> <p>Anuncio de expiración de medidas compensatorias</p> <p>(2005/C 232/02)</p> <p>No habiéndose recibido ninguna solicitud de reconsideración tras la publicación del anuncio de su inminente expiración [1], la Comisión comunica que las medidas compensatorias abajo mencionadas expirarán próximamente.</p> <p>El presente anuncio se publica, con arreglo al apartado 4 del artículo 18 del Reglamento (CE) no 2026/97 del Consejo de 6 de octubre de 1997 [2], sobre defensa contra las importaciones subvencionadas originarias de países no miembros de la Comunidad Europea.</p> <p>Producto | País(es) de origen o de exportación | Medida | Referencia | Fecha de expiración |</p> <p>Caucho termoplástico de estireno-butadieno-estireno | Taiwán | Derecho compensatorio | Reglamento (CE) no 1994/2000 del Consejo (DO L 238 de 22.9.2000, p. 8) | 23.9.2005 |</p> <p>[1] DO C 312 de 17.12.2004, p. 5.</p> <p>[2] DO L 288 de 21.10.1997, p. 1 ; Reglamento modificado por última vez por el Reglamento (CE) no 461/2004 del Consejo (DO L 77 de 13.3.2004, p. 12)</p> <p>--------------------------------------------------</p> </div> </body> </html>
app/views/devices-list.html
smartanthill/smartanthill2_0-dashboard
<div ng-show="vm.devices.length"> <h1>Devices</h1> <p> <a ui-sref="devices.add" class="btn btn-primary" role="button">New Device</a> </p> <table class="table"> <tr> <th>ID</th> <th>Name</th> <th>Enabled</th> <th>Status</th> </tr> <tr ng-repeat="device in vm.devices"> <td> {{device.id}} </td> <td> <a href="#!/devices/{{device.id}}">{{device.name}}</a> </td> <td> {{ device.enabled ? 'Yes' : 'No' }} </td> <td> {{ device.status | statusToText }} </td> </tr> </table> </div> <div class="jumbotron" ng-show="!vm.devices.length"> <h1>Devices</h1> <p>You devices list is empty.</p> <p><a ui-sref="devices.add" class="btn btn-primary" role="button">Add new Device</a> </p> </div>
giac/giac-1.5.0/doc/fr/cascmd_fr/cascmd_fr561.html
hiplayer/giac
<!DOCTYPE html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="hevea 2.29+5 of 2017-05-18"> <link rel="stylesheet" type="text/css" href="cascmd_fr.css"> <title>Matrice de zéros : newMat matrix</title> </head> <body > <a href="cascmd_fr560.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_fr562.html"><img src="next_motif.gif" alt="Next"></a> <hr> <h3 id="sec694" class="subsection">6.46.2  Matrice de zéros : <span style="font-family:monospace">newMat matrix</span></h3> <p><a id="hevea_default1037"></a><a id="hevea_default1038"></a> <span style="font-family:monospace">newMat(n,p)</span> ou <span style="font-family:monospace">matrix(n,p)</span> renvoie la matrice de <span style="font-family:monospace">n</span> lignes et de <span style="font-family:monospace">p</span> colonnes formée par des zéros.<br> On tape : </p><div class="center"><span style="font-family:monospace">newMat(4,3)</span></div><p> Ou on tape : </p><div class="center"><span style="font-family:monospace">matrix(4,3)</span></div><p> On obtient : </p><div class="center"><span style="font-family:monospace">[[0,0,0],[0,0,0],[0,0,0],[0,0,0]]</span></div><p> <span style="font-weight:bold">Remarque</span><br> <span style="font-family:monospace">matrix</span> sert aussi à définir une matrice et à transformer une table en une matrice (par ex <span style="font-family:monospace">matrix(n,p,(i,j)-&gt;i+j)</span> et si <span style="font-family:monospace">A:=table((0,0)=1,(4,4)=4)</span> alors <span style="font-family:monospace">matrix(A)</span> transforme <span style="font-family:monospace">A</span> en une matrice).</p> <hr> <a href="cascmd_fr560.html"><img src="previous_motif.gif" alt="Previous"></a> <a href="index.html"><img src="contents_motif.gif" alt="Up"></a> <a href="cascmd_fr562.html"><img src="next_motif.gif" alt="Next"></a> </body> </html>
BFStoryArchive/BFStoryArchive/grand_02_11.html
Blackrobe/blackrobe.github.io
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="style/style.css"> <link rel="stylesheet" type="text/css" media="only screen and (min-device-width: 360px)" href="style-compact.css"> <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-74917613-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div class="dungeonBackgroundContainer"> <img class="dungeonFrame" src="dungeon_battle_collection/baseDungeonFrame.png" /> <img class="dungeonImage" src="dungeon_battle_collection/dungeon_battle_10100.jpg" /> </div> <div class="dialogueContainer"> <div class="facePortrait"> <img class="facePortraitFrame" src="navi_chara_collection/characterFrame.png" /> <img class="facePortraitImg" src="navi_chara_collection/navi_chara5_4.png" /> </div> <div class="speakerName"><a href="http://i.imgur.com/PZWh1tF.png">Paris</a></div> <div class="speakerMessage">The ornament on this chest is broken...</div> </div> <br> <div class="dialogueContainer"> <div class="facePortrait"> <img class="facePortraitFrame" src="navi_chara_collection/characterFrame.png" /> <img class="facePortraitImg" src="navi_chara_collection/navi_chara5_3.png" /> </div> <div class="speakerName">Paris</div> <div class="speakerMessage">Could it be...that someone else was here before me?!</div> </div> <br> <div class="dialogueContainer"> <div class="facePortrait"> <img class="facePortraitFrame" src="navi_chara_collection/characterFrame.png" /> <img class="facePortraitImg" src="navi_chara_collection/navi_chara5_3.png" /> </div> <div class="speakerName">Paris</div> <div class="speakerMessage">The Summoners' Hall is also aware of the rumors, so it's possible that they are inspecting the area as well...</div> </div> <br> <div class="dialogueContainer"> <div class="facePortrait"> <img class="facePortraitFrame" src="navi_chara_collection/characterFrame.png" /> <img class="facePortraitImg" src="navi_chara_collection/navi_chara5_3.png" /> </div> <div class="speakerName">Paris</div> <div class="speakerMessage">And if that's the case, the biggest problem will be who they chose to send here.</div> </div> <br> <div class="dialogueContainer"> <div class="facePortrait"> <img class="facePortraitFrame" src="navi_chara_collection/characterFrame.png" /> <img class="facePortraitImg" src="navi_chara_collection/navi_chara5_3.png" /> </div> <div class="speakerName">Paris</div> <div class="speakerMessage">Tsk, I hate remembering that stupid face...</div> </div> <br> </body> </html> <!-- contact me at reddit /u/blackrobe199 -->
运营/多盟/domob_android_sdk-4.5.4/doc/cn/domob/android/ads/package-summary.html
chosener/ProjectRes
<!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_71) on Wed May 20 17:33:39 CST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>cn.domob.android.ads (Domob Android SDK API)</title> <meta name="date" content="2015-05-20"> <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="cn.domob.android.ads (Domob Android SDK API)"; } //--> </script> <noscript> <div>您的浏览器已禁用 JavaScript。</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="跳过导航链接"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../cn/domob/android/ads/package-summary.html">程序包</a></li> <li>类</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-all.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> <div class="aboutLanguage"><em> <b>Domob Android SDK API</b> </em></div> </div> <div class="subNav"> <ul class="navList"> <li>上一个程序包</li> <li>下一个程序包</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?cn/domob/android/ads/package-summary.html" target="_top">框架</a></li> <li><a href="package-summary.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">所有类</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"> <h1 title="程序包" class="title">程序包&nbsp;cn.domob.android.ads</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释"> <caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">接口</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdEventListener.html" title="cn.domob.android.ads中的接口">AdEventListener</a></td> <td class="colLast"> <div class="block">Call method "setAdEventListener" of a instance of DomobAdView to set event listener.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdListener.html" title="cn.domob.android.ads中的接口">AdListener</a></td> <td class="colLast"> <div class="block"> An interface for listening Domob banner ads.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/FeedsAdListener.html" title="cn.domob.android.ads中的接口">FeedsAdListener</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/InterstitialAdListener.html" title="cn.domob.android.ads中的接口">InterstitialAdListener</a></td> <td class="colLast"> <div class="block"> An interface for listening Domob interstitial ads.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/RTSplashAdListener.html" title="cn.domob.android.ads中的接口">RTSplashAdListener</a></td> <td class="colLast"> <div class="block"> An interface for listening Domob real time splash ads.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/SplashAdListener.html" title="cn.domob.android.ads中的接口">SplashAdListener</a></td> <td class="colLast"> <div class="block"> An interface for listening Domob splash ads.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释"> <caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">类</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdManager.html" title="cn.domob.android.ads中的类">AdManager</a></td> <td class="colLast"> <div class="block"> A class for managing Domob ads.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdView.html" title="cn.domob.android.ads中的类">AdView</a></td> <td class="colLast"> <div class="block"> A class for invoking Domob banner ads.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/FeedsAdView.html" title="cn.domob.android.ads中的类">FeedsAdView</a></td> <td class="colLast"> <div class="block"> A class for invoking Domob Feeds ads.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/InterstitialAd.html" title="cn.domob.android.ads中的类">InterstitialAd</a></td> <td class="colLast"> <div class="block"> A class for invoking Domob interstitial ads.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/RTSplashAd.html" title="cn.domob.android.ads中的类">RTSplashAd</a></td> <td class="colLast"> <div class="block"> A class for invoking Domob real time splash ads.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/SplashAd.html" title="cn.domob.android.ads中的类">SplashAd</a></td> <td class="colLast"> <div class="block"> A class for invoking Domob splash ads.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/Updater.html" title="cn.domob.android.ads中的类">Updater</a></td> <td class="colLast"> <div class="block"> A class for reminding update.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举概要表, 列表枚举和解释"> <caption><span>枚举概要</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">枚举</th> <th class="colLast" scope="col">说明</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdManager.ErrorCode.html" title="cn.domob.android.ads中的枚举">AdManager.ErrorCode</a></td> <td class="colLast"> <div class="block">Ad request error code</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/AdView.PlacementType.html" title="cn.domob.android.ads中的枚举">AdView.PlacementType</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/InterstitialAd.BorderType.html" title="cn.domob.android.ads中的枚举">InterstitialAd.BorderType</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="../../../../cn/domob/android/ads/SplashAd.SplashMode.html" title="cn.domob.android.ads中的枚举">SplashAd.SplashMode</a></td> <td class="colLast"> <div class="block">Domob Splash Mode</div> </td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="跳过导航链接"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="导航"> <li><a href="../../../../cn/domob/android/ads/package-summary.html">程序包</a></li> <li>类</li> <li><a href="package-tree.html">树</a></li> <li><a href="../../../../deprecated-list.html">已过时</a></li> <li><a href="../../../../index-all.html">索引</a></li> <li><a href="../../../../help-doc.html">帮助</a></li> </ul> <div class="aboutLanguage"><em> <b>Domob Android SDK API</b> </em></div> </div> <div class="subNav"> <ul class="navList"> <li>上一个程序包</li> <li>下一个程序包</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?cn/domob/android/ads/package-summary.html" target="_top">框架</a></li> <li><a href="package-summary.html" target="_top">无框架</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">所有类</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 &#169; 2011 Domob All Rights Reserved.</i> </small></p> </body> </html>
gramps42/gramps/example_NAVWEB0/ppl/3/a/ELUKQCWYK0JVU3FLA3.html
belissent/testing-example-reports
<!DOCTYPE html> <html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-US"> <title>My Family Tree - Reed, Jamesy</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="apple-mobile-web-app-capable" content="yes" /> <meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" /> <meta name="author" content="" /> <link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" /> <link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" /> <link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" /> <link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> <div id="header"> <h1 id="SiteTitle">My Family Tree</h1> </div> <div class="wrapper" id="nav" role="navigation"> <div class="container"> <ul class="menu" id="dropmenu"> <li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li> <li><a href="../../../index.html" title="Surnames">Surnames</a></li> <li><a href="../../../places.html" title="Places">Places</a></li> <li><a href="../../../sources.html" title="Sources">Sources</a></li> <li><a href="../../../media.html" title="Media">Media</a></li> <li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li> </ul> </div> </div> <div class="content" id="IndividualDetail"> <h3>Reed, Jamesy<sup><small> <a href="#sref1">1</a></small></sup></h3> <div id="summaryarea"> <table class="infolist"> <tr> <td class="ColumnAttribute">Birth Name</td> <td class="ColumnValue"> Reed, Jamesy </td> </tr> <tr> <td class="ColumnAttribute">Gramps&nbsp;ID</td> <td class="ColumnValue">I1861</td> </tr> <tr> <td class="ColumnAttribute">Gender</td> <td class="ColumnValue">male</td> </tr> </table> </div> <div class="subsection" id="parents"> <h4>Parents</h4> <table class="infolist"> <thead> <tr> <th class="ColumnAttribute">Relation to main person</th> <th class="ColumnValue">Name</th> <th class="ColumnValue">Relation within this family (if not by birth)</th> </tr> </thead> <tbody> </tbody> <tr> <td class="ColumnAttribute">Father</td> <td class="ColumnValue"> <a href="../../../ppl/o/g/YJUKQCECH2EL71XWGO.html">Reed, Michael<span class="grampsid"> [I1858]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">Mother</td> <td class="ColumnValue"> <a href="../../../ppl/r/7/JKUKQCUN65GP5LOM7R.html">Goodwin, Alice<span class="grampsid"> [I1859]</span></a> </td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/z/4/XKUKQCW9A9NCVC1J4Z.html">Reed, Jenny<span class="grampsid"> [I1860]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/3/a/ELUKQCWYK0JVU3FLA3.html">Reed, Jamesy<span class="grampsid"> [I1861]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/d/j/TLUKQC8889817PDRJD.html">Reed, Minnie<span class="grampsid"> [I1862]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Sister</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/9/l/QMUKQCEXZO5AY2A0L9.html">Reed, Kate<span class="grampsid"> [I1864]</span></a></td> <td class="ColumnValue"></td> </tr> <tr> <td class="ColumnAttribute">&nbsp;&nbsp;&nbsp;&nbsp;Brother</td> <td class="ColumnValue">&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../ppl/f/e/DNUKQCEGDFAVELYIEF.html">Reed, Michael<span class="grampsid"> [I1865]</span></a></td> <td class="ColumnValue"></td> </tr> </table> </div> <div class="subsection" id="pedigree"> <h4>Pedigree</h4> <ol class="pedigreegen"> <li> <a href="../../../ppl/o/g/YJUKQCECH2EL71XWGO.html">Reed, Michael<span class="grampsid"> [I1858]</span></a> <ol> <li class="spouse"> <a href="../../../ppl/r/7/JKUKQCUN65GP5LOM7R.html">Goodwin, Alice<span class="grampsid"> [I1859]</span></a> <ol> <li> <a href="../../../ppl/z/4/XKUKQCW9A9NCVC1J4Z.html">Reed, Jenny<span class="grampsid"> [I1860]</span></a> </li> <li class="thisperson"> Reed, Jamesy </li> <li> <a href="../../../ppl/d/j/TLUKQC8889817PDRJD.html">Reed, Minnie<span class="grampsid"> [I1862]</span></a> </li> <li> <a href="../../../ppl/9/l/QMUKQCEXZO5AY2A0L9.html">Reed, Kate<span class="grampsid"> [I1864]</span></a> </li> <li> <a href="../../../ppl/f/e/DNUKQCEGDFAVELYIEF.html">Reed, Michael<span class="grampsid"> [I1865]</span></a> </li> </ol> </li> </ol> </li> </ol> </div> <div class="subsection" id="tree"> <h4>Ancestors</h4> <div id="treeContainer" style="width:735px; height:602px;"> <div class="boxbg male AncCol0" style="top: 269px; left: 6px;"> <a class="noThumb" href="../../../ppl/3/a/ELUKQCWYK0JVU3FLA3.html"> Reed, Jamesy </a> </div> <div class="shadow" style="top: 274px; left: 10px;"></div> <div class="bvline" style="top: 301px; left: 165px; width: 15px"></div> <div class="gvline" style="top: 306px; left: 165px; width: 20px"></div> <div class="boxbg male AncCol1" style="top: 119px; left: 196px;"> <a class="noThumb" href="../../../ppl/o/g/YJUKQCECH2EL71XWGO.html"> Reed, Michael </a> </div> <div class="shadow" style="top: 124px; left: 200px;"></div> <div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div> <div class="bvline" style="top: 151px; left: 355px; width: 15px"></div> <div class="gvline" style="top: 156px; left: 355px; width: 20px"></div> <div class="boxbg male AncCol2" style="top: 44px; left: 386px;"> <a class="noThumb" href="../../../ppl/4/u/SHUKQC1BINXF9KKFU4.html"> Reed, Edward </a> </div> <div class="shadow" style="top: 49px; left: 390px;"></div> <div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div> <div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div> <div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div> <div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div> <div class="boxbg female AncCol1" style="top: 419px; left: 196px;"> <a class="noThumb" href="../../../ppl/r/7/JKUKQCUN65GP5LOM7R.html"> Goodwin, Alice </a> </div> <div class="shadow" style="top: 424px; left: 200px;"></div> <div class="bvline" style="top: 451px; left: 180px; width: 15px;"></div> <div class="gvline" style="top: 456px; left: 185px; width: 20px;"></div> <div class="bhline" style="top: 301px; left: 180px; height: 150px;"></div> <div class="gvline" style="top: 306px; left: 185px; height: 150px;"></div> </div> </div> <div class="subsection" id="sourcerefs"> <h4>Source References</h4> <ol> <li> <a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1"> Import from test2.ged <span class="grampsid"> [S0003]</span> </a> </li> </ol> </div> </div> <div class="fullclear"></div> <div id="footer"> <p id="createdate"> Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25 </p> <p id="copyright"> </p> </div> </body> </html>
www.jinbuguo.com/postgresql/menu823/spi-spi-cursor-close.html
Pengfei-Gao/develop-reference-data
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Language" content="zh-CN"><link href="stylesheet.css" media="all" rel="stylesheet" type="text/css"> <title>SPI_cursor_close</title> <script>var _hmt=_hmt||[]; (function(){ var hm=document.createElement("script"); hm.src="//hm.baidu.com/hm.js?d286c55b63a3c54a1e43d10d4c203e75"; var s=document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm,s); })();</script> </head><body class="REFENTRY"> <div> <table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><th colspan="5" align="center" valign="bottom">PostgreSQL 8.2.3 中文文档</th></tr> <tr><td width="10%" align="left" valign="top"><a href="spi-spi-cursor-move.html" accesskey="P">后退</a></td><td width="10%" align="left" valign="top"><a href="spi-spi-cursor-move.html">快退</a></td><td width="60%" align="center" valign="bottom"></td><td width="10%" align="right" valign="top"><a href="spi-spi-saveplan.html">快进</a></td><td width="10%" align="right" valign="top"><a href="spi-spi-saveplan.html" accesskey="N">前进</a></td></tr> </table> <hr align="LEFT" width="100%"></div> <h1><a name="SPI-SPI-CURSOR-CLOSE"></a>SPI_cursor_close</h1> <div class="REFNAMEDIV"><a name="AEN42750"></a><h2>函数名</h2>SPI_cursor_close&nbsp;--&nbsp;关闭一个游标</div> <a name="AEN42753"></a> <div class="REFSYNOPSISDIV"><a name="AEN42755"></a><h2>原型</h2> <pre class="SYNOPSIS">void SPI_cursor_close(Portal <tt class="PARAMETER">portal</tt>)</pre> </div> <div class="REFSECT1"><a name="AEN42758"></a><h2>描述</h2> <p><code class="FUNCTION">SPI_cursor_close</code> 关闭一个前面创建的游标并且释放其入口存储。</p> <p>在事务结尾,所有打开的游标都自动关闭。只有在希望更早释放资源的时候才需要调用 <code class="FUNCTION">SPI_cursor_close</code></p> </div> <div class="REFSECT1"><a name="AEN42764"></a><h2>参数</h2> <div class="VARIABLELIST"> <dl> <dt><tt class="LITERAL">Portal <tt class="PARAMETER">portal</tt></tt></dt> <dd><p>包含游标的入口</p></dd> </dl> </div> </div> <div> <hr align="LEFT" width="100%"> <table summary="Footer navigation table" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td width="33%" align="left" valign="top"><a href="spi-spi-cursor-move.html" accesskey="P">后退</a></td><td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">首页</a></td><td width="33%" align="right" valign="top"><a href="spi-spi-saveplan.html" accesskey="N">前进</a></td></tr> <tr><td width="33%" align="left" valign="top">SPI_cursor_move</td><td width="34%" align="center" valign="top"><a href="spi-interface.html" accesskey="U">上一级</a></td><td width="33%" align="right" valign="top">SPI_saveplan</td></tr> </table> </div> </body></html>
doc/alphabetsoup/simulators/markettaskallocation/DoubleAuction.html
eshen1991/kivasim
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0) on Tue Apr 10 16:02:14 GMT-05:00 2007 --> <TITLE> DoubleAuction </TITLE> <META NAME="date" CONTENT="2007-04-10"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="DoubleAuction"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleAuction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/BucketStorageAgent.html" title="class in alphabetsoup.simulators.markettaskallocation"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Economy.html" title="class in alphabetsoup.simulators.markettaskallocation"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DoubleAuction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> alphabetsoup.simulators.markettaskallocation</FONT> <BR> Class DoubleAuction&lt;ItemType,SellerType,BuyerType&gt;</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>alphabetsoup.simulators.markettaskallocation.DoubleAuction&lt;ItemType,SellerType,BuyerType&gt;</B> </PRE> <HR> <DL> <DT><PRE>public class <B>DoubleAuction&lt;ItemType,SellerType,BuyerType&gt;</B><DT>extends java.lang.Object</DL> </PRE> <P> <DL> <DT><B>Author:</B></DT> <DD>Chris Hazard</DD> </DL> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#offers">offers</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;List that maintains all of the offers, always sorted descending by value.</TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#DoubleAuction()">DoubleAuction</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;java.util.List&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#acceptAllExchangesFrom(java.util.Set, java.util.Set, float)">acceptAllExchangesFrom</A></B>(java.util.Set&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&nbsp;buyers, java.util.Set&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&gt;&nbsp;sellers, float&nbsp;price)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a list of all the exchanges that occur given the current market from the specified subset of buyers and sellers (those that are not able to currently participate are</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#acceptNextBuyerExchange(BuyerType)">acceptNextBuyerExchange</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next exchange for the specified buyer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#acceptNextSellerExchange(SellerType)">acceptNextSellerExchange</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the next exchange for the specified seller.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#addAsk(SellerType, float)">addAsk</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller, float&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new ask for the given seller to sell at the given value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#addAsk(SellerType, ItemType, float)">addAsk</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller, <A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>&nbsp;item, float&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new ask for the given seller to sell at the given value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#addBid(BuyerType, float)">addBid</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer, float&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new buy bid for the given buyer for the given value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#addBid(BuyerType, ItemType, float)">addBid</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer, <A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>&nbsp;item, float&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a new bid for the given buyer for the given value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#getAskPrice()">getAskPrice</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current ask price of the market: Mth price.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;float</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#getBidPrice()">getBidPrice</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the current bid price of the market: (M+1)st price.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#getNumAsks()">getNumAsks</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns number of asks</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#getNumBids()">getNumBids</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns number of buy bids</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#isBuyerInTradingSet(BuyerType)">isBuyerInTradingSet</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the specified buyer will be allocated an item</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#isSellerInTradingSet(SellerType)">isSellerInTradingSet</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the specified seller will sell</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#removeAsks(SellerType)">removeAsks</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes all asks for the specified seller</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html#removeBids(BuyerType)">removeBids</A></B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes all bids for the specified buyer.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="offers"><!-- --></A><H3> offers</H3> <PRE> public java.util.List&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&gt; <B>offers</B></PRE> <DL> <DD>List that maintains all of the offers, always sorted descending by value. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="DoubleAuction()"><!-- --></A><H3> DoubleAuction</H3> <PRE> public <B>DoubleAuction</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="addBid(java.lang.Object,float)"><!-- --></A><A NAME="addBid(BuyerType, float)"><!-- --></A><H3> addBid</H3> <PRE> public void <B>addBid</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer, float&nbsp;value)</PRE> <DL> <DD>Adds a new buy bid for the given buyer for the given value. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DD><CODE>value</CODE> - </DL> </DD> </DL> <HR> <A NAME="addBid(java.lang.Object,java.lang.Object,float)"><!-- --></A><A NAME="addBid(BuyerType, ItemType, float)"><!-- --></A><H3> addBid</H3> <PRE> public void <B>addBid</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer, <A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>&nbsp;item, float&nbsp;value)</PRE> <DL> <DD>Adds a new bid for the given buyer for the given value. Maintains an item identifier for the buyer to use if the transaction succeeds. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DD><CODE>item</CODE> - <DD><CODE>value</CODE> - </DL> </DD> </DL> <HR> <A NAME="addAsk(java.lang.Object,float)"><!-- --></A><A NAME="addAsk(SellerType, float)"><!-- --></A><H3> addAsk</H3> <PRE> public void <B>addAsk</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller, float&nbsp;value)</PRE> <DL> <DD>Adds a new ask for the given seller to sell at the given value. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DD><CODE>value</CODE> - </DL> </DD> </DL> <HR> <A NAME="addAsk(java.lang.Object,java.lang.Object,float)"><!-- --></A><A NAME="addAsk(SellerType, ItemType, float)"><!-- --></A><H3> addAsk</H3> <PRE> public void <B>addAsk</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller, <A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>&nbsp;item, float&nbsp;value)</PRE> <DL> <DD>Adds a new ask for the given seller to sell at the given value. Maintains an item identifier for the seller to use if the transaction succeeds. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DD><CODE>value</CODE> - </DL> </DD> </DL> <HR> <A NAME="removeBids(java.lang.Object)"><!-- --></A><A NAME="removeBids(BuyerType)"><!-- --></A><H3> removeBids</H3> <PRE> public void <B>removeBids</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</PRE> <DL> <DD>Removes all bids for the specified buyer. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - </DL> </DD> </DL> <HR> <A NAME="removeAsks(java.lang.Object)"><!-- --></A><A NAME="removeAsks(SellerType)"><!-- --></A><H3> removeAsks</H3> <PRE> public void <B>removeAsks</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</PRE> <DL> <DD>Removes all asks for the specified seller <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>seller</CODE> - </DL> </DD> </DL> <HR> <A NAME="getBidPrice()"><!-- --></A><H3> getBidPrice</H3> <PRE> public float <B>getBidPrice</B>()</PRE> <DL> <DD>Returns the current bid price of the market: (M+1)st price. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getAskPrice()"><!-- --></A><H3> getAskPrice</H3> <PRE> public float <B>getAskPrice</B>()</PRE> <DL> <DD>Returns the current ask price of the market: Mth price. <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="isBuyerInTradingSet(java.lang.Object)"><!-- --></A><A NAME="isBuyerInTradingSet(BuyerType)"><!-- --></A><H3> isBuyerInTradingSet</H3> <PRE> public boolean <B>isBuyerInTradingSet</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</PRE> <DL> <DD>Returns true if the specified buyer will be allocated an item <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="isSellerInTradingSet(java.lang.Object)"><!-- --></A><A NAME="isSellerInTradingSet(SellerType)"><!-- --></A><H3> isSellerInTradingSet</H3> <PRE> public boolean <B>isSellerInTradingSet</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</PRE> <DL> <DD>Returns true if the specified seller will sell <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="acceptAllExchangesFrom(java.util.Set, java.util.Set, float)"><!-- --></A><H3> acceptAllExchangesFrom</H3> <PRE> public java.util.List&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&gt; <B>acceptAllExchangesFrom</B>(java.util.Set&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt;&nbsp;buyers, java.util.Set&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&gt;&nbsp;sellers, float&nbsp;price)</PRE> <DL> <DD>Returns a list of all the exchanges that occur given the current market from the specified subset of buyers and sellers (those that are not able to currently participate are <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyers</CODE> - <DD><CODE>sellers</CODE> - <DD><CODE>price</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="acceptNextBuyerExchange(java.lang.Object)"><!-- --></A><A NAME="acceptNextBuyerExchange(BuyerType)"><!-- --></A><H3> acceptNextBuyerExchange</H3> <PRE> public <A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt; <B>acceptNextBuyerExchange</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&nbsp;buyer)</PRE> <DL> <DD>Returns the next exchange for the specified buyer. Returns a populated Exchange class if a transaction takes place, including the seller information. The seller with the lowest price is chosen (since the earliest successful/capable bidder is calling). If no transaction is winning for the given buyer, this function returns null. The clearing price used by this function is the bid price. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="acceptNextSellerExchange(java.lang.Object)"><!-- --></A><A NAME="acceptNextSellerExchange(SellerType)"><!-- --></A><H3> acceptNextSellerExchange</H3> <PRE> public <A HREF="../../../alphabetsoup/simulators/markettaskallocation/Exchange.html" title="class in alphabetsoup.simulators.markettaskallocation">Exchange</A>&lt;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">ItemType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>,<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">BuyerType</A>&gt; <B>acceptNextSellerExchange</B>(<A HREF="../../../alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" title="type parameter in DoubleAuction">SellerType</A>&nbsp;seller)</PRE> <DL> <DD>Returns the next exchange for the specified seller. Returns a populated Exchange class if a transaction takes place, including the buyer information. The buyer with the highest price is chosen (since the earliest successful/capable asker is calling). If no transaction is winning for the given seller, this function returns null. The clearing price used by this function is the ask price. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>buyer</CODE> - <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getNumAsks()"><!-- --></A><H3> getNumAsks</H3> <PRE> public int <B>getNumAsks</B>()</PRE> <DL> <DD>Returns number of asks <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <HR> <A NAME="getNumBids()"><!-- --></A><H3> getNumBids</H3> <PRE> public int <B>getNumBids</B>()</PRE> <DL> <DD>Returns number of buy bids <P> <DD><DL> <DT><B>Returns:</B><DD></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DoubleAuction.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/BucketStorageAgent.html" title="class in alphabetsoup.simulators.markettaskallocation"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../alphabetsoup/simulators/markettaskallocation/Economy.html" title="class in alphabetsoup.simulators.markettaskallocation"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?alphabetsoup/simulators/markettaskallocation/DoubleAuction.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DoubleAuction.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
exe/webui/style/silver/content.css
mclois/iteexe
/* eXe Copyright 2004-2005, University of Auckland style sheet for silver theme Modified by Ignacio Gros for eXeLearning.net See Help - eXe Tutorial for more info on how to modify this style for your needs. */ html{padding:0} body{font:.75em/1.5 Arial,Verdana,Helvetica,sans-serif;padding:15px;margin:0;text-align:left;color:#444;background:#E0DFD8} a{color:#374990} a:hover,a:focus{color:#263264} #header,#emptyHeader{text-align:left;height:auto!important;height:1.5em;min-height:1.5em;padding:.75em 15px;font-size:1.5em;text-shadow:1px 1px 1px #444;border-bottom:2px solid #E5E4E0;border-top:2px solid #E5E4E0;color:#fff} /* Header is also in single page */ #header h1{margin:0;font-size:1em} #nodeDecoration{text-align:left;padding:1em 20px;margin-bottom:2em;background:#D9D9CE;text-shadow:1px 1px 1px #f9f9f9;border-bottom:2px solid #E5E4E0;border-top:2px solid #E5E4E0;color:#4D4D4D} #nodeTitle,.nodeTitle{font-size:1.5em;margin:0;font-weight:bold;text-align:right} /* .nodeTitle when single page */ .nodeTitle{padding:.1em 0 .6em 0;border-bottom:2px solid #E5E4E0;margin-top:1em;text-align:right} #main h2{font-size:1.4em} #main .iDeviceTitle{display:inline;font-size:1.4em} h3{font-size:1.25em;color:#666} #main h4{font-size:1.2em} #main h5{font-size:1.1em} .iDevice{margin:2em 0;padding:10px;background:#fff url(_silver_idevice_bg.gif) repeat-x 0 0;border-radius:5px} .emphasis0{padding:0;background:none} /* iDevice icons */ .iDevice_icon{width:32px;height:auto;margin-right:5px} .iDevice_header{background:url(icon_generic.gif) no-repeat 0 0;padding-left:38px;margin-bottom:2px} .activityIdevice .iDevice_header{background-image:url(icon_activity.gif)} .readingIdevice .iDevice_header{background-image:url(icon_reading.gif);padding-left:41px} .ListaIdevice .iDevice_header, .QuizTestIdevice .iDevice_header, .MultichoiceIdevice .iDevice_header, .TrueFalseIdevice .iDevice_header, .MultiSelectIdevice .iDevice_header, .ClozeIdevice .iDevice_header{background-image:url(icon_question.gif)} .CasestudyIdevice .iDevice_header{background-image:url(icon_casestudy.gif)} .preknowledgeIdevice .iDevice_header{background-image:url(icon_preknowledge.gif);padding-left:39px} .GalleryIdevice .iDevice_header{background-image:url(icon_gallery.gif);padding-left:40px} .objectivesIdevice .iDevice_header{background-image:url(icon_objectives.gif)} .ReflectionIdevice .iDevice_header{background-image:url(icon_reflection.gif)} .iDeviceTitle{font-size:1.3em;vertical-align:top;top:0;color:#fff;text-shadow:1px 1px 1px #444;line-height:2em} .iDevice_content{overflow:auto} .iDevice_inner{background:#F2F2EF;border-radius:5px;padding:10px 20px} .emphasis0 .iDevice_inner{background:none;padding:0} #siteFooter{color:#555;font-size:.95em} input,select,textarea{font-family:Arial,Verdana,Helvetica,sans-serif;font-size:1em} .ExternalUrlIdevice iframe{border:none} /* Lightbox */ .exeImageGallery{width:100%} /* base.css */ .block,.feedback{padding:0} .feedback{font-family:Arial,Verdana,Helvetica,sans-serif;font-size:1em} li{list-style-position:outside} #wikipedia-content ul li{list-style-image:none;margin-bottom:auto} .exe-dl .icon{line-height:17px} .js .exe-dl dd{margin-left:34px} /* Form buttons */ .feedbackbutton{background:#4D4D4D;margin-bottom:1em;color:#fff} /* Hide/Show iDevice */ .toggle-idevice{margin:12px 0 0;text-align:right;display:block} .iDevice_header .toggle-idevice{float:right;padding-top:2px;margin:0} .toggle-idevice a{display:inline-block;width:14px;height:14px;background:url(_silver_hide_show.png) no-repeat 0 -14px} .toggle-idevice .show-idevice{background-position:0 0} .toggle-idevice span{position:absolute;overflow:hidden;clip:rect(0,0,0,0);height:0} /* Effects */ .exe-fx .fx-C2, .exe-fx .fx-C2 a, .fx-pagination a{background:#FFF}
http/template/user/stats/main.html
nicksellen/iznik
<div class="panel panel-white"> <div class="row"> <div class="col-xs-2"> <% if (obj.profile) { %> <img alt="Group profile picture" src="{{obj.profile}}" class="img-thumbnail img-rounded" /> <% } else { %> <img alt="Logo" src="/images/user_logo.png" class="img-thumbnail img-rounded" /> <% } %> </div> <% if (obj.profile) { %> <div class="col-xs-8"> <% } else { %> <div class="col-xs-10"> <% } %> <h1 class="js-pagetitle"> {{namedisplay}} - Statistics </h1> <p class="text-larger">{{obj.tagline}}</p> <% if (obj.id) { %> <div class="text-muted"> <span class="js-founded"> Founded <span class="js-foundeddate" />. </span> <span class="js-membercount" /> current freeglers.<br /> <span class="js-donationwrapper" style="display: none">Donations this month &pound;<span class="js-donations" /> out of a target of &pound;{{fundingtarget}}. <a href="/donate">Donate here</a></span> </div> <% } %> <div class="js-arealist" /> </div> <div class="col-xs-2"> <% if (obj.id) { %> <br /> <div class="btn btn-success pull-right margright js-join" style="display: none;"> <div class="glyphicon glyphicon-plus" /><span class="topspace">&nbsp;Join</span> </div> <div class="btn btn-white pull-right margright js-leave" style="display: none;"> <div class="glyphicon glyphicon-trash" /><span class="topspace">&nbsp;Leave</span> </div> <% } %> </div> </div> <div class="row js-gotdesc" style="display: none"> <div class="col-xs-12"> <hr /> <div class="padleft groupdescription js-description" /> <br class="clearfix" /> </div> </div> </div> </div> <div class="row"> <div class="col-xs-12"> <div class="panel panel-default"> <div class="panel-body"> <h3>Activity</h3> <p> This includes people OFFERing something, posting a WANTED for something, or searching for something. Figures are only available since late December 2016. </p> <div class="js-messagegraph" /> </div> </div> </div> </div> <div class="row topspace"> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-body"> <p> Here you can see how often people give things away compared to how often they ask for things. </p> <div class="js-balancechart" /> </div> </div> </div> <div class="col-md-6"> <div class="panel panel-default"> <div class="panel-body"> <p> These charts show how often people are successful in giving something away or getting something - when they let us know! </p> <div class="row"> <div class="col-md-6"> <div class="js-offeroutcome" /> </div> <div class="col-md-6"> <div class="js-wantedoutcome" /> </div> </div> <div class="js-successgraph" /> </div> </div> </div> </div> <div class="row"> <div class="col-xs-12"> <h3>Weights</h3> <p>This is an estimate of the weight of items we have diverted from the waste stream. People don't always tell us when things have worked - so this is likely to be an underestimate. Figures are only available since September 2016. These may change as we improve our estimates.</p> <div class="js-weightgraph" /> </div> </div> <div class="row js-membergraphholder" style="display: none;"> <div class="col-xs-12"> <h3>Members</h3> <p>Here you can see how many members there are.</p> <div class="js-membergraph" /> </div> </div> <p>If you want to find statistics for particular councils, click <a href="/stats/authorities">here</a>.</p>
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/aspnet/showaspxa4f5.html
platinhom/ManualHom
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/aspnet/showaspx.asp?filename=demo_listitem by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:22:10 GMT --> <head> <title>Tryit Editor v2.1 - Show ASP.NET</title> <link rel="stylesheet" href="../trycss.css"> <!--[if lt IE 8]> <style> .textarea, .iframe {height:800px;} #iframeSource, #iframeResult {height:700px;} </style> <![endif]--> <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-3855518-1', 'auto'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <script type='text/javascript'> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement('script'); gads.async = true; gads.type = 'text/javascript'; var useSSL = 'https:' == document.location.protocol; gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js'; var node = document.getElementsByTagName('script')[0]; node.parentNode.insertBefore(gads, node); })(); </script> <script type='text/javascript'> googletag.cmd.push(function() { googletag.defineSlot('/16833175/TryitLeaderboard', [[728, 90], [970, 90]], 'div-gpt-ad-1383036313516-0').addService(googletag.pubads()); googletag.pubads().setTargeting("content","trydotnet"); googletag.pubads().enableSingleRequest(); googletag.enableServices(); }); </script> </head> <body> <div id="ads"> <div style="position:relative;width:100%;margin-top:0px;margin-bottom:0px;"> <div style="width:974px;height:94px;position:relative;margin:0px;margin-left:auto; margin-right:auto;margin-top:5px;margin-bottom:5px;padding:0px;overflow:hidden;"> <!-- TryitLeaderboard --> <div id='div-gpt-ad-1383036313516-0' style='width:970px; height:90px;'> <script type='text/javascript'> googletag.cmd.push(function() { googletag.display('div-gpt-ad-1383036313516-0'); }); </script> </div> <div style="clear:both"></div> </div> </div> </div> <div class="menu"> <a href="../index.html"><img src="../images/w3schoolsgray.png" alt="w3schools.com" border="0"></a> </div> <div class="container"> <div class="textareacontainer"> <div class="textarea"> <div class="headerText">ASP Source:</div> <div class="iframewrapper"> <iframe id="iframeSource" frameborder="0" src="showaspxcodea66a.html?source=demo_listitem"></iframe> </div> </div> </div> <div class="iframecontainer"> <div class="iframe"> <div class="headerText">Result:</div> <div class="iframewrapper"> <iframe id="iframeResult" frameborder="0" src="demo_listitem.html"></iframe> </div> <div class="footerText">Show ASP.NET - &copy; <a href="../index.html">w3schools.com</a></div> </div> </div> </div> </body> <!-- Mirrored from www.w3schools.com/aspnet/showaspx.asp?filename=demo_listitem by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:22:10 GMT --> </html>
htdocs/doc/server/ljp.dbschema.dirmogsethandles.html
apparentlymart/livejournal
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>dirmogsethandles</title> <link rel="stylesheet" href="style.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="index.html" title="LiveJournal Server"> <link rel="up" href="ljp.dbschema.ref.html" title="Database Schema Browser"> <link rel="prev" href="ljp.dbschema.deletion_feedback.html" title="deletion_feedback"> <link rel="next" href="ljp.dbschema.dirsearchres2.html" title="dirsearchres2"> <meta name="date" content="2008-Sep-26"> </head> <body> <div class="navheader"> <table width="100%" summary="Navigation header"> <tr><th colspan="3" align="center"> <span class="database">dirmogsethandles</span> </th></tr> <tr> <td width="20%" align="left"> <a accesskey="p" href="ljp.dbschema.deletion_feedback.html">Prev</a> </td> <th width="60%" align="center">Database Schema Browser</th> <td width="20%" align="right"> <a accesskey="n" href="ljp.dbschema.dirsearchres2.html">Next</a> </td> </tr> </table> <hr> </div> <div class="refentry" lang="en"> <a name="ljp.dbschema.dirmogsethandles"></a><div class="titlepage"></div> <div class="refnamediv"> <h2> <span class="database">dirmogsethandles</span> </h2> <p> <span class="database">dirmogsethandles</span> &#8212; Global. Stores MogileFS sethandles for the Directory Search.</p> </div> <div class="refsect1" lang="en"> <a name="id3707691"></a><h2> <span class="database">dirmogsethandles</span> </h2> <div class="informaltable"><table border="1"> <colgroup> <col> <col> <col> <col> <col> </colgroup> <thead><tr> <th>Column name</th> <th>Type</th> <th>Null</th> <th>Default</th> <th>Description</th> </tr></thead> <tbody> <tr> <td> <span class="database">conskey</span> </td> <td> <span class="type">char(40)</span> </td> <td align="center"> </td> <td align="center"> <code class="literal"></code> </td> <td> </td> </tr> <tr> <td> <span class="database">exptime</span> </td> <td> <span class="type">int unsigned</span> </td> <td align="center"> </td> <td align="center"> <code class="literal"></code> </td> <td> </td> </tr> </tbody> </table></div> <div class="informaltable"><table border="1"> <colgroup> <col> <col> <col> </colgroup> <thead><tr> <th>Key name</th> <th>Type</th> <th>Column(s)</th> </tr></thead> <tbody> <tr> <td> <span class="database">PRIMARY</span> </td> <td> <span class="type">PRIMARY</span> </td> <td> <span class="database"></span> </td> </tr> <tr> <td> <span class="database">exptime</span> </td> <td> <span class="type">INDEX</span> </td> <td> <span class="database"></span> </td> </tr> </tbody> </table></div> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"> <a accesskey="p" href="ljp.dbschema.deletion_feedback.html">Prev</a> </td> <td width="20%" align="center"><a accesskey="u" href="ljp.dbschema.ref.html">Up</a></td> <td width="40%" align="right"> <a accesskey="n" href="ljp.dbschema.dirsearchres2.html">Next</a> </td> </tr> <tr> <td width="40%" align="left" valign="top"> <span class="database">deletion_feedback</span>  </td> <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> <td width="40%" align="right" valign="top">  <span class="database">dirsearchres2</span> </td> </tr> </table> </div> </body> </html>
demo/full/about.html
bradtraversy/bootsassy
<!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"> <title>About | Bootsassy Template</title> <!-- Stylesheets --> <link href="css/bootstrap.css" rel="stylesheet"> <link href="css/bootsassy.css" rel="stylesheet"> </head> <body> <header class="header-main"> <nav class="navbar navbar-fixed-top navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html"><h1><span class="em-primary">Boot</span>Sassy</h1></a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a href="index.html">Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Features <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li class="dropdown-submenu"><a href="typography.html">Typography</a> <ul class="dropdown-menu"> <li><a href="typography.html">General</a></li> <li><a href="typography.html#blockquotes">Blockquotes</a></li> <li><a href="typography.html#dropcaps">Dropcaps</a></li> <li><a href="typography.html#taglineboxes">Tagline Boxes</a></li> </ul> </li> <li class="dropdown-submenu"><a href="blocks.html">Blocks</a> <ul class="dropdown-menu"> <li><a href="blocks.html">Content Blocks</a></li> <li><a href="blocks.html#blocktitles">Block Titles</a></li> <li><a href="blocks.html#iconblocks">Icon Blocks</a></li> </ul> </li> <li class="dropdown-submenu"><a href="components.html">CSS Components</a> <ul class="dropdown-menu"> <li><a href="components.html#panels">Panels</a></li> <li><a href="components.html#wells">Wells</a></li> <li><a href="components.html#alerts">Alerts</a></li> <li><a href="components.html#progress">Progress Bars</a></li> <li><a href="components.html#labels">Labels</a></li> <li><a href="components.html#pagination">Pagination</a></li> </ul> </li> <li class="dropdown-submenu"><a href="#">JavaScript Components</a> <ul class="dropdown-menu"> <li><a href="carousel.html">Carousel</a></li> <li><a href="scroller.html">Slick Scroller</a></li> <li><a href="gallery.html">Image Gallery</a></li> <li><a href="tabs.html">Tabs</a></li> <li><a href="accordian.html">Accordian</a></li> <li><a href="tooltips.html">Tooltips</a></li> </ul> </li> <li class="dropdown-submenu"><a href="buttons.html">Buttons</a> <ul class="dropdown-menu"> <li><a href="buttons.html">General Buttons</a></li> <li><a href="buttons.html#buttonsizes">Button Sizes</a></li> <li><a href="buttons.html#buttongroups">Button Groups</a></li> <li><a href="buttons.html#buttondropdowns">Button Dropdowns</a></li> </ul> </li> <li><a href="sections.html">Sections</a></li> <li><a href="icons.html">Icons</a></li> <li><a href="tables.html">Tables</a></li> <li><a href="forms.html">Forms</a></li> <li><a href="grid.html">Grid System</a></li> </ul> </li> <li class="active"><a href="about.html">About</a></li> <li><a href="services.html">Services</a></li> <li class="dropdown"> <a href="portfolio.html" class="dropdown-toggle" data-toggle="dropdown">Portfolio<span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="portfolio-col-4.html"> Portfolio 4 Column</a></li> <li><a href="portfolio-col-3.html"> Portfolio 3 Column</a></li> <li><a href="portfolio-col-2.html"> Portfolio 2 Column</a></li> <li><a href="portfolio-col-1.html"> Portfolio 1 Column</a></li> </ul> </li> <li class="dropdown"> <a href="blog-right-sidebar.html" class="dropdown-toggle" data-toggle="dropdown">Blog <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li><a href="blog-right-sidebar.html"> Blog - Right Sidebar</a></li> <li><a href="blog-left-sidebar.html">Blog - Left Sidebar</a></li> <li><a href="blog-no-sidebar.html">Blog - No Sidebar</a></li> </ul> </li> <li><a href="contact.html">Contact</a></li> </ul> </div><!-- /.navbar-collapse --> </div><!-- /.container --> </nav> </header> <section class="section-dark-e section-text-button"> <div class="container"> <div class="row"> <div class="col-md-12"> <h2>All code snippets can be found under the <span class="em-primary">"Features"</span> menu item</h2> <a href="typography.html" class="btn btn-dark btn-border-1 btn-lg">Read More</a> </div> </div> </div> </section> <section> <div class="container"> <div class="row"> <div class="col-md-8"> <h2 class="heading-line-primary">About Us</h2> <div class="carousel-widget"> <div id="mycarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li> <li data-target="#carousel-example-generic" data-slide-to="1"></li> <li data-target="#carousel-example-generic" data-slide-to="2"></li> </ol> <div class="carousel-inner"> <div class="item active"> <img src="img/demo_content/stock1.jpg" alt="carousel1"> </div> <div class="item"> <img src="img/demo_content/stock2.jpg" alt="carousel2"> </div> <div class="item"> <img src="img/demo_content/stock3.jpg" alt="carousel3"> </div> </div> <!-- Carousel Controls --> <a class="left carousel-control" href="#mycarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left"></span> </a> <a class="right carousel-control" href="#mycarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right"></span> </a> </div> </div> <p>Vivamus vestibulum neque quis nunc convallis venenatis. Nulla tristique lorem sit amet ipsum ornare sit amet feugiat nulla condimentum. Sed faucibus volutpat nunc, at ullamcorper augue elementum id. Quisque at lectus leo, nec placerat mi. Curabitur egestas eleifend interdum. Suspendisse potenti. Suspendisse nec risus fermentum. </p> <p> In hac habitasse platea dictumst. In hac habitasse platea dictumst. Donec aliquet tellus enim, a tincidunt nulla. Praesent mollis felis at nulla fermentum mattis. Vivamus vestibulum neque quis nunc convallis venenatis. Nulla tristique lorem sit amet ipsum ornare sit amet feugiat nulla condimentum. Sed faucibus volutpat nunc, at ullamcorper augue elementum id. </p> </div> <div class="col-md-4"> <div class="block block-title-1 block-light"> <h3>Our Skills</h3> HTML <div class="progress"> <div class="progress-bar progress-dark" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"> 100% </div> </div> CSS <div class="progress"> <div class="progress-bar progress-dark" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"> 100% </div> </div> JavaScript <div class="progress"> <div class="progress-bar progress-dark" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;"> 100% </div> </div> PHP <div class="progress"> <div class="progress-bar progress-dark" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"> 90% </div> </div> Python <div class="progress"> <div class="progress-bar progress-dark" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;"> 90% </div> </div> </div> </div> </div> </div> </section> <section class="section-primary"> <div class="container"> <!-- What we do --> <h2 class="page-header">Recent Testimonial</h2> <div class="row"> <div class="col-md-12"> <blockquote class="blockquote blockquote-reverse"> <h1>"I do not believe you can do today's job with yesterday's methods and be in business tomorrow"</h1> <footer><em>Nelson Jackson</em></footer> </blockquote> </div> </div> </div> </section> <section class="section team-wrap"> <div class="container"> <div class="row"> <div class="col-lg-12"> <h2 class="page-header"><span class="em-primary">Our</span> Team</h2> </div> <div class="col-sm-3"> <div class="block block-light block-rounded"> <img class="img-circle" src="img/demo_content/headshot1.jpg"> <h3>Mark Sampson <small>Artist</small></h3> <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus.</p> <ul class="list-unstyled list-inline list-social-icons"> <li class="tooltip-social facebook-link"><a href="#facebook-profile" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook-square fa-2x"></i></a></li> <li class="tooltip-social linkedin-link"><a href="#linkedin-profile" data-toggle="tooltip" data-placement="top" title="LinkedIn"><i class="fa fa-linkedin-square fa-2x"></i></a></li> <li class="tooltip-social twitter-link"><a href="#twitter-profile" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter-square fa-2x"></i></a></li> <li class="tooltip-social google-plus-link"><a href="#google-plus-profile" data-toggle="tooltip" data-placement="top" title="Google+"><i class="fa fa-google-plus-square fa-2x"></i></a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="block block-dark block-rounded"> <img class="img-circle" src="img/demo_content/headshot2.jpg"> <h3>John Smith <small>Architect</small></h3> <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus.</p> <ul class="list-unstyled list-inline list-social-icons"> <li class="tooltip-social facebook-link"><a href="#facebook-profile" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook-square fa-2x"></i></a></li> <li class="tooltip-social linkedin-link"><a href="#linkedin-profile" data-toggle="tooltip" data-placement="top" title="LinkedIn"><i class="fa fa-linkedin-square fa-2x"></i></a></li> <li class="tooltip-social twitter-link"><a href="#twitter-profile" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter-square fa-2x"></i></a></li> <li class="tooltip-social google-plus-link"><a href="#google-plus-profile" data-toggle="tooltip" data-placement="top" title="Google+"><i class="fa fa-google-plus-square fa-2x"></i></a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="block block-light block-rounded"> <img class="img-circle" src="img/demo_content/headshot3.jpg"> <h3>Paul Rogers <small>Designer</small></h3> <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus.</p> <ul class="list-unstyled list-inline list-social-icons"> <li class="tooltip-social facebook-link"><a href="#facebook-profile" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook-square fa-2x"></i></a></li> <li class="tooltip-social linkedin-link"><a href="#linkedin-profile" data-toggle="tooltip" data-placement="top" title="LinkedIn"><i class="fa fa-linkedin-square fa-2x"></i></a></li> <li class="tooltip-social twitter-link"><a href="#twitter-profile" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter-square fa-2x"></i></a></li> <li class="tooltip-social google-plus-link"><a href="#google-plus-profile" data-toggle="tooltip" data-placement="top" title="Google+"><i class="fa fa-google-plus-square fa-2x"></i></a></li> </ul> </div> </div> <div class="col-sm-3"> <div class="block block-dark block-rounded"> <img class="img-circle" src="img/demo_content/headshot4.jpg"> <h3>Paula Moore <small>Web Developer</small></h3> <p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus.</p> <ul class="list-unstyled list-inline list-social-icons"> <li class="tooltip-social facebook-link"><a href="#facebook-profile" data-toggle="tooltip" data-placement="top" title="Facebook"><i class="fa fa-facebook-square fa-2x"></i></a></li> <li class="tooltip-social linkedin-link"><a href="#linkedin-profile" data-toggle="tooltip" data-placement="top" title="LinkedIn"><i class="fa fa-linkedin-square fa-2x"></i></a></li> <li class="tooltip-social twitter-link"><a href="#twitter-profile" data-toggle="tooltip" data-placement="top" title="Twitter"><i class="fa fa-twitter-square fa-2x"></i></a></li> <li class="tooltip-social google-plus-link"><a href="#google-plus-profile" data-toggle="tooltip" data-placement="top" title="Google+"><i class="fa fa-google-plus-square fa-2x"></i></a></li> </ul> </div> </div> </div> </section> <footer class="footer-main"> <div class="container"> <div class="row"> <div class="col-md-3"> <h3>Who We Are</h3> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin est turpis, commodo sit amet nunc non, mattis condimentum felis. Aliquam lacinia tempus felis at commodo. </p> <h5>Follow Us:</h5> <i class="fa fa-2 fa-facebook"></i>&nbsp;&nbsp; <i class="fa fa-2 fa-twitter"></i>&nbsp;&nbsp; <i class="fa fa-2 fa-linkedin"></i>&nbsp;&nbsp; <i class="fa fa-2 fa-google-plus-square"></i>&nbsp;&nbsp; <i class="fa fa-2 fa-youtube"></i> </div> <div class="col-md-3"> <h3>Recent Posts</h3> <ul class="blogroll"> <li> Curabitur a mi imperdiet <div><i class="fa fa-clock-o"></i> September 13, 2014</div> </li> <li> Curabitur a mi imperdiet <div><i class="fa fa-clock-o"></i> September 13, 2014</div> </li> <li> Curabitur a mi imperdiet <div><i class="fa fa-clock-o"></i> September 13, 2014</div> </li> </ul> </div> <div class="col-md-3"> <h3>Get In Touch</h3> <p>Aliquam lacinia tempus felis at commodo</p> <ul> <li><i class="fa fa-home"></i> 555 Mass Ave st, Suite 7</li> <li><i class="fa fa-globe"></i> Boston MA 02115</li> <li><i class="fa fa-envelope-o"></i> <strong>Email:</strong> support@codeskillet.com</li> <li><i class="fa fa-phone"></i> <strong>Phone:</strong> (555) 555-5555</li> </ul> </div> <div class="col-md-3"> <h3>Newsletter</h3> <p>Sign up for our newsletter</p> <form class="search-form-a input-group"> <input type="text" class="form-control" placeholder="Enter email..."> <span class="input-group-btn"> <button class="btn">Sign Up</button> </span> </form> </div> </div> </div> </footer> <script src="js/jquery-1.11.1.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/modernizr.js"></script> <script src="js/bootsassy.min.js"></script> </body> </html>
docs/types/GrizzledMare.html
alucardxlx/matts-uo-server
<html> <head> <title>RunUO Documentation - Class Overview - GrizzledMare</title> </head> <body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080"> <h4><a href="../namespaces/Server.Mobiles.html">Back to Server.Mobiles</a></h4> <h2>GrizzledMare : <!-- DBG-1 --><a href="SkeletalMount.html">SkeletalMount</a>, <!-- DBG-2.2 --><a href="IHued.html">IHued</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="Mobile.html">Mobile</a>&gt;, <!-- DBG-2.2 --><a href="ISerializable.html">ISerializable</a>, <!-- DBG-2.2 --><a href="ISpawnable.html">ISpawnable</a>, <!-- DBG-2.2 --><a href="IEntity.html">IEntity</a>, <!-- DBG-2.2 --><a href="IPoint3D.html">IPoint3D</a>, <!-- DBG-2.2 --><a href="IPoint2D.html">IPoint2D</a>, <!-- DBG-2.1 --><font color="blue">IComparable</font>, <!-- DBG-2.1 --><font color="blue">IComparable</font>&lt;<a href="IEntity.html">IEntity</a>&gt;, <!-- DBG-2.2 --><a href="IHonorTarget.html">IHonorTarget</a>, <!-- DBG-2.2 --><a href="IMount.html">IMount</a></h2> (<font color="blue">ctor</font>) GrizzledMare()<br> (<font color="blue">ctor</font>) GrizzledMare( <!-- DBG-0 --><a href="Serial.html">Serial</a> serial )<br> <font color="blue">bool</font> DeleteOnRelease( <font color="blue">get</font>; )<br> <font color="blue">bool</font> IsDispellable( <font color="blue">get</font>; )<br> <font color="blue">virtual</font> <font color="blue">void</font> Deserialize( <!-- DBG-0 --><a href="GenericReader.html">GenericReader</a> reader )<br> <font color="blue">virtual</font> <font color="blue">void</font> GetProperties( <!-- DBG-0 --><a href="ObjectPropertyList.html">ObjectPropertyList</a> list )<br> <font color="blue">virtual</font> <font color="blue">void</font> Serialize( <!-- DBG-0 --><a href="GenericWriter.html">GenericWriter</a> writer )<br> </body> </html>