path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
clean/Linux-x86_64-4.03.0-2.0.5/released/8.6.1/equations/1.0~beta2+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>equations: 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.6.1 / equations - 1.0~beta2+8.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
equations
<small>
1.0~beta2+8.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-14 22:10:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-14 22:10:28 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.6.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ]
dev-repo: "git+https://github.com/mattam82/Coq-Equations.git"
maintainer: "matthieu.sozeau@inria.fr"
homepage: "https://mattam82.github.io/Coq-Equations"
bug-reports: "https://github.com/mattam82/Coq-Equations/issues"
license: "LGPL 2.1"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Equations"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8"}
]
synopsis: "A function definition package for Coq"
flags: light-uninstall
url {
src:
"https://github.com/mattam82/Coq-Equations/archive/v1.0-8.7-beta2.tar.gz"
checksum: "md5=d281835d0762424b23c9aebf4a6d8921"
}
</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-equations.1.0~beta2+8.7 coq.8.6.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.6.1).
The following dependencies couldn't be met:
- coq-equations -> coq >= 8.7 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can'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-equations.1.0~beta2+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>
|
public/admin/page-settings/form-settings-password.html | x-project/x-project-example-user | <link rel="import" href="../../components/iron-input/iron-input.html">
<link rel="import" href="../style-form/style-form.html">
<dom-module id="form-settings-password">
<template>
<style include="style-form"></style>
<form id="form" class="form" on-submit="on_submit">
<div class="field">
<label class="label">old password</label>
<input is="iron-input" class="input" type="password" bind-value="{{data.old_password}}">
</div>
<div class="field">
<label class="label">new password</label>
<input is="iron-input" class="input" type="password" bind-value="{{data.new_password}}">
</div>
<div class="field">
<label class="label">confirm password</label>
<input is="iron-input" class="input" type="password" bind-value="{{data.confirm_password}}">
</div>
<div class="field">
<input type="submit" class="button" value="change" />
</div>
</form>
</template>
</dom-module>
<script>
Polymer({
is: 'form-settings-password',
properties: {
data: {
type: Object,
value: function () { return {}; },
notify: true
}
},
on_submit: function (event) {
event.preventDefault();
}
});
</script> |
demos/feature-tests/advanced/async-templates/1_pass-deferred.html | BorisMoore/jsdefer | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<script src="http://code.jquery.com/jquery.js" type="text/javascript"></script>
<script src="../../../../jquery.defer.js" type="text/javascript"></script>
<script type="text/javascript">
$.defer( "jquery.tmpl.experimental.js", { bare: true, delayDomReady: true } );
$( function() {
$.tmpl(
$.defer( "../../templates-and-data/myTmpl.js" ),
$.defer( "../../templates-and-data/myData.js" )
).appendTo( "ul" );
});
</script>
</head>
<body>
<ul></ul>
</body>
</html>
|
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.dev/contrib:math-classes/dev/2014-12-12_08-42-09.html | coq-bench/coq-bench.github.io-old | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../../..">Unstable</a></li>
<li><a href=".">8.4.dev / contrib:math-classes dev</a></li>
<li class="active"><a href="">2014-12-12 08:42:09</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="../../../../../about.html">About</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href=".">« Up</a>
<h1>
contrib:math-classes
<small>
dev
<span class="label label-info">Not compatible with this Coq</span>
</small>
</h1>
<p><em><script>document.write(moment("2014-12-12 08:42:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-12-12 08:42:09 UTC)</em><p>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:math-classes/coq:contrib:math-classes.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>The package is valid.
</pre></dd>
</dl>
<h2>Dry install</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --dry-run coq:contrib:math-classes.dev coq.8.4.dev</code></dd>
<dt>Return code</dt>
<dd>768</dd>
<dt>Duration</dt>
<dd>0 s</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev).
The following dependencies couldn't be met:
- coq:contrib:math-classes -> coq >= dev
Your request can't be satisfied:
- Conflicting version constraints for coq
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:math-classes.dev</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>3 s</dd>
<dt>Output</dt>
<dd><pre>The following actions will be performed:
- remove coq.8.4.dev
=== 1 to remove ===
=-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Removing coq.8.4.dev.
[WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing
[WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing
The following actions will be performed:
- install coq.hott [required by coq:contrib:math-classes]
- install coq:contrib:math-classes.dev
=== 2 to install ===
=-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
=-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Building coq.hott:
./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no
make -j4
make install
Installing coq.hott.
Building coq:contrib:math-classes.dev:
coq_makefile -f Make -o Makefile
make -j4
make install
Installing coq:contrib:math-classes.dev.
</pre></dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</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> |
amp/feedback-app.html | tuleviksolutions/tuleviksolutions.github.io | <!doctype html>
<html amp lang="en">
<head>
<meta charset="utf-8">
<script async src="https://cdn.ampproject.org/v0.js"></script>
<title>Mobile App Solutions</title>
<link rel="canonical" href="http://www.eddytools.com/amp/offline-quiz.html" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic|Libre+Baskerville" rel="stylesheet" type="text/css">
<script async custom-element="amp-social-share" src="https://cdn.ampproject.org/v0/amp-social-share-0.1.js"></script>
<style amp-custom>
/* any custom style goes here */
body {
font-family: 'Open Sans', sans-serif;
font-size: 1rem;
line-height: 2;
color: #838C95;
padding: 15px;
}
</style>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</head>
<body>
<center>
<amp-img src="http://tuleviksolutions.com/img/TSL.png" alt="logo" height="100" width="250"></amp-img>
</center>
<center><h1>Feedback analyser App</h1></center>
<amp-img src="http://tuleviksolutions.com/img/feedback-app.png" alt="feedback app" height="200" width="400"></amp-img>
<h4>Benefits</h4>
<ul>
<li>Direct Engagement to customer or Employee</li>
<li>Reputation Management</li>
<li>Stay Ahead of the Curve</li>
<li>Accountability</li>
<li>Low set up costs</li>
<li>Multiple Languages</li>
<li>No software required</li>
<li>User friendly - Designed for simplicity and clarity</li>
<li>Pre-written Feedback Questions</li>
<li>Question Types</li>
<li>Custom URL Redirects</li>
<li>White-Label Surveys</li>
<li>Survey Completion Notifications</li>
<li>Exporting Results in Excel (SPSS import), Word & PDF</li>
</ul>
<h4>Who can & where it use</h4>
<ul>
<li>Management/Owners </li>
<li>Sales & Marketing</li>
<li>Canteens/Hotels</li>
<li>Research</li>
<li>Customer Satisfaction</li>
<li>Education : Online quizzes - perfect for the classroom or employee training and evaluation</li>
<li>Friends and Family</li>
<li>Housekeeping</li>
<li>Human Resources etc.</li>
</ul>
<h4>Features:</h4>
Send Feedback-form via web, email, social and more
Reach your customers where they are using send email, Publish on social page, your own website, your own app
<h4>Customized branding</h4>
Create custom themes, add your logo, select fonts, and build custom thank-you pages
<h4>Instant Result: </h4>
Find trends in Feedback results as they come in on live dashboard, Mobile App
<h4>Manage your Feedback on mobile: </h4>
Design, send, and analyze Feedback using our mobile app
<h4>Compare: </h4>
Filter results to find the data you’re looking for with export, use custom filters to create multiple views of your data
<h4>Google Analytics</h4>
<p>
<h2>Connect us for demo</h2>
<center>
<a class="share3" title="" href="mailto:tuleviksolutions@gmail.com?subject=@contact&body=@query">Contact Us</a>
<hr/>
<amp-social-share type="twitter"></amp-social-share>
<amp-social-share type="linkedin" width="60" height="44"
data-param-text="Mobile App solutions"
data-param-url="http://tuleviksolutions.com/">
</amp-social-share>
</center>
</p>
</p>
</body>
</html> |
public/Windows 10 x64 (18362.388)/_DBGK_SILOSTATE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.388)</h4><br>
<h2>_DBGK_SILOSTATE</h2>
<font face="arial"> +0x000 ErrorPortLock : <a href="./_EX_PUSH_LOCK.html">_EX_PUSH_LOCK</a><br>
+0x008 ErrorPort : Ptr64 <a href="./_DBGKP_ERROR_PORT.html">_DBGKP_ERROR_PORT</a><br>
+0x010 ErrorProcess : Ptr64 <a href="./_EPROCESS.html">_EPROCESS</a><br>
+0x018 ErrorPortRegisteredEvent : Ptr64 <a href="./_KEVENT.html">_KEVENT</a><br>
</font></body></html> |
public/Windows 10 x64 (18363.535)/_PS_JOB_WAKE_INFORMATION.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.535)</h4><br>
<h2>_PS_JOB_WAKE_INFORMATION</h2>
<font face="arial"> +0x000 NotificationChannel : Uint8B<br>
+0x008 WakeCounters : [7] Uint8B<br>
+0x040 NoWakeCounter : Uint8B<br>
</font></body></html> |
roles/drupal-install/files/science/themes/nasa_science/css/print.css | koansys/drupal-ansible | * {
margin: 0;
padding: 0;
text-decoration: none;
color: #000000;
}
#header_links,
#search,
#nav_global ul,
#footer,
#footer_links,
#nav_local,
.hide {
display: none;
}
#banner {
}
#banner a {
text-decoration: none;
font-size: 2em;
}
h1, h2, h3, h4, p {
margin: 1em;
}
table, th, td {
border: 1px solid #000000;
}
td {
padding: 5px;
}
.width_150 {
width: 150px;
}
.width_200 {
width: 200px;
}
.width_400 {
width: 95%;
}
.width_558 {
width: 95%;
}
.width_756 {
width: 95%;
}
.description {
text-align: justify;
}
.caption {
/*font-style: italic;*/
text-align: center;
}
ul {
padding-left: 1em;
}
ul li {
padding-left: 1em;
}
/* Styles which are specific to the mediafile embeds created by our editor */
div.mediafile {
float:left;
}
div.mediafile,
blockquote.mediafile,
blockquote.caption {
background-color: white;
border: solid #CCCCCC 1px;
color: #666666;
color: black;
font-size: 0.9em;
margin: 15px;
overflow: hidden;
padding: 10px;
}
.mediafile img {
border: 1px solid #CCCCCC;
display: block;
margin-bottom: 5px;
margin: auto;
}
.mediafile > div {
margin-top: .5em;
}
#mission_print_only ul {
margin-left: 1em;
}
#mission_print_only ul li {
list-style-type: disc;
margin-left: 2em;
}
|
build/self/index.html | Rantahu/rantahu.github.io | ---
title: self.
layout: build/default
---
<div class="header">
<video width="640" height="480" controls autoplay>
<source src="../media/richard.mp4" type="video/mp4">
</video>
</div>
<div class="row">
<div class="six columns">
<p>
Our smart phones and computers are almost extensions to the human body. We to be able to read your boss’s emails, message your significant other, venture to new worlds in video games, and access a vast library of media. To be a part of western society and have no interaction with a computer of sorts is a fool’s gambit.
</p>
</div>
<div class="six columns">
<p>
Yet most of us don't understand how it works. The kids that are growing up with tablets maybe never know how it works because we lock the inner workings. Curious minds have to seek outside professionals to help them understand how a computer is able to run their favorite video games or how a tweet got sent from their phones and appeared on their friend's device.
</p>
<br/>
<p>
If users could edit their programs and apps to tailor them to their own lifestyle, why shouldn't they? Because it's not in the interest of the Adobe, Microsoft, or Apple. Even though we pay for these applications and laptop,s the creator still and always will have control over you. You have no say other than to not pay for the product on how it should function.
</p>
</div>
</div>
<div class="row">
<div class="six columns">
<p>
“The technological process itself furnishes no justification for such a collectivism.
Technics hampers individual development only insofar as they are tied to a social
apparatus which perpetuates scarcity, and this same apparatus has released
forces which may shatter the special historical form in which technics is utilized.” - Marcuse
</p>
</div>
<div class="six columns">
<p>
</p>
</div>
</div>
<div class="row">
<p>
“’Free software’ means software that respects users'
freedom and community. Roughly, it means that the users have the freedom to
run, copy, distribute, study, change and improve the software. Thus, ‘free
software’ is a matter of liberty, not price. To understand the concept, you
should think of ‘free’ as in ‘free speech,’ not as in ’free beer’. ” - Richard Stallmen
</p>
</div>
<div class="section row">
<a href="../" class="four columns feature-box back-box">
<img src="../media/iphone.jpg">
<p>Back</p>
</a>
<a href="../education" class="four columns feature-box">
<img src="../media/macroom.jpg">
<p>Education</p>
</a>
<a href="../race" class="four columns feature-box">
<img src="../media/black.jpg">
<p>Race</p>
</a>
<a href="../move" class="four columns feature-box">
<img src="../media/libre.png">
<p>Movements/Projects</p>
</a>
<a href="../hope" class="four columns feature-box">
<img src="../media/brown.jpg">
<p>Hope/Future</p>
</a>
<a href="../democracy" class="four columns feature-box">
<img src="../media/panthers.jpg">
<p>Democracy</p>
</a>
</div>
|
web/app/themes/one-weekly/patterns/public/patterns/00-atoms-03-images-06-loading-icon/00-atoms-03-images-06-loading-icon.html | onedesign/one-weekly-wp | <!DOCTYPE html>
<html>
<head>
<title>Pattern Lab Pattern</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<!--
Remember that patterns are displayed from two-levels deep (e.g. patterns/patterntype-patternsubtype-patternname/patterntype-patternsubtype-patternname.html)
Therefore all calls to assets should have the ../../ in order to work in an apache-less environment
-->
<link rel="stylesheet" href="../../css/style.css" media="all" />
<script src="../../js/modernizr.js"></script>
</head>
<body>
<!-- Start of Pattern --><img src="../../images/ajax-loader.gif" alt="Loading" /> <!-- End of Pattern -->
<!--
Remember that patterns are displayed from two-levels deep (e.g. patterns/patterntype-patternsubtype-patternname/patterntype-patternsubtype-patternname.html)
Therefore all calls to assets should have the ../../ in order to work in an apache-less environment
-->
<!-- DO NOT MODIFY -->
<script>
// alert the iframe parent that the pattern has loaded. for page follow.
if (self != top) {
var targetOrigin = (window.location.protocol == "file:") ? "*" : window.location.protocol+"//"+window.location.host;
parent.postMessage( { "patternpartial": "{{ patternPartial }}", "path": window.location.toString() }, targetOrigin);
}
// if there are clicks on the iframe make sure the nav in the iframe parent closes
var body = document.getElementsByTagName('body');
body[0].onclick = function() {
var targetOrigin = (window.location.protocol == "file:") ? "*" : window.location.protocol+"//"+window.location.host;
parent.postMessage( { "bodyclick": "bodyclick" }, targetOrigin)
};
// find all links and add an onclick handler for replacing the iframe address so the history works
var aTags = document.getElementsByTagName('a');
for (a in aTags) {
aTags[a].onclick = function(e) {
e.preventDefault();
window.location.replace(this.getAttribute("href"));
};
}
// watch the iframe source so that it can be sent back to everyone else.
function receiveIframeMessage(event) {
// does the origin sending the message match the current host? if not dev/null the request
if ((window.location.protocol != "file:") && (event.origin !== window.location.protocol+"//"+window.location.host)) {
return;
}
if (event.data.path != undefined) {
var re = /patterns\/(.*)$/;
var path = window.location.protocol+"//"+window.location.host+window.location.pathname.replace(re,'')+event.data.path;
window.location.replace(path);
} else if (event.data.reload != undefined) {
window.location.reload();
}
}
window.addEventListener("message", receiveIframeMessage, false);
</script>
<!-- /DO NOT MODIFY -->
</body>
</html> |
_site/english word/2016/09/21/english-word.html | jinhaojie/jinhaojie.github.io |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="baidu-site-verification" content="5f1f7ad2a57c201714656f516cf11b94"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<title>english word 2016-09-21 - Jin Haojie(靳昊杰)</title>
<meta name="description" content="english word">
<meta name="keywords" content="word">
<meta name="author" content="justjavac">
<link rel="alternate" title="Jin Haojie(靳昊杰)" href="/atom.xml" type="application/rss+xml" />
<!--[if lt IE 9]>
<script src="http://libs.useso.com/js/html5shiv/3.7/html5shiv.min.js"></script>
<script src="http://libs.useso.com/js/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="/assets/themes/twitter/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="/assets/themes/twitter/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="/assets/themes/twitter/css/style.css?v=201312251006" rel="stylesheet" media="all" />
<link href="/assets/themes/twitter/css/pygments.css?v=201312251006" rel="stylesheet" media="all" />
<link rel="index prerender" title="Jin Haojie(靳昊杰)" href="/" />
<link rel="prev prerender" href="/linux/2016/09/20/linux-command.html" title="linux & shell command(持续更新)" />
<link rel="next prerender" href="/os/2016/09/21/linux-ubuntu.html" title="ubuntu(持续更新)" />
<link rel="apple-touch-icon" href="/assets/themes/twitter/images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/themes/twitter/images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/themes/twitter/images/apple-touch-icon-114x114.png">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand hidden-phone" href="/">Home</a>
<ul class="nav">
<li class="visible-phone"><a href="/">Home</a></li>
<li><a href="/categories.html">目录</a></li>
<li><a href="/resume.html">关于我</a></li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">我在这里<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://weibo.com/justjavac" target="_blank">微博</a></li>
<li><a href="http://www.zhihu.com/people/justjavac.com" target="_blank">知乎</a></li>
<li><a href="http://segmentfault.com/u/justjavac" target="_blank">segmentfault</a></li>
<li><a href="https://github.com/justjavac" target="_blank">github</a></li>
<li><a href="http://stackoverflow.com/users/343194/justjavac" target="_blank">stackoverflow</a></li>
</ul>
</li> -->
</ul>
</div>
</div>
</div>
<div class="container">
<div class="content">
<div class="page-header">
<h1>english word 2016-09-21 <small></small></h1>
</div>
<div class="row-fluid">
<div class="span8">
<div id="article">
<h4 id="toggle--tgl">toggle : [‘tɒg(ə)l]</h4>
<pre><code>
vt. 拴牢,系紧
n. 开关,触发器;拴扣;
</code></pre>
<hr />
<h4 id="whether--we">whether : [‘weðə]</h4>
<pre><code>
conj. 是否;不论
pron. 两个中的哪一个
</code></pre>
<hr />
<h4 id="feedback--fidbk">feedback : [‘fiːdbæk]</h4>
<pre><code>
n. 反馈;成果,资料;回复
</code></pre>
<hr />
<h4 id="discard--dskd">discard : [dɪ’skɑːd]</h4>
<pre><code>
vt. 抛弃;放弃;丢弃
vi. 放弃
n. 抛弃;被丢弃的东西或人
</code></pre>
<hr />
<h4 id="markdown--mkdn">markdown : [‘mɑːkdəʊn]</h4>
<pre><code>
n. 标低价,
</code></pre>
<hr />
<h4 id="interactive--ntrktv">interactive : [ɪntər’æktɪv]</h4>
<pre><code>
adj. 交互式的;相互作用的
</code></pre>
<hr />
<h4 id="deprecate--deprket">deprecate : [‘deprɪkeɪt]</h4>
<pre><code>
vt. 反对;抨击;轻视;声明不赞成
</code></pre>
<hr />
<h4 id="anchor--k">anchor : [‘æŋkə]</h4>
<pre><code>
n. 锚;抛锚停泊;靠山;新闻节目主播
vt. 抛锚;使固定;主持节目
vi. 抛锚
adj. 末棒的;最后一棒的
</code></pre>
<hr />
<p>继续阅读关于
<a href="/tags.html#word-ref" rel="tag">word</a>
<a href="/tags.html#单词-ref" rel="tag">单词</a>
的文章</p>
</div>
<hr/>
<div class="pagination">
<ul>
<li class="prev"><a href="/linux/2016/09/20/linux-command.html" title="linux & shell command(持续更新)">← 上一篇</a></li>
<li><a href="/archive.html">归档</a></li>
<li class="next"><a href="/os/2016/09/21/linux-ubuntu.html" title="ubuntu(持续更新)">下一篇 →</a></li>
</ul>
</div>
<p>
欢迎订阅我的微信公众帐号,只推送原创文字。欢迎扫描二维码订阅:<br/>
<img src="/assets/images/weixin-justjavac.jpg" alt="justjavac微信公众帐号"/>
</p>
<hr/>
<script type="text/javascript" id="wumiiRelatedItems"></script>
<script type="text/javascript">
var wumiiPermaLink = ""; //请用代码生成文章永久的链接
var wumiiTitle = "english word 2016-09-21"; //请用代码生成文章标题
var wumiiTags = "word,单词"; //请用代码生成文章标签,以英文逗号分隔,如:"标签1,标签2"
var wumiiCategories = ["english word"];
var wumiiSitePrefix = "http://justjavac.com/";
var wumiiParams = "&num=5&mode=3&pf=JAVASCRIPT";
</script>
<script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget"></script>
<a rel="nofollow" href="http://www.wumii.com/widget/relatedItems" style="border:0;">
<img src="http://static.wumii.cn/images/pixel.png" alt="无觅相关文章插件,快速提升流量" style="border:0;padding:0;margin:0;" />
</a>
<hr>
<!-- Duoshuo Comment BEGIN -->
<div id="comments" class="ds-thread" data-title="english word 2016-09-21" data-url="http://justjavac.com/english%20word/2016/09/21/english-word.html" data-thread-key="/english%20word/2016/09/21/english-word"></div>
<script type="text/javascript">
var duoshuoQuery = {short_name:"justjavac"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.src = 'http://static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<!-- Duoshuo Comment END -->
</div>
<aside class="span4">
<section>
<h3>推荐阅读</h3>
<ul id="recent_posts">
<li><a href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank">代码之谜 - 开篇/前言/序</a></li>
<li><a href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank">一个合格的程序员应该读过哪些书</a></li>
<li><a href="http://justjavac.com/other/2012/09/21/why-are-you-so-low-salary.html" target="_blank">你为什么薪水那么低</a></li>
<li><a href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank">为什么 ++[[]][+[]]+[+[]] = 10?</a></li>
<li><a href="http://justjavac.com/other/2012/09/20/a-programmer-mentees-recommendations.html" target="_blank">程序员之路——一个老程序员的忠告</a></li>
<li><a href="http://justjavac.com/other/2012/09/03/how-lazy-have-much-leisure.html" target="_blank">人有多大懒,才有多大闲</a></li>
<li><a href="http://justjavac.com/other/2012/05/15/whats-wrong-with-the-for-loop.html" target="_blank">for 循环为何可恨?</a></li>
<li><a href="http://justjavac.com/other/2012/05/24/introducing-the-for-if-anti-pattern.html" target="_blank">反for-if编程模式</a></li>
<li><a href="http://justjavac.com/javascript/2012/04/05/how-to-avoid-the-assignment-statement.html" target="_blank">如何避免产生赋值语句</a></li>
<li><a href="http://justjavac.com/other/2012/07/20/write-less-code.html" target="_blank">写更少的代码</a>
</ul>
</section>
<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html">
<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html">
<link rel="prerender" href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html">
<link rel="prerender" href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-operator.html">
<link rel="prerender" href="http://justjavac.com/other/2012/11/12/do-not-bool-as-function-parameters.html">
<link rel="prerender" href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html">
<section data-spy="affix" data-offset-top="418" class="hot_articles affix-top">
<h3>热门文章</h3>
<ul class="hots gray">
<li class="textItem">
<p class="itemTitle">
<span class="hot">1</span>
<a href="http://justjavac.com/codepuzzle/2012/09/25/codepuzzle-introduction.html" target="_blank" title="代码之谜(零)- 开篇/前言/序">
代码之谜(零)- 开篇/前言/序</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="hot">2</span>
<a href="http://justjavac.com/codepuzzle/2012/11/02/codepuzzle-float-from-surprised-to-ponder.html" target="_blank" title="代码之谜(四)- 浮点数(从惊讶到思考)">
代码之谜(四)- 浮点数(从惊讶到思考)</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="hot">3</span>
<a href="http://justjavac.com/javascript/2012/05/24/can-you-explain-why-10.html" target="_blank" title="为什么 ++[[]][+[]]+[+[]] = 10?">
为什么 ++[[]][+[]]+[+[]] = 10?</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">4</span>
<a href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-operator.html" target="_blank" title="代码之谜(三)- 运算符">
代码之谜(三)- 运算符</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">5</span>
<a href="http://justjavac.com/other/2012/11/12/do-not-bool-as-function-parameters.html" target="_blank" title="千万不要把 bool 当成函数参数">
千万不要把 bool 当成函数参数</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">6</span>
<a href="http://justjavac.com/other/2012/05/15/qualified-programmer-should-read-what-books.html" target="_blank" title="一个合格的程序员应该读过哪些书">
一个合格的程序员应该读过哪些书</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">7</span>
<a href="http://justjavac.com/codepuzzle/2012/10/28/codepuzzle-expression-and-statement.html" target="_blank" title="代码之谜(二)- 语句与表达式">
代码之谜(二)- 语句与表达式</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">8</span>
<a href="http://justjavac.com/codepuzzle/2012/10/15/codepuzzle-finite-and-infinite.html" target="_blank" title="代码之谜(一)- 有限与无限">
代码之谜(一)- 有限与无限</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">9</span>
<a href="http://justjavac.com/nosql/2012/04/13/redis-persistence-demystified.html" target="_blank" title="解密Redis持久化">
解密Redis持久化</a></p>
</li>
<li class="textItem">
<p class="itemTitle">
<span class="">10</span>
<a href="http://justjavac.com/codepuzzle/2012/11/11/codepuzzle-float-who-stole-your-accuracy.html" target="_blank" title="代码之谜(五)- 浮点数(谁偷了你的精度?)">
代码之谜(五)- 浮点数(谁偷了你的精度?)</a></p>
</li>
</ul>
</section>
</aside>
</div>
</div>
<footer>
<p>Jin Haojie的博客
<!-- © <a href="http://weibo.com/justjavac">@justjavac</a> 2012
基于 <a href="http://jekyllbootstrap.com" target="_blank" title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
和 <a href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a> 构建,
源码托管在 <a href="https://github.com/justjavac/justjavac.github.com" target="_blank">github</a> 上 -->
</p>
</footer>
</div>
<!-- <a class="v-fork-me" href="https://github.com/justjavac/justjavac.github.com" target="_blank" rel="nofollow">
<img src="/assets/themes/twitter/bootstrap/img/forkme_right_darkblue.png" alt="Fork me on GitHub">
</a> -->
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js"></script>
<script src="http://libs.baidu.com/jqueryui/1.9.0/jquery-ui.min.js "></script>
<script src="http://libs.baidu.com/bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="/assets/js/bootstrap-affix.js"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?5578a27c6c70bf44e7509eda26137f4c";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>
|
project/doc/gui/minimap/package-use.html | sekys/ivis | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_21) on Fri May 03 11:00:28 CEST 2013 -->
<TITLE>
Uses of Package gui.minimap
</TITLE>
<META NAME="date" CONTENT="2013-05-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Package gui.minimap";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?gui/minimap/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Package<br>gui.minimap</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../gui/minimap/package-summary.html">gui.minimap</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#gui.minimap"><B>gui.minimap</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="gui.minimap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Classes in <A HREF="../../gui/minimap/package-summary.html">gui.minimap</A> used by <A HREF="../../gui/minimap/package-summary.html">gui.minimap</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../gui/minimap/class-use/Map.html#gui.minimap"><B>Map</B></A></B>
<BR>
Vytvorenie akejsi Mapy, ktora kresli objekty do DrawingJPanel.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?gui/minimap/package-use.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
clean/Linux-x86_64-4.12.0-2.0.8/extra-dev/dev/paco/4.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>paco: 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 / paco - 4.1.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
paco
<small>
4.1.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-10-27 02:59:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-10-27 02:59: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 dev 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: "2.0"
maintainer: "minki.cho@sf.snu.ac.kr"
synopsis: "Coq library implementing parameterized coinduction"
homepage: "https://github.com/snu-sf/paco/"
dev-repo: "git+https://github.com/snu-sf/paco.git"
bug-reports: "https://github.com/snu-sf/paco/issues/"
authors: [
"Chung-Kil Hur <gil.hur@sf.snu.ac.kr>"
"Georg Neis <neis@mpi-sws.org>"
"Derek Dreyer <dreyer@mpi-sws.org>"
"Viktor Vafeiadis <viktor@mpi-sws.org>"
"Minki Cho <minki.cho@sf.snu.ac.kr>"
]
license: "BSD-3-Clause"
build: [make "-C" "src" "all" "-j%{jobs}%"]
install: [make "-C" "src" "-f" "Makefile.coq" "install"]
depends: [
"coq" {>= "8.9" & < "8.14~"}
]
tags: [
"date:2021-03-16"
"category:Computer Science/Programming Languages/Formal Definitions and Theory"
"category:Mathematics/Logic"
"keyword:co-induction"
"keyword:simulation"
"keyword:parameterized greatest fixed point"
"logpath:Paco"
]
url {
http: "https://github.com/snu-sf/paco/archive/v4.1.0.tar.gz"
checksum: "83ac51189c7f0224355e18478208c307"
}
</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-paco.4.1.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't be met:
- coq-paco -> coq < 8.14~ -> ocaml < 4.12
base of this switch (use `--unlock-base' to force)
Your request can'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-paco.4.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">
<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.14.1/hammer/1.1+8.9.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: 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.1 / hammer - 1.1+8.9</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hammer
<small>
1.1+8.9
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-29 02:51:29 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-29 02:51:29 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.1 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: "2.0"
maintainer: "palmskog@gmail.com"
homepage: "https://github.com/lukaszcz/coqhammer"
dev-repo: "git+https://github.com/lukaszcz/coqhammer.git"
bug-reports: "https://github.com/lukaszcz/coqhammer/issues"
license: "LGPL-2.1-only"
build: [
[make "-j%{jobs}%" {ocaml:version >= "4.06"}]
[make "tests"] {with-test}
]
install: [ make "install" ]
depends: [
"ocaml"
"conf-g++" {build}
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:hammer"
"date:2019-02-11"
"logpath:Hammer"
]
authors: [
"Lukasz Czajka <lukaszcz@mimuw.edu.pl>"
"Cezary Kaliszyk <cezary.kaliszyk@uibk.ac.at>"
"Burak Ekici <burak.ekici@uibk.ac.at>"
]
synopsis: "Automation for Dependent Type Theory"
url {
src: "https://github.com/lukaszcz/coqhammer/archive/v1.1-coq8.9.tar.gz"
checksum: "md5=76a72dd942b2f6d4f6392b0a9f44af02"
}
</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-hammer.1.1+8.9 coq.8.14.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.14.1).
The following dependencies couldn't be met:
- coq-hammer -> coq < 8.10~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-hammer.1.1+8.9</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
|
fortran/doc/html/structtensor__def_1_1coolistelem.html | Climdyn/MAOOAM | <!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>tensor_def::coolistelem Type 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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="MAOOAM_small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectbrief">A Modular Arbitrary-Order Ocean-Atmosphere Model</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacetensor__def.html">tensor_def</a></li><li class="navelem"><a class="el" href="structtensor__def_1_1coolistelem.html">coolistelem</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pri-attribs">Private Attributes</a> |
<a href="structtensor__def_1_1coolistelem-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">tensor_def::coolistelem Type Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>Coordinate list element type. Elementary elements of the sparse tensors.
<a href="structtensor__def_1_1coolistelem.html#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:a72243a3a466371a2d71ba4a9da505a34"><td class="memItemLeft" align="right" valign="top"><a id="a72243a3a466371a2d71ba4a9da505a34"></a>
integer </td><td class="memItemRight" valign="bottom"><a class="el" href="structtensor__def_1_1coolistelem.html#a72243a3a466371a2d71ba4a9da505a34">j</a></td></tr>
<tr class="memdesc:a72243a3a466371a2d71ba4a9da505a34"><td class="mdescLeft"> </td><td class="mdescRight">Index \(j\) of the element. <br /></td></tr>
<tr class="separator:a72243a3a466371a2d71ba4a9da505a34"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a644211f265e9a4fc712f3bc7d1362712"><td class="memItemLeft" align="right" valign="top"><a id="a644211f265e9a4fc712f3bc7d1362712"></a>
integer </td><td class="memItemRight" valign="bottom"><a class="el" href="structtensor__def_1_1coolistelem.html#a644211f265e9a4fc712f3bc7d1362712">k</a></td></tr>
<tr class="memdesc:a644211f265e9a4fc712f3bc7d1362712"><td class="mdescLeft"> </td><td class="mdescRight">Index \(k\) of the element. <br /></td></tr>
<tr class="separator:a644211f265e9a4fc712f3bc7d1362712"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a67b9432a8f7621a51129b48e3749bdf0"><td class="memItemLeft" align="right" valign="top"><a id="a67b9432a8f7621a51129b48e3749bdf0"></a>
real(kind=8) </td><td class="memItemRight" valign="bottom"><a class="el" href="structtensor__def_1_1coolistelem.html#a67b9432a8f7621a51129b48e3749bdf0">v</a></td></tr>
<tr class="memdesc:a67b9432a8f7621a51129b48e3749bdf0"><td class="mdescLeft"> </td><td class="mdescRight">Value of the element. <br /></td></tr>
<tr class="separator:a67b9432a8f7621a51129b48e3749bdf0"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Coordinate list element type. Elementary elements of the sparse tensors. </p>
<p class="definition">Definition at line <a class="el" href="tensor__def_8f90_source.html#l00023">23</a> of file <a class="el" href="tensor__def_8f90_source.html">tensor_def.f90</a>.</p>
</div><hr/>The documentation for this type was generated from the following file:<ul>
<li><a class="el" href="tensor__def_8f90_source.html">tensor_def.f90</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Jun 26 2020 17:41:24 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
clean/Linux-x86_64-4.10.1-2.0.6/released/8.11.2/founify/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>founify: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.2 / founify - 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>
founify
<small>
8.10.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-03-31 05:27:10 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-03-31 05:27:10 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1 Official release 4.10.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/founify"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FOUnify"]
depends: [
"camlp5"
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: First-order Unification"
"keyword: Robinson"
"category: Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"category: Miscellaneous/Extracted Programs/Type checking unification and normalization"
]
authors: [
"Jocelyne Rouyer"
]
bug-reports: "https://github.com/coq-contribs/founify/issues"
dev-repo: "git+https://github.com/coq-contribs/founify.git"
synopsis: "Correctness and extraction of the unification algorithm"
description: """
A notion of terms based on symbols without fixed arities is defined
and an extended unification problem is proved solvable on these terms.
An algorithm, close from Robinson algorithm, can be extracted from the
proof."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/founify/archive/v8.10.0.tar.gz"
checksum: "md5=2f68b8dc8c863e75077d1667a36cf10f"
}
</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-founify.8.10.0 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2).
The following dependencies couldn't be met:
- coq-founify -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' 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-founify.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">
<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>
|
components/core-iconset/demo.html | GDGTC/gdgtc-site-polymer | <!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<html>
<head>
<title>core-iconset</title>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="core-iconset.html">
<link rel="import" href="../core-icon/core-icon.html">
</head>
<body unresolved>
<!-- Register an icon set; you can do this anywhere, including an HTMLImport! -->
<core-iconset id="my-icons" src="my-icons.png" width="96" iconSize="24"
icons="location place starta stopb bus car train walk">
</core-iconset>
<core-iconset id="my-icons-big" src="my-icons-big.png" width="192" iconSize="48"
icons="location place starta stopb bus car train walk">
</core-iconset>
<!-- Now create a bunch of icons using our iconset -->
<core-icon icon="my-icons:location"></core-icon>
<core-icon icon="my-icons:place"></core-icon>
<core-icon icon="my-icons:starta"></core-icon>
<core-icon icon="my-icons:stopb"></core-icon>
<core-icon icon="my-icons:bus"></core-icon>
<core-icon icon="my-icons:car"></core-icon>
<core-icon icon="my-icons:train"></core-icon>
<core-icon icon="my-icons:walk"></core-icon>
<br>
<!-- icons may also be specified by index -->
<style>
.embiggen core-icon {
width: 48px;
height: 48px;
}
</style>
<div class="embiggen">
<core-icon icon="my-icons-big:0"></core-icon>
<core-icon icon="my-icons-big:1"></core-icon>
<core-icon icon="my-icons-big:2"></core-icon>
<core-icon icon="my-icons-big:3"></core-icon>
<core-icon icon="my-icons-big:4"></core-icon>
<core-icon icon="my-icons-big:5"></core-icon>
<core-icon icon="my-icons-big:6"></core-icon>
<core-icon icon="my-icons-big:7"></core-icon>
</div>
</body>
</html>
|
doc/api/classes/SeleniumPoetry.src/M000010.html | viniciusteles/selenium_poetry | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>should_have_text (SeleniumPoetry)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
<pre><span class="ruby-comment cmt"># File lib/selenium_poetry.rb, line 134</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">should_have_text</span>(<span class="ruby-identifier">key</span>, <span class="ruby-identifier">text</span>)
<span class="ruby-identifier">run_protected</span> <span class="ruby-keyword kw">do</span>
<span class="ruby-identifier">assert_text</span> <span class="ruby-ivar">@selectors</span>[<span class="ruby-identifier">key</span>], <span class="ruby-identifier">text</span>
<span class="ruby-keyword kw">end</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html> |
local_resources/unit_test_coverage/overview-summary.html | kenoir/JS-Timeline-Presentation-BBC-knl | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Coverage Results Overview</title>
<LINK REL="stylesheet" TYPE="text/css" TITLE="Style" href="stylesheet.css">
</head>
<body onload="open('allclasses-frame.html','classListFrame')">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="bannercell" rowspan="2"><a href="http://www.phing.info/"><img src="http://www.phing.info/images/phing.gif" alt="http://www.phing.info/" align="left" border="0"></a></td>
<td style="text-align:right"><h2>Source Code Coverage</h2></td>
</tr>
<tr><td style="text-align:right">Designed for use with <a href="http://www.phpunit.de">PHPUnit</a>, <a href="http://www.xdebug.org/">Xdebug</a> and <a href="http://www.phing.info/">Phing</a>.</td></tr>
</table>
<hr size="1">
<table class="log" cellpadding="5" cellspacing="0" width="100%"><tr class="a">
<td class="small">Packages: 3</td>
<td class="small">Subpackages: 0</td>
<td class="small">Classes: 12</td>
<td class="small">Methods: 83</td>
<td class="small">LOC: 1607</td>
<td class="small">Statements: 346</td>
</tr></table>
<br><table class="log" cellpadding="5" cellspacing="0" width="100%">
<tr>
<th width="100%" nowrap></th>
<th>Statements</th>
<th>Methods</th>
<th width="350" colspan="2" nowrap>Total coverage</th>
</tr>
<tr class="a">
<td><b>Project </b></td>
<td>85.0%</td>
<td>92.8%</td>
<td>86.5%</td>
<td><table cellspacing="0" cellpadding="0" border="0" width="100%" style="display: inline"><tr>
<td class="covered" width="173" height="12"> </td>
<td class="uncovered" width="27" height="12"> </td>
</tr></table></td>
</tr>
<tr><td colspan="4"><br></td></tr>
</table>
<table class="log sortable" cellpadding="5" cellspacing="0" width="100%">
<tr>
<th width="100%">Packages</th>
<th>Statements</th>
<th>Methods</th>
<th width="350" colspan="2" nowrap>Total coverage</th>
</tr>
<tr class="a">
<td><a href="Zend/Validate/package-summary.html">Zend_Validate</a></td>
<td>0.0%</td>
<td>-</td>
<td>0.0%</td>
<td><table cellspacing="0" cellpadding="0" border="0" width="100%" style="display: inline"><tr><td class="uncovered" width="200" height="12"> </td></tr></table></td>
</tr>
<tr class="b">
<td><a href="default/package-summary.html">default</a></td>
<td>100.0%</td>
<td>66.7%</td>
<td>85.7%</td>
<td><table cellspacing="0" cellpadding="0" border="0" width="100%" style="display: inline"><tr>
<td class="covered" width="171" height="12"> </td>
<td class="uncovered" width="29" height="12"> </td>
</tr></table></td>
</tr>
<tr class="a">
<td><a href="Kltimeline/package-summary.html">Kltimeline</a></td>
<td>85.5%</td>
<td>93.8%</td>
<td>87.1%</td>
<td><table cellspacing="0" cellpadding="0" border="0" width="100%" style="display: inline"><tr>
<td class="covered" width="174" height="12"> </td>
<td class="uncovered" width="26" height="12"> </td>
</tr></table></td>
</tr>
</table>
<table width="100%">
<tr><td><hr noshade size="1"></td></tr>
<tr><td class="small">Report generated at 2012-08-07T12:41:41+01:00</td></tr>
</table>
</body>
</html>
|
app/views/includes/macros/phase-banner/standard.html | wayneddgu/fit2drive-ux | {% macro input(noback, verify) %}
{% if verify %}
<div id="available-languages">
{% else %}
<div class="grid-row phase">
{% include "includes/phase_banner.html" %}
</div>
{% endif %}
{% if noback %}
{% else %}
<div class="grid-row back">
{% include "includes/buttons/back.html" %}
</div>
{% endif %}
{% if verify %}
<div class="grid-row">
<div class="available-languages">
<ul>
<li class="translation">
<span>English</span>
</li>
<li class="translation last">
<a lang="cy" hreflang="cy" href="/am">Cymraeg</a>
</li>
</ul>
</div>
</div>
</div>
{% else %}
{% endif %}
{% endmacro %}
|
ad861e1/html/classv8_1_1_debug_1_1_event_details-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.9.1"/>
<title>V8 API Reference Guide for node.js v0.4.5: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v0.4.5
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_debug.html">Debug</a></li><li class="navelem"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">EventDetails</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">v8::Debug::EventDetails Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#a3c1eff8397db7c91e9c687f48d400665">GetCallbackData</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#ae663e7607d27c3252049eea077a83e08">GetClientData</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#ac871568e8cfd43bbf2cdac62add34ed0">GetEvent</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#a2c98fc8b2848105c37fc60a04b35dfa5">GetEventContext</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetEventData</b>() const =0 (defined in <a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a>)</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html#abf0997988e1e3f0780c0d3f19b4e3b8a">GetExecutionState</a>() const =0</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~EventDetails</b>() (defined in <a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a>)</td><td class="entry"><a class="el" href="classv8_1_1_debug_1_1_event_details.html">v8::Debug::EventDetails</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Aug 11 2015 23:47:04 for V8 API Reference Guide for node.js v0.4.5 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.9.1
</small></address>
</body>
</html>
|
L05/task05-11.html | EpicDeng/FE6 | <!--
// 作业 11
//
// 实现一个登录页, 页面中有 2 个标签分别是用户名输入框和登录按钮
// 给登录按钮绑定一个 click 事件
// 检查用户名是否符合如下规则
// 1,第一位是字母
// 2,最小长度2
//
// 如果符合规则, log '检查合格'
// 如果不符合, log '用户名错误'
//
// 需要补全的代码自行解决
//
// 带检查的登录页面
// 写出页面
// 在页面 </body> 结束之前写 script 标签
// 在 script 标签中写代码
// 查找按钮, 按照上课代码绑定一个事件处理函数
// 在函数中查找输入框并获取用户输入值 input.value(input 是引用输入框的变量)
// 判断是否合乎规则并 log
// 以下是提交作业代码
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fe 6 Lesson 5 Task 11</title>
<style>
.login-form {
font: 95% "微软雅黑", Arial, Helvetica, sans-serif;
max-width: 400px;
margin: 10px;
padding: 16px;
background: #F7F7F7;
}
.login-form h1 {
background: #43D1AF;
padding: 20px 0;
font-size: 140%;
font-weight: 300;
text-align: center;
color: #fff;
margin: -16px -16px 16px -16px;
}
.login-form input[type="text"],
.login-form input[type="password"],
.login-form textarea,
.login-form select {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
background: #fff;
margin-bottom: 4%;
border: 1px solid #ccc;
padding: 3%;
color: #555;
font: 95% "微软雅黑", Arial, Helvetica, sans-serif;
}
.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus,
.login-form textarea:focus,
.login-form select:focus {
box-shadow: 0 0 5px #43D1AF;
padding: 3%;
border: 1px solid #43D1AF;
}
.login-form button {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
padding: 3%;
background: #43D1AF;
border-bottom: 2px solid #30C29E;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #fff;
}
.login-form button:hover {
background: #2EBC99;
cursor: pointer;
}
.login-form button:active {
background: #43D1AF;
}
</style>
</head>
<body>
<div class="login-form">
<h1>用户登录</h1>
<form>
<input type="text" id="id-input-username" placeholder="用户名 *">
<input type="password" id="id-input-password" placeholder="密码 *">
<button type="button" id="id-button-login">登录</button>
</form>
</div>
<script>
var log = console.log.bind(console)
var e = function(selector) {
var element = document.querySelector(selector)
if (element == null) {
var s = `元素没有找到,选择器${selector} 没有找到或者 js 没有放在 body 前面`
alert(s)
} else {
return element
}
}
var auth = function() {
var username = e("#id-input-username")
var username_value = username.value
var alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
var pass = false
if (username_value.length == 0) {
// 用户名错误:不能为空
} else if (username_value.length < 2) {
// 用户名错误:长度不能小于2
} else if (!alphabet.includes(username_value[0])) {
// 用户名错误:第一位必须是字母
} else {
// 检查合格
pass = true
}
if (pass) {
log("检查合格")
} else {
log("用户名错误")
}
}
var start = function() {
var btn = e("#id-button-login")
btn.addEventListener("click", auth);
}
var __main = function() {
start()
}
__main()
</script>
</body>
</html>
|
all-data/18000-18999/18531-22.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">熊羆之祥</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄒㄩㄥ<sup class="subfont">ˊ</sup> ㄆ|<sup class="subfont">ˊ</sup> ㄓ ㄒ|ㄤ<sup class="subfont">ˊ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">xióng pí zhī xiáng</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">生男子的預兆。見<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>熊羆入夢<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>條。三國志˙卷二十四˙魏書˙高柔傳:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>陛下聰達,窮理盡性,而頃皇子連多夭折,熊羆之祥又未感應。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
|
_includes/head.html | ajeetblog/blog | <head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ site.title }} | {{ page.title }} {% else %}{{ site.title }} | {{ site.description }}{% endif %}</title>
{% if page.description %}
<meta name="description" content="{{ page.description }}" />
<meta property="og:description" content="{{ page.description }}" />
<meta property="og:title" content="{{ page.title }} | {{ site.title }}" />
<meta property="og:type" content="article">
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
{% else %}
<meta name="description" content="{{ site.description }}">
<meta property="og:description" content="{{ site.description }}" />
<meta property="og:title" content="{{ site.title }} | {{ site.description }}" />
<meta property="og:type" content="blog">
<meta property="og:url" content="{{ site.url }}" />
{% endif %}
<meta property="og:site_name" content="{{ site.title }} - {{ site.description }}" />
<meta property="og:locale" content="en_GB" />
{% if page.img %}
<meta name="twitter:image" content="{{ site.url }}{{ page.img }}">
<meta property="og:image" content="{{ site.url }}{{ page.img }}" />
{% else %}
<meta name="twitter:image" content="{{ site.url }}images/social/logo.png">
<meta property="og:image" content="{{ site.url }}images/social/logo.png" />
{% endif %}
<meta name="twitter:image:alt" content="{{ site.title }}">
<meta name="twitter:card" content="summary" />
{% assign user = site.data.authors | where: "author", page.author %}
{% if user.size == 1 %}
{% for author in user %}
<meta name="twitter:creator" content="@{{ author.twitter }}" />
<meta name="twitter:site" content="@{{ author.twitter }}" />
{% endfor %}
{% else %}
<meta name="twitter:creator" content="@ajeetchouksey27" />
<meta name="twitter:site" content="@ajeetchouksey27" />
{% endif %}
{% if page.title %}
<meta name="twitter:title" content="{{ site.title }} | {{ page.title }}" />
{% else %}
<meta name="twitter:title" content="{{ site.title }} | {{ site.description }}" />
{% endif %}
{% if page.keywords %}
<meta name="keywords" content="{{ page.keywords }}" />
{% else %}
<meta name="keywords" content="PowerShell, DSC, DevOps, Visual Studio, Visual Studio Team Services, VSTS, Application Lifecycle Management, Extensions, Extensibility, Azure"/>
{% endif %}
<link rel="stylesheet" href="{{ "/css/main.css " | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5a45f2a7a7b84566"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Kreon|Roboto+Slab|Bitter' rel='stylesheet' type='text/css'>
{% if page.keywords %}
<meta name="keywords" content="{{ page.keywords }}" />
{% else %}
<meta name="keywords" content="Azure, DevOps, VSTS, VisualStudio, Docker, Container, LogicApps, Azure Functions" />
{% endif %}
{% if page.url %}
<meta name="twitter:url" content="{{ site.url }}{{ page.url }}">
{% endif %}
{% if page.description %}
<meta name="twitter:description" content="{{ page.description }}">
{% else %}
<meta name="twitter:description" content="{{ site.description }}">
{% endif %}
{% if page.date %}
<meta property="article:published_time" content="{{ page.date | date: "%Y-%m-%d" }}">
{% endif %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
</head>
|
public/css/hyde.css | albarincon/albarincon.github.io | /*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/
/*
* Contents
*
* Global resets
* Sidebar
* Container
* Reverse layout
* Themes
*/
/*
* Global resets
*
* Update the foundational and global aspects of the page.
*/
html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
html {
font-size: 16px;
}
}
@media (min-width: 58em) {
html {
font-size: 20px;
}
}
/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/
.sidebar {
text-align: center;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}
}
/* Sidebar links */
.sidebar a {
color: #fff;
}
.sidebar .social-icons {
margin-top: 50px;
padding-left: 0px;
list-style-type: none;
color: #fffff;
font-size: 2em;
}
.sidebar .social-icons li {
float: left;
margin-right: 15px;
opacity: 0.5;
}
.sidebar .social-icons li a {
text-decoration: none;
}
.sidebar .social-icons li:hover {
opacity: 1;
}
/* About section */
.sidebar-about h1 {
color: #fff;
margin-top: 0;
/*font-family: "Abril Fatface", serif;*/
font-size: 3.25rem;
}
/* Sidebar nav */
.sidebar-nav {
margin-bottom: 1rem;
}
.sidebar-nav-item {
display: block;
line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: underline;
}
.sidebar-nav-item.active {
font-weight: bold;
}
/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
}
/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/
.content {
padding-top: 4rem;
padding-bottom: 4rem;
}
@media (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 20rem;
margin-right: 2rem;
}
}
@media (min-width: 64em) {
.content {
margin-left: 22rem;
margin-right: 4rem;
}
}
/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/
@media (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2rem;
margin-right: 20rem;
}
}
@media (min-width: 64em) {
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem;
}
}
/*
* Themes
*
* As of v1.1, Hyde includes optional themes to color the sidebar and links
* within blog posts. To use, add the class of your choosing to the `body`.
*/
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
.theme-base-08 .sidebar {
background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}
/* Orange */
.theme-base-09 .sidebar {
background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}
/* Yellow */
.theme-base-0a .sidebar {
background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}
/* Green */
.theme-base-0b .sidebar {
background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}
/* Cyan */
.theme-base-0c .sidebar {
background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}
/* Blue */
.theme-base-0d .sidebar {
background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}
/* Magenta */
.theme-base-0e .sidebar {
background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}
/* Brown */
.theme-base-0f .sidebar {
background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
|
docs/api/org/springframework/web/multipart/class-use/MultipartException.html | dachengxi/spring1.1.1_source | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 30 22:15:52 GMT+01:00 2004 -->
<TITLE>
Uses of Class org.springframework.web.multipart.MultipartException (Spring Framework)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.springframework.web.multipart.MultipartException (Spring Framework)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultipartException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>org.springframework.web.multipart.MultipartException</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.multipart"><B>org.springframework.web.multipart</B></A></TD>
<TD>Multipart resolution framework for handling file uploads.
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.multipart.commons"><B>org.springframework.web.multipart.commons</B></A></TD>
<TD>MultipartResolver implementation for
<a href="http://jakarta.apache.org/commons/fileupload">Jakarta Commons FileUpload</a>. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.springframework.web.multipart.cos"><B>org.springframework.web.multipart.cos</B></A></TD>
<TD>MultipartResolver implementation for Jason Hunter's
<a href="http://servlets.com/cos">COS (com.oreilly.servlet)</a>. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.multipart"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A> in <A HREF="../../../../../org/springframework/web/multipart/package-summary.html">org.springframework.web.multipart</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Subclasses of <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A> in <A HREF="../../../../../org/springframework/web/multipart/package-summary.html">org.springframework.web.multipart</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/springframework/web/multipart/MaxUploadSizeExceededException.html" title="class in org.springframework.web.multipart">MaxUploadSizeExceededException</A></B></CODE>
<BR>
MultipartException subclass thrown when an upload exceeds the
maximum allowed size.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/springframework/web/multipart/package-summary.html">org.springframework.web.multipart</A> that throw <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/springframework/web/multipart/MultipartHttpServletRequest.html" title="interface in org.springframework.web.multipart">MultipartHttpServletRequest</A></CODE></FONT></TD>
<TD><CODE><B>MultipartResolver.</B><B><A HREF="../../../../../org/springframework/web/multipart/MultipartResolver.html#resolveMultipart(javax.servlet.http.HttpServletRequest)">resolveMultipart</A></B>(javax.servlet.http.HttpServletRequest request)</CODE>
<BR>
Parse the given HTTP request into multipart files and parameters,
and wrap the request inside a MultipartHttpServletRequest object
that provides access to file descriptors and makes contained
parameters accessible via the standard ServletRequest methods.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.multipart.commons"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A> in <A HREF="../../../../../org/springframework/web/multipart/commons/package-summary.html">org.springframework.web.multipart.commons</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/springframework/web/multipart/commons/package-summary.html">org.springframework.web.multipart.commons</A> that throw <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/springframework/web/multipart/MultipartHttpServletRequest.html" title="interface in org.springframework.web.multipart">MultipartHttpServletRequest</A></CODE></FONT></TD>
<TD><CODE><B>CommonsMultipartResolver.</B><B><A HREF="../../../../../org/springframework/web/multipart/commons/CommonsMultipartResolver.html#resolveMultipart(javax.servlet.http.HttpServletRequest)">resolveMultipart</A></B>(javax.servlet.http.HttpServletRequest request)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.springframework.web.multipart.cos"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A> in <A HREF="../../../../../org/springframework/web/multipart/cos/package-summary.html">org.springframework.web.multipart.cos</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/springframework/web/multipart/cos/package-summary.html">org.springframework.web.multipart.cos</A> that throw <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart">MultipartException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/springframework/web/multipart/MultipartHttpServletRequest.html" title="interface in org.springframework.web.multipart">MultipartHttpServletRequest</A></CODE></FONT></TD>
<TD><CODE><B>CosMultipartResolver.</B><B><A HREF="../../../../../org/springframework/web/multipart/cos/CosMultipartResolver.html#resolveMultipart(javax.servlet.http.HttpServletRequest)">resolveMultipart</A></B>(javax.servlet.http.HttpServletRequest request)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/springframework/web/multipart/MultipartException.html" title="class in org.springframework.web.multipart"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="MultipartException.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright (C) 2003-2004 The Spring Framework Project.</i>
</BODY>
</HTML>
|
jinput/jinput_coreapi_javadoc/apidocs/serialized-form.html | CoffeeCone/GameBoard | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed May 24 20:18:27 BST 2006 -->
<TITLE>
Serialized Form
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Serialized Form";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>net.java.games.input.test</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="net.java.games.input.test.ControllerReadTest"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="net/java/games/input/test/ControllerReadTest.html" title="class in net.java.games.input.test">net.java.games.input.test.ControllerReadTest</A> extends javax.swing.JFrame implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
controllers</H3>
<PRE>
java.util.List <B>controllers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A>
<A HREF="serialized-form.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
src/app/line-chart/line-chart.component.html | sfoubert/ng-crypto-currency | <div class="d3-chart" #chart></div> |
.tmp/play/playView.html | marielb/leapleaprevolution | <div id="play" ng-show="isLoaded" role="main"><div id="header" ng-controller="GameStateCtrl"><h1>leap leap <span>revolution</span></h1></div><div id="main-inner"><div class="top"><div class="left"><form id="songCompleteForm"><input id="artistForm" placeholder="Enter Artist Name"/><input id="songForm" placeholder="Enter Song Name"/><p id="song_info"></p></form><div class="lyrics"></div></div><div class="right"><div class="expand"></div><div class="motion"><div class="motionpic"></div><div class="motionwords"></div></div></div></div><div class="players"></div></div></div> |
src/app/email/email.component.html | projekt-kreatywa/tpv-coffee-project-team-app | <!--<div class="row">
<div class="column">-->
<a routerLink="/login" id="goback">Go back</a>
<h2>Custom Login</h2>
<span class="error" *ngIf="error" [@fallIn]='state'>{{ error }}</span>
<form #formData='ngForm' (ngSubmit)="onSubmit(formData)">
<input type="text" placeholder="Email address.." (ngModel)="email" name="email" class="txt" required>
<input type="password" placeholder="Password" (ngModel)="password" name="password" class="txt" required>
<button type="submit" [disabled]="!formData.valid" class="basic-btn">Log in</button>
<a routerLink="/signup" class="alc">Don't have an account?</a>
</form>
<!--</div>
</div>--> |
docs/code/class/Yapf.html | Glavin001/atom-beautify | <!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<title>Atom-Beautify Documentation</title>
<script src='../javascript/application.js'></script>
<script src='../javascript/search.js'></script>
<link rel='stylesheet' href='../stylesheets/application.css' type='text/css'>
</head>
<body>
<div id='base' data-path='../'></div>
<div id='header'>
<div id='menu'>
<a href='../extra/README.md.html' title='Atom-Beautify'>
Atom-Beautify
</a>
»
<a href='../alphabetical_index.html' title='Index'>
Index
</a>
»
<span class='title'>Yapf</span>
</div>
</div>
<div id='content'>
<h1>
Class:
Yapf
</h1>
<table class='box'>
<tr>
<td>Defined in:</td>
<td>src/beautifiers/yapf.coffee</td>
</tr>
<tr>
<td>Inherits:</td>
<td>
<a href='../class/Beautifier.html'>Beautifier</a>
</td>
</tr>
</table>
<h2>Variables Summary</h2>
<dl class='constants'>
<dt id='name-variable'>
name
=
</dt>
<dd>
<pre><code class='coffeescript'>"yapf"</code></pre>
</dd>
<dt id='link-variable'>
link
=
</dt>
<dd>
<pre><code class='coffeescript'>"https://github.com/google/yapf"</code></pre>
</dd>
<dt id='isPreInstalled-variable'>
isPreInstalled
=
</dt>
<dd>
<pre><code class='coffeescript'>false</code></pre>
</dd>
<dt id='options-variable'>
options
=
</dt>
<dd>
<pre><code class='coffeescript'>{
Python: false
}</code></pre>
</dd>
</dl>
<h3 class='inherited'>
Variable inherited from
<a href='../class/Beautifier.html'>Beautifier</a>
</h3>
<p class='inherited'>
<a href='../class/Beautifier.html#Promise-variable'>Promise</a>
<a href='../class/Beautifier.html#name-variable'>name</a>
<a href='../class/Beautifier.html#options-variable'>options</a>
<a href='../class/Beautifier.html#executables-variable'>executables</a>
<a href='../class/Beautifier.html#_exe-variable'>_exe</a>
<a href='../class/Beautifier.html#languages-variable'>languages</a>
<a href='../class/Beautifier.html#beautify-variable'>beautify</a>
<a href='../class/Beautifier.html#logger-variable'>logger</a>
</p>
<h2>Instance Method Summary</h2>
<ul class='summary'>
<li>
<span class='signature'>
<a href='#beautify-dynamic'>
#
(void)
<b>beautify</b><span>(text, language, options)</span>
</a>
</span>
<span class='desc'>
</span>
</li>
</ul>
<h2>
<small>Inherited Method Summary</small>
<h3 class='inherited'>
Methods inherited from
<a href='../class/Beautifier.html'>Beautifier</a>
</h3>
<p class='inherited'>
<a href='../class/Beautifier.html#isPreInstalled-dynamic'>#isPreInstalled</a>
<a href='../class/Beautifier.html#loadExecutables-dynamic'>#loadExecutables</a>
<a href='../class/Beautifier.html#exe-dynamic'>#exe</a>
<a href='../class/Beautifier.html#deprecate-dynamic'>#deprecate</a>
<a href='../class/Beautifier.html#deprecateOptionForExecutable-dynamic'>#deprecateOptionForExecutable</a>
<a href='../class/Beautifier.html#tempFile-dynamic'>#tempFile</a>
<a href='../class/Beautifier.html#readFile-dynamic'>#readFile</a>
<a href='../class/Beautifier.html#findFile-dynamic'>#findFile</a>
<a href='../class/Beautifier.html#getDefaultLineEnding-dynamic'>#getDefaultLineEnding</a>
<a href='../class/Beautifier.html#which-dynamic'>#which</a>
<a href='../class/Beautifier.html#run-dynamic'>#run</a>
<a href='../class/Beautifier.html#setupLogger-dynamic'>#setupLogger</a>
</p>
</h2>
<h2>Instance Method Details</h2>
<div class='methods'>
<div class='method_details'>
<p class='signature' id='beautify-dynamic'>
#
(void)
<b>beautify</b><span>(text, language, options)</span>
<br>
</p>
</div>
</div>
</div>
<div id='footer'>
By
<a href='https://github.com/coffeedoc/codo' title='CoffeeScript API documentation generator'>
Codo
</a>
2.1.2
✲
Press H to see the keyboard shortcuts
✲
<a href='http://twitter.com/netzpirat' target='_parent'>@netzpirat</a>
✲
<a href='http://twitter.com/_inossidabile' target='_parent'>@_inossidabile</a>
</div>
<iframe id='search_frame'></iframe>
<div id='fuzzySearch'>
<input type='text'>
<ol></ol>
</div>
<div id='help'>
<p>
Quickly fuzzy find classes, mixins, methods, file:
</p>
<ul>
<li>
<span>T</span>
Open fuzzy finder dialog
</li>
</ul>
<p>
Control the navigation frame:
</p>
<ul>
<li>
<span>L</span>
Toggle list view
</li>
<li>
<span>C</span>
Show class list
</li>
<li>
<span>I</span>
Show mixin list
</li>
<li>
<span>F</span>
Show file list
</li>
<li>
<span>M</span>
Show method list
</li>
<li>
<span>E</span>
Show extras list
</li>
</ul>
<p>
You can focus and blur the search input:
</p>
<ul>
<li>
<span>S</span>
Focus search input
</li>
<li>
<span>Esc</span>
Blur search input
</li>
</ul>
</div>
</body>
</html> |
application/static/css/layout.css | pawl/CalendarAdmin | /* Global Styles */
/* ------------------------------- */
body {
padding-top: 0px;
background-color: #f8f8f8;
}
/* Wrappers */
/* ------------------------------- */
#wrapper {
width: 100%;
}
#page-wrapper {
padding: 0 15px;
min-height: 568px;
background-color: #fff;
}
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 250px;
padding: 0 30px;
border-left: 1px solid #e7e7e7;
}
}
/* Navigation */
/* ------------------------------- */
/* Top Right Navigation Dropdown Styles */
.navbar-top-links li {
display: inline-block;
}
.navbar-top-links li:last-child {
margin-right: 15px;
}
.navbar-top-links li a {
padding: 15px;
min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
width: 310px;
min-width: 0;
}
.navbar-top-links .dropdown-messages {
margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
margin-left: -123px;
}
.navbar-top-links .dropdown-user {
right: 0;
left: auto;
}
/* Sidebar Menu Styles */
.navbar-static-side ul li {
border-bottom: 1px solid #e7e7e7;
}
.sidebar-search {
padding: 15px;
}
.arrow {
float: right;
}
.fa.arrow:before {
content: "\f104";
}
.active > a > .fa.arrow:before {
content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
border-bottom: none !important;
}
.nav-second-level li a {
padding-left: 37px;
}
.nav-third-level li a {
padding-left: 52px;
}
@media(min-width:768px) {
.navbar-static-side {
z-index: 1;
position: absolute;
width: 250px;
margin-top: 51px;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
margin-left: auto;
}
}
@media(max-height:600px) and (max-width:767px) {
.sidebar-collapse {
max-height: 300px;
overflow-y: scroll;
}
}
@media(max-height:400px) and (max-width:767px) {
.sidebar-collapse {
max-height: 200px;
overflow-y: scroll;
}
}
/* Buttons */
/* ------------------------------- */
.btn-outline {
color: inherit;
background-color: transparent;
transition: all .5s;
}
.btn-primary.btn-outline {
color: #428bca;
}
.btn-success.btn-outline {
color: #5cb85c;
}
.btn-info.btn-outline {
color: #5bc0de;
}
.btn-warning.btn-outline {
color: #f0ad4e;
}
.btn-danger.btn-outline {
color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
color: #fff;
}
/* Pages */
/* ------------------------------- */
/* Dashboard Chat */
.chat {
margin: 0;
padding: 0;
list-style: none;
}
.chat li {
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
margin-left: 60px;
}
.chat li.right .chat-body {
margin-right: 60px;
}
.chat li .chat-body p {
margin: 0;
color: #777777;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
margin-right: 5px;
}
.chat-panel .panel-body {
height: 350px;
overflow-y: scroll;
}
/* Login Page */
.login-panel {
margin-top: 25%;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* DataTables Overrides */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
background: transparent;
}
table.dataTable thead .sorting_asc:after {
content: "\f0de";
float: right;
font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
content: "\f0dd";
float: right;
font-family: fontawesome;
}
table.dataTable thead .sorting:after {
content: "\f0dc";
float: right;
font-family: fontawesome;
color: rgba(50,50,50,.5);
}
/* Circle Buttons */
.btn-circle {
width: 30px;
height: 30px;
padding: 6px 0;
border-radius: 15px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}
.btn-circle.btn-lg {
width: 50px;
height: 50px;
padding: 10px 16px;
border-radius: 25px;
font-size: 18px;
line-height: 1.33;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 10px 16px;
border-radius: 35px;
font-size: 24px;
line-height: 1.33;
}
.show-grid [class^="col-"] {
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid #ddd;
background-color: #eee !important;
}
.show-grid {
margin: 15px 0;
}
.glyphicon {
color: #428bca;
} |
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.1/bbv/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>bbv: 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 / bbv - 1.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
bbv
<small>
1.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-12-06 00:47:38 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-06 00:47: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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.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.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/mit-plv/bbv"
dev-repo: "git://git@github.com:mit-plv/bbv.git"
bug-reports: "https://github.com/mit-plv/bbv/issues"
authors: ["Tej Chajed"
"Haogang Chen"
"Adam Chlipala"
"Joonwon Choi"
"Andres Erbsen"
"Jason Gross"
"Samuel Gruetter"
"Frans Kaashoek"
"Alex Konradi"
"Gregory Malecha"
"Duckki Oe"
"Murali Vijayaraghavan"
"Nickolai Zeldovich"
"Daniel Ziegler"
]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.11~"}
]
synopsis: "An implementation of bitvectors in Coq."
url {
src: "https://github.com/mit-plv/bbv/archive/v1.1.tar.gz"
checksum: "sha256=3fc85baf53175cd82f6e9b2b33cafa7148349974dc8443fca5cc99d72beb6e5f"
}
</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-bbv.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't be met:
- coq-bbv -> coq >= 8.9 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can'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-bbv.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>
|
conduct.html | creativecommonskorea/2015-global-summit | ---
layout: base
---
<div class="wrap anti_harassment_policy_wrap">
<section>
<h1 class="title">글로벌 써밋 행동규약</h1>
<div class="guide_bar_33"></div>
<div class="contents">
모든 참가자, 연사, 스폰서와 발룬티어들은 다음의 행동규약을 준수해야 합니다. 조직위원은 이러한 행동규약을 컨퍼런스 기간동안 현장에서 직접 관리 및 감독할 것이며 컨퍼런스가 모두에게 안전한 환경 속에 진행될 수 있도록 모든 참가자들이 협력할 것을 바랍니다.
<br/><br/>
<h4>행동 규약 약식 버전</h4>
<p>크리에이티브 커먼즈 글로벌 써밋은 성, 성정체성과 표현성, 성적 지향, 장애, 외모, 신체 크기, 인종, 나이 또는 종교와 상관없이 모든 참가자들에게 침해없는 컨퍼런스가 되기 위해 노력할 것입니다. 크리에이티브 커먼즈는 참가자들에 대한 어떠한 방식의 침해도 용인하지 않습니다. 성적인 용어나 이미지는 어떠한 컨퍼런스 장소에서도 사용되어서는 안되며, 이는 가벼운 대화 중에도 마찬가지로 적용됩니다. 이러한 규칙을 어기는 회의 참가자들은 회의 주최 측의 재량에 따라 환불 없이 컨퍼런스 출입이 금지되거나 축출될 수 있습니다. 아래의 웹사이트에서 약식 자기결정권 침해 정책 전문을 보실 수 있습니다.</p>
<a href="https://summit.creativecommons.org/conduct/" target="_blank">https://summit.creativecommons.org/anti-harassment-policy</a>
<div class="m60"></div>
<br/>이 문서는 <a href="http://confcodeofconduct.com/" target="_blank">http://confcodeofconduct.com/</a>,<a href="http://2012.jsconf.us/#/about" target="_blank">http://2012.jsconf.us/#/about</a> 와 <a href="https://adainitiative.org/" target="_blank">The Ada Initiative</a>의 정보들을 토대로 작성되었습니다.
</div>
</section>
</div>
|
index.html | jiaz/gulp-static-server | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hackernews by riotjs</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<script src="https://cdn.firebase.com/js/client/2.1.2/firebase.js"></script>
<link type="text/css" rel="stylesheet" href="build/main.css">
</head>
<body>
<app></app>
<script src="build/index.js"></script>
</body>
</html>
|
client/src/app/definition/add/form-element/definition-add.before-build-task-copy-form-element.component.html | xsolve-pl/xsolve-feat | <div class="row">
<a class="btn btn-danger btn-sm form-well-delete-btn" (click)="delete()">
<span class="glyphicon glyphicon-trash"></span>
</a>
<div class="col-md-3">
<label class="control-label">Task type</label>
<p class="form-control-static">Copy file</p>
</div>
<div class="col-md-4">
<label class="control-label">Source path</label>
<input type="text" class="form-control" [(ngModel)]="task.sourceRelativePath">
</div>
<div class="col-md-5">
<label class="control-label">Destination path</label>
<input type="text" class="form-control" [(ngModel)]="task.destinationRelativePath">
</div>
</div>
|
_layouts/cv.html | resourceful/resourceful.github.io | ---
layout: default-cv
---
<!-- Post Header -->
<link rel="stylesheet" href="{{ "/css/curiculumvitae.css" | prepend: site.baseurl }}" type="text/css" >
<!-- imports -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<header class="intro-header" style="{% if page.subtitle %} height:300px {% else %} height: 250px {% endif %};background-image: url('{{ site.baseurl }}/{% if page.header-img %}{{ page.header-img }}{% else %}{{ site.header-img }}{% endif %}')">
<div class="container" style="margin-top: -5%">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="post-heading">
<h1>{{ page.title }}</h1>
{% if page.subtitle %}
<h2 class="subheading" style="border-bottom-color: white">{{ page.subtitle }}</h2>
{% endif %}
<span class="meta">Last updated by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</span>
</div>
</div>
</div>
</div>
</header>
<!-- Post Content -->
<article>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ content }}
<hr>
</div>
</div>
</div>
</article>
<hr>
|
web/styles/css/pages/portfolio.css | JoPaRoRo/Fleet | /* Cubic Bezier Transition */
/***
Portfolio
***/
.portfolio-content {
padding-top: 10px; }
.portfolio-content .cbp-l-filters-buttonCenter .cbp-filter-item,
.portfolio-content .cbp-l-filters-buttonCenter .cbp-filter-counter,
.portfolio-content .cbp-l-filters-big .cbp-l-filters-big .cbp-filter-item,
.portfolio-content .cbp-l-grid-work-title,
.portfolio-content .cbp-l-clients-title-block,
.portfolio-content .cbp-l-grid-masonry-projects-title,
.portfolio-content .cbp-l-grid-masonry-projects-desc,
.portfolio-content .cbp-l-grid-mosaic .cbp-l-caption-title,
.portfolio-content .cbp-l-grid-mosaic .cbp-l-caption-desc,
.portfolio-content .cbp-l-slider-title-block div,
.portfolio-content .cbp-l-grid-slider-team-name,
.portfolio-content .cbp-l-grid-slider-team-position,
.portfolio-content .cbp-l-grid-slider-team-desc,
.portfolio-content .cbp-l-grid-slider-testimonials-footer,
.portfolio-content .cbp-l-testimonials-title-block,
.portfolio-content .cbp-l-grid-testimonials-footer,
.portfolio-content .cbp-caption-expand .cbp-caption-defaultWrap,
.portfolio-content .cbp-caption-expand .cbp-l-caption-body {
font-family: "Open Sans", sans-serif !important; }
.portfolio-content .text-center {
text-align: center; }
.portfolio-content .cbp-l-project-related-link:hover {
text-decoration: none; }
.portfolio-content .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.portfolio-content .cbp-l-filters-button .cbp-filter-counter {
background-color: #2F353B;
border-color: #2F353B;
color: #fff; }
.portfolio-content .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active:before,
.portfolio-content .cbp-l-filters-button .cbp-filter-counter:before {
border-top-color: #2F353B; }
.portfolio-content .cbp-l-project-desc-title span,
.portfolio-content .cbp-l-project-details-title span {
border-bottom-color: #e7505a;
text-transform: uppercase;
font-weight: 600; }
.portfolio-content.portfolio-2 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.portfolio-content.portfolio-2 .cbp-l-filters-button .cbp-filter-counter {
background-color: #32C5D2;
border-color: #32C5D2;
color: #fff; }
.portfolio-content.portfolio-2 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active:before,
.portfolio-content.portfolio-2 .cbp-l-filters-button .cbp-filter-counter:before {
border-top-color: #32C5D2; }
.portfolio-content.portfolio-2 .cbp-l-grid-mosaic .cbp-caption-activeWrap {
background-color: rgba(50, 197, 210, 0.9); }
.portfolio-content.portfolio-2 .cbp-l-grid-mosaic .cbp-caption-activeWrap .cbp-l-caption-title,
.portfolio-content.portfolio-2 .cbp-l-grid-mosaic .cbp-caption-activeWrap .cbp-l-caption-desc {
color: #fff; }
.portfolio-content.portfolio-3 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active,
.portfolio-content.portfolio-3 .cbp-l-filters-button .cbp-filter-counter {
background-color: #3598DC;
border-color: #3598DC;
color: #fff; }
.portfolio-content.portfolio-3 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active:before,
.portfolio-content.portfolio-3 .cbp-l-filters-button .cbp-filter-counter:before {
border-top-color: #3598DC; }
.portfolio-content.portfolio-3 .cbp-caption-zoom .cbp-caption-activeWrap {
background-color: rgba(0, 0, 0, 0.7); }
.portfolio-content.portfolio-3 .cbp-l-project-desc-title span,
.portfolio-content.portfolio-3 .cbp-l-project-details-title span {
border-bottom-color: #3598DC; }
.portfolio-content.portfolio-3 .cbp-l-filters-dropdown {
margin-bottom: 25px; }
.portfolio-content.portfolio-4 .cbp-caption-zoom .cbp-caption-activeWrap {
background-color: rgba(0, 0, 0, 0.7); }
.portfolio-content.portfolio-4 .cbp-l-filters-alignCenter {
margin-bottom: 25px; }
.portfolio-content.portfolio-4 .cbp-l-filters-alignCenter .cbp-filter-item {
margin-bottom: 0; }
.portfolio-content .cbp-l-filters-dropdown-floated {
margin-top: 0; }
.portfolio-content .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader {
line-height: 31px; }
.portfolio-content .cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item {
line-height: 31px; }
.portfolio-content .cbp-popup-singlePage .cbp-popup-content {
max-width: 1170px; }
.portfolio-content .cbp-l-filters-button {
margin-bottom: 25px; }
.portfolio-content .cbp-l-loadMore-button {
margin-bottom: 60px; }
.portfolio-content .btn {
padding: 6px 12px; }
.cbp-popup-wrap,
.cbp-popup-singlePage-open {
z-index: 10105 !important; }
.portfolio-tile {
margin-bottom: 30px; }
.cbp-l-filters-dropdownWrap {
background: none;
border: 1px solid #2F353B; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader {
color: #2F353B;
font-size: 12px; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownHeader:after {
border-color: #2F353B transparent; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList {
background: #ffffff; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item {
font-size: 12px;
color: #2F353B;
border: 0; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item:hover {
background: #f3f4f5; }
.cbp-l-filters-dropdownWrap .cbp-l-filters-dropdownList .cbp-filter-item.cbp-filter-item-active {
background: #e5e8ea; }
/*# sourceMappingURL=portfolio.css.map */
|
public/index.html | lukasmartinelli/delptr | <!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Don't leak Memory! Use Smart Pointers in C++</title>
<link href="screen.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/8.4.0/styles/monokai_sublime.min.css">
</head>
<body>
<header>
<h1>Don't leak Memory!<br />
Use <a href="http://en.cppreference.com/w/cpp/memory/unique_ptr">smart pointers!</a>
</h1>
<a href="https://github.com/lukasmartinelli/delptr">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
</header>
<section class="main">
<div class="blame">
<div class="avatar">
<img data-bind="attr: { src: avatarUrl }" />
<h2>
<a data-bind="attr: { href: userUrl }">
<span data-bind="text: username"></span>
<a/>
<span>managed his own memory in commit</span>
<a data-bind="attr: { href: commitUrl }">
<span data-bind="text: commitSha"></span>
</a>
<span></span>
</h2>
<h3>
<span data-bind="text: filename() + ':' + linenumber()"></span>
</h3>
</div>
<div class="code">
<pre>
<code id="code-fragment" data-bind="text: code">
</code>
</pre>
</div>
</div>
<div class="status">
<p data-bind="text: status"></p>
</div>
</section>
<script src="//cdn.jsdelivr.net/socket.io-client/1.2.0/socket.io.min.js"></script>
<script src="//cdn.jsdelivr.net/jquery/2.1.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/highlight.js/8.4.0/highlight.min.js"></script>
<script src="//cdn.jsdelivr.net/knockout/3.2.0/knockout.js"></script>
<script>
(function(){
hljs.initHighlightingOnLoad();
var model = {
status: ko.observable(),
username: ko.observable(),
userUrl: ko.observable(),
avatarUrl: ko.observable(),
commitSha: ko.observable(),
commitUrl: ko.observable(),
code: ko.observable(),
filename: ko.observable(),
linenumber: ko.observable(),
};
ko.applyBindings(model);
// Somehow only works with static url hack
if (typeof location.origin === 'undefined') {
location.origin = location.protocol + '//' + location.host;
}
var url = location.origin;
var socket = io(url).connect();
socket.on('linterror', function(msg) {
model.username(msg.actor.login);
model.userUrl('https://github.com/' + msg.actor.login);
model.commitUrl('https://github.com/' + msg.repo.name +
'/commit/' + msg.commit.sha);
model.avatarUrl(msg.actor.avatar_url);
model.filename(msg.filename);
model.linenumber(msg.error.linenumber);
model.commitSha(msg.commit.sha.slice(0,10));
model.code(msg.code);
hljs.highlightBlock(document.getElementById('code-fragment'));
});
socket.on('lintsuccess', function(msg) {
model.status(msg.actor.login + ' pushed commit ' + msg.commit.sha.slice(0,10) + ' to ' + msg.repo.name + ' and passed the check.');
});
$(window).on('beforeunload', function(){
socket.close();
});
})();
</script>
</body>
</html>
|
connio-website.html | Kerthara/kerthara.github.io | <!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<!-- Metas -->
<meta charset="utf-8">
<title>Svetlana Ivanova</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/owl-carousel/owl.carousel.css" rel="stylesheet" media="all">
<link href="css/owl-carousel/owl.theme.css" rel="stylesheet" media="all">
<link href="css/magnific-popup.css" type="text/css" rel="stylesheet" media="all" />
<link href="css/font.css" rel="stylesheet" type="text/css" media="all">
<link href="css/fontello.css" rel="stylesheet" type="text/css" media="all">
<link href="css/base.css" rel="stylesheet" type="text/css" media="all"/>
<link href="css/main.css" rel="stylesheet" type="text/css" media="all"/>
<!--[if gte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9.css" />
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="loader">
<!-- Preloader inner -->
<div id="loaderInner">
<div class="spinner"></div>
</div>
<!-- End preloader inner -->
</div>
<!-- End preloader-->
<!--Wrapper-->
<div id="wrapper" class="margLTop margLBottom">
<!--Container-->
<div class="container">
<div class="row ">
<div class="col-md-12">
<!--Portfolio single-->
<section id="portfolio" class="bgWhite ofsInBottom ">
<!--Portfolio -->
<div class="portfolio">
<!--Main title-->
<div class="main-title work-title">
<h1>Work Collection</h1>
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes" >
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793 " style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
</div>
<!--End main title-->
<!--Content-->
<div class="content">
<!--Block content-->
<div class="block-content ">
<div class="block-nav-work margBottom">
<ul>
<li><a href="cuteables.html"><i class="icon-left-open-mini"></i></a></li>
<li><a href="index.html#portfolio"><i class="icon-cancel"></i></a></li>
<li><a href="connio-app.html"><i class="icon-right-open-mini"></i></a></li>
</ul>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<h1 class="large-title margBSSmall">Connio Website</h1>
<!-- <p class="margBSSmall">Sed ut perspiciatis unde omnis iste natus </p> -->
<hr>
<ul>
<li>
<strong>WEB DESIGN</strong>
</li>
</ul>
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-website-bundle.jpg" alt="">
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-home-page.jpg" alt="">
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-pricing-page.jpg" alt="">
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-scheme.png" alt="">
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-request-demo-page.jpg" alt="">
</div>
</div>
<div class="block-single margBottom clearfix">
<div class="col-md-10 col-md-offset-1">
<img src="img/portfolio/connio-team-page.jpg" alt="">
</div>
</div>
<div class="block-nav-work margBottom">
<ul>
<li><a href="cuteables.html"><i class="icon-left-open-mini"></i></a></li>
<li><a href="index.html#portfolio"><i class="icon-cancel"></i></a></li>
<li><a href="connio-app.html"><i class="icon-right-open-mini"></i></a></li>
</ul>
</div>
</div>
<!--End block content-->
</div>
<!--End content-->
<!--Button-->
<div class="button ofsInTop tCenter">
<div class="divider">
<div class="zigzag large clearfix " data-svg-drawing="yes" >
<svg xml:space="preserve" viewBox="0 0 69.172 14.975" width="37" height="28" y="0px" x="0px" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1">
<path d="M1.357,12.26 10.807,2.81 20.328,12.332 29.781,2.879 39.223,12.321 48.754,2.79 58.286,12.321 67.815,2.793 " style="stroke-dasharray: 93.9851, 93.9851; stroke-dashoffset: 0;"/>
</svg>
</div>
</div>
<!--Row-->
<div class="row ">
<div class="col-md-12">
<a class="but opc-3 ico" href="http://connio.com" target="_blank">view project online</a>
</div>
</div>
<!--End row-->
</div>
<!--End button-->
</div>
<!--End portfolio-->
</section>
<!--End portfolio single-->
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</div>
<!--End wrapper-->
<!--Javascript-->
<script src="js/jquery-1.11.3.min.js" type="text/javascript"></script>
<script src="js/jquery-migrate-1.2.1.js" type="text/javascript"></script>
<script src="js/owl.carousel.js" type="text/javascript"></script>
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<script src="js/jquery.easytabs.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/modernizr.js" type="text/javascript"></script>
<script src="js/placeholders.min.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script>
</script>
<!-- Google analytics -->
<!-- End google analytics -->
</body>
</html>
|
pattern_engine_js/bytecode.html | RADglow/synesthasm | <!doctype html>
<html lang="en" ng-app="patternApp">
<head>
<meta charset="utf-8">
<title>Pattern Engine Test</title>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script src="https://code.jquery.com/jquery-1.11.3.js"></script>
<script src="http://code.jquery.com/color/jquery.color-2.1.2.js"></script>
<script src="js/pattern_engine.js"></script>
<script src="js/controllers.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body ng-controller="BytecodeCtrl">
<div class="assembler">
<!--
<span class="inputTitle">Assembly input</span>
-->
<div class="asmInput">
<textarea ng-model="progData.asmInput" name="assemblerInputText" cols=30 rows=20>
</textarea>
<div class="buttons">
<input type="button" value="Assemble" ng-click="assemble()" />
</div>
</div>
<!--
<span class="inputTitle">Binary input</span>
<div class="binInput">
<textarea ng-model="progData.binaryInput" name="binaryInputText" cols=40 rows=20>
</textarea>
<div class="buttons">
<input type="button" value="Parse" ng-click="parsebin()" />
</div>
</div>
-->
<div class="actionButtons">
<input type="button" value="Reboot" ng-click="reboot()" />
<input type="button" value="Step" ng-click="step()" />
<input type="button" value="Run" ng-click="run()" />
</div>
<div class="bytecodeMachine">
<div class="desc">Registers</div>
<table class="registers">
<tr>
<th ng-repeat="reg in engine.R track by $index">R{{$index}}</th>
</tr>
<tr>
<td ng-repeat="reg in engine.R track by $index">{{reg}}</td>
</tr>
</table>
</div>
<div class="psrValues">
<div class="desc">PSR Values</div>
<table class="registers">
<tr>
<th>N</th>
<th>C</th>
<th>Z</th>
<th>V</th>
</tr>
<tr>
<td>{{engine.psr | getbit:31}}</td>
<td>{{engine.psr | getbit:30}}</td>
<td>{{engine.psr | getbit:29}}</td>
<td>{{engine.psr | getbit:28}}</td>
</tr>
</table>
</div>
<div class="tokenizedOutput">
<div class="desc">Assembly input tokenized</div>
<table>
<tr>
<th>INS</th>
<th>D</th>
<th>M</th>
<th>N</th>
</tr>
<tr ng-repeat="inst in progData.ins" ng-class="{'selected': progData.currentLine == $index }">
<td>{{inst[0]}}</td>
<td>{{inst[1]}}</td>
<td>{{inst[2]}}</td>
<td>{{inst[3]}}</td>
</tr>
</table>
</div>
<div class="binaryViewer" title="binary machine code">
<div class="desc">Bytecode binary output</div>
<table class="bits">
<tr>
<th ng-repeat="bit in bits">{{bit}}</th>
</tr>
<tr ng-repeat="b in progData.bytecodeOutput track by $index" ng-class="{'selected': progData.currentLine == $index }">
<td ng-repeat="bit in bits">
{{b | getbit:bit}}
</td>
</tr>
</table>
</div>
</div>
</body>
</html>
|
css/sb-admin.css | mickeytest/EDW-Portal | /*!
* Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
body {
margin-top: 100px;
background-color: #222;
}
@media(min-width:768px) {
body {
margin-top: 50px;
}
}
#wrapper {
padding-left: 0;
margin-top: 60px;
}
#page-wrapper {
width: 100%;
padding: 0;
background-color: #fff;
}
.huge {
font-size: 50px;
line-height: normal;
}
@media(min-width:768px) {
#wrapper {
padding-left: 225px;
}
#page-wrapper {
padding: 10px;
}
}
/* Top Navigation */
.top-nav {
padding: 0 15px;
}
.top-nav>li {
display: inline-block;
float: left;
}
.top-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
line-height: 20px;
color: #999;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
color: #fff;
background-color: #000;
}
.top-nav>.open>.dropdown-menu {
float: left;
position: absolute;
margin-top: 0;
border: 1px solid rgba(0,0,0,.15);
border-top-left-radius: 0;
border-top-right-radius: 0;
background-color: #fff;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav>.open>.dropdown-menu>li>a {
white-space: normal;
}
ul.message-dropdown {
padding: 0;
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
}
li.message-preview {
width: 275px;
border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview>a {
padding-top: 15px;
padding-bottom: 15px;
}
li.message-footer {
margin: 5px 0;
}
ul.alert-dropdown {
width: 200px;
}
/* Side Navigation */
@media(min-width:768px) {
.side-nav {
position: fixed;
top: 51px;
left: 225px;
width: 225px;
margin-left: -225px;
border: none;
border-radius: 0;
overflow-y: auto;
background-color: #222;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
.side-nav>li>a {
width: 225px;
}
.side-nav li a:hover,
.side-nav li a:focus {
outline: none;
background-color: #000 !important;
}
}
.side-nav>li>ul {
padding: 0;
}
.side-nav>li>ul>li>a {
display: block;
padding: 10px 15px 10px 38px;
text-decoration: none;
color: #999;
}
.side-nav>li>ul>li>a:hover {
color: #fff;
}
/* Flot Chart Containers */
.flot-chart {
display: block;
height: 400px;
}
.flot-chart-content {
width: 100%;
height: 100%;
}
/* Custom Colored Panels */
.huge {
font-size: 40px;
}
.panel-green {
border-color: #5cb85c;
}
.panel-green > .panel-heading {
border-color: #5cb85c;
color: #fff;
background-color: #5cb85c;
}
.panel-green > a {
color: #5cb85c;
}
.panel-green > a:hover {
color: #3d8b3d;
}
.panel-red {
border-color: #d9534f;
}
.panel-red > .panel-heading {
border-color: #d9534f;
color: #fff;
background-color: #d9534f;
}
.panel-red > a {
color: #d9534f;
}
.panel-red > a:hover {
color: #b52b27;
}
.panel-yellow {
border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
border-color: #f0ad4e;
color: #fff;
background-color: #f0ad4e;
}
.panel-yellow > a {
color: #f0ad4e;
}
.panel-yellow > a:hover {
color: #df8a13;
} |
examples/single-notification/index.html | pburtchaell/react-notification | <!doctype html public>
<title>Single Notification</title>
<body>
<h1>React Notification Examples / Single Notification</h1>
<div id="mount" />
<script async src="./index.js"></script> |
documentation/index.html | intersystems-ru/DeepSeeMobile | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation Index</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.flatly.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">Documentation</a>
<ul class="nav">
<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="module-Dashboard.html">Dashboard</a>
</li>
<li>
<a href="module-DBConnector.html">DBConnector</a>
</li>
<li>
<a href="module-MessageCenter.html">MessageCenter</a>
</li>
<li>
<a href="module-Mocks.html">Mocks</a>
</li>
<li>
<a href="module-Widget.html">Widget</a>
</li>
<li>
<a href="module-WidgetMap.html">WidgetMap</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="module-Dashboard-Dashboard.html">Dashboard</a>
</li>
<li>
<a href="module-Widget-Widget.html">Widget</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<span class="page-title">Index</span>
<h1 class="page-title">Index</h1>
<section>
<header>
<h2>
main.js
</h2>
</header>
<article>
<div class="container-overview">
<div class="description">Entry point for DeepSeeMobile application</div>
<dl class="details">
<dt class="tag-version">Version:</dt>
<dd class="tag-version">
<ul class="dummy">
<li>0.0.1</li>
</ul>
</dd>
<dt class="tag-author">Author:</dt>
<dd class="tag-author">
<ul>
<li>Shmidt Ivan</li>
</ul>
</dd>
</dl>
</div>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha8</a>
on 2014-09-11T04:54:51+04:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<!--<script src="scripts/sunlight.js"></script>-->
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script>
$( function () {
$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$('.dropdown-toggle').dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );
$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );
var example = $this.find("code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html(exampleText);
lang = lang[1];
} else {
lang = "javascript";
}
if ( lang ) {
$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );
}
} );
Sunlight.highlightAll( {
lineNumbers : false,
showMenu:true,
enableDoclinks:true
} );
} );
</script>
<!--Google Analytics-->
<!--Navigation and Symbol Display-->
</body>
</html> |
application/templates/dashboard/user-identity.html | petchat/senz.dashboard.backend | {% extends 'base.html' %}
{% block content %}
<div id="container" class="container">
<div id="content" class="content" style="margin-top: 40px;">
<div class="clearfix relative" style="padding: 5px;">
<div id="genderMap" style="width:49.5%; float: left; height:300px;border:1px solid #ccc;"></div>
<div id="ageMap" style="width: 49.5%; float: right; height:300px;border:1px solid #ccc;"></div>
</div>
<div class="relative" style="padding: 5px;">
<div id="jobMap" style="height:500px;border:1px solid #ccc;"></div>
</div>
<div class="relative" style="padding: 5px;">
<div id="professionMap" style="height:500px;border:1px solid #ccc;"></div>
</div>
</div>
</div>
<script>
var profile = JSON.parse({{ option|tojson|safe }});
(function(){
require.config({
paths: {
echarts: '../../static/lib/echarts-2.2.7/build/dist'
}
});
var genderChartOption = {
title : {
text: '性别',
subtext: '',
x:'center'
},
tooltip : {
show: true,
trigger: 'item',
formatter: "{a} <br/>{b} : {c} ({d}%)"
},
legend: {
orient : 'vertical',
x : 'left',
y : '60',
data: profile.data.gender.category
},
toolbox: {
show : false,
feature : {
mark : {show: false},
dataView : {show: false, readOnly: false},
magicType : {
show: false,
type: ['pie', 'funnel'],
option: {
funnel: {
x: '25%',
width: '50%',
funnelAlign: 'center',
max: 1548
}
}
},
restore : {show: true},
saveAsImage : {show: true}
}
},
calculable : true,
series : [
{
name:'性别',
type:'pie',
radius : ['50%', '65%'],
itemStyle : {
normal : {
label : {
show : false
},
labelLine : {
show : false
}
},
emphasis : {
label : {
show : true,
position : 'center',
textStyle : {
fontSize : '30',
fontWeight : 'bold'
}
}
}
},
data:[
{value: profile.data.gender.series[0], name: profile.data.gender.category[0]},
{value: profile.data.gender.series[1], name: profile.data.gender.category[1]},
{value: profile.data.gender.series[2], name: profile.data.gender.category[2]}
]
}
]
};
var ageOption = {
title : {
text: '年龄',
subtext: '',
x:'center'
},
tooltip : {
trigger: 'item',
formatter: "{a} <br/>{b} : {c} ({d}%)"
},
legend: {
orient : 'vertical',
x : 'right',
y : '60',
data: profile.data.age.category
},
toolbox: {
show : false,
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
magicType : {
show: true,
type: ['pie', 'funnel'],
option: {
funnel: {
x: '25%',
width: '50%',
funnelAlign: 'center',
max: 1548
}
}
},
restore : {show: true},
saveAsImage : {show: true}
}
},
calculable : true,
series : [
{
name:'年龄',
type:'pie',
radius : ['50%', '70%'],
itemStyle : {
normal : {
label : {
show : false
},
labelLine : {
show : false
}
},
emphasis : {
label : {
show : true,
position : 'center',
textStyle : {
fontSize : '30',
fontWeight : 'bold'
}
}
}
},
data:[
{value: profile.data.age.series[0], name: profile.data.age.category[0]},
{value: profile.data.age.series[1], name: profile.data.age.category[1]},
{value: profile.data.age.series[2], name: profile.data.age.category[2]},
{value: profile.data.age.series[3], name: profile.data.age.category[3]},
{value: profile.data.age.series[4], name: profile.data.age.category[4]}
]
}
]
};
var jobMapOption = {
title: {
x: 'center',
text: '职业',
subtext: '',
link: ''
},
tooltip: {
trigger: 'item'
},
toolbox: {
show: false,
feature: {
dataView: {show: true, readOnly: false},
restore: {show: true},
saveAsImage: {show: true}
}
},
calculable: false,
grid: {
borderWidth: 0,
y: 80,
y2: 60
},
xAxis: [
{
type: 'category',
show: false,
data: profile.data.job.category
}
],
yAxis: [
{
type: 'value',
show: false
}
],
series: [
{
name: '职业',
type: 'bar',
itemStyle: {
normal: {
color: function(params) {
// build a color map as your need.
var colorList = [
'#C1232B','#B5C334','#FCCE10','#E87C25','#27727B',
'#FE8463','#9BCA63','#FAD860','#F3A43B','#60C0DD',
'#D7504B','#C6E579','#F4E001','#F0805A','#26C0C0'
];
return colorList[params.dataIndex]
},
label: {
show: true,
position: 'top',
formatter: '{b}\n{c}'
}
}
},
data: profile.data.job.series,
}
]
};
var professionMapOption = {
title: {
x: 'center',
text: '专业',
subtext: '',
link: ''
},
tooltip: {
trigger: 'item'
},
toolbox: {
show: false,
feature: {
dataView: {show: true, readOnly: false},
restore: {show: true},
saveAsImage: {show: true}
}
},
calculable: false,
grid: {
borderWidth: 0,
y: 80,
y2: 60
},
xAxis: [
{
type: 'category',
show: false,
data: profile.data.profession.category
}
],
yAxis: [
{
type: 'value',
show: false
}
],
series: [
{
name: '专业',
type: 'bar',
itemStyle: {
normal: {
color: function(params) {
// build a color map as your need.
var colorList = [
'#C1232B','#B5C334','#FCCE10','#E87C25','#27727B',
'#FE8463','#9BCA63','#FAD860','#F3A43B','#60C0DD',
'#D7504B','#C6E579','#F4E001','#F0805A','#26C0C0'
];
return colorList[params.dataIndex]
},
label: {
show: true,
position: 'top',
formatter: '{b}\n{c}'
}
}
},
data: profile.data.profession.series,
}
]
};
require(['echarts', 'echarts/chart/bar', 'echarts/chart/line', 'echarts/chart/map', 'echarts/chart/pie'],
function(ec) {
// 性别信息图render
if(!document.getElementById('genderMap')){
return;
}
var genderChart = ec.init(document.getElementById('genderMap'));
genderChart.setOption(genderChartOption);
// 年龄信息图render
if(!document.getElementById('ageMap')){
return;
}
var ageMap = ec.init(document.getElementById('ageMap'));
ageMap.setOption(ageOption);
// 职业信息图render
if(!document.getElementById('jobMap')){
return;
}
var jobMap = ec.init(document.getElementById('jobMap'));
jobMap.setOption(jobMapOption);
// 专业信息图render
if(!document.getElementById('professionMap')){
return;
}
var professionMap = ec.init(document.getElementById('professionMap'));
professionMap.setOption(professionMapOption);
$(window).resize(function () {
genderChart.resize();
ageMap.resize();
jobMap.resize();
professionMap.resize();
});
});
}).call(this);
</script>
{% endblock %}
|
app/templates/auth/change_email.html | Kimanicodes/wananchi | {% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block head %}
{{ super() }}
{% endblock %}
{% block sidebar %}{% endblock %}
{% block navbar %}{% endblock %}
<!--Template Inherit Page Content-->
{% block content %}
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3 col-md-4 col-md-offset-4">
<!-- Sign In -->
<div class="sign__container">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Change your email address.
</h4>
</div> <!-- / .panel-heading -->
<div class="panel-body">
<form method="post" role="form">
{{ form.hidden_tag() }}
{{ wtf.form_errors(form, hiddens="only") }}
{{ wtf.form_field(form.email, type="email") }}
{{ wtf.form_field(form.password,type="password") }}
{{ wtf.form_field(form.submit, class= "btn btn-primary btn-lg btn-block") }}
</form>
</div> <!-- / .panel-body -->
</div> <!-- / .sign__conteiner -->
</div>
</div>
</div>
{% endblock %}
<!--Template Inherit Footer-->
{% block footer %}{% endblock %}
<!--Template Inherit Scripts as is-->
{% block scripts %}
{{ super() }}
{% endblock %} |
public.css | aeharding/youmightnotneedelectron | @import url(https://fonts.googleapis.com/css?family=Oswald:400,300&text=YOUMIGHTNEDLCR);
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */ }
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
* 2. Add the correct display in IE.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
/* 1 */
display: block; }
/**
* Add the correct display in IE 9-.
*/
audio,
canvas,
progress,
video {
display: inline-block; }
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Add the correct display in IE 10-.
* 1. Add the correct display in IE.
*/
template,
[hidden] {
display: none; }
/* Links
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */ }
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0; }
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */ }
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit; }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000; }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none; }
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px; }
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/* Forms
========================================================================== */
/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font: inherit;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Restore the font weight unset by the previous rule.
*/
optgroup {
font-weight: bold; }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */ }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Correct the text style of placeholders in Chrome, Edge, and Safari.
*/
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
body {
max-width: 768px;
margin: 0 auto;
line-height: 1.5; }
.header {
font-family: 'Oswald';
background-color: #223539;
text-align: center;
text-transform: uppercase;
display: block;
padding: 1em 0;
font-size: 3.5em;
margin-top: 0.5em; }
.header:hover {
text-decoration: none; }
.header .youmightnotneed {
color: #b1be74;
display: inline-block;
animation: slideUp 1s ease; }
.header .electron {
color: #74b1be;
font-weight: 100;
display: inline-block;
animation: slideDown 1s ease; }
@keyframes slideDown {
from {
transform: translateY(-0.25em);
opacity: 0; }
to {
transform: translateY(0);
opacity: 1; } }
@keyframes slideUp {
from {
transform: translateY(0.25em);
opacity: 0; }
to {
transform: translateY(0);
opacity: 1; } }
main {
font-style: sans-serif;
max-width: 650px;
margin: 0 auto;
text-align: justify;
font-size: 1.1em;
letter-spacing: 0.5px;
padding: 0 10px; }
a {
text-decoration: none;
color: #417e8b; }
a:hover {
text-decoration: underline; }
h1,
h2,
h3,
h4,
h5 {
font-weight: 300;
color: #7e8b41; }
footer {
text-align: center;
font-style: sans-serif;
padding: 1em 0;
font-size: 1.2em; }
|
DocumentazioneSoftware/html/functions_func_0x6e.html | arpho/mmasgis5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>plugin_mmasgis: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.3 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">plugin_mmasgis</div>
</td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li id="searchli">
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index__"><span>_</span></a></li>
<li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_0x6a.html#index_j"><span>j</span></a></li>
<li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
<li class="current"><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
<li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
</ul>
</div>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_n"></a>- n -</h3><ul>
<li>needsConfiguration()
: <a class="el" href="classmmasgis_1_1Entity_1_1Entity2Export.html#acabbfa28682dd39a8f0433f6e86b3d80">mmasgis::Entity::Entity2Export</a>
, <a class="el" href="classmmasgis_1_1Profilo_1_1Profilo.html#a7abe9504b687d5cec1ab5cca00ae3098">mmasgis::Profilo::Profilo</a>
</li>
<li>newDoit()
: <a class="el" href="classmmasgis_1_1risultati_1_1testDialog.html#aeb21252257d8c2a4b17adf3ee347c0e2">mmasgis::risultati::testDialog</a>
</li>
</ul>
</div>
<!--- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Tue Apr 17 2012 16:46:02 for plugin_mmasgis by 
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>
|
contact.html | jvent/jvent.github.io | <!DOCTYPE html>
<!--[if IE 8]> <html class="no-js ie8" lang="es"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="es"> <![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" lang="es"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portafolio Web | Uriel Cortés</title>
<!--[if lt IE 9]>
<script src=""http://html5shiv.googlecode.com/svn/trunk/html5.js"">
</script>
<![endif]-->
<!--[if !IE]><!-->
<script>
if (/*@cc_on!@*/false && document.documentMode === 10) {
document.documentElement.className+=' ie10';
}
</script>
<!--[endif]-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- this button is for small devices -->
<button id="toggle-menu-button" class="hamburger-icon" onclick="showMainNavigation();">
<span>Menu</span>
</button>
<nav id="menu-navigation" class="hide" role="navigation">
<ul class="menu-links">
<li><a href="index.html">Trabajos</a></li>
<li><a href="about.html">Sobre mí</a></li>
<li><a href="contact.html">Contacto</a></li>
</ul>
<ul class="page-languages">
<li><a href="en/index.html"><small>en</small></a></li>
<li><span>/</span></li>
<li><a href="fr/index.html"><small>fr</small></a></li>
</ul>
</nav>
<main class="main-container" role="main">
<section class="container" role="form">
<form action="scripts/script.php" method="post">
<header class="title">
<h1>Contacto</h1>
</header>
<fieldset class="form-group">
<label for="name"><small>Nombre</small></label>
<input type="text" id="name" name="name" required placeholder="Nombre Apellido">
</fieldset>
<fieldset class="form-group">
<label for="e-mail"><small>E-mail</small></label>
<input type="email" id="e-mail" name="e-mail" required placeholder="correo@dominio.com">
</fieldset>
<fieldset class="form-group">
<label for="phone"><small>Teléfono</small></label>
<input type="tel" id="phone" name="phone" placeholder="(044) 55 8032 1047">
</fieldset>
<fieldset class="form-group">
<label><small>Mensaje</small></label>
<textarea rows="10" id="message" name="message" required></textarea>
</fieldset>
<input class="submit-form-button" type="submit" id="submit-form" value="Enviar">
</form>
</section>
</main>
<script type="text/javascript" src="scripts/main.js"></script>
</body>
</html> |
ocr_extracted/W29526_text/page15.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29526_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page14.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 2529px; margin-top: 0px;">
<p class="styleSans38.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 1154px; margin-top: 328px;">
<p class="styleSans6.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 494px; margin-top: 384px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Attached to and made a pan of the Affidavit of Factual Information submitted the 14th day of November, 2014. <br/>Well Names and Description — T152NI R90W: Sections 29 and 30 <br/>1. Well Names: Parshall 89-3029H / NDIC File No. 29525 Parshall 90-3029H / NDIC File No. 29526 </p>
</div>
<div style="position: absolute; margin-left: 549px; margin-top: 687px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">u.) <br/>I alauau 7U'JVL7H I IVUIU l‘llc LVU. LjJLU <br/>BOG Resources, Inc. <br/>Section 30, T152N, R90W Mountrail County, North Dakota Type of Wells:Horizontal — Oil — Bakken Pool <br/>Spacing Unit: T152N, R90W, Mountrail CountL North Dakota <br/>Operator: Location: </p>
</div>
<div style="position: absolute; margin-left: 494px; margin-top: 934px;">
<p class="styleSans8.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Section 29: All Section 30: All Containing 1280.00 acres, more or less <br/>Well Name and Description — T152Na R9OW: Section 30 <br/>1. <br/>2. <br/>Well Name: Parshall 9—30H / NDIC File No. 17522 Operator: EOG Resources, Inc. Location: Section 30, T152N, R90W <br/>Mountrail County, North Dakota <br/>. Type of Wellszl-lorizontal — Oil — Bakken Pool </p>
</div>
<div style="position: absolute; margin-left: 0px; margin-top: 1429px;">
<p class="styleSans22.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">4. Spacing Unit: TISZN, R90W, Mountrail Countx, North Dakota Section 30: All <br/>Containing 640.00 acres, more or less <br/> <br/> </p>
</div>
</body>
</html>
|
src/common/fsReferenceClientShared/fsRelationshipMember/fsRelationshipMemberSummary/fsRelationshipMemberSummary.tpl.html | rootsdev/familysearch-reference-client | <div fs-item-summary label="{{role}}" item="person" addable="false">
<div>{{person.$getDisplayName()}}</div>
</div>
|
packages/vivid_quickpay/blocks/quickpay/view.css | vipkailiai/fcvova | .ttttt{
width: 100% !important;
height: 41px !important;
}
.tttt{
height: 41px !important;
}
.knopka{
position: relative;
width: 50%;
}
div.payment{
width:50% !important;
} |
_site/general/setup/demo/2013/11/15/configuration.html | DevendraDesale/DevendraDesale.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Configuration</title>
<meta name="author" content="Desale Devendra">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- 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]-->
<!-- Le styles -->
<link href="/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/assets/resources/syntax/syntax.css" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<link rel="alternate" type="application/rss+xml" title="" href="/feed.xml">
</head>
<body>
<nav class="navbar navbar-default visible-xs" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a type="button" class="navbar-toggle nav-link" href="http://github.com/devendradesale">
<i class="fa fa-github"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="http://twitter.com/devendradesale">
<i class="fa fa-twitter"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="mailto:devendra.desale@gmail.com">
<i class="fa fa-envelope"></i>
</a>
<a class="navbar-brand" href="/">
<img src="https://s.gravatar.com/avatar/b04412e529af3a5dfc155d2d124d769b?s=80" class="img-circle" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/categories.html">Categories</a></li>
<li><a href="/tags.html">Tags</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<!-- nav-menu-dropdown -->
<div class="btn-group hidden-xs" id="nav-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bars"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="/"><i class="fa fa-home"></i>Home</a></li>
<li><a href="/categories.html"><i class="fa fa-folder"></i>Categories</a></li>
<li><a href="/tags.html"><i class="fa fa-tags"></i>Tags</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
</ul>
</div>
<div class="col-sm-3 sidebar hidden-xs">
<! -- sidebar.html -->
<header class="sidebar-header" role="banner">
<a href="/">
<img src="https://s.gravatar.com/avatar/b04412e529af3a5dfc155d2d124d769b?s=150" class="img-circle" />
</a>
<h3 class="title">
<a href="/"></a>
</h3>
</header>
<div id="bio" class="text-center">
Data scientist
</div>
<div id="contact-list" class="text-center">
<ul class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://github.com/devendradesale">
<i class="fa fa-github-alt fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="https://twitter.com/devendradesale">
<i class="fa fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="mailto:devendra.desale@gmail.com">
<i class="fa fa-envelope fa-lg"></i>
</a>
</li>
</ul>
<ul id="contact-list-secondary" class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://pinterest.com/asd123">
<i class="fa fa-pinterest fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="https://linkedin.com/pub/asd123">
<i class="fa fa-linkedin fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="/feed.xml">
<i class="fa fa-rss fa-lg"></i>
</a>
</li>
</ul>
</div>
<! -- sidebar.html end -->
</div>
<div class="col-sm-9 col-sm-offset-3">
<div class="page-header">
<h1>Configuration </h1>
</div>
<article>
<div class="col-sm-10">
<span class="post-date">
November
15th,
2013
</span>
<div class="article_body">
<p>In your config file change these settings</p>
<div class="highlight"><pre><code class="language-yaml" data-lang="yaml"><span class="l-Scalar-Plain">title</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">dbyll</span>
<span class="l-Scalar-Plain">author</span><span class="p-Indicator">:</span>
<span class="l-Scalar-Plain">name</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">yourname</span>
<span class="l-Scalar-Plain">email</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">youremail</span>
<span class="l-Scalar-Plain">github</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">asd123</span>
<span class="l-Scalar-Plain">twitter</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">asd123</span>
<span class="l-Scalar-Plain">pinterest</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">asd123</span>
<span class="l-Scalar-Plain">linkedin</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">asd123</span>
<span class="l-Scalar-Plain">resume</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">asd123</span>
<span class="l-Scalar-Plain">bio</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">Your stylish, minimalist theme!</span>
<span class="l-Scalar-Plain">email_md5</span><span class="p-Indicator">:</span> <span class="l-Scalar-Plain">md5ofemail</span></code></pre></div>
</div>
<ul class="tag_box list-unstyled list-inline">
<li><i class="fa fa-folder-open"></i></li>
<li><a href="/categories.html#general-ref">
general <span>(4)</span>
,
</a></li>
<li><a href="/categories.html#setup-ref">
setup <span>(2)</span>
,
</a></li>
<li><a href="/categories.html#demo-ref">
demo <span>(4)</span>
</a></li>
</ul>
<ul class="list-inline">
<li><i class="fa fa-tags"></i></li>
<li>
<a href="/tags.html#demo-ref">
demo <span>(4)</span>
,
</a>
</li>
<li>
<a href="/tags.html#dbyll-ref">
dbyll <span>(4)</span>
,
</a>
</li>
<li>
<a href="/tags.html#dbtek-ref">
dbtek <span>(4)</span>
,
</a>
</li>
<li>
<a href="/tags.html#setup-ref">
setup <span>(2)</span>
</a>
</li>
</ul>
<hr>
<div>
<section class="share col-sm-6">
<h4 class="section-title">Share Post</h4>
<a class="btn btn-default btn-sm twitter" href="http://twitter.com/share?text=Configuration&via=devendradesale"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<i class="fa fa-twitter fa-lg"></i>
Twitter
</a>
<a class="btn btn-default btn-sm facebook" href="https://www.facebook.com/sharer/sharer.php"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
<i class="fa fa-facebook fa-lg"></i>
Facebook
</a>
<a class="btn btn-default btn-sm gplus"
onclick="window.open('https://plus.google.com/share?url='+window.location.href, 'google-plus-share', 'width=490,height=530');return false;">
<i class="fa fa-google-plus fa-lg"></i>
Google+
</a>
</section>
<section class="col-sm-6 author">
<img src="https://s.gravatar.com/avatar/b04412e529af3a5dfc155d2d124d769b" class="img-rounded author-image" />
<h4 class="section-title author-name">Desale Devendra</h4>
<p class="author-bio">Data scientist</p>
</section>
</div>
<div class="clearfix"></div>
<ul class="pager">
<li class="previous"><a href="/general/demo/sample/2013/11/14/sample-2.html" title="Sample 2">← Previous</a></li>
<li class="next"><a href="/general/setup/demo/2013/11/15/hello-world.html" title="Hello World!">Next →</a></li>
</ul>
<hr>
</div>
<div class="col-sm-2 sidebar-2">
</div>
</article>
<div class="clearfix"></div>
<footer>
<hr/>
<p>
© 2015 Desale Devendra with Jekyll.
</p>
</footer>
</div>
<script type="text/javascript" src="/assets/resources/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/assets/resources/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/app.js"></script>
</body>
</html>
|
app/partials/mapa.html | matiasnombarasco/MapaHomicidios | <h2>Mapa de Homicidios de Rosario 2013/14</h2>
<!--<img src="http://boasso24horas.com/mapas/homicidios/MapaHomicidios/app/img/banner.jpg" align="top"></br>-->
<div class="row">
<div class="col-xs-9">
<div class="mapContainer">
<google-map center="map.center" zoom="map.zoom" control="googleMap" draggable="true">
<markers>
<marker ng-repeat="homicidio in homicidios | filter: filterByTipo | filter: filterByComisaria " coords='homicidio.gps' icon="getIcon(homicidio.tipo)" click="onMarkerClicked(this)">
</marker>
</markers>
<windows>
<window ng-repeat="marker in markers" show="showWindow" coords="marker.gps">
<p>Nombre: {{marker.victima.nombre}}</p>
<p>Apellido: {{marker.victima.apellido}}</p>
<p>{{marker.edad}}</p>
<p>Comisaria:{{marker.comisaria}}</p>
<p>Fecha: {{marker.fecha}}</p>
</window>
</windows>
<layer namespace="visualization" type="FusionTablesHeatmap" show="true" onCreated=""></layer>
</google-map>
</div>
</div>
<div class="col-xs-3">
<fieldset>
<div class="form-group">
<label for="comisaria">Comisaria</label>
<select ng-model="filt.comisaria" multiple="multiple" class="form-control" id="comisaria" name="comisaria" >
<option value="">Todas</option>
<option value="1">Seccional 1°</option>
<option value="2">Seccional 2°</option>
<option value="3">Seccional 3°</option>
<option value="4">Seccional 4°</option>
<option value="5">Seccional 5°</option>
<option value="6">Seccional 6°</option>
<option value="7">Seccional 7°</option>
<option value="8">Seccional 8°</option>
<option value="9">Seccional 9°</option>
<option value="10">Seccional 10°</option>
<option value="11">Seccional 11°</option>
<option value="12">Seccional 12°</option>
<option value="13">Seccional 13°</option>
<option value="14">Seccional 14°</option>
<option value="15">Seccional 15°</option>
<option value="16">Seccional 16°</option>
<option value="17">Seccional 17°</option>
<option value="18">Seccional 18°</option>
<option value="19">Seccional 19°</option>
<option value="20">Seccional 20°</option>
<option value="21">Seccional 21°</option>
<option value="30">Seccional 30°</option>
<option value="32">Seccional 32°</option>
<option value="33">Seccional 33°</option>
<option value="s2">Sub-comisaría 2°</option>
<option value="s19">Sub-comisaría 19°</option>
<option value="s20">Sub-comisaría 20°</option>
<option value="s21">Sub-comisaría 21°</option>
<option value="s22">Sub-comisaría 22°</option>
<option value="s23">Sub-comisaría 23°</option>
<option value="s24">Sub-comisaría 24°</option>
</select>
</div>
<div class="form-group">
<label for="comisaria">Tipo de arma</label>
<select ng-model="filt.tipo" class="form-control" id="tipo" name="tipo">
<option value="">Todos</option>
<option value="1">Arma de Fuego</option>
<option value="2">Arma Blanca</option>
<option value="3">Traumatismos</option>
<option value="4">Ahorcamiento</option>
<option value="5">Quemaduras</option>
</select>
</div>
</fieldset>
</div>
</div>
|
user_guide/installation/upgrade_163.html | noelnio/casaverde |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Upgrading from 1.6.2 to 1.6.3 — CodeIgniter 3.0.0
documentation</title>
<link rel="shortcut icon" href="../_static/ci-icon.ico" />
<link
href='https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic|Roboto+Slab:400,700|Inconsolata:400,700&subset=latin,cyrillic'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="top" title="CodeIgniter 3.0.0 documentation"
href="../index.html" />
<link rel="up" title="Upgrading From a Previous Version"
href="upgrading.html" />
<link rel="next" title="Upgrading from 1.6.1 to 1.6.2"
href="upgrade_162.html" />
<link rel="prev" title="Upgrading from 1.6.3 to 1.7.0"
href="upgrade_170.html" />
<script
src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-nav-search">
<a href="../index.html" class="fa fa-home"> CodeIgniter</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html"
method="get">
<input type="text" name="q" placeholder="Search docs" /> <input
type="hidden" name="check_keywords" value="yes" /> <input
type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix"
role="navigation" aria-label="main navigation">
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../general/welcome.html">Welcome to CodeIgniter</a>
<ul class="simple">
</ul></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal"
href="index.html">Installation Instructions</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal"
href="downloads.html">Downloading CodeIgniter</a></li>
<li class="toctree-l2"><a class="reference internal"
href="index.html">Installation Instructions</a></li>
<li class="toctree-l2 current"><a class="reference internal"
href="upgrading.html">Upgrading From a Previous Version</a></li>
<li class="toctree-l2"><a class="reference internal"
href="troubleshooting.html">Troubleshooting</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../overview/index.html">CodeIgniter Overview</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../overview/getting_started.html">Getting Started</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../overview/at_a_glance.html">CodeIgniter at a Glance</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../overview/features.html">Supported Features</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../overview/appflow.html">Application Flow Chart</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../overview/mvc.html">Model-View-Controller</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../overview/goals.html">Architectural Goals</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../tutorial/index.html">Tutorial</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../tutorial/static_pages.html">Static pages</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../tutorial/news_section.html">News section</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../tutorial/create_news_items.html">Create news items</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../tutorial/conclusion.html">Conclusion</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../general/index.html">General Topics</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../general/urls.html">CodeIgniter URLs</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/controllers.html">Controllers</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/reserved_names.html">Reserved Names</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/views.html">Views</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/models.html">Models</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/helpers.html">Helpers</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/libraries.html">Using CodeIgniter Libraries</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/creating_libraries.html">Creating Libraries</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/drivers.html">Using CodeIgniter Drivers</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/creating_drivers.html">Creating Drivers</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/core_classes.html">Creating Core System
Classes</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/ancillary_classes.html">Creating Ancillary
Classes</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/hooks.html">Hooks - Extending the Framework
Core</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/autoloader.html">Auto-loading Resources</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/common_functions.html">Common Functions</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/compatibility_functions.html">Compatibility
Functions</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/routing.html">URI Routing</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/errors.html">Error Handling</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/caching.html">Caching</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/profiling.html">Profiling Your Application</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/cli.html">Running via the CLI</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/managing_apps.html">Managing your
Applications</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/environments.html">Handling Multiple
Environments</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/alternative_php.html">Alternate PHP Syntax
for View Files</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/security.html">Security</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../general/styleguide.html">PHP Style Guide</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../libraries/index.html">Libraries</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/benchmark.html">Benchmarking Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/caching.html">Caching Driver</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/calendar.html">Calendaring Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/cart.html">Shopping Cart Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/config.html">Config Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/email.html">Email Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/encrypt.html">Encrypt Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/encryption.html">Encryption Library</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/file_uploading.html">File Uploading Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/form_validation.html">Form Validation</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/ftp.html">FTP Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/image_lib.html">Image Manipulation Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/input.html">Input Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/javascript.html">Javascript Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/language.html">Language Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/loader.html">Loader Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/migration.html">Migrations Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/output.html">Output Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/pagination.html">Pagination Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/parser.html">Template Parser Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/security.html">Security Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/sessions.html">Session Library</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/table.html">HTML Table Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/trackback.html">Trackback Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/typography.html">Typography Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/unit_testing.html">Unit Testing Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/uri.html">URI Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/user_agent.html">User Agent Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/xmlrpc.html">XML-RPC and XML-RPC Server
Classes</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../libraries/zip.html">Zip Encoding Class</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../database/index.html">Database Reference</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../database/examples.html">Quick Start: Usage Examples</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/configuration.html">Database Configuration</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/connecting.html">Connecting to a Database</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/queries.html">Running Queries</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/results.html">Generating Query Results</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/helpers.html">Query Helper Functions</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/query_builder.html">Query Builder Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/transactions.html">Transactions</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/metadata.html">Getting MetaData</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/call_function.html">Custom Function Calls</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/caching.html">Query Caching</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/forge.html">Database Manipulation with
Database Forge</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/utilities.html">Database Utilities Class</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../database/db_driver_reference.html">Database Driver
Reference</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../helpers/index.html">Helpers</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/array_helper.html">Array Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/captcha_helper.html">CAPTCHA Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/cookie_helper.html">Cookie Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/date_helper.html">Date Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/directory_helper.html">Directory Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/download_helper.html">Download Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/email_helper.html">Email Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/file_helper.html">File Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/form_helper.html">Form Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/html_helper.html">HTML Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/inflector_helper.html">Inflector Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/language_helper.html">Language Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/number_helper.html">Number Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/path_helper.html">Path Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/security_helper.html">Security Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/smiley_helper.html">Smiley Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/string_helper.html">String Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/text_helper.html">Text Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/typography_helper.html">Typography Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/url_helper.html">URL Helper</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../helpers/xml_helper.html">XML Helper</a></li>
</ul></li>
</ul>
<ul>
<li class="toctree-l1"><a class="reference internal"
href="../contributing/index.html">Contributing to CodeIgniter</a>
<ul>
<li class="toctree-l2"><a class="reference internal"
href="../documentation/index.html">Writing CodeIgniter
Documentation</a></li>
<li class="toctree-l2"><a class="reference internal"
href="../DCO.html">Developer’s Certificate of Origin
1.1</a></li>
</ul></li>
</ul>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> <a
href="../index.html">CodeIgniter</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../index.html">Docs</a> »</li>
<li><a href="index.html">Installation Instructions</a>
»</li>
<li><a href="upgrading.html">Upgrading From a Previous
Version</a> »</li>
<li>Upgrading from 1.6.2 to 1.6.3</li>
<li class="wy-breadcrumbs-aside"></li>
</ul>
<hr />
</div>
<div role="main" class="document">
<div class="section" id="upgrading-from-1-6-2-to-1-6-3">
<h1>
Upgrading from 1.6.2 to 1.6.3<a class="headerlink"
href="#upgrading-from-1-6-2-to-1-6-3"
title="Permalink to this headline">¶</a>
</h1>
<p>Before performing an update you should take your site
offline by replacing the index.php file with a static one.</p>
<div class="section" id="step-1-update-your-codeigniter-files">
<h2>
Step 1: Update your CodeIgniter files<a class="headerlink"
href="#step-1-update-your-codeigniter-files"
title="Permalink to this headline">¶</a>
</h2>
<p>Replace these files and directories in your
“system” folder with the new versions:</p>
<ul class="simple">
<li>system/codeigniter</li>
<li>system/database</li>
<li>system/helpers</li>
<li>system/language</li>
<li>system/libraries</li>
</ul>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">If you have any custom developed files in
these folders please make copies of them first.</p>
</div>
</div>
<div class="section" id="step-2-update-your-user-guide">
<h2>
Step 2: Update your user guide<a class="headerlink"
href="#step-2-update-your-user-guide"
title="Permalink to this headline">¶</a>
</h2>
<p>Please also replace your local copy of the user guide
with the new version.</p>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation"
aria-label="footer navigation">
<a href="upgrade_162.html" class="btn btn-neutral float-right"
title="Upgrading from 1.6.1 to 1.6.2">Next <span
class="fa fa-arrow-circle-right"></span></a> <a
href="upgrade_170.html" class="btn btn-neutral"
title="Upgrading from 1.6.3 to 1.7.0"><span
class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr />
<div role="contentinfo">
<p>© Copyright 2014 - 2015, British Columbia Institute
of Technology. Last updated on Mar 30, 2015.</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a
href="https://github.com/snide/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'3.0.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: false
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="../_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html> |
fed/css/legacy/50-classics/05_blockquote.html | ChrisZ-B612/ChrisZ-B612.github.io | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>blockquote</title>
<meta charset="utf-8" />
<style type="text/css">
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: .5em 10px;
quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
blockquote p {
display: inline;
}
</style>
</head>
<body>
<blockquote>
<p>Hello blockquote.</p>
</blockquote>
</body>
</html> |
src/index.html | wuyafeiJS/gallery-react | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>React Webpack Template Title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<div id="app" class="content">APPLICATION CONTENT</div>
<script>__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__</script>
<script type="text/javascript" src="/assets/app.js"></script>
</body>
</html>
|
doc/java/jdk7/java/io/class-use/SerializablePermission.html | fbiville/annotation-processing-ftw | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:33 PST 2014 -->
<title>Uses of Class java.io.SerializablePermission (Java Platform SE 7 )</title>
<meta name="date" content="2014-12-18">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class java.io.SerializablePermission (Java Platform SE 7 )";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/io/SerializablePermission.html" title="class in java.io">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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/io/class-use/SerializablePermission.html" target="_top">Frames</a></li>
<li><a href="SerializablePermission.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class java.io.SerializablePermission" class="title">Uses of Class<br>java.io.SerializablePermission</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../java/io/SerializablePermission.html" title="class in java.io">SerializablePermission</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#java.io">java.io</a></td>
<td class="colLast">
<div class="block">Provides for system input and output through data streams,
serialization and the file system.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="java.io">
<!-- -->
</a>
<h3>Uses of <a href="../../../java/io/SerializablePermission.html" title="class in java.io">SerializablePermission</a> in <a href="../../../java/io/package-summary.html">java.io</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../java/io/package-summary.html">java.io</a> declared as <a href="../../../java/io/SerializablePermission.html" title="class in java.io">SerializablePermission</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../java/io/SerializablePermission.html" title="class in java.io">SerializablePermission</a></code></td>
<td class="colLast"><span class="strong">ObjectStreamConstants.</span><code><strong><a href="../../../java/io/ObjectStreamConstants.html#SUBCLASS_IMPLEMENTATION_PERMISSION">SUBCLASS_IMPLEMENTATION_PERMISSION</a></strong></code>
<div class="block">Enable overriding of readObject and writeObject.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../java/io/SerializablePermission.html" title="class in java.io">SerializablePermission</a></code></td>
<td class="colLast"><span class="strong">ObjectStreamConstants.</span><code><strong><a href="../../../java/io/ObjectStreamConstants.html#SUBSTITUTION_PERMISSION">SUBSTITUTION_PERMISSION</a></strong></code>
<div class="block">Enable substitution of one object for another during
serialization/deserialization.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../java/io/SerializablePermission.html" title="class in java.io">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 class="aboutLanguage"><em><strong>Java™ Platform<br>Standard Ed. 7</strong></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?java/io/class-use/SerializablePermission.html" target="_top">Frames</a></li>
<li><a href="SerializablePermission.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> © 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p>
</body>
</html>
|
_molecules/text-over-image-with-comment.html | SteveBarnett/fufu | ---
layout: default
name: overcomment
---
<div class="over">
<img src="/fufu/img/squitten.jpg" alt="A kitten in a square">
<a href="#" class="over-text">
{{ site.molecules | where:"name","catandtitle" }}
<p>Optional extra teaser text that's about one sentence long.</p>
{{ site.atoms | where:"name","commentcounter" }}
</a>
</div> |
vendor/calendar/demo/calendar/themegreen.html | jcpleite/fland2 | <!DOCTYPE html>
<html>
<head>
<title>Green CSS Theme (AJAX Event Calendar)</title>
<!-- head -->
<meta charset="utf-8">
<!-- demo stylesheet -->
<link type="text/css" rel="stylesheet" href="../helpers/demo.css?v=217" />
<link type="text/css" rel="stylesheet" href="../helpers/media/layout.css?v=217" />
<link type="text/css" rel="stylesheet" href="../helpers/media/elements.css?v=217" />
<!-- helper libraries -->
<script src="../helpers/jquery-1.9.1.min.js" type="text/javascript"></script>
<!-- daypilot libraries -->
<script src="../js/daypilot-all.min.js?v=217" type="text/javascript"></script>
<!-- daypilot themes -->
<link type="text/css" rel="stylesheet" href="../themes/month_white.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/month_green.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/month_transparent.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/calendar_transparent.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/calendar_white.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/calendar_green.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/navigator_green.css?v=217" />
<link type="text/css" rel="stylesheet" href="../themes/navigator_white.css?v=217" />
<!-- /head -->
</head>
<body>
<!-- top -->
<div id="header">
<div class="bg-help">
<div class="inBox">
<h1 id="logo"><a href='http://javascript.daypilot.org/'>DayPilot Lite for JavaScript</a> » <a href='http://javascript.daypilot.org/demo/lite/'>Demo</a></h1>
<p id="claim">Open-Source AJAX Calendar/Scheduling Widgets for JavaScript/jQuery/HTML5.</p>
<hr class="hidden" />
</div>
</div>
</div>
<div id="download">
<div style="float:left; width: 130px;"><a href="http://javascript.daypilot.org/download/" class="css3button"><span>Download</span></a></div>
<div style="margin-left: 130px;">
<div><a href="http://javascript.daypilot.org/download/">Download</a> DayPilot Lite (open-source).</div>
<div>See also the advanced features of <a href="http://javascript.daypilot.org/demo/">DayPilot Pro</a> (commercial).</div>
</div>
</div>
<div id="main">
<div id="tabs">
<!-- tabs -->
<div>
<a class='tab' href='../index.html'><span style="width: 100px; text-align:center;">Home</span></a>
<a class='tab selected' href='../calendar/index.html'><span style="width: 100px; text-align:center;">Calendar</span></a>
<a class='tab' href='../month/index.html'><span style="width: 100px; text-align:center;">Month</span></a>
<a class='tab' href='../scheduler/index.html'><span style="width: 100px; text-align:center;">Scheduler</span></a>
</div>
<div class="header"><div class="bg-help">Outlook-Like Day/Week View. Customizable Columns.</div></div>
<!-- /tabs -->
</div>
<div id="container" >
<div id="left" class="menu">
<div>
<!-- menu -->
<div class="header">Main</div>
<div>
<a href='index.html'><span>JavaScript Event Calendar</span></a>
</div>
<div class="header">Navigation</div>
<div>
<a href='navigator.html'><span>Navigator</span></a>
</div>
<div>
<a href='datepicker.html'><span>Date Picker</span></a>
</div>
<div>
<a href='nextprevious.html'><span>Next/Previous</span></a>
</div>
<div class="header">Themes</div>
<div>
<a href='themegreen.html'><span>Green</span></a>
</div>
<div>
<a href='themetransparent.html'><span>Transparent</span></a>
</div>
<div>
<a href='themewhite.html'><span>White</span></a>
</div>
<div class="header">Events</div>
<div>
<a href='allday.html'><span>All-Day Events</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='eventareas.html'><span>Active Areas</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='eventmenu.html'><span>Context Menu</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='eventselecting.html'><span>Event Selecting</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='eventcustomization.html'><span>Event Customization</span> <span class="new">NEW</span></a>
</div>
<div class="header">Grid</div>
<div>
<a href='50columns.html'><span>50 columns</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='100pctheight.html'><span>100% height</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='crosshair.html'><span>Crosshair</span> <span class="pro">PRO</span></a>
</div>
<div class="header">API</div>
<div>
<a href='angularjs.html'><span>AngularJS</span> <span class="new">NEW</span></a>
</div>
<div>
<a href='angularjsctrlas.html'><span>AngularJS (Controller As)</span> <span class="new">NEW</span></a>
</div>
<div class="header">Localization</div>
<div>
<a href='localization.html'><span>Localization</span></a>
</div>
<div>
<a href='rtl.html'><span>RTL</span> <span class="pro">PRO</span></a>
</div>
<div class="header">Timeline</div>
<div>
<a href='overnight.html'><span>Overnight Shift</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='lunchbreak.html'><span>Lunch Break</span> <span class="pro">PRO</span></a>
</div>
<div class="header">View Types</div>
<div>
<a href='day.html'><span>Day View</span></a>
</div>
<div>
<a href='week.html'><span>Week View</span></a>
</div>
<div>
<a href='resources.html'><span>Resources</span> <span class="pro">PRO</span></a>
</div>
<div>
<a href='hierarchy.html'><span>Resource Hierarchy</span> <span class="pro">PRO</span></a>
</div>
<!-- /menu -->
</div>
</div>
<div id="content">
<div>
<!-- /top -->
<div class="note"><b>Note:</b> You can create a theme using the online <strong>DayPilot Theme Designer</strong>: <a href="http://themes.daypilot.org/">http://themes.daypilot.org/</a></div>
<div id="dp"></div>
<div id="print"></div>
<script type="text/javascript">
var dp = new DayPilot.Calendar("dp");
// behavior and appearance
dp.theme = "calendar_green";
// view
dp.startDate = "2013-03-25"; // or just dp.startDate = "2013-03-25";
dp.viewType = "Week";
// event creating
dp.onTimeRangeSelected = function (args) {
var name = prompt("New event name:", "Event");
if (!name) return;
var e = new DayPilot.Event({
start: args.start,
end: args.end,
id: DayPilot.guid(),
text: name
});
dp.events.add(e);
dp.clearSelection();
};
dp.onEventClick = function(args) {
alert("clicked: " + args.e.id());
};
dp.init();
var e = new DayPilot.Event({
start: new DayPilot.Date("2013-03-25T12:00:00"),
end: new DayPilot.Date("2013-03-25T12:00:00").addHours(3),
id: DayPilot.guid(),
text: "Special event"
});
dp.events.add(e);
</script>
<!-- bottom -->
</div>
</div>
</div>
</div>
<script type="text/javascript">
$(document).ready(function() {
var url = window.location.href;
var filename = url.substring(url.lastIndexOf('/')+1);
if (filename === "") filename = "index.html";
$(".menu a[href='" + filename + "']").addClass("selected");
});
</script>
<!-- /bottom -->
</body>
</html>
|
src/main/java/edu/byu/ece/rapidSmith/device/helper/package.html | ComputerArchitectureGroupPWr/JGenerilo | <html>
<head></head>
<body>
The device.helper package is a set of classes which are used for creating
and populating the Device class and other classes in the device package.
See <a href="http://rapidsmith.svn.sourceforge.net/viewvc/rapidsmith/trunk/doc/TechReportAndDocumentation.pdf">
Technical Report and Documentation for more information. </a>
</body>
</html> |
src/node_modules/zombie/node_modules/html5/data/tree-construction/entities01.dat-21/input.html | robashton/zombify | FOOxZOO
|
app/templates/app/create_medication_modal.html | cqw1/palliassist_webportal | {% load i18n %}
<!-- Modal for creating a new medication to send to patient. -->
<div class="modal fade" id="create-medication-modal" tabindex="-1" role="dialog" aria-labelledby="create-medication-title">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button id="x-create-medication-modal-btn" type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
{# Translators: Title of form to create a new medication entry. #}
<h4 class="modal-title" id="create-medication-title">{% trans "Create medication" %}</h4>
</div>
<div class="modal-body">
<div class="row">
<form action="." id="create-medication-form" method="post" class="form-horizontal">
{% csrf_token %}
{{ create_medication_form.non_field_errors }}
<!-- Loops through fields in form and renders -->
{% for field in create_medication_form %}
{% if field.errors %}
<div class="form-group has-error">
{% else %}
<div class="form-group">
{% endif %}
<label for="{{ field.id_for_label }}" class="col-md-3 control-label">{{ field.label }}</label>
<div class="col-md-9 pa-ignore-center-wrapper pa-form-field">
{{ field }}
{{ field.errors | safe }}
</div>
</div>
{% endfor %}
</form>
</div>
</div>
<div class="modal-footer">
{# Translators: Button to close the popup to create a new medication. #}
<button id="close-create-medication-btn" type="button" class="btn btn-default" data-dismiss="modal">{% trans "Close" %}</button>
{# Translators: Button to create a new medication. #}
<button id="create-medication-btn" type="button" class="btn btn-primary" onclick="createMedication('{{patient.pk}}')" autocomplete="off">{% trans "Create" %}</button>
</div>
</div>
</div>
</div>
|
web/css/flaticon-bussiness.css | renearias/progravityback | @font-face {
font-family: "Flaticon";
src: url("../fonts/flaticon-bussiness.eot");
src: url("../fonts/flaticon-bussiness.eot#iefix") format("embedded-opentype"),
url("../fonts/flaticon-bussiness.woff") format("woff"),
url("../fonts/flaticon-bussiness.ttf") format("truetype"),
url("../fonts/flaticon-bussiness.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
//margin-left: 20px;
}.flaticon-analysis3:before {
content: "\e000";
}
.flaticon-bars62:before {
content: "\e001";
}
.flaticon-block29:before {
content: "\e002";
}
.flaticon-bomb14:before {
content: "\e003";
}
.flaticon-bulb16:before {
content: "\e004";
}
.flaticon-businessman271:before {
content: "\e005";
}
.flaticon-businessman272:before {
content: "\e006";
}
.flaticon-businessman273:before {
content: "\e007";
}
.flaticon-businessman274:before {
content: "\e008";
}
.flaticon-businessman275:before {
content: "\e009";
}
.flaticon-calendar174:before {
content: "\e00a";
}
.flaticon-call54:before {
content: "\e00b";
}
.flaticon-case:before {
content: "\e00c";
}
.flaticon-central4:before {
content: "\e00d";
}
.flaticon-chair19:before {
content: "\e00e";
}
.flaticon-chart40:before {
content: "\e00f";
}
.flaticon-chart41:before {
content: "\e010";
}
.flaticon-chat99:before {
content: "\e011";
}
.flaticon-chess17:before {
content: "\e012";
}
.flaticon-clip17:before {
content: "\e013";
}
.flaticon-coin17:before {
content: "\e014";
}
.flaticon-credit105:before {
content: "\e015";
}
.flaticon-cup48:before {
content: "\e016";
}
.flaticon-currency10:before {
content: "\e017";
}
.flaticon-deal2:before {
content: "\e018";
}
.flaticon-direction12:before {
content: "\e019";
}
.flaticon-eye1:before {
content: "\e01a";
}
.flaticon-financial3:before {
content: "\e01b";
}
.flaticon-hands10:before {
content: "\e01c";
}
.flaticon-identity2:before {
content: "\e01d";
}
.flaticon-international39:before {
content: "\e01e";
}
.flaticon-like79:before {
content: "\e01f";
}
.flaticon-loudspeaker15:before {
content: "\e020";
}
.flaticon-magnifier49:before {
content: "\e021";
}
.flaticon-maze:before {
content: "\e022";
}
.flaticon-medal61:before {
content: "\e023";
}
.flaticon-official:before {
content: "\e024";
}
.flaticon-operation2:before {
content: "\e025";
}
.flaticon-pantheon1:before {
content: "\e026";
}
.flaticon-pie61:before {
content: "\e027";
}
.flaticon-relation:before {
content: "\e028";
}
.flaticon-sand21:before {
content: "\e029";
}
.flaticon-signature3:before {
content: "\e02a";
}
.flaticon-stapler2:before {
content: "\e02b";
}
.flaticon-stock7:before {
content: "\e02c";
}
.flaticon-tasks3:before {
content: "\e02d";
}
.flaticon-time28:before {
content: "\e02e";
}
.flaticon-winner14:before {
content: "\e02f";
}
.flaticon-wood11:before {
content: "\e030";
}
.flaticon-workers4:before {
content: "\e031";
}
|
JavaScriptFundamentals/ConditionalStatements/ConditionalStatements/index.html | Emiliya93/TelerikAcademy | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conditional statements</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<script src="1exchangeIfGreater.js"></script>
<script src="2multiplicationSign.js"></script>
<script src="3biggestOfThree.js"></script>
<script src="4sortThreeNumbers.js"></script>
<script src="5digitAsWord.js"></script>
<script src="6quadraticEquation.js"></script>
<script src="7biggestOfFive.js"></script>
<script src="8numberAsWords.js"></script>
<section>
<h1>Problem 1. Exchange if greater</h1>
<p>
Write an if statement that takes two double variables a and b and exchanges their values if the first one is greater than the second.
As a result print the values a and b, separated by a space.
</p>
<input id="A1" type="text" placeholder="Enter number a here" />
<input id="B1" type="text" placeholder="Enter number b here" />
<button onclick="exchangeIfGreater()">Exchange if greater</button>
<input id="exchangeResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 2. Multiplication Sign</h1>
<p>
Write a script that shows the sign (+, - or 0) of the product of three real numbers, without calculating it.
Use a sequence of if operators.
</p>
<input id="A2" type="text" placeholder="Enter number a here" />
<input id="B2" type="text" placeholder="Enter number b here" />
<input id="C2" type="text" placeholder="Enter number c here" />
<button onclick="multiplicationSign()">Show sign</button>
<input id="signResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 3. The biggest of Three</h1>
<p>
Write a script that finds the biggest of three numbers.
Use nested if statements.
</p>
<input id="A3" type="text" placeholder="Enter number a here" />
<input id="B3" type="text" placeholder="Enter number b here" />
<input id="C3" type="text" placeholder="Enter number c here" />
<button onclick="biggestOfThree()">Biggest?</button>
<input id="biggestResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 4. Sort 3 numbers</h1>
<p>
Sort 3 real values in descending order.
Use nested if statements.
Note: Don’t use arrays and the built-in sorting functionality
</p>
<input id="A4" type="text" placeholder="Enter number a here" />
<input id="B4" type="text" placeholder="Enter number b here" />
<input id="C4" type="text" placeholder="Enter number c here" />
<button onclick="sortThreeNumbers()">Sort numbers</button>
<input id="sortedResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 5. Digit as word</h1>
<p>
Write a script that asks for a digit (0-9), and depending on the input, shows the digit as a word (in English).
Print “not a digit” in case of invalid input.
Use a switch statement.
</p>
<input id="digit" type="text" placeholder="Enter a digit (0-9) here" />
<button onclick="digitAsWord()">Show digit as word</button>
<input id="digitWordResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 6. Quadratic equation</h1>
<p>
Write a script that reads the coefficients a, b and c of a quadratic equation <strong>ax2 + bx + c = 0</strong> and solves it (prints its real roots).
Calculates and prints its real roots.
Note: Quadratic equations may have 0, 1 or 2 real roots.
</p>
<input id="A6" type="text" placeholder="Enter number a here" />
<input id="B6" type="text" placeholder="Enter number b here" />
<input id="C6" type="text" placeholder="Enter number c here" />
<button onclick="quadraticEquation()">Find real roots</button>
<input id="equationResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 7. The biggest of five numbers</h1>
<p>
Write a script that finds the greatest of given 5 variables.
Use nested if statements.
</p>
<input id="A7" type="text" placeholder="Enter number a here" />
<input id="B7" type="text" placeholder="Enter number b here" />
<input id="C7" type="text" placeholder="Enter number c here" />
<input id="D7" type="text" placeholder="Enter number d here" />
<input id="E7" type="text" placeholder="Enter number e here" />
<button onclick="biggestOfFive()">Find biggest</button>
<input id="biggestOfFiveResult" placeholder="Result will be here" disabled />
</section>
<section>
<h1>Problem 8. Number as words</h1>
<p>
Write a script that converts a number in the range [0…999] to words, corresponding to its English pronunciation.
</p>
<input id="number" type="text" placeholder="Enter number here" />
<button onclick="numberAsWords()">Number as word</button>
<input id="numberAsWordsResult" disabled placeholder="Result will be here" />
</section>
</body>
</html>
|
solr-4.10.2/docs/solr-core/org/apache/solr/search/class-use/ExtendedDismaxQParser.Clause.html | kilfu0701/Solr4-Scaffold | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Sun Oct 26 05:56:35 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.search.ExtendedDismaxQParser.Clause (Solr 4.10.2 API)</title>
<meta name="date" content="2014-10-26">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.search.ExtendedDismaxQParser.Clause (Solr 4.10.2 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/search/class-use/ExtendedDismaxQParser.Clause.html" target="_top">Frames</a></li>
<li><a href="ExtendedDismaxQParser.Clause.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.search.ExtendedDismaxQParser.Clause" class="title">Uses of Class<br>org.apache.solr.search.ExtendedDismaxQParser.Clause</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.solr.search">org.apache.solr.search</a></td>
<td class="colLast">
<div class="block">
APIs and classes for <a href="../../../../../org/apache/solr/search/QParserPlugin.html" title="class in org.apache.solr.search">parsing</a> and <a href="../../../../../org/apache/solr/search/SolrIndexSearcher.html" title="class in org.apache.solr.search">processing</a> search requests</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.solr.search">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a> in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a> that return types with arguments of type <a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a>></code></td>
<td class="colLast"><span class="strong">ExtendedDismaxQParser.</span><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.html#splitIntoClauses(java.lang.String, boolean)">splitIntoClauses</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s,
boolean ignoreQuote)</code> </td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Method parameters in <a href="../../../../../org/apache/solr/search/package-summary.html">org.apache.solr.search</a> with type arguments of type <a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">ExtendedDismaxQParser.</span><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.html#addPhraseFieldQueries(org.apache.lucene.search.BooleanQuery, java.util.List, org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration)">addPhraseFieldQueries</a></strong>(<a href="http://lucene.apache.org/core/4_10_2/core/org/apache/lucene/search/BooleanQuery.html?is-external=true" title="class or interface in org.apache.lucene.search">BooleanQuery</a> query,
<a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a>> clauses,
<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.ExtendedDismaxConfiguration.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.ExtendedDismaxConfiguration</a> config)</code>
<div class="block">Adds shingled phrase queries to all the fields specified in the pf, pf2 anf pf3 parameters</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">ExtendedDismaxQParser.</span><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.html#addShingledPhraseQueries(org.apache.lucene.search.BooleanQuery, java.util.List, java.util.Collection, int, float, int)">addShingledPhraseQueries</a></strong>(<a href="http://lucene.apache.org/core/4_10_2/core/org/apache/lucene/search/BooleanQuery.html?is-external=true" title="class or interface in org.apache.lucene.search">BooleanQuery</a> mainQuery,
<a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a>> clauses,
<a href="http://download.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a><<a href="../../../../../org/apache/solr/search/FieldParams.html" title="class in org.apache.solr.search">FieldParams</a>> fields,
int shingleSize,
float tiebreaker,
int slop)</code>
<div class="block">Modifies the main query by adding a new optional Query consisting
of shingled phrase queries across the specified clauses using the
specified field => boost mappings.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://lucene.apache.org/core/4_10_2/core/org/apache/lucene/search/Query.html?is-external=true" title="class or interface in org.apache.lucene.search">Query</a></code></td>
<td class="colLast"><span class="strong">ExtendedDismaxQParser.</span><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.html#parseOriginalQuery(org.apache.solr.search.ExtendedDismaxQParser.ExtendedSolrQueryParser, java.lang.String, java.util.List, org.apache.solr.search.ExtendedDismaxQParser.ExtendedDismaxConfiguration)">parseOriginalQuery</a></strong>(<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.ExtendedSolrQueryParser.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.ExtendedSolrQueryParser</a> up,
<a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> mainUserQuery,
<a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a>> clauses,
<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.ExtendedDismaxConfiguration.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.ExtendedDismaxConfiguration</a> config)</code>
<div class="block">Parses the user's original query.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">ExtendedDismaxQParser.</span><code><strong><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.html#rebuildUserQuery(java.util.List, boolean)">rebuildUserQuery</a></strong>(<a href="http://download.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">ExtendedDismaxQParser.Clause</a>> clauses,
boolean lowercaseOperators)</code>
<div class="block">Generates a query string from the raw clauses, uppercasing
'and' and 'or' as needed.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/search/ExtendedDismaxQParser.Clause.html" title="class in org.apache.solr.search">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/search/class-use/ExtendedDismaxQParser.Clause.html" target="_top">Frames</a></li>
<li><a href="ExtendedDismaxQParser.Clause.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
painel/includes/caixadiario.html | MTAugusto/ControleAcesso | <div ng-controller="caixadiarioCtrl" ng-init="consultarCaixa()">
<!-- EDITAR CONTROLLER -->
<md-toolbar>
<div class="md-toolbar-tools">
<md-button ng-click="toggleLeft()" class="md-button" hide-gt-md="" aria-label="Menu">
<md-icon md-svg-icon="img/icons/menu.svg"></md-icon>
</md-button>
<h2>
<span>{{name}}</span>
</h2>
<md-button class="md-icon-button botao-font-au" aria-label="Aumentar/Diminuir Fonte" onclick="aumentaFonte()">
<md-tooltip md-direction="left">Botão para aumentar de tamanho de Fonte</md-tooltip>
<md-icon md-svg-icon="./img/ic_format_size_white_24px.svg"></md-icon>
</md-button>
<md-button class="md-icon-button botao-acessibilidade" aria-label="Auto contraste" onclick="aplicaAutoContraste()">
<md-tooltip md-direction="left">Botão para ajuste de Auto Contraste</md-tooltip>
<md-icon md-svg-icon="./img/ic_brightness_auto_white_24px.svg"></md-icon>
</md-button>
<md-button class="md-icon-button botao-font-dm" aria-label="Aumentar/Diminuir Fonte" onclick="diminuiFonte()">
<md-tooltip md-direction="left">Botão para diminuir de tamanho de Fonte</md-tooltip>
<md-icon md-svg-icon="./img/ic_text_fields_white_24px.svg"></md-icon>
</md-button>
</div>
</md-toolbar>
<div class="spaceToolbar"></div>
<div class="md-padding" layout-margin>
<div ng-if="caixaAberto">
<md-card>
<md-card-content>
<div layout="row" layout-align="center center">
<p>Caixa de {{caixadiario.data | date: "fullDate"}}, aberto às {{caixadiario.abertura | date: "mediumTime"}}</p>
</div>
<div layout="row" layout-align="center center">
Valor Total do Caixa: {{valortotalcaixa | currency}}
</div>
<div layout="row" layout-align="center center">
<md-button type="button" class="md-raised md-primary right" ng-click="fecharCaixaDiario()">Fechar caixa diário</md-button>
</div>
</md-card-content>
</md-card>
<div layout-margin>
<mdt-table table-card="{title: 'Movimentações'}" mdt-row="{
data: saidasList,
'table-row-id-key': 'datasaida',
'column-keys': [
'placa',
'dataentrada',
'datasaida',
'valor',
'tipo'
]
}">
<mdt-header-row>
<mdt-column align-rule="left">Placa</mdt-column>
<mdt-column align-rule="right">Entrada</mdt-column>
<mdt-column align-rule="right">Saída</mdt-column>
<mdt-column align-rule="right">Valor (R$)</mdt-column>
<mdt-column align-rule="right">Tipo</mdt-column>
</mdt-header-row>
</mdt-table>
</div>
<!-- <md-card>
<md-card-content>
<p>Ações</p>
<md-button type="button" class="md-raised md-primary right" ng-click="fecharCaixaDiario()">Fechar caixa diário</md-button>
<md-button type="button" class="md-raised right" ng-click="cancelar()">Cancelar</md-button>
</md-card-content>
</md-card> -->
</div>
<div ng-if="!caixaAberto">
<md-card>
<md-card-content>
<p>O caixa diário está fechado.</p>
<p>Abra o caixa diário para fazer saídas de veículos.</p>
<md-button type="button" class="md-raised md-primary right" ng-click="abrirCaixaDiario()">Abrir caixa diário</md-button>
<md-button type="button" class="md-raised right" ng-click="cancelar()">Cancelar</md-button>
</md-card-content>
</md-card>
</div>
</div>
</div>
|
Src/packages/FAKE.3.2.3/docs/apidocs/fake-git-repository.html | GreanTech/Qaiain | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Repository - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>Repository</h1>
<div class="xmldoc">
<p>Contains functions which allow basic operations on git repositories.
All operations assume that the CommandHelper can find git.exe.</p>
</div>
<!-- Render nested types and modules, if there are any -->
<h3>Functions and values</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Function or value</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '590', 590)" onmouseover="showTip(event, '590', 590)">
clone workingDir repoUrl toPath
</code>
<div class="tip" id="590">
<strong>Signature:</strong> workingDir:string -> repoUrl:string -> toPath:string -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Repository.fs#L15-15" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Clones a git repository.</p>
<h2>Parameters</h2>
<ul>
<li><code>workingDir</code> - The working directory.</li>
<li><code>repoUrl</code> - The URL to the origin.</li>
<li><code>toPath</code> - Specifes the new target subfolder.</li>
</ul>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '591', 591)" onmouseover="showTip(event, '591', 591)">
cloneSingleBranch (...)
</code>
<div class="tip" id="591">
<strong>Signature:</strong> workingDir:string -> repoUrl:string -> branchName:string -> toPath:string -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Repository.fs#L24-24" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Clones a single branch of a git repository.</p>
<h2>Parameters</h2>
<ul>
<li><code>workingDir</code> - The working directory.</li>
<li><code>repoUrl</code> - The URL to the origin.</li>
<li><code>branchname</code> - Specifes the target branch.</li>
<li><code>toPath</code> - Specifes the new target subfolder.</li>
</ul>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '592', 592)" onmouseover="showTip(event, '592', 592)">
fullclean repositoryDir
</code>
<div class="tip" id="592">
<strong>Signature:</strong> repositoryDir:string -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Repository.fs#L46-46" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Cleans a directory by removing all files and sub-directories.</p>
<h2>Parameters</h2>
<ul>
<li><code>repositoryDir</code> - The path of the directory to clean.</li>
</ul>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '593', 593)" onmouseover="showTip(event, '593', 593)">
init repositoryDir bare shared
</code>
<div class="tip" id="593">
<strong>Signature:</strong> repositoryDir:string -> bare:bool -> shared:bool -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/Git/Repository.fs#L35-35" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Inits a git repository.</p>
<h2>Parameters</h2>
<ul>
<li><code>repositoryDir</code> - The path of the target directory.</li>
<li><code>bare</code> - If the new directory is a bare directory.</li>
<li><code>shared</code> - Specifies that the git repository is to be shared amongst several users. This allows users belonging to the same group to push into that repository.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (MS-PL)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
|
clean/Linux-x86_64-4.10.2-2.0.6/released/8.11.1/nfix/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>nfix: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.1 / nfix - 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>
nfix
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-26 16:52:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-26 16:52:27 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.10.2 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.2 Official release 4.10.2
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/nfix"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Nfix"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: mutual fixpoint functions"
"category: Miscellaneous/Coq Extensions"
]
authors: [
"Stéphane Lescuyer"
]
bug-reports: "https://github.com/coq-contribs/nfix/issues"
dev-repo: "git+https://github.com/coq-contribs/nfix.git"
synopsis: "Nfix: a Coq extension for fixpoints on nested inductives"
description: """
This plugin provides a syntactic extension that allows one to write mutual fixpoints over nested inductives."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/nfix/archive/v8.10.0.tar.gz"
checksum: "md5=3eaeaa04374d36b8869c716c258e99a4"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-nfix.8.10.0 coq.8.11.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.1).
The following dependencies couldn't be met:
- coq-nfix -> coq < 8.11~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-nfix.8.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>
|
_includes/head.html | LuqiPan/LuqiPan.github.io | <head>
<!--
<script type="text/javascript">
var host = "luqipan.me";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
-->
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
{% if page.title == "Home" %}
{{ site.title }} · {{ site.tagline }}
{% else %}
{{ page.title }} · {{ site.title }}
{% endif %}
</title>
<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
|
views/workspace-activities.html | team-task/web | <div class="wrapper" ng-controller="WorkspaceActivitiesController">
<header header>
</header>
<div class="progress mini-progress" ng-show="showLoading">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
<span class="sr-only">100% Complete</span>
</div>
</div>
<div class="container-fluid tt-container">
<div class="row">
<div class="col-md-3">
<div left-navigation></div>
</div>
<div class="col-md-9">
<div class="task-list-panel container-fluid" ng-init="initWorkspaceActivities()">
<div>
<h3 class="page-header">
Atividades
<button ng-click="novaAtividade();" class="btn btn-danger btn-sm tt-btn-round"
uib-tooltip="Nova Atividade">
<i class="fa fa-plus"></i>
</button>
<div class="dropdown pull-right">
<button class="btn btn-primary btn-inverse tt-btn-bordeless"
data-toggle="dropdown" id="dropdownProjectMenu">
<i class="fa fa-ellipsis-v"></i>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownProjectMenu">
<li>
<span class="pointer-action upload-csv" ng-click="exportarTabela();">
<i class="fa fa-file-excel-o"></i> Exportar Atividades
</span>
</li>
</ul>
</div>
</h3>
</div>
<div ng-excel="" type="'excel'" data="excel.data" xlsfilename="'atividades.xls'" down="excel.down"></div>
<div>
<label class="checkbox-inline">
<input type="checkbox" ng-model="filtro[0]" value="aguardando"
ng-click="filterChange();">Aguardando
</label>
<label class="checkbox-inline">
<input type="checkbox" ng-model="filtro[1]" value="iniciada"
ng-click="filterChange();">Iniciada
</label>
<label class="checkbox-inline">
<input type="checkbox" ng-model="filtro[2]" value="concluida"
ng-click="filterChange();">Concluida
</label>
<label class="checkbox-inline">
<input type="checkbox" ng-model="filtro[3]" value="cancelada"
ng-click="filterChange();">Cancelada
</label>
</div>
<table datatable="ng" dt-options="dtAOptions" class="table table-hover table-responsive">
<thead>
<tr>
<td>Atividade</td>
<td>Status</td>
<td>Inicio</td>
<td>Duração(d)</td>
<td>Até</td>
<td>Conclusão(%)</td>
<td>Time</td>
<td>Lider</td>
<td>Recurso</td>
</tr>
</thead>
<tbody>
<tr ng-repeat="atividade in listaAtividades">
<td class="tb-project-name">
<a ng-click="mostrarDetalheAtividadeTime(atividade);" class="pointer-action">
{{atividade.nome}}
</a>
<span class="btn-edit-project" ng-click="editarAtividadeTime(atividade);">
<i class="fa fa-pencil-square-o"></i>
</span>
</td>
<td>{{atividade.status}}</td>
<td data-order="{{atividade.inicio.$date | timeMils}}">{{atividade.inicio.$date | date : 'dd/MM/yyyy'}}</td>
<td>{{atividade.duracao}}</td>
<td data-order="{{atividade.fim.$date | timeMils}}">{{atividade.fim.$date | date : 'dd/MM/yyyy'}}</td>
<td>{{atividade.progresso}}</td>
<td>{{atividade.timeObj.nome}}</td>
<td data-search="{{atividade.pessoaLider.nome}}">
<ng-letter-avatar dynamic="true" charCount="2" width="27" height="27"
class="tt-avatar-table" fontsize="14"
data="{{atividade.pessoaLider.iniciais}}"
uib-tooltip="{{atividade.pessoaLider.nome}}"></ng-letter-avatar>
</td>
<td data-search="{{atividade.pessoaRecurso.nome}}">
<ng-letter-avatar dynamic="true" charCount="2" width="27" height="27" fontsize="14"
data="{{atividade.pessoaRecurso.iniciais}}"
uib-tooltip="{{atividade.pessoaRecurso.nome}}"></ng-letter-avatar>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div> |
8-todo-in-react/public/assets/css/main.min.css | mirman-wauhls2017/webapps2 | body{color:white;background:#0064ff;font-size:18px}.todo h3{display:inline-block}.edit-todo{overflow-y:hidden;max-height:0px;transition:all 0.5s cubic-bezier(0, 1, 0.5, 1)}.edit-todo.active{max-height:50px}.overdue{color:red}
|
archives/page/2/index.html | xhrong/xhrong.github.io | <!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head><meta name="generator" content="Hexo 3.9.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<link href="/lib/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/lib/font-awesome/css/font-awesome.min.css?v=4.6.2" rel="stylesheet" type="text/css">
<link href="/css/main.css?v=5.1.0" rel="stylesheet" type="text/css">
<meta name="keywords" content="Android, Java, 教育, 技术">
<link rel="alternate" href="/atom.xml" title="森.林木" type="application/atom+xml">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.1.0">
<meta property="og:type" content="website">
<meta property="og:title" content="森.林木">
<meta property="og:url" content="http://xhrong.github.io/archives/page/2/index.html">
<meta property="og:site_name" content="森.林木">
<meta property="og:locale" content="zh-Hans">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="森.林木">
<script type="text/javascript" id="hexo.configurations">
var NexT = window.NexT || {};
var CONFIG = {
root: '/',
scheme: 'Mist',
sidebar: {"position":"left","display":"post"},
fancybox: true,
motion: true,
duoshuo: {
userId: '0',
author: '博主'
},
algolia: {
applicationID: '',
apiKey: '',
indexName: '',
hits: {"per_page":10},
labels: {"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}
}
};
</script>
<link rel="canonical" href="http://xhrong.github.io/archives/page/2/">
<title> 归档 | 森.林木 </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left page-archive ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">森.林木</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle"></p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br>
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br>
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br>
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br>
标签
</a>
</li>
<li class="menu-item menu-item-search">
<a href="javascript:;" class="popup-trigger">
<i class="menu-item-icon fa fa-search fa-fw"></i> <br>
搜索
</a>
</li>
</ul>
<div class="site-search">
<div class="popup">
<span class="search-icon fa fa-search"></span>
<input type="text" id="local-search-input">
<div id="local-search-result"></div>
<span class="popup-btn-close">close</span>
</div>
</div>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<span class="archive-move-on"></span>
<span class="archive-page-counter">
好! 目前共计 68 篇日志。 继续努力。
</span>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2017">2017</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/08/19/架构设计:分布式应用架构风格/" itemprop="url">
<span itemprop="name">架构设计:分布式应用架构风格</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-08-19T00:00:00+00:00" content="2017-08-19">
08-19
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/08/12/架构设计:架构风格及其应用分析/" itemprop="url">
<span itemprop="name">架构设计:架构风格及其应用分析</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-08-12T00:00:00+00:00" content="2017-08-12">
08-12
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/08/09/Android Broadcast原理解析/" itemprop="url">
<span itemprop="name">Android Broadcast原理解析</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-08-09T00:00:00+00:00" content="2017-08-09">
08-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/08/08/架构设计:“4+1”架构模型及架构设计文档模板/" itemprop="url">
<span itemprop="name">架构设计:“4+1”架构模型及架构设计文档模板</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-08-08T00:00:00+00:00" content="2017-08-08">
08-08
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/06/25/《软件管理沉思录》内容摘要/" itemprop="url">
<span itemprop="name">《软件管理沉思录》内容摘要</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-06-25T00:00:00+00:00" content="2017-06-25">
06-25
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/06/18/Java实现拼音格式转换/" itemprop="url">
<span itemprop="name">Java实现拼音格式转换</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-06-18T00:00:00+00:00" content="2017-06-18">
06-18
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/06/04/强制关闭所有Actitvity的几种方案/" itemprop="url">
<span itemprop="name">强制关闭所有Actitvity的几种方案</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-06-04T00:00:00+00:00" content="2017-06-04">
06-04
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/29/Android的类加载机制/" itemprop="url">
<span itemprop="name">Android的类加载机制</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-29T00:00:00+00:00" content="2017-05-29">
05-29
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/28/Java类加载机制/" itemprop="url">
<span itemprop="name">Java类加载机制</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-28T00:00:00+00:00" content="2017-05-28">
05-28
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/20/Android Hook技术与Xposed/" itemprop="url">
<span itemprop="name">Android Hook技术与Xposed</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-20T00:00:00+00:00" content="2017-05-20">
05-20
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/20/UML图例/" itemprop="url">
<span itemprop="name">UML图例</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-20T00:00:00+00:00" content="2017-05-20">
05-20
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/19/CMMI之功能点估算法/" itemprop="url">
<span itemprop="name">CMMI之功能点估算法</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-19T00:00:00+00:00" content="2017-05-19">
05-19
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/05/12/Code Review的隐喻/" itemprop="url">
<span itemprop="name">Code Review的隐喻</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-05-12T00:00:00+00:00" content="2017-05-12">
05-12
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/04/29/Android 应用加固技术综述/" itemprop="url">
<span itemprop="name">Android 应用加固技术综述</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-04-29T00:00:00+00:00" content="2017-04-29">
04-29
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/04/23/Android热更新技术综述/" itemprop="url">
<span itemprop="name">Android热更新技术综述</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-04-23T00:00:00+00:00" content="2017-04-23">
04-23
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/04/15/Android应用开发效率工具/" itemprop="url">
<span itemprop="name">Android应用开发效率工具</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-04-15T00:00:00+00:00" content="2017-04-15">
04-15
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/04/08/汉字转拼音的几种方案(JAVA)/" itemprop="url">
<span itemprop="name">汉字转拼音的几种方案(JAVA)</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-04-08T00:00:00+00:00" content="2017-04-08">
04-08
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/03/09/Dagger2 in Action/" itemprop="url">
<span itemprop="name">Dagger2 in Action</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-03-09T00:00:00+00:00" content="2017-03-09">
03-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/01/14/Android MVP架构 Google Samples/" itemprop="url">
<span itemprop="name">Android MVP架构 Google Samples</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-01-14T00:00:00+00:00" content="2017-01-14">
01-14
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/01/12/Android开发规范/" itemprop="url">
<span itemprop="name">Android开发规范</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-01-12T00:00:00+00:00" content="2017-01-12">
01-12
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/01/10/Android Handler机制探究/" itemprop="url">
<span itemprop="name">Android Handler机制探究</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-01-10T00:00:00+00:00" content="2017-01-10">
01-10
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2017/01/08/AsycTask源码探究/" itemprop="url">
<span itemprop="name">AsycTask源码探究</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2017-01-08T00:00:00+00:00" content="2017-01-08">
01-08
</time>
</div>
</header>
</article>
<div class="collection-title">
<h2 class="archive-year motion-element" id="archive-year-2016">2016</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/12/26/Java多线程同步/" itemprop="url">
<span itemprop="name">Java多线程同步</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-12-26T00:00:00+00:00" content="2016-12-26">
12-26
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/12/01/Android截屏技术总结/" itemprop="url">
<span itemprop="name">Android截屏技术总结</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-12-01T14:30:01+00:00" content="2016-12-01">
12-01
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/29/Android技术图谱/" itemprop="url">
<span itemprop="name">Android技术图谱</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-29T18:53:12+00:00" content="2016-11-29">
11-29
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/27/读《中国历史》总序/" itemprop="url">
<span itemprop="name">读《中国历史》总序</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-27T19:32:33+00:00" content="2016-11-27">
11-27
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/24/沈园旧事/" itemprop="url">
<span itemprop="name">沈园旧事</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-24T18:32:33+00:00" content="2016-11-24">
11-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/24/Android架构设计/" itemprop="url">
<span itemprop="name">Android架构设计</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-24T18:28:48+00:00" content="2016-11-24">
11-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/24/JMS和AMQP对比/" itemprop="url">
<span itemprop="name">JMS和AMQP对比</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-24T18:28:48+00:00" content="2016-11-24">
11-24
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/11/24/JVM概况/" itemprop="url">
<span itemprop="name">JVM概述</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated" datetime="2016-11-24T18:28:48+00:00" content="2016-11-24">
11-24
</time>
</div>
</header>
</article>
</section>
<nav class="pagination">
<a class="extend prev" rel="prev" href="/archives/"><i class="fa fa-angle-left"></i></a><a class="page-number" href="/archives/">1</a><span class="page-number current">2</span><a class="page-number" href="/archives/page/3/">3</a><a class="extend next" rel="next" href="/archives/page/3/"><i class="fa fa-angle-right"></i></a>
</nav>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image" src="/images/avatar.jpg" alt="xhrong">
<p class="site-author-name" itemprop="name">xhrong</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">68</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">18</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">123</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="feed-link motion-element">
<a href="/atom.xml" rel="alternate">
<i class="fa fa-rss"></i>
RSS
</a>
</div>
<div class="links-of-author motion-element">
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright">
©
<span itemprop="copyrightYear">2020</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">xhrong</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="https://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Mist
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/lib/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/lib/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/lib/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/lib/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/lib/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.1.0"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.1.0"></script>
<script type="text/javascript" id="motion.page.archive">
$('.archive-year').velocity('transition.slideLeftIn');
</script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.1.0"></script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"xhrong"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.id = 'duoshuo-script';
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script src="/lib/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
<script src="/js/src/hook-duoshuo.js"></script>
<script type="text/javascript">
// Popup Window;
var isfetched = false;
// Search DB path;
var search_path = "search.xml";
if (search_path.length == 0) {
search_path = "search.xml";
}
var path = "/" + search_path;
// monitor main search box;
function proceedsearch() {
$("body").append('<div class="popoverlay">').css('overflow', 'hidden');
$('.popup').toggle();
}
// search function;
var searchFunc = function(path, search_id, content_id) {
'use strict';
$.ajax({
url: path,
dataType: "xml",
async: true,
success: function( xmlResponse ) {
// get the contents from search data
isfetched = true;
$('.popup').detach().appendTo('.header-inner');
var datas = $( "entry", xmlResponse ).map(function() {
return {
title: $( "title", this ).text(),
content: $("content",this).text(),
url: $( "url" , this).text()
};
}).get();
var $input = document.getElementById(search_id);
var $resultContent = document.getElementById(content_id);
$input.addEventListener('input', function(){
var matchcounts = 0;
var str='<ul class=\"search-result-list\">';
var keywords = this.value.trim().toLowerCase().split(/[\s\-]+/);
$resultContent.innerHTML = "";
if (this.value.trim().length > 1) {
// perform local searching
datas.forEach(function(data) {
var isMatch = false;
var content_index = [];
var data_title = data.title.trim().toLowerCase();
var data_content = data.content.trim().replace(/<[^>]+>/g,"").toLowerCase();
var data_url = decodeURIComponent(data.url);
var index_title = -1;
var index_content = -1;
var first_occur = -1;
// only match artiles with not empty titles and contents
if(data_title != '') {
keywords.forEach(function(keyword, i) {
index_title = data_title.indexOf(keyword);
index_content = data_content.indexOf(keyword);
if( index_title >= 0 || index_content >= 0 ){
isMatch = true;
if (i == 0) {
first_occur = index_content;
}
}
});
}
// show search results
if (isMatch) {
matchcounts += 1;
str += "<li><a href='"+ data_url +"' class='search-result-title'>"+ data_title +"</a>";
var content = data.content.trim().replace(/<[^>]+>/g,"");
if (first_occur >= 0) {
// cut out 100 characters
var start = first_occur - 20;
var end = first_occur + 80;
if(start < 0){
start = 0;
}
if(start == 0){
end = 50;
}
if(end > content.length){
end = content.length;
}
var match_content = content.substring(start, end);
// highlight all keywords
keywords.forEach(function(keyword){
var regS = new RegExp(keyword, "gi");
match_content = match_content.replace(regS, "<b class=\"search-keyword\">"+keyword+"</b>");
});
str += "<p class=\"search-result\">" + match_content +"...</p>"
}
str += "</li>";
}
})};
str += "</ul>";
if (matchcounts == 0) { str = '<div id="no-result"><i class="fa fa-frown-o fa-5x" /></div>' }
if (keywords == "") { str = '<div id="no-result"><i class="fa fa-search fa-5x" /></div>' }
$resultContent.innerHTML = str;
});
proceedsearch();
}
});}
// handle and trigger popup window;
$('.popup-trigger').click(function(e) {
e.stopPropagation();
if (isfetched == false) {
searchFunc(path, 'local-search-input', 'local-search-result');
} else {
proceedsearch();
};
});
$('.popup-btn-close').click(function(e){
$('.popup').hide();
$(".popoverlay").remove();
$('body').css('overflow', '');
});
$('.popup').click(function(e){
e.stopPropagation();
});
</script>
<script src="https://cdn1.lncld.net/static/js/av-core-mini-0.6.1.js"></script>
<script>AV.initialize("u4DTaPHSLi7UfAEx97rmGGkO-gzGzoHsz", "qEYRUuSsKEaUPpt8BwlMXnbr");</script>
<script>
function showTime(Counter) {
var query = new AV.Query(Counter);
var entries = [];
var $visitors = $(".leancloud_visitors");
$visitors.each(function () {
entries.push( $(this).attr("id").trim() );
});
query.containedIn('url', entries);
query.find()
.done(function (results) {
var COUNT_CONTAINER_REF = '.leancloud-visitors-count';
if (results.length === 0) {
$visitors.find(COUNT_CONTAINER_REF).text(0);
return;
}
for (var i = 0; i < results.length; i++) {
var item = results[i];
var url = item.get('url');
var time = item.get('time');
var element = document.getElementById(url);
$(element).find(COUNT_CONTAINER_REF).text(time);
}
for(var i = 0; i < entries.length; i++) {
var url = entries[i];
var element = document.getElementById(url);
var countSpan = $(element).find(COUNT_CONTAINER_REF);
if( countSpan.text() == '') {
countSpan.text(0);
}
}
})
.fail(function (object, error) {
console.log("Error: " + error.code + " " + error.message);
});
}
function addCount(Counter) {
var $visitors = $(".leancloud_visitors");
var url = $visitors.attr('id').trim();
var title = $visitors.attr('data-flag-title').trim();
var query = new AV.Query(Counter);
query.equalTo("url", url);
query.find({
success: function(results) {
if (results.length > 0) {
var counter = results[0];
counter.fetchWhenSave(true);
counter.increment("time");
counter.save(null, {
success: function(counter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(counter.get('time'));
},
error: function(counter, error) {
console.log('Failed to save Visitor num, with error message: ' + error.message);
}
});
} else {
var newcounter = new Counter();
/* Set ACL */
var acl = new AV.ACL();
acl.setPublicReadAccess(true);
acl.setPublicWriteAccess(true);
newcounter.setACL(acl);
/* End Set ACL */
newcounter.set("title", title);
newcounter.set("url", url);
newcounter.set("time", 1);
newcounter.save(null, {
success: function(newcounter) {
var $element = $(document.getElementById(url));
$element.find('.leancloud-visitors-count').text(newcounter.get('time'));
},
error: function(newcounter, error) {
console.log('Failed to create');
}
});
}
},
error: function(error) {
console.log('Error:' + error.code + " " + error.message);
}
});
}
$(function() {
var Counter = AV.Object.extend("Counter");
if ($('.leancloud_visitors').length == 1) {
addCount(Counter);
} else if ($('.post-title-link').length > 1) {
showTime(Counter);
}
});
</script>
</body>
</html>
|
views/table.html | AdamSheaffer/Address_Book_redux | <table>
<thead>
<tr>
<th></th>
<th>Name</th>
<th>Email</th>
<th>Phone</th>
<th>Group</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="(contactId, contact) in contactCtrl.contacts">
<td><img class="contact-photo" ng-src="{{contact.img}}"></td>
<td>{{contact.name}}</td>
<td>{{contact.email}}</td>
<td>{{contact.phone}}</td>
<td>{{contact.group}}</td>
<td>
<a class="btn btn-primary" href="/#/{{contactId}}">Details</a>
</td>
<td>
<button class="btn btn-primary" ng-click="contactCtrl.removeContact(contactId)">Delete</button>
</td>
</tr>
</tbody>
</table>
|
public/dist/pace/css/animaciones.css | vquilon/TFG | /* animaciones izquierda, derecha, arriba, abajo */
.slide-to-left {
-webkit-animation: slide-to-left 1s ease both;
animation: slide-to-left 1s ease both;
}
.slide-to-right {
-webkit-animation: slide-to-right 1s ease both;
animation: slide-to-right 1s ease both;
}
.slide-from-left {
-webkit-animation: slide-from-left 1s ease both;
animation: slide-from-left 1s ease both;
}
.slide-from-right {
-webkit-animation: slide-from-right 1s ease both;
animation: slide-from-right 1s ease both;
}
/* animacion hacia la izquierda */
@-webkit-keyframes slide-to-left {
to { -webkit-transform: translateX(-100%); }
}
@keyframes slide-to-left {
to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
/* animacion hacia la derecha */
@-webkit-keyframes slide-to-right {
to { -webkit-transform: translateX(100%); }
}
@keyframes slide-to-right {
to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
/* animacion desde la izquierda */
@-webkit-keyframes slide-from-left {
from { -webkit-transform: translateX(-100%); }
}
@keyframes slide-from-left {
from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}
/* animacion desde la derecha */
@-webkit-keyframes slide-from-right {
from { -webkit-transform: translateX(100%); }
}
@keyframes slide-from-right {
from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}
|
StoreFront/Store Front/hats.html | brmullenix15/brmullenix15.github.io | <!DOCTYPE html>
<!--- Here we are making a webpage front for a store. -->
<html>
<head>
<title> Brett's Hats </title>
<link rel="stylesheet" type="text/css" href="main.css">
<!-- Begin-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- NOTE: Need these links for bootstrap https://www.bootstrapcdn.com/-->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!--End-->
<script language="javescript" type="text/javascript">
if(confirm("Did you cick the DO NOT PRESS button?")){
alert("At least you're honest...")
}
else{
alert("You lied?!? How did we get here? That's right, you pressed the button.")
}
alert("Anyways...welcome. Don't press the button again")
</script>
</head>
<body>
<div class="all">
<div class="navbar">
<!--Nav Bar -->
<ul class = "nav nav-pills">
<li>
<a href = "https://brmullenix15.github.io/technical_work.html"><span class = "glyphicon glyphicon-briefcase"></span> Back to Portfolio</a>
</li>
<li>
<a href = "index.html"><span class = "glyphicon glyphicon-home"></span> Home</a>
</li>
<li>
<a href = "hats.html"><span class = "glyphicon glyphicon-exclamation-sign"></span> Do Not Enter</a>
</li>
<li>
<a href = "http://shop.neweracap.com/"><span class = "glyphicon glyphicon-shopping-cart"></span> New Era</a>
</li>
</ul>
<p> HA! Gotcha! Press the link to go back to the store now </p>
</div>
</div>
</body>
</html> |
index.html | russmaxdesign/example-layout-one-full | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>One-column full-width responsive layout</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" lang="en" content="ADD SITE DESCRIPTION">
<meta name="author" content="ADD AUTHOR INFORMATION">
<meta name="robots" content="index, follow">
<!-- icons -->
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<link rel="shortcut icon" href="favicon.ico">
<!-- Override CSS file - add your own CSS rules -->
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="header">
<div class="container">
<h1 class="header-heading">Sitename</h1>
</div>
</div>
<div class="nav-bar">
<div class="container">
<ul class="nav">
<li><a href="#">Nav item 1</a></li>
<li><a href="#">Nav item 2</a></li>
<li><a href="#">Nav item 3</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="container">
<div class="main">
<h1>Page title</h1>
<hr>
<!-- Heading levels -->
<h1>Heading level 1</h1>
<h2>Heading level 2</h2>
<h3>Heading level 3</h3>
<h4>Heading level 4</h4>
<h5>Heading level 5</h5>
<h6>Heading level 6</h6>
<hr>
<!-- Paragraphs -->
<h3>Paragraphs</h3>
<p>Ut wisi enim ad minim veniam, <a href="#">quis nostrud exerci tation ullamcorper</a> suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.</p>
<hr>
<!-- Responsive images -->
<h3>Responsive images</h3>
<p>For images to be responsive (so that they will rescale to suit the width of the parent, use the <code>.img-responsive</code> class.</p>
<p><img class="img-responsive" src="http://placehold.it/800x350" alt=""></p>
<!-- Lists -->
<h3>Unordered list</h3>
<p>Unordered lists are used to markup lists where list items do not require numbering.</p>
<ul>
<li>Ut wisi enim ad minim veniam</li>
<li>Quis nostrud exerci tation</li>
<li>Lamcorper suscipit lobortis nis</li>
<li>Ut aliquip ex ea commodo consequat</li>
<li>Duis autem vel eum iriure dolor</li>
</ul>
<hr>
<h3>Ordered list</h3>
<p>Ordered lists are used to markup lists where list items require numbering.</p>
<ol>
<li>Hendrerit in vulputate velit esse</li>
<li>Olestie consequat</li>
<li>Vel illum dolore eu feugiat</li>
<li>Nulla facilisis at vero eros</li>
<li>Accumsan et iusto odio</li>
</ol>
<hr>
<h3>Unstyled list</h3>
<p>You can make the list unstyled using the <code>list-unstyled</code> class.</p>
<ul class="list-unstyled">
<li>Ut wisi enim ad minim veniam</li>
<li>Quis nostrud exerci tation</li>
<li>Lamcorper suscipit lobortis nis</li>
<li>Ut aliquip ex ea commodo consequat</li>
<li>Duis autem vel eum iriure dolor</li>
</ul>
<hr>
<h3>Inline list</h3>
<p>You can make the list display inline using the <code>list-inline</code> class.</p>
<ul class="list-inline">
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
</ul>
<hr>
<!-- Blockquotes -->
<h3>Blockquotes</h3>
<p>The blockquote element is used to markup long quotations. Ideally, content inside should be wrapped in paragraph elements.</p>
<blockquote>
<p>The real names of our people were destroyed during slavery. The last name of my forefathers was taken from them when they were brought to America and made slaves, and then the name of the slave master was given, which we refuse, we reject that name today and refuse it. I never acknowledge it whatsoever.</p>
<footer><a href="http://en.wikipedia.org/wiki/Malcolm_X">Malcolm X</a></footer>
</blockquote>
<hr>
<h3>Buttons</h3>
<p>You can apply the <code>btn</code> class to any element that requires a button style.</p>
<p><a href="#" class="btn">Submit</a></p>
<hr>
<!-- Tables -->
<h3>Tables</h3>
<p>Tables should be given the class of <code>table</code>.</p>
<table class="table table-striped">
<thead>
<tr>
<th>#</th>
<th>First Name</th>
<th>Last Name</th>
<th>Username</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mark</td>
<td>Otto</td>
<td>@mdo</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Jacob</td>
<td>Thornton</td>
<td>@fat</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Larry</td>
<td>the Bird</td>
<td>@twitter</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="footer">
<div class="container">
© Copyright 2015
</div>
</div>
</body>
</html> |
src/main/resources/templates/fragments/servico/tempo.html | servicosgoval/portal-de-servicos | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org">
<body>
<div id="servico-tempo"
th:unless="${servico.tempoTotalEstimado == null or (servico.tempoTotalEstimado.ate == null and servico.tempoTotalEstimado.entre == null)}">
<h3 class="subtitulo-servico">Quanto tempo leva?</h3>
<th:block th:unless="${servico.tempoTotalEstimado.entre == null}">
<p>
Entre
<span th:text="${servico.tempoTotalEstimado.entre.min}"></span>
e
<span th:text="${servico.tempoTotalEstimado.entre.max}"></span>
<span th:text="${servico.tempoTotalEstimado.entre.unidade.nome}"></span> é o tempo estimado para a prestação imediata deste serviço.
</p>
</th:block>
<th:block th:unless="${servico.tempoTotalEstimado.ate == null}">
<p>
Até
<span th:text="${servico.tempoTotalEstimado.ate.max}"></span>
<span th:text="${servico.tempoTotalEstimado.ate.unidade.nome}"></span>.
</p>
</th:block>
<br/>
<h4>Informações adicionais ao tempo estimado</h4>
<p th:utext="${@markdown.render(servico.tempoTotalEstimado.descricao)}"></p>
</div>
</body>
</html> |
ocr_extracted/W28937_text/page40.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28937_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page39.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 495px; margin-top: 192px;">
<p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 330px; margin-top: 275px;">
<p class="styleSans14.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">'1" CQREJ—tléwaal </p>
</div>
<div style="position: absolute; margin-left: 330px; margin-top: 495px;">
<p class="styleSans10.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gas Capture Plan <br/>Bud 2-30H Bud 3-30H1 <br/>Gas Plant — Hiland Partners Watford City Super System <br/>Hiland Partners’ Watford City Super System is a network of low pressure and high pressure lines connecting Biliings, Burke, Divide, Dunn, McKenzie, Mountrail, and Williams Counties in North Dakota in addition to Roosevelt County, Montana. Field gas is gathered and transported through the system to Hiland Partners‘ Watford City Plant (Sec. 6—151N-102W) for processing. The system has interconnections to allow offloading excess gas volumes to Hess’ Tioga plant (Sec. 26~157N-95W) and to OneOK’s Stateline piant (Sec. 21-155 N-103W). </p>
</div>
<div style="position: absolute; margin-left: 330px; margin-top: 1210px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Gas Contract Date: 11—12—2010 <br/>Gathering System Name: Watford City Suger System <br/>Gathering Segment Name: WC—Egging-Lakeside Gathering System </p>
</div>
<div style="position: absolute; margin-left: 550px; margin-top: 1512px;">
<p class="styleSans4.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"></p>
</div>
<div style="position: absolute; margin-left: 631px; margin-top: 1512px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Current Throughput of Gathering Segment: 33 000 MCFD <br/>Maximum Current Capacity of Gathering Segment: 55 000 MCFD Anticipated Capacity of Gathering Segment At IP Date: 60 500 MCFD Anticipated Throughput of Gathering Segment At iP Date: 60,000 MCFD <br/> <br/> </p>
</div>
<div style="position: absolute; margin-left: 330px; margin-top: 1814px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Flowback Strategy </p>
</div>
<div style="position: absolute; margin-left: 495px; margin-top: 1870px;">
<p class="styleSans9.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">First production is expected 2/28/15 Gas sales connection is expected by 12/12/14 Anticipated oil and gas rates are as foilows: </p>
</div>
<div style="position: absolute; margin-left: 330px; margin-top: 2090px;">
<p class="styleSans80.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>"> <br/> <br/>Well Name Oil Flow Rate (BbI/day) 30 Day Production 60 Day Production 90 Day Production <br/>Bum-30H Budsaom <br/> <br/> <br/> <br/> <br/>Wei! Name Gas Flow Rate (MCF/day) initiai Production 30 Day Production 60 Day Production 90 Day Production <br/>Bud 3-30H1 756 <br/> <br/> <br/> </p>
</div>
</body>
</html>
|
clean/Linux-x86_64-4.10.0-2.0.6/extra-dev/8.11.dev/finger-tree/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>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 / extra-dev</a></li>
<li class="active"><a href="">8.11.dev / finger-tree - 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>
finger-tree
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2020-08-14 07:23:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-08-14 07:23:13 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-m4 1 Virtual package relying on m4
coq 8.11.dev Formal proof management system
num 1.3 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.10.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0 Official release 4.10.0
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.8.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/http://mattam.org/research/russell/fingertrees.en.html"
license: "LGPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/FingerTree"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: data structures"
"keyword: dependent types"
"keyword: Finger Trees"
"category: Computer Science/Data Types and Data Structures"
"date: 2009-02"
]
authors: [
"Matthieu Sozeau <mattam@mattam.org> [http://mattam.org]"
]
bug-reports: "https://github.com/coq-contribs/finger-tree/issues"
dev-repo: "git+https://github.com/coq-contribs/finger-tree.git"
synopsis: "Dependent Finger Trees"
description: """
A verified generic implementation of Finger Trees"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/finger-tree/archive/v8.9.0.tar.gz"
checksum: "md5=adc47781ae46112ccdbbfc53676093fb"
}
</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.9.0 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't be met:
- coq-finger-tree -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' to force)
Your request can'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.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">
<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>
|
dist/theme.css | EngCode/Tornado | /*======== Fonts ========*/
body {
background: #fafafa;
color: rgba(0, 0, 0, 0.80);
font-family: 'Noto Sans', 'Noto Kufi Arabic', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
form * {
font-family: 'Noto Sans', 'Noto Kufi Arabic';
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
dl.ui-tornado dt,
.form-ui label,
.modal-box.tornado-ui .modal-content .modal-head {
font-weight: 700;
}
/*======== Primary Color ========*/
.primary-bg,
.primary-bg-hoverable,
.quote-th3,
.btn.primary,
.theme-tornado .back-bar .selected-bar,
.theme-tornado .back-bar .pointer,
.form-ui label.checkbox input:checked + span:before,
.form-ui label.checkbox-switch input:checked + .switch,
.form-ui label.radio-button input:checked + span:before,
.pagination .active {
background: #3498db;
color: #FFF;
}
.primary-text,
.primary-text-hoverable,
.btn.primary.outline,
a:not(.btn) {
color: #3498db;
}
.btn.primary.outline {
border-color: #3498db
}
/*=== Primary Color Hover ===*/
.primary-bg-hoverable:hover,
.btn.primary:hover,
.btn.primary.outline:hover,
.btn.primary.active,
.form-ui label.checkbox-switch input:checked + .switch:before {
background: #2980b9;
color: #FFF;
}
.primary-text-hoverable:hover {
color: #2980b9;
}
.btn.primary.outline:hover {
border-color: #2980b9;
}
/*======== Secondary Color ========*/
.secondary-bg,
.secondary-bg-hoverable,
.btn.secondary {
background: #546e7a;
color: #FFF;
}
.secondart-text,
.secondart-text-hoverable,
.btn.secondary.outline {
color: #546e7a;
}
.btn.secondary.outline {
border-color: #546e7a;
}
/*=== Secondary Color Hover ===*/
.secondary-bg-hoverable:hover,
.btn.secondary:hover,
.btn.secondary.outline:hover,
.btn.secondary.active {
background: #2c3e50;
color: #FFF;
}
.secondart-text-hoverable:hover {
color: #2c3e50;
}
.btn.secondary.outline:hover {
border-color: #2c3e50;
}
/*=== Menu Theme ===*/
.navigation-menu .menu-button {
border: 0;
background: transparent;
font-size: 30px;
cursor: pointer;
color: rgba(0, 0, 0, .60);
}
.navigation-menu > ul:not(.mobile-menu) > li {
line-height: 2.4;
padding: 0 15px;
}
.navigation-menu > ul:not(.mobile-menu) > li > a {
color: #8f8f8f;
font-size: 16px;
display: block;
}
.navigation-menu > ul:not(.mobile-menu) > li:hover > a,
.navigation-menu > ul:not(.mobile-menu) > li.active > a {
color: #2b2b2b;
}
/**** Submenu ****/
.navigation-menu > ul:not(.mobile-menu) > li > ul li {
padding: 0 15px;
line-height: 45px;
font-size: 15px;
border-bottom: 1px solid rgba(0, 0, 0, .10);
background: #f3f3f3;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.navigation-menu > ul:not(.mobile-menu) > li > ul li a {
color: #aeaeae;
-webkit-transition: all 0.3s;
transition: all 0.3s;
display: block;
}
.navigation-menu > ul:not(.mobile-menu) > li > ul li:hover > a {
color: #2b2b2b;
} |
ocr_extracted/W29984_text/page3.html | datamade/elpc_bakken |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W29984_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
<div style="float: left;">
<a href="page2.html">«</a>
</div>
<div style="float: right;">
</div>
</div>
<hr/>
<div style="position: absolute; margin-left: 82px; margin-top: 109px;">
<p class="styleSans186.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">W 7/9/2014 <br/> <br/> <br/> <br/> <br/> <br/>Lease and Well N0. Lancaster 5-28H MUDPROGRAM Depth Type Weight Remarks 0 ' - 2170 ' Freshwater 8.4-8.8 Add Soa Sticks for Mud Rin s 2170 ' - 5500 ' invert 9.3-9.5 35-50 sec, 10—30 cc's 6500 ' - 11270 ‘ Invert 93.6-10.0 40-55 sec, 10-15 cc's ONV 70/30 to 80/20 11270 ' - TD Brine 93.0-10.1 29 Vis, No control. D Cuttin s TUBULARPROGRAM T e Size Deth Feet Diameter Weiht, Grade, Connection Seamless lnsection 9-5/8", 36 #, J—55. STC <br/>— Float shoe, shoe ‘oint & float collar. Centralize bottom 'oint then 5 more eve other, 1 at conductor — — _— <br/>———— <br/>Int 8 3/4 -' mm _— _— _— -— _ ——— <br/>_— 20640 ‘ 10480 ' 41/2 " _— _—— _— _— <br/> <br/>10200 ' 10200 ' <br/>2 7/8 " 2—7/8", 6.5 #, L-80, EUE — <br/> </p>
</div>
<div style="position: absolute; margin-left: 55px; margin-top: 1650px;">
<p class="styleSans162.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">CEMENT PROGRAM <br/> <br/> <br/> <br/> <br/>T e Deth Lead/Tail Bottom To Sacks Yield Wei - ht <br/>—“ (Basis: Guage hole + 55% excess, tail 30% of length, lead to surface.) ——_-__—— ‘— <br/>— <br/>_ <br/>_ <br/>_ <br/>— <br/>— <br/>Additional Comments: Continental Resources, Inc. will not use any of the below listed diesel based compounds in the Hydraulic Stimulation fluids of this well. Any compounds/fluids with the following Chemical Abstract Service Registry Numbers will not be used: <br/>68334-30—5 (Primary Name: Fuels, diesel) <br/>68476—34—6 (Primary Name: Fuels, diesel, No. 2) <br/>68476-30—2 (Primary Name: Fuel oil No. 2) <br/>68476-31—3 (Primary Name: Fuel oil, No. 4) <br/>8008-20—6 (Primary Name: Kerosene) </p>
</div>
<div style="position: absolute; margin-left: 247px; margin-top: 3190px;">
<p class="styleSans5.0000<enum PANGO_WEIGHT_NORMAL of type PangoWeight><enum PANGO_STYLE_NORMAL of type PangoStyle>">Lancaster 5-28H AFE v1 </p>
</div>
</body>
</html>
|
htmlcov/calculo_tests_models_test_estado_saida_opt_models_py.html | quindai/quindai.github.io |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=emulateIE7" />
<title>Coverage for calculo/tests/models/test_estado_saida_opt_models.py: 0%</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.hotkeys.js"></script>
<script type="text/javascript" src="jquery.isonscreen.js"></script>
<script type="text/javascript" src="coverage_html.js"></script>
<script type="text/javascript">
jQuery(document).ready(coverage.pyfile_ready);
</script>
</head>
<body class="pyfile">
<div id="header">
<div class="content">
<h1>Coverage for <b>calculo/tests/models/test_estado_saida_opt_models.py</b> :
<span class="pc_cov">0%</span>
</h1>
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
<h2 class="stats">
8 statements
<span class="run hide_run shortkey_r button_toggle_run">0 run</span>
<span class="mis shortkey_m button_toggle_mis">8 missing</span>
<span class="exc shortkey_x button_toggle_exc">0 excluded</span>
</h2>
</div>
</div>
<div class="help_panel">
<img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
<p class="legend">Hot-keys on this page</p>
<div>
<p class="keyhelp">
<span class="key">r</span>
<span class="key">m</span>
<span class="key">x</span>
<span class="key">p</span> toggle line displays
</p>
<p class="keyhelp">
<span class="key">j</span>
<span class="key">k</span> next/prev highlighted chunk
</p>
<p class="keyhelp">
<span class="key">0</span> (zero) top of page
</p>
<p class="keyhelp">
<span class="key">1</span> (one) first highlighted chunk
</p>
</div>
</div>
<div id="source">
<table>
<tr>
<td class="linenos">
<p id="n1" class="pln"><a href="#n1">1</a></p>
<p id="n2" class="pln"><a href="#n2">2</a></p>
<p id="n3" class="stm mis"><a href="#n3">3</a></p>
<p id="n4" class="stm mis"><a href="#n4">4</a></p>
<p id="n5" class="pln"><a href="#n5">5</a></p>
<p id="n6" class="pln"><a href="#n6">6</a></p>
<p id="n7" class="stm mis"><a href="#n7">7</a></p>
<p id="n8" class="pln"><a href="#n8">8</a></p>
<p id="n9" class="pln"><a href="#n9">9</a></p>
<p id="n10" class="pln"><a href="#n10">10</a></p>
<p id="n11" class="pln"><a href="#n11">11</a></p>
<p id="n12" class="stm mis"><a href="#n12">12</a></p>
<p id="n13" class="pln"><a href="#n13">13</a></p>
<p id="n14" class="stm mis"><a href="#n14">14</a></p>
<p id="n15" class="pln"><a href="#n15">15</a></p>
<p id="n16" class="pln"><a href="#n16">16</a></p>
<p id="n17" class="pln"><a href="#n17">17</a></p>
<p id="n18" class="pln"><a href="#n18">18</a></p>
<p id="n19" class="stm mis"><a href="#n19">19</a></p>
<p id="n20" class="stm mis"><a href="#n20">20</a></p>
<p id="n21" class="stm mis"><a href="#n21">21</a></p>
</td>
<td class="text">
<p id="t1" class="pln"><span class="com"># -*- coding: utf-8 -*-</span><span class="strut"> </span></p>
<p id="t2" class="pln"><span class="strut"> </span></p>
<p id="t3" class="stm mis"><span class="key">from</span> <span class="nam">django</span><span class="op">.</span><span class="nam">test</span> <span class="key">import</span> <span class="nam">TestCase</span><span class="strut"> </span></p>
<p id="t4" class="stm mis"><span class="key">from</span> <span class="nam">calculo</span><span class="op">.</span><span class="nam">models</span> <span class="key">import</span> <span class="nam">EstadoSaidaOpt</span><span class="op">,</span> <span class="nam">Estado</span><span class="op">,</span> <span class="nam">Regra</span><span class="strut"> </span></p>
<p id="t5" class="pln"><span class="strut"> </span></p>
<p id="t6" class="pln"><span class="strut"> </span></p>
<p id="t7" class="stm mis"><span class="key">class</span> <span class="nam">EstadoSaidaOptTest</span><span class="op">(</span><span class="nam">TestCase</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t8" class="pln"> <span class="str">"""</span><span class="strut"> </span></p>
<p id="t9" class="pln"><span class="str"> Módulo de teste para o Model EstadoSaidaOpt.</span><span class="strut"> </span></p>
<p id="t10" class="pln"><span class="str"> """</span><span class="strut"> </span></p>
<p id="t11" class="pln"><span class="strut"> </span></p>
<p id="t12" class="stm mis"> <span class="key">def</span> <span class="nam">setUp</span><span class="op">(</span><span class="nam">self</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t13" class="pln"><span class="strut"> </span></p>
<p id="t14" class="stm mis"> <span class="nam">self</span><span class="op">.</span><span class="nam">estado_saida_opt</span> <span class="op">=</span> <span class="nam">EstadoSaidaOpt</span><span class="op">.</span><span class="nam">objects</span><span class="op">.</span><span class="nam">create</span><span class="op">(</span><span class="strut"> </span></p>
<p id="t15" class="pln"> <span class="nam">regra</span> <span class="op">=</span> <span class="nam">Regra</span><span class="op">.</span><span class="nam">objects</span><span class="op">.</span><span class="nam">first</span><span class="op">(</span><span class="op">)</span><span class="op">,</span><span class="strut"> </span></p>
<p id="t16" class="pln"> <span class="nam">proximo</span> <span class="op">=</span> <span class="nam">Estado</span><span class="op">.</span><span class="nam">objects</span><span class="op">.</span><span class="nam">first</span><span class="op">(</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t17" class="pln"> <span class="op">)</span><span class="strut"> </span></p>
<p id="t18" class="pln"><span class="strut"> </span></p>
<p id="t19" class="stm mis"> <span class="key">def</span> <span class="nam">test_has_been_created</span><span class="op">(</span><span class="nam">self</span><span class="op">)</span><span class="op">:</span><span class="strut"> </span></p>
<p id="t20" class="stm mis"> <span class="nam">estado_saida</span> <span class="op">=</span> <span class="nam">EstadoSaidaOpt</span><span class="op">.</span><span class="nam">objects</span><span class="op">.</span><span class="nam">get</span><span class="op">(</span><span class="nam">pk</span><span class="op">=</span><span class="nam">self</span><span class="op">.</span><span class="nam">estado_saida_opt</span><span class="op">.</span><span class="nam">pk</span><span class="op">)</span><span class="strut"> </span></p>
<p id="t21" class="stm mis"> <span class="nam">self</span><span class="op">.</span><span class="nam">assertEqual</span><span class="op">(</span><span class="nam">self</span><span class="op">.</span><span class="nam">estado_saida_opt</span><span class="op">.</span><span class="nam">pk</span><span class="op">,</span> <span class="nam">estado_saida</span><span class="op">.</span><span class="nam">pk</span><span class="op">)</span><span class="strut"> </span></p>
</td>
</tr>
</table>
</div>
<div id="footer">
<div class="content">
<p>
<a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.5.3</a>,
created at 2019-04-24 19:55
</p>
</div>
</div>
</body>
</html>
|
packages/FAKE/docs/apidocs/fake-robocopyhelper.html | ploeh/PollingConsumer | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>RoboCopyHelper - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
<script src="https://code.jquery.com/jquery-1.8.0.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" />
<script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="http://fsharp.org">fsharp.org</a></li>
<li><a href="http://github.com/fsharp/fake">github page</a></li>
</ul>
<h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3>
</div>
<hr />
<div class="row">
<div class="span9" id="main">
<h1>RoboCopyHelper</h1>
<div class="xmldoc">
<p>Contains a task to use <a href="https://en.wikipedia.org/wiki/Robocopy">robocopy</a> on Windows.</p>
</div>
<!-- Render nested types and modules, if there are any -->
<h2>Nested types and modules</h2>
<div>
<table class="table table-bordered type-list">
<thead>
<tr><td>Type</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="type-name">
<a href="fake-robocopyhelper-robocopyoptions.html">RoboCopyOptions</a>
</td>
<td class="xmldoc"></td>
</tr>
</tbody>
</table>
</div>
<h3>Functions and values</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Function or value</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '634', 634)" onmouseover="showTip(event, '634', 634)">
RoboCopy source destination
</code>
<div class="tip" id="634">
<strong>Signature:</strong> source:string -> destination:string -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/RoboCopyHelper.fs#L46-46" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Executes a RoboCopy command</p>
<h2>Parameters</h2>
<ul>
<li><code>source</code> - The source directory</li>
<li><code>destination</code> - The target directory</li>
</ul>
</td>
</tr>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '635', 635)" onmouseover="showTip(event, '635', 635)">
RoboCopyMirror source destination
</code>
<div class="tip" id="635">
<strong>Signature:</strong> source:string -> destination:string -> unit<br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/RoboCopyHelper.fs#L53-53" class="github-link">
<img src="../content/img/github.png" class="normal" />
<img src="../content/img/github-blue.png" class="hover" />
</a>
<p>Executes a RoboCopy mirror command (potentially destructive)</p>
<h2>Parameters</h2>
<ul>
<li><code>source</code> - The source directory</li>
<li><code>destination</code> - The target directory</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span3">
<a href="http://fsharp.github.io/FAKE/index.html">
<img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" />
</a>
<ul class="nav nav-list" id="menu">
<li class="nav-header">FAKE - F# Make</li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li>
<li class="divider"></li>
<li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li>
<li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li>
<li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li>
<li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li>
<li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li>
<li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li>
<li class="nav-header">Tutorials</li>
<li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li>
<li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li>
<li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li>
<li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li>
<li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li>
<li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li>
<li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li>
<li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li>
<li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li>
<li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li>
<li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li>
<li><a href="http://fsharp.github.io/FAKE/teamcityadvanced.html">TeamCity integration (Advanced)</a></li>
<li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li>
<li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li>
<li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li>
<li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li>
<li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li>
<li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li>
<li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li>
<li><a href="http://fsharp.github.io/FAKE/chocolatey.html">Using Chocolatey</a></li>
<li><a href="http://fsharp.github.io/FAKE/slacknotification.html">Using Slack</a></li>
<li><a href="http://fsharp.github.io/FAKE/msteamsnotification.html">Using Microsoft Teams</a></li>
<li><a href="http://fsharp.github.io/FAKE/sonarcube.html">Using SonarQube</a></li>
<li class="divider"></li>
<li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li>
<li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li>
<li class="nav-header">Reference</li>
<li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li>
</ul>
</div>
</div>
</div>
<a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
</body>
</html>
|
resume/css/creative.css | umbreen-deweb/umbreen-deweb.github.io | /*!
* Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
html,
body {
height: 100%;
width: 100%;
}
body {
font-family: 'Josefin Sans', sans-serif;
/* font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;*/
}
hr {
/* border-color: #F05F40;*/
border-color: #f9c44d;
border-width: 3px;
max-width: 50px;
}
hr.light {
border-color: white;
}
a {
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
/* color: #F05F40;*/
color: #f9c44d;
}
a:hover,
a:focus {
/* color: #eb3812;*/
color: #f9c44d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Josefin Sans', sans-serif;
/* font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;*/
}
p {
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
}
.bg-primary {
/* background-color: #F05F40;*/
background-color: #f9c44d;
}
.bg-dark {
background-color: #222222;
color: white;
margin-top: 20%;
}
.text-faded {
color: rgba(255, 255, 255, 0.7);
}
section {
padding: 100px 0;
}
aside {
padding: 50px 0;
}
.no-padding {
padding: 0;
}
.navbar-default {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
/* color: #F05F40;*/
color: #f9c44d;
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
/* color: #eb3812;*/
color: #f9c44d;
}
.navbar-default .navbar-header .navbar-toggle {
font-weight: 700;
font-size: 12px;
color: #222222;
text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
/* color: #F05F40;*/
color: #f9c44d;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
/* color: #F05F40 !important;*/
color: #f9c44d !important;
background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
background-color: transparent;
}
@media (min-width: 768px) {
.navbar-default {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.3);
}
.navbar-default .navbar-header .navbar-brand {
/* color: rgba(255, 255, 255, 0.7);*/
color: black;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
/* color: white;*/
/* color: #fed136;*/
color: #f9c44d;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
/* color: rgba(255, 255, 255, 0.7);*/
color: black;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
color: white;
}
.navbar-default.affix {
background-color: white;
border-color: rgba(34, 34, 34, 0.05);
}
.navbar-default.affix .navbar-header .navbar-brand {
/* color: #F05F40;*/
color: #f9c44d;
font-size: 14px;
}
.navbar-default.affix .navbar-header .navbar-brand:hover,
.navbar-default.affix .navbar-header .navbar-brand:focus {
/* color: #eb3812;*/
color: #f9c44d;
}
.navbar-default.affix .nav > li > a,
.navbar-default.affix .nav > li > a:focus {
/* color: #222222;*/
color: black;
}
.navbar-default.affix .nav > li > a:hover,
.navbar-default.affix .nav > li > a:focus:hover {
/* color: #F05F40;*/
color: #f9c44d;
}
}
header {
/* background-image: url('../img/Fearless-2.jpg');*/
position: relative;
width: 100%;
min-height: auto;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
/* background-image: url('../img/header.jpg');*/
text-align: center;
color:black;
}
header .header-content {
position: relative;
text-align: center;
padding: 100px 15px 100px;
width: 100%;
}
header .header-content .header-content-inner h1 {
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0;
font-size: 30px;
}
header .header-content .header-content-inner hr {
margin: 30px auto;
}
header .header-content .header-content-inner p {
font-weight: 300;
color: black;
/* color: rgba(255, 255, 255, 0.7);*/
font-size: 16px;
line-height: 2em;
margin-bottom: 50px;
}
@media (min-width: 768px) {
header {
min-height: 100%;
}
header .header-content {
position: absolute;
top: 60%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 50px;
}
header .header-content .header-content-inner {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
header .header-content .header-content-inner h1 {
font-size: 50px;
}
header .header-content .header-content-inner p {
/* font-size: 18px;*/
font-size: 21px;
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
}
.section-heading {
margin-top: 0;
}
.service-box {
max-width: 350px;
margin: 50px auto 0;
list-style: none;
}
@media (min-width: 992px) {
.service-box {
margin: 10px auto 0;
}
}
.service-box p {
margin-bottom: 0;
}
.portfolio-box {
position: relative;
display: block;
/* max-width: 650px;*/
max-width: 750px;
margin: 0 auto;
padding: 0.5px;
}
.portfolio-box .portfolio-box-caption {
color: white;
opacity: 0;
display: block;
background: #f9c44d; rgba(240, 95, 64, 0.9);
position: absolute;
bottom: 0;
text-align: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
width: 100%;
text-align: center;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
text-transform: uppercase;
font-weight: 600;
font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
opacity: 1;
}
.portfolio-box:focus {
outline: none;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.call-to-action h2 {
margin: 0 auto 20px;
}
.text-primary {
/* color: #F05F40;*/
color: #f9c44d;
}
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.btn-default {
color: #222222;
background-color: white;
border-color: white;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #222222;
background-color: #f2f2f2;
border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: white;
border-color: white;
}
.btn-default .badge {
color: white;
background-color: #222222;
}
.btn-primary {
color: white;
/*
background-color: #F05F40;
border-color: #F05F40;
*/
background-color: #F9c44d;
border-color: #f9c44d;
-webkit-transition: all 0.35s;
-moz-transition: all 0.35s;
transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: white;
/*
background-color: #ee4b28;
border-color: #ed431f;
*/
background-color: #F9c44d;
border-color: #f9c44d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
/*
background-color: #F05F40;
border-color: #F05F40;
*/
background-color: #F9c44d;
border-color: #f9c44d;
}
.btn-primary .badge {
/* color: #F05F40;*/
color: #f9c44d;
background-color: white;
}
.btn {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
border: none;
border-radius: 300px;
font-weight: 700;
text-transform: uppercase;
}
.btn-xl {
padding: 15px 30px;
}
::-moz-selection {
color: white;
text-shadow: none;
background: #222222;
}
::selection {
color: white;
text-shadow: none;
background: #222222;
}
img::selection {
color: white;
background: transparent;
}
img::-moz-selection {
color: white;
background: transparent;
}
body {
webkit-tap-highlight-color: #222222;
}
|
index.html | demifiend/the-black-sword | ---
layout: page
title: Latest Posts
excerpt: "For fans of fantasy, science fiction, or heavy metal in all forms of media. Emphasis on indie work and work by women and minorities."
search_omit: true
---
<ul class="post-list">
{% for post in site.posts limit:10 %}
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt }}</span>{% endif %}</a></article></li>
{% endfor %}
</ul>
|
css/color-schemes/dark/hot-pink.css | kublaj/Mori |
/* ==========================================================================
Color Scheme: Hot Orange - Dark
========================================================================== */
/*
* Text selection colors
*/
::-moz-selection {
background: rgb(54, 41, 54);
}
::selection {
background: rgb(54, 41, 54);
}
html,
button,
input,
select,
textarea {
color: rgb(213, 208, 206);
}
body {
background-color: rgb(25, 25, 25);
background-image: url(../../../img/brillant-dark.png);
}
/*
* Highlight color - top ribbon and links
*/
.top-ribbon {
background-color: rgb(192, 23, 104);
}
a {
color: rgb(192, 23, 104);
border-bottom: dotted 1px rgb(192, 23, 104);
}
/*
* Text & other Colors
*/
a:hover {
color: rgb(156, 18, 140);
border-bottom: dotted 1px rgb(156, 18, 140);
}
.sparator {
border-bottom: dashed 2px rgb(39, 37, 36);
}
blockquote {
border-left: solid 1px rgb(226, 221, 219);
}
.sidebar-font {
color: rgb(39, 37, 36);
}
@media all and (max-width:800px){
.sidebar-font {
color: rgb(164, 157, 154);
}
}
figcaption,
blockquote,
.meta-info-font,
.site-footer-font,
.tagline-font {
color: rgb(136, 126, 123);
}
/*
* Home button
*/
.home a {
color: rgb(170, 167, 166);
}
.home a:hover {
color: rgb(255, 255, 255);
}
/*
* Resets - elements that were altered
* (usually by being a link) that I want to revert to the original color.
*/
.entry-title-font a,
.category,
.category:hover {
color: rgb(236, 231, 229);
}
|
app/content/texts/eng_asv/LV21.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>Leviticus 21 (ASV)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="section-document">
<div class="header"><div class="nav">
<a class="name" href="LV.html">American Standard Version</a><a class="location" href="LV.html">Leviticus 21</a><a class="prev" href="LV20.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="LV22.html">></a>
</div></div>
<div class="section chapter LV LV21 eng_asv eng " dir="ltr" lang="en" data-id="LV21" data-nextid="LV22" data-previd="LV20">
<div class="c">21</div>
<div class="p">
<span class="v-num v-1">1 </span><span class="v LV21_1" data-id="LV21_1">And Jehovah said unto Moses, Speak unto the priests, the sons of Aaron, and say unto them, There shall none defile himself for the dead among his people; </span>
<span class="v-num v-2">2 </span><span class="v LV21_2" data-id="LV21_2">except for his kin, that is near unto him, for his mother, and for his father, and for his son, and for his daughter, and for his brother, </span>
<span class="v-num v-3">3 </span><span class="v LV21_3" data-id="LV21_3">and for his sister a virgin, that is near unto him, that hath had no husband; for her may he defile himself.</span>
<span class="v-num v-4">4 </span><span class="v LV21_4" data-id="LV21_4">He shall not defile himself, <span class="add">being</span> a chief man among his people, to profane himself.</span>
<span class="v-num v-5">5 </span><span class="v LV21_5" data-id="LV21_5">They shall not make baldness upon their head, neither shall they shave off the corner of their beard, nor make any cuttings in their flesh. </span>
<span class="v-num v-6">6 </span><span class="v LV21_6" data-id="LV21_6">They shall be holy unto their God, and not profane the name of their God; for the offerings of Jehovah made by fire, the bread of their God, they do offer: therefore they shall be holy.</span>
<span class="v-num v-7">7 </span><span class="v LV21_7" data-id="LV21_7">They shall not take a woman that is a harlot, or profane; neither shall they take a woman put away from her husband: for he is holy unto his God. </span>
<span class="v-num v-8">8 </span><span class="v LV21_8" data-id="LV21_8">Thou shalt sanctify him therefore; for he offereth the bread of thy God: he shall be holy unto thee; for I Jehovah, who sanctify you, am holy. </span>
<span class="v-num v-9">9 </span><span class="v LV21_9" data-id="LV21_9">And the daughter of any priest, if she profane herself by playing the harlot, she profaneth her father: she shall be burnt with fire. </span>
</div>
<div class="p">
<span class="v-num v-10">10 </span><span class="v LV21_10" data-id="LV21_10">And he that is the high priest among his brethren, upon whose head the anointing oil is poured, and that is consecrated to put on the garments, shall not let the hair of his head go loose, nor rend his clothes;</span>
<span class="v-num v-11">11 </span><span class="v LV21_11" data-id="LV21_11">neither shall he go in to any dead body, nor defile himself for his father, or for his mother;</span>
<span class="v-num v-12">12 </span><span class="v LV21_12" data-id="LV21_12">neither shall he go out of the sanctuary, nor profane the sanctuary of his God; for the crown of the anointing oil of his God is upon him: I am Jehovah. </span>
<span class="v-num v-13">13 </span><span class="v LV21_13" data-id="LV21_13">And he shall take a wife in her virginity.</span>
<span class="v-num v-14">14 </span><span class="v LV21_14" data-id="LV21_14">A widow, or one divorced, or a profane woman, a harlot, these shall he not take: but a virgin of his own people shall he take to wife. </span>
<span class="v-num v-15">15 </span><span class="v LV21_15" data-id="LV21_15">And he shall not profane his seed among his people: for I am Jehovah who sanctifieth him.</span>
</div>
<div class="p">
<span class="v-num v-16">16 </span><span class="v LV21_16" data-id="LV21_16">And Jehovah spake unto Moses, saying,</span>
<span class="v-num v-17">17 </span><span class="v LV21_17" data-id="LV21_17">Speak unto Aaron, saying, Whosoever he be of thy seed throughout their generations that hath a blemish, let him not approach to offer the bread of his God. </span>
<span class="v-num v-18">18 </span><span class="v LV21_18" data-id="LV21_18">For whatsoever man he be that hath a blemish, he shall not approach: a blind man, or a lame, or he that hath a flat nose, or anything superfluous, </span>
<span class="v-num v-19">19 </span><span class="v LV21_19" data-id="LV21_19">or a man that is broken-footed, or broken-handed,</span>
<span class="v-num v-20">20 </span><span class="v LV21_20" data-id="LV21_20">or crook-backed, or a dwarf, or that hath a blemish in his eye, or is scurvy, or scabbed, or hath his stones broken;</span>
<span class="v-num v-21">21 </span><span class="v LV21_21" data-id="LV21_21">no man of the seed of Aaron the priest, that hath a blemish, shall come nigh to offer the offerings of Jehovah made by fire: he hath a blemish; he shall not come nigh to offer the bread of his God.</span>
<span class="v-num v-22">22 </span><span class="v LV21_22" data-id="LV21_22">He shall eat the bread of his God, both of the most holy, and of the holy:</span>
<span class="v-num v-23">23 </span><span class="v LV21_23" data-id="LV21_23">only he shall not go in unto the veil, nor come nigh unto the altar, because he hath a blemish; that he profane not my sanctuaries: for I am Jehovah who sanctifieth them. </span>
<span class="v-num v-24">24 </span><span class="v LV21_24" data-id="LV21_24">So Moses spake unto Aaron, and to his sons, and unto all the children of Israel.</span>
</div>
</div>
<div class="footnotes">
</div>
<div class="footer"><div class="nav">
<a class="prev" href="LV20.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="LV22.html">></a>
</div></div>
</body>
</html> |
drought.html | dookda/udsafe | <div class="panel-body">
<!-- Jumbotron -->
<div class="content-row">
<div class="row">
<div class="col-md-4">
<div class="infos">
<h2 class="content-row-title">ภัยแล้ง</h2>
</div>
<div class="thumbnail alert alert-info">
<h4>แผนที่เสี่ยงภัยแล้ง</h4>
<p>(อยู่ระหว่างดำเนินการ)</p>
</div>
</div>
<div class="col-md-8">
<div class="jumbotron">
<div style="padding: 0px;" id='content'>
<leaflet lf-center="center" layers="layers" width="100%" height="580px"></leaflet>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- panel body --> |
main/openssl_sys/obj_mac/constant.NID_id_smime_ct_publishCert.html | malept/guardhaus | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../openssl_sys/constant.NID_id_smime_ct_publishCert.html">
</head>
<body>
<p>Redirecting to <a href="../../openssl_sys/constant.NID_id_smime_ct_publishCert.html">../../openssl_sys/constant.NID_id_smime_ct_publishCert.html</a>...</p>
<script>location.replace("../../openssl_sys/constant.NID_id_smime_ct_publishCert.html" + location.search + location.hash);</script>
</body>
</html> |
xbarapp.com/public/docs/contributors/JanGross.html | matryer/bitbar |
<!doctype html>
<html lang='en' style='background: #111;'>
<head>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width' />
<meta http-equiv='X-UA-Compatible' content='ie=edge'>
<title>Jan Groß is on xbar</title>
<link rel='stylesheet' href='/public/css/xbar.css?cb=08%20Mar%2021%2015%3a22%20GMT'>
<link rel='preconnect' href='https://fonts.gstatic.com'>
<link rel='preconnect' href='https://fonts.googleapis.com'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@500&display=swap'>
<meta name='description' content='Jan Groß is on xbar.'>
<meta name='author' content='Jan Groß'>
<meta name='keywords' content='macos,menubar,xbar,bitbar'>
<meta itemprop='image' content='https://avatars.githubusercontent.com/u/13641301?v=4'>
<meta itemprop='name' content='Jan Groß is on xbar.'>
<meta itemprop='description' content='Jan Groß is on xbar.'>
<meta name='twitter:card' content='summary_large_image'>
<meta name='twitter:title' content='Jan Groß is on xbar.'>
<meta name='twitter:description' content='Jan Groß is on xbar.'>
<meta name='twitter:image' content='https://avatars.githubusercontent.com/u/13641301?v=4'>
<meta name='twitter:creator' content='matryer'>
<meta property='og:title' content='Jan Groß is on xbar.'>
<meta property='og:description' content='Jan Groß is on xbar.'>
<meta property='og:url' content='https://xbarapp.com/contributors/JanGross.html'>
<meta property='og:site_name' content='Browse and install plugins by Jan Groß on xbar.'>
<meta property='og:type' content='article:author'>
<meta property='og:image' content='https://avatars.githubusercontent.com/u/13641301?v=4'>
<link rel='apple-touch-icon' sizes='180x180' href='https://avatars.githubusercontent.com/u/13641301?v=4'>
<link rel='icon' type='image/png' sizes='32x32' href='https://avatars.githubusercontent.com/u/13641301?v=4'>
<link rel='shortcut icon' href='https://avatars.githubusercontent.com/u/13641301?v=4'>
<meta name='msapplication-TileColor' content='#ffffff'>
<meta name='msapplication-config' content='/public/browserconfig.xml'>
<meta name='theme-color' content='#ffffff'>
</head>
<body>
<header class='flex flex-col'>
<div class='container mx-auto'>
<div class='flex items-center space-x-8 p-8 text-white'>
<a href='/' class='inline-block py-2 text-2xl flex items-center space-x-2 font-bold'>
<img alt='xbar logo: a circle with three dots inside it' src='/public/img/xbar-2048.png' style='width:48px;height:48px;' />
<span>xbar</span>
</a>
<div class='flex-grow'></div>
<div>
<a
target='github'
href='https://github.com/sponsors/matryer'
class='text-white px-4 py-2 whitespace-nowrap'
><span class='mr-1'>💜</span> Sponsor</a>
</div>
<div class='hidden md:block'>
<a
target='github'
href='/dl'
class='rounded bg-white text-gray-800 hover:text-black px-4 py-2 shadow hover:shadow-lg whitespace-nowrap'
>Coming soon</a>
</div>
</div>
</div>
</header>
<div id='menubar' class='text-white whitespace-nowrap overflow-hidden flex flex-wrap justify-end items-center text-right'>
<a
href='/docs/plugins/AWS.html'
>
AWS
</a>
<a
href='/docs/plugins/Cryptocurrency.html'
>
Cryptocurrency
</a>
<a
href='/docs/plugins/Dev.html'
>
Dev
</a>
<a
href='/docs/plugins/E-Commerce.html'
>
E-Commerce
</a>
<a
href='/docs/plugins/Email.html'
>
Email
</a>
<a
href='/docs/plugins/Environment.html'
>
Environment
</a>
<a
href='/docs/plugins/Finance.html'
>
Finance
</a>
<a
href='/docs/plugins/Games.html'
>
Games
</a>
<a
href='/docs/plugins/IoT.html'
>
IoT
</a>
<a
href='/docs/plugins/Lifestyle.html'
>
Lifestyle
</a>
<a
href='/docs/plugins/Music.html'
>
Music
</a>
<a
href='/docs/plugins/Network.html'
>
Network
</a>
<a
href='/docs/plugins/Politics.html'
>
Politics
</a>
<a
href='/docs/plugins/Science.html'
>
Science
</a>
<a
href='/docs/plugins/Sports.html'
>
Sports
</a>
<a
href='/docs/plugins/System.html'
>
System
</a>
<a
href='/docs/plugins/Time.html'
>
Time
</a>
<a
href='/docs/plugins/Tools.html'
>
Tools
</a>
<a
href='/docs/plugins/Travel.html'
>
Travel
</a>
<a
href='/docs/plugins/Weather.html'
>
Weather
</a>
<a
href='/docs/plugins/Web.html'
>
Web
</a>
</div>
<div class='container mx-auto p-8'>
<div class='flex md:space-x-8'>
<div class='pb-2 mb-4 hidden md:block'>
<img class='max-h-sm rounded-xl' src='https://avatars.githubusercontent.com/u/13641301?v=4' />
<p class='mt-8 text-white opacity-75'>
Meet other <a class='underline' href='/docs/contributors/index.html'>xbar contributors</a>.
</p>
</div>
<div class='pb-2 mb-4 text-white'>
<h1 class='hidden md:block text-3xl'>
Jan Groß—<span class='text-white opacity-50'>@JanGross</span>
</h1>
<div class='md:hidden flex items-end space-x-4'>
<img class='md:hidden align-bottom inline max-h-sm rounded-xl w-24 h-24' src='https://avatars.githubusercontent.com/u/13641301?v=4' />
<div class='flex flex-col'>
<div class='flex-grow'></div>
<h1 class='text-3xl'>
Jan Groß—<span class='text-white opacity-50'>@JanGross</span>
</h1>
</div>
</div>
<p class='text-xl py-4 max-w-md'>
Jan Groß is an xbar plugin contributor.
</p>
<p class='p-4'>
<a
class='text-sm text-gray-800 bg-white hover:bg-gray-100 active:text-black px-4 py-2 rounded border border-gray-300'
target='github'
href='https://github.com/JanGross'
style='text-decoration:none;'
>Visit @JanGross on GitHub</a>
</p>
<div class='flex space-x-4 rounded-lg mt-8 py-8 p-8 md:px-16 bg-black bg-opacity-25'>
<div class='w-24 h-24 overflow-hidden'>
<a href='/docs/plugins/Lifestyle/random_quotes.5m.sh.html'>
<img
src='http://i.imgur.com/0yTkSta.png'
onerror='this.onerror=null;this.src="/public/img/xbar-2048.png";'
>
</a>
</div>
<div class='flex-grow'>
<p>
<a
class='hover:underline'
href='/docs/plugins/Lifestyle/random_quotes.5m.sh.html'
><strong class='text-xl'>Random Quotes for BitBar</strong></a>
</p>
<p class='max-w-md'>
Displays a random quote from the selected category
</p>
<p class='mt-4'>
<a class='flex space-x-2 items-center' href='/docs/contributors/JanGross.html'>
<span class='flex-grow text-right'>
<strong>Jan Groß</strong>
(@JanGross)
</span>
<img class='w-10 h-10 rounded-full inline' src='https://avatars.githubusercontent.com/u/13641301?v=4'>
</a>
</p>
</div>
</div>
<div class='flex space-x-4 rounded-lg mt-8 py-8 p-8 md:px-16 bg-black bg-opacity-25'>
<div class='w-24 h-24 overflow-hidden'>
<a href='/docs/plugins/Time/shiftstats.30s.py.html'>
<img
src='http://i.imgur.com/6VTobzU.png'
onerror='this.onerror=null;this.src="/public/img/xbar-2048.png";'
>
</a>
</div>
<div class='flex-grow'>
<p>
<a
class='hover:underline'
href='/docs/plugins/Time/shiftstats.30s.py.html'
><strong class='text-xl'>Shift Stats</strong></a>
</p>
<p class='max-w-md'>
Shows the remaining time of today's work shift as well as the time of arrival and when its time to leave
</p>
<p class='mt-4'>
<a class='flex space-x-2 items-center' href='/docs/contributors/JanGross.html'>
<span class='flex-grow text-right'>
<strong>Jan Groß</strong>
(@JanGross)
</span>
<img class='w-10 h-10 rounded-full inline' src='https://avatars.githubusercontent.com/u/13641301?v=4'>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<footer class='container mx-auto text-white text-lg opacity-75 mt-8'>
<div class='text-center p-16'>
<p>
<div>
<a target='github' class='underline hover:text-white' href='https://github.com/matryer/xbar'>GitHub project</a>
•
<a target='github' class='underline hover:text-white' href='https://github.com/matryer/xbar#writing-plugins'>Writing plugins guide</a>
</div>
<div class='mt-8'>
Copyright ©2021 Mat Ryer + contributors • <a target='twitter' class='underline hover:text-white' href='https://twitter.com/matryer'>@matryer</a>
</div>
<div class='opacity-50 mt-2'>
Last updated on 08 Mar 21 15:22 GMT
</div>
</p>
</div>
</footer>
</body>
</html>
|
public/Windows 10 x64 (18363.836)/_X86_KTRAP_FRAME_BLUE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.836)</h4><br>
<h2>_X86_KTRAP_FRAME_BLUE</h2>
<font face="arial"> +0x000 DbgEbp : Uint4B<br>
+0x004 DbgEip : Uint4B<br>
+0x008 DbgArgMark : Uint4B<br>
+0x00c TempSegCs : Uint2B<br>
+0x00e Logging : UChar<br>
+0x00f FrameType : UChar<br>
+0x010 TempEsp : Uint4B<br>
+0x014 Dr0 : Uint4B<br>
+0x018 Dr1 : Uint4B<br>
+0x01c Dr2 : Uint4B<br>
+0x020 Dr3 : Uint4B<br>
+0x024 Dr6 : Uint4B<br>
+0x028 Dr7 : Uint4B<br>
+0x02c SegGs : Uint4B<br>
+0x030 SegEs : Uint4B<br>
+0x034 SegDs : Uint4B<br>
+0x038 Edx : Uint4B<br>
+0x03c Ecx : Uint4B<br>
+0x040 Eax : Uint4B<br>
+0x044 PreviousPreviousMode : UChar<br>
+0x045 EntropyQueueDpc : UChar<br>
+0x046 Reserved : [2] UChar<br>
+0x048 MxCsr : Uint4B<br>
+0x04c ExceptionList : Uint4B<br>
+0x050 SegFs : Uint4B<br>
+0x054 Edi : Uint4B<br>
+0x058 Esi : Uint4B<br>
+0x05c Ebx : Uint4B<br>
+0x060 Ebp : Uint4B<br>
+0x064 ErrCode : Uint4B<br>
+0x068 Eip : Uint4B<br>
+0x06c SegCs : Uint4B<br>
+0x070 EFlags : Uint4B<br>
+0x074 HardwareEsp : Uint4B<br>
+0x078 HardwareSegSs : Uint4B<br>
+0x07c V86Es : Uint4B<br>
+0x080 V86Ds : Uint4B<br>
+0x084 V86Fs : Uint4B<br>
+0x088 V86Gs : Uint4B<br>
</font></body></html> |
docs/file.CHANGELOG.html | elifoster/weatheruby | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
File: CHANGELOG
— Documentation by YARD 0.9.9
</title>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<script type="text/javascript" charset="utf-8">
pathId = "CHANGELOG";
relpath = '';
</script>
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
</head>
<body>
<div class="nav_wrap">
<iframe id="nav" src="file_list.html?1"></iframe>
<div id="resizer"></div>
</div>
<div id="main" tabindex="-1">
<div id="header">
<div id="menu">
<a href="_index.html">Index</a> »
<span class="title">File: CHANGELOG</span>
</div>
<div id="search">
<a class="full_list_link" id="class_list_link"
href="class_list.html">
<svg width="24" height="24">
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
</svg>
</a>
</div>
<div class="clear"></div>
</div>
<div id="content"><div id='filecontents'><h1 id="changelog">Changelog</h1>
<h2 id="version-1">Version 1</h2>
<h3 id="version-100">Version 1.0.0</h3>
<ul>
<li>New <code>#sun_info</code> method for sunset/sunrise times</li>
<li>Add <code>:image_url</code> to simple forecast return hash</li>
<li>Add <code>:date</code>, <code>:weekday_name</code>, and <code>:image_url</code> to complex forecast return data</li>
<li>Improve documentation across the library. The recommended place for docs is now
<a href="http://elifoster.github.io/weatheruby/">GitHub Pages</a> instead of RubyDocs.info</li>
<li><code>#get</code> is now private</li>
<li>Remove <code>autoparse</code> parameter from <code>#get</code></li>
<li>Fix <code>#hurricane_data</code> by ignoring the <code>WeatherError</code> thrown by that API</li>
<li>Return <code>Time</code> and <code>DateTime</code> objects instead of <code>String</code>s for timestamp values across the library.</li>
</ul>
<h2 id="version-0">Version 0</h2>
<h3 id="version-061">Version 0.6.1</h3>
<ul>
<li>Update to StringUtility 3.0</li>
</ul>
<h3 id="version-060">Version 0.6.0</h3>
<ul>
<li>Error handling is much more generic now, with a single WeatherError which gets its message from the Weather
Underground API. With this is also the removal of the <code>verbose</code> option. Lastly, no method will return an error
silently, but actually <code>fail</code> with the WeatherError.</li>
<li><code>language_key</code> is now an attribute accessor.</li>
</ul>
<h3 id="version-053">Version 0.5.3</h3>
<ul>
<li>Update to HTTPClient 2.8</li>
<li>Use pessimistic version requirements, and actually add version requirements for Rainbow and StringUtility.</li>
</ul>
<h3 id="version-052">Version 0.5.2</h3>
<ul>
<li>License as MIT</li>
</ul>
<h3 id="version-051">Version 0.5.1</h3>
<ul>
<li>Update to HTTPClient 2.7 and Ruby 2.3</li>
</ul>
<h3 id="version-050">Version 0.5.0</h3>
<ul>
<li>Add support for all Weather Underground Planner APIs.</li>
</ul>
<h3 id="version-042">Version 0.4.2</h3>
<ul>
<li>No longer fails with an ArgumentError if the CLI is passed no arguments. Instead it outputs the usage information, so that it is actually a useful thing.</li>
</ul>
<h3 id="version-041">Version 0.4.1</h3>
<ul>
<li>Fix NameError</li>
</ul>
<h3 id="version-040">Version 0.4.0</h3>
<ul>
<li>New weatheruby executable.</li>
<li>Fail when there are many results and it cannot get actual data.</li>
<li>Many style fixes.</li>
</ul>
<h3 id="version-031">Version 0.3.1</h3>
<ul>
<li>Fix forecast names to 10day, and made it apparent in documentation that the non-10 day methods are only for the next 3 days.</li>
</ul>
<h3 id="version-030">Version 0.3.0</h3>
<ul>
<li>Proper error handling, with new initialization parameter verbose_errors.</li>
</ul>
<h3 id="version-020">Version 0.2.0</h3>
<ul>
<li>New complex_forecast_10day and simple_forecast_20day.</li>
<li>New complex_forecast and simple_forecast methods. It’s funny, complex_forecast uses the simpleforecast stuff from the API.</li>
<li>New hurricane_data method.</li>
<li>New record_low and record_high methods.</li>
</ul>
<h3 id="version-010">Version 0.1.0</h3>
<ul>
<li>Intial version. Includes #conditions, #moon_phase, and #alerts.</li>
</ul>
</div></div>
<div id="footer">
Generated on Mon Jul 3 21:21:31 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.4.1).
</div>
</div>
</body>
</html> |
imports/ui/templates/admin/user/layout.html | hwillson/meteor-claim-admin | <template name="adminUsersLayout">
{{#AdminLTE skin="blue"}}
<div class="wrapper">
{{> adminHeader}}
{{> adminSidebar}}
<div class="content-wrapper">
<section class="content-header">
<h1>User Management</h1>
<ol class="breadcrumb">
<li>
<a href="{{pathFor 'adminWelcome'}}">
<i class="fa fa-map"></i> Home
</a>
</li>
<li class="active">Users</li>
</ol>
</section>
<section class="content">
<div class="box box-default">
<div class="box-body">
{{> Template.dynamic template=main}}
</div>
</div>
</section>
</div>
{{> adminFooter}}
</div>
{{/AdminLTE}}
</template>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/9fc3fb0ec24f6db5c7a133b0a3278aa84ae4ea4d22504d0049b02b12d37237f4.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="./4f130bde3bfe1b0a76e77c71b6568292a7d2396c72a004b3e171bcb99752e222.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> |
ecj19/ecj/docs/classdocs/ec/gp/koza/GrowBuilder.html | vaisaghvt/gameAnalyzer | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_16) on Mon Jul 13 16:45:51 EDT 2009 -->
<TITLE>
GrowBuilder
</TITLE>
<META NAME="keywords" CONTENT="ec.gp.koza.GrowBuilder class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="GrowBuilder";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../ec/gp/koza/GPKozaDefaults.html" title="class in ec.gp.koza"><B>PREV CLASS</B></A>
<A HREF="../../../ec/gp/koza/HalfBuilder.html" title="class in ec.gp.koza"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?ec/gp/koza/GrowBuilder.html" target="_top"><B>FRAMES</B></A>
<A HREF="GrowBuilder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
ec.gp.koza</FONT>
<BR>
Class GrowBuilder</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../ec/gp/GPNodeBuilder.html" title="class in ec.gp">ec.gp.GPNodeBuilder</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../ec/gp/koza/KozaBuilder.html" title="class in ec.gp.koza">ec.gp.koza.KozaBuilder</A>
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>ec.gp.koza.GrowBuilder</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../ec/Prototype.html" title="interface in ec">Prototype</A>, <A HREF="../../../ec/Setup.html" title="interface in ec">Setup</A>, java.io.Serializable, java.lang.Cloneable</DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>GrowBuilder</B><DT>extends <A HREF="../../../ec/gp/koza/KozaBuilder.html" title="class in ec.gp.koza">KozaBuilder</A></DL>
</PRE>
<P>
GrowBuilder is a GPNodeBuilder which
implements the GROW tree building method described in Koza I/II.
<p>GROW works by choosing a random integer <i>d</i> between minDepth and maxDepth, inclusive. It then grows a tree of depth 1 to <i>d</i> inclusive. Unlike lil-gp and Koza's texts, ECJ defines the "depth" of a tree to be the number of <i>nodes</i> (not edges) in the longest path from the root to any node in the tree.
<p>Actually, claiming to implement the Koza I/II approach is a bit of a fib -- Koza's original code is somewhat ad-hoc. In the Koza approach, <i>d</i> is chosen in a kind of round-robin fashion rather than at random, if RAMPED HALF/HALF is used. Also, for all three algorithms (RAMPED HALF/HALF, GROW, FULL), the algorithm will not generate a tree consisting of a single terminal, unless forced to.
<p>This implementation instead follows lil-gp's approach, which is to choose <i>d</i> at random from between minDepth and maxDepth, inclusive, and to allow trees consisting of single terminals.
<p>Determining what various algorithms do is a little confusing, mostly because the source code for lil-gp and Koza don't actually quite do what they claim. The table below lists the depth values actually used (counting nodes, rather than edges, for depth). It's probably not what you had expected!
<br>
<br>
<div align="center">
<table border="0" cellspacing="1" cellpadding="2">
<tr>
<td bgcolor="#ffffff"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" ></font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >Koza I Min</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >Koza I Max</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >Koza II Min</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >Koza II Max</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >lil-gp Min</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >lil-gp Max</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >ECJ Min</font><br></td>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff" >ECJ Max</font><br></td>
</tr><tr>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff">GROW (mut)</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica"> </font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica"> </font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<tr></tr>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff">GROW (new)</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6? 7?</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6? 7?</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">3</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5</font><br></td>
<tr></tr>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff">FULL (new)</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6? 7?</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6? 7?</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">3</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica"> </font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica"> </font><br></td>
<tr></tr>
<td bgcolor="#3366cc"><font size="-1" face="simple,geneva,arial,helvetica" color="#ffffff">HALF (new)</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">2</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">2</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">5? 6?</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">3</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">7</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">2</font><br></td>
<td bgcolor="#cccccc"><font size="-1" face="simple,geneva,arial,helvetica">6</font><br></td>
</tr></table>
</div>
<br>
<br>
The table cell is empty when that parameter is not defined by the system by default. Koza II has two values each because of a possible typo in the text -- while page 656 gives one maximum, page 671 gives another. Note the odd fact that in Koza I/II GROW and FULL have <i>effectively</i> one-deeper tree values than HALF does, even though they use the same code parameters! This is because of a quirk in Koza's code.
<p> This algorithm ignores <tt>requestedSize</tt>, so no pipelines can ask it to grow a tree of a specific fixed size. The algorithm also ignores any user-provided size distributions.
<p><b>Parameters</b><br>
<table>
<tr><td valign=top><i>base</i>.<tt>min-depth</tt><br>
<font size=-1>int >= 1</font></td>
<td valign=top>(smallest "maximum" depth the builder may use for building a tree. 2 is the default.)</td></tr>
<tr><td valign=top><i>base</i>.<tt>max-depth</tt><br>
<font size=-1>int >= <i>base</i>.<tt>min-depth</tt></font></td>
<td valign=top>(largest "maximum" depth thie builder may use for building a tree. 6 is the default.)</td></tr>
</table>
<p><b>Default Base</b><br>
gp.koza.grow
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#ec.gp.koza.GrowBuilder">Serialized Form</A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ec/gp/koza/GrowBuilder.html#P_GROWBUILDER">P_GROWBUILDER</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_ec.gp.koza.KozaBuilder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class ec.gp.koza.<A HREF="../../../ec/gp/koza/KozaBuilder.html" title="class in ec.gp.koza">KozaBuilder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../ec/gp/koza/KozaBuilder.html#maxDepth">maxDepth</A>, <A HREF="../../../ec/gp/koza/KozaBuilder.html#minDepth">minDepth</A>, <A HREF="../../../ec/gp/koza/KozaBuilder.html#P_MAXDEPTH">P_MAXDEPTH</A>, <A HREF="../../../ec/gp/koza/KozaBuilder.html#P_MINDEPTH">P_MINDEPTH</A></CODE></TD>
</TR>
</TABLE>
<A NAME="fields_inherited_from_class_ec.gp.GPNodeBuilder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class ec.gp.<A HREF="../../../ec/gp/GPNodeBuilder.html" title="class in ec.gp">GPNodeBuilder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../ec/gp/GPNodeBuilder.html#CHECK_BOUNDARY">CHECK_BOUNDARY</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#maxSize">maxSize</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#minSize">minSize</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#NOSIZEGIVEN">NOSIZEGIVEN</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#P_MAXSIZE">P_MAXSIZE</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#P_MINSIZE">P_MINSIZE</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#P_NUMSIZES">P_NUMSIZES</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#P_SIZE">P_SIZE</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#sizeDistribution">sizeDistribution</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../ec/gp/koza/GrowBuilder.html#GrowBuilder()">GrowBuilder</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../ec/util/Parameter.html" title="class in ec.util">Parameter</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ec/gp/koza/GrowBuilder.html#defaultBase()">defaultBase</A></B>()</CODE>
<BR>
Returns the default base for this prototype.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../ec/gp/GPNode.html" title="class in ec.gp">GPNode</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../ec/gp/koza/GrowBuilder.html#newRootedTree(ec.EvolutionState, ec.gp.GPType, int, ec.gp.GPNodeParent, ec.gp.GPFunctionSet, int, int)">newRootedTree</A></B>(<A HREF="../../../ec/EvolutionState.html" title="class in ec">EvolutionState</A> state,
<A HREF="../../../ec/gp/GPType.html" title="class in ec.gp">GPType</A> type,
int thread,
<A HREF="../../../ec/gp/GPNodeParent.html" title="interface in ec.gp">GPNodeParent</A> parent,
<A HREF="../../../ec/gp/GPFunctionSet.html" title="class in ec.gp">GPFunctionSet</A> set,
int argposition,
int requestedSize)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_ec.gp.koza.KozaBuilder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class ec.gp.koza.<A HREF="../../../ec/gp/koza/KozaBuilder.html" title="class in ec.gp.koza">KozaBuilder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../ec/gp/koza/KozaBuilder.html#fullNode(ec.EvolutionState, int, int, ec.gp.GPType, int, ec.gp.GPNodeParent, int, ec.gp.GPFunctionSet)">fullNode</A>, <A HREF="../../../ec/gp/koza/KozaBuilder.html#growNode(ec.EvolutionState, int, int, ec.gp.GPType, int, ec.gp.GPNodeParent, int, ec.gp.GPFunctionSet)">growNode</A>, <A HREF="../../../ec/gp/koza/KozaBuilder.html#setup(ec.EvolutionState, ec.util.Parameter)">setup</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_ec.gp.GPNodeBuilder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class ec.gp.<A HREF="../../../ec/gp/GPNodeBuilder.html" title="class in ec.gp">GPNodeBuilder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../ec/gp/GPNodeBuilder.html#canPick()">canPick</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#clone()">clone</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#errorAboutNoNodeWithType(ec.gp.GPType, ec.EvolutionState)">errorAboutNoNodeWithType</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#pickSize(ec.EvolutionState, int)">pickSize</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#warnAboutNonterminal(boolean, ec.gp.GPType, boolean, ec.EvolutionState)">warnAboutNonterminal</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#warnAboutNonTerminalWithType(ec.gp.GPType, boolean, ec.EvolutionState)">warnAboutNonTerminalWithType</A>, <A HREF="../../../ec/gp/GPNodeBuilder.html#warnAboutNoTerminalWithType(ec.gp.GPType, boolean, ec.EvolutionState)">warnAboutNoTerminalWithType</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="P_GROWBUILDER"><!-- --></A><H3>
P_GROWBUILDER</H3>
<PRE>
public static final java.lang.String <B>P_GROWBUILDER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#ec.gp.koza.GrowBuilder.P_GROWBUILDER">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="GrowBuilder()"><!-- --></A><H3>
GrowBuilder</H3>
<PRE>
public <B>GrowBuilder</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="defaultBase()"><!-- --></A><H3>
defaultBase</H3>
<PRE>
public <A HREF="../../../ec/util/Parameter.html" title="class in ec.util">Parameter</A> <B>defaultBase</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../ec/Prototype.html#defaultBase()">Prototype</A></CODE></B></DD>
<DD>Returns the default base for this prototype.
This should generally be implemented by building off of the static base()
method on the DefaultsForm object for the prototype's package. This should
be callable during setup(...).
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="newRootedTree(ec.EvolutionState, ec.gp.GPType, int, ec.gp.GPNodeParent, ec.gp.GPFunctionSet, int, int)"><!-- --></A><H3>
newRootedTree</H3>
<PRE>
public <A HREF="../../../ec/gp/GPNode.html" title="class in ec.gp">GPNode</A> <B>newRootedTree</B>(<A HREF="../../../ec/EvolutionState.html" title="class in ec">EvolutionState</A> state,
<A HREF="../../../ec/gp/GPType.html" title="class in ec.gp">GPType</A> type,
int thread,
<A HREF="../../../ec/gp/GPNodeParent.html" title="interface in ec.gp">GPNodeParent</A> parent,
<A HREF="../../../ec/gp/GPFunctionSet.html" title="class in ec.gp">GPFunctionSet</A> set,
int argposition,
int requestedSize)</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../ec/gp/GPNodeBuilder.html#newRootedTree(ec.EvolutionState, ec.gp.GPType, int, ec.gp.GPNodeParent, ec.gp.GPFunctionSet, int, int)">newRootedTree</A></CODE> in class <CODE><A HREF="../../../ec/gp/GPNodeBuilder.html" title="class in ec.gp">GPNodeBuilder</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../ec/gp/koza/GPKozaDefaults.html" title="class in ec.gp.koza"><B>PREV CLASS</B></A>
<A HREF="../../../ec/gp/koza/HalfBuilder.html" title="class in ec.gp.koza"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?ec/gp/koza/GrowBuilder.html" target="_top"><B>FRAMES</B></A>
<A HREF="GrowBuilder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
public/css/style.css | martinjezek/node-fileuploader | .well p.last,
.well pre.last {
margin-bottom: 0px;
}
.jumbotron {
padding-bottom: 40px;
margin-bottom: 20px;
}
h2 {
font-size: 20px;
margin: 0px 0px 10px 0px;
}
#upload-list {
padding-top: 20px;
}
#upload-list .img-thumbnail {
width: 200px;
margin: 0px 15px 15px 0px;
text-align: center;
}
#upload-list .img-thumbnail img {
width: 100%;
}
#upload-list .img-thumbnail .file {
height: 107px;
font-size: 57px;
line-height: 120px;
}
#upload-list .img-thumbnail p {
font-size: 16px;
margin-bottom: 0px;
}
#progress-bar {
-webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
}
#progress-bar.active {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
#progress-bar .progress-bar {
-webkit-transition: width 0s ease;
-moz-transition: width 0s ease;
-o-transition: width 0s ease;
transition: width 0s ease;
}
#progress-bar.active .progress-bar {
-webkit-transition: width 0.6s ease;
-moz-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
|
org.mcerlang.help/html/tutorial/node4.html | oroszgy/mcerlang4eclipse | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--Converted with LaTeX2HTML 2008 (1.71)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Executing the messenger example inside McErlang</TITLE>
<META NAME="description" CONTENT="Executing the messenger example inside McErlang">
<META NAME="keywords" CONTENT="tutorial">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="tutorial.css">
<LINK REL="next" HREF="node7.html">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="tutorial.html">
<LINK REL="next" HREF="node5.html">
</HEAD>
<BODY >
<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html63"
HREF="node5.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="/usr/share/latex2html/icons/next.png"></A>
<A NAME="tex2html61"
HREF="tutorial.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="/usr/share/latex2html/icons/up.png"></A>
<A NAME="tex2html55"
HREF="node3.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="/usr/share/latex2html/icons/prev.png"></A>
<BR>
<B> Next:</B> <A NAME="tex2html64"
HREF="node5.html">Writing a scenario</A>
<B> Up:</B> <A NAME="tex2html62"
HREF="tutorial.html">McErlang: a Tutorial <SUP>1</SUP></A>
<B> Previous:</B> <A NAME="tex2html56"
HREF="node3.html">The Messenger example</A>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION00040000000000000000">
Executing the messenger example inside McErlang</A>
</H1>
<P>
To run the messenger example inside McErlang we need to implement the
start up of the system, and simulate the actions of the (simulated)
users of the messenger service. This test-case for using the messenger
service is what we call a scenario. Random scenarios
can, for instance, be generated by using the Quickcheck
tool (this possibility is not in the scope of this tutorial).
<P>
<BR><HR>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
<UL CLASS="ChildLinks">
<LI><A NAME="tex2html65"
HREF="node5.html">Writing a scenario</A>
<LI><A NAME="tex2html66"
HREF="node6.html">Compiling the Messenger Example using McErlang</A>
</UL>
<!--End of Table of Child-Links-->
<BR><HR>
<ADDRESS>
Orosz György
2010-06-02
</ADDRESS>
</BODY>
</HTML>
|
monsters/lavasioth/index.html | Reaver01/mhowebsite | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="keywords" content="Discord, Monster Hunter Online, MHOnline, Tencent, CAPCOM, QQ, Hobby">
<meta name="author" content="Monster Hunter Online Wiki">
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>MHOnline - Monsters - Lavasioth</title>
<!--CSS-->
<link href="/css/icon.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="/css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="/css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
</head>
<body>
<div id="loadingMask" class="centered">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
<!--Dropdowns-->
<ul id="dropdownitems" class="dropdown-content">
<li><a href="/armor/">Armor</a></li>
<li><a href="/hunter-set/">Hunter Set</a></li>
<li><a href="/weapons/">Weapons</a></li>
<li><a href="/jewelry/">Jewelry</a></li>
<li><a href="/mosaics/">Mosaics</a></li>
<li><a href="/talismans/">Talismans</a></li>
<li><a href="/crafting/">Crafting</a></li>
<li><a href="/materials/">Materials</a></li>
<li class="divider"></li>
</ul>
<ul id="dropdownhunting" class="dropdown-content">
<li><a href="/quests/">Quests</a></li>
<li><a href="/monsters/">Monsters</a></li>
<li><a href="/gathering/">Gathering</a></li>
<li><a href="/hunting-groups/">Hunting Groups</a></li>
</ul>
<ul id="dropdownnpc" class="dropdown-content">
<li><a href="/npcs/">Main NPCs</a></li>
<li><a href="/cats/">Cats</a></li>
<li><a href="/food/">Food</a></li>
</ul>
<ul id="dropdownother" class="dropdown-content">
<li><a href="/install/">Install Guide</a></li>
<li><a href="/translation/">Translation Guide</a></li>
<li><a href="/vip/">VIP Guide</a></li>
</ul>
<!--Navigation-->
<nav class="blue" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo"><img src="/images/logo.png" alt="MHOnline"></a>
<ul class="right hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="/skills/">Skills</a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownitems">Items<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownhunting">Hunting<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownnpc">NPCs<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdownother">Other<i class="material-icons right">arrow_drop_down</i></a></li>
</ul>
<!--Mobile navigation-->
<ul id="nav-mobile" class="side-nav">
<li><a href="/" class="bold">Home</a></li>
<li><a href="/skills/" class="bold">Skills</a></li>
<li class="no-padding">
<ul class="collapsible" data-collapsible="accordion">
<li>
<a class="collapsible-header bold" href="#">Items</a>
<div class="collapsible-body">
<ul>
<li><a href="/armor/">Armor</a></li>
<li><a href="/hunter-set/">Hunter Set</a></li>
<li><a href="/weapons/">Weapons</a></li>
<li><a href="/jewelry/">Jewelry</a></li>
<li><a href="/mosaics/">Mosaics</a></li>
<li><a href="/talismans/">Talismans</a></li>
<li><a href="/crafting/">Crafting</a></li>
<li><a href="/materials/">Materials</a></li><li class="divider"></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">Hunting</a>
<div class="collapsible-body">
<ul>
<li><a href="/quests/">Quests</a></li>
<li><a href="/monsters/">Monsters</a></li>
<li><a href="/gathering/">Gathering</a></li>
<li><a href="/hunting-groups/">Hunting Groups</a></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">NPCs</a>
<div class="collapsible-body">
<ul>
<li><a href="/npcs/">Main NPCs</a></li>
<li><a href="/cats/">Cats</a></li>
<li><a href="/food/">Food</a></li>
</ul>
</div>
</li>
</li>
<li>
<a class="collapsible-header bold" href="#">Other</a>
<div class="collapsible-body">
<ul>
<li><a href="/install/">Install Guide</a></li>
<li><a href="/translation/">Translation Guide</a></li>
<li><a href="/vip/">VIP Guide</a></li>
</ul>
</div>
</li>
</ul>
</li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<!--Page container-->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<!--Content-->
<ul class="collapsible" data-collapsible="expandable">
<li>
<div class="collapsible-header">Monsters<span id="monsterName" class="right bold"></span></div>
<div class="collapsible-body grey lighten-2"><br>
<div class="row">
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="elderDragon">
</div>
</div>
</div>
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="beetle">
</div>
</div>
</div>
</div>
<div class="row">
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="carapace">
</div>
</div>
</div>
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="birdWyvern">
</div>
</div>
</div>
</div>
<div class="row">
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="flyingWyvern">
</div>
</div>
</div>
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="fangedBeast">
</div>
</div>
</div>
</div>
<div class="row">
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="piscineWyvern">
</div>
</div>
</div>
<!--card-->
<div class="col s12 m6">
<div class="card grey darken-2">
<div class="card-content white-text" id="unknown">
</div>
</div>
</div>
</div>
</div>
</li>
<li>
<div class="collapsible-header white active">Fighting/Weakness Info</div>
<div class="collapsible-body white"><br>
<table class="centered hide-on-small-only striped">
<thead>
<tr>
<th>Very Effective</th>
<th>Effective</th>
<th>Normal</th>
<th>Not Effective</th>
<th>No Effect</th>
</tr>
</thead>
<tbody>
<tr>
<td><i class="weak4 material-icons flow-text">grade</i></td>
<td><i class="weak3 material-icons flow-text">thumb_up</i></td>
<td><i class="weak2 material-icons flow-text">thumbs_up_down</i></td>
<td><i class="weak1 material-icons flow-text">thumb_down</i></td>
<td><i class="weak0 material-icons flow-text">not_interested</i></td>
</tr>
</tbody>
</table>
<table class="hide-on-med-and-up striped">
<tbody>
<tr>
<td class="bold">Very Effective</td>
<td><i class="weak4 material-icons flow-text">grade</i></td>
</tr>
<tr>
<td class="bold">Effective</td>
<td><i class="weak3 material-icons flow-text">thumb_up</i></td>
</tr>
<tr>
<td class="bold">Normal</td>
<td><i class="weak2 material-icons flow-text">thumbs_up_down</i></td>
</tr>
<tr>
<td class="bold">Not Effective</td>
<td><i class="weak1 material-icons flow-text">thumb_down</i></td>
</tr>
<tr>
<td class="bold">No Effect</td>
<td><i class="weak0 material-icons flow-text">not_interested</i></td>
</tr>
</tbody>
</table>
<div class="divider"></div>
<table class="centered striped">
<thead>
<tr>
<th>Part</th>
<th><img src="../images/longswordicon.png" alt="Cut" class="tiny-img"></th>
<th><img src="../images/hammericon.png" alt="Impact" class="tiny-img"></th>
<th><img src="../images/bowicon.png" alt="Projectile" class="tiny-img"></th>
<th><img src="../images/fire.png" alt="Fire" class="tiny-img"></th>
<th><img src="../images/water.png" alt="Water" class="tiny-img"></th>
<th><img src="../images/thunder.png" alt="Thunder" class="tiny-img"></th>
<th><img src="../images/ice.png" alt="Ice" class="tiny-img"></th>
<th><img src="../images/dragon.png" alt="Dragon" class="tiny-img"></th>
</tr>
</thead>
<tbody id="monster1">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<div class="divider"></div>
<table class="centered striped">
<thead>
<tr>
<th><img src="../images/stun.png" alt="Stun" class="tiny-img"></th>
<th><img src="../images/poison.png" alt="Poison" class="tiny-img"></th>
<th><img src="../images/para.png" alt="Paralyze" class="tiny-img"></th>
<th><img src="../images/sleep.png" alt="Sleep" class="tiny-img"></th>
<th><img src="../images/pitfall.png" alt="Pitfall Trap" class="tiny-img"></th>
<th><img src="../images/shock.png" alt="Shock Trap" class="tiny-img"></th>
<th><img src="../images/flash.png" alt="Flash Bomb" class="tiny-img"></th>
<th><img src="../images/sonic.png" alt="Sonic Bomb" class="tiny-img"></th>
<th><img src="../images/meat.png" alt="Meat" class="tiny-img"></th>
</tr>
</thead>
<tbody id="monster2">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<div class="divider"></div>
<table class="centered striped">
<thead>
<tr>
<th colspan="8" class="bold">Remarks</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="8" id="monster3"></td>
</tr>
</tbody>
</table>
</div>
</li>
<li>
<div class="collapsible-header white active">Material Drops</div>
<div class="collapsible-body white"><br>
<table class="centered striped">
<thead>
<tr>
<th>Icon</th>
<th>Name</th>
<th>Explanation</th>
<th>Place</th>
</tr>
</thead>
<tbody id="material-drops">
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
<br><br>
</div>
</div>
<!--Spacer-->
<div class="container">
<div class="section">
<p><a href="http://gamer.qq.com/p/resource/choosemonster/iProductID/39" target="_blank">Info gathered from here</a></p>
</div>
<br><br>
<div class="section">
</div>
</div>
<!--Footer-->
<footer class="page-footer light-blue lighten-2">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Site Info</h5>
<p class="grey-text text-lighten-4">This site is paid for and maintained by @Reaver01. If you would like to contribute to the development of this site, you can make a donation, or message me on our Discord channel.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CRDPXKLXJTTY2">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<script language="javascript">
months = ['January', 'Febraury', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
var d=new Date();
var weekday=new Array(7);
weekday[0]="Sunday";
weekday[1]="Monday";
weekday[2]="Tuesday";
weekday[3]="Wednesday";
weekday[4]="Thursday";
weekday[5]="Friday";
weekday[6]="Saturday";
var d = new Date();
(d.getFullYear());
var theDate = new Date(document.lastModified);
theDate.setTime((theDate.getTime()+(60*60)) )
with (theDate) {
document.write("<i class='white-text'>Last updated "+weekday[getDay()]+' '+getDate()+' '+months[getMonth()]+' '+d.getFullYear()+' '+getHours()+':'+getMinutes()+" GMT</i>")
}
</script>
</div>
<div class="col l3 s12">
<h5 class="white-text">Other</h5>
<ul>
<li><a class="white-text" href="http://www.kogath.com/TeamHD/">TeamHD Patch Site</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Discord</h5>
<ul>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJfKJEm">#newsupdate</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFLryNm6">#faq</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJDbIsh">#mhodiscussion</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJEjyOT">#raid-search</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFMmU5h7">#help</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJ30fhg">#off-topic</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJFX0Rg">#hello-world</a></li>
<li><a class="white-text" href="https://discord.gg/0gQrOfuthFJpYd7H">#gatheringhall</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Made by @Reaver01 with <a class="orange-text text-lighten-3" href="http://materializecss.com">Materialize</a>
</div>
</div>
</footer>
<!--Scripts-->
<script src="/js/jquery-2.1.1.min.js"></script>
<script src="/js/materialize.js"></script>
<script src="/js/nav/monster2.js"></script>
<script src="data.js"></script>
<script src="/js/json/materials.js"></script>
<script src="/js/materials.js"></script>
<script src="/js/monsters.js"></script>
<script src="/js/translate.js"></script>
<script src="/js/init.js"></script>
</body>
</html> |
JavaDocs/UserInterface/package-summary.html | JHowell45/Enigma-Machine | <!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_25) on Tue Jun 06 19:43:24 BST 2017 -->
<title>UserInterface</title>
<meta name="date" content="2017-06-06">
<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="UserInterface";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../TestEnigmaMachine/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../index.html?UserInterface/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package UserInterface</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../UserInterface/EnigmaMachineView.html" title="class in UserInterface">EnigmaMachineView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../UserInterface/EnigmaSolverView.html" title="class in UserInterface">EnigmaSolverView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../UserInterface/MainView.html" title="class in UserInterface">MainView</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../UserInterface/SolverErrorView.html" title="class in UserInterface">SolverErrorView</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../TestEnigmaMachine/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../index.html?UserInterface/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.