path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/pi-agm/1.1.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>pi-agm: 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.1+2 / pi-agm - 1.1.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pi-agm <small> 1.1.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 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.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&quot; version: &quot;1.1.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;yves.bertot@inria.fr&quot; license: &quot;CeCILL-B&quot; build: [[&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot; ] [ make &quot;-j&quot; &quot;%{jobs}%&quot; ]] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.7~&quot;} &quot;coq-mathcomp-ssreflect&quot; {&gt;= &quot;1.6.0&quot; &amp; &lt;= &quot;1.6.1&quot;} &quot;coq-coquelicot&quot; {&gt; &quot;2.1.1&quot; &amp; &lt;= &quot;2.1.2&quot;} &quot;coq-interval&quot; {= &quot;3.1.1&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;yves.bertot@inria.fr&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; This is a proof of correctness for two algorithms to compute PI to high precision using arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. Other files describe the second algorithm which is close to the one used in mpfr, for instance. The whole development can be used to produce mathematically proved and formally verified approximations of PI.&quot;&quot;&quot; url { src: &quot;https://github.com/ybertot/pi-agm/archive/submitted-article-version-8-6.zip&quot; checksum: &quot;md5=4004421ecb7c185e3d269fb7ef944bdd&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-pi-agm.1.1.0 coq.8.7.1+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.1+2). The following dependencies couldn&#39;t be met: - coq-pi-agm -&gt; coq-interval = 3.1.1 -&gt; coq &lt; 8.7 -&gt; ocaml &lt; 4.03.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-pi-agm.1.1.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.10.2-2.0.6/released/8.12.1/unicoq/1.3+8.7.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>unicoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / unicoq - 1.3+8.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unicoq <small> 1.3+8.7 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-29 09:04:54 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 09:04:54 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Beta Ziliani &lt;beta@mpi-sws.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/unicoq/unicoq.git&quot; homepage: &quot;https://github.com/unicoq/unicoq&quot; bug-reports: &quot;https://github.com/unicoq/unicoq/issues&quot; license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.8~&quot;} ] synopsis: &quot;An enhanced unification algorithm for Coq&quot; url { src: &quot;https://github.com/unicoq/unicoq/archive/v1.3-8.7.tar.gz&quot; checksum: &quot;md5=5adaadf1ed3afe7c7170f15730cf6a74&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-unicoq.1.3+8.7 coq.8.12.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.12.1). The following dependencies couldn&#39;t be met: - coq-unicoq -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 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-unicoq.1.3+8.7</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>
data science/machine_learning_for_the_web/chapter_4/movie/24546.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Lengua de las mariposas, La (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0188030">Lengua de las mariposas, La (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten">Harvey S. Karten</A></H3><HR WIDTH="40%" SIZE="4"> <P>BUTTERFLY (LA LENGUA DE LAS MARIPOSAS)</P> <PRE> Reviewed by Harvey Karten Miramax Films Director: Jose Luis Cuerda Writer: Rafael Azcona, Novel by Jose Luis Cuerda Cast: Fernando Fernan Gomez, Manuel Lozano, Uxia Blanco, Gonzalo M.Uriarte, Alexis de los Santos, Guillermo Toledo</PRE> <P> The Spanish Civil War 1936-39 was perhaps Europe's most ideological struggle of the 20th century pitting the Republicans of the left (liberals and Communists and their acolytes) against the Fascists on the right (landowners and upper clergy and their sympathizers). Hitler was to support the Fascists by testing the power of the Luftwaffe in bombing expeditions over Spain while the Soviet Union backed the Republican side. "Butterfly," which is based on three stories in Manuel Rivas's novel "Que Me Quieres, Amor," indeed is "a beautiful marriage of film and literature" as the major writer Gabriel Garcia Marquez has said. Formerly "Butterfly's Tongue," or "La lengua de las mariposas," but now known simply by the title "Butterfly," Jose Luis Cuerda's film based on Rafael Azcona's wonderful adaptation of the novel into a screenplay takes place just on the cusp of the Spanish Civil War in the northern regions of Galicia. While "Butterfly" shows the impact of the changes that would be brought about by the death of the Republic, our attention is focussed not so much on the transfiguration of Spain that would result but on the idyllic society evoked by the novelist as seen through the awe-struck eyes of a bright 7-year-old boy. If you enjoyed the performance of Haley Joel Osment in M. Night Shamayalan's "The Sixth Sense," you'll adore the performance of little Moncho (Manuel Lozano) as he takes in and reflects on the world of his village (actually filmed in regions of Santiago) at his tender age.</P> <P> Moncho is a delicate young man, eager to learn, but introduced to school a year or so after the proper time because he is afflicted with asthma. Though clinging to the apron strings of his mother, Rosa (Uxia Blanco) and confiding to his older brother Andres (Alexis de los Santos) that he fears being hit by his new teacher, he quickly develops a rapport with the kind and gentle Don Gregorio (Fernando Fernan Gomez)--who is to introduce the class to the beauties of nature in the surrounding countryside as well as to the grace of the printed word within the ramshackle schoolhouse. Don Gregorio's considerate demeanor and world-view are reflected in the character of Moncho's dad, Ramon (Gonzalo Uriarte), a tailor and Republican party member who shares the teacher's mild disdain for organized religion, but is scorned by the likes of one coarse and drunken braggart--a metaphor for Fascism--who is fond of rough sex with a woman whose background becomes a startling revelation in the story.</P> <P> To further the film's authenticity, the political factionalism of the town--which reflects distinctions present throughout Spain--are soft-pedaled until the shattering payoff at the conclusion. After all, what does a 7-year-old know about such things...and remember that everything that we see we are viewing through the eyes of little Moncho. The point of the production, instead, is to show us the arcadian conditions existing in this village just a few years after the toppling of the Spanish monarchy in 1931 when that Iberian country was living under Republican rule, and one could profess atheism if he chose, or not, and no one would persecute a person for his beliefs. Moncho bears witness to his first sexual act (which his pal Roque, played by Tamar Novas, explains is like "when bitches get stuck together only human beings have to be in love"). Moncho also demonstrates his respect for his big brother, Andres, who gets to play in a touring band, the love he feels for his parents, and most of all, the awe with which he views his kindly schoolmaster. As the teacher, Fernando Fernan Gomez turns in the kind of performance we'd expect from the man who played the title figure in 1998 in "El Abuelo." Gomez, who was nominated for the Goya (Spanish Oscar) for his role in "The Grandfather," is considered one of Spain's great actors and becomes in Cuerda's production a remarkable symbol for the kinder and more gentle government that Spain enjoyed before that benevolence was choked off by Franco's Fascists.</P> <P>Not Rated. Running time: 97 minutes. (C) 2000 by Harvey Karten, <A HREF="mailto:film_critic@compuserve.com">film_critic@compuserve.com</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.10.0/rem/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>rem: 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 / rem - 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> rem <small> 8.7.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/rem&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/Rem&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: Rem Theorem&quot; &quot;keyword: Baire space&quot; &quot;category: Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Henk Barendregt&quot; ] bug-reports: &quot;https://github.com/coq-contribs/rem/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/rem.git&quot; synopsis: &quot;Rem Theorem in Baire space&quot; description: &quot;A formalisation of Rem Theorem in Baire space&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/rem/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=44cef6ce9329894643ad30e481ddf737&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-rem.8.7.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-rem -&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-rem.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>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/sudoku/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>sudoku: 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.8.0 / sudoku - 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> sudoku <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 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.13 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/sudoku&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/Sudoku&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: sudoku&quot; &quot;keyword: puzzles&quot; &quot;keyword: Davis-Putnam&quot; &quot;category: Miscellaneous/Logical Puzzles and Entertainment&quot; &quot;date: 2006-02&quot; ] authors: [ &quot;Laurent Théry &lt;thery@sophia.inria.fr&gt; [http://www-sop.inria.fr/lemme/personnel/Laurent.Thery/me.html]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sudoku/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sudoku.git&quot; synopsis: &quot;A certified Sudoku solver&quot; description: &quot;&quot;&quot; ftp://ftp-sop.inria.fr/lemme/Laurent.Thery/Sudoku.zip A formalisation of Sudoku in Coq. It implements a naive Davis-Putnam procedure to solve sudokus.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sudoku/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=1bcef9e67b8d60bbecd9f5e02c2b5898&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-sudoku.8.6.0 coq.8.8.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.8.0). The following dependencies couldn&#39;t be met: - coq-sudoku -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.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-sudoku.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.9.1/coinductive-examples/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>coinductive-examples: 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 / coinductive-examples - 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> coinductive-examples <small> 8.6.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-24 17:47:06 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-24 17:47:06 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/coinductive-examples&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/CoinductiveExamples&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.6&quot; &amp; &lt; &quot;8.7~&quot;} ] tags: [ &quot;keyword: co-inductive types&quot; &quot;keyword: co-induction&quot; &quot;category: Miscellaneous/Coq Use Examples&quot; ] authors: [ &quot;Eduardo Giménez&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coinductive-examples/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coinductive-examples.git&quot; synopsis: &quot;Some simple examples about co-inductive types and co-induction&quot; description: &quot;&quot;&quot; This directory containts some simple examples about the use of co-inductive types in Coq. Directory ARITH is about non-standard arithmetic. Directory STREAMS contains examples about schemes, including an application of the translation method presented in Eduardo Giménez&#39;s article ``Codifying guarded definitions with recursive schemes&#39;&#39; (LNCS no. 996).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coinductive-examples/archive/v8.6.0.tar.gz&quot; checksum: &quot;md5=30dfec6531961e4e1eb46766d3262c4b&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-coinductive-examples.8.6.0 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-coinductive-examples -&gt; coq &lt; 8.7~ -&gt; ocaml &lt; 4.03.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-coinductive-examples.8.6.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
docs/index.html
danielgmartins/danielgmartins.github.io
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Daniel Martins - Computer Science</title><link href=/static/css/app.548b0f3b477bf2ea9536471afaeb78b0.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.7ef91ce7bd6999c03930.js></script><script type=text/javascript src=/static/js/app.87e0b1b1120c69f33e96.js></script></body></html>
dest/home.html
assemble/assemble-example
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Home</title> <link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css"> <link rel="stylesheet" href="http://getbootstrap.com/assets/css/docs.min.css"> </head> <body> <div class="container"> <h2>This is the home page.</h2> <a href="https://github.com/assemble/assemble" class="btn btn-default">Star Assemble on GitHub!</a> </div> </body> </html>
_includes/header.html
inspace4u/dllab
<header class="header"> <div class="header-container"> <div class="nav"> <li> <a href="{{ "/index.html" | prepend: site.baseurl }}"><img src="{{ "/images/logo.png" | prepend: site.baseurl }}" style="height: 32px" /></a> </li> {% if page.path == "index.html" %} <span class="title"> <li> <a href="{{ "/index.html" | prepend: site.baseurl }}">home</a> </li> </span> {% else %} <li> <a href="{{ "/index.html" | prepend: site.baseurl }}">home</a> </li> {% endif %} {% if page.path == "archive.html" %} <span class="title"> <li> <a href="{{ "/archive.html" | prepend: site.baseurl }}">archive</a> </li> </span> {% else %} <li> <a href="{{ "/archive.html" | prepend: site.baseurl }}">archive</a> </li> {% endif %} {% if page.path == "category.html" %} <span class="title"> <li> <a href="{{ "/category.html" | prepend: site.baseurl }}">category</a> </li> </span> {% else %} <li> <a href="{{ "/category.html" | prepend: site.baseurl }}">category</a> </li> {% endif %} {% if page.path == "about.html" %} <span class="title"> <li> <a href="{{ "/about.html" | prepend: site.baseurl }}">about</a> </li> </span> {% else %} <li> <a href="{{ "/about.html" | prepend: site.baseurl }}">about</a> </li> {% endif %} </div> <div class="description"> {{ site.motto }} </div> </div> </header>
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/hedges/8.8.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>hedges: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / hedges - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> hedges <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/hedges&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/Hedges&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: bisimulation&quot; &quot;keyword: spi-calculus&quot; &quot;keyword: hedges&quot; &quot;category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems&quot; &quot;date: 20 April 2004&quot; ] authors: [ &quot;Sébastien Briais&quot; ] bug-reports: &quot;https://github.com/coq-contribs/hedges/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/hedges.git&quot; synopsis: &quot;Some properties of hedges used by hedged bisimulation&quot; description: &quot;&quot;&quot; These properties are in section 6.1 of the paper &quot;On Bisimulations for the Spi-Calculus&quot; by J. Borgström and U. Nestmann. However, we consider here an extended message language.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/hedges/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=c5d938fa94645f81135b4b15d3c48db6&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-hedges.8.8.0 coq.8.11.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.11.0). The following dependencies couldn&#39;t be met: - coq-hedges -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-hedges.8.8.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>
_ng1_docs/1.0.22/modules/directives.html
ui-router/ui-router.github.io
--- redirect_from: /docs/1.0.22/modules/directives.html --- <!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>directives | @uirouter/angularjs</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> <link rel="stylesheet" href="../assets/css/uirouter.css"> <script src="../assets/js/modernizr.js"></script> <script src="../assets/js/reset.js"></script> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">@uirouter/angularjs</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <!-- <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> --> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Internal UI-Router API</label> <!-- <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> --> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../index.html">@uirouter/angularjs</a> </li> <li> <a href="directives.html">directives</a> </li> </ul> <h1>Module directives</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-comment"> <div class="tsd-comment tsd-typography"> <div class="lead"> <h1 id="angular-1-directives">Angular 1 Directives</h1> </div> <p>These are the directives included in UI-Router for Angular 1. These directives are used in templates to create viewports and link/navigate to states.</p> </div> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Variables</h3> <ul class="tsd-index-list"> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="directives.html#uisrefactivedirective" class="tsd-kind-icon">ui<wbr>Sref<wbr>Active<wbr>Directive</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="directives.html#uisrefdirective" class="tsd-kind-icon">ui<wbr>Sref<wbr>Directive</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"><a href="directives.html#uistatedirective" class="tsd-kind-icon">ui<wbr>State<wbr>Directive</a></li> <li class="tsd-kind-variable tsd-parent-kind-external-module"><a href="directives.html#uiview" class="tsd-kind-icon">ui<wbr>View</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Variables</h2> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="uisrefactivedirective" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagLet">Let</span> ui<wbr>Sref<wbr>Active<wbr>Directive</h3> --> <div class="tsd-signature tsd-kind-icon">ui<wbr>Sref<wbr>Active<wbr>Directive<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ng1_directive</span> <div class="tsd-header"> <p> <code>ui-sref-active</code> and <code>ui-sref-active-eq</code>: A directive that adds a CSS class when a <code>ui-sref</code> is active </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p><code>ui-sref-active</code> and <code>ui-sref-active-eq</code>: A directive that adds a CSS class when a <code>ui-sref</code> is active</p> </div> <p>A directive working alongside [[uiSref]] and [[uiState]] to add classes to an element when the related directive&#39;s state is active (and remove them when it is inactive).</p> <p>The primary use-case is to highlight the active link in navigation menus, distinguishing it from the inactive menu items.</p> <h3 id="linking-to-a-ui-sref-or-ui-state">Linking to a <code>ui-sref</code> or <code>ui-state</code></h3> <p><code>ui-sref-active</code> can live on the same element as <code>ui-sref</code>/<code>ui-state</code>, or it can be on a parent element. If a <code>ui-sref-active</code> is a parent to more than one <code>ui-sref</code>/<code>ui-state</code>, it will apply the CSS class when <strong>any of the links are active</strong>.</p> <h3 id="matching">Matching</h3> <p>The <code>ui-sref-active</code> directive applies the CSS class when the <code>ui-sref</code>/<code>ui-state</code>&#39;s target state <strong>or any child state is active</strong>. This is a &quot;fuzzy match&quot; which uses <a href="../classes/state.stateservice.html#includes">StateService.includes</a>.</p> <p>The <code>ui-sref-active-eq</code> directive applies the CSS class when the <code>ui-sref</code>/<code>ui-state</code>&#39;s target state is directly active (not when child states are active). This is an &quot;exact match&quot; which uses <a href="../classes/state.stateservice.html#is">StateService.is</a>.</p> <h3 id="parameter-values">Parameter values</h3> <p>If the <code>ui-sref</code>/<code>ui-state</code> includes parameter values, the current parameter values must match the link&#39;s values for the link to be highlighted. This allows a list of links to the same state with different parameters to be rendered, and the correct one highlighted.</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"user in users"</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"active"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"user.details({ userId: user.id })"</span>&gt;</span>{{ user.lastName }}<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span></code></pre> <h3 id="examples">Examples</h3> <p>Given the following template:</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">ul</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"active"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"item"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"app.user({user: 'bilbobaggins'})"</span>&gt;</span>@bilbobaggins<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">ul</span>&gt;</span></code></pre> <p>When the app state is <code>app.user</code> (or any child state), and contains the state parameter &quot;user&quot; with value &quot;bilbobaggins&quot;, the resulting HTML will appear as (note the &#39;active&#39; class):</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">ul</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"active"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"item active"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"app.user({user: 'bilbobaggins'})"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"/users/bilbobaggins"</span>&gt;</span>@bilbobaggins<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">ul</span>&gt;</span></code></pre> <h3 id="glob-mode">Glob mode</h3> <p>It is possible to pass <code>ui-sref-active</code> an expression that evaluates to an object. The objects keys represent active class names and values represent the respective state names/globs. <code>ui-sref-active</code> will match if the current active state <strong>includes</strong> any of the specified state names/globs, even the abstract ones.</p> <h4 id="example-">Example:</h4> <p>Given the following template, with &quot;admin&quot; being an abstract state:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"{'active': 'admin.**'}"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"active"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"admin.roles"</span>&gt;</span>Roles<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre> <p>Arrays are also supported as values in the <code>ngClass</code>-like interface. This allows multiple states to add <code>active</code> class.</p> <h4 id="example-">Example:</h4> <p>Given the following template, with &quot;admin.roles&quot; being the current state, the class will be added too:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"{'active': ['owner.**', 'admin.**']}"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref-active</span>=<span class="hljs-string">"active"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"admin.roles"</span>&gt;</span>Roles<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre> <p>When the current state is &quot;admin.roles&quot; the &quot;active&quot; class will be applied to both the <code>&lt;div&gt;</code> and <code>&lt;a&gt;</code> elements. It is important to note that the state names/globs passed to <code>ui-sref-active</code> override any state provided by a linked <code>ui-sref</code>.</p> <h3 id="notes-">Notes:</h3> <ul> <li><p>The class name is interpolated <strong>once</strong> during the directives link time (any further changes to the interpolated value are ignored).</p> </li> <li><p>Multiple classes may be specified in a space-separated format: <code>ui-sref-active=&#39;class1 class2 class3&#39;</code></p> </li> </ul> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-angularjs/src/directives/stateDirectives.ts:572</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="uisrefdirective" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagLet">Let</span> ui<wbr>Sref<wbr>Directive</h3> --> <div class="tsd-signature tsd-kind-icon">ui<wbr>Sref<wbr>Directive<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ng1_directive</span> <div class="tsd-header"> <p> <code>ui-sref</code>: A directive for linking to a state </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p><code>ui-sref</code>: A directive for linking to a state</p> </div> <p>A directive which links to a state (and optionally, parameters). When clicked, this directive activates the linked state with the supplied parameter values.</p> <h3 id="linked-state">Linked State</h3> <p>The attribute value of the <code>ui-sref</code> is the name of the state to link to.</p> <h4 id="example-">Example:</h4> <p>This will activate the <code>home</code> state when the link is clicked.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"home"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="relative-links">Relative Links</h3> <p>You can also use relative state paths within <code>ui-sref</code>, just like a relative path passed to <code>$state.go()</code> (<a href="../classes/state.stateservice.html#go">StateService.go</a>). You just need to be aware that the path is relative to the state that <em>created</em> the link. This allows a state to create a relative <code>ui-sref</code> which always targets the same destination.</p> <h4 id="example-">Example:</h4> <p>Both these links are relative to the parent state, even when a child state is currently active.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">".child1"</span>&gt;</span>child 1 state<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">".child2"</span>&gt;</span>child 2 state<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <p>This link activates the parent state.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"^"</span>&gt;</span>Return<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="hrefs">hrefs</h3> <p>If the linked state has a URL, the directive will automatically generate and update the <code>href</code> attribute (using the <a href="../classes/state.stateservice.html#href">StateService.href</a> method).</p> <h4 id="example-">Example:</h4> <p>Assuming the <code>users</code> state has a url of <code>/users/</code></p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"users"</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"/users/"</span>&gt;</span>Users<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="parameter-values">Parameter Values</h3> <p>In addition to the state name, a <code>ui-sref</code> can include parameter values which are applied when activating the state. Param values can be provided in the <code>ui-sref</code> value after the state name, enclosed by parentheses. The content inside the parentheses is an expression, evaluated to the parameter values.</p> <h4 id="example-">Example:</h4> <p>This example renders a list of links to users. The state&#39;s <code>userId</code> parameter value comes from each user&#39;s <code>user.id</code> property.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"user in users"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"users.detail({ userId: user.id })"</span>&gt;</span>{{ user.displayName }}<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span></code></pre> <p>Note: The parameter values expression is <code>$watch</code>ed for updates.</p> <h3 id="transition-options">Transition Options</h3> <p>You can specify <a href="../interfaces/transition.transitionoptions.html">TransitionOptions</a> to pass to <a href="../classes/state.stateservice.html#go">StateService.go</a> by using the <code>ui-sref-opts</code> attribute. Options are restricted to <code>location</code>, <code>inherit</code>, and <code>reload</code>.</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"home"</span> <span class="hljs-attr">ui-sref-opts</span>=<span class="hljs-string">"{ reload: true }"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="other-dom-events">Other DOM Events</h3> <p>You can also customize which DOM events to respond to (instead of <code>click</code>) by providing an <code>events</code> array in the <code>ui-sref-opts</code> attribute.</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">input</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"text"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"contacts"</span> <span class="hljs-attr">ui-sref-opts</span>=<span class="hljs-string">"{ events: ['change', 'blur'] }"</span>&gt;</span></code></pre> <h3 id="highlighting-the-active-link">Highlighting the active link</h3> <p>This directive can be used in conjunction with [[uiSrefActive]] to highlight the active link.</p> <h3 id="examples">Examples</h3> <p>If you have the following template:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"home"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"about"</span>&gt;</span>About<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"{page: 2}"</span>&gt;</span>Next page<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ul</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"contact in contacts"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"contacts.detail({ id: contact.id })"</span>&gt;</span>{{ contact.name }}<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">ul</span>&gt;</span></code></pre> <p>Then (assuming the current state is <code>contacts</code>) the rendered html including hrefs would be:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/home"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"home"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/about"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"about"</span>&gt;</span>About<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/contacts?page=2"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"{page: 2}"</span>&gt;</span>Next page<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ul</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"contact in contacts"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/contacts/1"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"contacts.detail({ id: contact.id })"</span>&gt;</span>Joe<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"contact in contacts"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/contacts/2"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"contacts.detail({ id: contact.id })"</span>&gt;</span>Alice<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"contact in contacts"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/contacts/3"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"contacts.detail({ id: contact.id })"</span>&gt;</span>Bob<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">ul</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"#/home"</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"home"</span> <span class="hljs-attr">ui-sref-opts</span>=<span class="hljs-string">"{reload: true}"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="notes">Notes</h3> <ul> <li>You can use <code>ui-sref</code> to change <strong>only the parameter values</strong> by omitting the state name and parentheses.<h4 id="example-">Example:</h4> Sets the <code>lang</code> parameter to <code>en</code> and remains on the same state.</li> </ul> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-sref</span>=<span class="hljs-string">"{ lang: 'en' }"</span>&gt;</span>English<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <ul> <li><p>A middle-click, right-click, or ctrl-click is handled (natively) by the browser to open the href in a new window, for example.</p> </li> <li><p>Unlike the parameter values expression, the state name is not <code>$watch</code>ed (for performance reasons). If you need to dynamically update the state being linked to, use the fully dynamic [[uiState]] directive.</p> </li> </ul> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-angularjs/src/directives/stateDirectives.ts:283</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a name="uistatedirective" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagLet">Let</span> ui<wbr>State<wbr>Directive</h3> --> <div class="tsd-signature tsd-kind-icon">ui<wbr>State<wbr>Directive<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ng1_directive</span> <div class="tsd-header"> <p> <code>ui-state</code>: A fully dynamic directive for linking to a state </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p><code>ui-state</code>: A fully dynamic directive for linking to a state</p> </div> <p>A directive which links to a state (and optionally, parameters). When clicked, this directive activates the linked state with the supplied parameter values.</p> <p><strong>This directive is very similar to [[uiSref]], but it <code>$observe</code>s and <code>$watch</code>es/evaluates all its inputs.</strong></p> <p>A directive which links to a state (and optionally, parameters). When clicked, this directive activates the linked state with the supplied parameter values.</p> <h3 id="linked-state">Linked State</h3> <p>The attribute value of <code>ui-state</code> is an expression which is <code>$watch</code>ed and evaluated as the state to link to. <strong>This is in contrast with <code>ui-sref</code>, which takes a state name as a string literal.</strong></p> <h4 id="example-">Example:</h4> <p>Create a list of links.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"link in navlinks"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-state</span>=<span class="hljs-string">"link.state"</span>&gt;</span>{{ link.displayName }}<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span></code></pre> <h3 id="relative-links">Relative Links</h3> <p>If the expression evaluates to a relative path, it is processed like [[uiSref]]. You just need to be aware that the path is relative to the state that <em>created</em> the link. This allows a state to create relative <code>ui-state</code> which always targets the same destination.</p> <h3 id="hrefs">hrefs</h3> <p>If the linked state has a URL, the directive will automatically generate and update the <code>href</code> attribute (using the <a href="../classes/state.stateservice.html#href">StateService.href</a> method).</p> <h3 id="parameter-values">Parameter Values</h3> <p>In addition to the state name expression, a <code>ui-state</code> can include parameter values which are applied when activating the state. Param values should be provided using the <code>ui-state-params</code> attribute. The <code>ui-state-params</code> attribute value is <code>$watch</code>ed and evaluated as an expression.</p> <h4 id="example-">Example:</h4> <p>This example renders a list of links with param values. The state&#39;s <code>userId</code> parameter value comes from each user&#39;s <code>user.id</code> property.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">li</span> <span class="hljs-attr">ng-repeat</span>=<span class="hljs-string">"link in navlinks"</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-state</span>=<span class="hljs-string">"link.state"</span> <span class="hljs-attr">ui-state-params</span>=<span class="hljs-string">"link.params"</span>&gt;</span>{{ link.displayName }}<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span> <span class="hljs-tag">&lt;/<span class="hljs-name">li</span>&gt;</span></code></pre> <h3 id="transition-options">Transition Options</h3> <p>You can specify <a href="../interfaces/transition.transitionoptions.html">TransitionOptions</a> to pass to <a href="../classes/state.stateservice.html#go">StateService.go</a> by using the <code>ui-state-opts</code> attribute. Options are restricted to <code>location</code>, <code>inherit</code>, and <code>reload</code>. The value of the <code>ui-state-opts</code> is <code>$watch</code>ed and evaluated as an expression.</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-state</span>=<span class="hljs-string">"returnto.state"</span> <span class="hljs-attr">ui-state-opts</span>=<span class="hljs-string">"{ reload: true }"</span>&gt;</span>Home<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <h3 id="other-dom-events">Other DOM Events</h3> <p>You can also customize which DOM events to respond to (instead of <code>click</code>) by providing an <code>events</code> array in the <code>ui-state-opts</code> attribute.</p> <h4 id="example-">Example:</h4> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">input</span> <span class="hljs-attr">type</span>=<span class="hljs-string">"text"</span> <span class="hljs-attr">ui-state</span>=<span class="hljs-string">"contacts"</span> <span class="hljs-attr">ui-state-opts</span>=<span class="hljs-string">"{ events: ['change', 'blur'] }"</span>&gt;</span></code></pre> <h3 id="highlighting-the-active-link">Highlighting the active link</h3> <p>This directive can be used in conjunction with [[uiSrefActive]] to highlight the active link.</p> <h3 id="notes">Notes</h3> <ul> <li>You can use <code>ui-params</code> to change <strong>only the parameter values</strong> by omitting the state name and supplying only <code>ui-state-params</code>. However, it might be simpler to use [[uiSref]] parameter-only links.</li> </ul> <h4 id="example-">Example:</h4> <p>Sets the <code>lang</code> parameter to <code>en</code> and remains on the same state.</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">a</span> <span class="hljs-attr">ui-state</span>=<span class="hljs-string">""</span> <span class="hljs-attr">ui-state-params</span>=<span class="hljs-string">"{ lang: 'en' }"</span>&gt;</span>English<span class="hljs-tag">&lt;/<span class="hljs-name">a</span>&gt;</span></code></pre> <ul> <li>A middle-click, right-click, or ctrl-click is handled (natively) by the browser to open the href in a new window, for example. <code>`</code></li> </ul> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-angularjs/src/directives/stateDirectives.ts:422</li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-external-module"> <a name="uiview" class="tsd-anchor"></a> <!-- <h3><span class="tsd-flag ts-flagLet">Let</span> ui<wbr>View</h3> --> <div class="tsd-signature tsd-kind-icon">ui<wbr>View<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ng1_directive</span> <div class="tsd-header"> <p> <code>ui-view</code>: A viewport directive which is filled in by a view from the active state. </p> </div> </div> <div class="tsd-declaration"> <div class="tsd-comment tsd-typography"> <div class="lead"> <p><code>ui-view</code>: A viewport directive which is filled in by a view from the active state.</p> </div> <h3 id="attributes">Attributes</h3> <ul> <li><p><code>name</code>: (Optional) A view name. The name should be unique amongst the other views in the same state. You can have views of the same name that live in different states. The ui-view can be targeted in a View using the name (<a href="../interfaces/ng1.ng1statedeclaration.html#views">Ng1StateDeclaration.views</a>).</p> </li> <li><p><code>autoscroll</code>: an expression. When it evaluates to true, the <code>ui-view</code> will be scrolled into view when it is activated. Uses <a href="injectables.html#_uiviewscroll">$uiViewScroll</a> to do the scrolling.</p> </li> <li><p><code>onload</code>: Expression to evaluate whenever the view updates.</p> </li> </ul> <h4 id="example-">Example:</h4> <p>A view can be unnamed or named.</p> <pre><code class="language-html"><span class="hljs-comment">&lt;!-- Unnamed --&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span> <span class="hljs-comment">&lt;!-- Named --&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>=<span class="hljs-string">"viewName"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span> <span class="hljs-comment">&lt;!-- Named (different style) --&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ui-view</span> <span class="hljs-attr">name</span>=<span class="hljs-string">"viewName"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">ui-view</span>&gt;</span></code></pre> <p>You can only have one unnamed view within any template (or root html). If you are only using a single view and it is unnamed then you can populate it like so:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span> $stateProvider.state("home", { template: "<span class="hljs-tag">&lt;<span class="hljs-name">h1</span>&gt;</span>HELLO!<span class="hljs-tag">&lt;/<span class="hljs-name">h1</span>&gt;</span>" })</code></pre> <p>The above is a convenient shortcut equivalent to specifying your view explicitly with the <a href="../interfaces/ng1.ng1statedeclaration.html#views">Ng1StateDeclaration.views</a> config property, by name, in this case an empty name:</p> <pre><code class="language-js">$stateProvider.state(<span class="hljs-string">"home"</span>, { <span class="hljs-attr">views</span>: { <span class="hljs-string">""</span>: { <span class="hljs-attr">template</span>: <span class="hljs-string">"&lt;h1&gt;HELLO!&lt;/h1&gt;"</span> } } })</code></pre> <p>But typically you&#39;ll only use the views property if you name your view or have more than one view in the same template. There&#39;s not really a compelling reason to name a view if its the only one, but you could if you wanted, like so:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>=<span class="hljs-string">"main"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre> <pre><code class="language-js">$stateProvider.state(<span class="hljs-string">"home"</span>, { <span class="hljs-attr">views</span>: { <span class="hljs-string">"main"</span>: { <span class="hljs-attr">template</span>: <span class="hljs-string">"&lt;h1&gt;HELLO!&lt;/h1&gt;"</span> } } })</code></pre> <p>Really though, you&#39;ll use views to set up multiple views:</p> <pre><code class="language-html"><span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>=<span class="hljs-string">"chart"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">div</span> <span class="hljs-attr">ui-view</span>=<span class="hljs-string">"data"</span>&gt;</span><span class="hljs-tag">&lt;/<span class="hljs-name">div</span>&gt;</span></code></pre> <pre><code class="language-js">$stateProvider.state(<span class="hljs-string">"home"</span>, { <span class="hljs-attr">views</span>: { <span class="hljs-string">""</span>: { <span class="hljs-attr">template</span>: <span class="hljs-string">"&lt;h1&gt;HELLO!&lt;/h1&gt;"</span> }, <span class="hljs-string">"chart"</span>: { <span class="hljs-attr">template</span>: <span class="hljs-string">"&lt;chart_thing/&gt;"</span> }, <span class="hljs-string">"data"</span>: { <span class="hljs-attr">template</span>: <span class="hljs-string">"&lt;data_thing/&gt;"</span> } } })</code></pre> <h4 id="examples-for-autoscroll-">Examples for <code>autoscroll</code>:</h4> <pre><code class="language-html"><span class="hljs-comment">&lt;!-- If autoscroll present with no expression, then scroll ui-view into view --&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ui-view</span> <span class="hljs-attr">autoscroll</span>/&gt;</span> <span class="hljs-comment">&lt;!-- If autoscroll present with valid expression, then scroll ui-view into view if expression evaluates to true --&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ui-view</span> <span class="hljs-attr">autoscroll</span>=<span class="hljs-string">'true'</span>/&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ui-view</span> <span class="hljs-attr">autoscroll</span>=<span class="hljs-string">'false'</span>/&gt;</span> <span class="hljs-tag">&lt;<span class="hljs-name">ui-view</span> <span class="hljs-attr">autoscroll</span>=<span class="hljs-string">'scopeVariable'</span>/&gt;</span></code></pre> <p>Resolve data:</p> <p>The resolved data from the state&#39;s <code>resolve</code> block is placed on the scope as <code>$resolve</code> (this can be customized using <a href="../interfaces/ng1.ng1viewdeclaration.html#resolveas">Ng1ViewDeclaration.resolveAs</a>). This can be then accessed from the template.</p> <p>Note that when <code>controllerAs</code> is being used, <code>$resolve</code> is set on the controller instance <em>after</em> the controller is instantiated. The <code>$onInit()</code> hook can be used to perform initialization code which depends on <code>$resolve</code> data.</p> <h4 id="example-">Example:</h4> <pre><code class="language-js">$stateProvider.state(<span class="hljs-string">'home'</span>, { <span class="hljs-attr">template</span>: <span class="hljs-string">'&lt;my-component user="$resolve.user"&gt;&lt;/my-component&gt;'</span>, <span class="hljs-attr">resolve</span>: { <span class="hljs-attr">user</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">UserService</span>) </span>{ <span class="hljs-keyword">return</span> UserService.fetchUser(); } } });</code></pre> </div> </div> <aside class="tsd-sources"> <ul> <li>Defined in ui-router-angularjs/src/directives/viewDirective.ts:172</li> </ul> </aside> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../index.html"><em>@uirouter/angularjs</em></a> </li> <li class="label tsd-is-external"> <span>Public API</span> </li> <li class=" tsd-kind-external-module"> <a href="common.html">common</a> </li> <li class=" tsd-kind-external-module"> <a href="core.html">core</a> </li> <li class="current tsd-kind-external-module"> <a href="directives.html">directives</a> </li> <li class=" tsd-kind-external-module"> <a href="injectables.html">injectables</a> </li> <li class=" tsd-kind-external-module"> <a href="ng1.html">ng1</a> </li> <li class=" tsd-kind-external-module"> <a href="ng1_state_events.html">ng1_<wbr>state_<wbr>events</a> </li> <li class=" tsd-kind-external-module"> <a href="params.html">params</a> </li> <li class=" tsd-kind-external-module"> <a href="resolve.html">resolve</a> </li> <li class=" tsd-kind-external-module"> <a href="state.html">state</a> </li> <li class=" tsd-kind-external-module"> <a href="transition.html">transition</a> </li> <li class=" tsd-kind-external-module"> <a href="url.html">url</a> </li> <li class=" tsd-kind-external-module"> <a href="view.html">view</a> </li> <li class="label tsd-is-external"> <span>Internal UI-<wbr><wbr>Router API</span> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_hof.html">common_<wbr>hof</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_predicates.html">common_<wbr>predicates</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="common_strings.html">common_<wbr>strings</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="hooks.html">hooks</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="path.html">path</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="trace.html">trace</a> </li> <li class=" tsd-kind-external-module tsd-is-external"> <a href="vanilla.html">vanilla</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="directives.html#uisrefactivedirective" class="tsd-kind-icon">ui<wbr>Sref<wbr>Active<wbr>Directive</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="directives.html#uisrefdirective" class="tsd-kind-icon">ui<wbr>Sref<wbr>Directive</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported"> <a href="directives.html#uistatedirective" class="tsd-kind-icon">ui<wbr>State<wbr>Directive</a> </li> <li class=" tsd-kind-variable tsd-parent-kind-external-module"> <a href="directives.html#uiview" class="tsd-kind-icon">ui<wbr>View</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li> <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li> <li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="http://typedoc.io" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>
friends-scripts/season/1001.html
edersoncorbari/edersoncorbari.github.io
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>1001 - The One After Joey And Rachel Kiss</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h1 align="center">1001 - The One After Joey And Rachel Kiss</h1> <hr> <p>Written by: Andrew Reich &amp; Ted Cohen<br> Transcribed by: <a href="http://www.friendstranscripts.tk/" target="_blank">Coffee Mug</a></p> <hr> <p>[Scene: Barbados, Monica and Chandler's Room. They both enter from Ross's room. Monica still has her big, frizzy hair.]</p> <p><strong>Monica</strong>: Oh, the way you crushed Mike at ping pong was such a turn-on.You wanna...? (plays with her finger on Chandlers chest)</p> <p><strong>Chandler</strong>: You know, I'd love to, but I'm a little tired.</p> <p><strong>Monica</strong>: I'll put a pillowcase over my head.</p> <p><strong>Chandler</strong>: You're on!</p> <p>(they start to get ready, but then Phoebe enters through the door from Ross's room)</p> <p><strong>Phoebe</strong>: Hey!</p> <p><strong>Monica</strong>: What's up?</p> <p><strong>Phoebe</strong>: Well, okay, Mike's taking a shower, which by the way there's no law against. And then we're gonna grab some food, so if you want...</p> <p>(there's a door slamming in Ross's room, and some indistinct murmuring)</p> <p><strong>Ross</strong>: ... finally...</p> <p><strong>Phoebe</strong>: Is that Ross?</p> <p><strong>Monica</strong>: Yeah, you can hear everything through these stupid walls.</p> <p><strong>Phoebe</strong>: Sounds like he's with someone.</p> <p><strong>Chandler</strong>: He could be alone. This morning I heard him do push-ups, and then talk to his triceps.</p> <p><strong>Monica</strong>: Wait a minute, I think Phoebe's right. You know I hear someone else in there with him.</p> <p>(they all put their ear against the wall to be able to hear what's being said. We move to Ross's room where he and Charlie are kissing.)</p> <p><strong>Charlie</strong>: Ooh... Dr. Geller!</p> <p><strong>Ross</strong>: God, you're amazing... I didn't even have to <em>ask</em> you to call me that.</p> <p><strong>Monica</strong>: Oh my God, that's Charlie!</p> <p><strong>Chandler</strong>: She's cheating on Joey with Ross!</p> <p><strong>Phoebe</strong>: Oh that tart... floozy... giant...</p> <p><strong>Monica</strong>: I'm not sure about this.</p> <p><strong>Phoebe</strong>: Yeah, you're right. This is none of our business.</p> <p><strong>Monica</strong>: No I'm not sure that it's the best way to hear everything. Someone get me a glass!</p> <p><strong>Phoebe</strong>: Oh, I'm not gonna do this, okay? I'm not gonna eavesdrop on my friend.</p> <p><strong>Rachel</strong>: (through wall) Ooh... I <em>love<strong> </strong></em>Barbados! </p> <p>(Phoebe starts to listen at the other wall, where Rachel's room is. There, Joey and Rachel are kissing.)</p> <p><strong>Joey</strong>: Ooh... I can't believe I'm kissing you. <strong>I'm kissing Rachel!</strong></p> <p><strong>Rachel</strong>: I know, I'm her!</p> <p>(they start to kiss again, and Phoebe turns to Chandler and Monica)</p> <p><strong>Phoebe</strong>: (whispering) Rachel and Joey! It's Rachel and Joey!!!</p> <p><strong>Monica</strong>: What?</p> <p><strong>Phoebe</strong>: Get over here!</p> <p>(Chandler and Monica take a sprint to the other wall)</p> <p><strong>Rachel</strong>: ooh...</p> <p><strong>Chandler</strong>: Wow!</p> <p><strong>Monica</strong>: (in her Monica-excited-way... TOO LOUD!) Oh my God, I love how thin these walls are!</p> <p>(In the rooms next door, Joey, Rachel, Ross and Charlie stop kissing and try to understand what the yelling was about. After a while they continue kissing. We're back in Chandler and Monica's room. Monica has some of her own hair stuffed in her mouth by Chandler.)</p> <p><strong>Monica</strong>: (muffled) Thank you.</p> <p align="center"><strong>OPENING CREDITS</strong></p> <p>(Rachel and Joey's)</p> <p><strong>Rachel</strong>: Hey, you know, before you said that nothing could happen between us? What changed?</p> <p><strong>Joey</strong>: Well, I only said that because of Ross, you know. Then I saw him kissing Charlie...</p> <p><strong>Rachel</strong>: What? Ross and Charlie? (Joey nods) Wow! She's really making her way through the group, huh? Ah, who am I to talk?</p> <p>(Chandler and Monica's)</p> <p><strong>Monica</strong>: I can't believe this. Rachel and Joey?</p> <p><strong>Chandler</strong>: How about the dinosaur twins in the other room? No-one is manning that wall!</p> <p><strong>Monica</strong>: I'm on it!</p> <p><strong>Chandler</strong>: Anything?</p> <p><strong>Monica</strong>: I think I hear curtains closing... </p> <p><strong>Phoebe</strong>: We've got shoes being kicked off over here.</p> <p><strong>Monica</strong>: Bedsprings, unmistakable!</p> <p><strong>Chandler</strong>: You do realise that's your brother?</p> <p><strong>Monica</strong>: Not until you said it. Somebody switch! (Chandler makes a clicking sound with his fingers and Phoebe runs to the other wall. Monica returns to Chandlers wall.) Wait a minute... Ross and Charlie, Joey and Rachel, Phoebe and Mike! We're the only people leaving with the same person we came with.</p> <p><strong>Chandler</strong>: That's not true. I came with Monica and I'm leaving with Weird Al.</p> <p><strong>Monica</strong>: Okay, I've had it with the hair jokes. Tomorrow morning, before we leave, I'm going to the salon.</p> <p><strong>Chandler</strong>: Okay Buckwheat!</p> <p><strong>Phoebe</strong>: You gotta hear this, it's great... It's like free porn! (Chandler eagerly rushes over)</p> <p>(Ross and Charlie's)</p> <p><strong>Ross</strong>: Weh...*sigh*</p> <p><strong>Charlie</strong>: uhm... Is everything okay?</p> <p><strong>Ross</strong>: Yeah, It's just... I don't think I can do this...</p> <p><strong>Charlie</strong>: Ooh... Is it because of what might be on the bedspread, because I saw that news report too, with the infra red and the ... I could just...</p> <p><strong>Ross</strong>: No, NO! (they're moving to the side of the bed, where they sit down) Look, I need to talk to Joey. I mean, you guys just broke up. Before anything more happens between us, I need to know he's okay with it.</p> <p><strong>Charlie</strong>: I uhm... I completely understand.</p> <p><strong>Ross</strong>: Alright, I'm gonna go find them... (twitches a bit, looks down) I just need a... need a before I can... you know. (gestures standing up... they sit and wait for a while) Grandma... grandma... grandma... (he tries to concentrate...) Okay, I see you later.</p> <p><strong>Charlie</strong>: Okay...</p> <p>(Chandler and Monica's, all three of them are listening at the wall to Ross and Charlie's)</p> <p><strong>Phoebe</strong>: That's the door. He's gone...</p> <p><strong>Chandler</strong>: And she's... turning on the TV... and watching... Miss Congeniality!</p> <p><strong>Monica</strong>: Honey, if you know it through a wall, you know it too well!</p> <p>(They are still listening at the wall, when Ross enters their room)</p> <p><strong>Ross</strong>: Hey, what are you guys doing?</p> <p><strong>Phoebe</strong>: Oh, we're just... we're sad to go so we're just saying goodbye to the hotel. (hugs the wall) I love you... Paradise Hotel, Golf resort and Spa... (she walks away from the wall)</p> <p><strong>Monica</strong>: (also hugs the wall) Yeah, we had a great time, thank you! (walks to Phoebe)</p> <p><strong>Chandler</strong>: (caresses the wall with his finger) Bye!</p> <p><strong>Ross</strong>: Okay, uhm... Hey, you guys seen Joey anywhere?</p> <p><strong>Chandler</strong>: He's probably in his room with his current girlfriend Charlie. That's the situation as <em>we</em> know it... (walks to Phoebe and Monica)</p> <p><strong>Ross</strong>: Well, if you see him could you <em>please</em> tell him I'm looking for him?</p> <p><strong>Chandler</strong>: You got it!</p> <p><strong>Ross</strong>: Thanks! (walks out of the room and starts hugging the wall) Thank you! (closes the door)</p> <p><strong>Monica</strong>: Other wall, people! Other wall!</p> <p>(they rush to the wall to Rachel and Joey's, and we move to that room)</p> <p><strong>Ross</strong>: (knocks on door) Rach, you there? (Joey and Rachel both get up from the bed)</p> <p><strong>Joey</strong>: Oh my God, it's Ross. What are we gonna do?</p> <p><strong>Rachel</strong>: Oh, ju-ju-just stay calm. Just be calm. For all he knows we're just hanging out together. Right? Just be nonchalant. (Joey like stands at attention with his chest forward and his hands on his sides, looking up at the ceiling with his lips pouted.) That's not nonchalant!</p> <p><strong>Joey</strong>: No idea what it means.</p> <p><strong>Rachel</strong>: Oh... okay, just hide!</p> <p><strong>Ross</strong>: (knocks) Rach?</p> <p><strong>Rachel</strong>: Coming! Try under the bed, try under the bed!</p> <p>(When Rachel starts to look under the bed if Joey would fit under there, Chandler opens the door inbetween the rooms, grabs Joey by his shirt and drags him to his room, and closes the door again)</p> <p><strong>Rachel</strong>: There's no room under the bed. (looks around because she can't find Joey anymore)</p> <p><strong>Ross</strong>: Is everything okay?</p> <p><strong>Rachel</strong>: Yeah... (still looking to see where Joey went, and opens the door)</p> <p><strong>Ross</strong>: Hey.</p> <p><strong>Rachel</strong>: Hi...</p> <p><strong>Ross</strong>: You know where Joey is?</p> <p><strong>Rachel</strong>: ...I really don't... (looks around again)</p> <p><strong>Ross</strong>: Can I talk to you for a minute?</p> <p><strong>Rachel</strong>: Yeah, sure... (looks outside into the corridor if Joey is there)</p> <p>(Monica and Chandler's room. Phoebe, Monica and Chandler have their ears pressed against the wall, and Joey looks at them)</p> <p><strong>Joey</strong>: I don't believe this... Have you guys been...</p> <p><strong>Phoebe</strong>: Shhh... This is the <em>listening</em> side of the wall.</p> <p>(Now Joey also wants to listen, and wants to press his ears against the door, which has a big mirror on it, he hesitates seeing himself in the mirror, but still puts his ear against it. We move again to Rachel's room.)</p> <p><strong>Ross</strong>: And then she told me that she and Joey had broken up, and that part of the reason was that she had feelings for me.</p> <p><strong>Rachel</strong>: (clearly not listening and still trying to find out where Joey went) Uh-huh... right... yeah...</p> <p><strong>Ross</strong>: And you know I wanted to ask Charlie out since the day I met her.</p> <p><strong>Rachel</strong>: (still searching) Oh, I know... I know it's been really hard for you.</p> <p><strong>Ross</strong>: Anyway, one thing lead to another, and... oh... before you know it, we were kissing. I mean, how angry do you think Joey is gonna be?</p> <p><strong>Rachel</strong>: (now looking up at the ceiling) That is hard to say, Ross. That is hard to say.</p> <p><strong>Ross</strong>: You know, I gotta go find him. He's gotta be here someplace.</p> <p><strong>Rachel</strong>: You would think!</p> <p>(Ross leaves the room)</p> <p><strong>Rachel</strong>: Joey!</p> <p><strong>Joey</strong>: Is he gone?</p> <p><strong>Rachel</strong>: (still can't find him) How are you doing this?</p> <p>(Joey now enters the room through the door, Monica, Chandler and Phoebe are following him.)</p> <p><strong>Joey</strong>: Pssst...</p> <p><strong>Rachel</strong>: How... wha... Hey! What are you... What is this? Have you guys been listening this entire time?</p> <p><strong>Monica, Chandler and Phoebe</strong>: YE-AH!</p> <p><strong>Phoebe</strong>: Now, what is this?</p> <p><strong>Rachel</strong>: Ah, what <em>is</em> this? Well, lets see, we kissed for ten minutes and now we're talking to our friends about it, so I guess this is sixth grade!</p> <p><strong>Phoebe</strong>: Oh no... Have you thought about it how complicated this could get? What about Ross?</p> <p><strong>Joey</strong>: Well, he's with Charlie now.</p> <p><strong>Monica</strong>: Yeah, but he wants to talk to you before anything really happens with her. And as his friend, I mean, don't you think he deserves the same from you?</p> <p><strong>Joey</strong>: (long pause and he twitches a bit) You're a pain in my ass, Geller!</p> <p><strong>Rachel</strong>: All right, look you guys... Look, we appreciate all the advice, but this is between Joey and me and I think we can handle it...</p> <p><strong>Chandler</strong>: Okay, well we'll go back in there, but will you do <em>one </em>thing for us? The people that care about you?</p> <p><strong>Rachel</strong>: Sure...</p> <p><strong>Chandler</strong>: Enunciate!</p> <p><strong>Rachel</strong>: Get out!</p> <p>(They leave and Rachel locks the door.)</p> <p><strong>Rachel</strong>: Are they right?</p> <p><strong>Joey</strong>: Probably, yeah... I mean, maybe we should... hold off until we talk to Ross.</p> <p><strong>Rachel</strong>: Yeah... <em>Yeah</em>, we can wait, we don't have to do anything <em>tonight</em>.</p> <p><strong>Joey</strong>: Yeah, I think that'd be best... So, so I'm gonna... I'm gonna take off...</p> <p><strong>Rachel</strong>: (Joey walks to the door) Although... </p> <p><strong>Joey</strong>: (turns around very fast) I like although!</p> <p><strong>Rachel</strong>: I mean, you know... Ross and I haven't dated in like... six years...</p> <p><strong>Joey</strong>: Six years? Wow... It's almost as long as highschool...</p> <p><strong>Rachel</strong>: Plus, you know, he is with Charlie now.</p> <p><strong>Joey</strong>: Absolutely! He's not thinking about <em>you</em>.</p> <p><strong>Rachel</strong>: No...</p> <p><strong>Joey</strong>: I'm thinking about you...</p> <p><strong>Rachel</strong>: Yeah...</p> <p><strong>Joey</strong>: Let's forget about Ross...</p> <p><strong>Rachel</strong>: Forgotten.</p> <p>(They want to kiss, but just before their lips touch, Rachel pulls back quickly, gasping)</p> <p><strong>Joey</strong>: What's wrong?</p> <p><strong>Rachel</strong>: Nothing...</p> <p><strong>Joey's voice, but she sees Ross</strong>: Seriously... What is it?</p> <p><strong>Rachel</strong>: Nothing... It's really... It's nothing... Come here, come here...</p> <p>(again, just before their lips touch, she pulls back, gasping)</p> <p><strong>Joey's voice/Ross</strong>: What's wrong?</p> <p><strong>Rachel</strong>: Sorry, I just uhm... I can't seem to get Ross out of my head...</p> <p><strong>Joey</strong>: Well, maybe I can help. (he grabs her head passionately, closes his eyes and kisses... Ross in Rachel's dress! He realises it too late, and when he does, pushes Ross's/Rachel's head away)</p> <p><strong>Rachel/Ross</strong>: Ooh, your lips are so soft... Do that again... (and she/he moves in for another kiss. Joey, pushes her head away again...)</p> <p><strong>Joey</strong>: Yeah... we really need to talk to Ross...</p> <p><strong>Both</strong>: Yeah</p> <p align="center"><strong>COMMERCIAL BREAK</strong></p> <p>[Scene: Chandler and Monica's room. Chandler is packing when Ross knocks on the door and enters...]</p> <p><strong>Ross</strong>: Hey!</p> <p><strong>Chandler</strong>: Hey!</p> <p><strong>Ross</strong>: You guys ready to go?</p> <p><strong>Chandler</strong>: Not quite. Monica's still at the salon, and I'm just finishing packing.</p> <p><strong>Ross</strong>: Dude! You're not taking your Bible?</p> <p><strong>Chandler</strong>: You're not supposed to take that. Besides, it's a New Testament, what are <em>you</em> gonna do with it?</p> <p><strong>Ross</strong>: Learn about Jesus...</p> <p>(Charlie now also enters the room, Chandler walks to the bathroom)</p> <p><strong>Ross</strong>: Hey!</p> <p><strong>Charlie</strong>: So, did you talk to Joey?</p> <p><strong>Ross</strong>: Uh, no... no. I couldn't find him. I'm just gonna talk to him on the plane.</p> <p><strong>Charlie</strong>: Yeah, sounds like a good idea... <em>Dr.</em> Geller!</p> <p><strong>Ross</strong>: Stop it!</p> <p><strong>Charlie</strong>: PHD</p> <p><strong>Ross</strong>: You're filthy!</p> <p>(Phoebe enters)</p> <p><strong>Phoebe</strong>: Hey, have you guys seen Monica?</p> <p><strong>Ross</strong>: Uh, actually I think she went to the salon.</p> <p><strong>Phoebe</strong>: Oh yeah, oh, she went to the salon alright...</p> <p>(Monica enters, with her hair braided and little shells at the end)</p> <p><strong>Monica</strong>: Check it out!</p> <p><strong>Phoebe</strong>: Who's day just got better? <strong>CHANDLER!</strong></p> <p>(Chandler enters from the bathroom)</p> <p><strong>Chandler</strong>: Hey!... aaaaaahhhh!</p> <p><strong>Monica</strong>: What do you think?</p> <p><strong>Chandler</strong>: I think.... I think I can see your scalp.</p> <p><strong>Monica</strong>: Don't you just love it?</p> <p><strong>Ross</strong>: Ye... Yeah... Yeah... You got shellfish in your head.</p> <p><strong>Charlie</strong>: It's so... something... <em>You go girlfriend!</em></p> <p><strong>Ross</strong>: You've never said that in your life, have you?</p> <p><strong>Charlie</strong>: Not once.</p> <p><strong>Ross</strong>: I thought so.</p> <p><strong>Monica</strong>: And listen to this... (shakes her body so the shells tingle)</p> <p><strong>Chandler</strong>: What d'ya know... It's a treat for the eyes <em>and</em> the ears.</p> <p>[Scene: Boarding the plane.]</p> <p><strong>Joey</strong>: Whoo, whoo. Wow, it's uhm... kinda weird that I'm sitting next to Charlie after we broke up.</p> <p><strong>Chandler</strong>: Yeah, it's almost if Air Barbados doesn't care about your social life.</p> <p><strong>Joey</strong>: Look, does someone mind switching to sit with Charlie?</p> <p><strong>Ross</strong>: Oh, I uh, I mean, I... dude, I spent the whole conference with Charlie.</p> <p><strong>Joey</strong>: I understand...</p> <p><strong>Ross</strong>: No, I'll do it. (he quickly grabs Joey's boarding pass and gives Joey his one.)</p> <p><strong>Chandler</strong>: Wish I could switch with someone. I really don't wanna sit with Allen Iverson over there.</p> <p>(Switch to Phoebe and Mike, who are kissing)</p> <p><strong>Phoebe</strong>: Uhm... You know, once we're in the air and the captain turns off the seatbelt sign... you feel free to roam about my cabin...</p> <p><strong>Mike</strong>: You should be careful when checking your overhead bins, 'cause items may shift during...</p> <p><strong>Phoebe</strong>: Aaah... you're not good at this...</p> <p><strong>Mike</strong>: You don't have to go home tonight, do you?</p> <p><strong>Phoebe</strong>: No, I think I can come over. It's Saturday, right?</p> <p><strong>Mike</strong>: Oh...</p> <p><strong>Phoebe</strong>: What?</p> <p><strong>Mike</strong>: Uhm... I can't do anything tonight.</p> <p><strong>Phoebe</strong>: Why not?</p> <p><strong>Mike</strong>: I have a date.</p> <p><strong>Phoebe</strong>: You have a... You have a date? With who?</p> <p><strong>Mike</strong>: Oh, it's... my girlfriend.</p> <p><strong>Phoebe</strong>: (lets go of his hand) You have... have a girlfriend?</p> <p><strong>Mike</strong>: Yeah... Well, when... you and I broke up I started seeing someone.</p> <p><strong>Phoebe</strong>: For how long?</p> <p><strong>Mike</strong>: Three months.</p> <p><strong>Phoebe</strong>: Three months? Okay... This is probably none of my business, but uhm, how long do you think you're gonna keep seeing her?</p> <p><strong>Mike</strong>: I'll tell her that it's over tonight at dinner. I promise.</p> <p><strong>Phoebe</strong>: Oh, okay... good. You do that. And then when you get home, maybe there'll be a special delivery package waiting for you.</p> <p><strong>Mike</strong>: Maybe I'll sign for it. Tear it open. Pull out the packing material...</p> <p><strong>Phoebe</strong>: You know what, we're gonna have sex. Let's just leave it there.</p> <p>(cut to Charlie and Ross)</p> <p><strong>Ross</strong>: Right, I'm gonna go talk to Joey. I think this is the right time. He's always in a good mood after the flight attendant says &quot;duty free&quot;.</p> <p><strong>Charlie</strong>: Okay... Good luck.</p> <p>(Ross gets up and gestures to Rachel, we cut to Joey and Rachel)</p> <p><strong>Rachel</strong>: Ross is coming over. I think now would be a really good time to talk to him.</p> <p><strong>Joey</strong>: I guess so. I'm just... really nervous.</p> <p><strong>Rachel</strong>: Okay, well keep in mind that by the time you're done, they'll probably be serving dinner.</p> <p><strong>Joey</strong>: Ooh...</p> <p><strong>Rachel</strong>: Still nervous?</p> <p><strong>Joey</strong>: I'm gonna get the lasagna.</p> <p><strong>Ross</strong>: Hey Rach...</p> <p><strong>Rachel</strong>: Yeah!</p> <p><strong>Ross</strong>: Do you mind if I sit here for a sec.?</p> <p><strong>Rachel</strong>: Yeah, yeah sure! Yeah! (mouths &quot;Good luck&quot; to Joey and gets up from her seat)</p> <p><strong>Ross</strong>: Hey!</p> <p><strong>Joey</strong>: Hey!</p> <p><strong>Ross</strong>: So, I uhm... kinda need to talk to you about Charlie.</p> <p><strong>Joey</strong>: Yeah?</p> <p><strong>Ross</strong>: Okay, last night after you guys broke up... <em>so</em> sorry to hear about that, by the way... Well, Charlie and I were talking, and..., well...</p> <p><strong>Joey</strong>: You kissed.</p> <p><strong>Ross</strong>: Wha... (gasps) What? What would give you that idea?</p> <p><strong>Joey</strong>: I saw you.</p> <p><strong>Ross</strong>: Yeah, we kissed, but... nothing else... nothing else happened, okay.</p> <p><strong>Joey</strong>: Ross, Ross, Ross... It's okay.</p> <p><strong>Ross</strong>: What?</p> <p><strong>Joey</strong>: It's <em>okay</em>. You know, I totally understand, alright? You guys, make way more sense than her and I ever did, you know. And... I want you to be happy.</p> <p><strong>Ross</strong>: Are you serious?</p> <p><strong>Joey</strong>: Yeah... Now I have something...</p> <p><strong>Ross</strong>: I am speachless... I mean the fact that you would put my happiness first like that. I mean, you're an incredible friend, you know that?</p> <p><strong>Joey</strong>: Oh... uh... look... before you...</p> <p><strong>Ross</strong>: No, I mean it. You are so loyal man, and selfless, and generous...</p> <p><strong>Joey</strong>: I am those things, yeah.</p> <p><strong>Ross</strong>: You know what? I know Chandler longer, so I always think of him as my best friend, but <em>now</em>... I may have to rethink some stuff...</p> <p><strong>Joey</strong>: <em>Dude!</em></p> <p><strong>Ross</strong>: Hey, if there is ever, anything I can do for you...</p> <p><strong>Joey</strong>: I can't think of anything.</p> <p>(They both hug, and Rachel, who was in the back of the plane, sees this and smiles.)</p> <p><strong>Ross</strong>: Thanks!</p> <p><strong>Joey</strong>: Yeah.</p> <p>(Ross walks to the back of the plane, where Rachel is.)</p> <p><strong>Rachel</strong>: So hi!</p> <p><strong>Ross</strong>: Hi!</p> <p><strong>Rachel</strong>: So you eh, you talked to Joey?</p> <p><strong>Ross</strong>: Ah, yeah. We had a really good talk.</p> <p><strong>Rachel</strong>: Oh! That's great!</p> <p><strong>Ross</strong>: Yeah!</p> <p><strong>Rachel</strong>: Oh, so everything's okay?</p> <p><strong>Ross</strong>: Oh, no, it's great. It's great. He is... He is an amazing guy.</p> <p><strong>Rachel</strong>: Ah... Well, obviously I think so too.</p> <p><strong>Ross</strong>: Well, I'm so excited about this.</p> <p><strong>Rachel</strong>: Really? Excited?</p> <p><strong>Ross</strong>: Are you kidding? I have had some <em>very</em> dirty dreams about this...</p> <p><strong>Rachel</strong>: Excuse me! (and she walks back to Joey, who is still looking very impressed about what Ross said to him. Rachel looks at him and hits him.) You didn't tell him, did you?</p> <p><strong>Joey</strong>: I couldn't. He was saying all these really nice things about me. I didn't want him to get mad and take 'em all back. I'm on a edge on Chandler.</p> <p><strong>Rachel</strong>: Oh God! Alright, fine. You know what Joey, forget it. When we go back to New York, I will tell him.</p> <p><strong>Joey</strong>: Thank you. Yeah, I appreciate that.</p> <p>(Chandler walks by and Joey lets out an evil &quot;muhahaho&quot;.)</p> <p align="center"><strong>COMMERCIAL BREAK</strong></p> <p>[Scene: Mike's apartment. Phoebe's there and the phone rings.]</p> <p><strong>Phoebe</strong>: Hi, Mike's place.</p> <p><strong>Mike</strong>: Hey, it's Mike.</p> <p><strong>Phoebe</strong>: Ooh, that was fast.</p> <p><strong>Mike</strong>: Oh, err... no, she's not here yet. You know, I think I'm just gonna take off and break up with her over the phone...</p> <p><strong>Phoebe</strong>: Yeah, you can't do that! Oh, come on Mike, strap on a pair.Why don't you just tell her that we got back together. You know, women appreciate honesty. We also appreciate gentle spanking once in a while. Just F.Y.I.</p> <p><strong>Mike</strong>: One more thing... There... might be a picture of Precious on my coffee table.</p> <p><strong>Phoebe</strong>: Her name is Precious? Is she a purebreed or did you pick her up at the pound?</p> <p><strong>Mike</strong>: Anyway, I just wanna give you a heads up. </p> <p><strong>Phoebe</strong>: Okay, oh and you know, if she gets upset, just scratch her tummy and give her a liver snout. (laughs and hangs up the phone)</p> <p>(there's knocking on the door which Phoebe opens)</p> <p><strong>Precious</strong>: Hi, I'm Precious, who are you?</p> <p><strong>Phoebe</strong>: (stunned) I... I'm Phoebe.</p> <p><strong>Precious</strong>: Phoebe? Mike's ex-girlfriend Phoebe, the love of his life? That Phoebe?</p> <p><strong>Phoebe</strong>: Enchant&eacute; (she holds out her hand, and they shake hands)</p> <p>[Scene: Chandler and Monica's apartment. Monica's carrying the laundry hamper to their coffee table.]</p> <p><strong>Monica</strong>: Oh, I can't wait for everyone at work to see these... (plays with her hair to make the shells tingle again) Ow!</p> <p><strong>Chandler</strong>: You go back to work tomorrow night, right?</p> <p><strong>Monica</strong>: Yeah!</p> <p><strong>Chandler</strong>: So if you want people to see them, then by definition you're not having them taken out... say, at the break of dawn?</p> <p><strong>Monica</strong>: Well, if I had them taken out, then I wouldn't be able to do <em>this</em>. (she pushes Chandler on the couch and brushes her hair and shells against Chandler's chest) You like that, right? (again, she brushes her hair against his chest and hums...)</p> <p><strong>Chandler</strong>: What are you singing?</p> <p><strong>Monica</strong>: It's &quot;Bolero&quot; from &quot;10&quot;.</p> <p><strong>Chandler</strong>: It's &quot;Ride of the Valkyries&quot; from &quot;Apocalypse Now&quot;... See, here's the thing: The corn rose were really a solution to your frizzy hair problem. And now that we're home, we don't have that problem anymore, so if you think about it... <em>I <strong>hate</strong> them!</em></p> <p><strong>Monica</strong>: You what? You said you liked them.</p> <p><strong>Chandler</strong>: Did I? Let's refresh. I believe what I said was that I could see your scalp.</p> <p><strong>Monica</strong>: Fine, so you don't like them. Everybody else does.</p> <p><strong>Chandler</strong>: Again, let's journey back... As I recall what Rachel said, was she had never notice the shape of your skull before. And Joey... Well, Joey didn't realise that there was anything different.</p> <p><strong>Monica</strong>: You know what? I don't care. I like it like this, and I'm gonna keep it. You're just jealous because your hair can't do this... (and she shakes her head more violently) OUCH!</p> <p><strong>Chandler</strong>: Hit yourself in the tooth?</p> <p><strong>Monica</strong>: And the eye!</p> <p>[Scene: Ross's apartment.Someone's knocking on the door. Ross rushes to the door and it's Rachel with Emma.]</p> <p><strong>Ross</strong>: (gasps) Hi... There she is. Hi Emma. Oh my God, I missed you. (kisses her) Oh Emma, I missed you <em>so</em> much. Hey... Did you have a good time with grandma Green? Huh? Did she give you a bottle of anti-depressants again <strong>to use as a rattle</strong>? (to Rachel)</p> <p><strong>Rachel</strong>: That was one time, Ross, and they were only like 5 milligrams.</p> <p><strong>Ross</strong>: Ooh hey, Emma, daddy has some presents for you okay? Okay? I want you to wait right here. Come here sweetie.</p> <p><strong>Rachel</strong>: Aaah... Ross, actually there's something that I really need to talk to you about.</p> <p><strong>Ross</strong>: (unpacking his bag) Okay, shoot!</p> <p><strong>Rachel</strong>: Okay, uhm... alright, here's the deal.</p> <p><strong>Ross</strong>: (gasps) <strong>OH NO!</strong></p> <p><strong>Rachel</strong>: What? What is it?</p> <p><strong>Ross</strong>: Oh, major shampoo explosion!</p> <p><strong>Rachel</strong>: Uh, look Ross, this really isn't easy.</p> <p><strong>Ross</strong>: Oh, it's all over <strong>everything</strong>. Why? Why me? (looks up)</p> <p><strong>Rachel</strong>: Because you took three hundred bottles of shampoo?</p> <p><strong>Ross</strong>: I'm sorry, I'm sorry. You were saying?</p> <p><strong>Rachel</strong>: Well, yeah... Okay, look it's about me and...</p> <p><strong>Ross</strong>: Oh, not another one! Oh my G... And this is moisturiser. It's even harder to clean! Why? Why do <em>bad</em> things happen to good people?</p> <p><strong>Rachel</strong>: Wow! Well, clearly this is not a good time.</p> <p><strong>Ross</strong>: Duh, <strong>you think</strong>? (enters the kitchen)</p> <p>[Scene: Mike's place. Phoebe is on the phone.]</p> <p><strong>Phoebe</strong>: Okay, bye. Alright, so Mike's on his way over. See, you thought you guys were meeting here, and he thought you were meeting at the restaurant, so you know... Doesn't really matter who's right or wrong. Point is... I'm gonna take off.</p> <p><strong>Precious</strong>: I'm not letting you leave until you tell me what's going on here. I mean, are you guys getting back together or something?</p> <p><strong>Phoebe</strong>: Alright... Susie, can I call you Susie?</p> <p><strong>Precious</strong>: My name is Precious.</p> <p><strong>Phoebe</strong>: Yeah, I can't say that. uhm... Susie, I'm gonna be straight with you... Mike and I <em>are</em> back together... and uhm... unfortunately that effectively ends your relationship with him. And he's very sorry about that and wishes you the best of luck in all your endeavours.</p> <p><strong>Precious</strong>: I just can't believe this... Why?</p> <p><strong>Phoebe</strong>: Well, I don't...</p> <p><strong>Precious</strong>: Oh, why would he do this? I mean, what's wrong with me?</p> <p><strong>Phoebe</strong>: Nothing, there's nothing wrong with you.</p> <p><strong>Precious</strong>: I mean, what the hell am I supposed to do now?</p> <p><strong>Phoebe: Damn it woman, pull yourself together! </strong>Have some pride,<strong> for the <em>love</em> of God.</strong></p> <p>(Precious starts crying)</p> <p><strong>Phoebe</strong>: Okay, not a fan of the tough love.</p> <p><strong>Precious</strong>: I just can't believe that Mike didn't give me any warning.</p> <p><strong>Phoebe</strong>: But he didn't really know, you know. He wasn't planning on coming to Barbados and proposing to me...</p> <p><strong>Precious</strong>: He proposed to you? This is the worst birthday <em>ever</em>. (she starts to cry again)</p> <p><strong>Phoebe</strong>: Look, <em>Precious...</em> Mike's not worth this. You're an attractive, intelligent woman and let's face it, Mike's kind of a wang. I mean, he proposed to me while he was still seeing you... He was gonna break-up with you on your <em>birthday</em>? And, I don't like to kiss-and-tell, but he cheated on you <em>a lot</em> this weekend.</p> <p><strong>Precious</strong>: Oh, my God, maybe you're right. Maybe I don't need him. I deserve to be treated with respect.</p> <p>(Mike enters the apartment.)</p> <p><strong>Precious</strong>: Screw you, Mike. You're a coward and a bastard, and I hope you rot in hell. </p> <p>(she slaps him in the face, Mike looks like he doesn't believe what just happened. Precious leaves, and he turns to Phoebe.)</p> <p><strong>Phoebe</strong>: You're welcome!</p> <p>[Scene: Chandler and Monica's. Only Chandler is in the living room and walks to the bathroom.]</p> <p><strong>Chandler</strong>: Honey, you've been in there for a long time... Is everything okay?</p> <p><strong>Monica</strong>: Not really. </p> <p>(Chandler enters the bathroom, and Monica is standing there in a towel, with her hair stuck in the shower curtain.)</p> <p><strong>Monica</strong>: I have a problem.</p> <p><strong>Chandler</strong>: Really? What happened?</p> <p><strong>Monica</strong>: Well, I was dancing around, and singing &quot;No Woman, No Cry&quot; and I got stuck.</p> <p><strong>Chandler</strong>: You can't move at all?</p> <p><strong>Monica</strong>: Oh, well, I can move... (she moves back and forth the shower curtain rail, opening and closing the shower curtain with her hair as she goes)</p> <p><strong>Chandler</strong>: If I untangle you, will you please get rid of the corn rose?</p> <p><strong>Monica</strong>: (looking disappointed) I guess so...</p> <p><strong>Chandler</strong>: (trying to untangle her) Some of these look a little frayed.</p> <p><strong>Monica</strong>: Yeah, I tried to gnaw myself free.</p> <p>[Scene: Rachel and Joey's apartment. Joey enters.]</p> <p><strong>Joey</strong>: Hey!</p> <p><strong>Rachel</strong>: Hi!</p> <p><strong>Joey</strong>: So, did you err... did you tell Ross?</p> <p><strong>Rachel</strong>: Well, I tried, but then he had a shampoo related emergency. So I guess now it's your turn again.</p> <p><strong>Joey</strong>: No, no, no, no, no, no, no, no... I think it's better if you tell him, you know. It's easier for a woman. That way, you know, if he gets mad, all you have to do is go... <em>I didn't mean it. I'm so so--ooory.</em> (he pushes his breasts together from the side)</p> <p><strong>Rachel</strong>: Yeah, 'cause <em>that's</em> what we do.</p> <p><strong>Joey</strong>: Alright, alright, okay, uhm... How 'bout this, how about this? Tomorrow... tomorrow we'll both go and we'll tell him together.</p> <p><strong>Rachel</strong>: Okay, that sounds fair. It just means that once again we can't...</p> <p><strong>Joey</strong>: I know, I know..., but that's okay. I mean, we can control ourselves, we're not animals.</p> <p><strong>Rachel</strong>: No! Of course we can wait. Alright, so I guess that means good night then?</p> <p><strong>Joey</strong>: Yeah! Good night! (they give each other a small kiss on the mouth, and stare at each other for a while)</p> <p><strong>Rachel</strong>: Goo--ood night!</p> <p><strong>Joey</strong>: Good night! (they give each other a kiss again, but this time it lasts longer)</p> <p><strong>Rachel</strong>: Seriously, good night!</p> <p><strong>Joey</strong>: Stop saying good night.</p> <p><strong>Rachel</strong>: Okay.</p> <p>(Now they kiss passionately... and then Ross enters with Emma. They freeze, pull away and look at Ross who looks like he just can't believe what he's seeing. Joey straightens his shirt, and Rachel says <em>I'm so-oo sorry<strong>, </strong></em>and presses her breasts together, just like Joey did before.)</p> <p align="center"><strong>COMMERCIAL BREAK</strong></p> <p>[Scene: Monica and Chandler's. Monica walks in with one of those knitted Rasta hats.]</p> <p><strong>Monica</strong>: Look what I found in the drawer... (Chandler looks up from his book.) And you said I'd never wear this...</p> <p><strong>Chandler</strong>: Now that I untangled you, how 'bout you doing a little something for me?</p> <p><strong>Monica</strong>: Sure, what do you have in mind?</p> <p><strong>Chandler</strong>: I think you know.</p> <p><strong>Monica</strong>: Really? I don't really feel like it.</p> <p><strong>Chandler</strong>: This is what I want to do.</p> <p><strong>Monica</strong>: Okay, I just don't get why you like it so much.</p> <p><strong>Chandler</strong>: (Picks up the &quot;Miss Congeniality&quot; DVD) She's an FBI agent, <em>posing</em> as a beauty contestant.</p> <p align="center"><strong>THE END</strong></p> </body> </html>
client/views/jobs/jobForms.html
nate-strauser/wework
<template name="jobNew"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <h4 class="text-center">We Work Meteor is only for jobs that will actively use <a href="http://www.meteor.com/">Meteor</a>.</h4> <br> <p>Jobs are free to post. Your job post will remain on this site for 90 days. After 90 days the post will no longer appear to visitors. You can have your job post featured on the home page for 30 days for $100 buy purchasing the upgrade after creating your post.</p> <br> <div class="panel panel-default"> <div class="panel-heading"> <h4>Create Your Job Post</h4> </div> <div class="panel-body"> {{#autoForm id="jobNew" collection="Jobs" type="insert" }} {{>jobFields}} <div> <button type="submit" class="btn btn-primary"><i class="fa fa-chevron-right"></i> Continue to preview your post</button> </div> {{/autoForm}} </div> </div> </div> </div> </template> <template name="jobEdit"> <div class="row"> <div class="col-sm-10 col-sm-offset-1"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Edit Job Post</h4> </div> <div class="panel-body"> {{!-- {{#if $eq job.status 'pending'}} --}} {{#autoForm id="jobEdit" collection="Jobs" doc=job type="update" }} {{>jobFields}} <div> <button type="submit" class="btn btn-primary"><i class="fa fa-floppy-o"></i> Update</button> <button id="cancel" class="btn btn-default"> Cancel</button> </div> {{/autoForm}} {{!-- {{else}} <div class="alert alert-info"> <i class="fa fa-exclamation-triangle fa-2x pull-left"></i> Only pending jobs can be edited. <br> <a href="{{pathFor 'job' _id=job._id}}">Back to post</a> </div> {{/if}} --}} </div> </div> </div> </div> </template> <template name="jobFields"> {{> afQuickField name='title' placeholder="Title displayed for your listing"}} {{> afQuickField name="jobtype" firstOption="(Select a Job Type)" options="allowed"}} {{> afQuickField name='company' placeholder="Name of the hiring company"}} {{> afQuickField name='location' placeholder="Where is this job located?"}} {{> afQuickField name='remote'}} {{> afQuickField name='description' rows=8 placeholder="Tell prospective developers about this position. What is the project? What will you expect them to know beforehand? Things like that."}} {{> afQuickField name='url' placeholder="External URL of job posting"}} {{> afQuickField name='contact' placeholder="email/twitter/whatever for you to be contacted at (your user account email address is not displayed)"}} </template>
src/styles/bootstrap.switch.css
anassa/aleph_frontend
.material-switch > input[type="checkbox"] { display: none; } .material-switch > label { cursor: pointer; height: 0px; position: relative; width: 30px; } .material-switch > label::before { background: rgb(0, 0, 0); box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); border-radius: 8px; content: ''; height: 16px; margin-top: -8px; position:absolute; opacity: 0.3; transition: all 0.4s ease-in-out; width: 30px; } .material-switch > label::after { background: rgb(255, 255, 255); border-radius: 16px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); content: ''; height: 24px; left: -4px; margin-top: -8px; position: absolute; top: -4px; transition: all 0.3s ease-in-out; width: 24px; } .material-switch > input[type="checkbox"]:checked + label::before { background: inherit; opacity: 0.5; } .material-switch > input[type="checkbox"]:checked + label::after { background: inherit; left: 10px; }
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.0/euler-formula/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>euler-formula: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / euler-formula - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> euler-formula <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-22 08:53:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-22 08:53:51 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.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml 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/euler-formula&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/EulerFormula&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: polyhedron&quot; &quot;keyword: hypermap&quot; &quot;keyword: genus&quot; &quot;keyword: Euler formula&quot; &quot;keyword: assisted proofs&quot; &quot;category: Mathematics/Geometry&quot; &quot;date: 2006-09&quot; ] authors: [ &quot;Jean-François Dufourd &lt;dufourd@dpt-info.u-strasbg.fr&gt; [http://dpt-info.u-strasbg.fr/~jfd/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/euler-formula/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/euler-formula.git&quot; synopsis: &quot;Hypermaps, Genus Theorem and Euler Formula&quot; description: &quot;&quot;&quot; This library formalizes the combinatorial hypermaps and their properties in a constructive way. It gives the proofs of the Genus Theorem and of the Euler Formula for the polyhedra.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/euler-formula/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=cc0a07d28cdaecb75b1660549d95c0c0&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-euler-formula.8.10.0 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-euler-formula -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-euler-formula.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
bower_components/spark/examples/client/cdn.html
trueblue2704/Text-to-Morse
<html> <head> <title>Spark Login Example</title> </head> <body> <div id="spark-login" /> <script src="http://cdn.jsdelivr.net/sparkjs/0.4.2/spark.min.js"></script> <script> sparkLogin(function(data) { console.log(data); }); </script> </body> </html>
index.html
connors/chassis
--- layout: default --- <div class="container"> <div class="column units-2"> <div id="overview" class="masthead section"> <p class="masthead-text">A lightweight HTML &amp; CSS base layer for mobile-first web development</p> <p class="hide-mobile">Chassis provides you with base CSS and HTML files to jump start your web development. If you're looking for a full featured front-end framework, you're in the wrong place. Chassis only gives you what you need and nothing else.</p> <a href="http://github.com/connors/chassis/archive/v1.5.0.zip" class="download button button-large"><i class="icon icon-install"></i> Download Chassis</a> <ul class="mobile-social-btns hide-desktop"> <li><iframe class="star-btn" src="http://ghbtns.com/github-btn.html?user=connors&repo=chassis&type=watch" allowtransparency="true" frameborder="0" scrolling="0" width="50" height="20"></iframe></li> <li><a href="https://twitter.com/share" class="twitter-share-button" data-text="Chassis: A lightweight HTML &amp; CSS base layer for mobile-first web development." data-via="connors" data-related="connors" data-count="none">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li> <li><a href="https://twitter.com/connors" class="twitter-follow-button" data-show-count="false">Follow @connors</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li> </ul> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="grid" class="section"> <h2 class="section-title">Grid</h2> <p class="section-description">You're set with this <strong>2 unit grid for mobile</strong> and <strong>12 unit grid for desktop</strong>.</p> <div class="grid-example"> <div class="column-group hide-mobile"> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> <div class="column units-1 lg-units-1"> <span>1</span> </div> </div> <div class="column-group hide-mobile"> <div class="column units-1 lg-units-3"> <span>3 units</span> </div> <div class="column units-1 lg-units-3"> <span>3 units</span> </div> <div class="column units-1 lg-units-3"> <span>3 units</span> </div> <div class="column units-1 lg-units-3"> <span>3 units</span> </div> </div> <div class="column-group"> <div class="column units-1 lg-units-7"> <span class="show-mobile-inline">1 unit</span> <span class="show-desktop-inline">7 units</span> </div> <div class="column units-1 lg-units-5"> <span class="show-mobile-inline">1 unit</span> <span class="show-desktop-inline">5 units</span> </div> </div> <div class="column-group"> <div class="column units-2 lg-units-12"> <span class="show-mobile-inline">2 units</span> <span class="show-desktop-inline">12 units</span> </div> </div> <div class="column-group"> <div class="column units-1 offset-1 lg-units-10 lg-offset-2"> <span class="show-mobile-inline">1 unit, offset by 1</span> <span class="show-desktop-inline">10 units, offset by 2</span> </div> </div> </div> <h3 class="section-sub-title">Simple structure</h3> <p>Creating a simple grid is easy. For mobile grids, use <code>.units-*</code> to specify the number of units that make up your column. If you want to take advantage of the twelve unit grid on desktops, use <code>.lg-units-*</code>. Wrapping your columns in the <code>.column-group</code> class guarantees clearing.</p> <p>For mobile, each row is composed of a total of <strong>two units</strong>. For desktops, each row is made up of <strong>twelve units</strong>.</p> <pre class="prettyprint code-example less-margin"> &lt;!-- Mobile: Two single unit columns --&gt; &lt;!-- Desktop: A five unit column and a seven unit column --&gt; &lt;div class=&quot;container&quot;&gt; &lt;div class=&quot;column-group&quot;&gt; &lt;div class=&quot;column units-1 lg-units-5&quot;&gt;&#8230;&lt;/div&gt; &lt;div class=&quot;column units-1 lg-units-7&quot;&gt;&#8230;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </pre> <p>You can also offset columns using <code>.offset-1</code> on mobile and <code>.lg-offset-*</code> on desktop screens.</p> <pre class="prettyprint code-example"> &lt;!-- Mobile: One single unit column offset by one--&gt; &lt;!-- Desktop: Ten unit column offset by two --&gt; &lt;div class=&quot;container&quot;&gt; &lt;div class=&quot;column-group&quot;&gt; &lt;div class=&quot;column units-1 lg-units-10 offset-1 lg-offset-2&quot;&gt;&#8230;&lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </pre> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="typography" class="section"> <h2 class="section-title">Typography</h2> <p class="section-description">Chassis sets you up with basic headings, paragraphs, and blockquotes.</p> <h3 class="section-sub-title">Headings</h3> <p>Use headings to title and give hierarchy to your content. Chassis gives you <strong>six</strong> heading sizes to choose from. <code>&lt;h1&gt;</code> through <code>&lt;h6&gt;</code>.</p> <div class="hide-mobile"> <h1>Heading 1</h1> <h2>Heading 2</h2> <h3>Heading 3</h3> <h4>Heading 4</h4> <h5>Heading 5</h5> <h6>Heading 6</h6> </div> <pre class="prettyprint code-example"> &lt;h1&gt;Heading 1&lt;/h1&gt; &lt;!-- 50px --&gt; &lt;h2&gt;Heading 2&lt;/h2&gt; &lt;!-- 40px --&gt; &lt;h3&gt;Heading 3&lt;/h3&gt; &lt;!-- 32px --&gt; &lt;h4&gt;Heading 4&lt;/h4&gt; &lt;!-- 22px --&gt; &lt;h5&gt;Heading 5&lt;/h5&gt; &lt;!-- 18px --&gt; &lt;h6&gt;Heading 6&lt;/h6&gt; &lt;!-- 14px --&gt; </pre> <h3 class="section-sub-title">Body copy</h3> <p>The default paragraph <code>font-size</code> for body copy is <strong>18px</strong> with a unit-less <code>line-height</code> of <strong>1.5</strong>.</p> <pre class="prettyprint code-example"> &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.&lt;/p&gt; </pre> <h3 class="section-sub-title">Block quotes</h3> <p>Use a <code>&lt;blockquote&gt;</code> to call out quoted text and give credit to the author.</p> <h5 class="example">Example</h5> <blockquote> <p>This is my block quote. There are many like it, but this one is mine.</p> <small>Connor Sears, Creator of Chassis</small> </blockquote> <pre class="prettyprint code-example"> &lt;blockquote&gt; &lt;p&gt;This is my block quote. There are many like it, but this one is mine.&lt;/p&gt; &lt;small&gt;Connor Sears, Creator of Chassis&lt;/small&gt; &lt;/blockquote&gt; </pre> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="buttons" class="section"> <h2 class="section-title">Buttons</h2> <p class="section-description">If a button is what you need, Chassis has you covered.</p> <h3 class="section-sub-title">Basic buttons</h3> <p>Use a <code>&lt;button&gt;</code> when you want your users to take action on something. Remember, you can also add the <code>button</code> class to any <code>&lt;a&gt;</code> to style it as a button.</p> <h5 class="example">Example</h5> <p class="btn-example"> <button class="button button-large">Large button</button> <br class="clear hide-desktop"> <button class="button button">Normal button</button> <br class="clear hide-desktop"> <button class="button button-small">Small button</button> </p> <pre class="prettyprint code-example"> &lt;button class=&quot;button button-large&quot;&gt;Large button&lt;/button&gt; &lt;button class=&quot;button&quot;&gt;Normal button&lt;/button&gt; &lt;button class=&quot;button button-small&quot;&gt;Small button&lt;/button&gt; </pre> <h3 class="section-sub-title">Block buttons</h3> <p>Add <code>button-block</code> to any button to make it span the full width of its parent element.</p> <h5 class="example">Example</h5> <p> <button class="button button-block">Block button</button> </p> <pre class="prettyprint code-example"> &lt;button class=&quot;button button-block&quot;&gt;Block button&lt;/button&gt; </pre> <h3 class="section-sub-title">Buttons with icons</h3> <p>Placing <code>&lt;i class=&quot;icon&quot;&gt;</code> inside of a button allows you to add an icon. See <a href="#icons">icons</a> to learn more.</p> <h5 class="example">Example</h5> <p class="btn-example"> <button class="button button-large"><i class="icon icon-export"></i> Large button</button> <br class="clear hide-desktop"> <button class="button"><i class="icon icon-export"></i> Normal button</button> <br class="clear hide-desktop"> <button class="button button-small"><i class="icon icon-export"></i> Small button</button> </p> <pre class="prettyprint code-example"> &lt;button class=&quot;button button-large&quot;&gt;&lt;i class=&quot;icon icon-export&quot;&gt;&lt;/i&gt; Large button&lt;/button&gt; &lt;button class=&quot;button&quot;&gt;&lt;i class=&quot;icon icon-export&quot;&gt;&lt;/i&gt; Normal button&lt;/button&gt; &lt;button class=&quot;button button-small&quot;&gt;&lt;i class=&quot;icon icon-export&quot;&gt;&lt;/i&gt; Small button&lt;/button&gt; </pre> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="forms" class="section"> <h2 class="section-title">Forms</h2> <p class="section-description">Adding a <code>&lt;form&gt;</code> allows you to gather data directly from your users.</p> <h5 class="example">Example</h5> <form> <input type="text" placeholder="Your name"> <input type="search" placeholder="Search"> <textarea rows="5"></textarea> <select> <option>Option one</option> <option>Option two</option> <option>Option three</option> </select> <label> <input type="checkbox" value="Check 1"> <span>Here's a checkbox</span> </label> <label> <input type="checkbox" value="Check 2"> <span>Here's another checkbox</span> </label> <label> <input type="radio" name="radio-group" value="Radio 1"> <span>Choose this option</span> </label> <label> <input type="radio" name="radio-group" value="Radio 2"> <span>Or this one</span> </label> <button type="submit" class="button">Submit</button> </form> <pre class="prettyprint code-example"> &lt;form&gt; &lt;input type=&quot;text&quot; placeholder=&quot;Your name&quot;&gt; &lt;input type=&quot;search&quot; placeholder=&quot;Search&quot;&gt; &lt;textarea rows=&quot;5&quot;&gt;&lt;/textarea&gt; &lt;select&gt; &lt;option&gt;&#8230;&lt;/option&gt; &lt;option&gt;&#8230;&lt;/option&gt; &lt;option&gt;&#8230;&lt;/option&gt; &lt;/select&gt; &lt;label&gt; &lt;input type=&quot;checkbox&quot; value=&quot;Check 1&quot;&gt; &lt;span&gt;Here's a checkbox&lt;/span&gt; &lt;/label&gt; &#8230; &lt;label&gt; &lt;input type=&quot;radio&quot; name=&quot;radio-group&quot; value=&quot;Radio 1&quot;&gt; &lt;span&gt;Choose this option&lt;/span&gt; &lt;/label&gt; &#8230; &lt;button type=&quot;submit&quot; class=&quot;button&quot;&gt;Submit&lt;/button&gt; &lt;/form&gt; </pre> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="tables" class="section"> <h2 class="section-title">Tables</h2> <p class="section-description">If you need to display tabular data, using a <code>&lt;table&gt;</code> is your best option.</p> <h5 class="example">Example</h5> <div class="example-table"> <table> <thead> <tr> <th>First name</th> <th>Last name</th> <th>Company</th> </tr> </thead> <tbody> <tr> <td>Connor</td> <td>Sears</td> <td>GitHub</td> </tr> <tr> <td>Mark</td> <td>Otto</td> <td>GitHub</td> </tr> <tr> <td>Dave</td> <td>Gamache</td> <td>Medium</td> </tr> </tbody> </table> </div> <pre class="prettyprint code-example"> &lt;table&gt; &lt;thead&gt; &lt;tr&gt; &lt;th&gt;First Name&lt;/th&gt; &lt;th&gt;Last Name&lt;/th&gt; &lt;th&gt;Comapany&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td&gt;Connor&lt;/td&gt; &lt;td&gt;Sears&lt;/td&gt; &lt;td&gt;Pinterest&lt;/td&gt; &lt;/tr&gt; &#8230; &lt;/tbody&gt; &lt;/table&gt; </pre> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="icons" class="section"> <h2 class="section-title">Icons</h2> <p class="section-description">The <a href="http://www.entypo.com/">Entypo</a> icon font by <a href="https://twitter.com/danielbruce_">Daniel Bruce</a> is included as the default icon set for Chassis. There are over 200 icons to choose from.</p> <p>Use an icon by adding the corresponding class to <code>&lt;i class=&quot;icon icon-phone&quot;&gt;&lt;/i&gt;</code>. The icon's size is determined by the parent element. <div class="icon-examples"> <i class="icon icon-phone"></i> <i class="icon icon-mobile"></i> <i class="icon icon-mouse"></i> <i class="icon icon-address"></i> <i class="icon icon-mail"></i> <i class="icon icon-paper-plane"></i> <i class="icon icon-pencil"></i> <i class="icon icon-feather"></i> <i class="icon icon-attach"></i> <i class="icon icon-inbox"></i> <i class="icon icon-reply"></i> <i class="icon icon-reply-all"></i> <i class="icon icon-forward"></i> <i class="icon icon-user"></i> <i class="icon icon-users"></i> <i class="icon icon-add-user"></i> <i class="icon icon-vcard"></i> <i class="icon icon-export"></i> <i class="icon icon-location"></i> <i class="icon icon-map"></i> <i class="icon icon-compass"></i> <i class="icon icon-direction"></i> <i class="icon icon-hair-cross"></i> <i class="icon icon-share"></i> <i class="icon icon-shareable"></i> <i class="icon icon-heart"></i> <i class="icon icon-star"></i> <i class="icon icon-star-empty"></i> <i class="icon icon-yay"></i> <i class="icon icon-nay"></i> <i class="icon icon-chat"></i> <i class="icon icon-comment"></i> <i class="icon icon-quote"></i> <i class="icon icon-home"></i> <i class="icon icon-popup"></i> <i class="icon icon-search"></i> <i class="icon icon-flashlight"></i> <i class="icon icon-print"></i> <i class="icon icon-bell"></i> <i class="icon icon-link"></i> <i class="icon icon-flag"></i> <i class="icon icon-cog"></i> <i class="icon icon-tools"></i> <i class="icon icon-trophy"></i> <i class="icon icon-tag"></i> <i class="icon icon-camera"></i> <i class="icon icon-megaphone"></i> <i class="icon icon-moon"></i> <i class="icon icon-palette"></i> <i class="icon icon-leaf"></i> <i class="icon icon-note"></i> <i class="icon icon-beamed-note"></i> <i class="icon icon-new"></i> <i class="icon icon-graduation-cap"></i> <i class="icon icon-newspaper"></i> <i class="icon icon-bag"></i> <i class="icon icon-airplane"></i> <i class="icon icon-lifebuoy"></i> <i class="icon icon-eye"></i> <i class="icon icon-clock"></i> <i class="icon icon-mic"></i> <i class="icon icon-calendar"></i> <i class="icon icon-flash"></i> <i class="icon icon-thunder-cloud"></i> <i class="icon icon-droplet"></i> <i class="icon icon-cd"></i> <i class="icon icon-briefcase"></i> <i class="icon icon-air"></i> <i class="icon icon-hourglass"></i> <i class="icon icon-gauge"></i> <i class="icon icon-language"></i> <i class="icon icon-network"></i> <i class="icon icon-key"></i> <i class="icon icon-battery"></i> <i class="icon icon-bucket"></i> <i class="icon icon-magnet"></i> <i class="icon icon-drive"></i> <i class="icon icon-cup"></i> <i class="icon icon-rocket"></i> <i class="icon icon-brush"></i> <i class="icon icon-suitcase"></i> <i class="icon icon-traffic-cone"></i> <i class="icon icon-globe"></i> <i class="icon icon-keyboard"></i> <i class="icon icon-browser"></i> <i class="icon icon-publish"></i> <i class="icon icon-progress-3"></i> <i class="icon icon-progress-2"></i> <i class="icon icon-progress-1"></i> <i class="icon icon-progress-0"></i> <i class="icon icon-light-down"></i> <i class="icon icon-light-up"></i> <i class="icon icon-adjust"></i> <i class="icon icon-code"></i> <i class="icon icon-monitor"></i> <i class="icon icon-infinity"></i> <i class="icon icon-light-bulb"></i> <i class="icon icon-credit-card"></i> <i class="icon icon-database"></i> <i class="icon icon-voicemail"></i> <i class="icon icon-clipboard"></i> <i class="icon icon-cart"></i> <i class="icon icon-box"></i> <i class="icon icon-ticket"></i> <i class="icon icon-rss"></i> <i class="icon icon-signal"></i> <i class="icon icon-thermometer"></i> <i class="icon icon-water"></i> <i class="icon icon-sweden"></i> <i class="icon icon-line-graph"></i> <i class="icon icon-pie-chart"></i> <i class="icon icon-bar-graph"></i> <i class="icon icon-lock"></i> <i class="icon icon-logout"></i> <i class="icon icon-login"></i> <i class="icon icon-check"></i> <i class="icon icon-cross"></i> <i class="icon icon-squared-minus"></i> <i class="icon icon-squared-plus"></i> <i class="icon icon-squared-cross"></i> <i class="icon icon-circled-minus"></i> <i class="icon icon-circled-plus"></i> <i class="icon icon-circled-cross"></i> <i class="icon icon-minus"></i> <i class="icon icon-plus"></i> <i class="icon icon-erase"></i> <i class="icon icon-block"></i> <i class="icon icon-info"></i> <i class="icon icon-circled-info"></i> <i class="icon icon-circled-help"></i> <i class="icon icon-warning"></i> <i class="icon icon-cycle"></i> <i class="icon icon-cw"></i> <i class="icon icon-ccw"></i> <i class="icon icon-shuffle"></i> <i class="icon icon-back"></i> <i class="icon icon-level-up"></i> <i class="icon icon-switch"></i> <i class="icon icon-numbered-list"></i> <i class="icon icon-add-to-list"></i> <i class="icon icon-layout"></i> <i class="icon icon-list"></i> <i class="icon icon-text-doc"></i> <i class="icon icon-text-doc-inverted"></i> <i class="icon icon-doc"></i> <i class="icon icon-docs"></i> <i class="icon icon-landscape-doc"></i> <i class="icon icon-picture"></i> <i class="icon icon-video"></i> <i class="icon icon-music"></i> <i class="icon icon-folder"></i> <i class="icon icon-archive"></i> <i class="icon icon-trash"></i> <i class="icon icon-upload"></i> <i class="icon icon-bookmark"></i> <i class="icon icon-bookmarks"></i> <i class="icon icon-open-book"></i> <i class="icon icon-play"></i> <i class="icon icon-pause"></i> <i class="icon icon-record"></i> <i class="icon icon-stop"></i> <i class="icon icon-ff"></i> <i class="icon icon-fb"></i> <i class="icon icon-to-start"></i> <i class="icon icon-to-end"></i> <i class="icon icon-resize-full"></i> <i class="icon icon-resize-small"></i> <i class="icon icon-volume"></i> <i class="icon icon-sound"></i> <i class="icon icon-mute"></i> <i class="icon icon-flow-cascade"></i> <i class="icon icon-flow-branch"></i> <i class="icon icon-flow-tree"></i> <i class="icon icon-flow-line"></i> <i class="icon icon-flow-parallel"></i> <i class="icon icon-left-bold"></i> <i class="icon icon-down-bold"></i> <i class="icon icon-up-bold"></i> <i class="icon icon-right-bold"></i> <i class="icon icon-left"></i> <i class="icon icon-down"></i> <i class="icon icon-up"></i> <i class="icon icon-right"></i> <i class="icon icon-circled-left"></i> <i class="icon icon-circled-down"></i> <i class="icon icon-circled-up"></i> <i class="icon icon-circled-right"></i> <i class="icon icon-triangle-left"></i> <i class="icon icon-triangle-down"></i> <i class="icon icon-triangle-up"></i> <i class="icon icon-triangle-right"></i> <i class="icon icon-chevron-left"></i> <i class="icon icon-chevron-down"></i> <i class="icon icon-chevron-up"></i> <i class="icon icon-chevron-right"></i> <i class="icon icon-chevron-small-left"></i> <i class="icon icon-chevron-small-down"></i> <i class="icon icon-chevron-small-up"></i> <i class="icon icon-chevron-small-right"></i> <i class="icon icon-chevron-thin-left"></i> <i class="icon icon-chevron-thin-down"></i> <i class="icon icon-chevron-thin-up"></i> <i class="icon icon-chevron-thin-right"></i> <i class="icon icon-left-thin"></i> <i class="icon icon-down-thin"></i> <i class="icon icon-up-thin"></i> <i class="icon icon-right-thin"></i> <i class="icon icon-arrow-combo"></i> <i class="icon icon-three-dots"></i> <i class="icon icon-two-dots"></i> <i class="icon icon-dot"></i> <i class="icon icon-cc"></i> <i class="icon icon-cc-by"></i> <i class="icon icon-cc-nc"></i> <i class="icon icon-cc-nc-eu"></i> <i class="icon icon-cc-nc-jp"></i> <i class="icon icon-cc-sa"></i> <i class="icon icon-cc-nd"></i> <i class="icon icon-cc-pd"></i> <i class="icon icon-cc-zero"></i> <i class="icon icon-cc-share"></i> <i class="icon icon-cc-remix"></i> <i class="icon icon-db-logo"></i> <i class="icon icon-db-shape"></i> </div> </div> </div> </div> <hr class="docs-split"> <div class="container"> <div class="column units-2"> <div id="layouts" class="section"> <h2 class="section-title">Example layouts</h2> <p class="section-description">Take a look at these example layouts to get a feel for how Chassis works.</p> <div class="layout-examples"> <a href="./layout-example-one" class="layout-example"> <span class="thumb-header"></span> <span class="thumb-main"></span> <span class="thumb-bar"></span> <br class="clear"> <span class="thumb-footer"></span> </a> <a href="./layout-example-two" class="layout-example"> <span class="thumb-header"></span> <span class="thumb-side-first"></span> <span class="thumb-middle"></span> <span class="thumb-side"></span> <br class="clear"> <span class="thumb-footer"></span> </a> <a href="./layout-example-three" class="layout-example"> <span class="thumb-header"></span> <span class="thumb-small-first"></span> <span class="thumb-small"></span> <span class="thumb-small"></span> <span class="thumb-small"></span> <br class="clear"> <span class="thumb-main"></span> <span class="thumb-bar"></span> <br class="clear"> </a> </div> </div> </div> </div>
_site/posts/2015-06-23-Hello.html
raghunc/raghunc.github.io
<?xml version="1.0" encoding="UTF-8" ?> <!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" xml:lang="en" lang="en" xmlns:svg="http://www.w3.org/2000/svg"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>My Home - 2015-06-23-Hello</title> <link rel="stylesheet" type="text/css" href="../css/default.css" /> </head> <body> <div id="header"> <div id="logo"> <a href="../index.html">Raghu Nandan Chilukuri</a> </div> <div id="navigation-box"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About</a></li> <li><a = href="../experience.html">Experience</li> <!--li><a href="/contact.html">Contact</a></li--> <li><a href="../files/RaghuChilukuri_CV.pdf">CV</a></li> </ul> </div> </div> <div class="bodywrap"> <div id="main-content" class="content"> <!-- --> <div class="info"> Posted on June 23, 2015 </div> <div id="header"> <div id="logo"> <a href="../index.html">Raghu Nandan Chilukuri</a> </div> <div id="navigation-box"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About</a></li> <li>Experience</li> <li><a href="../files/RaghuChilukuri_CV.pdf">CV</a></li> </ul> </div> </div> <div id="main-content" class="content"> <div class="info"> Posted on June 23, 2015 </div> <div id="header"> <div id="logo"> <a href="../index.html">Raghu Nandan Chilukuri</a> </div> <div id="navigation-box"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About</a></li> <li><a href="../contact.html">Contact</a></li> <li><a href="../files/RaghuChilukuri_CV.pdf">CV</a></li> </ul> </div> </div> <div id="main-content" class="content"> <div class="info"> Posted on June 23, 2015 </div> <div id="header"> <div id="logo"> <a href="../index.html">Raghu Nandan Chilukuri</a> </div> <div id="navigation-box"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About</a></li> <li><a href="../contact.html">Contact</a></li> <li><a href="../files/RaghuChilukuri_CV.pdf">CV</a></li> </ul> </div> </div> <div id="main-content" class="content"> <div class="info"> Posted on June 23, 2015 </div> <div id="header"> <div id="logo"> <a href="../index.html">Raghu Nandan Chilukuri</a> </div> <div id="navigation-box"> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../about.html">About</a></li> <li><a href="../contact.html">Contact</a></li> <li><a href="../files/RaghuChilukuri_CV.pdf">CV</a></li> </ul> </div> </div> <div id="main-content" class="content"> <div class="info"> Posted on June 23, 2015 </div> <p>Hello there, welcome to my website. After trying out too many web hosting services, like university offered pages, Google sites and Wordpress, I came across this beautiful way to host (mostly static) sites on github, powered by Jekyll. At the time of typing this, I am using my plain-vanilla text editor and creating pages with Jekyll.</p> <p>I came across github pages on <a href="http://conceptviz.github.io"><strong><em>this link</em></strong></a>, which was posted on Twitter by <a href="http://michaelnielsen.org/"><strong>Michael Nielsen</strong></a>, and instantly fell in love with it. The link he posted has some excellent explanations and visualizations of topics in physics, programming etc., and subsequently, I discovered several such pages. Hence I created this page to record some interesting things I come across, and my learnings.</p> <p>And unlike my other, attempts, I do hope to continue posting to this website.</p> </div> <div id="footer"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> </div> </div> <div id="footer"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> </div> </div> <div id="footer"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> </div> </div> <div id="footer"> <div id="footer-text"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> </div> </div> </div> </div> <div id="footer"> <div id="footer-text"> Site proudly generated by <a href="http://jaspervdj.be/hakyll">Hakyll</a> </div> </div> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.0/metacoq-translations/1.0~alpha1+8.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>metacoq-translations: 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.0 / metacoq-translations - 1.0~alpha1+8.8</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> metacoq-translations <small> 1.0~alpha1+8.8 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-01 17:12:23 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-01 17:12:23 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 2 Virtual package relying on perl coq 8.9.0 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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; homepage: &quot;https://metacoq.github.io/metacoq&quot; dev-repo: &quot;git+https://github.com/MetaCoq/metacoq.git#coq-8.8&quot; bug-reports: &quot;https://github.com/MetaCoq/metacoq/issues&quot; authors: [&quot;Simon Boulier &lt;simon.boulier@inria.fr&gt;&quot; &quot;Cyril Cohen &lt;cyril.cohen@inria.fr&gt;&quot; &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Nicolas Tabareau &lt;nicolas.tabareau@inria.fr&gt;&quot; &quot;Théo Winterhalter &lt;theo.winterhalter@inria.fr&gt;&quot; ] license: &quot;MIT&quot; build: [ [&quot;sh&quot; &quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot; &quot;-C&quot; &quot;translations&quot;] ] install: [ [make &quot;-C&quot; &quot;translations&quot; &quot;install&quot;] ] depends: [ &quot;ocaml&quot; {&gt; &quot;4.02.3&quot;} &quot;coq&quot; {&gt;= &quot;8.8.1&quot; &amp; &lt; &quot;8.9~&quot;} &quot;coq-metacoq-template&quot; {= version} &quot;coq-metacoq-checker&quot; {= version} ] synopsis: &quot;Implementation and verification of an erasure procedure for Coq&quot; description: &quot;&quot;&quot; MetaCoq is a meta-programming framework for Coq. The Translations modules provides implementation of standard translations from type theory to type theory, e.g. parametricity and the `cross-bool` translation that invalidates functional extensionality. &quot;&quot;&quot; url { src: &quot;https://github.com/MetaCoq/metacoq/archive/1.0-alpha+8.8.tar.gz&quot; checksum: &quot;sha256=c2fe122ad30849e99c1e5c100af5490cef0e94246f8eb83f6df3f2ccf9edfc04&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-metacoq-translations.1.0~alpha1+8.8 coq.8.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-metacoq-translations -&gt; ocaml &gt;= 4.02.4 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-metacoq-translations.1.0~alpha1+8.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.05.0-2.0.1/released/8.10.0/finger-tree/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>finger-tree: 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 / finger-tree - 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> finger-tree <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-15 03:07:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-15 03:07:53 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 conf-findutils 1 Virtual package relying on findutils coq 8.10.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/finger-tree&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/FingerTree&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: data structures&quot; &quot;keyword: dependent types&quot; &quot;keyword: Finger Trees&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;date: 2009-02&quot; ] authors: [ &quot;Matthieu Sozeau &lt;mattam@mattam.org&gt; [http://mattam.org]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/finger-tree/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/finger-tree.git&quot; synopsis: &quot;Dependent Finger Trees&quot; description: &quot;&quot;&quot; http://mattam.org/research/russell/fingertrees.en.html A verified generic implementation of Finger Trees&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/finger-tree/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=65bc1765ca51e147bcbd410b0f4c88b0&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-finger-tree.8.7.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-finger-tree -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.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-finger-tree.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>
clean/Linux-x86_64-4.06.1-2.0.5/extra-dev/dev/infotheo/0.0.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>infotheo: 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 / infotheo - 0.0.1</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> infotheo <small> 0.0.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-11-16 07:37:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-16 07:37:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 3 Virtual package relying on a GMP lib system installation coq dev Formal proof management system dune 2.9.1 Fast, portable, and opinionated build system ocaml 4.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; name: &quot;coq-infotheo&quot; maintainer: &quot;reynald.affeldt@aist.go.jp&quot; homepage: &quot;https://github.com/affeldt-aist/infotheo&quot; bug-reports: &quot;https://github.com/affeldt-aist/infotheo/issues&quot; dev-repo: &quot;git+https://github.com/affeldt-aist/infotheo.git&quot; license: &quot;GPLv3&quot; authors: [ &quot;Reynald Affeldt&quot; &quot;Manabu Hagiwara&quot; &quot;Jonas Senizergues&quot; &quot;Jacques Garrigue&quot; &quot;Kazuhiko Sakaguchi&quot; &quot;Taku Asai&quot; &quot;Takafumi Saikawa&quot; &quot;Naruomi Obata&quot; &quot;Erik Martin-Dorel&quot; ] build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;_CoqProject&quot; &quot;-o&quot; &quot;Makefile&quot;] [make] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.9.1&quot; &amp; &lt; &quot;8.10.0~&quot;) } &quot;coq-mathcomp-field&quot; { (&gt;= &quot;1.9.0&quot;) &amp; &lt; &quot;1.10.0~&quot;} &quot;coq-mathcomp-analysis&quot; {(&gt;= &quot;0.2.0&quot; &amp; &lt;= &quot;0.2.2&quot;)} ] synopsis: &quot;Infotheo&quot; description: &quot;&quot;&quot; a Coq formalization of information theory and linear error-correcting codes &quot;&quot;&quot; url { http: &quot;https://github.com/affeldt-aist/infotheo/archive/0.0.1.tar.gz&quot; checksum: &quot;md5=e6afd4e32db51b6bace854f65324b32e&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-infotheo.0.0.1 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-infotheo -&gt; coq &lt; 8.10.0~ -&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-infotheo.0.0.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>
static/index.html
daveallie/pgweb
<!DOCTYPE html> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>pgweb</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Content-Language" content="en"> <link rel="stylesheet" href="/static/css/bootstrap.css"></link> <link rel="stylesheet" href="/static/css/font-awesome.css"></link> <link rel="stylesheet" href="/static/css/app.css"></link> <link rel="icon" type="image/x-icon" href="/static/img/icon.ico" /> <script type="text/javascript" src="/static/js/jquery.js"></script> <script type="text/javascript" src="/static/js/ace.js"></script> <script type="text/javascript" src="/static/js/ace-pgsql.js"></script> <script type="text/javascript" src="/static/js/bootstrap-contextmenu.js"></script> <script type="text/javascript" src="/static/js/app.js"></script> </head> <body> <div id="main"> <div id="nav"> <ul> <li id="table_content">Rows</li> <li id="table_structure">Structure</li> <li id="table_indexes">Indexes</li> <li id="table_constraints">Constraints</li> <li id="table_query" class="selected">SQL Query</li> <li id="table_history">History</li> <li id="table_activity">Activity</li> <li id="table_connection">Connection</li> </ul> <div class="connection-actions"> <a href="#" id="edit_connection" class="btn btn-default btn-sm"><i class="fa fa-database"></i> Connect</a> <a href="#" id="close_connection" class="btn btn-default btn-sm">Disconnect</a> </div> </div> <div id="sidebar"> <div class="tables-list"> <div class="wrap"> <div class="title main"> <i class="fa fa-database"></i> <span class="current-database" id="current_database"></span> <span class="refresh" id="refresh_tables" title="Refresh tables list"><i class="fa fa-refresh"></i></span> </div> <div id="objects"></div> </div> </div> <div class="table-information"> <div class="wrap"> <div class="title">Table Information</div> <ul> <li>Size: <span id="table_total_size"></span></li> <li>Data size: <span id="table_data_size"></span></li> <li>Index size: <span id="table_index_size"></span></li> <li>Estimated rows: <span id="table_rows_count"></span></li> </ul> </div> </div> </div> <div id="body"> <div id="input"> <div class="wrapper"> <div id="custom_query"></div> <div class="actions"> <input type="button" id="run" value="Run Query" class="btn btn-sm btn-success" /> <input type="button" id="explain" value="Explain Query" class="btn btn-sm btn-primary" /> <input type="button" id="toggle_query_input" value="Toggle Query Input" class="btn btn-sm btn-default" /> <div id="query_progress">Please wait, query is executing...</div> <div class="pull-right"> <input type="button" id="json" value="JSON" class="btn btn-sm btn-default" /> <input type="button" id="csv" value="CSV" class="btn btn-sm btn-default" /> <input type="button" id="xml" value="XML" class="btn btn-sm btn-default" /> </div> </div> </div> </div> <div id="output"> <div class="wrapper"> <table id="results" class="table"></table> </div> </div> <div id="pagination"> <form class="filters" action="#" id="rows_filter"> <span>Search</span> <select class="column form-control"></select> <select class="filter form-control"> <option value="">Select filter</option> <option value="equal">=</option> <option value="not_equal">&ne;</option> <option value="greater">&gt;</option> <option value="greater_eq">&ge;</option> <option value="less">&lt;</option> <option value="less_eq">&le;</option> <option value="like">LIKE</option> <option value="ilike">ILIKE</option> <option value="null">IS NULL</option> <option value="not_null">NOT NULL</option> </select> <input type="text" class="form-control" placeholder="Search query" /> <button class="btn btn-primary btn-sm apply-filters" type="submit">Apply</button> <button class="btn btn-default btn-sm reset-filters"><i class="fa fa-times"></i></button> </form> <div class="btn-group"> <button type="button" class="btn btn-default btn-sm prev-page" disabled="disabled"><i class="fa fa-angle-left"></i></button> <button type="button" class="btn btn-default btn-sm page change-limit" title="Click to change row limit"></button> <button type="button" class="btn btn-default btn-sm next-page"><i class="fa fa-angle-right"></i></button> </div> <div class="current-page" data-page="1" data-pages="1"> <span id="total_records"></span> rows </div> </div> </div> </div> <div id="connection_window"> <div class="connection-settings"> <h1>pgweb</h1> <form role="form" class="form-horizontal" id="connection_form"> <div class="text-center"> <div class="btn-group btn-group-sm connection-group-switch"> <button type="button" data="scheme" class="btn btn-default" id="connection_scheme">Scheme</button> <button type="button" data="standard" class="btn btn-default active" id="connection_standard">Standard</button> <button type="button" data="ssh" class="btn btn-default" id="connection_ssh">SSH</button> </div> </div> <hr/> <div class="connection-scheme-group"> <div class="form-group"> <div class="col-sm-12"> <label>Enter server URL scheme</label> <input type="text" class="form-control" id="connection_url" name="url"> <p class="help-block">URL format: postgres://user:password@host:port/db?sslmode=mode</p> </div> </div> </div> <div class="connection-standard-group"> <div class="form-group bookmarks"> <label class="col-sm-3 control-label">Bookmark</label> <div class="col-sm-9"> <select class="form-control" id="connection_bookmarks"></select> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">Host</label> <div class="col-sm-9"> <input type="text" id="pg_host" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">Username</label> <div class="col-sm-9"> <input type="text" id="pg_user" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">Password</label> <div class="col-sm-9"> <input type="password" id="pg_password" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">Database</label> <div class="col-sm-9"> <input type="text" id="pg_db" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">Port</label> <div class="col-sm-9"> <input type="text" id="pg_port" class="form-control" placeholder="5432" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">SSL</label> <div class="col-sm-9"> <select class="form-control" id="connection_ssl"> <option value="disable">disable</option> <option value="require" selected="selected">require</option> <option value="verify-full">verify-full</option> </select> </div> </div> </div> <div class="connection-ssh-group"> <div class="form-group"> <label class="col-sm-3 control-label">SSH Host</label> <div class="col-sm-9"> <input type="text" id="ssh_host" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">SSH User</label> <div class="col-sm-9"> <input type="text" id="ssh_user" class="form-control" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">SSH Password</label> <div class="col-sm-9"> <input type="password" id="ssh_password" class="form-control" placeholder="optional" /> </div> </div> <div class="form-group"> <label class="col-sm-3 control-label">SSH Port</label> <div class="col-sm-9"> <input type="text" id="ssh_port" class="form-control" placeholder="optional" /> </div> </div> </div> <div id="connection_error" class="alert alert-danger"></div> <div class="form-group"> <div class="col-sm-12"> <button type="submit" class="btn btn-block btn-primary">Connect</button> <button type="reset" id="close_connection_window" class="btn btn-block btn-default">Cancel</button> </div> </div> </form> </div> </div> <div id="tables_context_menu"> <ul class="dropdown-menu" role="menu"> <li><a href="#" data-action="export" data-format="json">Export to JSON</a></li> <li><a href="#" data-action="export" data-format="csv">Export to CSV</a></li> <li><a href="#" data-action="export" data-format="xml">Export to XML</a></li> <li class="divider"></li> <li><a href="#" data-action="truncate">Truncate table</a></li> <li><a href="#" data-action="delete">Delete table</a></li> </ul> </div> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.8.1/fcsl-pcm/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>fcsl-pcm: 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.8.1 / fcsl-pcm - 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> fcsl-pcm <small> 1.1.1 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-01 11:10:21 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-01 11:10:21 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 1 Virtual package relying on perl coq 8.8.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;FCSL &lt;fcsl@software.imdea.org&gt;&quot; homepage: &quot;http://software.imdea.org/fcsl/&quot; bug-reports: &quot;https://github.com/imdea-software/fcsl-pcm/issues&quot; dev-repo: &quot;git+https://github.com/imdea-software/fcsl-pcm.git&quot; license: &quot;Apache-2.0&quot; build: [ make &quot;-j%{jobs}%&quot; ] install: [ make &quot;install&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {(&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.12~&quot;) | (= &quot;dev&quot;)} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.10.0&quot; &amp; &lt; &quot;1.11~&quot;) | (= &quot;dev&quot;)} ] tags: [ &quot;keyword:separation logic&quot; &quot;keyword:partial commutative monoid&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; &quot;logpath:fcsl&quot; &quot;date:2019-01-06&quot; ] authors: [ &quot;Aleksandar Nanevski&quot; ] synopsis: &quot;Partial Commutative Monoids&quot; description: &quot;&quot;&quot; The PCM library provides a formalisation of Partial Commutative Monoids (PCMs), a common algebraic structure used in separation logic for verification of pointer-manipulating sequential and concurrent programs. The library provides lemmas for mechanised and automated reasoning about PCMs in the abstract, but also supports concrete common PCM instances, such as heaps, histories and mutexes. This library relies on extensionality axioms: propositional and functional extentionality.&quot;&quot;&quot; url { src: &quot;https://github.com/imdea-software/fcsl-pcm/archive/v1.1.1.tar.gz&quot; checksum: &quot;sha256=3b52ae8f7dba4987ef2c2fc91480ebbecdbf7195bfc0d6892930f523e3475771&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-fcsl-pcm.1.1.1 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-fcsl-pcm -&gt; coq &gt;= dev no matching version 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-fcsl-pcm.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>
clean/Linux-x86_64-4.13.1-2.0.10/released/8.13.0/zsearch-trees/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>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 / released</a></li> <li class="active"><a href="">8.13.0 / zsearch-trees - 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> zsearch-trees <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-11 02:59:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-11 02:59:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/zsearch-trees&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/ZSearchTrees&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&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 &lt;&gt;&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 nat&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/zsearch-trees/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=240c8def307d3b064cf50e65bb2cb625&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.5.0 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-zsearch-trees -&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-zsearch-trees.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>
docs/de/uni_potsdam/hpi/bpt/bp2014/janalytics/rest/package-frame.html
BP2014W1/JEngine
<!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_79) on Sat Jun 27 21:15:03 CEST 2015 --> <title>de.uni_potsdam.hpi.bpt.bp2014.janalytics.rest</title> <meta name="date" content="2015-06-27"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../../../../../../de/uni_potsdam/hpi/bpt/bp2014/janalytics/rest/package-summary.html" target="classFrame">de.uni_potsdam.hpi.bpt.bp2014.janalytics.rest</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="RestInterface.html" title="class in de.uni_potsdam.hpi.bpt.bp2014.janalytics.rest" target="classFrame">RestInterface</a></li> </ul> </div> </body> </html>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.0/ramsey/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>ramsey: 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.8.0 / ramsey - 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> ramsey <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 18:15:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 18:15:59 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.8.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 ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/ramsey&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/Ramsey&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: dimension one Ramsey theorem&quot; &quot;keyword: constructive mathematics&quot; &quot;keyword: almost full sets&quot; &quot;category: Mathematics/Logic&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;category: Miscellaneous/Extracted Programs/Combinatorics&quot; ] authors: [ &quot;Marc Bezem&quot; ] bug-reports: &quot;https://github.com/coq-contribs/ramsey/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/ramsey.git&quot; synopsis: &quot;Ramsey Theory&quot; description: &quot;&quot;&quot; For dimension one, the Infinite Ramsey Theorem states that, for any subset A of the natural numbers nat, either A or nat\\A is infinite. This special case of the Pigeon Hole Principle is classically equivalent to: if A and B are both co-finite, then so is their intersection. None of these principles is constructively valid. In [VB] the notion of an almost full set is introduced, classically equivalent to co-finiteness, for which closure under finite intersection can be proved constructively. A is almost full if for every (strictly) increasing sequence f: nat -&gt; nat there exists an x in nat such that f(x) in A. The notion of almost full and its closure under finite intersection are generalized to all finite dimensions, yielding constructive Ramsey Theorems. The proofs for dimension two and higher essentially use Brouwer&#39;s Bar Theorem. In the proof development below we strengthen the notion of almost full for dimension one in the following sense. A: nat -&gt; Prop is called Y-full if for every (strictly) increasing sequence f: nat -&gt; nat we have (A (f (Y f))). Here of course Y : (nat -&gt; nat) -&gt; nat. Given YA-full A and YB-full B we construct X from YA and YB such that the intersection of A and B is X-full. This is essentially [VB, Th. 5.4], but now it can be done without using axioms, using only inductive types. The generalization to higher dimensions will be much more difficult and is not pursued here.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/ramsey/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=2dae4557a10bb6ab518e14e2cc8e7b8e&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-ramsey.8.7.0 coq.8.8.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.8.0). The following dependencies couldn&#39;t be met: - coq-ramsey -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.03.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-ramsey.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>
html/234567151310.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Alair Homes Collingwood - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492237871318&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=2087&V_SEARCH.docsStart=2086&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=2085&amp;V_DOCUMENT.docRank=2086&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492237888453&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567161291&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=2087&amp;V_DOCUMENT.docRank=2088&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492237888453&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567145436&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Alair Homes Collingwood </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Alair Homes Collingwood</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.alairhomes.ca/collingwood" target="_blank" title="Website URL">http://www.alairhomes.ca/collingwood</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 102 Georgian Manor Dr.<br/> COLLINGWOOD, Ontario<br/> L9Y 3Z1 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 102 Georgian Manor Dr.<br/> COLLINGWOOD, Ontario<br/> L9Y 3Z1 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (705) 444-9005 </p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: </p> </div> <div class="col-md-3 mrgn-tp-md"> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Collingwood is home to Georgian Bay shores, with views of the escarpment and ski hills, where you can be as active or relaxed as required. The area lends itself to many possibilites for the new or existing home owner. Collingwood and the surrounding area is well known and recognized as a world class, four season tourist destination. If your goal in this beautiful area is a new home or renovation, Alair Homes is determined to be your most comprehensive resource by providing unbiased support, unparalleled transparency, and industry insight that is required to make the best decisions for your future. <br><br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Kevin Blair </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (705) 444-9005 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> kevin.blair@alairhomes.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 236110 - Residential Building Construction </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Bathroom Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We have experience renovating and building hundreds of bathrooms, from complete teardown and custom builds to updating old bathrooms to have the latest necessities. We keep all of our construction sites clean and orderly so that you never have to worry about dirt or debris spreading to your home.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Custom Home Building and Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> At Alair Homes, we’ve designed and built hundreds of homes and renovations, and we have the kind of experience you can be confident in. Creating your home begins with our 100% transparent discovery and design process. Based on your guidance we draw up plans, create 3D models, and secure fixed-price quotes; we want you to stop imagining that home and start seeing it. From design to construction you have total control and insight. Let us show you how we can build or renovate your home with a free custom quote and you can decide if Alair Homes is the right choice for you.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Kitchen Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Renovating your kitchen begins with our 100% transparent discovery and design process. Based on your guidance we draw up plans, create custom models, and secure guaranteed fixed-price quotes; we want you to stop imagining that kitchen and start seeing it.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Kevin Blair </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Owner </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (705) 444-9005 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> kevin.blair@alairhomes.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> No &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 236110 - Residential Building Construction </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Bathroom Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> We have experience renovating and building hundreds of bathrooms, from complete teardown and custom builds to updating old bathrooms to have the latest necessities. We keep all of our construction sites clean and orderly so that you never have to worry about dirt or debris spreading to your home.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Custom Home Building and Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> At Alair Homes, we’ve designed and built hundreds of homes and renovations, and we have the kind of experience you can be confident in. Creating your home begins with our 100% transparent discovery and design process. Based on your guidance we draw up plans, create 3D models, and secure fixed-price quotes; we want you to stop imagining that home and start seeing it. From design to construction you have total control and insight. Let us show you how we can build or renovate your home with a free custom quote and you can decide if Alair Homes is the right choice for you.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Service Name: </strong> </div> <div class="col-md-9"> Kitchen Renovations<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Renovating your kitchen begins with our 100% transparent discovery and design process. Based on your guidance we draw up plans, create custom models, and secure guaranteed fixed-price quotes; we want you to stop imagining that kitchen and start seeing it.<br> <br> </div> </div> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-03-31 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
Application/User1/View/index/AnswerInquiry/mation.html
jinrong-team/jinrong
<!DOCTYPE html> <html> <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, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="format-detection" content="telephone=no"> <title>资讯详情(首页资讯)</title> <meta name="description" content=""> <meta name="keywords" content=""> <link href="__CSS__/communal.css" rel="stylesheet"> <script src="__JS__/communal.js"></script> <link href="__CSS__/style.css" rel="stylesheet"> </head> <body> <header> <div class="login-header"> <i class="iconfont"> <a href="index-message.html">&#xe604;</a> </i> <div class="login-choose">资讯详情</div> <div class="mation-share"> <i class="iconfont">&#xe63f;</i> </div> <div class="mation-collect"> <i class="iconfont ">&#xe63e;</i> </div> </div> </header> <article class="mation-matter"> <div class="not-index-banner clearfix" style="width: 100%; margin-top: 0.2rem;"> <div class="not-index-img"> <div class="not-index-bant fl"> <img src="img/6.png" alt=""> </div> <div class="not-index-bant fl"> <img src="img/38.png" alt=""> </div> </div> <!-- <ul class="not-index-btn"> <li class="not-index-cur"></li> <li></li> </ul> --> </div> <div class="mation-current clearfix"> <div class="mation-time fl"> <div class="clearfix"> <div class="mation-years fl">2017-1-1</div> <div class="mation-hour fl">18:05</div> </div> </div> <div class="mation-chance fr"> <div class="clearfix"> <i class="iconfont fl">&#xe74d;</i> <div class="mation-tense fl">698</div> </div> </div> </div> <div class="mation-paper"> <b>新金融日报:侨兴债再现违约,浙商财险被招财宝“除 名”:比特币</b> </div> <div class="mation-notice"> 招财宝1月5日晚间公告称,侨兴债券第三期至第七期陆续到期,债券发行企业侨兴电信和侨兴电讯依旧未能按时还款。此前到期的侨兴债第一、二期产品,在招财宝、浙商财险、广发银行等多方博弈之后,由浙商财险出面赔付,且已于去年12月28日全部到账。然而,再次逾期的第三期至第七期侨兴债,到底由谁来兑付,还不明确。 </div> <div class="mation-latest"> 值得注意的是,在招财宝产品最新的增信机构名单上,为“侨兴债”提供保证保险的浙商财险已经从名单中消失。而蚂蚁聚APP上,招财宝已经改头换面变成“定期理财”产品。截至发文,比特币价格恢复到了6837元人民币,但是整体币价走向还在剧烈波动中。 </div> </article> <script src="__JS__/jquery-1.11.3.min.js"></script> <script src="__JS__/around.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.12.1/schroeder/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>schroeder: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.12.1 / schroeder - 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> schroeder <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-12 20:31:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-12 20:31:15 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 conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/schroeder&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/Schroeder&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:schroeder bernstein&quot; &quot;keyword:set theory&quot; &quot;category:Mathematics/Logic/Set theory&quot; ] authors: [ &quot;Hugo Herbelin &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/schroeder/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/schroeder.git&quot; synopsis: &quot;The Theorem of Schroeder-Bernstein&quot; description: &quot;&quot;&quot; Fraenkel&#39;s proof of Schroeder-Bernstein theorem on decidable sets is formalized in a constructive variant of set theory based on stratified universes (the one defined in the Ensemble library). The informal proof can be found for instance in &quot;Axiomatic Set Theory&quot; from P. Suppes.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/schroeder/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=fbbc2b0f7c8106330dacc9f949f93bb5&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-schroeder.8.5.0 coq.8.12.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.12.1). The following dependencies couldn&#39;t be met: - coq-schroeder -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.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-schroeder.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>
doc/com/peterverzijl/softwaresystems/qwirkle/networking/class-use/Protocol.Client.html
PeterVerzijl/Qwirkle
<!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_65) on Tue Feb 23 15:34:55 CET 2016 --> <title>Uses of Class com.peterverzijl.softwaresystems.qwirkle.networking.Protocol.Client</title> <meta name="date" content="2016-02-23"> <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 Class com.peterverzijl.softwaresystems.qwirkle.networking.Protocol.Client"; } } 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><a href="../../../../../../com/peterverzijl/softwaresystems/qwirkle/networking/Protocol.Client.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">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-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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/peterverzijl/softwaresystems/qwirkle/networking/class-use/Protocol.Client.html" target="_top">Frames</a></li> <li><a href="Protocol.Client.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"> <h2 title="Uses of Class com.peterverzijl.softwaresystems.qwirkle.networking.Protocol.Client" class="title">Uses of Class<br>com.peterverzijl.softwaresystems.qwirkle.networking.Protocol.Client</h2> </div> <div class="classUseContainer">No usage of com.peterverzijl.softwaresystems.qwirkle.networking.Protocol.Client</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><a href="../../../../../../com/peterverzijl/softwaresystems/qwirkle/networking/Protocol.Client.html" title="class in com.peterverzijl.softwaresystems.qwirkle.networking">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-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>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/peterverzijl/softwaresystems/qwirkle/networking/class-use/Protocol.Client.html" target="_top">Frames</a></li> <li><a href="Protocol.Client.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 ======= --> </body> </html>
doc/spring4.3.3-docs/javadoc-api/org/springframework/expression/ExpressionParser.html
piterlin/piterlin.github.io
<!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_101) on Mon Sep 19 15:00:09 UTC 2016 --> <title>ExpressionParser (Spring Framework 4.3.3.RELEASE API)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script> <meta name="date" content="2016-09-19"> <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="ExpressionParser (Spring Framework 4.3.3.RELEASE API)"; } } catch(err) { } //--> var methods = {"i0":6,"i1":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/springframework/expression/ExpressionInvocationTargetException.html" title="class in org.springframework.expression"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/springframework/expression/MethodExecutor.html" title="interface in org.springframework.expression"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/springframework/expression/ExpressionParser.html" target="_top">Frames</a></li> <li><a href="ExpressionParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&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.springframework.expression</div> <h2 title="Interface ExpressionParser" class="title">Interface ExpressionParser</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../org/springframework/expression/spel/standard/SpelExpressionParser.html" title="class in org.springframework.expression.spel.standard">SpelExpressionParser</a>, <a href="../../../org/springframework/expression/common/TemplateAwareExpressionParser.html" title="class in org.springframework.expression.common">TemplateAwareExpressionParser</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">ExpressionParser</span></pre> <div class="block">Parses expression strings into compiled expressions that can be evaluated. Supports parsing templates as well as standard expression strings.</div> <dl> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>3.0</dd> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Keith Donald, Andy Clement</dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== 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="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract 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="../../../org/springframework/expression/Expression.html" title="interface in org.springframework.expression">Expression</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/springframework/expression/ExpressionParser.html#parseExpression-java.lang.String-">parseExpression</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expressionString)</code> <div class="block">Parse the expression string and return an Expression object you can use for repeated evaluation.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code><a href="../../../org/springframework/expression/Expression.html" title="interface in org.springframework.expression">Expression</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../org/springframework/expression/ExpressionParser.html#parseExpression-java.lang.String-org.springframework.expression.ParserContext-">parseExpression</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expressionString, <a href="../../../org/springframework/expression/ParserContext.html" title="interface in org.springframework.expression">ParserContext</a>&nbsp;context)</code> <div class="block">Parse the expression string and return an Expression object you can use for repeated evaluation.</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="parseExpression-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>parseExpression</h4> <pre><a href="../../../org/springframework/expression/Expression.html" title="interface in org.springframework.expression">Expression</a>&nbsp;parseExpression(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expressionString) throws <a href="../../../org/springframework/expression/ParseException.html" title="class in org.springframework.expression">ParseException</a></pre> <div class="block">Parse the expression string and return an Expression object you can use for repeated evaluation. <p>Some examples: <pre class="code"> 3 + 4 name.firstName </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>expressionString</code> - the raw expression string to parse</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an evaluator for the parsed expression</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../org/springframework/expression/ParseException.html" title="class in org.springframework.expression">ParseException</a></code> - an exception occurred during parsing</dd> </dl> </li> </ul> <a name="parseExpression-java.lang.String-org.springframework.expression.ParserContext-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>parseExpression</h4> <pre><a href="../../../org/springframework/expression/Expression.html" title="interface in org.springframework.expression">Expression</a>&nbsp;parseExpression(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expressionString, <a href="../../../org/springframework/expression/ParserContext.html" title="interface in org.springframework.expression">ParserContext</a>&nbsp;context) throws <a href="../../../org/springframework/expression/ParseException.html" title="class in org.springframework.expression">ParseException</a></pre> <div class="block">Parse the expression string and return an Expression object you can use for repeated evaluation. <p>Some examples: <pre class="code"> 3 + 4 name.firstName </pre></div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>expressionString</code> - the raw expression string to parse</dd> <dd><code>context</code> - a context for influencing this expression parsing routine (optional)</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>an evaluator for the parsed expression</dd> <dt><span class="throwsLabel">Throws:</span></dt> <dd><code><a href="../../../org/springframework/expression/ParseException.html" title="class in org.springframework.expression">ParseException</a></code> - an exception occurred during parsing</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> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Spring Framework</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../org/springframework/expression/ExpressionInvocationTargetException.html" title="class in org.springframework.expression"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../org/springframework/expression/MethodExecutor.html" title="interface in org.springframework.expression"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?org/springframework/expression/ExpressionParser.html" target="_top">Frames</a></li> <li><a href="ExpressionParser.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&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>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
assets/css/ie9.css
MonashUnitPlanner/monashunitplanner.github.io
/* Solid State by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Basic */ body { background-color: #404040; background-image: url("../../images/bg.jpg"); background-size: cover; background-attachment: fixed; background-position: center; } body:before { background: rgba(64, 64, 64, 0.8); content: ''; display: block; height: 100%; left: 0; position: fixed; top: 0; width: 100%; } body > * { position: relative; z-index: 1; } /* Features */ .features article { display: inline-block; width: 45%; } /* Menu */ #menu .inner { margin: 4em auto; } /* Wrapper */ #wrapper > header { background: none !important; } .wrapper.spotlight .inner { text-align: left !important; } .wrapper.spotlight .image { display: inline-block; margin: 0 3em 2em 0 !important; vertical-align: middle; width: 24%; } .wrapper.spotlight .content { display: inline-block; vertical-align: middle; width: 70%; } /* Banner */ #banner { background: none !important; } /* Footer */ #footer { background: none !important; } #footer .inner form { display: inline-block; width: 45%; } #footer .inner .contact { display: inline-block; width: 45%; }
clean/Linux-x86_64-4.09.1-2.0.6/released/8.11.0/multiplier/8.10.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>multiplier: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.0 / multiplier - 8.10.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> multiplier <small> 8.10.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-12 17:32:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-12 17:32:44 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.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;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/multiplier&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/Multiplier&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.11~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;keyword: circuit&quot; &quot;category: Computer Science/Architecture&quot; &quot;category: Miscellaneous/Extracted Programs/Hardware&quot; ] authors: [ &quot;Christine Paulin&quot; ] bug-reports: &quot;https://github.com/coq-contribs/multiplier/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/multiplier.git&quot; synopsis: &quot;Proof of a multiplier circuit&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/multiplier/archive/v8.10.0.tar.gz&quot; checksum: &quot;md5=faa3c4bd3a1765eb0256886a48275a3c&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-multiplier.8.10.0 coq.8.11.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.11.0). The following dependencies couldn&#39;t be met: - coq-multiplier -&gt; coq &lt; 8.11~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-multiplier.8.10.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
index.html
npisciotti1/Tutor-Fellows
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tutor Fellow's Home</title> <link rel="stylesheet" href="font-awesome-4.7.0 3/css/font-awesome.min.css" media="screen" title="no title"> <link rel="stylesheet" type="text/css" href="styles/main_styles.css"> <link type="text/css" rel="stylesheet" href="styles/homestyle.css"/> </head> <body id="top"> <main> <header> <nav id="site_nav"> <div class="logo"> <img src="images/tutor-fellows-logo3.png" alt="logo"/> </div> <ul> <a href="tutor_page.html"><li>Tutors</li></a> <a href="new_student.html"><li>Register</li></a> <a href="about_us.html"><li>About Us</li></a> <a href="index.html"><li class="active">Home</li></a> </ul> </nav> </header> <section> <div class="wrapper"> <div class="background"></div> <div class="content"> <h2 id="looking">Looking for some help?</h2> <div class="buttons_box" id="buttons"> <a href="new_student.html"><button class="buttons" id="new" type="button" name="new">New User</button></a> <button class="buttons" id="login" type="button" name="login ">Login Here</button> </div> </div> </div> </section> <section> <article id="domain"> <p> Are you a Code Fellows student in between courses? Are you in need of help for an assignment? Or are you just learning and looking for a little help? Well, we at Tutor Fellows have exactly what you need! </p> </article> <h2 class="home_content_headl">Come To Tutor Fellows</h2> <div class="line"></div> <a class="top_link" href="#top"><i class="fa fa-arrow-circle-up" aria-hidden="true"></i></a> </section> <section id="main_content"> <div class= "content_box" id="offer"> <header class= "content_header"> <h3>What we Offer</h3> </header> <p> We offer an enriched tutoring service, that enables students to grow and prosper into the <a href="about_us.html"><span>Developers</span></a> that they are meant to be! </p> <img class="developer" src="images/developerTF.jpg" alt="developer"/> <p> Our <a href="tutor_page.html"><span>Tutors</span></a> are professionally trained and extremely knowledgable. Most of our tutors have either gone thru <a href="www.codefellows.org"><span>CodeFellows</span></a> or are expert in there respective fields. </p> <p> We offer tutoring in Four Subjects: </p> <ul> <a href="https://www.codefellows.org/courses/code-201/foundations-of-software-development/"><li><span>HTML/CSS</span></li></a> <a href="https://www.codefellows.org/courses/code-301/intermediate-software-development/"><li><span>Javascript</span></li></a> <a href="https://www.codefellows.org/courses/code-401/"><li><span>Python</span></li></a> <a href="https://www.codefellows.org/courses/code-401/"><li><span>iOS</span></li></a> </ul> <header class= "content_header1"> <h3>Check Out Our Center</h3> </header> <div class="slider"> <img class="mySlides" src="images/area.JPG"> <img class="mySlides" src="images/desks.JPG"> <img class="mySlides" src="images/room.JPG"> <img class="mySlides" src="images/whiteboard.JPG"> <img class="mySlides" src="images/hang.JPG"> <img class="mySlides" src="images/commonroom.JPG"> <a id="display_left">&#10094; Prev</a> <a id="display_right"> Next &#10095;</a> </div> <div class="empty"></div> </div> </section> </main> <footer> <nav id= "social_nav"> <h4 class="label">Contact us</h4> <ul> <li><a href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></a></li> <li><a href="#"><i class="fa fa-twitter-square" aria-hidden="true"></i></a></li> <li><a href="#"><i class="fa fa-github" aria-hidden="true"></i></a></li> </ul> </nav> <p id="top_p">Copyright 2016 &copy; <span>The Dream-Team 16</span>,</p> <p>dreamteam16@tutorfellows.org</p> </footer> <script src="js/homeslider.js"></script> </body> </html>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.14.0/circuits/8.8.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>circuits: 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 / circuits - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> circuits <small> 8.8.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-22 01:07:46 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-22 01:07:46 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 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.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/circuits&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/Circuits&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: hardware verification&quot; &quot;category: Computer Science/Architecture&quot; ] authors: [ &quot;Laurent Arditi&quot; ] bug-reports: &quot;https://github.com/coq-contribs/circuits/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/circuits.git&quot; synopsis: &quot;Some proofs of hardware (adder, multiplier, memory block instruction)&quot; description: &quot;&quot;&quot; definition and proof of a combinatorial adder, a sequential multiplier, a memory block instruction&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/circuits/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=d526366e525ef6398a7586ecbe231b80&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-circuits.8.8.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-circuits -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 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-circuits.8.8.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.7.1+2/fsets/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>fsets: 4 m 24 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.7.1+2 / fsets - 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> fsets <small> 8.7.0 <span class="label label-success">4 m 24 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-22 02:42:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-22 02:42:01 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 1 Virtual package relying on perl coq 8.7.1+2 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 ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/fsets&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/FSets&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: finite sets&quot; &quot;keyword: sorted lists&quot; &quot;keyword: balanced trees&quot; &quot;keyword: red-black trees&quot; &quot;keyword: AVL&quot; &quot;keyword: functors&quot; &quot;keyword: data structures&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; &quot;category: Miscellaneous/Extracted Programs/Data structures&quot; ] authors: [ &quot;Pierre Letouzey&quot; &quot;Jean-Christophe Filliâtre&quot; ] bug-reports: &quot;https://github.com/coq-contribs/fsets/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/fsets.git&quot; synopsis: &quot;Finite Sets overs Ordered Types&quot; description: &quot;&quot;&quot; This contribution contains several implementations of finite sets over arbitrary ordered types using functors. Currently, there are 3 implementations: sorted lists, red-black trees and AVLs.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/fsets/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=9a515b73e6d4a3bcabb39050cb3eb693&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-fsets.8.7.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-fsets.8.7.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>9 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-fsets.8.7.0 coq.8.7.1+2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>4 m 24 s</dd> </dl> <h2>Installation size</h2> <p>Total: 21 M</p> <ul> <li>3 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_dep.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetFullAVL.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetFullAVL.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_prog.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL0.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PowerSet.vo</code></li> <li>840 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetRBT.vo</code></li> <li>727 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo_msets.vo</code></li> <li>451 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/UsualFacts.vo</code></li> <li>416 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSets.vo</code></li> <li>401 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/extract.vo</code></li> <li>395 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_test.vo</code></li> <li>371 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetAVL_test.vo</code></li> <li>353 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSetsEq.vo</code></li> <li>330 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_prog.glob</code></li> <li>320 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FMapListEq.vo</code></li> <li>287 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetList0.vo</code></li> <li>266 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetListEq.vo</code></li> <li>233 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_dep.glob</code></li> <li>232 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MapFunction.vo</code></li> <li>211 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL0.glob</code></li> <li>209 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PrecedenceGraph/PrecedenceGraph.vo</code></li> <li>186 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetRBT.glob</code></li> <li>181 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetFullAVL.glob</code></li> <li>162 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetFullAVL.glob</code></li> <li>137 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetList0.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_dep.v</code></li> <li>90 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PrecedenceGraph/PrecedenceGraph.glob</code></li> <li>80 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_prog.v</code></li> <li>72 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetRBT.v</code></li> <li>58 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSets.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL0.v</code></li> <li>49 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PowerSet.glob</code></li> <li>46 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/UsualFacts.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetList0.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetFullAVL.v</code></li> <li>33 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetFullAVL.v</code></li> <li>21 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo_msets.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PrecedenceGraph/PrecedenceGraph.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MapFunction.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSets.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/PowerSet.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/UsualFacts.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo_msets.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/demo.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_test.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetAVL_test.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MapFunction.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetListEq.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FMapListEq.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSetsEq.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetAVL_test.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MSetAVL_test.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FSetListEq.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/FMapListEq.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/extract.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/MultiSetsEq.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.04.2/lib/coq/user-contrib/FSets/extract.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-fsets.8.7.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.2/simple-io/1.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>simple-io: 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 / simple-io - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> simple-io <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-29 10:22:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-29 10:22:14 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.7.2 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Li-yao Xia &lt;lysxia@gmail.com&gt;&quot; authors: &quot;Li-yao Xia&quot; homepage: &quot;https://github.com/Lysxia/coq-simple-io&quot; bug-reports: &quot;https://github.com/Lysxia/coq-simple-io/issues&quot; license: &quot;MIT&quot; dev-repo: &quot;git+https://github.com/Lysxia/coq-simple-io.git&quot; build: [ [make &quot;build&quot;] [make &quot;test&quot;] {with-test} ] install: [make &quot;install&quot;] remove: [make &quot;uninstall&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; &quot;coq-ext-lib&quot; {&gt;= &quot;0.10.0&quot;} &quot;ocamlbuild&quot; {with-test &amp; &gt;= &quot;0.9.0&quot;} ] tags: [ &quot;date:2019-02-02&quot; &quot;logpath:SimpleIO&quot; &quot;keyword:extraction&quot; &quot;keyword:effects&quot; ] synopsis: &quot;IO monad for Coq&quot; description: &quot;&quot;&quot; This library provides tools to implement IO programs directly in Coq, in a similar style to Haskell. Facilities for formal verification are not included. IO is defined as a parameter with a purely functional interface in Coq, to be extracted to OCaml. Some wrappers for the basic types and functions in the OCaml Pervasives module are provided. Users are free to define their own APIs on top of this IO type.&quot;&quot;&quot; url { src: &quot;https://github.com/Lysxia/coq-simple-io/archive/1.0.0.tar.gz&quot; checksum: &quot;sha256=a15bf89a0282cdccd909219e328bf278f704627cb9c93d3bd8fe22197319091b&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-simple-io.1.0.0 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-simple-io -&gt; coq-ext-lib &gt;= 0.10.0 -&gt; coq &gt;= 8.8 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-simple-io.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
CreateCookiesWeb3/bestallning.html
spikk/effective-adventure
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Fabulous Bakery</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="eCommerceAssets/styles/eCommerceStyle.css" rel="stylesheet" type="text/css"> <link href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css"> <script src="https://code.jquery.com/jquery-2.2.1.min.js" type="text/javascript"></script> <script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js" type="text/javascript"></script> <script src="js/dialog.js" type="text/javascript"></script> <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--> <script> var __adobewebfontsappname__ = "dreamweaver" </script> <script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script> </head> <body> <div id="mainWrapper"> <header> <!-- This is the header content. It contains Logo and links --> <div id="logo"> <!-- <img src="logoImage.png" alt="sample logo"> --> <!-- Company Logo text --> Fabulous Bakery </div> <div id="headerLinks"> <button id="opener">Logga in/Registrera</button> <a href="#" title="Cart"><img class="imageCart" alt="???" src="eCommerceAssets/images/cart.png"></a> </div> <div id="dialog" title="Logga in/Registrera"> <div class="productRow"> <!-- Each product row contains info of 3 elements --> <article class="productInfo"> <!-- Each individual product description --> <div><img class="imageLoggainRegistrera" alt="???" src="eCommerceAssets/images/loggain.jpg"></div> <form method="post" action="http://iis.infoteket.nu:8080/CreateCookiesClientProject/LoginServlet"> <h1>Logga in</h1> <table class="loginTable"> <tr> <td>Email <input class="loggaIn" id="valid" type="email" name="cEmail" required> </td> </tr> <tr> <td>Lösenord <input class="loggaIn" id="valid" type="password" name="cPassword" required> </td> </tr> <tr> <td> <input class="buttonLoggainRegistrera" type="submit" value="Logga in"> </td> </tr> </table> </form> </article> </div> <div class="productRow"> <article class="productInfo"> <!-- Each individual product description --> <br> <div><img class="imageLoggainRegistrera" alt="???" src="eCommerceAssets/images/images.jpg"></div> <form action="http://iis.infoteket.nu:8080/CreateCookiesClientProject/RegisterServlet" method="post"> <h1>Registrera Dig</h1> <table> <tr> <td>Kundnummer <input class="registerTable" id="valid" type="number" name="cNumber" required> </td> </tr> <tr> <td>Företag <input class="registerTable" id="valid" type="text" name="cName" required> </td> </tr> <tr> <td>Address <input class="registerTable" id="valid" type="text" name="cAddress" required> </td> </tr> <tr> <td>Postadress <input class="registerTable" id="valid" type="text" name="cPostalAddress" required> </td> </tr> <tr> <td>Land <input class="registerTable" id="valid" type="text" name="cCountry" required> </td> </tr> <tr> <td>Email <input class="registerTable" id="valid" type="email" name="cEmail" required> </td> </tr> <tr> <td>Lösenord <input class="registerTable" id="valid" type="password" name="cPassword" required> </td> </tr> <tr> <td> <input class="buttonLoggainRegistrera" type="submit" value="Registrera"> </td> </tr> </table> </form> </article> </div> </div> </header> <section id="offer"> <h1>Fabulous Bakery</h1> <h3>Småkakor- Det perfekta dessertbordet för företagskunden</h3> </section> <div id="content"> <section class="sidebar"> <input type="search" name="search" id="search" placeholder="Sök din produkt här" /> <script src="js/lsearch.js" type="text/javascript"></script> <div id="menubar"> <nav class="menu"> <h2><!-- Title for menuset 1 -->Gör ditt val </h2> <hr> <ul> <!-- List of links under menuset 1 --> <li> <a href="index.html" title="Hem">Hem</a></li> <li><a href="smakakor.html" title="Småkakor & Recept">Småkakor & Recept</a></li> <li><a href="bestallning.html" title="Beställning">Beställning</a></li> <li><a href="kontakt.html" title="Kontakt">Kontakt</a></li> <li><a href="searching.html" title="Search">Search</a></li> <li><a href="testning.html" title="Testning">Testning</a></li> <li><a href="about.html" title="about">Om oss</a></li> </ul> </nav> </div> </section> <section class="mainContent"> <div id="productRow"> <div class="productRow"> <!-- Each product row contains info of 3 elements --> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/6.jpg"></div> <p class="price">20kr</p> <p class="productContent">Berliners </p> <input type="button" name="button" value="Köp" class="buyButton"> </article> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/4.jpg"></div> <p class="price">20kr</p> <p class="productContent">Amneris</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/3.jpg"></div> <p class="price">20kr</p> <p class="productContent">Nötkakor</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/2.jpg"></div> <p class="price">20kr</p> <p class="productContent">Nötring</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> </div> <div class="productRow"> <!-- Each product row contains info of 3 elements --> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/7.jpg"></div> <p class="price">20kr</p> <p class="productContent">Macaron</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/5.jpg"></div> <p class="price">50kr</p> <p class="productContent">Tangokakor</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> </div> <div class="productRow"> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/1.jpg"></div> <p class="price">20kr</p> <p class="productContent">Kokostoppar</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> <article class="productInfo"> <!-- Each individual product description --> <div><img alt="sample" src="eCommerceAssets/images/8.jpg"></div> <p class="price">20kr</p> <p class="productContent">Glasyrpepparkakor</p> <input type="button" name="button" value="Köp" class="buyButton"> </article> </div> </div> </section> </div> <footer> <!-- This is the footer with default 3 divs --> <div> <p>Öppettider: <br>Måndag-Fredag: 06.00-18.00 <br> Lördag: 10.00-18.00 <br>Söndag:10.00-16.00</p> </div> <div> <p> <br>Tvärgränd 11, Gamla stan <br>23146 Stockholm <br>08-231231</p> </div> <div class="footerlinks"> <p> <br> <br><a href="index.html" title="Hem">www.fabulousbakery.se</a></p> </div> </footer> </div> </body> </html>
clean/Linux-x86_64-4.02.3-2.0.6/released/8.9.1/mathcomp-multinomials/1.5.5.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-multinomials: 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 / mathcomp-multinomials - 1.5.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-multinomials <small> 1.5.5 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-18 14:03:32 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-18 14:03:32 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 2 Virtual package relying on perl coq 8.9.1 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.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;pierre-yves@strub.nu&quot; homepage: &quot;https://github.com/math-comp/multinomials&quot; bug-reports: &quot;https://github.com/math-comp/multinomials/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/multinomials.git&quot; license: &quot;CeCILL-B&quot; authors: [&quot;Pierre-Yves Strub&quot;] build: [ [ &quot;bash&quot; &quot;./configure&quot; ] [ &quot;dune&quot; &quot;build&quot; &quot;-p&quot; name &quot;-j&quot; jobs ] ] depends: [ &quot;coq&quot; {(&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.16~&quot;) | = &quot;dev&quot;} &quot;dune&quot; {&gt;= &quot;2.8&quot;} &quot;coq-mathcomp-ssreflect&quot; {(&gt;= &quot;1.12&quot; &amp; &lt; &quot;1.15~&quot;) | = &quot;dev&quot;} &quot;coq-mathcomp-algebra&quot; &quot;coq-mathcomp-bigenough&quot; {(&gt;= &quot;1.0&quot; &amp; &lt; &quot;1.1~&quot;) | = &quot;dev&quot;} &quot;coq-mathcomp-finmap&quot; {(&gt;= &quot;1.5&quot; &amp; &lt; &quot;1.6~&quot;) | = &quot;dev&quot;} ] tags: [ &quot;keyword:multinomials&quot; &quot;keyword:monoid algebra&quot; &quot;category:Math/Algebra/Multinomials&quot; &quot;category:Math/Algebra/Monoid algebra&quot; &quot;logpath:SsrMultinomials&quot; ] synopsis: &quot;A Multivariate polynomial Library for the Mathematical Components Library&quot; url { src: &quot;https://github.com/math-comp/multinomials/archive/1.5.5.tar.gz&quot; checksum: &quot;sha512=16443f636cf5b0365aeb94f6e28ded25a0eefa45e43840c7636daeff54821ddc909a92cea2945805787ddfec2b699a63a8bc7e95d3dda59f9ea53085343ad6a2&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-multinomials.1.5.5 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-mathcomp-multinomials -&gt; coq &gt;= dev -&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-mathcomp-multinomials.1.5.5</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.05.0-2.0.6/released/8.5.0/cats-in-zfc/8.8.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>cats-in-zfc: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.5.0 / cats-in-zfc - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> cats-in-zfc <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-06-25 03:38:52 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-06-25 03:38:52 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils coq 8.5.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 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/cats-in-zfc&quot; license: &quot;LGPL 2.1&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CatsInZFC&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: set theory&quot; &quot;keyword: ordinal&quot; &quot;keyword: cardinal&quot; &quot;keyword: category theory&quot; &quot;keyword: functor&quot; &quot;keyword: natural transformation&quot; &quot;keyword: limit&quot; &quot;keyword: colimit&quot; &quot;category: Mathematics/Logic/Set theory&quot; &quot;category: Mathematics/Category Theory&quot; &quot;date: 2004-10-10&quot; ] authors: [ &quot;Carlos Simpson &lt;carlos@math.unice.fr&gt; [http://math.unice.fr/~carlos/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/cats-in-zfc/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/cats-in-zfc.git&quot; synopsis: &quot;Category theory in ZFC&quot; description: &quot;&quot;&quot; In a ZFC-like environment augmented by reference to the ambient type theory, we develop some basic set theory, ordinals, cardinals and transfinite induction, and category theory including functors, natural transformations, limits and colimits, functor categories, and the theorem that functor_cat a b has (co)limits if b does.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/cats-in-zfc/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=090072b5cbf45a36fc9da1c24f98ee56&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-cats-in-zfc.8.8.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-cats-in-zfc -&gt; coq &gt;= 8.8 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-cats-in-zfc.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
Reports/co/codetitans-core.1.8.3/CodeTitans.Core-net20.html
kuhlenh/port-to-core
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 2f89a280-0377-46b0-90b0-194fe74ffc30 </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#CodeTitans.Core">CodeTitans.Core</a></strong></td> <td class="text-center">93.35 %</td> <td class="text-center">88.51 %</td> <td class="text-center">100.00 %</td> <td class="text-center">88.51 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="CodeTitans.Core"><h3>CodeTitans.Core</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.Attribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetCustomAttribute(System.Reflection.MemberInfo,System.Type)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Collections.Specialized.NameValueCollection</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Add(System.String,System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Item(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.ComponentModel.DescriptionAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_Description</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Console</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">WriteLine(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Exception</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td style="padding-left:2em">GetType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>False positive (GetType() from Object is sufficient)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.Stream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Dispose instead</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Cache.HttpRequestCacheLevel</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Cache.HttpRequestCachePolicy</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Net.Cache.HttpRequestCacheLevel)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.Cache.RequestCachePolicy</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.HttpWebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.DefaultRequestHeaders.UserAgent (applies to all requests made by that client) or System.Net.Http.HttpRequestMessage.Headers.UserAgent (applies to specific request)</td> </tr> <tr> <td style="padding-left:2em">set_AllowAutoRedirect(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClientHandler.AllowAutoRedirect</td> </tr> <tr> <td style="padding-left:2em">set_AutomaticDecompression(System.Net.DecompressionMethods)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClientHandler.SetAutomaticDecompression(System.Net.DecompressionMethods)</td> </tr> <tr> <td style="padding-left:2em">set_Connection(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpResponseMessage.Headers.Connection.Add(System.String)</td> </tr> <tr> <td style="padding-left:2em">set_KeepAlive(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpResponseMessage.Headers.Connection.Add(&quot;Keep-Alive&quot;)</td> </tr> <tr> <td style="padding-left:2em">set_Pipelined(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Not supported.</td> </tr> <tr> <td style="padding-left:2em">set_ReadWriteTimeout(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.WinHttpHandler.ReceiveTimeout, .SendTimeout</td> </tr> <tr> <td style="padding-left:2em">set_Referer(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpRequestMessage.Headers.Referrer</td> </tr> <tr> <td style="padding-left:2em">set_UserAgent(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.DefaultRequestHeaders.UserAgent (applies to all requests made by that client) or System.Net.Http.HttpRequestMessage.Headers.UserAgent (applies to specific request)</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.HttpWebResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_CharacterSet</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_ContentEncoding</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpContent.Headers.ContentEncoding</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebRequest</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpContent.Headers.ContentLength</td> </tr> <tr> <td style="padding-left:2em">GetRequestStream</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an System.Net.Http.HttpContent object in the System.Net.Http.HttpRequestMessage when using the HttpClient APIs</td> </tr> <tr> <td style="padding-left:2em">GetResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.SendAsync (returns an HttpResponseMessage)</td> </tr> <tr> <td style="padding-left:2em">set_CachePolicy(System.Net.Cache.RequestCachePolicy)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Caching is not supported</td> </tr> <tr> <td style="padding-left:2em">set_ContentLength(System.Int64)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpContent.Headers.ContentLength</td> </tr> <tr> <td style="padding-left:2em">set_Timeout(System.Int32)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Net.Http.HttpClient.Timeout. More granular timeouts available: Use System.Net.Http.WinHttpHandler.ConnectTimeout, .ReceiveTimeout, .SendTimeout</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Net.WebResponse</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpResponseMessage.Dispose</td> </tr> <tr> <td style="padding-left:2em">Close</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use HttpResponseMessage.Dispose</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Reflection.BindingFlags</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.Thread</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Threading.ThreadStart)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Join</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_IsBackground(System.Boolean)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_Name(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Sleep(System.Int32)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Start</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadAbortException</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Do not use: exception cannot be caught since it is not thrown by framework, never throw this type. Thread.Abort is only reliable in SQL Server. Elsewhere, don&#39;t use it.</td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadPool</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">QueueUserWorkItem(System.Threading.WaitCallback,System.Object)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.ThreadStart</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Threading.WaitCallback</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Object,System.IntPtr)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Type</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsGenericType</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>.GetTypeInfo().IsGenericType</td> </tr> <tr> <td style="padding-left:2em">GetField(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFields</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetFields(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetGenericArguments</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">GetProperties(System.Reflection.BindingFlags)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Windows.Forms.Control</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_InvokeRequired</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">get_IsDisposed</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Invoke(System.Delegate)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">Invoke(System.Delegate,System.Object[])</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.Xml.XmlReaderSettings</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">set_ProhibitDtd(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
public/css/weixin/productInfo.css
xihumaker/xihumaker
body { padding-bottom: 60px; } .hide { display: none !important; } .topicList { padding: 10px !important; margin-top: 0px !important; } .topicList .topic { padding: 10px; margin-top: 10px; margin-bottom: 0px; } .topicList .topic .content { word-wrap: break-word; word-break: break-all; } .topicList .topic a { text-decoration: none; } .topicList .topic .meta { text-align: right; } .topicList .topic img { float: left; margin-right: 10px; } .topicList .topic .ui.header { overflow: auto; margin-bottom: 5px; } .topicList .topic .sub.header { font-size: 12px; } ul { padding-left: 0; list-style: none; } .picList { overflow: auto; margin: 5px 0; } .picList li { width: 30%; float: left; margin-right: 3%; margin-bottom: 5px; } .commentList { font-size: 14px; margin: 5px 0; } .ui.divider { margin: 5px 0; } .loadMore { font-size: 16px !important; margin: 0 !important; padding: 0 !important; } a { color: #5D5DEC; ; } .replyBox { width: 100%; height: 100%; position: fixed; top: 0; background: rgba(0, 0, 0, 0.5); z-index: 1000; left: 0; display: none; } .replyBox .ui.form { background: #fff; z-index: 100001; width: 92%; margin-left: 2%; margin-top: 10px; padding: 10px 2% 1px; } .replyBox textarea { height: 6em !important; min-height: 6em !important; padding-left: 5px !important; }
clean/Linux-x86_64-4.12.0-2.0.8/released/8.14.0/prfx/8.8.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>prfx: 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 / prfx - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> prfx <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-11-01 16:42:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-01 16:42:58 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.12.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.0 Official release 4.12.0 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/prfx&quot; license: &quot;Unknown&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Prfx&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: first-order logic&quot; &quot;keyword: natural deduction&quot; &quot;keyword: reflection&quot; &quot;keyword: proof terms&quot; &quot;keyword: de Bruijn indices&quot; &quot;keyword: permutative conversions&quot; &quot;category: Mathematics/Logic/Foundations&quot; &quot;date: 15 April 2005&quot; ] authors: [ &quot;Dimitri Hendriks &lt;hendriks@cs.ru.nl&gt; [http://www.cs.ru.nl/~hendriks/]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/prfx/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/prfx.git&quot; synopsis: &quot;Proof Reflection in Coq&quot; description: &quot;&quot;&quot; http://www.cs.ru.nl/~hendriks/coq/prfx/ A formalisation of natural deduction for first-order logic with explicit proof terms. Read README.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/prfx/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=a19fc58a2c3dbc3cc5666117cf5eea4c&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-prfx.8.8.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-prfx -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 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-prfx.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
_site/2016/11/08/t795847259430621184.html
curtclifton/curtclifton.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>T795847259430621184</title> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600"> <link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/custom.css"> <link rel="alternate" type="application/rss+xml" title="Curt Clifton" href="http://curt.micro.blog/feed.xml" /> <link rel="alternate" type="application/json" title="Curt Clifton" href="http://curt.micro.blog/feed.json" /> <link rel="EditURI" type="application/rsd+xml" href="/rsd.xml" /> <link rel="me" href="https://micro.blog/curt" /> <link rel="me" href="https://twitter.com/curtclifton" /> <link rel="authorization_endpoint" href="https://indieauth.com/auth" /> <link rel="token_endpoint" href="https://tokens.indieauth.com/token" /> <link rel="micropub" href="https://micro.blog/micropub" /> <link rel="webmention" href="https://micro.blog/webmention" /> </head> <body> <div class="container"> <header class="masthead"> <h1 class="masthead-title--small"> <a href="/">Curt Clifton</a> </h1> </header> <div class="content post h-entry"> <div class="post-date"> <time class="dt-published" datetime="2016-11-08 04:35:00 +0000">08 Nov 2016</time> </div> <div class="e-content"> <p>Will Wednesday be that day? <a href="https://t.co/hy5aO7jHyW">https://t.co/hy5aO7jHyW</a></p> </div> </div> </div> </body> </html>
clean/Linux-x86_64-4.11.1-2.0.7/released/8.13.0/jsast/1.0.7.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>jsast: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / jsast - 1.0.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> jsast <small> 1.0.7 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2021-04-16 16:56:55 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-16 16:56:55 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.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.1 Official release 4.11.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;jeromesimeon@me.com&quot; homepage: &quot;https://github.com/querycert/jsast&quot; dev-repo: &quot;git+https://github.com/querycert/jsast/tree/JsAst&quot; bug-reports: &quot;https://github.com/querycert/jsast/issues&quot; authors: [ &quot;Martin Bodin &lt;&gt;&quot; &quot;Arthur Charguéraud &lt;&gt;&quot; &quot;Daniele Filaretti &lt;&gt;&quot; &quot;Philippa Gardner &lt;&gt;&quot; &quot;Sergio Maffeis &lt;&gt;&quot; &quot;Daiva Naudziuniene &lt;&gt;&quot; &quot;Alan Schmitt &lt;&gt;&quot; &quot;Gareth Smith &lt;&gt;&quot; &quot;Josh Auerbach &lt;&gt;&quot; &quot;Martin Hirzel &lt;&gt;&quot; &quot;Louis Mandel &lt;&gt;&quot; &quot;Avi Shinnar &lt;&gt;&quot; &quot;Jerome Simeon &lt;&gt;&quot; ] license: &quot;BSD-2-Clause&quot; build: [ [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/JsAst&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.2&quot;} &quot;coq-flocq&quot; {&gt;= &quot;2.6.0&quot; &amp; &lt; &quot;3.0~&quot;} ] synopsis: &quot;A minimal JavaScript syntax tree carved out of the JsCert project&quot; flags: light-uninstall url { src: &quot;https://github.com/querycert/jsast/archive/v1.0.7.tar.gz&quot; checksum: &quot;md5=cae64f4a5cdc9b8f39f772376179b6e3&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-jsast.1.0.7 coq.8.13.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.13.0). The following dependencies couldn&#39;t be met: - coq-jsast -&gt; coq-flocq &lt; 3.0~ -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.10 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-jsast.1.0.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/dev/matrices/8.8.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>matrices: 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 / matrices - 8.8.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> matrices <small> 8.8.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2019-11-30 21:22:11 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2019-11-30 21:22:11 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq dev Formal proof management system num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.09.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.09.0 Official release 4.09.0 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/matrices&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/Matrices&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.8&quot; &amp; &lt; &quot;8.9~&quot;} ] tags: [ &quot;keyword: matrices&quot; &quot;keyword: vectors&quot; &quot;keyword: linear algebra&quot; &quot;keyword: Coq modules&quot; &quot;category: Mathematics/Algebra&quot; &quot;date: 2003-03&quot; ] authors: [ &quot;Nicolas Magaud&quot; ] bug-reports: &quot;https://github.com/coq-contribs/matrices/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/matrices.git&quot; synopsis: &quot;Ring properties for square matrices&quot; description: &quot;&quot;&quot; This contribution contains an operational formalization of square matrices. (m,n)-Matrices are represented as vectors of length n. Each vector (a row) is itself a vector whose length is m. Vectors are actually implemented as dependent lists. We define basic operations for this datatype (addition, product, neutral elements O_n and I_n). We then prove the ring properties for these operations. The development uses Coq modules to specify the interface (the ring structure properties) as a signature. This development deals with dependent types and partial functions. Most of the functions are defined by dependent case analysis and some functions such as getting a column require the use of preconditions (to check whether we are within the bounds of the matrix).&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/matrices/archive/v8.8.0.tar.gz&quot; checksum: &quot;md5=e1966ab1027086001a3f4b27f37978dc&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-matrices.8.8.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-matrices -&gt; coq &lt; 8.9~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-matrices.8.8.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
app/content/texts/heb_wlc/LV7.html
khangpng/VietnameseBible
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>ויקרא 7 (WLC)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="rtl" class="section-document"> <div class="header"><div class="nav"> <a class="name" href="LV.html">Westminster Leningrad Codex</a><a class="location" href="LV.html">ויקרא 7</a><a class="prev" href="LV6.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="LV8.html">&gt;</a> </div></div> <div class="section chapter LV LV7 heb_wlc heb " dir="rtl" lang="he" data-id="LV7" data-nextid="LV8" data-previd="LV6"> <div class="c">7</div> <div class="p"> <span class="v-num v-1">1</span><span class="v LV7_1" data-id="LV7_1"> <l s="H2063">וְזֹ֥את</l> <l s="H8451">תּוֹרַ֖ת</l> <l s="H817">הָאָשָׁ֑ם</l> <l s="H6944">קֹ֥דֶשׁ</l> <l s="H6944">קָֽדָשִׁ֖ים</l> <l s="H1931">הֽוּא</l>׃ </span> <span class="v-num v-2">2</span><span class="v LV7_2" data-id="LV7_2"> <l s="H4725">בִּמְק֗וֹם</l> <l s="H834">אֲשֶׁ֤ר</l> <l s="H7819">יִשְׁחֲטוּ֙</l> <l s="H853">אֶת</l>־<l s="H5930">הָ֣עֹלָ֔ה</l> <l s="H7819">יִשְׁחֲט֖וּ</l> <l s="H853">אֶת</l>־<l s="H817">הָאָשָׁ֑ם</l> <l s="H853">וְאֶת</l>־<l s="H1818">דָּמ֛וֹ</l> <l s="H2236">יִזְרֹ֥ק</l> <l s="H5921">עַל</l>־<l s="H4196">הַמִּזְבֵּ֖חַ</l> <l s="H5439">סָבִֽיב</l>׃ </span> <span class="v-num v-3">3</span><span class="v LV7_3" data-id="LV7_3"> <l s="H853">וְאֵ֥ת</l> <l s="H3605">כָּל</l>־<l s="H2459">חֶלְבּ֖וֹ</l> <l s="H7126">יַקְרִ֣יב</l> <l s="H4480">מִמֶּ֑נּוּ</l> <l s="H853">אֵ֚ת</l> <l s="H451">הָֽאַלְיָ֔ה</l> <l s="H853">וְאֶת</l>־<l s="H2459">הַחֵ֖לֶב</l> <l s="H3680">הַֽמְכַסֶּ֥ה</l> <l s="H853">אֶת</l>־<l s="H7130">הַקֶּֽרֶב</l>׃ </span> <span class="v-num v-4">4</span><span class="v LV7_4" data-id="LV7_4"> <l s="H853">וְאֵת֙</l> <l s="H8147">שְׁתֵּ֣י</l> <l s="H3629">הַכְּלָיֹ֔ת</l> <l s="H853">וְאֶת</l>־<l s="H2459">הַחֵ֙לֶב֙</l> <l s="H834">אֲשֶׁ֣ר</l> <l s="H5921">עֲלֵיהֶ֔ן</l> <l s="H834">אֲשֶׁ֖ר</l> <l s="H5921">עַל</l>־<l s="H3689">הַכְּסָלִ֑ים</l> <l s="H853">וְאֶת</l>־<l s="H3508">הַיֹּתֶ֙רֶת֙</l> <l s="H5921">עַל</l>־<l s="H3516">הַכָּבֵ֔ד</l> <l s="H5921">עַל</l>־<l s="H3629">הַכְּלָיֹ֖ת</l> <l s="H5493">יְסִירֶֽנָּה</l>׃ </span> <span class="v-num v-5">5</span><span class="v LV7_5" data-id="LV7_5"> <l s="H6999">וְהִקְטִ֨יר</l> <l s="H853">אֹתָ֤ם</l> <l s="H3548">הַכֹּהֵן֙</l> <l s="H4196">הַמִּזְבֵּ֔חָה</l> <l s="H801">אִשֶּׁ֖ה</l> <l s="H3068">לַיהוָ֑ה</l> <l s="H817">אָשָׁ֖ם</l> <l s="H1931">הֽוּא</l>׃ </span> <span class="v-num v-6">6</span><span class="v LV7_6" data-id="LV7_6"> <l s="H3605">כָּל</l>־<l s="H2145">זָכָ֥ר</l> <l s="H3548">בַּכֹּהֲנִ֖ים</l> <l s="H398">יֹאכְלֶ֑נּוּ</l> <l s="H4725">בְּמָק֤וֹם</l> <l s="H6918">קָדוֹשׁ֙</l> <l s="H398">יֵאָכֵ֔ל</l> <l s="H6944">קֹ֥דֶשׁ</l> <l s="H6944">קָֽדָשִׁ֖ים</l> <l s="H1931">הֽוּא</l>׃ </span> <span class="v-num v-7">7</span><span class="v LV7_7" data-id="LV7_7"> <l s="H2403">כַּֽחַטָּאת֙</l> <l s="H817">כָּֽאָשָׁ֔ם</l> <l s="H8451">תּוֹרָ֥ה</l> <l s="H259">אַחַ֖ת</l> <l s="H">לָהֶ֑ם</l> <l s="H3548">הַכֹּהֵ֛ן</l> <l s="H834">אֲשֶׁ֥ר</l> <l s="H3722">יְכַפֶּר</l>־<l s="H">בּ֖וֹ</l> <l s="H">ל֥וֹ</l> <l s="H1961">יִהְיֶֽה</l>׃ </span> <span class="v-num v-8">8</span><span class="v LV7_8" data-id="LV7_8"> <l s="H3548">וְהַ֨כֹּהֵ֔ן</l> <l s="H7126">הַמַּקְרִ֖יב</l> <l s="H853">אֶת</l>־<l s="H5930">עֹ֣לַת</l> <l s="H376">אִ֑ישׁ</l> <l s="H5785">ע֤וֹר</l> <l s="H5930">הָֽעֹלָה֙</l> <l s="H834">אֲשֶׁ֣ר</l> <l s="H7126">הִקְרִ֔יב</l> <l s="H3548">לַכֹּהֵ֖ן</l> <l s="H">ל֥וֹ</l> <l s="H1961">יִהְיֶֽה</l>׃ </span> <span class="v-num v-9">9</span><span class="v LV7_9" data-id="LV7_9"> <l s="H3605">וְכָל</l>־<l s="H4503">מִנְחָ֗ה</l> <l s="H834">אֲשֶׁ֤ר</l> <l s="H644">תֵּֽאָפֶה֙</l> <l s="H8574">בַּתַּנּ֔וּר</l> <l s="H3605">וְכָל</l>־<l s="H6213">נַעֲשָׂ֥ה</l> <l s="H4227">בַמַּרְחֶ֖שֶׁת</l> <l s="H5921">וְעַֽל</l>־<l s="H4802">מַחֲבַ֑ת</l> <l s="H3548">לַכֹּהֵ֛ן</l> <l s="H7126">הַמַּקְרִ֥יב</l> <l s="H853">אֹתָ֖הּ</l> <l s="H">ל֥וֹ</l> <l s="H1961">תִֽהְיֶֽה</l>׃ </span> <span class="v-num v-10">10</span><span class="v LV7_10" data-id="LV7_10"> <l s="H3605">וְכָל</l>־<l s="H4503">מִנְחָ֥ה</l> <l s="H1101">בְלוּלָֽה</l>־<l s="H8081">בַשֶּׁ֖מֶן</l> <l s="H2720">וַחֲרֵבָ֑ה</l> <l s="H3605">לְכָל</l>־<l s="H1121">בְּנֵ֧י</l> <l s="H175">אַהֲרֹ֛ן</l> <l s="H1961">תִּהְיֶ֖ה</l> <l s="H376">אִ֥ישׁ</l> <l s="H251">כְּאָחִֽיו</l>׃ פ </span> <span class="v-num v-11">11</span><span class="v LV7_11" data-id="LV7_11"> <l s="H2063">וְזֹ֥את</l> <l s="H8451">תּוֹרַ֖ת</l> <l s="H2077">זֶ֣בַח</l> <l s="H8002">הַשְּׁלָמִ֑ים</l> <l s="H834">אֲשֶׁ֥ר</l> <l s="H7126">יַקְרִ֖יב</l> <l s="H3068">לַיהוָֽה</l>׃ </span> <span class="v-num v-12">12</span><span class="v LV7_12" data-id="LV7_12"> <l s="H518">אִ֣ם</l> <l s="H5921">עַל</l>־<l s="H8426">תּוֹדָה֮</l> <l s="H7126">יַקְרִיבֶנּוּ֒</l> <l s="H7126">וְהִקְרִ֣יב</l> ׀ <l s="H5921">עַל</l>־<l s="H2077">זֶ֣בַח</l> <l s="H8426">הַתּוֹדָ֗ה</l> <l s="H2471">חַלּ֤וֹת</l> <l s="H4682">מַצּוֹת֙</l> <l s="H1101">בְּלוּלֹ֣ת</l> <l s="H8081">בַּשֶּׁ֔מֶן</l> <l s="H7550">וּרְקִיקֵ֥י</l> <l s="H4682">מַצּ֖וֹת</l> <l s="H4886">מְשֻׁחִ֣ים</l> <l s="H8081">בַּשָּׁ֑מֶן</l> <l s="H5560">וְסֹ֣לֶת</l> <l s="H7246">מֻרְבֶּ֔כֶת</l> <l s="H2471">חַלֹּ֖ת</l> <l s="H1101">בְּלוּלֹ֥ת</l> <l s="H8081">בַּשָּֽׁמֶן</l>׃ </span> <span class="v-num v-13">13</span><span class="v LV7_13" data-id="LV7_13"> <l s="H5921">עַל</l>־<l s="H2471">חַלֹּת֙</l> <l s="H3899">לֶ֣חֶם</l> <l s="H2557">חָמֵ֔ץ</l> <l s="H7126">יַקְרִ֖יב</l> <l s="H7133">קָרְבָּנ֑וֹ</l> <l s="H5921">עַל</l>־<l s="H2077">זֶ֖בַח</l> <l s="H8426">תּוֹדַ֥ת</l> <l s="H8002">שְׁלָמָֽיו</l>׃ </span> <span class="v-num v-14">14</span><span class="v LV7_14" data-id="LV7_14"> <l s="H7126">וְהִקְרִ֨יב</l> <l s="H4480">מִמֶּ֤נּוּ</l> <l s="H259">אֶחָד֙</l> <l s="H3605">מִכָּל</l>־<l s="H7133">קָרְבָּ֔ן</l> <l s="H8641">תְּרוּמָ֖ה</l> <l s="H3068">לַיהוָ֑ה</l> <l s="H3548">לַכֹּהֵ֗ן</l> <l s="H2236">הַזֹּרֵ֛ק</l> <l s="H853">אֶת</l>־<l s="H1818">דַּ֥ם</l> <l s="H8002">הַשְּׁלָמִ֖ים</l> <l s="H">ל֥וֹ</l> <l s="H1961">יִהְיֶֽה</l>׃ </span> <span class="v-num v-15">15</span><span class="v LV7_15" data-id="LV7_15"> <l s="H1320">וּבְשַׂ֗ר</l> <l s="H2077">זֶ֚בַח</l> <l s="H8426">תּוֹדַ֣ת</l> <l s="H8002">שְׁלָמָ֔יו</l> <l s="H3117">בְּי֥וֹם</l> <l s="H7133">קָרְבָּנ֖וֹ</l> <l s="H398">יֵאָכֵ֑ל</l> <l s="H3808">לֹֽא</l>־<l s="H3240">יַנִּ֥יחַ</l> <l s="H4480">מִמֶּ֖נּוּ</l> <l s="H5704">עַד</l>־<l s="H1242">בֹּֽקֶר</l>׃ </span> <span class="v-num v-16">16</span><span class="v LV7_16" data-id="LV7_16"> <l s="H518">וְאִם</l>־<l s="H5088">נֶ֣דֶר</l> ׀ <l s="H176">א֣וֹ</l> <l s="H5071">נְדָבָ֗ה</l> <l s="H2077">זֶ֚בַח</l> <l s="H7133">קָרְבָּנ֔וֹ</l> <l s="H3117">בְּי֛וֹם</l> <l s="H7126">הַקְרִיב֥וֹ</l> <l s="H853">אֶת</l>־<l s="H2077">זִבְח֖וֹ</l> <l s="H398">יֵאָכֵ֑ל</l> <l s="H4283">וּמִֽמָּחֳרָ֔ת</l> <l s="H3498">וְהַנּוֹתָ֥ר</l> <l s="H4480">מִמֶּ֖נּוּ</l> <l s="H398">יֵאָכֵֽל</l>׃ </span> <span class="v-num v-17">17</span><span class="v LV7_17" data-id="LV7_17"> <l s="H3498">וְהַנּוֹתָ֖ר</l> <l s="H1320">מִבְּשַׂ֣ר</l> <l s="H2077">הַזָּ֑בַח</l> <l s="H3117">בַּיּוֹם֙</l> <l s="H7992">הַשְּׁלִישִׁ֔י</l> <l s="H784">בָּאֵ֖שׁ</l> <l s="H8313">יִשָּׂרֵֽף</l>׃ </span> <span class="v-num v-18">18</span><span class="v LV7_18" data-id="LV7_18"> <l s="H518">וְאִ֣ם</l> <l s="H398">הֵאָכֹ֣ל</l> <l s="H398">יֵ֠אָכֵל</l> <l s="H1320">מִבְּשַׂר</l>־<l s="H2077">זֶ֨בַח</l> <l s="H8002">שְׁלָמָ֜יו</l> <l s="H3117">בַּיּ֣וֹם</l> <l s="H7992">הַשְּׁלִישִׁי֮</l> <l s="H3808">לֹ֣א</l> <l s="H7521">יֵרָצֶה֒</l> <l s="H7126">הַמַּקְרִ֣יב</l> <l s="H853">אֹת֗וֹ</l> <l s="H3808">לֹ֧א</l> <l s="H2803">יֵחָשֵׁ֛ב</l> <l s="H">ל֖וֹ</l> <l s="H6292">פִּגּ֣וּל</l> <l s="H1961">יִהְיֶ֑ה</l> <l s="H5315">וְהַנֶּ֛פֶשׁ</l> <l s="H398">הָאֹכֶ֥לֶת</l> <l s="H4480">מִמֶּ֖נּוּ</l> <l s="H5771">עֲוֺנָ֥הּ</l> <l s="H5375">תִּשָּֽׂא</l>׃ </span> <span class="v-num v-19">19</span><span class="v LV7_19" data-id="LV7_19"> <l s="H1320">וְהַבָּשָׂ֞ר</l> <l s="H834">אֲשֶׁר</l>־<l s="H5060">יִגַּ֤ע</l> <l s="H3605">בְּכָל</l>־<l s="H2931">טָמֵא֙</l> <l s="H3808">לֹ֣א</l> <l s="H398">יֵֽאָכֵ֔ל</l> <l s="H784">בָּאֵ֖שׁ</l> <l s="H8313">יִשָּׂרֵ֑ף</l> <l s="H1320">וְהַ֨בָּשָׂ֔ר</l> <l s="H3605">כָּל</l>־<l s="H2889">טָה֖וֹר</l> <l s="H398">יֹאכַ֥ל</l> <l s="H1320">בָּשָֽׂר</l>׃ </span> <span class="v-num v-20">20</span><span class="v LV7_20" data-id="LV7_20"> <l s="H5315">וְהַנֶּ֜פֶשׁ</l> <l s="H834">אֲשֶׁר</l>־<l s="H398">תֹּאכַ֣ל</l> <l s="H1320">בָּשָׂ֗ר</l> <l s="H2077">מִזֶּ֤בַח</l> <l s="H8002">הַשְּׁלָמִים֙</l> <l s="H834">אֲשֶׁ֣ר</l> <l s="H3068">לַיהוָ֔ה</l> <l s="H2932">וְטֻמְאָת֖וֹ</l> <l s="H5921">עָלָ֑יו</l> <l s="H3772">וְנִכְרְתָ֛ה</l> <l s="H5315">הַנֶּ֥פֶשׁ</l> <l s="H1931">הַהִ֖וא</l> <l s="H5971">מֵעַמֶּֽיהָ</l>׃ </span> <span class="v-num v-21">21</span><span class="v LV7_21" data-id="LV7_21"> <l s="H5315">וְנֶ֜פֶשׁ</l> <l s="H3588">כִּֽי</l>־<l s="H5060">תִגַּ֣ע</l> <l s="H3605">בְּכָל</l>־<l s="H2931">טָמֵ֗א</l> <l s="H2932">בְּטֻמְאַ֤ת</l> <l s="H120">אָדָם֙</l> <l s="H176">א֣וֹ</l> ׀ <l s="H929">בִּבְהֵמָ֣ה</l> <l s="H2931">טְמֵאָ֗ה</l> <l s="H176">א֚וֹ</l> <l s="H3605">בְּכָל</l>־<l s="H8263">שֶׁ֣קֶץ</l> <l s="H2931">טָמֵ֔א</l> <l s="H398">וְאָכַ֛ל</l> <l s="H1320">מִבְּשַׂר</l>־<l s="H2077">זֶ֥בַח</l> <l s="H8002">הַשְּׁלָמִ֖ים</l> <l s="H834">אֲשֶׁ֣ר</l> <l s="H3068">לַיהוָ֑ה</l> <l s="H3772">וְנִכְרְתָ֛ה</l> <l s="H5315">הַנֶּ֥פֶשׁ</l> <l s="H1931">הַהִ֖וא</l> <l s="H5971">מֵעַמֶּֽיהָ</l>׃ פ </span> <span class="v-num v-22">22</span><span class="v LV7_22" data-id="LV7_22"> <l s="H1696">וַיְדַבֵּ֥ר</l> <l s="H3068">יְהוָ֖ה</l> <l s="H413">אֶל</l>־<l s="H4872">מֹשֶׁ֥ה</l> <l s="H559">לֵּאמֹֽר</l>׃ </span> <span class="v-num v-23">23</span><span class="v LV7_23" data-id="LV7_23"> <l s="H1696">דַּבֵּ֛ר</l> <l s="H413">אֶל</l>־<l s="H1121">בְּנֵ֥י</l> <l s="H3478">יִשְׂרָאֵ֖ל</l> <l s="H559">לֵאמֹ֑ר</l> <l s="H3605">כָּל</l>־<l s="H2459">חֵ֜לֶב</l> <l s="H7794">שׁ֥וֹר</l> <l s="H3775">וְכֶ֛שֶׂב</l> <l s="H5795">וָעֵ֖ז</l> <l s="H3808">לֹ֥א</l> <l s="H398">תֹאכֵֽלוּ</l>׃ </span> <span class="v-num v-24">24</span><span class="v LV7_24" data-id="LV7_24"> <l s="H2459">וְחֵ֤לֶב</l> <l s="H5038">נְבֵלָה֙</l> <l s="H2459">וְחֵ֣לֶב</l> <l s="H2966">טְרֵפָ֔ה</l> <l s="H6213">יֵעָשֶׂ֖ה</l> <l s="H3605">לְכָל</l>־<l s="H4399">מְלָאכָ֑ה</l> <l s="H398">וְאָכֹ֖ל</l> <l s="H3808">לֹ֥א</l> <l s="H398">תֹאכְלֻֽהוּ</l>׃ </span> <span class="v-num v-25">25</span><span class="v LV7_25" data-id="LV7_25"> <l s="H3588">כִּ֚י</l> <l s="H3605">כָּל</l>־<l s="H398">אֹכֵ֣ל</l> <l s="H2459">חֵ֔לֶב</l> <l s="H4480">מִן</l>־<l s="H929">הַ֨בְּהֵמָ֔ה</l> <l s="H834">אֲשֶׁ֨ר</l> <l s="H7126">יַקְרִ֥יב</l> <l s="H4480">מִמֶּ֛נָּה</l> <l s="H801">אִשֶּׁ֖ה</l> <l s="H3068">לַיהוָ֑ה</l> <l s="H3772">וְנִכְרְתָ֛ה</l> <l s="H5315">הַנֶּ֥פֶשׁ</l> <l s="H398">הָאֹכֶ֖לֶת</l> <l s="H5971">מֵֽעַמֶּֽיהָ</l>׃ </span> <span class="v-num v-26">26</span><span class="v LV7_26" data-id="LV7_26"> <l s="H3605">וְכָל</l>־<l s="H1818">דָּם֙</l> <l s="H3808">לֹ֣א</l> <l s="H398">תֹאכְל֔וּ</l> <l s="H3605">בְּכֹ֖ל</l> <l s="H4186">מוֹשְׁבֹתֵיכֶ֑ם</l> <l s="H5775">לָע֖וֹף</l> <l s="H929">וְלַבְּהֵמָֽה</l>׃ </span> <span class="v-num v-27">27</span><span class="v LV7_27" data-id="LV7_27"> <l s="H3605">כָּל</l>־<l s="H5315">נֶ֖פֶשׁ</l> <l s="H834">אֲשֶׁר</l>־<l s="H398">תֹּאכַ֣ל</l> <l s="H3605">כָּל</l>־<l s="H1818">דָּ֑ם</l> <l s="H3772">וְנִכְרְתָ֛ה</l> <l s="H5315">הַנֶּ֥פֶשׁ</l> <l s="H1931">הַהִ֖וא</l> <l s="H5971">מֵֽעַמֶּֽיהָ</l>׃ פ </span> <span class="v-num v-28">28</span><span class="v LV7_28" data-id="LV7_28"> <l s="H1696">וַיְדַבֵּ֥ר</l> <l s="H3068">יְהוָ֖ה</l> <l s="H413">אֶל</l>־<l s="H4872">מֹשֶׁ֥ה</l> <l s="H559">לֵּאמֹֽר</l>׃ </span> <span class="v-num v-29">29</span><span class="v LV7_29" data-id="LV7_29"> <l s="H1696">דַּבֵּ֛ר</l> <l s="H413">אֶל</l>־<l s="H1121">בְּנֵ֥י</l> <l s="H3478">יִשְׂרָאֵ֖ל</l> <l s="H559">לֵאמֹ֑ר</l> <l s="H7126">הַמַּקְרִ֞יב</l> <l s="H853">אֶת</l>־<l s="H2077">זֶ֤בַח</l> <l s="H8002">שְׁלָמָיו֙</l> <l s="H3068">לַיהוָ֔ה</l> <l s="H935">יָבִ֧יא</l> <l s="H853">אֶת</l>־<l s="H7133">קָרְבָּנ֛וֹ</l> <l s="H3068">לַיהוָ֖ה</l> <l s="H2077">מִזֶּ֥בַח</l> <l s="H8002">שְׁלָמָֽיו</l>׃ </span> <span class="v-num v-30">30</span><span class="v LV7_30" data-id="LV7_30"> <l s="H3027">יָדָ֣יו</l> <l s="H935">תְּבִיאֶ֔ינָה</l> <l s="H853">אֵ֖ת</l> <l s="H801">אִשֵּׁ֣י</l> <l s="H3068">יְהוָ֑ה</l> <l s="H853">אֶת</l>־<l s="H2459">הַחֵ֤לֶב</l> <l s="H5921">עַל</l>־<l s="H2373">הֶֽחָזֶה֙</l> <l s="H935">יְבִיאֶ֔נּוּ</l> <l s="H854">אֵ֣ת</l> <l s="H2373">הֶחָזֶ֗ה</l> <l s="H5130">לְהָנִ֥יף</l> <l s="H853">אֹת֛וֹ</l> <l s="H8573">תְּנוּפָ֖ה</l> <l s="H6440">לִפְנֵ֥י</l> <l s="H3068">יְהוָֽה</l>׃ </span> <span class="v-num v-31">31</span><span class="v LV7_31" data-id="LV7_31"> <l s="H6999">וְהִקְטִ֧יר</l> <l s="H3548">הַכֹּהֵ֛ן</l> <l s="H853">אֶת</l>־<l s="H2459">הַחֵ֖לֶב</l> <l s="H4196">הַמִּזְבֵּ֑חָה</l> <l s="H1961">וְהָיָה֙</l> <l s="H2373">הֶֽחָזֶ֔ה</l> <l s="H175">לְאַהֲרֹ֖ן</l> <l s="H1121">וּלְבָנָֽיו</l>׃ </span> <span class="v-num v-32">32</span><span class="v LV7_32" data-id="LV7_32"> <l s="H853">וְאֵת֙</l> <l s="H7785">שׁ֣וֹק</l> <l s="H3225">הַיָּמִ֔ין</l> <l s="H5414">תִּתְּנ֥וּ</l> <l s="H8641">תְרוּמָ֖ה</l> <l s="H3548">לַכֹּהֵ֑ן</l> <l s="H2077">מִזִּבְחֵ֖י</l> <l s="H8002">שַׁלְמֵיכֶֽם</l>׃ </span> <span class="v-num v-33">33</span><span class="v LV7_33" data-id="LV7_33"> <l s="H7126">הַמַּקְרִ֞יב</l> <l s="H853">אֶת</l>־<l s="H1818">דַּ֧ם</l> <l s="H8002">הַשְּׁלָמִ֛ים</l> <l s="H853">וְאֶת</l>־<l s="H2459">הַחֵ֖לֶב</l> <l s="H1121">מִבְּנֵ֣י</l> <l s="H175">אַהֲרֹ֑ן</l> <l s="H">ל֧וֹ</l> <l s="H1961">תִהְיֶ֛ה</l> <l s="H7785">שׁ֥וֹק</l> <l s="H3225">הַיָּמִ֖ין</l> <l s="H4490">לְמָנָֽה</l>׃ </span> <span class="v-num v-34">34</span><span class="v LV7_34" data-id="LV7_34"> <l s="H3588">כִּי֩</l> <l s="H853">אֶת</l>־<l s="H2373">חֲזֵ֨ה</l> <l s="H8573">הַתְּנוּפָ֜ה</l> <l s="H853">וְאֵ֣ת</l> ׀ <l s="H7785">שׁ֣וֹק</l> <l s="H8641">הַתְּרוּמָ֗ה</l> <l s="H3947">לָקַ֙חְתִּי֙</l> <l s="H853">מֵאֵ֣ת</l> <l s="H1121">בְּנֵֽי</l>־<l s="H3478">יִשְׂרָאֵ֔ל</l> <l s="H2077">מִזִּבְחֵ֖י</l> <l s="H8002">שַׁלְמֵיהֶ֑ם</l> <l s="H5414">וָאֶתֵּ֣ן</l> <l s="H853">אֹ֠תָם</l> <l s="H175">לְאַהֲרֹ֨ן</l> <l s="H3548">הַכֹּהֵ֤ן</l> <l s="H1121">וּלְבָנָיו֙</l> <l s="H2706">לְחָק</l>־<l s="H5769">עוֹלָ֔ם</l> <l s="H853">מֵאֵ֖ת</l> <l s="H1121">בְּנֵ֥י</l> <l s="H3478">יִשְׂרָאֵֽל</l>׃ </span> <span class="v-num v-35">35</span><span class="v LV7_35" data-id="LV7_35"> <l s="H2063">זֹ֣את</l> <l s="H4888">מִשְׁחַ֤ת</l> <l s="H175">אַהֲרֹן֙</l> <l s="H4888">וּמִשְׁחַ֣ת</l> <l s="H1121">בָּנָ֔יו</l> <l s="H801">מֵאִשֵּׁ֖י</l> <l s="H3068">יְהוָ֑ה</l> <l s="H3117">בְּיוֹם֙</l> <l s="H7126">הִקְרִ֣יב</l> <l s="H853">אֹתָ֔ם</l> <l s="H3547">לְכַהֵ֖ן</l> <l s="H3068">לַיהוָֽה</l>׃ </span> <span class="v-num v-36">36</span><span class="v LV7_36" data-id="LV7_36"> <l s="H834">אֲשֶׁר֩</l> <l s="H6680">צִוָּ֨ה</l> <l s="H3068">יְהוָ֜ה</l> <l s="H5414">לָתֵ֣ת</l> <l s="H">לָהֶ֗ם</l> <l s="H3117">בְּיוֹם֙</l> <l s="H4886">מָשְׁח֣וֹ</l> <l s="H853">אֹתָ֔ם</l> <l s="H853">מֵאֵ֖ת</l> <l s="H1121">בְּנֵ֣י</l> <l s="H3478">יִשְׂרָאֵ֑ל</l> <l s="H2708">חֻקַּ֥ת</l> <l s="H5769">עוֹלָ֖ם</l> <l s="H1755">לְדֹרֹתָֽם</l>׃ </span> <span class="v-num v-37">37</span><span class="v LV7_37" data-id="LV7_37"> <l s="H2063">זֹ֣את</l> <l s="H8451">הַתּוֹרָ֗ה</l> <l s="H5930">לָֽעֹלָה֙</l> <l s="H4503">לַמִּנְחָ֔ה</l> <l s="H2403">וְלַֽחַטָּ֖את</l> <l s="H817">וְלָאָשָׁ֑ם</l> <l s="H4394">וְלַ֨מִּלּוּאִ֔ים</l> <l s="H2077">וּלְזֶ֖בַח</l> <l s="H8002">הַשְּׁלָמִֽים</l>׃ </span> <span class="v-num v-38">38</span><span class="v LV7_38" data-id="LV7_38"> <l s="H834">אֲשֶׁ֨ר</l> <l s="H6680">צִוָּ֧ה</l> <l s="H3068">יְהוָ֛ה</l> <l s="H853">אֶת</l>־<l s="H4872">מֹשֶׁ֖ה</l> <l s="H2022">בְּהַ֣ר</l> <l s="H5514">סִינָ֑י</l> <l s="H3117">בְּי֨וֹם</l> <l s="H6680">צַוֺּת֜וֹ</l> <l s="H853">אֶת</l>־<l s="H1121">בְּנֵ֣י</l> <l s="H3478">יִשְׂרָאֵ֗ל</l> <l s="H7126">לְהַקְרִ֧יב</l> <l s="H853">אֶת</l>־<l s="H7133">קָרְבְּנֵיהֶ֛ם</l> <l s="H3068">לַיהוָ֖ה</l> <l s="H4057">בְּמִדְבַּ֥ר</l> <l s="H5514">סִינָֽי</l>׃ פ </span> </div> </div> <div class="footer"><div class="nav"> <a class="prev" href="LV6.html">&lt;</a> <a class="home" href="index.html">=</a> <a class="next" href="LV8.html">&gt;</a> </div></div> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/extra-dev/8.11.dev/qcert/1.0.5.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>qcert: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / extra-dev</a></li> <li class="active"><a href="">8.11.dev / qcert - 1.0.5</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> qcert <small> 1.0.5 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-07-24 01:10:59 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-07-24 01:10:59 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 conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.11.dev Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;jeromesimeon@me.com&quot; homepage: &quot;https://querycert.github.io&quot; dev-repo: &quot;git+https://github.com/querycert/qcert&quot; bug-reports: &quot;https://github.com/querycert/qcert/issues&quot; authors: [ &quot;Josh Auerbach&quot; &quot;Martin Hirzel&quot; &quot;Louis Mandel&quot; &quot;Avi Shinnar&quot; &quot;Jerome Simeon&quot; ] license: &quot;Apache-2.0&quot; build: [ [make &quot;-j%{jobs}%&quot; &quot;qcert-coq&quot;] ] install: [ [make &quot;install-coq&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.2&quot; &amp; &lt; &quot;8.8&quot;} ] synopsis: &quot;A platform for implementing and verifying query compilers&quot; url { src: &quot;https://github.com/querycert/qcert/archive/v1.0.5.tar.gz&quot; checksum: &quot;md5=3904c818b69823498769cacc1774c5d6&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-qcert.1.0.5 coq.8.11.dev</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.dev). The following dependencies couldn&#39;t be met: - coq-qcert -&gt; coq &lt; 8.8 -&gt; ocaml &lt; 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-qcert.1.0.5</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.06.1-2.0.5/released/8.9.1/unicoq/1.3+8.7.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>unicoq: 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 / unicoq - 1.3+8.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> unicoq <small> 1.3+8.7 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-27 07:02:49 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-27 07:02:49 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.06.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.06.1 Official 4.06.1 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.2 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matthieu.sozeau@inria.fr&quot; authors: [ &quot;Matthieu Sozeau &lt;matthieu.sozeau@inria.fr&gt;&quot; &quot;Beta Ziliani &lt;beta@mpi-sws.org&gt;&quot; ] dev-repo: &quot;git+https://github.com/unicoq/unicoq.git&quot; homepage: &quot;https://github.com/unicoq/unicoq&quot; bug-reports: &quot;https://github.com/unicoq/unicoq/issues&quot; license: &quot;MIT&quot; build: [ [&quot;coq_makefile&quot; &quot;-f&quot; &quot;Make&quot; &quot;-o&quot; &quot;Makefile&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.8~&quot;} ] synopsis: &quot;An enhanced unification algorithm for Coq&quot; url { src: &quot;https://github.com/unicoq/unicoq/archive/v1.3-8.7.tar.gz&quot; checksum: &quot;md5=5adaadf1ed3afe7c7170f15730cf6a74&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-unicoq.1.3+8.7 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-unicoq -&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-unicoq.1.3+8.7</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>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/19ead7de792c27794f44fcfec0f1789e21e629975ff78ce765a20fdaec664ab9.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./b689465f22d2730211d1108d34172865d31f7ae2590cb613716be53609785f3f.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
clean/Linux-x86_64-4.08.1-2.0.5/released/8.13.0/iris/3.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>iris: 15 m 24 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / iris - 3.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> iris <small> 3.5.0 <span class="label label-success">15 m 24 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-03 01:21:58 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-03 01:21:58 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.08.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.08.1 Official release 4.08.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Ralf Jung &lt;jung@mpi-sws.org&gt;&quot; authors: &quot;The Iris Team&quot; license: &quot;BSD-3-Clause&quot; homepage: &quot;https://iris-project.org/&quot; bug-reports: &quot;https://gitlab.mpi-sws.org/iris/iris/issues&quot; dev-repo: &quot;git+https://gitlab.mpi-sws.org/iris/iris.git&quot; synopsis: &quot;A Higher-Order Concurrent Separation Logic Framework with support for interactive proofs&quot; description: &quot;&quot;&quot; Iris is a framework for reasoning about the safety of concurrent programs using concurrent separation logic. It can be used to develop a program logic, for defining logical relations, and for reasoning about type systems, among other applications. This package includes the base logic, Iris Proof Mode (IPM) / MoSeL, and a general language-independent program logic; see coq-iris-heap-lang for an instantiation of the program logic to a particular programming language. &quot;&quot;&quot; tags: [ &quot;date:2021-11-05&quot; &quot;logpath:iris.prelude&quot; &quot;logpath:iris.algebra&quot; &quot;logpath:iris.si_logic&quot; &quot;logpath:iris.bi&quot; &quot;logpath:iris.proofmode&quot; &quot;logpath:iris.base_logic&quot; &quot;logpath:iris.program_logic&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.12&quot; &amp; &lt; &quot;8.15~&quot;) | (= &quot;dev&quot;) } &quot;coq-stdpp&quot; { (= &quot;1.6.0&quot;) | (= &quot;dev&quot;) } ] build: [&quot;./make-package&quot; &quot;iris&quot; &quot;-j%{jobs}%&quot;] install: [&quot;./make-package&quot; &quot;iris&quot; &quot;install&quot;] url { src: &quot;https://gitlab.mpi-sws.org/iris/iris/-/archive/iris-3.5.0.tar.gz&quot; checksum: &quot;sha512=a9b7485d020e31863f33dd50d4bdafdc7584c56647126b868aff5546453f10a61c7b4a8f68dbb35269a1888083f72066c5dd50480afa5a2bf069681464f5b44a&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-iris.3.5.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-iris.3.5.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 m 58 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 8h opam install -y -v coq-iris.3.5.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>15 m 24 s</dd> </dl> <h2>Installation size</h2> <p>Total: 26 M</p> <ul> <li>1 M <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/big_op.glob</code></li> <li>870 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/big_op.vo</code></li> <li>604 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ltac_tactics.vo</code></li> <li>558 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra.vo</code></li> <li>451 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws.glob</code></li> <li>446 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ofe.vo</code></li> <li>442 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/big_op.glob</code></li> <li>393 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra.glob</code></li> <li>336 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances.glob</code></li> <li>324 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/monpred.vo</code></li> <li>324 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/big_op.vo</code></li> <li>321 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws.vo</code></li> <li>317 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/weakestpre.vo</code></li> <li>313 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ofe.glob</code></li> <li>311 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmap.vo</code></li> <li>297 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/csum.vo</code></li> <li>291 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_weakestpre.vo</code></li> <li>284 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/coq_tactics.vo</code></li> <li>279 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/environments.vo</code></li> <li>274 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances.vo</code></li> <li>264 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/coq_tactics.glob</code></li> <li>259 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/boxes.vo</code></li> <li>251 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/sts.vo</code></li> <li>240 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/monpred.glob</code></li> <li>240 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/adequacy.vo</code></li> <li>233 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/view.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/upred.vo</code></li> <li>220 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/monpred.vo</code></li> <li>213 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/environments.glob</code></li> <li>207 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gmap_view.vo</code></li> <li>203 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmap.glob</code></li> <li>197 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/monpred.glob</code></li> <li>186 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/plainly.vo</code></li> <li>185 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/plainly.glob</code></li> <li>184 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ownp.vo</code></li> <li>182 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tokens.vo</code></li> <li>178 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/updates.vo</code></li> <li>178 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/updates.glob</code></li> <li>167 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/upred.glob</code></li> <li>165 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ltac_tactics.v</code></li> <li>165 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/atomic.vo</code></li> <li>158 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cofe_solver.vo</code></li> <li>158 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_adequacy.vo</code></li> <li>152 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_inv_heap.vo</code></li> <li>151 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_heap.vo</code></li> <li>150 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/view.glob</code></li> <li>143 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/weakestpre.glob</code></li> <li>143 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_map.vo</code></li> <li>136 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws_later.glob</code></li> <li>136 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_later.glob</code></li> <li>134 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_weakestpre.glob</code></li> <li>133 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dyn_reservation_map.vo</code></li> <li>132 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/lifting.vo</code></li> <li>129 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/big_op.v</code></li> <li>128 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/own.vo</code></li> <li>128 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws_later.vo</code></li> <li>127 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/language.vo</code></li> <li>126 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/classes.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/invariants.vo</code></li> <li>123 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/embedding.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/agree.vo</code></li> <li>122 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_updates.vo</code></li> <li>121 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/interface.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/local_updates.glob</code></li> <li>119 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/wsat.vo</code></li> <li>118 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_later.vo</code></li> <li>115 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/frame_instances.vo</code></li> <li>113 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_lifting.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/reservation_map.vo</code></li> <li>112 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/own.glob</code></li> <li>111 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/auth.glob</code></li> <li>109 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/embedding.glob</code></li> <li>108 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/atomic.glob</code></li> <li>107 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/frame_instances.glob</code></li> <li>107 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/auth.vo</code></li> <li>105 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/csum.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/counterexamples.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gmap_view.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/na_invariants.vo</code></li> <li>104 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/sts.glob</code></li> <li>100 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gset.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/list.vo</code></li> <li>100 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/atomic.vo</code></li> <li>99 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gset_bij.vo</code></li> <li>97 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_lifting.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gset_bij.vo</code></li> <li>96 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/cancelable_invariants.vo</code></li> <li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/classes.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_adequacy.glob</code></li> <li>93 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_language.vo</code></li> <li>92 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/agree.glob</code></li> <li>91 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/max_prefix_list.vo</code></li> <li>90 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/boxes.glob</code></li> <li>89 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/siprop.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/excl.vo</code></li> <li>89 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/internal_eq.vo</code></li> <li>88 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/interface.glob</code></li> <li>87 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_embedding.vo</code></li> <li>86 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/adequacy.glob</code></li> <li>86 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ownp.glob</code></li> <li>85 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/proph_map.vo</code></li> <li>84 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ltac_tactics.glob</code></li> <li>83 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/algebra.vo</code></li> <li>82 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/local_updates.vo</code></li> <li>81 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_ectx_lifting.vo</code></li> <li>80 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fractional.vo</code></li> <li>76 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra.v</code></li> <li>76 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/laterable.vo</code></li> <li>74 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cofe_solver.glob</code></li> <li>73 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/spec_patterns.vo</code></li> <li>72 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/language.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/updates.vo</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_inv_heap.glob</code></li> <li>71 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fixpoint.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws.v</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/numbers.vo</code></li> <li>70 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_embedding.glob</code></li> <li>69 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ofe.v</code></li> <li>68 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_updates.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_map.glob</code></li> <li>67 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/saved_prop.vo</code></li> <li>66 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_language.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/weakestpre.vo</code></li> <li>65 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/internal_eq.glob</code></li> <li>65 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dfrac.vo</code></li> <li>64 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_heap.glob</code></li> <li>64 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/coPset.vo</code></li> <li>63 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_var.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/counterexamples.glob</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/intro_patterns.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dyn_reservation_map.glob</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bupd_alt.vo</code></li> <li>62 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/functions.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modalities.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/mono_nat.vo</code></li> <li>60 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/vector.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/ufrac_auth.vo</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gset_bij.glob</code></li> <li>59 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectxi_language.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/updates.glob</code></li> <li>57 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/base.vo</code></li> <li>57 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra_big_op.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/relations.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmultiset.vo</code></li> <li>56 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_auth.vo</code></li> <li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/lifting.glob</code></li> <li>55 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fractional.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/reservation_map.glob</code></li> <li>54 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates_from_vs.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/core.vo</code></li> <li>53 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_lifting.glob</code></li> <li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_plainly.vo</code></li> <li>51 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/weakestpre.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/invariants.glob</code></li> <li>50 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/siprop.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/algebra.glob</code></li> <li>49 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances.v</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/iprop.vo</code></li> <li>48 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/mono_nat.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/monpred.v</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/telescopes.vo</code></li> <li>47 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bi.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/derived.vo</code></li> <li>46 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gset.glob</code></li> <li>45 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/wsat.glob</code></li> <li>44 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/coq_tactics.v</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/intro_patterns.glob</code></li> <li>41 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_connectives.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/cancelable_invariants.glob</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_agree.vo</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/big_op.v</code></li> <li>40 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/excl_auth.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_internal_eq.vo</code></li> <li>39 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/monoid.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gset_bij.glob</code></li> <li>38 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/functions.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/ascii.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/bi.vo</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dfrac.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/atomic.glob</code></li> <li>37 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/max_prefix_list.glob</code></li> <li>36 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/upred.v</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modality_instances.vo</code></li> <li>35 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/list.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bi.glob</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/proofmode.vo</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/environments.v</code></li> <li>34 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/ufrac_auth.glob</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/frac.vo</code></li> <li>33 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_auth.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/string_ident.vo</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fixpoint.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modalities.glob</code></li> <li>32 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/classes.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ufrac.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/proofmode_classes.vo</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/numbers.glob</code></li> <li>31 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/monpred.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmap.v</code></li> <li>30 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/na_invariants.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_ectx_lifting.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/plainly.v</code></li> <li>29 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/sel_patterns.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_lifting.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tactics.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectxi_language.glob</code></li> <li>28 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/proofmode.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/view.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/notation.vo</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_plainly.glob</code></li> <li>27 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/sts.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/extensions.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/updates.v</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/reduction.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/laterable.glob</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/base_logic.vo</code></li> <li>26 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/saved_prop.glob</code></li> <li>25 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates_from_vs.glob</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/bi.vo</code></li> <li>24 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/proph_map.glob</code></li> <li>23 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/atomic.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_laws_later.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gmap_view.v</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/excl.glob</code></li> <li>22 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/prelude.vo</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tokens.glob</code></li> <li>21 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/spec_patterns.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/vector.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmultiset.glob</code></li> <li>20 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/derived.glob</code></li> <li>19 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/weakestpre.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/bi.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/interface.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/mono_nat.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_later.v</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/iprop.glob</code></li> <li>18 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/relations.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/auth.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/embedding.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_var.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/own.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dyn_reservation_map.v</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/mono_nat.glob</code></li> <li>17 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/telescopes.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/base.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/coPset.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/frame_instances.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bupd_alt.glob</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/csum.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_connectives.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modality_instances.glob</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_heap.v</code></li> <li>15 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/weakestpre.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_internal_eq.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/notation.vo</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_weakestpre.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/reservation_map.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_agree.glob</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_language.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/language.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/boxes.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/agree.v</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ident_name.vo</code></li> <li>13 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/counterexamples.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/siprop.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/adequacy.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ownp.v</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/excl_auth.glob</code></li> <li>12 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gen_inv_heap.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/string_ident.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_map.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra_big_op.glob</code></li> <li>11 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/internal_eq.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/proofmode_classes.glob</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cofe_solver.v</code></li> <li>10 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/core.glob</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_embedding.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fractional.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bi.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_updates.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/laterable.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gset.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/algebra.v</code></li> <li>9 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/updates.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modalities.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/atomic.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/notation.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/monoid.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/wsat.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/proofmode.glob</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/gset_bij.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/max_prefix_list.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/invariants.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/list.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/local_updates.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/ascii.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/gset_bij.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/functions.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/numbers.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/dfrac.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectxi_language.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/intro_patterns.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/frac.glob</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/lifting.v</code></li> <li>7 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/iprop.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/string_ident.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/ufrac_auth.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/cancelable_invariants.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/ectx_lifting.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/excl.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/si_logic/bi.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_adequacy.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ufrac.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_auth.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/sel_patterns.glob</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/fixpoint.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/saved_prop.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/proph_map.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/ascii.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/mono_nat.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/derived_connectives.v</code></li> <li>5 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/na_invariants.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/coPset.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/bupd_alt.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_plainly.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/vector.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/derived.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tokens.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/telescopes.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/base.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/extensions.glob</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/spec_patterns.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/mono_nat.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_lifting.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/gmultiset.v</code></li> <li>4 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/ghost_var.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/program_logic/total_ectx_lifting.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/core.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/lib/relations.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/excl_auth.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/lib/frac_agree.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/lib/fancy_updates_from_vs.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/monoid.v</code></li> <li>3 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/modality_instances.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/proofmode_classes.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/class_instances_internal_eq.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/frac.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/notation.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/options.vo</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/reduction.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ident_name.glob</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/ident_name.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/notation.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/extensions.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/ufrac.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/algebra/cmra_big_op.v</code></li> <li>2 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/proofmode.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/sel_patterns.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/options.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/proofmode.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/proofmode.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/prelude.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/base_logic.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/bi.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/base_logic/base_logic.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/reduction.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/bi.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/prelude.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tactics.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/proofmode/tactics.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/bi/notation.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.08.1/lib/coq/user-contrib/iris/prelude/options.glob</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-iris.3.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
test/use-cases/previousElementSibling/previousElementSibling.html
Juicy/imported-template
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <script src="../../../../webcomponentsjs/webcomponents-lite.js"></script> <script src="../../../../web-component-tester/browser.js"></script> <!-- Step 1: import the element to test --> <link rel="import" href="../../../imported-template.html"> </head> <body> <!-- You can use the document as a place to set up your fixtures. --> <test-fixture id="imported-template-fixture"> <template> <div><!-- nest to workaround test-fixture bug --> <imported-template href="./previousElementSibling.import.html"> </imported-template> </div> </template> </test-fixture> <script> describe('<imported-template>', function() { var myElContainer; // placeholder for globals window.ImportedTemplateTest = {}; context('when loads partial with script', function() { before(function() { myElContainer = fixture('imported-template-fixture'); }); describe('once stamped, should execute script within correct place in DOM', function(){ it('`document.currentScript.previousElementSibling` should point to node that was before it in template', function(done){ setTimeout(function waitForStamp(){ expect(window.ImportedTemplateTest.previousElementSibling).to.equal(myElContainer.querySelector('#previousElement')); done(); }, 500); }); }); }); }); </script> </body> </html>
views/gamectrl/bitecodeqrcodepage_old.html
evadestruco/pandemic2
{{extend 'layout.html'}} {{block layer01}} <hr/> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <div class="jumbotron" style="background-color:white;border-radius: 5px;"> <div class=" hidden-xs" id="qrcode"></div> <div class=" visible-xs" id="qrcode2"></div> <h4 style='color:black;'>{{=gpart.game_part.bitecode}}</h4> </div> </div> </div> </div> {{end}} {{block postfooter}} <script src="{{=URL('static','js/qrcode.js')}}"></script> <script> if (navigator.geolocation) { // Use method getCurrentPosition to get coordinates navigator.geolocation.getCurrentPosition(function (position) { var lat = position.coords.latitude; var long = position.coords.longitude; var tail = "{{=gpart.game_part.bitecode}}/" + lat.toString() + "/" + long.toString(); new QRCode(document.getElementById("qrcode"), { text: "http://localhost:8000/pandemic/gamectrl/bitecodepg/" + tail, width: 350, height: 350, colorDark : "#000000", colorLight : "#ffffff", correctLevel : QRCode.CorrectLevel.L }); var tail2 = "{{=gpart.game_part.bitecode}}/" + lat.toString() + "/" + long.toString(); new QRCode(document.getElementById("qrcode2"), { text: "http://localhost:8000/pandemic/gamectrl/bitecodepg/" + tail, width: 220, height: 220, colorDark : "#000000", colorLight : "#ffffff", correctLevel : QRCode.CorrectLevel.L }); }); }; </script> {{end}}
v4/user-agent-detail/82/97/8297b389-aa5e-4742-b373-c89b3c5b8e68.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - NOKIA-6301</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> NOKIA-6301 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>6301</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => NOKIA-6301 [family] => Nokia 6301 [brand] => Nokia [model] => 6301 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Nokia </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.023</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^.*nokia.*$/ [browser_name_pattern] => *nokia* [parent] => Nokia [comment] => Nokia [browser] => Nokia [browser_type] => Browser [browser_bits] => 0 [browser_maker] => Nokia [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 0 [aolversion] => 0 [device_name] => general Mobile Device [device_maker] => Nokia [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => general Mobile Device [device_brand_name] => Nokia [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>NOKIA-6301 </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => NOKIA-6301 [version] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td> </td><td><i class="material-icons">close</i></td><td>Series40 </td><td style="border-left: 1px solid #555">Nokia</td><td>6301</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.18202</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Nokia [mobile_model] => 6301 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => Series40 [operating_system_version] => [is_ios] => [producer] => Nokia [operating_system] => Series40 [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Nokia Browser </td><td> </td><td>Symbian </td><td style="border-left: 1px solid #555">Nokia</td><td>N6301</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Nokia Browser [short_name] => NB [version] => [engine] => ) [operatingSystem] => Array ( [name] => Symbian [short_name] => SYM [version] => [platform] => ) [device] => Array ( [brand] => NK [brandName] => Nokia [model] => N6301 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td> </td><td><i class="material-icons">close</i></td><td>Nokia </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NOKIA-6301 ) [name:Sinergi\BrowserDetector\Browser:private] => unknown [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Nokia [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NOKIA-6301 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => NOKIA-6301 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>6301</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Nokia [model] => 6301 [family] => Nokia 6301 ) [originalUserAgent] => NOKIA-6301 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Nokia Browser </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40304</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => Nokia Browser [browser_version] => [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => nokia-browser [operating_system_version] => [simple_operating_platform_string] => Nokia [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => Nokia [operating_system] => [operating_system_version_full] => [operating_platform_code] => [browser_name] => Nokia Browser [operating_system_name_code] => [user_agent] => NOKIA-6301 [browser_version_full] => [browser] => Nokia Browser ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td> </td><td> </td><td>Series40 </td><td style="border-left: 1px solid #555">Nokia</td><td>6301</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [os] => Array ( [name] => Series40 ) [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => Nokia [model] => 6301 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Opera 11.10</td><td><i class="material-icons">close</i></td><td>Linux armv6l </td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.021</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => Linux armv6l [advertised_device_os_version] => [advertised_browser] => Opera [advertised_browser_version] => 11.10 [complete_device_name] => [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => [model_name] => [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => false [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => [mobile_browser_version] => [device_os_version] => [pointing_method] => [release_date] => 2002_january [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => false [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 90 [resolution_height] => 90 [columns] => 11 [max_image_width] => 90 [max_image_height] => 35 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => false [png] => false [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 256 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 9 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 4000 [max_url_length_in_requests] => 128 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => false [mp3] => false [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => false [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => false [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:34:26</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
v4/user-agent-detail/ed/01/ed013385-82a9-45c1-8e91-787b3e03f8d9.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>User agent detail - Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>T385</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a> <!-- Modal Structure --> <div id="modal-test" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Testsuite result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 [family] => LG-T385 [brand] => LG [model] => T385 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Android 4.0</td><td>WebKit </td><td>Android 2.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.032</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a> <!-- Modal Structure --> <div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.2\.1.* build\/.*\).*applewebkit\/.*\(.*khtml,.*like gecko.*\).*version\/4\.0.*safari.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?2.1* build/*)*applewebkit/*(*khtml,*like gecko*)*version/4.0*safari* [parent] => Android Browser 4.0 [comment] => Android Browser 4.0 [browser] => Android [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 4.0 [majorver] => 4 [minorver] => 0 [platform] => Android [platform_version] => 2.1 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>Android Browser 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a> <!-- Modal Structure --> <div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Android Browser [version] => 4.0 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Android Webkit 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.1-update1</td><td style="border-left: 1px solid #555">Generic</td><td>Android 2.1</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.30306</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a> <!-- Modal Structure --> <div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 480 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Generic [mobile_model] => Android 2.1 [version] => 4.0 [is_android] => 1 [browser_name] => Android Webkit [operating_system_family] => Android [operating_system_version] => 2.1-update1 [is_ios] => [producer] => Google Inc. [operating_system] => Android 2.0/1 Eclair [mobile_screen_width] => 320 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>Android Browser </td><td>WebKit </td><td>Android 2.1</td><td style="border-left: 1px solid #555">LG</td><td>T385</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.005</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a> <!-- Modal Structure --> <div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Android Browser [short_name] => AN [version] => [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 2.1 [platform] => ) [device] => Array ( [brand] => LG [brandName] => LG [model] => T385 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Navigator 4.0</td><td><i class="material-icons">close</i></td><td>Android 2.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a> <!-- Modal Structure --> <div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 ) [name:Sinergi\BrowserDetector\Browser:private] => Navigator [version:Sinergi\BrowserDetector\Browser:private] => 4.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 2.1 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Android 2.1</td><td><i class="material-icons">close</i></td><td>Android 2.1.0</td><td style="border-left: 1px solid #555">LG</td><td>T385</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a> <!-- Modal Structure --> <div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 1 [patch] => [family] => Android ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 2 [minor] => 1 [patch] => update1 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => T385 [family] => LG-T385 ) [originalUserAgent] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 2.1-update1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.11802</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a> <!-- Modal Structure --> <div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 2.1-update1 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => English - United States [agent_languageTag] => en-us ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>Android Browser 4.0</td><td>WebKit 530.17</td><td>Android 2.1</td><td style="border-left: 1px solid #555">LG</td><td>LGT385</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40508</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a> <!-- Modal Structure --> <div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Android Browser 4 on Android (Eclair) [browser_version] => 4 [extra_info] => Array ( ) [operating_platform] => LGT385 [extra_info_table] => Array ( ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => android-browser [operating_system_version] => Eclair [simple_operating_platform_string] => LGT385 [is_abusive] => [layout_engine_version] => 530.17 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => LG [operating_system] => Android (Eclair) [operating_system_version_full] => 2.1 [operating_platform_code] => LGT385 [browser_name] => Android Browser [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; U; Android 2.1-update1; en-us; LG-T385; Build/Eclair) AppleWebKit/530.17(KHTML, like Gecko) Version/4.0 Mobile Safari/530.17 [browser_version_full] => 4.0 [browser] => Android Browser 4 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>Android Browser </td><td>Webkit 530.17</td><td>Android 2.1</td><td style="border-left: 1px solid #555">LG</td><td>T385;</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.121</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a> <!-- Modal Structure --> <div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Android Browser ) [engine] => Array ( [name] => Webkit [version] => 530.17 ) [os] => Array ( [name] => Android [version] => 2.1 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => LG [model] => T385; ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td>Safari 4.0</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3f285ff5-314b-4db4-9948-54572e92e7b6">Detail</a> <!-- Modal Structure --> <div id="modal-3f285ff5-314b-4db4-9948-54572e92e7b6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Safari [vendor] => Apple [version] => 4.0 [category] => smartphone [os] => Android [os_version] => 2.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Android Webkit 2.1</td><td><i class="material-icons">close</i></td><td>Android 2.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.05901</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a> <!-- Modal Structure --> <div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 2.1 [advertised_browser] => Android Webkit [advertised_browser_version] => 2.1 [complete_device_name] => Generic Android 2.1 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Generic [model_name] => Android 2.1 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 2.1 [pointing_method] => touchscreen [release_date] => 2009_october [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => play_and_stop [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 320 [resolution_height] => 480 [columns] => 60 [max_image_width] => 320 [max_image_height] => 400 [rows] => 40 [physical_screen_width] => 34 [physical_screen_height] => 50 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => false [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 384 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => progressive_download [wap_push_support] => false [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 0 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => false [mms_jpeg_progressive] => false [mms_gif_static] => false [mms_gif_animated] => false [mms_png] => false [mms_bmp] => false [mms_wbmp] => false [mms_amr] => false [mms_wav] => false [mms_midi_monophonic] => false [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => false [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => false [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => false [au] => false [amr] => false [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-02-13 13:42:03</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
webgl-coursera/week2/draw_lines.html
rayryeng/rayryeng.github.io
<!DOCTYPE html> <html> <script id="vertex-shader" type="x-shader/x-vertex"> attribute vec4 vPosition; attribute vec4 vColor; varying vec4 fColor; void main() { gl_Position = vPosition; fColor = vColor; } </script> <script id="fragment-shader" type="x-shader/x-fragment"> precision mediump float; // For the colour of the vertices varying vec4 fColor; void main() { gl_FragColor = fColor; } </script> <script type="text/javascript" src="../Common/webgl-utils.js"></script> <script type="text/javascript" src="../Common/initShaders.js"></script> <script type="text/javascript" src="../Common/MV.js"></script> <script type="text/javascript" src="draw_lines.js"></script> <body> <canvas id="gl-canvas" width="512" height="512"> Oops ... your browser doesn't support the HTML5 canvas element </canvas> </body> <body> <div> Red: <input id="sliderred" type="range" min="0" max="255" step="1" value="128" /> <input type="text" id="textred" value="128" class="field left" size="3" readonly><br> Green: <input id="slidergreen" type="range" min="0" max="255" step="1" value="128" /> <input type="text" id="textgreen" value="128" class="field left" size="3" readonly> <br> Blue: <input id="sliderblue" type="range" min="0" max="255" step="1" value="128" /> <input type="text" id="textblue" value="128" class="field left" size="3" readonly> <br> Colour Preview: <input type="text" id="colourpreview" class="field left" size="3" style="background-color:#808080;" readonly><br> <button id="reset" type="button">Reset Canvas</button> </div> </html>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+2/containers/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>containers: 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.1+2 / containers - 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> containers <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-24 14:39:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-24 14:39:15 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.7.1+2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release 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;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/containers&quot; license: &quot;Proprietary&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Containers&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:data structures&quot; &quot;keyword:type classes&quot; &quot;category:Computer Science/Data Types and Data Structures&quot; ] authors: [ &quot;Stéphane Lescuyer &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/containers/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/containers.git&quot; synopsis: &quot;Containers: a typeclass-based library of finite sets/maps&quot; description: &quot;This is a reimplementation of the FSets/FMaps library from the standard library, using typeclasses. See tests files for usage. A new vernacular command is provided by Generate.v and the plugin to automatically generate ordered types for user-defined inductive types.&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/containers/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=40b794fa49d1ad0710690650e1d18f8c&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-containers.8.5.0 coq.8.7.1+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.1+2). The following dependencies couldn&#39;t be met: - coq-containers -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.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-containers.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.05.0-2.0.6/released/8.9.0/pi-agm/1.0.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pi-agm: 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.0 / pi-agm - 1.0.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> pi-agm <small> 1.0.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-08-18 22:12:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-18 22:12:38 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.12 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.9.0 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-pi-agm&quot; version: &quot;1.0.0&quot; maintainer: &quot;yves.bertot@inria.fr&quot; homepage: &quot;http://www-sop.inria.fr/members/Yves.Bertot/&quot; bug-reports: &quot;yves.bertot@inria.fr&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;install&quot; &quot;DEST=&#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/pi_agm&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.5~&quot;} &quot;coq-ssreflect&quot; {= &quot;1.5.0&quot;} &quot;coq-coquelicot&quot; {= &quot;2.0.1&quot;} ] tags: [ &quot;keyword:real analysis&quot; &quot;keyword:pi&quot; &quot;category:Mathematics/Real Calculus and Topology&quot; ] authors: [ &quot;Yves Bertot &lt;yves.bertot@inria.fr&gt;&quot; ] synopsis: &quot;Computing thousands or millions of digits of PI with arithmetic-geometric means&quot; description: &quot;&quot;&quot; This is a proof of correctness for an algorithm to compute PI to high precision using an algorithm based on arithmetic-geometric means. A first file contains the calculus-based proofs for an abstract view of the algorithm, where all numbers are real numbers. A second file describes how to approximate all computations using large integers. The whole development can be used to produce mathematically proved and formally verified approximations of PI.&quot;&quot;&quot; url { src: &quot;http://www-sop.inria.fr/members/Yves.Bertot/proofs/pi_agm_1_0_0.tar.gz&quot; checksum: &quot;md5=adf0c47dff6a77a50de98dfec5d56674&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-pi-agm.1.0.0 coq.8.9.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.9.0). The following dependencies couldn&#39;t be met: - coq-pi-agm -&gt; coq &lt; 8.5~ -&gt; ocaml &lt; 4.03.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-pi-agm.1.0.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <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>
html/234567005044.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> PhiBer Manufacturing Inc. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492309096359&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=35393&V_SEARCH.docsStart=35392&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35391&amp;V_DOCUMENT.docRank=35392&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492309123068&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567158134&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=35393&amp;V_DOCUMENT.docRank=35394&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492309123068&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567000240&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> PhiBer Manufacturing Inc. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>PhiBer Manufacturing Inc.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.phiber.ca" target="_blank" title="Website URL">http://www.phiber.ca</a></p> <p><a href="mailto:sales@phiber.ca" title="sales@phiber.ca">sales@phiber.ca</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> P.O. Box 58<br/> CRYSTAL CITY, Manitoba<br/> R0K 0N0 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 108 New Hope Dr.<br/> CRYSTAL CITY, Manitoba<br/> R0K 0N0 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (204) 873-2448 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (866) 264-8030</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (204) 873-2473</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567005044&amp;graphFileName=phiber.jpg&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Manufacturing of haying equipment. <br>- Hay Handling Equipment - Bale grabs for picking, stacking, loading and reloading large square bales. <br>- Large Square Bale Straw Shredders.- for uniformly shredding and spreading straw over sensitive crops, or for land reclamation sites <br>- Hay Merger/Turner - for fluffing, inverting and/or merging multiple hay &amp; haylage swaths. <br>- Large Square Bale Accumulator - a baler attachment that gathers and uniformly drops three large square bales in a convenient package for faster bale picking. <br>- Front Tractor Mount &amp; Triple Hay Cutting Toolbars for hay cutting heads.<br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gary Loewen </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Administrator </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 873-2448 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 873-2473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gary@phibercanada.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333110 - Agricultural Implement Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 30&nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE GRABS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A loader attachment for picking, stacking and retrieving large <br> square bales. Models for 2, 3, or 4 bales to fit on tractor <br> front end loaders, skid steer loaders, telehandlers, and <br> industrial pay loaders.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HAY/HAYLAGE MERGERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Merges up to 80&#39; of haylage together for efficient operation of large forage harvesters.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE STRAW SHREDDERS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A high capacity, low profile large square bale shredder that broadcasts straw lightly and uniformly on sensitive cash crops like ginseng and <br> fruit and vegetable market garden products, as well as on land reclamation sites.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (VERTICAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, in a vertical stack. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (HORIZONTAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, side by side. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRIPLE CUTTER TOOLBAR<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The triple cutter toolbar utilizes a tractor front 3 PTH mounted hay cutting head and a rear trailing toolbar that attches another 2 hay cutting heads. This in effect equates to 3 hay cutting heads that cut from 39&#39; to 54&#39; with one tractor, greatly reducing time &amp; fuel while vastly improving cutting efficiencies.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FRONT MOUNT TOOLBARS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The front mount toolbar attaches on the tractor&#39;s front 3 PTH permitting a hay cutting head to be mounted on. This enables a producer to push a hay head while pulling a trailing cutting unit behind. This doubles the producer&#39;s efficiency.<br> <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> The Model AC 3104 PhiBer Bale Accumulator has CE Mark designation in Europe </section> <!-- Market Profile --> <h3 class="page-header"> Market profile </h3> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Ireland</li> <li>Mexico</li> <li>New Zealand</li> <li>South Africa</li> <li>Sweden</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>France</li> <li>Hungary</li> <li>Spain</li> </ul> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Sector Information --> <h3 class="page-header"> Sector information </h3> <section class="container-fluid"> <h4> Total plant size: </h4> <div>22,000 SQ FT</div> <h4> Key / Major clients: </h4> PhiBer is currently the large square bale accumulator company of refernce for CNH North America, John Deere, Krone North America &amp; Kuhn North America as well as offering an alternative accumulator to all brand name large square baler manufacturers. </section> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Gary Loewen </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Administrator </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Administrative Services. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (204) 873-2448 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Facsimile: </strong> </div> <div class="col-md-7"> (204) 873-2473 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> gary@phibercanada.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1996 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 333110 - Agricultural Implement Manufacturing </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Manufacturer / Processor / Producer &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Total Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Export Sales ($CDN): </strong> </div> <div class="col-md-7"> $1,000,000 to $4,999,999&nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Number of Employees: </strong> </div> <div class="col-md-7"> 30&nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE GRABS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A loader attachment for picking, stacking and retrieving large <br> square bales. Models for 2, 3, or 4 bales to fit on tractor <br> front end loaders, skid steer loaders, telehandlers, and <br> industrial pay loaders.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> HAY/HAYLAGE MERGERS <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Merges up to 80&#39; of haylage together for efficient operation of large forage harvesters.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE STRAW SHREDDERS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A high capacity, low profile large square bale shredder that broadcasts straw lightly and uniformly on sensitive cash crops like ginseng and <br> fruit and vegetable market garden products, as well as on land reclamation sites.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (VERTICAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, in a vertical stack. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> LARGE SQUARE BALE ACCUMULATORS (HORIZONTAL)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> A large square baler attachment that gathers and drops three large square bales in a uniform package, side by side. It is configured for subsequent handling.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TRIPLE CUTTER TOOLBAR<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The triple cutter toolbar utilizes a tractor front 3 PTH mounted hay cutting head and a rear trailing toolbar that attches another 2 hay cutting heads. This in effect equates to 3 hay cutting heads that cut from 39&#39; to 54&#39; with one tractor, greatly reducing time &amp; fuel while vastly improving cutting efficiencies.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> FRONT MOUNT TOOLBARS<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> The front mount toolbar attaches on the tractor&#39;s front 3 PTH permitting a hay cutting head to be mounted on. This enables a producer to push a hay head while pulling a trailing cutting unit behind. This doubles the producer&#39;s efficiency.<br> <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> The Model AC 3104 PhiBer Bale Accumulator has CE Mark designation in Europe </section> </details> <details id="details-panel6"> <summary> Market </summary> <h2 class="wb-invisible"> Market profile </h2> <section class="container-fluid"> <h4> Industry sector market interests: </h4> <ul> <li>Agriculture</li> </ul> <h4> Geographic markets: </h4> <h5> Export experience: </h5> <ul> <li>Australia</li> <li>Ireland</li> <li>Mexico</li> <li>New Zealand</li> <li>South Africa</li> <li>Sweden</li> <li>United Kingdom</li> <li>United States</li> </ul> <h5> Actively pursuing: </h5> <ul> <li>France</li> <li>Hungary</li> <li>Spain</li> </ul> </section> </details> <details id="details-panel7"> <summary> Sector </summary> <h2 class="wb-invisible"> Sector information </h2> <section class="container-fluid"> <h4> Total plant size: </h4> <div>22,000 SQ FT</div> <h4> Key / Major clients: </h4> PhiBer is currently the large square bale accumulator company of refernce for CNH North America, John Deere, Krone North America &amp; Kuhn North America as well as offering an alternative accumulator to all brand name large square baler manufacturers. </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-11-26 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.1/traversable-fincontainer/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>traversable-fincontainer: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.1 / traversable-fincontainer - 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> traversable-fincontainer <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-10-19 05:32:36 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-19 05:32:36 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/traversable-fincontainer&quot; license: &quot;ASL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/TraversableFincontainer&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: finitary container&quot; &quot;keyword: traversable functors&quot; &quot;category: Computer Science/Data Types and Data Structures&quot; ] authors: [ &quot;Russell O&#39;Connor &lt;oconnorr@google.com&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/traversable-fincontainer/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/traversable-fincontainer.git&quot; synopsis: &quot;Traversable Functors are Finitary Containers&quot; description: &quot;&quot;&quot; https://github.com/oconnorr/traversable-fincontainer A Coq proof that all Traversable functors are isomorphic to finitary containers.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/traversable-fincontainer/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=82cbb2ec21e431051b57502cea6a8df2&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-traversable-fincontainer.8.7.0 coq.8.11.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1). The following dependencies couldn&#39;t be met: - coq-traversable-fincontainer -&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-traversable-fincontainer.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>
clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.1/coinductive-reals/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>coinductive-reals: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.1 / coinductive-reals - 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> coinductive-reals <small> 8.7.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-04 18:52:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-04 18:52:19 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.07.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.07.1 Official release 4.07.1 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/coinductive-reals&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/CoinductiveReals&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-qarith-stern-brocot&quot; {&gt;= &quot;8.7&quot; &amp; &lt; &quot;8.8~&quot;} ] tags: [ &quot;keyword: real numbers&quot; &quot;keyword: co-inductive types&quot; &quot;keyword: co-recursion&quot; &quot;keyword: exact arithmetic&quot; &quot;category: Mathematics/Arithmetic and Number Theory/Real numbers&quot; &quot;date: 2007-04-24&quot; ] authors: [ &quot;Milad Niqui &lt;milad@cs.ru.nl&gt; [http://www.cs.ru.nl/~milad]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/coinductive-reals/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/coinductive-reals.git&quot; synopsis: &quot;Real numbers as coinductive ternary streams&quot; description: &quot;&quot;&quot; http://www.cs.ru.nl/~milad/ETrees/coinductive-field/ See the README file&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/coinductive-reals/archive/v8.7.0.tar.gz&quot; checksum: &quot;md5=add528791eebf008f2236f6c33a12cd4&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-coinductive-reals.8.7.0 coq.8.13.1</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.1). The following dependencies couldn&#39;t be met: - coq-coinductive-reals -&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-coinductive-reals.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>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/lesniewski-mereology/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>lesniewski-mereology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.2 / lesniewski-mereology - 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> lesniewski-mereology <small> 8.9.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-01-18 17:02:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 17:02:12 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.13.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.1 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;http://www.polytech.univ-savoie.fr/index.php?id=listic-logiciels-coq&amp;L=1&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/LesniewskiMereology&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: mereology&quot; &quot;keyword: protothetic&quot; &quot;keyword: ontology&quot; &quot;keyword: nominalist theory&quot; &quot;keyword: extensionality&quot; &quot;category: Mathematics/Logic/Foundations&quot; ] authors: [ &quot;Richard Dapoigny &lt;richard.dapoigny@univ-savoie.fr&gt; [https://www.researchgate.net/profile/Richard_Dapoigny]&quot; &quot;Patrick Barlatier &lt;patrick.barlatier@univ-savoie.fr&gt; [https://www.researchgate.net/profile/Patrick_Barlatier]&quot; ] bug-reports: &quot;https://github.com/coq-contribs/lesniewski-mereology/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/lesniewski-mereology.git&quot; synopsis: &quot;KDTL&quot; description: &quot;&quot;&quot; LesniewskiMereology is a Coq library created by R. Dapoigny and P. Barlatier whose purpose is to implement the alternative to Set Theory of Stanislaw Lesniewski. It is part of an on-going project using the Coq language and called KDTL (Knowledge-based Dependently Typed Language) to build an alternative to Description Logics. The developed theory is close to the analysis of Denis Mieville (1984) in his book &quot;Un developpement des systemes logiques de Stanislaw Lesniewski&quot;. It is a theoretical construct which relies on three dependent levels, logic (a.k.a. Protothetic), the Lesniewski Ontologie (LO) and mereology. Each level incorporates a minimal collection of axioms, protothetic and ontologic definitions and a set of theorems together with their intuitionist proofs.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/lesniewski-mereology/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=8ba548a0d6cf18db9f10a79525e6f16f&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-lesniewski-mereology.8.9.0 coq.8.13.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.13.2). The following dependencies couldn&#39;t be met: - coq-lesniewski-mereology -&gt; coq &lt; 8.10~ -&gt; ocaml &lt; 4.10 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-lesniewski-mereology.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>
options/partials/settings.html
perfectapi/CKP
<fieldset> <legend>Password List</legend> Settings affecting the representation of the password list. <table class="pure-table pure-table-horizontal settings entries"> <thead> <tr> <th>Setting</th> <th>Value</th> </tr> </thead> <tbody> <tr> <td>Show entry/group icons</td> <td> <input id="settings-PasswordListIconOption-entry" type="checkbox" name="PasswordListIconOption" ng-model="settings.PasswordListIconOption.entry" ng-change="saveSettings()"> <label for="settings-PasswordListIconOption-entry">Entry</label> <input id="settings-PasswordListIconOption-group" type="checkbox" name="PasswordListIconOption" ng-model="settings.PasswordListIconOption.group" ng-change="saveSettings()"> <label for="settings-PasswordListIconOption-group">Group</label> </td> </tr> <tr> <td>Show group name</td> <td> <input id="settings-PasswordListGroupOption-show" type="radio" name="PasswordListGroupOption" ng-value="true" ng-model="settings.PasswordListGroupOption" ng-change="saveSettings()"> <label for="settings-PasswordListGroupOption-show">Show</label> <input id="settings-PasswordListGroupOption-hide" type="radio" name="PasswordListGroupOption" ng-value="false" ng-model="settings.PasswordListGroupOption" ng-change="saveSettings()"> <label for="settings-PasswordListGroupOption-hide">Hide</label> </td> </tr> </tbody> </table> </fieldset>
clean/Linux-x86_64-4.04.2-2.0.5/released/8.8.1/mathcomp-ssreflect/1.6.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: 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.8.1 / mathcomp-ssreflect - 1.6</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.6 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-18 16:46:16 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-18 16:46:16 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 1 Virtual package relying on perl coq 8.8.1 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 ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; name: &quot;coq-mathcomp-ssreflect&quot; version: &quot;1.6&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;http://ssr.msr-inria.inria.fr/&quot; bug-reports: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; license: &quot;CeCILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] remove: [ &quot;sh&quot; &quot;-c&quot; &quot;rm -rf &#39;%{lib}%/coq/user-contrib/mathcomp&#39;&quot; ] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.4pl4&quot; &amp; &lt; &quot;8.6~&quot; &amp; != &quot;8.4.6~camlp4&quot;} ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators&quot;&quot;&quot; url { src: &quot;http://github.com/math-comp/math-comp/archive/mathcomp-1.6.tar.gz&quot; checksum: &quot;md5=038ba80c0d6b430428726ae4d00affcf&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-ssreflect.1.6 coq.8.8.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.8.1). The following dependencies couldn&#39;t be met: - coq-mathcomp-ssreflect -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.03.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-mathcomp-ssreflect.1.6</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>
public/Windows 10 x64 (18362.116)/_ACPI_METHOD_ARGUMENT_V1.html
epikcraw/ggool
<html><body> <h4>Windows 10 x64 (18362.116)</h4><br> <h2>_ACPI_METHOD_ARGUMENT_V1</h2> <font face="arial"> +0x000 Type : Uint2B<br> +0x002 DataLength : Uint2B<br> +0x004 Argument : Uint4B<br> +0x004 Data : [1] UChar<br> </font></body></html>
v3/user-agent-detail/33/b6/33b6d27f-866c-481a-b44b-04a4152b7039.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B <p> Detected by 7 of 8 providers<br /> As bot detected by 0 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td>Dolfin 2.0</td><td>WebKit </td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>Mobile Phone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(samsung; samsung\-gt\-s5250.*bada\/1\..*\) applewebkit\/.* \(khtml,.*like gecko.*\) dolfin\/2\.0.*$/ [browser_name_pattern] => mozilla/5.0 (samsung; samsung-gt-s5250*bada/1.*) applewebkit/* (khtml,*like gecko*) dolfin/2.0* [parent] => Dolfin 2.0 [comment] => Dolfin 2.0 [browser] => Dolfin [browser_type] => Browser [browser_bits] => 32 [browser_maker] => unknown [browser_modus] => unknown [version] => 2.0 [majorver] => 2 [minorver] => 0 [platform] => Bada [platform_version] => 1.0 [platform_description] => Samsung Bada [platform_bits] => 32 [platform_maker] => Samsung [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => 1 [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [cssversion] => 3 [aolversion] => 0 [device_name] => GT-S5250 [device_maker] => Samsung [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => GT-S5250 [device_brand_name] => Samsung [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>AppleWebKit 533.1</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => AppleWebKit [version] => 533.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td>Dolphin 2.0</td><td>WebKit </td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>smartphone</td><td>yes</td><td></td><td></td><td></td><td></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Dolphin [short_name] => DF [version] => 2.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Bada [short_name] => SBA [version] => 1.0 [platform] => ) [device] => Array ( [brand] => SA [brandName] => Samsung [model] => GT-S5250 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Mozilla 5.0</td><td><i class="material-icons">close</i></td><td> </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) [name:Sinergi\BrowserDetector\Browser:private] => Mozilla [version:Sinergi\BrowserDetector\Browser:private] => 5.0 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>Dolfin 2.0</td><td><i class="material-icons">close</i></td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 0 [patch] => [family] => Dolfin ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 1 [minor] => 0 [patch] => [patchMinor] => [family] => Bada ) [device] => UAParser\Result\Device Object ( [brand] => Samsung [model] => GT-S5250 [family] => Samsung GT-S5250 ) [originalUserAgent] => Mozilla/5.0 (SAMSUNG; SAMSUNG-GT-S5250/S5250XXJK1; U; Bada/1.0; xx) AppleWebKit/533.1 (KHTML, like Gecko) Dolfin/2.0 Mobile WQVGA SMM-MMS/1.2.0 OPN-B ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td>Dolfin 2.0</td><td>Webkit 533.1</td><td>Bada 1.0</td><td>Samsung</td><td>Wave 525</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td></td><td></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Dolfin [version] => 2.0 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 533.1 ) [os] => Array ( [name] => Bada [version] => 1.0 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Samsung [model] => Wave 525 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>Dolfin Browser 2.0</td><td><i class="material-icons">close</i></td><td>Bada 1.0</td><td>Samsung</td><td>GT-S5250</td><td>Feature Phone</td><td>yes</td><td>yes</td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027">Detail</a> <!-- Modal Structure --> <div id="modal-3a72b31e-c3c1-4317-a357-7a6d5e3c7027" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Bada [advertised_device_os_version] => 1.0 [advertised_browser] => Dolfin Browser [advertised_browser_version] => 2.0 [complete_device_name] => Samsung GT-S5250 (Wave 2) [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Samsung [model_name] => GT-S5250 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://wap.samsungmobile.com/uaprof/GT-S5250.rdf [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Dolfin/Jasmine Webkit [mobile_browser_version] => 2.0 [device_os_version] => [pointing_method] => touchscreen [release_date] => 2010_october [marketing_name] => Wave 2 [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => standard [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => true [wml_1_2] => true [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 240 [resolution_height] => 400 [columns] => 20 [max_image_width] => 228 [max_image_height] => 360 [rows] => 16 [physical_screen_width] => 40 [physical_screen_height] => 60 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 262144 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => true [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 200 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 40000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => false [inline_support] => false [oma_support] => false [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 0 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 1 [streaming_acodec_amr] => nb [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 307200 [mms_max_height] => 0 [mms_max_width] => 0 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => false [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => webkit [css_spriting] => true [css_gradient_linear] => webkit [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => 10 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => yes [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false [controlcap_is_smartphone] => default [controlcap_is_ios] => default [controlcap_is_android] => default [controlcap_is_robot] => default [controlcap_is_app] => default [controlcap_advertised_device_os] => default [controlcap_advertised_device_os_version] => default [controlcap_advertised_browser] => default [controlcap_advertised_browser_version] => default [controlcap_is_windows_phone] => default [controlcap_is_full_desktop] => default [controlcap_is_largescreen] => default [controlcap_is_mobile] => default [controlcap_is_touchscreen] => default [controlcap_is_wml_preferred] => default [controlcap_is_xhtmlmp_preferred] => default [controlcap_is_html_preferred] => default [controlcap_form_factor] => default [controlcap_complete_device_name] => default ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:42:25</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
xn--d1abaak1bajk.xn--p1ai/stat/usage_201301.html
juhnowski/gruzsites
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- Generated by The Webalizer Ver. 2.23-05 --> <!-- --> <!-- Copyright 1997-2011 Bradford L. Barrett --> <!-- --> <!-- Distributed under the GNU GPL Version 2 --> <!-- Full text may be found at: --> <!-- http://www.webalizer.org --> <!-- --> <!-- Give the power back to the programmers --> <!-- Support the Free Software Foundation --> <!-- (http://www.fsf.org) --> <!-- --> <!-- *** Generated: 01-Feb-2013 00:02 MSK *** --> <HTML lang="ru"> <HEAD> <TITLE>Ñòàòèñòèêà èñïîëüçîâàíèÿ ñåðâåðà xn--d1abaak1bajk.xn--p1ai - ßíâàðü 2013</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> </HEAD> <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF" VLINK="#FF0000"> <H2>Ñòàòèñòèêà èñïîëüçîâàíèÿ ñåðâåðà xn--d1abaak1bajk.xn--p1ai</H2> <SMALL><STRONG> Ïåðèîä ñòàòèñòèêè: ßíâàðü 2013<BR> Äàòà ñîçäàíèÿ 01-Feb-2013 00:02 MSK<BR> </STRONG></SMALL> <CENTER> <HR> <P> <SMALL> <A HREF="#DAYSTATS">[Ñòàòèñòèêà ïî äíÿì]</A> <A HREF="#HOURSTATS">[Ñòàòèñòèêà ïî ÷àñàì]</A> <A HREF="#TOPURLS">[URL]</A> <A HREF="#TOPENTRY">[Íà÷àëüíûå ñòðàíèöû]</A> <A HREF="#TOPEXIT">[Ïîñëåäíèå ñòðàíèöû]</A> <A HREF="#TOPSITES">[Ñàéòû]</A> <A HREF="#TOPREFS">[Ññûëàþùèåñÿ ñòðàíèöû]</A> <A HREF="#TOPSEARCH">[Ïîèñê]</A> <A HREF="#TOPAGENTS">[Áðîóçåðû]</A> </SMALL> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0">Ñòàòèñòèêà çà ìåñÿö íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî çàïðîñîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>233</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ôàéëîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>102</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ñòðàíèö</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>125</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî ïîñåùåíèé</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>95</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî êèëîáàéò</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>563</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ ñàéòîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>36</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ URL</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>2</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ ññûëàþùèõñÿ ñòðàíèö</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>6</B></FONT></TD></TR> <TR><TD WIDTH=380><FONT SIZE="-1">Âñåãî óíèêàëüíûõ áðîóçåðîâ</FONT></TD> <TD ALIGN=right COLSPAN=2><FONT SIZE="-1"><B>27</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH WIDTH=380 BGCOLOR="#C0C0C0"><FONT SIZE=-1 COLOR="#C0C0C0">.</FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1> ñðåäíåì </FONT></TH> <TH WIDTH=65 BGCOLOR="#C0C0C0" ALIGN=right><FONT SIZE=-1>Max </FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Îáðàùåíèé â ÷àñ</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>0</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>34</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Îáðàùåíèé â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>7</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>42</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ôàéëîâ â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>3</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>7</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ñòðàíèö â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>4</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>17</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Sites per Day</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>1</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>8</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Ïîñåùåíèé â äåíü</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>3</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>6</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Îáú¸ì â äåíü (Êáàéò)</FONT></TD> <TD ALIGN=right WIDTH=65><FONT SIZE="-1"><B>18</B></FONT></TD> <TD WIDTH=65 ALIGN=right><FONT SIZE=-1><B>46</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH COLSPAN=3 ALIGN=center BGCOLOR="#C0C0C0"> <FONT SIZE="-1">Çàïðîñû ïî êîäàì îòâåòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD><FONT SIZE="-1">Êîä 200 - OK</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">43.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>102</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Êîä 304 - Not Modified</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD></TR> <TR><TD><FONT SIZE="-1">Êîä 404 - Not Found</FONT></TD> <TD ALIGN=right><FONT SIZE="-2">55.36%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>129</B></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="DAYSTATS"></A> <IMG SRC="daily_usage_201301.png" ALT="Èñïîëüçîâàíèå ïî äíÿì íà ßíâàðü 2013" HEIGHT=400 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Ñòàòèñòèêà ïî äíÿì íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center BGCOLOR="#C0C0C0"><FONT SIZE="-1">Äåíü</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=2><FONT SIZE="-1">ñòðàíèö</FONT></TH> <TH ALIGN=center BGCOLOR="#ffff00" COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH ALIGN=center BGCOLOR="#ff8000" COLSPAN=2><FONT SIZE="-1">ñàéòîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.19%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.65%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.86%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">22.22%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.18%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>33</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.89%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.49%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.89%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.73%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.64%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.36%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.36%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>41</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">17.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>42</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">18.03%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.44%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>32</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.61%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR BGCOLOR="#D0D0E0"><TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.56%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.16%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.12%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">16.67%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>46</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.10%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="HOURSTATS"></A> <IMG SRC="hourly_usage_201301.png" ALT="Èñïîëüçîâàíèå ïî ÷àñàì íà ßíâàðü 2013" HEIGHT=256 WIDTH=512><P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" COLSPAN=13 ALIGN=center>Ñòàòèñòèêà ïî ÷àñàì íà ßíâàðü 2013</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH ALIGN=center ROWSPAN=2 BGCOLOR="#C0C0C0"><FONT SIZE="-1">×àñ</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=3><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=3><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=3><FONT SIZE="-1">ñòðàíèö</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=3><FONT SIZE="-1">Êáàéò</FONT></TH></TR> <TR><TH ALIGN=center BGCOLOR="#00805c"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#00805c" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#0040ff" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#00e0ff" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000"><FONT SIZE="-2"> ñðåäíåì</FONT></TH> <TH ALIGN=center BGCOLOR="#ff0000" COLSPAN=2><FONT SIZE="-2">Âñåãî</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.82%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>36</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.45%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">14.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">33.33%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">27.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>112</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.94%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.35%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.57%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.98%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.48%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>51</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.09%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.40%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>40</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.05%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.11%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.52%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.01%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">8.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>71</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">12.57%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.58%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.20%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.74%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.49%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.16%</FONT></TD></TR> <TR><TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.54%</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPURLS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 2 URL</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>337</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">59.83%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 2 URL ïî Êáàéò</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>337</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">59.83%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPENTRY"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 1 íà÷àëüíûõ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>94</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">100.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPEXIT"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=6>Ïåðâûå 1 èç 1 ïîñëåäíèõ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">URL</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>100</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">42.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">100.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1"><A HREF="http://xn--d1abaak1bajk.xn--p1ai/">/</A></FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPSITES"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Ïåðâûå 30 èç 36 ñàéòîâ</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#0040ff" ALIGN=center COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Èìÿ õîñòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>68</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">29.18%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.210.65.38</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">30.39%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>109</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">32.63%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.239.178.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">95.79.97.91</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.154.243.95</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">193.169.234.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.239.218.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.54.213.174</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.77%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.134.79</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">92.241.245.126</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.24%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.70</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.75.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">31.42.230.243</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.96%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.87%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.11%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.76.46</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.78%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.76.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>17</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.70%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.46</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">83.71.160.201</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>19</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.25%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">94.125.51.30</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>20</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">109.172.77.26</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>21</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">123.30.174.125</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>22</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.178.41.1</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>23</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.79.190.48</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>24</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.112.21.32</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.229.180.158</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>26</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">37.9.146.8</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">46.119.35.208</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>28</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>0</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.00%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">46.246.31.126</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>29</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">5.9.35.43</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>30</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.62%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">78.139.207.23</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> <TR BGCOLOR="#D0D0E0"><TD COLSPAN=10 ALIGN="center"> <FONT SIZE="-1"><A HREF="./site_201301.html">Ïîñìîòðåòü âñå ñàéòû</A></TD></TR> </TABLE> <P> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=10>Ïåðâûå 10 èç 36 ñàéòîâ ïî Êáàéò</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#0040ff" ALIGN=center COLSPAN=2><FONT SIZE="-1">ôàéëîâ</FONT></TH> <TH BGCOLOR="#ff0000" ALIGN=center COLSPAN=2><FONT SIZE="-1">Êáàéò</FONT></TH> <TH BGCOLOR="#ffff00" ALIGN=center COLSPAN=2><FONT SIZE="-1">ïîñåùåíèé</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Èìÿ õîñòà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">30.39%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>109</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">19.32%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">32.63%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.239.178.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">11.59%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.86%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>90</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">15.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">95.79.97.91</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>38</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.68%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">178.154.243.95</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.88%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>37</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.60%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.32%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">66.249.78.98</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">9.80%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>35</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.23%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">213.239.218.205</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.90%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>34</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.97%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">5.26%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">193.169.234.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.43%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.92%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>27</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.81%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.21%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">195.54.213.174</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.11%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.134.79</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.15%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.98%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>16</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.77%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">217.69.133.69</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.94%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">2.41%</FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.05%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">83.71.160.201</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPREFS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Ïåðâûå 6 èç 6 ññûëàþùèõñÿ ñòðàíèö</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Ññûëàþùàÿñÿ ñòðàíèöà</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>199</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">85.41%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">- (Direct Request)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://xn--d1abaak1bajk.xn--p1ai/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://funpromo.ru</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://google.com/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://funpromo.ru/</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">http://xn--d1abaak1bajk.xn--p1ai/phpmyadmin/scripts/setup.php</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> <A NAME="TOPAGENTS"></A> <TABLE WIDTH=510 BORDER=2 CELLSPACING=1 CELLPADDING=1> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=CENTER COLSPAN=4>Ïåðâûå 15 èç 27 áðîóçåðîâ</TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR><TH BGCOLOR="#C0C0C0" ALIGN=center><FONT SIZE="-1">#</FONT></TH> <TH BGCOLOR="#00805c" ALIGN=center COLSPAN=2><FONT SIZE="-1">çàïðîñîâ</FONT></TH> <TH BGCOLOR="#00e0ff" ALIGN=center><FONT SIZE="-1">Áðîóçåð</FONT></TH></TR> <TR><TH HEIGHT=4></TH></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>68</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">29.18%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Windows NT 5.1; rv:18.0) Gecko/20100101 Firefox/18.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>31</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">13.30%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Nigma.ru/3.0; crawler@nigma.ru)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>25</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">10.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>4</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Linux; Android 4.1.2; GT-N8000 Build/JZO54K) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>5</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>18</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">7.73%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; statdom.ru/Bot; +http://statdom.ru/bot.html)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>6</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">6.01%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; Mail.RU_Bot/2.0; +http://go.mail.ru/help/robots)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>7</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">4.72%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>8</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">3.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Linux; Android 4.0.4; GT-N8000 Build/IMM76D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Safari</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>9</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 5.2; .NET CLR 1.0.3705;)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>10</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>3</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">1.29%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>11</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.9) Gecko/20100824 Firefox/3.6.9</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>12</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>2</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.86%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>13</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">FunbotLinkCheck/1.0 (+http://funpromo.ru/)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>14</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/3.0 (compatible; Indy Library)</FONT></TD></TR> <TR> <TD ALIGN=center><FONT SIZE="-1"><B>15</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-1"><B>1</B></FONT></TD> <TD ALIGN=right><FONT SIZE="-2">0.43%</FONT></TD> <TD ALIGN=left NOWRAP><FONT SIZE="-1">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</FONT></TD></TR> <TR><TH HEIGHT=4></TH></TR> </TABLE> <P> </CENTER> <P> <HR> <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=0> <TR> <TD ALIGN=left VALIGN=top> <SMALL>Generated by <A HREF="http://www.webalizer.org/"><STRONG>Webalizer Version 2.23</STRONG></A> </SMALL> </TD> </TR> </TABLE> <!-- Webalizer Version 2.23-05 (Mod: 14-Apr-2011) --> </BODY> </HTML>
vsdoc/topic_0000000000000987.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>StageQuestionAddRequest Class</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">StageQuestionAddRequest Class</h1> <div class="metadata"> Namespace: <a href="topic_0000000000000986.html">Tlece.Recruitment.Models.StageQuestionVideo</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">Public Class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">public class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">public ref class StageQuestionAddRequest </pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">public class StageQuestionAddRequest</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Properties</a></span> <div>&nbsp;</div> </div> <div id="PropertiesSection" class="section"> <table class="memberListTable"> <tr> <th></th> <th> Name </th> <th> Description </th> </tr> <tr class=" "> <td> <img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img> </td> <td> <a href="topic_0000000000000989.html">QuestionIds</a> </td> <td> </td> </tr> <tr class=" "> <td> <img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img> </td> <td> <a href="topic_0000000000000988.html">StageId</a> </td> <td> </td> </tr> </table> <a href="#mainBody"> Top </a> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span> <div>&nbsp;</div> </div> <div id="MethodsSection" class="section"> <table class="memberListTable"> <tr> <th></th> <th> Name </th> <th> Description </th> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals">Equals(Object)</a> </td> <td> Determines whether the specified object is equal to the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.finalize">Finalize</a> </td> <td> Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode">GetHashCode</a> </td> <td> Serves as the default hash function. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype">GetType</a> </td> <td> Gets the <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.type">Type</a> of the current instance. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone">MemberwiseClone</a> </td> <td> Creates a shallow copy of the current <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> <tr class=" inheritedMember "> <td> <img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img> </td> <td> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring">ToString</a> </td> <td> Returns a string that represents the current object. (inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>). </td> </tr> </table> <a href="#mainBody"> Top </a> </div> </div> <!-- Classes --> <!-- Classes End --> <!-- Standard Modules --> <!-- Standard Modules End --> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Inheritance Hierarchy</a></span> <div>&nbsp;</div> </div> <div id="inheritanceHierarchySection" class="section"> <div style="padding-left:0em;"><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">System.Object</a> </div> <div style="padding-left:1em;">Tlece.Recruitment.Models.StageQuestionVideo.StageQuestionAddRequest</div> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_0000000000000986.html">Tlece.Recruitment.Models.StageQuestionVideo Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/ac6b6fa6a324b056fba94225d646119a199102d568e085c87d247fb83d7fd8f0.html
simonmysun/praxis
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./a4a5b42c92d3957bef42e67a0c0e1bc4411a7df29cc3fe1aa18be2b35c8ca2cb.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
docs/floors/48.html
henge-tech/henge-tech
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta charset="utf-8"> <title>Henge: Floor 48</title> <link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/site.css"> </head> <body> <div id="staticBody"> <header> <h1><img src="/imgs/logo.svg" alt="henge"></h1> </header> <h2>Floor 48</h2> </div> <div id="CircleApp" data-floor="48" data-floor-pos="index"></div> <script type="text/javascript" src="/CircleApp.bundle.js"></script> <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-631498-5', 'auto'); ga('send', 'pageview'); </script> </body> </html>
assets/css/main.css
phucngta/AZCenter
/*Slider*/ #carousel-id{ padding-top: 50px; } p{ font-weight: 200; } body{ padding:20px; } #login-dp{ min-width: 250px; padding: 14px 14px 0; overflow:hidden; background-color:#34495e; } #login-dp .help-block{ font-size:12px } #login-dp .bottom{ background-color:rgba(255,255,255,.8); border-top:1px solid #ddd; clear:both; padding:14px; } #login-dp .social-buttons{ margin:12px 0 } #login-dp .social-buttons a{ width: 49%; } #login-dp .form-group { margin-bottom: 10px; } .btn-fb{ color: #fff; background-color:#3b5998; } .btn-fb:hover{ color: #fff; background-color:#496ebc } .btn-tw{ color: #fff; background-color:#55acee; } .btn-tw:hover{ color: #fff; background-color:#59b5fa; } @media(max-width:768px){ #login-dp{ background-color: inherit; color: #fff; } #login-dp .bottom{ background-color: inherit; border-top:0 none; } } .text-login{ color: #fff; background-color: inherit; } /*** User Profile Sidebar by @keenthemes A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme Licensed under MIT ***/ body { background: #F1F3FA; } /* Profile container */ .profile { margin: 20px 0; } /* Profile sidebar */ .profile-sidebar { padding: 20px 0 10px 0; background: #fff; } .profile-userpic img { float: none; margin: 0 auto; width: 50%; height: 50%; -webkit-border-radius: 50% !important; -moz-border-radius: 50% !important; border-radius: 50% !important; } .profile-usertitle { text-align: center; margin-top: 20px; } .profile-usertitle-name { color: #5a7391; font-size: 16px; font-weight: 600; margin-bottom: 7px; } .profile-usertitle-job { text-transform: uppercase; color: #5b9bd1; font-size: 12px; font-weight: 600; margin-bottom: 15px; } .profile-userbuttons { text-align: center; margin-top: 10px; } .profile-userbuttons .btn { text-transform: uppercase; font-size: 11px; font-weight: 600; padding: 6px 15px; margin-right: 5px; } .profile-userbuttons .btn:last-child { margin-right: 0px; } .profile-usermenu { margin-top: 30px; } .profile-usermenu ul li { border-bottom: 1px solid #f0f4f7; } .profile-usermenu ul li:last-child { border-bottom: none; } .profile-usermenu ul li a { color: #93a3b5; font-size: 14px; font-weight: 400; } .profile-usermenu ul li a i { margin-right: 8px; font-size: 14px; } .profile-usermenu ul li a:hover { background-color: #fafcfd; color: #5b9bd1; } .profile-usermenu ul li.active { border-bottom: none; } .profile-usermenu ul li.active a { color: #5b9bd1; background-color: #f6f9fb; border-left: 2px solid #5b9bd1; margin-left: -2px; } /* Profile Content */ .profile-content { padding: 5px; background: #fff; min-height: 460px; } #ketqua{ font-color: red; } #text span{ font-color: white; } @import url("http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css"); @import url("http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext"); body { padding-top: 10px; padding-bottom: 40px; } /* COMMON PRICING STYLES */ .panel.price, .panel.price>.panel-heading{ border-radius:0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; } .panel.price:hover{ box-shadow: 0px 0px 30px rgba(0,0,0, .2); } .panel.price:hover>.panel-heading{ box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset; } .panel.price>.panel-heading{ box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset; text-shadow:0px 3px 0px rgba(50,50,50, .6); } .price .list-group-item{ border-bottom-:1px solid rgba(250,250,250, .5); } .panel.price .list-group-item:last-child { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } .panel.price .list-group-item:first-child { border-top-right-radius: 0px; border-top-left-radius: 0px; } .price .panel-footer { color: #fff; border-bottom:0px; background-color: rgba(0,0,0, .1); box-shadow: 0px 3px 0px rgba(0,0,0, .3); } .panel.price .btn{ box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset; border:0px; } /* green panel */ .price.panel-green>.panel-heading { color: #fff; background-color: #57AC57; border-color: #71DF71; border-bottom: 1px solid #71DF71; } .price.panel-green>.panel-body { color: #fff; background-color: #65C965; } .price.panel-green>.panel-body .lead{ text-shadow: 0px 3px 0px rgba(50,50,50, .3); } .price.panel-green .list-group-item { color: #333; background-color: rgba(50,50,50, .01); font-weight:600; text-shadow: 0px 1px 0px rgba(250,250,250, .75); } /* blue panel */ .price.panel-blue>.panel-heading { color: #fff; background-color: #608BB4; border-color: #78AEE1; border-bottom: 1px solid #78AEE1; } .price.panel-blue>.panel-body { color: #fff; background-color: #73A3D4; } .price.panel-blue>.panel-body .lead{ text-shadow: 0px 3px 0px rgba(50,50,50, .3); } .price.panel-blue .list-group-item { color: #333; background-color: rgba(50,50,50, .01); font-weight:600; text-shadow: 0px 1px 0px rgba(250,250,250, .75); } /* red price */ .price.panel-red>.panel-heading { color: #fff; background-color: #D04E50; border-color: #FF6062; border-bottom: 1px solid #FF6062; } .price.panel-red>.panel-body { color: #fff; background-color: #EF5A5C; } .price.panel-red>.panel-body .lead{ text-shadow: 0px 3px 0px rgba(50,50,50, .3); } .price.panel-red .list-group-item { color: #333; background-color: rgba(50,50,50, .01); font-weight:600; text-shadow: 0px 1px 0px rgba(250,250,250, .75); } /* grey price */ .price.panel-grey>.panel-heading { color: #fff; background-color: #6D6D6D; border-color: #B7B7B7; border-bottom: 1px solid #B7B7B7; } .price.panel-grey>.panel-body { color: #fff; background-color: #808080; } .price.panel-grey>.panel-body .lead{ text-shadow: 0px 3px 0px rgba(50,50,50, .3); } .price.panel-grey .list-group-item { color: #333; background-color: rgba(50,50,50, .01); font-weight:600; text-shadow: 0px 1px 0px rgba(250,250,250, .75); } /* white price */ .price.panel-white>.panel-heading { color: #333; background-color: #f9f9f9; border-color: #ccc; border-bottom: 1px solid #ccc; text-shadow: 0px 2px 0px rgba(250,250,250, .7); } .panel.panel-white.price:hover>.panel-heading{ box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset; } .price.panel-white>.panel-body { color: #fff; background-color: #dfdfdf; } .price.panel-white>.panel-body .lead{ text-shadow: 0px 2px 0px rgba(250,250,250, .8); color:#666; } .price:hover.panel-white>.panel-body .lead{ text-shadow: 0px 2px 0px rgba(250,250,250, .9); color:#333; } .price.panel-white .list-group-item { color: #333; background-color: rgba(50,50,50, .01); font-weight:600; text-shadow: 0px 1px 0px rgba(250,250,250, .75); }
v3/user-agent-detail/7e/75/7e755189-70e4-48c0-9b5d-ce5d8e9cacc2.html
ThaDafinser/UserAgentParserComparison
<html> <head> <title>MySpider/Nutch-2.2</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> MySpider/Nutch-2.2 <p> Detected by 7 of 8 providers<br /> As bot detected by 6 of 7 </p> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Actions</th></tr><tr><td>BrowscapPhp<br /><small>6011</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td></td><td>yes</td><td>Nutch</td><td>Crawler</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9">Detail</a> <!-- Modal Structure --> <div id="modal-cbfe2df3-330b-4abd-b5df-0ca181549ca9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^.*nutch.*$/ [browser_name_pattern] => *nutch* [parent] => Nutch [comment] => Nutch [browser] => Nutch [browser_type] => Bot/Crawler [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => unknown [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => [tables] => 1 [cookies] => [backgroundsounds] => [javascript] => [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => [istablet] => [issyndicationreader] => [crawler] => 1 [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => unknown [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>MySpider Nutch</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-6fae891b-b0d5-4415-b07d-355015c3af67">Detail</a> <!-- Modal Structure --> <div id="modal-6fae891b-b0d5-4415-b07d-355015c3af67" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => MySpider [version] => Nutch ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.1</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td></td><td>yes</td><td>Nutch-based Bot</td><td>crawler</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf">Detail</a> <!-- Modal Structure --> <div id="modal-fc0f1b55-50d8-49c2-bb12-4cc1d8144ebf" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => [device] => Array ( [brand] => [brandName] => [model] => [device] => [deviceName] => ) [bot] => Array ( [name] => Nutch-based Bot [category] => crawler [url] => https://nutch.apache.org [producer] => Array ( [name] => The Apache Software Foundation [url] => http://www.apache.org/foundation/ ) ) [extra] => Array ( [isBot] => 1 [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => [isTablet] => [isTV] => [isDesktop] => [isMobile] => [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c08f104-4e61-421b-9405-291b09c383dc">Detail</a> <!-- Modal Structure --> <div id="modal-8c08f104-4e61-421b-9405-291b09c383dc" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) [name:Sinergi\BrowserDetector\Browser:private] => unknown [version:Sinergi\BrowserDetector\Browser:private] => unknown [isRobot:Sinergi\BrowserDetector\Browser:private] => 1 [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => unknown [version:Sinergi\BrowserDetector\Os:private] => unknown [isMobile:Sinergi\BrowserDetector\Os:private] => [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => MySpider/Nutch-2.2 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td>Nutch</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8f4c86c5-433e-4536-b799-ad26d77264e0">Detail</a> <!-- Modal Structure --> <div id="modal-8f4c86c5-433e-4536-b799-ad26d77264e0" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 2 [minor] => 2 [patch] => [family] => Nutch ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => Spider [model] => Desktop [family] => Spider ) [originalUserAgent] => MySpider/Nutch-2.2 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>2.0.9</small></td><td> </td><td> </td><td> </td><td></td><td></td><td></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td>Apache Nutch</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b">Detail</a> <!-- Modal Structure --> <div id="modal-62f1f3a3-0c44-4ecb-9ee2-48145e35736b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Apache Nutch [version] => 2.2 ) [device] => Array ( [type] => bot ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td><td> </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td>misc crawler</td><td><i class="material-icons">close</i></td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635">Detail</a> <!-- Modal Structure --> <div id="modal-bd437f52-91e9-4ce8-88f7-6e5206ed6635" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => misc crawler [category] => crawler [os] => UNKNOWN [version] => UNKNOWN [vendor] => UNKNOWN [os_version] => UNKNOWN ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.6.4</small></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-01-26 16:40:54</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
client/app/main/main.html
Plott/plott-app
<div ng-include="'components/navbar/navbar.html'"></div> <section id="main"> <header class="hero-unit" id="banner"> <div class="container"> <h1>Plott</h1> <p class="lead">Real-Time Indoor Positioning Made Easy</p> <div class="row"> <div class="col-md-4 col-md-offset-4"> <div class="custom-sign-up" ng-click="vm.signup()"> <h2> <strong>Free</strong> - Sign Up <span class="glyphicon glyphicon-menu-right" aria-hidden="true"></span> </h2> </div> </div> </div> <!-- <img src="assets/images/yeoman.png" alt="I'm Yeoman"> --> </div> </header> <div class="container"> <div class="row"> <div class="col-md-4"> <article class="main-sub"> <header> <h2>Getting Started</h2> </header> <main> <p>Wonderful</p> </main> </article> </div> <div class="col-md-4"> <article class="main-sub"> <header> <h2>Sensor Network</h2> </header> <main> <p>Set up your Wifi Network now to get started</p> </main> </article> </div> <div class="col-md-4"> <article class="main-sub"> <header> <h2>FAQ</h2> </header> <main> <p>Get help getting started</p> </main> </article> </div> </div> </div> <footer class="footer main-foot"> <div class="container"> <p>Plott v0.0.5 | <a href="https://twitter.com/tyhenkel">@PlottGIS</a> | <!-- <a href="https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open">Issues</a></p> --> </div> </footer> </section>
example/templates/index.html
arambadk/django-datatable
{% load table_tags %} <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>person</title> <link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.2/css/bootstrap.min.css"> <script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script> <script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.2/js/bootstrap.min.js"></script> </head> <body> <div class="container" style="margin-top: 10px"> <!-- Navigation --> <nav class="navbar navbar-inverse" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed"></button> <a class="navbar-brand" href="/">django-datatable</a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">DataSource</a> <ul class="dropdown-menu" role="menu"> <li><a href="/">Model</a></li> <li class="divider"></li> <li><a href="/datasource/ajax/">Ajax</a></li> <li class="divider"></li> <li><a href="/datasource/ajaxsource/">Ajax Source</a></li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Columns</a> <ul class="dropdown-menu" role="menu"> <li><a href="/column/sequence/">Sequence Column</a></li> <li class="divider"></li> <li><a href="/column/calendar/">Calendar Column</a></li> <li class="divider"></li> <li><a href="/column/link/">Link Column</a></li> <li class="divider"></li> <li><a href="/column/checkbox/">Checkbox Column</a></li> </ul> </li> </ul> </div> </div> </nav> <br /> {% render_table people %} </div> </body> </html>
catalogue/templates/fact.html
CottageLabs/catalogue
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="utf-8"> <title>ContentMine</title> <meta name="description" content=""> <meta name="author" content="Cottage Labs"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="http://contentmine.org/static/favicon.ico" rel="icon" type="image/x-icon" /> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'> <!-- get bootstrap css --> <link rel="stylesheet" href="http://contentmine.org/static/vendor/bootstrap-3.0.3/css/bootstrap.min.css"> <!-- get jquery-ui --> <link rel="stylesheet" href="http://contentmine.org/static/vendor/jquery-ui-1.10.3.custom/css/ui-lightness/jquery-ui-1.10.3.custom.min.css"> <!-- get jquery js --> <script type="text/javascript" src="http://contentmine.org/static/vendor/jquery-1.10.2.min.js"></script> <!-- get jquery-ui --> <script type="text/javascript" src="http://contentmine.org/static/vendor/jquery-ui-1.10.3.custom/js/jquery-ui-1.10.3.custom.min.js"></script> <!-- get bootstrap js --> <script type="text/javascript" src="http://contentmine.org/static/vendor/bootstrap-3.0.3/js/bootstrap.min.js"></script> <!-- get d3 --> <script type="text/javascript" src="http://contentmine.org/static/vendor/d3/d3.min.js"></script> <!-- get select2 --> <script type="text/javascript" src="http://contentmine.org/static/vendor/select2-release-3.2/select2.min.js"></script> <link rel="stylesheet" href="http://contentmine.org/static/vendor/select2-release-3.2/select2.css"> <link rel="stylesheet" href="http://contentmine.org/static/vendor/select2-release-3.2/select2-bootstrap.css"> <!-- get graphview --> <script type="text/javascript" src="/static/jquery.graphview.js"></script> </head> <body style="background-image:url('http://canary.cottagelabs.com/CM.png');background-repeat:no-repeat;background-position:right bottom;"> <div id="catgraph" style="height:100%;width:100%;min-height:800px;min-width:800px;"></div> <script> jQuery(document).ready(function() { $('#catgraph').graphview({ "target": "http://contentmine.org/api/fact/query", "datatype": "JSONP", "pushstate": false, "searchhintline": "type search terms and click enter to search", "titlefield": "record.title", "defaultquery": { "query": { "bool": { "must":[ {"match_all": {}} ] } }, "facets":{ "prefix terms": {"term":{"field":"pre","suggest":true,"node":true}}, "fact": {"term":{"field":"fact.exact","suggest":true,"node":true}}, "postfix terms": {"term":{"field":"post","suggest":true,"node":true}}, "keywords": {"term":{"field":"keywords.term","suggest":true,"node":true}}, "tags": {"term":{"field":"tags","suggest":true,"node":true}}, "set": {"term":{"field":"set","suggest":true,"node":true}}, "url": {"term":{"field":"url.exact","suggest":true,"node":true}}, "source": {"term":{"field":"source.exact","suggest":true,"node":true}} }, "size":20 } }); }); </script> </body> </html>
app/assets/stylesheets/application.css
nataliastanko/CollaborativeRealTimeEditor
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require_self *= require bootstrap_and_overrides *= require layout */ body > .container{ padding:20px 0; } div.contentEditor { /* border: 1px #ccc solid;*/ min-height: 15px; /* padding: 10px; margin: 0 0 10px 0;*/ outline: none; /* white-space: pre;*/ } footer.footer{ margin-top: 45px; padding: 35px 0 36px; border-top: 1px solid #E5E5E5; } .hidden { display:none; } div.hero-unit{ h1{ font-size:42px; margin-bottom:10px; } } div#editor { border: 1px #ccc solid; padding: 10px; } table.table td { vertical-align: middle; } td.action form { margin: 0; text-align: center; }
index.html
davidbrowning/davidbrowning.github.io
<html> <head> <script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.js"></script> <!-- <script type="text/javascript" src="./jquery.scrollTo-2.1.2/jquery.scrollTo.js"></script>--> <link rel="stylesheet" type="text/css" href="style.css"> <script> logo_toggle = function(){ if($("#logo").css("bottom") == "0px"){ $("#logo_image").animate({width: "300px"}); $("#logo").animate({bottom: "85%"}); } else{ $("#logo_image").animate({width:"500px"}); $("#logo").animate({bottom: "0"}); } console.log($("#logo").css("bottom")); } center_project = function(){ console.log(this) } </script> </head> <body> <div id="logo" style="top:0;" > <img class="transparent shrinkToFit" id="logo_image" src="logo2.gif"></img> </div> <button onClick='logo_toggle(); $("#marbles").fadeToggle("slow");'>JavaScript</button> <div id="marbles" style = "display:none;"> <div id="about-project"> Marbles: A board game similar to Hasbro's Sorry. </br> Objective: get all four of your marbles into the home stretch before the other players. </br></br> Notes: This project is the first extracurricular project I started as an undergrad. Eventually I'd like to turn this into a truly multiplayer game using <a href="https://www.airconsole.com/">Air Console.</a> The game is functional within this page, and it accepts any number as input. When I have time to complete it, the game will accept a playing card chosen by the player through the smartphone interface. <a href="https://github.com/davidbrowning/Marbles">Source.</a> </div> <object data=http://davidbrowning.github.io/html/marbles/parts/1.html width="600" height="600"> <embed src=http://davidbrowning.github.io/html/marbles/parts/1.html width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#homeInventory").fadeToggle("slow");'>Android (Java)</button> <div id="homeInventory" style="display:none;"> <div id="about-project"> Home Inventory: An android app designed to help people manage their groceries. The app is intended to be used shortly after grocery trips in order to centralize food purchases. The long term intent for this app is to give users the ability to know what groceries they have on hand so they can see what they would need for certain recipes. <a href="https://github.com/davidbrowning/FinalProjectCS3200">Source.</a> </div> <iframe width="400" height="630" src="https://www.youtube.com/embed/LztBqXfQvPI" frameborder="0" allowfullscreen></iframe> </div> </br> <button onClick='logo_toggle(); $("#shell").fadeToggle("slow");'>C++</button> <div id="shell" style="display:none"> <div id="about-project"> Shell: This simple shell program was an assignment in my operating systems course. It supports some native commands while making use of the c++ execvp call in the unistd library. <a href="https://github.com/davidbrowning/shell">Source.</a> </div> <iframe width="760" height="415" src="https://www.youtube.com/embed/U7MV7cIjLDI" frameborder="0" allowfullscreen></iframe> </div> </br> <button onClick='logo_toggle(); $("#breakout").fadeToggle("slow");'>JavaScript</button> <div id="breakout" style="display:none;"> <div id="about-project"> Breakout: My version of the classic breakout game! <a href="https://github.com/davidbrowning/breakoutjs">Source.</a> </div> <object data=http://davidbrowning.github.io/html/breakout.html width="1016" height="501"> <embed src=http://davidbrowning.github.io/html/breakout.html width="600" height="400"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#ori").fadeToggle("slow");'>JavaScript</button> <div id="ori" style="display:none;"> <div id="about-ori"> Ori Clone: An online multi-player platforming game. This makes use of the socket.io JavaScript library. Watch out for snakes! <a href="https://github.com/davidbrowning/GameDev">Source.</a> </div> <object data=http://oriclone.herokuapp.com width="1050" height="800"> <embed src=http://oriclone.herokuapp.com width="100" height="100"> </embed> Error: Embedded data could not be displayed. </object> </div> </br> <button onClick='logo_toggle(); $("#simonish").fadeToggle("slow");'>Java</button> <div id="simonish" style="display:none;"> <div id="about-project"> Simon-ish: Based on the hand-held <a href="https://en.wikipedia.org/wiki/Simon_(game)">simon</a> game, this Java project uses the swing library to allow the user to play simon at different difficulties. <a href="https://github.com/davidbrowning/Simon-ish">Source.</a> </div> <iframe width="600" height="615" src="https://www.youtube.com/embed/kYVj_BY9k5M" frameborder="0" allowfullscreen></iframe> </div> </br> <a href="history/github_help.html"><button onClick=''>Family History</button></a> <div id="bio"> Hi! My name is Dave, and I am a software engineer from Utah. I will graduate from Utah State Univsity in May of 2018, so I created this website as a showcase for some of the work I have done individually, collaboratively, and in the classroom. </div> </body> </html>
doc/crap_json.html
StoneCypher/crap_json
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Module crap_json</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc"> </head> <body bgcolor="white"> <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <hr> <h1>Module crap_json</h1> <ul class="index"><li><a href="#description">Description</a></li><li><a href="#types">Data Types</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>World's garbage-est to-JSON encoder. <p>Copyright © 2014 all rights reserved by John Haugeland</p> <p><b>Version:</b> 1.0.0 </p> <p><b>Authors:</b> John Haugeland [<em>web site:</em> <tt><a href="http://fullof.bs/" target="_top">http://fullof.bs/</a></tt>].</p> <h2><a name="description">Description</a></h2><p>World's garbage-est to-JSON encoder.</p> <p>You essentially always want <a href="crap_json.html#to_json-1"><code>crap_json:to_json/1</code></a>.</p> <p>Uni-directional. Assumes all lists of integers are strings. Assumes all 2-ary proplists are objects. Assumes all tuples are arrays. Represents integers and floats. Converts binaries to strings (!). Atoms true, false, and null are converted to the equivalent literals; others catch fire and die (JSON does not have undefined; thanks Gocy). Nests sanely from tuples and proplists *only*. Will flatten improper iolists. Dies violently on any other type (ports, PIDs, references, etc.)</p> The new Erlang type "maps" have not yet been handled. <h2><a name="types">Data Types</a></h2> <h3 class="typedecl"><a name="type-json_array">json_array()</a></h3> <p><tt>json_array() = [] | [<a href="#type-json_term">json_term()</a>]</tt></p> <h3 class="typedecl"><a name="type-json_escaped_binary">json_escaped_binary()</a></h3> <p><tt>json_escaped_binary() = binary()</tt></p> <h3 class="typedecl"><a name="type-json_escaped_string">json_escaped_string()</a></h3> <p><tt>json_escaped_string() = list()</tt></p> <h3 class="typedecl"><a name="type-json_kw">json_kw()</a></h3> <p><tt>json_kw() = true | false | null</tt></p> <h3 class="typedecl"><a name="type-json_object">json_object()</a></h3> <p><tt>json_object() = [] | [{<a href="#type-json_escaped_string">json_escaped_string()</a>, <a href="#type-json_term">json_term()</a>}]</tt></p> <h3 class="typedecl"><a name="type-json_term">json_term()</a></h3> <p><tt>json_term() = integer() | float() | <a href="#type-json_object">json_object()</a> | <a href="#type-json_array">json_array()</a> | binary() | <a href="#type-json_kw">json_kw()</a></tt></p> <h2><a name="index">Function Index</a></h2> <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#escape_char-1">escape_char/1</a></td><td><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe.</td></tr> <tr><td valign="top"><a href="#escape_string-1">escape_string/1</a></td><td><span style="color: green; font-weight: bold;">Tested</span> Escapes a string for use in JSON; unicode safe.</td></tr> <tr><td valign="top"><a href="#test-0">test/0</a></td><td>Runs the test cases verbosely.</td></tr> <tr><td valign="top"><a href="#test-1">test/1</a></td><td>Runs the test cases verbosely or quietly.</td></tr> <tr><td valign="top"><a href="#to_json-1">to_json/1</a></td><td><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe.</td></tr> </table> <h2><a name="functions">Function Details</a></h2> <h3 class="function"><a name="escape_char-1">escape_char/1</a></h3> <div class="spec"> <p><tt>escape_char(Char::non_neg_integer()) -&gt; <a href="#type-json_escaped_string">json_escaped_string()</a></tt><br></p> </div><p><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe. <pre> 1&gt; crap_json:escape_char($a). "a" 2&gt; crap_json:escape_char($汉). "\\u6C49" 3&gt; crap_json:escape_char($\r). "\\r"</pre> Thirteen unit tests (mostly special characters) and one stochastic test (any character escapes to a list.)</p> <h3 class="function"><a name="escape_string-1">escape_string/1</a></h3> <div class="spec"> <p><tt>escape_string(String::list()) -&gt; <a href="#type-json_escaped_string">json_escaped_string()</a></tt><br></p> </div><p><span style="color: green; font-weight: bold;">Tested</span> Escapes a string for use in JSON; unicode safe. <pre> 1&gt; crap_json:escape_string("a"). "a" 2&gt; crap_json:escape_string("abc def"). "abc def" 3&gt; crap_json:escape_string("abc \r \n def"). "abc \\r \\n def" 4&gt; crap_json:escape_string("汉语"). "\\u6C49\\u8BED"</pre> Nine unit tests (special characters and one Chinese character.)</p> <h3 class="function"><a name="test-0">test/0</a></h3> <div class="spec"> <p><tt>test() -&gt; ok | error</tt><br></p> </div><p>Runs the test cases verbosely. <pre> 1&gt; crap_json:test(). ======================== EUnit ======================== module 'crap_json' module 'crap_json_tests' escape_string tests crap_json_tests:144: escape_string_test_ (empty string)...ok crap_json_tests:145: escape_string_test_ (a)...ok crap_json_tests:146: escape_string_test_ (abc)...ok crap_json_tests:147: escape_string_test_ (\r)...ok crap_json_tests:148: escape_string_test_ (\n)...ok crap_json_tests:149: escape_string_test_ (\r\n)...ok crap_json_tests:150: escape_string_test_ (a\bc)...ok crap_json_tests:151: escape_string_test_ (\vc\r)...ok crap_json_tests:152: escape_string_test_ (BC(zh)DE)...ok [done in 0.140 s] escape_char tests crap_json_tests:164: escape_char_test_ (backspace)...ok crap_json_tests:165: escape_char_test_ (form feed)...ok crap_json_tests:166: escape_char_test_ (newline)...ok crap_json_tests:167: escape_char_test_ (carriage return)...ok crap_json_tests:168: escape_char_test_ (tab)...ok crap_json_tests:169: escape_char_test_ (vertical tab)...ok crap_json_tests:170: escape_char_test_ (null)...ok crap_json_tests:171: escape_char_test_ (backslash)...ok crap_json_tests:172: escape_char_test_ (single quote)...ok crap_json_tests:173: escape_char_test_ (double quote)...ok crap_json_tests:174: escape_char_test_ (low ascii)...ok crap_json_tests:175: escape_char_test_ (high unicode)...ok crap_json_tests:176: escape_char_test_ (capital D)...ok crap_json_tests:178: escape_char_test_ (Stochastic: any ASCII or unicode character escapes to a list)...[0.047 s] ok [done in 0.266 s] to_json tests crap_json_tests:190: to_json_test_ (true)...ok crap_json_tests:191: to_json_test_ (false)...ok crap_json_tests:192: to_json_test_ (null)...ok crap_json_tests:194: to_json_test_ (Int Zero)...ok crap_json_tests:195: to_json_test_ (Int Two)...ok crap_json_tests:196: to_json_test_ (Int Neg Two)...ok crap_json_tests:198: to_json_test_ (Float Zero)...ok crap_json_tests:199: to_json_test_ (Float Two)...ok crap_json_tests:200: to_json_test_ (Float Neg Two)...ok crap_json_tests:201: to_json_test_ (Float Two Point Five)...ok crap_json_tests:202: to_json_test_ (Float Neg Two Point Five)...ok crap_json_tests:203: to_json_test_ (Float Zero Point One)...ok crap_json_tests:204: to_json_test_ (Float Neg Zero Point One)...ok crap_json_tests:206: to_json_test_ (Empty string)...ok crap_json_tests:207: to_json_test_ (ASCII one-char string)...ok crap_json_tests:208: to_json_test_ (ASCII string)...ok crap_json_tests:210: to_json_test_ (Empty binary string)...ok crap_json_tests:211: to_json_test_ (ASCII binary one-char string)...ok crap_json_tests:212: to_json_test_ (ASCII binary string)...ok crap_json_tests:214: to_json_test_ (Unicode one-char string)...ok crap_json_tests:215: to_json_test_ (Unicode string)...ok crap_json_tests:218: to_json_test_ (PL Obj 1-prop)...ok crap_json_tests:219: to_json_test_ (PL Obj 2-prop)...ok crap_json_tests:221: to_json_test_ (Tuple array, empty)...ok crap_json_tests:222: to_json_test_ ({1,2,3})...ok crap_json_tests:223: to_json_test_ ({1,true,"foo",{{3,null}}})...ok crap_json_tests:226: to_json_test_ (Stochastic: any integer yields binary)...ok crap_json_tests:227: to_json_test_ (Stochastic: any float yields binary)...ok crap_json_tests:228: to_json_test_ (Stochastic: any ASCII list yields binary)...ok crap_json_tests:229: to_json_test_ (Stochastic: any Unicode list yields binary)...ok crap_json_tests:230: to_json_test_ (Stochastic: ASCII list result correct length)...ok [done in 0.484 s] [done in 0.890 s] [done in 0.890 s] ======================================================= All 54 tests passed. ok</pre> Not test-worthy per se. The above list may be out of date. Run time for tests will vary by machine.</p> <h3 class="function"><a name="test-1">test/1</a></h3> <div class="spec"> <p><tt>test(X1::quiet | verbose) -&gt; ok | error</tt><br></p> </div><p>Runs the test cases verbosely or quietly. Verbosely is as shown above. <pre> 1&gt; crap_json:test(quiet). All 54 tests passed. ok</pre></p> <h3 class="function"><a name="to_json-1">to_json/1</a></h3> <div class="spec"> <p><tt>to_json(Term::integer() | float() | tuple() | list() | binary() | <a href="#type-json_kw">json_kw()</a>) -&gt; <a href="#type-json_escaped_binary">json_escaped_binary()</a></tt><br></p> </div><p><span style="color: #0a3; font-weight: bold;">Stoch tested</span> Escapes a single character for use in JSON; unicode safe. <pre> 1&gt; crap_json:to_json("a"). &lt;&lt;"\"a\""&gt;&gt; 2&gt; crap_json:to_json("abc \r \n def"). &lt;&lt;"\"abc \\r \\n def\""&gt;&gt; 3&gt; crap_json:to_json("汉语"). &lt;&lt;"\"\\u6C49\\u8BED\""&gt;&gt; 4&gt; crap_json:to_json(1). &lt;&lt;"1"&gt;&gt; 5&gt; crap_json:to_json(0.1). % good handling of rounding error &lt;&lt;"0.1"&gt;&gt; 6&gt; crap_json:to_json(true). &lt;&lt;"true"&gt;&gt; 7&gt; crap_json:to_json( [ {"height", "2in"}, {"width", "3in"} ]). &lt;&lt;"{\"height\":\"2in\",\"width\":\"3in\"}"&gt;&gt; 8&gt; crap_json:to_json( {1,2,3} ). &lt;&lt;"[1,2,3]"&gt;&gt; 9&gt; crap_json:to_json( {1, {2,3}, {true,false,null} } ). &lt;&lt;"[1,[2,3],[true,false,null]]"&gt;&gt;</pre> A simple example of nested use: <pre> 1&gt; Joe = [ {name,"Joe Smith"}, {position, "Programmer"}, {salary, 125000} ]. [{name,"Joe Smith"},{position,"Programmer"},{salary,125000}] 2&gt; Becca = [ {name,"Becca Raymond"}, {position, "Programmer"}, {salary, 128000} ]. [{name,"Becca Raymond"}, {position,"Programmer"}, {salary,128000}] 3&gt; Pat = [ {name, "Pat Henry"}, {position, "Manager"}, {salary, 141000} ]. [{name,"Pat Henry"},{position,"Manager"},{salary,141000}] 4&gt; Staff = { Joe, Becca, Pat }. {[{name,"Joe Smith"}, {position,"Programmer"}, {salary,125000}], [{name,"Becca Raymond"}, {position,"Programmer"}, {salary,128000}], [{name,"Pat Henry"},{position,"Manager"},{salary,141000}]} 5&gt; crap_json:to_json(Staff). &lt;&lt;"[{\"name\":\"Joe Smith\",\"position\":\"Programmer\",\"salary\":125000},{\"name\":\"Becca Raymond\",\"position\":\"Programmer\",\"salar"...&gt;&gt;</pre> 26 unit tests (special characters, chinese, keywords, various types) and five stochastic tests (any int, float, ascii string, unicode string escapes to a binary; length of result checking.)</p> <hr> <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div> <p><i>Generated by EDoc, Jul 7 2014, 01:15:19.</i></p> </body> </html>
pages/forms/advanced-form-elements.html
Flieral/Dashboard-Panel
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <title>Advanced Form Elements | Bootstrap Based Admin Template - Material Design</title> <!-- Favicon--> <link rel="icon" href="../../favicon.ico" type="image/x-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css"> <!-- Bootstrap Core Css --> <link href="../../plugins/bootstrap/css/bootstrap.css" rel="stylesheet"> <!-- Waves Effect Css --> <link href="../../plugins/node-waves/waves.css" rel="stylesheet" /> <!-- Animation Css --> <link href="../../plugins/animate-css/animate.css" rel="stylesheet" /> <!-- Colorpicker Css --> <link href="../../plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css" rel="stylesheet" /> <!-- Dropzone Css --> <link href="../../plugins/dropzone/dropzone.css" rel="stylesheet"> <!-- Multi Select Css --> <link href="../../plugins/multi-select/css/multi-select.css" rel="stylesheet"> <!-- Bootstrap Spinner Css --> <link href="../../plugins/jquery-spinner/css/bootstrap-spinner.css" rel="stylesheet"> <!-- Bootstrap Tagsinput Css --> <link href="../../plugins/bootstrap-tagsinput/bootstrap-tagsinput.css" rel="stylesheet"> <!-- Bootstrap Select Css --> <link href="../../plugins/bootstrap-select/css/bootstrap-select.css" rel="stylesheet" /> <!-- noUISlider Css --> <link href="../../plugins/nouislider/nouislider.min.css" rel="stylesheet" /> <!-- Custom Css --> <link href="../../css/style.css" rel="stylesheet"> <!-- AdminBSB Themes. You can choose a theme from css/themes instead of get all themes --> <link href="../../css/themes/all-themes.css" rel="stylesheet" /> </head> <body class="theme-red"> <!-- Page Loader --> <div class="page-loader-wrapper"> <div class="loader"> <div class="preloader"> <div class="spinner-layer pl-red"> <div class="circle-clipper left"> <div class="circle"></div> </div> <div class="circle-clipper right"> <div class="circle"></div> </div> </div> </div> <p>Please wait...</p> </div> </div> <!-- #END# Page Loader --> <!-- Overlay For Sidebars --> <div class="overlay"></div> <!-- #END# Overlay For Sidebars --> <!-- Search Bar --> <div class="search-bar"> <div class="search-icon"> <i class="material-icons">search</i> </div> <input type="text" placeholder="START TYPING..."> <div class="close-search"> <i class="material-icons">close</i> </div> </div> <!-- #END# Search Bar --> <!-- Top Bar --> <nav class="navbar"> <div class="container-fluid"> <div class="navbar-header"> <a href="javascript:void(0);" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false"></a> <a href="javascript:void(0);" class="bars"></a> <a class="navbar-brand" href="../../index.html">ADMINBSB - MATERIAL DESIGN</a> </div> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav navbar-right"> <!-- Call Search --> <li><a href="javascript:void(0);" class="js-search" data-close="true"><i class="material-icons">search</i></a></li> <!-- #END# Call Search --> <!-- Notifications --> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button"> <i class="material-icons">notifications</i> <span class="label-count">7</span> </a> <ul class="dropdown-menu"> <li class="header">NOTIFICATIONS</li> <li class="body"> <ul class="menu"> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-light-green"> <i class="material-icons">person_add</i> </div> <div class="menu-info"> <h4>12 new members joined</h4> <p> <i class="material-icons">access_time</i> 14 mins ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-cyan"> <i class="material-icons">add_shopping_cart</i> </div> <div class="menu-info"> <h4>4 sales made</h4> <p> <i class="material-icons">access_time</i> 22 mins ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-red"> <i class="material-icons">delete_forever</i> </div> <div class="menu-info"> <h4><b>Nancy Doe</b> deleted account</h4> <p> <i class="material-icons">access_time</i> 3 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-orange"> <i class="material-icons">mode_edit</i> </div> <div class="menu-info"> <h4><b>Nancy</b> changed name</h4> <p> <i class="material-icons">access_time</i> 2 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-blue-grey"> <i class="material-icons">comment</i> </div> <div class="menu-info"> <h4><b>John</b> commented your post</h4> <p> <i class="material-icons">access_time</i> 4 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-light-green"> <i class="material-icons">cached</i> </div> <div class="menu-info"> <h4><b>John</b> updated status</h4> <p> <i class="material-icons">access_time</i> 3 hours ago </p> </div> </a> </li> <li> <a href="javascript:void(0);"> <div class="icon-circle bg-purple"> <i class="material-icons">settings</i> </div> <div class="menu-info"> <h4>Settings updated</h4> <p> <i class="material-icons">access_time</i> Yesterday </p> </div> </a> </li> </ul> </li> <li class="footer"> <a href="javascript:void(0);">View All Notifications</a> </li> </ul> </li> <!-- #END# Notifications --> <!-- Tasks --> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button"> <i class="material-icons">flag</i> <span class="label-count">9</span> </a> <ul class="dropdown-menu"> <li class="header">TASKS</li> <li class="body"> <ul class="menu tasks"> <li> <a href="javascript:void(0);"> <h4> Footer display issue <small>32%</small> </h4> <div class="progress"> <div class="progress-bar bg-pink" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 32%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Make new buttons <small>45%</small> </h4> <div class="progress"> <div class="progress-bar bg-cyan" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 45%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Create new dashboard <small>54%</small> </h4> <div class="progress"> <div class="progress-bar bg-teal" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 54%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Solve transition issue <small>65%</small> </h4> <div class="progress"> <div class="progress-bar bg-orange" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 65%"> </div> </div> </a> </li> <li> <a href="javascript:void(0);"> <h4> Answer GitHub questions <small>92%</small> </h4> <div class="progress"> <div class="progress-bar bg-purple" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 92%"> </div> </div> </a> </li> </ul> </li> <li class="footer"> <a href="javascript:void(0);">View All Tasks</a> </li> </ul> </li> <!-- #END# Tasks --> <li class="pull-right"><a href="javascript:void(0);" class="js-right-sidebar" data-close="true"><i class="material-icons">more_vert</i></a></li> </ul> </div> </div> </nav> <!-- #Top Bar --> <section> <!-- Left Sidebar --> <aside id="leftsidebar" class="sidebar"> <!-- User Info --> <div class="user-info"> <div class="image"> <img src="../../images/user.png" width="48" height="48" alt="User" /> </div> <div class="info-container"> <div class="name" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">John Doe</div> <div class="email">john.doe@example.com</div> <div class="btn-group user-helper-dropdown"> <i class="material-icons" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">keyboard_arrow_down</i> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);"><i class="material-icons">person</i>Profile</a></li> <li role="seperator" class="divider"></li> <li><a href="javascript:void(0);"><i class="material-icons">group</i>Followers</a></li> <li><a href="javascript:void(0);"><i class="material-icons">shopping_cart</i>Sales</a></li> <li><a href="javascript:void(0);"><i class="material-icons">favorite</i>Likes</a></li> <li role="seperator" class="divider"></li> <li><a href="javascript:void(0);"><i class="material-icons">input</i>Sign Out</a></li> </ul> </div> </div> </div> <!-- #User Info --> <!-- Menu --> <div class="menu"> <ul class="list"> <li class="header">MAIN NAVIGATION</li> <li> <a href="../../index.html"> <i class="material-icons">home</i> <span>Home</span> </a> </li> <li> <a href="../../pages/typography.html"> <i class="material-icons">text_fields</i> <span>Typography</span> </a> </li> <li> <a href="../../pages/helper-classes.html"> <i class="material-icons">layers</i> <span>Helper Classes</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">widgets</i> <span>Widgets</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Cards</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/widgets/cards/basic.html">Basic</a> </li> <li> <a href="../../pages/widgets/cards/colored.html">Colored</a> </li> <li> <a href="../../pages/widgets/cards/no-header.html">No Header</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Infobox</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/widgets/infobox/infobox-1.html">Infobox-1</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-2.html">Infobox-2</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-3.html">Infobox-3</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-4.html">Infobox-4</a> </li> <li> <a href="../../pages/widgets/infobox/infobox-5.html">Infobox-5</a> </li> </ul> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">swap_calls</i> <span>User Interface (UI)</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/ui/alerts.html">Alerts</a> </li> <li> <a href="../../pages/ui/animations.html">Animations</a> </li> <li> <a href="../../pages/ui/badges.html">Badges</a> </li> <li> <a href="../../pages/ui/breadcrumbs.html">Breadcrumbs</a> </li> <li> <a href="../../pages/ui/buttons.html">Buttons</a> </li> <li> <a href="../../pages/ui/collapse.html">Collapse</a> </li> <li> <a href="../../pages/ui/colors.html">Colors</a> </li> <li> <a href="../../pages/ui/dialogs.html">Dialogs</a> </li> <li> <a href="../../pages/ui/icons.html">Icons</a> </li> <li> <a href="../../pages/ui/labels.html">Labels</a> </li> <li> <a href="../../pages/ui/list-group.html">List Group</a> </li> <li> <a href="../../pages/ui/media-object.html">Media Object</a> </li> <li> <a href="../../pages/ui/modals.html">Modals</a> </li> <li> <a href="../../pages/ui/notifications.html">Notifications</a> </li> <li> <a href="../../pages/ui/pagination.html">Pagination</a> </li> <li> <a href="../../pages/ui/preloaders.html">Preloaders</a> </li> <li> <a href="../../pages/ui/progressbars.html">Progress Bars</a> </li> <li> <a href="../../pages/ui/range-sliders.html">Range Sliders</a> </li> <li> <a href="../../pages/ui/sortable-nestable.html">Sortable & Nestable</a> </li> <li> <a href="../../pages/ui/tabs.html">Tabs</a> </li> <li> <a href="../../pages/ui/thumbnails.html">Thumbnails</a> </li> <li> <a href="../../pages/ui/tooltips-popovers.html">Tooltips & Popovers</a> </li> <li> <a href="../../pages/ui/waves.html">Waves</a> </li> </ul> </li> <li class="active"> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">assignment</i> <span>Forms</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/forms/basic-form-elements.html">Basic Form Elements</a> </li> <li class="active"> <a href="../../pages/forms/advanced-form-elements.html">Advanced Form Elements</a> </li> <li> <a href="../../pages/forms/form-examples.html">Form Examples</a> </li> <li> <a href="../../pages/forms/form-validation.html">Form Validation</a> </li> <li> <a href="../../pages/forms/form-wizard.html">Form Wizard</a> </li> <li> <a href="../../pages/forms/editors.html">Editors</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">view_list</i> <span>Tables</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/tables/normal-tables.html">Normal Tables</a> </li> <li> <a href="../../pages/tables/jquery-datatable.html">Jquery Datatables</a> </li> <li> <a href="../../pages/tables/editable-table.html">Editable Tables</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">perm_media</i> <span>Medias</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/medias/image-gallery.html">Image Gallery</a> </li> <li> <a href="../../pages/medias/carousel.html">Carousel</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">pie_chart</i> <span>Charts</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/charts/morris.html">Morris</a> </li> <li> <a href="../../pages/charts/flot.html">Flot</a> </li> <li> <a href="../../pages/charts/chartjs.html">ChartJS</a> </li> <li> <a href="../../pages/charts/sparkline.html">Sparkline</a> </li> <li> <a href="../../pages/charts/jquery-knob.html">Jquery Knob</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">content_copy</i> <span>Example Pages</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/examples/sign-in.html">Sign In</a> </li> <li> <a href="../../pages/examples/sign-up.html">Sign Up</a> </li> <li> <a href="../../pages/examples/forgot-password.html">Forgot Password</a> </li> <li> <a href="../../pages/examples/blank.html">Blank Page</a> </li> <li> <a href="../../pages/examples/404.html">404 - Not Found</a> </li> <li> <a href="../../pages/examples/500.html">500 - Server Error</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">map</i> <span>Maps</span> </a> <ul class="ml-menu"> <li> <a href="../../pages/maps/google.html">Google Map</a> </li> <li> <a href="../../pages/maps/yandex.html">YandexMap</a> </li> <li> <a href="../../pages/maps/jvectormap.html">jVectorMap</a> </li> </ul> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <i class="material-icons">trending_down</i> <span>Multi Level Menu</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Menu Item</span> </a> </li> <li> <a href="javascript:void(0);"> <span>Menu Item - 2</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Level - 2</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Menu Item</span> </a> </li> <li> <a href="javascript:void(0);" class="menu-toggle"> <span>Level - 3</span> </a> <ul class="ml-menu"> <li> <a href="javascript:void(0);"> <span>Level - 4</span> </a> </li> </ul> </li> </ul> </li> </ul> </li> <li> <a href="../changelogs.html"> <i class="material-icons">update</i> <span>Changelogs</span> </a> </li> <li class="header">LABELS</li> <li> <a href="javascript:void(0);"> <i class="material-icons col-red">donut_large</i> <span>Important</span> </a> </li> <li> <a href="javascript:void(0);"> <i class="material-icons col-amber">donut_large</i> <span>Warning</span> </a> </li> <li> <a href="javascript:void(0);"> <i class="material-icons col-light-blue">donut_large</i> <span>Information</span> </a> </li> </ul> </div> <!-- #Menu --> <!-- Footer --> <div class="legal"> <div class="copyright"> &copy; 2016 <a href="javascript:void(0);">AdminBSB - Material Design</a>. </div> <div class="version"> <b>Version: </b> 1.0.4 </div> </div> <!-- #Footer --> </aside> <!-- #END# Left Sidebar --> <!-- Right Sidebar --> <aside id="rightsidebar" class="right-sidebar"> <ul class="nav nav-tabs tab-nav-right" role="tablist"> <li role="presentation" class="active"><a href="#skins" data-toggle="tab">SKINS</a></li> <li role="presentation"><a href="#settings" data-toggle="tab">SETTINGS</a></li> </ul> <div class="tab-content"> <div role="tabpanel" class="tab-pane fade in active in active" id="skins"> <ul class="demo-choose-skin"> <li data-theme="red" class="active"> <div class="red"></div> <span>Red</span> </li> <li data-theme="pink"> <div class="pink"></div> <span>Pink</span> </li> <li data-theme="purple"> <div class="purple"></div> <span>Purple</span> </li> <li data-theme="deep-purple"> <div class="deep-purple"></div> <span>Deep Purple</span> </li> <li data-theme="indigo"> <div class="indigo"></div> <span>Indigo</span> </li> <li data-theme="blue"> <div class="blue"></div> <span>Blue</span> </li> <li data-theme="light-blue"> <div class="light-blue"></div> <span>Light Blue</span> </li> <li data-theme="cyan"> <div class="cyan"></div> <span>Cyan</span> </li> <li data-theme="teal"> <div class="teal"></div> <span>Teal</span> </li> <li data-theme="green"> <div class="green"></div> <span>Green</span> </li> <li data-theme="light-green"> <div class="light-green"></div> <span>Light Green</span> </li> <li data-theme="lime"> <div class="lime"></div> <span>Lime</span> </li> <li data-theme="yellow"> <div class="yellow"></div> <span>Yellow</span> </li> <li data-theme="amber"> <div class="amber"></div> <span>Amber</span> </li> <li data-theme="orange"> <div class="orange"></div> <span>Orange</span> </li> <li data-theme="deep-orange"> <div class="deep-orange"></div> <span>Deep Orange</span> </li> <li data-theme="brown"> <div class="brown"></div> <span>Brown</span> </li> <li data-theme="grey"> <div class="grey"></div> <span>Grey</span> </li> <li data-theme="blue-grey"> <div class="blue-grey"></div> <span>Blue Grey</span> </li> <li data-theme="black"> <div class="black"></div> <span>Black</span> </li> </ul> </div> <div role="tabpanel" class="tab-pane fade" id="settings"> <div class="demo-settings"> <p>GENERAL SETTINGS</p> <ul class="setting-list"> <li> <span>Report Panel Usage</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> <li> <span>Email Redirect</span> <div class="switch"> <label><input type="checkbox"><span class="lever"></span></label> </div> </li> </ul> <p>SYSTEM SETTINGS</p> <ul class="setting-list"> <li> <span>Notifications</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> <li> <span>Auto Updates</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> </ul> <p>ACCOUNT SETTINGS</p> <ul class="setting-list"> <li> <span>Offline</span> <div class="switch"> <label><input type="checkbox"><span class="lever"></span></label> </div> </li> <li> <span>Location Permission</span> <div class="switch"> <label><input type="checkbox" checked><span class="lever"></span></label> </div> </li> </ul> </div> </div> </div> </aside> <!-- #END# Right Sidebar --> </section> <section class="content"> <div class="container-fluid"> <div class="block-header"> <h2>ADVANCED FORM ELEMENTS</h2> </div> <!-- Color Pickers --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> COLOR PICKERS <small>Taken from <a href="https://github.com/mjolnic/bootstrap-colorpicker/" target="_blank">github.com/mjolnic/bootstrap-colorpicker</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <b>HEX CODE</b> <div class="input-group colorpicker"> <div class="form-line"> <input type="text" class="form-control" value="#00AABB"> </div> <span class="input-group-addon"> <i></i> </span> </div> </div> <div class="col-md-6"> <b>RGB(A) CODE</b> <div class="input-group colorpicker"> <div class="form-line"> <input type="text" class="form-control" value="rgba(0,0,0,0.7)"> </div> <span class="input-group-addon"> <i></i> </span> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Color Pickers --> <!-- File Upload | Drag & Drop OR With Click & Choose --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> FILE UPLOAD - DRAG & DROP OR WITH CLICK & CHOOSE <small>Taken from <a href="http://www.dropzonejs.com/" target="_blank">www.dropzonejs.com</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <form action="/" id="frmFileUpload" class="dropzone" method="post" enctype="multipart/form-data"> <div class="dz-message"> <div class="drag-icon-cph"> <i class="material-icons">touch_app</i> </div> <h3>Drop files here or click to upload.</h3> <em>(This is just a demo dropzone. Selected files are <strong>not</strong> actually uploaded.)</em> </div> <div class="fallback"> <input name="file" type="file" multiple /> </div> </form> </div> </div> </div> </div> <!-- #END# File Upload | Drag & Drop OR With Click & Choose --> <!-- Masked Input --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> MASKED INPUT <small>Taken from <a href="https://github.com/RobinHerbots/jquery.inputmask" target="_blank">github.com/RobinHerbots/jquery.inputmask</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="demo-masked-input"> <div class="row clearfix"> <div class="col-md-3"> <b>Date</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">date_range</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Ex: 30/07/2016"> </div> </div> </div> <div class="col-md-3"> <b>Time (24 hour)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">access_time</i> </span> <div class="form-line"> <input type="text" class="form-control time24" placeholder="Ex: 23:59"> </div> </div> </div> <div class="col-md-3"> <b>Time (12 hour)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">access_time</i> </span> <div class="form-line"> <input type="text" class="form-control time12" placeholder="Ex: 11:59 pm"> </div> </div> </div> <div class="col-md-3"> <b>Date Time</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">date_range</i> </span> <div class="form-line"> <input type="text" class="form-control datetime" placeholder="Ex: 30/07/2016 23:59"> </div> </div> </div> <div class="col-md-3"> <b>Mobile Phone Number</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">phone_iphone</i> </span> <div class="form-line"> <input type="text" class="form-control mobile-phone-number" placeholder="Ex: +00 (000) 000-00-00"> </div> </div> </div> <div class="col-md-3"> <b>Phone Number</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">phone</i> </span> <div class="form-line"> <input type="text" class="form-control mobile-phone-number" placeholder="Ex: +00 (000) 000-00-00"> </div> </div> </div> <div class="col-md-3"> <b>Money (Dollar)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">attach_money</i> </span> <div class="form-line"> <input type="text" class="form-control money-dollar" placeholder="Ex: 99,99 $"> </div> </div> </div> <div class="col-md-3"> <b>Money (Euro)</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">euro_symbol</i> </span> <div class="form-line"> <input type="text" class="form-control money-euro" placeholder="Ex: 99,99 €"> </div> </div> </div> <div class="col-md-3"> <b>IP Address</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">computer</i> </span> <div class="form-line"> <input type="text" class="form-control ip" placeholder="Ex: 255.255.255.255"> </div> </div> </div> <div class="col-md-3"> <b>Credit Card</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">credit_card</i> </span> <div class="form-line"> <input type="text" class="form-control credit-card" placeholder="Ex: 0000 0000 0000 0000"> </div> </div> </div> <div class="col-md-3"> <b>Email Address</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">email</i> </span> <div class="form-line"> <input type="text" class="form-control email" placeholder="Ex: example@example.com"> </div> </div> </div> <div class="col-md-3"> <b>Serial Key</b> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">vpn_key</i> </span> <div class="form-line"> <input type="text" class="form-control key" placeholder="Ex: XXX0-XXXX-XX00-0XXX"> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Masked Input --> <!-- Input Group --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> INPUT GROUP </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <h2 class="card-inside-title">With Icon</h2> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control date" placeholder="Message"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control date" placeholder="Recipient's username"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> </div> <h2 class="card-inside-title">With Text</h2> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon">@</span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon">@example.com</span> </div> </div> <div class="col-md-4"> <div class="input-group"> <span class="input-group-addon">$</span> <div class="form-line"> <input type="text" class="form-control date"> </div> <span class="input-group-addon">.00</span> </div> </div> </div> <h2 class="card-inside-title"> Different Sizes <small>You can use the <code>.input-group-sm, .input-group-lg</code> classes for sizing.</small> </h2> <div class="row clearfix"> <div class="col-md-4"> <p> <b>Input Group Large</b> </p> <div class="input-group input-group-lg"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <p> <b>Input Group Default</b> </p> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Message"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> <div class="col-md-4"> <p> <b>Input Group Small</b> </p> <div class="input-group input-group-sm"> <span class="input-group-addon"> <i class="material-icons">person</i> </span> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon"> <i class="material-icons">send</i> </span> </div> </div> </div> <div class="row clearfix"> <div class="col-md-4"> <div class="input-group input-group-lg"> <span class="input-group-addon">@</span> <div class="form-line"> <input type="text" class="form-control" placeholder="Username"> </div> </div> </div> <div class="col-md-4"> <div class="input-group"> <div class="form-line"> <input type="text" class="form-control" placeholder="Recipient's username"> </div> <span class="input-group-addon">@example.com</span> </div> </div> <div class="col-md-4"> <div class="input-group input-group-sm"> <span class="input-group-addon">$</span> <div class="form-line"> <input type="text" class="form-control"> </div> <span class="input-group-addon">.00</span> </div> </div> </div> <h2 class="card-inside-title">Radio & Checkbox</h2> <div class="row clearfix"> <div class="col-md-6"> <div class="input-group input-group-lg"> <span class="input-group-addon"> <input type="checkbox" class="filled-in" id="ig_checkbox"> <label for="ig_checkbox"></label> </span> <div class="form-line"> <input type="text" class="form-control"> </div> </div> </div> <div class="col-md-6"> <div class="input-group input-group-lg"> <span class="input-group-addon"> <input type="radio" class="with-gap" id="ig_radio"> <label for="ig_radio"></label> </span> <div class="form-line"> <input type="text" class="form-control"> </div> </div> </div> </div> </div> </div> </div> </div> <!-- #END# Input Group --> <!-- Multi Select --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> MULTI-SELECT <small>Taken from <a href="https://github.com/lou/multi-select/" target="_blank">github.com/lou/multi-select</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <select id="optgroup" class="ms" multiple="multiple"> <optgroup label="Alaskan/Hawaiian Time Zone"> <option value="AK">Alaska</option> <option value="HI">Hawaii</option> </optgroup> <optgroup label="Pacific Time Zone"> <option value="CA">California</option> <option value="NV">Nevada</option> <option value="OR">Oregon</option> <option value="WA">Washington</option> </optgroup> <optgroup label="Mountain Time Zone"> <option value="AZ">Arizona</option> <option value="CO">Colorado</option> <option value="ID">Idaho</option> <option value="MT">Montana</option> <option value="NE">Nebraska</option> <option value="NM">New Mexico</option> <option value="ND">North Dakota</option> <option value="UT">Utah</option> <option value="WY">Wyoming</option> </optgroup> <optgroup label="Central Time Zone"> <option value="AL">Alabama</option> <option value="AR">Arkansas</option> <option value="IL">Illinois</option> <option value="IA">Iowa</option> <option value="KS">Kansas</option> <option value="KY">Kentucky</option> <option value="LA">Louisiana</option> <option value="MN">Minnesota</option> <option value="MS">Mississippi</option> <option value="MO">Missouri</option> <option value="OK">Oklahoma</option> <option value="SD">South Dakota</option> <option value="TX">Texas</option> <option value="TN">Tennessee</option> <option value="WI">Wisconsin</option> </optgroup> <optgroup label="Eastern Time Zone"> <option value="CT">Connecticut</option> <option value="DE">Delaware</option> <option value="FL">Florida</option> <option value="GA">Georgia</option> <option value="IN">Indiana</option> <option value="ME">Maine</option> <option value="MD">Maryland</option> <option value="MA">Massachusetts</option> <option value="MI">Michigan</option> <option value="NH">New Hampshire</option> <option value="NJ">New Jersey</option> <option value="NY">New York</option> <option value="NC">North Carolina</option> <option value="OH">Ohio</option> <option value="PA">Pennsylvania</option> <option value="RI">Rhode Island</option> <option value="SC">South Carolina</option> <option value="VT">Vermont</option> <option value="VA">Virginia</option> <option value="WV">West Virginia</option> </optgroup> </select> </div> </div> </div> </div> <!-- #END# Multi Select --> <div class="row clearfix"> <!-- Spinners --> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> SPINNERS <small>Taken from <a href="https://github.com/vsn4ik/jquery.spinner" target="_blank">github.com/vsn4ik/jquery.spinner</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <div class="input-group spinner" data-trigger="spinner"> <div class="form-line"> <input type="text" class="form-control text-center" value="1" data-rule="quantity"> </div> <span class="input-group-addon"> <a href="javascript:;" class="spin-up" data-spin="up"><i class="glyphicon glyphicon-chevron-up"></i></a> <a href="javascript:;" class="spin-down" data-spin="down"><i class="glyphicon glyphicon-chevron-down"></i></a> </span> </div> </div> <div class="col-md-6"> <div class="input-group spinner" data-trigger="spinner"> <div class="form-line"> <input type="text" class="form-control text-center" value="1" data-rule="currency"> </div> <span class="input-group-addon"> <a href="javascript:;" class="spin-up" data-spin="up"><i class="glyphicon glyphicon-chevron-up"></i></a> <a href="javascript:;" class="spin-down" data-spin="down"><i class="glyphicon glyphicon-chevron-down"></i></a> </span> </div> </div> </div> </div> </div> </div> <!-- #END# Spinners --> <!-- Tags Input --> <div class="col-lg-6 col-md-6 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> TAGS INPUT <small>Taken from <a href="https://github.com/bootstrap-tagsinput/bootstrap-tagsinput" target="_blank">github.com/bootstrap-tagsinput/bootstrap-tagsinput</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="form-group demo-tagsinput-area"> <div class="form-line"> <input type="text" class="form-control" data-role="tagsinput" value="Amsterdam,Washington,Sydney,Beijing,Cairo"> </div> </div> </div> </div> </div> <!-- #END# Tags Input --> </div> <!-- Advanced Select --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> ADVANCED SELECT <small>Taken from <a href="https://silviomoreto.github.io/bootstrap-select/" target="_blank">silviomoreto.github.io/bootstrap-select</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-3"> <p> <b>Basic</b> </p> <select class="form-control show-tick"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </div> <div class="col-md-3"> <p> <b>With OptGroups</b> </p> <select class="form-control show-tick"> <optgroup label="Picnic"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </optgroup> <optgroup label="Camping"> <option>Tent</option> <option>Flashlight</option> <option>Toilet Paper</option> </optgroup> </select> </div> <div class="col-md-3"> <p> <b>Multiple Select</b> </p> <select class="form-control show-tick" multiple> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </div> <div class="col-md-3"> <p> <b>With Search Bar</b> </p> <select class="form-control show-tick" data-live-search="true"> <option>Hot Dog, Fries and a Soda</option> <option>Burger, Shake and a Smile</option> <option>Sugar, Spice and all things nice</option> </select> </div> </div> <div class="row clearfix"> <div class="col-md-3"> <p> <b>Max Selection Limit: 2</b> </p> <select class="form-control show-tick" multiple> <optgroup label="Condiments" data-max-options="2"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </optgroup> <optgroup label="Breads" data-max-options="2"> <option>Plain</option> <option>Steamed</option> <option>Toasted</option> </optgroup> </select> </div> <div class="col-md-3"> <p> <b>Display Count</b> </p> <select class="form-control show-tick" multiple data-selected-text-format="count"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> <option>Onions</option> </select> </div> <div class="col-md-3"> <p> <b>With SubText</b> </p> <select class="form-control show-tick" data-show-subtext="true"> <option data-subtext="French's">Mustard</option> <option data-subtext="Heinz">Ketchup</option> <option data-subtext="Sweet">Relish</option> <option data-subtext="Miracle Whip">Mayonnaise</option> <option data-divider="true"></option> <option data-subtext="Honey">Barbecue Sauce</option> <option data-subtext="Ranch">Salad Dressing</option> <option data-subtext="Sweet &amp; Spicy">Tabasco</option> <option data-subtext="Chunky">Salsa</option> </select> </div> <div class="col-md-3"> <p> <b>Disabled Option</b> </p> <select class="form-control show-tick"> <option>Mustard</option> <option disabled>Ketchup</option> <option>Relish</option> </select> </div> </div> </div> </div> </div> </div> <!-- #END# Advanced Select --> <!-- Input Slider --> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="card"> <div class="header"> <h2> INPUT SLIDER <small>Taken from <a href="http://refreshless.com/nouislider" target="_blank">refreshless.com/nouislider</a> & <a href="http://materializecss.com" target="_blank">materializecss.com</a></small> </h2> <ul class="header-dropdown m-r--5"> <li class="dropdown"> <a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="material-icons">more_vert</i> </a> <ul class="dropdown-menu pull-right"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> </ul> </li> </ul> </div> <div class="body"> <div class="row clearfix"> <div class="col-md-6"> <p><b>Basic Example</b></p> <div id="nouislider_basic_example"></div> <div class="m-t-20 font-12"><b>Value: </b><span class="js-nouislider-value"></span></div> </div> <div class="col-md-6"> <p><b>Range Example</b></p> <div id="nouislider_range_example"></div> <div class="m-t-20 font-12"><b>Value: </b><span class="js-nouislider-value"></span></div> </div> </div> </div> </div> </div> </div> <!-- #END# Input Slider --> </div> </section> <!-- Jquery Core Js --> <script src="../../plugins/jquery/jquery.min.js"></script> <!-- Bootstrap Core Js --> <script src="../../plugins/bootstrap/js/bootstrap.js"></script> <!-- Select Plugin Js --> <script src="../../plugins/bootstrap-select/js/bootstrap-select.js"></script> <!-- Slimscroll Plugin Js --> <script src="../../plugins/jquery-slimscroll/jquery.slimscroll.js"></script> <!-- Bootstrap Colorpicker Js --> <script src="../../plugins/bootstrap-colorpicker/js/bootstrap-colorpicker.js"></script> <!-- Dropzone Plugin Js --> <script src="../../plugins/dropzone/dropzone.js"></script> <!-- Input Mask Plugin Js --> <script src="../../plugins/jquery-inputmask/jquery.inputmask.bundle.js"></script> <!-- Multi Select Plugin Js --> <script src="../../plugins/multi-select/js/jquery.multi-select.js"></script> <!-- Jquery Spinner Plugin Js --> <script src="../../plugins/jquery-spinner/js/jquery.spinner.js"></script> <!-- Bootstrap Tags Input Plugin Js --> <script src="../../plugins/bootstrap-tagsinput/bootstrap-tagsinput.js"></script> <!-- noUISlider Plugin Js --> <script src="../../plugins/nouislider/nouislider.js"></script> <!-- Waves Effect Plugin Js --> <script src="../../plugins/node-waves/waves.js"></script> <!-- Custom Js --> <script src="../../js/admin.js"></script> <script src="../../js/pages/forms/advanced-form-elements.js"></script> <!-- Demo Js --> <script src="../../js/demo.js"></script> </body> </html>
public/modules/core/views/header.client.view.html
amoses016/funsies-mean
<div class="container" data-ng-controller="HeaderController"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-ng-click="toggleCollapsibleMenu()"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/#!/" class="navbar-brand">AMDB</a> </div> <nav class="collapse navbar-collapse" collapse="!isCollapsed" role="navigation"> <ul class="nav navbar-nav" data-ng-if="menu.shouldRender(authentication.user);"> <li data-ng-repeat="item in menu.items | orderBy: 'position'" data-ng-if="item.shouldRender(authentication.user);" ng-switch="item.menuItemType" ui-route="{{item.uiRoute}}" class="{{item.menuItemClass}}" ng-class="{active: ($uiRoute)}" dropdown="item.menuItemType === 'dropdown'"> <a ng-switch-when="dropdown" class="dropdown-toggle"> <span data-ng-bind="item.title"></span> <b class="caret"></b> </a> <ul ng-switch-when="dropdown" class="dropdown-menu"> <li data-ng-repeat="subitem in item.items | orderBy: 'position'" data-ng-if="subitem.shouldRender(authentication.user);" ui-route="{{subitem.uiRoute}}" ng-class="{active: $uiRoute}"> <a href="/#!/{{subitem.link}}" data-ng-bind="subitem.title"></a> </li> </ul> <a ng-switch-default href="/#!/{{item.link}}" data-ng-bind="item.title"></a> </li> </ul> <ul class="nav navbar-nav navbar-right" data-ng-hide="authentication.user"> <li ui-route="/signup" ng-class="{active: $uiRoute}"> <a href="/#!/signup">Sign Up</a> </li> <li class="divider-vertical"></li> <li ui-route="/signin" ng-class="{active: $uiRoute}"> <a href="/#!/signin">Sign In</a> </li> </ul> <ul class="nav navbar-nav navbar-right" data-ng-show="authentication.user"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"> <span data-ng-bind="authentication.user.displayName"></span> <b class="caret"></b> </a> <ul class="dropdown-menu"> <li> <a href="/#!/settings/profile">Edit Profile</a> </li> <li> <a href="/#!/settings/accounts">Manage Social Accounts</a> </li> <li data-ng-show="authentication.user.provider === 'local'"> <a href="/#!/settings/password">Change Password</a> </li> <li class="divider"></li> <li> <a href="/auth/signout">Signout</a> </li> </ul> </li> </ul> </nav> </div>
index.html
sasagichuki/who_owns_kenya
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Who Owns Kenya</title> <link href="style/main.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="favicon.ico"> <link rel="apple-touch-icon" href="meta/apple-touch-icon.png"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0, maximum-scale=1, user-scalable=no, minimal-ui"> <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-10804158-5', 'sasagichuki.github.io'); ga('send', 'pageview'); </script> </head> <body> <div class="container"> <div class="heading"> <h1 class="title">Who Owns Kenya</h1> <div class="scores-container"> <div class="score-container">0</div> <div class="best-container">0</div> </div> </div> <!-- <p class="game-intro">Double the Money <strong>and Win</strong></p> --> <div class="game-container"> <div class="game-message"> <p></p> <div class="lower"> <a class="keep-playing-button">Keep going</a> <a class="retry-button">Try again</a> </div> <div class="score-sharing"> <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://sasagichuki.github.io/who_owns_kenya/" data-text="Do you know who owns Kenya ? Play this game and find out" data-via="kibee" data-size="large">Tweet</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </div> </div> <div class="grid-container"> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> <div class="grid-row"> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> <div class="grid-cell"></div> </div> </div> <div class="tile-container"> </div> </div> <p class="game-explanation"> <strong class="important">How to play:</strong> Use your <strong>arrow keys</strong> to move the Rich Dudes. When two Rich dudes with the same money touch they merge into <strong>One dude with Double their Money</strong>. Keep playing to find out who owns Kenya. </p> <hr> <p> <strong class="important">Note:</strong> This is just a joke, it's not that serious. Enjoy with caution. </p> <hr> <p> Created by <a href="http://www.chaos.co.ke" target="_blank">Chaos.</a> Based on 2048 by <a href="http://gabrielecirulli.com" target="_blank">Gabriele Cirulli.</a> Who based his on <a href="https://itunes.apple.com/us/app/1024!/id823499224" target="_blank">1024 by Veewo Studio</a> and conceptually similar to <a href="http://asherv.com/threes/" target="_blank">Threes by Asher Vollmer.</a> </p> </div> <script src="js/animframe_polyfill.js"></script> <script src="js/keyboard_input_manager.js"></script> <script src="js/html_actuator.js"></script> <script src="js/grid.js"></script> <script src="js/tile.js"></script> <script src="js/local_score_manager.js"></script> <script src="js/game_manager.js"></script> <script src="js/application.js"></script> </body> </html>
client/yui-3.17.2/api/classes/StyleSheet.html
billwiliams/Yui
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>StyleSheet - YUI 3</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="../assets/css/main.css" id="site_styles"> <link rel="shortcut icon" type="image/png" href="../assets/favicon.png"> <script src="http://yui.yahooapis.com/combo?3.9.1/build/yui/yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="../assets/css/logo.png" title="YUI 3"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: 3.17.2</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="../classes/Anim.html">Anim</a></li> <li><a href="../classes/App.html">App</a></li> <li><a href="../classes/App.Base.html">App.Base</a></li> <li><a href="../classes/App.Content.html">App.Content</a></li> <li><a href="../classes/App.Transitions.html">App.Transitions</a></li> <li><a href="../classes/App.TransitionsNative.html">App.TransitionsNative</a></li> <li><a href="../classes/AreaSeries.html">AreaSeries</a></li> <li><a href="../classes/AreaSplineSeries.html">AreaSplineSeries</a></li> <li><a href="../classes/Array.html">Array</a></li> <li><a href="../classes/ArrayList.html">ArrayList</a></li> <li><a href="../classes/ArraySort.html">ArraySort</a></li> <li><a href="../classes/AsyncQueue.html">AsyncQueue</a></li> <li><a href="../classes/Attribute.html">Attribute</a></li> <li><a href="../classes/AttributeCore.html">AttributeCore</a></li> <li><a href="../classes/AttributeEvents.html">AttributeEvents</a></li> <li><a href="../classes/AttributeExtras.html">AttributeExtras</a></li> <li><a href="../classes/AttributeLite.html">AttributeLite</a></li> <li><a href="../classes/AttributeObservable.html">AttributeObservable</a></li> <li><a href="../classes/AutoComplete.html">AutoComplete</a></li> <li><a href="../classes/AutoCompleteBase.html">AutoCompleteBase</a></li> <li><a href="../classes/AutoCompleteFilters.html">AutoCompleteFilters</a></li> <li><a href="../classes/AutoCompleteHighlighters.html">AutoCompleteHighlighters</a></li> <li><a href="../classes/AutoCompleteList.html">AutoCompleteList</a></li> <li><a href="../classes/Axis.html">Axis</a></li> <li><a href="../classes/AxisBase.html">AxisBase</a></li> <li><a href="../classes/BarSeries.html">BarSeries</a></li> <li><a href="../classes/Base.html">Base</a></li> <li><a href="../classes/BaseCore.html">BaseCore</a></li> <li><a href="../classes/BaseObservable.html">BaseObservable</a></li> <li><a href="../classes/BottomAxisLayout.html">BottomAxisLayout</a></li> <li><a href="../classes/Button.html">Button</a></li> <li><a href="../classes/ButtonCore.html">ButtonCore</a></li> <li><a href="../classes/ButtonGroup.html">ButtonGroup</a></li> <li><a href="../classes/Cache.html">Cache</a></li> <li><a href="../classes/CacheOffline.html">CacheOffline</a></li> <li><a href="../classes/Calendar.html">Calendar</a></li> <li><a href="../classes/CalendarBase.html">CalendarBase</a></li> <li><a href="../classes/CandlestickSeries.html">CandlestickSeries</a></li> <li><a href="../classes/CanvasCircle.html">CanvasCircle</a></li> <li><a href="../classes/CanvasDrawing.html">CanvasDrawing</a></li> <li><a href="../classes/CanvasEllipse.html">CanvasEllipse</a></li> <li><a href="../classes/CanvasGraphic.html">CanvasGraphic</a></li> <li><a href="../classes/CanvasPath.html">CanvasPath</a></li> <li><a href="../classes/CanvasPieSlice.html">CanvasPieSlice</a></li> <li><a href="../classes/CanvasRect.html">CanvasRect</a></li> <li><a href="../classes/CanvasShape.html">CanvasShape</a></li> <li><a href="../classes/CartesianChart.html">CartesianChart</a></li> <li><a href="../classes/CartesianSeries.html">CartesianSeries</a></li> <li><a href="../classes/CategoryAxis.html">CategoryAxis</a></li> <li><a href="../classes/CategoryAxisBase.html">CategoryAxisBase</a></li> <li><a href="../classes/CategoryImpl.html">CategoryImpl</a></li> <li><a href="../classes/Chart.html">Chart</a></li> <li><a href="../classes/ChartBase.html">ChartBase</a></li> <li><a href="../classes/ChartLegend.html">ChartLegend</a></li> <li><a href="../classes/Circle.html">Circle</a></li> <li><a href="../classes/CircleGroup.html">CircleGroup</a></li> <li><a href="../classes/ClassNameManager.html">ClassNameManager</a></li> <li><a href="../classes/ClickableRail.html">ClickableRail</a></li> <li><a href="../classes/Color.html">Color</a></li> <li><a href="../classes/Color.Harmony.html">Color.Harmony</a></li> <li><a href="../classes/Color.HSL.html">Color.HSL</a></li> <li><a href="../classes/Color.HSV.html">Color.HSV</a></li> <li><a href="../classes/ColumnSeries.html">ColumnSeries</a></li> <li><a href="../classes/ComboSeries.html">ComboSeries</a></li> <li><a href="../classes/ComboSplineSeries.html">ComboSplineSeries</a></li> <li><a href="../classes/config.html">config</a></li> <li><a href="../classes/Console.html">Console</a></li> <li><a href="../classes/ContentEditable.html">ContentEditable</a></li> <li><a href="../classes/Controller.html">Controller</a></li> <li><a href="../classes/Cookie.html">Cookie</a></li> <li><a href="../classes/CurveUtil.html">CurveUtil</a></li> <li><a href="../classes/CustomEvent.html">CustomEvent</a></li> <li><a href="../classes/DataSchema.Array.html">DataSchema.Array</a></li> <li><a href="../classes/DataSchema.Base.html">DataSchema.Base</a></li> <li><a href="../classes/DataSchema.JSON.html">DataSchema.JSON</a></li> <li><a href="../classes/DataSchema.Text.html">DataSchema.Text</a></li> <li><a href="../classes/DataSchema.XML.html">DataSchema.XML</a></li> <li><a href="../classes/DataSource.Function.html">DataSource.Function</a></li> <li><a href="../classes/DataSource.Get.html">DataSource.Get</a></li> <li><a href="../classes/DataSource.IO.html">DataSource.IO</a></li> <li><a href="../classes/DataSource.Local.html">DataSource.Local</a></li> <li><a href="../classes/DataSourceArraySchema.html">DataSourceArraySchema</a></li> <li><a href="../classes/DataSourceCache.html">DataSourceCache</a></li> <li><a href="../classes/DataSourceCacheExtension.html">DataSourceCacheExtension</a></li> <li><a href="../classes/DataSourceJSONSchema.html">DataSourceJSONSchema</a></li> <li><a href="../classes/DataSourceTextSchema.html">DataSourceTextSchema</a></li> <li><a href="../classes/DataSourceXMLSchema.html">DataSourceXMLSchema</a></li> <li><a href="../classes/DataTable.html">DataTable</a></li> <li><a href="../classes/DataTable.Base.html">DataTable.Base</a></li> <li><a href="../classes/DataTable.BodyView.html">DataTable.BodyView</a></li> <li><a href="../classes/DataTable.BodyView.Formatters.html">DataTable.BodyView.Formatters</a></li> <li><a href="../classes/DataTable.Column.html">DataTable.Column</a></li> <li><a href="../classes/DataTable.ColumnWidths.html">DataTable.ColumnWidths</a></li> <li><a href="../classes/DataTable.Core.html">DataTable.Core</a></li> <li><a href="../classes/DataTable.HeaderView.html">DataTable.HeaderView</a></li> <li><a href="../classes/DataTable.Highlight.html">DataTable.Highlight</a></li> <li><a href="../classes/DataTable.KeyNav.html">DataTable.KeyNav</a></li> <li><a href="../classes/DataTable.Message.html">DataTable.Message</a></li> <li><a href="../classes/DataTable.Mutable.html">DataTable.Mutable</a></li> <li><a href="../classes/DataTable.Paginator.html">DataTable.Paginator</a></li> <li><a href="../classes/DataTable.Paginator.Model.html">DataTable.Paginator.Model</a></li> <li><a href="../classes/DataTable.Paginator.View.html">DataTable.Paginator.View</a></li> <li><a href="../classes/DataTable.Scrollable.html">DataTable.Scrollable</a></li> <li><a href="../classes/DataTable.Sortable.html">DataTable.Sortable</a></li> <li><a href="../classes/DataTable.TableView.html">DataTable.TableView</a></li> <li><a href="../classes/Date.html">Date</a></li> <li><a href="../classes/DD.DDM.html">DD.DDM</a></li> <li><a href="../classes/DD.Delegate.html">DD.Delegate</a></li> <li><a href="../classes/DD.Drag.html">DD.Drag</a></li> <li><a href="../classes/DD.Drop.html">DD.Drop</a></li> <li><a href="../classes/DD.Scroll.html">DD.Scroll</a></li> <li><a href="../classes/Dial.html">Dial</a></li> <li><a href="../classes/Do.html">Do</a></li> <li><a href="../classes/Do.AlterArgs.html">Do.AlterArgs</a></li> <li><a href="../classes/Do.AlterReturn.html">Do.AlterReturn</a></li> <li><a href="../classes/Do.Error.html">Do.Error</a></li> <li><a href="../classes/Do.Halt.html">Do.Halt</a></li> <li><a href="../classes/Do.Method.html">Do.Method</a></li> <li><a href="../classes/Do.Prevent.html">Do.Prevent</a></li> <li><a href="../classes/DOM.html">DOM</a></li> <li><a href="../classes/DOMEventFacade.html">DOMEventFacade</a></li> <li><a href="../classes/Drawing.html">Drawing</a></li> <li><a href="../classes/Easing.html">Easing</a></li> <li><a href="../classes/EditorBase.html">EditorBase</a></li> <li><a href="../classes/EditorSelection.html">EditorSelection</a></li> <li><a href="../classes/Ellipse.html">Ellipse</a></li> <li><a href="../classes/EllipseGroup.html">EllipseGroup</a></li> <li><a href="../classes/Escape.html">Escape</a></li> <li><a href="../classes/Event.html">Event</a></li> <li><a href="../classes/EventFacade.html">EventFacade</a></li> <li><a href="../classes/EventHandle.html">EventHandle</a></li> <li><a href="../classes/EventTarget.html">EventTarget</a></li> <li><a href="../classes/Features.html">Features</a></li> <li><a href="../classes/File.html">File</a></li> <li><a href="../classes/FileFlash.html">FileFlash</a></li> <li><a href="../classes/FileHTML5.html">FileHTML5</a></li> <li><a href="../classes/Fills.html">Fills</a></li> <li><a href="../classes/Frame.html">Frame</a></li> <li><a href="../classes/Get.html">Get</a></li> <li><a href="../classes/Get.Transaction.html">Get.Transaction</a></li> <li><a href="../classes/GetNodeJS.html">GetNodeJS</a></li> <li><a href="../classes/Graph.html">Graph</a></li> <li><a href="../classes/Graphic.html">Graphic</a></li> <li><a href="../classes/GraphicBase.html">GraphicBase</a></li> <li><a href="../classes/Gridlines.html">Gridlines</a></li> <li><a href="../classes/GroupDiamond.html">GroupDiamond</a></li> <li><a href="../classes/GroupRect.html">GroupRect</a></li> <li><a href="../classes/Handlebars.html">Handlebars</a></li> <li><a href="../classes/Highlight.html">Highlight</a></li> <li><a href="../classes/Histogram.html">Histogram</a></li> <li><a href="../classes/HistoryBase.html">HistoryBase</a></li> <li><a href="../classes/HistoryHash.html">HistoryHash</a></li> <li><a href="../classes/HistoryHTML5.html">HistoryHTML5</a></li> <li><a href="../classes/HorizontalLegendLayout.html">HorizontalLegendLayout</a></li> <li><a href="../classes/ImgLoadGroup.html">ImgLoadGroup</a></li> <li><a href="../classes/ImgLoadImgObj.html">ImgLoadImgObj</a></li> <li><a href="../classes/InlineEditor.html">InlineEditor</a></li> <li><a href="../classes/Intl.html">Intl</a></li> <li><a href="../classes/IO.html">IO</a></li> <li><a href="../classes/JSON.html">JSON</a></li> <li><a href="../classes/JSONPRequest.html">JSONPRequest</a></li> <li><a href="../classes/Lang.html">Lang</a></li> <li><a href="../classes/LazyModelList.html">LazyModelList</a></li> <li><a href="../classes/LeftAxisLayout.html">LeftAxisLayout</a></li> <li><a href="../classes/Lines.html">Lines</a></li> <li><a href="../classes/LineSeries.html">LineSeries</a></li> <li><a href="../classes/Loader.html">Loader</a></li> <li><a href="../classes/MarkerSeries.html">MarkerSeries</a></li> <li><a href="../classes/Matrix.html">Matrix</a></li> <li><a href="../classes/MatrixUtil.html">MatrixUtil</a></li> <li><a href="../classes/Model.html">Model</a></li> <li><a href="../classes/ModelList.html">ModelList</a></li> <li><a href="../classes/ModelSync.Local.html">ModelSync.Local</a></li> <li><a href="../classes/ModelSync.REST.html">ModelSync.REST</a></li> <li><a href="../classes/Node.html">Node</a></li> <li><a href="../classes/NodeList.html">NodeList</a></li> <li><a href="../classes/Number.html">Number</a></li> <li><a href="../classes/NumericAxis.html">NumericAxis</a></li> <li><a href="../classes/NumericAxisBase.html">NumericAxisBase</a></li> <li><a href="../classes/NumericImpl.html">NumericImpl</a></li> <li><a href="../classes/Object.html">Object</a></li> <li><a href="../classes/OHLCSeries.html">OHLCSeries</a></li> <li><a href="../classes/Overlay.html">Overlay</a></li> <li><a href="../classes/Paginator.html">Paginator</a></li> <li><a href="../classes/Paginator.Core.html">Paginator.Core</a></li> <li><a href="../classes/Paginator.Url.html">Paginator.Url</a></li> <li><a href="../classes/Panel.html">Panel</a></li> <li><a href="../classes/Parallel.html">Parallel</a></li> <li><a href="../classes/Path.html">Path</a></li> <li><a href="../classes/PieChart.html">PieChart</a></li> <li><a href="../classes/PieSeries.html">PieSeries</a></li> <li><a href="../classes/Pjax.html">Pjax</a></li> <li><a href="../classes/PjaxBase.html">PjaxBase</a></li> <li><a href="../classes/PjaxContent.html">PjaxContent</a></li> <li><a href="../classes/Plots.html">Plots</a></li> <li><a href="../classes/Plugin.Align.html">Plugin.Align</a></li> <li><a href="../classes/Plugin.AutoComplete.html">Plugin.AutoComplete</a></li> <li><a href="../classes/Plugin.Base.html">Plugin.Base</a></li> <li><a href="../classes/Plugin.Button.html">Plugin.Button</a></li> <li><a href="../classes/Plugin.Cache.html">Plugin.Cache</a></li> <li><a href="../classes/Plugin.CalendarNavigator.html">Plugin.CalendarNavigator</a></li> <li><a href="../classes/Plugin.ConsoleFilters.html">Plugin.ConsoleFilters</a></li> <li><a href="../classes/Plugin.CreateLinkBase.html">Plugin.CreateLinkBase</a></li> <li><a href="../classes/Plugin.DataTableDataSource.html">Plugin.DataTableDataSource</a></li> <li><a href="../classes/Plugin.DDConstrained.html">Plugin.DDConstrained</a></li> <li><a href="../classes/Plugin.DDNodeScroll.html">Plugin.DDNodeScroll</a></li> <li><a href="../classes/Plugin.DDProxy.html">Plugin.DDProxy</a></li> <li><a href="../classes/Plugin.DDWindowScroll.html">Plugin.DDWindowScroll</a></li> <li><a href="../classes/Plugin.Drag.html">Plugin.Drag</a></li> <li><a href="../classes/Plugin.Drop.html">Plugin.Drop</a></li> <li><a href="../classes/Plugin.EditorBidi.html">Plugin.EditorBidi</a></li> <li><a href="../classes/Plugin.EditorBR.html">Plugin.EditorBR</a></li> <li><a href="../classes/Plugin.EditorLists.html">Plugin.EditorLists</a></li> <li><a href="../classes/Plugin.EditorPara.html">Plugin.EditorPara</a></li> <li><a href="../classes/Plugin.EditorParaBase.html">Plugin.EditorParaBase</a></li> <li><a href="../classes/Plugin.EditorParaIE.html">Plugin.EditorParaIE</a></li> <li><a href="../classes/Plugin.EditorTab.html">Plugin.EditorTab</a></li> <li><a href="../classes/Plugin.ExecCommand.html">Plugin.ExecCommand</a></li> <li><a href="../classes/Plugin.ExecCommand.COMMANDS.html">Plugin.ExecCommand.COMMANDS</a></li> <li><a href="../classes/Plugin.Flick.html">Plugin.Flick</a></li> <li><a href="../classes/Plugin.Host.html">Plugin.Host</a></li> <li><a href="../classes/plugin.NodeFocusManager.html">plugin.NodeFocusManager</a></li> <li><a href="../classes/Plugin.NodeFX.html">Plugin.NodeFX</a></li> <li><a href="../classes/plugin.NodeMenuNav.html">plugin.NodeMenuNav</a></li> <li><a href="../classes/Plugin.Pjax.html">Plugin.Pjax</a></li> <li><a href="../classes/Plugin.Resize.html">Plugin.Resize</a></li> <li><a href="../classes/Plugin.ResizeConstrained.html">Plugin.ResizeConstrained</a></li> <li><a href="../classes/Plugin.ResizeProxy.html">Plugin.ResizeProxy</a></li> <li><a href="../classes/Plugin.ScrollInfo.html">Plugin.ScrollInfo</a></li> <li><a href="../classes/Plugin.ScrollViewList.html">Plugin.ScrollViewList</a></li> <li><a href="../classes/Plugin.ScrollViewPaginator.html">Plugin.ScrollViewPaginator</a></li> <li><a href="../classes/Plugin.ScrollViewScrollbars.html">Plugin.ScrollViewScrollbars</a></li> <li><a href="../classes/Plugin.Shim.html">Plugin.Shim</a></li> <li><a href="../classes/Plugin.SortScroll.html">Plugin.SortScroll</a></li> <li><a href="../classes/Plugin.Tree.Lazy.html">Plugin.Tree.Lazy</a></li> <li><a href="../classes/Plugin.WidgetAnim.html">Plugin.WidgetAnim</a></li> <li><a href="../classes/Pollable.html">Pollable</a></li> <li><a href="../classes/Promise.html">Promise</a></li> <li><a href="../classes/Promise.Resolver.html">Promise.Resolver</a></li> <li><a href="../classes/QueryString.html">QueryString</a></li> <li><a href="../classes/Queue.html">Queue</a></li> <li><a href="../classes/RangeSeries.html">RangeSeries</a></li> <li><a href="../classes/Record.html">Record</a></li> <li><a href="../classes/Recordset.html">Recordset</a></li> <li><a href="../classes/RecordsetFilter.html">RecordsetFilter</a></li> <li><a href="../classes/RecordsetIndexer.html">RecordsetIndexer</a></li> <li><a href="../classes/RecordsetSort.html">RecordsetSort</a></li> <li><a href="../classes/Rect.html">Rect</a></li> <li><a href="../classes/Renderer.html">Renderer</a></li> <li><a href="../classes/Resize.html">Resize</a></li> <li><a href="../classes/RightAxisLayout.html">RightAxisLayout</a></li> <li><a href="../classes/Router.html">Router</a></li> <li><a href="../classes/ScrollView.html">ScrollView</a></li> <li><a href="../classes/Selector.html">Selector</a></li> <li><a href="../classes/SeriesBase.html">SeriesBase</a></li> <li><a href="../classes/Shape.html">Shape</a></li> <li><a href="../classes/ShapeGroup.html">ShapeGroup</a></li> <li><a href="../classes/Slider.html">Slider</a></li> <li><a href="../classes/SliderBase.html">SliderBase</a></li> <li><a href="../classes/SliderValueRange.html">SliderValueRange</a></li> <li><a href="../classes/Sortable.html">Sortable</a></li> <li><a href="../classes/SplineSeries.html">SplineSeries</a></li> <li><a href="../classes/StackedAreaSeries.html">StackedAreaSeries</a></li> <li><a href="../classes/StackedAreaSplineSeries.html">StackedAreaSplineSeries</a></li> <li><a href="../classes/StackedAxis.html">StackedAxis</a></li> <li><a href="../classes/StackedAxisBase.html">StackedAxisBase</a></li> <li><a href="../classes/StackedBarSeries.html">StackedBarSeries</a></li> <li><a href="../classes/StackedColumnSeries.html">StackedColumnSeries</a></li> <li><a href="../classes/StackedComboSeries.html">StackedComboSeries</a></li> <li><a href="../classes/StackedComboSplineSeries.html">StackedComboSplineSeries</a></li> <li><a href="../classes/StackedImpl.html">StackedImpl</a></li> <li><a href="../classes/StackedLineSeries.html">StackedLineSeries</a></li> <li><a href="../classes/StackedMarkerSeries.html">StackedMarkerSeries</a></li> <li><a href="../classes/StackedSplineSeries.html">StackedSplineSeries</a></li> <li><a href="../classes/StackingUtil.html">StackingUtil</a></li> <li><a href="../classes/State.html">State</a></li> <li><a href="../classes/StyleSheet.html">StyleSheet</a></li> <li><a href="../classes/Subscriber.html">Subscriber</a></li> <li><a href="../classes/SVGCircle.html">SVGCircle</a></li> <li><a href="../classes/SVGDrawing.html">SVGDrawing</a></li> <li><a href="../classes/SVGEllipse.html">SVGEllipse</a></li> <li><a href="../classes/SVGGraphic.html">SVGGraphic</a></li> <li><a href="../classes/SVGPath.html">SVGPath</a></li> <li><a href="../classes/SVGPieSlice.html">SVGPieSlice</a></li> <li><a href="../classes/SVGRect.html">SVGRect</a></li> <li><a href="../classes/SVGShape.html">SVGShape</a></li> <li><a href="../classes/SWF.html">SWF</a></li> <li><a href="../classes/SWFDetect.html">SWFDetect</a></li> <li><a href="../classes/SyntheticEvent.html">SyntheticEvent</a></li> <li><a href="../classes/SyntheticEvent.Notifier.html">SyntheticEvent.Notifier</a></li> <li><a href="../classes/SynthRegistry.html">SynthRegistry</a></li> <li><a href="../classes/Tab.html">Tab</a></li> <li><a href="../classes/TabView.html">TabView</a></li> <li><a href="../classes/Template.html">Template</a></li> <li><a href="../classes/Template.Micro.html">Template.Micro</a></li> <li><a href="../classes/Test.ArrayAssert.html">Test.ArrayAssert</a></li> <li><a href="../classes/Test.Assert.html">Test.Assert</a></li> <li><a href="../classes/Test.AssertionError.html">Test.AssertionError</a></li> <li><a href="../classes/Test.ComparisonFailure.html">Test.ComparisonFailure</a></li> <li><a href="../classes/Test.Console.html">Test.Console</a></li> <li><a href="../classes/Test.CoverageFormat.html">Test.CoverageFormat</a></li> <li><a href="../classes/Test.DateAssert.html">Test.DateAssert</a></li> <li><a href="../classes/Test.EventTarget.html">Test.EventTarget</a></li> <li><a href="../classes/Test.Mock.html">Test.Mock</a></li> <li><a href="../classes/Test.Mock.Value.html">Test.Mock.Value</a></li> <li><a href="../classes/Test.ObjectAssert.html">Test.ObjectAssert</a></li> <li><a href="../classes/Test.Reporter.html">Test.Reporter</a></li> <li><a href="../classes/Test.Results.html">Test.Results</a></li> <li><a href="../classes/Test.Runner.html">Test.Runner</a></li> <li><a href="../classes/Test.ShouldError.html">Test.ShouldError</a></li> <li><a href="../classes/Test.ShouldFail.html">Test.ShouldFail</a></li> <li><a href="../classes/Test.TestCase.html">Test.TestCase</a></li> <li><a href="../classes/Test.TestFormat.html">Test.TestFormat</a></li> <li><a href="../classes/Test.TestNode.html">Test.TestNode</a></li> <li><a href="../classes/Test.TestRunner.html">Test.TestRunner</a></li> <li><a href="../classes/Test.TestSuite.html">Test.TestSuite</a></li> <li><a href="../classes/Test.UnexpectedError.html">Test.UnexpectedError</a></li> <li><a href="../classes/Test.UnexpectedValue.html">Test.UnexpectedValue</a></li> <li><a href="../classes/Test.Wait.html">Test.Wait</a></li> <li><a href="../classes/Text.AccentFold.html">Text.AccentFold</a></li> <li><a href="../classes/Text.WordBreak.html">Text.WordBreak</a></li> <li><a href="../classes/TimeAxis.html">TimeAxis</a></li> <li><a href="../classes/TimeAxisBase.html">TimeAxisBase</a></li> <li><a href="../classes/TimeImpl.html">TimeImpl</a></li> <li><a href="../classes/ToggleButton.html">ToggleButton</a></li> <li><a href="../classes/TopAxisLayout.html">TopAxisLayout</a></li> <li><a href="../classes/Transition.html">Transition</a></li> <li><a href="../classes/Tree.html">Tree</a></li> <li><a href="../classes/Tree.Labelable.html">Tree.Labelable</a></li> <li><a href="../classes/Tree.Node.html">Tree.Node</a></li> <li><a href="../classes/Tree.Node.Labelable.html">Tree.Node.Labelable</a></li> <li><a href="../classes/Tree.Node.Openable.html">Tree.Node.Openable</a></li> <li><a href="../classes/Tree.Node.Selectable.html">Tree.Node.Selectable</a></li> <li><a href="../classes/Tree.Node.Sortable.html">Tree.Node.Sortable</a></li> <li><a href="../classes/Tree.Openable.html">Tree.Openable</a></li> <li><a href="../classes/Tree.Selectable.html">Tree.Selectable</a></li> <li><a href="../classes/Tree.Sortable.html">Tree.Sortable</a></li> <li><a href="../classes/UA.html">UA</a></li> <li><a href="../classes/Uploader.html">Uploader</a></li> <li><a href="../classes/Uploader.Queue.html">Uploader.Queue</a></li> <li><a href="../classes/UploaderFlash.html">UploaderFlash</a></li> <li><a href="../classes/UploaderHTML5.html">UploaderHTML5</a></li> <li><a href="../classes/ValueChange.html">ValueChange</a></li> <li><a href="../classes/VerticalLegendLayout.html">VerticalLegendLayout</a></li> <li><a href="../classes/View.html">View</a></li> <li><a href="../classes/View.NodeMap.html">View.NodeMap</a></li> <li><a href="../classes/VMLCircle.html">VMLCircle</a></li> <li><a href="../classes/VMLDrawing.html">VMLDrawing</a></li> <li><a href="../classes/VMLEllipse.html">VMLEllipse</a></li> <li><a href="../classes/VMLGraphic.html">VMLGraphic</a></li> <li><a href="../classes/VMLPath.html">VMLPath</a></li> <li><a href="../classes/VMLPieSlice.html">VMLPieSlice</a></li> <li><a href="../classes/VMLRect.html">VMLRect</a></li> <li><a href="../classes/VMLShape.html">VMLShape</a></li> <li><a href="../classes/Widget.html">Widget</a></li> <li><a href="../classes/WidgetAutohide.html">WidgetAutohide</a></li> <li><a href="../classes/WidgetButtons.html">WidgetButtons</a></li> <li><a href="../classes/WidgetChild.html">WidgetChild</a></li> <li><a href="../classes/WidgetModality.html">WidgetModality</a></li> <li><a href="../classes/WidgetParent.html">WidgetParent</a></li> <li><a href="../classes/WidgetPosition.html">WidgetPosition</a></li> <li><a href="../classes/WidgetPositionAlign.html">WidgetPositionAlign</a></li> <li><a href="../classes/WidgetPositionConstrain.html">WidgetPositionConstrain</a></li> <li><a href="../classes/WidgetStack.html">WidgetStack</a></li> <li><a href="../classes/WidgetStdMod.html">WidgetStdMod</a></li> <li><a href="../classes/XML.html">XML</a></li> <li><a href="../classes/YQL.html">YQL</a></li> <li><a href="../classes/YQLRequest.html">YQLRequest</a></li> <li><a href="../classes/YUI.html">YUI</a></li> <li><a href="../classes/YUI~substitute.html">YUI~substitute</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="../modules/align-plugin.html">align-plugin</a></li> <li><a href="../modules/anim.html">anim</a></li> <li><a href="../modules/anim-base.html">anim-base</a></li> <li><a href="../modules/anim-color.html">anim-color</a></li> <li><a href="../modules/anim-curve.html">anim-curve</a></li> <li><a href="../modules/anim-easing.html">anim-easing</a></li> <li><a href="../modules/anim-node-plugin.html">anim-node-plugin</a></li> <li><a href="../modules/anim-scroll.html">anim-scroll</a></li> <li><a href="../modules/anim-shape.html">anim-shape</a></li> <li><a href="../modules/anim-shape-transform.html">anim-shape-transform</a></li> <li><a href="../modules/anim-xy.html">anim-xy</a></li> <li><a href="../modules/app.html">app</a></li> <li><a href="../modules/app-base.html">app-base</a></li> <li><a href="../modules/app-content.html">app-content</a></li> <li><a href="../modules/app-transitions.html">app-transitions</a></li> <li><a href="../modules/app-transitions-native.html">app-transitions-native</a></li> <li><a href="../modules/array-extras.html">array-extras</a></li> <li><a href="../modules/array-invoke.html">array-invoke</a></li> <li><a href="../modules/arraylist.html">arraylist</a></li> <li><a href="../modules/arraylist-add.html">arraylist-add</a></li> <li><a href="../modules/arraylist-filter.html">arraylist-filter</a></li> <li><a href="../modules/arraysort.html">arraysort</a></li> <li><a href="../modules/async-queue.html">async-queue</a></li> <li><a href="../modules/attribute.html">attribute</a></li> <li><a href="../modules/attribute-base.html">attribute-base</a></li> <li><a href="../modules/attribute-complex.html">attribute-complex</a></li> <li><a href="../modules/attribute-core.html">attribute-core</a></li> <li><a href="../modules/attribute-extras.html">attribute-extras</a></li> <li><a href="../modules/attribute-observable.html">attribute-observable</a></li> <li><a href="../modules/autocomplete.html">autocomplete</a></li> <li><a href="../modules/autocomplete-base.html">autocomplete-base</a></li> <li><a href="../modules/autocomplete-filters.html">autocomplete-filters</a></li> <li><a href="../modules/autocomplete-filters-accentfold.html">autocomplete-filters-accentfold</a></li> <li><a href="../modules/autocomplete-highlighters.html">autocomplete-highlighters</a></li> <li><a href="../modules/autocomplete-highlighters-accentfold.html">autocomplete-highlighters-accentfold</a></li> <li><a href="../modules/autocomplete-list.html">autocomplete-list</a></li> <li><a href="../modules/autocomplete-list-keys.html">autocomplete-list-keys</a></li> <li><a href="../modules/autocomplete-plugin.html">autocomplete-plugin</a></li> <li><a href="../modules/autocomplete-sources.html">autocomplete-sources</a></li> <li><a href="../modules/axis.html">axis</a></li> <li><a href="../modules/axis-base.html">axis-base</a></li> <li><a href="../modules/axis-category.html">axis-category</a></li> <li><a href="../modules/axis-category-base.html">axis-category-base</a></li> <li><a href="../modules/axis-numeric.html">axis-numeric</a></li> <li><a href="../modules/axis-numeric-base.html">axis-numeric-base</a></li> <li><a href="../modules/axis-stacked.html">axis-stacked</a></li> <li><a href="../modules/axis-stacked-base.html">axis-stacked-base</a></li> <li><a href="../modules/axis-time.html">axis-time</a></li> <li><a href="../modules/axis-time-base.html">axis-time-base</a></li> <li><a href="../modules/base.html">base</a></li> <li><a href="../modules/base-base.html">base-base</a></li> <li><a href="../modules/base-build.html">base-build</a></li> <li><a href="../modules/base-core.html">base-core</a></li> <li><a href="../modules/base-observable.html">base-observable</a></li> <li><a href="../modules/base-pluginhost.html">base-pluginhost</a></li> <li><a href="../modules/button.html">button</a></li> <li><a href="../modules/button-core.html">button-core</a></li> <li><a href="../modules/button-group.html">button-group</a></li> <li><a href="../modules/button-plugin.html">button-plugin</a></li> <li><a href="../modules/cache.html">cache</a></li> <li><a href="../modules/cache-base.html">cache-base</a></li> <li><a href="../modules/cache-offline.html">cache-offline</a></li> <li><a href="../modules/cache-plugin.html">cache-plugin</a></li> <li><a href="../modules/calendar.html">calendar</a></li> <li><a href="../modules/calendar-base.html">calendar-base</a></li> <li><a href="../modules/calendarnavigator.html">calendarnavigator</a></li> <li><a href="../modules/charts.html">charts</a></li> <li><a href="../modules/charts-base.html">charts-base</a></li> <li><a href="../modules/charts-legend.html">charts-legend</a></li> <li><a href="../modules/classnamemanager.html">classnamemanager</a></li> <li><a href="../modules/clickable-rail.html">clickable-rail</a></li> <li><a href="../modules/collection.html">collection</a></li> <li><a href="../modules/color.html">color</a></li> <li><a href="../modules/color-base.html">color-base</a></li> <li><a href="../modules/color-harmony.html">color-harmony</a></li> <li><a href="../modules/color-hsl.html">color-hsl</a></li> <li><a href="../modules/color-hsv.html">color-hsv</a></li> <li><a href="../modules/console.html">console</a></li> <li><a href="../modules/console-filters.html">console-filters</a></li> <li><a href="../modules/content-editable.html">content-editable</a></li> <li><a href="../modules/cookie.html">cookie</a></li> <li><a href="../modules/createlink-base.html">createlink-base</a></li> <li><a href="../modules/dataschema.html">dataschema</a></li> <li><a href="../modules/dataschema-array.html">dataschema-array</a></li> <li><a href="../modules/dataschema-base.html">dataschema-base</a></li> <li><a href="../modules/dataschema-json.html">dataschema-json</a></li> <li><a href="../modules/dataschema-text.html">dataschema-text</a></li> <li><a href="../modules/dataschema-xml.html">dataschema-xml</a></li> <li><a href="../modules/datasource.html">datasource</a></li> <li><a href="../modules/datasource-arrayschema.html">datasource-arrayschema</a></li> <li><a href="../modules/datasource-cache.html">datasource-cache</a></li> <li><a href="../modules/datasource-function.html">datasource-function</a></li> <li><a href="../modules/datasource-get.html">datasource-get</a></li> <li><a href="../modules/datasource-io.html">datasource-io</a></li> <li><a href="../modules/datasource-jsonschema.html">datasource-jsonschema</a></li> <li><a href="../modules/datasource-local.html">datasource-local</a></li> <li><a href="../modules/datasource-polling.html">datasource-polling</a></li> <li><a href="../modules/datasource-textschema.html">datasource-textschema</a></li> <li><a href="../modules/datasource-xmlschema.html">datasource-xmlschema</a></li> <li><a href="../modules/datatable.html">datatable</a></li> <li><a href="../modules/datatable-base.html">datatable-base</a></li> <li><a href="../modules/datatable-body.html">datatable-body</a></li> <li><a href="../modules/datatable-column-widths.html">datatable-column-widths</a></li> <li><a href="../modules/datatable-core.html">datatable-core</a></li> <li><a href="../modules/datatable-datasource.html">datatable-datasource</a></li> <li><a href="../modules/datatable-foot.html">datatable-foot</a></li> <li><a href="../modules/datatable-formatters.html">datatable-formatters</a></li> <li><a href="../modules/datatable-head.html">datatable-head</a></li> <li><a href="../modules/datatable-highlight.html">datatable-highlight</a></li> <li><a href="../modules/datatable-keynav.html">datatable-keynav</a></li> <li><a href="../modules/datatable-message.html">datatable-message</a></li> <li><a href="../modules/datatable-mutable.html">datatable-mutable</a></li> <li><a href="../modules/datatable-paginator.html">datatable-paginator</a></li> <li><a href="../modules/datatable-scroll.html">datatable-scroll</a></li> <li><a href="../modules/datatable-sort.html">datatable-sort</a></li> <li><a href="../modules/datatable-table.html">datatable-table</a></li> <li><a href="../modules/datatype.html">datatype</a></li> <li><a href="../modules/datatype-date.html">datatype-date</a></li> <li><a href="../modules/datatype-date-format.html">datatype-date-format</a></li> <li><a href="../modules/datatype-date-math.html">datatype-date-math</a></li> <li><a href="../modules/datatype-date-parse.html">datatype-date-parse</a></li> <li><a href="../modules/datatype-number.html">datatype-number</a></li> <li><a href="../modules/datatype-number-format.html">datatype-number-format</a></li> <li><a href="../modules/datatype-number-parse.html">datatype-number-parse</a></li> <li><a href="../modules/datatype-xml.html">datatype-xml</a></li> <li><a href="../modules/datatype-xml-format.html">datatype-xml-format</a></li> <li><a href="../modules/datatype-xml-parse.html">datatype-xml-parse</a></li> <li><a href="../modules/dd.html">dd</a></li> <li><a href="../modules/dd-constrain.html">dd-constrain</a></li> <li><a href="../modules/dd-ddm.html">dd-ddm</a></li> <li><a href="../modules/dd-ddm-base.html">dd-ddm-base</a></li> <li><a href="../modules/dd-ddm-drop.html">dd-ddm-drop</a></li> <li><a href="../modules/dd-delegate.html">dd-delegate</a></li> <li><a href="../modules/dd-drag.html">dd-drag</a></li> <li><a href="../modules/dd-drop.html">dd-drop</a></li> <li><a href="../modules/dd-drop-plugin.html">dd-drop-plugin</a></li> <li><a href="../modules/dd-gestures.html">dd-gestures</a></li> <li><a href="../modules/dd-plugin.html">dd-plugin</a></li> <li><a href="../modules/dd-proxy.html">dd-proxy</a></li> <li><a href="../modules/dd-scroll.html">dd-scroll</a></li> <li><a href="../modules/dial.html">dial</a></li> <li><a href="../modules/dom.html">dom</a></li> <li><a href="../modules/dom-base.html">dom-base</a></li> <li><a href="../modules/dom-screen.html">dom-screen</a></li> <li><a href="../modules/dom-style.html">dom-style</a></li> <li><a href="../modules/dump.html">dump</a></li> <li><a href="../modules/editor.html">editor</a></li> <li><a href="../modules/editor-base.html">editor-base</a></li> <li><a href="../modules/editor-bidi.html">editor-bidi</a></li> <li><a href="../modules/editor-br.html">editor-br</a></li> <li><a href="../modules/editor-inline.html">editor-inline</a></li> <li><a href="../modules/editor-lists.html">editor-lists</a></li> <li><a href="../modules/editor-para.html">editor-para</a></li> <li><a href="../modules/editor-para-base.html">editor-para-base</a></li> <li><a href="../modules/editor-para-ie.html">editor-para-ie</a></li> <li><a href="../modules/editor-tab.html">editor-tab</a></li> <li><a href="../modules/escape.html">escape</a></li> <li><a href="../modules/event.html">event</a></li> <li><a href="../modules/event-base.html">event-base</a></li> <li><a href="../modules/event-contextmenu.html">event-contextmenu</a></li> <li><a href="../modules/event-custom.html">event-custom</a></li> <li><a href="../modules/event-custom-base.html">event-custom-base</a></li> <li><a href="../modules/event-custom-complex.html">event-custom-complex</a></li> <li><a href="../modules/event-delegate.html">event-delegate</a></li> <li><a href="../modules/event-flick.html">event-flick</a></li> <li><a href="../modules/event-focus.html">event-focus</a></li> <li><a href="../modules/event-gestures.html">event-gestures</a></li> <li><a href="../modules/event-hover.html">event-hover</a></li> <li><a href="../modules/event-key.html">event-key</a></li> <li><a href="../modules/event-mouseenter.html">event-mouseenter</a></li> <li><a href="../modules/event-mousewheel.html">event-mousewheel</a></li> <li><a href="../modules/event-move.html">event-move</a></li> <li><a href="../modules/event-outside.html">event-outside</a></li> <li><a href="../modules/event-resize.html">event-resize</a></li> <li><a href="../modules/event-simulate.html">event-simulate</a></li> <li><a href="../modules/event-synthetic.html">event-synthetic</a></li> <li><a href="../modules/event-tap.html">event-tap</a></li> <li><a href="../modules/event-touch.html">event-touch</a></li> <li><a href="../modules/event-valuechange.html">event-valuechange</a></li> <li><a href="../modules/exec-command.html">exec-command</a></li> <li><a href="../modules/features.html">features</a></li> <li><a href="../modules/file.html">file</a></li> <li><a href="../modules/file-flash.html">file-flash</a></li> <li><a href="../modules/file-html5.html">file-html5</a></li> <li><a href="../modules/frame.html">frame</a></li> <li><a href="../modules/gesture-simulate.html">gesture-simulate</a></li> <li><a href="../modules/get.html">get</a></li> <li><a href="../modules/get-nodejs.html">get-nodejs</a></li> <li><a href="../modules/graphics.html">graphics</a></li> <li><a href="../modules/graphics-group.html">graphics-group</a></li> <li><a href="../modules/handlebars.html">handlebars</a></li> <li><a href="../modules/handlebars-base.html">handlebars-base</a></li> <li><a href="../modules/handlebars-compiler.html">handlebars-compiler</a></li> <li><a href="../modules/highlight.html">highlight</a></li> <li><a href="../modules/highlight-accentfold.html">highlight-accentfold</a></li> <li><a href="../modules/highlight-base.html">highlight-base</a></li> <li><a href="../modules/history.html">history</a></li> <li><a href="../modules/history-base.html">history-base</a></li> <li><a href="../modules/history-hash.html">history-hash</a></li> <li><a href="../modules/history-hash-ie.html">history-hash-ie</a></li> <li><a href="../modules/history-html5.html">history-html5</a></li> <li><a href="../modules/imageloader.html">imageloader</a></li> <li><a href="../modules/intl.html">intl</a></li> <li><a href="../modules/io.html">io</a></li> <li><a href="../modules/io-base.html">io-base</a></li> <li><a href="../modules/io-form.html">io-form</a></li> <li><a href="../modules/io-nodejs.html">io-nodejs</a></li> <li><a href="../modules/io-queue.html">io-queue</a></li> <li><a href="../modules/io-upload-iframe.html">io-upload-iframe</a></li> <li><a href="../modules/io-xdr.html">io-xdr</a></li> <li><a href="../modules/json.html">json</a></li> <li><a href="../modules/json-parse.html">json-parse</a></li> <li><a href="../modules/json-stringify.html">json-stringify</a></li> <li><a href="../modules/jsonp.html">jsonp</a></li> <li><a href="../modules/jsonp-url.html">jsonp-url</a></li> <li><a href="../modules/lazy-model-list.html">lazy-model-list</a></li> <li><a href="../modules/loader.html">loader</a></li> <li><a href="../modules/loader-base.html">loader-base</a></li> <li><a href="../modules/loader-yui3.html">loader-yui3</a></li> <li><a href="../modules/matrix.html">matrix</a></li> <li><a href="../modules/model.html">model</a></li> <li><a href="../modules/model-list.html">model-list</a></li> <li><a href="../modules/model-sync-rest.html">model-sync-rest</a></li> <li><a href="../modules/node.html">node</a></li> <li><a href="../modules/node-base.html">node-base</a></li> <li><a href="../modules/node-core.html">node-core</a></li> <li><a href="../modules/node-data.html">node-data</a></li> <li><a href="../modules/node-event-delegate.html">node-event-delegate</a></li> <li><a href="../modules/node-event-html5.html">node-event-html5</a></li> <li><a href="../modules/node-event-simulate.html">node-event-simulate</a></li> <li><a href="../modules/node-flick.html">node-flick</a></li> <li><a href="../modules/node-focusmanager.html">node-focusmanager</a></li> <li><a href="../modules/node-load.html">node-load</a></li> <li><a href="../modules/node-menunav.html">node-menunav</a></li> <li><a href="../modules/node-pluginhost.html">node-pluginhost</a></li> <li><a href="../modules/node-screen.html">node-screen</a></li> <li><a href="../modules/node-scroll-info.html">node-scroll-info</a></li> <li><a href="../modules/node-style.html">node-style</a></li> <li><a href="../modules/oop.html">oop</a></li> <li><a href="../modules/overlay.html">overlay</a></li> <li><a href="../modules/paginator.html">paginator</a></li> <li><a href="../modules/paginator-core.html">paginator-core</a></li> <li><a href="../modules/paginator-url.html">paginator-url</a></li> <li><a href="../modules/panel.html">panel</a></li> <li><a href="../modules/parallel.html">parallel</a></li> <li><a href="../modules/pjax.html">pjax</a></li> <li><a href="../modules/pjax-base.html">pjax-base</a></li> <li><a href="../modules/pjax-content.html">pjax-content</a></li> <li><a href="../modules/pjax-plugin.html">pjax-plugin</a></li> <li><a href="../modules/plugin.html">plugin</a></li> <li><a href="../modules/pluginhost.html">pluginhost</a></li> <li><a href="../modules/pluginhost-base.html">pluginhost-base</a></li> <li><a href="../modules/pluginhost-config.html">pluginhost-config</a></li> <li><a href="../modules/promise.html">promise</a></li> <li><a href="../modules/querystring.html">querystring</a></li> <li><a href="../modules/querystring-parse.html">querystring-parse</a></li> <li><a href="../modules/querystring-parse-simple.html">querystring-parse-simple</a></li> <li><a href="../modules/querystring-stringify.html">querystring-stringify</a></li> <li><a href="../modules/querystring-stringify-simple.html">querystring-stringify-simple</a></li> <li><a href="../modules/queue-promote.html">queue-promote</a></li> <li><a href="../modules/range-slider.html">range-slider</a></li> <li><a href="../modules/recordset.html">recordset</a></li> <li><a href="../modules/recordset-base.html">recordset-base</a></li> <li><a href="../modules/recordset-filter.html">recordset-filter</a></li> <li><a href="../modules/recordset-indexer.html">recordset-indexer</a></li> <li><a href="../modules/recordset-sort.html">recordset-sort</a></li> <li><a href="../modules/resize.html">resize</a></li> <li><a href="../modules/resize-contrain.html">resize-contrain</a></li> <li><a href="../modules/resize-plugin.html">resize-plugin</a></li> <li><a href="../modules/resize-proxy.html">resize-proxy</a></li> <li><a href="../modules/rollup.html">rollup</a></li> <li><a href="../modules/router.html">router</a></li> <li><a href="../modules/scrollview.html">scrollview</a></li> <li><a href="../modules/scrollview-base.html">scrollview-base</a></li> <li><a href="../modules/scrollview-base-ie.html">scrollview-base-ie</a></li> <li><a href="../modules/scrollview-list.html">scrollview-list</a></li> <li><a href="../modules/scrollview-paginator.html">scrollview-paginator</a></li> <li><a href="../modules/scrollview-scrollbars.html">scrollview-scrollbars</a></li> <li><a href="../modules/selection.html">selection</a></li> <li><a href="../modules/selector-css2.html">selector-css2</a></li> <li><a href="../modules/selector-css3.html">selector-css3</a></li> <li><a href="../modules/selector-native.html">selector-native</a></li> <li><a href="../modules/series-area.html">series-area</a></li> <li><a href="../modules/series-area-stacked.html">series-area-stacked</a></li> <li><a href="../modules/series-areaspline.html">series-areaspline</a></li> <li><a href="../modules/series-areaspline-stacked.html">series-areaspline-stacked</a></li> <li><a href="../modules/series-bar.html">series-bar</a></li> <li><a href="../modules/series-bar-stacked.html">series-bar-stacked</a></li> <li><a href="../modules/series-base.html">series-base</a></li> <li><a href="../modules/series-candlestick.html">series-candlestick</a></li> <li><a href="../modules/series-cartesian.html">series-cartesian</a></li> <li><a href="../modules/series-column.html">series-column</a></li> <li><a href="../modules/series-column-stacked.html">series-column-stacked</a></li> <li><a href="../modules/series-combo.html">series-combo</a></li> <li><a href="../modules/series-combo-stacked.html">series-combo-stacked</a></li> <li><a href="../modules/series-combospline.html">series-combospline</a></li> <li><a href="../modules/series-combospline-stacked.html">series-combospline-stacked</a></li> <li><a href="../modules/series-curve-util.html">series-curve-util</a></li> <li><a href="../modules/series-fill-util.html">series-fill-util</a></li> <li><a href="../modules/series-histogram.html">series-histogram</a></li> <li><a href="../modules/series-line.html">series-line</a></li> <li><a href="../modules/series-line-stacked.html">series-line-stacked</a></li> <li><a href="../modules/series-line-util.html">series-line-util</a></li> <li><a href="../modules/series-marker.html">series-marker</a></li> <li><a href="../modules/series-marker-stacked.html">series-marker-stacked</a></li> <li><a href="../modules/series-ohlc.html">series-ohlc</a></li> <li><a href="../modules/series-pie.html">series-pie</a></li> <li><a href="../modules/series-plot-util.html">series-plot-util</a></li> <li><a href="../modules/series-range.html">series-range</a></li> <li><a href="../modules/series-spline.html">series-spline</a></li> <li><a href="../modules/series-spline-stacked.html">series-spline-stacked</a></li> <li><a href="../modules/series-stacked.html">series-stacked</a></li> <li><a href="../modules/shim-plugin.html">shim-plugin</a></li> <li><a href="../modules/slider.html">slider</a></li> <li><a href="../modules/slider-base.html">slider-base</a></li> <li><a href="../modules/slider-value-range.html">slider-value-range</a></li> <li><a href="../modules/sortable.html">sortable</a></li> <li><a href="../modules/sortable-scroll.html">sortable-scroll</a></li> <li><a href="../modules/stylesheet.html">stylesheet</a></li> <li><a href="../modules/substitute.html">substitute</a></li> <li><a href="../modules/swf.html">swf</a></li> <li><a href="../modules/swfdetect.html">swfdetect</a></li> <li><a href="../modules/tabview.html">tabview</a></li> <li><a href="../modules/template.html">template</a></li> <li><a href="../modules/template-base.html">template-base</a></li> <li><a href="../modules/template-micro.html">template-micro</a></li> <li><a href="../modules/test.html">test</a></li> <li><a href="../modules/test-console.html">test-console</a></li> <li><a href="../modules/text.html">text</a></li> <li><a href="../modules/text-accentfold.html">text-accentfold</a></li> <li><a href="../modules/text-wordbreak.html">text-wordbreak</a></li> <li><a href="../modules/timers.html">timers</a></li> <li><a href="../modules/transition.html">transition</a></li> <li><a href="../modules/transition-timer.html">transition-timer</a></li> <li><a href="../modules/tree.html">tree</a></li> <li><a href="../modules/tree-labelable.html">tree-labelable</a></li> <li><a href="../modules/tree-lazy.html">tree-lazy</a></li> <li><a href="../modules/tree-node.html">tree-node</a></li> <li><a href="../modules/tree-openable.html">tree-openable</a></li> <li><a href="../modules/tree-selectable.html">tree-selectable</a></li> <li><a href="../modules/tree-sortable.html">tree-sortable</a></li> <li><a href="../modules/uploader.html">uploader</a></li> <li><a href="../modules/uploader-flash.html">uploader-flash</a></li> <li><a href="../modules/uploader-html5.html">uploader-html5</a></li> <li><a href="../modules/uploader-queue.html">uploader-queue</a></li> <li><a href="../modules/view.html">view</a></li> <li><a href="../modules/view-node-map.html">view-node-map</a></li> <li><a href="../modules/widget.html">widget</a></li> <li><a href="../modules/widget-anim.html">widget-anim</a></li> <li><a href="../modules/widget-autohide.html">widget-autohide</a></li> <li><a href="../modules/widget-base.html">widget-base</a></li> <li><a href="../modules/widget-base-ie.html">widget-base-ie</a></li> <li><a href="../modules/widget-buttons.html">widget-buttons</a></li> <li><a href="../modules/widget-child.html">widget-child</a></li> <li><a href="../modules/widget-htmlparser.html">widget-htmlparser</a></li> <li><a href="../modules/widget-modality.html">widget-modality</a></li> <li><a href="../modules/widget-parent.html">widget-parent</a></li> <li><a href="../modules/widget-position.html">widget-position</a></li> <li><a href="../modules/widget-position-align.html">widget-position-align</a></li> <li><a href="../modules/widget-position-constrain.html">widget-position-constrain</a></li> <li><a href="../modules/widget-skin.html">widget-skin</a></li> <li><a href="../modules/widget-stack.html">widget-stack</a></li> <li><a href="../modules/widget-stdmod.html">widget-stdmod</a></li> <li><a href="../modules/widget-uievents.html">widget-uievents</a></li> <li><a href="../modules/yql.html">yql</a></li> <li><a href="../modules/yql-jsonp.html">yql-jsonp</a></li> <li><a href="../modules/yql-nodejs.html">yql-nodejs</a></li> <li><a href="../modules/yql-winjs.html">yql-winjs</a></li> <li><a href="../modules/yui.html">yui</a></li> <li><a href="../modules/yui-base.html">yui-base</a></li> <li><a href="../modules/yui-later.html">yui-later</a></li> <li><a href="../modules/yui-log.html">yui-log</a></li> <li><a href="../modules/yui-throttle.html">yui-throttle</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> <label for="api-show-deprecated"> <input type="checkbox" id="api-show-deprecated"> Deprecated </label> </div> <div class="apidocs"> <div id="docs-main"> <div class="content"> <h1>StyleSheet Class</h1> <div class="box meta"> <div class="foundat"> Defined in: <a href="../files/stylesheet_js_stylesheet.js.html#l69"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:69</code></a> </div> Module: <a href="../modules/stylesheet.html">stylesheet</a> </div> <div class="box intro"> <p>Create an instance of StyleSheet to encapsulate a css stylesheet. The constructor can be called using function or constructor syntax.</p> <p><pre class="code prettyprint"><code>var sheet = Y.StyleSheet(..);</pre></code> or</p> <p><pre class="code prettyprint"><code>var sheet = new Y.StyleSheet(..);</pre></code></p> <p>The first parameter passed can be any of the following things:</p> <ul> <li>The desired string name to register a new empty sheet</li> <li>The string name of an existing StyleSheet instance</li> <li>The unique guid generated for an existing StyleSheet instance</li> <li>The id of an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>The node reference for an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>The Y.Node instance wrapping an existing <code>&lt;link&gt;</code> or <code>&lt;style&gt;</code> node</li> <li>A chunk of css text to create a new stylesheet from</li> </ul> <p>If a string is passed, StyleSheet will first look in its static name registry for an existing sheet, then in the DOM for an element with that id. If neither are found and the string contains the { character, it will be used as a the initial cssText for a new StyleSheet. Otherwise, a new empty StyleSheet is created, assigned the string value as a name, and registered statically by that name.</p> <p>The optional second parameter is a string name to register the sheet as. This param is largely useful when providing a node id/ref or chunk of css text to create a populated instance.</p> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_StyleSheet" class="method item"> <h3 class="name"><code>StyleSheet</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>seed</code> </li> <li class="arg"> <code>name</code> </li> </ul><span class="paren">)</span> </div> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l69"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:69</code></a> </p> </div> <div class="description"> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">seed</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/Document_Object_Model_(DOM)/HTMLElement" class="crosslink external" target="_blank">HTMLElement</a> | <a href="../classes/Node.html" class="crosslink">Node</a></span> <div class="param-description"> <p>a style or link node, its id, or a name or guid of a StyleSheet, or a string of css text</p> </div> </li> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>(optional) name to register instance for future static access</p> </div> </li> </ul> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> <li class="api-class-tab methods"><a href="#methods">Methods</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> <div class="index-section methods"> <h3>Methods</h3> <ul class="index-list methods"> <li class="index-item method"> <a href="#method_disable">disable</a> </li> <li class="index-item method"> <a href="#method_enable">enable</a> </li> <li class="index-item method"> <a href="#method_getCssText">getCssText</a> </li> <li class="index-item method"> <a href="#method_getId">getId</a> </li> <li class="index-item method"> <a href="#method_isEnabled">isEnabled</a> </li> <li class="index-item method"> <a href="#method_isValidSelector">isValidSelector</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_register">register</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_set">set</a> </li> <li class="index-item method"> <a href="#method_toCssText">toCssText</a> <span class="flag static">static</span> </li> <li class="index-item method"> <a href="#method_unset">unset</a> </li> </ul> </div> </div> <div id="methods" class="api-class-tabpanel"> <h2 class="off-left">Methods</h2> <div id="method_disable" class="method item"> <h3 class="name"><code>disable</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l236"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:236</code></a> </p> </div> <div class="description"> <p>Disable all the rules in the sheet. Rules may be changed while the StyleSheet is disabled.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_enable" class="method item"> <h3 class="name"><code>enable</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l227"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:227</code></a> </p> </div> <div class="description"> <p>Enable all the rules in the sheet</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_getCssText" class="method item"> <h3 class="name"><code>getCssText</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l379"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:379</code></a> </p> </div> <div class="description"> <p>Get the current cssText for a rule or the entire sheet. If the selector param is supplied, only the cssText for that rule will be returned, if found. If the selector string targets multiple selectors separated by commas, the cssText of the first rule only will be returned. If no selector string, the stylesheet&#39;s full cssText will be returned.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>Selector string</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: </div> </div> </div> <div id="method_getId" class="method item"> <h3 class="name"><code>getId</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l219"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:219</code></a> </p> </div> <div class="description"> <p>Get the unique stamp for this StyleSheet instance</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/Number.html" class="crosslink">Number</a></span>: <p>the static id</p> </div> </div> </div> <div id="method_isEnabled" class="method item"> <h3 class="name"><code>isEnabled</code></h3> <span class="paren">()</span> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l246"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:246</code></a> </p> </div> <div class="description"> <p>Returns false if the StyleSheet is disabled. Otherwise true.</p> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: </div> </div> </div> <div id="method_isValidSelector" class="method item"> <h3 class="name"><code>isValidSelector</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l502"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:502</code></a> </p> </div> <div class="description"> <p>Determines if a selector string is safe to use. Used internally in set to prevent IE from locking up when attempting to add a rule for a &quot;bad selector&quot;.</p> <p>Bad selectors are considered to be any string containing unescaped `~!@$%^&amp;()+=|{}[];&#39;&quot;?&lt; or space. Also forbidden are . or # followed by anything other than an alphanumeric. Additionally -abc or .-abc or #_abc or &#39;# &#39; all fail. There are likely more failure cases, so please file a bug if you encounter one.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: </div> </div> </div> <div id="method_register" class="method item"> <h3 class="name"><code>register</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>name</code> </li> <li class="arg"> <code>sheet</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l487"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:487</code></a> </p> </div> <div class="description"> <p>Registers a StyleSheet instance in the static registry by the given name</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">name</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the name to assign the StyleSheet in the registry</p> </div> </li> <li class="param"> <code class="param-name">sheet</code> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> <div class="param-description"> <p>The StyleSheet instance</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Boolean" class="crosslink external" target="_blank">Boolean</a></span>: <p>false if no name or sheet is not a StyleSheet instance. true otherwise.</p> </div> </div> </div> <div id="method_set" class="method item"> <h3 class="name"><code>set</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> <li class="arg"> <code>css</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l254"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:254</code></a> </p> </div> <div class="description"> <p>Set style properties for a provided selector string. If the selector includes commas, it will be split into individual selectors and applied accordingly. If the selector string does not have a corresponding rule in the sheet, it will be added.</p> <p>The object properties in the second parameter must be the JavaScript names of style properties. E.g. fontSize rather than font-size.</p> <p>The float style property will be set by any of &quot;float&quot;, &quot;styleFloat&quot;, or &quot;cssFloat&quot;.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string to apply the changes to</p> </div> </li> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>Object literal of style properties and new values</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> <div id="method_toCssText" class="method item"> <h3 class="name"><code>toCssText</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>css</code> </li> <li class="arg"> <code>cssText</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> </span> <span class="flag static">static</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l458"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:458</code></a> </p> </div> <div class="description"> <p>Converts an object literal of style properties and values into a string of css text. This can then be assigned to el.style.cssText.</p> <p>The optional second parameter is a cssText string representing the starting state of the style prior to alterations. This is most often extracted from the eventual target&#39;s current el.style.cssText.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Object" class="crosslink external" target="_blank">Object</a></span> <div class="param-description"> <p>object literal of style properties and values</p> </div> </li> <li class="param"> <code class="param-name">cssText</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>(optional) starting cssText value</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span>: <p>the resulting cssText string</p> </div> </div> </div> <div id="method_unset" class="method item"> <h3 class="name"><code>unset</code></h3> <div class="args"> <span class="paren">(</span><ul class="args-list inline commas"> <li class="arg"> <code>sel</code> </li> <li class="arg"> <code>css</code> </li> </ul><span class="paren">)</span> </div> <span class="returns-inline"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span> </span> <span class="flag chainable">chainable</span> <div class="meta"> <p> Defined in <a href="../files/stylesheet_js_stylesheet.js.html#l314"><code>stylesheet&#x2F;js&#x2F;stylesheet.js:314</code></a> </p> </div> <div class="description"> <p>Unset style properties for a provided selector string, removing their effect from the style cascade.</p> <p>If the selector includes commas, it will be split into individual selectors and applied accordingly. If there are no properties remaining in the rule after unsetting, the rule is removed.</p> <p>The style property or properties in the second parameter must be the JavaScript style property names. E.g. fontSize rather than font-size.</p> <p>The float style property will be unset by any of &quot;float&quot;, &quot;styleFloat&quot;, or &quot;cssFloat&quot;.</p> </div> <div class="params"> <h4>Parameters:</h4> <ul class="params-list"> <li class="param"> <code class="param-name">sel</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a></span> <div class="param-description"> <p>the selector string to apply the changes to</p> </div> </li> <li class="param"> <code class="param-name">css</code> <span class="type"><a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String" class="crosslink external" target="_blank">String</a> | <a href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array" class="crosslink external" target="_blank">Array</a></span> <div class="param-description"> <p>style property name or Array of names</p> </div> </li> </ul> </div> <div class="returns"> <h4>Returns:</h4> <div class="returns-description"> <span class="type"><a href="../classes/StyleSheet.html" class="crosslink">StyleSheet</a></span>: </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="../assets/js/yui-prettify.js"></script> <script src="../assets/../api.js"></script> <script src="../assets/js/api-filter.js"></script> <script src="../assets/js/api-list.js"></script> <script src="../assets/js/api-search.js"></script> <script src="../assets/js/apidocs.js"></script> </body> </html>
css/theme/_vti_cnf/beige.css
debuggingio/debugging.io
vti_encoding:SR|utf8-nl vti_timelastmodified:TR|25 Mar 2014 20:36:09 -0000 vti_extenderversion:SR|12.0.0.0 vti_author:SR|FAREAST\\rohitra vti_modifiedby:SR|FAREAST\\rohitra vti_timecreated:TR|25 Mar 2014 20:36:09 -0000 vti_cacheddtm:TX|25 Mar 2014 20:36:09 -0000 vti_filesize:IR|4967 vti_cachedlinkinfo:VX|Q|https://fonts.googleapis.com/css S|../../lib/font/league_gothic-webfont.eot S|../../lib/font/league_gothic-webfont.eot S|../../lib/font/league_gothic-webfont.woff S|../../lib/font/league_gothic-webfont.ttf S|../../lib/font/league_gothic-webfont.svg vti_cachedsvcrellinks:VX|NQSS|https://fonts.googleapis.com/css FSUS|lib/font/league_gothic-webfont.eot FSUS|lib/font/league_gothic-webfont.eot FSUS|lib/font/league_gothic-webfont.woff FSUS|lib/font/league_gothic-webfont.ttf FSUS|lib/font/league_gothic-webfont.svg vti_backlinkinfo:VX|
examples/index.html
MrSoya/impex
<!DOCTYPE html> <html > <head> <title>Impexui - layout</title> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <link rel="stylesheet" type="text/css" href="themes/default.css"/> <link rel="stylesheet" type="text/css" href="lib/fontawesome/css/font-awesome.min.css"/> </head> <body> <div class="impex-layout"> <header> impexjs Examples </header> <div class="togglebar"> <div class="menubar {{hideSide?'hidden':''}}"> {{hideSide?'':'&nbsp;'}} <i class="fa fa-bars toggler" :click="toggleSide()"></i> </div> <div class="tabbar"> <i class="nav fa fa-angle-left" :click="tabMove(-1)"></i> <i class="nav right fa fa-angle-right" :click="tabMove(1)"></i> <div class="slidebox"> <ul > <li x-each="activeTypes as type" class="{{active==type?'active':''}}"> <a href="#!/{{type}}"> {{type}} </a> <i class="fa fa-times" :click="this.parent.closeTab(type,$event)"></i> </li> </ul> </div> </div> </div> <div class="sidebar {{hideSide?'hidden':''}}"> <div class="scrollpane"> <ul class="menu-items"> <li x-each="sidebar as k,list" .active:sync="active" > <a class="cate">{{k}}</a> <ul> <li x-each="list as comp" .active:sync="active" x="{{active}}" class="{{active==comp?'active':''}}"> <a class="link" href="#!/{{comp}}"> {{comp}} </a> </li> </ul> </li> </ul> </div> </div> <div class="main {{hideSide?'hidden':''}}"> <iframe src="codes/{{v.type}}.html" scrolling="yes" frameborder="0" onload="changeFrameHeight(this)" .on-prop-change="this.eachUpdate" x-each="activeComps as v" .active:sync="active" class="panel {{active==v.type?'active':''}}"> </iframe> </div> </div> <script type="text/javascript" src="lib/impex/impex.all.js"></script> <script type="text/javascript" src="lib/impex/impex.ext.router.js"></script> <script type="text/javascript" src="lib/impex/impex.ext.console.js"></script> <script type="text/javascript" src="lib/jq/jquery-3.1.0.min.js"></script> <script type="text/javascript" src="lib/jq/jquery.slimscroll.min.js"></script> <script type="text/javascript"> function changeFrameHeight(iframe){ iframe.style.height = document.documentElement.clientHeight+'px'; } imLog.level = 3; impex.config({ logger:imLog }); //渲染框架 impex.render(document.body, { onCreate:function(router){ var that = this; router.when({ "/([a-z]+)":function(type){ if(that.state.activeTypes.indexOf(type) < 0){ that.state.activeComps.push({ tmpl:'<x-'+type+'></x-'+type+'>', type:type }); that.state.activeTypes.push(type); } that.state.active = type; } }); }, eachUpdate:function(changes){ this.state.active = changes.active.val; }, onInit:function(){ var comps = []; for(var k in this.state.sidebar){ var cate = this.state.sidebar[k]; comps = cate.concat(comps); } this.state.comps = comps; }, onMount:function(){ $('.impex-layout > .sidebar .scrollpane > .menu-items').slimScroll({ height: '100%' }); }, state:{ sidebar:{ 'config':[ 'delimiters','logger' ], 'component':[ 'anonymous','named','expression','html','remote','slot', 'watch','props','proptypes','propchange', 'restrict','lifecycle','route','updateprop','componentis' ], 'filter':[ 'currency','chain' ], 'directive':[ 'on','select','expression','form' ], 'directive - each':[ 'const','for','object','filterin', 'scope','eachprops','nested','eachcomponent', 'performence','eachover','eachrange','operation' ], 'input':[ 'attributes','number','bind' ], 'style':[ 'style','class' ], 'text':[ 'cloak','directive' ], 'directive - if/show':[ 'if','ifrange','show','showrange', 'animationwithjs' ], 'demo':[ 'calculator','todos','tree' ] }, comps:[],//所有组件 activeComps:[],//当前打开的组件 activeTypes:[],//当前打开的type active:'',//当前激活type hideSide:false }, //控制tab左右移动 tabMove:function(dir){ document.querySelector('.impex-layout .slidebox').scrollLeft += dir*100; }, toggleSide:function(){ this.state.hideSide = !this.state.hideSide; }, closeTab:function(type,ev){ var i = this.state.activeTypes.indexOf(type); if(i > -1){ this.state.activeTypes.splice(i,1); this.state.activeComps.splice(i,1); console.log(this.state.activeTypes,this.state.activeComps) } if(this.state.active == type){ var newType = this.state.activeTypes[0]; if(!newType)return; location.href = '#!/'+newType; this.state.active = newType; } } },['XRouter']); </script> </body> </html>
ajax/libs/alifd__next/1.22.0-beta.5/next-noreset.var-2.css
cdnjs/cdnjs
/*! * @alifd/next@1.22.0-beta.5 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */ .next-nav.next-line .next-menu-sub-menu .next-menu-item { background-color: transparent; background-color: var(--nav-line-sub-nav-bg-color, transparent); color: #333333; color: var(--nav-line-sub-nav-text-color, #333333); font-weight: normal; font-weight: var(--nav-line-sub-nav-text-style, normal); } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover { background-color: transparent; background-color: var(--nav-line-sub-nav-hover-bg-color, transparent); color: #5584FF; color: var(--nav-line-sub-nav-hover-text-color, #5584FF); } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected { background-color: transparent; background-color: var(--nav-line-sub-nav-selected-bg-color, transparent); color: #5584FF; color: var(--nav-line-sub-nav-selected-text-color, #5584FF); } .next-nav.next-icon-only .next-menu-item-inner { text-overflow: clip; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon { margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 0px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px)); margin-right: 0px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--popup-local-border-width, 1px)); } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon { margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-primary-border-width, 0px)); } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon { margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px) - var(--nav-secondary-border-width, 0px)); } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon { margin-left: 1px; margin-left: calc(9px - var(--nav-icon-only-font-size, 16px)/2); margin-right: 1px; margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transform-origin: center 50%; } .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { transform: rotate(180deg); margin-left: 1px; margin-left: calc(9px - var(--nav-icon-only-font-size, 16px)/2); margin-right: 1px; margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2); } .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav.next-icon-only .next-nav-item.next-selected .next-nav-icon.next-icon { animation: pulse 0.3s cubic-bezier(0.23, 1, 0.32, 1); } .next-nav.next-icon-only .next-menu-hoz-icon-arrow, .next-nav.next-icon-only .next-menu-icon-arrow { display: none; } .next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal { height: 100%; background: transparent; box-shadow: none; border: none; } .next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-normal .next-nav-item.next-menu-item { background: transparent; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon { margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-left: 1px; margin-left: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); margin-right: 1px; margin-right: calc(29px - var(--nav-icon-only-font-size, 16px)/2 - var(--nav-ver-item-padding-lr, 20px)); } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } .next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner { height: 100%; } .next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item { height: 100%; } .next-nav-embeddable, .next-nav-embeddable .next-nav-item.next-disabled, .next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text > a { background: transparent; border: none; } .next-nav[dir="rtl"] .next-nav-icon.next-icon { margin-left: 4px; margin-left: var(--nav-icon-self-margin, 4px); margin-right: 0; } .next-nav[dir="rtl"] .next-nav-icon.next-icon:before, .next-nav[dir="rtl"] .next-nav-icon.next-icon .next-icon-remote { width: 12px; width: var(--nav-icon-self-size, 12px); font-size: 12px; font-size: var(--nav-icon-self-size, 12px); line-height: inherit; } .next-nav[dir="rtl"].next-hoz .next-menu-header { float: right; } .next-nav[dir="rtl"].next-hoz .next-menu-footer { float: left; } .next-nav[dir="rtl"].next-hoz .next-nav-item:before { width: 0; left: 50%; } .next-nav[dir="rtl"].next-hoz .next-selected.next-nav-item:before { width: 100%; left: auto; right: 0; } .next-nav[dir="rtl"].next-ver.next-left .next-nav-item:before { right: 0; right: -1px; right: calc(0px - var(--popup-local-border-width, 1px)); left: auto; } .next-nav[dir="rtl"].next-ver.next-right .next-nav-item:before { left: 0; left: -1px; left: calc(0px - var(--popup-local-border-width, 1px)); right: auto; } .next-nav[dir="rtl"].next-primary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; right: calc(0px - var(--nav-primary-border-width, 0px)); left: auto; } .next-nav[dir="rtl"].next-primary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; left: calc(0px - var(--nav-primary-border-width, 0px)); right: auto; } .next-nav[dir="rtl"].next-secondary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; right: calc(0px - var(--nav-secondary-border-width, 0px)); left: auto; } .next-nav[dir="rtl"].next-secondary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; left: calc(0px - var(--nav-secondary-border-width, 0px)); right: auto; } .next-nav[dir="rtl"] .next-nav.next-line.next-ver { border-top-color: transparent; border-top-color: var(--nav-line-bg-color, transparent); border-right-color: transparent; border-right-color: var(--nav-line-bg-color, transparent); border-left-color: transparent; border-bottom-color: transparent; border-bottom-color: var(--nav-line-bg-color, transparent); } .next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon, .next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon, .next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { margin-left: 0; margin-right: 1px; margin-right: calc(9px - var(--nav-icon-only-font-size, 16px)/2); } .next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon:before, .next-nav[dir="rtl"].next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav[dir="rtl"].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, .next-nav[dir="rtl"].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote { width: 16px; width: var(--nav-icon-only-font-size, 16px); font-size: 16px; font-size: var(--nav-icon-only-font-size, 16px); line-height: inherit; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-number-picker { box-sizing: border-box; display: inline-block; /* stylelint-disable declaration-no-important */ } .next-number-picker *, .next-number-picker *:before, .next-number-picker *:after { box-sizing: border-box; } .next-number-picker .next-btn { padding: 0 !important; line-height: 0 !important; box-shadow: none !important; } .next-number-picker-normal .next-input { width: 100%; } .next-number-picker-normal .next-input .next-input-control { padding-right: 0; height: 100%; } .next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input { padding-right: 2px; } .next-number-picker-normal .next-btn { display: block; } .next-number-picker-normal .next-btn:hover { z-index: 1; } .next-number-picker-normal .next-btn:first-child { border-right: none; border-top: none; height: 50%; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .next-number-picker-normal .next-btn:last-child { border-right: none; border-bottom: none; margin-top: -1px; height: calc(50% + 1px); border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .next-number-picker-normal .next-number-picker-handler { transition: opacity 100ms linear; transition: opacity var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); height: 100%; display: block; } .next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler { opacity: 0; } .next-number-picker-normal:hover .next-number-picker-handler, .next-number-picker-normal.hover .next-number-picker-handler { opacity: 1; } .next-number-picker-normal .next-input.next-disabled .next-number-picker-handler { opacity: 0; } .next-number-picker-normal .next-number-picker-up-icon::before { content: "\E625"; content: var(--number-picker-normal-up-icon, "\E625"); } .next-number-picker-normal .next-number-picker-down-icon::before { content: "\E63D"; content: var(--number-picker-normal-down-icon, "\E63D"); } .next-number-picker-normal.next-small { width: 68px; } .next-number-picker-normal.next-small .next-btn { width: 20px; width: var(--number-picker-normal-s-button-width, 20px); } .next-number-picker-normal.next-small .next-btn:first-child { border-top-right-radius: 3px; border-top-right-radius: var(--form-element-small-corner, 3px); } .next-number-picker-normal.next-small .next-btn:last-child { border-bottom-right-radius: 3px; border-bottom-right-radius: var(--form-element-small-corner, 3px); } .next-number-picker-normal.next-small .next-icon:before, .next-number-picker-normal.next-small .next-icon .next-icon-remote { width: 8px; width: var(--number-picker-normal-s-button-icon-size, 8px); font-size: 8px; font-size: var(--number-picker-normal-s-button-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-small .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-s-button-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-s-button-icon-size, 8px)/2); } .next-number-picker-normal.next-small .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-number-picker-normal.next-medium { width: 80px; width: var(--number-picker-normal-m-input-width, 80px); } .next-number-picker-normal.next-medium .next-btn { width: 20px; width: var(--number-picker-normal-m-button-width, 20px); } .next-number-picker-normal.next-medium .next-btn:first-child { border-top-right-radius: 3px; border-top-right-radius: var(--form-element-medium-corner, 3px); } .next-number-picker-normal.next-medium .next-btn:last-child { border-bottom-right-radius: 3px; border-bottom-right-radius: var(--form-element-medium-corner, 3px); } .next-number-picker-normal.next-medium .next-icon:before, .next-number-picker-normal.next-medium .next-icon .next-icon-remote { width: 8px; width: var(--number-picker-normal-m-button-icon-size, 8px); font-size: 8px; font-size: var(--number-picker-normal-m-button-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-medium .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-m-button-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-m-button-icon-size, 8px)/2); } .next-number-picker-normal.next-medium .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-number-picker-normal.next-large { width: 80px; width: var(--number-picker-normal-l-input-width, 80px); } .next-number-picker-normal.next-large .next-btn { width: 20px; width: var(--number-picker-normal-l-button-width, 20px); } .next-number-picker-normal.next-large .next-btn:first-child { border-top-right-radius: 3px; border-top-right-radius: var(--form-element-large-corner, 3px); } .next-number-picker-normal.next-large .next-btn:last-child { border-bottom-right-radius: 3px; border-bottom-right-radius: var(--form-element-large-corner, 3px); } .next-number-picker-normal.next-large .next-icon:before, .next-number-picker-normal.next-large .next-icon .next-icon-remote { width: 8px; width: var(--number-picker-normal-l-button-icon-size, 8px); font-size: 8px; font-size: var(--number-picker-normal-l-button-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-large .next-icon { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-l-button-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--number-picker-normal-l-button-icon-size, 8px)/2); } .next-number-picker-normal.next-large .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-number-picker-inline input { text-align: center; } .next-number-picker-inline .next-input input { padding: 0; } .next-number-picker-inline .next-number-picker-add-icon::before { content: "\E655"; content: var(--number-picker-inline-add-icon, "\E655"); } .next-number-picker-inline .next-number-picker-minus-icon::before { content: "\E601"; content: var(--number-picker-inline-minus-icon, "\E601"); } .next-number-picker-inline.next-small { width: 68px; min-width: 60px; min-width: calc(var(--form-element-small-height, 20px)*3); } .next-number-picker-inline.next-small .next-icon:before, .next-number-picker-inline.next-small .next-icon .next-icon-remote { width: 12px; width: var(--number-picker-inline-s-button-icon-size, 12px); font-size: 12px; font-size: var(--number-picker-inline-s-button-icon-size, 12px); line-height: inherit; } .next-number-picker-inline.next-small .next-btn { height: 20px; height: var(--form-element-small-height, 20px); } .next-number-picker-inline.next-small .next-before .next-btn { margin-right: 2px; margin-right: var(--number-picker-inline-s-button-margin, 2px); border-top-left-radius: 3px; border-top-left-radius: var(--number-picker-inline-s-button-corner, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 3px); } .next-number-picker-inline.next-small .next-after .next-btn { margin-left: 2px; margin-left: var(--number-picker-inline-s-button-margin, 2px); border-top-right-radius: 3px; border-top-right-radius: var(--number-picker-inline-s-button-corner, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 3px); } .next-number-picker-inline.next-medium { width: 100px; width: var(--number-picker-inline-m-input-width, 100px); min-width: 84px; min-width: calc(var(--form-element-medium-height, 28px)*3); } .next-number-picker-inline.next-medium .next-icon:before, .next-number-picker-inline.next-medium .next-icon .next-icon-remote { width: 12px; width: var(--number-picker-inline-m-button-icon-size, 12px); font-size: 12px; font-size: var(--number-picker-inline-m-button-icon-size, 12px); line-height: inherit; } .next-number-picker-inline.next-medium .next-btn { height: 28px; height: var(--form-element-medium-height, 28px); } .next-number-picker-inline.next-medium .next-before .next-btn { margin-right: 2px; margin-right: var(--number-picker-inline-m-button-margin, 2px); border-top-left-radius: 3px; border-top-left-radius: var(--number-picker-inline-m-button-corner, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 3px); } .next-number-picker-inline.next-medium .next-after .next-btn { margin-left: 2px; margin-left: var(--number-picker-inline-m-button-margin, 2px); border-top-right-radius: 3px; border-top-right-radius: var(--number-picker-inline-m-button-corner, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 3px); } .next-number-picker-inline.next-large { width: 128px; width: var(--number-picker-inline-l-input-width, 128px); min-width: 120px; min-width: calc(var(--form-element-large-height, 40px)*3); } .next-number-picker-inline.next-large .next-icon:before, .next-number-picker-inline.next-large .next-icon .next-icon-remote { width: 12px; width: var(--number-picker-inline-l-button-icon-size, 12px); font-size: 12px; font-size: var(--number-picker-inline-l-button-icon-size, 12px); line-height: inherit; } .next-number-picker-inline.next-large .next-btn { height: 40px; height: var(--form-element-large-height, 40px); } .next-number-picker-inline.next-large .next-before .next-btn { margin-right: 2px; margin-right: var(--number-picker-inline-l-button-margin, 2px); border-top-left-radius: 3px; border-top-left-radius: var(--number-picker-inline-l-button-corner, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 3px); } .next-number-picker-inline.next-large .next-after .next-btn { margin-left: 2px; margin-left: var(--number-picker-inline-l-button-margin, 2px); border-top-right-radius: 3px; border-top-right-radius: var(--number-picker-inline-l-button-corner, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 3px); } .next-number-picker-inline .next-btn.next-small { width: 20px; width: var(--form-element-small-height, 20px); } .next-number-picker-inline .next-btn.next-medium { width: 28px; width: var(--form-element-medium-height, 28px); } .next-number-picker-inline .next-btn.next-large { width: 40px; width: var(--form-element-large-height, 40px); } @-moz-document url-prefix() { .next-number-picker-normal.next-small .next-number-picker-handler { height: 18px; height: calc(var(--form-element-small-height, 20px) - 2px); } .next-number-picker-normal.next-medium .next-number-picker-handler { height: 26px; height: calc(var(--form-element-medium-height, 28px) - 2px); } .next-number-picker-normal.next-large .next-number-picker-handler { height: 38px; height: calc(var(--form-element-large-height, 40px) - 2px); } } .next-number-picker-normal[dir="rtl"] .next-btn:first-child { border-right: 1px solid #C4C6CF; border-right: 1px solid var(--color-line1-3, #C4C6CF); border-left: 0; border-top-right-radius: 0; } .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-small { border-top-left-radius: 3px; border-top-left-radius: var(--form-element-small-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-medium { border-top-left-radius: 3px; border-top-left-radius: var(--form-element-medium-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-btn:first-child.next-large { border-top-left-radius: 3px; border-top-left-radius: var(--form-element-large-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-btn:last-child { border-right: 1px solid #C4C6CF; border-right: 1px solid var(--color-line1-3, #C4C6CF); border-left: 0; border-bottom-right-radius: 0; } .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-small { border-bottom-left-radius: 3px; border-bottom-left-radius: var(--form-element-small-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-medium { border-bottom-left-radius: 3px; border-bottom-left-radius: var(--form-element-medium-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-btn:last-child.next-large { border-bottom-left-radius: 3px; border-bottom-left-radius: var(--form-element-large-corner, 3px); } .next-number-picker-normal[dir="rtl"] .next-input .next-input-control { padding-left: 0; } .next-number-picker-inline[dir="rtl"] .next-before .next-btn { margin-right: 0; } .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-small { margin-left: 2px; margin-left: var(--number-picker-inline-s-button-margin, 2px); border-top-right-radius: 3px !important; border-top-right-radius: var(--number-picker-inline-s-button-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--number-picker-inline-s-button-corner, 3px) !important; } .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-medium { margin-left: 2px; margin-left: var(--number-picker-inline-m-button-margin, 2px); border-top-right-radius: 3px !important; border-top-right-radius: var(--number-picker-inline-m-button-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--number-picker-inline-m-button-corner, 3px) !important; } .next-number-picker-inline[dir="rtl"] .next-before .next-btn.next-large { margin-left: 2px; margin-left: var(--number-picker-inline-l-button-margin, 2px); border-top-right-radius: 3px !important; border-top-right-radius: var(--number-picker-inline-l-button-corner, 3px) !important; border-bottom-right-radius: 3px !important; border-bottom-right-radius: var(--number-picker-inline-l-button-corner, 3px) !important; } .next-number-picker-inline[dir="rtl"] .next-after .next-btn { margin-left: 0; } .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-small { margin-right: 2px; margin-right: var(--number-picker-inline-s-button-margin, 2px); border-top-left-radius: 3px !important; border-top-left-radius: var(--number-picker-inline-s-button-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--number-picker-inline-s-button-corner, 3px) !important; } .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-medium { margin-right: 2px; margin-right: var(--number-picker-inline-m-button-margin, 2px); border-top-left-radius: 3px !important; border-top-left-radius: var(--number-picker-inline-m-button-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--number-picker-inline-m-button-corner, 3px) !important; } .next-number-picker-inline[dir="rtl"] .next-after .next-btn.next-large { margin-right: 2px; margin-right: var(--number-picker-inline-l-button-margin, 2px); border-top-left-radius: 3px !important; border-top-left-radius: var(--number-picker-inline-l-button-corner, 3px) !important; border-bottom-left-radius: 3px !important; border-bottom-left-radius: var(--number-picker-inline-l-button-corner, 3px) !important; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .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); background-color: var(--color-calculate-mask-background, rgba(0, 0, 0, 0.2)); transition: opacity 300ms ease; transition: opacity var(--motion-duration-standard, 300ms) var(--motion-ease, ease); opacity: 0; } .next-overlay-wrapper.opened .next-overlay-backdrop { opacity: 1; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-pagination[dir="rtl"] .next-pagination-total { margin-right: 0; margin-left: 16px; margin-left: var(--s-4, 16px); } .next-pagination[dir="rtl"] .next-pagination-jump-go { margin-left: 0; margin-right: 4px; margin-right: var(--s-1, 4px); } .next-pagination[dir="rtl"] .next-pagination-size-selector-title { margin-right: 0; margin-left: 4px; margin-left: var(--pagination-size-selector-title-margin-right, 4px); } .next-pagination[dir="rtl"] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { border-left: none; border-right: 1px solid #DCDEE3; border-right: var(--line-1, 1px) solid var(--color-line1-2, #DCDEE3); } .next-pagination[dir="rtl"] .next-pagination-pages + .next-pagination-size-selector, .next-pagination[dir="rtl"] .next-pagination-size-selector + .next-pagination-pages { margin-left: 0; margin-right: 40px; margin-right: var(--s-10, 40px); } .next-pagination[dir="rtl"].next-start .next-pagination-pages { float: left; } .next-pagination[dir="rtl"].next-start .next-pagination-size-selector { float: right; } .next-pagination[dir="rtl"].next-end .next-pagination-pages { float: right; } .next-pagination[dir="rtl"].next-end .next-pagination-size-selector { float: left; } .next-pagination[dir="rtl"].next-small .next-pagination-list { margin: 0 4px; margin: 0 var(--pagination-small-item-split, 4px); } .next-pagination[dir="rtl"].next-small .next-pagination-total { line-height: 20px; line-height: var(--form-element-small-height, 20px); vertical-align: middle; } .next-pagination[dir="rtl"].next-small .next-pagination-item { padding: 0 6px; padding: 0 calc(var(--s-2, 8px) - 2px); border-width: 1px; border-width: var(--pagination-small-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-small-item-corner, 3px); } .next-pagination[dir="rtl"].next-small .next-pagination-item + .next-pagination-item { margin: 0 4px 0 0; margin: 0 var(--pagination-small-item-split, 4px) 0 0; } .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis { height: 20px; height: var(--form-element-small-height, 20px); line-height: 20px; line-height: var(--form-element-small-height, 20px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis:before, .next-pagination[dir="rtl"].next-small .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-small-ellipsis-size, 12px); font-size: 12px; font-size: var(--pagination-small-ellipsis-size, 12px); line-height: inherit; } .next-pagination[dir="rtl"].next-small .next-pagination-display { font-size: 12px; font-size: var(--pagination-small-total-font-size, 12px); } .next-pagination[dir="rtl"].next-small .next-pagination-display em { font-size: 12px; font-size: var(--pagination-small-current-font-size, 12px); } .next-pagination[dir="rtl"].next-small .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-small-jump-font-size, 12px); } .next-pagination[dir="rtl"].next-small .next-pagination-jump-input { width: 28px; width: var(--pagination-small-input-width, 28px); } .next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title { height: 20px; height: var(--form-element-small-height, 20px); line-height: 20px; line-height: var(--form-element-small-height, 20px); font-size: 12px; font-size: var(--pagination-small-jump-font-size, 12px); vertical-align: middle; } .next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn { padding: 0 8px; padding: 0 var(--pagination-small-size-selector-number-padding, 8px); } .next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination[dir="rtl"].next-medium .next-pagination-list { margin: 0 4px; margin: 0 var(--pagination-item-split, 4px); } .next-pagination[dir="rtl"].next-medium .next-pagination-total { line-height: 28px; line-height: var(--form-element-medium-height, 28px); vertical-align: middle; } .next-pagination[dir="rtl"].next-medium .next-pagination-item { padding: 0 10px; padding: 0 calc(var(--s-3, 12px) - 2px); border-width: 1px; border-width: var(--pagination-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-item-corner, 3px); } .next-pagination[dir="rtl"].next-medium .next-pagination-item + .next-pagination-item { margin: 0 4px 0 0; margin: 0 var(--pagination-item-split, 4px) 0 0; } .next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis { height: 28px; height: var(--form-element-medium-height, 28px); line-height: 28px; line-height: var(--form-element-medium-height, 28px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis:before, .next-pagination[dir="rtl"].next-medium .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-ellipsis-size, 12px); font-size: 12px; font-size: var(--pagination-ellipsis-size, 12px); line-height: inherit; } .next-pagination[dir="rtl"].next-medium .next-pagination-display { font-size: 12px; font-size: var(--pagination-total-font-size, 12px); } .next-pagination[dir="rtl"].next-medium .next-pagination-display em { font-size: 12px; font-size: var(--pagination-current-font-size, 12px); } .next-pagination[dir="rtl"].next-medium .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-jump-font-size, 12px); } .next-pagination[dir="rtl"].next-medium .next-pagination-jump-input { width: 36px; width: var(--pagination-input-width, 36px); } .next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-title { height: 28px; height: var(--form-element-medium-height, 28px); line-height: 28px; line-height: var(--form-element-medium-height, 28px); font-size: 12px; font-size: var(--pagination-jump-font-size, 12px); vertical-align: middle; } .next-pagination[dir="rtl"].next-medium .next-pagination-size-selector-btn { padding: 0 12px; padding: 0 var(--pagination-size-selector-number-padding, 12px); } .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination[dir="rtl"].next-large .next-pagination-list { margin: 0 8px; margin: 0 var(--pagination-large-item-split, 8px); } .next-pagination[dir="rtl"].next-large .next-pagination-total { line-height: 40px; line-height: var(--form-element-large-height, 40px); vertical-align: middle; } .next-pagination[dir="rtl"].next-large .next-pagination-item { padding: 0 15px; padding: 0 calc(var(--s-4, 16px) - 1px); border-width: 1px; border-width: var(--pagination-large-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-large-item-corner, 3px); } .next-pagination[dir="rtl"].next-large .next-pagination-item + .next-pagination-item { margin: 0 8px 0 0; margin: 0 var(--pagination-large-item-split, 8px) 0 0; } .next-pagination[dir="rtl"].next-large .next-pagination-ellipsis { height: 40px; height: var(--form-element-large-height, 40px); line-height: 40px; line-height: var(--form-element-large-height, 40px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination[dir="rtl"].next-large .next-pagination-ellipsis:before, .next-pagination[dir="rtl"].next-large .next-pagination-ellipsis .next-icon-remote { width: 16px; width: var(--pagination-large-ellipsis-size, 16px); font-size: 16px; font-size: var(--pagination-large-ellipsis-size, 16px); line-height: inherit; } .next-pagination[dir="rtl"].next-large .next-pagination-display { font-size: 16px; font-size: var(--pagination-large-total-font-size, 16px); } .next-pagination[dir="rtl"].next-large .next-pagination-display em { font-size: 16px; font-size: var(--pagination-large-current-font-size, 16px); } .next-pagination[dir="rtl"].next-large .next-pagination-jump-text { font-size: 16px; font-size: var(--pagination-large-jump-font-size, 16px); } .next-pagination[dir="rtl"].next-large .next-pagination-jump-input { width: 48px; width: var(--pagination-large-input-width, 48px); } .next-pagination[dir="rtl"].next-large .next-pagination-size-selector-title { height: 40px; height: var(--form-element-large-height, 40px); line-height: 40px; line-height: var(--form-element-large-height, 40px); font-size: 16px; font-size: var(--pagination-large-jump-font-size, 16px); vertical-align: middle; } .next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn { padding: 0 16px; padding: 0 var(--pagination-large-size-selector-number-padding, 16px); } .next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination { box-sizing: border-box; font-size: 0; } .next-pagination *, .next-pagination *:before, .next-pagination *:after { box-sizing: border-box; } .next-pagination:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-pagination-total { display: inline-block; font-size: 14px; font-size: var(--font-size-body-2, 14px); margin-right: 16px; margin-right: var(--s-4, 16px); } .next-pagination-pages { display: inline-block; } .next-pagination-list { display: inline-block; vertical-align: top; } .next-pagination .next-pagination-item:not([disabled]) { display: inline-block; border-style: solid; border-style: var(--pagination-item-border-style, solid); border-color: #C4C6CF; border-color: var(--pagination-item-border-color, #C4C6CF); background: #FFFFFF; background: var(--pagination-item-bg, #FFFFFF); color: #333333; color: var(--pagination-item-color, #333333); box-shadow: none; box-shadow: var(--pagination-item-shadow, none); } .next-pagination .next-pagination-item.next-current { border-color: #5584FF; border-color: var(--pagination-item-current-border-color, #5584FF); background: #5584FF; background: var(--pagination-item-current-bg, #5584FF); color: #FFFFFF; color: var(--pagination-item-current-color, #FFFFFF); box-shadow: none; box-shadow: var(--pagination-item-current-shadow, none); } .next-pagination .next-pagination-item.next-current:hover, .next-pagination .next-pagination-item.next-current:focus { border-color: transparent; border-color: var(--pagination-item-current-hover-border-color, transparent); background: #3E71F7; background: var(--pagination-item-current-hover-bg, #3E71F7); color: #FFFFFF; color: var(--pagination-item-current-hover-color, #FFFFFF); box-shadow: none; box-shadow: var(--pagination-item-current-hover-shadow, none); } .next-pagination-ellipsis { display: inline-block; color: #999999; color: var(--pagination-ellipsis-color, #999999); vertical-align: top; } .next-pagination-display { display: inline-block; margin: 0 16px; margin: 0 var(--s-4, 16px); color: #333333; color: var(--pagination-total-color, #333333); vertical-align: middle; } .next-pagination-display em { font-style: normal; color: #5584FF; color: var(--pagination-current-color, #5584FF); } .next-pagination-jump-text { display: inline-block; vertical-align: middle; color: #999999; color: var(--pagination-jump-color, #999999); } .next-pagination-jump-input { margin: 0 4px; margin: 0 var(--pagination-input-margin, 4px); vertical-align: top; } .next-pagination-jump-go { margin-left: 4px; margin-left: var(--s-1, 4px); vertical-align: top; } .next-pagination-size-selector { display: inline-block; position: relative; } .next-pagination-size-selector-title { margin-right: 4px; margin-right: var(--pagination-size-selector-title-margin-right, 4px); color: #999999; color: var(--pagination-size-selector-title-color, #999999); } .next-pagination-size-selector-filter { display: inline-block; vertical-align: middle; } .next-pagination-size-selector-dropdown { vertical-align: top; min-width: 64px; min-width: var(--s-16, 64px); } .next-pagination-size-selector-dropdown .next-select-inner { min-width: 64px; min-width: var(--s-16, 64px); } .next-pagination-size-selector-popup { min-width: 64px; min-width: var(--s-16, 64px); } .next-pagination-size-selector-btn.next-btn-text { height: initial; line-height: initial; color: #666666; color: var(--pagination-size-selector-filter-color, #666666); border-radius: 0; } .next-pagination-size-selector-btn.next-btn-text.next-current { color: #5584FF; color: var(--pagination-size-selector-filter-current-color, #5584FF); } .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { border-left: 1px solid #DCDEE3; border-left: var(--line-1, 1px) solid var(--color-line1-2, #DCDEE3); } .next-pagination-pages + .next-pagination-size-selector, .next-pagination-size-selector + .next-pagination-pages { margin-left: 40px; margin-left: var(--s-10, 40px); } .next-pagination.next-hide { display: none; } .next-pagination.next-start .next-pagination-pages { float: right; } .next-pagination.next-start .next-pagination-size-selector { float: left; } .next-pagination.next-end .next-pagination-pages { float: left; } .next-pagination.next-end .next-pagination-size-selector { float: right; } .next-pagination.next-small .next-pagination-list { margin: 0 4px; margin: 0 var(--pagination-small-item-split, 4px); } .next-pagination.next-small .next-pagination-total { line-height: 20px; line-height: var(--form-element-small-height, 20px); vertical-align: middle; } .next-pagination.next-small .next-pagination-item { padding: 0 6px; padding: 0 calc(var(--s-2, 8px) - 2px); border-width: 1px; border-width: var(--pagination-small-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-small-item-corner, 3px); } .next-pagination.next-small .next-pagination-item + .next-pagination-item { margin: 0 0 0 4px; margin: 0 0 0 var(--pagination-small-item-split, 4px); } .next-pagination.next-small .next-pagination-ellipsis { height: 20px; height: var(--form-element-small-height, 20px); line-height: 20px; line-height: var(--form-element-small-height, 20px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination.next-small .next-pagination-ellipsis:before, .next-pagination.next-small .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-small-ellipsis-size, 12px); font-size: 12px; font-size: var(--pagination-small-ellipsis-size, 12px); line-height: inherit; } .next-pagination.next-small .next-pagination-display { font-size: 12px; font-size: var(--pagination-small-total-font-size, 12px); } .next-pagination.next-small .next-pagination-display em { font-size: 12px; font-size: var(--pagination-small-current-font-size, 12px); } .next-pagination.next-small .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-small-jump-font-size, 12px); } .next-pagination.next-small .next-pagination-jump-input { width: 28px; width: var(--pagination-small-input-width, 28px); } .next-pagination.next-small .next-pagination-size-selector-title { height: 20px; height: var(--form-element-small-height, 20px); line-height: 20px; line-height: var(--form-element-small-height, 20px); font-size: 12px; font-size: var(--pagination-small-jump-font-size, 12px); vertical-align: middle; } .next-pagination.next-small .next-pagination-size-selector-btn { padding: 0 8px; padding: 0 var(--pagination-small-size-selector-number-padding, 8px); } .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i, .next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next { width: 20px; width: var(--s-5, 20px); padding: 0; } .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev { width: 20px; width: var(--s-5, 20px); padding: 0; } .next-pagination.next-small.next-arrow-prev-only .next-pagination-item.next-prev .next-icon { margin: 0 auto; } .next-pagination.next-small.next-no-border .next-pagination-item.next-prev, .next-pagination.next-small.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; box-shadow: none; } .next-pagination.next-small.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-small.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-small.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-small.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { color: #5584FF; color: var(--pagination-arrow-hover-color-noboder, #5584FF); } .next-pagination.next-small.next-no-border .next-pagination-display { margin: 0 8px; margin: 0 var(--s-2, 8px); } .next-pagination.next-small.next-mini .next-pagination-item.next-prev { margin-right: 4px; margin-right: var(--s-1, 4px); } .next-pagination.next-small.next-mini .next-pagination-item.next-next { margin-left: 4px; margin-left: var(--s-1, 4px); } .next-pagination.next-medium .next-pagination-list { margin: 0 4px; margin: 0 var(--pagination-item-split, 4px); } .next-pagination.next-medium .next-pagination-total { line-height: 28px; line-height: var(--form-element-medium-height, 28px); vertical-align: middle; } .next-pagination.next-medium .next-pagination-item { padding: 0 10px; padding: 0 calc(var(--s-3, 12px) - 2px); border-width: 1px; border-width: var(--pagination-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-item-corner, 3px); } .next-pagination.next-medium .next-pagination-item + .next-pagination-item { margin: 0 0 0 4px; margin: 0 0 0 var(--pagination-item-split, 4px); } .next-pagination.next-medium .next-pagination-ellipsis { height: 28px; height: var(--form-element-medium-height, 28px); line-height: 28px; line-height: var(--form-element-medium-height, 28px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination.next-medium .next-pagination-ellipsis:before, .next-pagination.next-medium .next-pagination-ellipsis .next-icon-remote { width: 12px; width: var(--pagination-ellipsis-size, 12px); font-size: 12px; font-size: var(--pagination-ellipsis-size, 12px); line-height: inherit; } .next-pagination.next-medium .next-pagination-display { font-size: 12px; font-size: var(--pagination-total-font-size, 12px); } .next-pagination.next-medium .next-pagination-display em { font-size: 12px; font-size: var(--pagination-current-font-size, 12px); } .next-pagination.next-medium .next-pagination-jump-text { font-size: 12px; font-size: var(--pagination-jump-font-size, 12px); } .next-pagination.next-medium .next-pagination-jump-input { width: 36px; width: var(--pagination-input-width, 36px); } .next-pagination.next-medium .next-pagination-size-selector-title { height: 28px; height: var(--form-element-medium-height, 28px); line-height: 28px; line-height: var(--form-element-medium-height, 28px); font-size: 12px; font-size: var(--pagination-jump-font-size, 12px); vertical-align: middle; } .next-pagination.next-medium .next-pagination-size-selector-btn { padding: 0 12px; padding: 0 var(--pagination-size-selector-number-padding, 12px); } .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i, .next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next { width: 28px; width: var(--s-7, 28px); padding: 0; } .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev { width: 28px; width: var(--s-7, 28px); padding: 0; } .next-pagination.next-medium.next-arrow-prev-only .next-pagination-item.next-prev .next-icon { margin: 0 auto; } .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; box-shadow: none; } .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-medium.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-medium.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { color: #5584FF; color: var(--pagination-arrow-hover-color-noboder, #5584FF); } .next-pagination.next-medium.next-no-border .next-pagination-display { margin: 0 12px; margin: 0 var(--s-3, 12px); } .next-pagination.next-medium.next-mini .next-pagination-item.next-prev { margin-right: 4px; margin-right: var(--s-1, 4px); } .next-pagination.next-medium.next-mini .next-pagination-item.next-next { margin-left: 4px; margin-left: var(--s-1, 4px); } .next-pagination.next-large .next-pagination-list { margin: 0 8px; margin: 0 var(--pagination-large-item-split, 8px); } .next-pagination.next-large .next-pagination-total { line-height: 40px; line-height: var(--form-element-large-height, 40px); vertical-align: middle; } .next-pagination.next-large .next-pagination-item { padding: 0 15px; padding: 0 calc(var(--s-4, 16px) - 1px); border-width: 1px; border-width: var(--pagination-large-item-border-width, 1px); border-radius: 3px; border-radius: var(--pagination-large-item-corner, 3px); } .next-pagination.next-large .next-pagination-item + .next-pagination-item { margin: 0 0 0 8px; margin: 0 0 0 var(--pagination-large-item-split, 8px); } .next-pagination.next-large .next-pagination-ellipsis { height: 40px; height: var(--form-element-large-height, 40px); line-height: 40px; line-height: var(--form-element-large-height, 40px); margin-left: 8px; margin-left: var(--pagination-ellipsis-margin, 8px); margin-right: 8px; margin-right: var(--pagination-ellipsis-margin, 8px); } .next-pagination.next-large .next-pagination-ellipsis:before, .next-pagination.next-large .next-pagination-ellipsis .next-icon-remote { width: 16px; width: var(--pagination-large-ellipsis-size, 16px); font-size: 16px; font-size: var(--pagination-large-ellipsis-size, 16px); line-height: inherit; } .next-pagination.next-large .next-pagination-display { font-size: 16px; font-size: var(--pagination-large-total-font-size, 16px); } .next-pagination.next-large .next-pagination-display em { font-size: 16px; font-size: var(--pagination-large-current-font-size, 16px); } .next-pagination.next-large .next-pagination-jump-text { font-size: 16px; font-size: var(--pagination-large-jump-font-size, 16px); } .next-pagination.next-large .next-pagination-jump-input { width: 48px; width: var(--pagination-large-input-width, 48px); } .next-pagination.next-large .next-pagination-size-selector-title { height: 40px; height: var(--form-element-large-height, 40px); line-height: 40px; line-height: var(--form-element-large-height, 40px); font-size: 16px; font-size: var(--pagination-large-jump-font-size, 16px); vertical-align: middle; } .next-pagination.next-large .next-pagination-size-selector-btn { padding: 0 16px; padding: 0 var(--pagination-large-size-selector-number-padding, 16px); } .next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i, .next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i { color: #666666; color: var(--pagination-arrow-color, #666666); } .next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i { color: #333333; color: var(--pagination-arrow-hover-color, #333333); } .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next { width: 40px; width: var(--s-10, 40px); padding: 0; } .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next .next-icon { margin: 0 auto; } .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev { width: 40px; width: var(--s-10, 40px); padding: 0; } .next-pagination.next-large.next-arrow-prev-only .next-pagination-item.next-prev .next-icon { margin: 0 auto; } .next-pagination.next-large.next-no-border .next-pagination-item.next-prev, .next-pagination.next-large.next-no-border .next-pagination-item.next-next { padding: 0; border: none; background-color: transparent; box-shadow: none; } .next-pagination.next-large.next-no-border .next-pagination-item.next-prev .next-icon, .next-pagination.next-large.next-no-border .next-pagination-item.next-next .next-icon { margin: 0; } .next-pagination.next-large.next-no-border .next-pagination-item.next-prev:not([disabled]):hover i, .next-pagination.next-large.next-no-border .next-pagination-item.next-next:not([disabled]):hover i { color: #5584FF; color: var(--pagination-arrow-hover-color-noboder, #5584FF); } .next-pagination.next-large.next-no-border .next-pagination-display { margin: 0 16px; margin: 0 var(--s-4, 16px); } .next-pagination.next-large.next-mini .next-pagination-item.next-prev { margin-right: 8px; margin-right: var(--s-2, 8px); } .next-pagination.next-large.next-mini .next-pagination-item.next-next { margin-left: 8px; margin-left: var(--s-2, 8px); } .next-pagination-icon-prev::before { content: "\E61D"; content: var(--pagination-icon-prev-content, "\E61D"); } .next-pagination-icon-next::before { content: "\E619"; content: var(--pagination-icon-next-content, "\E619"); } .next-pagination-icon-ellipsis::before { content: "\E654"; content: var(--pagination-icon-ellipsis-content, "\E654"); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-paragraph { color: #333333; color: var(--paragraph-text-color, #333333); } .next-paragraph-short { line-height: 1.5; line-height: var(--paragraph-s-line-height, 1.5); } .next-paragraph-long { line-height: 1.7; line-height: var(--paragraph-l-line-height, 1.7); } .next-paragraph-small { font-size: 12px; font-size: var(--paragraph-s-font-size, 12px); } .next-paragraph-medium { font-size: 14px; font-size: var(--paragraph-m-font-size, 14px); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-progress-circle[dir=rtl] .next-progress-circle-container { transform: scaleX(-1); } .next-progress-line[dir=rtl] .next-progress-line-overlay { left: auto; right: 0; } .next-progress-line { box-sizing: border-box; } .next-progress-line *, .next-progress-line *:before, .next-progress-line *:after { box-sizing: border-box; } .next-progress-line { width: 100%; display: inline-block; position: relative; } .next-progress-line-container { display: inline-block; width: 100%; vertical-align: middle; } .next-progress-line-underlay { position: relative; overflow: hidden; width: 100%; background-color: #EBECF0; background-color: var(--progress-line-underlay-color, #EBECF0); } .next-progress-line-overlay { position: absolute; left: 0; top: 0; transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); } .next-progress-line-overlay-normal { background-color: #5584FF; background-color: var(--progress-line-normal-color, #5584FF); } .next-progress-line-overlay-success { background-color: #46BC15; background-color: var(--progress-line-success-color, #46BC15); } .next-progress-line-overlay-error { background-color: #FF3000; background-color: var(--progress-line-error-color, #FF3000); } .next-progress-line-overlay-started { background-color: #FF3000; background-color: var(--progress-line-started-color, #FF3000); } .next-progress-line-overlay-middle { background-color: #FF9300; background-color: var(--progress-line-middle-color, #FF9300); } .next-progress-line-overlay-finishing { background-color: #46BC15; background-color: var(--progress-line-finishing-color, #46BC15); } .next-progress-line.next-small .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-s, 20px); height: 4px; height: var(--progress-line-height-size-s, 4px); } .next-progress-line.next-small .next-progress-line-overlay { height: 4px; height: var(--progress-line-height-size-s, 4px); border-radius: 20px; border-radius: var(--progress-line-radius-s, 20px); top: 50%; margin-top: -2px; margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); } .next-progress-line.next-small .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-s, 12px); line-height: 4px; line-height: var(--progress-line-height-size-s, 4px); } .next-progress-line.next-medium .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-m, 20px); height: 8px; height: var(--progress-line-height-size-m, 8px); } .next-progress-line.next-medium .next-progress-line-overlay { height: 8px; height: var(--progress-line-height-size-m, 8px); border-radius: 20px; border-radius: var(--progress-line-radius-m, 20px); top: 50%; margin-top: -4px; margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); } .next-progress-line.next-medium .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-m, 12px); line-height: 8px; line-height: var(--progress-line-height-size-m, 8px); } .next-progress-line.next-large .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-l, 20px); height: 12px; height: var(--progress-line-height-size-l, 12px); } .next-progress-line.next-large .next-progress-line-overlay { height: 12px; height: var(--progress-line-height-size-l, 12px); border-radius: 20px; border-radius: var(--progress-line-radius-l, 20px); top: 50%; margin-top: -6px; margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); } .next-progress-line.next-large .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-l, 12px); line-height: 12px; line-height: var(--progress-line-height-size-l, 12px); } .next-progress-line-show-info .next-progress-line-container { padding-right: 60px; margin-right: -60px; } .next-progress-line-show-info .next-progress-line-text { width: 50px; text-align: left; margin-left: 10px; vertical-align: middle; display: inline-block; color: #333333; color: var(--progress-line-font-color, #333333); } .next-progress-line-show-border .next-progress-line-underlay { border: 1px solid #DCDEE3; border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #DCDEE3); } .next-progress-line-show-border.next-small .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-s, 20px); height: 6px; height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-line-show-border.next-small .next-progress-line-overlay { height: 4px; height: var(--progress-line-height-size-s, 4px); border-radius: 20px; border-radius: var(--progress-line-radius-s, 20px); top: 50%; margin-top: -2px; margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); } .next-progress-line-show-border.next-small .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-s, 12px); line-height: 6px; line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-line-show-border.next-medium .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-m, 20px); height: 10px; height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-line-show-border.next-medium .next-progress-line-overlay { height: 8px; height: var(--progress-line-height-size-m, 8px); border-radius: 20px; border-radius: var(--progress-line-radius-m, 20px); top: 50%; margin-top: -4px; margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); } .next-progress-line-show-border.next-medium .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-m, 12px); line-height: 10px; line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-line-show-border.next-large .next-progress-line-underlay { border-radius: 20px; border-radius: var(--progress-line-radius-l, 20px); height: 14px; height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-line-show-border.next-large .next-progress-line-overlay { height: 12px; height: var(--progress-line-height-size-l, 12px); border-radius: 20px; border-radius: var(--progress-line-radius-l, 20px); top: 50%; margin-top: -6px; margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); } .next-progress-line-show-border.next-large .next-progress-line-text { font-size: 12px; font-size: var(--progress-line-font-l, 12px); line-height: 14px; line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); } .next-progress-circle { box-sizing: border-box; } .next-progress-circle *, .next-progress-circle *:before, .next-progress-circle *:after { box-sizing: border-box; } .next-progress-circle { position: relative; display: inline-block; } .next-progress-circle-underlay { stroke-width: 8px; stroke-width: var(--progress-circle-underlay-width, 8px); stroke: #EBECF0; stroke: var(--progress-circle-underlay-color, #EBECF0); } .next-progress-circle-overlay { transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); stroke-linecap: round; stroke-linecap: var(--progress-circle-corner, round); stroke-width: 8px; stroke-width: var(--progress-circle-overlay-width, 8px); } .next-progress-circle-overlay-normal { stroke: #5584FF; stroke: var(--progress-circle-normal-color, #5584FF); } .next-progress-circle-overlay-success { stroke: #46BC15; stroke: var(--progress-circle-success-color, #46BC15); } .next-progress-circle-overlay-error { stroke: #FF3000; stroke: var(--progress-circle-error-color, #FF3000); } .next-progress-circle-overlay-started { stroke: #FF3000; stroke: var(--progress-circle-started-color, #FF3000); } .next-progress-circle-overlay-middle { stroke: #FF9300; stroke: var(--progress-circle-middle-color, #FF9300); } .next-progress-circle-overlay-finishing { stroke: #46BC15; stroke: var(--progress-circle-finishing-color, #46BC15); } .next-progress-circle.next-small { width: 100px; width: var(--progress-circle-size-s, 100px); height: 100px; height: var(--progress-circle-size-s, 100px); font-size: 20px; font-size: var(--progress-circle-font-s, 20px); } .next-progress-circle.next-medium { width: 116px; width: var(--progress-circle-size-m, 116px); height: 116px; height: var(--progress-circle-size-m, 116px); font-size: 24px; font-size: var(--progress-circle-font-m, 24px); } .next-progress-circle.next-large { width: 132px; width: var(--progress-circle-size-l, 132px); height: 132px; height: var(--progress-circle-size-l, 132px); font-size: 36px; font-size: var(--progress-circle-font-l, 36px); } .next-progress-circle-text { display: block; position: absolute; width: 100%; top: 50%; left: 0; text-align: center; line-height: 1; -webkit-transform: translateY(-50%); transform: translateY(-50%); transition: transform 300ms ease; transition: transform var(--motion-duration-standard, 300ms) var(--motion-ease, ease); color: #333333; color: var(--progress-circle-text-color, #333333); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-radio-button-large[dir='rtl'] > label:first-child { margin-left: -1px; border-top-right-radius: 3px; border-top-right-radius: var(--radio-button-corner-large, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-large, 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-top-left-radius: var(--radio-button-corner-large, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-large, 3px); } .next-radio-button-large[dir='rtl'] .next-radio-label { height: 38px; height: calc(var(--radio-button-height-large, 40px) - 2px); line-height: 38px; line-height: calc(var(--radio-button-height-large, 40px) - 2px); font-size: 16px; font-size: var(--radio-button-font-size-large, 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-top-right-radius: var(--radio-button-corner-medium, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-medium, 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-top-left-radius: var(--radio-button-corner-medium, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-medium, 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-top-right-radius: var(--radio-button-corner-small, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-small, 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-top-left-radius: var(--radio-button-corner-small, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-small, 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 { 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 { 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; width: var(--radio-width, 16px); height: 16px; height: var(--radio-width, 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; width: var(--radio-width, 16px); height: 16px; height: var(--radio-width, 16px); background: #FFFFFF; background: var(--radio-bg-color, #FFFFFF); border-radius: 50%; border-radius: var(--radio-radius-size, 50%); border: 1px solid #C4C6CF; border: var(--radio-circle-border-width, 1px) solid var(--radio-border-color, #C4C6CF); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); box-shadow: none; box-shadow: var(--radio-shadow, none); } .next-radio-wrapper .next-radio-inner:after { transform: scale(0); position: absolute; border-radius: 50%; border-radius: var(--radio-radius-size, 50%); top: 50%; margin-top: -2px; margin-top: calc(0px - var(--radio-circle-size, 4px)/2); left: 50%; margin-left: -2px; margin-left: calc(0px - var(--radio-circle-size, 4px)/2); background: #FFFFFF; content: ''; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-radio-wrapper.checked .next-radio-inner { border-color: #5584FF; border-color: var(--radio-checked-border-color, #5584FF); background: #5584FF; background: var(--radio-checked-bg-color, #5584FF); } .next-radio-wrapper.checked .next-radio-inner:after { width: 4px; width: var(--radio-circle-size, 4px); height: 4px; height: var(--radio-circle-size, 4px); font-weight: bold; background: #FFFFFF; background: var(--radio-checked-circle-color, #FFFFFF); transform: scale(1); } .next-radio-wrapper.checked:hover .next-radio-inner, .next-radio-wrapper.checked.hovered .next-radio-inner { border-color: transparent; border-color: var(--radio-checked-hovered-border-color, transparent); } .next-radio-wrapper.disabled input[type="radio"] { cursor: not-allowed; } .next-radio-wrapper.disabled .next-radio-inner { border-color: #E6E7EB; border-color: var(--radio-disabled-border-color, #E6E7EB); background: #F7F8FA; background: var(--radio-disabled-bg-color, #F7F8FA); } .next-radio-wrapper.disabled .next-radio-inner:after { background: #CCCCCC; background: var(--radio-disabled-circle-color, #CCCCCC); } .next-radio-wrapper.disabled .next-radio-inner:hover, .next-radio-wrapper.disabled .next-radio-inner.hovered { border-color: #E6E7EB; border-color: var(--radio-disabled-border-color, #E6E7EB); } .next-radio-wrapper.disabled.checked .next-radio-inner { border-color: #E6E7EB; border-color: var(--radio-checked-disabled-border-color, #E6E7EB); background: #F7F8FA; background: var(--radio-checked-disabled-bg-color, #F7F8FA); } .next-radio-wrapper.disabled.checked .next-radio-inner:after { background: #CCCCCC; background: var(--radio-checked-disabled-circle-color, #CCCCCC); } .next-radio-wrapper.disabled .next-radio-label { color: #CCCCCC; color: var(--radio-normal-font-color-disabled, #CCCCCC); } .next-radio-wrapper:not(.disabled):hover .next-radio-inner, .next-radio-wrapper:not(.disabled).hovered .next-radio-inner { border-color: #5584FF; border-color: var(--radio-hovered-border-color, #5584FF); background-color: #DEE8FF; background-color: var(--radio-hovered-bg-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; border-color: var(--radio-checked-hovered-border-color, transparent); background: #3E71F7; background: var(--radio-checked-hovered-bg-color, #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; background: var(--radio-checked-hovered-circle-color, #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; box-sizing: border-box; position: relative; z-index: 1; margin: 0 0 0 -1px; border: 1px solid #C4C6CF; border: 1px solid var(--radio-button-border-color, #C4C6CF); background-color: #FFFFFF; background-color: var(--radio-button-bg-color, #FFFFFF); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); vertical-align: middle; } .next-radio-button > label .next-radio-label { display: block; color: #333333; color: var(--radio-button-font-color, #333333); margin: 0; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-radio-button > label:hover, .next-radio-button > label.hovered { z-index: 10; border-color: #A0A2AD; border-color: var(--radio-button-border-color-hovered, #A0A2AD); background-color: #F2F3F7; background-color: var(--radio-button-bg-color-hovered, #F2F3F7); } .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label { color: #333333; color: var(--radio-button-font-color-hovered, #333333); } .next-radio-button > label.checked { z-index: 11; border-color: #5584FF; border-color: var(--radio-button-border-color-checked, #5584FF); background-color: #FFFFFF; background-color: var(--radio-button-bg-color-checked, #FFFFFF); } .next-radio-button > label.checked .next-radio-label { color: #5584FF; color: var(--radio-button-font-color-checked, #5584FF); } .next-radio-button > label.disabled { z-index: 0; cursor: not-allowed; border-color: #E6E7EB; border-color: var(--radio-button-border-color-disabled, #E6E7EB); background-color: #F7F8FA; background-color: var(--radio-button-bg-color-disabled, #F7F8FA); } .next-radio-button > label.disabled .next-radio-label { color: #CCCCCC; color: var(--radio-button-font-color-disabled, #CCCCCC); } .next-radio-button > label.checked.disabled { z-index: 0; border-color: #E6E7EB; border-color: var(--radio-button-border-color-checked-disabled, #E6E7EB); background-color: #F2F3F7; background-color: var(--radio-button-bg-color-checked-disabled, #F2F3F7); } .next-radio-button > label.checked.disabled .next-radio-label { color: #CCCCCC; color: var(--radio-button-font-color-checked-disabled, #CCCCCC); } .next-radio-button-large > label { padding: 0 8px; padding: 0 var(--radio-button-padding-large, 8px); height: 40px; height: var(--radio-button-height-large, 40px); line-height: 40px; line-height: var(--radio-button-height-large, 40px); } .next-radio-button-large > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-top-left-radius: var(--radio-button-corner-large, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-large, 3px); } .next-radio-button-large > label:last-child { border-top-right-radius: 3px; border-top-right-radius: var(--radio-button-corner-large, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-large, 3px); } .next-radio-button-large .next-radio-label { height: 38px; height: calc(var(--radio-button-height-large, 40px) - 2px); line-height: 38px; line-height: calc(var(--radio-button-height-large, 40px) - 2px); font-size: 16px; font-size: var(--radio-button-font-size-large, 16px); } .next-radio-button-medium > label { padding: 0 8px; padding: 0 var(--radio-button-padding-medium, 8px); height: 28px; height: var(--radio-button-height-medium, 28px); line-height: 28px; line-height: var(--radio-button-height-medium, 28px); } .next-radio-button-medium > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-top-left-radius: var(--radio-button-corner-medium, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-medium, 3px); } .next-radio-button-medium > label:last-child { border-top-right-radius: 3px; border-top-right-radius: var(--radio-button-corner-medium, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-medium, 3px); } .next-radio-button-medium .next-radio-label { height: 26px; height: calc(var(--radio-button-height-medium, 28px) - 2px); line-height: 26px; line-height: calc(var(--radio-button-height-medium, 28px) - 2px); font-size: 12px; font-size: var(--radio-button-font-size-medium, 12px); } .next-radio-button-small > label { padding: 0 8px; padding: 0 var(--radio-button-padding-small, 8px); height: 20px; height: var(--radio-button-height-small, 20px); line-height: 20px; line-height: var(--radio-button-height-small, 20px); } .next-radio-button-small > label:first-child { margin-left: 0; border-top-left-radius: 3px; border-top-left-radius: var(--radio-button-corner-small, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--radio-button-corner-small, 3px); } .next-radio-button-small > label:last-child { border-top-right-radius: 3px; border-top-right-radius: var(--radio-button-corner-small, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--radio-button-corner-small, 3px); } .next-radio-button-small .next-radio-label { height: 18px; height: calc(var(--radio-button-height-small, 20px) - 2px); line-height: 18px; line-height: calc(var(--radio-button-height-small, 20px) - 2px); font-size: 12px; font-size: var(--radio-button-font-size-small, 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; color: var(--radio-normal-font-color, #333333); } .next-radio-group.disabled .next-radio-label { color: #CCCCCC; color: var(--radio-normal-font-color-disabled, #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; margin-left: var(--radio-font-margin-left, 4px); /* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */ margin-right: 4px; margin-right: var(--radio-font-margin-left, 4px); font-size: 12px; font-size: var(--radio-font-size, 12px); vertical-align: middle; line-height: 1; color: #333333; color: var(--radio-normal-font-color, #333333); } @-moz-document url-prefix() { .next-radio { margin-top: -1px; } @supports (animation: calc(0s)) { /* firefox 57+ */ .next-radio { margin-top: -3px; } } } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-range { box-sizing: border-box; width: 100%; font-family: inherit; font-weight: normal; font-size: inherit; line-height: inherit; vertical-align: baseline; display: flex; flex-direction: column; cursor: pointer; } .next-range *, .next-range *:before, .next-range *:after { box-sizing: border-box; } .next-range .next-range-inner { position: relative; } .next-range .next-range-inner:only-child { margin-top: auto; margin-bottom: auto; } .next-range .next-range-track { position: absolute; width: 100%; top: 50%; border-radius: 0; border-radius: var(--range-size-m-track-radius, 0); } .next-range .next-range-selected { position: absolute; width: 0; top: 50%; left: 0; border-radius: 0; border-radius: var(--range-size-m-track-radius, 0); } .next-range .next-range-scale { position: relative; width: 100%; height: 12px; height: var(--range-size-m-scale-height, 12px); } .next-range .next-range-scale .next-range-scale-item { position: absolute; left: 0; width: 2px; border: 1px solid; border: var(--range-size-m-scale-item-border-width, 1px) solid; border-radius: 0; border-radius: var(--range-size-m-scale-radius, 0); } .next-range .next-range-scale .next-range-scale-item:last-child { margin-left: -2px; margin-left: calc(0px - var(--range-size-m-scale-item-border-width, 1px)*2); } .next-range .next-range-slider { position: absolute; top: 50%; left: 0; border-radius: 50%; } .next-range .next-range-slider-inner { position: absolute; top: 50%; left: 50%; border-width: 1px; border-width: var(--range-size-slider-border-width, 1px); border-style: solid; border-style: var(--range-size-slider-border-style, solid); border-color: #C4C6CF; border-color: var(--range-normal-slider-border-color, #C4C6CF); border-radius: 50%; transition: transform 100ms linear, border-color 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-range .next-range-slider.next-range-slider-moving .next-range-slider-inner { border: 2px solid #5584FF; border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #5584FF); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); transform: scale(1.2); } .next-range .next-range-frag.next-range-active .next-range-slider .next-range-slider-inner { border: 2px solid #5584FF; border: var(--line-2, 2px) var(--line-solid, solid) var(--range-normal-selected-color, #5584FF); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); transform: scale(1.2); } .next-range .next-range-mark { position: relative; cursor: auto; } .next-range .next-range-mark .next-range-mark-text { position: absolute; left: 0; transform: translateX(-50%); padding-left: 2px; text-align: center; } .next-range .next-range-frag { position: absolute; top: 0; } .next-range .next-range-frag .next-range-slider { left: 0; } .next-range .next-range-frag .next-range-slider:nth-child(2) { left: 100%; } .next-range .next-range-frag .next-range-selected { width: 100%; } .next-range.disabled { cursor: not-allowed; } .next-range.disabled .next-range-mark { cursor: auto; } .next-range .next-range-track { background-color: #C4C6CF; background-color: var(--range-normal-unselected-color, #C4C6CF); } .next-range .next-range-track:hover { background-color: #C4C6CF; background-color: var(--range-normal-unselected-color-hover, #C4C6CF); } .next-range .next-range-selected { background-color: #5584FF; background-color: var(--range-normal-selected-color, #5584FF); } .next-range .next-range-selected:hover { background-color: #5584FF; background-color: var(--range-normal-selected-color-hover, #5584FF); } .next-range .next-range-scale .next-range-scale-item { border-color: #C4C6CF; border-color: var(--range-normal-unselected-color, #C4C6CF); background-color: #C4C6CF; background-color: var(--range-normal-unselected-color, #C4C6CF); } .next-range .next-range-scale .next-range-scale-item:hover { border-color: #C4C6CF; border-color: var(--range-normal-unselected-color-hover, #C4C6CF); } .next-range .next-range-scale .next-range-scale-item.activated { border-color: #5584FF; border-color: var(--range-normal-selected-color, #5584FF); background-color: #5584FF; background-color: var(--range-normal-selected-color, #5584FF); } .next-range .next-range-scale .next-range-scale-item.activated:hover { border-color: #5584FF; border-color: var(--range-normal-selected-color-hover, #5584FF); } .next-range .next-range-slider-inner { background-color: #FFFFFF; background-color: var(--range-normal-slider-bg-color, #FFFFFF); border-color: #C4C6CF; border-color: var(--range-normal-slider-border-color, #C4C6CF); } .next-range .next-range-slider-inner:hover { background-color: #FFFFFF; background-color: var(--range-normal-slider-bg-color-hover, #FFFFFF); box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--range-size-m-slider-shadow-hover, 3px 3px 5px 0px rgba(0, 0, 0, 0.12)); transform: scale(1.2); } .next-range .next-range-mark .next-range-mark-text { color: #999999; color: var(--range-normal-mark-color, #999999); } .next-range .next-range-mark .next-range-mark-text:hover { color: #999999; color: var(--range-normal-mark-color-hover, #999999); } .next-range .next-range-mark .next-range-mark-text.activated { color: #333333; color: var(--range-normal-mark-selected-color, #333333); } .next-range .next-range-mark .next-range-mark-text.activated:hover { color: #333333; color: var(--range-normal-mark-selected-color-hover, #333333); } .next-range.disabled .next-range-track { background-color: #C4C6CF; background-color: var(--range-normal-unselected-color-disabled, #C4C6CF); } .next-range.disabled .next-range-selected { background-color: #A0A2AD; background-color: var(--range-normal-selected-color-disabled, #A0A2AD); } .next-range.disabled .next-range-scale-item { border-color: #C4C6CF; border-color: var(--range-normal-unselected-color-disabled, #C4C6CF); } .next-range.disabled .next-range-scale-item.activated { border-color: #A0A2AD; border-color: var(--range-normal-selected-color-disabled, #A0A2AD); } .next-range.disabled .next-range-slider-inner { background-color: #E6E7EB; background-color: var(--range-normal-slider-bg-color-disabled, #E6E7EB); border-color: #E6E7EB; border-color: var(--range-normal-slider-border-color-disabled, #E6E7EB); transform: none; box-shadow: none; } .next-range.disabled .next-range-mark-text { color: #CCCCCC; color: var(--range-normal-mark-color-disabled, #CCCCCC); } .next-range.disabled .next-range-mark-text.activated { color: #999999; color: var(--range-normal-mark-selected-color-disabled, #999999); } .next-range .next-range-track { height: 4px; height: var(--range-size-m-track-height, 4px); margin-top: -2px; margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2); } .next-range .next-range-selected { height: 4px; height: var(--range-size-m-track-height, 4px); margin-top: -2px; margin-top: calc(0px - var(--range-size-m-track-height, 4px)/2); } .next-range .next-range-frag { margin-top: 4px; margin-top: calc(var(--range-size-m-scale-height, 12px)/2 - var(--range-size-m-track-height, 4px)/2); height: 4px; height: var(--range-size-m-track-height, 4px); } .next-range .next-range-slider { height: 16px; height: var(--range-size-m-slider-hw, 16px); width: 16px; width: var(--range-size-m-slider-hw, 16px); margin-top: -8px; margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2); margin-left: -8px; margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2); box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--range-size-m-slider-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); } .next-range .next-range-slider-inner { height: 16px; height: var(--range-size-m-slider-hw, 16px); width: 16px; width: var(--range-size-m-slider-hw, 16px); margin-top: -8px; margin-top: calc(0px - var(--range-size-m-slider-hw, 16px)/2); margin-left: -8px; margin-left: calc(0px - var(--range-size-m-slider-hw, 16px)/2); } .next-range .next-range-mark { display: block; } .next-range .next-range-mark .next-range-mark-text { font-size: 12px; font-size: var(--range-size-m-mark-font-size, 12px); font-weight: normal; font-weight: var(--range-size-m-mark-font-weight, normal); line-height: 20px; line-height: var(--range-size-m-mark-font-lineheight, 20px); height: 20px; height: var(--range-size-m-mark-font-lineheight, 20px); } .next-range .next-range-mark.next-range-mark-below { height: 30px; height: var(--range-size-m-mark-top, 30px); } .next-range .next-range-mark.next-range-mark-below .next-range-mark-text { bottom: 0; } .next-range .next-range-mark.next-range-mark-above { height: 30px; height: var(--range-size-m-mark-top, 30px); } .next-range .next-range-scale .next-range-scale-item { height: 12px; height: var(--range-size-m-scale-height, 12px); } .next-range.simulation-hover > .next-range-slider-inner { background-color: #FFFFFF; background-color: var(--range-normal-slider-bg-color, #FFFFFF); transform: scale(1.2); } .next-range.simulation-click > .next-range-slider-inner { border: 2px solid #5584FF; border: 2px solid var(--range-normal-selected-color, #5584FF); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--range-size-m-slider-shadow-moving, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); transform: scale(1.2); } .next-range[dir=rtl] .next-range-mark { position: relative; cursor: auto; } .next-range[dir=rtl] .next-range-mark .next-range-mark-text { position: absolute; right: 0; transform: translateX(50%); padding-right: 2px; text-align: center; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-rating[dir="rtl"] .next-rating-overlay { right: 0; left: auto; } .next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon, .next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon { margin-right: 4px; margin-right: var(--s-1, 4px); margin-left: 0; } .next-rating[dir="rtl"] .next-rating-underlay .next-rating-icon:last-child, .next-rating[dir="rtl"] .next-rating-overlay .next-rating-icon:last-child { /* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */ margin-left: 4px; margin-left: var(--s-1, 4px); } .next-rating { vertical-align: top; } .next-rating { display: inline-block; position: relative; } .next-rating:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-rating-base { float: left; } .next-rating-text { float: left; } .next-rating-base-disabled { cursor: not-allowed; } .next-rating-base-disabled .next-rating-underlay .next-rating-icon { cursor: not-allowed; } .next-rating-base-disabled .next-rating-overlay .next-rating-icon { cursor: not-allowed; } .next-rating-symbol-icon::before { content: "\E60E"; content: var(--rating-grade-icon-content, "\E60E"); } .next-rating-underlay { white-space: nowrap; overflow: hidden; } .next-rating-underlay .next-icon { color: #E2E4E8; color: var(--rating-normal-underlay-color, #E2E4E8); } .next-rating-stroke-mode .next-rating-underlay .next-icon { color: transparent; -webkit-text-stroke: 1px #5584FF; -webkit-text-stroke: 1px var(--rating-normal-overlay-color, #5584FF); } .next-rating-overlay { white-space: nowrap; overflow: hidden; position: absolute; width: 0; top: 0; left: 0; } .next-rating-overlay .next-icon { color: #5584FF; color: var(--rating-normal-overlay-color, #5584FF); } .next-rating-underlay .next-rating-icon, .next-rating-overlay .next-rating-icon { cursor: pointer; margin-left: 4px; margin-left: var(--s-1, 4px); } .next-rating-underlay .next-rating-icon:last-child, .next-rating-overlay .next-rating-icon:last-child { /* icon 放大会产生边缘溢出,这里使用 margin 为放大扩展一部分空间 */ margin-right: 4px; margin-right: var(--s-1, 4px); } .next-rating-underlay .next-icon, .next-rating-overlay .next-icon { transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-rating-underlay .next-icon.hover, .next-rating-overlay .next-icon.hover { transform: scale3d(1.1, 1.1, 1.1); } .next-rating-underlay .next-icon.clicked, .next-rating-overlay .next-icon.clicked { transform: scale3d(0.9, 0.9, 0.9); } .next-rating-info { position: absolute; top: calc(100% + 4px); top: calc(100% + var(--s-1, 4px)); left: 0; border: 1px solid #E2E4E8; border: 1px solid var(--color-fill1-4, #E2E4E8); background: #FFFFFF; padding: 4px 8px 3px; font-size: 12px; white-space: nowrap; } .next-rating-info:after { position: absolute; content: ''; width: 4px; height: 4px; transform: rotate(45deg); border: 1px solid #E2E4E8; border: 1px solid var(--color-fill1-4, #E2E4E8); background: #FFFFFF; border-bottom-color: transparent; border-right-color: transparent; top: -3px; left: 4px; } .next-rating:focus, .next-rating.hover { outline: none; } .next-rating:focus .next-rating-overlay .next-icon, .next-rating.hover .next-rating-overlay .next-icon { color: #5584FF; color: var(--rating-normal-overlay-hover-color, #5584FF); } /* 状态 */ /* ======================================== */ .next-rating-grade-low .next-rating-overlay .next-icon { color: #666666; color: var(--rating-grade-low-overlay-color, #666666); } .next-rating-grade-low.hover .next-rating-overlay .next-icon { color: #666666; color: var(--rating-grade-low-overlay-color, #666666); } .next-rating-grade-high .next-rating-overlay .next-icon { color: #5584FF; color: var(--rating-grade-high-overlay-color, #5584FF); } .next-rating-grade-high.hover .next-rating-overlay .next-icon { color: #5584FF; color: var(--rating-grade-high-overlay-hover-color, #5584FF); } /* 尺寸 */ /* ======================================== */ .next-rating-small { font-size: 12px; font-size: var(--rating-small-font-size, 12px); } .next-rating-small .next-icon:before, .next-rating-small .next-icon .next-icon-remote { width: 12px; width: var(--rating-small-icon-size, 12px); font-size: 12px; font-size: var(--rating-small-icon-size, 12px); line-height: inherit; } .next-rating-small .next-rating-text { margin-left: 8px; margin-left: var(--rating-small-text-margin-left, 8px); } .next-rating-medium { font-size: 12px; font-size: var(--rating-medium-font-size, 12px); } .next-rating-medium .next-icon:before, .next-rating-medium .next-icon .next-icon-remote { width: 16px; width: var(--rating-medium-icon-size, 16px); font-size: 16px; font-size: var(--rating-medium-icon-size, 16px); line-height: inherit; } .next-rating-medium .next-rating-text { margin-left: 12px; margin-left: var(--rating-medium-text-margin-left, 12px); } .next-rating-large { font-size: 16px; font-size: var(--rating-large-font-size, 16px); } .next-rating-large .next-icon:before, .next-rating-large .next-icon .next-icon-remote { width: 20px; width: var(--rating-large-icon-size, 20px); font-size: 20px; font-size: var(--rating-large-icon-size, 20px); line-height: inherit; } .next-rating-large .next-rating-text { margin-left: 16px; margin-left: var(--rating-large-text-margin-left, 16px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-search-simple[dir=rtl].next-large .next-search-icon { margin-left: 12px; margin-left: var(--search-simple-l-icon-margin-right, 12px); margin-right: 0; } .next-search-simple[dir=rtl].next-medium .next-search-icon { margin-left: 8px; margin-left: var(--search-simple-m-icon-margin-right, 8px); margin-right: 0; } .next-search-simple[dir=rtl].next-normal .next-search-left .next-search-left-addon { border-left: 1px solid #C4C6CF; border-left: 1px solid var(--search-simple-normal-split-color, #C4C6CF); border-right: none; } .next-search-simple[dir=rtl].next-dark .next-search-left { border-color: #C4C6CF; border-color: var(--search-simple-dark-color, #C4C6CF); } .next-search-simple[dir=rtl].next-dark .next-search-left .next-search-left-addon { border-right: 1px solid #C4C6CF; border-right: 1px solid var(--search-simple-dark-split-color, #C4C6CF); } .next-search-simple[dir=rtl].next-dark:hover .next-search-left { border-color: #C4C6CF; border-color: var(--search-simple-dark-hover-color, #C4C6CF); } .next-search-simple[dir=rtl].next-dark .next-search-icon { color: #999999; color: var(--search-simple-dark-icon-text-color, #999999); } .next-search-simple[dir=rtl].next-dark .next-search-icon:hover { color: #666666; color: var(--search-simple-dark-icon-hover-text-color, #666666); } .next-search-normal[dir=rtl] .next-search-left { border-left: none; border-top-right-radius: 3px; border-top-right-radius: var(--search-normal-corner, 3px); border-bottom-right-radius: 3px; border-bottom-right-radius: var(--search-normal-corner, 3px); border-top-left-radius: 0; border-bottom-left-radius: 0; } .next-search-normal[dir=rtl] .next-search-btn.next-btn { border-radius: 3px 0 0 3px !important; border-radius: var(--search-normal-corner, 3px) 0 0 var(--search-normal-corner, 3px) !important; } .next-search-normal[dir=rtl] .next-input { border-radius: 0 3px 3px 0; border-radius: 0 var(--search-normal-corner, 3px) var(--search-normal-corner, 3px) 0; } .next-search-normal[dir=rtl].next-primary .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); border-bottom-right-radius: 1px; border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); } .next-search-normal[dir=rtl].next-primary .next-search-left .next-search-left-addon { border-left: 1px solid #E6E7EB; border-left: 1px solid var(--search-normal-primary-split-color, #E6E7EB); border-right: none; } .next-search-normal[dir=rtl].next-secondary .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); border-bottom-right-radius: 1px; border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); } .next-search-normal[dir=rtl].next-secondary .next-search-left .next-search-left-addon { border-left: 1px solid #E6E7EB; border-left: 1px solid var(--search-normal-secondary-split-color, #E6E7EB); border-right: none; } .next-search-normal[dir=rtl].next-normal .next-input { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 1px; border-top-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); border-bottom-right-radius: 1px; border-bottom-right-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); } .next-search-normal[dir=rtl].next-normal .next-search-left .next-search-left-addon { border-left: 1px solid #E6E7EB; border-left: 1px solid var(--search-normal-normal-split-color, #E6E7EB); border-right: none; } .next-search-normal[dir=rtl].next-dark .next-search-left .next-search-left-addon { border-left: 1px solid #5584FF; border-left: 1px solid var(--search-normal-dark-color, #5584FF); border-right: none; } .next-search { box-sizing: border-box; width: 100%; display: inline-block; } .next-search *, .next-search *:before, .next-search *:after { box-sizing: border-box; } .next-search .next-input, .next-search .next-select { border: none; } .next-search .next-select .next-input { height: auto; } .next-search .next-select .next-input .next-input-text-field { height: auto; } .next-search .next-search-left { border-style: solid; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-search .next-search-left-addon .next-input, .next-search .next-search-left-addon .next-select-trigger-search { min-height: 100%; border-bottom-right-radius: 0; border-top-right-radius: 0; } .next-search .next-search-left-addon .next-select-values { line-height: 1; } .next-search .next-search-left-addon.next-input-group-addon .next-select { margin: 0; } .next-search .next-search-left-addon + .next-search-input .next-input { border-bottom-left-radius: 0; border-top-left-radius: 0; } .next-search .next-search-input { width: 100%; } .next-search .next-search-btn { box-shadow: none; } .next-search .next-search-symbol-icon::before { content: "\E656"; content: var(--search-search-icon-content, "\E656"); } .next-search-normal { width: 600px; } .next-search-normal .next-search-left { border-top-left-radius: 3px; border-top-left-radius: var(--search-normal-corner, 3px); border-bottom-left-radius: 3px; border-bottom-left-radius: var(--search-normal-corner, 3px); } .next-search-normal .next-input { border-radius: 3px 0 0 3px; border-radius: var(--search-normal-corner, 3px) 0 0 var(--search-normal-corner, 3px); } .next-search-normal .next-btn { border-radius: 0 3px 3px 0; border-radius: 0 var(--search-normal-corner, 3px) var(--search-normal-corner, 3px) 0; } .next-search-normal.next-primary .next-search-left { border-color: #5584FF; border-color: var(--search-normal-primary-color, #5584FF); } .next-search-normal.next-primary .next-search-left .next-search-left-addon { border-right: 1px solid #E6E7EB; border-right: 1px solid var(--search-normal-primary-split-color, #E6E7EB); } .next-search-normal.next-primary:hover .next-search-left, .next-search-normal.next-primary:hover .next-btn { border-color: #5584FF; border-color: var(--search-normal-primary-hover-color, #5584FF); } .next-search-normal.next-primary .next-search-btn { background: #5584FF; background: var(--search-normal-primary-color, #5584FF); border-color: #5584FF; border-color: var(--search-normal-primary-color, #5584FF); color: #FFFFFF; color: var(--search-normal-primary-btn-text-color, #FFFFFF); } .next-search-normal.next-primary .next-search-btn:hover { background: #3E71F7; background: var(--search-normal-primary-btn-hover-bg-color, #3E71F7); border-color: #5584FF; border-color: var(--search-normal-primary-hover-color, #5584FF); color: #FFFFFF; color: var(--search-normal-primary-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-primary .next-search-btn .next-icon { color: #FFFFFF; color: var(--search-normal-primary-btn-text-color, #FFFFFF); } .next-search-normal.next-primary .next-search-btn .next-icon:hover { color: #FFFFFF; color: var(--search-normal-primary-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-primary.next-large { box-shadow: none; box-shadow: var(--search-normal-primary-shadow, none); } .next-search-normal.next-primary.next-large .next-search-left, .next-search-normal.next-primary.next-large .next-search-btn { border-width: 2px; border-width: var(--search-normal-primary-border-width, 2px); height: 60px; height: var(--search-normal-primary-l-height, 60px); } .next-search-normal.next-primary.next-large .next-search-input { height: 56px; height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2); overflow-y: hidden; } .next-search-normal.next-primary.next-large .next-search-input input { height: 56px; height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2); line-height: 56px \0; line-height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2) \0; } .next-search-normal.next-primary.next-large .next-select { height: 56px; height: calc(var(--search-normal-primary-l-height, 60px) - var(--search-normal-primary-border-width, 2px)*2); } .next-search-normal.next-primary.next-large .next-search-btn { font-size: 16px; font-size: var(--search-normal-primary-l-btn-text-size, 16px); } .next-search-normal.next-primary.next-large .next-search-btn .next-icon:before, .next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote { width: 24px; width: var(--search-normal-primary-l-icon-size, 24px); font-size: 24px; font-size: var(--search-normal-primary-l-icon-size, 24px); line-height: inherit; } .next-search-normal.next-primary.next-large .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-primary-btn-text-padding-left, 0px); } .next-search-normal.next-primary.next-medium { box-shadow: none; box-shadow: var(--search-normal-primary-shadow, none); } .next-search-normal.next-primary.next-medium .next-search-left, .next-search-normal.next-primary.next-medium .next-search-btn { border-width: 2px; border-width: var(--search-normal-primary-border-width, 2px); height: 40px; height: var(--search-normal-primary-m-height, 40px); } .next-search-normal.next-primary.next-medium .next-search-input { height: 36px; height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2); overflow-y: hidden; } .next-search-normal.next-primary.next-medium .next-search-input input { height: 36px; height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2); line-height: 36px \0; line-height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2) \0; } .next-search-normal.next-primary.next-medium .next-select { height: 36px; height: calc(var(--search-normal-primary-m-height, 40px) - var(--search-normal-primary-border-width, 2px)*2); } .next-search-normal.next-primary.next-medium .next-search-btn { font-size: 16px; font-size: var(--search-normal-primary-m-btn-text-size, 16px); } .next-search-normal.next-primary.next-medium .next-search-btn .next-icon:before, .next-search-normal.next-primary.next-medium .next-search-btn .next-icon .next-icon-remote { width: 16px; width: var(--search-normal-primary-m-icon-size, 16px); font-size: 16px; font-size: var(--search-normal-primary-m-icon-size, 16px); line-height: inherit; } .next-search-normal.next-primary.next-medium .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-primary-btn-text-padding-left, 0px); } .next-search-normal.next-primary .next-input { border-top-left-radius: 1px; border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); border-bottom-left-radius: 1px; border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-primary-border-width, 2px)); } .next-search-normal.next-secondary .next-search-left { border-color: #C4C6CF; border-color: var(--search-normal-secondary-color, #C4C6CF); } .next-search-normal.next-secondary .next-search-left .next-search-left-addon { border-right: 1px solid #E6E7EB; border-right: 1px solid var(--search-normal-secondary-split-color, #E6E7EB); } .next-search-normal.next-secondary:hover .next-search-left, .next-search-normal.next-secondary:hover .next-btn { border-color: #5584FF; border-color: var(--search-normal-secondary-hover-color, #5584FF); } .next-search-normal.next-secondary .next-search-btn { background: #5584FF; background: var(--search-normal-secondary-btn-bg-color, #5584FF); border-color: #5584FF; border-color: var(--search-normal-secondary-btn-bg-color, #5584FF); color: #FFFFFF; color: var(--search-normal-secondary-btn-text-color, #FFFFFF); } .next-search-normal.next-secondary .next-search-btn:hover { background: #3E71F7; background: var(--search-normal-secondary-btn-hover-bg-color, #3E71F7); border-color: #5584FF; border-color: var(--search-normal-secondary-hover-color, #5584FF); color: #FFFFFF; color: var(--search-normal-secondary-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-secondary .next-search-btn .next-icon { color: #FFFFFF; color: var(--search-normal-secondary-btn-text-color, #FFFFFF); } .next-search-normal.next-secondary .next-search-btn .next-icon:hover { color: #FFFFFF; color: var(--search-normal-secondary-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-secondary.next-large { box-shadow: none; box-shadow: var(--search-normal-secondary-shadow, none); } .next-search-normal.next-secondary.next-large .next-search-left, .next-search-normal.next-secondary.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-secondary-border-width, 1px); height: 60px; height: var(--search-normal-secondary-l-height, 60px); } .next-search-normal.next-secondary.next-large .next-search-input { height: 58px; height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-secondary.next-large .next-search-input input { height: 58px; height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2); line-height: 58px \0; line-height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2) \0; } .next-search-normal.next-secondary.next-large .next-select { height: 58px; height: calc(var(--search-normal-secondary-l-height, 60px) - var(--search-normal-secondary-border-width, 1px)*2); } .next-search-normal.next-secondary.next-large .next-search-btn { font-size: 16px; font-size: var(--search-normal-secondary-l-btn-text-size, 16px); } .next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before, .next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote { width: 24px; width: var(--search-normal-secondary-l-icon-size, 24px); font-size: 24px; font-size: var(--search-normal-secondary-l-icon-size, 24px); line-height: inherit; } .next-search-normal.next-secondary.next-large .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px); } .next-search-normal.next-secondary.next-medium { box-shadow: none; box-shadow: var(--search-normal-secondary-shadow, none); } .next-search-normal.next-secondary.next-medium .next-search-left, .next-search-normal.next-secondary.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-secondary-border-width, 1px); height: 40px; height: var(--search-normal-secondary-m-height, 40px); } .next-search-normal.next-secondary.next-medium .next-search-input { height: 38px; height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-secondary.next-medium .next-search-input input { height: 38px; height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); line-height: 38px \0; line-height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2) \0; } .next-search-normal.next-secondary.next-medium .next-select { height: 38px; height: calc(var(--search-normal-secondary-m-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); } .next-search-normal.next-secondary.next-medium .next-search-btn { font-size: 16px; font-size: var(--search-normal-secondary-m-btn-text-size, 16px); } .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before, .next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote { width: 16px; width: var(--search-normal-secondary-m-icon-size, 16px); font-size: 16px; font-size: var(--search-normal-secondary-m-icon-size, 16px); line-height: inherit; } .next-search-normal.next-secondary.next-medium .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-secondary-btn-text-padding-left, 0px); } .next-search-normal.next-secondary .next-input { border-top-left-radius: 2px; border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-secondary-border-width, 1px)); border-bottom-left-radius: 2px; border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-secondary-border-width, 1px)); } .next-search-normal.next-normal .next-search-left { border-color: #C4C6CF; border-color: var(--search-normal-normal-color, #C4C6CF); } .next-search-normal.next-normal .next-search-left .next-search-left-addon { border-right: 1px solid #E6E7EB; border-right: 1px solid var(--search-normal-normal-split-color, #E6E7EB); } .next-search-normal.next-normal:hover .next-search-left, .next-search-normal.next-normal:hover .next-btn { border-color: #A0A2AD; border-color: var(--search-normal-normal-hover-color, #A0A2AD); } .next-search-normal.next-normal .next-search-btn { background: #F7F8FA; background: var(--search-normal-normal-btn-bg-color, #F7F8FA); border-color: #C4C6CF; border-color: var(--search-normal-normal-color, #C4C6CF); color: #666666; color: var(--search-normal-normal-btn-text-color, #666666); } .next-search-normal.next-normal .next-search-btn:hover { background: #EBECF0; background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0); border-color: #A0A2AD; border-color: var(--search-normal-normal-hover-color, #A0A2AD); color: #333333; color: var(--search-normal-normal-btn-hover-text-color, #333333); } .next-search-normal.next-normal .next-search-btn .next-icon { color: #666666; color: var(--search-normal-normal-btn-text-color, #666666); } .next-search-normal.next-normal .next-search-btn .next-icon:hover { color: #333333; color: var(--search-normal-normal-btn-hover-text-color, #333333); } .next-search-normal.next-normal.next-large { box-shadow: none; box-shadow: var(--search-normal-normal-shadow, none); } .next-search-normal.next-normal.next-large .next-search-left, .next-search-normal.next-normal.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-normal-border-width, 1px); height: 60px; height: var(--search-normal-normal-l-height, 60px); } .next-search-normal.next-normal.next-large .next-search-input { height: 58px; height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-normal.next-large .next-search-input input { height: 58px; height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2); line-height: 58px \0; line-height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2) \0; } .next-search-normal.next-normal.next-large .next-select { height: 58px; height: calc(var(--search-normal-normal-l-height, 60px) - var(--search-normal-normal-border-width, 1px)*2); } .next-search-normal.next-normal.next-large .next-search-btn { font-size: 16px; font-size: var(--search-normal-normal-l-btn-text-size, 16px); } .next-search-normal.next-normal.next-large .next-search-btn .next-icon:before, .next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote { width: 24px; width: var(--search-normal-normal-l-icon-size, 24px); font-size: 24px; font-size: var(--search-normal-normal-l-icon-size, 24px); line-height: inherit; } .next-search-normal.next-normal.next-large .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-normal-btn-text-padding-left, 0px); } .next-search-normal.next-normal.next-medium { box-shadow: none; box-shadow: var(--search-normal-normal-shadow, none); } .next-search-normal.next-normal.next-medium .next-search-left, .next-search-normal.next-normal.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-normal-border-width, 1px); height: 40px; height: var(--search-normal-normal-m-height, 40px); } .next-search-normal.next-normal.next-medium .next-search-input { height: 38px; height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-normal.next-medium .next-search-input input { height: 38px; height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); line-height: 38px \0; line-height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2) \0; } .next-search-normal.next-normal.next-medium .next-select { height: 38px; height: calc(var(--search-normal-normal-m-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); } .next-search-normal.next-normal.next-medium .next-search-btn { font-size: 16px; font-size: var(--search-normal-normal-m-btn-text-size, 16px); } .next-search-normal.next-normal.next-medium .next-search-btn .next-icon:before, .next-search-normal.next-normal.next-medium .next-search-btn .next-icon .next-icon-remote { width: 16px; width: var(--search-normal-normal-m-icon-size, 16px); font-size: 16px; font-size: var(--search-normal-normal-m-icon-size, 16px); line-height: inherit; } .next-search-normal.next-normal.next-medium .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-normal-btn-text-padding-left, 0px); } .next-search-normal.next-normal .next-input { border-top-left-radius: 2px; border-top-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-normal-border-width, 1px)); border-bottom-left-radius: 2px; border-bottom-left-radius: calc(var(--search-normal-corner, 3px) - var(--search-normal-normal-border-width, 1px)); } .next-search-normal.next-dark .next-search-left { border-color: #5584FF; border-color: var(--search-normal-dark-color, #5584FF); } .next-search-normal.next-dark .next-search-left .next-search-left-addon { border-right: 1px solid #5584FF; border-right: 1px solid var(--search-normal-dark-color, #5584FF); } .next-search-normal.next-dark:hover .next-search-left, .next-search-normal.next-dark:hover .next-btn { border-color: #5584FF; border-color: var(--search-normal-dark-hover-color, #5584FF); } .next-search-normal.next-dark .next-search-btn { background: #5584FF; background: var(--search-normal-dark-color, #5584FF); border-color: #5584FF; border-color: var(--search-normal-dark-color, #5584FF); color: #FFFFFF; color: var(--search-normal-dark-btn-text-color, #FFFFFF); } .next-search-normal.next-dark .next-search-btn:hover { background: #3E71F7; background: var(--search-normal-dark-btn-hover-bg-color, #3E71F7); border-color: #5584FF; border-color: var(--search-normal-dark-hover-color, #5584FF); color: #FFFFFF; color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-dark .next-search-btn .next-icon { color: #FFFFFF; color: var(--search-normal-dark-btn-text-color, #FFFFFF); } .next-search-normal.next-dark .next-search-btn .next-icon:hover { color: #FFFFFF; color: var(--search-normal-dark-btn-hover-text-color, #FFFFFF); } .next-search-normal.next-dark .next-select-inner, .next-search-normal.next-dark input { color: #FFFFFF; color: var(--search-normal-dark-text-color, #FFFFFF); } .next-search-normal.next-dark .next-input { background: rgba(255, 255, 255, 0); background: var(--color-calculate-search-normal-dark-bg, rgba(255, 255, 255, 0)); } .next-search-normal.next-dark .next-select { background: rgba(255, 255, 255, 0); background: var(--color-calculate-search-normal-dark-bg, rgba(255, 255, 255, 0)); } .next-search-normal.next-dark.next-large { box-shadow: none; box-shadow: var(--search-normal-dark-shadow, none); } .next-search-normal.next-dark.next-large .next-search-left, .next-search-normal.next-dark.next-large .next-search-btn { border-width: 1px; border-width: var(--search-normal-dark-border-width, 1px); height: 60px; height: var(--search-normal-dark-l-height, 60px); } .next-search-normal.next-dark.next-large .next-search-input { height: 58px; height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-dark.next-large .next-search-input input { height: 58px; height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2); line-height: 58px \0; line-height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2) \0; } .next-search-normal.next-dark.next-large .next-select { height: 58px; height: calc(var(--search-normal-dark-l-height, 60px) - var(--search-normal-dark-border-width, 1px)*2); } .next-search-normal.next-dark.next-large .next-search-btn { font-size: 16px; font-size: var(--search-normal-dark-l-btn-text-size, 16px); } .next-search-normal.next-dark.next-large .next-search-btn .next-icon:before, .next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote { width: 24px; width: var(--search-normal-dark-l-icon-size, 24px); font-size: 24px; font-size: var(--search-normal-dark-l-icon-size, 24px); line-height: inherit; } .next-search-normal.next-dark.next-large .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-dark-btn-text-padding-left, 0px); } .next-search-normal.next-dark.next-medium { box-shadow: none; box-shadow: var(--search-normal-dark-shadow, none); } .next-search-normal.next-dark.next-medium .next-search-left, .next-search-normal.next-dark.next-medium .next-search-btn { border-width: 1px; border-width: var(--search-normal-dark-border-width, 1px); height: 40px; height: var(--search-normal-dark-m-height, 40px); } .next-search-normal.next-dark.next-medium .next-search-input { height: 38px; height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); overflow-y: hidden; } .next-search-normal.next-dark.next-medium .next-search-input input { height: 38px; height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); line-height: 38px \0; line-height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2) \0; } .next-search-normal.next-dark.next-medium .next-select { height: 38px; height: calc(var(--search-normal-dark-m-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); } .next-search-normal.next-dark.next-medium .next-search-btn { font-size: 16px; font-size: var(--search-normal-dark-m-btn-text-size, 16px); } .next-search-normal.next-dark.next-medium .next-search-btn .next-icon:before, .next-search-normal.next-dark.next-medium .next-search-btn .next-icon .next-icon-remote { width: 16px; width: var(--search-normal-dark-m-icon-size, 16px); font-size: 16px; font-size: var(--search-normal-dark-m-icon-size, 16px); line-height: inherit; } .next-search-normal.next-dark.next-medium .next-search-btn .next-search-btn-text { display: inline-block; padding-left: 0px; padding-left: var(--search-normal-dark-btn-text-padding-left, 0px); } .next-search-normal:not([dir=rtl]) .next-search-left { border-right: none; } .next-search-simple { width: 300px; box-shadow: none; box-shadow: var(--search-simple-normal-shadow, none); border-radius: 3px; border-radius: var(--search-simple-corner, 3px); } .next-search-simple .next-search-icon { cursor: pointer; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-search-simple .next-search-left, .next-search-simple .next-input { border-radius: 3px; border-radius: var(--search-simple-corner, 3px); } .next-search-simple.next-large .next-search-icon { margin-right: 12px; margin-right: var(--search-simple-l-icon-margin-right, 12px); } .next-search-simple.next-medium .next-search-icon { margin-right: 8px; margin-right: var(--search-simple-m-icon-margin-right, 8px); } .next-search-simple.next-normal .next-search-left { border-color: #C4C6CF; border-color: var(--search-simple-normal-color, #C4C6CF); } .next-search-simple.next-normal .next-search-left .next-search-left-addon { border-right: 1px solid #C4C6CF; border-right: 1px solid var(--search-simple-normal-split-color, #C4C6CF); } .next-search-simple.next-normal:hover .next-search-left { border-color: #A0A2AD; border-color: var(--search-simple-normal-hover-color, #A0A2AD); } .next-search-simple.next-normal .next-search-icon { color: #999999; color: var(--search-simple-normal-icon-text-color, #999999); } .next-search-simple.next-normal .next-search-icon:hover { color: #666666; color: var(--search-simple-normal-icon-hover-text-color, #666666); } .next-search-simple.next-normal .next-search-left { border-width: 1px; border-width: var(--search-simple-normal-border-width, 1px); } .next-search-simple.next-normal.next-large .next-search-icon:before, .next-search-simple.next-normal.next-large .next-search-icon .next-icon-remote { width: 20px; width: var(--search-simple-normal-l-icon-size, 20px); font-size: 20px; font-size: var(--search-simple-normal-l-icon-size, 20px); line-height: inherit; } .next-search-simple.next-normal.next-medium .next-search-icon:before, .next-search-simple.next-normal.next-medium .next-search-icon .next-icon-remote { width: 12px; width: var(--search-simple-normal-m-icon-size, 12px); font-size: 12px; font-size: var(--search-simple-normal-m-icon-size, 12px); line-height: inherit; } .next-search-simple.next-dark .next-search-left { border-color: #C4C6CF; border-color: var(--search-simple-dark-color, #C4C6CF); } .next-search-simple.next-dark .next-search-left .next-search-left-addon { border-right: 1px solid #C4C6CF; border-right: 1px solid var(--search-simple-dark-split-color, #C4C6CF); } .next-search-simple.next-dark:hover .next-search-left { border-color: #C4C6CF; border-color: var(--search-simple-dark-hover-color, #C4C6CF); } .next-search-simple.next-dark .next-search-icon { color: #999999; color: var(--search-simple-dark-icon-text-color, #999999); } .next-search-simple.next-dark .next-search-icon:hover { color: #666666; color: var(--search-simple-dark-icon-hover-text-color, #666666); } .next-search-simple.next-dark .next-select-inner, .next-search-simple.next-dark input { color: #FFFFFF; color: var(--search-simple-dark-text-color, #FFFFFF); } .next-search-simple.next-dark .next-input { background: rgba(255, 255, 255, 0); background: var(--color-calculate-search-simple-dark-bg, rgba(255, 255, 255, 0)); } .next-search-simple.next-dark .next-select { background: rgba(255, 255, 255, 0); background: var(--color-calculate-search-simple-dark-bg, rgba(255, 255, 255, 0)); } .next-search-simple.next-dark .next-search-left { border-width: 1px; border-width: var(--search-simple-dark-border-width, 1px); } .next-search-simple.next-dark.next-large .next-search-icon:before, .next-search-simple.next-dark.next-large .next-search-icon .next-icon-remote { width: 20px; width: var(--search-simple-dark-l-icon-size, 20px); font-size: 20px; font-size: var(--search-simple-dark-l-icon-size, 20px); line-height: inherit; } .next-search-simple.next-dark.next-medium .next-search-icon:before, .next-search-simple.next-dark.next-medium .next-search-icon .next-icon-remote { width: 12px; width: var(--search-simple-dark-m-icon-size, 12px); font-size: 12px; font-size: var(--search-simple-dark-m-icon-size, 12px); line-height: inherit; } .next-search-simple .next-select.next-large { height: 38px; height: calc(var(--form-element-large-height, 40px) - 2px); } .next-search-simple .next-select.next-medium { height: 26px; height: calc(var(--form-element-medium-height, 28px) - 2px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-select { 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 { box-sizing: border-box; } .next-select-trigger { min-width: 100px; outline: 0; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-select-trigger .next-input-label { flex: 0 0 auto; width: auto; } .next-select-trigger .next-select-values { display: block; width: 100%; 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 { 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; color: var(--input-disabled-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: inline-flex; align-items: center; width: 100%; min-width: 100px; outline: 0; color: #333333; color: var(--select-color, #333333); } .next-select .next-select-inner .next-tag { line-height: 1; margin-right: 4px; margin-right: var(--select-tag-spacing-lr, 4px); margin-bottom: 3px; margin-bottom: var(--select-tag-spacing-tb, 3px); padding-left: 0px; padding-left: var(--select-tag-padding-lr, 0px); padding-right: 0px; padding-right: var(--select-tag-padding-lr, 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: inline-flex; 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; color: var(--input-text-color, #333333); background: linear-gradient(90deg, transparent, #FFFFFF 10px); background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { background: linear-gradient(90deg, transparent, #F7F8FA 10px); background: linear-gradient(90deg, transparent, var(--input-disabled-bg-color, #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; margin-bottom: calc(0px - var(--select-tag-spacing-tb, 3px)); height: auto !important; } .next-select-multiple .next-select-trigger-search, .next-select-tag .next-select-trigger-search { margin-bottom: 3px; margin-bottom: var(--select-tag-spacing-tb, 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; align-items: start; } .next-select-multiple.next-small .next-select-values, .next-select-tag.next-small .next-select-values { min-height: 18px; min-height: calc(var(--form-element-small-height, 20px) - 2px); padding-top: 2px; padding-top: calc(var(--form-element-small-height, 20px)/2 - var(--select-s-lineheight, 14px)/2 - 1px); padding-bottom: 2px; padding-bottom: calc(var(--form-element-small-height, 20px)/2 - var(--select-s-lineheight, 14px)/2 - 1px); line-height: 14px; line-height: var(--select-s-lineheight, 14px); } .next-select-multiple.next-small .next-select-values-compact, .next-select-tag.next-small .next-select-values-compact { height: 20px !important; height: var(--form-element-small-height, 20px) !important; } .next-select-multiple.next-small .next-tag, .next-select-tag.next-small .next-tag { border: 0; padding-top: 0px; padding-top: calc(var(--select-s-lineheight, 14px)/2 - var(--s-4, 16px)/2 + 1px); padding-bottom: 0px; padding-bottom: calc(var(--select-s-lineheight, 14px)/2 - var(--s-4, 16px)/2 + 1px); height: 14px; height: var(--select-s-lineheight, 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; line-height: calc(var(--select-s-lineheight, 14px) - var(--select-s-lineheight, 14px)/2*2 + var(--s-4, 16px)/2*2 - 2px); } .next-select-multiple.next-small .next-tag-body, .next-select-tag.next-small .next-tag-body { line-height: 14px; line-height: var(--select-s-lineheight, 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; line-height: calc(var(--form-element-small-height, 20px) - 2px); } .next-select-multiple.next-medium .next-select-values, .next-select-tag.next-medium .next-select-values { min-height: 26px; min-height: calc(var(--form-element-medium-height, 28px) - 2px); padding-top: 3px; padding-top: calc(var(--form-element-medium-height, 28px)/2 - var(--select-m-lineheight, 20px)/2 - 1px); padding-bottom: 3px; padding-bottom: calc(var(--form-element-medium-height, 28px)/2 - var(--select-m-lineheight, 20px)/2 - 1px); line-height: 20px; line-height: var(--select-m-lineheight, 20px); } .next-select-multiple.next-medium .next-select-values-compact, .next-select-tag.next-medium .next-select-values-compact { height: 28px !important; height: var(--form-element-medium-height, 28px) !important; } .next-select-multiple.next-medium .next-tag, .next-select-tag.next-medium .next-tag { padding-top: 1px; padding-top: calc(var(--select-m-lineheight, 20px)/2 - var(--s-4, 16px)/2 - 1px); padding-bottom: 1px; padding-bottom: calc(var(--select-m-lineheight, 20px)/2 - var(--s-4, 16px)/2 - 1px); height: 20px; height: var(--select-m-lineheight, 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; line-height: calc(var(--select-m-lineheight, 20px) - var(--select-m-lineheight, 20px)/2*2 + var(--s-4, 16px)/2*2 + 2px); } .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; line-height: calc(var(--form-element-medium-height, 28px) - 2px); } .next-select-multiple.next-large .next-select-values, .next-select-tag.next-large .next-select-values { min-height: 38px; min-height: calc(var(--form-element-large-height, 40px) - 2px); padding-top: 7px; padding-top: calc(var(--form-element-large-height, 40px)/2 - var(--select-l-lineheight, 24px)/2 - 1px); padding-bottom: 7px; padding-bottom: calc(var(--form-element-large-height, 40px)/2 - var(--select-l-lineheight, 24px)/2 - 1px); line-height: 24px; line-height: var(--select-l-lineheight, 24px); } .next-select-multiple.next-large .next-select-values-compact, .next-select-tag.next-large .next-select-values-compact { height: 40px !important; height: var(--form-element-large-height, 40px) !important; } .next-select-multiple.next-large .next-tag, .next-select-tag.next-large .next-tag { padding-top: 3px; padding-top: calc(var(--select-l-lineheight, 24px)/2 - var(--s-4, 16px)/2 - 1px); padding-bottom: 3px; padding-bottom: calc(var(--select-l-lineheight, 24px)/2 - var(--s-4, 16px)/2 - 1px); height: 24px; height: var(--select-l-lineheight, 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; line-height: calc(var(--select-l-lineheight, 24px) - var(--select-l-lineheight, 24px)/2*2 + var(--s-4, 16px)/2*2 + 2px); } .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; line-height: calc(var(--form-element-large-height, 40px) - 2px); } .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 { transform: rotate(180deg); } .next-select .next-select-unfold-icon::before { content: ""; content: var(--select-unfold-icon-content, ""); } .next-select-symbol-fold::before { content: "\E63D"; content: var(--select-fold-icon-content, "\E63D"); } .next-select-arrow { cursor: pointer; width: auto !important; text-align: center; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); /* transform-origin: center 41.8%; // icon 图像中心 */ } .next-select-popup-wrap { animation-duration: 300ms; animation-duration: var(--motion-duration-standard, 300ms); animation-timing-function: ease; animation-timing-function: var(--motion-ease, ease); } .next-select-menu-wrapper { max-height: 260px; overflow: auto; border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); box-shadow: none; box-shadow: var(--popup-local-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-left: var(--s-2, 8px); padding-right: 8px; padding-right: var(--s-2, 8px); color: #999999; color: var(--select-hint-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; padding: 0 var(--s-2, 8px); margin: 0 12px 8px; margin: 0 var(--s-3, 12px) var(--s-2, 8px); border-bottom: 1px solid #DCDEE3; border-bottom: 1px solid var(--color-line1-2, #DCDEE3); } .next-select-all:hover { color: #3E71F7; color: var(--color-link-3, #3E71F7); } .next-select-all .next-menu-icon-selected.next-icon { display: inline-block !important; top: initial; color: #5584FF; color: var(--select-menu-icon-color, #5584FF); } .next-select-highlight { color: #5584FF; color: var(--select-highlight-color, #5584FF); font-size: 12px; font-size: var(--select-highlight-font, 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; line-height: var(--form-element-small-height, 20px); } .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-medium .next-select-values { line-height: 28px; line-height: var(--form-element-medium-height, 28px); } .next-select-in-ie.next-select-trigger.next-select-single .next-input.next-large .next-select-values { line-height: 40px; line-height: var(--form-element-large-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); background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F7F8FA 10px); background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--input-disabled-bg-color, #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); background: linear-gradient(270deg, rgba(255, 255, 255, 0), var(--input-bg-color, #FFFFFF) 10px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* Slider */ /* -------------------------------------- */ .next-slick { box-sizing: border-box; position: relative; display: block; -webkit-touch-callout: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; /* 水平滑动 */ /* 垂直滑动 */ } .next-slick *, .next-slick *:before, .next-slick *:after { box-sizing: border-box; } .next-slick-initialized .next-slick-slide { display: block; } .next-slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; transform: translate3d(0, 0, 0); } .next-slick-list:focus { outline: none; } .next-slick-list.dragging { cursor: pointer; cursor: hand; } .next-slick-track { position: relative; top: 0; left: 0; display: block; transform: translate3d(0, 0, 0); } .next-slick-slide { float: left; height: 100%; min-height: 1px; outline: 0; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-slick[dir="rtl"] .next-slick-slide { float: right; } .next-slick-slide img { display: block; } .next-slick-arrow { display: block; position: absolute; cursor: pointer; text-align: center; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); /* prev/next 按钮不同位置下的外观 */ } .next-slick-arrow.inner { color: #FFFFFF; color: var(--slick-arrow-icon-color-normal, #FFFFFF); background: #000000; background: var(--slick-arrow-bg-color-normal, #000000); opacity: 0.2; opacity: var(--slick-arrow-bg-opacity-normal, 0.2); padding: 0; border: none; } .next-slick-arrow.inner:focus, .next-slick-arrow.inner:hover { color: #FFFFFF; color: var(--slick-arrow-icon-color-hover, #FFFFFF); background: #000000; background: var(--slick-arrow-bg-color-hover, #000000); opacity: 0.4; opacity: var(--slick-arrow-bg-opacity-hover, 0.4); } .next-slick-arrow.inner.disabled { color: #CCCCCC; color: var(--slick-arrow-icon-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--slick-arrow-bg-color-disabled, #F7F8FA); opacity: 0.5; opacity: var(--slick-arrow-bg-opacity-disabled, 0.5); } .next-slick-arrow.outer { color: #666666; color: var(--slick-arrow-icon-color-normal-outer, #666666); background: transparent; background: var(--slick-arrow-bg-color-normal-outer, transparent); opacity: 0.32; opacity: var(--slick-arrow-bg-opacity-normal-outer, 0.32); padding: 0; border: none; border-radius: 0px; border-radius: var(--slick-arrow-corner-radius-outer, 0px); } .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover { color: #333333; color: var(--slick-arrow-icon-color-hover-outer, #333333); background: transparent; background: var(--slick-arrow-bg-color-hover-outer, transparent); opacity: 0.32; opacity: var(--slick-arrow-bg-opacity-hover-outer, 0.32); } .next-slick-arrow.outer.disabled { color: #CCCCCC; color: var(--slick-arrow-icon-color-disabled-outer, #CCCCCC); background: transparent; background: var(--slick-arrow-bg-color-disabled-outer, transparent); opacity: 0.32; opacity: var(--slick-arrow-bg-opacity-disabled-outer, 0.32); } .next-slick-arrow.disabled { cursor: not-allowed; } .next-slick-dots { display: block; position: absolute; margin: 0; padding: 0; /* dots 位于水平位置 */ /* dots 位于右侧垂直位置 */ } .next-slick-dots-item { position: relative; display: inline-block; cursor: pointer; } .next-slick-dots-item button { cursor: pointer; border-width: 0px; border-width: var(--slick-dots-border-width, 0px); border-color: white; border-style: solid; outline: none; padding: 0; height: 8px; height: var(--slick-dots-height, 8px); width: 8px; width: var(--slick-dots-width, 8px); border-radius: 50%; border-radius: var(--slick-dots-border-radius, 50%); background: rgba(0, 0, 0, 0.32); } .next-slick-dots-item button:hover { background-color: rgba(0, 0, 0, 0.32); /* border-width: $slick-dots-border-width-hover; */ border-color: white; } .next-slick-dots-item button:focus, .next-slick-dots-item button:hover { background: rgba(255, 255, 255, 0.5); } .next-slick-dots-item.active button { background: #5584ff; /* border-width: $slick-dots-border-width-selected; */ border-color: white; animation: zoom 0.3s cubic-bezier(0.86, 0, 0.07, 1); } .next-slick-dots.hoz { width: 100%; bottom: 12px; bottom: var(--slick-dots-position-bottom, 12px); left: 0; text-align: center; } .next-slick-dots.hoz .next-slick-dots-item { margin: 0 4px; margin: 0 var(--slick-dots-margin-lr, 4px); } .next-slick-dots.ver { width: 16px; width: calc(var(--slick-dots-width, 8px) + 8px); top: 0; right: 20px; right: var(--slick-dots-position-right, 20px); bottom: 0; display: flex; justify-content: center; flex-direction: column; } .next-slick-dots.ver .next-slick-dots-item { margin: 0px 0; margin: var(--slick-dots-margin-tb, 0px) 0; } .next-slick.next-slick-hoz.next-slick-outer { padding: 0 24px; padding: 0 var(--slick-track-padding-lr, 24px); } .next-slick.next-slick-hoz .next-slick-arrow.medium { width: 28px; width: var(--slick-arrow-width-m, 28px); height: 56px; height: var(--slick-arrow-height-m, 56px); line-height: 56px; line-height: var(--slick-arrow-height-m, 56px); } .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon:before, .next-slick.next-slick-hoz .next-slick-arrow.medium .next-icon .next-icon-remote { width: 20px; width: var(--slick-arrow-icon-m, 20px); font-size: 20px; font-size: var(--slick-arrow-icon-m, 20px); line-height: inherit; } .next-slick.next-slick-hoz .next-slick-arrow.medium.inner { top: calc(50% - 28px); top: calc(50% - var(--slick-arrow-height-m, 56px)/2); } .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-prev { left: 0; } .next-slick.next-slick-hoz .next-slick-arrow.medium.inner.next-slick-next { right: 0; } .next-slick.next-slick-hoz .next-slick-arrow.medium.outer { top: calc(50% - 28px); top: calc(50% - var(--slick-arrow-height-m, 56px)/2); } .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-prev { left: -4px; left: calc(0px - var(--slick-arrow-position-lr-m, 4px)); } .next-slick.next-slick-hoz .next-slick-arrow.medium.outer.next-slick-next { right: -4px; right: calc(0px - var(--slick-arrow-position-lr-m, 4px)); } .next-slick.next-slick-hoz .next-slick-arrow.large { width: 48px; width: var(--slick-arrow-width-l, 48px); height: 96px; height: var(--slick-arrow-height-l, 96px); line-height: 96px; line-height: var(--slick-arrow-height-l, 96px); } .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon:before, .next-slick.next-slick-hoz .next-slick-arrow.large .next-icon .next-icon-remote { width: 32px; width: var(--slick-arrow-icon-l, 32px); font-size: 32px; font-size: var(--slick-arrow-icon-l, 32px); line-height: inherit; } .next-slick.next-slick-hoz .next-slick-arrow.large.inner { top: calc(50% - 48px); top: calc(50% - var(--slick-arrow-height-l, 96px)/2); } .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-prev { left: 0; } .next-slick.next-slick-hoz .next-slick-arrow.large.inner.next-slick-next { right: 0; } .next-slick.next-slick-hoz .next-slick-arrow.large.outer { top: calc(50% - 48px); top: calc(50% - var(--slick-arrow-height-l, 96px)/2); } .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-prev { left: -8px; left: calc(0px - var(--slick-arrow-position-lr-l, 8px)); } .next-slick.next-slick-hoz .next-slick-arrow.large.outer.next-slick-next { right: -8px; right: calc(0px - var(--slick-arrow-position-lr-l, 8px)); } .next-slick.next-slick-ver.next-slick-outer { padding: 24px 0; padding: var(--slick-ver-track-padding-tb, 24px) 0; } .next-slick.next-slick-ver .next-slick-slide { display: block; height: auto; /* border: $slick-ver-slide-border-width solid transparent; */ } .next-slick.next-slick-ver .next-slick-arrow { /* size medium */ /* size medium & position inner */ /* size medium & position outer */ /* size large */ /* size large & position inner */ /* size large & position outer */ } .next-slick.next-slick-ver .next-slick-arrow.medium { width: 56px; width: var(--slick-ver-arrow-width-m, 56px); height: 28px; height: var(--slick-ver-arrow-height-m, 28px); line-height: 28px; line-height: var(--slick-ver-arrow-height-m, 28px); } .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon:before, .next-slick.next-slick-ver .next-slick-arrow.medium .next-icon .next-icon-remote { width: 20px; width: var(--slick-arrow-icon-m, 20px); font-size: 20px; font-size: var(--slick-arrow-icon-m, 20px); line-height: inherit; } .next-slick.next-slick-ver .next-slick-arrow.medium.inner { left: calc(50% - 28px); left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2); } .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-prev { top: 0; } .next-slick.next-slick-ver .next-slick-arrow.medium.inner.next-slick-next { bottom: 0; } .next-slick.next-slick-ver .next-slick-arrow.medium.outer { left: calc(50% - 28px); left: calc(50% - var(--slick-ver-arrow-width-m, 56px)/2); } .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-prev { top: -4px; top: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); } .next-slick.next-slick-ver .next-slick-arrow.medium.outer.next-slick-next { bottom: -4px; bottom: calc(0px - var(--slick-ver-arrow-position-tb-m, 4px)); } .next-slick.next-slick-ver .next-slick-arrow.large { width: 96px; width: var(--slick-ver-arrow-width-l, 96px); height: 48px; height: var(--slick-ver-arrow-height-l, 48px); line-height: 48px; line-height: var(--slick-ver-arrow-height-l, 48px); } .next-slick.next-slick-ver .next-slick-arrow.large .next-icon:before, .next-slick.next-slick-ver .next-slick-arrow.large .next-icon .next-icon-remote { width: 32px; width: var(--slick-arrow-icon-l, 32px); font-size: 32px; font-size: var(--slick-arrow-icon-l, 32px); line-height: inherit; } .next-slick.next-slick-ver .next-slick-arrow.large.inner { left: calc(50% - 48px); left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2); } .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-prev { top: 0; } .next-slick.next-slick-ver .next-slick-arrow.large.inner.next-slick-next { bottom: 0; } .next-slick.next-slick-ver .next-slick-arrow.large.outer { left: calc(50% - 48px); left: calc(50% - var(--slick-ver-arrow-width-l, 96px)/2); } .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-prev { top: -16px; top: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); } .next-slick.next-slick-ver .next-slick-arrow.large.outer.next-slick-next { bottom: -16px; bottom: calc(0px - var(--slick-ver-arrow-position-tb-l, 16px)); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-split-btn { display: inline-block; position: relative; } .next-split-btn-trigger .next-icon { transition: transform 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-split-btn-trigger.next-expand .next-split-btn-symbol-fold { transform: rotate(180deg); } .next-split-btn-trigger.next-btn-normal:not(:disabled):not(.disabled) .next-icon { color: #999999; color: var(--split-btn-trigger-normal-icon-color, #999999); } .next-split-btn-trigger.next-small { padding-left: 4px; padding-left: var(--s-1, 4px); padding-right: 4px; padding-right: var(--s-1, 4px); } .next-split-btn-trigger.next-medium { padding-left: 8px; padding-left: var(--s-2, 8px); padding-right: 8px; padding-right: var(--s-2, 8px); } .next-split-btn-symbol-fold::before { content: "\E63D"; content: var(--split-btn-fold-icon-content, "\E63D"); } .next-split-btn-symbol-unfold::before { content: ""; content: var(--split-btn-unfold-icon-content, ""); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-step *, .next-step *:before, .next-step *:after { box-sizing: border-box; } .next-step, .next-step:before, .next-step:after { box-sizing: border-box; } .next-step { width: 100%; position: relative; border: none; } .next-step-item { position: relative; vertical-align: middle; outline: 0; height: 100%; } .next-step-item-body { outline: 0; } .next-step-item-node { transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-item-node.clicked { transform: scale3d(0.8, 0.8, 0.8); } .next-step-horizontal { overflow: hidden; } .next-step-horizontal > .next-step-item { display: inline-block; text-align: left; } .next-step-vertical > .next-step-item { display: block; text-align: center; } .next-step-arrow { display: flex; } .next-step-arrow .next-step-item { flex: 1; height: 32px; height: var(--step-arrow-item-height, 32px); line-height: 32px; line-height: var(--step-arrow-item-height, 32px); margin-left: 16px; margin-left: calc(var(--step-arrow-item-height, 32px)/2); margin-right: 4px; margin-right: calc(var(--step-arrow-item-height, 32px)/8); } .next-step-arrow .next-step-item:before { content: ''; position: absolute; left: -16px; left: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2))); top: 0; z-index: 1; border: 16px solid transparent; border: var(--step-arrow-item-border-width, 16px) solid transparent; border-left-color: transparent; } .next-step-arrow .next-step-item:after { content: ''; position: absolute; right: -16px; right: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2))); top: 0; z-index: 1; border-top: 16px solid transparent; border-top: var(--step-arrow-item-border-width, 16px) solid transparent; border-bottom: 16px solid transparent; border-bottom: var(--step-arrow-item-border-width, 16px) solid transparent; border-left: 16px solid transparent; border-left: var(--step-arrow-item-border-width, 16px) solid transparent; } .next-step-arrow .next-step-item .next-step-item-container { min-width: 100px; height: 32px; height: var(--step-arrow-item-height, 32px); cursor: pointer; } .next-step-arrow .next-step-item .next-step-item-container .next-step-item-title { height: 32px; height: var(--step-arrow-item-height, 32px); line-height: 32px; line-height: var(--step-arrow-item-height, 32px); font-weight: bold; font-weight: var(--step-arrow-item-title-weight, bold); font-size: 14px; font-size: var(--step-arrow-item-title-size, 14px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; } .next-step-arrow > .next-step-item-wait { background: #EBECF0; background: var(--step-arrow-item-wait-background, #EBECF0); } .next-step-arrow > .next-step-item-wait .next-step-item-tail-overlay { background: #000000; } .next-step-arrow > .next-step-item-wait .next-step-item-tail-underlay { background: #CCCCCC; background: var(--color-text1-1, #CCCCCC); } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node { color: #000000; } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { background: #EBECF0; background: var(--step-arrow-item-wait-background, #EBECF0); border-color: #000000; } .next-step-arrow > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { background: #EBECF0; background: var(--step-arrow-item-wait-background, #EBECF0); border-color: #000000; } .next-step-arrow > .next-step-item-wait .next-step-item-title { color: #999999; color: var(--step-arrow-item-title-wait-color, #999999); word-break: break-word; } .next-step-arrow > .next-step-item-wait .next-step-item-content { color: #999999; color: var(--step-arrow-item-title-wait-color, #999999); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-arrow > .next-step-item-wait .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-arrow > .next-step-item-wait .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon:before, .next-step-arrow > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-arrow > .next-step-item-wait:before { border: 16px solid #EBECF0; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-wait-background, #EBECF0); border-left-color: transparent; } .next-step-arrow > .next-step-item-wait:after { border-left-color: #EBECF0; border-left-color: var(--step-arrow-item-wait-background, #EBECF0); } .next-step-arrow > .next-step-item-process { background: #5584FF; background: var(--step-arrow-item-process-background, #5584FF); } .next-step-arrow > .next-step-item-process .next-step-item-tail-overlay { background: #000000; } .next-step-arrow > .next-step-item-process .next-step-item-tail-underlay { background: #CCCCCC; background: var(--color-text1-1, #CCCCCC); } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node { color: #000000; } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { background: #5584FF; background: var(--step-arrow-item-process-background, #5584FF); border-color: #000000; } .next-step-arrow > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { background: #5584FF; background: var(--step-arrow-item-process-background, #5584FF); border-color: #000000; } .next-step-arrow > .next-step-item-process .next-step-item-title { color: #FFFFFF; color: var(--step-arrow-item-title-process-color, #FFFFFF); word-break: break-word; } .next-step-arrow > .next-step-item-process .next-step-item-content { color: #FFFFFF; color: var(--step-arrow-item-title-process-color, #FFFFFF); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-arrow > .next-step-item-process .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-arrow > .next-step-item-process .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-arrow > .next-step-item-process .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon:before, .next-step-arrow > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-arrow > .next-step-item-process:before { border: 16px solid #5584FF; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-process-background, #5584FF); border-left-color: transparent; } .next-step-arrow > .next-step-item-process:after { border-left-color: #5584FF; border-left-color: var(--step-arrow-item-process-background, #5584FF); } .next-step-arrow > .next-step-item-finish { background: #DEE8FF; background: var(--step-arrow-item-finish-background, #DEE8FF); } .next-step-arrow > .next-step-item-finish .next-step-item-tail-overlay { background: #000000; } .next-step-arrow > .next-step-item-finish .next-step-item-tail-underlay { background: #CCCCCC; background: var(--color-text1-1, #CCCCCC); } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node { color: #000000; } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { background: #DEE8FF; background: var(--step-arrow-item-finish-background, #DEE8FF); border-color: #000000; } .next-step-arrow > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { background: #DEE8FF; background: var(--step-arrow-item-finish-background, #DEE8FF); border-color: #000000; } .next-step-arrow > .next-step-item-finish .next-step-item-title { color: #5584FF; color: var(--step-arrow-item-title-finish-color, #5584FF); word-break: break-word; } .next-step-arrow > .next-step-item-finish .next-step-item-content { color: #5584FF; color: var(--step-arrow-item-title-finish-color, #5584FF); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-arrow > .next-step-item-finish .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-arrow > .next-step-item-finish .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon:before, .next-step-arrow > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-arrow > .next-step-item-finish:before { border: 16px solid #DEE8FF; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-finish-background, #DEE8FF); border-left-color: transparent; } .next-step-arrow > .next-step-item-finish:after { border-left-color: #DEE8FF; border-left-color: var(--step-arrow-item-finish-background, #DEE8FF); } .next-step-arrow .next-step-item-disabled { cursor: not-allowed; background: #F7F8FA; background: var(--step-arrow-item-disabled-background, #F7F8FA); } .next-step-arrow .next-step-item-disabled .next-step-item-tail-overlay { background: #000000; } .next-step-arrow .next-step-item-disabled .next-step-item-tail-underlay { background: #CCCCCC; background: var(--color-text1-1, #CCCCCC); } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node { color: #000000; } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { background: #F7F8FA; background: var(--step-arrow-item-disabled-background, #F7F8FA); border-color: #000000; } .next-step-arrow .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { background: #F7F8FA; background: var(--step-arrow-item-disabled-background, #F7F8FA); border-color: #000000; } .next-step-arrow .next-step-item-disabled .next-step-item-title { color: #CCCCCC; color: var(--step-arrow-item-title-disabled-color, #CCCCCC); word-break: break-word; } .next-step-arrow .next-step-item-disabled .next-step-item-content { color: #CCCCCC; color: var(--step-arrow-item-title-disabled-color, #CCCCCC); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-arrow .next-step-item-disabled .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-arrow .next-step-item-disabled .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon:before, .next-step-arrow .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-arrow .next-step-item-disabled:before { border: 16px solid #F7F8FA; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-disabled-background, #F7F8FA); border-left-color: transparent; } .next-step-arrow .next-step-item-disabled:after { border-left-color: #F7F8FA; border-left-color: var(--step-arrow-item-disabled-background, #F7F8FA); } .next-step-arrow .next-step-item-disabled .next-step-item-container { cursor: not-allowed; } .next-step-arrow .next-step-item-read-only { cursor: default; } .next-step-arrow .next-step-item-read-only .next-step-item-container { cursor: default; } .next-step-arrow .next-step-item-first { margin-left: 0; } .next-step-arrow .next-step-item-first:before { border: 16px solid transparent; border: var(--step-arrow-item-border-width, 16px) solid transparent; } .next-step-arrow .next-step-item-last { margin-right: 0; } .next-step-arrow .next-step-item-last:after { border: 16px solid transparent; border: var(--step-arrow-item-border-width, 16px) solid transparent; } .next-step-circle .next-step-item-container { display: inline-block; vertical-align: middle; position: relative; padding: 0 8px; padding: 0 var(--step-circle-item-node-padding, 8px); } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-text { color: #5584FF; color: var(--step-circle-item-node-process-percent-color, #5584FF); font-size: 12px; font-size: var(--step-circle-item-node-process-percent-size, 12px); } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-underlay { stroke: #A0A2AD; stroke: var(--step-circle-item-node-wait-border-color, #A0A2AD); stroke-width: 3px; stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3); } .next-step-circle .next-step-item-container .next-step-item-progress .next-progress-circle-overlay-normal { stroke: #5584FF; stroke: var(--step-circle-item-node-finish-border-color, #5584FF); stroke-width: 3px; stroke-width: calc(var(--step-circle-item-node-border-width, 1px)*3); } .next-step-circle .next-step-item-container .next-step-item-node-placeholder { display: inline-block; } .next-step-circle > .next-step-item-wait .next-step-item-tail-overlay { background: #C4C6CF; background: var(--step-circle-item-tail-wait-color, #C4C6CF); } .next-step-circle > .next-step-item-wait .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-circle-item-tail-bg-color, #E6E7EB); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node { color: #666666; color: var(--step-circle-item-node-wait-color, #666666); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-circle-item-node-wait-background, #FFFFFF); border-color: #A0A2AD; border-color: var(--step-circle-item-node-wait-border-color, #A0A2AD); } .next-step-circle > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-circle-item-node-wait-background, #FFFFFF); border-color: #A0A2AD; border-color: var(--step-circle-item-node-wait-border-color, #A0A2AD); } .next-step-circle > .next-step-item-wait .next-step-item-title { color: #666666; color: var(--step-circle-item-title-wait-color, #666666); word-break: break-word; } .next-step-circle > .next-step-item-wait .next-step-item-content { color: #666666; color: var(--step-circle-item-title-wait-color, #666666); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-circle > .next-step-item-wait .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-circle > .next-step-item-wait .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-circle > .next-step-item-wait .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon:before, .next-step-circle > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-circle > .next-step-item-process .next-step-item-tail-overlay { background: #C4C6CF; background: var(--step-circle-item-tail-process-color, #C4C6CF); } .next-step-circle > .next-step-item-process .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-circle-item-tail-bg-color, #E6E7EB); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--step-circle-item-node-process-size, 32px); height: 32px; height: var(--step-circle-item-node-process-size, 32px); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node { color: #FFFFFF; color: var(--step-circle-item-node-process-color, #FFFFFF); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { background: #5584FF; background: var(--step-circle-item-node-process-background, #5584FF); border-color: #5584FF; border-color: var(--step-circle-item-node-process-border-color, #5584FF); } .next-step-circle > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { background: #5584FF; background: var(--step-circle-item-node-process-background, #5584FF); border-color: #5584FF; border-color: var(--step-circle-item-node-process-border-color, #5584FF); } .next-step-circle > .next-step-item-process .next-step-item-title { color: #333333; color: var(--step-circle-item-title-process-color, #333333); word-break: break-word; } .next-step-circle > .next-step-item-process .next-step-item-content { color: #333333; color: var(--step-circle-item-title-process-color, #333333); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-circle > .next-step-item-process .next-step-item-node-placeholder { width: 32px; width: var(--step-circle-item-node-process-size, 32px); height: 32px; height: var(--step-circle-item-node-process-size, 32px); position: relative; } .next-step-circle > .next-step-item-process .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-circle > .next-step-item-process .next-step-item-node-circle { display: block; width: 32px; width: var(--step-circle-item-node-process-size, 32px); height: 32px; height: var(--step-circle-item-node-process-size, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon:before, .next-step-circle > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-circle > .next-step-item-finish .next-step-item-tail-overlay { background: #5584FF; background: var(--step-circle-item-tail-finish-color, #5584FF); } .next-step-circle > .next-step-item-finish .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-circle-item-tail-bg-color, #E6E7EB); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node { color: #5584FF; color: var(--step-circle-item-node-finish-color, #5584FF); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-circle-item-node-finish-background, #FFFFFF); border-color: #5584FF; border-color: var(--step-circle-item-node-finish-border-color, #5584FF); } .next-step-circle > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-circle-item-node-finish-background, #FFFFFF); border-color: #5584FF; border-color: var(--step-circle-item-node-finish-border-color, #5584FF); } .next-step-circle > .next-step-item-finish .next-step-item-title { color: #666666; color: var(--step-circle-item-title-finish-color, #666666); word-break: break-word; } .next-step-circle > .next-step-item-finish .next-step-item-content { color: #666666; color: var(--step-circle-item-title-finish-color, #666666); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-circle > .next-step-item-finish .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-circle > .next-step-item-finish .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-circle > .next-step-item-finish .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon:before, .next-step-circle > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-circle .next-step-item-disabled .next-step-item-tail-overlay { background: #E6E7EB; background: var(--step-circle-item-tail-disabled-color, #E6E7EB); } .next-step-circle .next-step-item-disabled .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-circle-item-tail-bg-color, #E6E7EB); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-progress { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node { color: #CCCCCC; color: var(--step-circle-item-node-disabled-color, #CCCCCC); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-circle-item-node-disabled-background, #FFFFFF); border-color: #E6E7EB; border-color: var(--step-circle-item-node-disabled-border-color, #E6E7EB); } .next-step-circle .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-circle-item-node-disabled-background, #FFFFFF); border-color: #E6E7EB; border-color: var(--step-circle-item-node-disabled-border-color, #E6E7EB); } .next-step-circle .next-step-item-disabled .next-step-item-title { color: #CCCCCC; color: var(--step-circle-item-title-disabled-color, #CCCCCC); word-break: break-word; } .next-step-circle .next-step-item-disabled .next-step-item-content { color: #CCCCCC; color: var(--step-circle-item-title-disabled-color, #CCCCCC); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-circle .next-step-item-disabled .next-step-item-node-placeholder { width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); position: relative; } .next-step-circle .next-step-item-disabled .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-circle .next-step-item-disabled .next-step-item-node-circle { display: block; width: 32px; width: var(--s-8, 32px); height: 32px; height: var(--s-8, 32px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 30px; line-height: calc(var(--s-8, 32px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon:before, .next-step-circle .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-circle .next-step-item-disabled .next-step-item-node-placeholder, .next-step-circle .next-step-item-disabled .next-step-item-node { cursor: not-allowed; } .next-step-circle .next-step-item-read-only .next-step-item-node-placeholder, .next-step-circle .next-step-item-read-only .next-step-item-node { cursor: default; } .next-step-circle .next-step-item-last .next-step-item-tail { display: none; } .next-step-circle.next-step-horizontal { text-align: center; white-space: nowrap; } .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-title { white-space: normal; } .next-step-circle.next-step-horizontal > .next-step-item .next-step-item-content { white-space: normal; } .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 48px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2); vertical-align: middle; } .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-circle-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-circle-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body { width: 100px; width: var(--step-circle-item-body-width, 100px); left: -26px; left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title { font-size: 14px; font-size: var(--step-circle-item-title-size, 14px); line-height: 18px; line-height: calc(var(--step-circle-item-title-size, 14px) + 4px); margin-top: 8px; margin-top: var(--step-circle-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); } .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-item-content-margin-top, 4px); } .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 48px); width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2); vertical-align: middle; } .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-circle-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-circle-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body { width: 100px; width: var(--step-circle-item-body-width, 100px); left: -26px; left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title { font-size: 14px; font-size: var(--step-circle-item-title-size, 14px); line-height: 18px; line-height: calc(var(--step-circle-item-title-size, 14px) + 4px); margin-top: 8px; margin-top: var(--step-circle-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); } .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-item-content-margin-top, 4px); } .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 48px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2); vertical-align: middle; } .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-circle-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-circle-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body { width: 100px; width: var(--step-circle-item-body-width, 100px); left: -26px; left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title { font-size: 14px; font-size: var(--step-circle-item-title-size, 14px); line-height: 18px; line-height: calc(var(--step-circle-item-title-size, 14px) + 4px); margin-top: 8px; margin-top: var(--step-circle-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); } .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-item-content-margin-top, 4px); } .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 48px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2); vertical-align: middle; } .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-circle-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-circle-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body { width: 100px; width: var(--step-circle-item-body-width, 100px); left: -26px; left: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { font-size: 14px; font-size: var(--step-circle-item-title-size, 14px); line-height: 18px; line-height: calc(var(--step-circle-item-title-size, 14px) + 4px); margin-top: 8px; margin-top: var(--step-circle-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); } .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-item-content-margin-top, 4px); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item { vertical-align: unset; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item:last-child .next-step-item-tail { display: none; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body { position: relative; display: inline-block; top: 0; left: 0; max-width: 100px; max-width: var(--step-circle-item-body-width, 100px); overflow: hidden; vertical-align: top; text-align: left; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title { display: inline-block; padding-right: 8px; padding-right: var(--step-circle-item-node-padding, 8px); margin-top: 9px; margin-top: calc(var(--s-8, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail { width: calc(100% - 148px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2 - var(--step-circle-item-body-width, 100px)); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item:last-child .next-step-item-tail { display: none; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body { position: relative; display: inline-block; top: 0; left: 0; max-width: 100px; max-width: var(--step-circle-item-body-width, 100px); overflow: hidden; vertical-align: top; text-align: left; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title { display: inline-block; padding-right: 8px; padding-right: var(--step-circle-item-node-padding, 8px); margin-top: 9px; margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail { width: calc(100% - 148px); width: calc(100% - var(--step-circle-item-node-process-size, 32px) - var(--step-circle-item-node-padding, 8px)*2 - var(--step-circle-item-body-width, 100px)); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item:last-child .next-step-item-tail { display: none; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body { position: relative; display: inline-block; top: 0; left: 0; max-width: 100px; max-width: var(--step-circle-item-body-width, 100px); overflow: hidden; vertical-align: top; text-align: left; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title { display: inline-block; padding-right: 8px; padding-right: var(--step-circle-item-node-padding, 8px); margin-top: 9px; margin-top: calc(var(--s-8, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail { width: calc(100% - 148px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2 - var(--step-circle-item-body-width, 100px)); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item:last-child .next-step-item-tail { display: none; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body { position: relative; display: inline-block; top: 0; left: 0; max-width: 100px; max-width: var(--step-circle-item-body-width, 100px); overflow: hidden; vertical-align: top; text-align: left; } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title { display: inline-block; padding-right: 8px; padding-right: var(--step-circle-item-node-padding, 8px); margin-top: 9px; margin-top: calc(var(--s-8, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); } .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail { width: calc(100% - 148px); width: calc(100% - var(--s-8, 32px) - var(--step-circle-item-node-padding, 8px)*2 - var(--step-circle-item-body-width, 100px)); position: absolute; right: 0; margin-top: -1px; margin-top: calc(0px - var(--step-circle-vertical-item-tail-size, 1px)); } .next-step-circle.next-step-vertical { font-size: 0; display: table-cell; vertical-align: middle; position: relative; } .next-step-circle.next-step-vertical .next-step-item-container { padding: 0; } .next-step-circle.next-step-vertical > .next-step-item:last-child .next-step-item-tail { display: block; visibility: hidden; } .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail { width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-circle-item-node-padding, 8px) auto; } .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); } .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body { position: absolute; top: 0; left: 16px; left: calc(var(--s-8, 32px)/2); margin-left: 8px; margin-left: var(--step-circle-item-node-padding, 8px); } .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { margin-top: 8px; margin-top: var(--step-circle-vertical-item-title-margin-top, 8px); text-align: left; font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-vertical-item-content-margin-top, 4px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); } .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail { width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-circle-item-node-padding, 8px) auto; } .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); } .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body { position: absolute; top: 0; left: 16px; left: calc(var(--step-circle-item-node-process-size, 32px)/2); margin-left: 8px; margin-left: var(--step-circle-item-node-padding, 8px); } .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { margin-top: 8px; margin-top: var(--step-circle-vertical-item-title-margin-top, 8px); text-align: left; font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-vertical-item-content-margin-top, 4px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); } .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail { width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-circle-item-node-padding, 8px) auto; } .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); } .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body { position: absolute; top: 0; left: 16px; left: calc(var(--s-8, 32px)/2); margin-left: 8px; margin-left: var(--step-circle-item-node-padding, 8px); } .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { margin-top: 8px; margin-top: var(--step-circle-vertical-item-title-margin-top, 8px); text-align: left; font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-vertical-item-content-margin-top, 4px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); } .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail { width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-circle-item-node-padding, 8px) auto; } .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); position: relative; } .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-circle-vertical-item-tail-size, 1px); } .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body { position: absolute; top: 0; left: 16px; left: calc(var(--s-8, 32px)/2); margin-left: 8px; margin-left: var(--step-circle-item-node-padding, 8px); } .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { margin-top: 8px; margin-top: var(--step-circle-vertical-item-title-margin-top, 8px); text-align: left; font-weight: bold; font-weight: var(--step-circle-item-title-weight, bold); font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-circle-vertical-item-content-margin-top, 4px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-circle-item-content-font-size, 12px) + 4px); } .next-step-dot .next-step-item-container { display: inline-block; vertical-align: middle; position: relative; padding: 0 8px; padding: 0 var(--step-dot-item-dot-padding, 8px); margin-top: -1px; margin-bottom: -1px; } .next-step-dot .next-step-item-container .next-step-item-node-placeholder { display: inline-block; } .next-step-dot .next-step-item-container .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-dot .next-step-item-container .next-step-item-node .next-icon:before, .next-step-dot .next-step-item-container .next-step-item-node .next-icon .next-icon-remote { width: 12px; width: var(--step-dot-item-dot-icon-size, 12px); font-size: 12px; font-size: var(--step-dot-item-dot-icon-size, 12px); line-height: inherit; } .next-step-dot > .next-step-item-wait .next-step-item-tail-overlay { background: #C4C6CF; background: var(--step-dot-item-tail-wait-color, #C4C6CF); } .next-step-dot > .next-step-item-wait .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-dot-item-tail-bg-color, #E6E7EB); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-progress { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node { color: #999999; color: var(--step-dot-item-node-wait-color, #999999); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-dot-item-node-wait-background, #FFFFFF); border-color: #A0A2AD; border-color: var(--step-dot-item-node-wait-border-color, #A0A2AD); } .next-step-dot > .next-step-item-wait > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-dot-item-node-wait-background, #FFFFFF); border-color: #A0A2AD; border-color: var(--step-dot-item-node-wait-border-color, #A0A2AD); } .next-step-dot > .next-step-item-wait .next-step-item-title { color: #666666; color: var(--step-dot-item-title-wait-color, #666666); word-break: break-word; } .next-step-dot > .next-step-item-wait .next-step-item-content { color: #666666; color: var(--step-dot-item-title-wait-color, #666666); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-dot > .next-step-item-wait .next-step-item-node-placeholder { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); position: relative; } .next-step-dot > .next-step-item-wait .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-dot > .next-step-item-wait .next-step-item-node-circle { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon:before, .next-step-dot > .next-step-item-wait .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-dot > .next-step-item-wait .next-step-item-content { font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); } .next-step-dot > .next-step-item-wait .next-step-item-node-dot { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-dot-item-dot-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); transition: background-color .3s ease, border-color .3s ease; } .next-step-dot > .next-step-item-process .next-step-item-tail-overlay { background: #C4C6CF; background: var(--step-dot-item-tail-process-color, #C4C6CF); } .next-step-dot > .next-step-item-process .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-dot-item-tail-bg-color, #E6E7EB); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-progress { width: 12px; width: var(--step-dot-item-dot-process-size, 12px); height: 12px; height: var(--step-dot-item-dot-process-size, 12px); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node { color: #5584FF; color: var(--step-dot-item-node-process-color, #5584FF); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-circle { background: #5584FF; background: var(--step-dot-item-node-process-background, #5584FF); border-color: #5584FF; border-color: var(--step-dot-item-node-process-border-color, #5584FF); } .next-step-dot > .next-step-item-process > .next-step-item-container .next-step-item-node-dot { background: #5584FF; background: var(--step-dot-item-node-process-background, #5584FF); border-color: #5584FF; border-color: var(--step-dot-item-node-process-border-color, #5584FF); } .next-step-dot > .next-step-item-process .next-step-item-title { color: #333333; color: var(--step-dot-item-title-process-color, #333333); word-break: break-word; } .next-step-dot > .next-step-item-process .next-step-item-content { color: #333333; color: var(--step-dot-item-title-process-color, #333333); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-dot > .next-step-item-process .next-step-item-node-placeholder { width: 12px; width: var(--step-dot-item-dot-process-size, 12px); height: 12px; height: var(--step-dot-item-dot-process-size, 12px); position: relative; } .next-step-dot > .next-step-item-process .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-dot > .next-step-item-process .next-step-item-node-circle { display: block; width: 12px; width: var(--step-dot-item-dot-process-size, 12px); height: 12px; height: var(--step-dot-item-dot-process-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 10px; line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon:before, .next-step-dot > .next-step-item-process .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-dot > .next-step-item-process .next-step-item-content { font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); } .next-step-dot > .next-step-item-process .next-step-item-node-dot { display: block; width: 12px; width: var(--step-dot-item-dot-process-size, 12px); height: 12px; height: var(--step-dot-item-dot-process-size, 12px); font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 10px; line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); transition: background-color .3s ease, border-color .3s ease; } .next-step-dot > .next-step-item-finish .next-step-item-tail-overlay { background: #5584FF; background: var(--step-dot-item-tail-finish-color, #5584FF); } .next-step-dot > .next-step-item-finish .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-dot-item-tail-bg-color, #E6E7EB); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-progress { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node { color: #5584FF; color: var(--step-dot-item-node-finish-color, #5584FF); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-dot-item-node-finish-background, #FFFFFF); border-color: #5584FF; border-color: var(--step-dot-item-node-finish-border-color, #5584FF); } .next-step-dot > .next-step-item-finish > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-dot-item-node-finish-background, #FFFFFF); border-color: #5584FF; border-color: var(--step-dot-item-node-finish-border-color, #5584FF); } .next-step-dot > .next-step-item-finish .next-step-item-title { color: #666666; color: var(--step-dot-item-title-finish-color, #666666); word-break: break-word; } .next-step-dot > .next-step-item-finish .next-step-item-content { color: #666666; color: var(--step-dot-item-title-finish-color, #666666); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-dot > .next-step-item-finish .next-step-item-node-placeholder { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); position: relative; } .next-step-dot > .next-step-item-finish .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-dot > .next-step-item-finish .next-step-item-node-circle { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon:before, .next-step-dot > .next-step-item-finish .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-dot > .next-step-item-finish .next-step-item-content { font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); } .next-step-dot > .next-step-item-finish .next-step-item-node-dot { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-dot-item-dot-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); transition: background-color .3s ease, border-color .3s ease; } .next-step-dot .next-step-item-disabled .next-step-item-tail-overlay { background: #E6E7EB; background: var(--step-dot-item-tail-disabled-color, #E6E7EB); } .next-step-dot .next-step-item-disabled .next-step-item-tail-underlay { background: #E6E7EB; background: var(--step-dot-item-tail-bg-color, #E6E7EB); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-progress { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node { color: #E6E7EB; color: var(--step-dot-item-node-disabled-color, #E6E7EB); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-circle { background: #FFFFFF; background: var(--step-dot-item-node-disabled-background, #FFFFFF); border-color: #DCDEE3; border-color: var(--step-dot-item-node-disabled-border-color, #DCDEE3); } .next-step-dot .next-step-item-disabled > .next-step-item-container .next-step-item-node-dot { background: #FFFFFF; background: var(--step-dot-item-node-disabled-background, #FFFFFF); border-color: #DCDEE3; border-color: var(--step-dot-item-node-disabled-border-color, #DCDEE3); } .next-step-dot .next-step-item-disabled .next-step-item-title { color: #CCCCCC; color: var(--step-dot-item-title-disabled-color, #CCCCCC); word-break: break-word; } .next-step-dot .next-step-item-disabled .next-step-item-content { color: #CCCCCC; color: var(--step-dot-item-title-disabled-color, #CCCCCC); font-size: 12px; font-size: var(--step-circle-item-content-font-size, 12px); word-break: break-word; } .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder { width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); position: relative; } .next-step-dot .next-step-item-disabled .next-step-item-node { position: relative; display: inline-block; text-align: center; cursor: pointer; } .next-step-dot .next-step-item-disabled .next-step-item-node-circle { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-circle-item-node-font-size, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-circle-item-node-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-circle-item-node-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-circle-item-node-corner, 50%); transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon { animation: zoomIn 300ms linear; animation: zoomIn var(--motion-duration-standard, 300ms) var(--motion-linear, linear); } .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon:before, .next-step-dot .next-step-item-disabled .next-step-item-node-circle .next-icon .next-icon-remote { width: 12px; width: var(--step-circle-item-node-icon-size, 12px); font-size: 12px; font-size: var(--step-circle-item-node-icon-size, 12px); line-height: inherit; } .next-step-dot .next-step-item-disabled .next-step-item-content { font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); } .next-step-dot .next-step-item-disabled .next-step-item-node-dot { display: block; width: 12px; width: var(--s-3, 12px); height: 12px; height: var(--s-3, 12px); font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 10px; line-height: calc(var(--s-3, 12px) - var(--step-dot-item-dot-border-width, 1px)*2); text-align: center; border: 1px solid; border: var(--step-dot-item-dot-border-width, 1px) solid; border-radius: 50%; border-radius: var(--step-dot-item-dot-corner, 50%); transition: background-color .3s ease, border-color .3s ease; } .next-step-dot .next-step-item-disabled .next-step-item-node-placeholder, .next-step-dot .next-step-item-disabled .next-step-item-node { cursor: not-allowed; } .next-step-dot .next-step-item-read-only .next-step-item-node-placeholder, .next-step-dot .next-step-item-read-only .next-step-item-node { cursor: default; } .next-step-dot .next-step-item-last .next-step-item-tail { display: none; } .next-step-dot.next-step-horizontal { text-align: center; white-space: nowrap; } .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-title { white-space: normal; } .next-step-dot.next-step-horizontal > .next-step-item .next-step-item-content { white-space: normal; } .next-step-dot.next-step-horizontal .next-step-item-node .next-icon { vertical-align: middle; } .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 28px); width: calc(100% - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2); vertical-align: middle; } .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-dot-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-horizontal > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-dot-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body { width: 100px; width: var(--step-dot-item-body-width, 100px); left: -36px; left: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title { font-size: 12px; font-size: var(--step-dot-item-title-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-title-size, 12px) + 4px); margin-top: 8px; margin-top: var(--step-dot-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); } .next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-dot-item-content-margin-top, 4px); } .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 28px); width: calc(100% - var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-padding, 8px)*2); vertical-align: middle; } .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-dot-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-horizontal > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-dot-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body { width: 100px; width: var(--step-dot-item-body-width, 100px); left: -36px; left: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title { font-size: 12px; font-size: var(--step-dot-item-title-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-title-size, 12px) + 4px); margin-top: 8px; margin-top: var(--step-dot-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); } .next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-dot-item-content-margin-top, 4px); } .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 28px); width: calc(100% - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2); vertical-align: middle; } .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-dot-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-horizontal > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-dot-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body { width: 100px; width: var(--step-dot-item-body-width, 100px); left: -36px; left: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title { font-size: 12px; font-size: var(--step-dot-item-title-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-title-size, 12px) + 4px); margin-top: 8px; margin-top: var(--step-dot-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); } .next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-dot-item-content-margin-top, 4px); } .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail { display: inline-block; clear: both; width: calc(100% - 28px); width: calc(100% - var(--s-3, 12px) - var(--step-dot-item-dot-padding, 8px)*2); vertical-align: middle; } .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay { display: block; height: 1px; height: var(--step-dot-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-horizontal > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 1px; height: var(--step-dot-item-tail-size, 1px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); width: 100%; } .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body { width: 100px; width: var(--step-dot-item-body-width, 100px); left: -36px; left: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); text-align: center; position: absolute; } .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { font-size: 12px; font-size: var(--step-dot-item-title-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-title-size, 12px) + 4px); margin-top: 8px; margin-top: var(--step-dot-item-title-margin-top, 8px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); } .next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { margin-top: 4px; margin-top: var(--step-dot-item-content-margin-top, 4px); } .next-step-dot.next-step-vertical { padding: 0 0 0 4px; font-size: 0; display: table-cell; position: relative; } .next-step-dot.next-step-vertical .next-step-item-container { padding: 0; } .next-step-dot.next-step-vertical > .next-step-item:last-child .next-step-item-tail { display: block; visibility: hidden; } .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail { width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-dot-item-dot-padding, 8px) auto; } .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-vertical > .next-step-item-wait .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); } .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body { position: absolute; top: 0; left: 6px; left: calc(var(--s-3, 12px)/2); margin-left: 8px; margin-left: var(--step-dot-item-dot-padding, 8px); } .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { margin-top: 0px; margin-top: var(--step-dot-vertical-item-title-margin-top, 0px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { margin-top: 8px; margin-top: var(--step-dot-vertical-item-content-margin-top, 8px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); } .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail { width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-dot-item-dot-padding, 8px) auto; } .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); } .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body { position: absolute; top: 0; left: 6px; left: calc(var(--step-dot-item-dot-process-size, 12px)/2); margin-left: 8px; margin-left: var(--step-dot-item-dot-padding, 8px); } .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { margin-top: 0px; margin-top: var(--step-dot-vertical-item-title-margin-top, 0px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { margin-top: 8px; margin-top: var(--step-dot-vertical-item-content-margin-top, 8px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); } .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail { width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-dot-item-dot-padding, 8px) auto; } .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); } .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body { position: absolute; top: 0; left: 6px; left: calc(var(--s-3, 12px)/2); margin-left: 8px; margin-left: var(--step-dot-item-dot-padding, 8px); } .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { margin-top: 0px; margin-top: var(--step-dot-vertical-item-title-margin-top, 0px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { margin-top: 8px; margin-top: var(--step-dot-vertical-item-content-margin-top, 8px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); } .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail { width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); height: 0; margin: 8px auto; margin: var(--step-dot-item-dot-padding, 8px) auto; } .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-underlay { height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); position: relative; } .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail .next-step-item-tail-overlay { position: absolute; top: 0; height: 100%; width: 1px; width: var(--step-dot-vertical-item-tail-size, 1px); } .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body { position: absolute; top: 0; left: 6px; left: calc(var(--s-3, 12px)/2); margin-left: 8px; margin-left: var(--step-dot-item-dot-padding, 8px); } .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { margin-top: 0px; margin-top: var(--step-dot-vertical-item-title-margin-top, 0px); font-weight: bold; font-weight: var(--step-dot-item-title-weight, bold); text-align: left; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { margin-top: 8px; margin-top: var(--step-dot-vertical-item-content-margin-top, 8px); min-height: 8px; min-height: var(--s-2, 8px); text-align: left; font-size: 12px; font-size: var(--step-dot-item-content-font-size, 12px); line-height: 16px; line-height: calc(var(--step-dot-item-content-font-size, 12px) + 4px); } .next-step-horizontal[dir="rtl"] > .next-step-item { text-align: right; } .next-step-arrow[dir="rtl"] .next-step-item { height: 32px; height: var(--step-arrow-item-height, 32px); line-height: 32px; line-height: var(--step-arrow-item-height, 32px); margin-left: 4px; margin-left: calc(var(--step-arrow-item-height, 32px)/8); margin-right: 16px; margin-right: calc(var(--step-arrow-item-height, 32px)/2); } .next-step-arrow[dir="rtl"] .next-step-item:before { right: -16px; right: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2))); left: auto; border: 16px solid transparent; border: var(--step-arrow-item-border-width, 16px) solid transparent; border-right-color: transparent; } .next-step-arrow[dir="rtl"] .next-step-item:after { left: -32px; left: calc(0px - var(--step-arrow-item-border-width, calc(32px / 2))*2); right: auto; border-top: 16px solid transparent; border-top: var(--step-arrow-item-border-width, 16px) solid transparent; border-bottom: 16px solid transparent; border-bottom: var(--step-arrow-item-border-width, 16px) solid transparent; border-right: 16px solid transparent; border-right: var(--step-arrow-item-border-width, 16px) solid transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-wait { background: #EBECF0; background: var(--step-arrow-item-wait-background, #EBECF0); } .next-step-arrow[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } .next-step-arrow[dir="rtl"] > .next-step-item-wait:before { border: 16px solid #EBECF0; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-wait-background, #EBECF0); border-right-color: transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-wait:after { border-right-color: #EBECF0; border-right-color: var(--step-arrow-item-wait-background, #EBECF0); border-left-color: transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-process { background: #5584FF; background: var(--step-arrow-item-process-background, #5584FF); } .next-step-arrow[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } .next-step-arrow[dir="rtl"] > .next-step-item-process:before { border: 16px solid #5584FF; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-process-background, #5584FF); border-right-color: transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-process:after { border-right-color: #5584FF; border-right-color: var(--step-arrow-item-process-background, #5584FF); border-left-color: transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-finish { background: #DEE8FF; background: var(--step-arrow-item-finish-background, #DEE8FF); } .next-step-arrow[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } .next-step-arrow[dir="rtl"] > .next-step-item-finish:before { border: 16px solid #DEE8FF; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-finish-background, #DEE8FF); border-right-color: transparent; } .next-step-arrow[dir="rtl"] > .next-step-item-finish:after { border-right-color: #DEE8FF; border-right-color: var(--step-arrow-item-finish-background, #DEE8FF); border-left-color: transparent; } .next-step-arrow[dir="rtl"] .next-step-item-disabled { background: #F7F8FA; background: var(--step-arrow-item-disabled-background, #F7F8FA); } .next-step-arrow[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } .next-step-arrow[dir="rtl"] .next-step-item-disabled:before { border: 16px solid #F7F8FA; border: var(--step-arrow-item-border-width, 16px) solid var(--step-arrow-item-disabled-background, #F7F8FA); border-right-color: transparent; } .next-step-arrow[dir="rtl"] .next-step-item-disabled:after { border-right-color: #F7F8FA; border-right-color: var(--step-arrow-item-disabled-background, #F7F8FA); border-left-color: transparent; } .next-step-arrow[dir="rtl"] .next-step-item-first { margin-right: 0; } .next-step-arrow[dir="rtl"] .next-step-item-last { margin-left: 0; } .next-step-circle[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } .next-step-circle[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } .next-step-circle[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } .next-step-circle[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } .next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body { right: -26px; right: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); left: auto; } .next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body { right: -26px; right: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--step-circle-item-node-process-size, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); left: auto; } .next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body { right: -26px; right: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); left: auto; } .next-step-circle[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { right: -26px; right: calc(0px - var(--step-circle-item-body-width, 100px)/2 + var(--s-8, 32px)/2 + var(--step-circle-item-node-padding, 8px)*2/2); left: auto; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body { left: auto; right: 0; text-align: right; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-body .next-step-item-title { padding-left: 8px; padding-left: var(--step-circle-item-node-padding, 8px); padding-right: 0; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail { left: 0; right: auto; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body { left: auto; right: 0; text-align: right; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-body .next-step-item-title { padding-left: 8px; padding-left: var(--step-circle-item-node-padding, 8px); padding-right: 0; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail { left: 0; right: auto; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body { left: auto; right: 0; text-align: right; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-body .next-step-item-title { padding-left: 8px; padding-left: var(--step-circle-item-node-padding, 8px); padding-right: 0; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail { left: 0; right: auto; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body { left: auto; right: 0; text-align: right; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-body .next-step-item-title { padding-left: 8px; padding-left: var(--step-circle-item-node-padding, 8px); padding-right: 0; } .next-step-circle[dir="rtl"].next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail { left: 0; right: auto; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body { right: 16px; right: calc(var(--s-8, 32px)/2); left: auto; margin-right: 8px; margin-right: var(--step-circle-item-node-padding, 8px); margin-left: 0; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body { right: 16px; right: calc(var(--step-circle-item-node-process-size, 32px)/2); left: auto; margin-right: 8px; margin-right: var(--step-circle-item-node-padding, 8px); margin-left: 0; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body { right: 16px; right: calc(var(--s-8, 32px)/2); left: auto; margin-right: 8px; margin-right: var(--step-circle-item-node-padding, 8px); margin-left: 0; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body { right: 16px; right: calc(var(--s-8, 32px)/2); left: auto; margin-right: 8px; margin-right: var(--step-circle-item-node-padding, 8px); margin-left: 0; } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-dot[dir="rtl"] > .next-step-item-wait .next-step-item-node-dot { right: 50%; left: auto; } .next-step-dot[dir="rtl"] > .next-step-item-process .next-step-item-node-dot { right: 50%; left: auto; } .next-step-dot[dir="rtl"] > .next-step-item-finish .next-step-item-node-dot { right: 50%; left: auto; } .next-step-dot[dir="rtl"] .next-step-item-disabled .next-step-item-node-dot { right: 50%; left: auto; } .next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-wait > .next-step-item-body { right: -36px; right: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); left: auto; } .next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-process > .next-step-item-body { right: -36px; right: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--step-dot-item-dot-process-size, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); left: auto; } .next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-finish > .next-step-item-body { right: -36px; right: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); left: auto; } .next-step-dot[dir="rtl"].next-step-horizontal > .next-step-item-disabled > .next-step-item-body { right: -36px; right: calc(0px - var(--step-dot-item-body-width, 100px)/2 + var(--s-3, 12px)/2 + var(--step-dot-item-dot-padding, 8px)*2/2); left: auto; } .next-step-dot[dir="rtl"].next-step-vertical { padding: 0 4px 0 0; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body { right: 6px; right: calc(var(--s-3, 12px)/2); left: auto; margin-right: 8px; margin-right: var(--step-dot-item-dot-padding, 8px); margin-left: 0; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body { right: 6px; right: calc(var(--step-dot-item-dot-process-size, 12px)/2); left: auto; margin-right: 8px; margin-right: var(--step-dot-item-dot-padding, 8px); margin-left: 0; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body { right: 6px; right: calc(var(--s-3, 12px)/2); left: auto; margin-right: 8px; margin-right: var(--step-dot-item-dot-padding, 8px); margin-left: 0; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content { text-align: right; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body { right: 6px; right: calc(var(--s-3, 12px)/2); left: auto; margin-right: 8px; margin-right: var(--step-dot-item-dot-padding, 8px); margin-left: 0; } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title { text-align: right; font-family: Roboto, "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei"; font-size: 12px; font-size: var(--font-size-body-1, 12px); line-height: 1.28571; line-height: var(--font-lineheight-base, 1.28571); } .next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content { text-align: right; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-switch:after[dir="rtl"] { content: " "; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transform-origin: right center; } .next-switch-medium[dir="rtl"]:after { right: 100%; transform: translateX(100%); } .next-switch-small[dir="rtl"]:after { right: 100%; transform: translateX(100%); } .next-switch-on[dir="rtl"] > .next-switch-children { right: 10px; right: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 1px)*2); left: auto; color: #FFFFFF; color: var(--switch-normal-on-color-font, #FFFFFF); } .next-switch-on[disabled][dir="rtl"]:after { left: 0; right: 100%; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); } .next-switch-on.next-switch-small[dir="rtl"] > .next-switch-children { right: 6px; right: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 1px)*2); left: auto; } .next-switch-off[dir="rtl"]:after { right: 0; transform: translateX(0); box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-rtl-on-shadow, -1px 0px 3px 0px rgba(0, 0, 0, 0.12)); } .next-switch-off[dir="rtl"] > .next-switch-children { left: 10px; left: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 1px)*2); right: auto; } .next-switch-off.next-switch-small[dir="rtl"] > .next-switch-children { left: 5px; left: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 1px)); right: auto; } .next-switch { box-sizing: border-box; outline: none; text-align: left; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); overflow: hidden; cursor: pointer; } .next-switch *, .next-switch *:before, .next-switch *:after { box-sizing: border-box; } .next-switch:after { content: " "; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transform-origin: left center; } .next-switch-medium { position: relative; display: inline-block; border: 1px solid transparent; border: var(--switch-border-width-container, 1px) solid transparent; width: 56px; width: var(--switch-size-m-width, 56px); height: 26px; height: calc(var(--switch-size-m-trigger, 24px) + var(--switch-border-width-container, 1px)*2); border-radius: 20px; border-radius: var(--switch-size-m-radius-container, 20px); } .next-switch-medium:after { border: 1px solid transparent; border: var(--switch-border-width-trigger, 1px) solid transparent; position: absolute; left: 100%; transform: translateX(-100%); width: 24px; width: var(--switch-size-m-trigger, 24px); height: 24px; height: var(--switch-size-m-trigger, 24px); border-radius: 20px; border-radius: var(--switch-size-m-radius-trigger, 20px); box-sizing: border-box; } .next-switch-medium > .next-switch-children { font-size: 12px; font-size: var(--font-size-body-1, 12px); position: absolute; height: 24px; height: var(--switch-size-m-trigger, 24px); line-height: 24px; line-height: var(--switch-size-m-trigger, 24px); } .next-switch-small { position: relative; display: inline-block; border: 1px solid transparent; border: var(--switch-border-width-container, 1px) solid transparent; width: 44px; width: var(--switch-size-s-width, 44px); height: 22px; height: calc(var(--switch-size-s-trigger, 20px) + var(--switch-border-width-container, 1px)*2); border-radius: 20px; border-radius: var(--switch-size-s-radius-container, 20px); } .next-switch-small:after { border: 1px solid transparent; border: var(--switch-border-width-trigger, 1px) solid transparent; position: absolute; left: 100%; transform: translateX(-100%); width: 20px; width: var(--switch-size-s-trigger, 20px); height: 20px; height: var(--switch-size-s-trigger, 20px); border-radius: 20px; border-radius: var(--switch-size-s-radius-trigger, 20px); box-sizing: border-box; } .next-switch-small > .next-switch-children { font-size: 12px; font-size: var(--font-size-body-1, 12px); position: absolute; height: 20px; height: var(--switch-size-s-trigger, 20px); line-height: 20px; line-height: var(--switch-size-s-trigger, 20px); } .next-switch-on { background-color: #5584FF; background-color: var(--switch-normal-on-bg-color, #5584FF); } .next-switch-on:after { box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); background-color: #FFFFFF; background-color: var(--switch-normal-on-trigger-bg-color, #FFFFFF); border-color: transparent; border-color: var(--switch-handle-on-border-color, transparent); } .next-switch-on > .next-switch-children { left: 10px; left: calc(var(--switch-text-on-left, 8px) + var(--switch-border-width-container, 1px)*2); color: #FFFFFF; color: var(--switch-normal-on-color-font, #FFFFFF); } .next-switch-on:focus, .next-switch-on:hover { background-color: #3E71F7; background-color: var(--switch-hover-on-bg-color, #3E71F7); } .next-switch-on:focus:after, .next-switch-on:hover:after { background-color: #FFFFFF; background-color: var(--switch-hover-on-trigger-bg-color, #FFFFFF); } .next-switch-on.next-switch-small > .next-switch-children { left: 6px; left: calc(var(--switch-size-s-text-on-left, 4px) + var(--switch-border-width-container, 1px)*2); } .next-switch-on[disabled] { background-color: #EBECF0; background-color: var(--switch-disabled-on-bg-color, #EBECF0); cursor: not-allowed; } .next-switch-on[disabled]:after { right: 0; box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); background-color: #F7F8FA; background-color: var(--switch-disabled-on-trigger-bg-color, #F7F8FA); border-color: #E6E7EB; border-color: var(--switch-handle-disabled-border-color, #E6E7EB); } .next-switch-on[disabled] > .next-switch-children { color: #CCCCCC; color: var(--switch-disabled-on-color-font, #CCCCCC); } .next-switch-off { background-color: #FFFFFF; background-color: var(--switch-normal-off-bg-color, #FFFFFF); border-color: #C4C6CF; border-color: var(--switch-normal-off-border-color, #C4C6CF); } .next-switch-off:focus, .next-switch-off:hover { background-color: #F2F3F7; background-color: var(--switch-hover-off-bg-color, #F2F3F7); border-color: #C4C6CF; border-color: var(--switch-hover-off-border-color, #C4C6CF); } .next-switch-off:after { left: 0; transform: translateX(0); box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-on-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); background-color: #FFFFFF; background-color: var(--switch-normal-off-trigger-bg-color, #FFFFFF); border-color: transparent; border-color: var(--switch-handle-off-border-color, transparent); } .next-switch-off:after:focus, .next-switch-off:after:hover { background-color: #FFFFFF; background-color: var(--switch-hover-off-trigger-bg-color, #FFFFFF); } .next-switch-off > .next-switch-children { right: 10px; right: calc(var(--switch-text-off-right, 8px) + var(--switch-border-width-container, 1px)*2); color: #999999; color: var(--switch-normal-off-color-font, #999999); } .next-switch-off[disabled] { background-color: #F7F8FA; background-color: var(--switch-disabled-off-bg-color, #F7F8FA); cursor: not-allowed; } .next-switch-off[disabled]:after { box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--switch-off-shadow, 1px 1px 3px 0px rgba(0, 0, 0, 0.12)); background-color: #F7F8FA; background-color: var(--switch-disabled-off-trigger-bg-color, #F7F8FA); border-color: #E6E7EB; border-color: var(--switch-handle-disabled-border-color, #E6E7EB); } .next-switch-off[disabled] > .next-switch-children { color: #C4C6CF; color: var(--switch-disabled-off-color-font, #C4C6CF); } .next-switch-off.next-switch-small > .next-switch-children { right: 5px; right: calc(var(--switch-size-s-text-off-right, 4px) + var(--switch-border-width-container, 1px)); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-tabs { /* Nav Button */ /* ----------------- */ /* position: vertical */ /* ----------------- */ /* Size */ /* ----------------- */ /* shape: pure */ /* ----------------- */ /* Shape: wrapped */ /* --------------------- */ /* Shape: wrapped(top) */ /* Shape: wrapped(bottom) */ /* Shape: wrapped(left) */ /* Shape: wrapped(right) */ /* Shape: text */ /* ------------------- */ } .next-tabs { box-sizing: border-box; width: 100%; } .next-tabs *, .next-tabs *:before, .next-tabs *:after { box-sizing: border-box; } .next-tabs-bar { outline: none; } .next-tabs-bar-popup { overflow-y: auto; max-height: 480px; } .next-tabs-nav-container { position: relative; } .next-tabs-nav-container:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-tabs-nav-wrap { overflow: hidden; } .next-tabs-nav-scroll { overflow: hidden; white-space: nowrap; } .next-tabs-scrollable .next-tabs-nav-scroll { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; } .next-tabs-scrollable .next-tabs-nav-scroll::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; -webkit-appearance: none; opacity: 0 !important; } .next-tabs-nav { display: inline-block; position: relative; transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); list-style: none; padding: 0; margin: 0; } .next-tabs-nav-enter, .next-tabs-nav-appear { animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation-fill-mode: both; } .next-tabs-nav-leave { animation: fadeOutLeft 0.2s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation-fill-mode: both; } .next-tabs-tab { display: inline-block; position: relative; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-tabs-tab-inner { position: relative; cursor: pointer; text-decoration: none; } .next-tabs-tab:before { content: ""; position: absolute; transition: all 300ms ease; transition: all var(--motion-duration-standard, 300ms) var(--motion-ease, ease); } .next-tabs-tab.active { font-weight: normal; font-weight: var(--tab-item-font-weight-selected, normal); } .next-tabs-tab .next-tabs-tab-close { color: #666666; color: var(--tab-close-icon-color, #666666); } .next-tabs-tab .next-tabs-tab-close:hover { color: #333333; color: var(--tab-close-icon-color-hover, #333333); } .next-tabs-tab .next-tabs-tab-close:focus { outline: none; } .next-tabs-tab.active .next-tabs-tab-close { color: #5584FF; color: var(--tab-close-icon-color-selected, #5584FF); } .next-tabs-tab.disabled .next-tabs-tab-close { color: #DCDEE3; color: var(--tab-close-icon-color-disabled, #DCDEE3); } .next-tabs-tab:focus { outline: none; } .next-tabs-tabpane { visibility: hidden; opacity: 0; } .next-tabs-tabpane.active { visibility: visible; opacity: 1; height: auto; } .next-tabs-tabpane.hidden { overflow: hidden; height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; } .next-tabs-btn-down, .next-tabs-btn-prev, .next-tabs-btn-next { position: absolute; top: 0; cursor: pointer; padding: 0; border: 0; outline: none; height: 100%; background-color: transparent; border-color: transparent; } .next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited { color: #666666; color: var(--tab-nav-arrow-color-normal, #666666); } .next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover { color: #333333; color: var(--tab-nav-arrow-color-hover, #333333); background-color: transparent; border-color: transparent; text-decoration: none; } .next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active { color: #333333; color: var(--tab-nav-arrow-color-hover, #333333); background-color: transparent; border-color: transparent; text-decoration: none; } .next-tabs-btn-down.disabled, .next-tabs-btn-prev.disabled, .next-tabs-btn-next.disabled { cursor: not-allowed; color: #DCDEE3; color: var(--tab-nav-arrow-color-disabled, #DCDEE3); } .next-tabs-btn-next { right: 8px; right: var(--tab-nav-arrow-right-positon-right, 8px); } .next-tabs-btn-prev { right: 32px; right: var(--tab-nav-arrow-left-positon-right, 32px); } .next-tabs-btn-down { right: 8px; right: var(--tab-nav-arrow-down-positon-right, 8px); } .next-tabs .next-tab-icon-dropdown::before { content: "\E63D"; content: var(--tab-icon-dropdown-content, "\E63D"); } .next-tabs .next-tab-icon-prev::before { content: "\E61D"; content: var(--tab-icon-prev-content, "\E61D"); } .next-tabs .next-tab-icon-next::before { content: "\E619"; content: var(--tab-icon-next-content, "\E619"); } .next-tabs-content { overflow: hidden; } .next-tabs-vertical > .next-tabs-bar .next-tabs-nav { width: 100%; } .next-tabs-vertical > .next-tabs-bar .next-tabs-tab { display: block; } .next-tabs.next-medium .next-tabs-nav-container-scrolling { padding-right: 60px; padding-right: var(--tab-nav-scroll-padding-right-m, 60px); } .next-tabs.next-medium .next-tabs-tab-inner { font-size: 12px; font-size: var(--tab-item-text-size-m, 12px); padding: 12px 16px; padding: var(--tab-item-padding-tb-size-m, 12px) var(--tab-item-padding-lr-size-m, 16px); } .next-tabs.next-medium .next-tabs-tab-inner .next-icon { line-height: 1; } .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before, .next-tabs.next-medium .next-tabs-tab-inner .next-icon .next-icon-remote { width: 16px; width: var(--tab-nav-tab-icon-size-m, 16px); font-size: 16px; font-size: var(--tab-nav-tab-icon-size-m, 16px); line-height: inherit; } .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close { margin-left: 8px; margin-left: var(--tab-nav-close-icon-padding-l-size-m, 8px); } .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close:before, .next-tabs.next-medium .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote { width: 12px; width: var(--tab-nav-close-icon-size-m, 12px); font-size: 12px; font-size: var(--tab-nav-close-icon-size-m, 12px); line-height: inherit; } .next-tabs.next-medium .next-tabs-btn-down .next-icon:before, .next-tabs.next-medium .next-tabs-btn-down .next-icon .next-icon-remote, .next-tabs.next-medium .next-tabs-btn-prev .next-icon:before, .next-tabs.next-medium .next-tabs-btn-prev .next-icon .next-icon-remote, .next-tabs.next-medium .next-tabs-btn-next .next-icon:before, .next-tabs.next-medium .next-tabs-btn-next .next-icon .next-icon-remote { width: 16px; width: var(--tab-nav-tab-icon-size-m, 16px); font-size: 16px; font-size: var(--tab-nav-tab-icon-size-m, 16px); line-height: inherit; } .next-tabs.next-small .next-tabs-nav-container-scrolling { padding-right: 56px; padding-right: var(--tab-nav-scroll-padding-right-s, 56px); } .next-tabs.next-small .next-tabs-tab-inner { font-size: 12px; font-size: var(--tab-item-text-size-s, 12px); padding: 8px 12px; padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 12px); } .next-tabs.next-small .next-tabs-tab-inner .next-icon { line-height: 1; } .next-tabs.next-small .next-tabs-tab-inner .next-icon:before, .next-tabs.next-small .next-tabs-tab-inner .next-icon .next-icon-remote { width: 12px; width: var(--tab-nav-tab-icon-size-s, 12px); font-size: 12px; font-size: var(--tab-nav-tab-icon-size-s, 12px); line-height: inherit; } .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close { margin-left: 8px; margin-left: var(--tab-nav-close-icon-padding-l-size-s, 8px); } .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before, .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close .next-icon-remote { width: 8px; width: var(--tab-nav-close-icon-size-s, 8px); font-size: 8px; font-size: var(--tab-nav-close-icon-size-s, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--tab-nav-close-icon-size-s, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tab-nav-close-icon-size-s, 8px)/2); } .next-tabs.next-small .next-tabs-tab-inner .next-tabs-tab-close:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-tabs.next-small .next-tabs-btn-down .next-icon:before, .next-tabs.next-small .next-tabs-btn-down .next-icon .next-icon-remote, .next-tabs.next-small .next-tabs-btn-prev .next-icon:before, .next-tabs.next-small .next-tabs-btn-prev .next-icon .next-icon-remote, .next-tabs.next-small .next-tabs-btn-next .next-icon:before, .next-tabs.next-small .next-tabs-btn-next .next-icon .next-icon-remote { width: 12px; width: var(--tab-nav-tab-icon-size-s, 12px); font-size: 12px; font-size: var(--tab-nav-tab-icon-size-s, 12px); line-height: inherit; } .next-tabs-pure > .next-tabs-bar { border-bottom: solid 1px #DCDEE3; border-bottom: var(--tab-pure-divider-line, solid 1px #DCDEE3); background-color: transparent; background-color: var(--tab-pure-bg-color, transparent); } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container { margin-bottom: -1px; margin-bottom: calc(0px - var(--tab-pure-divider-line-width, 1px)); box-shadow: none; box-shadow: var(--tab-pure-divider-shadow, none); } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab { color: #666666; color: var(--tab-pure-text-color-normal, #666666); background-color: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-pure-text-color-hover, #333333); background-color: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active { z-index: 1; color: #5584FF; color: var(--tab-pure-text-color-selected, #5584FF); background-color: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled { pointer-events: none; cursor: default; color: #DCDEE3; color: var(--tab-pure-text-color-disabled, #DCDEE3); background: transparent; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before { border-radius: 0%; width: 0; border-bottom: 2px solid #5584FF; border-bottom: var(--tab-pure-ink-bar-width, 2px) solid var(--tab-pure-ink-bar-color, #5584FF); left: 50%; bottom: 0%; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before { width: 100%; left: 0%; } .next-tabs-wrapped > .next-tabs-bar { background: transparent; background: var(--tab-wrapped-bar-bg-color, transparent); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab { color: #666666; color: var(--tab-wrapped-text-color, #666666); background-color: #F2F3F7; background-color: var(--tab-wrapped-bg-color, #F2F3F7); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-wrapped-text-color-hover, #333333); background-color: #EBECF0; background-color: var(--tab-wrapped-bg-color-hover, #EBECF0); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active { z-index: 1; color: #5584FF; color: var(--tab-wrapped-text-color-selected, #5584FF); background-color: #FFFFFF; background-color: var(--tab-wrapped-bg-color-selected, #FFFFFF); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; color: #CCCCCC; color: var(--tab-wrapped-text-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--tab-wrapped-bg-color-disabled, #F7F8FA); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close { color: #666666; color: var(--tab-close-icon-color, #666666); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover { color: #333333; color: var(--tab-close-icon-color-hover, #333333); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus { outline: none; } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close { color: #5584FF; color: var(--tab-close-icon-color-selected, #5584FF); } .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.disabled .next-tabs-tab-close { color: #DCDEE3; color: var(--tab-close-icon-color-disabled, #DCDEE3); } .next-tabs-wrapped:before, .next-tabs-wrapped:after { content: ""; display: table; } .next-tabs-wrapped:after { clear: both; } .next-tabs-wrapped > .next-tabs-content { position: relative; } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar { position: relative; } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab { margin-right: 4px; margin-right: var(--tab-wrapped-tab-margin-right, 4px); border: solid 1px #DCDEE3; border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3); border-radius: 3px 3px 0 0; border-radius: var(--tab-wrapped-tab-top-border-radius, 3px 3px 0 0); border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:hover { border-color: #C4C6CF; border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active { border-color: #DCDEE3 #DCDEE3 #FFFFFF #DCDEE3; border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab:before { border-radius: 3px; border-radius: var(--tab-wrapped-tab-corner-radius, 3px); width: 0; border-top: 2px solid #5584FF; border-top: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF); left: 50%; top: -1px; top: calc(0px - var(--tab-wrapped-border-line-width, 1px)); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active:before { width: calc(100% - 6px); width: calc(100% - var(--tab-wrapped-tab-corner-radius, 3px)*2); left: 3px; left: var(--tab-wrapped-tab-corner-radius, 3px); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-top > .next-tabs-bar:before { content: ''; position: absolute; top: 100%; width: 100%; height: 0; border-bottom: 1px solid #DCDEE3; border-bottom: var(--tab-wrapped-content-border, 1px solid #DCDEE3); transform: translateY(-1px); transform: translateY(calc(0px - var(--tab-wrapped-content-border-line-width, 1px))); display: block; } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar { position: relative; } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab { margin-right: 4px; margin-right: var(--tab-wrapped-tab-margin-right, 4px); border: solid 1px #DCDEE3; border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3); border-radius: 0 0 3px 3px; border-radius: var(--tab-wrapped-tab-bottom-border-radius, 0 0 3px 3px); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:hover { border-color: #C4C6CF; border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active { border-color: #FFFFFF #DCDEE3 #DCDEE3 #DCDEE3; border-color: var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab:before { border-radius: 3px; border-radius: var(--tab-wrapped-tab-corner-radius, 3px); width: 0; border-bottom: 2px solid #5584FF; border-bottom: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF); left: 50%; bottom: -1px; bottom: calc(0px - var(--tab-wrapped-border-line-width, 1px)); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-tab.active:before { width: calc(100% - 6px); width: calc(100% - var(--tab-wrapped-tab-corner-radius, 3px)*2); left: 3px; left: var(--tab-wrapped-tab-corner-radius, 3px); } .next-tabs-wrapped.next-tabs-bottom > .next-tabs-content { top: 1px; top: var(--tab-wrapped-content-position-top, 1px); border-bottom: 1px solid #DCDEE3; border-bottom: var(--tab-wrapped-content-border, 1px solid #DCDEE3); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar { float: left; } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab { float: none; margin-bottom: 4px; margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px); border: solid 1px #DCDEE3; border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3); border-radius: 3px 0 0 3px; border-radius: var(--tab-wrapped-tab-left-border-radius, 3px 0 0 3px); border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:hover { border-color: #C4C6CF; border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active { border-color: #DCDEE3 #FFFFFF #DCDEE3 #DCDEE3; border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab:before { border-radius: 3px; border-radius: var(--tab-wrapped-tab-corner-radius, 3px); height: 0; border-left: 2px solid #5584FF; border-left: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF); top: 50%; left: -1px; left: calc(0px - var(--tab-wrapped-border-line-width, 1px)); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active:before { height: calc(100% - 6px); height: calc(100% - var(--tab-wrapped-tab-corner-radius, 3px)*2); top: 3px; top: var(--tab-wrapped-tab-corner-radius, 3px); } .next-tabs-wrapped.next-tabs-left > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-left > .next-tabs-content { right: 1px; right: var(--tab-wrapped-content-position-right, 1px); border-left: 1px solid #DCDEE3; border-left: var(--tab-wrapped-content-border, 1px solid #DCDEE3); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar { float: right; } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab { float: none; margin-bottom: 4px; margin-bottom: var(--tab-wrapped-tab-margin-bottom, 4px); border: solid 1px #DCDEE3; border: var(--tab-wrapped-bar-border, solid 1px #DCDEE3); border-radius: 0 3px 3px 0; border-radius: var(--tab-wrapped-tab-right-border-radius, 0 3px 3px 0); border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-side-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:hover { border-color: #C4C6CF; border-color: var(--tab-wrapped-border-line-color-hover, #C4C6CF); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active { border-color: #DCDEE3 #DCDEE3 #DCDEE3 #FFFFFF; border-color: var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-border-line-color, #DCDEE3) var(--tab-wrapped-bg-color-selected, #FFFFFF); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab:before { border-radius: 3px; border-radius: var(--tab-wrapped-tab-corner-radius, 3px); height: 0; border-right: 2px solid #5584FF; border-right: var(--tab-wrapped-ink-bar-width, 2px) solid var(--tab-wrapped-ink-bar-color, #5584FF); top: 50%; right: -1px; right: calc(0px - var(--tab-wrapped-border-line-width, 1px)); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active:before { height: calc(100% - 6px); height: calc(100% - var(--tab-wrapped-tab-corner-radius, 3px)*2); top: 3px; top: var(--tab-wrapped-tab-corner-radius, 3px); } .next-tabs-wrapped.next-tabs-right > .next-tabs-bar .next-tabs-tab.active { border-width: 1px 1px 1px 1px; border-width: var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px) var(--tab-wrapped-border-line-width, 1px); } .next-tabs-wrapped.next-tabs-right > .next-tabs-content { right: -1px; right: calc(0px - var(--tab-wrapped-content-position-right, 1px)); border-right: 1px solid #DCDEE3; border-right: var(--tab-wrapped-content-border, 1px solid #DCDEE3); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab { transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); border: 1px solid #C4C6CF; border: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-right-color: transparent; margin-right: -1px; margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px)); color: #333333; color: var(--tab-capsule-text-color, #333333); background-color: #F2F3F7; background-color: var(--tab-capsule-bg-color, #F2F3F7); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child { border-radius: 3px 0 0 3px; border-radius: var(--tab-capsule-corner-radius, 3px) 0 0 var(--tab-capsule-corner-radius, 3px); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child { border-radius: 0 3px 3px 0; border-radius: 0 var(--tab-capsule-corner-radius, 3px) var(--tab-capsule-corner-radius, 3px) 0; border-right: 1px solid #C4C6CF; border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { border-right: 1px solid #C4C6CF; border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-color: #5584FF; border-color: var(--tab-capsule-tab-border-line-color-active, #5584FF); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled { border-color: #E6E7EB; border-color: var(--tab-capsule-tab-border-line-color-disabled, #E6E7EB); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover { z-index: 2; border-right: 1px solid #C4C6CF; border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-color: #C4C6CF; border-color: var(--tab-capsule-tab-border-line-color-hover, #C4C6CF); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-capsule-text-color-hover, #333333); background-color: #EBECF0; background-color: var(--tab-capsule-bg-color-hover, #EBECF0); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { z-index: 1; color: #FFFFFF; color: var(--tab-capsule-text-color-selected, #FFFFFF); background-color: #5584FF; background-color: var(--tab-capsule-bg-color-selected, #5584FF); } .next-tabs-capsule > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; color: #CCCCCC; color: var(--tab-capsule-text-color-disabled, #CCCCCC); background: #F7F8FA; background: var(--tab-capsule-bg-color-disabled, #F7F8FA); } .next-tabs-text > .next-tabs-bar .next-tabs-tab { color: #666666; color: var(--tab-text-text-color-normal, #666666); background-color: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab:hover { cursor: pointer; color: #333333; color: var(--tab-text-text-color-hover, #333333); background-color: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab.active { z-index: 1; color: #5584FF; color: var(--tab-text-text-color-selected, #5584FF); background-color: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab.disabled { pointer-events: none; cursor: default; color: #CCCCCC; color: var(--tab-text-text-color-disabled, #CCCCCC); background: transparent; } .next-tabs-text > .next-tabs-bar .next-tabs-tab:not(:last-child):after { content: ''; position: absolute; right: 0; top: calc(50% - 4px); top: calc(50% - var(--tab-text-item-sep-height, 8px)/2); width: 1px; width: var(--tab-text-item-sep-width, 1px); height: 8px; height: var(--tab-text-item-sep-height, 8px); background-color: #DCDEE3; background-color: var(--tab-text-item-sep-color, #DCDEE3); } .next-tabs-pure > .next-tabs-bar { position: relative; } .next-tabs-pure > .next-tabs-bar .next-tabs-nav-extra { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .next-tabs-capsule > .next-tabs-bar { position: relative; } .next-tabs-capsule > .next-tabs-bar .next-tabs-nav-extra { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .next-tabs-text > .next-tabs-bar { position: relative; } .next-tabs-text > .next-tabs-bar .next-tabs-nav-extra { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .next-tabs[dir='rtl'].next-medium .next-tabs-nav-container-scrolling { padding-left: 60px; padding-left: var(--tab-nav-scroll-padding-right-m, 60px); padding-right: 0; } .next-tabs[dir='rtl'].next-medium .next-tabs-tab-close { padding-right: 8px; padding-right: var(--tab-nav-close-icon-padding-l-size-m, 8px); padding-left: 0; } .next-tabs[dir='rtl'].next-small .next-tabs-nav-container-scrolling { padding-left: 56px; padding-left: var(--tab-nav-scroll-padding-right-s, 56px); padding-right: 0; } .next-tabs[dir='rtl'].next-small .next-tabs-tab-close { padding-right: 8px; padding-right: var(--tab-nav-close-icon-padding-l-size-s, 8px); padding-left: 0; } .next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-top > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } .next-tabs[dir='rtl'].next-tabs-wrapped.next-tabs-bottom > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } .next-tabs[dir='rtl'] > .next-tabs-bar .next-tabs-nav-extra { right: auto; left: 0; } .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab { border-top: 1px solid #C4C6CF; border-top: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-bottom: 1px solid #C4C6CF; border-bottom: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-right: 1px solid #C4C6CF; border-right: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-left: 0; } .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child { border-left: 0; border-radius: 0 3px 3px 0; border-radius: 0 var(--tab-capsule-corner-radius, 3px) var(--tab-capsule-corner-radius, 3px) 0; } .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab:last-child { border-radius: 3px 0 0 3px; border-radius: var(--tab-capsule-corner-radius, 3px) 0 0 var(--tab-capsule-corner-radius, 3px); border-left: 1px solid #C4C6CF; border-left: var(--tab-capsule-tab-border, 1px solid #C4C6CF); } .next-tabs[dir='rtl'].next-tabs-capsule > .next-tabs-bar .next-tabs-tab.active { margin-left: -1px; margin-left: calc(0px - var(--tab-capsule-tab-border-line-width, 1px)); margin-right: auto; border-left: 1px solid #C4C6CF; border-left: var(--tab-capsule-tab-border, 1px solid #C4C6CF); border-color: #5584FF; border-color: var(--tab-capsule-tab-border-line-color-active, #5584FF); } .next-tabs[dir='rtl'] .next-tabs-btn-next { left: 8px; left: var(--tab-nav-arrow-right-positon-right, 8px); right: auto; } .next-tabs[dir='rtl'] .next-tabs-btn-prev { left: 32px; left: var(--tab-nav-arrow-left-positon-right, 32px); right: auto; } .next-tabs[dir='rtl'] .next-tabs-btn-down { left: 8px; left: var(--tab-nav-arrow-down-positon-right, 8px); right: auto; } .next-tabs-text[dir='rtl'] > .next-tabs-bar .next-tabs-tab:not(:last-child):after { content: ''; position: absolute; left: 0; right: auto; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* put your code here */ .next-table { box-sizing: border-box; position: relative; border-top: 1px solid #DCDEE3; border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); border-left: 1px solid #DCDEE3; border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table *, .next-table *:before, .next-table *:after { box-sizing: border-box; } .next-table.next-table-layout-fixed { overflow: auto; } .next-table.next-table-layout-fixed table { table-layout: fixed; } .next-table.next-table-layout-auto table { table-layout: auto; } .next-table.next-table-small th .next-table-cell-wrapper { padding: 8px 8px; padding: var(--table-size-s-header-padding-top, 8px) var(--table-size-s-header-padding-left, 8px); } .next-table.next-table-small td .next-table-cell-wrapper { padding: 8px 8px; padding: var(--table-size-s-cell-padding-top, 8px) var(--table-size-s-cell-padding-left, 8px); } .next-table.next-table-small .next-table-prerow .next-table-cell-wrapper { padding: 8px 8px; padding: var(--s-2, 8px) var(--s-2, 8px); } .next-table table { border-collapse: separate; border-spacing: 0; width: 100%; background: #FFFFFF; background: var(--table-row-bg, #FFFFFF); } .next-table table tr:first-child td { border-top-width: 0; } .next-table th { padding: 0; background: #EBECF0; background: var(--table-th-bg, #EBECF0); color: #333333; color: var(--table-th-color, #333333); text-align: left; font-weight: normal; font-weight: var(--table-th-font-weight, normal); border-right: 1px solid #DCDEE3; border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); border-bottom: 1px solid #DCDEE3; border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table th .next-table-cell-wrapper { padding: 12px 16px; padding: var(--table-header-padding-top, 12px) var(--table-header-padding-left, 16px); overflow: hidden; text-overflow: ellipsis; word-break: break-all; } .next-table th.next-table-prerow .next-table-cell-wrapper { padding: 12px 16px; padding: var(--s-3, 12px) var(--s-4, 16px); } .next-table th.next-table-fix-left, .next-table th.next-table-fix-right { z-index: 1; } .next-table-affix { z-index: 1; overflow: hidden; } .next-table-header-resizable { position: relative; } .next-table-header-resizable .next-table-resize-handler { position: absolute; right: 0; top: 0; bottom: 0; width: 3px; background: transparent; cursor: ew-resize; } .next-table td { padding: 0; border-right: 1px solid #DCDEE3; border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); border-bottom: 1px solid #DCDEE3; border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table td .next-table-cell-wrapper { padding: 12px 16px; padding: var(--table-cell-padding-top, 12px) var(--table-cell-padding-left, 16px); overflow: hidden; text-overflow: ellipsis; word-break: break-all; } .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table td .next-table-cell-wrapper .next-table-tree-placeholder { margin-right: 8px; margin-right: var(--table-header-icon-margin-left, 8px); outline: 0; cursor: pointer; } .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before, .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow .next-icon-remote { width: 12px; width: var(--table-tree-expanded-icon-size, 12px); font-size: 12px; font-size: var(--table-tree-expanded-icon-size, 12px); line-height: inherit; } .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow::before { content: "\E619"; content: var(--table-tree-fold-icon-content, "\E619"); } .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before, .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow .next-icon-remote { width: 12px; width: var(--table-tree-expanded-icon-size, 12px); font-size: 12px; font-size: var(--table-tree-expanded-icon-size, 12px); line-height: inherit; } .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow::before { content: "\E63D"; content: var(--table-tree-unfold-icon-content, "\E63D"); } .next-table td.next-table-prerow .next-table-cell-wrapper { padding: 12px 16px; padding: var(--s-3, 12px) var(--s-4, 16px); } .next-table .next-table-expanded .next-table-cell-wrapper, .next-table .next-table-selection .next-table-cell-wrapper { overflow: visible; } .next-table.no-header table tr:first-child td { border-top-width: 1px; } .next-table.only-bottom-border { border-width: 0; } .next-table.only-bottom-border th { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } .next-table.only-bottom-border td { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } .next-table.only-bottom-border table tr td:first-child, .next-table.only-bottom-border table tr th:first-child { border-left-width: 0; } .next-table.only-bottom-border .next-table-header tr th:last-child { border-right-width: 0; } .next-table.only-bottom-border .next-table-body tr td:last-child { border-right-width: 0; } .next-table-loading { display: block; } .next-table.zebra tr:nth-child(odd) td { background: #FFFFFF; background: var(--table-td-normal, #FFFFFF); } .next-table.zebra tr:nth-child(even) td { background: #F7F8FA; background: var(--table-td-gray, #F7F8FA); } .next-table.zebra .next-table-row.hovered td { background: #F2F3F7; background: var(--table-row-hover-bg, #F2F3F7); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table.zebra .next-table-cell.hovered { background: #F2F3F7; background: var(--table-row-hover-bg, #F2F3F7); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table.zebra .next-table-row.selected td { background: #F2F3F7; background: var(--table-row-selected-bg, #F2F3F7); color: #333333; color: var(--table-row-selected-color, #333333); } .next-table-empty { color: #A0A2AD; color: var(--table-empty-color, #A0A2AD); padding: 32px 0; padding: var(--table-empty-padding, 32px) 0; text-align: center; } .next-table-expanded-row > td { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } .next-table-expanded-row > td:first-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } .next-table-expanded-row > td:last-child { border-right-width: 1px; border-right-width: var(--table-normal-border-width, 1px); } .next-table-expanded-row:last-child > td { border-bottom-width: 1px; border-bottom-width: var(--table-normal-border-width, 1px); } .next-table-expanded-row .next-table { border-top: 0; border-left: 0; } .next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td { border-right: 1px solid #DCDEE3; border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td { border-right: 0; } .next-table-expanded-row .next-table .last td { border-bottom: 0; } .next-table-expanded-row .next-table td.last, .next-table-expanded-row .next-table th:last-child { border-right: 0; } .next-table-expanded-row .next-table-expanded-area:after { position: absolute; top: 0; right: 0; bottom: 0; border-right: 1px solid #DCDEE3; border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); content: ""; } .next-table.only-bottom-border .next-table-expanded-row .next-table-expanded-area:after { border-right: 0; } .next-table-filter-footer { margin: 10px 10px 0; } .next-table-filter-footer button { margin-right: 5px; } .next-table-row { transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); background: #FFFFFF; background: var(--table-row-bg, #FFFFFF); color: #333333; color: var(--table-row-color, #333333); } .next-table-row.hidden { display: none; } .next-table-row.hovered { background: #F2F3F7; background: var(--table-row-hover-bg, #F2F3F7); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table-row.selected { background: #F2F3F7; background: var(--table-row-selected-bg, #F2F3F7); color: #333333; color: var(--table-row-selected-color, #333333); } .next-table-cell.hovered { background: #F2F3F7; background: var(--table-row-hover-bg, #F2F3F7); color: #333333; color: var(--table-row-hover-color, #333333); } .next-table-tree-placeholder { display: inline-block; width: 12px; } .last .next-table-expanded-row td { border-bottom-width: 1px; } .next-table-body, .next-table-header { overflow: auto; font-size: 12px; font-size: var(--table-th-font-size, 12px); } .next-table-header { margin-bottom: -20px; padding-bottom: 20px; overflow: -moz-scrollbars-none; -ms-overflow-style: none; scrollbar-width: none; } .next-table-header::-webkit-scrollbar { display: none; } .next-table-body { font-size: 12px; font-size: var(--table-body-font-size, 12px); position: relative; } .next-table-fixed { border-bottom: 1px solid #DCDEE3; border-bottom: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table-fixed table { table-layout: fixed; } .next-table-fixed .next-table-header { background: #EBECF0; background: var(--table-th-bg, #EBECF0); } .next-table-fixed table tr td:first-child, .next-table-fixed table tr th:first-child { border-left-width: 0; } .next-table-fixed .next-table-header th { border-top-width: 0; } .next-table-fixed .next-table-header tr th:last-child { border-right-width: 0; } .next-table-fixed .next-table-body td { border-top-width: 0; } .next-table-fixed .next-table-body tr:last-child td { border-bottom-width: 0; } .next-table-fixed .next-table-body tr td:last-child { border-right-width: 0; } .next-table-fixed .next-table-header tr th:last-child { border-right-width: 1px; border-right-width: var(--table-normal-border-width, 1px); } .next-table-fixed .next-table-body tr td:last-child { border-right-width: 1px; border-right-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group table tr td:first-child, .next-table-fixed.next-table-group table tr th:first-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group .next-table-header th { border-top-width: 1px; border-top-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group .next-table-header tr th:last-child { border-right-width: 1px; border-right-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group .next-table-body td { border-top-width: 1px; border-top-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group .next-table-body tr:last-child td { border-bottom-width: 1px; border-bottom-width: var(--table-normal-border-width, 1px); } .next-table-fixed.next-table-group .next-table-body tr td:last-child { border-right-width: 1px; border-right-width: var(--table-normal-border-width, 1px); } .next-table-lock .next-table-body { overflow-x: auto; overflow-y: visible; } .next-table-group { border-width: 0; } .next-table-group .next-table-body { margin-top: 8px; margin-top: var(--table-group-split, 8px); } .next-table-group .next-table-body table { border-top: 1px solid #DCDEE3; border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); border-left: 1px solid #DCDEE3; border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); margin-bottom: 8px; margin-bottom: var(--table-group-split, 8px); } .next-table-group .next-table-body table tr:first-child td { border-top-width: 1px; } .next-table-group .next-table-body table:last-of-type { margin-bottom: 0; } .next-table-group .next-table-header table { border-top: 1px solid #DCDEE3; border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); border-left: 1px solid #DCDEE3; border-left: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table-group .next-table-group-header td { background: #EBECF0; background: var(--table-group-th-bg, #EBECF0); color: #333333; color: var(--table-group-th-color, #333333); } .next-table-group .next-table-group-footer td { background: #EBECF0; background: var(--table-group-footer-bg, #EBECF0); color: #333333; color: var(--table-group-footer-color, #333333); } .next-table-group .next-table-row.hovered, .next-table-group .next-table-row.selected { background: #FFFFFF; background: var(--table-row-bg, #FFFFFF); color: #333333; color: var(--table-row-color, #333333); } .next-table-lock { position: relative; } .next-table-lock table { table-layout: fixed; } .next-table-header-inner { overflow: unset; } .next-table-wrap-empty .next-table-lock-left td, .next-table-wrap-empty .next-table-lock-right td { border: none; } .next-table-wrap-empty .next-table-lock-left .next-table-empty, .next-table-wrap-empty .next-table-lock-right .next-table-empty { display: none; } .next-table-wrap-empty > .next-table-inner > .next-table-body > table { table-layout: fixed; } .next-table-lock-left, .next-table-lock-right { position: absolute; left: 0; top: 0; z-index: 1; border: 0; transition: box-shadow .3s ease; overflow: hidden; } .next-table-lock-left table, .next-table-lock-right table { width: auto; } .next-table-lock-left .next-table-body, .next-table-lock-right .next-table-body { overflow-y: scroll; overflow-x: hidden; margin-right: -20px; padding-right: 0; } .next-table-lock-left.shadow .next-table-header tr th:last-child, .next-table-lock-right.shadow .next-table-header tr th:last-child { border-right-width: 0; } .next-table-lock-left.shadow .next-table-body tr td:last-child, .next-table-lock-right.shadow .next-table-body tr td:last-child { border-right-width: 0; } .next-table-lock-right { right: 0; left: auto; } .next-table-lock-right table tr td:first-child, .next-table-lock-right table tr th:first-child { border-left-width: 1px; } .next-table-lock-right.shadow { box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); } .next-table-lock-left.shadow { box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); } .next-table-filter { line-height: 1; } .next-table-sort { cursor: pointer; position: relative; width: 16px; display: inline-block; line-height: 1; } .next-table-sort:focus { outline: 0; } .next-table-sort > a::before { content: ' '; display: inline-block; vertical-align: middle; } .next-table-sort .next-icon { position: absolute; left: -2px; color: #333333; color: var(--table-sort-color, #333333); } .next-table-sort .next-icon:before, .next-table-sort .next-icon .next-icon-remote { width: 12px; width: var(--table-sort-icon-size, 12px); font-size: 12px; font-size: var(--table-sort-icon-size, 12px); line-height: inherit; } .next-table-sort .current .next-icon { color: #5584FF; color: var(--table-sort-color-current, #5584FF); } .next-table-sort .next-icon-ascending { left: 2px; } .next-table-filter { cursor: pointer; width: 20px; display: inline-block; } .next-table-filter:focus { outline: 0; } .next-table-filter .next-icon { color: #333333; color: var(--table-sort-color, #333333); } .next-table-filter .next-icon:before, .next-table-filter .next-icon .next-icon-remote { width: 12px; width: var(--table-filter-icon-size, 12px); font-size: 12px; font-size: var(--table-filter-icon-size, 12px); line-height: inherit; } .next-table-filter .next-table-filter-active { color: #5584FF; color: var(--color-brand1-6, #5584FF); } .next-table-filter-menu .next-menu-content { max-height: 220px; overflow: auto; } .next-table-header-icon { margin-left: 8px; margin-left: var(--table-header-icon-margin-left, 8px); } .next-table-expanded-ctrl { cursor: pointer; } .next-table-expanded-ctrl:focus { outline: 0; } .next-table-expanded-ctrl.disabled { color: #999999; color: var(--table-expanded-ctrl-disabled-color, #999999); } .next-table-expanded-ctrl .next-table-expand-unfold:before, .next-table-expanded-ctrl .next-table-expand-unfold .next-icon-remote { width: 12px; width: var(--table-expanded-icon-size, 12px); font-size: 12px; font-size: var(--table-expanded-icon-size, 12px); line-height: inherit; } .next-table-expanded-ctrl .next-table-expand-unfold::before { content: "\E601"; content: var(--table-expand-unfold-icon-content, "\E601"); } .next-table-expanded-ctrl .next-table-expand-fold:before, .next-table-expanded-ctrl .next-table-expand-fold .next-icon-remote { width: 12px; width: var(--table-expanded-icon-size, 12px); font-size: 12px; font-size: var(--table-expanded-icon-size, 12px); line-height: inherit; } .next-table-expanded-ctrl .next-table-expand-fold::before { content: "\E655"; content: var(--table-expand-fold-icon-content, "\E655"); } .next-table-fix-left, .next-table-fix-right { background: inherit; position: sticky; } .next-table-ping-left .next-table-fix-left-last { border-right-width: 0; } .next-table-ping-left .next-table-fix-left-last::after { box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15); position: absolute; top: 0; right: 0; bottom: 0; width: 30px; content: ''; pointer-events: none; transition: box-shadow .3s, -webkit-box-shadow .3s; transform: translateX(100%); } .next-table-ping-right .next-table-fix-right-first:after { box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15); position: absolute; top: 0; left: 0; bottom: 0; width: 30px; content: ''; pointer-events: none; transition: box-shadow .3s, -webkit-box-shadow .3s; transform: translateX(-100%); } .next-table-fixed.next-table-scrolling-to-right::after, .next-table-lock.next-table-scrolling-to-right::after { box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15); position: absolute; top: 0; right: -30px; bottom: 0; width: 30px; content: ''; pointer-events: none; transition: box-shadow .3s, -webkit-box-shadow .3s; transform: translateX(-100%); } .next-table-fixed.next-table-scrolling-to-right .next-table-lock-right, .next-table-lock.next-table-scrolling-to-right .next-table-lock-right { border-right: 1px solid #DCDEE3; border-right: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #DCDEE3); } .next-table-fixed.next-table-ping-right, .next-table-fixed.only-bottom-border, .next-table-lock.next-table-ping-right, .next-table-lock.only-bottom-border { border-right: 0; } .next-table[dir="rtl"] th { text-align: right; } .next-table[dir="rtl"] .next-table-header-resizable .next-table-resize-handler { right: auto; left: 0; } .next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, .next-table[dir="rtl"] td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, .next-table[dir="rtl"] td .next-table-cell-wrapper .next-table-tree-placeholder { margin-left: 3px; margin-right: 0; float: right; } .next-table[dir="rtl"] .next-table-expanded-row td:first-child { border-left-width: 0; border-right-width: 1px; } .next-table[dir="rtl"] .next-table-expanded-row td:last-child { border-left-width: 1px; border-right-width: 0; } .next-table[dir="rtl"].only-bottom-border .next-table-expanded-row th { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } .next-table[dir="rtl"].only-bottom-border .next-table-expanded-row td { border-width: 0 0 1px 0; border-width: 0 0 var(--table-normal-border-width, 1px) 0; } .next-table[dir="rtl"] .next-table-filter-footer button { margin-left: 5px; margin-right: 0; } .next-table[dir="rtl"] .next-table-lock-left, .next-table[dir="rtl"] .next-table-lock-right { left: auto; right: 0; } .next-table[dir="rtl"] .next-table-lock-right { right: auto; left: 0; } .next-table[dir="rtl"] .next-table-lock-right table tr td:first-child, .next-table[dir="rtl"] .next-table-lock-right table tr th:first-child { border-right-width: 1px; } .next-table[dir="rtl"] .next-table-lock-right.shadow { box-shadow: 2px 0 3px rgba(0, 0, 0, 0.12); } .next-table[dir="rtl"] .next-table-lock-left.shadow { box-shadow: -2px 0 3px rgba(0, 0, 0, 0.12); } .next-table[dir="rtl"] .next-table-sort .next-icon { right: 0; left: auto; } .next-table[dir="rtl"] .next-table-sort .next-icon-ascending { right: 4px; left: auto; } .next-table[dir="rtl"] .next-table-filter { margin-right: 5px; margin-left: 0; } .next-table-fixed[dir="rtl"] table tr td:first-child, .next-table-fixed[dir="rtl"] table tr th:first-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); border-right-width: 0; } .next-table-fixed[dir="rtl"] .next-table-header tr th:last-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } .next-table-fixed[dir="rtl"] .next-table-body tr td:last-child { border-left-width: 1px; border-left-width: var(--table-normal-border-width, 1px); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } @keyframes fadeInRightForTag { 0% { opacity: 0; transform: rotate(45deg) translateX(20px); } 100% { opacity: 1; transform: rotate(45deg) translateX(0); } } .next-tag > .next-tag-body { overflow: hidden; text-overflow: ellipsis; } .next-tag-checkable.next-tag-level-secondary { color: #333333; color: var(--tag-normal-text-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; color: var(--tag-normal-text-color-hover, #5584FF); } .next-tag-default.next-tag-level-primary { color: #666666; color: var(--tag-fill-text-color, #666666); border-color: #EBECF0; border-color: var(--tag-fill-border-color, #EBECF0); background-color: #EBECF0; background-color: var(--tag-fill-bg-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; color: var(--tag-fill-text-color-hover, #333333); border-color: #E2E4E8; border-color: var(--tag-fill-border-color-hover, #E2E4E8); background-color: #E2E4E8; background-color: var(--tag-fill-bg-color-hover, #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; color: var(--tag-fill-tail-color-hover, #333333); } .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary { color: #CCCCCC; color: var(--tag-fill-text-color-disabled, #CCCCCC); border-color: #F7F8FA; border-color: var(--tag-fill-border-color-disabled, #F7F8FA); background-color: #F7F8FA; background-color: var(--tag-fill-bg-color-disabled, #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; color: var(--tag-fill-tail-color-disabled, #CCCCCC); } .next-tag-default.next-tag-level-primary > .next-tag-close-btn { color: #666666; color: var(--tag-fill-tail-color, #666666); } .next-tag-closable.next-tag-level-primary { color: #666666; color: var(--tag-closable-primary-fill-text-color, #666666); border-color: #EBECF0; border-color: var(--tag-closable-primary-fill-border-color, #EBECF0); background-color: #EBECF0; background-color: var(--tag-closable-primary-fill-bg-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; color: var(--tag-closable-primary-fill-text-color-hover, #333333); border-color: #E2E4E8; border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8); background-color: #E2E4E8; background-color: var(--tag-closable-primary-fill-bg-color-hover, #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; color: var(--tag-fill-tail-color-hover, #333333); } .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary { color: #CCCCCC; color: var(--tag-closable-primary-fill-text-color-disabled, #CCCCCC); border-color: #F7F8FA; border-color: var(--tag-closable-primary-fill-border-color-disabled, #F7F8FA); background-color: #F7F8FA; background-color: var(--tag-closable-primary-fill-bg-color-disabled, #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; color: var(--tag-fill-tail-color-disabled, #CCCCCC); } .next-tag-closable.next-tag-level-primary > .next-tag-close-btn { color: #666666; color: var(--tag-fill-tail-color, #666666); } .next-tag-checkable.next-tag-level-primary { color: #666666; color: var(--tag-checkable-fill-text-color, #666666); border-color: #EBECF0; border-color: var(--tag-checkable-fill-border-color, #EBECF0); background-color: #EBECF0; background-color: var(--tag-checkable-fill-bg-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; color: var(--tag-checkable-fill-text-color-hover, #333333); border-color: #E2E4E8; border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8); background-color: #E2E4E8; background-color: var(--tag-checkable-fill-bg-color-hover, #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; color: var(--tag-checkable-fill-tail-color-hover, #333333); } .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary { color: #CCCCCC; color: var(--tag-checkable-fill-text-color-disabled, #CCCCCC); border-color: #F7F8FA; border-color: var(--tag-checkable-fill-border-color-disabled, #F7F8FA); background-color: #F7F8FA; background-color: var(--tag-checkable-fill-bg-color-disabled, #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; color: var(--tag-checkable-fill-tail-color-disabled, #CCCCCC); } .next-tag-checkable.next-tag-level-primary > .next-tag-close-btn { color: #666666; color: var(--tag-checkable-fill-tail-color, #666666); } .next-tag-checkable.next-tag-level-primary.checked { color: #FFFFFF; color: var(--tag-checkable-primary-text-color, #FFFFFF); border-color: #5584FF; border-color: var(--tag-checkable-primary-border-color, #5584FF); background-color: #5584FF; background-color: var(--tag-checkable-primary-bg-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; color: var(--tag-checkable-primary-text-color-hover, #FFFFFF); border-color: #3E71F7; border-color: var(--tag-checkable-primary-border-color-hover, #3E71F7); background-color: #3E71F7; background-color: var(--tag-checkable-primary-bg-color-hover, #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; color: var(--tag-checkable-primary-tail-color-hover, #FFFFFF); } .next-tag-checkable.next-tag-level-primary.checked[disabled], .disabled.next-tag-checkable.next-tag-level-primary.checked { color: #CCCCCC; color: var(--tag-checkable-primary-text-color-disabled, #CCCCCC); border-color: #F7F8FA; border-color: var(--tag-checkable-primary-border-color-disabled, #F7F8FA); background-color: #F7F8FA; background-color: var(--tag-checkable-primary-bg-color-disabled, #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; color: var(--tag-checkable-primary-tail-color, #FFFFFF); } .next-tag-checkable.next-tag-level-primary.checked > .next-tag-close-btn { color: #FFFFFF; color: var(--tag-checkable-primary-tail-color, #FFFFFF); } .next-tag-default.next-tag-level-normal { color: #666666; color: var(--tag-bordered-text-color, #666666); border-color: #C4C6CF; border-color: var(--tag-bordered-border-color, #C4C6CF); background-color: transparent; background-color: var(--tag-bordered-bg, 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; color: var(--tag-bordered-text-color-hover, #333333); border-color: #A0A2AD; border-color: var(--tag-bordered-border-color-hover, #A0A2AD); background-color: transparent; background-color: var(--tag-bordered-bg-hover, 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; color: var(--tag-bordered-tail-color-hover, #333333); } .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal { color: #CCCCCC; color: var(--tag-bordered-text-color-disabled, #CCCCCC); border-color: #E6E7EB; border-color: var(--tag-bordered-border-color-disabled, #E6E7EB); background-color: #F7F8FA; background-color: var(--tag-bordered-bg-disabled, #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; color: var(--tag-bordered-tail-color-disabled, #CCCCCC); } .next-tag-default.next-tag-level-normal > .next-tag-close-btn { color: #666666; color: var(--tag-bordered-tail-color, #666666); } .next-tag-closable.next-tag-level-normal { color: #666666; color: var(--tag-closable-bordered-text-color, #666666); border-color: #C4C6CF; border-color: var(--tag-closable-bordered-border-color, #C4C6CF); background-color: transparent; background-color: var(--tag-closable-bordered-bg, 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; color: var(--tag-closable-bordered-text-color-hover, #333333); border-color: #A0A2AD; border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD); background-color: transparent; background-color: var(--tag-closable-bordered-bg-hover, 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; color: var(--tag-closable-bordered-tail-color-hover, #333333); } .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal { color: #CCCCCC; color: var(--tag-closable-bordered-text-color-disabled, #CCCCCC); border-color: #E6E7EB; border-color: var(--tag-closable-bordered-border-color-disabled, #E6E7EB); background-color: transparent; background-color: var(--tag-closable-bordered-bg-disabled, 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; color: var(--tag-closable-bordered-tail-color-disabled, #CCCCCC); } .next-tag-closable.next-tag-level-normal > .next-tag-close-btn { color: #666666; color: var(--tag-closable-bordered-tail-color, #666666); } .next-tag-checkable.next-tag-level-normal.checked { color: #5584FF; color: var(--tag-secondary-text-color, #5584FF); border-color: #5584FF; border-color: var(--tag-secondary-border-color, #5584FF); background-color: transparent; background-color: var(--tag-secondary-bg, 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; color: var(--tag-secondary-text-color-hover, #3E71F7); border-color: #3E71F7; border-color: var(--tag-secondary-border-color-hover, #3E71F7); background-color: transparent; background-color: var(--tag-secondary-bg-hover, transparent); } .next-tag-checkable.next-tag-level-secondary.checked { color: #5584FF; color: var(--tag-secondary-text-color, #5584FF); border-color: #5584FF; border-color: var(--tag-secondary-border-color, #5584FF); background-color: transparent; background-color: var(--tag-secondary-bg, 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; color: var(--tag-secondary-text-color-hover, #3E71F7); border-color: #3E71F7; border-color: var(--tag-secondary-border-color-hover, #3E71F7); background-color: transparent; background-color: var(--tag-secondary-bg-hover, transparent); } .next-tag-checkable.next-tag-level-secondary.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #5584FF; background-color: var(--tag-checkable-secondary-bg-selected, #5584FF); transform: rotate(45deg); } .next-tag-checkable.next-tag-level-secondary.checked:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E632"; content: var(--tag-checkable-icon-selected, "\E632"); transform: scale(0.6); color: #FFFFFF; color: var(--tag-checkable-secondary-icon-color-selected, #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; background-color: var(--tag-checkable-secondary-bg-selected-hover, #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; color: var(--tag-checkable-secondary-icon-color-selected-hover, #FFFFFF); } .next-tag-checkable.next-tag-level-secondary.checked[disabled]:before, .next-tag-checkable.next-tag-level-secondary.checked:disabled:before { background-color: #E6E7EB; background-color: var(--tag-checkable-secondary-bg-selected-disabled, #E6E7EB); } .next-tag-checkable.next-tag-level-secondary.checked[disabled]:after, .next-tag-checkable.next-tag-level-secondary.checked:disabled:after { color: #FFFFFF; color: var(--tag-checkable-secondary-icon-color-selected-disabled, #FFFFFF); } .next-tag-checkable.next-tag-level-normal { color: #666666; color: var(--tag-checkable-normal-text-color, #666666); border-color: #C4C6CF; border-color: var(--tag-checkable-normal-border-color, #C4C6CF); background-color: transparent; background-color: var(--tag-checkable-normal-bg, 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; color: var(--tag-checkable-normal-text-color-hover, #333333); border-color: #C4C6CF; border-color: var(--tag-checkable-normal-border-color-hover, #C4C6CF); background-color: transparent; background-color: var(--tag-checkable-normal-bg-hover, transparent); } .next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal { color: #CCCCCC; color: var(--tag-checkable-normal-text-selected-disabled, #CCCCCC); border-color: #E6E7EB; border-color: var(--tag-checkable-normal-border-selected-disabled, #E6E7EB); background-color: #F7F8FA; background-color: var(--tag-checkable-normal-bg-selected-disabled, #F7F8FA); } .next-tag-checkable.next-tag-level-normal.checked:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #5584FF; background-color: var(--tag-checkable-normal-bg-selected, #5584FF); transform: rotate(45deg); } .next-tag-checkable.next-tag-level-normal.checked:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E632"; content: var(--tag-checkable-icon-selected, "\E632"); transform: scale(0.6); color: #FFFFFF; color: var(--tag-checkable-normal-icon-color-selected, #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; background-color: var(--tag-checkable-normal-bg-selected-hover, #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; color: var(--tag-checkable-normal-icon-color-selected-hover, #FFFFFF); } .next-tag-checkable.next-tag-level-normal.checked[disabled]:before, .next-tag-checkable.next-tag-level-normal.checked:disabled:before { background-color: #E6E7EB; background-color: var(--tag-checkable-normal-tick-bg-selected-disabled, #E6E7EB); } .next-tag-checkable.next-tag-level-normal.checked[disabled]:after, .next-tag-checkable.next-tag-level-normal.checked:disabled:after { color: #FFFFFF; color: var(--tag-checkable-normal-icon-color-selected-disabled, #FFFFFF); } .next-tag-closable.next-tag-level-normal:before { position: absolute; content: ""; -webkit-font-smoothing: antialiased; background-color: #C4C6CF; background-color: var(--tag-closable-normal-bg, #C4C6CF); transform: rotate(45deg); } .next-tag-closable.next-tag-level-normal:after { position: absolute; font-family: NextIcon; -webkit-font-smoothing: antialiased; content: "\E626"; content: var(--tag-closable-normal-icon, "\E626"); transform: scale(0.6); color: #FFFFFF; color: var(--tag-closable-normal-icon-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; background-color: var(--tag-closable-normal-bg-hover, #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; color: var(--tag-closable-normal-icon-color-hover, #FFFFFF); } .next-tag-closable.next-tag-level-normal[disabled]:before, .next-tag-closable.next-tag-level-normal:disabled:before { background-color: #E6E7EB; background-color: var(--tag-closable-normal-bg-disabled, #E6E7EB); } .next-tag-closable.next-tag-level-normal[disabled]:after, .next-tag-closable.next-tag-level-normal:disabled:after { color: #FFFFFF; color: var(--tag-closable-normal-icon-color-disabled, #FFFFFF); } .next- { /* Animation */ /* ----------- */ } .next-tag-group .next-tag-medium, .next-tag-group .next-tag-large { margin-right: 8px; margin-right: var(--tag-size-m-margin, 8px); margin-bottom: 8px; margin-bottom: var(--tag-size-m-margin, 8px); } .next-tag-group .next-tag-small { margin-right: 4px; margin-right: var(--tag-size-s-margin, 4px); margin-bottom: 4px; margin-bottom: var(--tag-size-s-margin, 4px); } .next-tag { box-sizing: border-box; display: inline-block; max-width: 100%; vertical-align: middle; border-width: 1px; border-width: var(--tag-border-width, 1px); border-radius: 3px; border-radius: var(--tag-corner-radius, 3px); box-shadow: none; box-shadow: var(--tag-shadow, none); border-style: solid; /* 可配置??? */ overflow: hidden; white-space: nowrap; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); font-size: 0; outline: 0; /* 预设颜色值 */ } .next-tag *, .next-tag *:before, .next-tag *:after { 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; background-color: var(--tag-color-preset-blue, #4494F9); border-color: #4494F9; border-color: var(--tag-color-preset-blue, #4494F9); color: #FFF; } .next-tag-blue-inverse { background-color: rgba(68, 148, 249, 0.25); border-color: #4494F9; border-color: var(--tag-color-preset-blue, #4494F9); color: #4494F9; color: var(--tag-color-preset-blue, #4494F9); } .next-tag-green { background-color: #46BC15; background-color: var(--tag-color-preset-green, #46BC15); border-color: #46BC15; border-color: var(--tag-color-preset-green, #46BC15); color: #FFF; } .next-tag-green-inverse { background-color: rgba(70, 188, 21, 0.25); border-color: #46BC15; border-color: var(--tag-color-preset-green, #46BC15); color: #46BC15; color: var(--tag-color-preset-green, #46BC15); } .next-tag-orange { background-color: #FF9300; background-color: var(--tag-color-preset-orange, #FF9300); border-color: #FF9300; border-color: var(--tag-color-preset-orange, #FF9300); color: #FFF; } .next-tag-orange-inverse { background-color: rgba(255, 147, 0, 0.25); border-color: #FF9300; border-color: var(--tag-color-preset-orange, #FF9300); color: #FF9300; color: var(--tag-color-preset-orange, #FF9300); } .next-tag-red { background-color: #FF3000; background-color: var(--tag-color-preset-red, #FF3000); border-color: #FF3000; border-color: var(--tag-color-preset-red, #FF3000); color: #FFF; } .next-tag-red-inverse { background-color: rgba(255, 48, 0, 0.25); border-color: #FF3000; border-color: var(--tag-color-preset-red, #FF3000); color: #FF3000; color: var(--tag-color-preset-red, #FF3000); } .next-tag-turquoise { background-color: #01C1B2; background-color: var(--tag-color-preset-turquoise, #01C1B2); border-color: #01C1B2; border-color: var(--tag-color-preset-turquoise, #01C1B2); color: #FFF; } .next-tag-turquoise-inverse { background-color: rgba(1, 193, 178, 0.25); border-color: #01C1B2; border-color: var(--tag-color-preset-turquoise, #01C1B2); color: #01C1B2; color: var(--tag-color-preset-turquoise, #01C1B2); } .next-tag-yellow { background-color: #FCCC12; background-color: var(--tag-color-preset-yellow, #FCCC12); border-color: #FCCC12; border-color: var(--tag-color-preset-yellow, #FCCC12); color: #FFF; } .next-tag-yellow-inverse { background-color: rgba(252, 204, 18, 0.25); border-color: #FCCC12; border-color: var(--tag-color-preset-yellow, #FCCC12); color: #FCCC12; color: var(--tag-color-preset-yellow, #FCCC12); } .next-tag-large { height: 40px; height: var(--tag-size-l-height, 40px); padding: 0; line-height: 38px; line-height: calc(var(--tag-size-l-height, 40px) - var(--tag-border-width, 1px)*2); font-size: 0; } .next-tag-large > .next-tag-body { font-size: 16px; font-size: var(--tag-size-l-text-size, 16px); padding: 0 16px; padding: 0 var(--tag-size-l-padding-lr, 16px); min-width: 48px; min-width: var(--tag-size-l-content-min-width, 48px); } .next-tag-large.next-tag-closable > .next-tag-body { padding: 0 0 0 16px; padding: 0 0 0 var(--tag-size-l-padding-lr, 16px); max-width: calc(100% - 40px); max-width: calc(100% - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-icon-font, 12px) - var(--tag-size-l-padding-lr, 16px)); } .next-tag-large[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 16px 0 0; padding: 0 var(--tag-size-l-padding-lr, 16px) 0 0; } .next-tag-large.next-tag-closable > .next-tag-close-btn { margin-left: 12px; margin-left: var(--tag-size-l-icon-font, 12px); padding-right: 16px; padding-right: var(--tag-size-l-padding-lr, 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; width: var(--tag-size-l-icon-font, 12px); font-size: 12px; font-size: var(--tag-size-l-icon-font, 12px); line-height: inherit; } .next-tag-large[dir=rtl] > .next-tag-close-btn { margin-right: 12px; margin-right: var(--tag-size-l-icon-font, 12px); margin-left: 0; padding-right: 0; padding-left: 16px; padding-left: var(--tag-size-l-padding-lr, 16px); } .next-tag-medium { height: 28px; height: var(--tag-size-m-height, 28px); padding: 0; line-height: 26px; line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2); font-size: 0; } .next-tag-medium > .next-tag-body { font-size: 14px; font-size: var(--tag-size-m-text-size, 14px); padding: 0 12px; padding: 0 var(--tag-size-m-padding-lr, 12px); min-width: 40px; min-width: var(--tag-size-m-content-min-width, 40px); } .next-tag-medium.next-tag-closable > .next-tag-body { padding: 0 0 0 12px; padding: 0 0 0 var(--tag-size-m-padding-lr, 12px); max-width: calc(100% - 28px); max-width: calc(100% - var(--tag-size-m-icon-font, 8px) - var(--tag-size-m-icon-font, 8px) - var(--tag-size-m-padding-lr, 12px)); } .next-tag-medium[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 12px 0 0; padding: 0 var(--tag-size-m-padding-lr, 12px) 0 0; } .next-tag-medium.next-tag-closable > .next-tag-close-btn { margin-left: 8px; margin-left: var(--tag-size-m-icon-font, 8px); padding-right: 12px; padding-right: var(--tag-size-m-padding-lr, 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; width: var(--tag-size-m-icon-font, 8px); font-size: 8px; font-size: var(--tag-size-m-icon-font, 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 { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-m-icon-font, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-m-icon-font, 8px)/2); } .next-tag-medium.next-tag-closable > .next-tag-close-btn .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-tag-medium[dir=rtl] > .next-tag-close-btn { margin-right: 8px; margin-right: var(--tag-size-m-icon-font, 8px); margin-left: 0; padding-right: 0; padding-left: 12px; padding-left: var(--tag-size-m-padding-lr, 12px); } .next-tag-small { height: 20px; height: var(--tag-size-s-height, 20px); padding: 0; line-height: 18px; line-height: calc(var(--tag-size-s-height, 20px) - var(--tag-border-width, 1px)*2); font-size: 0; } .next-tag-small > .next-tag-body { font-size: 12px; font-size: var(--tag-size-s-text-size, 12px); padding: 0 8px; padding: 0 var(--tag-size-s-padding-lr, 8px); min-width: 28px; min-width: var(--tag-size-s-content-min-width, 28px); } .next-tag-small.next-tag-closable > .next-tag-body { padding: 0 0 0 8px; padding: 0 0 0 var(--tag-size-s-padding-lr, 8px); max-width: calc(100% - 24px); max-width: calc(100% - var(--tag-size-s-icon-font, 8px) - var(--tag-size-s-icon-font, 8px) - var(--tag-size-s-padding-lr, 8px)); } .next-tag-small[dir=rtl].next-tag-closable > .next-tag-body { padding: 0 8px 0 0; padding: 0 var(--tag-size-s-padding-lr, 8px) 0 0; } .next-tag-small.next-tag-closable > .next-tag-close-btn { margin-left: 8px; margin-left: var(--tag-size-s-icon-font, 8px); padding-right: 8px; padding-right: var(--tag-size-s-padding-lr, 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; width: var(--tag-size-s-icon-font, 8px); font-size: 8px; font-size: var(--tag-size-s-icon-font, 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 { transform: scale(0.5); margin-left: -4px; margin-left: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-s-icon-font, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tag-size-s-icon-font, 8px)/2); } .next-tag-small.next-tag-closable > .next-tag-close-btn .next-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-tag-small[dir=rtl] > .next-tag-close-btn { margin-right: 8px; margin-right: var(--tag-size-s-icon-font, 8px); margin-left: 0; padding-right: 0; padding-left: 8px; padding-left: var(--tag-size-s-padding-lr, 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; border-radius: var(--tag-corner-radius, 3px); } .next-tag-checkable.checked:before { animation: fadeInRightForTag 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInRightForTag 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); } .next-tag-checkable.checked:after { animation: zoomIn 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: zoomIn 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); } .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):before { right: -10px; right: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2); bottom: -10px; bottom: calc(0px - var(--tag-size-s-tick-icon-bg-size, 20px)/2); width: 20px; width: var(--tag-size-s-tick-icon-bg-size, 20px); height: 20px; height: var(--tag-size-s-tick-icon-bg-size, 20px); } .next-tag-checkable.next-tag-small:not(.next-tag-level-primary):after { font-size: 8px; font-size: var(--tag-size-s-tick-icon-size, 8px); line-height: 8px; line-height: var(--tag-size-s-tick-icon-size, 8px); right: 0; bottom: 0; } .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):before { right: -14px; right: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2); bottom: -14px; bottom: calc(0px - var(--tag-size-m-tick-icon-bg-size, 28px)/2); width: 28px; width: var(--tag-size-m-tick-icon-bg-size, 28px); height: 28px; height: var(--tag-size-m-tick-icon-bg-size, 28px); } .next-tag-checkable.next-tag-medium:not(.next-tag-level-primary):after { font-size: 12px; font-size: var(--tag-size-m-tick-icon-size, 12px); line-height: 12px; line-height: var(--tag-size-m-tick-icon-size, 12px); right: 0; bottom: 0; } .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):before { right: -18px; right: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2); bottom: -18px; bottom: calc(0px - var(--tag-size-l-tick-icon-bg-size, 36px)/2); width: 36px; width: var(--tag-size-l-tick-icon-bg-size, 36px); height: 36px; height: var(--tag-size-l-tick-icon-bg-size, 36px); } .next-tag-checkable.next-tag-large:not(.next-tag-level-primary):after { font-size: 16px; font-size: var(--tag-size-l-tick-icon-size, 16px); line-height: 16px; line-height: var(--tag-size-l-tick-icon-size, 16px); right: 0; bottom: 0; } .next-tag-checkable.next-tag-level-secondary[disabled], .next-tag-checkable.next-tag-level-secondary.disabled { color: #CCCCCC; color: var(--tag-text-color-disabled, #CCCCCC); border-color: #E6E7EB; border-color: var(--tag-border-color-disabled, #E6E7EB); background-color: #F7F8FA; background-color: var(--tag-fill-bg-color-disabled, #F7F8FA); } .next-tag-zoom-enter, .next-tag-zoom-appear { animation: fadeInLeft 0.4s cubic-bezier(0.78, 0.14, 0.15, 0.86); animation: fadeInLeft 0.4s var(--ease-in-out-circ, cubic-bezier(0.78, 0.14, 0.15, 0.86)); animation-fill-mode: both; } .next-tag-zoom-leave { animation: zoomOut .3s ease-in; animation-fill-mode: both; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-time-picker-menu { float: left; text-align: center; } .next-time-picker-menu:not(:last-child) { border-right: 1px solid #C4C6CF; border-right: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); } .next-time-picker-menu-title { cursor: default; height: 28px; height: var(--time-picker-menu-title-height, 28px); line-height: 28px; line-height: var(--time-picker-menu-title-height, 28px); font-size: 12px; font-size: var(--time-picker-menu-title-font-size, 12px); font-weight: normal; font-weight: var(--time-pikcer-menu-title-font-weight, normal); color: #999999; color: var(--time-picker-menu-title-color, #999999); background: #FFFFFF; background: var(--time-picker-menu-title-background, #FFFFFF); } .next-time-picker-menu ul { position: relative; overflow-y: auto; list-style: none; margin: 0; padding: 0; font-size: 12px; font-size: var(--time-picker-menu-item-font-size, 12px); height: 196px; height: calc(var(--time-picker-menu-item-height, 28px)*7); } .next-time-picker-menu-item { cursor: pointer; height: 28px; height: var(--time-picker-menu-item-height, 28px); line-height: 28px; line-height: var(--time-picker-menu-item-height, 28px); transition: background 100ms linear; transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #666666; color: var(--time-picker-menu-item-color, #666666); background: #FFFFFF; background: var(--time-picker-menu-item-background, #FFFFFF); outline: none; } .next-time-picker-menu-item:hover { color: #333333; color: var(--time-picker-menu-item-color-hover, #333333); background: #F2F3F7; background: var(--time-picker-menu-item-background-hover, #F2F3F7); } .next-time-picker-menu-item.next-selected { font-weight: bold; font-weight: var(--time-picker-menu-item-font-weight-selected, bold); color: #666666; color: var(--time-picker-menu-item-color-selected, #666666); background: #F2F3F7; background: var(--time-picker-menu-item-background-selected, #F2F3F7); } .next-time-picker-menu-item.next-disabled { cursor: not-allowed; color: #CCCCCC; color: var(--time-picker-menu-item-color-disabled, #CCCCCC); background: #FFFFFF; background: var(--time-picker-menu-item-background-disabled, #FFFFFF); } .next-time-picker-panel { box-sizing: border-box; } .next-time-picker-panel *, .next-time-picker-panel *:before, .next-time-picker-panel *:after { 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; border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--time-picker-panel-border-color, #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; border-left: var(--time-picker-menu-border-width, 1px) var(--line-solid, solid) var(--time-picker-menu-border-color, #C4C6CF); } .next-time-picker { box-sizing: border-box; display: inline-block; width: 200px; width: var(--s-50, 200px); } .next-time-picker *, .next-time-picker *:before, .next-time-picker *:after { box-sizing: border-box; } .next-time-picker-trigger .next-input { width: 100%; } .next-time-picker-body { overflow: hidden; width: 200px; width: var(--time-picker-panel-width, 200px); border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--time-picker-panel-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--time-picker-panel-corner, 3px); background: #FFFFFF; background: var(--time-picker-panel-background, #FFFFFF); box-shadow: none; box-shadow: var(--time-picker-panel-shadow, none); } .next-time-picker-symbol-clock-icon::before { content: "\E621"; content: var(--time-picker-clock-icon, "\E621"); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-timeline *, .next-timeline *:before, .next-timeline *:after { box-sizing: border-box; } .next-timeline, .next-timeline:before, .next-timeline:after { box-sizing: border-box; } .next-timeline ul { margin: 0; padding: 0; list-style: none; } .next-timeline p { margin: 0; } .next-timeline-hide { display: none; } .next-timeline[dir='rtl'] .next-timeline-item { /* 时间轴左边存在内容的情况 */ } .next-timeline[dir='rtl'] .next-timeline-item-folder { padding-left: 0; padding-right: 28px; padding-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline[dir='rtl'] .next-timeline-item-dot-tail { left: auto; right: 8px; right: calc(var(--timeline-item-node-size, 16px)/2); border-left: none; border-right: 1px dotted #DCDEE3; border-right: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); } .next-timeline[dir='rtl'] .next-timeline-item-has-left-content.next-timeline-item-folder { margin-left: 0; margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); } .next-timeline[dir='rtl'] .next-timeline-item-done { position: relative; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline { position: absolute; left: auto; right: 0; top: 0; height: 100%; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: right; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-right: -12px; margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); margin-left: 0; line-height: 1; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-done-dot-size, 8px); height: 8px; height: var(--timeline-item-done-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: auto; right: 8px; right: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content { display: inline-block; margin-right: 28px; margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: left; padding-left: 12px; padding-left: var(--timeline-item-content-margin-left, 12px); padding-right: 0; } .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 108px; margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-dot { background: #C4C6CF; background: var(--timeline-item-done-background, #C4C6CF); } .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-icon { background: #C4C6CF; background: var(--timeline-item-done-background, #C4C6CF); color: #FFFFFF; color: var(--timeline-item-done-color, #FFFFFF); } .next-timeline[dir='rtl'] .next-timeline-item-process { position: relative; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline { position: absolute; left: auto; right: 0; top: 0; height: 100%; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: right; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-right: -12px; margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); margin-left: 0; line-height: 1; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-process-dot-size, 8px); height: 8px; height: var(--timeline-item-process-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: auto; right: 8px; right: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content { display: inline-block; margin-right: 28px; margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: left; padding-left: 12px; padding-left: var(--timeline-item-content-margin-left, 12px); padding-right: 0; } .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 108px; margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-dot { background: #5584FF; background: var(--timeline-item-process-background, #5584FF); } .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-icon { background: #5584FF; background: var(--timeline-item-process-background, #5584FF); color: #FFFFFF; color: var(--timeline-item-process-color, #FFFFFF); } .next-timeline[dir='rtl'] .next-timeline-item-success { position: relative; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline { position: absolute; left: auto; right: 0; top: 0; height: 100%; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: right; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-right: -12px; margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); margin-left: 0; line-height: 1; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-success-dot-size, 8px); height: 8px; height: var(--timeline-item-success-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: auto; right: 8px; right: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content { display: inline-block; margin-right: 28px; margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: left; padding-left: 12px; padding-left: var(--timeline-item-content-margin-left, 12px); padding-right: 0; } .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 108px; margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-dot { background: #46BC15; background: var(--timeline-item-success-background, #46BC15); } .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-icon { background: #46BC15; background: var(--timeline-item-success-background, #46BC15); color: #FFFFFF; color: var(--timeline-item-success-color, #FFFFFF); } .next-timeline[dir='rtl'] .next-timeline-item-error { position: relative; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline { position: absolute; left: auto; right: 0; top: 0; height: 100%; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: right; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-right: -12px; margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); margin-left: 0; line-height: 1; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-error-dot-size, 8px); height: 8px; height: var(--timeline-item-error-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: auto; right: 8px; right: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content { display: inline-block; margin-right: 28px; margin-right: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: right; } .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: left; padding-left: 12px; padding-left: var(--timeline-item-content-margin-left, 12px); padding-right: 0; } .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-right: 80px; margin-right: var(--timeline-item-left-content-width, 80px); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content { margin-right: 108px; margin-right: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); margin-left: 0; } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-dot { background: #FF3000; background: var(--timeline-item-error-background, #FF3000); } .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-icon { background: #FF3000; background: var(--timeline-item-error-background, #FF3000); color: #FFFFFF; color: var(--timeline-item-error-color, #FFFFFF); } .next-timeline { margin: 0; padding: 0; list-style: none; } .next-timeline > li { outline: 0; } .next-timeline-item { /* 时间轴左边存在内容的情况 */ } .next-timeline-item-folder { padding-left: 28px; padding-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); padding-top: 4px; padding-top: var(--timeline-item-folder-margin-top, 4px); padding-bottom: 4px; padding-bottom: var(--timeline-item-folder-margin-bottom, 4px); font-size: 12px; font-size: var(--timeline-item-folder-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-folder-font-size, 12px) + 4px); position: relative; /* min-height: auto !important; */ } .next-timeline-item-dot-tail { position: absolute; top: 0; left: 8px; left: calc(var(--timeline-item-node-size, 16px)/2); height: 100%; border-top: 0; border-bottom: 0; border-right: 0; border-left: 1px dotted #DCDEE3; border-left: var(--timeline-item-tail-size, 1px) dotted var(--timeline-item-tail-color, #DCDEE3); } .next-timeline-item-dot-tail-solid { border-style: solid; } .next-timeline-item-has-left-content.next-timeline-item-folder { margin-left: 80px; margin-left: var(--timeline-item-left-content-width, 80px); } .next-timeline-item-done { position: relative; } .next-timeline-item-done .next-timeline-item-timeline { position: absolute; left: 0; top: 0; height: 100%; } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: left; } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-left: -12px; margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); line-height: 1; } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-done-dot-size, 8px); height: 8px; height: var(--timeline-item-done-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-done-dot-size, 8px)/2); } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: 8px; left: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline-item-done .next-timeline-item-content { display: inline-block; margin-left: 28px; margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: left; } .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: left; } .next-timeline-item-done .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: left; } .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: right; padding-right: 12px; padding-right: var(--timeline-item-content-margin-left, 12px); } .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-left: 80px; margin-left: var(--timeline-item-left-content-width, 80px); } .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 108px; margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-done .next-timeline-item-dot { background: #C4C6CF; background: var(--timeline-item-done-background, #C4C6CF); } .next-timeline-item-done .next-timeline-item-icon { background: #C4C6CF; background: var(--timeline-item-done-background, #C4C6CF); color: #FFFFFF; color: var(--timeline-item-done-color, #FFFFFF); } .next-timeline-item-process { position: relative; } .next-timeline-item-process .next-timeline-item-timeline { position: absolute; left: 0; top: 0; height: 100%; } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: left; } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-left: -12px; margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); line-height: 1; } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-process-dot-size, 8px); height: 8px; height: var(--timeline-item-process-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-process-dot-size, 8px)/2); } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: 8px; left: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline-item-process .next-timeline-item-content { display: inline-block; margin-left: 28px; margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: left; } .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: left; } .next-timeline-item-process .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: left; } .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: right; padding-right: 12px; padding-right: var(--timeline-item-content-margin-left, 12px); } .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-left: 80px; margin-left: var(--timeline-item-left-content-width, 80px); } .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 108px; margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-process .next-timeline-item-dot { background: #5584FF; background: var(--timeline-item-process-background, #5584FF); } .next-timeline-item-process .next-timeline-item-icon { background: #5584FF; background: var(--timeline-item-process-background, #5584FF); color: #FFFFFF; color: var(--timeline-item-process-color, #FFFFFF); } .next-timeline-item-success { position: relative; } .next-timeline-item-success .next-timeline-item-timeline { position: absolute; left: 0; top: 0; height: 100%; } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: left; } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-left: -12px; margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); line-height: 1; } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-success-dot-size, 8px); height: 8px; height: var(--timeline-item-success-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-success-dot-size, 8px)/2); } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: 8px; left: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline-item-success .next-timeline-item-content { display: inline-block; margin-left: 28px; margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: left; } .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: left; } .next-timeline-item-success .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: left; } .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: right; padding-right: 12px; padding-right: var(--timeline-item-content-margin-left, 12px); } .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-left: 80px; margin-left: var(--timeline-item-left-content-width, 80px); } .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 108px; margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-success .next-timeline-item-dot { background: #46BC15; background: var(--timeline-item-success-background, #46BC15); } .next-timeline-item-success .next-timeline-item-icon { background: #46BC15; background: var(--timeline-item-success-background, #46BC15); color: #FFFFFF; color: var(--timeline-item-success-color, #FFFFFF); } .next-timeline-item-error { position: relative; } .next-timeline-item-error .next-timeline-item-timeline { position: absolute; left: 0; top: 0; height: 100%; } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node { position: relative; width: 16px; width: var(--timeline-item-node-size, 16px); height: 24px; height: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); padding: 4px 0; padding: var(--timeline-item-node-padding, 4px) 0; text-align: center; float: left; } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom { width: 40px; width: var(--timeline-item-custom-node-size, 40px); height: auto; font-size: 12px; font-size: var(--timeline-item-custom-node-font-size, 12px); word-break: break-all; margin-left: -12px; margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2); line-height: 1; } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-dot { display: block; position: absolute; width: 8px; width: var(--timeline-item-error-dot-size, 8px); height: 8px; height: var(--timeline-item-error-dot-size, 8px); border-radius: 100%; top: 50%; margin-top: -4px; margin-top: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); left: 50%; margin-left: -4px; margin-left: calc(0px - var(--timeline-item-error-dot-size, 8px)/2); } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon { display: block; position: absolute; width: 16px; width: calc(var(--timeline-item-icon-size, 12px) + 4px); height: 16px; height: calc(var(--timeline-item-icon-size, 12px) + 4px); line-height: 16px; line-height: calc(var(--timeline-item-icon-size, 12px) + 4px); border-radius: 100%; top: 50%; left: 50%; margin-top: -8px; margin-top: calc(-2px - var(--timeline-item-icon-size, 12px)/2); margin-left: -8px; margin-left: calc(-2px - var(--timeline-item-icon-size, 12px)/2); } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon:before, .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-icon .next-icon .next-icon-remote { width: 12px; width: var(--timeline-item-icon-size, 12px); font-size: 12px; font-size: var(--timeline-item-icon-size, 12px); line-height: inherit; } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail { position: absolute; width: auto; height: calc(100% - 24px); height: calc(100% - var(--timeline-item-node-size, 16px) - var(--timeline-item-node-padding, 4px)*2); top: 24px; top: calc(var(--timeline-item-node-size, 16px) + var(--timeline-item-node-padding, 4px)*2); left: 8px; left: calc(var(--timeline-item-node-size, 16px)/2); } .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-tail i { display: inline-block; vertical-align: top; height: 100%; width: 1px; width: var(--timeline-item-tail-size, 1px); position: relative; background: #DCDEE3; background: var(--timeline-item-tail-color, #DCDEE3); -webkit-transition: all 100ms linear; -webkit-transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-timeline-item-error .next-timeline-item-content { display: inline-block; margin-left: 28px; margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title { margin: 0; font-size: 12px; font-size: var(--timeline-item-title-font-size, 12px); font-weight: bold; font-weight: var(--timeline-item-title-font-weight, bold); line-height: 16px; line-height: calc(var(--timeline-item-title-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333333; color: var(--timeline-item-title-color, #333333); text-align: left; } .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body { margin: 0; margin-top: 8px; margin-top: var(--timeline-item-body-margin-top, 8px); font-size: 12px; font-size: var(--timeline-item-body-font-size, 12px); line-height: 16px; line-height: calc(var(--timeline-item-body-font-size, 12px) + 4px); color: #666666; color: var(--timeline-item-body-color, #666666); text-align: left; } .next-timeline-item-error .next-timeline-item-content .next-timeline-item-time { margin: 0; margin-top: 4px; margin-top: var(--timeline-item-time-margin-top, 4px); margin-bottom: 12px; margin-bottom: var(--timeline-item-time-margin-bottom, 12px); font-size: 12px; font-size: var(--timeline-item-time-font-size, 12px); color: #999999; color: var(--timeline-item-time-color, #999999); text-align: left; } .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content { position: absolute; width: 80px; width: var(--timeline-item-left-content-width, 80px); display: inline-block; font-size: 12px; font-size: var(--timeline-item-left-body-font-size, 12px); color: #999999; color: var(--timeline-item-left-body-color, #999999); line-height: 16px; line-height: calc(var(--timeline-item-left-body-font-size, 12px) + 4px); margin-top: 4px; margin-top: var(--timeline-item-title-margin-top, 4px); text-align: right; padding-right: 12px; padding-right: var(--timeline-item-content-margin-left, 12px); } .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content p { word-break: break-word; } .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-timeline { margin-left: 80px; margin-left: var(--timeline-item-left-content-width, 80px); } .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-content { margin-left: 108px; margin-left: calc(var(--timeline-item-left-content-width, 80px) + var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); } .next-timeline-item-error .next-timeline-item-dot { background: #FF3000; background: var(--timeline-item-error-background, #FF3000); } .next-timeline-item-error .next-timeline-item-icon { background: #FF3000; background: var(--timeline-item-error-background, #FF3000); color: #FFFFFF; color: var(--timeline-item-error-color, #FFFFFF); } .next-timeline-item-last .next-timeline-item-tail { display: none; } .next-timeline-item-has-left-content { min-height: 48px; min-height: var(--s-12, 48px); } .next-timeline-item-folder.next-timeline-item-has-left-content { min-height: auto; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-transfer { box-sizing: border-box; display: inline-block; } .next-transfer *, .next-transfer *:before, .next-transfer *:after { box-sizing: border-box; } .next-transfer-panel { display: inline-block; border: 1px solid #DCDEE3; border: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--transfer-panel-border-corner, 3px); background-color: #FFFFFF; background-color: var(--transfer-panel-background-color, #FFFFFF); vertical-align: middle; } .next-transfer-panel-header { padding: 8px 20px; padding: var(--transfer-panel-header-padding-top-bottom, 8px) var(--transfer-panel-header-padding-left-right, 20px); border-bottom: 1px solid #DCDEE3; border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3); background-color: #F7F8FA; background-color: var(--transfer-panel-header-background-color, #F7F8FA); color: #333333; color: var(--transfer-panel-header-text-color, #333333); font-size: 12px; font-size: var(--transfer-panel-header-text-size, 12px); } .next-transfer-panel-search { padding: 0 4px; padding: 0 var(--transfer-panel-search-margin-left-right, 4px); margin-top: 8px; margin-top: var(--transfer-panel-search-margin-top, 8px); margin-bottom: 0px; margin-bottom: var(--transfer-panel-search-margin-bottom, 0px); width: 100%; } .next-transfer .next-transfer-panel-list { width: 180px; width: var(--transfer-panel-list-width, 180px); /* TODO */ height: 160px; height: var(--transfer-panel-list-height, 160px); padding: 0; border: none; box-shadow: none; border-radius: 0; overflow-y: auto; } .next-transfer-panel-not-found-container { display: table; width: 100%; height: 100%; } .next-transfer-panel-not-found { display: table-cell; vertical-align: middle; text-align: center; color: #999999; color: var(--color-text1-2, #999999); font-size: 14px; font-size: var(--font-size-body-2, 14px); } .next-transfer-panel-item.next-focused { transition: background-color 100ms linear; transition: background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-transfer-panel-item:not(.next-disabled).next-simple:hover { color: #5584FF; color: var(--transfer-simple-panel-item-hover-text-color, #5584FF); } .next-transfer-panel-item.next-insert-before:before { position: absolute; top: 0; left: 0; content: ''; width: 100%; border-top: 1px solid #5584FF; border-top: var(--line-1, 1px) solid var(--color-brand1-6, #5584FF); } .next-transfer-panel-item.next-insert-after:after { position: absolute; left: 0; bottom: 0; content: ''; width: 100%; border-bottom: 1px solid #5584FF; border-bottom: var(--line-1, 1px) solid var(--color-brand1-6, #5584FF); } .next-transfer-panel-footer { position: relative; padding: 8px 20px; padding: var(--transfer-panel-footer-padding-top-bottom, 8px) var(--transfer-panel-footer-padding-left-right, 20px); border-top: 1px solid #DCDEE3; border-top: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #DCDEE3); background-color: #FFFFFF; background-color: var(--transfer-panel-footer-background-color, #FFFFFF); font-size: 0; box-shadow: none; box-shadow: var(--transfer-panel-footer-shadow, none); } .next-transfer-panel-count { /* TODO */ margin-left: 4px; margin-left: var(--s-1, 4px); font-size: 12px; font-size: var(--font-size-body-1, 12px); vertical-align: middle; color: #333333; color: var(--transfer-panel-footer-text-color, #333333); } .next-transfer-panel-move-all { font-size: 12px; font-size: var(--font-size-body-1, 12px); color: #5584FF; color: var(--transfer-simple-panel-footer-text-color, #5584FF); cursor: pointer; } .next-transfer-panel-move-all.next-disabled { color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); cursor: not-allowed; } .next-transfer-operations { display: inline-block; vertical-align: middle; margin: 0 20px; margin: 0 var(--transfer-operation-margin-left-right, 20px); } .next-transfer-move.next-icon { color: #C4C6CF; color: var(--transfer-simple-move-icon-color, #C4C6CF); } .next-transfer-move.next-icon::before { content: "\E6B3"; content: var(--transfer-simple-move-icon, "\E6B3"); } .next-transfer-operation.next-btn { display: block; } .next-transfer-operation.next-btn + .next-transfer-operation.next-btn { margin-top: 8px; margin-top: var(--transfer-operation-margin-gutter, 8px); } .next-transfer-operation.next-btn .next-icon:before, .next-transfer-operation.next-btn .next-icon .next-icon-remote { width: 12px; width: var(--transfer-operation-icon-size, 12px); font-size: 12px; font-size: var(--transfer-operation-icon-size, 12px); line-height: inherit; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-tree { box-sizing: border-box; } .next-tree *, .next-tree *:before, .next-tree *:after { box-sizing: border-box; } .next-tree, .next-tree-child-tree { margin: 0; padding: 0; list-style: none; } .next-tree-node { white-space: nowrap; } .next-tree-node-inner { font-size: 0; outline: none; } .next-tree-node-label-wrapper { display: inline-block; margin: 0 4px; margin: 0 var(--tree-node-title-margin, 4px); vertical-align: middle; } .next-tree-node-label { height: 20px; height: var(--tree-node-title-height, 20px); line-height: 20px; line-height: var(--tree-node-title-height, 20px); padding: 0 4px; padding: 0 var(--tree-node-title-padding, 4px); border-radius: 3px; border-radius: var(--tree-node-title-border-radius, 3px); font-size: 12px; font-size: var(--tree-node-title-font-size, 12px); } .next-tree-node-label .next-icon { font-size: 14px; font-size: calc(var(--tree-node-title-font-size, 12px) + 2px); } .next-tree-node-label .next-icon::before { font-size: 12px; font-size: var(--tree-node-title-font-size, 12px); width: 12px; width: var(--tree-node-title-font-size, 12px); margin-right: .5em; } .next-tree-node-input.next-input { margin: 0 4px; margin: 0 var(--tree-node-title-margin, 4px); } .next-tree-node-indent-unit { display: inline-block; width: 24px; width: var(--tree-child-indent, 24px); vertical-align: middle; position: relative; } .next-tree-node-indent-unit.next-line::before { content: ''; position: absolute; display: inline-block; border-left: 1px solid #C4C6CF; border-left: var(--tree-line, 1px solid #C4C6CF); height: 28px; height: calc(var(--tree-node-padding, 4px) + var(--line-2, 2px)*2 + var(--tree-node-title-height, 20px)); left: 7.5px; left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-line-width, 1px)/2); } .next-tree-switcher { position: relative; display: inline-block; vertical-align: middle; margin-right: 8px; margin-right: var(--tree-switch-margint-right, 8px); } .next-tree .next-tree-unfold-icon::before { content: ""; content: var(--tree-unfold-icon-content, ""); } .next-tree-switcher.next-noline { width: 12px; width: var(--tree-switch-arrow-size, 12px); height: 12px; height: var(--tree-switch-arrow-size, 12px); line-height: 12px; line-height: var(--tree-switch-arrow-size, 12px); cursor: pointer; } .next-tree-switcher.next-noline .next-tree-switcher-icon { transition: transform 100ms linear; transition: transform var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #999999; color: var(--tree-switch-arrow-color, #999999); } .next-tree-switcher.next-noline .next-tree-switcher-icon:before, .next-tree-switcher.next-noline .next-tree-switcher-icon .next-icon-remote { width: 12px; width: var(--tree-switch-arrow-size, 12px); font-size: 12px; font-size: var(--tree-switch-arrow-size, 12px); line-height: inherit; } .next-tree-switcher.next-noline .next-tree-fold-icon::before { content: "\E63D"; content: var(--tree-fold-icon-content, "\E63D"); } .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon { transform: rotate(-90deg); } .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon:before, .next-tree-switcher.next-noline.next-close .next-tree-switcher-icon .next-icon-remote { width: 12px; width: var(--tree-switch-arrow-size, 12px); font-size: 12px; font-size: var(--tree-switch-arrow-size, 12px); line-height: inherit; } .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon { color: #333333; color: var(--tree-switch-hover-arrow-color, #333333); } .next-tree-switcher.next-noline.next-disabled { cursor: not-allowed; } .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon { color: #CCCCCC; color: var(--tree-node-disabled-color, #CCCCCC); } .next-tree-switcher.next-noop-noline { width: 12px; width: var(--tree-switch-arrow-size, 12px); height: 12px; height: var(--tree-switch-arrow-size, 12px); } .next-tree-switcher.next-line { width: 16px; width: var(--tree-switch-size, 16px); height: 16px; height: var(--tree-switch-size, 16px); line-height: 14px; line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2); border: 1px solid #C4C6CF; border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-switch-border-color, #C4C6CF); border-radius: 3px; border-radius: var(--tree-switch-corner, 3px); background-color: #FFFFFF; background-color: var(--tree-switch-bg-color, #FFFFFF); cursor: pointer; } .next-tree-switcher.next-line .next-tree-switcher-icon { margin-left: 3px; margin-left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-switch-icon-size, 8px)/2 - var(--tree-switch-border-width, 1px)*2/2); color: #666666; color: var(--tree-switch-icon-color, #666666); } .next-tree-switcher.next-line .next-tree-switcher-icon:before, .next-tree-switcher.next-line .next-tree-switcher-icon .next-icon-remote { width: 8px; width: var(--tree-switch-icon-size, 8px); font-size: 8px; font-size: var(--tree-switch-icon-size, 8px); line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-tree-switcher.next-line .next-tree-switcher-icon { transform: scale(0.5); margin-left: -1px; margin-left: calc(var(--tree-switch-size, 16px)/2 - var(--tree-switch-icon-size, 8px)/2 - var(--tree-switch-border-width, 1px)*2/2 - var(--icon-s, 16px)/2 + var(--tree-switch-icon-size, 8px)/2); margin-right: -4px; margin-right: calc(0px - var(--icon-s, 16px)/2 + var(--tree-switch-icon-size, 8px)/2); } .next-tree-switcher.next-line .next-tree-switcher-icon:before { width: 16px; width: var(--icon-s, 16px); font-size: 16px; font-size: var(--icon-s, 16px); } } .next-tree-switcher.next-line:not(.next-disabled):hover { border-color: #A0A2AD; border-color: var(--tree-switch-hover-border-color, #A0A2AD); background-color: #F2F3F7; background-color: var(--tree-switch-hover-bg-color, #F2F3F7); } .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon { color: #333333; color: var(--tree-switch-hover-icon-color, #333333); } .next-tree-switcher.next-line.next-disabled { border-color: #E6E7EB; border-color: var(--color-line1-1, #E6E7EB); background-color: #FFFFFF; cursor: not-allowed; } .next-tree-switcher.next-line.next-disabled .next-tree-switcher-icon { color: #CCCCCC; color: var(--tree-node-disabled-color, #CCCCCC); } .next-tree-switcher.next-noop-line { width: 16px; width: var(--tree-switch-size, 16px); height: 16px; height: var(--tree-switch-size, 16px); } .next-tree-switcher.next-noop-line-noroot { height: 0; border-left: 1px solid #C4C6CF; border-left: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #C4C6CF); border-bottom: 1px solid #C4C6CF; border-bottom: var(--tree-line, 1px solid #C4C6CF); } .next-tree-switcher.next-noop-line-noroot .next-tree-right-angle { bottom: -1px; bottom: calc(0px - var(--tree-line-width, 1px)); } .next-tree-switcher.next-loading.next-loading-noline { width: 12px; width: var(--tree-switch-arrow-size, 12px); height: 12px; height: var(--tree-switch-arrow-size, 12px); line-height: 12px; line-height: var(--tree-switch-arrow-size, 12px); } .next-tree-switcher.next-loading.next-loading-line { width: 16px; width: var(--tree-switch-size, 16px); height: 16px; height: var(--tree-switch-size, 16px); line-height: 14px; line-height: calc(var(--tree-switch-size, 16px) - var(--tree-switch-border-width, 1px)*2); border: 1px solid transparent; border: var(--tree-switch-border-width, 1px) var(--line-solid, solid) transparent; } .next-tree-switcher.next-loading .next-tree-switcher-icon { color: #5584FF; color: var(--color-brand1-6, #5584FF); } .next-tree-switcher.next-loading .next-tree-switcher-icon:before, .next-tree-switcher.next-loading .next-tree-switcher-icon .next-icon-remote { width: 12px; width: var(--tree-switch-arrow-size, 12px); font-size: 12px; font-size: var(--tree-switch-arrow-size, 12px); line-height: inherit; } .next-tree-right-angle { position: absolute; bottom: 6.5px; bottom: calc(var(--tree-switch-size, 16px)/2 - var(--tree-switch-border-width, 1px)*2/2 - var(--tree-line-width, 1px)/2); left: -17.5px; left: var(--tree-child-right-angle-left, -17.5px); display: block; width: 16.5px; width: var(--tree-child-right-angle-width, 16.5px); height: 22px; height: calc(var(--tree-node-title-height, 20px) + var(--tree-node-padding, 4px) - var(--tree-line-width, 1px)*2); border-left: 1px solid #C4C6CF; border-left: var(--tree-line, 1px solid #C4C6CF); border-bottom: 1px solid #C4C6CF; border-bottom: var(--tree-line, 1px solid #C4C6CF); } .next-tree.next-label-block .next-tree-node-inner { display: flex; align-items: center; outline: none; } .next-tree.next-label-block .next-tree-node-label-wrapper { flex: 1 1 auto; } .next-tree.next-node-indent .next-tree-node .next-tree-node { margin-left: 24px; margin-left: var(--tree-child-indent, 24px); } .next-tree.next-node-indent .next-tree-node-inner { padding-top: 2px; padding-top: calc(var(--tree-node-padding, 4px)/2); padding-bottom: 2px; padding-bottom: calc(var(--tree-node-padding, 4px)/2); } .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label { color: #333333; color: var(--tree-node-hover-color, #333333); background-color: #F2F3F7; background-color: var(--tree-node-hover-bg-color, #F2F3F7); } .next-tree.next-node-indent .next-tree-node-label-wrapper { border-top: 2px solid transparent; border-top: var(--line-2, 2px) solid transparent; border-bottom: 2px solid transparent; border-bottom: var(--line-2, 2px) solid transparent; } .next-tree.next-node-indent .next-tree-node-label { transition: color 100ms linear, background-color 100ms linear; transition: color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); cursor: default; color: #333333; color: var(--tree-node-normal-color, #333333); background-color: #FFFFFF; background-color: var(--tree-node-normal-background, #FFFFFF); } .next-tree.next-node-indent .next-tree-node-label-selectable { cursor: pointer; } .next-tree.next-node-indent .next-tree-node-label:hover { color: #333333; color: var(--tree-node-hover-color, #333333); background-color: #F2F3F7; background-color: var(--tree-node-hover-bg-color, #F2F3F7); } .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label { color: #333333; color: var(--tree-node-selected-color, #333333); background-color: #DEE8FF; background-color: var(--tree-node-selected-background, #DEE8FF); } .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label, .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover { color: #CCCCCC; color: var(--tree-node-disabled-color, #CCCCCC); background-color: #FFFFFF; background-color: var(--tree-node-disabled-background, #FFFFFF); cursor: not-allowed; } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over .next-tree-node-label { background-color: #5584FF; background-color: var(--color-brand1-6, #5584FF); color: #FFFFFF; opacity: .8; } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-top .next-tree-node-label-wrapper { border-top-color: #5584FF; border-top-color: var(--color-brand1-6, #5584FF); } .next-tree.next-node-indent .next-tree-node-inner.next-drag-over-gap-bottom .next-tree-node-label-wrapper { border-bottom-color: #5584FF; border-bottom-color: var(--color-brand1-6, #5584FF); } .next-tree.next-node-block .next-tree-node-inner { padding-top: 4px; padding-top: var(--tree-node-padding, 4px); padding-bottom: 4px; padding-bottom: var(--tree-node-padding, 4px); transition: color 100ms linear, background-color 100ms linear; transition: color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear), background-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); cursor: pointer; color: #333333; color: var(--tree-node-normal-color, #333333); background-color: #FFFFFF; background-color: var(--tree-node-normal-background, #FFFFFF); } .next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus { color: #333333; color: var(--tree-node-hover-color, #333333); background-color: #F2F3F7; background-color: var(--tree-node-hover-bg-color, #F2F3F7); } .next-tree.next-node-block .next-tree-node-inner.next-selected { color: #333333; color: var(--tree-node-selected-color, #333333); background-color: #DEE8FF; background-color: var(--tree-node-selected-background, #DEE8FF); } .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover { color: #CCCCCC; color: var(--tree-node-disabled-color, #CCCCCC); background-color: #FFFFFF; background-color: var(--tree-node-disabled-background, #FFFFFF); cursor: not-allowed; } .next-tree.next-show-line .next-tree-node .next-tree-node:not(:last-child) { margin-left: 7.5px; margin-left: var(--tree-child-indent-left, 7.5px); border-left: 1px solid #C4C6CF; border-left: var(--tree-line, 1px solid #C4C6CF); padding-left: 15.5px; padding-left: var(--tree-child-indent-right, 15.5px); } .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label { color: #5584FF; color: var(--color-brand1-6, #5584FF); } .next-tree-node.next-filtered > .next-tree-node-inner .next-tree-node-label:hover { color: #5584FF; color: var(--color-brand1-6, #5584FF); } .next-tree[dir='rtl'] .next-tree-switcher { margin-left: 8px; margin-left: var(--tree-switch-margint-right, 8px); margin-right: 0; } .next-tree[dir='rtl'] .next-tree-switcher.next-noop-line-noroot { border-left: none; border-right: 1px solid #C4C6CF; border-right: var(--tree-switch-border-width, 1px) var(--line-solid, solid) var(--tree-line-color, #C4C6CF); } .next-tree[dir='rtl'] .next-tree-right-angle { left: auto; right: -17.5px; right: var(--tree-child-right-angle-left, -17.5px); border-left: none; border-right: 1px solid #C4C6CF; border-right: var(--tree-line, 1px solid #C4C6CF); } .next-tree[dir='rtl'].next-show-line .next-tree-node .next-tree-node:not(:last-child) { margin-left: 0; margin-right: 7.5px; margin-right: var(--tree-child-indent-left, 7.5px); border-left: none; border-right: 1px solid #C4C6CF; border-right: var(--tree-line, 1px solid #C4C6CF); padding-left: 0; padding-right: 15.5px; padding-right: var(--tree-child-indent-right, 15.5px); } .next-tree[dir='rtl'].next-node-indent .next-tree-node .next-tree-node { margin-left: 0; margin-right: 24px; margin-right: var(--tree-child-indent, 24px); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-tree-select { box-sizing: border-box; } .next-tree-select *, .next-tree-select *:before, .next-tree-select *:after { box-sizing: border-box; } .next-tree-select-dropdown { background: #FFFFFF; background: var(--tree-select-background, #FFFFFF); border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); box-shadow: none; box-shadow: var(--popup-local-shadow, none); max-height: 260px; overflow: auto; } .next-tree-select-dropdown > .next-tree, .next-tree-select-dropdown > .next-tree-select-not-found, .next-tree-select-dropdown > .next-virtual-tree-container { padding: 8px 20px; padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); } .next-tree-select-not-found { font-size: 12px; font-size: var(--font-size-body-1, 12px); color: #999999; color: var(--color-text1-2, #999999); } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-upload-list[dir=rtl].next-upload-list-text .next-upload-list-item { padding: 4px 8px; padding: var(--s-1, 4px) var(--upload-text-list-padding-left-right, 8px); padding-left: 36px; padding-left: calc(var(--upload-text-list-close-icon-right, 12px)*2 + var(--upload-text-list-close-icon-size, 12px)); } .next-upload-list[dir=rtl].next-upload-list-text .next-icon { left: 12px; left: var(--upload-text-list-close-icon-right, 12px); right: auto; } .next-upload-list[dir=rtl].next-upload-list-image .next-icon-close { float: left; margin-left: 4px; margin-left: var(--upload-image-list-close-icon-right, 4px); margin-right: 0; } .next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-thumbnail { float: right; margin-left: 8px; margin-left: var(--s-2, 8px); margin-right: 0; } .next-upload-list[dir=rtl].next-upload-list-image .next-upload-list-item-progress { margin-right: 56px; margin-right: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px)); margin-left: 20px; margin-left: calc(var(--upload-image-list-close-icon-size, 12px) + var(--upload-image-list-close-icon-right, 4px)*2); } .next-upload { box-sizing: border-box; } .next-upload *, .next-upload *:before, .next-upload *:after { box-sizing: border-box; } .next-upload-inner { outline: 0; display: inline-block; } .next-upload-inner.next-hidden { display: none; } .next-upload-list { overflow: hidden; box-sizing: border-box; } .next-upload-list *, .next-upload-list *:before, .next-upload-list *:after { box-sizing: border-box; } .next-upload-list-item { position: relative; } .next-upload-list-item.next-hidden { display: none; } .next-upload-list-item-name { text-decoration: none; } .next-upload.next-disabled { border-color: #E6E7EB !important; border-color: var(--upload-disable-border-color, #E6E7EB) !important; color: #CCCCCC !important; color: var(--upload-disable-text-color, #CCCCCC) !important; } .next-upload.next-disabled .next-icon-close { cursor: not-allowed !important; } .next-upload.next-disabled .next-upload-inner * { color: #CCCCCC !important; color: var(--upload-disable-text-color, #CCCCCC) !important; border-color: #E6E7EB !important; border-color: var(--upload-disable-border-color, #E6E7EB) !important; cursor: not-allowed !important; } .next-upload-list-text .next-upload-list-item { background-color: #F2F3F7; background-color: var(--upload-text-list-bg-color, #F2F3F7); padding: 4px 8px; padding: var(--s-1, 4px) var(--upload-text-list-padding-left-right, 8px); padding-right: 36px; padding-right: calc(var(--upload-text-list-close-icon-right, 12px)*2 + var(--upload-text-list-close-icon-size, 12px)); height: 40px; height: var(--upload-text-list-height, 40px); line-height: 32px; line-height: calc(var(--upload-text-list-height, 40px) - var(--s-2, 8px)); font-size: 12px; font-size: var(--upload-text-list-font-size, 12px); overflow: hidden; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); border-radius: 0; border-radius: var(--upload-text-list-corner, 0); } .next-upload-list-text .next-upload-list-item:not(:last-child) { margin-bottom: 4px; } .next-upload-list-text .next-upload-list-item-op { position: absolute; top: 0; right: 12px; right: var(--upload-text-list-close-icon-right, 12px); } .next-upload-list-text .next-upload-list-item .next-icon-close { color: #999999; color: var(--upload-text-list-close-icon-color, #999999); cursor: pointer; text-align: center; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); line-height: 40px; line-height: var(--upload-text-list-height, 40px); } .next-upload-list-text .next-upload-list-item .next-icon-close:before, .next-upload-list-text .next-upload-list-item .next-icon-close .next-icon-remote { width: 12px; width: var(--upload-text-list-close-icon-size, 12px); font-size: 12px; font-size: var(--upload-text-list-close-icon-size, 12px); line-height: inherit; } .next-upload-list-text .next-upload-list-item:hover { background-color: #F2F3F7; background-color: var(--upload-text-list-bg-color-hover, #F2F3F7); } .next-upload-list-text .next-upload-list-item:hover .next-icon { color: #666666; color: var(--upload-text-list-close-icon-color-hover, #666666); } .next-upload-list-text .next-upload-list-item-name-wrap { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-right: 4px; } .next-upload-list-text .next-upload-list-item-name { color: #333333; color: var(--upload-text-list-name-font-color, #333333); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-upload-list-text .next-upload-list-item-size { color: #999999; color: var(--upload-text-list-size-font-color, #999999); margin-left: 8px; } .next-upload-list-text .next-upload-list-item-uploading { line-height: 16px; line-height: calc(var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px)); } .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress { line-height: 0; padding-top: 4px; padding-top: calc(var(--upload-text-list-height, 40px)/2/2 - var(--s-1, 4px)/2 - var(--upload-text-list-progressbar-height, 8px)/2); padding-bottom: 4px; padding-bottom: calc(var(--upload-text-list-height, 40px)/2/2 - var(--s-1, 4px)/2 - var(--upload-text-list-progressbar-height, 8px)/2); } .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay { height: 8px; height: var(--upload-text-list-progressbar-height, 8px); } .next-upload-list-text .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay { height: 8px; height: var(--upload-text-list-progressbar-height, 8px); margin-top: -4px; margin-top: calc(0px - var(--upload-text-list-progressbar-height, 8px)/2); } .next-upload-list-text .next-upload-list-item-done { line-height: 32px; line-height: calc(var(--upload-text-list-height, 40px) - var(--s-2, 8px)); } .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-name { color: #5584FF; color: var(--upload-text-list-name-font-color-hover, #5584FF); } .next-upload-list-text .next-upload-list-item-done:hover .next-upload-list-item-size { color: #5584FF; color: var(--upload-text-list-size-font-color-hover, #5584FF); } .next-upload-list-text .next-upload-list-item-error { /* stylelint-disable declaration-no-important */ background-color: #FFECE4 !important; background-color: var(--upload-text-list-bg-color-error, #FFECE4) !important; } .next-upload-list-text .next-upload-list-item-error.next-upload-list-item-error-with-msg { line-height: 16px; line-height: calc(var(--upload-text-list-height, 40px)/2 - var(--s-1, 4px)); } .next-upload-list-text .next-upload-list-item-error-msg { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: #FF3000; color: var(--upload-text-list-error-text-color, #FF3000); } .next-upload-list-image .next-upload-list-item { box-sizing: content-box; border: 1px solid #DCDEE3; border: var(--upload-image-list-item-border-width, 1px) solid var(--upload-image-list-item-border-color, #DCDEE3); background-color: #FFFFFF; background-color: var(--upload-image-list-item-bg-color, #FFFFFF); padding: 8px; padding: var(--upload-image-list-item-padding, 8px); height: 48px; height: var(--upload-image-list-item-picture-size, 48px); line-height: 48px; line-height: var(--upload-image-list-item-picture-size, 48px); font-size: 12px; font-size: var(--upload-image-list-item-font-size, 12px); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); overflow: hidden; border-radius: 0; border-radius: var(--upload-card-list-corner, 0); } .next-upload-list-image .next-upload-list-item:not(:last-child) { margin-bottom: 4px; } .next-upload-list-image .next-upload-list-item:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-upload-list-image .next-upload-list-item-op { float: right; margin-right: 4px; } .next-upload-list-image .next-upload-list-item .next-icon-close { cursor: pointer; color: #999999; color: var(--upload-image-list-close-icon-color, #999999); text-align: center; } .next-upload-list-image .next-upload-list-item .next-icon-close:before, .next-upload-list-image .next-upload-list-item .next-icon-close .next-icon-remote { width: 12px; width: var(--upload-image-list-close-icon-size, 12px); font-size: 12px; font-size: var(--upload-image-list-close-icon-size, 12px); line-height: inherit; } .next-upload-list-image .next-upload-list-item:hover { border-color: #5584FF; border-color: var(--upload-image-list-item-border-color-hover, #5584FF); } .next-upload-list-image .next-upload-list-item:hover .next-icon-close { color: #666666; color: var(--upload-image-list-close-icon-color-hover, #666666); } .next-upload-list-image .next-upload-list-item-name { display: block; color: #333333; color: var(--upload-text-list-name-font-color, #333333); margin-left: 56px; margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px)); margin-right: 20px; margin-right: calc(var(--upload-image-list-close-icon-size, 12px) + var(--upload-image-list-close-icon-right, 4px)*2); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); } .next-upload-list-image .next-upload-list-item-size { color: #999999; color: var(--upload-text-list-size-font-color, #999999); margin-left: 8px; } .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-name { color: #5584FF; color: var(--upload-text-list-name-font-color-hover, #5584FF); } .next-upload-list-image .next-upload-list-item-done:hover .next-upload-list-item-size { color: #5584FF; color: var(--upload-text-list-size-font-color-hover, #5584FF); } .next-upload-list-image .next-upload-list-item-thumbnail { float: left; width: 48px; width: var(--upload-image-list-item-picture-size, 48px); height: 48px; height: var(--upload-image-list-item-picture-size, 48px); color: #CCCCCC; color: var(--upload-image-list-item-thumbnail-font-color, #CCCCCC); border: 1px solid #DCDEE3; border: var(--upload-image-list-item-picture-border-width, 1px) solid var(--upload-image-list-item-picture-border-color, #DCDEE3); border-radius: 0; border-radius: var(--upload-image-list-item-picture-corner, 0); background-color: #F2F3F7; background-color: var(--upload-image-list-item-picture-background-color, #F2F3F7); margin-right: 8px; margin-right: var(--s-2, 8px); vertical-align: middle; text-align: center; overflow: hidden; box-sizing: border-box; } .next-upload-list-image .next-upload-list-item-thumbnail img { width: 100%; height: 100%; } .next-upload-list-image .next-upload-list-item-thumbnail .next-icon { display: block; margin: 0; line-height: 48px; line-height: var(--upload-image-list-item-picture-size, 48px); } .next-upload-list-image .next-upload-list-item-thumbnail .next-icon:before, .next-upload-list-image .next-upload-list-item-thumbnail .next-icon .next-icon-remote { width: 24px; width: var(--upload-image-list-item-picture-icon-size, 24px); font-size: 24px; font-size: var(--upload-image-list-item-picture-icon-size, 24px); line-height: inherit; } .next-upload-list-image .next-upload-list-item-error { border-color: #FF3000 !important; border-color: var(--upload-image-list-item-border-color-error, #FF3000) !important; background-color: #FFFFFF; background-color: var(--upload-image-list-item-error-bg-color, #FFFFFF); } .next-upload-list-image .next-upload-list-item-uploading { background-color: #FFFFFF; background-color: var(--upload-image-list-item-uploading-bg-color, #FFFFFF); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-name { height: 24px; height: calc(var(--upload-image-list-item-picture-size, 48px)/2); line-height: 24px; line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress { margin-left: 56px; margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px)); margin-right: 20px; margin-right: calc(var(--upload-image-list-close-icon-size, 12px) + var(--upload-image-list-close-icon-right, 4px)*2); line-height: 0; padding-top: 8px; padding-top: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2); padding-bottom: 8px; padding-bottom: calc(var(--upload-image-list-item-picture-size, 48px)/2/2 - var(--upload-image-list-progressbar-height, 8px)/2); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-underlay { height: 8px; height: var(--upload-image-list-progressbar-height, 8px); } .next-upload-list-image .next-upload-list-item-uploading .next-upload-list-item-progress .next-progress-line-overlay { height: 8px; height: var(--upload-image-list-progressbar-height, 8px); margin-top: -4px; margin-top: calc(0px - var(--upload-image-list-progressbar-height, 8px)/2); } .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-name, .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg { height: 24px; height: calc(var(--upload-image-list-item-picture-size, 48px)/2); line-height: 24px; line-height: calc(var(--upload-image-list-item-picture-size, 48px)/2); } .next-upload-list-image .next-upload-list-item-error-with-msg .next-upload-list-item-error-msg { margin-left: 56px; margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--s-2, 8px)); margin-right: 20px; margin-right: calc(var(--upload-image-list-close-icon-size, 12px) + var(--upload-image-list-close-icon-right, 4px)*2); color: #FF3000; color: var(--upload-text-list-error-text-color, #FF3000); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .next-upload-list-card { display: inline-block; } .next-upload-list-card .next-upload-list-item { vertical-align: middle; float: left; } .next-upload-list-card .next-upload-list-item:not(:last-child) { margin-right: 12px; margin-right: var(--upload-card-list-margin-right, 12px); } .next-upload-list-card .next-upload-list-item-wrapper { position: relative; border: 1px solid #C4C6CF; border: 1px solid var(--upload-card-list-border-color, #C4C6CF); width: 100px; width: var(--upload-card-size, 100px); height: 100px; height: var(--upload-card-size, 100px); padding: 0px; padding: var(--upload-card-list-padding, 0px); background-color: transparent; background-color: var(--upload-card-list-bg-color, transparent); } .next-upload-list-card .next-upload-list-item-thumbnail { text-align: center; width: 100%; height: 100%; color: #CCCCCC; color: var(--upload-card-list-thumbnail-font-color, #CCCCCC); font-size: 12px; font-size: var(--upload-card-list-thumbnail-font-size, 12px); } .next-upload-list-card .next-upload-list-item-thumbnail img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; } .next-upload-list-card .next-upload-list-item-thumbnail img:focus { outline: 0; } .next-upload-list-card .next-upload-list-item-thumbnail .next-icon { width: 100%; } .next-upload-list-card .next-upload-list-item-thumbnail .next-icon:before, .next-upload-list-card .next-upload-list-item-thumbnail .next-icon .next-icon-remote { width: 48px; width: var(--upload-card-list-thumbnail-icon-size, 48px); font-size: 48px; font-size: var(--upload-card-list-thumbnail-icon-size, 48px); line-height: inherit; } .next-upload-list-card .next-upload-list-item-handler { margin-top: 13px; margin-top: calc(var(--upload-card-size, 100px)/2 - 37px); } .next-upload-list-card .next-upload-list-item-handler .next-icon-cry { margin-top: 10px; } .next-upload-list-card .next-upload-list-item-name { display: block; width: 100px; width: var(--upload-card-size, 100px); text-align: center; margin-top: 4px; margin-top: var(--upload-card-list-name-margin-top, 4px); font-size: 12px; font-size: var(--upload-card-list-name-font-size, 12px); color: #666666; color: var(--upload-card-list-name-font-color, #666666); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .next-upload-list-card .next-upload-list-item-progress { position: absolute; font-size: 0; bottom: 0; left: 0; width: 100%; } .next-upload-list-card .next-upload-list-item-progress .next-progress-line-underlay { border-radius: 0; height: 8px; height: var(--upload-card-list-progressbar-height, 8px); } .next-upload-list-card .next-upload-list-item-progress .next-progress-line-overlay { border-radius: 0; height: 8px; height: var(--upload-card-list-progressbar-height, 8px); margin-top: -4px; margin-top: calc(0px - var(--upload-card-list-progressbar-height, 8px)/2); } .next-upload-list-card .next-upload-list-item-uploading .next-upload-list-item-wrapper { background-color: #F7F8FA; background-color: var(--upload-card-list-uploading-bg-color, #F7F8FA); } .next-upload-list-card .next-upload-list-item:hover .next-upload-tool { opacity: .8; } .next-upload-list-card .next-upload-list-item .next-upload-tool { position: absolute; z-index: 1; background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, var(--upload-select-card-tool-bg-opacity, 0.7)); transition: all 100ms linear; transition: all var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); opacity: 0; width: 100%; height: 28px; height: var(--upload-select-card-tool-height, 28px); left: 0; bottom: 0; } .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon { width: 49%; text-align: center; line-height: 28px; line-height: var(--upload-select-card-tool-height, 28px); color: #FFFFFF; } .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon:before, .next-upload-list-card .next-upload-list-item .next-upload-tool .next-icon .next-icon-remote { width: 16px; width: var(--upload-select-card-tool-icon-size, 16px); font-size: 16px; font-size: var(--upload-select-card-tool-icon-size, 16px); line-height: inherit; } .next-upload-list-card .next-upload-list-item .next-upload-tool.next-noclose .next-icon { width: 100%; } .next-upload-list-card .next-upload-list-item .next-upload-tool-close { cursor: pointer; } .next-upload-list-card .next-upload-list-item .next-upload-tool-download-icon { border-right: 1px solid #FFFFFF; } .next-upload-list-card .next-upload-list-item-error .next-upload-list-item-wrapper { border-color: #FF3000; border-color: var(--upload-card-list-border-color-error, #FF3000); } .next-upload-card { border: 1px dashed #C4C6CF; border: 1px var(--upload-card-border-style, dashed) var(--upload-card-border-color, #C4C6CF); width: 100px; width: var(--upload-card-size, 100px); height: 100px; height: var(--upload-card-size, 100px); background-color: #FFFFFF; background-color: var(--upload-card-bg-color, #FFFFFF); text-align: center; cursor: pointer; transition: border-color 100ms linear; transition: border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); display: table-cell; vertical-align: middle; } .next-upload-card .next-icon { color: #C4C6CF; color: var(--upload-card-icon-color, #C4C6CF); } .next-upload-card .next-icon:before, .next-upload-card .next-icon .next-icon-remote { width: 24px; width: var(--upload-card-add-icon-size, 24px); font-size: 24px; font-size: var(--upload-card-add-icon-size, 24px); line-height: inherit; } .next-upload-card .next-upload-add-icon::before { content: "\E655"; content: var(--upload-card-add-icon, "\E655"); } .next-upload-card .next-upload-text { font-size: 12px; font-size: var(--upload-card-add-text-size, 12px); margin-top: 12px; margin-top: var(--upload-card-add-text-margin-top, 12px); color: #666666; color: var(--upload-card-font-color, #666666); outline: none; } .next-upload-card:hover { border-color: #5584FF; border-color: var(--upload-card-hover-border-color, #5584FF); } .next-upload-card:hover .next-icon { color: #5584FF; color: var(--upload-card-hover-font-color, #5584FF); } .next-upload-card:hover .next-upload-text { color: #5584FF; color: var(--upload-card-hover-font-color, #5584FF); } .next-upload-dragable .next-upload-inner { display: block; } .next-upload-dragable .next-upload-drag { border: 1px dashed #C4C6CF; border: 1px dashed var(--upload-drag-zone-border-color, #C4C6CF); transition: border-color 100ms linear; transition: border-color var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); cursor: pointer; border-radius: 3px; border-radius: var(--upload-drag-zone-corner, 3px); background-color: transparent; background-color: var(--upload-drag-zone-bg-color, transparent); text-align: center; margin-bottom: 4px; margin-bottom: var(--s-1, 4px); } .next-upload-dragable .next-upload-drag-icon { margin: 20px 0 0; margin: var(--s-5, 20px) 0 0; color: #666666; color: var(--upload-drag-zone-upload-icon-color, #666666); } .next-upload-dragable .next-upload-drag-icon .next-upload-drag-upload-icon::before { content: "\E7EE"; content: var(--upload-drag-zone-upload-icon, "\E7EE"); font-size: 24px; font-size: var(--upload-drag-zone-icon-size, 24px); } .next-upload-dragable .next-upload-drag-text { margin: 12px 0 0; margin: var(--s-3, 12px) 0 0; font-size: 14px; font-size: var(--upload-drag-zone-font-size, 14px); color: #666666; color: var(--upload-drag-zone-upload-normal-title-color, #666666); } .next-upload-dragable .next-upload-drag-hint { margin: 4px 0 20px; margin: var(--s-1, 4px) 0 var(--s-5, 20px); font-size: 12px; font-size: var(--upload-drag-zone-hint-font-size, 12px); color: #999999; color: var(--upload-drag-zone-upload-normal-hint-color, #999999); } .next-upload-dragable .next-upload-drag-over { border-color: #5584FF; border-color: var(--upload-drag-zone-over-border-color, #5584FF); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-shell { box-sizing: border-box; position: relative; display: flex; flex-direction: column; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell *, .next-shell *:before, .next-shell *:after { box-sizing: border-box; } .next-shell-content-wrapper { overflow: auto; } .next-shell-header { display: flex; width: 100%; justify-content: space-between; align-items: center; z-index: 9; } .next-shell-header .dock-trigger, .next-shell-header .nav-trigger { outline: 0; display: flex; justify-content: center; align-items: center; cursor: pointer; width: 32px; height: 32px; } .next-shell-header .nav-trigger { margin-right: 10px; } .next-shell-header .dock-trigger { margin-left: 10px; } .next-shell-header.next-shell-fixed-header { position: sticky; top: 0; } .next-shell-header .next-shell-navigation { flex: 1 1; display: flex; align-items: center; flex-direction: row; } .next-shell-header .next-shell-branding { display: flex; align-items: center; } .next-shell-header .next-shell-action { display: flex; align-items: center; } .next-shell-sub-main { flex: 1 1; display: flex; flex-direction: column; height: 100%; overflow: auto; outline: 0; } .next-shell-main { display: flex; flex: 1 1 auto; flex-direction: row; position: relative; height: 100%; box-sizing: content-box; overflow: auto; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell-main .next-shell-content { flex: 1 1 auto; } .next-shell-main .next-shell-content-inner { margin: 0 auto; } .next-shell-main .next-shell-footer { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } .next-shell .next-aside-navigation, .next-shell .next-aside-tooldock { display: flex; } .next-shell .next-aside-navigation.fixed, .next-shell .next-aside-tooldock.fixed { position: fixed; top: 0; bottom: 0; z-index: 1; } .next-shell .next-aside-navigation.fixed { left: 0; } .next-shell .next-aside-tooldock.fixed { right: 0; } .next-shell-aside { transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell-aside .aside-trigger { cursor: pointer; outline: 0; position: absolute; right: 0; top: 50%; width: 20px; height: 48px; display: flex; border: 1px solid #DDD; align-items: center; justify-content: center; } .next-shell-aside .local-nav-trigger { outline: 0; border-left: none; transform: translate(100%, -50%); right: 0; } .next-shell-aside .ancillary-trigger { outline: 0; transform: translate(-100%, -50%); border-right: 0; left: 1px; } .next-shell-aside.next-aside-localnavigation { position: relative; } .next-shell-aside.next-aside-ancillary { position: relative; } .next-shell-aside.next-shell-navigation { overflow-x: auto; display: flex; flex-direction: column; justify-self: flex-start; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell-aside.next-shell-tooldock { overflow-x: auto; display: flex; flex-direction: column; align-items: center; } .next-shell-aside .next-shell-tooldockitem { width: 100%; text-align: center; } .next-shell-aside .next-shell-localnavigation { position: relative; height: 100%; display: flex; flex-direction: column; justify-self: flex-start; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell-aside .next-shell-ancillary { height: 100%; display: flex; flex-direction: column; justify-self: flex-start; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell-light .next-shell-header .dock-trigger, .next-shell-light .next-shell-header .nav-trigger { background: #FFFFFF; background: var(--shell-light-header-background, #FFFFFF); } .next-shell-light .next-shell-aside .local-nav-trigger { background: #E2E4E8; background: var(--shell-light-local-navigation-background, #E2E4E8); } .next-shell-light .next-shell-aside .ancillary-trigger { background: #FFFFFF; background: var(--shell-light-ancillary-background, #FFFFFF); } .next-shell-light .next-shell-header { color: #000000; color: var(--shell-light-header-color, #000000); height: 52px; height: var(--shell-light-header-height, 52px); background: #FFFFFF; background: var(--shell-light-header-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-light-header-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-header-shadow, none); padding: 0 16px; padding: 0 var(--shell-light-header-paddingLeft, 16px); } .next-shell-light .next-shell-header .next-shell-navigation { justify-content: flex-end; justify-content: var(--shell-light-navigation-hoz-align, flex-end); height: 52px; height: var(--shell-light-header-height, 52px); line-height: 52px; line-height: var(--shell-light-header-height, 52px); margin: 0 48px; margin: 0 var(--shell-light-navigation-hoz-marginLeft, 48px); } .next-shell-light .next-shell-task-header { width: 100%; min-height: 40px; min-height: var(--shell-light-multitask-min-height, 40px); background: #FFFFFF; background: var(--shell-light-multitask-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-light-multitask-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-multitask-shadow, none); padding: 0 0px; padding: 0 var(--shell-light-multitask-paddingLeft, 0px); overflow: auto; } .next-shell-light .next-shell-main { background: #EBECF0; background: var(--shell-light-content-background, #EBECF0); } .next-shell-light .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-light-appbar-min-height, 48px); background: #FFFFFF; background: var(--shell-light-appbar-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-light-appbar-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-appbar-shadow, none); padding: 0 24px; padding: 0 var(--shell-light-appbar-paddingLeft, 24px); } .next-shell-light .next-shell-main .next-shell-content { padding: 20px 20px; padding: var(--shell-light-content-paddingTop, 20px) var(--shell-light-content-paddingLeft, 20px); } .next-shell-light .next-shell-main .next-shell-footer { background: transparent; background: var(--shell-light-footer-background, transparent); min-height: 56px; min-height: var(--shell-light-footer-min-height, 56px); color: #CCCCCC; color: var(--shell-light-footer-color, #CCCCCC); font-size: 14px; font-size: var(--shell-light-footer-font-size, 14px); } .next-shell-light .next-shell-aside.next-shell-navigation { width: 168px; width: var(--shell-light-navigation-ver-width, 168px); background: #FFFFFF; background: var(--shell-light-navigation-ver-background, #FFFFFF); border-right: 1px solid #E6E7EB; border-right: var(--shell-light-navigation-ver-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-navigation-ver-shadow, none); padding: 8px 0 8px; padding: var(--shell-light-navigation-ver-paddingTop, 8px) 0 var(--shell-light-navigation-ver-paddingBottom, 8px); } .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini { width: 60px; width: var(--shell-light-navigation-ver-width-mini, 60px); } .next-shell-light .next-shell-aside.next-shell-navigation.next-shell-collapse { width: 0; } .next-shell-light .next-shell-aside.next-shell-tooldock { width: 52px; width: var(--shell-light-tooldock-width, 52px); background: #E2E4E8; background: var(--shell-light-tooldock-background, #E2E4E8); border-left: 1px solid #E6E7EB; border-left: var(--shell-light-tooldock-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-tooldock-shadow, none); padding: 8px 0 8px; padding: var(--shell-light-tooldock-paddingTop, 8px) 0 var(--shell-light-tooldock-paddingBottom, 8px); } .next-shell-light .next-shell-aside .next-shell-tooldockitem { padding: 8px 0; padding: var(--shell-light-tooldock-item-paddingTop, 8px) 0; color: #666666; color: var(--shell-light-tooldock-item-color, #666666); background: transparent; background: var(--shell-light-tooldock-item-background, transparent); } .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover { color: #333333; color: var(--shell-light-tooldock-item-color-hover, #333333); background: #EBECF0; background: var(--shell-light-tooldock-item-background-hover, #EBECF0); } .next-shell-light .next-shell-aside .next-shell-localnavigation { width: 168px; width: var(--shell-light-local-navigation-width, 168px); background: #E2E4E8; background: var(--shell-light-local-navigation-background, #E2E4E8); border-right: 1px solid #E6E7EB; border-right: var(--shell-light-local-navigation-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-local-navigation-shadow, none); padding: 8px 0 8px; padding: var(--shell-light-local-navigation-paddingTop, 8px) 0 var(--shell-light-local-navigation-paddingBottom, 8px); } .next-shell-light .next-shell-aside .next-shell-localnavigation.next-shell-collapse { width: 0; } .next-shell-light .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-light-ancillary-width, 168px); background: #FFFFFF; background: var(--shell-light-ancillary-background, #FFFFFF); border-left: 1px solid #E6E7EB; border-left: var(--shell-light-ancillary-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-light-ancillary-shadow, none); padding: 8px 0 8px; padding: var(--shell-light-ancillary-paddingTop, 8px) 0 var(--shell-light-ancillary-paddingBottom, 8px); } .next-shell-light .next-shell-aside .next-shell-ancillary.next-shell-collapse { width: 0; } .next-shell-dark .next-shell-header .dock-trigger, .next-shell-dark .next-shell-header .nav-trigger { background: #000000; background: var(--shell-dark-header-background, #000000); } .next-shell-dark .next-shell-aside .local-nav-trigger { background: #E2E4E8; background: var(--shell-dark-local-navigation-background, #E2E4E8); } .next-shell-dark .next-shell-aside .ancillary-trigger { background: #FFFFFF; background: var(--shell-dark-ancillary-background, #FFFFFF); } .next-shell-dark .next-shell-header { color: #FFFFFF; color: var(--shell-dark-header-color, #FFFFFF); height: 52px; height: var(--shell-dark-header-height, 52px); background: #000000; background: var(--shell-dark-header-background, #000000); border-bottom: 1px solid #1F1F1F; border-bottom: var(--shell-dark-header-divider, 1px solid #1F1F1F); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--shell-dark-header-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12)); padding: 0 16px; padding: 0 var(--shell-dark-header-paddingLeft, 16px); } .next-shell-dark .next-shell-header .next-shell-navigation { justify-content: flex-end; justify-content: var(--shell-dark-navigation-hoz-align, flex-end); height: 52px; height: var(--shell-dark-header-height, 52px); line-height: 52px; line-height: var(--shell-dark-header-height, 52px); margin: 0 48px; margin: 0 var(--shell-dark-navigation-hoz-marginLeft, 48px); } .next-shell-dark .next-shell-task-header { width: 100%; min-height: 40px; min-height: var(--shell-dark-multitask-min-height, 40px); background: #FFFFFF; background: var(--shell-dark-multitask-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-dark-multitask-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-multitask-shadow, none); padding: 0 0px; padding: 0 var(--shell-dark-multitask-paddingLeft, 0px); overflow: auto; } .next-shell-dark .next-shell-main { background: #EBECF0; background: var(--shell-dark-content-background, #EBECF0); } .next-shell-dark .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-dark-appbar-min-height, 48px); background: #FFFFFF; background: var(--shell-dark-appbar-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-dark-appbar-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-appbar-shadow, none); padding: 0 24px; padding: 0 var(--shell-dark-appbar-paddingLeft, 24px); } .next-shell-dark .next-shell-main .next-shell-content { padding: 20px 20px; padding: var(--shell-dark-content-paddingTop, 20px) var(--shell-dark-content-paddingLeft, 20px); } .next-shell-dark .next-shell-main .next-shell-footer { background: transparent; background: var(--shell-dark-footer-background, transparent); min-height: 56px; min-height: var(--shell-dark-footer-min-height, 56px); color: #CCCCCC; color: var(--shell-dark-footer-color, #CCCCCC); font-size: 14px; font-size: var(--shell-dark-footer-font-size, 14px); } .next-shell-dark .next-shell-aside.next-shell-navigation { width: 168px; width: var(--shell-dark-navigation-ver-width, 168px); background: #333333; background: var(--shell-dark-navigation-ver-background, #333333); border-right: 1px solid #E6E7EB; border-right: var(--shell-dark-navigation-ver-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-navigation-ver-shadow, none); padding: 8px 0 8px; padding: var(--shell-dark-navigation-ver-paddingTop, 8px) 0 var(--shell-dark-navigation-ver-paddingBottom, 8px); } .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini { width: 60px; width: var(--shell-dark-navigation-ver-width-mini, 60px); } .next-shell-dark .next-shell-aside.next-shell-navigation.next-shell-collapse { width: 0; } .next-shell-dark .next-shell-aside.next-shell-tooldock { width: 52px; width: var(--shell-dark-tooldock-width, 52px); background: #E2E4E8; background: var(--shell-dark-tooldock-background, #E2E4E8); border-left: 1px solid #E6E7EB; border-left: var(--shell-dark-tooldock-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-tooldock-shadow, none); padding: 8px 0 8px; padding: var(--shell-dark-tooldock-paddingTop, 8px) 0 var(--shell-dark-tooldock-paddingBottom, 8px); } .next-shell-dark .next-shell-aside .next-shell-tooldockitem { padding: 8px 0; padding: var(--shell-dark-tooldock-item-paddingTop, 8px) 0; color: #666666; color: var(--shell-dark-tooldock-item-color, #666666); background: transparent; background: var(--shell-dark-tooldock-item-background, transparent); } .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover { color: #333333; color: var(--shell-dark-tooldock-item-color-hover, #333333); background: #EBECF0; background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); } .next-shell-dark .next-shell-aside .next-shell-localnavigation { width: 168px; width: var(--shell-dark-local-navigation-width, 168px); background: #E2E4E8; background: var(--shell-dark-local-navigation-background, #E2E4E8); border-right: 1px solid #E6E7EB; border-right: var(--shell-dark-local-navigation-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-local-navigation-shadow, none); padding: 8px 0 8px; padding: var(--shell-dark-local-navigation-paddingTop, 8px) 0 var(--shell-dark-local-navigation-paddingBottom, 8px); } .next-shell-dark .next-shell-aside .next-shell-localnavigation.next-shell-collapse { width: 0; } .next-shell-dark .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-dark-ancillary-width, 168px); background: #FFFFFF; background: var(--shell-dark-ancillary-background, #FFFFFF); border-left: 1px solid #E6E7EB; border-left: var(--shell-dark-ancillary-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-dark-ancillary-shadow, none); padding: 8px 0 8px; padding: var(--shell-dark-ancillary-paddingTop, 8px) 0 var(--shell-dark-ancillary-paddingBottom, 8px); } .next-shell-dark .next-shell-aside .next-shell-ancillary.next-shell-collapse { width: 0; } .next-shell-brand .next-shell-header .dock-trigger, .next-shell-brand .next-shell-header .nav-trigger { background: #5584FF; background: var(--shell-brand-header-background, #5584FF); } .next-shell-brand .next-shell-aside .local-nav-trigger { background: #E2E4E8; background: var(--shell-brand-local-navigation-background, #E2E4E8); } .next-shell-brand .next-shell-aside .ancillary-trigger { background: #FFFFFF; background: var(--shell-brand-ancillary-background, #FFFFFF); } .next-shell-brand .next-shell-header { color: #FFFFFF; color: var(--shell-brand-header-color, #FFFFFF); height: 52px; height: var(--shell-brand-header-height, 52px); background: #5584FF; background: var(--shell-brand-header-background, #5584FF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-brand-header-divider, 1px solid #E6E7EB); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12); box-shadow: var(--shell-brand-header-shadow, 0px 1px 3px 0px rgba(0, 0, 0, 0.12)); padding: 0 16px; padding: 0 var(--shell-brand-header-paddingLeft, 16px); } .next-shell-brand .next-shell-header .next-shell-navigation { justify-content: flex-end; justify-content: var(--shell-brand-navigation-hoz-align, flex-end); height: 52px; height: var(--shell-brand-header-height, 52px); line-height: 52px; line-height: var(--shell-brand-header-height, 52px); margin: 0 48px; margin: 0 var(--shell-brand-navigation-hoz-marginLeft, 48px); } .next-shell-brand .next-shell-task-header { width: 100%; min-height: 40px; min-height: var(--shell-brand-multitask-min-height, 40px); background: #FFFFFF; background: var(--shell-brand-multitask-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-brand-multitask-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-multitask-shadow, none); padding: 0 0px; padding: 0 var(--shell-brand-multitask-paddingLeft, 0px); overflow: auto; } .next-shell-brand .next-shell-main { background: #EBECF0; background: var(--shell-brand-content-background, #EBECF0); } .next-shell-brand .next-shell-main .next-shell-appbar { min-height: 48px; min-height: var(--shell-brand-appbar-min-height, 48px); background: #FFFFFF; background: var(--shell-brand-appbar-background, #FFFFFF); border-bottom: 1px solid #E6E7EB; border-bottom: var(--shell-brand-appbar-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-appbar-shadow, none); padding: 0 24px; padding: 0 var(--shell-brand-appbar-paddingLeft, 24px); } .next-shell-brand .next-shell-main .next-shell-content { padding: 20px 20px; padding: var(--shell-brand-content-paddingTop, 20px) var(--shell-brand-content-paddingLeft, 20px); } .next-shell-brand .next-shell-main .next-shell-footer { background: transparent; background: var(--shell-brand-footer-background, transparent); min-height: 56px; min-height: var(--shell-brand-footer-min-height, 56px); color: #CCCCCC; color: var(--shell-brand-footer-color, #CCCCCC); font-size: 14px; font-size: var(--shell-brand-footer-font-size, 14px); } .next-shell-brand .next-shell-aside.next-shell-navigation { width: 168px; width: var(--shell-brand-navigation-ver-width, 168px); background: #FFFFFF; background: var(--shell-brand-navigation-ver-background, #FFFFFF); border-right: 1px solid #E6E7EB; border-right: var(--shell-brand-navigation-ver-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-navigation-ver-shadow, none); padding: 8px 0 8px; padding: var(--shell-brand-navigation-ver-paddingTop, 8px) 0 var(--shell-brand-navigation-ver-paddingBottom, 8px); } .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse.next-shell-mini { width: 60px; width: var(--shell-brand-navigation-ver-width-mini, 60px); } .next-shell-brand .next-shell-aside.next-shell-navigation.next-shell-collapse { width: 0; } .next-shell-brand .next-shell-aside.next-shell-tooldock { width: 52px; width: var(--shell-brand-tooldock-width, 52px); background: #E2E4E8; background: var(--shell-brand-tooldock-background, #E2E4E8); border-left: 1px solid #E6E7EB; border-left: var(--shell-brand-tooldock-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-tooldock-shadow, none); padding: 8px 0 8px; padding: var(--shell-brand-tooldock-paddingTop, 8px) 0 var(--shell-brand-tooldock-paddingBottom, 8px); } .next-shell-brand .next-shell-aside .next-shell-tooldockitem { padding: 8px 0; padding: var(--shell-brand-tooldock-item-paddingTop, 8px) 0; color: #666666; color: var(--shell-brand-tooldock-item-color, #666666); background: transparent; background: var(--shell-brand-tooldock-item-background, transparent); } .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover { color: #333333; color: var(--shell-brand-tooldock-item-color-hover, #333333); background: #EBECF0; background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); } .next-shell-brand .next-shell-aside .next-shell-localnavigation { width: 168px; width: var(--shell-brand-local-navigation-width, 168px); background: #E2E4E8; background: var(--shell-brand-local-navigation-background, #E2E4E8); border-right: 1px solid #E6E7EB; border-right: var(--shell-brand-local-navigation-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-local-navigation-shadow, none); padding: 8px 0 8px; padding: var(--shell-brand-local-navigation-paddingTop, 8px) 0 var(--shell-brand-local-navigation-paddingBottom, 8px); } .next-shell-brand .next-shell-aside .next-shell-localnavigation.next-shell-collapse { width: 0; } .next-shell-brand .next-shell-aside .next-shell-ancillary { width: 168px; width: var(--shell-brand-ancillary-width, 168px); background: #FFFFFF; background: var(--shell-brand-ancillary-background, #FFFFFF); border-left: 1px solid #E6E7EB; border-left: var(--shell-brand-ancillary-divider, 1px solid #E6E7EB); box-shadow: none; box-shadow: var(--shell-brand-ancillary-shadow, none); padding: 8px 0 8px; padding: var(--shell-brand-ancillary-paddingTop, 8px) 0 var(--shell-brand-ancillary-paddingBottom, 8px); } .next-shell-brand .next-shell-aside .next-shell-ancillary.next-shell-collapse { width: 0; } .next-shell-header .next-shell-navigation.next-shell-nav-left { justify-content: flex-start; } .next-shell-header .next-shell-navigation.next-shell-nav-right { justify-content: flex-end; } .next-shell-header .next-shell-navigation.next-shell-nav-center { justify-content: center; } .next-shell.next-shell-phone .next-aside-navigation { width: 100%; } .next-shell.next-shell-phone .next-aside-navigation.next-shell-collapse { width: 0; } .next-shell.next-shell-phone .next-shell-header .next-shell-navigation { display: none; } .next-shell.next-shell-phone .next-shell-navigation { width: 100%; height: 100%; transition: height 0.2s ease; transition: height 0.2s var(--motion-ease, ease); } .next-shell.next-shell-phone .next-shell-navigation.next-shell-collapse { padding: 0; height: 0; transition: height 0.2s ease; transition: height 0.2s var(--motion-ease, ease); } .next-shell.next-shell-phone .next-shell-tooldock { height: 52px; height: var(--shell-dark-tooldock-height, 52px); left: 0; right: 0; position: absolute; width: 100%; flex-direction: row; justify-content: center; } .next-shell.next-shell-phone .next-shell-tooldock.next-shell-collapse { display: none; height: 0; padding: 0; transition: all 0.2s ease; transition: all 0.2s var(--motion-ease, ease); } .next-shell.next-shell-tablet .next-shell-aside.next-aside-ancillary, .next-shell.next-shell-phone .next-shell-aside.next-aside-ancillary { width: 0; } .next-shell.next-shell-tablet .next-shell-ancillary, .next-shell.next-shell-phone .next-shell-ancillary { transform: translateX(-100%); } .next-shell.next-shell-tablet .next-shell-aside.next-aside-localnavigation, .next-shell.next-shell-phone .next-shell-aside.next-aside-localnavigation { width: 0; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-notification { width: 384px; position: fixed; z-index: 1010; padding: 0; margin: 0; } .next-notification .next-message { margin-bottom: 16px; overflow: hidden; } .next-notification-fade-leave { animation-duration: 300ms; animation-play-state: paused; animation-fill-mode: both; animation-timing-function: ease; } .next-notification-fade-leave.next-notification-fade-leave-active { animation-name: NotificationFadeOut; animation-play-state: running; } @keyframes NotificationFadeOut { 0% { max-height: 150px; margin-bottom: 16px; opacity: 1; } 100% { max-height: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; opacity: 0; } } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-typography { color: #333333; color: var(--typography-text-color, #333333); } .next-typography-title { font-weight: 600; font-weight: var(--typography-title-font-weight, 600); margin-bottom: .5em; } .next-typography + .next-typography-title { margin-top: 1.2em; } .next-typography-paragraph { color: #333333; color: var(--typography-text-color, #333333); margin-bottom: 1em; font-size: 14px; font-size: var(--typography-paragraph-font-size, 14px); line-height: 1.5; line-height: var(--typography-paragraph-line-height, 1.5); } .next-typography mark { padding: 0; background: #FFE6BD; background: var(--typography-text-mark-background, #FFE6BD); color: #333333; color: var(--typography-text-mark-color, #333333); } .next-typography strong { font-weight: 600; font-weight: var(--typography-text-strong-font-weight, 600); } .next-typography code { background-color: #F2F3F7; background-color: var(--typography-text-code-background, #F2F3F7); color: #333333; color: var(--typography-text-code-color, #333333); border: 1px solid #E6E7EB; border: 1px solid var(--typography-text-code-border-color, #E6E7EB); margin: 0 .2em; padding: .2em .4em .1em; font-size: 85%; border-radius: 3px; border-radius: var(--typography-text-code-corner, 3px); } .next-typography ul, .next-typography ol { margin: 0 0 1em 0; padding: 0; } .next-typography li { list-style-type: circle; margin: 0 0 0 20px; padding: 0 0 0 4px; } .next-typography a { text-decoration: none; } .next-typography a:link { color: #5584FF; color: var(--color-link-1, #5584FF); } .next-typography a:visited { color: #5584FF; color: var(--color-link-2, #5584FF); } .next-typography a:hover { color: #3E71F7; color: var(--color-link-3, #3E71F7); } .next-typography a:active { text-decoration: underline; color: #3E71F7; color: var(--color-link-3, #3E71F7); } h1.next-typography-title { font-size: 24px; font-size: var(--typography-title-h1-font-size, 24px); } h2.next-typography-title { font-size: 20px; font-size: var(--typography-title-h2-font-size, 20px); } h3.next-typography-title { font-size: 16px; font-size: var(--typography-title-h3-font-size, 16px); } h4.next-typography-title { font-size: 16px; font-size: var(--typography-title-h4-font-size, 16px); } h5.next-typography-title { font-size: 14px; font-size: var(--typography-title-h5-font-size, 14px); } h6.next-typography-title { font-size: 12px; font-size: var(--typography-title-h6-font-size, 12px); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* put your code here */ .next-divider { box-sizing: border-box; margin: 0; padding: 0; font-size: 14px; line-height: 1.5; list-style: none; font-variant: tabular-nums; font-feature-settings: 'tnum'; background: #DCDEE3; background: var(--divider-hoz-color, #DCDEE3); border-collapse: separate; } .next-divider *, .next-divider *:before, .next-divider *:after { box-sizing: border-box; } .next-divider-dashed { background: none; border-color: #DCDEE3; border-color: var(--divider-hoz-color, #DCDEE3); border-style: dashed; border-width: 1px 0 0; border-width: var(--divider-hoz-size, 1px) 0 0; } .next-divider-hoz { display: block; clear: both; width: 100%; min-width: 100%; height: 1px; height: var(--divider-hoz-size, 1px); margin: 16px 0; margin: var(--divider-hoz-marginTop, 16px) 0; } .next-divider-ver { position: relative; top: -.06em; display: inline-block; width: 1px; width: var(--divider-ver-size, 1px); background: #DCDEE3; background: var(--divider-ver-color, #DCDEE3); height: .9em; margin: 0 8px; margin: 0 var(--divider-ver-marginLeft, 8px); vertical-align: middle; } .next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right { display: table; margin: 16px 0; margin: var(--divider-hoz-text-marginTop, 16px) 0; color: #333333; color: var(--divider-hoz-text-color, #333333); font-weight: normal; font-weight: var(--divider-hoz-text-weight, normal); font-size: 16px; font-size: var(--divider-hoz-text-size, 16px); white-space: nowrap; text-align: center; background: transparent; } .next-divider-hoz.next-divider-with-text-center::before, .next-divider-hoz.next-divider-with-text-center::after, .next-divider-hoz.next-divider-with-text-left::before, .next-divider-hoz.next-divider-with-text-left::after, .next-divider-hoz.next-divider-with-text-right::before, .next-divider-hoz.next-divider-with-text-right::after { position: relative; top: 50%; display: table-cell; width: 50%; border-top: 1px solid #DCDEE3; border-top: var(--divider-hoz-size, 1px) solid var(--divider-hoz-color, #DCDEE3); transform: translateY(50%); content: ''; } .next-divider-hoz.next-divider-with-text-center.next-divider-dashed, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed { border-top: 0; } .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-center.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-left.next-divider-dashed::after, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::before, .next-divider-hoz.next-divider-with-text-right.next-divider-dashed::after { border-style: dashed none none; } .next-divider-hoz.next-divider-with-text-left .next-divider-inner-text, .next-divider-hoz.next-divider-with-text-right .next-divider-inner-text { display: inline-block; padding: 0 16px; padding: 0 var(--divider-hoz-text-left-paddingLeft, 16px); } .next-divider-hoz.next-divider-with-text-left::before { top: 50%; width: 5%; } .next-divider-hoz.next-divider-with-text-left::after { top: 50%; width: 95%; } .next-divider-hoz.next-divider-with-text-right::before { top: 50%; width: 95%; } .next-divider-hoz.next-divider-with-text-right::after { top: 50%; width: 5%; } .next-divider-inner-text { display: inline-block; padding: 0 16px; padding: 0 var(--divider-hoz-text-center-paddingLeft, 16px); } .next-divider-dashed { background: none; border-color: #DCDEE3; border-color: var(--divider-hoz-color, #DCDEE3); border-style: dashed; border-width: 1px 0 0; border-width: var(--divider-hoz-size, 1px) 0 0; } .next-divider-dashed.next-divider-ver { border-width: 0 0 0 1px; border-width: 0 0 0 var(--divider-ver-size, 1px); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* put your code here */ .next-avatar { position: relative; display: inline-block; overflow: hidden; color: #FFFFFF; color: var(--avatar-color, #FFFFFF); white-space: nowrap; text-align: center; vertical-align: middle; background: #E2E4E8; background: var(--avatar-default-bg, #E2E4E8); width: 40px; width: var(--avatar-size-medium, 40px); height: 40px; height: var(--avatar-size-medium, 40px); line-height: 40px; line-height: var(--avatar-size-medium, 40px); border-radius: 50%; } .next-avatar-image { background: transparent; } .next-avatar-string { position: absolute; left: 50%; transform-origin: 0 center; } .next-avatar-large { width: 52px; width: var(--avatar-size-large, 52px); height: 52px; height: var(--avatar-size-large, 52px); line-height: 52px; line-height: var(--avatar-size-large, 52px); border-radius: 50%; } .next-avatar-large-string { position: absolute; left: 50%; transform-origin: 0 center; } .next-avatar-small { width: 28px; width: var(--avatar-size-small, 28px); height: 28px; height: var(--avatar-size-small, 28px); line-height: 28px; line-height: var(--avatar-size-small, 28px); border-radius: 50%; } .next-avatar-small-string { position: absolute; left: 50%; transform-origin: 0 center; } .next-avatar-square { border-radius: 3px; border-radius: var(--avatar-border-radius, 3px); } .next-avatar > img { display: block; width: 100%; height: 100%; object-fit: cover; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* put your code here */ .next-box { box-sizing: border-box; display: flex; } .next-box *, .next-box *:before, .next-box *:after { box-sizing: border-box; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } /* put your code here */ .next-responsive-grid { box-sizing: border-box; display: grid; } .next-responsive-grid *, .next-responsive-grid *:before, .next-responsive-grid *:after { box-sizing: border-box; } .next-responsive-grid-ie { display: block; } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-date-picker2 { outline: none; display: inline-table; position: relative; } .next-date-picker2-body { padding: 8px 12px; display: inline-flex; flex-direction: column; text-align: center; background: #FFFFFF; border-radius: 2px; outline: none; } .next-date-picker2-footer { width: min-content; min-width: 100%; box-sizing: border-box; text-align: center; border-top: 1px solid #E6E7EB; border-top: 1px solid var(--color-line1-1, #E6E7EB); padding: 4px 12px; display: flex; min-height: 40px; align-items: center; flex-wrap: wrap; position: relative; } .next-date-picker2-footer-ranges > .next-btn { margin-right: 8px; margin-right: var(--s-2, 8px); } .next-date-picker2-footer-actions { margin-left: auto; } .next-date-picker2-footer-ranges-only { width: 100%; } .next-date-picker2-overlay { vertical-align: top; border-radius: 2px; padding: 4px 0; } .next-date-picker2-overlay-range { padding: 12px 0; } .next-date-picker2-wrapper { box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); background-color: #FFFFFF; border: 1px solid #E6E7EB; border: 1px solid var(--color-line1-1, #E6E7EB); border-radius: 3px; border-radius: var(--corner-1, 3px); } .next-date-picker2-input { display: inline-flex; align-items: center; outline: none; box-sizing: border-box; border: 1px solid #C4C6CF; border: var(--input-border-width, 1px) solid var(--input-border-color, #C4C6CF); vertical-align: middle; } .next-date-picker2-input .next-input { border: none; width: auto; height: 100%; } .next-date-picker2-input .next-input input { height: 100%; } .next-date-picker2-input.next-date-picker2-input-small { height: 20px; height: var(--form-element-small-height, 20px); border-radius: 3px; border-radius: var(--form-element-small-corner, 3px); } .next-date-picker2-input.next-date-picker2-input-small .next-input-label { padding-left: 8px; padding-left: var(--input-s-label-padding-left, 8px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-small .next-input-inner { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-small .next-input-control { padding-right: 4px; padding-right: var(--input-s-icon-padding-right, 4px); } .next-date-picker2-input.next-date-picker2-input-small input { height: 18px; height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); line-height: 18px \0; line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2) \0; padding: 0 4px; padding: 0 var(--input-s-padding, 4px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-small input::placeholder { font-size: 12px; font-size: var(--form-element-small-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-small .next-input-text-field { padding: 0 4px; padding: 0 var(--input-s-padding, 4px); font-size: 12px; font-size: var(--form-element-small-font-size, 12px); height: 18px; height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); line-height: 18px; line-height: calc(var(--form-element-small-height, 20px) - var(--input-border-width, 1px)*2); } .next-date-picker2-input.next-date-picker2-input-small .next-icon:before, .next-date-picker2-input.next-date-picker2-input-small .next-icon .next-icon-remote { width: 12px; width: var(--form-element-small-icon-size, 12px); font-size: 12px; font-size: var(--form-element-small-icon-size, 12px); line-height: inherit; } .next-date-picker2-input.next-date-picker2-input-small .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-small-corner, 3px) var(--form-element-small-corner, 3px) 0; } .next-date-picker2-input.next-date-picker2-input-medium { height: 28px; height: var(--form-element-medium-height, 28px); border-radius: 3px; border-radius: var(--form-element-medium-corner, 3px); } .next-date-picker2-input.next-date-picker2-input-medium .next-input-label { padding-left: 8px; padding-left: var(--input-m-label-padding-left, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-medium .next-input-inner { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-medium .next-input-control { padding-right: 8px; padding-right: var(--input-m-icon-padding-right, 8px); } .next-date-picker2-input.next-date-picker2-input-medium input { height: 26px; height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); line-height: 26px \0; line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2) \0; padding: 0 8px; padding: 0 var(--input-m-padding, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-medium input::placeholder { font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); } .next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field { padding: 0 8px; padding: 0 var(--input-m-padding, 8px); font-size: 12px; font-size: var(--form-element-medium-font-size, 12px); height: 26px; height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); line-height: 26px; line-height: calc(var(--form-element-medium-height, 28px) - var(--input-border-width, 1px)*2); } .next-date-picker2-input.next-date-picker2-input-medium .next-icon:before, .next-date-picker2-input.next-date-picker2-input-medium .next-icon .next-icon-remote { width: 12px; width: var(--form-element-medium-icon-size, 12px); font-size: 12px; font-size: var(--form-element-medium-icon-size, 12px); line-height: inherit; } .next-date-picker2-input.next-date-picker2-input-medium .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-medium-corner, 3px) var(--form-element-medium-corner, 3px) 0; } .next-date-picker2-input.next-date-picker2-input-large { height: 40px; height: var(--form-element-large-height, 40px); border-radius: 3px; border-radius: var(--form-element-large-corner, 3px); } .next-date-picker2-input.next-date-picker2-input-large .next-input-label { padding-left: 12px; padding-left: var(--input-l-label-padding-left, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-date-picker2-input.next-date-picker2-input-large .next-input-inner { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-date-picker2-input.next-date-picker2-input-large .next-input-control { padding-right: 8px; padding-right: var(--input-l-icon-padding-right, 8px); } .next-date-picker2-input.next-date-picker2-input-large input { height: 38px; height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); line-height: 38px \0; line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0; padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-date-picker2-input.next-date-picker2-input-large input::placeholder { font-size: 16px; font-size: var(--form-element-large-font-size, 16px); } .next-date-picker2-input.next-date-picker2-input-large .next-input-text-field { padding: 0 12px; padding: 0 var(--input-l-padding, 12px); font-size: 16px; font-size: var(--form-element-large-font-size, 16px); height: 38px; height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); line-height: 38px; line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2); } .next-date-picker2-input.next-date-picker2-input-large .next-icon:before, .next-date-picker2-input.next-date-picker2-input-large .next-icon .next-icon-remote { width: 16px; width: var(--form-element-large-icon-size, 16px); font-size: 16px; font-size: var(--form-element-large-icon-size, 16px); line-height: inherit; } .next-date-picker2-input.next-date-picker2-input-large .next-input-control { border-radius: 0 3px 3px 0; border-radius: 0 var(--form-element-large-corner, 3px) var(--form-element-large-corner, 3px) 0; } .next-date-picker2-input:hover { border-color: #A0A2AD; border-color: var(--input-hover-border-color, #A0A2AD); background-color: #FFFFFF; background-color: var(--input-hover-bg-color, #FFFFFF); } .next-date-picker2-input.next-date-picker2-input-focus { border-color: #5584FF; border-color: var(--input-focus-border-color, #5584FF); background-color: #FFFFFF; background-color: var(--input-focus-bg-color, #FFFFFF); box-shadow: 0 0 0 2px rgba(85, 132, 255, 0.2); box-shadow: 0 0 0 var(--input-focus-shadow-spread, 2px) var(--color-calculate-input-focus-shadow, rgba(85, 132, 255, 0.2)); } .next-date-picker2-input.next-date-picker2-input-noborder { border-color: transparent !important; box-shadow: none !important; } .next-date-picker2-input.next-date-picker2-input-disabled { color: #CCCCCC; color: var(--input-disabled-color, #CCCCCC); border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); cursor: not-allowed; } .next-date-picker2-input.next-date-picker2-input-disabled:hover { border-color: #E6E7EB; border-color: var(--input-disabled-border-color, #E6E7EB); background-color: #F7F8FA; background-color: var(--input-disabled-bg-color, #F7F8FA); } .next-date-picker2-input-separator { color: #C4C6CF; color: var(--input-border-color, #C4C6CF); min-width: 12px; text-align: center; } .next-date-picker2 .next-range-picker-right .next-date-picker2-header-left-btn { visibility: hidden; } .next-date-picker2 .next-range-picker-left .next-date-picker2-header-right-btn { visibility: hidden; } .next-range-picker2-panel, .next-date-picker2-panel { display: inline-flex; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-right .next-calendar2-header-left-btn, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-range-picker-left .next-calendar2-header-right-btn { visibility: hidden; } .next-range-picker2-arrow { display: block; transform: rotate(-45deg); position: absolute; z-index: 1; width: 10px; height: 10px; margin-left: 16.5px; box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06); transition: left .3s ease-out; } .next-range-picker2-arrow:after { content: ""; position: absolute; top: 0px; right: 0px; width: 11px; height: 11px; border-color: #E6E7EB #E6E7EB transparent transparent; border-color: var(--color-line1-1, #E6E7EB) var(--color-line1-1, #E6E7EB) transparent transparent; border-style: solid; border-width: 1px; background-color: #FFFFFF; } .next-date-picker2-tl-bl .next-range-picker2-arrow { top: 6px; } .next-date-picker2-bl-tl .next-range-picker2-arrow { bottom: 6px; transform: rotate(135deg); } .next-date-time-picker-wrapper { border-left: 1px solid #E6E7EB; border-left: 1px solid var(--color-line1-1, #E6E7EB); } .next-date-time-picker-wrapper .next-calendar2-body { padding-right: 0; padding-left: 0; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-disabled .next-calendar2-cell-inner { color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); background: #F7F8FA; background: var(--color-fill1-1, #F7F8FA); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single)::before { color: #666666; color: var(--color-text1-3, #666666); background: #DEE8FF; background: var(--color-brand1-1, #DEE8FF); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single) .next-calendar2-cell-inner { color: #666666; color: var(--color-text1-3, #666666); background: transparent; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single).next-calendar2-cell-range-begin::before { left: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single).next-calendar2-cell-range-end::before { right: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single).next-calendar2-cell-range-begin .next-calendar2-cell-inner, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-selected:not(.next-calendar2-cell-range-begin-single):not(.next-calendar2-cell-range-end-single).next-calendar2-cell-range-end .next-calendar2-cell-inner { color: #FFFFFF; background: #3E71F7; background: var(--color-brand1-9, #3E71F7); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { content: ""; position: absolute; top: 50%; right: 0; left: 2px; z-index: 2; height: 24px; transform: translateY(-50%); border-top: 1px dashed #3E71F7; border-top: 1px dashed var(--color-brand1-9, #3E71F7); border-bottom: 1px dashed #3E71F7; border-bottom: 1px dashed var(--color-brand1-9, #3E71F7); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-begin::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-child::after { left: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover.next-calendar2-cell-hover-end::after, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-child::after { right: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:first-of-type::after { border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-left: 1px dashed #3E71F7; border-left: 1px dashed var(--color-brand1-9, #3E71F7); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover:last-of-type::after { border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px dashed #3E71F7; border-right: 1px dashed var(--color-brand1-9, #3E71F7); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-edge-end::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-edge-end::after { right: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled) + .next-calendar2-cell-edge-end.next-calendar2-cell-hover::after { border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-right: 1px dashed #3E71F7; border-right: 1px dashed var(--color-brand1-9, #3E71F7); } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-begin::after { border-top: 1px dashed #3E71F7; border-top: 1px dashed var(--color-brand1-9, #3E71F7); border-left: 1px dashed #3E71F7; border-left: 1px dashed var(--color-brand1-9, #3E71F7); border-top-left-radius: 2px; border-bottom-left-radius: 2px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover-end::after { border-top: 1px dashed #3E71F7; border-top: 1px dashed var(--color-brand1-9, #3E71F7); border-right: 1px dashed #3E71F7; border-right: 1px dashed var(--color-brand1-9, #3E71F7); border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::before, .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled)::after { left: 8px; } .next-range-picker2-panel:not(.next-range-picker2-panel-single) .next-calendar2-cell-edge-end + .next-calendar2-cell-current:not(.next-calendar2-cell-disabled).next-calendar2-cell-hover::after { border-top-left-radius: 2px; border-bottom-left-radius: 2px; border-left: 1px dashed #3E71F7; border-left: 1px dashed var(--color-brand1-9, #3E71F7); } .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-calendar2 { box-sizing: border-box; } .next-calendar2 *, .next-calendar2 *:before, .next-calendar2 *:after { box-sizing: border-box; } .next-calendar2 table { border-collapse: collapse; border-spacing: 0; } .next-calendar2 td, .next-calendar2 th { padding: 0; } .next-calendar2 { font-size: 12px; user-select: none; background: #FFF; } .next-calendar2-header { display: flex; } .next-calendar2-table { width: 100%; table-layout: fixed; } .next-calendar2-cell { cursor: pointer; position: relative; } .next-calendar2 .next-calendar2-cell-inner { color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); outline: none; border: 1px solid transparent; min-width: 24px; position: relative; transition: background-color .2s, border .2s; } .next-calendar2-cell-disabled::before { color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); background: #F7F8FA; background: var(--color-fill1-1, #F7F8FA); } .next-calendar2-fullscreen .next-calendar2-header, .next-calendar2-panel .next-calendar2-header, .next-calendar2-card .next-calendar2-header { padding-top: 12px; padding-bottom: 12px; } .next-calendar2-fullscreen .next-calendar2-header-actions, .next-calendar2-panel .next-calendar2-header-actions, .next-calendar2-card .next-calendar2-header-actions { margin-left: auto; } .next-calendar2-fullscreen .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-fullscreen .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-panel .next-calendar2-header-actions > *:not(:first-child), .next-calendar2-card .next-calendar2-header-ranges > *:not(:first-child), .next-calendar2-card .next-calendar2-header-actions > *:not(:first-child) { margin-left: 8px; } .next-calendar2-fullscreen .next-calendar2-header-select-month, .next-calendar2-panel .next-calendar2-header-select-month, .next-calendar2-card .next-calendar2-header-select-month { min-width: 70px; } .next-calendar2-fullscreen .next-calendar2-header-select-month .next-input, .next-calendar2-panel .next-calendar2-header-select-month .next-input, .next-calendar2-card .next-calendar2-header-select-month .next-input { min-width: 70px; } .next-calendar2-fullscreen .next-calendar2-header-select-year, .next-calendar2-panel .next-calendar2-header-select-year, .next-calendar2-card .next-calendar2-header-select-year { min-width: 88px; } .next-calendar2-fullscreen .next-calendar2-header-select-year .next-input, .next-calendar2-panel .next-calendar2-header-select-year .next-input, .next-calendar2-card .next-calendar2-header-select-year .next-input { min-width: 88px; } .next-calendar2-fullscreen .next-calendar2-body, .next-calendar2-panel .next-calendar2-body, .next-calendar2-card .next-calendar2-body { padding: 8px; } .next-calendar2-card .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-inner { z-index: 2; height: 24px; line-height: 22px; border-radius: 2px; display: inline-block; } .next-calendar2-card .next-calendar2, .next-calendar2-panel .next-calendar2 { min-height: 150px; } .next-calendar2-card .next-calendar2-cell::before, .next-calendar2-panel .next-calendar2-cell::before { content: ""; position: absolute; top: 50%; right: 0; left: -1px; z-index: 1; height: 24px; transform: translateY(-50%); } .next-calendar2-card .next-calendar2-cell:last-child::before, .next-calendar2-panel .next-calendar2-cell:last-child::before { border-top-right-radius: 2px; border-bottom-right-radius: 2px; right: 8px; } .next-calendar2-card .next-calendar2-cell:first-child::before, .next-calendar2-panel .next-calendar2-cell:first-child::before { border-top-left-radius: 2px; border-bottom-left-radius: 2px; left: 8px; } .next-calendar2-card .next-calendar2-table thead > tr, .next-calendar2-panel .next-calendar2-table thead > tr { height: 24px; color: #999999; color: var(--color-text1-2, #999999); } .next-calendar2-card .next-calendar2-table th, .next-calendar2-card .next-calendar2-table td, .next-calendar2-panel .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table td { font-weight: 400; text-align: center; padding: 4px 0; } .next-calendar2-card .next-calendar2-table th, .next-calendar2-panel .next-calendar2-table th { height: 32px; } .next-calendar2-card .next-calendar2-table-month, .next-calendar2-card .next-calendar2-table-year, .next-calendar2-card .next-calendar2-table-quarter, .next-calendar2-card .next-calendar2-table-decade, .next-calendar2-panel .next-calendar2-table-month, .next-calendar2-panel .next-calendar2-table-year, .next-calendar2-panel .next-calendar2-table-quarter, .next-calendar2-panel .next-calendar2-table-decade { height: 144px; } .next-calendar2-card .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-month .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-year .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-quarter .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { min-width: 56px; } .next-calendar2-card .next-calendar2-table-decade .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-decade .next-calendar2-cell-inner { min-width: 80px; } .next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner { color: #666666; color: var(--color-text1-3, #666666); } .next-calendar2-card .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover:not(.next-calendar2-cell-hover) .next-calendar2-cell-inner { background: #F2F3F7; background: var(--color-fill1-2, #F2F3F7); } .next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-today:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { color: #3E71F7; color: var(--color-brand1-9, #3E71F7); } .next-calendar2-card .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { color: #FFFFFF; background: #3E71F7; background: var(--color-brand1-9, #3E71F7); } .next-calendar2-card .next-calendar2-table-week .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner, .next-calendar2-panel .next-calendar2-table-week .next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { color: #FFFFFF; background: #3E71F7; background: var(--color-brand1-9, #3E71F7); } .next-calendar2-fullscreen .next-calendar2-cell-value, .next-calendar2-fullscreen .next-calendar2-table th { text-align: right; } .next-calendar2-fullscreen .next-calendar2-table th { padding: 0 8px 4px; } .next-calendar2-fullscreen .next-calendar2-cell-inner { height: 80px; border-top: 2px solid #DCDFE6; margin: 0 4px; padding: 4px 8px 0; } .next-calendar2-fullscreen .next-calendar2-cell-disabled .next-calendar2-cell-inner { color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); background: #F7F8FA; background: var(--color-fill1-1, #F7F8FA); } .next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today) .next-calendar2-cell-inner { color: #666666; color: var(--color-text1-3, #666666); } .next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):hover .next-calendar2-cell-inner { background-color: #F2F3F7; background-color: var(--color-fill1-2, #F2F3F7); } .next-calendar2-fullscreen .next-calendar2-cell-current:not(.next-calendar2-cell-disabled):not(.next-calendar2-cell-selected):not(.next-calendar2-cell-today):active .next-calendar2-cell-inner { background-color: #EDEFF2; } .next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-today .next-calendar2-cell-inner { color: #3E71F7; color: var(--color-brand1-9, #3E71F7); } .next-calendar2-fullscreen .next-calendar2-cell-current .next-calendar2-cell-inner { background-color: #FFFFFF; } .next-calendar2-fullscreen .next-calendar2-cell-current.next-calendar2-cell-selected:not(.next-calendar2-cell-disabled) .next-calendar2-cell-inner { border-top-color: #5584FF; border-top-color: var(--color-brand1-6, #5584FF); font-weight: bold; color: #5584FF; color: var(--color-brand1-6, #5584FF); background: #DEE8FF; background: var(--color-brand1-1, #DEE8FF); } .next-calendar2-card .next-calendar2-header { padding-right: 8px; padding-left: 8px; } .next-calendar2-panel .next-calendar2-body { width: 272px; } .next-calendar2-panel .next-calendar2-header { padding: 0 8px; display: flex; align-items: center; border-bottom: 1px solid #E6E7EB; border-bottom: 1px solid var(--color-line1-1, #E6E7EB); } .next-calendar2-panel .next-calendar2-header-btn { min-width: 20px; line-height: 20px; color: #666666; color: var(--color-text1-3, #666666); font-family: inherit; vertical-align: initial; border-radius: 2px; } .next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field { text-align: center; font-size: 14px; color: #333333; color: var(--color-text1-4, #333333); font-weight: bolder; vertical-align: initial; } .next-calendar2-panel .next-calendar2-header-btn:hover, .next-calendar2-panel .next-calendar2-header-btn:hover > span { color: #3E71F7; color: var(--color-brand1-9, #3E71F7); } .next-calendar2-panel .next-calendar2-header-right-btn:hover, .next-calendar2-panel .next-calendar2-header-left-btn:hover { background: #F2F3F7; background: var(--color-fill1-2, #F2F3F7); } .next-calendar2-panel .next-calendar2-header-text-field { flex: 1; height: 38px; line-height: 38px; } .next-calendar2-panel .next-calendar2-header-text-field .next-calendar2-header-btn:not(:first-child) { margin-left: 6px; } .next-calendar2-header-select-month-popup, .next-calendar2-header-select-year-popup { min-width: auto; } @charset "UTF-8"; .next-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; margin: -1px; } .next-time-picker2-menu { float: left; text-align: center; padding: 8px 0; padding: var(--s-2, 8px) 0; } .next-time-picker2-menu:not(:last-child) { border-right: 1px solid #DCDEE3; border-right: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #DCDEE3); } .next-time-picker2-menu-title { cursor: default; height: 28px; height: var(--s-7, 28px); line-height: 28px; line-height: var(--s-7, 28px); font-size: 12px; font-size: var(--font-size-caption, 12px); font-weight: normal; font-weight: var(--font-weight-2, normal); color: #999999; color: var(--color-text1-2, #999999); background: #FFFFFF; } .next-time-picker2-menu ul { position: relative; overflow-y: hidden; overflow-x: auto; list-style: none; margin: 0; width: 54px; padding: 0; font-size: 12px; font-size: var(--font-size-caption, 12px); height: 224px; height: calc(var(--s-8, 32px)*7); scrollbar-width: none; -ms-overflow-style: none; } .next-time-picker2-menu ul::-webkit-scrollbar { width: 0; } .next-time-picker2-menu ul:hover { overflow-y: auto; } .next-time-picker2-menu ul:after { display: block; height: 192px; height: calc(var(--s-8, 32px)*6); content: ""; } .next-time-picker2-menu-item { cursor: pointer; height: 32px; height: var(--s-8, 32px); line-height: 32px; line-height: var(--s-8, 32px); transition: background 100ms linear; transition: background var(--motion-duration-immediately, 100ms) var(--motion-linear, linear); color: #666666; color: var(--color-text1-3, #666666); background: #FFFFFF; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .next-time-picker2-menu-item:hover { color: #333333; color: var(--color-text1-4, #333333); background: #F2F3F7; background: var(--color-fill1-2, #F2F3F7); } .next-time-picker2-menu-item.next-selected { color: #666666; color: var(--color-text1-3, #666666); background: #DEE8FF; background: var(--color-brand1-1, #DEE8FF); } .next-time-picker2-menu-item.next-disabled { cursor: not-allowed; color: #CCCCCC; color: var(--color-text1-1, #CCCCCC); background: #F7F8FA; background: var(--color-fill1-1, #F7F8FA); } .next-time-picker2-panel { box-sizing: border-box; display: flex; } .next-time-picker2-panel *, .next-time-picker2-panel *:before, .next-time-picker2-panel *:after { box-sizing: border-box; } .next-time-picker2-panel:after { visibility: hidden; display: block; height: 0; font-size: 0; content: ' '; clear: both; } .next-time-picker2-panel-header { border-bottom: 1px solid #DCDEE3; border-bottom: var(--line-1, 1px) var(--line-solid, solid) var(--popup-local-border-color, #DCDEE3); } .next-time-picker2-panel-input.next-input { width: 100%; padding: 6px; border-color: transparent; vertical-align: middle; } .next-time-picker2-panel .next-time-picker2-menu { flex: 1; } .next-picker-footer { width: min-content; min-width: 100%; box-sizing: border-box; text-align: center; border-top: 1px solid #F0F0F0; padding: 4px 12px; display: flex; min-height: 40px; align-items: center; flex-wrap: wrap; } .next-picker-footer-actions { margin-left: auto; } .next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu { float: right; } .next-time-picker2-wrapper[dir="rtl"] .next-time-picker2-menu:not(:last-child) { border-right: none; border-left: 1px solid #DCDEE3; border-left: var(--line-1, 1px) var(--line-solid, solid) var(--color-line1-2, #DCDEE3); } .next-time-picker2 { box-sizing: border-box; display: inline-block; } .next-time-picker2 *, .next-time-picker2 *:before, .next-time-picker2 *:after { box-sizing: border-box; } .next-time-picker2-trigger .next-input { width: 100%; } .next-time-picker2-wrapper { padding: 4px 0; padding: var(--s-1, 4px) 0; } .next-time-picker2-body { overflow: hidden; border: 1px solid #DCDEE3; border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3); border-radius: 3px; border-radius: var(--popup-local-corner, 3px); background: #FFFFFF; box-shadow: none; box-shadow: var(--popup-local-shadow, none); } .next-time-picker2-symbol-clock-icon::before { content: "\E621"; content: var(--icon-content-clock, "\E621"); }
bskit-builder/elements/content1-7.html
michaelwartmann/michaelwartmann.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Bootstrap Starter Kit - Content Block 1-7</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="bskit, bootstrap starter kit, bootstrap builder" /> <meta name="description" content="Business Startup & Prototyping HTML Framework" /> <link rel="shortcut icon" href="ico/favicon.png"> <!-- Core CSS --> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="css/font-awesome.min.css" rel="stylesheet"> <!-- Style Library --> <link href="css/style-library-1.css" rel="stylesheet"> <!-- Vendor Styles --> <!-- Block Styles --> <link href="css/content1-7.css" rel="stylesheet"> </head> <body> <div id="page" class="page"> <!-- Start Content Block 1-7 --> <section id="content-1-7" class="content-1-7 content-block"> <div class="container"> <div class="row"> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-bootstrap.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-less.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-sass.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-yeoman.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-bower.png"> </div> <div class="col-md-2 col-sm-4 col-xs-6"> <img alt="Client Logo" src="images/partner-logos/logo-jquery.png"> </div> </div><!--end of row--> </div><!-- /.container --> </section> <!-- // End Content Block 1-7 --> </div><!-- /#page --> <!-- Scripts at the end... you know the score! --> <!-- Core Scripts --> <script type="text/javascript" src="js/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <!-- Vendor Scripts --> <!-- Theme Scripts --> <script type="text/javascript" src="js/bskit-scripts.js"></script> </body> </html>
cuckoo/web/templates/analysis/pages/static/index.html
cuckoobox/cuckoo
{% extends "base.html" %} {% load staticfiles %} {% load analysis_tags %} {% block content %} <div class="flex-nav"> {% include "analysis/pages/nav-sidebar.html" %} <section class="flex-nav__body cuckoo-analysis" tabindex="0"> <header class="page-header cuckoo-analysis__header"> <h1>Static Analysis</h1> </header> <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <div class="tabbable tabs"> <ul class="nav nav-pills" style="margin-bottom: 0;"> <li class="active"> <a href="#static_analysis_tab" data-toggle="tab">Static Analysis</a> </li> <li><a href="#static_strings_tab" data-toggle="tab">Strings</a></li> <li><a href="#static_antivirus_tab" data-toggle="tab">Antivirus</a></li> <li><a href="#static_irma_tab" data-toggle="tab">IRMA</a></li> </ul> <div class="tab-content"> <div class="tab-pane fade in active" id="static_analysis_tab"> {% if "PE32" in report.analysis.target.file.type %} {% include "analysis/pages/static/_pe32.html" %} {% elif "ELF" in report.analysis.target.file.type %} {% include "analysis/pages/static/_elf.html" %} {% elif "office" in report.analysis.static %} {% include "analysis/pages/static/_office.html" %} {% elif "pdf" in report.analysis.static %} {% include "analysis/pages/static/_pdf.html" %} {% else %} No static analysis available. {% endif %} </div> <div class="tab-pane fade" id="static_strings_tab"> {% include "analysis/pages/static/_strings.html" %} </div> <div class="tab-pane fade" id="static_antivirus_tab"> {% include "analysis/pages/static/_antivirus.html" %} </div> <div class="tab-pane fade" id="static_irma_tab"> {% include "analysis/pages/static/_irma.html" %} </div> </div> </div> </div> </div> </div> <!-- footer replacement to avoid double scrollbars --> <footer class="flex-grid__footer center-left"> <p class="footnote"> &copy;2010-2018 <a href="https://www.cuckoosandbox.org" target="_blank">Cuckoo Sandbox</a> </p> <div class="logo"> <img src="{% static "graphic/cuckoo_inverse.png" %}" alt="Cuckoo Malware Analysis Sandbox" /> <a href="#">Back to Top</a> </div> </footer> </section> </div> {% endblock %}
docs/libc/constant.QIF_TIMES.html
rxse/rust-markov-text
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `QIF_TIMES` constant in crate `libc`."> <meta name="keywords" content="rust, rustlang, rust-lang, QIF_TIMES"> <title>libc::QIF_TIMES - Rust</title> <link rel="stylesheet" type="text/css" href="../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../main.css"> <link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico"> </head> <body class="rustdoc"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <a href='../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='logo' width='100'></a> <p class='location'><a href='index.html'>libc</a></p><script>window.sidebarCurrent = {name: 'QIF_TIMES', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content constant"> <h1 class='fqn'><span class='in-band'><a href='index.html'>libc</a>::<wbr><a class='constant' href=''>QIF_TIMES</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a id='src-1609' class='srclink' href='../src/libc/unix/notbsd/mod.rs.html#513' title='goto source code'>[src]</a></span></h1> <pre class='rust const'>pub const QIF_TIMES: <a class='type' href='../libc/type.uint32_t.html' title='libc::uint32_t'>uint32_t</a><code> = </code><code>48</code></pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../"; window.currentCrate = "libc"; window.playgroundUrl = ""; </script> <script src="../jquery.js"></script> <script src="../main.js"></script> <script defer src="../search-index.js"></script> </body> </html>
home/home.html
akrobarth/akrobarth.github.io
<div class="main-contain"> <div class="contain"> <div class="contain__arrow" ng-click="prev()"> <p class="contain__arrow__button" id="prev"><</p> </div> <div class="contain__text"> <div class="contain__text--line contain__text--line--first">Barthélémy Giraud</div> <div class="contain__text--line">Développeur front</div> </div> <div class="contain__arrow" ng-click="next()"> <p class="contain__arrow__button" id="next">></p> </div> </div> </div> <div class="picture" id="picture"> </div> <div class="home-wrapper"> </div>
public/html/page_forgotpwd.html
tahirakhan/bilal-cattle-farm
<!DOCTYPE html> <html lang="en" class=""> <head> <meta charset="utf-8" /> <title>Html version | Angulr</title> <meta name="description" content="app, web app, responsive, responsive layout, admin, admin panel, admin dashboard, flat, flat ui, ui kit, AngularJS, ui route, charts, widgets, components" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="stylesheet" href="../libs/assets/animate.css/animate.css" type="text/css" /> <link rel="stylesheet" href="../libs/assets/font-awesome/css/font-awesome.min.css" type="text/css" /> <link rel="stylesheet" href="../libs/assets/simple-line-icons/css/simple-line-icons.css" type="text/css" /> <link rel="stylesheet" href="../libs/jquery/bootstrap/dist/css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="css/font.css" type="text/css" /> <link rel="stylesheet" href="css/app.css" type="text/css" /> </head> <body> <div class="app app-header-fixed "> <div class="container w-xl w-auto-xs" ng-init="app.settings.container = false;"> <a href class="navbar-brand block m-t">Angulr</a> <div class="m-b-lg"> <div class="wrapper text-center"> <strong>Input your email to reset your password</strong> </div> <form name="reset" ng-init="isCollapsed=true"> <div class="list-group list-group-sm"> <div class="list-group-item"> <input type="email" placeholder="Email" ng-model="email" class="form-control no-border" required> </div> </div> <button type="submit" ng-disabled="reset.$invalid" class="btn btn-lg btn-primary btn-block" ng-click="isCollapsed = !isCollapsed" >Send</button> </form> <div collapse="isCollapsed" class="m-t"> <div class="alert alert-success"> <p>A reset link sent to your email address, please check it in 7 days. <a ui-sref="access.signin" class="btn btn-sm btn-success">Sign in</a></p> </div> </div> </div> <div class="text-center" ng-include="'tpl/blocks/page_footer.html'"> <p> <small class="text-muted">Web app framework base on Bootstrap and AngularJS<br>&copy; 2014</small> </p> </div> </div> </div> <script src="../libs/jquery/jquery/dist/jquery.js"></script> <script src="../libs/jquery/bootstrap/dist/js/bootstrap.js"></script> <script src="js/ui-load.js"></script> <script src="js/ui-jp.config.js"></script> <script src="js/ui-jp.js"></script> <script src="js/ui-nav.js"></script> <script src="js/ui-toggle.js"></script> <script src="js/ui-client.js"></script> </body> </html>
tests/sandbox/e2eTestRunner.html
mlefree/cmpc
<!doctype html> <html lang="en"> <head> <title>Sandbox End to end Test Runner</title> <script src="../lib/angular/angular-a4p-patched-scenario.1.1.4.js" ng-autotest></script> <script type="text/javascript" src="../lib/jasmine/jasmine-html.js"></script> <script type="text/javascript" src="../../www/l4p/libs/js/jquery/jquery-2.0.3.min.js"></script> <script type="text/javascript" src="../lib/jasmine-jquery/jasmine-jquery.js"></script> <script type="text/javascript" src="../e2e/scenarios_basics.js"></script> </head> <body> </body> </html>
vsdoc/topic_0000000000000234.html
asiboro/asiboro.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" /> <link rel="icon" href="favicon.ico"> <title>SiteManagementController.GetSubscriptions Method</title> <link rel="stylesheet" type="text/css" href="msdn2019/toc.css" /> <script src="msdn2019/toc.js"></script> <link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css"></link> <script src="msdn2019/msdn2019.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shCore_helixoft.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushVb.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushFSharp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushCpp.js" type="text/javascript"></script> <script src="SyntaxHighlighter/scripts/shBrushJScript.js" type="text/javascript"></script> <link href="SyntaxHighlighter/styles/shCore.css" rel="stylesheet" type="text/css" /> <link href="SyntaxHighlighter/styles/shThemeMsdnLW.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> SyntaxHighlighter.all(); </script> <link rel="stylesheet" type="text/css" href="vsdocman_overrides.css"></link> </head> <body style="direction: ltr;"> <div id="topic"> <!--HEADER START--> <div id="header"> <div id="header-top-container"> <div id="header-top-parent-container1"> <div id="header-top-container1"> <div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div> <div id="runningHeaderText1b"><script> document.write(getCssCustomProperty('--headerTopCustomLineHtml')); </script></div> </div> </div> <div id="header-top-container2"> <div id="runningHeaderText">SOLUTION-WIDE PROPERTIES Reference</div> <div id="search-bar-container"> <form id="search-bar" action="search--.html"> <input id="HeaderSearchInput" type="search" name="search" placeholder="Search" > <button id="btn-search" class="c-glyph" title="Search"> <span>Search</span> </button> </form> <button id="cancel-search" class="cancel-search" title="Cancel"> <span>Cancel</span> </button> </div> </div> </div> <hr /> <div id="header-breadcrumbs"></div> <div id="headerLinks"> </div> <hr /> </div> <!--HEADER END--> <div id="mainSection"> <div id="toc-area"> <div id="toc-container" class="stickthis full-height"> <div id="-1"></div> <div id="c-1"> <div id="ci-1" class="inner-for-height"></div> </div> </div> </div> <div id="mainBody"> <h1 class="title">SiteManagementController.GetSubscriptions Method</h1> <div class="metadata"> Namespace: <a href="topic_000000000000018A.html">Tlece.Recruitment.Controllers</a> <br />Assembly: Tlece.Recruitment (in Tlece.Recruitment.dll) </div> <div class="section_container"> <div id="syntaxSection" class="section"> <div id="syntaxCodeBlocks"> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCornerActive"> </div> <div class="codeSnippetTab csFirstTab csActiveTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeVB"> <pre xml:space="preserve" class="brush: vb">&lt;HttpGet()&gt; _&nbsp;<br />Public Function GetSubscriptions() As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>(Of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>)</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csActiveTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCsharp"> <pre xml:space="preserve" class="brush: csharp">[HttpGet()]&nbsp;<br />public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>&gt; GetSubscriptions()</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csActiveTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csLastTab csNaTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCorner"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeCpp"> <pre xml:space="preserve" class="brush: cpp">[HttpGet()]&nbsp;<br />public: &nbsp;<br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>^&gt;^ GetSubscriptions() </pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> <div class="codeSnippetContainer"> <div class="codeSnippetTabs"> <div class="codeSnippetTabLeftCorner"> </div> <div class="codeSnippetTab csFirstTab csNaTab codeVB"> <a>VB</a> </div> <div class="codeSnippetTab csNaTab codeCsharp"> <a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a> </div> <div class="codeSnippetTab csNaTab codeFsharp"> <a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a> </div> <div class="codeSnippetTab csNaTab codeCpp"> <a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a> </div> <div class="codeSnippetTab csActiveTab csLastTab codeJScript"> <a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a> </div> <div class="codeSnippetTabRightCornerActive"> </div> <div style="clear:both;"> </div> </div> <div class="codeSnippetCodeCollection"> <div class="codeSnippetToolbar"> <a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a> </div> <div class="codeSnippetCode codeJScript"> <pre xml:space="preserve" class="brush: js">JScript does not support generic types and methods.</pre> </div> <div class="codeSnippetCode codeNA"> <pre xml:space="preserve">This language is not supported or no code example is available.</pre> </div> </div> </div> </div> <h4 class="subHeading"> Return Value</h4> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.task-1">Task</a>&lt;<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.iactionresult">IActionResult</a>&gt; </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span> <div>&nbsp;</div> </div> <div id="frameworksSection" class="section"> <h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1<br /> </div> </div> <div class="section_container"> <div class="section_heading"> <span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span> <div>&nbsp;</div> </div> <div id="seeAlsoSection" class="section"> <div> <a href="topic_000000000000022F.html">SiteManagementController Class</a><br /> <a href="topic_000000000000018A.html">Tlece.Recruitment.Controllers Namespace</a><br /> </div> </div> </div> </div> <div id="internal-toc-area"> <div id="internal-toc-container" class="stickthis"> <h3 id="internal-toc-heading">In this article</h3> <span id="internal-toc-definition-localized-text">Definition</span> </div> </div> </div> <div id="footer"> <div id="footer-container"> <p><span style="color: #FF0000;">Generated with unregistered version of <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></span>&nbsp;<br />Your own footer text will only be shown in registered version.</p> </div> </div> </div> </body> </html>
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.html
tzmartin/gae-python.docset
<!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.7"/> <title>App Engine Python SDK: google.appengine.ext.remote_api.remote_api_stub.Error Class Reference</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="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.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="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>remote_api</b></li><li class="navelem"><b>remote_api_stub</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.html">Error</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">google.appengine.ext.remote_api.remote_api_stub.Error Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.ext.remote_api.remote_api_stub.Error:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_error.png" usemap="#google.appengine.ext.remote_api.remote_api_stub.Error_map" alt=""/> <map id="google.appengine.ext.remote_api.remote_api_stub.Error_map" name="google.appengine.ext.remote_api.remote_api_stub.Error_map"> <area href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_configuration_error.html" alt="google.appengine.ext.remote_api.remote_api_stub.ConfigurationError" shape="rect" coords="0,112,447,136"/> <area href="classgoogle_1_1appengine_1_1ext_1_1remote__api_1_1remote__api__stub_1_1_unknown_java_server_error.html" alt="google.appengine.ext.remote_api.remote_api_stub.UnknownJavaServerError" shape="rect" coords="457,112,904,136"/> </map> </div></div> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><pre class="fragment">Base class for exceptions in this module.</pre> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/ext/remote_api/remote_api_stub.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
dailies/170110.html
bit101/lab
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="BIT-101 Daily Open Source JavaScript and HTML Canvas Experiments"> <link rel="stylesheet" type="text/css" href="../styles/daily.css"> </head> <body> <script src="../js/ui.js"></script> <script src="../libs/quicksettings_3_0_2.min.js"></script> <script src="../libs/bitlib_1_0_2.min.js"></script> <script> var date = 170110; var desc = "Thale\'s Theorem."; var issueNumber = 10; var links = [ '<a href="https://en.wikipedia.org/wiki/Thales%27_theorem">Thale\'s Theorem</a>', '<a href="https://www.amazon.com/Beautiful-Geometry-Eli-Maor/dp/0691150990/ref=as_li_ss_il?ie=UTF8&qid=1483362047&sr=8-1&keywords=beautiful+geometry&linkCode=li1&tag=bit10103-20&linkId=5ad49969c977bb2428645100dedcf12d" target="_blank"><img border="0" src="//ws-na.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=0691150990&Format=_SL110_&ID=AsinImage&MarketPlace=US&ServiceVersion=20070822&WS=1&tag=bit10103-20" ></a><img src="https://ir-na.amazon-adsystem.com/e/ir?t=bit10103-20&l=li1&o=1&a=0691150990" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />' ]; setup(date, date - 1, date + 1, desc, issueNumber, links); </script> </body> </html>
tests/injection/case.g.html
michaellaszlo/boomerang
<?code package main import ( fmt "math/big" ) func main() { ?> <p> Hey there, chickens. </p> <?code } ?>
src/chunks/_clients.html
reinier/uxadvies
<div class="part-wrap clients-and-cases-wrap"> <section class="clients-and-cases page-part"> <h3>Advies wordt gegeven door</h3> <p> <a href="http://reinierladan.nl" class="profile-pic"> <img src="assets/images/reinier-profiel-compressed.jpg" alt="Profielfoto Reinier Ladan" width="150" height="150"><br /> <strong>Reinier Ladan</strong>, UX consultant </a> </p> <div class="description"> <p>Sinds 1999 ontwerp en bouw ik websites en apps. Jarenlang heb ik onderzoek gedaan naar de UX van digitale producten en de ontwerp- en ontwikkelprocessen die daarbij horen. Deze kennis stel ik beschikbaar aan u en uw organisatie.</p> <p>Door mijn ervaring met ontwerp én techniek ben ik in staat om van idee tot aan doorontwikkeling advies te geven over het proces voor een optimale gebruikservaring. Dit houdt niet op na live-gang; een goede UX is een proces, geen project.</p> </div> <h3 class="head-clients">Enkele opdrachtgevers</h3> <p class="clients"><a href="http://nos.nl">NOS</a> <a href="http://npo.nl">NPO</a> <a href="http://schiphol.nl">Schiphol</a> <a href="http://nrcmedia.nl">NRC Media</a> <a href="http://sanoma.nl">Sanoma</a> <a href="http://rtl.nl">RTL Nederland</a> <a href="http://foxsports.nl">FOX Sports NL</a> <a href="http://www.infostrada.com/">Infostrada</a> <a href="http://adfogroep.nl">Adfo Groep</a> <a href="http://knsb.nl">KNSB</a> <a href="http://nlziet.nl">NLZiet</a> <a href="http://ntu.nl">De Nederlandse Taalunie</a></p> </section> </div>
IM1.html
apodaca-edu/apodaca-edu.github.io
<!DOCTYPE html> <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='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen"> <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <title>Apoda.ca</title> </head> <body> <header> <div class="inner"> <h1>Integrated Math 1</h1> <h2>Mr. Apodaca's Teacher Homepage</h2> <a href="https://github.com/apodaca/apoda.ca" target="_blank" class="button"><small>View project on</small> GitHub</a> </div> </header> <div id="content-wrapper"> <div class="inner clearfix"> <section id="main-content"> <h3> <a id="intro" class="anchor" href="#intro" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome</h3> <p><a href="https://drive.google.com/drive/folders/0B_DNnfZAhpFFaUxWR1hWaHhmTlU?usp=sharing" target="_blank">All Student Notes and Videos</a></p> <h3> <a id="student-links" class="anchor" href="#student-links" aria-hidden="true"><span class="octicon octicon-link"></span></a>Student Links</h3> <p></p> <ul> <li><a href="http://hosted145.renlearn.com/711518/" target="_blank">Star Math</a></li> <li><a href="http://web.geogebra.org" target="_blank">Geogebra</a></li> </ul> </section> <aside id="sidebar"> <a href="https://canvas.instructure.com/login/canvas" target="_blank" class="button"> <small>Login</small> Canvas </a> <a href="https://www.dropbox.com/sh/66cfciggrc9uofh/AAC41GkqBjbpUOxMFnBTawgua?dl=0" target="_blank" class="button"> <small>2015-2016</small> Class Notes </a> <p class="repo-owner"><a href="https://github.com/apodaca/apoda.ca"></a> is maintained by <a href="https://github.com/apodaca">apodaca</a>.</p> <p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p> </aside> </div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-67258684-2"); pageTracker._trackPageview(); } catch(err) {} </script> </body> </html>
html/csbuild.toolchain.combined_toolchains-class.html
3Jade/csbuild
<?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>csbuild.toolchain.combined_toolchains</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="csbuild-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>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></th> </tr> </table> <table width="100%" cellpadding="0" cellspacing="0"> <tr valign="top"> <td width="100%"> <span class="breadcrumbs"> csbuild :: toolchain :: combined_toolchains :: Class&nbsp;combined_toolchains </span> </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="csbuild.toolchain.combined_toolchains-class.html" target="_top">no&nbsp;frames</a>]</span></td></tr> </table> </td> </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> <h1 class="epydoc">Class combined_toolchains</h1><p class="nomargin-top"><span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains">source&nbsp;code</a></span></p> <pre class="base-tree"> object --+ | <strong class="uidshort">combined_toolchains</strong> </pre> <hr /> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Instance Methods</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-InstanceMethods" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a href="csbuild.toolchain.combined_toolchains-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">toolchains</span>)</span><br /> x.__init__(...) initializes x; see help(type(x)) for signature</td> <td align="right" valign="top"> <span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__init__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td width="15%" align="right" valign="top" class="summary"> <span class="summary-type">&nbsp;</span> </td><td class="summary"> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td><span class="summary-sig"><a name="__getattr__"></a><span class="summary-sig-name">__getattr__</span>(<span class="summary-sig-arg">self</span>, <span class="summary-sig-arg">name</span>)</span></td> <td align="right" valign="top"> <span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__getattr__">source&nbsp;code</a></span> </td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__delattr__</code>, <code>__format__</code>, <code>__getattribute__</code>, <code>__hash__</code>, <code>__new__</code>, <code>__reduce__</code>, <code>__reduce_ex__</code>, <code>__repr__</code>, <code>__setattr__</code>, <code>__sizeof__</code>, <code>__str__</code>, <code>__subclasshook__</code> </p> </td> </tr> </table> <!-- ==================== PROPERTIES ==================== --> <a name="section-Properties"></a> <table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Properties</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-Properties" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> <tr> <td colspan="2" class="summary"> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: <code>__class__</code> </p> </td> </tr> </table> <!-- ==================== METHOD DETAILS ==================== --> <a name="section-MethodDetails"></a> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr bgcolor="#70b0f0" class="table-header"> <td colspan="2" class="table-header"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr valign="top"> <td align="left"><span class="table-header">Method Details</span></td> <td align="right" valign="top" ><span class="options">[<a href="#section-MethodDetails" class="privatelink" onclick="toggle_private();" >hide private</a>]</span></td> </tr> </table> </td> </tr> </table> <a name="__init__"></a> <div> <table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"><td> <h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>, <span class="sig-arg">toolchains</span>)</span> <br /><em class="fname">(Constructor)</em> </h3> </td><td align="right" valign="top" ><span class="codelink"><a href="csbuild.toolchain-pysrc.html#combined_toolchains.__init__">source&nbsp;code</a></span>&nbsp; </td> </tr></table> <p>x.__init__(...) initializes x; see help(type(x)) for signature</p> <dl class="fields"> <dt>Overrides: object.__init__ <dd><em class="note">(inherited documentation)</em></dd> </dt> </dl> </td></tr></table> </div> <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="csbuild-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>&nbsp;&nbsp;&nbsp;<a href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th> <!-- Help link --> <th>&nbsp;&nbsp;&nbsp;<a href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th> <th class="navbar" width="100%"></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 Sat Mar 8 14:49:45 2014 </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>
public/modules/order-enquiry-forms/views/view-order-enquiry-form.client.view.html
Gladg/Triburg
<section data-ng-controller="OrderEnquiryFormsController" data-ng-init="findOne()"> <div class="page-header"> <h1 data-ng-bind="orderEnquiryForm.name"></h1> </div> <div class="pull-right" data-ng-show="((authentication.user) && (authentication.user._id == orderEnquiryForm.user._id))"> <a class="btn btn-primary" href="/#!/order-enquiry-forms/{{orderEnquiryForm._id}}/edit"> <i class="glyphicon glyphicon-edit"></i> </a> <a class="btn btn-primary" data-ng-click="remove();"> <i class="glyphicon glyphicon-trash"></i> </a> </div> <small> <em class="text-muted"> Posted on <span data-ng-bind="orderEnquiryForm.created | date:'mediumDate'"></span> by <span data-ng-bind="orderEnquiryForm.user.displayName"></span> </em> </small> </section>
app/assets/javascripts/client/inventories/analysis_schedule.html
MobilityLabs/pdredesign-server
<div class="inventory-schedule-container"> <div class="inventory-schedule"> <div class="row date-container"> <div class="col-sm-3 calendar"> <div class="date-month"> {{ analysisSchedule.month }} </div> <h1 class="date-day"> {{ analysisSchedule.day }} </h1> </div> <div class="col-sm-8 date-info"> <h4>Analysis Due</h4> {{ analysisSchedule.formattedDueDate }} <div ng-pluralize count="analysis.participant_count" when="{'0': 'No Participants', '1': '{} Participant', 'other': '{} Participants'}"></div> </div> </div> </div> <div class="inventory-schedule-buttons" ng-if="!analysisSchedule.onlySchedule"> <button class="btn btn-block btn-default separator-margin">Modify Schedule</button> <button class="btn btn-block btn-default separator-margin">Go To Report</button> <button ng-click="analysisSchedule.displayLearningQuestions()" class="btn btn-block btn-secondary separator-margin">Add/Review Learning Questions</button> </div> </div>